@elevenlabs/elevenlabs-js 2.54.0 → 2.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +2 -2
- package/.fern/replay.lock +8 -2
- package/BaseClient.js +2 -2
- package/Client.d.ts +2 -2
- package/Client.js +4 -4
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +6 -2
- package/api/resources/conversationalAi/resources/agents/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +32 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +121 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +1 -0
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/workspace/client/Client.d.ts +18 -1
- package/api/resources/workspace/client/Client.js +99 -0
- package/api/resources/workspace/client/index.d.ts +1 -1
- package/api/resources/workspace/client/index.js +15 -0
- package/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +8 -0
- package/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +3 -0
- package/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +4 -1
- package/api/types/AgentBranchSummary.d.ts +2 -0
- package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +3 -6
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +3 -6
- package/api/types/AudioFilterId.d.ts +7 -0
- package/api/types/AudioFilterId.js +10 -0
- package/api/types/AuthConnectionStatus.d.ts +15 -0
- package/api/types/AuthConnectionStatus.js +18 -0
- package/api/types/BaseTurnConfig.d.ts +2 -0
- package/api/types/BasicAuthResponse.d.ts +3 -0
- package/api/types/BearerAuthResponse.d.ts +3 -0
- package/api/types/CaptionStyleModel.d.ts +4 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
- package/api/types/CharacterAge.d.ts +6 -0
- package/api/types/CharacterAge.js +9 -0
- package/api/types/CharacterGender.d.ts +6 -0
- package/api/types/CharacterGender.js +9 -0
- package/api/types/CharacterMetadataResponseModel.d.ts +8 -0
- package/api/types/CharacterMetadataResponseModel.js +3 -0
- package/api/types/CharacterResponseModel.d.ts +6 -0
- package/api/types/CharacterResponseModel.js +3 -0
- package/api/types/ConvAiWebhooks.d.ts +1 -1
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +3 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/api/types/ConversationReasoningModel.d.ts +4 -0
- package/api/types/ConversationReasoningModel.js +3 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/api/types/ConversationUserResponseModel.d.ts +3 -0
- package/api/types/CreateAgentProcedureParams.d.ts +3 -0
- package/api/types/CreateAgentProcedureParams.js +3 -0
- package/api/types/CreateExotelPhoneNumberRequest.d.ts +2 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/api/types/CriteriaScoringMode.d.ts +5 -0
- package/api/types/CriteriaScoringMode.js +8 -0
- package/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/api/types/CustomHeaderAuthResponse.d.ts +3 -0
- package/api/types/DeleteAgentProcedureParams.d.ts +3 -0
- package/api/types/DeleteAgentProcedureParams.js +3 -0
- package/api/types/FrustratedConversationRef.d.ts +9 -0
- package/api/types/FrustratedConversationRef.js +3 -0
- package/api/types/FrustratedConversationRefOverallLabel.d.ts +6 -0
- package/api/types/FrustratedConversationRefOverallLabel.js +9 -0
- package/api/types/ListAgentProceduresParams.d.ts +3 -0
- package/api/types/ListAgentProceduresParams.js +3 -0
- package/api/types/ListAgentReferencesParams.d.ts +3 -0
- package/api/types/ListAgentReferencesParams.js +3 -0
- package/api/types/LiteralJsonSchemaPropertyType.d.ts +1 -7
- package/api/types/LiteralJsonSchemaPropertyType.js +0 -7
- package/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -7
- package/api/types/LlmLiteralJsonSchemaPropertyType.js +0 -7
- package/api/types/MergePreviewResponseModel.d.ts +33 -0
- package/api/types/MergePreviewResponseModel.js +3 -0
- package/api/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +13 -0
- package/api/types/MergePreviewResponseModelPhoneNumbersItem.js +3 -0
- package/api/types/MtlsAuthResponse.d.ts +3 -0
- package/api/types/OAuth2ClientCredsResponse.d.ts +3 -0
- package/api/types/OAuth2JwtResponse.d.ts +3 -0
- package/api/types/PermissionType.d.ts +2 -0
- package/api/types/PermissionType.js +2 -0
- package/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/api/types/PrivateKeyJwtResponse.d.ts +3 -0
- package/api/types/ProcedureAtVersionInput.d.ts +1 -1
- package/api/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/PromptEvaluationCriteria.d.ts +6 -0
- package/api/types/ScimGroupResponseModel.d.ts +8 -0
- package/api/types/ScimGroupResponseModel.js +3 -0
- package/api/types/ScopedAnalysisResult.d.ts +1 -0
- package/api/types/SentimentAggregate.d.ts +8 -0
- package/api/types/SentimentAggregate.js +3 -0
- package/api/types/SlackBotAuthResponse.d.ts +3 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateAgentProcedureParams.d.ts +3 -0
- package/api/types/UpdateAgentProcedureParams.js +3 -0
- package/api/types/UpdateBearerAuthRequest.d.ts +4 -0
- package/api/types/UpdateBearerAuthRequest.js +3 -0
- package/api/types/UrlSecretAuthResponse.d.ts +3 -0
- package/api/types/UuiTransferConfig.d.ts +18 -0
- package/api/types/UuiTransferConfig.js +3 -0
- package/api/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +6 -0
- package/api/types/UuiTransferConfigProtocolDiscriminatorMode.js +9 -0
- package/api/types/WebhookEventType.d.ts +2 -0
- package/api/types/WebhookEventType.js +2 -0
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WhatsAppAuthResponse.d.ts +3 -0
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +4 -4
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +4 -4
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.js +2 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/index.d.ts +22 -1
- package/api/types/index.js +22 -1
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -2
- package/dist/Client.js +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +6 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +32 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +121 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +1 -0
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +18 -1
- package/dist/api/resources/workspace/client/Client.js +99 -0
- package/dist/api/resources/workspace/client/index.d.ts +1 -1
- package/dist/api/resources/workspace/client/index.js +15 -0
- package/dist/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +8 -0
- package/dist/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +3 -0
- package/dist/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +4 -1
- package/dist/api/types/AgentBranchSummary.d.ts +2 -0
- package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +3 -6
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +3 -6
- package/dist/api/types/AudioFilterId.d.ts +7 -0
- package/dist/api/types/AudioFilterId.js +10 -0
- package/dist/api/types/AuthConnectionStatus.d.ts +15 -0
- package/dist/api/types/AuthConnectionStatus.js +18 -0
- package/dist/api/types/BaseTurnConfig.d.ts +2 -0
- package/dist/api/types/BasicAuthResponse.d.ts +3 -0
- package/dist/api/types/BearerAuthResponse.d.ts +3 -0
- package/dist/api/types/CaptionStyleModel.d.ts +4 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
- package/dist/api/types/CharacterAge.d.ts +6 -0
- package/dist/api/types/CharacterAge.js +9 -0
- package/dist/api/types/CharacterGender.d.ts +6 -0
- package/dist/api/types/CharacterGender.js +9 -0
- package/dist/api/types/CharacterMetadataResponseModel.d.ts +8 -0
- package/dist/api/types/CharacterMetadataResponseModel.js +3 -0
- package/dist/api/types/CharacterResponseModel.d.ts +6 -0
- package/dist/api/types/CharacterResponseModel.js +3 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +3 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/dist/api/types/ConversationReasoningModel.d.ts +4 -0
- package/dist/api/types/ConversationReasoningModel.js +3 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/ConversationUserResponseModel.d.ts +3 -0
- package/dist/api/types/CreateAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/CreateAgentProcedureParams.js +3 -0
- package/dist/api/types/CreateExotelPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CriteriaScoringMode.d.ts +5 -0
- package/dist/api/types/CriteriaScoringMode.js +8 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/dist/api/types/CustomHeaderAuthResponse.d.ts +3 -0
- package/dist/api/types/DeleteAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/DeleteAgentProcedureParams.js +3 -0
- package/dist/api/types/FrustratedConversationRef.d.ts +9 -0
- package/dist/api/types/FrustratedConversationRef.js +3 -0
- package/dist/api/types/FrustratedConversationRefOverallLabel.d.ts +6 -0
- package/dist/api/types/FrustratedConversationRefOverallLabel.js +9 -0
- package/dist/api/types/ListAgentProceduresParams.d.ts +3 -0
- package/dist/api/types/ListAgentProceduresParams.js +3 -0
- package/dist/api/types/ListAgentReferencesParams.d.ts +3 -0
- package/dist/api/types/ListAgentReferencesParams.js +3 -0
- package/dist/api/types/LiteralJsonSchemaPropertyType.d.ts +1 -7
- package/dist/api/types/LiteralJsonSchemaPropertyType.js +0 -7
- package/dist/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -7
- package/dist/api/types/LlmLiteralJsonSchemaPropertyType.js +0 -7
- package/dist/api/types/MergePreviewResponseModel.d.ts +33 -0
- package/dist/api/types/MergePreviewResponseModel.js +3 -0
- package/dist/api/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +13 -0
- package/dist/api/types/MergePreviewResponseModelPhoneNumbersItem.js +3 -0
- package/dist/api/types/MtlsAuthResponse.d.ts +3 -0
- package/dist/api/types/OAuth2ClientCredsResponse.d.ts +3 -0
- package/dist/api/types/OAuth2JwtResponse.d.ts +3 -0
- package/dist/api/types/PermissionType.d.ts +2 -0
- package/dist/api/types/PermissionType.js +2 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/api/types/PrivateKeyJwtResponse.d.ts +3 -0
- package/dist/api/types/ProcedureAtVersionInput.d.ts +1 -1
- package/dist/api/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +6 -0
- package/dist/api/types/ScimGroupResponseModel.d.ts +8 -0
- package/dist/api/types/ScimGroupResponseModel.js +3 -0
- package/dist/api/types/ScopedAnalysisResult.d.ts +1 -0
- package/dist/api/types/SentimentAggregate.d.ts +8 -0
- package/dist/api/types/SentimentAggregate.js +3 -0
- package/dist/api/types/SlackBotAuthResponse.d.ts +3 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/UpdateAgentProcedureParams.js +3 -0
- package/dist/api/types/UpdateBearerAuthRequest.d.ts +4 -0
- package/dist/api/types/UpdateBearerAuthRequest.js +3 -0
- package/dist/api/types/UrlSecretAuthResponse.d.ts +3 -0
- package/dist/api/types/UuiTransferConfig.d.ts +18 -0
- package/dist/api/types/UuiTransferConfig.js +3 -0
- package/dist/api/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +6 -0
- package/dist/api/types/UuiTransferConfigProtocolDiscriminatorMode.js +9 -0
- package/dist/api/types/WebhookEventType.d.ts +2 -0
- package/dist/api/types/WebhookEventType.js +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WhatsAppAuthResponse.d.ts +3 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +4 -4
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +4 -4
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.js +2 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/index.d.ts +22 -1
- package/dist/api/types/index.js +22 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/workspace/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/index.js +17 -0
- package/dist/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +9 -0
- package/dist/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +41 -0
- package/dist/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/index.js +1 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +2 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/dist/serialization/types/AgentBranchSummary.js +1 -0
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +4 -4
- package/dist/serialization/types/AudioFilterId.d.ts +7 -0
- package/dist/serialization/types/{OAuthConnectionStatus.js → AudioFilterId.js} +2 -2
- package/dist/serialization/types/AuthConnectionStatus.d.ts +7 -0
- package/dist/serialization/types/AuthConnectionStatus.js +39 -0
- package/dist/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/dist/serialization/types/BaseTurnConfig.js +1 -0
- package/dist/serialization/types/BasicAuthResponse.d.ts +4 -0
- package/dist/serialization/types/BasicAuthResponse.js +4 -0
- package/dist/serialization/types/BearerAuthResponse.d.ts +4 -0
- package/dist/serialization/types/BearerAuthResponse.js +4 -0
- package/dist/serialization/types/CaptionStyleModel.d.ts +4 -0
- package/dist/serialization/types/CaptionStyleModel.js +4 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +11 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.js +11 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.js +11 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.js +11 -1
- package/dist/serialization/types/CharacterAge.d.ts +7 -0
- package/{serialization/types/OAuthConnectionStatus.js → dist/serialization/types/CharacterAge.js} +2 -2
- package/dist/serialization/types/CharacterGender.d.ts +7 -0
- package/dist/serialization/types/CharacterGender.js +39 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.d.ts +15 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.js +47 -0
- package/dist/serialization/types/CharacterResponseModel.d.ts +12 -0
- package/dist/serialization/types/CharacterResponseModel.js +44 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +3 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/dist/serialization/types/ConversationReasoningModel.d.ts +10 -0
- package/dist/serialization/types/ConversationReasoningModel.js +42 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +3 -0
- package/dist/serialization/types/ConversationUserResponseModel.d.ts +4 -0
- package/dist/serialization/types/ConversationUserResponseModel.js +4 -0
- package/dist/serialization/types/CreateAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/CreateAgentProcedureParams.js +41 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CriteriaScoringMode.d.ts +7 -0
- package/dist/serialization/types/CriteriaScoringMode.js +39 -0
- package/dist/serialization/types/CustomHeaderAuthResponse.d.ts +4 -0
- package/dist/serialization/types/CustomHeaderAuthResponse.js +4 -0
- package/dist/serialization/types/DeleteAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/DeleteAgentProcedureParams.js +41 -0
- package/dist/serialization/types/FrustratedConversationRef.d.ts +15 -0
- package/dist/serialization/types/FrustratedConversationRef.js +47 -0
- package/dist/serialization/types/FrustratedConversationRefOverallLabel.d.ts +7 -0
- package/dist/serialization/types/FrustratedConversationRefOverallLabel.js +39 -0
- package/dist/serialization/types/ListAgentProceduresParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentProceduresParams.js +41 -0
- package/dist/serialization/types/ListAgentReferencesParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentReferencesParams.js +41 -0
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +1 -1
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.js +7 -1
- package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -1
- package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.js +7 -1
- package/dist/serialization/types/MergePreviewResponseModel.d.ts +30 -0
- package/dist/serialization/types/MergePreviewResponseModel.js +62 -0
- package/dist/serialization/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +19 -0
- package/dist/serialization/types/MergePreviewResponseModelPhoneNumbersItem.js +51 -0
- package/dist/serialization/types/MtlsAuthResponse.d.ts +4 -0
- package/dist/serialization/types/MtlsAuthResponse.js +4 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +4 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.js +4 -0
- package/dist/serialization/types/OAuth2JwtResponse.d.ts +4 -0
- package/dist/serialization/types/OAuth2JwtResponse.js +4 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
- package/dist/serialization/types/PrivateKeyJwtResponse.d.ts +4 -0
- package/dist/serialization/types/PrivateKeyJwtResponse.js +4 -0
- package/dist/serialization/types/ProcedureAtVersionInput.d.ts +1 -1
- package/dist/serialization/types/ProcedureAtVersionInput.js +1 -1
- package/dist/serialization/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/dist/serialization/types/ProcedureAtVersionOutput.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +4 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +4 -0
- package/dist/serialization/types/ScimGroupResponseModel.d.ts +14 -0
- package/dist/serialization/types/ScimGroupResponseModel.js +46 -0
- package/dist/serialization/types/ScopedAnalysisResult.d.ts +1 -0
- package/dist/serialization/types/ScopedAnalysisResult.js +1 -0
- package/dist/serialization/types/SentimentAggregate.d.ts +14 -0
- package/dist/serialization/types/SentimentAggregate.js +46 -0
- package/dist/serialization/types/SlackBotAuthResponse.d.ts +4 -0
- package/dist/serialization/types/SlackBotAuthResponse.js +4 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UpdateAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/UpdateAgentProcedureParams.js +41 -0
- package/dist/serialization/types/UpdateBearerAuthRequest.d.ts +10 -0
- package/dist/serialization/types/UpdateBearerAuthRequest.js +42 -0
- package/dist/serialization/types/UrlSecretAuthResponse.d.ts +4 -0
- package/dist/serialization/types/UrlSecretAuthResponse.js +4 -0
- package/dist/serialization/types/UuiTransferConfig.d.ts +12 -0
- package/dist/serialization/types/UuiTransferConfig.js +44 -0
- package/dist/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +7 -0
- package/dist/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.js +39 -0
- package/dist/serialization/types/WebhookEventType.d.ts +1 -1
- package/dist/serialization/types/WebhookEventType.js +7 -1
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/dist/serialization/types/WhatsAppAuthResponse.d.ts +4 -0
- package/dist/serialization/types/WhatsAppAuthResponse.js +4 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/dist/serialization/types/index.d.ts +22 -1
- package/dist/serialization/types/index.js +22 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +219 -2
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/workspace/client/index.d.ts +1 -0
- package/serialization/resources/workspace/client/index.js +17 -0
- package/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +9 -0
- package/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +41 -0
- package/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/client/requests/index.js +5 -0
- package/serialization/resources/workspace/index.d.ts +1 -0
- package/serialization/resources/workspace/index.js +1 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +2 -0
- package/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/serialization/types/AgentBranchSummary.js +1 -0
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -4
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -4
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +4 -4
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +4 -4
- package/serialization/types/AudioFilterId.d.ts +7 -0
- package/serialization/types/AudioFilterId.js +39 -0
- package/serialization/types/AuthConnectionStatus.d.ts +7 -0
- package/serialization/types/AuthConnectionStatus.js +39 -0
- package/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/serialization/types/BaseTurnConfig.js +1 -0
- package/serialization/types/BasicAuthResponse.d.ts +4 -0
- package/serialization/types/BasicAuthResponse.js +4 -0
- package/serialization/types/BearerAuthResponse.d.ts +4 -0
- package/serialization/types/BearerAuthResponse.js +4 -0
- package/serialization/types/CaptionStyleModel.d.ts +4 -0
- package/serialization/types/CaptionStyleModel.js +4 -0
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +11 -1
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.js +11 -1
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.js +11 -1
- package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
- package/serialization/types/CaptionStyleWordAnimationModelExitType.js +11 -1
- package/serialization/types/CharacterAge.d.ts +7 -0
- package/serialization/types/CharacterAge.js +39 -0
- package/serialization/types/CharacterGender.d.ts +7 -0
- package/serialization/types/CharacterGender.js +39 -0
- package/serialization/types/CharacterMetadataResponseModel.d.ts +15 -0
- package/serialization/types/CharacterMetadataResponseModel.js +47 -0
- package/serialization/types/CharacterResponseModel.d.ts +12 -0
- package/serialization/types/CharacterResponseModel.js +44 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +4 -0
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +4 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +3 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/serialization/types/ConversationReasoningModel.d.ts +10 -0
- package/serialization/types/ConversationReasoningModel.js +42 -0
- package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/serialization/types/ConversationSummaryResponseModel.js +3 -0
- package/serialization/types/ConversationUserResponseModel.d.ts +4 -0
- package/serialization/types/ConversationUserResponseModel.js +4 -0
- package/serialization/types/CreateAgentProcedureParams.d.ts +9 -0
- package/serialization/types/CreateAgentProcedureParams.js +41 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.js +1 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/serialization/types/CriteriaScoringMode.d.ts +7 -0
- package/serialization/types/CriteriaScoringMode.js +39 -0
- package/serialization/types/CustomHeaderAuthResponse.d.ts +4 -0
- package/serialization/types/CustomHeaderAuthResponse.js +4 -0
- package/serialization/types/DeleteAgentProcedureParams.d.ts +9 -0
- package/serialization/types/DeleteAgentProcedureParams.js +41 -0
- package/serialization/types/FrustratedConversationRef.d.ts +15 -0
- package/serialization/types/FrustratedConversationRef.js +47 -0
- package/serialization/types/FrustratedConversationRefOverallLabel.d.ts +7 -0
- package/serialization/types/FrustratedConversationRefOverallLabel.js +39 -0
- package/serialization/types/ListAgentProceduresParams.d.ts +9 -0
- package/serialization/types/ListAgentProceduresParams.js +41 -0
- package/serialization/types/ListAgentReferencesParams.d.ts +9 -0
- package/serialization/types/ListAgentReferencesParams.js +41 -0
- package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +1 -1
- package/serialization/types/LiteralJsonSchemaPropertyType.js +7 -1
- package/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -1
- package/serialization/types/LlmLiteralJsonSchemaPropertyType.js +7 -1
- package/serialization/types/MergePreviewResponseModel.d.ts +30 -0
- package/serialization/types/MergePreviewResponseModel.js +62 -0
- package/serialization/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +19 -0
- package/serialization/types/MergePreviewResponseModelPhoneNumbersItem.js +51 -0
- package/serialization/types/MtlsAuthResponse.d.ts +4 -0
- package/serialization/types/MtlsAuthResponse.js +4 -0
- package/serialization/types/OAuth2ClientCredsResponse.d.ts +4 -0
- package/serialization/types/OAuth2ClientCredsResponse.js +4 -0
- package/serialization/types/OAuth2JwtResponse.d.ts +4 -0
- package/serialization/types/OAuth2JwtResponse.js +4 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +2 -0
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/serialization/types/PhoneNumberTransfer.js +2 -0
- package/serialization/types/PrivateKeyJwtResponse.d.ts +4 -0
- package/serialization/types/PrivateKeyJwtResponse.js +4 -0
- package/serialization/types/ProcedureAtVersionInput.d.ts +1 -1
- package/serialization/types/ProcedureAtVersionInput.js +1 -1
- package/serialization/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/serialization/types/ProcedureAtVersionOutput.js +1 -1
- package/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/PromptEvaluationCriteria.d.ts +4 -0
- package/serialization/types/PromptEvaluationCriteria.js +4 -0
- package/serialization/types/ScimGroupResponseModel.d.ts +14 -0
- package/serialization/types/ScimGroupResponseModel.js +46 -0
- package/serialization/types/ScopedAnalysisResult.d.ts +1 -0
- package/serialization/types/ScopedAnalysisResult.js +1 -0
- package/serialization/types/SentimentAggregate.d.ts +14 -0
- package/serialization/types/SentimentAggregate.js +46 -0
- package/serialization/types/SlackBotAuthResponse.d.ts +4 -0
- package/serialization/types/SlackBotAuthResponse.js +4 -0
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UpdateAgentProcedureParams.d.ts +9 -0
- package/serialization/types/UpdateAgentProcedureParams.js +41 -0
- package/serialization/types/UpdateBearerAuthRequest.d.ts +10 -0
- package/serialization/types/UpdateBearerAuthRequest.js +42 -0
- package/serialization/types/UrlSecretAuthResponse.d.ts +4 -0
- package/serialization/types/UrlSecretAuthResponse.js +4 -0
- package/serialization/types/UuiTransferConfig.d.ts +12 -0
- package/serialization/types/UuiTransferConfig.js +44 -0
- package/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +7 -0
- package/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.js +39 -0
- package/serialization/types/WebhookEventType.d.ts +1 -1
- package/serialization/types/WebhookEventType.js +7 -1
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/serialization/types/WhatsAppAuthResponse.d.ts +4 -0
- package/serialization/types/WhatsAppAuthResponse.js +4 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/serialization/types/index.d.ts +22 -1
- package/serialization/types/index.js +22 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/OAuthConnectionStatus.d.ts +0 -6
- package/api/types/OAuthConnectionStatus.js +0 -9
- package/dist/api/types/OAuthConnectionStatus.d.ts +0 -6
- package/dist/api/types/OAuthConnectionStatus.js +0 -9
- package/dist/serialization/types/OAuthConnectionStatus.d.ts +0 -7
- package/serialization/types/OAuthConnectionStatus.d.ts +0 -7
|
@@ -37,10 +37,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.BasicAuthResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AuthConnectionDependencies_1 = require("./AuthConnectionDependencies");
|
|
40
|
+
const AuthConnectionStatus_1 = require("./AuthConnectionStatus");
|
|
40
41
|
exports.BasicAuthResponse = core.serialization.object({
|
|
41
42
|
name: core.serialization.string(),
|
|
42
43
|
provider: core.serialization.string(),
|
|
43
44
|
username: core.serialization.string(),
|
|
44
45
|
id: core.serialization.string(),
|
|
45
46
|
usedBy: core.serialization.property("used_by", AuthConnectionDependencies_1.AuthConnectionDependencies.optional()),
|
|
47
|
+
status: AuthConnectionStatus_1.AuthConnectionStatus.optional(),
|
|
48
|
+
statusDetail: core.serialization.property("status_detail", core.serialization.string().optional()),
|
|
49
|
+
statusUpdatedAt: core.serialization.property("status_updated_at", core.serialization.string().optional()),
|
|
46
50
|
});
|
|
@@ -2,6 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AuthConnectionDependencies } from "./AuthConnectionDependencies";
|
|
5
|
+
import { AuthConnectionStatus } from "./AuthConnectionStatus";
|
|
5
6
|
export declare const BearerAuthResponse: core.serialization.ObjectSchema<serializers.BearerAuthResponse.Raw, ElevenLabs.BearerAuthResponse>;
|
|
6
7
|
export declare namespace BearerAuthResponse {
|
|
7
8
|
interface Raw {
|
|
@@ -9,5 +10,8 @@ export declare namespace BearerAuthResponse {
|
|
|
9
10
|
provider: string;
|
|
10
11
|
id: string;
|
|
11
12
|
used_by?: AuthConnectionDependencies.Raw | null;
|
|
13
|
+
status?: AuthConnectionStatus.Raw | null;
|
|
14
|
+
status_detail?: string | null;
|
|
15
|
+
status_updated_at?: string | null;
|
|
12
16
|
}
|
|
13
17
|
}
|
|
@@ -37,9 +37,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.BearerAuthResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AuthConnectionDependencies_1 = require("./AuthConnectionDependencies");
|
|
40
|
+
const AuthConnectionStatus_1 = require("./AuthConnectionStatus");
|
|
40
41
|
exports.BearerAuthResponse = core.serialization.object({
|
|
41
42
|
name: core.serialization.string(),
|
|
42
43
|
provider: core.serialization.string(),
|
|
43
44
|
id: core.serialization.string(),
|
|
44
45
|
usedBy: core.serialization.property("used_by", AuthConnectionDependencies_1.AuthConnectionDependencies.optional()),
|
|
46
|
+
status: AuthConnectionStatus_1.AuthConnectionStatus.optional(),
|
|
47
|
+
statusDetail: core.serialization.property("status_detail", core.serialization.string().optional()),
|
|
48
|
+
statusUpdatedAt: core.serialization.property("status_updated_at", core.serialization.string().optional()),
|
|
45
49
|
});
|
|
@@ -31,10 +31,14 @@ export declare namespace CaptionStyleModel {
|
|
|
31
31
|
background_enabled?: boolean | null;
|
|
32
32
|
background_color?: string | null;
|
|
33
33
|
background_opacity?: number | null;
|
|
34
|
+
background_blur?: number | null;
|
|
35
|
+
background_border_radius?: number | null;
|
|
34
36
|
word_highlights_enabled?: boolean | null;
|
|
35
37
|
word_highlights_color?: string | null;
|
|
36
38
|
word_highlights_background_color?: string | null;
|
|
37
39
|
word_highlights_opacity?: number | null;
|
|
40
|
+
word_highlights_border_radius?: number | null;
|
|
41
|
+
word_highlights_blur?: number | null;
|
|
38
42
|
section_animation?: CaptionStyleSectionAnimationModel.Raw | null;
|
|
39
43
|
word_animation?: CaptionStyleWordAnimationModel.Raw | null;
|
|
40
44
|
character_animation?: CaptionStyleCharacterAnimationModel.Raw | null;
|
|
@@ -64,10 +64,14 @@ exports.CaptionStyleModel = core.serialization.object({
|
|
|
64
64
|
backgroundEnabled: core.serialization.property("background_enabled", core.serialization.boolean().optional()),
|
|
65
65
|
backgroundColor: core.serialization.property("background_color", core.serialization.string().optional()),
|
|
66
66
|
backgroundOpacity: core.serialization.property("background_opacity", core.serialization.number().optional()),
|
|
67
|
+
backgroundBlur: core.serialization.property("background_blur", core.serialization.number().optional()),
|
|
68
|
+
backgroundBorderRadius: core.serialization.property("background_border_radius", core.serialization.number().optional()),
|
|
67
69
|
wordHighlightsEnabled: core.serialization.property("word_highlights_enabled", core.serialization.boolean().optional()),
|
|
68
70
|
wordHighlightsColor: core.serialization.property("word_highlights_color", core.serialization.string().optional()),
|
|
69
71
|
wordHighlightsBackgroundColor: core.serialization.property("word_highlights_background_color", core.serialization.string().optional()),
|
|
70
72
|
wordHighlightsOpacity: core.serialization.property("word_highlights_opacity", core.serialization.number().optional()),
|
|
73
|
+
wordHighlightsBorderRadius: core.serialization.property("word_highlights_border_radius", core.serialization.number().optional()),
|
|
74
|
+
wordHighlightsBlur: core.serialization.property("word_highlights_blur", core.serialization.number().optional()),
|
|
71
75
|
sectionAnimation: core.serialization.property("section_animation", CaptionStyleSectionAnimationModel_1.CaptionStyleSectionAnimationModel.optional()),
|
|
72
76
|
wordAnimation: core.serialization.property("word_animation", CaptionStyleWordAnimationModel_1.CaptionStyleWordAnimationModel.optional()),
|
|
73
77
|
characterAnimation: core.serialization.property("character_animation", CaptionStyleCharacterAnimationModel_1.CaptionStyleCharacterAnimationModel.optional()),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const CaptionStyleSectionAnimationModelEnterType: core.serialization.Schema<serializers.CaptionStyleSectionAnimationModelEnterType.Raw, ElevenLabs.CaptionStyleSectionAnimationModelEnterType>;
|
|
5
5
|
export declare namespace CaptionStyleSectionAnimationModelEnterType {
|
|
6
|
-
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down";
|
|
6
|
+
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down" | "slam" | "scale_down" | "slide_in";
|
|
7
7
|
}
|
|
@@ -36,4 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.CaptionStyleSectionAnimationModelEnterType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.CaptionStyleSectionAnimationModelEnterType = core.serialization.enum_([
|
|
39
|
+
exports.CaptionStyleSectionAnimationModelEnterType = core.serialization.enum_([
|
|
40
|
+
"none",
|
|
41
|
+
"fade",
|
|
42
|
+
"scale",
|
|
43
|
+
"pop",
|
|
44
|
+
"slide_up",
|
|
45
|
+
"slide_down",
|
|
46
|
+
"slam",
|
|
47
|
+
"scale_down",
|
|
48
|
+
"slide_in",
|
|
49
|
+
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const CaptionStyleSectionAnimationModelExitType: core.serialization.Schema<serializers.CaptionStyleSectionAnimationModelExitType.Raw, ElevenLabs.CaptionStyleSectionAnimationModelExitType>;
|
|
5
5
|
export declare namespace CaptionStyleSectionAnimationModelExitType {
|
|
6
|
-
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down";
|
|
6
|
+
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down" | "slam" | "scale_down" | "slide_in";
|
|
7
7
|
}
|
|
@@ -36,4 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.CaptionStyleSectionAnimationModelExitType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.CaptionStyleSectionAnimationModelExitType = core.serialization.enum_([
|
|
39
|
+
exports.CaptionStyleSectionAnimationModelExitType = core.serialization.enum_([
|
|
40
|
+
"none",
|
|
41
|
+
"fade",
|
|
42
|
+
"scale",
|
|
43
|
+
"pop",
|
|
44
|
+
"slide_up",
|
|
45
|
+
"slide_down",
|
|
46
|
+
"slam",
|
|
47
|
+
"scale_down",
|
|
48
|
+
"slide_in",
|
|
49
|
+
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const CaptionStyleWordAnimationModelEnterType: core.serialization.Schema<serializers.CaptionStyleWordAnimationModelEnterType.Raw, ElevenLabs.CaptionStyleWordAnimationModelEnterType>;
|
|
5
5
|
export declare namespace CaptionStyleWordAnimationModelEnterType {
|
|
6
|
-
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down";
|
|
6
|
+
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down" | "slam" | "scale_down" | "slide_in";
|
|
7
7
|
}
|
|
@@ -36,4 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.CaptionStyleWordAnimationModelEnterType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.CaptionStyleWordAnimationModelEnterType = core.serialization.enum_([
|
|
39
|
+
exports.CaptionStyleWordAnimationModelEnterType = core.serialization.enum_([
|
|
40
|
+
"none",
|
|
41
|
+
"fade",
|
|
42
|
+
"scale",
|
|
43
|
+
"pop",
|
|
44
|
+
"slide_up",
|
|
45
|
+
"slide_down",
|
|
46
|
+
"slam",
|
|
47
|
+
"scale_down",
|
|
48
|
+
"slide_in",
|
|
49
|
+
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const CaptionStyleWordAnimationModelExitType: core.serialization.Schema<serializers.CaptionStyleWordAnimationModelExitType.Raw, ElevenLabs.CaptionStyleWordAnimationModelExitType>;
|
|
5
5
|
export declare namespace CaptionStyleWordAnimationModelExitType {
|
|
6
|
-
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down";
|
|
6
|
+
type Raw = "none" | "fade" | "scale" | "pop" | "slide_up" | "slide_down" | "slam" | "scale_down" | "slide_in";
|
|
7
7
|
}
|
|
@@ -36,4 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.CaptionStyleWordAnimationModelExitType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.CaptionStyleWordAnimationModelExitType = core.serialization.enum_([
|
|
39
|
+
exports.CaptionStyleWordAnimationModelExitType = core.serialization.enum_([
|
|
40
|
+
"none",
|
|
41
|
+
"fade",
|
|
42
|
+
"scale",
|
|
43
|
+
"pop",
|
|
44
|
+
"slide_up",
|
|
45
|
+
"slide_down",
|
|
46
|
+
"slam",
|
|
47
|
+
"scale_down",
|
|
48
|
+
"slide_in",
|
|
49
|
+
]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const CharacterAge: core.serialization.Schema<serializers.CharacterAge.Raw, ElevenLabs.CharacterAge>;
|
|
5
|
+
export declare namespace CharacterAge {
|
|
6
|
+
type Raw = "young" | "middle-aged" | "old";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CharacterAge = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CharacterAge = core.serialization.enum_(["young", "middle-aged", "old"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const CharacterGender: core.serialization.Schema<serializers.CharacterGender.Raw, ElevenLabs.CharacterGender>;
|
|
5
|
+
export declare namespace CharacterGender {
|
|
6
|
+
type Raw = "male" | "female" | "neutral";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CharacterGender = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CharacterGender = core.serialization.enum_(["male", "female", "neutral"]);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { CharacterAge } from "./CharacterAge";
|
|
5
|
+
import { CharacterGender } from "./CharacterGender";
|
|
6
|
+
export declare const CharacterMetadataResponseModel: core.serialization.ObjectSchema<serializers.CharacterMetadataResponseModel.Raw, ElevenLabs.CharacterMetadataResponseModel>;
|
|
7
|
+
export declare namespace CharacterMetadataResponseModel {
|
|
8
|
+
interface Raw {
|
|
9
|
+
description?: string | null;
|
|
10
|
+
sample_message?: string | null;
|
|
11
|
+
gender?: CharacterGender.Raw | null;
|
|
12
|
+
age?: CharacterAge.Raw | null;
|
|
13
|
+
accent?: string | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CharacterMetadataResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const CharacterAge_1 = require("./CharacterAge");
|
|
40
|
+
const CharacterGender_1 = require("./CharacterGender");
|
|
41
|
+
exports.CharacterMetadataResponseModel = core.serialization.object({
|
|
42
|
+
description: core.serialization.string().optional(),
|
|
43
|
+
sampleMessage: core.serialization.property("sample_message", core.serialization.string().optional()),
|
|
44
|
+
gender: CharacterGender_1.CharacterGender.optional(),
|
|
45
|
+
age: CharacterAge_1.CharacterAge.optional(),
|
|
46
|
+
accent: core.serialization.string().optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { CharacterMetadataResponseModel } from "./CharacterMetadataResponseModel";
|
|
5
|
+
export declare const CharacterResponseModel: core.serialization.ObjectSchema<serializers.CharacterResponseModel.Raw, ElevenLabs.CharacterResponseModel>;
|
|
6
|
+
export declare namespace CharacterResponseModel {
|
|
7
|
+
interface Raw {
|
|
8
|
+
character_id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
metadata?: CharacterMetadataResponseModel.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CharacterResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const CharacterMetadataResponseModel_1 = require("./CharacterMetadataResponseModel");
|
|
40
|
+
exports.CharacterResponseModel = core.serialization.object({
|
|
41
|
+
characterId: core.serialization.property("character_id", core.serialization.string()),
|
|
42
|
+
name: core.serialization.string(),
|
|
43
|
+
metadata: CharacterMetadataResponseModel_1.CharacterMetadataResponseModel.optional(),
|
|
44
|
+
});
|
|
@@ -13,6 +13,7 @@ export declare namespace ConversationHistoryAnalysisCommonModel {
|
|
|
13
13
|
evaluation_criteria_results_list?: ConversationHistoryEvaluationCriteriaResultCommonModel.Raw[] | null;
|
|
14
14
|
data_collection_results_list?: DataCollectionResultCommonModel.Raw[] | null;
|
|
15
15
|
call_successful: EvaluationSuccessResult.Raw;
|
|
16
|
+
call_success_score?: number | null;
|
|
16
17
|
transcript_summary: string;
|
|
17
18
|
call_summary_title?: string | null;
|
|
18
19
|
scoped?: ScopedAnalysisResult.Raw[] | null;
|
|
@@ -48,6 +48,7 @@ exports.ConversationHistoryAnalysisCommonModel = core.serialization.object({
|
|
|
48
48
|
evaluationCriteriaResultsList: core.serialization.property("evaluation_criteria_results_list", core.serialization.list(ConversationHistoryEvaluationCriteriaResultCommonModel_1.ConversationHistoryEvaluationCriteriaResultCommonModel).optional()),
|
|
49
49
|
dataCollectionResultsList: core.serialization.property("data_collection_results_list", core.serialization.list(DataCollectionResultCommonModel_1.DataCollectionResultCommonModel).optional()),
|
|
50
50
|
callSuccessful: core.serialization.property("call_successful", EvaluationSuccessResult_1.EvaluationSuccessResult),
|
|
51
|
+
callSuccessScore: core.serialization.property("call_success_score", core.serialization.number().optional()),
|
|
51
52
|
transcriptSummary: core.serialization.property("transcript_summary", core.serialization.string()),
|
|
52
53
|
callSummaryTitle: core.serialization.property("call_summary_title", core.serialization.string().optional()),
|
|
53
54
|
scoped: core.serialization.list(ScopedAnalysisResult_1.ScopedAnalysisResult).optional(),
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
+
import { CriteriaScoringMode } from "./CriteriaScoringMode";
|
|
4
5
|
import { EvaluationSuccessResult } from "./EvaluationSuccessResult";
|
|
5
6
|
export declare const ConversationHistoryEvaluationCriteriaResultCommonModel: core.serialization.ObjectSchema<serializers.ConversationHistoryEvaluationCriteriaResultCommonModel.Raw, ElevenLabs.ConversationHistoryEvaluationCriteriaResultCommonModel>;
|
|
6
7
|
export declare namespace ConversationHistoryEvaluationCriteriaResultCommonModel {
|
|
@@ -8,5 +9,8 @@ export declare namespace ConversationHistoryEvaluationCriteriaResultCommonModel
|
|
|
8
9
|
criteria_id: string;
|
|
9
10
|
result: EvaluationSuccessResult.Raw;
|
|
10
11
|
rationale: string;
|
|
12
|
+
scoring_mode?: CriteriaScoringMode.Raw | null;
|
|
13
|
+
score?: number | null;
|
|
14
|
+
max_score?: number | null;
|
|
11
15
|
}
|
|
12
16
|
}
|
|
@@ -36,9 +36,13 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationHistoryEvaluationCriteriaResultCommonModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const CriteriaScoringMode_1 = require("./CriteriaScoringMode");
|
|
39
40
|
const EvaluationSuccessResult_1 = require("./EvaluationSuccessResult");
|
|
40
41
|
exports.ConversationHistoryEvaluationCriteriaResultCommonModel = core.serialization.object({
|
|
41
42
|
criteriaId: core.serialization.property("criteria_id", core.serialization.string()),
|
|
42
43
|
result: EvaluationSuccessResult_1.EvaluationSuccessResult,
|
|
43
44
|
rationale: core.serialization.string(),
|
|
45
|
+
scoringMode: core.serialization.property("scoring_mode", CriteriaScoringMode_1.CriteriaScoringMode.optional()),
|
|
46
|
+
score: core.serialization.number().optional(),
|
|
47
|
+
maxScore: core.serialization.property("max_score", core.serialization.number().optional()),
|
|
44
48
|
});
|
|
@@ -7,6 +7,7 @@ import { ConversationHistoryMultivoiceMessageModel } from "./ConversationHistory
|
|
|
7
7
|
import { ConversationHistoryTranscriptCommonModelInputRole } from "./ConversationHistoryTranscriptCommonModelInputRole";
|
|
8
8
|
import { ConversationHistoryTranscriptCommonModelInputToolResultsItem } from "./ConversationHistoryTranscriptCommonModelInputToolResultsItem";
|
|
9
9
|
import { ConversationHistoryTranscriptToolCallCommonModelInput } from "./ConversationHistoryTranscriptToolCallCommonModelInput";
|
|
10
|
+
import { ConversationReasoningModel } from "./ConversationReasoningModel";
|
|
10
11
|
import { ConversationTurnMetrics } from "./ConversationTurnMetrics";
|
|
11
12
|
import { LlmUsageInput } from "./LlmUsageInput";
|
|
12
13
|
import { RagRetrievalInfo } from "./RagRetrievalInfo";
|
|
@@ -28,6 +29,7 @@ export declare namespace ConversationHistoryTranscriptCommonModelInput {
|
|
|
28
29
|
llm_usage?: LlmUsageInput.Raw | null;
|
|
29
30
|
interrupted?: boolean | null;
|
|
30
31
|
original_message?: string | null;
|
|
32
|
+
reasoning?: ConversationReasoningModel.Raw[] | null;
|
|
31
33
|
source_medium?: ChatSourceMedium.Raw | null;
|
|
32
34
|
source_event_id?: number | null;
|
|
33
35
|
used_static_kb_document_ids?: string[] | null;
|
|
@@ -42,6 +42,7 @@ const ConversationHistoryMultivoiceMessageModel_1 = require("./ConversationHisto
|
|
|
42
42
|
const ConversationHistoryTranscriptCommonModelInputRole_1 = require("./ConversationHistoryTranscriptCommonModelInputRole");
|
|
43
43
|
const ConversationHistoryTranscriptCommonModelInputToolResultsItem_1 = require("./ConversationHistoryTranscriptCommonModelInputToolResultsItem");
|
|
44
44
|
const ConversationHistoryTranscriptToolCallCommonModelInput_1 = require("./ConversationHistoryTranscriptToolCallCommonModelInput");
|
|
45
|
+
const ConversationReasoningModel_1 = require("./ConversationReasoningModel");
|
|
45
46
|
const ConversationTurnMetrics_1 = require("./ConversationTurnMetrics");
|
|
46
47
|
const LlmUsageInput_1 = require("./LlmUsageInput");
|
|
47
48
|
const RagRetrievalInfo_1 = require("./RagRetrievalInfo");
|
|
@@ -61,6 +62,7 @@ exports.ConversationHistoryTranscriptCommonModelInput = core.serialization.objec
|
|
|
61
62
|
llmUsage: core.serialization.property("llm_usage", LlmUsageInput_1.LlmUsageInput.optional()),
|
|
62
63
|
interrupted: core.serialization.boolean().optional(),
|
|
63
64
|
originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
|
|
65
|
+
reasoning: core.serialization.list(ConversationReasoningModel_1.ConversationReasoningModel).optional(),
|
|
64
66
|
sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
|
|
65
67
|
sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
|
|
66
68
|
usedStaticKbDocumentIds: core.serialization.property("used_static_kb_document_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
@@ -7,6 +7,7 @@ import { ConversationHistoryMultivoiceMessageModel } from "./ConversationHistory
|
|
|
7
7
|
import { ConversationHistoryTranscriptCommonModelOutputRole } from "./ConversationHistoryTranscriptCommonModelOutputRole";
|
|
8
8
|
import { ConversationHistoryTranscriptCommonModelOutputToolResultsItem } from "./ConversationHistoryTranscriptCommonModelOutputToolResultsItem";
|
|
9
9
|
import { ConversationHistoryTranscriptToolCallCommonModelOutput } from "./ConversationHistoryTranscriptToolCallCommonModelOutput";
|
|
10
|
+
import { ConversationReasoningModel } from "./ConversationReasoningModel";
|
|
10
11
|
import { ConversationTurnMetrics } from "./ConversationTurnMetrics";
|
|
11
12
|
import { LlmUsageOutput } from "./LlmUsageOutput";
|
|
12
13
|
import { RagRetrievalInfo } from "./RagRetrievalInfo";
|
|
@@ -28,6 +29,7 @@ export declare namespace ConversationHistoryTranscriptCommonModelOutput {
|
|
|
28
29
|
llm_usage?: LlmUsageOutput.Raw | null;
|
|
29
30
|
interrupted?: boolean | null;
|
|
30
31
|
original_message?: string | null;
|
|
32
|
+
reasoning?: ConversationReasoningModel.Raw[] | null;
|
|
31
33
|
source_medium?: ChatSourceMedium.Raw | null;
|
|
32
34
|
source_event_id?: number | null;
|
|
33
35
|
used_static_kb_document_ids?: string[] | null;
|
|
@@ -42,6 +42,7 @@ const ConversationHistoryMultivoiceMessageModel_1 = require("./ConversationHisto
|
|
|
42
42
|
const ConversationHistoryTranscriptCommonModelOutputRole_1 = require("./ConversationHistoryTranscriptCommonModelOutputRole");
|
|
43
43
|
const ConversationHistoryTranscriptCommonModelOutputToolResultsItem_1 = require("./ConversationHistoryTranscriptCommonModelOutputToolResultsItem");
|
|
44
44
|
const ConversationHistoryTranscriptToolCallCommonModelOutput_1 = require("./ConversationHistoryTranscriptToolCallCommonModelOutput");
|
|
45
|
+
const ConversationReasoningModel_1 = require("./ConversationReasoningModel");
|
|
45
46
|
const ConversationTurnMetrics_1 = require("./ConversationTurnMetrics");
|
|
46
47
|
const LlmUsageOutput_1 = require("./LlmUsageOutput");
|
|
47
48
|
const RagRetrievalInfo_1 = require("./RagRetrievalInfo");
|
|
@@ -61,6 +62,7 @@ exports.ConversationHistoryTranscriptCommonModelOutput = core.serialization.obje
|
|
|
61
62
|
llmUsage: core.serialization.property("llm_usage", LlmUsageOutput_1.LlmUsageOutput.optional()),
|
|
62
63
|
interrupted: core.serialization.boolean().optional(),
|
|
63
64
|
originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
|
|
65
|
+
reasoning: core.serialization.list(ConversationReasoningModel_1.ConversationReasoningModel).optional(),
|
|
64
66
|
sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
|
|
65
67
|
sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
|
|
66
68
|
usedStaticKbDocumentIds: core.serialization.property("used_static_kb_document_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
@@ -9,6 +9,7 @@ import { ConversationHistoryTranscriptFileInputResponseModel } from "./Conversat
|
|
|
9
9
|
import { ConversationHistoryTranscriptResponseModelRole } from "./ConversationHistoryTranscriptResponseModelRole";
|
|
10
10
|
import { ConversationHistoryTranscriptResponseModelToolResultsItem } from "./ConversationHistoryTranscriptResponseModelToolResultsItem";
|
|
11
11
|
import { ConversationHistoryTranscriptToolCallCommonModelOutput } from "./ConversationHistoryTranscriptToolCallCommonModelOutput";
|
|
12
|
+
import { ConversationReasoningModel } from "./ConversationReasoningModel";
|
|
12
13
|
import { ConversationTurnMetrics } from "./ConversationTurnMetrics";
|
|
13
14
|
import { LlmUsageOutput } from "./LlmUsageOutput";
|
|
14
15
|
import { RagRetrievalInfo } from "./RagRetrievalInfo";
|
|
@@ -30,11 +31,13 @@ export declare namespace ConversationHistoryTranscriptResponseModel {
|
|
|
30
31
|
llm_usage?: LlmUsageOutput.Raw | null;
|
|
31
32
|
interrupted?: boolean | null;
|
|
32
33
|
original_message?: string | null;
|
|
34
|
+
reasoning?: ConversationReasoningModel.Raw[] | null;
|
|
33
35
|
source_medium?: ChatSourceMedium.Raw | null;
|
|
34
36
|
source_event_id?: number | null;
|
|
35
37
|
used_static_kb_document_ids?: string[] | null;
|
|
36
38
|
user_identifier?: string | null;
|
|
37
39
|
file_input?: ConversationHistoryTranscriptFileInputResponseModel.Raw | null;
|
|
38
40
|
contextual_update_info?: ContextualUpdateInfo.Raw | null;
|
|
41
|
+
reasoned?: boolean | null;
|
|
39
42
|
}
|
|
40
43
|
}
|
|
@@ -44,6 +44,7 @@ const ConversationHistoryTranscriptFileInputResponseModel_1 = require("./Convers
|
|
|
44
44
|
const ConversationHistoryTranscriptResponseModelRole_1 = require("./ConversationHistoryTranscriptResponseModelRole");
|
|
45
45
|
const ConversationHistoryTranscriptResponseModelToolResultsItem_1 = require("./ConversationHistoryTranscriptResponseModelToolResultsItem");
|
|
46
46
|
const ConversationHistoryTranscriptToolCallCommonModelOutput_1 = require("./ConversationHistoryTranscriptToolCallCommonModelOutput");
|
|
47
|
+
const ConversationReasoningModel_1 = require("./ConversationReasoningModel");
|
|
47
48
|
const ConversationTurnMetrics_1 = require("./ConversationTurnMetrics");
|
|
48
49
|
const LlmUsageOutput_1 = require("./LlmUsageOutput");
|
|
49
50
|
const RagRetrievalInfo_1 = require("./RagRetrievalInfo");
|
|
@@ -63,10 +64,12 @@ exports.ConversationHistoryTranscriptResponseModel = core.serialization.object({
|
|
|
63
64
|
llmUsage: core.serialization.property("llm_usage", LlmUsageOutput_1.LlmUsageOutput.optional()),
|
|
64
65
|
interrupted: core.serialization.boolean().optional(),
|
|
65
66
|
originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
|
|
67
|
+
reasoning: core.serialization.list(ConversationReasoningModel_1.ConversationReasoningModel).optional(),
|
|
66
68
|
sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
|
|
67
69
|
sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
|
|
68
70
|
usedStaticKbDocumentIds: core.serialization.property("used_static_kb_document_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
69
71
|
userIdentifier: core.serialization.property("user_identifier", core.serialization.string().optional()),
|
|
70
72
|
fileInput: core.serialization.property("file_input", ConversationHistoryTranscriptFileInputResponseModel_1.ConversationHistoryTranscriptFileInputResponseModel.optional()),
|
|
71
73
|
contextualUpdateInfo: core.serialization.property("contextual_update_info", ContextualUpdateInfo_1.ContextualUpdateInfo.optional()),
|
|
74
|
+
reasoned: core.serialization.boolean().optional(),
|
|
72
75
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const ConversationReasoningModel: core.serialization.ObjectSchema<serializers.ConversationReasoningModel.Raw, ElevenLabs.ConversationReasoningModel>;
|
|
5
|
+
export declare namespace ConversationReasoningModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
summary?: string | null;
|
|
8
|
+
provider_redact?: boolean | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ConversationReasoningModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ConversationReasoningModel = core.serialization.object({
|
|
40
|
+
summary: core.serialization.string().optional(),
|
|
41
|
+
providerRedact: core.serialization.property("provider_redact", core.serialization.boolean().optional()),
|
|
42
|
+
});
|