@elevenlabs/elevenlabs-js 2.11.0 → 2.12.1
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/Client.js +2 -2
- package/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/client/Client.js +25 -20
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +18 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +80 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +5 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/index.js +4 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
- package/api/resources/pronunciationDictionaries/client/Client.js +90 -16
- package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
- package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/Client.d.ts +2 -2
- package/api/resources/textToDialogue/client/Client.js +2 -2
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
- package/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
- package/api/types/AgentFailureResponseExample.d.ts +7 -0
- package/api/types/AgentFailureResponseExample.js +5 -0
- package/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
- package/api/types/AgentSuccessfulResponseExample.js +5 -0
- package/api/types/AgentTestingSettings.d.ts +2 -1
- package/api/types/AttachedTestModel.d.ts +6 -0
- package/api/types/AttachedTestModel.js +5 -0
- package/api/types/ClientEvent.d.ts +2 -1
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
- package/api/types/CreateUnitTestResponseModel.d.ts +6 -0
- package/api/types/CreateUnitTestResponseModel.js +5 -0
- package/api/types/DetailedMusicResponse.d.ts +13 -0
- package/api/types/DetailedMusicResponse.js +5 -0
- package/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
- package/api/types/ExactParameterEvaluationStrategy.js +5 -0
- package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
- package/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
- package/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
- package/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
- package/api/types/GetTestsPageResponseModel.d.ts +9 -0
- package/api/types/GetTestsPageResponseModel.js +5 -0
- package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
- package/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
- package/api/types/GetUnitTestResponseModel.d.ts +19 -0
- package/api/types/GetUnitTestResponseModel.js +5 -0
- package/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
- package/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
- package/api/types/Llm.d.ts +3 -3
- package/api/types/Llm.js +2 -2
- package/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
- package/api/types/LlmParameterEvaluationStrategy.js +5 -0
- package/api/types/MultipartMusicResponse.d.ts +13 -0
- package/api/types/MultipartMusicResponse.js +5 -0
- package/api/types/PendingCancellationResponseModel.d.ts +8 -0
- package/api/types/PendingCancellationResponseModel.js +5 -0
- package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
- package/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
- package/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
- package/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
- package/api/types/ReferencedToolCommonModel.d.ts +13 -0
- package/api/types/ReferencedToolCommonModel.js +5 -0
- package/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
- package/api/types/RegexParameterEvaluationStrategy.js +5 -0
- package/api/types/SingleTestRunRequestModel.d.ts +7 -0
- package/api/types/SingleTestRunRequestModel.js +5 -0
- package/api/types/SongMetadata.d.ts +15 -0
- package/api/types/SongMetadata.js +5 -0
- package/api/types/Subscription.d.ts +2 -0
- package/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
- package/api/types/TestConditionRationaleCommonModel.js +5 -0
- package/api/types/TestConditionResultCommonModel.d.ts +8 -0
- package/api/types/TestConditionResultCommonModel.js +5 -0
- package/api/types/TestRunStatus.d.ts +9 -0
- package/api/types/TestRunStatus.js +11 -0
- package/api/types/TestToolResultModel.d.ts +7 -0
- package/api/types/TestToolResultModel.js +5 -0
- package/api/types/TestsFeatureUsageCommonModel.d.ts +8 -0
- package/api/types/TestsFeatureUsageCommonModel.js +5 -0
- package/api/types/UnitTestRunResponseModel.d.ts +14 -0
- package/api/types/UnitTestRunResponseModel.js +5 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
- package/api/types/UnitTestSummaryResponseModel.js +5 -0
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
- package/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
- package/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
- package/api/types/UnitTestToolCallParameter.d.ts +8 -0
- package/api/types/UnitTestToolCallParameter.js +5 -0
- package/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
- package/api/types/UnitTestToolCallParameterEval.js +5 -0
- package/api/types/WebhookAuthMethodType.d.ts +2 -1
- package/api/types/WebhookAuthMethodType.js +1 -0
- package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
- package/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
- package/api/types/WorkspaceResourceType.d.ts +1 -2
- package/api/types/WorkspaceResourceType.js +0 -1
- package/api/types/index.d.ts +34 -0
- package/api/types/index.js +34 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/client/Client.js +25 -20
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +80 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/index.js +4 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +90 -16
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/Client.d.ts +2 -2
- package/dist/api/resources/textToDialogue/client/Client.js +2 -2
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
- package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
- package/dist/api/types/AgentFailureResponseExample.d.ts +7 -0
- package/dist/api/types/AgentFailureResponseExample.js +5 -0
- package/dist/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
- package/dist/api/types/AgentSuccessfulResponseExample.js +5 -0
- package/dist/api/types/AgentTestingSettings.d.ts +2 -1
- package/dist/api/types/AttachedTestModel.d.ts +6 -0
- package/dist/api/types/AttachedTestModel.js +5 -0
- package/dist/api/types/ClientEvent.d.ts +2 -1
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
- package/dist/api/types/CreateUnitTestResponseModel.d.ts +6 -0
- package/dist/api/types/CreateUnitTestResponseModel.js +5 -0
- package/dist/api/types/DetailedMusicResponse.d.ts +13 -0
- package/dist/api/types/DetailedMusicResponse.js +5 -0
- package/dist/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
- package/dist/api/types/ExactParameterEvaluationStrategy.js +5 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
- package/dist/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
- package/dist/api/types/GetTestsPageResponseModel.d.ts +9 -0
- package/dist/api/types/GetTestsPageResponseModel.js +5 -0
- package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
- package/dist/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
- package/dist/api/types/GetUnitTestResponseModel.d.ts +19 -0
- package/dist/api/types/GetUnitTestResponseModel.js +5 -0
- package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
- package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
- package/dist/api/types/Llm.d.ts +3 -3
- package/dist/api/types/Llm.js +2 -2
- package/dist/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
- package/dist/api/types/LlmParameterEvaluationStrategy.js +5 -0
- package/dist/api/types/MultipartMusicResponse.d.ts +13 -0
- package/dist/api/types/MultipartMusicResponse.js +5 -0
- package/dist/api/types/PendingCancellationResponseModel.d.ts +8 -0
- package/dist/api/types/PendingCancellationResponseModel.js +5 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
- package/dist/api/types/ReferencedToolCommonModel.d.ts +13 -0
- package/dist/api/types/ReferencedToolCommonModel.js +5 -0
- package/dist/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
- package/dist/api/types/RegexParameterEvaluationStrategy.js +5 -0
- package/dist/api/types/SingleTestRunRequestModel.d.ts +7 -0
- package/dist/api/types/SingleTestRunRequestModel.js +5 -0
- package/dist/api/types/SongMetadata.d.ts +15 -0
- package/dist/api/types/SongMetadata.js +5 -0
- package/dist/api/types/Subscription.d.ts +2 -0
- package/dist/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
- package/dist/api/types/TestConditionRationaleCommonModel.js +5 -0
- package/dist/api/types/TestConditionResultCommonModel.d.ts +8 -0
- package/dist/api/types/TestConditionResultCommonModel.js +5 -0
- package/dist/api/types/TestRunStatus.d.ts +9 -0
- package/dist/api/types/TestRunStatus.js +11 -0
- package/dist/api/types/TestToolResultModel.d.ts +7 -0
- package/dist/api/types/TestToolResultModel.js +5 -0
- package/dist/api/types/TestsFeatureUsageCommonModel.d.ts +8 -0
- package/dist/api/types/TestsFeatureUsageCommonModel.js +5 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +14 -0
- package/dist/api/types/UnitTestRunResponseModel.js +5 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
- package/dist/api/types/UnitTestSummaryResponseModel.js +5 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
- package/dist/api/types/UnitTestToolCallParameter.d.ts +8 -0
- package/dist/api/types/UnitTestToolCallParameter.js +5 -0
- package/dist/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
- package/dist/api/types/UnitTestToolCallParameterEval.js +5 -0
- package/dist/api/types/WebhookAuthMethodType.d.ts +2 -1
- package/dist/api/types/WebhookAuthMethodType.js +1 -0
- package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
- package/dist/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +1 -2
- package/dist/api/types/WorkspaceResourceType.js +0 -1
- package/dist/api/types/index.d.ts +34 -0
- package/dist/api/types/index.js +34 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +46 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +4 -1
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
- package/dist/serialization/types/AgentFailureResponseExample.d.ts +13 -0
- package/dist/serialization/types/AgentFailureResponseExample.js +44 -0
- package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
- package/dist/serialization/types/AgentSuccessfulResponseExample.js +44 -0
- package/dist/serialization/types/AgentTestingSettings.d.ts +2 -1
- package/dist/serialization/types/AgentTestingSettings.js +2 -1
- package/dist/serialization/types/AttachedTestModel.d.ts +12 -0
- package/dist/serialization/types/AttachedTestModel.js +43 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
- package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
- package/dist/serialization/types/CreateUnitTestResponseModel.js +43 -0
- package/dist/serialization/types/DetailedMusicResponse.d.ts +15 -0
- package/dist/serialization/types/DetailedMusicResponse.js +46 -0
- package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
- package/dist/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +4 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +4 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
- package/dist/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
- package/dist/serialization/types/GetTestsPageResponseModel.js +46 -0
- package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
- package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +57 -0
- package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
- package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +2 -2
- package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
- package/dist/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
- package/dist/serialization/types/MultipartMusicResponse.d.ts +14 -0
- package/dist/serialization/types/MultipartMusicResponse.js +45 -0
- package/dist/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
- package/dist/serialization/types/PendingCancellationResponseModel.js +44 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
- package/dist/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
- package/dist/serialization/types/ReferencedToolCommonModel.js +45 -0
- package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
- package/dist/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
- package/dist/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
- package/dist/serialization/types/SingleTestRunRequestModel.js +43 -0
- package/dist/serialization/types/SongMetadata.d.ts +16 -0
- package/dist/serialization/types/SongMetadata.js +47 -0
- package/dist/serialization/types/Subscription.d.ts +2 -0
- package/dist/serialization/types/Subscription.js +2 -0
- package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
- package/dist/serialization/types/TestConditionRationaleCommonModel.js +44 -0
- package/dist/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
- package/dist/serialization/types/TestConditionResultCommonModel.js +46 -0
- package/dist/serialization/types/TestRunStatus.d.ts +10 -0
- package/dist/serialization/types/TestRunStatus.js +41 -0
- package/dist/serialization/types/TestToolResultModel.d.ts +13 -0
- package/dist/serialization/types/TestToolResultModel.js +44 -0
- package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +14 -0
- package/dist/serialization/types/TestsFeatureUsageCommonModel.js +45 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +22 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +53 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +48 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
- package/dist/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
- package/dist/serialization/types/UnitTestToolCallParameter.js +45 -0
- package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
- package/dist/serialization/types/UnitTestToolCallParameterEval.js +53 -0
- package/dist/serialization/types/WebhookAuthMethodType.d.ts +1 -1
- package/dist/serialization/types/WebhookAuthMethodType.js +1 -1
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +0 -1
- package/dist/serialization/types/index.d.ts +34 -0
- package/dist/serialization/types/index.js +34 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +801 -82
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +46 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/index.js +4 -1
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
- package/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
- package/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
- package/serialization/types/AgentFailureResponseExample.d.ts +13 -0
- package/serialization/types/AgentFailureResponseExample.js +44 -0
- package/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
- package/serialization/types/AgentSuccessfulResponseExample.js +44 -0
- package/serialization/types/AgentTestingSettings.d.ts +2 -1
- package/serialization/types/AgentTestingSettings.js +2 -1
- package/serialization/types/AttachedTestModel.d.ts +12 -0
- package/serialization/types/AttachedTestModel.js +43 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
- package/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
- package/serialization/types/CreateUnitTestResponseModel.js +43 -0
- package/serialization/types/DetailedMusicResponse.d.ts +15 -0
- package/serialization/types/DetailedMusicResponse.js +46 -0
- package/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
- package/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
- package/serialization/types/FeaturesUsageCommonModel.d.ts +4 -0
- package/serialization/types/FeaturesUsageCommonModel.js +4 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
- package/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
- package/serialization/types/GetTestsPageResponseModel.js +46 -0
- package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
- package/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
- package/serialization/types/GetUnitTestResponseModel.js +57 -0
- package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
- package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +2 -2
- package/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
- package/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
- package/serialization/types/MultipartMusicResponse.d.ts +14 -0
- package/serialization/types/MultipartMusicResponse.js +45 -0
- package/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
- package/serialization/types/PendingCancellationResponseModel.js +44 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
- package/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
- package/serialization/types/ReferencedToolCommonModel.js +45 -0
- package/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
- package/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
- package/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
- package/serialization/types/SingleTestRunRequestModel.js +43 -0
- package/serialization/types/SongMetadata.d.ts +16 -0
- package/serialization/types/SongMetadata.js +47 -0
- package/serialization/types/Subscription.d.ts +2 -0
- package/serialization/types/Subscription.js +2 -0
- package/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
- package/serialization/types/TestConditionRationaleCommonModel.js +44 -0
- package/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
- package/serialization/types/TestConditionResultCommonModel.js +46 -0
- package/serialization/types/TestRunStatus.d.ts +10 -0
- package/serialization/types/TestRunStatus.js +41 -0
- package/serialization/types/TestToolResultModel.d.ts +13 -0
- package/serialization/types/TestToolResultModel.js +44 -0
- package/serialization/types/TestsFeatureUsageCommonModel.d.ts +14 -0
- package/serialization/types/TestsFeatureUsageCommonModel.js +45 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +22 -0
- package/serialization/types/UnitTestRunResponseModel.js +53 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +48 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
- package/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
- package/serialization/types/UnitTestToolCallParameter.js +45 -0
- package/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
- package/serialization/types/UnitTestToolCallParameterEval.js +53 -0
- package/serialization/types/WebhookAuthMethodType.d.ts +1 -1
- package/serialization/types/WebhookAuthMethodType.js +1 -1
- package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
- package/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +0 -1
- package/serialization/types/index.d.ts +34 -0
- package/serialization/types/index.js +34 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface TestConditionResultCommonModel {
|
|
6
|
+
result: ElevenLabs.EvaluationSuccessResult;
|
|
7
|
+
rationale?: ElevenLabs.TestConditionRationaleCommonModel;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type TestRunStatus = "pending" | "passed" | "failed";
|
|
5
|
+
export declare const TestRunStatus: {
|
|
6
|
+
readonly Pending: "pending";
|
|
7
|
+
readonly Passed: "passed";
|
|
8
|
+
readonly Failed: "failed";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TestRunStatus = void 0;
|
|
7
|
+
exports.TestRunStatus = {
|
|
8
|
+
Pending: "pending",
|
|
9
|
+
Passed: "passed",
|
|
10
|
+
Failed: "failed",
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface UnitTestRunResponseModel {
|
|
6
|
+
testRunId: string;
|
|
7
|
+
testInvocationId: string;
|
|
8
|
+
agentId: string;
|
|
9
|
+
status: ElevenLabs.TestRunStatus;
|
|
10
|
+
agentResponses?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
11
|
+
testId: string;
|
|
12
|
+
conditionResult?: ElevenLabs.TestConditionResultCommonModel;
|
|
13
|
+
lastUpdatedAtUnix?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface UnitTestSummaryResponseModel {
|
|
6
|
+
/** The ID of the test */
|
|
7
|
+
id: string;
|
|
8
|
+
/** Name of the test */
|
|
9
|
+
name: string;
|
|
10
|
+
/** The access information of the test */
|
|
11
|
+
accessInfo?: ElevenLabs.ResourceAccessInfo;
|
|
12
|
+
/** Creation time of the test in unix seconds */
|
|
13
|
+
createdAtUnixSecs: number;
|
|
14
|
+
/** Last update time of the test in unix seconds */
|
|
15
|
+
lastUpdatedAtUnixSecs: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface UnitTestToolCallEvaluationModelInput {
|
|
6
|
+
/** Parameters to evaluate for the agent's tool call. If empty, the tool call parameters are not evaluated. */
|
|
7
|
+
parameters?: ElevenLabs.UnitTestToolCallParameter[];
|
|
8
|
+
/** The tool to evaluate a call against. */
|
|
9
|
+
referencedTool: ElevenLabs.ReferencedToolCommonModel;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface UnitTestToolCallEvaluationModelOutput {
|
|
6
|
+
/** Parameters to evaluate for the agent's tool call. If empty, the tool call parameters are not evaluated. */
|
|
7
|
+
parameters?: ElevenLabs.UnitTestToolCallParameter[];
|
|
8
|
+
/** The tool to evaluate a call against. */
|
|
9
|
+
referencedTool: ElevenLabs.ReferencedToolCommonModel;
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export type UnitTestToolCallParameterEval = ElevenLabs.UnitTestToolCallParameterEval.Exact | ElevenLabs.UnitTestToolCallParameterEval.Llm | ElevenLabs.UnitTestToolCallParameterEval.Regex;
|
|
6
|
+
export declare namespace UnitTestToolCallParameterEval {
|
|
7
|
+
interface Exact extends ElevenLabs.ExactParameterEvaluationStrategy {
|
|
8
|
+
type: "exact";
|
|
9
|
+
}
|
|
10
|
+
interface Llm extends ElevenLabs.LlmParameterEvaluationStrategy {
|
|
11
|
+
type: "llm";
|
|
12
|
+
}
|
|
13
|
+
interface Regex extends ElevenLabs.RegexParameterEvaluationStrategy {
|
|
14
|
+
type: "regex";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type WebhookAuthMethodType = "hmac" | "oauth2";
|
|
4
|
+
export type WebhookAuthMethodType = "hmac" | "oauth2" | "mtls";
|
|
5
5
|
export declare const WebhookAuthMethodType: {
|
|
6
6
|
readonly Hmac: "hmac";
|
|
7
7
|
readonly Oauth2: "oauth2";
|
|
8
|
+
readonly Mtls: "mtls";
|
|
8
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type WorkspaceApiKeyResponseModelPermissionsItem = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "models_read" | "models_write" | "voices_read" | "voices_write" | "speech_history_read" | "speech_history_write" | "sound_generation" | "audio_isolation" | "voice_generation" | "dubbing_read" | "dubbing_write" | "pronunciation_dictionaries_read" | "pronunciation_dictionaries_write" | "user_read" | "user_write" | "projects_read" | "projects_write" | "audio_native_read" | "audio_native_write" | "workspace_read" | "workspace_write" | "forced_alignment";
|
|
4
|
+
export type WorkspaceApiKeyResponseModelPermissionsItem = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "models_read" | "models_write" | "voices_read" | "voices_write" | "speech_history_read" | "speech_history_write" | "sound_generation" | "audio_isolation" | "voice_generation" | "dubbing_read" | "dubbing_write" | "pronunciation_dictionaries_read" | "pronunciation_dictionaries_write" | "user_read" | "user_write" | "projects_read" | "projects_write" | "audio_native_read" | "audio_native_write" | "workspace_read" | "workspace_write" | "forced_alignment" | "convai_read" | "convai_write" | "music_generation";
|
|
5
5
|
export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
|
|
6
6
|
readonly TextToSpeech: "text_to_speech";
|
|
7
7
|
readonly SpeechToSpeech: "speech_to_speech";
|
|
@@ -28,4 +28,7 @@ export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
|
|
|
28
28
|
readonly WorkspaceRead: "workspace_read";
|
|
29
29
|
readonly WorkspaceWrite: "workspace_write";
|
|
30
30
|
readonly ForcedAlignment: "forced_alignment";
|
|
31
|
+
readonly ConvaiRead: "convai_read";
|
|
32
|
+
readonly ConvaiWrite: "convai_write";
|
|
33
|
+
readonly MusicGeneration: "music_generation";
|
|
31
34
|
};
|
|
@@ -30,4 +30,7 @@ exports.WorkspaceApiKeyResponseModelPermissionsItem = {
|
|
|
30
30
|
WorkspaceRead: "workspace_read",
|
|
31
31
|
WorkspaceWrite: "workspace_write",
|
|
32
32
|
ForcedAlignment: "forced_alignment",
|
|
33
|
+
ConvaiRead: "convai_read",
|
|
34
|
+
ConvaiWrite: "convai_write",
|
|
35
|
+
MusicGeneration: "music_generation",
|
|
33
36
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* Resource types that can be shared in the workspace. The name always need to match the collection names
|
|
6
6
|
*/
|
|
7
|
-
export type WorkspaceResourceType = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "
|
|
7
|
+
export type WorkspaceResourceType = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations";
|
|
8
8
|
export declare const WorkspaceResourceType: {
|
|
9
9
|
readonly Voice: "voice";
|
|
10
10
|
readonly VoiceCollection: "voice_collection";
|
|
@@ -17,7 +17,6 @@ export declare const WorkspaceResourceType: {
|
|
|
17
17
|
readonly ConvaiSettings: "convai_settings";
|
|
18
18
|
readonly ConvaiSecrets: "convai_secrets";
|
|
19
19
|
readonly WorkspaceAuthConnections: "workspace_auth_connections";
|
|
20
|
-
readonly MusicLatent: "music_latent";
|
|
21
20
|
readonly ConvaiPhoneNumbers: "convai_phone_numbers";
|
|
22
21
|
readonly ConvaiMcpServers: "convai_mcp_servers";
|
|
23
22
|
readonly ConvaiBatchCalls: "convai_batch_calls";
|
|
@@ -16,7 +16,6 @@ exports.WorkspaceResourceType = {
|
|
|
16
16
|
ConvaiSettings: "convai_settings",
|
|
17
17
|
ConvaiSecrets: "convai_secrets",
|
|
18
18
|
WorkspaceAuthConnections: "workspace_auth_connections",
|
|
19
|
-
MusicLatent: "music_latent",
|
|
20
19
|
ConvaiPhoneNumbers: "convai_phone_numbers",
|
|
21
20
|
ConvaiMcpServers: "convai_mcp_servers",
|
|
22
21
|
ConvaiBatchCalls: "convai_batch_calls",
|
package/api/types/index.d.ts
CHANGED
|
@@ -14,14 +14,17 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
|
|
|
14
14
|
export * from "./AddWorkspaceInviteResponseModel";
|
|
15
15
|
export * from "./AdditionalFormatResponseModel";
|
|
16
16
|
export * from "./AdditionalFormats";
|
|
17
|
+
export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
17
18
|
export * from "./AgentCallLimits";
|
|
18
19
|
export * from "./AgentConfig";
|
|
19
20
|
export * from "./AgentConfigOverride";
|
|
20
21
|
export * from "./AgentConfigOverrideConfig";
|
|
22
|
+
export * from "./AgentFailureResponseExample";
|
|
21
23
|
export * from "./AgentMetadataResponseModel";
|
|
22
24
|
export * from "./AgentPlatformSettingsRequestModel";
|
|
23
25
|
export * from "./AgentPlatformSettingsResponseModel";
|
|
24
26
|
export * from "./AgentSimulatedChatTestResponseModel";
|
|
27
|
+
export * from "./AgentSuccessfulResponseExample";
|
|
25
28
|
export * from "./AgentSummaryResponseModel";
|
|
26
29
|
export * from "./AgentTestingSettings";
|
|
27
30
|
export * from "./AgentTransfer";
|
|
@@ -32,6 +35,7 @@ export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
|
32
35
|
export * from "./ArrayJsonSchemaPropertyInput";
|
|
33
36
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
34
37
|
export * from "./ArrayJsonSchemaPropertyOutput";
|
|
38
|
+
export * from "./AttachedTestModel";
|
|
35
39
|
export * from "./AudioNativeCreateProjectResponseModel";
|
|
36
40
|
export * from "./AudioNativeEditContentResponseModel";
|
|
37
41
|
export * from "./AudioNativeProjectSettingsResponseModelStatus";
|
|
@@ -170,6 +174,7 @@ export * from "./CreatePhoneNumberResponseModel";
|
|
|
170
174
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
171
175
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
172
176
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
177
|
+
export * from "./CreateUnitTestResponseModel";
|
|
173
178
|
export * from "./CustomLlmRequestHeadersValue";
|
|
174
179
|
export * from "./CustomLlm";
|
|
175
180
|
export * from "./DashboardCallSuccessChartModel";
|
|
@@ -193,6 +198,7 @@ export * from "./DependentAvailableToolIdentifier";
|
|
|
193
198
|
export * from "./DependentPhoneNumberIdentifier";
|
|
194
199
|
export * from "./DependentUnknownAgentIdentifier";
|
|
195
200
|
export * from "./DependentUnknownToolIdentifier";
|
|
201
|
+
export * from "./DetailedMusicResponse";
|
|
196
202
|
export * from "./DialogueInput";
|
|
197
203
|
export * from "./DialogueInputResponseModel";
|
|
198
204
|
export * from "./DoDubbingResponse";
|
|
@@ -219,10 +225,12 @@ export * from "./EndCallToolConfig";
|
|
|
219
225
|
export * from "./EndCallToolResultModel";
|
|
220
226
|
export * from "./EvaluationSettings";
|
|
221
227
|
export * from "./EvaluationSuccessResult";
|
|
228
|
+
export * from "./ExactParameterEvaluationStrategy";
|
|
222
229
|
export * from "./ExportOptions";
|
|
223
230
|
export * from "./ExtendedSubscriptionResponseModelCurrency";
|
|
224
231
|
export * from "./ExtendedSubscriptionResponseModelBillingPeriod";
|
|
225
232
|
export * from "./ExtendedSubscriptionResponseModelCharacterRefreshPeriod";
|
|
233
|
+
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
226
234
|
export * from "./Subscription";
|
|
227
235
|
export * from "./FeatureStatusCommonModel";
|
|
228
236
|
export * from "./FeaturesUsageCommonModel";
|
|
@@ -269,8 +277,13 @@ export * from "./GetPronunciationDictionariesMetadataResponseModel";
|
|
|
269
277
|
export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
|
|
270
278
|
export * from "./GetPronunciationDictionaryMetadataResponse";
|
|
271
279
|
export * from "./GetSpeechHistoryResponse";
|
|
280
|
+
export * from "./GetTestSuiteInvocationResponseModel";
|
|
281
|
+
export * from "./GetTestsPageResponseModel";
|
|
282
|
+
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
272
283
|
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
273
284
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
285
|
+
export * from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
286
|
+
export * from "./GetUnitTestResponseModel";
|
|
274
287
|
export * from "./GetVoicesResponse";
|
|
275
288
|
export * from "./GetVoicesV2Response";
|
|
276
289
|
export * from "./GetWorkspaceSecretsResponseModel";
|
|
@@ -289,6 +302,7 @@ export * from "./KnowledgeBaseLocator";
|
|
|
289
302
|
export * from "./Llm";
|
|
290
303
|
export * from "./LlmCategoryUsage";
|
|
291
304
|
export * from "./LlmInputOutputTokensUsage";
|
|
305
|
+
export * from "./LlmParameterEvaluationStrategy";
|
|
292
306
|
export * from "./LlmTokensCategoryUsage";
|
|
293
307
|
export * from "./LlmUsageInput";
|
|
294
308
|
export * from "./LlmUsageOutput";
|
|
@@ -335,6 +349,7 @@ export * from "./ModerationStatusResponseModelSafetyStatus";
|
|
|
335
349
|
export * from "./ModerationStatusResponseModelWarningStatus";
|
|
336
350
|
export * from "./ModerationStatusResponseModel";
|
|
337
351
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
352
|
+
export * from "./MultipartMusicResponse";
|
|
338
353
|
export * from "./MusicPrompt";
|
|
339
354
|
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
340
355
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
@@ -345,6 +360,9 @@ export * from "./OutboundCallRecipient";
|
|
|
345
360
|
export * from "./OutboundCallRecipientResponseModel";
|
|
346
361
|
export * from "./OutboundSipTrunkConfigRequestModel";
|
|
347
362
|
export * from "./PdfExportOptions";
|
|
363
|
+
export * from "./PendingCancellationResponseModel";
|
|
364
|
+
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
365
|
+
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
348
366
|
export * from "./PhoneNumberAgentInfo";
|
|
349
367
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
350
368
|
export * from "./PhoneNumberTransfer";
|
|
@@ -409,6 +427,8 @@ export * from "./RagRetrievalInfo";
|
|
|
409
427
|
export * from "./ReaderResourceResponseModelResourceType";
|
|
410
428
|
export * from "./ReaderResourceResponseModel";
|
|
411
429
|
export * from "./RecordingResponse";
|
|
430
|
+
export * from "./ReferencedToolCommonModel";
|
|
431
|
+
export * from "./RegexParameterEvaluationStrategy";
|
|
412
432
|
export * from "./RenderStatus";
|
|
413
433
|
export * from "./Render";
|
|
414
434
|
export * from "./RenderType";
|
|
@@ -440,8 +460,10 @@ export * from "./ShareOptionResponseModel";
|
|
|
440
460
|
export * from "./SimilarVoiceCategory";
|
|
441
461
|
export * from "./SimilarVoice";
|
|
442
462
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
463
|
+
export * from "./SingleTestRunRequestModel";
|
|
443
464
|
export * from "./SkipTurnToolConfig";
|
|
444
465
|
export * from "./SkipTurnToolResponseModel";
|
|
466
|
+
export * from "./SongMetadata";
|
|
445
467
|
export * from "./SongSection";
|
|
446
468
|
export * from "./SpeakerAudioResponseModel";
|
|
447
469
|
export * from "./SpeakerResponseModel";
|
|
@@ -483,6 +505,11 @@ export * from "./TtsModelFamily";
|
|
|
483
505
|
export * from "./TtsOptimizeStreamingLatency";
|
|
484
506
|
export * from "./TtsOutputFormat";
|
|
485
507
|
export * from "./TelephonyProvider";
|
|
508
|
+
export * from "./TestConditionRationaleCommonModel";
|
|
509
|
+
export * from "./TestConditionResultCommonModel";
|
|
510
|
+
export * from "./TestRunStatus";
|
|
511
|
+
export * from "./TestToolResultModel";
|
|
512
|
+
export * from "./TestsFeatureUsageCommonModel";
|
|
486
513
|
export * from "./TokenResponseModel";
|
|
487
514
|
export * from "./Tool";
|
|
488
515
|
export * from "./ToolAnnotations";
|
|
@@ -508,6 +535,12 @@ export * from "./TurnMode";
|
|
|
508
535
|
export * from "./TwilioOutboundCallResponse";
|
|
509
536
|
export * from "./TxtExportOptions";
|
|
510
537
|
export * from "./UrlAvatar";
|
|
538
|
+
export * from "./UnitTestRunResponseModel";
|
|
539
|
+
export * from "./UnitTestSummaryResponseModel";
|
|
540
|
+
export * from "./UnitTestToolCallEvaluationModelInput";
|
|
541
|
+
export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
542
|
+
export * from "./UnitTestToolCallParameterEval";
|
|
543
|
+
export * from "./UnitTestToolCallParameter";
|
|
511
544
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
512
545
|
export * from "./UsageAggregationInterval";
|
|
513
546
|
export * from "./UsageCharactersResponseModel";
|
|
@@ -560,6 +593,7 @@ export * from "./WidgetLanguagePresetResponse";
|
|
|
560
593
|
export * from "./WidgetPlacement";
|
|
561
594
|
export * from "./WidgetStyles";
|
|
562
595
|
export * from "./WidgetTextContents";
|
|
596
|
+
export * from "./WorkflowFeaturesUsageCommonModel";
|
|
563
597
|
export * from "./WorkflowToolEdgeStepModel";
|
|
564
598
|
export * from "./WorkflowToolMaxIterationsExceededStepModel";
|
|
565
599
|
export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
|
package/api/types/index.js
CHANGED
|
@@ -30,14 +30,17 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
|
|
|
30
30
|
__exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
|
|
31
31
|
__exportStar(require("./AdditionalFormatResponseModel"), exports);
|
|
32
32
|
__exportStar(require("./AdditionalFormats"), exports);
|
|
33
|
+
__exportStar(require("./AdhocAgentConfigOverrideForTestRequestModel"), exports);
|
|
33
34
|
__exportStar(require("./AgentCallLimits"), exports);
|
|
34
35
|
__exportStar(require("./AgentConfig"), exports);
|
|
35
36
|
__exportStar(require("./AgentConfigOverride"), exports);
|
|
36
37
|
__exportStar(require("./AgentConfigOverrideConfig"), exports);
|
|
38
|
+
__exportStar(require("./AgentFailureResponseExample"), exports);
|
|
37
39
|
__exportStar(require("./AgentMetadataResponseModel"), exports);
|
|
38
40
|
__exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
|
|
39
41
|
__exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
|
|
40
42
|
__exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
|
|
43
|
+
__exportStar(require("./AgentSuccessfulResponseExample"), exports);
|
|
41
44
|
__exportStar(require("./AgentSummaryResponseModel"), exports);
|
|
42
45
|
__exportStar(require("./AgentTestingSettings"), exports);
|
|
43
46
|
__exportStar(require("./AgentTransfer"), exports);
|
|
@@ -48,6 +51,7 @@ __exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
|
|
|
48
51
|
__exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
|
|
49
52
|
__exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
|
|
50
53
|
__exportStar(require("./ArrayJsonSchemaPropertyOutput"), exports);
|
|
54
|
+
__exportStar(require("./AttachedTestModel"), exports);
|
|
51
55
|
__exportStar(require("./AudioNativeCreateProjectResponseModel"), exports);
|
|
52
56
|
__exportStar(require("./AudioNativeEditContentResponseModel"), exports);
|
|
53
57
|
__exportStar(require("./AudioNativeProjectSettingsResponseModelStatus"), exports);
|
|
@@ -186,6 +190,7 @@ __exportStar(require("./CreatePhoneNumberResponseModel"), exports);
|
|
|
186
190
|
__exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
|
|
187
191
|
__exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
|
|
188
192
|
__exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
|
|
193
|
+
__exportStar(require("./CreateUnitTestResponseModel"), exports);
|
|
189
194
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
190
195
|
__exportStar(require("./CustomLlm"), exports);
|
|
191
196
|
__exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
@@ -209,6 +214,7 @@ __exportStar(require("./DependentAvailableToolIdentifier"), exports);
|
|
|
209
214
|
__exportStar(require("./DependentPhoneNumberIdentifier"), exports);
|
|
210
215
|
__exportStar(require("./DependentUnknownAgentIdentifier"), exports);
|
|
211
216
|
__exportStar(require("./DependentUnknownToolIdentifier"), exports);
|
|
217
|
+
__exportStar(require("./DetailedMusicResponse"), exports);
|
|
212
218
|
__exportStar(require("./DialogueInput"), exports);
|
|
213
219
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
214
220
|
__exportStar(require("./DoDubbingResponse"), exports);
|
|
@@ -235,10 +241,12 @@ __exportStar(require("./EndCallToolConfig"), exports);
|
|
|
235
241
|
__exportStar(require("./EndCallToolResultModel"), exports);
|
|
236
242
|
__exportStar(require("./EvaluationSettings"), exports);
|
|
237
243
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
244
|
+
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
238
245
|
__exportStar(require("./ExportOptions"), exports);
|
|
239
246
|
__exportStar(require("./ExtendedSubscriptionResponseModelCurrency"), exports);
|
|
240
247
|
__exportStar(require("./ExtendedSubscriptionResponseModelBillingPeriod"), exports);
|
|
241
248
|
__exportStar(require("./ExtendedSubscriptionResponseModelCharacterRefreshPeriod"), exports);
|
|
249
|
+
__exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
|
|
242
250
|
__exportStar(require("./Subscription"), exports);
|
|
243
251
|
__exportStar(require("./FeatureStatusCommonModel"), exports);
|
|
244
252
|
__exportStar(require("./FeaturesUsageCommonModel"), exports);
|
|
@@ -285,8 +293,13 @@ __exportStar(require("./GetPronunciationDictionariesMetadataResponseModel"), exp
|
|
|
285
293
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
|
|
286
294
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
|
|
287
295
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
296
|
+
__exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
|
|
297
|
+
__exportStar(require("./GetTestsPageResponseModel"), exports);
|
|
298
|
+
__exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
|
|
288
299
|
__exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
|
|
289
300
|
__exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
|
|
301
|
+
__exportStar(require("./GetUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
302
|
+
__exportStar(require("./GetUnitTestResponseModel"), exports);
|
|
290
303
|
__exportStar(require("./GetVoicesResponse"), exports);
|
|
291
304
|
__exportStar(require("./GetVoicesV2Response"), exports);
|
|
292
305
|
__exportStar(require("./GetWorkspaceSecretsResponseModel"), exports);
|
|
@@ -305,6 +318,7 @@ __exportStar(require("./KnowledgeBaseLocator"), exports);
|
|
|
305
318
|
__exportStar(require("./Llm"), exports);
|
|
306
319
|
__exportStar(require("./LlmCategoryUsage"), exports);
|
|
307
320
|
__exportStar(require("./LlmInputOutputTokensUsage"), exports);
|
|
321
|
+
__exportStar(require("./LlmParameterEvaluationStrategy"), exports);
|
|
308
322
|
__exportStar(require("./LlmTokensCategoryUsage"), exports);
|
|
309
323
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
310
324
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
@@ -351,6 +365,7 @@ __exportStar(require("./ModerationStatusResponseModelSafetyStatus"), exports);
|
|
|
351
365
|
__exportStar(require("./ModerationStatusResponseModelWarningStatus"), exports);
|
|
352
366
|
__exportStar(require("./ModerationStatusResponseModel"), exports);
|
|
353
367
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
368
|
+
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
354
369
|
__exportStar(require("./MusicPrompt"), exports);
|
|
355
370
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
356
371
|
__exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
@@ -361,6 +376,9 @@ __exportStar(require("./OutboundCallRecipient"), exports);
|
|
|
361
376
|
__exportStar(require("./OutboundCallRecipientResponseModel"), exports);
|
|
362
377
|
__exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
|
|
363
378
|
__exportStar(require("./PdfExportOptions"), exports);
|
|
379
|
+
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
380
|
+
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
381
|
+
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
364
382
|
__exportStar(require("./PhoneNumberAgentInfo"), exports);
|
|
365
383
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
366
384
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
@@ -425,6 +443,8 @@ __exportStar(require("./RagRetrievalInfo"), exports);
|
|
|
425
443
|
__exportStar(require("./ReaderResourceResponseModelResourceType"), exports);
|
|
426
444
|
__exportStar(require("./ReaderResourceResponseModel"), exports);
|
|
427
445
|
__exportStar(require("./RecordingResponse"), exports);
|
|
446
|
+
__exportStar(require("./ReferencedToolCommonModel"), exports);
|
|
447
|
+
__exportStar(require("./RegexParameterEvaluationStrategy"), exports);
|
|
428
448
|
__exportStar(require("./RenderStatus"), exports);
|
|
429
449
|
__exportStar(require("./Render"), exports);
|
|
430
450
|
__exportStar(require("./RenderType"), exports);
|
|
@@ -456,8 +476,10 @@ __exportStar(require("./ShareOptionResponseModel"), exports);
|
|
|
456
476
|
__exportStar(require("./SimilarVoiceCategory"), exports);
|
|
457
477
|
__exportStar(require("./SimilarVoice"), exports);
|
|
458
478
|
__exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
|
|
479
|
+
__exportStar(require("./SingleTestRunRequestModel"), exports);
|
|
459
480
|
__exportStar(require("./SkipTurnToolConfig"), exports);
|
|
460
481
|
__exportStar(require("./SkipTurnToolResponseModel"), exports);
|
|
482
|
+
__exportStar(require("./SongMetadata"), exports);
|
|
461
483
|
__exportStar(require("./SongSection"), exports);
|
|
462
484
|
__exportStar(require("./SpeakerAudioResponseModel"), exports);
|
|
463
485
|
__exportStar(require("./SpeakerResponseModel"), exports);
|
|
@@ -499,6 +521,11 @@ __exportStar(require("./TtsModelFamily"), exports);
|
|
|
499
521
|
__exportStar(require("./TtsOptimizeStreamingLatency"), exports);
|
|
500
522
|
__exportStar(require("./TtsOutputFormat"), exports);
|
|
501
523
|
__exportStar(require("./TelephonyProvider"), exports);
|
|
524
|
+
__exportStar(require("./TestConditionRationaleCommonModel"), exports);
|
|
525
|
+
__exportStar(require("./TestConditionResultCommonModel"), exports);
|
|
526
|
+
__exportStar(require("./TestRunStatus"), exports);
|
|
527
|
+
__exportStar(require("./TestToolResultModel"), exports);
|
|
528
|
+
__exportStar(require("./TestsFeatureUsageCommonModel"), exports);
|
|
502
529
|
__exportStar(require("./TokenResponseModel"), exports);
|
|
503
530
|
__exportStar(require("./Tool"), exports);
|
|
504
531
|
__exportStar(require("./ToolAnnotations"), exports);
|
|
@@ -524,6 +551,12 @@ __exportStar(require("./TurnMode"), exports);
|
|
|
524
551
|
__exportStar(require("./TwilioOutboundCallResponse"), exports);
|
|
525
552
|
__exportStar(require("./TxtExportOptions"), exports);
|
|
526
553
|
__exportStar(require("./UrlAvatar"), exports);
|
|
554
|
+
__exportStar(require("./UnitTestRunResponseModel"), exports);
|
|
555
|
+
__exportStar(require("./UnitTestSummaryResponseModel"), exports);
|
|
556
|
+
__exportStar(require("./UnitTestToolCallEvaluationModelInput"), exports);
|
|
557
|
+
__exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
|
|
558
|
+
__exportStar(require("./UnitTestToolCallParameterEval"), exports);
|
|
559
|
+
__exportStar(require("./UnitTestToolCallParameter"), exports);
|
|
527
560
|
__exportStar(require("./UpdateWorkspaceMemberResponseModel"), exports);
|
|
528
561
|
__exportStar(require("./UsageAggregationInterval"), exports);
|
|
529
562
|
__exportStar(require("./UsageCharactersResponseModel"), exports);
|
|
@@ -576,6 +609,7 @@ __exportStar(require("./WidgetLanguagePresetResponse"), exports);
|
|
|
576
609
|
__exportStar(require("./WidgetPlacement"), exports);
|
|
577
610
|
__exportStar(require("./WidgetStyles"), exports);
|
|
578
611
|
__exportStar(require("./WidgetTextContents"), exports);
|
|
612
|
+
__exportStar(require("./WorkflowFeaturesUsageCommonModel"), exports);
|
|
579
613
|
__exportStar(require("./WorkflowToolEdgeStepModel"), exports);
|
|
580
614
|
__exportStar(require("./WorkflowToolMaxIterationsExceededStepModel"), exports);
|
|
581
615
|
__exportStar(require("./WorkflowToolNestedToolsStepModelInputResultsItem"), exports);
|
package/dist/Client.js
CHANGED
|
@@ -79,8 +79,8 @@ class ElevenLabsClient {
|
|
|
79
79
|
"xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
82
|
-
"X-Fern-SDK-Version": "v2.
|
|
83
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
82
|
+
"X-Fern-SDK-Version": "v2.12.1",
|
|
83
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.12.1",
|
|
84
84
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
85
85
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
86
86
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -7,6 +7,7 @@ import * as ElevenLabs from "../../../index";
|
|
|
7
7
|
import { Conversations } from "../resources/conversations/client/Client";
|
|
8
8
|
import { Twilio } from "../resources/twilio/client/Client";
|
|
9
9
|
import { Agents } from "../resources/agents/client/Client";
|
|
10
|
+
import { Tests } from "../resources/tests/client/Client";
|
|
10
11
|
import { PhoneNumbers } from "../resources/phoneNumbers/client/Client";
|
|
11
12
|
import { LlmUsage } from "../resources/llmUsage/client/Client";
|
|
12
13
|
import { KnowledgeBase } from "../resources/knowledgeBase/client/Client";
|
|
@@ -45,6 +46,7 @@ export declare class ConversationalAi {
|
|
|
45
46
|
protected _conversations: Conversations | undefined;
|
|
46
47
|
protected _twilio: Twilio | undefined;
|
|
47
48
|
protected _agents: Agents | undefined;
|
|
49
|
+
protected _tests: Tests | undefined;
|
|
48
50
|
protected _phoneNumbers: PhoneNumbers | undefined;
|
|
49
51
|
protected _llmUsage: LlmUsage | undefined;
|
|
50
52
|
protected _knowledgeBase: KnowledgeBase | undefined;
|
|
@@ -59,6 +61,7 @@ export declare class ConversationalAi {
|
|
|
59
61
|
get conversations(): Conversations;
|
|
60
62
|
get twilio(): Twilio;
|
|
61
63
|
get agents(): Agents;
|
|
64
|
+
get tests(): Tests;
|
|
62
65
|
get phoneNumbers(): PhoneNumbers;
|
|
63
66
|
get llmUsage(): LlmUsage;
|
|
64
67
|
get knowledgeBase(): KnowledgeBase;
|