@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
|
@@ -1,25 +0,0 @@
|
|
|
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 "../../../../../../types/AgentFailureResponseExample";
|
|
5
|
-
import { AgentSuccessfulResponseExample } from "../../../../../../types/AgentSuccessfulResponseExample";
|
|
6
|
-
import { ConversationHistoryTranscriptCommonModelInput } from "../../../../../../types/ConversationHistoryTranscriptCommonModelInput";
|
|
7
|
-
import { TestFromConversationMetadataInput } from "../../../../../../types/TestFromConversationMetadataInput";
|
|
8
|
-
import { UnitTestCommonModelType } from "../../../../../../types/UnitTestCommonModelType";
|
|
9
|
-
import { UnitTestToolCallEvaluationModelInput } from "../../../../../../types/UnitTestToolCallEvaluationModelInput";
|
|
10
|
-
import { UpdateUnitTestRequestDynamicVariablesValue } from "../../types/UpdateUnitTestRequestDynamicVariablesValue";
|
|
11
|
-
export declare const UpdateUnitTestRequest: core.serialization.Schema<serializers.conversationalAi.UpdateUnitTestRequest.Raw, ElevenLabs.conversationalAi.UpdateUnitTestRequest>;
|
|
12
|
-
export declare namespace UpdateUnitTestRequest {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelInput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, UpdateUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
23
|
-
name: string;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 CreateUnitTestRequestDynamicVariablesValue: core.serialization.Schema<serializers.conversationalAi.CreateUnitTestRequestDynamicVariablesValue.Raw, ElevenLabs.conversationalAi.CreateUnitTestRequestDynamicVariablesValue>;
|
|
5
|
-
export declare namespace CreateUnitTestRequestDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UpdateUnitTestRequestDynamicVariablesValue: core.serialization.Schema<serializers.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue.Raw, ElevenLabs.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue>;
|
|
5
|
-
export declare namespace UpdateUnitTestRequestDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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 CreateUnitTestResponseModel: core.serialization.ObjectSchema<serializers.CreateUnitTestResponseModel.Raw, ElevenLabs.CreateUnitTestResponseModel>;
|
|
5
|
-
export declare namespace CreateUnitTestResponseModel {
|
|
6
|
-
interface Raw {
|
|
7
|
-
id: string;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
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 { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
7
|
-
import { GetUnitTestResponseModelDynamicVariablesValue } from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
8
|
-
import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
|
|
9
|
-
import { UnitTestCommonModelType } from "./UnitTestCommonModelType";
|
|
10
|
-
import { UnitTestToolCallEvaluationModelOutput } from "./UnitTestToolCallEvaluationModelOutput";
|
|
11
|
-
export declare const GetUnitTestResponseModel: core.serialization.ObjectSchema<serializers.GetUnitTestResponseModel.Raw, ElevenLabs.GetUnitTestResponseModel>;
|
|
12
|
-
export declare namespace GetUnitTestResponseModel {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelOutput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, GetUnitTestResponseModelDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataOutput.Raw | null;
|
|
23
|
-
id: string;
|
|
24
|
-
name: string;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 GetUnitTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetUnitTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace GetUnitTestResponseModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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 { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
7
|
-
import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
|
|
8
|
-
import { UnitTestCommonModelDynamicVariablesValue } from "./UnitTestCommonModelDynamicVariablesValue";
|
|
9
|
-
import { UnitTestCommonModelType } from "./UnitTestCommonModelType";
|
|
10
|
-
import { UnitTestToolCallEvaluationModelOutput } from "./UnitTestToolCallEvaluationModelOutput";
|
|
11
|
-
export declare const UnitTestCommonModel: core.serialization.ObjectSchema<serializers.UnitTestCommonModel.Raw, ElevenLabs.UnitTestCommonModel>;
|
|
12
|
-
export declare namespace UnitTestCommonModel {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelOutput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, UnitTestCommonModelDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataOutput.Raw | null;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UnitTestCommonModelDynamicVariablesValue: core.serialization.Schema<serializers.UnitTestCommonModelDynamicVariablesValue.Raw, ElevenLabs.UnitTestCommonModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace UnitTestCommonModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UnitTestCommonModelType: core.serialization.Schema<serializers.UnitTestCommonModelType.Raw, ElevenLabs.UnitTestCommonModelType>;
|
|
5
|
-
export declare namespace UnitTestCommonModelType {
|
|
6
|
-
type Raw = "llm" | "tool";
|
|
7
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
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 "../../../../../../types/AgentFailureResponseExample";
|
|
5
|
-
import { AgentSuccessfulResponseExample } from "../../../../../../types/AgentSuccessfulResponseExample";
|
|
6
|
-
import { ConversationHistoryTranscriptCommonModelInput } from "../../../../../../types/ConversationHistoryTranscriptCommonModelInput";
|
|
7
|
-
import { TestFromConversationMetadataInput } from "../../../../../../types/TestFromConversationMetadataInput";
|
|
8
|
-
import { UnitTestCommonModelType } from "../../../../../../types/UnitTestCommonModelType";
|
|
9
|
-
import { UnitTestToolCallEvaluationModelInput } from "../../../../../../types/UnitTestToolCallEvaluationModelInput";
|
|
10
|
-
import { CreateUnitTestRequestDynamicVariablesValue } from "../../types/CreateUnitTestRequestDynamicVariablesValue";
|
|
11
|
-
export declare const CreateUnitTestRequest: core.serialization.Schema<serializers.conversationalAi.CreateUnitTestRequest.Raw, ElevenLabs.conversationalAi.CreateUnitTestRequest>;
|
|
12
|
-
export declare namespace CreateUnitTestRequest {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelInput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, CreateUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
23
|
-
name: string;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
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 "../../../../../../types/AgentFailureResponseExample";
|
|
5
|
-
import { AgentSuccessfulResponseExample } from "../../../../../../types/AgentSuccessfulResponseExample";
|
|
6
|
-
import { ConversationHistoryTranscriptCommonModelInput } from "../../../../../../types/ConversationHistoryTranscriptCommonModelInput";
|
|
7
|
-
import { TestFromConversationMetadataInput } from "../../../../../../types/TestFromConversationMetadataInput";
|
|
8
|
-
import { UnitTestCommonModelType } from "../../../../../../types/UnitTestCommonModelType";
|
|
9
|
-
import { UnitTestToolCallEvaluationModelInput } from "../../../../../../types/UnitTestToolCallEvaluationModelInput";
|
|
10
|
-
import { UpdateUnitTestRequestDynamicVariablesValue } from "../../types/UpdateUnitTestRequestDynamicVariablesValue";
|
|
11
|
-
export declare const UpdateUnitTestRequest: core.serialization.Schema<serializers.conversationalAi.UpdateUnitTestRequest.Raw, ElevenLabs.conversationalAi.UpdateUnitTestRequest>;
|
|
12
|
-
export declare namespace UpdateUnitTestRequest {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelInput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, UpdateUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
23
|
-
name: string;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 CreateUnitTestRequestDynamicVariablesValue: core.serialization.Schema<serializers.conversationalAi.CreateUnitTestRequestDynamicVariablesValue.Raw, ElevenLabs.conversationalAi.CreateUnitTestRequestDynamicVariablesValue>;
|
|
5
|
-
export declare namespace CreateUnitTestRequestDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UpdateUnitTestRequestDynamicVariablesValue: core.serialization.Schema<serializers.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue.Raw, ElevenLabs.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue>;
|
|
5
|
-
export declare namespace UpdateUnitTestRequestDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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 CreateUnitTestResponseModel: core.serialization.ObjectSchema<serializers.CreateUnitTestResponseModel.Raw, ElevenLabs.CreateUnitTestResponseModel>;
|
|
5
|
-
export declare namespace CreateUnitTestResponseModel {
|
|
6
|
-
interface Raw {
|
|
7
|
-
id: string;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
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 { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
7
|
-
import { GetUnitTestResponseModelDynamicVariablesValue } from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
8
|
-
import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
|
|
9
|
-
import { UnitTestCommonModelType } from "./UnitTestCommonModelType";
|
|
10
|
-
import { UnitTestToolCallEvaluationModelOutput } from "./UnitTestToolCallEvaluationModelOutput";
|
|
11
|
-
export declare const GetUnitTestResponseModel: core.serialization.ObjectSchema<serializers.GetUnitTestResponseModel.Raw, ElevenLabs.GetUnitTestResponseModel>;
|
|
12
|
-
export declare namespace GetUnitTestResponseModel {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelOutput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, GetUnitTestResponseModelDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataOutput.Raw | null;
|
|
23
|
-
id: string;
|
|
24
|
-
name: string;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 GetUnitTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetUnitTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace GetUnitTestResponseModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
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.SimilarVoiceCategory = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.SimilarVoiceCategory = core.serialization.enum_(["premade", "cloned", "generated", "professional", "famous"]);
|
|
@@ -1,24 +0,0 @@
|
|
|
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 { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
7
|
-
import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
|
|
8
|
-
import { UnitTestCommonModelDynamicVariablesValue } from "./UnitTestCommonModelDynamicVariablesValue";
|
|
9
|
-
import { UnitTestCommonModelType } from "./UnitTestCommonModelType";
|
|
10
|
-
import { UnitTestToolCallEvaluationModelOutput } from "./UnitTestToolCallEvaluationModelOutput";
|
|
11
|
-
export declare const UnitTestCommonModel: core.serialization.ObjectSchema<serializers.UnitTestCommonModel.Raw, ElevenLabs.UnitTestCommonModel>;
|
|
12
|
-
export declare namespace UnitTestCommonModel {
|
|
13
|
-
interface Raw {
|
|
14
|
-
chat_history: ConversationHistoryTranscriptCommonModelOutput.Raw[];
|
|
15
|
-
success_condition: string;
|
|
16
|
-
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
17
|
-
failure_examples: AgentFailureResponseExample.Raw[];
|
|
18
|
-
tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
|
|
19
|
-
check_any_tool_matches?: boolean | null;
|
|
20
|
-
dynamic_variables?: Record<string, UnitTestCommonModelDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
-
type?: UnitTestCommonModelType.Raw | null;
|
|
22
|
-
from_conversation_metadata?: TestFromConversationMetadataOutput.Raw | null;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UnitTestCommonModelDynamicVariablesValue: core.serialization.Schema<serializers.UnitTestCommonModelDynamicVariablesValue.Raw, ElevenLabs.UnitTestCommonModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace UnitTestCommonModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 UnitTestCommonModelType: core.serialization.Schema<serializers.UnitTestCommonModelType.Raw, ElevenLabs.UnitTestCommonModelType>;
|
|
5
|
-
export declare namespace UnitTestCommonModelType {
|
|
6
|
-
type Raw = "llm" | "tool";
|
|
7
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/api/types/{UnitTestCommonModelDynamicVariablesValue.js → ContentGuardrailOutput.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/api/types/CreateUnitTestResponseModel.js → api/types/CreateSimulationTestRequest.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|