@elevenlabs/elevenlabs-js 2.43.0 → 2.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/api/resources/audioIsolation/client/Client.d.ts +30 -0
- package/api/resources/audioIsolation/client/Client.js +117 -0
- package/api/resources/audioIsolation/client/requests/AudioIsolationListRequest.d.ts +16 -0
- package/api/resources/audioIsolation/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +5 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +7 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +7 -1
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +14 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +60 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.js +8 -2
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.js +5 -0
- package/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/index.js +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.d.ts +35 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +147 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.d.ts +28 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/index.js +17 -0
- package/api/resources/conversationalAi/resources/tools/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tools/resources/index.js +41 -0
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/speechToText/client/Client.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/client/Client.js +1 -3
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/types/index.js +0 -1
- package/api/resources/studio/types/index.d.ts +0 -1
- package/api/resources/studio/types/index.js +0 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/api/resources/usage/client/Client.d.ts +1 -1
- package/api/resources/usage/client/Client.js +1 -1
- package/api/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +5 -0
- package/api/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/api/resources/workspace/client/Client.d.ts +3 -0
- package/api/resources/workspace/client/Client.js +5 -0
- package/api/resources/workspace/resources/index.d.ts +3 -0
- package/api/resources/workspace/resources/index.js +4 -1
- package/api/resources/workspace/resources/usage/client/Client.d.ts +29 -0
- package/api/resources/workspace/resources/usage/client/Client.js +121 -0
- package/api/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/client/index.js +17 -0
- package/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +17 -0
- package/api/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/usage/index.d.ts +2 -0
- package/api/resources/workspace/resources/usage/index.js +18 -0
- package/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +18 -0
- package/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +21 -0
- package/api/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/types/index.js +17 -0
- package/api/types/AgentConfig.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +5 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +5 -1
- package/api/types/AgentTrustContext.d.ts +14 -0
- package/api/types/AgentTrustContext.js +17 -0
- package/api/types/AnalysisProperty.d.ts +22 -0
- package/api/types/AnalysisPropertyConstantValue.d.ts +4 -0
- package/api/types/AnalysisPropertyType.d.ts +7 -0
- package/api/types/AnalysisPropertyType.js +10 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/api/types/ArrayJsonSchemaPropertyInput.d.ts +6 -1
- package/api/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +1 -0
- package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +3 -0
- package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +6 -1
- package/api/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +1 -0
- package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +3 -0
- package/api/types/AssetTranscription.d.ts +3 -3
- package/api/types/AssetTranscriptionData.d.ts +8 -0
- package/api/types/AssetTranscriptionStatus.d.ts +6 -0
- package/api/types/AssetTranscriptionStatus.js +9 -0
- package/api/types/AstNodeInput.d.ts +4 -1
- package/api/types/AstNodeOutput.d.ts +4 -1
- package/api/types/AstNullNodeInput.d.ts +1 -0
- package/api/types/AstNullNodeOutput.d.ts +1 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysisResult.d.ts +0 -1
- package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +13 -0
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +4 -2
- package/api/types/ClientToolConfigOutput.d.ts +4 -2
- package/api/types/ColumnFilter.d.ts +6 -0
- package/api/types/ColumnFilterOperation.d.ts +11 -0
- package/api/types/ColumnFilterOperation.js +14 -0
- package/api/types/ColumnFilterValuesItem.d.ts +1 -0
- package/api/types/ColumnUnit.d.ts +13 -0
- package/api/types/ColumnUnit.js +16 -0
- package/api/types/ConversationConfig.d.ts +2 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataConfigInput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +3 -1
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +3 -1
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -1
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/ConversationSource.d.ts +4 -0
- package/api/types/CreateLocationParams.d.ts +3 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/CreateServiceParams.d.ts +1 -1
- package/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/Currency.d.ts +6 -0
- package/api/types/Currency.js +9 -0
- package/api/types/DeleteLocationParams.d.ts +3 -0
- package/api/types/DialogueTextAlignment.d.ts +8 -0
- package/api/types/DubbingModel.d.ts +1 -0
- package/api/types/DubbingModel.js +1 -0
- package/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/api/types/DynamicVariableNestedValueTypeInput.d.ts +1 -0
- package/api/types/DynamicVariableNestedValueTypeOutput.d.ts +1 -0
- package/api/types/DynamicVariableValueTypeInput.d.ts +2 -0
- package/api/types/DynamicVariableValueTypeOutput.d.ts +2 -0
- package/api/types/DynamicVariablesConfigInput.d.ts +5 -0
- package/api/types/DynamicVariablesConfigOutput.d.ts +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +5 -0
- package/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/GetAppointmentByConfirmationNumberParams.d.ts +11 -0
- package/api/types/GetAudioIsolationHistoryResponseModel.d.ts +5 -0
- package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetScheduleParams.d.ts +1 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetToolExecutionsPageResponseModel.d.ts +6 -0
- package/api/types/Icon.d.ts +10 -0
- package/api/types/ListLocationsParams.d.ts +3 -0
- package/api/types/Llm.d.ts +0 -2
- package/api/types/Llm.js +0 -2
- package/api/types/LlmReasoningEffort.d.ts +1 -0
- package/api/types/LlmReasoningEffort.js +1 -0
- package/api/types/ManualSource.d.ts +5 -0
- package/api/types/McpServerConfigInput.d.ts +6 -2
- package/api/types/McpServerConfigOutput.d.ts +6 -2
- package/api/types/McpToolConfigOverrideInput.d.ts +25 -0
- package/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +13 -0
- package/api/types/McpToolConfigOverrideOutput.d.ts +25 -0
- package/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +13 -0
- package/api/types/MemoryEntrySearchResult.d.ts +8 -0
- package/api/types/MemoryEntrySearchResultSource.d.ts +2 -0
- package/api/types/PendingBlocksMetadataModel.d.ts +4 -0
- package/api/types/PendingExternalAudiosMetadataModel.d.ts +4 -0
- package/api/types/PhoneNumberTransfer.d.ts +3 -3
- package/api/types/PlayDtmfToolConfig.d.ts +1 -1
- package/api/types/PreToolSpeechMode.d.ts +6 -0
- package/api/types/PreToolSpeechMode.js +9 -0
- package/api/types/PreviewAudioDbModel.d.ts +2 -2
- package/api/types/ProcedureCompilerMode.d.ts +1 -1
- package/api/types/ProcedureCompilerMode.js +1 -1
- package/api/types/ProjectExtendedResponse.d.ts +1 -1
- package/api/types/ProjectExternalAudioResponseModel.d.ts +3 -0
- package/api/types/ProjectVideoResponseModel.d.ts +3 -0
- package/api/types/PromptEvaluationCriteria.d.ts +2 -0
- package/api/types/QualityPresetType.d.ts +7 -0
- package/api/types/QualityPresetType.js +10 -0
- package/api/types/RagRetrievalInfo.d.ts +1 -0
- package/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/api/types/SeatType.d.ts +1 -5
- package/api/types/SeatType.js +1 -5
- package/api/types/SessionStartedPayloadConfig.d.ts +4 -0
- package/api/types/SimulationTestModel.d.ts +1 -1
- package/api/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
- package/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
- package/api/types/Subscription.d.ts +5 -3
- package/api/types/SubscriptionResponse.d.ts +5 -3
- package/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/SystemToolConfigInput.d.ts +3 -1
- package/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/api/types/TestSharingMode.d.ts +5 -0
- package/api/types/TestSharingMode.js +8 -0
- package/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +9 -0
- package/api/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/api/types/TextToDialogueWebsocketClientMessage.d.ts +33 -0
- package/api/types/TextToDialogueWebsocketError.d.ts +10 -0
- package/api/types/TextToDialogueWebsocketFinal.d.ts +4 -0
- package/api/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +25 -0
- package/api/types/TextToDialogueWebsocketOutputFormatEnum.js +28 -0
- package/api/types/TextToDialogueWebsocketVoiceInput.d.ts +8 -0
- package/api/types/Tool.d.ts +2 -0
- package/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/api/types/ToolExecution.d.ts +9 -0
- package/api/types/ToolExecutionResponseModel.d.ts +29 -0
- package/api/types/ToolExecutionResponseModelToolCallDetails.d.ts +16 -0
- package/api/types/ToolExecutionTaskSupport.d.ts +6 -0
- package/api/types/ToolExecutionTaskSupport.js +9 -0
- package/api/types/UpdateLocationParams.d.ts +3 -0
- package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/VideoAnalysisResult.d.ts +0 -1
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WebhookToolConfigInput.d.ts +4 -2
- package/api/types/WebhookToolConfigOutput.d.ts +4 -2
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +4 -4
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +4 -4
- package/api/types/WorkspaceAnalyticsQueryResponseModel.d.ts +7 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +10 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +13 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +1 -0
- package/api/types/index.d.ts +62 -38
- package/api/types/index.js +62 -38
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/audioIsolation/client/Client.d.ts +30 -0
- package/dist/api/resources/audioIsolation/client/Client.js +117 -0
- package/dist/api/resources/audioIsolation/client/requests/AudioIsolationListRequest.d.ts +16 -0
- package/dist/api/resources/audioIsolation/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +7 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +7 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +60 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +8 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +5 -0
- package/dist/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.d.ts +35 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +147 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.d.ts +28 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/index.js +41 -0
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/speechToText/client/Client.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +1 -3
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/types/index.js +0 -1
- package/dist/api/resources/studio/types/index.d.ts +0 -1
- package/dist/api/resources/studio/types/index.js +0 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/dist/api/resources/usage/client/Client.d.ts +1 -1
- package/dist/api/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +5 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/dist/api/resources/workspace/client/Client.d.ts +3 -0
- package/dist/api/resources/workspace/client/Client.js +5 -0
- package/dist/api/resources/workspace/resources/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/index.js +4 -1
- package/dist/api/resources/workspace/resources/usage/client/Client.d.ts +29 -0
- package/dist/api/resources/workspace/resources/usage/client/Client.js +121 -0
- package/dist/api/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +17 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/usage/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/usage/index.js +18 -0
- package/dist/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +18 -0
- package/dist/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +21 -0
- package/dist/api/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/types/index.js +17 -0
- package/dist/api/types/AgentConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +5 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +5 -1
- package/dist/api/types/AgentTrustContext.d.ts +14 -0
- package/dist/api/types/AgentTrustContext.js +17 -0
- package/dist/api/types/AnalysisProperty.d.ts +22 -0
- package/dist/api/types/AnalysisPropertyConstantValue.d.ts +4 -0
- package/dist/api/types/AnalysisPropertyType.d.ts +7 -0
- package/dist/api/types/AnalysisPropertyType.js +10 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +6 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +1 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +3 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +6 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +1 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +3 -0
- package/dist/api/types/AssetTranscription.d.ts +3 -3
- package/dist/api/types/AssetTranscriptionData.d.ts +8 -0
- package/dist/api/types/AssetTranscriptionStatus.d.ts +6 -0
- package/dist/api/types/AssetTranscriptionStatus.js +9 -0
- package/dist/api/types/AstNodeInput.d.ts +4 -1
- package/dist/api/types/AstNodeOutput.d.ts +4 -1
- package/dist/api/types/AstNullNodeInput.d.ts +1 -0
- package/dist/api/types/AstNullNodeOutput.d.ts +1 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +0 -1
- package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +13 -0
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +4 -2
- package/dist/api/types/ClientToolConfigOutput.d.ts +4 -2
- package/dist/api/types/ColumnFilter.d.ts +6 -0
- package/dist/api/types/ColumnFilterOperation.d.ts +11 -0
- package/dist/api/types/ColumnFilterOperation.js +14 -0
- package/dist/api/types/ColumnFilterValuesItem.d.ts +1 -0
- package/dist/api/types/ColumnUnit.d.ts +13 -0
- package/dist/api/types/ColumnUnit.js +16 -0
- package/dist/api/types/ConversationConfig.d.ts +2 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +3 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +3 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -1
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/ConversationSource.d.ts +4 -0
- package/dist/api/types/CreateLocationParams.d.ts +3 -0
- package/dist/api/types/CreateLocationParams.js +3 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/CreateServiceParams.d.ts +1 -1
- package/dist/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/Currency.d.ts +6 -0
- package/dist/api/types/Currency.js +9 -0
- package/dist/api/types/DeleteLocationParams.d.ts +3 -0
- package/dist/api/types/DeleteLocationParams.js +3 -0
- package/dist/api/types/DialogueTextAlignment.d.ts +8 -0
- package/dist/api/types/DialogueTextAlignment.js +3 -0
- package/dist/api/types/DubbingModel.d.ts +1 -0
- package/dist/api/types/DubbingModel.js +1 -0
- package/dist/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/dist/api/types/DynamicVariableNestedValueTypeInput.d.ts +1 -0
- package/dist/api/types/DynamicVariableNestedValueTypeInput.js +3 -0
- package/dist/api/types/DynamicVariableNestedValueTypeOutput.d.ts +1 -0
- package/dist/api/types/DynamicVariableNestedValueTypeOutput.js +3 -0
- package/dist/api/types/DynamicVariableValueTypeInput.d.ts +2 -0
- package/dist/api/types/DynamicVariableValueTypeInput.js +3 -0
- package/dist/api/types/DynamicVariableValueTypeOutput.d.ts +2 -0
- package/dist/api/types/DynamicVariableValueTypeOutput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigInput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigInput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigOutput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigOutput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/GetAppointmentByConfirmationNumberParams.d.ts +11 -0
- package/dist/api/types/GetAppointmentByConfirmationNumberParams.js +3 -0
- package/dist/api/types/GetAudioIsolationHistoryResponseModel.d.ts +5 -0
- package/dist/api/types/GetAudioIsolationHistoryResponseModel.js +3 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetScheduleParams.d.ts +1 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolExecutionsPageResponseModel.d.ts +6 -0
- package/dist/api/types/GetToolExecutionsPageResponseModel.js +3 -0
- package/dist/api/types/Icon.d.ts +10 -0
- package/dist/api/types/Icon.js +3 -0
- package/dist/api/types/ListLocationsParams.d.ts +3 -0
- package/dist/api/types/ListLocationsParams.js +3 -0
- package/dist/api/types/Llm.d.ts +0 -2
- package/dist/api/types/Llm.js +0 -2
- package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
- package/dist/api/types/LlmReasoningEffort.js +1 -0
- package/dist/api/types/ManualSource.d.ts +5 -0
- package/dist/api/types/ManualSource.js +3 -0
- package/dist/api/types/McpServerConfigInput.d.ts +6 -2
- package/dist/api/types/McpServerConfigOutput.d.ts +6 -2
- package/dist/api/types/McpToolConfigOverrideInput.d.ts +25 -0
- package/dist/api/types/McpToolConfigOverrideInput.js +3 -0
- package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +13 -0
- package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.js +3 -0
- package/dist/api/types/McpToolConfigOverrideOutput.d.ts +25 -0
- package/dist/api/types/McpToolConfigOverrideOutput.js +3 -0
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +13 -0
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.js +3 -0
- package/dist/api/types/MemoryEntrySearchResult.d.ts +8 -0
- package/dist/api/types/MemoryEntrySearchResult.js +3 -0
- package/dist/api/types/MemoryEntrySearchResultSource.d.ts +2 -0
- package/dist/api/types/MemoryEntrySearchResultSource.js +3 -0
- package/dist/api/types/PendingBlocksMetadataModel.d.ts +4 -0
- package/dist/api/types/PendingBlocksMetadataModel.js +3 -0
- package/dist/api/types/PendingExternalAudiosMetadataModel.d.ts +4 -0
- package/dist/api/types/PendingExternalAudiosMetadataModel.js +3 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +3 -3
- package/dist/api/types/PlayDtmfToolConfig.d.ts +1 -1
- package/dist/api/types/PreToolSpeechMode.d.ts +6 -0
- package/dist/api/types/PreToolSpeechMode.js +9 -0
- package/dist/api/types/PreviewAudioDbModel.d.ts +2 -2
- package/dist/api/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/api/types/ProcedureCompilerMode.js +1 -1
- package/dist/api/types/ProjectExtendedResponse.d.ts +1 -1
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +3 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +3 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/api/types/QualityPresetType.d.ts +7 -0
- package/dist/api/types/QualityPresetType.js +10 -0
- package/dist/api/types/RagRetrievalInfo.d.ts +1 -0
- package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/dist/api/types/SeatType.d.ts +1 -5
- package/dist/api/types/SeatType.js +1 -5
- package/dist/api/types/SessionStartedPayloadConfig.d.ts +4 -0
- package/dist/api/types/SimulationTestModel.d.ts +1 -1
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/dist/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
- package/dist/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
- package/dist/api/types/Subscription.d.ts +5 -3
- package/dist/api/types/SubscriptionResponse.d.ts +5 -3
- package/dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/SystemToolConfigInput.d.ts +3 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/dist/api/types/TestSharingMode.d.ts +5 -0
- package/dist/api/types/TestSharingMode.js +8 -0
- package/dist/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +9 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunk.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessage.d.ts +33 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessage.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketError.d.ts +10 -0
- package/dist/api/types/TextToDialogueWebsocketError.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinal.d.ts +4 -0
- package/dist/api/types/TextToDialogueWebsocketFinal.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +25 -0
- package/dist/api/types/TextToDialogueWebsocketOutputFormatEnum.js +28 -0
- package/dist/api/types/TextToDialogueWebsocketVoiceInput.d.ts +8 -0
- package/dist/api/types/TextToDialogueWebsocketVoiceInput.js +3 -0
- package/dist/api/types/Tool.d.ts +2 -0
- package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/dist/api/types/ToolExecution.d.ts +9 -0
- package/dist/api/types/ToolExecution.js +3 -0
- package/dist/api/types/ToolExecutionResponseModel.d.ts +29 -0
- package/dist/api/types/ToolExecutionResponseModel.js +3 -0
- package/dist/api/types/ToolExecutionResponseModelToolCallDetails.d.ts +16 -0
- package/dist/api/types/ToolExecutionResponseModelToolCallDetails.js +3 -0
- package/dist/api/types/ToolExecutionTaskSupport.d.ts +6 -0
- package/dist/api/types/ToolExecutionTaskSupport.js +9 -0
- package/dist/api/types/UpdateLocationParams.d.ts +3 -0
- package/dist/api/types/UpdateLocationParams.js +3 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/VideoAnalysisResult.d.ts +0 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +4 -2
- package/dist/api/types/WebhookToolConfigOutput.d.ts +4 -2
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +4 -4
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +4 -4
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModel.d.ts +7 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModel.js +3 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +10 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +13 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +1 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +3 -0
- package/dist/api/types/index.d.ts +62 -38
- package/dist/api/types/index.js +62 -38
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +5 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -2
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/dist/serialization/resources/studio/resources/projects/types/index.js +0 -1
- package/dist/serialization/resources/studio/types/index.d.ts +0 -1
- package/dist/serialization/resources/studio/types/index.js +0 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -2
- package/dist/serialization/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +10 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +46 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/index.d.ts +3 -0
- package/dist/serialization/resources/workspace/resources/index.js +4 -1
- package/dist/serialization/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/client/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +49 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/resources/usage/index.d.ts +2 -0
- package/dist/serialization/resources/workspace/resources/usage/index.js +18 -0
- package/dist/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +7 -0
- package/dist/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +55 -0
- package/dist/serialization/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/types/index.js +17 -0
- package/dist/serialization/types/AgentConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfig.js +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -2
- package/dist/serialization/types/AgentTrustContext.d.ts +7 -0
- package/dist/serialization/types/AgentTrustContext.js +39 -0
- package/dist/serialization/types/AnalysisProperty.d.ts +18 -0
- package/dist/serialization/types/AnalysisProperty.js +50 -0
- package/dist/serialization/types/AnalysisPropertyConstantValue.d.ts +7 -0
- package/dist/serialization/types/AnalysisPropertyConstantValue.js +44 -0
- package/dist/serialization/types/AnalysisPropertyType.d.ts +7 -0
- package/dist/serialization/types/AnalysisPropertyType.js +39 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +4 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +7 -0
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.js +44 -0
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +7 -0
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.js +44 -0
- package/dist/serialization/types/AssetTranscription.d.ts +5 -4
- package/dist/serialization/types/AssetTranscription.js +5 -4
- package/dist/serialization/types/AssetTranscriptionData.d.ts +14 -0
- package/dist/serialization/types/AssetTranscriptionData.js +46 -0
- package/dist/serialization/types/AssetTranscriptionStatus.d.ts +7 -0
- package/dist/serialization/types/AssetTranscriptionStatus.js +39 -0
- package/dist/serialization/types/AstNodeInput.d.ts +5 -1
- package/dist/serialization/types/AstNodeInput.js +2 -0
- package/dist/serialization/types/AstNodeOutput.d.ts +5 -1
- package/dist/serialization/types/AstNodeOutput.js +2 -0
- package/dist/serialization/types/AstNullNodeInput.d.ts +7 -0
- package/dist/serialization/types/AstNullNodeInput.js +39 -0
- package/dist/serialization/types/AstNullNodeOutput.d.ts +7 -0
- package/dist/serialization/types/AstNullNodeOutput.js +39 -0
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
- package/dist/serialization/types/AudioAnalysisResult.d.ts +0 -2
- package/dist/serialization/types/AudioAnalysisResult.js +0 -2
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +19 -0
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +51 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/ClientToolConfigInput.js +4 -2
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/ClientToolConfigOutput.js +4 -2
- package/dist/serialization/types/ColumnFilter.d.ts +13 -0
- package/dist/serialization/types/ColumnFilter.js +45 -0
- package/dist/serialization/types/ColumnFilterOperation.d.ts +7 -0
- package/dist/serialization/types/ColumnFilterOperation.js +39 -0
- package/dist/serialization/types/ColumnFilterValuesItem.d.ts +7 -0
- package/dist/serialization/types/ColumnFilterValuesItem.js +45 -0
- package/dist/serialization/types/ColumnUnit.d.ts +7 -0
- package/dist/serialization/types/ColumnUnit.js +39 -0
- package/dist/serialization/types/ConversationConfig.d.ts +1 -0
- package/dist/serialization/types/ConversationConfig.js +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +3 -4
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +3 -4
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +3 -4
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +2 -2
- package/dist/serialization/types/ConversationSimulationSpecification.js +2 -4
- package/dist/serialization/types/ConversationSource.d.ts +10 -0
- package/dist/serialization/types/ConversationSource.js +42 -0
- package/dist/serialization/types/CreateLocationParams.d.ts +9 -0
- package/dist/serialization/types/CreateLocationParams.js +41 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +2 -4
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -4
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateToolCallUnitTestRequest.js +2 -4
- package/dist/serialization/types/Currency.d.ts +7 -0
- package/dist/serialization/types/Currency.js +39 -0
- package/dist/serialization/types/DeleteLocationParams.d.ts +9 -0
- package/dist/serialization/types/DeleteLocationParams.js +41 -0
- package/dist/serialization/types/DialogueTextAlignment.d.ts +11 -0
- package/dist/serialization/types/DialogueTextAlignment.js +43 -0
- package/dist/serialization/types/DubbingModel.d.ts +1 -1
- package/dist/serialization/types/DubbingModel.js +1 -1
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/dist/serialization/types/DynamicVariableAssignment.js +1 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.js +39 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.js +39 -0
- package/dist/serialization/types/DynamicVariableValueTypeInput.d.ts +8 -0
- package/dist/serialization/types/DynamicVariableValueTypeInput.js +46 -0
- package/dist/serialization/types/DynamicVariableValueTypeOutput.d.ts +8 -0
- package/dist/serialization/types/DynamicVariableValueTypeOutput.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigInput.js +42 -0
- package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigOutput.js +42 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +42 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +42 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/GetAppointmentByConfirmationNumberParams.d.ts +9 -0
- package/dist/serialization/types/GetAppointmentByConfirmationNumberParams.js +41 -0
- package/dist/serialization/types/GetAudioIsolationHistoryResponseModel.d.ts +11 -0
- package/dist/serialization/types/GetAudioIsolationHistoryResponseModel.js +43 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetResponseUnitTestResponseModel.js +2 -4
- package/dist/serialization/types/GetScheduleParams.d.ts +1 -0
- package/dist/serialization/types/GetScheduleParams.js +1 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -4
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +2 -4
- package/dist/serialization/types/GetToolExecutionsPageResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetToolExecutionsPageResponseModel.js +44 -0
- package/dist/serialization/types/Icon.d.ts +12 -0
- package/dist/serialization/types/Icon.js +45 -0
- package/dist/serialization/types/ListLocationsParams.d.ts +9 -0
- package/dist/serialization/types/ListLocationsParams.js +41 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +0 -2
- package/dist/serialization/types/LlmReasoningEffort.d.ts +1 -1
- package/dist/serialization/types/LlmReasoningEffort.js +1 -1
- package/dist/serialization/types/ManualSource.d.ts +11 -0
- package/dist/serialization/types/ManualSource.js +43 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +5 -2
- package/dist/serialization/types/McpServerConfigInput.js +5 -2
- package/dist/serialization/types/McpServerConfigOutput.d.ts +5 -2
- package/dist/serialization/types/McpServerConfigOutput.js +5 -2
- package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +26 -0
- package/dist/serialization/types/McpToolConfigOverrideInput.js +60 -0
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +19 -0
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +51 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +26 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.js +60 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +19 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +51 -0
- package/dist/serialization/types/MemoryEntrySearchResult.d.ts +14 -0
- package/dist/serialization/types/MemoryEntrySearchResult.js +46 -0
- package/dist/serialization/types/MemoryEntrySearchResultSource.d.ts +9 -0
- package/dist/serialization/types/MemoryEntrySearchResultSource.js +41 -0
- package/dist/serialization/types/PendingBlocksMetadataModel.d.ts +10 -0
- package/dist/serialization/types/PendingBlocksMetadataModel.js +42 -0
- package/dist/serialization/types/PendingExternalAudiosMetadataModel.d.ts +10 -0
- package/dist/serialization/types/PendingExternalAudiosMetadataModel.js +42 -0
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +3 -3
- package/dist/serialization/types/PhoneNumberTransfer.js +3 -3
- package/dist/serialization/types/PreToolSpeechMode.d.ts +7 -0
- package/dist/serialization/types/PreToolSpeechMode.js +39 -0
- package/dist/serialization/types/PreviewAudioDbModel.d.ts +2 -2
- package/dist/serialization/types/PreviewAudioDbModel.js +2 -2
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponse.js +2 -2
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +6 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +6 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +6 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +6 -0
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/dist/serialization/types/QualityPresetType.d.ts +7 -0
- package/dist/serialization/types/QualityPresetType.js +39 -0
- package/dist/serialization/types/RagRetrievalInfo.d.ts +1 -0
- package/dist/serialization/types/RagRetrievalInfo.js +1 -0
- package/dist/serialization/types/ResponseUnitTestModel.d.ts +2 -2
- package/dist/serialization/types/ResponseUnitTestModel.js +2 -4
- package/dist/serialization/types/SessionStartedPayloadConfig.d.ts +2 -0
- package/dist/serialization/types/SessionStartedPayloadConfig.js +2 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -2
- package/dist/serialization/types/SimulationTestModel.js +2 -4
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/dist/serialization/types/SpeechHistoryItemResponse.js +0 -2
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.js +12 -1
- package/dist/serialization/types/Subscription.d.ts +4 -2
- package/dist/serialization/types/Subscription.js +4 -2
- package/dist/serialization/types/SubscriptionResponse.d.ts +4 -2
- package/dist/serialization/types/SubscriptionResponse.js +4 -2
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigInput.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.js +2 -0
- package/dist/serialization/types/TestSharingMode.d.ts +7 -0
- package/dist/serialization/types/TestSharingMode.js +39 -0
- package/dist/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +7 -0
- package/dist/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +39 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunk.js +44 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +20 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessage.js +52 -0
- package/dist/serialization/types/TextToDialogueWebsocketError.d.ts +12 -0
- package/dist/serialization/types/TextToDialogueWebsocketError.js +44 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinal.d.ts +9 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinal.js +41 -0
- package/dist/serialization/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/TextToDialogueWebsocketOutputFormatEnum.js +61 -0
- package/dist/serialization/types/TextToDialogueWebsocketVoiceInput.d.ts +11 -0
- package/dist/serialization/types/TextToDialogueWebsocketVoiceInput.js +43 -0
- package/dist/serialization/types/Tool.d.ts +4 -0
- package/dist/serialization/types/Tool.js +4 -0
- package/dist/serialization/types/ToolCallUnitTestModel.d.ts +2 -2
- package/dist/serialization/types/ToolCallUnitTestModel.js +2 -4
- package/dist/serialization/types/ToolExecution.d.ts +11 -0
- package/dist/serialization/types/ToolExecution.js +44 -0
- package/dist/serialization/types/ToolExecutionResponseModel.d.ts +23 -0
- package/dist/serialization/types/ToolExecutionResponseModel.js +55 -0
- package/dist/serialization/types/ToolExecutionResponseModelToolCallDetails.d.ts +23 -0
- package/dist/serialization/types/ToolExecutionResponseModelToolCallDetails.js +53 -0
- package/dist/serialization/types/ToolExecutionTaskSupport.d.ts +7 -0
- package/dist/serialization/types/ToolExecutionTaskSupport.js +39 -0
- package/dist/serialization/types/UpdateLocationParams.d.ts +9 -0
- package/dist/serialization/types/UpdateLocationParams.js +41 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +2 -4
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -4
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +2 -4
- package/dist/serialization/types/VideoAnalysisResult.d.ts +0 -2
- package/dist/serialization/types/VideoAnalysisResult.js +0 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/WebhookToolConfigInput.js +4 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/WebhookToolConfigOutput.js +4 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -2
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModel.d.ts +15 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModel.js +47 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +7 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +39 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +7 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +45 -0
- package/dist/serialization/types/index.d.ts +62 -38
- package/dist/serialization/types/index.js +62 -38
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/realtime/connection.d.ts +2 -0
- package/dist/wrapper/realtime/scribe.d.ts +10 -0
- package/dist/wrapper/realtime/scribe.js +8 -0
- package/package.json +1 -1
- package/reference.md +345 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +5 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -2
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -2
- package/serialization/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/serialization/resources/studio/resources/projects/types/index.js +0 -1
- package/serialization/resources/studio/types/index.d.ts +0 -1
- package/serialization/resources/studio/types/index.js +0 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +0 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -2
- package/serialization/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +10 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +46 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/serialization/resources/workspace/resources/index.d.ts +3 -0
- package/serialization/resources/workspace/resources/index.js +4 -1
- package/serialization/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/client/index.js +17 -0
- package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +49 -0
- package/serialization/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/client/requests/index.js +5 -0
- package/serialization/resources/workspace/resources/usage/index.d.ts +2 -0
- package/serialization/resources/workspace/resources/usage/index.js +18 -0
- package/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +7 -0
- package/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +55 -0
- package/serialization/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/types/index.js +17 -0
- package/serialization/types/AgentConfig.d.ts +2 -2
- package/serialization/types/AgentConfig.js +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -2
- package/serialization/types/AgentTrustContext.d.ts +7 -0
- package/serialization/types/AgentTrustContext.js +39 -0
- package/serialization/types/AnalysisProperty.d.ts +18 -0
- package/serialization/types/AnalysisProperty.js +50 -0
- package/serialization/types/AnalysisPropertyConstantValue.d.ts +7 -0
- package/serialization/types/AnalysisPropertyConstantValue.js +44 -0
- package/serialization/types/AnalysisPropertyType.d.ts +7 -0
- package/serialization/types/AnalysisPropertyType.js +39 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +4 -2
- package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyInput.js +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +7 -0
- package/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.js +44 -0
- package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutput.js +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +7 -0
- package/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.js +44 -0
- package/serialization/types/AssetTranscription.d.ts +5 -4
- package/serialization/types/AssetTranscription.js +5 -4
- package/serialization/types/AssetTranscriptionData.d.ts +14 -0
- package/serialization/types/AssetTranscriptionData.js +46 -0
- package/serialization/types/AssetTranscriptionStatus.d.ts +7 -0
- package/serialization/types/AssetTranscriptionStatus.js +39 -0
- package/serialization/types/AstNodeInput.d.ts +5 -1
- package/serialization/types/AstNodeInput.js +2 -0
- package/serialization/types/AstNodeOutput.d.ts +5 -1
- package/serialization/types/AstNodeOutput.js +2 -0
- package/serialization/types/AstNullNodeInput.d.ts +7 -0
- package/serialization/types/AstNullNodeInput.js +39 -0
- package/serialization/types/AstNullNodeOutput.d.ts +7 -0
- package/serialization/types/AstNullNodeOutput.js +39 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/serialization/types/AsyncConversationMetadata.js +1 -0
- package/serialization/types/AudioAnalysisResult.d.ts +0 -2
- package/serialization/types/AudioAnalysisResult.js +0 -2
- package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +19 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.js +51 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ClientToolConfigInput.d.ts +4 -2
- package/serialization/types/ClientToolConfigInput.js +4 -2
- package/serialization/types/ClientToolConfigOutput.d.ts +4 -2
- package/serialization/types/ClientToolConfigOutput.js +4 -2
- package/serialization/types/ColumnFilter.d.ts +13 -0
- package/serialization/types/ColumnFilter.js +45 -0
- package/serialization/types/ColumnFilterOperation.d.ts +7 -0
- package/serialization/types/ColumnFilterOperation.js +39 -0
- package/serialization/types/ColumnFilterValuesItem.d.ts +7 -0
- package/serialization/types/ColumnFilterValuesItem.js +45 -0
- package/serialization/types/ColumnUnit.d.ts +7 -0
- package/serialization/types/ColumnUnit.js +39 -0
- package/serialization/types/ConversationConfig.d.ts +1 -0
- package/serialization/types/ConversationConfig.js +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigInput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigOutput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -2
- package/serialization/types/ConversationInitiationClientDataInternal.js +3 -4
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +3 -4
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +3 -4
- package/serialization/types/ConversationSimulationSpecification.d.ts +2 -2
- package/serialization/types/ConversationSimulationSpecification.js +2 -4
- package/serialization/types/ConversationSource.d.ts +10 -0
- package/serialization/types/ConversationSource.js +42 -0
- package/serialization/types/CreateLocationParams.d.ts +9 -0
- package/serialization/types/CreateLocationParams.js +41 -0
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -2
- package/serialization/types/CreateResponseUnitTestRequest.js +2 -4
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -2
- package/serialization/types/CreateSimulationTestRequest.js +2 -4
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -2
- package/serialization/types/CreateToolCallUnitTestRequest.js +2 -4
- package/serialization/types/Currency.d.ts +7 -0
- package/serialization/types/Currency.js +39 -0
- package/serialization/types/DeleteLocationParams.d.ts +9 -0
- package/serialization/types/DeleteLocationParams.js +41 -0
- package/serialization/types/DialogueTextAlignment.d.ts +11 -0
- package/serialization/types/DialogueTextAlignment.js +43 -0
- package/serialization/types/DubbingModel.d.ts +1 -1
- package/serialization/types/DubbingModel.js +1 -1
- package/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/serialization/types/DynamicVariableAssignment.js +1 -0
- package/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +7 -0
- package/serialization/types/DynamicVariableNestedValueTypeInput.js +39 -0
- package/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +7 -0
- package/serialization/types/DynamicVariableNestedValueTypeOutput.js +39 -0
- package/serialization/types/DynamicVariableValueTypeInput.d.ts +8 -0
- package/serialization/types/DynamicVariableValueTypeInput.js +46 -0
- package/serialization/types/DynamicVariableValueTypeOutput.d.ts +8 -0
- package/serialization/types/DynamicVariableValueTypeOutput.js +46 -0
- package/serialization/types/DynamicVariablesConfigInput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigInput.js +42 -0
- package/serialization/types/DynamicVariablesConfigOutput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigOutput.js +42 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +42 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +42 -0
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/serialization/types/GetAppointmentByConfirmationNumberParams.d.ts +9 -0
- package/serialization/types/GetAppointmentByConfirmationNumberParams.js +41 -0
- package/serialization/types/GetAudioIsolationHistoryResponseModel.d.ts +11 -0
- package/serialization/types/GetAudioIsolationHistoryResponseModel.js +43 -0
- package/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/GetResponseUnitTestResponseModel.js +2 -4
- package/serialization/types/GetScheduleParams.d.ts +1 -0
- package/serialization/types/GetScheduleParams.js +1 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -2
- package/serialization/types/GetSimulationTestResponseModel.js +2 -4
- package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/GetToolCallUnitTestResponseModel.js +2 -4
- package/serialization/types/GetToolExecutionsPageResponseModel.d.ts +12 -0
- package/serialization/types/GetToolExecutionsPageResponseModel.js +44 -0
- package/serialization/types/Icon.d.ts +12 -0
- package/serialization/types/Icon.js +45 -0
- package/serialization/types/ListLocationsParams.d.ts +9 -0
- package/serialization/types/ListLocationsParams.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +0 -2
- package/serialization/types/LlmReasoningEffort.d.ts +1 -1
- package/serialization/types/LlmReasoningEffort.js +1 -1
- package/serialization/types/ManualSource.d.ts +11 -0
- package/serialization/types/ManualSource.js +43 -0
- package/serialization/types/McpServerConfigInput.d.ts +5 -2
- package/serialization/types/McpServerConfigInput.js +5 -2
- package/serialization/types/McpServerConfigOutput.d.ts +5 -2
- package/serialization/types/McpServerConfigOutput.js +5 -2
- package/serialization/types/McpToolConfigOverrideInput.d.ts +26 -0
- package/serialization/types/McpToolConfigOverrideInput.js +60 -0
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +19 -0
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +51 -0
- package/serialization/types/McpToolConfigOverrideOutput.d.ts +26 -0
- package/serialization/types/McpToolConfigOverrideOutput.js +60 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +19 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +51 -0
- package/serialization/types/MemoryEntrySearchResult.d.ts +14 -0
- package/serialization/types/MemoryEntrySearchResult.js +46 -0
- package/serialization/types/MemoryEntrySearchResultSource.d.ts +9 -0
- package/serialization/types/MemoryEntrySearchResultSource.js +41 -0
- package/serialization/types/PendingBlocksMetadataModel.d.ts +10 -0
- package/serialization/types/PendingBlocksMetadataModel.js +42 -0
- package/serialization/types/PendingExternalAudiosMetadataModel.d.ts +10 -0
- package/serialization/types/PendingExternalAudiosMetadataModel.js +42 -0
- package/serialization/types/PhoneNumberTransfer.d.ts +3 -3
- package/serialization/types/PhoneNumberTransfer.js +3 -3
- package/serialization/types/PreToolSpeechMode.d.ts +7 -0
- package/serialization/types/PreToolSpeechMode.js +39 -0
- package/serialization/types/PreviewAudioDbModel.d.ts +2 -2
- package/serialization/types/PreviewAudioDbModel.js +2 -2
- package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/serialization/types/ProcedureCompilerMode.js +1 -1
- package/serialization/types/ProjectExtendedResponse.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponse.js +2 -2
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +6 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +6 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +6 -0
- package/serialization/types/ProjectVideoResponseModel.js +6 -0
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/serialization/types/QualityPresetType.d.ts +7 -0
- package/serialization/types/QualityPresetType.js +39 -0
- package/serialization/types/RagRetrievalInfo.d.ts +1 -0
- package/serialization/types/RagRetrievalInfo.js +1 -0
- package/serialization/types/ResponseUnitTestModel.d.ts +2 -2
- package/serialization/types/ResponseUnitTestModel.js +2 -4
- package/serialization/types/SessionStartedPayloadConfig.d.ts +2 -0
- package/serialization/types/SessionStartedPayloadConfig.js +2 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -2
- package/serialization/types/SimulationTestModel.js +2 -4
- package/serialization/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/serialization/types/SpeechHistoryItemResponse.js +0 -2
- package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
- package/serialization/types/SpeechHistoryItemResponseModelSource.js +12 -1
- package/serialization/types/Subscription.d.ts +4 -2
- package/serialization/types/Subscription.js +4 -2
- package/serialization/types/SubscriptionResponse.d.ts +4 -2
- package/serialization/types/SubscriptionResponse.js +4 -2
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/serialization/types/SystemToolConfigInput.js +2 -0
- package/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/serialization/types/SystemToolConfigOutput.js +2 -0
- package/serialization/types/TestSharingMode.d.ts +7 -0
- package/serialization/types/TestSharingMode.js +39 -0
- package/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +7 -0
- package/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +39 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunk.js +44 -0
- package/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +20 -0
- package/serialization/types/TextToDialogueWebsocketClientMessage.js +52 -0
- package/serialization/types/TextToDialogueWebsocketError.d.ts +12 -0
- package/serialization/types/TextToDialogueWebsocketError.js +44 -0
- package/serialization/types/TextToDialogueWebsocketFinal.d.ts +9 -0
- package/serialization/types/TextToDialogueWebsocketFinal.js +41 -0
- package/serialization/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +7 -0
- package/serialization/types/TextToDialogueWebsocketOutputFormatEnum.js +61 -0
- package/serialization/types/TextToDialogueWebsocketVoiceInput.d.ts +11 -0
- package/serialization/types/TextToDialogueWebsocketVoiceInput.js +43 -0
- package/serialization/types/Tool.d.ts +4 -0
- package/serialization/types/Tool.js +4 -0
- package/serialization/types/ToolCallUnitTestModel.d.ts +2 -2
- package/serialization/types/ToolCallUnitTestModel.js +2 -4
- package/serialization/types/ToolExecution.d.ts +11 -0
- package/serialization/types/ToolExecution.js +44 -0
- package/serialization/types/ToolExecutionResponseModel.d.ts +23 -0
- package/serialization/types/ToolExecutionResponseModel.js +55 -0
- package/serialization/types/ToolExecutionResponseModelToolCallDetails.d.ts +23 -0
- package/serialization/types/ToolExecutionResponseModelToolCallDetails.js +53 -0
- package/serialization/types/ToolExecutionTaskSupport.d.ts +7 -0
- package/serialization/types/ToolExecutionTaskSupport.js +39 -0
- package/serialization/types/UpdateLocationParams.d.ts +9 -0
- package/serialization/types/UpdateLocationParams.js +41 -0
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -2
- package/serialization/types/UpdateResponseUnitTestRequest.js +2 -4
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -2
- package/serialization/types/UpdateSimulationTestRequest.js +2 -4
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -2
- package/serialization/types/UpdateToolCallUnitTestRequest.js +2 -4
- package/serialization/types/VideoAnalysisResult.d.ts +0 -2
- package/serialization/types/VideoAnalysisResult.js +0 -2
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +4 -2
- package/serialization/types/WebhookToolConfigInput.js +4 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +4 -2
- package/serialization/types/WebhookToolConfigOutput.js +4 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -2
- package/serialization/types/WorkspaceAnalyticsQueryResponseModel.d.ts +15 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModel.js +47 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +7 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +39 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +7 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +45 -0
- package/serialization/types/index.d.ts +62 -38
- package/serialization/types/index.js +62 -38
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/realtime/connection.d.ts +2 -0
- package/wrapper/realtime/scribe.d.ts +10 -0
- package/wrapper/realtime/scribe.js +8 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -14
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -17
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -15
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -18
- package/api/types/AssetTranscriptionWord.d.ts +0 -6
- package/api/types/AvatarContextRequestModel.d.ts +0 -6
- package/api/types/AvatarContextResponseModel.d.ts +0 -10
- package/api/types/CheckRentalAvailabilityParams.d.ts +0 -3
- package/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -1
- package/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -1
- package/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -1
- package/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -1
- package/api/types/CreateRentalBookingParams.d.ts +0 -3
- package/api/types/CreateRentalServiceParams.d.ts +0 -3
- package/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/DeleteRentalServiceParams.d.ts +0 -3
- package/api/types/DynamicVariablesConfig.d.ts +0 -5
- package/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -5
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -6
- package/api/types/ExtendedSubscriptionResponseModelCurrency.js +0 -9
- package/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/ListRentalServicesParams.d.ts +0 -4
- package/api/types/McpToolConfigOverride.d.ts +0 -19
- package/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +0 -13
- package/api/types/MergingStrategy.d.ts +0 -7
- package/api/types/MergingStrategy.js +0 -10
- package/api/types/MultiSourceConfigJson.d.ts +0 -22
- package/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -9
- package/api/types/ProjectExtendedResponseModelQualityPreset.js +0 -12
- package/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/SourceConfigJson.d.ts +0 -32
- package/api/types/SourceRetrievalConfig.d.ts +0 -17
- package/api/types/SubscriptionResponseModelCurrency.d.ts +0 -6
- package/api/types/SubscriptionResponseModelCurrency.js +0 -9
- package/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -1
- package/api/types/UpdateRentalServiceParams.d.ts +0 -3
- package/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -1
- package/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -14
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -17
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -15
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -18
- package/dist/api/types/AssetTranscriptionWord.d.ts +0 -6
- package/dist/api/types/AvatarContextRequestModel.d.ts +0 -6
- package/dist/api/types/AvatarContextResponseModel.d.ts +0 -10
- package/dist/api/types/CheckRentalAvailabilityParams.d.ts +0 -3
- package/dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/CreateRentalBookingParams.d.ts +0 -3
- package/dist/api/types/CreateRentalServiceParams.d.ts +0 -3
- package/dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/DeleteRentalServiceParams.d.ts +0 -3
- package/dist/api/types/DynamicVariablesConfig.d.ts +0 -5
- package/dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -5
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -6
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.js +0 -9
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/ListRentalServicesParams.d.ts +0 -4
- package/dist/api/types/McpToolConfigOverride.d.ts +0 -19
- package/dist/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +0 -13
- package/dist/api/types/MergingStrategy.d.ts +0 -7
- package/dist/api/types/MergingStrategy.js +0 -10
- package/dist/api/types/MultiSourceConfigJson.d.ts +0 -22
- package/dist/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -9
- package/dist/api/types/ProjectExtendedResponseModelQualityPreset.js +0 -12
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/SourceConfigJson.d.ts +0 -32
- package/dist/api/types/SourceRetrievalConfig.d.ts +0 -17
- package/dist/api/types/SubscriptionResponseModelCurrency.d.ts +0 -6
- package/dist/api/types/SubscriptionResponseModelCurrency.js +0 -9
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/UpdateRentalServiceParams.d.ts +0 -3
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -1
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -7
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -39
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -7
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -39
- package/dist/serialization/types/AssetTranscriptionWord.d.ts +0 -12
- package/dist/serialization/types/AssetTranscriptionWord.js +0 -44
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +0 -12
- package/dist/serialization/types/AvatarContextRequestModel.js +0 -44
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +0 -12
- package/dist/serialization/types/AvatarContextResponseModel.js +0 -44
- package/dist/serialization/types/CheckRentalAvailabilityParams.d.ts +0 -9
- package/dist/serialization/types/CheckRentalAvailabilityParams.js +0 -41
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/CreateRentalBookingParams.d.ts +0 -9
- package/dist/serialization/types/CreateRentalBookingParams.js +0 -41
- package/dist/serialization/types/CreateRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/CreateRentalServiceParams.js +0 -41
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/DeleteRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/DeleteRentalServiceParams.js +0 -41
- package/dist/serialization/types/DynamicVariablesConfig.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfig.js +0 -44
- package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js +0 -44
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.js +0 -44
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +0 -44
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -7
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +0 -39
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/ListRentalServicesParams.d.ts +0 -10
- package/dist/serialization/types/ListRentalServicesParams.js +0 -42
- package/dist/serialization/types/McpToolConfigOverride.d.ts +0 -21
- package/dist/serialization/types/McpToolConfigOverride.js +0 -55
- package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +0 -19
- package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.js +0 -51
- package/dist/serialization/types/MergingStrategy.d.ts +0 -7
- package/dist/serialization/types/MergingStrategy.js +0 -39
- package/dist/serialization/types/MultiSourceConfigJson.d.ts +0 -17
- package/dist/serialization/types/MultiSourceConfigJson.js +0 -49
- package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.js +0 -39
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/SourceConfigJson.d.ts +0 -20
- package/dist/serialization/types/SourceConfigJson.js +0 -52
- package/dist/serialization/types/SourceRetrievalConfig.d.ts +0 -23
- package/dist/serialization/types/SourceRetrievalConfig.js +0 -57
- package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +0 -7
- package/dist/serialization/types/SubscriptionResponseModelCurrency.js +0 -39
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/UpdateRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/UpdateRentalServiceParams.js +0 -41
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +0 -44
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -7
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -39
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -7
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -39
- package/serialization/types/AssetTranscriptionWord.d.ts +0 -12
- package/serialization/types/AssetTranscriptionWord.js +0 -44
- package/serialization/types/AvatarContextRequestModel.d.ts +0 -12
- package/serialization/types/AvatarContextRequestModel.js +0 -44
- package/serialization/types/AvatarContextResponseModel.d.ts +0 -12
- package/serialization/types/AvatarContextResponseModel.js +0 -44
- package/serialization/types/CheckRentalAvailabilityParams.d.ts +0 -9
- package/serialization/types/CheckRentalAvailabilityParams.js +0 -41
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +0 -44
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +0 -44
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +0 -44
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +0 -44
- package/serialization/types/CreateRentalBookingParams.d.ts +0 -9
- package/serialization/types/CreateRentalBookingParams.js +0 -41
- package/serialization/types/CreateRentalServiceParams.d.ts +0 -9
- package/serialization/types/CreateRentalServiceParams.js +0 -41
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/types/DeleteRentalServiceParams.d.ts +0 -9
- package/serialization/types/DeleteRentalServiceParams.js +0 -41
- package/serialization/types/DynamicVariablesConfig.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfig.js +0 -44
- package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js +0 -44
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.js +0 -44
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +0 -44
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -7
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +0 -39
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +0 -44
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +0 -44
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +0 -44
- package/serialization/types/ListRentalServicesParams.d.ts +0 -10
- package/serialization/types/ListRentalServicesParams.js +0 -42
- package/serialization/types/McpToolConfigOverride.d.ts +0 -21
- package/serialization/types/McpToolConfigOverride.js +0 -55
- package/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +0 -19
- package/serialization/types/McpToolConfigOverrideInputOverridesValue.js +0 -51
- package/serialization/types/MergingStrategy.d.ts +0 -7
- package/serialization/types/MergingStrategy.js +0 -39
- package/serialization/types/MultiSourceConfigJson.d.ts +0 -17
- package/serialization/types/MultiSourceConfigJson.js +0 -49
- package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelQualityPreset.js +0 -39
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +0 -44
- package/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/SimulationTestModelDynamicVariablesValue.js +0 -44
- package/serialization/types/SourceConfigJson.d.ts +0 -20
- package/serialization/types/SourceConfigJson.js +0 -52
- package/serialization/types/SourceRetrievalConfig.d.ts +0 -23
- package/serialization/types/SourceRetrievalConfig.js +0 -57
- package/serialization/types/SubscriptionResponseModelCurrency.d.ts +0 -7
- package/serialization/types/SubscriptionResponseModelCurrency.js +0 -39
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +0 -44
- package/serialization/types/UpdateRentalServiceParams.d.ts +0 -9
- package/serialization/types/UpdateRentalServiceParams.js +0 -41
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +0 -44
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -7
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +0 -44
- /package/api/{types/AssetTranscriptionWord.js → resources/audioIsolation/client/requests/AudioIsolationListRequest.js} +0 -0
- /package/api/{types/AvatarContextRequestModel.js → resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.js} +0 -0
- /package/api/{types/AvatarContextResponseModel.js → resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +0 -0
- /package/api/{types/CheckRentalAvailabilityParams.js → resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js} +0 -0
- /package/api/types/{ConversationInitiationClientDataInternalDynamicVariablesValue.js → AnalysisProperty.js} +0 -0
- /package/api/types/{ConversationInitiationClientDataRequestInputDynamicVariablesValue.js → AnalysisPropertyConstantValue.js} +0 -0
- /package/api/types/{ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js → ArrayJsonSchemaPropertyInputConstantValueItem.js} +0 -0
- /package/api/types/{ConversationSimulationSpecificationDynamicVariablesValue.js → ArrayJsonSchemaPropertyOutputConstantValueItem.js} +0 -0
- /package/api/types/{CreateRentalBookingParams.js → AssetTranscriptionData.js} +0 -0
- /package/api/types/{CreateRentalServiceParams.js → AstNullNodeInput.js} +0 -0
- /package/api/types/{CreateResponseUnitTestRequestDynamicVariablesValue.js → AstNullNodeOutput.js} +0 -0
- /package/api/types/{CreateSimulationTestRequestDynamicVariablesValue.js → AudioIsolationHistoryItemResponseModel.js} +0 -0
- /package/api/types/{CreateToolCallUnitTestRequestDynamicVariablesValue.js → ColumnFilter.js} +0 -0
- /package/api/types/{DeleteRentalServiceParams.js → ColumnFilterValuesItem.js} +0 -0
- /package/api/types/{DynamicVariablesConfig.js → ConversationSource.js} +0 -0
- /package/api/types/{DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → CreateLocationParams.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverride.js → DeleteLocationParams.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → DialogueTextAlignment.js} +0 -0
- /package/api/types/{GetResponseUnitTestResponseModelDynamicVariablesValue.js → DynamicVariableNestedValueTypeInput.js} +0 -0
- /package/api/types/{GetSimulationTestResponseModelDynamicVariablesValue.js → DynamicVariableNestedValueTypeOutput.js} +0 -0
- /package/api/types/{GetToolCallUnitTestResponseModelDynamicVariablesValue.js → DynamicVariableValueTypeInput.js} +0 -0
- /package/api/types/{ListRentalServicesParams.js → DynamicVariableValueTypeOutput.js} +0 -0
- /package/api/types/{McpToolConfigOverride.js → DynamicVariablesConfigInput.js} +0 -0
- /package/api/types/{McpToolConfigOverrideInputOverridesValue.js → DynamicVariablesConfigOutput.js} +0 -0
- /package/api/types/{MultiSourceConfigJson.js → DynamicVariablesConfigWorkflowOverrideInput.js} +0 -0
- /package/api/types/{ResponseUnitTestModelDynamicVariablesValue.js → DynamicVariablesConfigWorkflowOverrideOutput.js} +0 -0
- /package/api/types/{SimulationTestModelDynamicVariablesValue.js → ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js} +0 -0
- /package/api/types/{SourceConfigJson.js → GetAppointmentByConfirmationNumberParams.js} +0 -0
- /package/api/types/{SourceRetrievalConfig.js → GetAudioIsolationHistoryResponseModel.js} +0 -0
- /package/api/types/{ToolCallUnitTestModelDynamicVariablesValue.js → GetToolExecutionsPageResponseModel.js} +0 -0
- /package/api/types/{UpdateRentalServiceParams.js → Icon.js} +0 -0
- /package/api/types/{UpdateResponseUnitTestRequestDynamicVariablesValue.js → ListLocationsParams.js} +0 -0
- /package/api/types/{UpdateSimulationTestRequestDynamicVariablesValue.js → ManualSource.js} +0 -0
- /package/api/types/{UpdateToolCallUnitTestRequestDynamicVariablesValue.js → McpToolConfigOverrideInput.js} +0 -0
- /package/{dist/api/types/AssetTranscriptionWord.js → api/types/McpToolConfigOverrideInputInputOverridesValue.js} +0 -0
- /package/{dist/api/types/AvatarContextRequestModel.js → api/types/McpToolConfigOverrideOutput.js} +0 -0
- /package/{dist/api/types/AvatarContextResponseModel.js → api/types/McpToolConfigOverrideOutputInputOverridesValue.js} +0 -0
- /package/{dist/api/types/CheckRentalAvailabilityParams.js → api/types/MemoryEntrySearchResult.js} +0 -0
- /package/{dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js → api/types/MemoryEntrySearchResultSource.js} +0 -0
- /package/{dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js → api/types/PendingBlocksMetadataModel.js} +0 -0
- /package/{dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js → api/types/PendingExternalAudiosMetadataModel.js} +0 -0
- /package/{dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.js → api/types/SubscriptionResponseModelMaxCreditLimitExtension.js} +0 -0
- /package/{dist/api/types/CreateRentalBookingParams.js → api/types/TextToDialogueWebsocketAudioChunk.js} +0 -0
- /package/{dist/api/types/CreateRentalServiceParams.js → api/types/TextToDialogueWebsocketClientMessage.js} +0 -0
- /package/{dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.js → api/types/TextToDialogueWebsocketError.js} +0 -0
- /package/{dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.js → api/types/TextToDialogueWebsocketFinal.js} +0 -0
- /package/{dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js → api/types/TextToDialogueWebsocketVoiceInput.js} +0 -0
- /package/{dist/api/types/DeleteRentalServiceParams.js → api/types/ToolExecution.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfig.js → api/types/ToolExecutionResponseModel.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → api/types/ToolExecutionResponseModelToolCallDetails.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverride.js → api/types/UpdateLocationParams.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → api/types/WorkspaceAnalyticsQueryResponseModel.js} +0 -0
- /package/{dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js → api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js} +0 -0
- /package/dist/api/{types/GetSimulationTestResponseModelDynamicVariablesValue.js → resources/audioIsolation/client/requests/AudioIsolationListRequest.js} +0 -0
- /package/dist/api/{types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js → resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.js} +0 -0
- /package/dist/api/{types/ListRentalServicesParams.js → resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +0 -0
- /package/dist/api/{types/McpToolConfigOverride.js → resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js} +0 -0
- /package/dist/api/types/{McpToolConfigOverrideInputOverridesValue.js → AnalysisProperty.js} +0 -0
- /package/dist/api/types/{MultiSourceConfigJson.js → AnalysisPropertyConstantValue.js} +0 -0
- /package/dist/api/types/{ResponseUnitTestModelDynamicVariablesValue.js → ArrayJsonSchemaPropertyInputConstantValueItem.js} +0 -0
- /package/dist/api/types/{SimulationTestModelDynamicVariablesValue.js → ArrayJsonSchemaPropertyOutputConstantValueItem.js} +0 -0
- /package/dist/api/types/{SourceConfigJson.js → AssetTranscriptionData.js} +0 -0
- /package/dist/api/types/{SourceRetrievalConfig.js → AstNullNodeInput.js} +0 -0
- /package/dist/api/types/{ToolCallUnitTestModelDynamicVariablesValue.js → AstNullNodeOutput.js} +0 -0
- /package/dist/api/types/{UpdateRentalServiceParams.js → AudioIsolationHistoryItemResponseModel.js} +0 -0
- /package/dist/api/types/{UpdateResponseUnitTestRequestDynamicVariablesValue.js → ColumnFilter.js} +0 -0
- /package/dist/api/types/{UpdateSimulationTestRequestDynamicVariablesValue.js → ColumnFilterValuesItem.js} +0 -0
- /package/dist/api/types/{UpdateToolCallUnitTestRequestDynamicVariablesValue.js → ConversationSource.js} +0 -0
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const DynamicVariablesConfigDynamicVariablePlaceholdersValue: core.serialization.Schema<serializers.DynamicVariablesConfigDynamicVariablePlaceholdersValue.Raw, ElevenLabs.DynamicVariablesConfigDynamicVariablePlaceholdersValue>;
|
|
5
|
-
export declare namespace DynamicVariablesConfigDynamicVariablePlaceholdersValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.DynamicVariablesConfigDynamicVariablePlaceholdersValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.DynamicVariablesConfigDynamicVariablePlaceholdersValue = core.serialization.undiscriminatedUnion([
|
|
40
|
-
core.serialization.string(),
|
|
41
|
-
core.serialization.number(),
|
|
42
|
-
core.serialization.number(),
|
|
43
|
-
core.serialization.boolean(),
|
|
44
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
import { DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue } from "./DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue";
|
|
5
|
-
export declare const DynamicVariablesConfigWorkflowOverride: core.serialization.ObjectSchema<serializers.DynamicVariablesConfigWorkflowOverride.Raw, ElevenLabs.DynamicVariablesConfigWorkflowOverride>;
|
|
6
|
-
export declare namespace DynamicVariablesConfigWorkflowOverride {
|
|
7
|
-
interface Raw {
|
|
8
|
-
dynamic_variable_placeholders?: Record<string, DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.Raw | null | undefined> | null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.DynamicVariablesConfigWorkflowOverride = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue_1 = require("./DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue");
|
|
40
|
-
exports.DynamicVariablesConfigWorkflowOverride = core.serialization.object({
|
|
41
|
-
dynamicVariablePlaceholders: core.serialization.property("dynamic_variable_placeholders", core.serialization
|
|
42
|
-
.record(core.serialization.string(), DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue_1.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.optional())
|
|
43
|
-
.optional()),
|
|
44
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue: core.serialization.Schema<serializers.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.Raw, ElevenLabs.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue>;
|
|
5
|
-
export declare namespace DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue = core.serialization.undiscriminatedUnion([
|
|
40
|
-
core.serialization.string(),
|
|
41
|
-
core.serialization.number(),
|
|
42
|
-
core.serialization.number(),
|
|
43
|
-
core.serialization.boolean(),
|
|
44
|
-
]);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const ExtendedSubscriptionResponseModelCurrency: core.serialization.Schema<serializers.ExtendedSubscriptionResponseModelCurrency.Raw, ElevenLabs.ExtendedSubscriptionResponseModelCurrency>;
|
|
5
|
-
export declare namespace ExtendedSubscriptionResponseModelCurrency {
|
|
6
|
-
type Raw = "usd" | "eur" | "inr";
|
|
7
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.ExtendedSubscriptionResponseModelCurrency = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.ExtendedSubscriptionResponseModelCurrency = core.serialization.enum_(["usd", "eur", "inr"]);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const GetResponseUnitTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetResponseUnitTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetResponseUnitTestResponseModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace GetResponseUnitTestResponseModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.GetResponseUnitTestResponseModelDynamicVariablesValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.GetResponseUnitTestResponseModelDynamicVariablesValue = core.serialization.undiscriminatedUnion([
|
|
40
|
-
core.serialization.string(),
|
|
41
|
-
core.serialization.number(),
|
|
42
|
-
core.serialization.number(),
|
|
43
|
-
core.serialization.boolean(),
|
|
44
|
-
]);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const GetSimulationTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetSimulationTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetSimulationTestResponseModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace GetSimulationTestResponseModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.GetSimulationTestResponseModelDynamicVariablesValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.GetSimulationTestResponseModelDynamicVariablesValue = core.serialization.undiscriminatedUnion([
|
|
40
|
-
core.serialization.string(),
|
|
41
|
-
core.serialization.number(),
|
|
42
|
-
core.serialization.number(),
|
|
43
|
-
core.serialization.boolean(),
|
|
44
|
-
]);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const GetToolCallUnitTestResponseModelDynamicVariablesValue: core.serialization.Schema<serializers.GetToolCallUnitTestResponseModelDynamicVariablesValue.Raw, ElevenLabs.GetToolCallUnitTestResponseModelDynamicVariablesValue>;
|
|
5
|
-
export declare namespace GetToolCallUnitTestResponseModelDynamicVariablesValue {
|
|
6
|
-
type Raw = string | number | number | boolean;
|
|
7
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.GetToolCallUnitTestResponseModelDynamicVariablesValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.GetToolCallUnitTestResponseModelDynamicVariablesValue = core.serialization.undiscriminatedUnion([
|
|
40
|
-
core.serialization.string(),
|
|
41
|
-
core.serialization.number(),
|
|
42
|
-
core.serialization.number(),
|
|
43
|
-
core.serialization.boolean(),
|
|
44
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const ListRentalServicesParams: core.serialization.ObjectSchema<serializers.ListRentalServicesParams.Raw, ElevenLabs.ListRentalServicesParams>;
|
|
5
|
-
export declare namespace ListRentalServicesParams {
|
|
6
|
-
interface Raw {
|
|
7
|
-
list_kwargs?: Record<string, unknown> | null;
|
|
8
|
-
smb_tool_type?: "list_rental_services" | null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.ListRentalServicesParams = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.ListRentalServicesParams = core.serialization.object({
|
|
40
|
-
listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
-
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_rental_services").optional()),
|
|
42
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
-
import { McpToolConfigOverrideInputOverridesValue } from "./McpToolConfigOverrideInputOverridesValue";
|
|
6
|
-
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
|
-
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
8
|
-
import { ToolExecutionMode } from "./ToolExecutionMode";
|
|
9
|
-
export declare const McpToolConfigOverride: core.serialization.ObjectSchema<serializers.McpToolConfigOverride.Raw, ElevenLabs.McpToolConfigOverride>;
|
|
10
|
-
export declare namespace McpToolConfigOverride {
|
|
11
|
-
interface Raw {
|
|
12
|
-
tool_name: string;
|
|
13
|
-
force_pre_tool_speech?: boolean | null;
|
|
14
|
-
disable_interruptions?: boolean | null;
|
|
15
|
-
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
16
|
-
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
17
|
-
execution_mode?: ToolExecutionMode.Raw | null;
|
|
18
|
-
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
19
|
-
input_overrides?: Record<string, McpToolConfigOverrideInputOverridesValue.Raw | null | undefined> | null;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.McpToolConfigOverride = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
|
-
const McpToolConfigOverrideInputOverridesValue_1 = require("./McpToolConfigOverrideInputOverridesValue");
|
|
41
|
-
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
42
|
-
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
43
|
-
const ToolExecutionMode_1 = require("./ToolExecutionMode");
|
|
44
|
-
exports.McpToolConfigOverride = core.serialization.object({
|
|
45
|
-
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
46
|
-
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
47
|
-
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
48
|
-
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
49
|
-
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
50
|
-
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
51
|
-
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
52
|
-
inputOverrides: core.serialization.property("input_overrides", core.serialization
|
|
53
|
-
.record(core.serialization.string(), McpToolConfigOverrideInputOverridesValue_1.McpToolConfigOverrideInputOverridesValue.optional())
|
|
54
|
-
.optional()),
|
|
55
|
-
});
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
import { ConstantSchemaOverride } from "./ConstantSchemaOverride";
|
|
5
|
-
import { DynamicVariableSchemaOverride } from "./DynamicVariableSchemaOverride";
|
|
6
|
-
import { LlmSchemaOverride } from "./LlmSchemaOverride";
|
|
7
|
-
export declare const McpToolConfigOverrideInputOverridesValue: core.serialization.Schema<serializers.McpToolConfigOverrideInputOverridesValue.Raw, ElevenLabs.McpToolConfigOverrideInputOverridesValue>;
|
|
8
|
-
export declare namespace McpToolConfigOverrideInputOverridesValue {
|
|
9
|
-
type Raw = McpToolConfigOverrideInputOverridesValue.Constant | McpToolConfigOverrideInputOverridesValue.DynamicVariable | McpToolConfigOverrideInputOverridesValue.Llm;
|
|
10
|
-
interface Constant extends ConstantSchemaOverride.Raw {
|
|
11
|
-
source: "constant";
|
|
12
|
-
}
|
|
13
|
-
interface DynamicVariable extends DynamicVariableSchemaOverride.Raw {
|
|
14
|
-
source: "dynamic_variable";
|
|
15
|
-
}
|
|
16
|
-
interface Llm extends LlmSchemaOverride.Raw {
|
|
17
|
-
source: "llm";
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.McpToolConfigOverrideInputOverridesValue = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const ConstantSchemaOverride_1 = require("./ConstantSchemaOverride");
|
|
40
|
-
const DynamicVariableSchemaOverride_1 = require("./DynamicVariableSchemaOverride");
|
|
41
|
-
const LlmSchemaOverride_1 = require("./LlmSchemaOverride");
|
|
42
|
-
exports.McpToolConfigOverrideInputOverridesValue = core.serialization
|
|
43
|
-
.union("source", {
|
|
44
|
-
constant: ConstantSchemaOverride_1.ConstantSchemaOverride,
|
|
45
|
-
dynamic_variable: DynamicVariableSchemaOverride_1.DynamicVariableSchemaOverride,
|
|
46
|
-
llm: LlmSchemaOverride_1.LlmSchemaOverride,
|
|
47
|
-
})
|
|
48
|
-
.transform({
|
|
49
|
-
transform: (value) => value,
|
|
50
|
-
untransform: (value) => value,
|
|
51
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
export declare const MergingStrategy: core.serialization.Schema<serializers.MergingStrategy.Raw, ElevenLabs.MergingStrategy>;
|
|
5
|
-
export declare namespace MergingStrategy {
|
|
6
|
-
type Raw = "rank_fusion" | "top_k_per_source" | "weighted_interleave";
|
|
7
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.MergingStrategy = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.MergingStrategy = core.serialization.enum_(["rank_fusion", "top_k_per_source", "weighted_interleave"]);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import type * as serializers from "../index";
|
|
4
|
-
import { MergingStrategy } from "./MergingStrategy";
|
|
5
|
-
import { SourceConfigJson } from "./SourceConfigJson";
|
|
6
|
-
export declare const MultiSourceConfigJson: core.serialization.ObjectSchema<serializers.MultiSourceConfigJson.Raw, ElevenLabs.MultiSourceConfigJson>;
|
|
7
|
-
export declare namespace MultiSourceConfigJson {
|
|
8
|
-
interface Raw {
|
|
9
|
-
source_names?: string[] | null;
|
|
10
|
-
source_overrides?: SourceConfigJson.Raw[] | null;
|
|
11
|
-
merging_strategy?: MergingStrategy.Raw | null;
|
|
12
|
-
final_top_k?: number | null;
|
|
13
|
-
use_decomposition?: boolean | null;
|
|
14
|
-
use_reformulation?: boolean | null;
|
|
15
|
-
synthesize_response?: boolean | null;
|
|
16
|
-
}
|
|
17
|
-
}
|