@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,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ExactParameterEvaluationStrategy: core.serialization.ObjectSchema<serializers.ExactParameterEvaluationStrategy.Raw, ElevenLabs.ExactParameterEvaluationStrategy>;
|
|
8
|
+
export declare namespace ExactParameterEvaluationStrategy {
|
|
9
|
+
interface Raw {
|
|
10
|
+
expected_value: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ExactParameterEvaluationStrategy = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.ExactParameterEvaluationStrategy = core.serialization.object({
|
|
42
|
+
expectedValue: core.serialization.property("expected_value", core.serialization.string()),
|
|
43
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { PendingSubscriptionSwitchResponseModel } from "./PendingSubscriptionSwitchResponseModel";
|
|
8
|
+
import { PendingCancellationResponseModel } from "./PendingCancellationResponseModel";
|
|
9
|
+
export declare const ExtendedSubscriptionResponseModelPendingChange: core.serialization.Schema<serializers.ExtendedSubscriptionResponseModelPendingChange.Raw, ElevenLabs.ExtendedSubscriptionResponseModelPendingChange>;
|
|
10
|
+
export declare namespace ExtendedSubscriptionResponseModelPendingChange {
|
|
11
|
+
type Raw = PendingSubscriptionSwitchResponseModel.Raw | PendingCancellationResponseModel.Raw;
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ExtendedSubscriptionResponseModelPendingChange = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const PendingSubscriptionSwitchResponseModel_1 = require("./PendingSubscriptionSwitchResponseModel");
|
|
42
|
+
const PendingCancellationResponseModel_1 = require("./PendingCancellationResponseModel");
|
|
43
|
+
exports.ExtendedSubscriptionResponseModelPendingChange = core.serialization.undiscriminatedUnion([PendingSubscriptionSwitchResponseModel_1.PendingSubscriptionSwitchResponseModel, PendingCancellationResponseModel_1.PendingCancellationResponseModel]);
|
|
@@ -5,6 +5,8 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as ElevenLabs from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { FeatureStatusCommonModel } from "./FeatureStatusCommonModel";
|
|
8
|
+
import { WorkflowFeaturesUsageCommonModel } from "./WorkflowFeaturesUsageCommonModel";
|
|
9
|
+
import { TestsFeatureUsageCommonModel } from "./TestsFeatureUsageCommonModel";
|
|
8
10
|
export declare const FeaturesUsageCommonModel: core.serialization.ObjectSchema<serializers.FeaturesUsageCommonModel.Raw, ElevenLabs.FeaturesUsageCommonModel>;
|
|
9
11
|
export declare namespace FeaturesUsageCommonModel {
|
|
10
12
|
interface Raw {
|
|
@@ -19,5 +21,7 @@ export declare namespace FeaturesUsageCommonModel {
|
|
|
19
21
|
tool_dynamic_variable_updates?: FeatureStatusCommonModel.Raw | null;
|
|
20
22
|
is_livekit?: boolean | null;
|
|
21
23
|
voicemail_detection?: FeatureStatusCommonModel.Raw | null;
|
|
24
|
+
workflow?: WorkflowFeaturesUsageCommonModel.Raw | null;
|
|
25
|
+
agent_testing?: TestsFeatureUsageCommonModel.Raw | null;
|
|
22
26
|
}
|
|
23
27
|
}
|
|
@@ -39,6 +39,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.FeaturesUsageCommonModel = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const FeatureStatusCommonModel_1 = require("./FeatureStatusCommonModel");
|
|
42
|
+
const WorkflowFeaturesUsageCommonModel_1 = require("./WorkflowFeaturesUsageCommonModel");
|
|
43
|
+
const TestsFeatureUsageCommonModel_1 = require("./TestsFeatureUsageCommonModel");
|
|
42
44
|
exports.FeaturesUsageCommonModel = core.serialization.object({
|
|
43
45
|
languageDetection: core.serialization.property("language_detection", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
|
|
44
46
|
transferToAgent: core.serialization.property("transfer_to_agent", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
|
|
@@ -51,4 +53,6 @@ exports.FeaturesUsageCommonModel = core.serialization.object({
|
|
|
51
53
|
toolDynamicVariableUpdates: core.serialization.property("tool_dynamic_variable_updates", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
|
|
52
54
|
isLivekit: core.serialization.property("is_livekit", core.serialization.boolean().optional()),
|
|
53
55
|
voicemailDetection: core.serialization.property("voicemail_detection", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
|
|
56
|
+
workflow: WorkflowFeaturesUsageCommonModel_1.WorkflowFeaturesUsageCommonModel.optional(),
|
|
57
|
+
agentTesting: core.serialization.property("agent_testing", TestsFeatureUsageCommonModel_1.TestsFeatureUsageCommonModel.optional()),
|
|
54
58
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { UnitTestRunResponseModel } from "./UnitTestRunResponseModel";
|
|
8
|
+
export declare const GetTestSuiteInvocationResponseModel: core.serialization.ObjectSchema<serializers.GetTestSuiteInvocationResponseModel.Raw, ElevenLabs.GetTestSuiteInvocationResponseModel>;
|
|
9
|
+
export declare namespace GetTestSuiteInvocationResponseModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
created_at?: number | null;
|
|
13
|
+
test_runs: UnitTestRunResponseModel.Raw[];
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetTestSuiteInvocationResponseModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const UnitTestRunResponseModel_1 = require("./UnitTestRunResponseModel");
|
|
42
|
+
exports.GetTestSuiteInvocationResponseModel = core.serialization.object({
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
createdAt: core.serialization.property("created_at", core.serialization.number().optional()),
|
|
45
|
+
testRuns: core.serialization.property("test_runs", core.serialization.list(UnitTestRunResponseModel_1.UnitTestRunResponseModel)),
|
|
46
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { UnitTestSummaryResponseModel } from "./UnitTestSummaryResponseModel";
|
|
8
|
+
export declare const GetTestsPageResponseModel: core.serialization.ObjectSchema<serializers.GetTestsPageResponseModel.Raw, ElevenLabs.GetTestsPageResponseModel>;
|
|
9
|
+
export declare namespace GetTestsPageResponseModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
tests: UnitTestSummaryResponseModel.Raw[];
|
|
12
|
+
next_cursor?: string | null;
|
|
13
|
+
has_more: boolean;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetTestsPageResponseModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const UnitTestSummaryResponseModel_1 = require("./UnitTestSummaryResponseModel");
|
|
42
|
+
exports.GetTestsPageResponseModel = core.serialization.object({
|
|
43
|
+
tests: core.serialization.list(UnitTestSummaryResponseModel_1.UnitTestSummaryResponseModel),
|
|
44
|
+
nextCursor: core.serialization.property("next_cursor", core.serialization.string().optional()),
|
|
45
|
+
hasMore: core.serialization.property("has_more", core.serialization.boolean()),
|
|
46
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { UnitTestSummaryResponseModel } from "./UnitTestSummaryResponseModel";
|
|
8
|
+
export declare const GetTestsSummariesByIdsResponseModel: core.serialization.ObjectSchema<serializers.GetTestsSummariesByIdsResponseModel.Raw, ElevenLabs.GetTestsSummariesByIdsResponseModel>;
|
|
9
|
+
export declare namespace GetTestsSummariesByIdsResponseModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
tests: Record<string, UnitTestSummaryResponseModel.Raw>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetTestsSummariesByIdsResponseModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const UnitTestSummaryResponseModel_1 = require("./UnitTestSummaryResponseModel");
|
|
42
|
+
exports.GetTestsSummariesByIdsResponseModel = core.serialization.object({
|
|
43
|
+
tests: core.serialization.record(core.serialization.string(), UnitTestSummaryResponseModel_1.UnitTestSummaryResponseModel),
|
|
44
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
8
|
+
import { AgentSuccessfulResponseExample } from "./AgentSuccessfulResponseExample";
|
|
9
|
+
import { AgentFailureResponseExample } from "./AgentFailureResponseExample";
|
|
10
|
+
import { UnitTestToolCallEvaluationModelOutput } from "./UnitTestToolCallEvaluationModelOutput";
|
|
11
|
+
import { GetUnitTestResponseModelDynamicVariablesValue } from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
12
|
+
export declare const GetUnitTestResponseModel: core.serialization.ObjectSchema<serializers.GetUnitTestResponseModel.Raw, ElevenLabs.GetUnitTestResponseModel>;
|
|
13
|
+
export declare namespace GetUnitTestResponseModel {
|
|
14
|
+
interface Raw {
|
|
15
|
+
chat_history: ConversationHistoryTranscriptCommonModelOutput.Raw[];
|
|
16
|
+
success_condition: string;
|
|
17
|
+
success_examples: AgentSuccessfulResponseExample.Raw[];
|
|
18
|
+
failure_examples: AgentFailureResponseExample.Raw[];
|
|
19
|
+
tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
|
|
20
|
+
dynamic_variables?: Record<string, GetUnitTestResponseModelDynamicVariablesValue.Raw | null | undefined> | null;
|
|
21
|
+
id: string;
|
|
22
|
+
name: string;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetUnitTestResponseModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const ConversationHistoryTranscriptCommonModelOutput_1 = require("./ConversationHistoryTranscriptCommonModelOutput");
|
|
42
|
+
const AgentSuccessfulResponseExample_1 = require("./AgentSuccessfulResponseExample");
|
|
43
|
+
const AgentFailureResponseExample_1 = require("./AgentFailureResponseExample");
|
|
44
|
+
const UnitTestToolCallEvaluationModelOutput_1 = require("./UnitTestToolCallEvaluationModelOutput");
|
|
45
|
+
const GetUnitTestResponseModelDynamicVariablesValue_1 = require("./GetUnitTestResponseModelDynamicVariablesValue");
|
|
46
|
+
exports.GetUnitTestResponseModel = core.serialization.object({
|
|
47
|
+
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelOutput_1.ConversationHistoryTranscriptCommonModelOutput)),
|
|
48
|
+
successCondition: core.serialization.property("success_condition", core.serialization.string()),
|
|
49
|
+
successExamples: core.serialization.property("success_examples", core.serialization.list(AgentSuccessfulResponseExample_1.AgentSuccessfulResponseExample)),
|
|
50
|
+
failureExamples: core.serialization.property("failure_examples", core.serialization.list(AgentFailureResponseExample_1.AgentFailureResponseExample)),
|
|
51
|
+
toolCallParameters: core.serialization.property("tool_call_parameters", UnitTestToolCallEvaluationModelOutput_1.UnitTestToolCallEvaluationModelOutput.optional()),
|
|
52
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
|
|
53
|
+
.record(core.serialization.string(), GetUnitTestResponseModelDynamicVariablesValue_1.GetUnitTestResponseModelDynamicVariablesValue.optional())
|
|
54
|
+
.optional()),
|
|
55
|
+
id: core.serialization.string(),
|
|
56
|
+
name: core.serialization.string(),
|
|
57
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const GetUnitTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetUnitTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue>;
|
|
8
|
+
export declare namespace GetUnitTestResponseModelDynamicVariablesValue {
|
|
9
|
+
type Raw = string | number | number | boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetUnitTestResponseModelDynamicVariablesValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.GetUnitTestResponseModelDynamicVariablesValue = core.serialization.undiscriminatedUnion([
|
|
42
|
+
core.serialization.string(),
|
|
43
|
+
core.serialization.number(),
|
|
44
|
+
core.serialization.number(),
|
|
45
|
+
core.serialization.boolean(),
|
|
46
|
+
]);
|
|
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const Llm: core.serialization.Schema<serializers.Llm.Raw, ElevenLabs.Llm>;
|
|
8
8
|
export declare namespace Llm {
|
|
9
|
-
type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "claude-sonnet-4" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "
|
|
9
|
+
type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "claude-sonnet-4" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106";
|
|
10
10
|
}
|
|
@@ -65,8 +65,8 @@ exports.Llm = core.serialization.enum_([
|
|
|
65
65
|
"custom-llm",
|
|
66
66
|
"qwen3-4b",
|
|
67
67
|
"qwen3-30b-a3b",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"gpt-oss-20b",
|
|
69
|
+
"gpt-oss-120b",
|
|
70
70
|
"gemini-2.5-flash-preview-05-20",
|
|
71
71
|
"gemini-2.5-flash-preview-04-17",
|
|
72
72
|
"gemini-2.5-flash-lite-preview-06-17",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const LlmParameterEvaluationStrategy: core.serialization.ObjectSchema<serializers.LlmParameterEvaluationStrategy.Raw, ElevenLabs.LlmParameterEvaluationStrategy>;
|
|
8
|
+
export declare namespace LlmParameterEvaluationStrategy {
|
|
9
|
+
interface Raw {
|
|
10
|
+
description: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.LlmParameterEvaluationStrategy = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.LlmParameterEvaluationStrategy = core.serialization.object({
|
|
42
|
+
description: core.serialization.string(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { DetailedMusicResponse } from "./DetailedMusicResponse";
|
|
8
|
+
export declare const MultipartMusicResponse: core.serialization.ObjectSchema<serializers.MultipartMusicResponse.Raw, ElevenLabs.MultipartMusicResponse>;
|
|
9
|
+
export declare namespace MultipartMusicResponse {
|
|
10
|
+
interface Raw {
|
|
11
|
+
metadata: DetailedMusicResponse.Raw;
|
|
12
|
+
audio: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.MultipartMusicResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const DetailedMusicResponse_1 = require("./DetailedMusicResponse");
|
|
42
|
+
exports.MultipartMusicResponse = core.serialization.object({
|
|
43
|
+
metadata: DetailedMusicResponse_1.DetailedMusicResponse,
|
|
44
|
+
audio: core.serialization.string(),
|
|
45
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const PendingCancellationResponseModel: core.serialization.ObjectSchema<serializers.PendingCancellationResponseModel.Raw, ElevenLabs.PendingCancellationResponseModel>;
|
|
8
|
+
export declare namespace PendingCancellationResponseModel {
|
|
9
|
+
interface Raw {
|
|
10
|
+
kind?: "cancellation" | null;
|
|
11
|
+
timestamp_seconds: number;
|
|
12
|
+
}
|
|
13
|
+
}
|