@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
|
@@ -0,0 +1,51 @@
|
|
|
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.TestsGetResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const GetResponseUnitTestResponseModel_1 = require("../../../../../types/GetResponseUnitTestResponseModel");
|
|
40
|
+
const GetSimulationTestResponseModel_1 = require("../../../../../types/GetSimulationTestResponseModel");
|
|
41
|
+
const GetToolCallUnitTestResponseModel_1 = require("../../../../../types/GetToolCallUnitTestResponseModel");
|
|
42
|
+
exports.TestsGetResponse = core.serialization
|
|
43
|
+
.union("type", {
|
|
44
|
+
llm: GetResponseUnitTestResponseModel_1.GetResponseUnitTestResponseModel,
|
|
45
|
+
tool: GetToolCallUnitTestResponseModel_1.GetToolCallUnitTestResponseModel,
|
|
46
|
+
simulation: GetSimulationTestResponseModel_1.GetSimulationTestResponseModel,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
package/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateRequestBody.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { UpdateResponseUnitTestRequest } from "../../../../../types/UpdateResponseUnitTestRequest";
|
|
5
|
+
import { UpdateSimulationTestRequest } from "../../../../../types/UpdateSimulationTestRequest";
|
|
6
|
+
import { UpdateToolCallUnitTestRequest } from "../../../../../types/UpdateToolCallUnitTestRequest";
|
|
7
|
+
export declare const TestsUpdateRequestBody: core.serialization.Schema<serializers.conversationalAi.TestsUpdateRequestBody.Raw, ElevenLabs.conversationalAi.TestsUpdateRequestBody>;
|
|
8
|
+
export declare namespace TestsUpdateRequestBody {
|
|
9
|
+
type Raw = TestsUpdateRequestBody.Llm | TestsUpdateRequestBody.Tool | TestsUpdateRequestBody.Simulation;
|
|
10
|
+
interface Llm extends UpdateResponseUnitTestRequest.Raw {
|
|
11
|
+
type: "llm";
|
|
12
|
+
}
|
|
13
|
+
interface Tool extends UpdateToolCallUnitTestRequest.Raw {
|
|
14
|
+
type: "tool";
|
|
15
|
+
}
|
|
16
|
+
interface Simulation extends UpdateSimulationTestRequest.Raw {
|
|
17
|
+
type: "simulation";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -34,11 +34,18 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.TestsUpdateRequestBody = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
const UpdateResponseUnitTestRequest_1 = require("../../../../../types/UpdateResponseUnitTestRequest");
|
|
40
|
+
const UpdateSimulationTestRequest_1 = require("../../../../../types/UpdateSimulationTestRequest");
|
|
41
|
+
const UpdateToolCallUnitTestRequest_1 = require("../../../../../types/UpdateToolCallUnitTestRequest");
|
|
42
|
+
exports.TestsUpdateRequestBody = core.serialization
|
|
43
|
+
.union("type", {
|
|
44
|
+
llm: UpdateResponseUnitTestRequest_1.UpdateResponseUnitTestRequest,
|
|
45
|
+
tool: UpdateToolCallUnitTestRequest_1.UpdateToolCallUnitTestRequest,
|
|
46
|
+
simulation: UpdateSimulationTestRequest_1.UpdateSimulationTestRequest,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
package/serialization/resources/conversationalAi/resources/tests/types/TestsUpdateResponse.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { GetResponseUnitTestResponseModel } from "../../../../../types/GetResponseUnitTestResponseModel";
|
|
5
|
+
import { GetSimulationTestResponseModel } from "../../../../../types/GetSimulationTestResponseModel";
|
|
6
|
+
import { GetToolCallUnitTestResponseModel } from "../../../../../types/GetToolCallUnitTestResponseModel";
|
|
7
|
+
export declare const TestsUpdateResponse: core.serialization.Schema<serializers.conversationalAi.TestsUpdateResponse.Raw, ElevenLabs.conversationalAi.TestsUpdateResponse>;
|
|
8
|
+
export declare namespace TestsUpdateResponse {
|
|
9
|
+
type Raw = TestsUpdateResponse.Llm | TestsUpdateResponse.Tool | TestsUpdateResponse.Simulation;
|
|
10
|
+
interface Llm extends GetResponseUnitTestResponseModel.Raw {
|
|
11
|
+
type: "llm";
|
|
12
|
+
}
|
|
13
|
+
interface Tool extends GetToolCallUnitTestResponseModel.Raw {
|
|
14
|
+
type: "tool";
|
|
15
|
+
}
|
|
16
|
+
interface Simulation extends GetSimulationTestResponseModel.Raw {
|
|
17
|
+
type: "simulation";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.TestsUpdateResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const GetResponseUnitTestResponseModel_1 = require("../../../../../types/GetResponseUnitTestResponseModel");
|
|
40
|
+
const GetSimulationTestResponseModel_1 = require("../../../../../types/GetSimulationTestResponseModel");
|
|
41
|
+
const GetToolCallUnitTestResponseModel_1 = require("../../../../../types/GetToolCallUnitTestResponseModel");
|
|
42
|
+
exports.TestsUpdateResponse = core.serialization
|
|
43
|
+
.union("type", {
|
|
44
|
+
llm: GetResponseUnitTestResponseModel_1.GetResponseUnitTestResponseModel,
|
|
45
|
+
tool: GetToolCallUnitTestResponseModel_1.GetToolCallUnitTestResponseModel,
|
|
46
|
+
simulation: GetSimulationTestResponseModel_1.GetSimulationTestResponseModel,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
1
|
+
export * from "./TestsCreateRequestBody";
|
|
2
|
+
export * from "./TestsGetResponse";
|
|
3
|
+
export * from "./TestsUpdateRequestBody";
|
|
4
|
+
export * from "./TestsUpdateResponse";
|
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./TestsCreateRequestBody"), exports);
|
|
18
|
+
__exportStar(require("./TestsGetResponse"), exports);
|
|
19
|
+
__exportStar(require("./TestsUpdateRequestBody"), exports);
|
|
20
|
+
__exportStar(require("./TestsUpdateResponse"), exports);
|
|
@@ -12,5 +12,6 @@ export declare namespace BuiltInToolsInput {
|
|
|
12
12
|
skip_turn?: SystemToolConfigInput.Raw | null;
|
|
13
13
|
play_keypad_touch_tone?: SystemToolConfigInput.Raw | null;
|
|
14
14
|
voicemail_detection?: SystemToolConfigInput.Raw | null;
|
|
15
|
+
search_documentation?: SystemToolConfigInput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -45,4 +45,5 @@ exports.BuiltInToolsInput = core.serialization.object({
|
|
|
45
45
|
skipTurn: core.serialization.property("skip_turn", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
46
46
|
playKeypadTouchTone: core.serialization.property("play_keypad_touch_tone", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
47
47
|
voicemailDetection: core.serialization.property("voicemail_detection", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
48
|
+
searchDocumentation: core.serialization.property("search_documentation", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
48
49
|
});
|
|
@@ -12,5 +12,6 @@ export declare namespace BuiltInToolsOutput {
|
|
|
12
12
|
skip_turn?: SystemToolConfigOutput.Raw | null;
|
|
13
13
|
play_keypad_touch_tone?: SystemToolConfigOutput.Raw | null;
|
|
14
14
|
voicemail_detection?: SystemToolConfigOutput.Raw | null;
|
|
15
|
+
search_documentation?: SystemToolConfigOutput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -45,4 +45,5 @@ exports.BuiltInToolsOutput = core.serialization.object({
|
|
|
45
45
|
skipTurn: core.serialization.property("skip_turn", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
46
46
|
playKeypadTouchTone: core.serialization.property("play_keypad_touch_tone", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
47
47
|
voicemailDetection: core.serialization.property("voicemail_detection", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
48
|
+
searchDocumentation: core.serialization.property("search_documentation", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
48
49
|
});
|
|
@@ -12,5 +12,6 @@ export declare namespace BuiltInToolsWorkflowOverrideInput {
|
|
|
12
12
|
skip_turn?: SystemToolConfigInput.Raw | null;
|
|
13
13
|
play_keypad_touch_tone?: SystemToolConfigInput.Raw | null;
|
|
14
14
|
voicemail_detection?: SystemToolConfigInput.Raw | null;
|
|
15
|
+
search_documentation?: SystemToolConfigInput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -45,4 +45,5 @@ exports.BuiltInToolsWorkflowOverrideInput = core.serialization.object({
|
|
|
45
45
|
skipTurn: core.serialization.property("skip_turn", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
46
46
|
playKeypadTouchTone: core.serialization.property("play_keypad_touch_tone", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
47
47
|
voicemailDetection: core.serialization.property("voicemail_detection", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
48
|
+
searchDocumentation: core.serialization.property("search_documentation", SystemToolConfigInput_1.SystemToolConfigInput.optional()),
|
|
48
49
|
});
|
|
@@ -12,5 +12,6 @@ export declare namespace BuiltInToolsWorkflowOverrideOutput {
|
|
|
12
12
|
skip_turn?: SystemToolConfigOutput.Raw | null;
|
|
13
13
|
play_keypad_touch_tone?: SystemToolConfigOutput.Raw | null;
|
|
14
14
|
voicemail_detection?: SystemToolConfigOutput.Raw | null;
|
|
15
|
+
search_documentation?: SystemToolConfigOutput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -45,4 +45,5 @@ exports.BuiltInToolsWorkflowOverrideOutput = core.serialization.object({
|
|
|
45
45
|
skipTurn: core.serialization.property("skip_turn", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
46
46
|
playKeypadTouchTone: core.serialization.property("play_keypad_touch_tone", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
47
47
|
voicemailDetection: core.serialization.property("voicemail_detection", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
48
|
+
searchDocumentation: core.serialization.property("search_documentation", SystemToolConfigOutput_1.SystemToolConfigOutput.optional()),
|
|
48
49
|
});
|
|
@@ -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 { ThresholdGuardrail } from "./ThresholdGuardrail";
|
|
5
|
+
export declare const ContentConfig: core.serialization.ObjectSchema<serializers.ContentConfig.Raw, ElevenLabs.ContentConfig>;
|
|
6
|
+
export declare namespace ContentConfig {
|
|
7
|
+
interface Raw {
|
|
8
|
+
sexual?: ThresholdGuardrail.Raw | null;
|
|
9
|
+
violence?: ThresholdGuardrail.Raw | null;
|
|
10
|
+
harassment?: ThresholdGuardrail.Raw | null;
|
|
11
|
+
self_harm?: ThresholdGuardrail.Raw | null;
|
|
12
|
+
profanity?: ThresholdGuardrail.Raw | null;
|
|
13
|
+
religion_and_politics?: ThresholdGuardrail.Raw | null;
|
|
14
|
+
medical_and_legal_information?: ThresholdGuardrail.Raw | 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.ContentConfig = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ThresholdGuardrail_1 = require("./ThresholdGuardrail");
|
|
40
|
+
exports.ContentConfig = core.serialization.object({
|
|
41
|
+
sexual: ThresholdGuardrail_1.ThresholdGuardrail.optional(),
|
|
42
|
+
violence: ThresholdGuardrail_1.ThresholdGuardrail.optional(),
|
|
43
|
+
harassment: ThresholdGuardrail_1.ThresholdGuardrail.optional(),
|
|
44
|
+
selfHarm: core.serialization.property("self_harm", ThresholdGuardrail_1.ThresholdGuardrail.optional()),
|
|
45
|
+
profanity: ThresholdGuardrail_1.ThresholdGuardrail.optional(),
|
|
46
|
+
religionAndPolitics: core.serialization.property("religion_and_politics", ThresholdGuardrail_1.ThresholdGuardrail.optional()),
|
|
47
|
+
medicalAndLegalInformation: core.serialization.property("medical_and_legal_information", ThresholdGuardrail_1.ThresholdGuardrail.optional()),
|
|
48
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ContentConfig } from "./ContentConfig";
|
|
5
|
+
export declare const ContentGuardrailInput: core.serialization.ObjectSchema<serializers.ContentGuardrailInput.Raw, ElevenLabs.ContentGuardrailInput>;
|
|
6
|
+
export declare namespace ContentGuardrailInput {
|
|
7
|
+
interface Raw {
|
|
8
|
+
config?: ContentConfig.Raw | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ContentGuardrailInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ContentConfig_1 = require("./ContentConfig");
|
|
40
|
+
exports.ContentGuardrailInput = core.serialization.object({
|
|
41
|
+
config: ContentConfig_1.ContentConfig.optional(),
|
|
42
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ContentConfig } from "./ContentConfig";
|
|
5
|
+
export declare const ContentGuardrailOutput: core.serialization.ObjectSchema<serializers.ContentGuardrailOutput.Raw, ElevenLabs.ContentGuardrailOutput>;
|
|
6
|
+
export declare namespace ContentGuardrailOutput {
|
|
7
|
+
interface Raw {
|
|
8
|
+
config?: ContentConfig.Raw | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ContentGuardrailOutput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ContentConfig_1 = require("./ContentConfig");
|
|
40
|
+
exports.ContentGuardrailOutput = core.serialization.object({
|
|
41
|
+
config: ContentConfig_1.ContentConfig.optional(),
|
|
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 { ConversationInitiationSource } from "./ConversationInitiationSource";
|
|
4
5
|
import { ConversationSummaryResponseModelDirection } from "./ConversationSummaryResponseModelDirection";
|
|
5
6
|
import { ConversationSummaryResponseModelStatus } from "./ConversationSummaryResponseModelStatus";
|
|
6
7
|
import { EvaluationSuccessResult } from "./EvaluationSuccessResult";
|
|
@@ -19,6 +20,9 @@ export declare namespace ConversationSummaryResponseModel {
|
|
|
19
20
|
call_successful: EvaluationSuccessResult.Raw;
|
|
20
21
|
transcript_summary?: string | null;
|
|
21
22
|
call_summary_title?: string | null;
|
|
23
|
+
main_language?: string | null;
|
|
24
|
+
conversation_initiation_source?: ConversationInitiationSource.Raw | null;
|
|
25
|
+
tool_names?: string[] | null;
|
|
22
26
|
direction?: ConversationSummaryResponseModelDirection.Raw | null;
|
|
23
27
|
rating?: number | null;
|
|
24
28
|
}
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationSummaryResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const ConversationInitiationSource_1 = require("./ConversationInitiationSource");
|
|
39
40
|
const ConversationSummaryResponseModelDirection_1 = require("./ConversationSummaryResponseModelDirection");
|
|
40
41
|
const ConversationSummaryResponseModelStatus_1 = require("./ConversationSummaryResponseModelStatus");
|
|
41
42
|
const EvaluationSuccessResult_1 = require("./EvaluationSuccessResult");
|
|
@@ -52,6 +53,9 @@ exports.ConversationSummaryResponseModel = core.serialization.object({
|
|
|
52
53
|
callSuccessful: core.serialization.property("call_successful", EvaluationSuccessResult_1.EvaluationSuccessResult),
|
|
53
54
|
transcriptSummary: core.serialization.property("transcript_summary", core.serialization.string().optional()),
|
|
54
55
|
callSummaryTitle: core.serialization.property("call_summary_title", core.serialization.string().optional()),
|
|
56
|
+
mainLanguage: core.serialization.property("main_language", core.serialization.string().optional()),
|
|
57
|
+
conversationInitiationSource: core.serialization.property("conversation_initiation_source", ConversationInitiationSource_1.ConversationInitiationSource.optional()),
|
|
58
|
+
toolNames: core.serialization.property("tool_names", core.serialization.list(core.serialization.string()).optional()),
|
|
55
59
|
direction: ConversationSummaryResponseModelDirection_1.ConversationSummaryResponseModelDirection.optional(),
|
|
56
60
|
rating: core.serialization.number().optional(),
|
|
57
61
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ConversationUserResponseModel: core.serialization.ObjectSchema<serializers.ConversationUserResponseModel.Raw, ElevenLabs.ConversationUserResponseModel>;
|
|
5
|
+
export declare namespace ConversationUserResponseModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
user_id: string;
|
|
8
|
+
last_contact_unix_secs: number;
|
|
9
|
+
first_contact_unix_secs: number;
|
|
10
|
+
conversation_count: number;
|
|
11
|
+
last_agent_id?: string | null;
|
|
12
|
+
last_agent_name?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.ConversationUserResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ConversationUserResponseModel = core.serialization.object({
|
|
40
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
|
41
|
+
lastContactUnixSecs: core.serialization.property("last_contact_unix_secs", core.serialization.number()),
|
|
42
|
+
firstContactUnixSecs: core.serialization.property("first_contact_unix_secs", core.serialization.number()),
|
|
43
|
+
conversationCount: core.serialization.property("conversation_count", core.serialization.number()),
|
|
44
|
+
lastAgentId: core.serialization.property("last_agent_id", core.serialization.string().optional()),
|
|
45
|
+
lastAgentName: core.serialization.property("last_agent_name", core.serialization.string().optional()),
|
|
46
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const CreateAgentTestResponseModel: core.serialization.ObjectSchema<serializers.CreateAgentTestResponseModel.Raw, ElevenLabs.CreateAgentTestResponseModel>;
|
|
5
|
+
export declare namespace CreateAgentTestResponseModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
package/serialization/types/{CreateUnitTestResponseModel.js → CreateAgentTestResponseModel.js}
RENAMED
|
@@ -34,8 +34,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.CreateAgentTestResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.
|
|
39
|
+
exports.CreateAgentTestResponseModel = core.serialization.object({
|
|
40
40
|
id: core.serialization.string(),
|
|
41
41
|
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { AgentFailureResponseExample } from "./AgentFailureResponseExample";
|
|
5
|
+
import { AgentSuccessfulResponseExample } from "./AgentSuccessfulResponseExample";
|
|
6
|
+
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
7
|
+
import { CreateResponseUnitTestRequestDynamicVariablesValue } from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
8
|
+
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
9
|
+
export declare const CreateResponseUnitTestRequest: core.serialization.ObjectSchema<serializers.CreateResponseUnitTestRequest.Raw, ElevenLabs.CreateResponseUnitTestRequest>;
|
|
10
|
+
export declare namespace CreateResponseUnitTestRequest {
|
|
11
|
+
interface Raw {
|
|
12
|
+
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
13
|
+
dynamic_variables?: Record<string, CreateResponseUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
14
|
+
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
15
|
+
success_condition?: string | null;
|
|
16
|
+
success_examples?: AgentSuccessfulResponseExample.Raw[] | null;
|
|
17
|
+
failure_examples?: AgentFailureResponseExample.Raw[] | null;
|
|
18
|
+
name: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.CreateResponseUnitTestRequest = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const AgentFailureResponseExample_1 = require("./AgentFailureResponseExample");
|
|
40
|
+
const AgentSuccessfulResponseExample_1 = require("./AgentSuccessfulResponseExample");
|
|
41
|
+
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
42
|
+
const CreateResponseUnitTestRequestDynamicVariablesValue_1 = require("./CreateResponseUnitTestRequestDynamicVariablesValue");
|
|
43
|
+
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
44
|
+
exports.CreateResponseUnitTestRequest = core.serialization.object({
|
|
45
|
+
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
46
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
|
|
47
|
+
.record(core.serialization.string(), CreateResponseUnitTestRequestDynamicVariablesValue_1.CreateResponseUnitTestRequestDynamicVariablesValue.optional())
|
|
48
|
+
.optional()),
|
|
49
|
+
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
50
|
+
successCondition: core.serialization.property("success_condition", core.serialization.string().optional()),
|
|
51
|
+
successExamples: core.serialization.property("success_examples", core.serialization.list(AgentSuccessfulResponseExample_1.AgentSuccessfulResponseExample).optional()),
|
|
52
|
+
failureExamples: core.serialization.property("failure_examples", core.serialization.list(AgentFailureResponseExample_1.AgentFailureResponseExample).optional()),
|
|
53
|
+
name: core.serialization.string(),
|
|
54
|
+
});
|