@elevenlabs/elevenlabs-js 2.35.0 → 2.36.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/BaseClient.js +2 -2
- package/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/client/Client.js +9 -4
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -3
- package/api/resources/conversationalAi/resources/agents/client/Client.js +39 -9
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +7 -31
- package/api/resources/conversationalAi/resources/tests/client/Client.js +9 -33
- package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +0 -2
- package/api/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.d.ts +16 -0
- package/api/resources/conversationalAi/resources/tests/types/TestsGetResponse.d.ts +13 -0
- package/api/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.d.ts +16 -0
- package/api/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.d.ts +13 -0
- package/api/resources/conversationalAi/resources/tests/types/index.d.ts +4 -2
- package/api/resources/conversationalAi/resources/tests/types/index.js +4 -2
- package/api/resources/conversationalAi/resources/users/client/Client.d.ts +33 -0
- package/api/resources/conversationalAi/resources/users/client/Client.js +147 -0
- package/api/resources/conversationalAi/resources/users/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +25 -0
- package/api/resources/conversationalAi/resources/users/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/users/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/index.js +17 -0
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/client/Client.js +1 -1
- package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +1 -1
- package/api/types/BuiltInToolsInput.d.ts +2 -0
- package/api/types/BuiltInToolsOutput.d.ts +2 -0
- package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -0
- package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/ContentConfig.d.ts +10 -0
- package/api/types/ContentGuardrailInput.d.ts +4 -0
- package/api/types/ContentGuardrailOutput.d.ts +4 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/api/types/ConversationUserResponseModel.d.ts +8 -0
- package/api/types/CreateAgentTestResponseModel.d.ts +3 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +15 -0
- package/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/CreateSimulationTestRequest.d.ts +15 -0
- package/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/CreateToolCallUnitTestRequest.d.ts +13 -0
- package/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/CustomGuardrailConfig.d.ts +13 -0
- package/api/types/CustomGuardrailConfigModel.d.ts +6 -0
- package/api/types/CustomGuardrailConfigModel.js +9 -0
- package/api/types/CustomGuardrailInput.d.ts +7 -0
- package/api/types/CustomGuardrailInput.js +3 -0
- package/api/types/CustomGuardrailOutput.d.ts +7 -0
- package/api/types/CustomGuardrailOutput.js +3 -0
- package/api/types/CustomGuardrailsConfig.d.ts +7 -0
- package/api/types/CustomGuardrailsConfig.js +3 -0
- package/api/types/DefaultSharingGroupResponseModel.d.ts +7 -0
- package/api/types/DefaultSharingGroupResponseModel.js +3 -0
- package/api/types/DefaultSharingGroupResponseModelPermissionLevel.d.ts +7 -0
- package/api/types/DefaultSharingGroupResponseModelPermissionLevel.js +10 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -1
- package/api/types/GetConversationResponseModel.d.ts +1 -1
- package/api/types/GetConversationUsersPageResponseModel.d.ts +6 -0
- package/api/types/GetConversationUsersPageResponseModel.js +3 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModel.d.ts +23 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModel.js +3 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.d.ts +7 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.js +10 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.d.ts +10 -0
- package/api/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.js +3 -0
- package/api/types/GetResponseUnitTestResponseModel.d.ts +16 -0
- package/api/types/GetResponseUnitTestResponseModel.js +3 -0
- package/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +3 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +16 -0
- package/api/types/GetSimulationTestResponseModel.js +3 -0
- package/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/GetSimulationTestResponseModelDynamicVariablesValue.js +3 -0
- package/api/types/GetToolCallUnitTestResponseModel.d.ts +14 -0
- package/api/types/GetToolCallUnitTestResponseModel.js +3 -0
- package/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +3 -0
- package/api/types/GuardrailsV1Input.d.ts +2 -0
- package/api/types/GuardrailsV1Output.d.ts +2 -0
- package/api/types/MergingStrategy.d.ts +7 -0
- package/api/types/MergingStrategy.js +10 -0
- package/api/types/MultiSourceConfigJson.d.ts +22 -0
- package/api/types/MultiSourceConfigJson.js +3 -0
- package/api/types/PendingClipTask.d.ts +8 -0
- package/api/types/PendingClipTask.js +3 -0
- package/api/types/PendingClipTaskType.d.ts +6 -0
- package/api/types/PendingClipTaskType.js +9 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/api/types/PhoneNumberTransferPostDialDigits.d.ts +10 -0
- package/api/types/PhoneNumberTransferPostDialDigits.js +3 -0
- package/api/types/PostDialDigitsDynamicVariable.d.ts +4 -0
- package/api/types/PostDialDigitsDynamicVariable.js +3 -0
- package/api/types/PostDialDigitsStatic.d.ts +4 -0
- package/api/types/PostDialDigitsStatic.js +3 -0
- package/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/api/types/ProjectVideoResponseModel.d.ts +2 -0
- package/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
- package/api/types/PronunciationDictionaryAliasRuleResponseModel.js +3 -0
- package/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +5 -0
- package/api/types/PronunciationDictionaryPhonemeRuleResponseModel.js +3 -0
- package/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/api/types/ReferencedToolCommonModelType.js +1 -0
- package/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/api/types/ResponseUnitTestModel.d.ts +14 -0
- package/api/types/ResponseUnitTestModel.js +3 -0
- package/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/ResponseUnitTestModelDynamicVariablesValue.js +3 -0
- package/api/types/SearchDocumentationToolConfigInput.d.ts +39 -0
- package/api/types/SearchDocumentationToolConfigInput.js +3 -0
- package/api/types/SearchDocumentationToolConfigOutput.d.ts +37 -0
- package/api/types/SearchDocumentationToolConfigOutput.js +3 -0
- package/api/types/SimilarVoice.d.ts +1 -1
- package/api/types/SimulationTestModel.d.ts +14 -0
- package/api/types/SimulationTestModel.js +3 -0
- package/api/types/SimulationTestModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/SimulationTestModelDynamicVariablesValue.js +3 -0
- package/api/types/SourceConfigJson.d.ts +32 -0
- package/api/types/SourceConfigJson.js +3 -0
- package/api/types/SourceRetrievalConfig.d.ts +17 -0
- package/api/types/SourceRetrievalConfig.js +3 -0
- package/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/api/types/TestRunMetadataTestType.d.ts +1 -0
- package/api/types/TestRunMetadataTestType.js +1 -0
- package/api/types/TestType.d.ts +6 -0
- package/api/types/{UnitTestCommonModelType.js → TestType.js} +3 -2
- package/api/types/ToolCallUnitTestModel.d.ts +12 -0
- package/api/types/ToolCallUnitTestModel.js +3 -0
- package/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +1 -0
- package/api/types/ToolCallUnitTestModelDynamicVariablesValue.js +3 -0
- package/api/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/api/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/api/types/TransferToNumberResultTwilioSuccessModel.d.ts +1 -0
- package/api/types/TtsConversationalConfigInput.d.ts +2 -0
- package/api/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/api/types/UnitTestRunResponseModelTestInfo.d.ts +13 -0
- package/api/types/UnitTestRunResponseModelTestInfo.js +3 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/api/types/UpdateResponseUnitTestRequest.d.ts +15 -0
- package/api/types/UpdateResponseUnitTestRequest.js +3 -0
- package/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +3 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +15 -0
- package/api/types/UpdateSimulationTestRequest.js +3 -0
- package/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/UpdateSimulationTestRequestDynamicVariablesValue.js +3 -0
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +13 -0
- package/api/types/UpdateToolCallUnitTestRequest.js +3 -0
- package/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +3 -0
- package/api/types/{SimilarVoiceCategory.d.ts → VoiceCategory.d.ts} +2 -2
- package/{dist/api/types/SimilarVoiceCategory.js → api/types/VoiceCategory.js} +2 -2
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.js +3 -0
- package/api/types/WorkspaceGroupPermission.d.ts +31 -0
- package/api/types/WorkspaceGroupPermission.js +34 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +9 -0
- package/api/types/WorkspaceGroupResponseModel.js +3 -0
- package/api/types/WorkspaceGroupResponseModelGroupUsageLimit.d.ts +1 -0
- package/api/types/WorkspaceGroupResponseModelGroupUsageLimit.js +3 -0
- package/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -0
- package/api/types/index.d.ts +61 -7
- package/api/types/index.js +61 -7
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/client/Client.js +9 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -3
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +39 -9
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +7 -31
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +9 -33
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +0 -2
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsGetResponse.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsGetResponse.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/index.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/tests/types/index.js +4 -2
- package/dist/api/resources/conversationalAi/resources/users/client/Client.d.ts +33 -0
- package/dist/api/resources/conversationalAi/resources/users/client/Client.js +147 -0
- package/dist/api/resources/conversationalAi/resources/users/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +25 -0
- package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/users/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/users/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/index.js +17 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +1 -1
- package/dist/api/types/BuiltInToolsInput.d.ts +2 -0
- package/dist/api/types/BuiltInToolsOutput.d.ts +2 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/ContentConfig.d.ts +10 -0
- package/dist/api/types/ContentConfig.js +3 -0
- package/dist/api/types/ContentGuardrailInput.d.ts +4 -0
- package/dist/api/types/ContentGuardrailInput.js +3 -0
- package/dist/api/types/ContentGuardrailOutput.d.ts +4 -0
- package/dist/api/types/ContentGuardrailOutput.js +3 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/dist/api/types/ConversationUserResponseModel.d.ts +8 -0
- package/dist/api/types/ConversationUserResponseModel.js +3 -0
- package/dist/api/types/CreateAgentTestResponseModel.d.ts +3 -0
- package/dist/api/types/CreateAgentTestResponseModel.js +3 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +15 -0
- package/dist/api/types/CreateResponseUnitTestRequest.js +3 -0
- package/dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +15 -0
- package/dist/api/types/CreateSimulationTestRequest.js +3 -0
- package/dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +13 -0
- package/dist/api/types/CreateToolCallUnitTestRequest.js +3 -0
- package/dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +13 -0
- package/dist/api/types/CustomGuardrailConfig.js +3 -0
- package/dist/api/types/CustomGuardrailConfigModel.d.ts +6 -0
- package/dist/api/types/CustomGuardrailConfigModel.js +9 -0
- package/dist/api/types/CustomGuardrailInput.d.ts +7 -0
- package/dist/api/types/CustomGuardrailInput.js +3 -0
- package/dist/api/types/CustomGuardrailOutput.d.ts +7 -0
- package/dist/api/types/CustomGuardrailOutput.js +3 -0
- package/dist/api/types/CustomGuardrailsConfig.d.ts +7 -0
- package/dist/api/types/CustomGuardrailsConfig.js +3 -0
- package/dist/api/types/DefaultSharingGroupResponseModel.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupResponseModel.js +3 -0
- package/dist/api/types/DefaultSharingGroupResponseModelPermissionLevel.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupResponseModelPermissionLevel.js +10 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationUsersPageResponseModel.d.ts +6 -0
- package/dist/api/types/GetConversationUsersPageResponseModel.js +3 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModel.d.ts +23 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModel.js +3 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.d.ts +7 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.js +10 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.d.ts +10 -0
- package/dist/api/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.js +3 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +16 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.js +3 -0
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +16 -0
- package/dist/api/types/GetSimulationTestResponseModel.js +3 -0
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +14 -0
- package/dist/api/types/GetToolCallUnitTestResponseModel.js +3 -0
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/GuardrailsV1Input.d.ts +2 -0
- package/dist/api/types/GuardrailsV1Output.d.ts +2 -0
- package/dist/api/types/MergingStrategy.d.ts +7 -0
- package/dist/api/types/MergingStrategy.js +10 -0
- package/dist/api/types/MultiSourceConfigJson.d.ts +22 -0
- package/dist/api/types/MultiSourceConfigJson.js +3 -0
- package/dist/api/types/PendingClipTask.d.ts +8 -0
- package/dist/api/types/PendingClipTask.js +3 -0
- package/dist/api/types/PendingClipTaskType.d.ts +6 -0
- package/dist/api/types/PendingClipTaskType.js +9 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/api/types/PhoneNumberTransferPostDialDigits.d.ts +10 -0
- package/dist/api/types/PhoneNumberTransferPostDialDigits.js +3 -0
- package/dist/api/types/PostDialDigitsDynamicVariable.d.ts +4 -0
- package/dist/api/types/PostDialDigitsDynamicVariable.js +3 -0
- package/dist/api/types/PostDialDigitsStatic.d.ts +4 -0
- package/dist/api/types/PostDialDigitsStatic.js +3 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleResponseModel.js +3 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +5 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleResponseModel.js +3 -0
- package/dist/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/dist/api/types/ReferencedToolCommonModelType.js +1 -0
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/dist/api/types/ResponseUnitTestModel.d.ts +14 -0
- package/dist/api/types/ResponseUnitTestModel.js +3 -0
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/SearchDocumentationToolConfigInput.d.ts +39 -0
- package/dist/api/types/SearchDocumentationToolConfigInput.js +3 -0
- package/dist/api/types/SearchDocumentationToolConfigOutput.d.ts +37 -0
- package/dist/api/types/SearchDocumentationToolConfigOutput.js +3 -0
- package/dist/api/types/SimilarVoice.d.ts +1 -1
- package/dist/api/types/SimulationTestModel.d.ts +14 -0
- package/dist/api/types/SimulationTestModel.js +3 -0
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/SourceConfigJson.d.ts +32 -0
- package/dist/api/types/SourceConfigJson.js +3 -0
- package/dist/api/types/SourceRetrievalConfig.d.ts +17 -0
- package/dist/api/types/SourceRetrievalConfig.js +3 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/dist/api/types/TestRunMetadataTestType.d.ts +1 -0
- package/dist/api/types/TestRunMetadataTestType.js +1 -0
- package/dist/api/types/TestType.d.ts +6 -0
- package/dist/api/types/{UnitTestCommonModelType.js → TestType.js} +3 -2
- package/dist/api/types/ToolCallUnitTestModel.d.ts +12 -0
- package/dist/api/types/ToolCallUnitTestModel.js +3 -0
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.js +3 -0
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/dist/api/types/TransferToNumberResultTwilioSuccessModel.d.ts +1 -0
- package/dist/api/types/TtsConversationalConfigInput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/dist/api/types/UnitTestRunResponseModelTestInfo.d.ts +13 -0
- package/dist/api/types/UnitTestRunResponseModelTestInfo.js +3 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +15 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.js +3 -0
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +15 -0
- package/dist/api/types/UpdateSimulationTestRequest.js +3 -0
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +13 -0
- package/dist/api/types/UpdateToolCallUnitTestRequest.js +3 -0
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +1 -0
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +3 -0
- package/dist/api/types/{SimilarVoiceCategory.d.ts → VoiceCategory.d.ts} +2 -2
- package/{api/types/SimilarVoiceCategory.js → dist/api/types/VoiceCategory.js} +2 -2
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.js +3 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +31 -0
- package/dist/api/types/WorkspaceGroupPermission.js +34 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +9 -0
- package/dist/api/types/WorkspaceGroupResponseModel.js +3 -0
- package/dist/api/types/WorkspaceGroupResponseModelGroupUsageLimit.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupResponseModelGroupUsageLimit.js +3 -0
- package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -0
- package/dist/api/types/index.d.ts +61 -7
- package/dist/api/types/index.js +61 -7
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +0 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +1 -5
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/{CreateUnitTestRequestDynamicVariablesValue.js → TestsCreateRequestBody.js} +14 -7
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsGetResponse.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsGetResponse.js +51 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.d.ts +19 -0
- package/{serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.js → dist/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.js} +14 -7
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.js +51 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +4 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/types/index.js +4 -2
- package/dist/serialization/types/BuiltInToolsInput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsInput.js +1 -0
- package/dist/serialization/types/BuiltInToolsOutput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsOutput.js +1 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/ContentConfig.d.ts +16 -0
- package/dist/serialization/types/ContentConfig.js +48 -0
- package/dist/serialization/types/ContentGuardrailInput.d.ts +10 -0
- package/dist/serialization/types/ContentGuardrailInput.js +42 -0
- package/dist/serialization/types/ContentGuardrailOutput.d.ts +10 -0
- package/dist/serialization/types/ContentGuardrailOutput.js +42 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +4 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +4 -0
- package/dist/serialization/types/ConversationUserResponseModel.d.ts +14 -0
- package/dist/serialization/types/ConversationUserResponseModel.js +46 -0
- package/dist/serialization/types/CreateAgentTestResponseModel.d.ts +9 -0
- package/dist/serialization/types/{CreateUnitTestResponseModel.js → CreateAgentTestResponseModel.js} +2 -2
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +20 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +54 -0
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +18 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +52 -0
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +18 -0
- package/{serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js → dist/serialization/types/CreateToolCallUnitTestRequest.js} +12 -19
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/CustomGuardrailConfig.d.ts +13 -0
- package/dist/serialization/types/CustomGuardrailConfig.js +45 -0
- package/dist/serialization/types/CustomGuardrailConfigModel.d.ts +7 -0
- package/dist/serialization/types/CustomGuardrailConfigModel.js +39 -0
- package/dist/serialization/types/CustomGuardrailInput.d.ts +10 -0
- package/dist/serialization/types/CustomGuardrailInput.js +42 -0
- package/dist/serialization/types/CustomGuardrailOutput.d.ts +10 -0
- package/dist/serialization/types/CustomGuardrailOutput.js +42 -0
- package/dist/serialization/types/CustomGuardrailsConfig.d.ts +10 -0
- package/dist/serialization/types/CustomGuardrailsConfig.js +42 -0
- package/dist/serialization/types/DefaultSharingGroupResponseModel.d.ts +12 -0
- package/dist/serialization/types/DefaultSharingGroupResponseModel.js +44 -0
- package/dist/serialization/types/DefaultSharingGroupResponseModelPermissionLevel.d.ts +7 -0
- package/dist/serialization/types/DefaultSharingGroupResponseModelPermissionLevel.js +39 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -1
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -1
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -1
- package/dist/serialization/types/GetConversationResponseModel.js +1 -1
- package/dist/serialization/types/GetConversationUsersPageResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetConversationUsersPageResponseModel.js +44 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModel.d.ts +20 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModel.js +52 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.d.ts +7 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.js +39 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.d.ts +15 -0
- package/dist/serialization/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.js +49 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +21 -0
- package/dist/serialization/types/{UnitTestCommonModel.js → GetResponseUnitTestResponseModel.js} +11 -14
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +19 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +53 -0
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +19 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +53 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/GuardrailsV1Input.d.ts +4 -0
- package/dist/serialization/types/GuardrailsV1Input.js +4 -0
- package/dist/serialization/types/GuardrailsV1Output.d.ts +4 -0
- package/dist/serialization/types/GuardrailsV1Output.js +4 -0
- package/dist/serialization/types/MergingStrategy.d.ts +7 -0
- package/dist/serialization/types/MergingStrategy.js +39 -0
- package/dist/serialization/types/MultiSourceConfigJson.d.ts +17 -0
- package/dist/serialization/types/MultiSourceConfigJson.js +49 -0
- package/dist/serialization/types/PendingClipTask.d.ts +14 -0
- package/dist/serialization/types/PendingClipTask.js +46 -0
- package/dist/serialization/types/PendingClipTaskType.d.ts +7 -0
- package/dist/serialization/types/PendingClipTaskType.js +39 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
- package/dist/serialization/types/PhoneNumberTransferPostDialDigits.d.ts +15 -0
- package/dist/serialization/types/PhoneNumberTransferPostDialDigits.js +49 -0
- package/dist/serialization/types/PostDialDigitsDynamicVariable.d.ts +9 -0
- package/dist/serialization/types/{SimilarVoiceCategory.js → PostDialDigitsDynamicVariable.js} +4 -2
- package/dist/serialization/types/PostDialDigitsStatic.d.ts +9 -0
- package/dist/serialization/types/PostDialDigitsStatic.js +41 -0
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +3 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +3 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +10 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +42 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +11 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +43 -0
- package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/dist/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +1 -0
- package/dist/serialization/types/ResourceMetadataResponseModel.js +1 -0
- package/dist/serialization/types/ResponseUnitTestModel.d.ts +19 -0
- package/{serialization/types/UnitTestCommonModel.js → dist/serialization/types/ResponseUnitTestModel.js} +9 -14
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/{GetUnitTestResponseModelDynamicVariablesValue.js → ResponseUnitTestModelDynamicVariablesValue.js} +2 -2
- package/dist/serialization/types/SearchDocumentationToolConfigInput.d.ts +22 -0
- package/dist/serialization/types/SearchDocumentationToolConfigInput.js +54 -0
- package/dist/serialization/types/SearchDocumentationToolConfigOutput.d.ts +20 -0
- package/dist/serialization/types/SearchDocumentationToolConfigOutput.js +52 -0
- package/dist/serialization/types/SimilarVoice.d.ts +2 -2
- package/dist/serialization/types/SimilarVoice.js +2 -2
- package/dist/serialization/types/SimulationTestModel.d.ts +17 -0
- package/dist/serialization/types/SimulationTestModel.js +51 -0
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/{UnitTestCommonModelDynamicVariablesValue.js → SimulationTestModelDynamicVariablesValue.js} +2 -2
- package/dist/serialization/types/SourceConfigJson.d.ts +20 -0
- package/dist/serialization/types/SourceConfigJson.js +52 -0
- package/dist/serialization/types/SourceRetrievalConfig.d.ts +23 -0
- package/dist/serialization/types/SourceRetrievalConfig.js +57 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/dist/serialization/types/TestRunMetadataTestType.d.ts +1 -1
- package/dist/serialization/types/TestRunMetadataTestType.js +1 -1
- package/dist/serialization/types/TestType.d.ts +7 -0
- package/dist/serialization/types/{UnitTestCommonModelType.js → TestType.js} +2 -2
- package/dist/serialization/types/ToolCallUnitTestModel.d.ts +17 -0
- package/dist/serialization/types/ToolCallUnitTestModel.js +51 -0
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +7 -0
- package/{serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js → dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js} +2 -2
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/dist/serialization/types/ToolRequestModelToolConfig.js +3 -0
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/dist/serialization/types/ToolResponseModelToolConfig.js +3 -0
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +1 -0
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.js +1 -0
- package/dist/serialization/types/TtsConversationalConfigInput.d.ts +1 -0
- package/dist/serialization/types/TtsConversationalConfigInput.js +1 -0
- package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +1 -0
- package/dist/serialization/types/TtsConversationalConfigOutput.js +1 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +2 -2
- package/dist/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/dist/serialization/types/UnitTestRunResponseModelTestInfo.d.ts +19 -0
- package/dist/serialization/types/UnitTestRunResponseModelTestInfo.js +51 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -2
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +20 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +54 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +18 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +52 -0
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +18 -0
- package/dist/serialization/{resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js → types/UpdateToolCallUnitTestRequest.js} +12 -19
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +44 -0
- package/dist/serialization/types/{SimilarVoiceCategory.d.ts → VoiceCategory.d.ts} +2 -2
- package/dist/serialization/types/VoiceCategory.js +39 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.js +49 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.js +49 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +7 -0
- package/dist/serialization/types/WorkspaceGroupPermission.js +68 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +16 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +48 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupUsageLimit.d.ts +7 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupUsageLimit.js +42 -0
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -0
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.js +2 -0
- package/dist/serialization/types/index.d.ts +61 -7
- package/dist/serialization/types/index.js +61 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/speechToText.d.ts +10 -0
- package/dist/wrapper/speechToText.js +3 -0
- package/package.json +1 -1
- package/reference.md +98 -38
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +0 -2
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +1 -5
- package/serialization/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.d.ts +19 -0
- package/{dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.js → serialization/resources/conversationalAi/resources/tests/types/TestsCreateRequestBody.js} +14 -7
- package/serialization/resources/conversationalAi/resources/tests/types/TestsGetResponse.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/tests/types/TestsGetResponse.js +51 -0
- package/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/tests/types/{CreateUnitTestRequestDynamicVariablesValue.js → TestsUpdateRequestBody.js} +14 -7
- package/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.js +51 -0
- package/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +4 -2
- package/serialization/resources/conversationalAi/resources/tests/types/index.js +4 -2
- package/serialization/types/BuiltInToolsInput.d.ts +1 -0
- package/serialization/types/BuiltInToolsInput.js +1 -0
- package/serialization/types/BuiltInToolsOutput.d.ts +1 -0
- package/serialization/types/BuiltInToolsOutput.js +1 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.js +1 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +1 -0
- package/serialization/types/ContentConfig.d.ts +16 -0
- package/serialization/types/ContentConfig.js +48 -0
- package/serialization/types/ContentGuardrailInput.d.ts +10 -0
- package/serialization/types/ContentGuardrailInput.js +42 -0
- package/serialization/types/ContentGuardrailOutput.d.ts +10 -0
- package/serialization/types/ContentGuardrailOutput.js +42 -0
- package/serialization/types/ConversationSummaryResponseModel.d.ts +4 -0
- package/serialization/types/ConversationSummaryResponseModel.js +4 -0
- package/serialization/types/ConversationUserResponseModel.d.ts +14 -0
- package/serialization/types/ConversationUserResponseModel.js +46 -0
- package/serialization/types/CreateAgentTestResponseModel.d.ts +9 -0
- package/serialization/types/{CreateUnitTestResponseModel.js → CreateAgentTestResponseModel.js} +2 -2
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +20 -0
- package/serialization/types/CreateResponseUnitTestRequest.js +54 -0
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +18 -0
- package/serialization/types/CreateSimulationTestRequest.js +52 -0
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +18 -0
- package/serialization/{resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js → types/CreateToolCallUnitTestRequest.js} +12 -19
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/CustomGuardrailConfig.d.ts +13 -0
- package/serialization/types/CustomGuardrailConfig.js +45 -0
- package/serialization/types/CustomGuardrailConfigModel.d.ts +7 -0
- package/serialization/types/CustomGuardrailConfigModel.js +39 -0
- package/serialization/types/CustomGuardrailInput.d.ts +10 -0
- package/serialization/types/CustomGuardrailInput.js +42 -0
- package/serialization/types/CustomGuardrailOutput.d.ts +10 -0
- package/serialization/types/CustomGuardrailOutput.js +42 -0
- package/serialization/types/CustomGuardrailsConfig.d.ts +10 -0
- package/serialization/types/CustomGuardrailsConfig.js +42 -0
- package/serialization/types/DefaultSharingGroupResponseModel.d.ts +12 -0
- package/serialization/types/DefaultSharingGroupResponseModel.js +44 -0
- package/serialization/types/DefaultSharingGroupResponseModelPermissionLevel.d.ts +7 -0
- package/serialization/types/DefaultSharingGroupResponseModelPermissionLevel.js +39 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -1
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -1
- package/serialization/types/GetConversationResponseModel.d.ts +1 -1
- package/serialization/types/GetConversationResponseModel.js +1 -1
- package/serialization/types/GetConversationUsersPageResponseModel.d.ts +12 -0
- package/serialization/types/GetConversationUsersPageResponseModel.js +44 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModel.d.ts +20 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModel.js +52 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.d.ts +7 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource.js +39 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.d.ts +15 -0
- package/serialization/types/GetPronunciationDictionaryWithRulesResponseModelRulesItem.js +49 -0
- package/serialization/types/GetResponseUnitTestResponseModel.d.ts +21 -0
- package/serialization/types/{GetUnitTestResponseModel.js → GetResponseUnitTestResponseModel.js} +9 -14
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +44 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +19 -0
- package/serialization/types/GetSimulationTestResponseModel.js +53 -0
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +44 -0
- package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +19 -0
- package/serialization/types/GetToolCallUnitTestResponseModel.js +53 -0
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +44 -0
- package/serialization/types/GuardrailsV1Input.d.ts +4 -0
- package/serialization/types/GuardrailsV1Input.js +4 -0
- package/serialization/types/GuardrailsV1Output.d.ts +4 -0
- package/serialization/types/GuardrailsV1Output.js +4 -0
- package/serialization/types/MergingStrategy.d.ts +7 -0
- package/serialization/types/MergingStrategy.js +39 -0
- package/serialization/types/MultiSourceConfigJson.d.ts +17 -0
- package/serialization/types/MultiSourceConfigJson.js +49 -0
- package/serialization/types/PendingClipTask.d.ts +14 -0
- package/serialization/types/PendingClipTask.js +46 -0
- package/serialization/types/PendingClipTaskType.d.ts +7 -0
- package/serialization/types/PendingClipTaskType.js +39 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/serialization/types/PhoneNumberTransfer.js +2 -0
- package/serialization/types/PhoneNumberTransferPostDialDigits.d.ts +15 -0
- package/serialization/types/PhoneNumberTransferPostDialDigits.js +49 -0
- package/serialization/types/PostDialDigitsDynamicVariable.d.ts +9 -0
- package/serialization/types/PostDialDigitsDynamicVariable.js +41 -0
- package/serialization/types/PostDialDigitsStatic.d.ts +9 -0
- package/serialization/types/PostDialDigitsStatic.js +41 -0
- package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +3 -0
- package/serialization/types/ProjectVideoResponseModel.js +3 -0
- package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +10 -0
- package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +42 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +11 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +43 -0
- package/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/serialization/types/ResourceMetadataResponseModel.d.ts +1 -0
- package/serialization/types/ResourceMetadataResponseModel.js +1 -0
- package/serialization/types/ResponseUnitTestModel.d.ts +19 -0
- package/{dist/serialization/types/GetUnitTestResponseModel.js → serialization/types/ResponseUnitTestModel.js} +9 -16
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +44 -0
- package/serialization/types/SearchDocumentationToolConfigInput.d.ts +22 -0
- package/serialization/types/SearchDocumentationToolConfigInput.js +54 -0
- package/serialization/types/SearchDocumentationToolConfigOutput.d.ts +20 -0
- package/serialization/types/SearchDocumentationToolConfigOutput.js +52 -0
- package/serialization/types/SimilarVoice.d.ts +2 -2
- package/serialization/types/SimilarVoice.js +2 -2
- package/serialization/types/SimulationTestModel.d.ts +17 -0
- package/serialization/types/SimulationTestModel.js +51 -0
- package/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/{UnitTestCommonModelDynamicVariablesValue.js → SimulationTestModelDynamicVariablesValue.js} +2 -2
- package/serialization/types/SourceConfigJson.d.ts +20 -0
- package/serialization/types/SourceConfigJson.js +52 -0
- package/serialization/types/SourceRetrievalConfig.d.ts +23 -0
- package/serialization/types/SourceRetrievalConfig.js +57 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/serialization/types/TestRunMetadataTestType.d.ts +1 -1
- package/serialization/types/TestRunMetadataTestType.js +1 -1
- package/serialization/types/TestType.d.ts +7 -0
- package/serialization/types/{UnitTestCommonModelType.js → TestType.js} +2 -2
- package/serialization/types/ToolCallUnitTestModel.d.ts +17 -0
- package/serialization/types/ToolCallUnitTestModel.js +51 -0
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +44 -0
- package/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/serialization/types/ToolRequestModelToolConfig.js +3 -0
- package/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/serialization/types/ToolResponseModelToolConfig.js +3 -0
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +1 -0
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.js +1 -0
- package/serialization/types/TtsConversationalConfigInput.d.ts +1 -0
- package/serialization/types/TtsConversationalConfigInput.js +1 -0
- package/serialization/types/TtsConversationalConfigOutput.d.ts +1 -0
- package/serialization/types/TtsConversationalConfigOutput.js +1 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +1 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +1 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +2 -2
- package/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/serialization/types/UnitTestRunResponseModelTestInfo.d.ts +19 -0
- package/serialization/types/UnitTestRunResponseModelTestInfo.js +51 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/serialization/types/UnitTestSummaryResponseModel.js +2 -2
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +20 -0
- package/serialization/types/UpdateResponseUnitTestRequest.js +54 -0
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +18 -0
- package/serialization/types/UpdateSimulationTestRequest.js +52 -0
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +18 -0
- package/{dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js → serialization/types/UpdateToolCallUnitTestRequest.js} +12 -19
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +7 -0
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +44 -0
- package/serialization/types/{SimilarVoiceCategory.d.ts → VoiceCategory.d.ts} +2 -2
- package/serialization/types/VoiceCategory.js +39 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputPostDialDigits.js +49 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputPostDialDigits.js +49 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +7 -0
- package/serialization/types/WorkspaceGroupPermission.js +68 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +16 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +48 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupUsageLimit.d.ts +7 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupUsageLimit.js +42 -0
- package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -0
- package/serialization/types/WorkspaceServiceAccountResponseModel.js +2 -0
- package/serialization/types/index.d.ts +61 -7
- package/serialization/types/index.js +61 -7
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/speechToText.d.ts +10 -0
- package/wrapper/speechToText.js +3 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +0 -39
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +0 -39
- package/api/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/CreateUnitTestResponseModel.d.ts +0 -3
- package/api/types/GetUnitTestResponseModel.d.ts +0 -21
- package/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/UnitTestCommonModel.d.ts +0 -22
- package/api/types/UnitTestCommonModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/UnitTestCommonModelType.d.ts +0 -5
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +0 -39
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +0 -39
- package/dist/api/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/CreateUnitTestResponseModel.d.ts +0 -3
- package/dist/api/types/GetUnitTestResponseModel.d.ts +0 -21
- package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/UnitTestCommonModel.d.ts +0 -22
- package/dist/api/types/UnitTestCommonModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/UnitTestCommonModelType.d.ts +0 -5
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +0 -25
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +0 -25
- package/dist/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +0 -9
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +0 -26
- package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/UnitTestCommonModel.d.ts +0 -24
- package/dist/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/UnitTestCommonModelType.d.ts +0 -7
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +0 -25
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +0 -25
- package/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/CreateUnitTestResponseModel.d.ts +0 -9
- package/serialization/types/GetUnitTestResponseModel.d.ts +0 -26
- package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/SimilarVoiceCategory.js +0 -39
- package/serialization/types/UnitTestCommonModel.d.ts +0 -24
- package/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/UnitTestCommonModelType.d.ts +0 -7
- /package/api/resources/conversationalAi/resources/{tests/client/requests/CreateUnitTestRequest.js → agents/client/requests/AgentsGetRequest.js} +0 -0
- /package/api/resources/conversationalAi/resources/tests/{client/requests/UpdateUnitTestRequest.js → types/TestsCreateRequestBody.js} +0 -0
- /package/api/resources/conversationalAi/resources/tests/types/{CreateUnitTestRequestDynamicVariablesValue.js → TestsGetResponse.js} +0 -0
- /package/api/resources/conversationalAi/resources/tests/types/{UpdateUnitTestRequestDynamicVariablesValue.js → TestsUpdateRequestBody.js} +0 -0
- /package/api/{types/CreateUnitTestResponseModel.js → resources/conversationalAi/resources/tests/types/TestsUpdateResponse.js} +0 -0
- /package/api/{types/GetUnitTestResponseModel.js → resources/conversationalAi/resources/users/client/requests/UsersListRequest.js} +0 -0
- /package/api/types/{GetUnitTestResponseModelDynamicVariablesValue.js → ContentConfig.js} +0 -0
- /package/api/types/{UnitTestCommonModel.js → ContentGuardrailInput.js} +0 -0
- /package/api/types/{UnitTestCommonModelDynamicVariablesValue.js → ContentGuardrailOutput.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js → api/types/ConversationUserResponseModel.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js → api/types/CreateAgentTestResponseModel.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.js → api/types/CreateResponseUnitTestRequest.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.js → api/types/CreateResponseUnitTestRequestDynamicVariablesValue.js} +0 -0
- /package/{dist/api/types/CreateUnitTestResponseModel.js → api/types/CreateSimulationTestRequest.js} +0 -0
- /package/{dist/api/types/GetUnitTestResponseModel.js → api/types/CreateSimulationTestRequestDynamicVariablesValue.js} +0 -0
- /package/{dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.js → api/types/CreateToolCallUnitTestRequest.js} +0 -0
- /package/{dist/api/types/UnitTestCommonModel.js → api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js} +0 -0
- /package/{dist/api/types/UnitTestCommonModelDynamicVariablesValue.js → api/types/CustomGuardrailConfig.js} +0 -0
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const PositionOutput_1 = require("./PositionOutput");
|
|
40
40
|
const TransferTypeEnum_1 = require("./TransferTypeEnum");
|
|
41
41
|
const WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem_1 = require("./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem");
|
|
42
|
+
const WorkflowPhoneNumberNodeModelOutputPostDialDigits_1 = require("./WorkflowPhoneNumberNodeModelOutputPostDialDigits");
|
|
42
43
|
const WorkflowPhoneNumberNodeModelOutputTransferDestination_1 = require("./WorkflowPhoneNumberNodeModelOutputTransferDestination");
|
|
43
44
|
exports.WorkflowPhoneNumberNodeModelOutput = core.serialization.object({
|
|
44
45
|
customSipHeaders: core.serialization.property("custom_sip_headers", core.serialization.list(WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem_1.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem)),
|
|
@@ -46,4 +47,5 @@ exports.WorkflowPhoneNumberNodeModelOutput = core.serialization.object({
|
|
|
46
47
|
edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
|
|
47
48
|
transferDestination: core.serialization.property("transfer_destination", WorkflowPhoneNumberNodeModelOutputTransferDestination_1.WorkflowPhoneNumberNodeModelOutputTransferDestination),
|
|
48
49
|
transferType: core.serialization.property("transfer_type", TransferTypeEnum_1.TransferTypeEnum),
|
|
50
|
+
postDialDigits: core.serialization.property("post_dial_digits", WorkflowPhoneNumberNodeModelOutputPostDialDigits_1.WorkflowPhoneNumberNodeModelOutputPostDialDigits.optional()),
|
|
49
51
|
});
|
|
@@ -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 { PostDialDigitsDynamicVariable } from "./PostDialDigitsDynamicVariable";
|
|
5
|
+
import { PostDialDigitsStatic } from "./PostDialDigitsStatic";
|
|
6
|
+
export declare const WorkflowPhoneNumberNodeModelOutputPostDialDigits: core.serialization.Schema<serializers.WorkflowPhoneNumberNodeModelOutputPostDialDigits.Raw, ElevenLabs.WorkflowPhoneNumberNodeModelOutputPostDialDigits>;
|
|
7
|
+
export declare namespace WorkflowPhoneNumberNodeModelOutputPostDialDigits {
|
|
8
|
+
type Raw = WorkflowPhoneNumberNodeModelOutputPostDialDigits.Dynamic | WorkflowPhoneNumberNodeModelOutputPostDialDigits.Static;
|
|
9
|
+
interface Dynamic extends PostDialDigitsDynamicVariable.Raw {
|
|
10
|
+
type: "dynamic";
|
|
11
|
+
}
|
|
12
|
+
interface Static extends PostDialDigitsStatic.Raw {
|
|
13
|
+
type: "static";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.WorkflowPhoneNumberNodeModelOutputPostDialDigits = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const PostDialDigitsDynamicVariable_1 = require("./PostDialDigitsDynamicVariable");
|
|
40
|
+
const PostDialDigitsStatic_1 = require("./PostDialDigitsStatic");
|
|
41
|
+
exports.WorkflowPhoneNumberNodeModelOutputPostDialDigits = core.serialization
|
|
42
|
+
.union("type", {
|
|
43
|
+
dynamic: PostDialDigitsDynamicVariable_1.PostDialDigitsDynamicVariable,
|
|
44
|
+
static: PostDialDigitsStatic_1.PostDialDigitsStatic,
|
|
45
|
+
})
|
|
46
|
+
.transform({
|
|
47
|
+
transform: (value) => value,
|
|
48
|
+
untransform: (value) => value,
|
|
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 WorkspaceGroupPermission: core.serialization.Schema<serializers.WorkspaceGroupPermission.Raw, ElevenLabs.WorkspaceGroupPermission>;
|
|
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" | "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" | "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";
|
|
7
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.WorkspaceGroupPermission = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.WorkspaceGroupPermission = core.serialization.enum_([
|
|
40
|
+
"text_to_speech",
|
|
41
|
+
"speech_to_speech",
|
|
42
|
+
"speech_to_text",
|
|
43
|
+
"voice_lab",
|
|
44
|
+
"sound_effects",
|
|
45
|
+
"projects",
|
|
46
|
+
"voiceover_studio",
|
|
47
|
+
"dubbing",
|
|
48
|
+
"audio_native",
|
|
49
|
+
"conversational_ai",
|
|
50
|
+
"voice_isolator",
|
|
51
|
+
"ai_speech_classifier",
|
|
52
|
+
"add_voice_from_voice_library",
|
|
53
|
+
"create_instant_voice_clone",
|
|
54
|
+
"create_professional_voice_clone",
|
|
55
|
+
"create_user_api_key",
|
|
56
|
+
"publish_studio_project",
|
|
57
|
+
"music",
|
|
58
|
+
"share_voice_externally",
|
|
59
|
+
"publish_voice_to_voice_library",
|
|
60
|
+
"view_fiat_balance",
|
|
61
|
+
"workspace_analytics_full_read",
|
|
62
|
+
"service_accounts_manage",
|
|
63
|
+
"webhooks_manage",
|
|
64
|
+
"group_members_manage",
|
|
65
|
+
"workspace_members_invite",
|
|
66
|
+
"workspace_members_remove",
|
|
67
|
+
"terms_of_service_accept",
|
|
68
|
+
]);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { WorkspaceGroupPermission } from "./WorkspaceGroupPermission";
|
|
5
|
+
import { WorkspaceGroupResponseModelGroupUsageLimit } from "./WorkspaceGroupResponseModelGroupUsageLimit";
|
|
6
|
+
export declare const WorkspaceGroupResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceGroupResponseModel.Raw, ElevenLabs.WorkspaceGroupResponseModel>;
|
|
7
|
+
export declare namespace WorkspaceGroupResponseModel {
|
|
8
|
+
interface Raw {
|
|
9
|
+
name: string;
|
|
10
|
+
id: string;
|
|
11
|
+
members: string[];
|
|
12
|
+
permissions?: WorkspaceGroupPermission.Raw[] | null;
|
|
13
|
+
group_usage_limit?: WorkspaceGroupResponseModelGroupUsageLimit.Raw | null;
|
|
14
|
+
character_count?: number | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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.WorkspaceGroupResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const WorkspaceGroupPermission_1 = require("./WorkspaceGroupPermission");
|
|
40
|
+
const WorkspaceGroupResponseModelGroupUsageLimit_1 = require("./WorkspaceGroupResponseModelGroupUsageLimit");
|
|
41
|
+
exports.WorkspaceGroupResponseModel = core.serialization.object({
|
|
42
|
+
name: core.serialization.string(),
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
members: core.serialization.list(core.serialization.string()),
|
|
45
|
+
permissions: core.serialization.list(WorkspaceGroupPermission_1.WorkspaceGroupPermission).optional(),
|
|
46
|
+
groupUsageLimit: core.serialization.property("group_usage_limit", WorkspaceGroupResponseModelGroupUsageLimit_1.WorkspaceGroupResponseModelGroupUsageLimit.optional()),
|
|
47
|
+
characterCount: core.serialization.property("character_count", core.serialization.number().optional()),
|
|
48
|
+
});
|
|
@@ -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 WorkspaceGroupResponseModelGroupUsageLimit: core.serialization.Schema<serializers.WorkspaceGroupResponseModelGroupUsageLimit.Raw, ElevenLabs.WorkspaceGroupResponseModelGroupUsageLimit>;
|
|
5
|
+
export declare namespace WorkspaceGroupResponseModelGroupUsageLimit {
|
|
6
|
+
type Raw = number | "unlimited";
|
|
7
|
+
}
|
|
@@ -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.WorkspaceGroupResponseModelGroupUsageLimit = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.WorkspaceGroupResponseModelGroupUsageLimit = core.serialization.undiscriminatedUnion([
|
|
40
|
+
core.serialization.number(),
|
|
41
|
+
core.serialization.stringLiteral("unlimited"),
|
|
42
|
+
]);
|
|
@@ -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 { DefaultSharingGroupResponseModel } from "./DefaultSharingGroupResponseModel";
|
|
4
5
|
import { WorkspaceApiKeyResponseModel } from "./WorkspaceApiKeyResponseModel";
|
|
5
6
|
export declare const WorkspaceServiceAccountResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceServiceAccountResponseModel.Raw, ElevenLabs.WorkspaceServiceAccountResponseModel>;
|
|
6
7
|
export declare namespace WorkspaceServiceAccountResponseModel {
|
|
@@ -9,5 +10,6 @@ export declare namespace WorkspaceServiceAccountResponseModel {
|
|
|
9
10
|
name: string;
|
|
10
11
|
created_at_unix?: number | null;
|
|
11
12
|
"api-keys": WorkspaceApiKeyResponseModel.Raw[];
|
|
13
|
+
default_sharing_groups?: DefaultSharingGroupResponseModel.Raw[] | null;
|
|
12
14
|
}
|
|
13
15
|
}
|
|
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.WorkspaceServiceAccountResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const DefaultSharingGroupResponseModel_1 = require("./DefaultSharingGroupResponseModel");
|
|
39
40
|
const WorkspaceApiKeyResponseModel_1 = require("./WorkspaceApiKeyResponseModel");
|
|
40
41
|
exports.WorkspaceServiceAccountResponseModel = core.serialization.object({
|
|
41
42
|
serviceAccountUserId: core.serialization.property("service_account_user_id", core.serialization.string()),
|
|
42
43
|
name: core.serialization.string(),
|
|
43
44
|
createdAtUnix: core.serialization.property("created_at_unix", core.serialization.number().optional()),
|
|
44
45
|
apiKeys: core.serialization.property("api-keys", core.serialization.list(WorkspaceApiKeyResponseModel_1.WorkspaceApiKeyResponseModel)),
|
|
46
|
+
defaultSharingGroups: core.serialization.property("default_sharing_groups", core.serialization.list(DefaultSharingGroupResponseModel_1.DefaultSharingGroupResponseModel).optional()),
|
|
45
47
|
});
|
|
@@ -203,6 +203,9 @@ export * from "./CloseContext";
|
|
|
203
203
|
export * from "./CloseSocket";
|
|
204
204
|
export * from "./CommittedTranscriptPayload";
|
|
205
205
|
export * from "./CommittedTranscriptWithTimestampsPayload";
|
|
206
|
+
export * from "./ContentConfig";
|
|
207
|
+
export * from "./ContentGuardrailInput";
|
|
208
|
+
export * from "./ContentGuardrailOutput";
|
|
206
209
|
export * from "./Contributor";
|
|
207
210
|
export * from "./ConvAiDynamicVariable";
|
|
208
211
|
export * from "./ConvAiSecretLocator";
|
|
@@ -287,18 +290,30 @@ export * from "./ConversationSummaryResponseModelStatus";
|
|
|
287
290
|
export * from "./ConversationTokenDbModel";
|
|
288
291
|
export * from "./ConversationTokenPurpose";
|
|
289
292
|
export * from "./ConversationTurnMetrics";
|
|
293
|
+
export * from "./ConversationUserResponseModel";
|
|
290
294
|
export * from "./ConvertChapterResponseModel";
|
|
291
295
|
export * from "./ConvertProjectResponseModel";
|
|
292
296
|
export * from "./CreateAgentBranchResponseModel";
|
|
293
297
|
export * from "./CreateAgentResponseModel";
|
|
298
|
+
export * from "./CreateAgentTestResponseModel";
|
|
294
299
|
export * from "./CreateAudioNativeProjectRequest";
|
|
295
300
|
export * from "./CreatePhoneNumberResponseModel";
|
|
296
301
|
export * from "./CreatePreviouslyGeneratedVoiceRequest";
|
|
297
302
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
303
|
+
export * from "./CreateResponseUnitTestRequest";
|
|
304
|
+
export * from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
305
|
+
export * from "./CreateSimulationTestRequest";
|
|
306
|
+
export * from "./CreateSimulationTestRequestDynamicVariablesValue";
|
|
298
307
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
308
|
+
export * from "./CreateToolCallUnitTestRequest";
|
|
309
|
+
export * from "./CreateToolCallUnitTestRequestDynamicVariablesValue";
|
|
299
310
|
export * from "./CreateTranscriptRequest";
|
|
300
311
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
301
|
-
export * from "./
|
|
312
|
+
export * from "./CustomGuardrailConfig";
|
|
313
|
+
export * from "./CustomGuardrailConfigModel";
|
|
314
|
+
export * from "./CustomGuardrailInput";
|
|
315
|
+
export * from "./CustomGuardrailOutput";
|
|
316
|
+
export * from "./CustomGuardrailsConfig";
|
|
302
317
|
export * from "./CustomLlm";
|
|
303
318
|
export * from "./CustomLlmapiType";
|
|
304
319
|
export * from "./CustomLlmRequestHeadersValue";
|
|
@@ -308,6 +323,8 @@ export * from "./DashboardCallSuccessChartModel";
|
|
|
308
323
|
export * from "./DashboardCriteriaChartModel";
|
|
309
324
|
export * from "./DashboardDataCollectionChartModel";
|
|
310
325
|
export * from "./DataCollectionResultCommonModel";
|
|
326
|
+
export * from "./DefaultSharingGroupResponseModel";
|
|
327
|
+
export * from "./DefaultSharingGroupResponseModelPermissionLevel";
|
|
311
328
|
export * from "./DeleteChapterRequest";
|
|
312
329
|
export * from "./DeleteChapterResponseModel";
|
|
313
330
|
export * from "./DeleteDubbingResponseModel";
|
|
@@ -407,6 +424,7 @@ export * from "./GetConvAiSettingsResponseModel";
|
|
|
407
424
|
export * from "./GetConversationResponseModel";
|
|
408
425
|
export * from "./GetConversationResponseModelStatus";
|
|
409
426
|
export * from "./GetConversationsPageResponseModel";
|
|
427
|
+
export * from "./GetConversationUsersPageResponseModel";
|
|
410
428
|
export * from "./GetKnowledgeBaseDependentAgentsResponseModel";
|
|
411
429
|
export * from "./GetKnowledgeBaseDependentAgentsResponseModelAgentsItem";
|
|
412
430
|
export * from "./GetKnowledgeBaseFileResponseModel";
|
|
@@ -439,15 +457,22 @@ export * from "./GetPronunciationDictionariesResponse";
|
|
|
439
457
|
export * from "./GetPronunciationDictionaryMetadataResponse";
|
|
440
458
|
export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
|
|
441
459
|
export * from "./GetPronunciationDictionaryResponse";
|
|
460
|
+
export * from "./GetPronunciationDictionaryWithRulesResponseModel";
|
|
461
|
+
export * from "./GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource";
|
|
462
|
+
export * from "./GetPronunciationDictionaryWithRulesResponseModelRulesItem";
|
|
463
|
+
export * from "./GetResponseUnitTestResponseModel";
|
|
464
|
+
export * from "./GetResponseUnitTestResponseModelDynamicVariablesValue";
|
|
465
|
+
export * from "./GetSimulationTestResponseModel";
|
|
466
|
+
export * from "./GetSimulationTestResponseModelDynamicVariablesValue";
|
|
442
467
|
export * from "./GetSpeechHistoryResponse";
|
|
443
468
|
export * from "./GetTestInvocationsPageResponseModel";
|
|
444
469
|
export * from "./GetTestSuiteInvocationResponseModel";
|
|
445
470
|
export * from "./GetTestsPageResponseModel";
|
|
446
471
|
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
472
|
+
export * from "./GetToolCallUnitTestResponseModel";
|
|
473
|
+
export * from "./GetToolCallUnitTestResponseModelDynamicVariablesValue";
|
|
447
474
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
448
475
|
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
449
|
-
export * from "./GetUnitTestResponseModel";
|
|
450
|
-
export * from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
451
476
|
export * from "./GetVoicesResponse";
|
|
452
477
|
export * from "./GetVoicesV2Response";
|
|
453
478
|
export * from "./GetWhatsAppAccountResponse";
|
|
@@ -530,6 +555,7 @@ export * from "./McpServerTransport";
|
|
|
530
555
|
export * from "./McpToolApprovalHash";
|
|
531
556
|
export * from "./McpToolApprovalPolicy";
|
|
532
557
|
export * from "./McpToolConfigOverride";
|
|
558
|
+
export * from "./MergingStrategy";
|
|
533
559
|
export * from "./MetricRecord";
|
|
534
560
|
export * from "./MetricType";
|
|
535
561
|
export * from "./Model";
|
|
@@ -540,6 +566,7 @@ export * from "./ModerationGuardrailInput";
|
|
|
540
566
|
export * from "./ModerationGuardrailOutput";
|
|
541
567
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
542
568
|
export * from "./MultipartMusicResponse";
|
|
569
|
+
export * from "./MultiSourceConfigJson";
|
|
543
570
|
export * from "./MusicPrompt";
|
|
544
571
|
export * from "./NonStreamingOutputFormats";
|
|
545
572
|
export * from "./NormalizedAlignment";
|
|
@@ -560,6 +587,8 @@ export * from "./PartialTranscriptPayload";
|
|
|
560
587
|
export * from "./PatchWorkspaceWebhookResponseModel";
|
|
561
588
|
export * from "./PdfExportOptions";
|
|
562
589
|
export * from "./PendingCancellationResponseModel";
|
|
590
|
+
export * from "./PendingClipTask";
|
|
591
|
+
export * from "./PendingClipTaskType";
|
|
563
592
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
564
593
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
565
594
|
export * from "./PermissionType";
|
|
@@ -568,6 +597,7 @@ export * from "./PhoneNumberDynamicVariableTransferDestination";
|
|
|
568
597
|
export * from "./PhoneNumberTransfer";
|
|
569
598
|
export * from "./PhoneNumberTransferCustomSipHeadersItem";
|
|
570
599
|
export * from "./PhoneNumberTransferDestination";
|
|
600
|
+
export * from "./PhoneNumberTransferPostDialDigits";
|
|
571
601
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
572
602
|
export * from "./PlayDtmfResultErrorModel";
|
|
573
603
|
export * from "./PlayDtmfResultSuccessModel";
|
|
@@ -582,6 +612,8 @@ export * from "./PodcastUrlSource";
|
|
|
582
612
|
export * from "./PositionInput";
|
|
583
613
|
export * from "./PositionOutput";
|
|
584
614
|
export * from "./PostAgentAvatarResponseModel";
|
|
615
|
+
export * from "./PostDialDigitsDynamicVariable";
|
|
616
|
+
export * from "./PostDialDigitsStatic";
|
|
585
617
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
586
618
|
export * from "./PreviewAudioDbModel";
|
|
587
619
|
export * from "./PrivacyConfig";
|
|
@@ -633,9 +665,11 @@ export * from "./PromptAgentApiModelWorkflowOverrideOutputToolsItem";
|
|
|
633
665
|
export * from "./PromptAgentDbModel";
|
|
634
666
|
export * from "./PromptEvaluationCriteria";
|
|
635
667
|
export * from "./PronunciationDictionaryAliasRuleRequestModel";
|
|
668
|
+
export * from "./PronunciationDictionaryAliasRuleResponseModel";
|
|
636
669
|
export * from "./PronunciationDictionaryLocator";
|
|
637
670
|
export * from "./PronunciationDictionaryLocatorResponseModel";
|
|
638
671
|
export * from "./PronunciationDictionaryPhonemeRuleRequestModel";
|
|
672
|
+
export * from "./PronunciationDictionaryPhonemeRuleResponseModel";
|
|
639
673
|
export * from "./PronunciationDictionaryRulesResponseModel";
|
|
640
674
|
export * from "./PronunciationDictionaryVersionLocator";
|
|
641
675
|
export * from "./PronunciationDictionaryVersionResponseModel";
|
|
@@ -674,6 +708,8 @@ export * from "./ResourceAccessInfoRole";
|
|
|
674
708
|
export * from "./ResourceMetadataResponseModel";
|
|
675
709
|
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
676
710
|
export * from "./ResponseFilterMode";
|
|
711
|
+
export * from "./ResponseUnitTestModel";
|
|
712
|
+
export * from "./ResponseUnitTestModelDynamicVariablesValue";
|
|
677
713
|
export * from "./ReviewResponseModel";
|
|
678
714
|
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
679
715
|
export * from "./ReviewResponseModelReviewStatus";
|
|
@@ -698,6 +734,8 @@ export * from "./ScribeSessionTimeLimitExceededErrorPayload";
|
|
|
698
734
|
export * from "./ScribeThrottledErrorPayload";
|
|
699
735
|
export * from "./ScribeTranscriberErrorPayload";
|
|
700
736
|
export * from "./ScribeUnacceptedTermsErrorPayload";
|
|
737
|
+
export * from "./SearchDocumentationToolConfigInput";
|
|
738
|
+
export * from "./SearchDocumentationToolConfigOutput";
|
|
701
739
|
export * from "./SeatType";
|
|
702
740
|
export * from "./SecretDependencyType";
|
|
703
741
|
export * from "./SectionSource";
|
|
@@ -718,8 +756,9 @@ export * from "./SessionStartedPayloadConfigCommitStrategy";
|
|
|
718
756
|
export * from "./ShareOptionResponseModel";
|
|
719
757
|
export * from "./ShareOptionResponseModelType";
|
|
720
758
|
export * from "./SimilarVoice";
|
|
721
|
-
export * from "./SimilarVoiceCategory";
|
|
722
759
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
760
|
+
export * from "./SimulationTestModel";
|
|
761
|
+
export * from "./SimulationTestModelDynamicVariablesValue";
|
|
723
762
|
export * from "./SingleTestRunRequestModel";
|
|
724
763
|
export * from "./SingleUseTokenResponseModel";
|
|
725
764
|
export * from "./SingleUseTokenType";
|
|
@@ -738,6 +777,8 @@ export * from "./SoftTimeoutConfigWorkflowOverride";
|
|
|
738
777
|
export * from "./SongMetadata";
|
|
739
778
|
export * from "./SongSection";
|
|
740
779
|
export * from "./SortDirection";
|
|
780
|
+
export * from "./SourceConfigJson";
|
|
781
|
+
export * from "./SourceRetrievalConfig";
|
|
741
782
|
export * from "./SpeakerAudioResponseModel";
|
|
742
783
|
export * from "./SpeakerCreatedResponse";
|
|
743
784
|
export * from "./SpeakerResponseModel";
|
|
@@ -781,6 +822,7 @@ export * from "./TestRunMetadataTestType";
|
|
|
781
822
|
export * from "./TestRunStatus";
|
|
782
823
|
export * from "./TestsFeatureUsageCommonModel";
|
|
783
824
|
export * from "./TestToolResultModel";
|
|
825
|
+
export * from "./TestType";
|
|
784
826
|
export * from "./TextNormalisationType";
|
|
785
827
|
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
786
828
|
export * from "./TextToSpeechOutputFormatEnum";
|
|
@@ -795,6 +837,8 @@ export * from "./Tool";
|
|
|
795
837
|
export * from "./ToolAnnotations";
|
|
796
838
|
export * from "./ToolCallSoundBehavior";
|
|
797
839
|
export * from "./ToolCallSoundType";
|
|
840
|
+
export * from "./ToolCallUnitTestModel";
|
|
841
|
+
export * from "./ToolCallUnitTestModelDynamicVariablesValue";
|
|
798
842
|
export * from "./ToolErrorHandlingMode";
|
|
799
843
|
export * from "./ToolExecutionMode";
|
|
800
844
|
export * from "./ToolMockConfig";
|
|
@@ -842,10 +886,8 @@ export * from "./TwilioEdgeLocation";
|
|
|
842
886
|
export * from "./TwilioOutboundCallResponse";
|
|
843
887
|
export * from "./TwilioRegionId";
|
|
844
888
|
export * from "./TxtExportOptions";
|
|
845
|
-
export * from "./UnitTestCommonModel";
|
|
846
|
-
export * from "./UnitTestCommonModelDynamicVariablesValue";
|
|
847
|
-
export * from "./UnitTestCommonModelType";
|
|
848
889
|
export * from "./UnitTestRunResponseModel";
|
|
890
|
+
export * from "./UnitTestRunResponseModelTestInfo";
|
|
849
891
|
export * from "./UnitTestSummaryResponseModel";
|
|
850
892
|
export * from "./UnitTestToolCallEvaluationModelInput";
|
|
851
893
|
export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
@@ -856,6 +898,12 @@ export * from "./UpdateAudioNativeProjectRequest";
|
|
|
856
898
|
export * from "./UpdateChapterRequest";
|
|
857
899
|
export * from "./UpdateProjectRequest";
|
|
858
900
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
901
|
+
export * from "./UpdateResponseUnitTestRequest";
|
|
902
|
+
export * from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
903
|
+
export * from "./UpdateSimulationTestRequest";
|
|
904
|
+
export * from "./UpdateSimulationTestRequestDynamicVariablesValue";
|
|
905
|
+
export * from "./UpdateToolCallUnitTestRequest";
|
|
906
|
+
export * from "./UpdateToolCallUnitTestRequestDynamicVariablesValue";
|
|
859
907
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
860
908
|
export * from "./UrlAvatar";
|
|
861
909
|
export * from "./UsageAggregationInterval";
|
|
@@ -872,6 +920,7 @@ export * from "./VerificationAttemptResponse";
|
|
|
872
920
|
export * from "./VerifiedVoiceLanguageResponseModel";
|
|
873
921
|
export * from "./VerifyPvcVoiceCaptchaResponseModel";
|
|
874
922
|
export * from "./Voice";
|
|
923
|
+
export * from "./VoiceCategory";
|
|
875
924
|
export * from "./VoiceDesignPreviewResponse";
|
|
876
925
|
export * from "./VoiceGenerationParameterOptionResponse";
|
|
877
926
|
export * from "./VoiceGenerationParameterResponse";
|
|
@@ -956,9 +1005,11 @@ export * from "./WorkflowOverrideAgentNodeModelInput";
|
|
|
956
1005
|
export * from "./WorkflowOverrideAgentNodeModelOutput";
|
|
957
1006
|
export * from "./WorkflowPhoneNumberNodeModelInput";
|
|
958
1007
|
export * from "./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem";
|
|
1008
|
+
export * from "./WorkflowPhoneNumberNodeModelInputPostDialDigits";
|
|
959
1009
|
export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
960
1010
|
export * from "./WorkflowPhoneNumberNodeModelOutput";
|
|
961
1011
|
export * from "./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem";
|
|
1012
|
+
export * from "./WorkflowPhoneNumberNodeModelOutputPostDialDigits";
|
|
962
1013
|
export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
|
|
963
1014
|
export * from "./WorkflowResultConditionModelInput";
|
|
964
1015
|
export * from "./WorkflowResultConditionModelOutput";
|
|
@@ -987,6 +1038,9 @@ export * from "./WorkspaceBatchCallsResponse";
|
|
|
987
1038
|
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
988
1039
|
export * from "./WorkspaceCreateWebhookResponseModel";
|
|
989
1040
|
export * from "./WorkspaceGroupByNameResponseModel";
|
|
1041
|
+
export * from "./WorkspaceGroupPermission";
|
|
1042
|
+
export * from "./WorkspaceGroupResponseModel";
|
|
1043
|
+
export * from "./WorkspaceGroupResponseModelGroupUsageLimit";
|
|
990
1044
|
export * from "./WorkspaceResourceType";
|
|
991
1045
|
export * from "./WorkspaceServiceAccountListResponseModel";
|
|
992
1046
|
export * from "./WorkspaceServiceAccountResponseModel";
|