@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
|
@@ -219,6 +219,9 @@ __exportStar(require("./CloseContext"), exports);
|
|
|
219
219
|
__exportStar(require("./CloseSocket"), exports);
|
|
220
220
|
__exportStar(require("./CommittedTranscriptPayload"), exports);
|
|
221
221
|
__exportStar(require("./CommittedTranscriptWithTimestampsPayload"), exports);
|
|
222
|
+
__exportStar(require("./ContentConfig"), exports);
|
|
223
|
+
__exportStar(require("./ContentGuardrailInput"), exports);
|
|
224
|
+
__exportStar(require("./ContentGuardrailOutput"), exports);
|
|
222
225
|
__exportStar(require("./Contributor"), exports);
|
|
223
226
|
__exportStar(require("./ConvAiDynamicVariable"), exports);
|
|
224
227
|
__exportStar(require("./ConvAiSecretLocator"), exports);
|
|
@@ -303,18 +306,30 @@ __exportStar(require("./ConversationSummaryResponseModelStatus"), exports);
|
|
|
303
306
|
__exportStar(require("./ConversationTokenDbModel"), exports);
|
|
304
307
|
__exportStar(require("./ConversationTokenPurpose"), exports);
|
|
305
308
|
__exportStar(require("./ConversationTurnMetrics"), exports);
|
|
309
|
+
__exportStar(require("./ConversationUserResponseModel"), exports);
|
|
306
310
|
__exportStar(require("./ConvertChapterResponseModel"), exports);
|
|
307
311
|
__exportStar(require("./ConvertProjectResponseModel"), exports);
|
|
308
312
|
__exportStar(require("./CreateAgentBranchResponseModel"), exports);
|
|
309
313
|
__exportStar(require("./CreateAgentResponseModel"), exports);
|
|
314
|
+
__exportStar(require("./CreateAgentTestResponseModel"), exports);
|
|
310
315
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
311
316
|
__exportStar(require("./CreatePhoneNumberResponseModel"), exports);
|
|
312
317
|
__exportStar(require("./CreatePreviouslyGeneratedVoiceRequest"), exports);
|
|
313
318
|
__exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
|
|
319
|
+
__exportStar(require("./CreateResponseUnitTestRequest"), exports);
|
|
320
|
+
__exportStar(require("./CreateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
321
|
+
__exportStar(require("./CreateSimulationTestRequest"), exports);
|
|
322
|
+
__exportStar(require("./CreateSimulationTestRequestDynamicVariablesValue"), exports);
|
|
314
323
|
__exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
|
|
324
|
+
__exportStar(require("./CreateToolCallUnitTestRequest"), exports);
|
|
325
|
+
__exportStar(require("./CreateToolCallUnitTestRequestDynamicVariablesValue"), exports);
|
|
315
326
|
__exportStar(require("./CreateTranscriptRequest"), exports);
|
|
316
327
|
__exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
|
|
317
|
-
__exportStar(require("./
|
|
328
|
+
__exportStar(require("./CustomGuardrailConfig"), exports);
|
|
329
|
+
__exportStar(require("./CustomGuardrailConfigModel"), exports);
|
|
330
|
+
__exportStar(require("./CustomGuardrailInput"), exports);
|
|
331
|
+
__exportStar(require("./CustomGuardrailOutput"), exports);
|
|
332
|
+
__exportStar(require("./CustomGuardrailsConfig"), exports);
|
|
318
333
|
__exportStar(require("./CustomLlm"), exports);
|
|
319
334
|
__exportStar(require("./CustomLlmapiType"), exports);
|
|
320
335
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
@@ -324,6 +339,8 @@ __exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
|
324
339
|
__exportStar(require("./DashboardCriteriaChartModel"), exports);
|
|
325
340
|
__exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
326
341
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
342
|
+
__exportStar(require("./DefaultSharingGroupResponseModel"), exports);
|
|
343
|
+
__exportStar(require("./DefaultSharingGroupResponseModelPermissionLevel"), exports);
|
|
327
344
|
__exportStar(require("./DeleteChapterRequest"), exports);
|
|
328
345
|
__exportStar(require("./DeleteChapterResponseModel"), exports);
|
|
329
346
|
__exportStar(require("./DeleteDubbingResponseModel"), exports);
|
|
@@ -423,6 +440,7 @@ __exportStar(require("./GetConvAiSettingsResponseModel"), exports);
|
|
|
423
440
|
__exportStar(require("./GetConversationResponseModel"), exports);
|
|
424
441
|
__exportStar(require("./GetConversationResponseModelStatus"), exports);
|
|
425
442
|
__exportStar(require("./GetConversationsPageResponseModel"), exports);
|
|
443
|
+
__exportStar(require("./GetConversationUsersPageResponseModel"), exports);
|
|
426
444
|
__exportStar(require("./GetKnowledgeBaseDependentAgentsResponseModel"), exports);
|
|
427
445
|
__exportStar(require("./GetKnowledgeBaseDependentAgentsResponseModelAgentsItem"), exports);
|
|
428
446
|
__exportStar(require("./GetKnowledgeBaseFileResponseModel"), exports);
|
|
@@ -455,15 +473,22 @@ __exportStar(require("./GetPronunciationDictionariesResponse"), exports);
|
|
|
455
473
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
|
|
456
474
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
|
|
457
475
|
__exportStar(require("./GetPronunciationDictionaryResponse"), exports);
|
|
476
|
+
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModel"), exports);
|
|
477
|
+
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource"), exports);
|
|
478
|
+
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelRulesItem"), exports);
|
|
479
|
+
__exportStar(require("./GetResponseUnitTestResponseModel"), exports);
|
|
480
|
+
__exportStar(require("./GetResponseUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
481
|
+
__exportStar(require("./GetSimulationTestResponseModel"), exports);
|
|
482
|
+
__exportStar(require("./GetSimulationTestResponseModelDynamicVariablesValue"), exports);
|
|
458
483
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
459
484
|
__exportStar(require("./GetTestInvocationsPageResponseModel"), exports);
|
|
460
485
|
__exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
|
|
461
486
|
__exportStar(require("./GetTestsPageResponseModel"), exports);
|
|
462
487
|
__exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
|
|
488
|
+
__exportStar(require("./GetToolCallUnitTestResponseModel"), exports);
|
|
489
|
+
__exportStar(require("./GetToolCallUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
463
490
|
__exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
|
|
464
491
|
__exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
|
|
465
|
-
__exportStar(require("./GetUnitTestResponseModel"), exports);
|
|
466
|
-
__exportStar(require("./GetUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
467
492
|
__exportStar(require("./GetVoicesResponse"), exports);
|
|
468
493
|
__exportStar(require("./GetVoicesV2Response"), exports);
|
|
469
494
|
__exportStar(require("./GetWhatsAppAccountResponse"), exports);
|
|
@@ -546,6 +571,7 @@ __exportStar(require("./McpServerTransport"), exports);
|
|
|
546
571
|
__exportStar(require("./McpToolApprovalHash"), exports);
|
|
547
572
|
__exportStar(require("./McpToolApprovalPolicy"), exports);
|
|
548
573
|
__exportStar(require("./McpToolConfigOverride"), exports);
|
|
574
|
+
__exportStar(require("./MergingStrategy"), exports);
|
|
549
575
|
__exportStar(require("./MetricRecord"), exports);
|
|
550
576
|
__exportStar(require("./MetricType"), exports);
|
|
551
577
|
__exportStar(require("./Model"), exports);
|
|
@@ -556,6 +582,7 @@ __exportStar(require("./ModerationGuardrailInput"), exports);
|
|
|
556
582
|
__exportStar(require("./ModerationGuardrailOutput"), exports);
|
|
557
583
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
558
584
|
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
585
|
+
__exportStar(require("./MultiSourceConfigJson"), exports);
|
|
559
586
|
__exportStar(require("./MusicPrompt"), exports);
|
|
560
587
|
__exportStar(require("./NonStreamingOutputFormats"), exports);
|
|
561
588
|
__exportStar(require("./NormalizedAlignment"), exports);
|
|
@@ -576,6 +603,8 @@ __exportStar(require("./PartialTranscriptPayload"), exports);
|
|
|
576
603
|
__exportStar(require("./PatchWorkspaceWebhookResponseModel"), exports);
|
|
577
604
|
__exportStar(require("./PdfExportOptions"), exports);
|
|
578
605
|
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
606
|
+
__exportStar(require("./PendingClipTask"), exports);
|
|
607
|
+
__exportStar(require("./PendingClipTaskType"), exports);
|
|
579
608
|
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
580
609
|
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
581
610
|
__exportStar(require("./PermissionType"), exports);
|
|
@@ -584,6 +613,7 @@ __exportStar(require("./PhoneNumberDynamicVariableTransferDestination"), exports
|
|
|
584
613
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
585
614
|
__exportStar(require("./PhoneNumberTransferCustomSipHeadersItem"), exports);
|
|
586
615
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
616
|
+
__exportStar(require("./PhoneNumberTransferPostDialDigits"), exports);
|
|
587
617
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
588
618
|
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
589
619
|
__exportStar(require("./PlayDtmfResultSuccessModel"), exports);
|
|
@@ -598,6 +628,8 @@ __exportStar(require("./PodcastUrlSource"), exports);
|
|
|
598
628
|
__exportStar(require("./PositionInput"), exports);
|
|
599
629
|
__exportStar(require("./PositionOutput"), exports);
|
|
600
630
|
__exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
631
|
+
__exportStar(require("./PostDialDigitsDynamicVariable"), exports);
|
|
632
|
+
__exportStar(require("./PostDialDigitsStatic"), exports);
|
|
601
633
|
__exportStar(require("./PostWorkspaceSecretResponseModel"), exports);
|
|
602
634
|
__exportStar(require("./PreviewAudioDbModel"), exports);
|
|
603
635
|
__exportStar(require("./PrivacyConfig"), exports);
|
|
@@ -649,9 +681,11 @@ __exportStar(require("./PromptAgentApiModelWorkflowOverrideOutputToolsItem"), ex
|
|
|
649
681
|
__exportStar(require("./PromptAgentDbModel"), exports);
|
|
650
682
|
__exportStar(require("./PromptEvaluationCriteria"), exports);
|
|
651
683
|
__exportStar(require("./PronunciationDictionaryAliasRuleRequestModel"), exports);
|
|
684
|
+
__exportStar(require("./PronunciationDictionaryAliasRuleResponseModel"), exports);
|
|
652
685
|
__exportStar(require("./PronunciationDictionaryLocator"), exports);
|
|
653
686
|
__exportStar(require("./PronunciationDictionaryLocatorResponseModel"), exports);
|
|
654
687
|
__exportStar(require("./PronunciationDictionaryPhonemeRuleRequestModel"), exports);
|
|
688
|
+
__exportStar(require("./PronunciationDictionaryPhonemeRuleResponseModel"), exports);
|
|
655
689
|
__exportStar(require("./PronunciationDictionaryRulesResponseModel"), exports);
|
|
656
690
|
__exportStar(require("./PronunciationDictionaryVersionLocator"), exports);
|
|
657
691
|
__exportStar(require("./PronunciationDictionaryVersionResponseModel"), exports);
|
|
@@ -690,6 +724,8 @@ __exportStar(require("./ResourceAccessInfoRole"), exports);
|
|
|
690
724
|
__exportStar(require("./ResourceMetadataResponseModel"), exports);
|
|
691
725
|
__exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverride"), exports);
|
|
692
726
|
__exportStar(require("./ResponseFilterMode"), exports);
|
|
727
|
+
__exportStar(require("./ResponseUnitTestModel"), exports);
|
|
728
|
+
__exportStar(require("./ResponseUnitTestModelDynamicVariablesValue"), exports);
|
|
693
729
|
__exportStar(require("./ReviewResponseModel"), exports);
|
|
694
730
|
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
695
731
|
__exportStar(require("./ReviewResponseModelReviewStatus"), exports);
|
|
@@ -714,6 +750,8 @@ __exportStar(require("./ScribeSessionTimeLimitExceededErrorPayload"), exports);
|
|
|
714
750
|
__exportStar(require("./ScribeThrottledErrorPayload"), exports);
|
|
715
751
|
__exportStar(require("./ScribeTranscriberErrorPayload"), exports);
|
|
716
752
|
__exportStar(require("./ScribeUnacceptedTermsErrorPayload"), exports);
|
|
753
|
+
__exportStar(require("./SearchDocumentationToolConfigInput"), exports);
|
|
754
|
+
__exportStar(require("./SearchDocumentationToolConfigOutput"), exports);
|
|
717
755
|
__exportStar(require("./SeatType"), exports);
|
|
718
756
|
__exportStar(require("./SecretDependencyType"), exports);
|
|
719
757
|
__exportStar(require("./SectionSource"), exports);
|
|
@@ -734,8 +772,9 @@ __exportStar(require("./SessionStartedPayloadConfigCommitStrategy"), exports);
|
|
|
734
772
|
__exportStar(require("./ShareOptionResponseModel"), exports);
|
|
735
773
|
__exportStar(require("./ShareOptionResponseModelType"), exports);
|
|
736
774
|
__exportStar(require("./SimilarVoice"), exports);
|
|
737
|
-
__exportStar(require("./SimilarVoiceCategory"), exports);
|
|
738
775
|
__exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
|
|
776
|
+
__exportStar(require("./SimulationTestModel"), exports);
|
|
777
|
+
__exportStar(require("./SimulationTestModelDynamicVariablesValue"), exports);
|
|
739
778
|
__exportStar(require("./SingleTestRunRequestModel"), exports);
|
|
740
779
|
__exportStar(require("./SingleUseTokenResponseModel"), exports);
|
|
741
780
|
__exportStar(require("./SingleUseTokenType"), exports);
|
|
@@ -754,6 +793,8 @@ __exportStar(require("./SoftTimeoutConfigWorkflowOverride"), exports);
|
|
|
754
793
|
__exportStar(require("./SongMetadata"), exports);
|
|
755
794
|
__exportStar(require("./SongSection"), exports);
|
|
756
795
|
__exportStar(require("./SortDirection"), exports);
|
|
796
|
+
__exportStar(require("./SourceConfigJson"), exports);
|
|
797
|
+
__exportStar(require("./SourceRetrievalConfig"), exports);
|
|
757
798
|
__exportStar(require("./SpeakerAudioResponseModel"), exports);
|
|
758
799
|
__exportStar(require("./SpeakerCreatedResponse"), exports);
|
|
759
800
|
__exportStar(require("./SpeakerResponseModel"), exports);
|
|
@@ -797,6 +838,7 @@ __exportStar(require("./TestRunMetadataTestType"), exports);
|
|
|
797
838
|
__exportStar(require("./TestRunStatus"), exports);
|
|
798
839
|
__exportStar(require("./TestsFeatureUsageCommonModel"), exports);
|
|
799
840
|
__exportStar(require("./TestToolResultModel"), exports);
|
|
841
|
+
__exportStar(require("./TestType"), exports);
|
|
800
842
|
__exportStar(require("./TextNormalisationType"), exports);
|
|
801
843
|
__exportStar(require("./TextToSpeechApplyTextNormalizationEnum"), exports);
|
|
802
844
|
__exportStar(require("./TextToSpeechOutputFormatEnum"), exports);
|
|
@@ -811,6 +853,8 @@ __exportStar(require("./Tool"), exports);
|
|
|
811
853
|
__exportStar(require("./ToolAnnotations"), exports);
|
|
812
854
|
__exportStar(require("./ToolCallSoundBehavior"), exports);
|
|
813
855
|
__exportStar(require("./ToolCallSoundType"), exports);
|
|
856
|
+
__exportStar(require("./ToolCallUnitTestModel"), exports);
|
|
857
|
+
__exportStar(require("./ToolCallUnitTestModelDynamicVariablesValue"), exports);
|
|
814
858
|
__exportStar(require("./ToolErrorHandlingMode"), exports);
|
|
815
859
|
__exportStar(require("./ToolExecutionMode"), exports);
|
|
816
860
|
__exportStar(require("./ToolMockConfig"), exports);
|
|
@@ -858,10 +902,8 @@ __exportStar(require("./TwilioEdgeLocation"), exports);
|
|
|
858
902
|
__exportStar(require("./TwilioOutboundCallResponse"), exports);
|
|
859
903
|
__exportStar(require("./TwilioRegionId"), exports);
|
|
860
904
|
__exportStar(require("./TxtExportOptions"), exports);
|
|
861
|
-
__exportStar(require("./UnitTestCommonModel"), exports);
|
|
862
|
-
__exportStar(require("./UnitTestCommonModelDynamicVariablesValue"), exports);
|
|
863
|
-
__exportStar(require("./UnitTestCommonModelType"), exports);
|
|
864
905
|
__exportStar(require("./UnitTestRunResponseModel"), exports);
|
|
906
|
+
__exportStar(require("./UnitTestRunResponseModelTestInfo"), exports);
|
|
865
907
|
__exportStar(require("./UnitTestSummaryResponseModel"), exports);
|
|
866
908
|
__exportStar(require("./UnitTestToolCallEvaluationModelInput"), exports);
|
|
867
909
|
__exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
|
|
@@ -872,6 +914,12 @@ __exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
|
872
914
|
__exportStar(require("./UpdateChapterRequest"), exports);
|
|
873
915
|
__exportStar(require("./UpdateProjectRequest"), exports);
|
|
874
916
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
917
|
+
__exportStar(require("./UpdateResponseUnitTestRequest"), exports);
|
|
918
|
+
__exportStar(require("./UpdateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
919
|
+
__exportStar(require("./UpdateSimulationTestRequest"), exports);
|
|
920
|
+
__exportStar(require("./UpdateSimulationTestRequestDynamicVariablesValue"), exports);
|
|
921
|
+
__exportStar(require("./UpdateToolCallUnitTestRequest"), exports);
|
|
922
|
+
__exportStar(require("./UpdateToolCallUnitTestRequestDynamicVariablesValue"), exports);
|
|
875
923
|
__exportStar(require("./UpdateWorkspaceMemberResponseModel"), exports);
|
|
876
924
|
__exportStar(require("./UrlAvatar"), exports);
|
|
877
925
|
__exportStar(require("./UsageAggregationInterval"), exports);
|
|
@@ -888,6 +936,7 @@ __exportStar(require("./VerificationAttemptResponse"), exports);
|
|
|
888
936
|
__exportStar(require("./VerifiedVoiceLanguageResponseModel"), exports);
|
|
889
937
|
__exportStar(require("./VerifyPvcVoiceCaptchaResponseModel"), exports);
|
|
890
938
|
__exportStar(require("./Voice"), exports);
|
|
939
|
+
__exportStar(require("./VoiceCategory"), exports);
|
|
891
940
|
__exportStar(require("./VoiceDesignPreviewResponse"), exports);
|
|
892
941
|
__exportStar(require("./VoiceGenerationParameterOptionResponse"), exports);
|
|
893
942
|
__exportStar(require("./VoiceGenerationParameterResponse"), exports);
|
|
@@ -972,9 +1021,11 @@ __exportStar(require("./WorkflowOverrideAgentNodeModelInput"), exports);
|
|
|
972
1021
|
__exportStar(require("./WorkflowOverrideAgentNodeModelOutput"), exports);
|
|
973
1022
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInput"), exports);
|
|
974
1023
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem"), exports);
|
|
1024
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelInputPostDialDigits"), exports);
|
|
975
1025
|
__exportStar(require("./WorkflowPhoneNumberNodeModelInputTransferDestination"), exports);
|
|
976
1026
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutput"), exports);
|
|
977
1027
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem"), exports);
|
|
1028
|
+
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputPostDialDigits"), exports);
|
|
978
1029
|
__exportStar(require("./WorkflowPhoneNumberNodeModelOutputTransferDestination"), exports);
|
|
979
1030
|
__exportStar(require("./WorkflowResultConditionModelInput"), exports);
|
|
980
1031
|
__exportStar(require("./WorkflowResultConditionModelOutput"), exports);
|
|
@@ -1003,6 +1054,9 @@ __exportStar(require("./WorkspaceBatchCallsResponse"), exports);
|
|
|
1003
1054
|
__exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
|
|
1004
1055
|
__exportStar(require("./WorkspaceCreateWebhookResponseModel"), exports);
|
|
1005
1056
|
__exportStar(require("./WorkspaceGroupByNameResponseModel"), exports);
|
|
1057
|
+
__exportStar(require("./WorkspaceGroupPermission"), exports);
|
|
1058
|
+
__exportStar(require("./WorkspaceGroupResponseModel"), exports);
|
|
1059
|
+
__exportStar(require("./WorkspaceGroupResponseModelGroupUsageLimit"), exports);
|
|
1006
1060
|
__exportStar(require("./WorkspaceResourceType"), exports);
|
|
1007
1061
|
__exportStar(require("./WorkspaceServiceAccountListResponseModel"), exports);
|
|
1008
1062
|
__exportStar(require("./WorkspaceServiceAccountResponseModel"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.36.0";
|
package/version.js
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { SpeechToTextClient as GeneratedSpeechToText } from "../api/resources/speechToText/client/Client";
|
|
2
|
+
import type { SpeechToTextClient } from "../api/resources/speechToText/client/Client";
|
|
3
|
+
import type * as ElevenLabs from "../api";
|
|
4
|
+
import type * as core from "../core";
|
|
2
5
|
import { ScribeRealtime } from "./realtime";
|
|
3
6
|
export declare class SpeechToText extends GeneratedSpeechToText {
|
|
4
7
|
private _realtime;
|
|
5
8
|
get realtime(): ScribeRealtime;
|
|
9
|
+
convert(request: ElevenLabs.BodySpeechToTextV1SpeechToTextPost & {
|
|
10
|
+
webhook: true;
|
|
11
|
+
}, requestOptions?: SpeechToTextClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.SpeechToTextWebhookResponseModel>;
|
|
12
|
+
convert(request: ElevenLabs.BodySpeechToTextV1SpeechToTextPost & {
|
|
13
|
+
useMultiChannel: true;
|
|
14
|
+
}, requestOptions?: SpeechToTextClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.MultichannelSpeechToTextResponseModel>;
|
|
15
|
+
convert(request: ElevenLabs.BodySpeechToTextV1SpeechToTextPost, requestOptions?: SpeechToTextClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.SpeechToTextChunkResponseModel>;
|
|
6
16
|
}
|
package/wrapper/speechToText.js
CHANGED
package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
-
/**
|
|
3
|
-
* @example
|
|
4
|
-
* {
|
|
5
|
-
* chatHistory: [{
|
|
6
|
-
* role: "user",
|
|
7
|
-
* timeInCallSecs: 1
|
|
8
|
-
* }],
|
|
9
|
-
* successCondition: "success_condition",
|
|
10
|
-
* successExamples: [{
|
|
11
|
-
* response: "response",
|
|
12
|
-
* type: "success"
|
|
13
|
-
* }],
|
|
14
|
-
* failureExamples: [{
|
|
15
|
-
* response: "response",
|
|
16
|
-
* type: "failure"
|
|
17
|
-
* }],
|
|
18
|
-
* name: "name"
|
|
19
|
-
* }
|
|
20
|
-
*/
|
|
21
|
-
export interface CreateUnitTestRequest {
|
|
22
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
23
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
24
|
-
successCondition: string;
|
|
25
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
26
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
27
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
28
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
29
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
30
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
|
|
31
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
32
|
-
checkAnyToolMatches?: boolean;
|
|
33
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
34
|
-
dynamicVariables?: Record<string, ElevenLabs.conversationalAi.CreateUnitTestRequestDynamicVariablesValue | undefined>;
|
|
35
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
36
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
37
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
38
|
-
name: string;
|
|
39
|
-
}
|
package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
-
/**
|
|
3
|
-
* @example
|
|
4
|
-
* {
|
|
5
|
-
* chatHistory: [{
|
|
6
|
-
* role: "user",
|
|
7
|
-
* timeInCallSecs: 1
|
|
8
|
-
* }],
|
|
9
|
-
* successCondition: "success_condition",
|
|
10
|
-
* successExamples: [{
|
|
11
|
-
* response: "response",
|
|
12
|
-
* type: "success"
|
|
13
|
-
* }],
|
|
14
|
-
* failureExamples: [{
|
|
15
|
-
* response: "response",
|
|
16
|
-
* type: "failure"
|
|
17
|
-
* }],
|
|
18
|
-
* name: "name"
|
|
19
|
-
* }
|
|
20
|
-
*/
|
|
21
|
-
export interface UpdateUnitTestRequest {
|
|
22
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
23
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
24
|
-
successCondition: string;
|
|
25
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
26
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
27
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
28
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
29
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
30
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
|
|
31
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
32
|
-
checkAnyToolMatches?: boolean;
|
|
33
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
34
|
-
dynamicVariables?: Record<string, ElevenLabs.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue | undefined>;
|
|
35
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
36
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
37
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
38
|
-
name: string;
|
|
39
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type CreateUnitTestRequestDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type UpdateUnitTestRequestDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../index";
|
|
2
|
-
export interface GetUnitTestResponseModel {
|
|
3
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
4
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
5
|
-
successCondition: string;
|
|
6
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
7
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
8
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
9
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
10
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
11
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
|
|
12
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
13
|
-
checkAnyToolMatches?: boolean;
|
|
14
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
15
|
-
dynamicVariables?: Record<string, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue | undefined>;
|
|
16
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
17
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
18
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
19
|
-
id: string;
|
|
20
|
-
name: string;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type GetUnitTestResponseModelDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../index";
|
|
2
|
-
/**
|
|
3
|
-
* A test case for evaluating the agent's response to a specific chat scenario.
|
|
4
|
-
*/
|
|
5
|
-
export interface UnitTestCommonModel {
|
|
6
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
7
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
8
|
-
successCondition: string;
|
|
9
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
10
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
11
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
12
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
13
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
14
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
|
|
15
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
16
|
-
checkAnyToolMatches?: boolean;
|
|
17
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
18
|
-
dynamicVariables?: Record<string, ElevenLabs.UnitTestCommonModelDynamicVariablesValue | undefined>;
|
|
19
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
20
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
21
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type UnitTestCommonModelDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
-
/**
|
|
3
|
-
* @example
|
|
4
|
-
* {
|
|
5
|
-
* chatHistory: [{
|
|
6
|
-
* role: "user",
|
|
7
|
-
* timeInCallSecs: 1
|
|
8
|
-
* }],
|
|
9
|
-
* successCondition: "success_condition",
|
|
10
|
-
* successExamples: [{
|
|
11
|
-
* response: "response",
|
|
12
|
-
* type: "success"
|
|
13
|
-
* }],
|
|
14
|
-
* failureExamples: [{
|
|
15
|
-
* response: "response",
|
|
16
|
-
* type: "failure"
|
|
17
|
-
* }],
|
|
18
|
-
* name: "name"
|
|
19
|
-
* }
|
|
20
|
-
*/
|
|
21
|
-
export interface CreateUnitTestRequest {
|
|
22
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
23
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
24
|
-
successCondition: string;
|
|
25
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
26
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
27
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
28
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
29
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
30
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
|
|
31
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
32
|
-
checkAnyToolMatches?: boolean;
|
|
33
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
34
|
-
dynamicVariables?: Record<string, ElevenLabs.conversationalAi.CreateUnitTestRequestDynamicVariablesValue | undefined>;
|
|
35
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
36
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
37
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
38
|
-
name: string;
|
|
39
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
-
/**
|
|
3
|
-
* @example
|
|
4
|
-
* {
|
|
5
|
-
* chatHistory: [{
|
|
6
|
-
* role: "user",
|
|
7
|
-
* timeInCallSecs: 1
|
|
8
|
-
* }],
|
|
9
|
-
* successCondition: "success_condition",
|
|
10
|
-
* successExamples: [{
|
|
11
|
-
* response: "response",
|
|
12
|
-
* type: "success"
|
|
13
|
-
* }],
|
|
14
|
-
* failureExamples: [{
|
|
15
|
-
* response: "response",
|
|
16
|
-
* type: "failure"
|
|
17
|
-
* }],
|
|
18
|
-
* name: "name"
|
|
19
|
-
* }
|
|
20
|
-
*/
|
|
21
|
-
export interface UpdateUnitTestRequest {
|
|
22
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
23
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
24
|
-
successCondition: string;
|
|
25
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
26
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
27
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
28
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
29
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
30
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
|
|
31
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
32
|
-
checkAnyToolMatches?: boolean;
|
|
33
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
34
|
-
dynamicVariables?: Record<string, ElevenLabs.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue | undefined>;
|
|
35
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
36
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
37
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
38
|
-
name: string;
|
|
39
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type CreateUnitTestRequestDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type UpdateUnitTestRequestDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../index";
|
|
2
|
-
export interface GetUnitTestResponseModel {
|
|
3
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
4
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
5
|
-
successCondition: string;
|
|
6
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
7
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
8
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
9
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
10
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
11
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
|
|
12
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
13
|
-
checkAnyToolMatches?: boolean;
|
|
14
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
15
|
-
dynamicVariables?: Record<string, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue | undefined>;
|
|
16
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
17
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
18
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
19
|
-
id: string;
|
|
20
|
-
name: string;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type GetUnitTestResponseModelDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../index";
|
|
2
|
-
/**
|
|
3
|
-
* A test case for evaluating the agent's response to a specific chat scenario.
|
|
4
|
-
*/
|
|
5
|
-
export interface UnitTestCommonModel {
|
|
6
|
-
chatHistory: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
7
|
-
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
8
|
-
successCondition: string;
|
|
9
|
-
/** Non-empty list of example responses that should be considered successful */
|
|
10
|
-
successExamples: ElevenLabs.AgentSuccessfulResponseExample[];
|
|
11
|
-
/** Non-empty list of example responses that should be considered failures */
|
|
12
|
-
failureExamples: ElevenLabs.AgentFailureResponseExample[];
|
|
13
|
-
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
14
|
-
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
|
|
15
|
-
/** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
|
|
16
|
-
checkAnyToolMatches?: boolean;
|
|
17
|
-
/** Dynamic variables to replace in the agent config during testing */
|
|
18
|
-
dynamicVariables?: Record<string, ElevenLabs.UnitTestCommonModelDynamicVariablesValue | undefined>;
|
|
19
|
-
type?: ElevenLabs.UnitTestCommonModelType;
|
|
20
|
-
/** Metadata of a conversation this test was created from (if applicable). */
|
|
21
|
-
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type UnitTestCommonModelDynamicVariablesValue = string | number | number | boolean;
|
|
@@ -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
|
-
}
|