-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eef0da1
commit df35a87
Showing
213 changed files
with
2,970 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
src/api/resources/assistants/types/UpdateAssistantDtoCredentialsItem.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/** | ||
* This file was auto-generated by Fern from our API Definition. | ||
*/ | ||
|
||
import * as Vapi from "../../../index"; | ||
|
||
export type UpdateAssistantDtoCredentialsItem = | ||
| Vapi.CreateAnthropicCredentialDto | ||
| Vapi.CreateAnyscaleCredentialDto | ||
| Vapi.CreateAssemblyAiCredentialDto | ||
| Vapi.CreateAzureOpenAiCredentialDto | ||
| Vapi.CreateAzureCredentialDto | ||
| Vapi.CreateByoSipTrunkCredentialDto | ||
| Vapi.CreateCartesiaCredentialDto | ||
| Vapi.CreateCloudflareCredentialDto | ||
| Vapi.CreateCustomLlmCredentialDto | ||
| Vapi.CreateDeepgramCredentialDto | ||
| Vapi.CreateDeepInfraCredentialDto | ||
| Vapi.CreateDeepSeekCredentialDto | ||
| Vapi.CreateElevenLabsCredentialDto | ||
| Vapi.CreateGcpCredentialDto | ||
| Vapi.CreateGladiaCredentialDto | ||
| Vapi.CreateGoHighLevelCredentialDto | ||
| Vapi.CreateGroqCredentialDto | ||
| Vapi.CreateLangfuseCredentialDto | ||
| Vapi.CreateLmntCredentialDto | ||
| Vapi.CreateMakeCredentialDto | ||
| Vapi.CreateOpenAiCredentialDto | ||
| Vapi.CreateOpenRouterCredentialDto | ||
| Vapi.CreatePerplexityAiCredentialDto | ||
| Vapi.CreatePlayHtCredentialDto | ||
| Vapi.CreateRimeAiCredentialDto | ||
| Vapi.CreateRunpodCredentialDto | ||
| Vapi.CreateS3CredentialDto | ||
| Vapi.CreateSmallestAiCredentialDto | ||
| Vapi.CreateTavusCredentialDto | ||
| Vapi.CreateTogetherAiCredentialDto | ||
| Vapi.CreateTwilioCredentialDto | ||
| Vapi.CreateVonageCredentialDto | ||
| Vapi.CreateWebhookCredentialDto | ||
| Vapi.CreateXAiCredentialDto; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export { type BlocksListRequest } from "./BlocksListRequest"; | ||
export { type UpdateBlockDto } from "./UpdateBlockDto"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
* This file was auto-generated by Fern from our API Definition. | ||
*/ | ||
|
||
import * as Vapi from "../../../index"; | ||
|
||
export type BlocksUpdateRequest = | ||
| Vapi.UpdateConversationBlockDto | ||
| Vapi.UpdateToolCallBlockDto | ||
| Vapi.UpdateWorkflowBlockDto; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.