@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
|
@@ -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 SlackBotAuthResponse: core.serialization.ObjectSchema<serializers.SlackBotAuthResponse.Raw, ElevenLabs.SlackBotAuthResponse>;
|
|
6
7
|
export declare namespace SlackBotAuthResponse {
|
|
7
8
|
interface Raw {
|
|
@@ -9,5 +10,8 @@ export declare namespace SlackBotAuthResponse {
|
|
|
9
10
|
provider?: "Slack" | null;
|
|
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.SlackBotAuthResponse = 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.SlackBotAuthResponse = core.serialization.object({
|
|
41
42
|
name: core.serialization.string(),
|
|
42
43
|
provider: core.serialization.stringLiteral("Slack").optional(),
|
|
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
|
});
|
|
@@ -17,6 +17,7 @@ export declare namespace TurnConfig {
|
|
|
17
17
|
retranscribe_on_turn_timeout?: boolean | null;
|
|
18
18
|
turn_model?: TurnModel.Raw | null;
|
|
19
19
|
interruption_ignore_terms?: string[] | null;
|
|
20
|
+
transcribe_on_disabled_interruptions?: boolean | null;
|
|
20
21
|
soft_timeout_config?: SoftTimeoutConfig.Raw | null;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -50,5 +50,6 @@ exports.TurnConfig = core.serialization.object({
|
|
|
50
50
|
retranscribeOnTurnTimeout: core.serialization.property("retranscribe_on_turn_timeout", core.serialization.boolean().optional()),
|
|
51
51
|
turnModel: core.serialization.property("turn_model", TurnModel_1.TurnModel.optional()),
|
|
52
52
|
interruptionIgnoreTerms: core.serialization.property("interruption_ignore_terms", core.serialization.list(core.serialization.string()).optional()),
|
|
53
|
+
transcribeOnDisabledInterruptions: core.serialization.property("transcribe_on_disabled_interruptions", core.serialization.boolean().optional()),
|
|
53
54
|
softTimeoutConfig: core.serialization.property("soft_timeout_config", SoftTimeoutConfig_1.SoftTimeoutConfig.optional()),
|
|
54
55
|
});
|
|
@@ -17,6 +17,7 @@ export declare namespace TurnConfigWorkflowOverride {
|
|
|
17
17
|
retranscribe_on_turn_timeout?: boolean | null;
|
|
18
18
|
turn_model?: TurnModel.Raw | null;
|
|
19
19
|
interruption_ignore_terms?: string[] | null;
|
|
20
|
+
transcribe_on_disabled_interruptions?: boolean | null;
|
|
20
21
|
soft_timeout_config?: SoftTimeoutConfigWorkflowOverride.Raw | null;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -50,5 +50,6 @@ exports.TurnConfigWorkflowOverride = core.serialization.object({
|
|
|
50
50
|
retranscribeOnTurnTimeout: core.serialization.property("retranscribe_on_turn_timeout", core.serialization.boolean().optional()),
|
|
51
51
|
turnModel: core.serialization.property("turn_model", TurnModel_1.TurnModel.optional()),
|
|
52
52
|
interruptionIgnoreTerms: core.serialization.property("interruption_ignore_terms", core.serialization.list(core.serialization.string()).optional()),
|
|
53
|
+
transcribeOnDisabledInterruptions: core.serialization.property("transcribe_on_disabled_interruptions", core.serialization.boolean().optional()),
|
|
53
54
|
softTimeoutConfig: core.serialization.property("soft_timeout_config", SoftTimeoutConfigWorkflowOverride_1.SoftTimeoutConfigWorkflowOverride.optional()),
|
|
54
55
|
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 UpdateAgentProcedureParams: core.serialization.ObjectSchema<serializers.UpdateAgentProcedureParams.Raw, ElevenLabs.UpdateAgentProcedureParams>;
|
|
5
|
+
export declare namespace UpdateAgentProcedureParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "update_agent_procedure" | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.UpdateAgentProcedureParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UpdateAgentProcedureParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("update_agent_procedure").optional()),
|
|
41
|
+
});
|
|
@@ -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 UpdateBearerAuthRequest: core.serialization.ObjectSchema<serializers.UpdateBearerAuthRequest.Raw, ElevenLabs.UpdateBearerAuthRequest>;
|
|
5
|
+
export declare namespace UpdateBearerAuthRequest {
|
|
6
|
+
interface Raw {
|
|
7
|
+
provider?: string | null;
|
|
8
|
+
token?: string | 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.UpdateBearerAuthRequest = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UpdateBearerAuthRequest = core.serialization.object({
|
|
40
|
+
provider: core.serialization.string().optional(),
|
|
41
|
+
token: core.serialization.string().optional(),
|
|
42
|
+
});
|
|
@@ -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 UrlSecretAuthResponse: core.serialization.ObjectSchema<serializers.UrlSecretAuthResponse.Raw, ElevenLabs.UrlSecretAuthResponse>;
|
|
6
7
|
export declare namespace UrlSecretAuthResponse {
|
|
7
8
|
interface Raw {
|
|
@@ -9,5 +10,8 @@ export declare namespace UrlSecretAuthResponse {
|
|
|
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.UrlSecretAuthResponse = 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.UrlSecretAuthResponse = 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
|
});
|
|
@@ -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 { UuiTransferConfigProtocolDiscriminatorMode } from "./UuiTransferConfigProtocolDiscriminatorMode";
|
|
5
|
+
export declare const UuiTransferConfig: core.serialization.ObjectSchema<serializers.UuiTransferConfig.Raw, ElevenLabs.UuiTransferConfig>;
|
|
6
|
+
export declare namespace UuiTransferConfig {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: string;
|
|
9
|
+
protocol_discriminator?: string | null;
|
|
10
|
+
protocol_discriminator_mode?: UuiTransferConfigProtocolDiscriminatorMode.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.UuiTransferConfig = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const UuiTransferConfigProtocolDiscriminatorMode_1 = require("./UuiTransferConfigProtocolDiscriminatorMode");
|
|
40
|
+
exports.UuiTransferConfig = core.serialization.object({
|
|
41
|
+
data: core.serialization.string(),
|
|
42
|
+
protocolDiscriminator: core.serialization.property("protocol_discriminator", core.serialization.string().optional()),
|
|
43
|
+
protocolDiscriminatorMode: core.serialization.property("protocol_discriminator_mode", UuiTransferConfigProtocolDiscriminatorMode_1.UuiTransferConfigProtocolDiscriminatorMode.optional()),
|
|
44
|
+
});
|
|
@@ -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 UuiTransferConfigProtocolDiscriminatorMode: core.serialization.Schema<serializers.UuiTransferConfigProtocolDiscriminatorMode.Raw, ElevenLabs.UuiTransferConfigProtocolDiscriminatorMode>;
|
|
5
|
+
export declare namespace UuiTransferConfigProtocolDiscriminatorMode {
|
|
6
|
+
type Raw = "prefix" | "pd_parameter";
|
|
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.UuiTransferConfigProtocolDiscriminatorMode = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UuiTransferConfigProtocolDiscriminatorMode = core.serialization.enum_(["prefix", "pd_parameter"]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const WebhookEventType: core.serialization.Schema<serializers.WebhookEventType.Raw, ElevenLabs.WebhookEventType>;
|
|
5
5
|
export declare namespace WebhookEventType {
|
|
6
|
-
type Raw = "transcript" | "audio" | "call_initiation_failure";
|
|
6
|
+
type Raw = "transcript" | "audio" | "call_initiation_failure" | "unredacted_transcript" | "unredacted_audio";
|
|
7
7
|
}
|
|
@@ -36,4 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.WebhookEventType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.WebhookEventType = core.serialization.enum_([
|
|
39
|
+
exports.WebhookEventType = core.serialization.enum_([
|
|
40
|
+
"transcript",
|
|
41
|
+
"audio",
|
|
42
|
+
"call_initiation_failure",
|
|
43
|
+
"unredacted_transcript",
|
|
44
|
+
"unredacted_audio",
|
|
45
|
+
]);
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import * as serializers from "../index";
|
|
4
4
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
5
5
|
import { QueryParamsJsonSchema } from "./QueryParamsJsonSchema";
|
|
6
|
+
import { ResponseFilter } from "./ResponseFilter";
|
|
6
7
|
import { WebhookToolApiSchemaConfigInputAuthConnection } from "./WebhookToolApiSchemaConfigInputAuthConnection";
|
|
7
8
|
import { WebhookToolApiSchemaConfigInputContentType } from "./WebhookToolApiSchemaConfigInputContentType";
|
|
8
9
|
import { WebhookToolApiSchemaConfigInputMethod } from "./WebhookToolApiSchemaConfigInputMethod";
|
|
@@ -17,6 +18,7 @@ export declare namespace WebhookToolApiSchemaConfigInput {
|
|
|
17
18
|
query_params_schema?: QueryParamsJsonSchema.Raw | null;
|
|
18
19
|
request_body_schema?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
|
|
19
20
|
response_body_schema?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
|
|
21
|
+
response_filter?: ResponseFilter.Raw | null;
|
|
20
22
|
content_type?: WebhookToolApiSchemaConfigInputContentType.Raw | null;
|
|
21
23
|
auth_resolved_params?: string[] | null;
|
|
22
24
|
auth_connection?: WebhookToolApiSchemaConfigInputAuthConnection.Raw | null;
|
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
40
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
41
41
|
const QueryParamsJsonSchema_1 = require("./QueryParamsJsonSchema");
|
|
42
|
+
const ResponseFilter_1 = require("./ResponseFilter");
|
|
42
43
|
const WebhookToolApiSchemaConfigInputAuthConnection_1 = require("./WebhookToolApiSchemaConfigInputAuthConnection");
|
|
43
44
|
const WebhookToolApiSchemaConfigInputContentType_1 = require("./WebhookToolApiSchemaConfigInputContentType");
|
|
44
45
|
const WebhookToolApiSchemaConfigInputMethod_1 = require("./WebhookToolApiSchemaConfigInputMethod");
|
|
@@ -53,6 +54,7 @@ exports.WebhookToolApiSchemaConfigInput = core.serialization.object({
|
|
|
53
54
|
queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
|
|
54
55
|
requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional()),
|
|
55
56
|
responseBodySchema: core.serialization.property("response_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional()),
|
|
57
|
+
responseFilter: core.serialization.property("response_filter", ResponseFilter_1.ResponseFilter.optional()),
|
|
56
58
|
contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigInputContentType_1.WebhookToolApiSchemaConfigInputContentType.optional()),
|
|
57
59
|
authResolvedParams: core.serialization.property("auth_resolved_params", core.serialization.list(core.serialization.string()).optional()),
|
|
58
60
|
authConnection: core.serialization.property("auth_connection", WebhookToolApiSchemaConfigInputAuthConnection_1.WebhookToolApiSchemaConfigInputAuthConnection.optional()),
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import * as serializers from "../index";
|
|
4
4
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
5
5
|
import { QueryParamsJsonSchema } from "./QueryParamsJsonSchema";
|
|
6
|
+
import { ResponseFilter } from "./ResponseFilter";
|
|
6
7
|
import { WebhookToolApiSchemaConfigOutputAuthConnection } from "./WebhookToolApiSchemaConfigOutputAuthConnection";
|
|
7
8
|
import { WebhookToolApiSchemaConfigOutputContentType } from "./WebhookToolApiSchemaConfigOutputContentType";
|
|
8
9
|
import { WebhookToolApiSchemaConfigOutputMethod } from "./WebhookToolApiSchemaConfigOutputMethod";
|
|
@@ -17,6 +18,7 @@ export declare namespace WebhookToolApiSchemaConfigOutput {
|
|
|
17
18
|
query_params_schema?: QueryParamsJsonSchema.Raw | null;
|
|
18
19
|
request_body_schema?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
|
|
19
20
|
response_body_schema?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
|
|
21
|
+
response_filter?: ResponseFilter.Raw | null;
|
|
20
22
|
content_type?: WebhookToolApiSchemaConfigOutputContentType.Raw | null;
|
|
21
23
|
auth_resolved_params?: string[] | null;
|
|
22
24
|
auth_connection?: WebhookToolApiSchemaConfigOutputAuthConnection.Raw | null;
|
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
40
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
41
41
|
const QueryParamsJsonSchema_1 = require("./QueryParamsJsonSchema");
|
|
42
|
+
const ResponseFilter_1 = require("./ResponseFilter");
|
|
42
43
|
const WebhookToolApiSchemaConfigOutputAuthConnection_1 = require("./WebhookToolApiSchemaConfigOutputAuthConnection");
|
|
43
44
|
const WebhookToolApiSchemaConfigOutputContentType_1 = require("./WebhookToolApiSchemaConfigOutputContentType");
|
|
44
45
|
const WebhookToolApiSchemaConfigOutputMethod_1 = require("./WebhookToolApiSchemaConfigOutputMethod");
|
|
@@ -53,6 +54,7 @@ exports.WebhookToolApiSchemaConfigOutput = core.serialization.object({
|
|
|
53
54
|
queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
|
|
54
55
|
requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional()),
|
|
55
56
|
responseBodySchema: core.serialization.property("response_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional()),
|
|
57
|
+
responseFilter: core.serialization.property("response_filter", ResponseFilter_1.ResponseFilter.optional()),
|
|
56
58
|
contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigOutputContentType_1.WebhookToolApiSchemaConfigOutputContentType.optional()),
|
|
57
59
|
authResolvedParams: core.serialization.property("auth_resolved_params", core.serialization.list(core.serialization.string()).optional()),
|
|
58
60
|
authConnection: core.serialization.property("auth_connection", WebhookToolApiSchemaConfigOutputAuthConnection_1.WebhookToolApiSchemaConfigOutputAuthConnection.optional()),
|
|
@@ -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 WhatsAppAuthResponse: core.serialization.ObjectSchema<serializers.WhatsAppAuthResponse.Raw, ElevenLabs.WhatsAppAuthResponse>;
|
|
6
7
|
export declare namespace WhatsAppAuthResponse {
|
|
7
8
|
interface Raw {
|
|
@@ -10,5 +11,8 @@ export declare namespace WhatsAppAuthResponse {
|
|
|
10
11
|
phone_number_id: string;
|
|
11
12
|
id: string;
|
|
12
13
|
used_by?: AuthConnectionDependencies.Raw | null;
|
|
14
|
+
status?: AuthConnectionStatus.Raw | null;
|
|
15
|
+
status_detail?: string | null;
|
|
16
|
+
status_updated_at?: string | null;
|
|
13
17
|
}
|
|
14
18
|
}
|
|
@@ -37,10 +37,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.WhatsAppAuthResponse = 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.WhatsAppAuthResponse = core.serialization.object({
|
|
41
42
|
name: core.serialization.string(),
|
|
42
43
|
provider: core.serialization.stringLiteral("whatsapp").optional(),
|
|
43
44
|
phoneNumberId: core.serialization.property("phone_number_id", 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
|
});
|
|
@@ -8,12 +8,12 @@ import { PositionInput } from "./PositionInput";
|
|
|
8
8
|
export declare const WorkflowOverrideAgentNodeModelInput: core.serialization.ObjectSchema<serializers.WorkflowOverrideAgentNodeModelInput.Raw, ElevenLabs.WorkflowOverrideAgentNodeModelInput>;
|
|
9
9
|
export declare namespace WorkflowOverrideAgentNodeModelInput {
|
|
10
10
|
interface Raw {
|
|
11
|
+
position?: PositionInput.Raw | null;
|
|
12
|
+
edge_order?: string[] | null;
|
|
11
13
|
conversation_config?: ConversationalConfigApiModelWorkflowOverrideInput.Raw | null;
|
|
12
14
|
additional_prompt?: string | null;
|
|
13
15
|
additional_knowledge_base?: KnowledgeBaseLocator.Raw[] | null;
|
|
14
16
|
additional_tool_ids?: string[] | null;
|
|
15
|
-
position?: PositionInput.Raw | null;
|
|
16
|
-
edge_order?: string[] | null;
|
|
17
17
|
label: string;
|
|
18
18
|
entry_behavior?: EntryBehavior.Raw | null;
|
|
19
19
|
}
|
|
@@ -41,12 +41,12 @@ const EntryBehavior_1 = require("./EntryBehavior");
|
|
|
41
41
|
const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
|
|
42
42
|
const PositionInput_1 = require("./PositionInput");
|
|
43
43
|
exports.WorkflowOverrideAgentNodeModelInput = core.serialization.object({
|
|
44
|
+
position: PositionInput_1.PositionInput.optional(),
|
|
45
|
+
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string()).optional()),
|
|
44
46
|
conversationConfig: core.serialization.property("conversation_config", ConversationalConfigApiModelWorkflowOverrideInput_1.ConversationalConfigApiModelWorkflowOverrideInput.optional()),
|
|
45
47
|
additionalPrompt: core.serialization.property("additional_prompt", core.serialization.string().optional()),
|
|
46
48
|
additionalKnowledgeBase: core.serialization.property("additional_knowledge_base", core.serialization.list(KnowledgeBaseLocator_1.KnowledgeBaseLocator).optional()),
|
|
47
49
|
additionalToolIds: core.serialization.property("additional_tool_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
48
|
-
position: PositionInput_1.PositionInput.optional(),
|
|
49
|
-
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string()).optional()),
|
|
50
50
|
label: core.serialization.string(),
|
|
51
51
|
entryBehavior: core.serialization.property("entry_behavior", EntryBehavior_1.EntryBehavior.optional()),
|
|
52
52
|
});
|
|
@@ -8,12 +8,12 @@ import { PositionOutput } from "./PositionOutput";
|
|
|
8
8
|
export declare const WorkflowOverrideAgentNodeModelOutput: core.serialization.ObjectSchema<serializers.WorkflowOverrideAgentNodeModelOutput.Raw, ElevenLabs.WorkflowOverrideAgentNodeModelOutput>;
|
|
9
9
|
export declare namespace WorkflowOverrideAgentNodeModelOutput {
|
|
10
10
|
interface Raw {
|
|
11
|
+
position: PositionOutput.Raw;
|
|
12
|
+
edge_order: string[];
|
|
11
13
|
conversation_config: ConversationalConfigApiModelWorkflowOverrideOutput.Raw;
|
|
12
14
|
additional_prompt: string;
|
|
13
15
|
additional_knowledge_base: KnowledgeBaseLocator.Raw[];
|
|
14
16
|
additional_tool_ids: string[];
|
|
15
|
-
position: PositionOutput.Raw;
|
|
16
|
-
edge_order: string[];
|
|
17
17
|
label: string;
|
|
18
18
|
entry_behavior: EntryBehavior.Raw;
|
|
19
19
|
}
|
|
@@ -41,12 +41,12 @@ const EntryBehavior_1 = require("./EntryBehavior");
|
|
|
41
41
|
const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
|
|
42
42
|
const PositionOutput_1 = require("./PositionOutput");
|
|
43
43
|
exports.WorkflowOverrideAgentNodeModelOutput = core.serialization.object({
|
|
44
|
+
position: PositionOutput_1.PositionOutput,
|
|
45
|
+
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
|
|
44
46
|
conversationConfig: core.serialization.property("conversation_config", ConversationalConfigApiModelWorkflowOverrideOutput_1.ConversationalConfigApiModelWorkflowOverrideOutput),
|
|
45
47
|
additionalPrompt: core.serialization.property("additional_prompt", core.serialization.string()),
|
|
46
48
|
additionalKnowledgeBase: core.serialization.property("additional_knowledge_base", core.serialization.list(KnowledgeBaseLocator_1.KnowledgeBaseLocator)),
|
|
47
49
|
additionalToolIds: core.serialization.property("additional_tool_ids", core.serialization.list(core.serialization.string())),
|
|
48
|
-
position: PositionOutput_1.PositionOutput,
|
|
49
|
-
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
|
|
50
50
|
label: core.serialization.string(),
|
|
51
51
|
entryBehavior: core.serialization.property("entry_behavior", EntryBehavior_1.EntryBehavior),
|
|
52
52
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { PositionInput } from "./PositionInput";
|
|
5
5
|
import { TransferTypeEnum } from "./TransferTypeEnum";
|
|
6
|
+
import { UuiTransferConfig } from "./UuiTransferConfig";
|
|
6
7
|
import { WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem } from "./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem";
|
|
7
8
|
import { WorkflowPhoneNumberNodeModelInputPostDialDigits } from "./WorkflowPhoneNumberNodeModelInputPostDialDigits";
|
|
8
9
|
import { WorkflowPhoneNumberNodeModelInputTransferDestination } from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
@@ -12,6 +13,7 @@ export declare namespace WorkflowPhoneNumberNodeModelInput {
|
|
|
12
13
|
custom_sip_headers?: WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.Raw[] | null;
|
|
13
14
|
transfer_destination: WorkflowPhoneNumberNodeModelInputTransferDestination.Raw;
|
|
14
15
|
transfer_type?: TransferTypeEnum.Raw | null;
|
|
16
|
+
uui?: UuiTransferConfig.Raw | null;
|
|
15
17
|
post_dial_digits?: WorkflowPhoneNumberNodeModelInputPostDialDigits.Raw | null;
|
|
16
18
|
position?: PositionInput.Raw | null;
|
|
17
19
|
edge_order?: string[] | null;
|
|
@@ -38,6 +38,7 @@ exports.WorkflowPhoneNumberNodeModelInput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const PositionInput_1 = require("./PositionInput");
|
|
40
40
|
const TransferTypeEnum_1 = require("./TransferTypeEnum");
|
|
41
|
+
const UuiTransferConfig_1 = require("./UuiTransferConfig");
|
|
41
42
|
const WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem_1 = require("./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem");
|
|
42
43
|
const WorkflowPhoneNumberNodeModelInputPostDialDigits_1 = require("./WorkflowPhoneNumberNodeModelInputPostDialDigits");
|
|
43
44
|
const WorkflowPhoneNumberNodeModelInputTransferDestination_1 = require("./WorkflowPhoneNumberNodeModelInputTransferDestination");
|
|
@@ -45,6 +46,7 @@ exports.WorkflowPhoneNumberNodeModelInput = core.serialization.object({
|
|
|
45
46
|
customSipHeaders: core.serialization.property("custom_sip_headers", core.serialization.list(WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem_1.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem).optional()),
|
|
46
47
|
transferDestination: core.serialization.property("transfer_destination", WorkflowPhoneNumberNodeModelInputTransferDestination_1.WorkflowPhoneNumberNodeModelInputTransferDestination),
|
|
47
48
|
transferType: core.serialization.property("transfer_type", TransferTypeEnum_1.TransferTypeEnum.optional()),
|
|
49
|
+
uui: UuiTransferConfig_1.UuiTransferConfig.optional(),
|
|
48
50
|
postDialDigits: core.serialization.property("post_dial_digits", WorkflowPhoneNumberNodeModelInputPostDialDigits_1.WorkflowPhoneNumberNodeModelInputPostDialDigits.optional()),
|
|
49
51
|
position: PositionInput_1.PositionInput.optional(),
|
|
50
52
|
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string()).optional()),
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { PositionOutput } from "./PositionOutput";
|
|
5
5
|
import { TransferTypeEnum } from "./TransferTypeEnum";
|
|
6
|
+
import { UuiTransferConfig } from "./UuiTransferConfig";
|
|
6
7
|
import { WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem } from "./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem";
|
|
7
8
|
import { WorkflowPhoneNumberNodeModelOutputPostDialDigits } from "./WorkflowPhoneNumberNodeModelOutputPostDialDigits";
|
|
8
9
|
import { WorkflowPhoneNumberNodeModelOutputTransferDestination } from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
|
|
@@ -12,6 +13,7 @@ export declare namespace WorkflowPhoneNumberNodeModelOutput {
|
|
|
12
13
|
custom_sip_headers: WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.Raw[];
|
|
13
14
|
transfer_destination: WorkflowPhoneNumberNodeModelOutputTransferDestination.Raw;
|
|
14
15
|
transfer_type: TransferTypeEnum.Raw;
|
|
16
|
+
uui?: UuiTransferConfig.Raw | null;
|
|
15
17
|
post_dial_digits?: WorkflowPhoneNumberNodeModelOutputPostDialDigits.Raw | null;
|
|
16
18
|
position: PositionOutput.Raw;
|
|
17
19
|
edge_order: string[];
|
|
@@ -38,6 +38,7 @@ exports.WorkflowPhoneNumberNodeModelOutput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const PositionOutput_1 = require("./PositionOutput");
|
|
40
40
|
const TransferTypeEnum_1 = require("./TransferTypeEnum");
|
|
41
|
+
const UuiTransferConfig_1 = require("./UuiTransferConfig");
|
|
41
42
|
const WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem_1 = require("./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem");
|
|
42
43
|
const WorkflowPhoneNumberNodeModelOutputPostDialDigits_1 = require("./WorkflowPhoneNumberNodeModelOutputPostDialDigits");
|
|
43
44
|
const WorkflowPhoneNumberNodeModelOutputTransferDestination_1 = require("./WorkflowPhoneNumberNodeModelOutputTransferDestination");
|
|
@@ -45,6 +46,7 @@ exports.WorkflowPhoneNumberNodeModelOutput = core.serialization.object({
|
|
|
45
46
|
customSipHeaders: core.serialization.property("custom_sip_headers", core.serialization.list(WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem_1.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem)),
|
|
46
47
|
transferDestination: core.serialization.property("transfer_destination", WorkflowPhoneNumberNodeModelOutputTransferDestination_1.WorkflowPhoneNumberNodeModelOutputTransferDestination),
|
|
47
48
|
transferType: core.serialization.property("transfer_type", TransferTypeEnum_1.TransferTypeEnum),
|
|
49
|
+
uui: UuiTransferConfig_1.UuiTransferConfig.optional(),
|
|
48
50
|
postDialDigits: core.serialization.property("post_dial_digits", WorkflowPhoneNumberNodeModelOutputPostDialDigits_1.WorkflowPhoneNumberNodeModelOutputPostDialDigits.optional()),
|
|
49
51
|
position: PositionOutput_1.PositionOutput,
|
|
50
52
|
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const WorkspaceGroupPermission: core.serialization.Schema<serializers.WorkspaceGroupPermission.Raw, ElevenLabs.WorkspaceGroupPermission>;
|
|
5
5
|
export declare namespace WorkspaceGroupPermission {
|
|
6
|
-
type Raw = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "voice_lab" | "sound_effects" | "projects" | "voiceover_studio" | "dubbing" | "audio_native" | "conversational_ai" | "conversational_ai_read" | "voice_isolator" | "ai_speech_classifier" | "add_voice_from_voice_library" | "create_instant_voice_clone" | "create_professional_voice_clone" | "create_user_api_key" | "publish_studio_project" | "music" | "image_video_generation" | "share_voice_externally" | "publish_voice_to_voice_library" | "view_fiat_balance" | "workspace_analytics_full_read" | "service_accounts_manage" | "webhooks_manage" | "group_members_manage" | "workspace_members_invite" | "workspace_members_remove" | "terms_of_service_accept" | "audit_log_read" | "copy_resources_cross_workspace" | "voice_design";
|
|
6
|
+
type Raw = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "voice_lab" | "sound_effects" | "projects" | "voiceover_studio" | "dubbing" | "audio_native" | "conversational_ai" | "conversational_ai_read" | "voice_isolator" | "ai_speech_classifier" | "synthid_detector" | "add_voice_from_voice_library" | "create_instant_voice_clone" | "create_professional_voice_clone" | "create_user_api_key" | "publish_studio_project" | "music" | "image_video_generation" | "share_voice_externally" | "publish_voice_to_voice_library" | "view_fiat_balance" | "workspace_analytics_full_read" | "service_accounts_manage" | "webhooks_manage" | "group_members_manage" | "workspace_members_invite" | "workspace_members_remove" | "terms_of_service_accept" | "audit_log_read" | "conversation_privacy_manage" | "copy_resources_cross_workspace" | "voice_design";
|
|
7
7
|
}
|
|
@@ -50,6 +50,7 @@ exports.WorkspaceGroupPermission = core.serialization.enum_([
|
|
|
50
50
|
"conversational_ai_read",
|
|
51
51
|
"voice_isolator",
|
|
52
52
|
"ai_speech_classifier",
|
|
53
|
+
"synthid_detector",
|
|
53
54
|
"add_voice_from_voice_library",
|
|
54
55
|
"create_instant_voice_clone",
|
|
55
56
|
"create_professional_voice_clone",
|
|
@@ -68,6 +69,7 @@ exports.WorkspaceGroupPermission = core.serialization.enum_([
|
|
|
68
69
|
"workspace_members_remove",
|
|
69
70
|
"terms_of_service_accept",
|
|
70
71
|
"audit_log_read",
|
|
72
|
+
"conversation_privacy_manage",
|
|
71
73
|
"copy_resources_cross_workspace",
|
|
72
74
|
"voice_design",
|
|
73
75
|
]);
|
|
@@ -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 { ScimGroupResponseModel } from "./ScimGroupResponseModel";
|
|
4
5
|
import { WorkspaceGroupPermission } from "./WorkspaceGroupPermission";
|
|
5
6
|
import { WorkspaceGroupResponseModelGroupPvcLimit } from "./WorkspaceGroupResponseModelGroupPvcLimit";
|
|
6
7
|
import { WorkspaceGroupResponseModelGroupUsageLimit } from "./WorkspaceGroupResponseModelGroupUsageLimit";
|
|
@@ -16,6 +17,7 @@ export declare namespace WorkspaceGroupResponseModel {
|
|
|
16
17
|
character_count?: number | null;
|
|
17
18
|
scim_external_id?: string | null;
|
|
18
19
|
is_scim_synced?: boolean | null;
|
|
20
|
+
scim_group?: ScimGroupResponseModel.Raw | null;
|
|
19
21
|
scim_frozen?: boolean | null;
|
|
20
22
|
}
|
|
21
23
|
}
|