@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
|
@@ -12,6 +12,8 @@ export interface WebhookToolApiSchemaConfigInput {
|
|
|
12
12
|
queryParamsSchema?: ElevenLabs.QueryParamsJsonSchema;
|
|
13
13
|
/** Schema for the body parameters, if any. Used for POST/PATCH/PUT requests. The schema should be an object which will be sent as the json body */
|
|
14
14
|
requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyInput;
|
|
15
|
+
/** Schema describing the expected response body structure. For documentation only; not surfaced to the LLM. */
|
|
16
|
+
responseBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyInput;
|
|
15
17
|
/** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
|
|
16
18
|
contentType?: ElevenLabs.WebhookToolApiSchemaConfigInputContentType;
|
|
17
19
|
/** Optional auth connection to use for authentication with this webhook */
|
|
@@ -12,6 +12,8 @@ export interface WebhookToolApiSchemaConfigOutput {
|
|
|
12
12
|
queryParamsSchema?: ElevenLabs.QueryParamsJsonSchema;
|
|
13
13
|
/** Schema for the body parameters, if any. Used for POST/PATCH/PUT requests. The schema should be an object which will be sent as the json body */
|
|
14
14
|
requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyOutput;
|
|
15
|
+
/** Schema describing the expected response body structure. For documentation only; not surfaced to the LLM. */
|
|
16
|
+
responseBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyOutput;
|
|
15
17
|
/** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
|
|
16
18
|
contentType?: ElevenLabs.WebhookToolApiSchemaConfigOutputContentType;
|
|
17
19
|
/** Optional auth connection to use for authentication with this webhook */
|
|
@@ -10,8 +10,10 @@ export interface WebhookToolConfigInput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -21,7 +23,7 @@ export interface WebhookToolConfigInput {
|
|
|
21
23
|
/** Controls how tool errors are processed before being shared with the agent. 'auto' determines handling based on tool type (summarized for native integrations, hide for others), 'summarized' sends an LLM-generated summary, 'passthrough' sends the raw error, 'hide' does not share the error with the agent. */
|
|
22
24
|
toolErrorHandlingMode?: ElevenLabs.ToolErrorHandlingMode;
|
|
23
25
|
/** Configuration for dynamic variables */
|
|
24
|
-
dynamicVariables?: ElevenLabs.
|
|
26
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigInput;
|
|
25
27
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
28
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
27
29
|
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
@@ -10,8 +10,10 @@ export interface WebhookToolConfigOutput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -21,7 +23,7 @@ export interface WebhookToolConfigOutput {
|
|
|
21
23
|
/** Controls how tool errors are processed before being shared with the agent. 'auto' determines handling based on tool type (summarized for native integrations, hide for others), 'summarized' sends an LLM-generated summary, 'passthrough' sends the raw error, 'hide' does not share the error with the agent. */
|
|
22
24
|
toolErrorHandlingMode?: ElevenLabs.ToolErrorHandlingMode;
|
|
23
25
|
/** Configuration for dynamic variables */
|
|
24
|
-
dynamicVariables?: ElevenLabs.
|
|
26
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigOutput;
|
|
25
27
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
28
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
27
29
|
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
@@ -2,12 +2,12 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface WorkflowPhoneNumberNodeModelInput {
|
|
3
3
|
/** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
|
|
4
4
|
customSipHeaders?: ElevenLabs.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem[];
|
|
5
|
+
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination;
|
|
6
|
+
transferType?: ElevenLabs.TransferTypeEnum;
|
|
7
|
+
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. Only supported for Twilio transfers. */
|
|
8
|
+
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelInputPostDialDigits;
|
|
5
9
|
/** Position of the node in the workflow. */
|
|
6
10
|
position?: ElevenLabs.PositionInput;
|
|
7
11
|
/** The ids of outgoing edges in the order they should be evaluated. */
|
|
8
12
|
edgeOrder?: string[];
|
|
9
|
-
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination;
|
|
10
|
-
transferType?: ElevenLabs.TransferTypeEnum;
|
|
11
|
-
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. */
|
|
12
|
-
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelInputPostDialDigits;
|
|
13
13
|
}
|
|
@@ -2,12 +2,12 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface WorkflowPhoneNumberNodeModelOutput {
|
|
3
3
|
/** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
|
|
4
4
|
customSipHeaders: ElevenLabs.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem[];
|
|
5
|
+
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination;
|
|
6
|
+
transferType: ElevenLabs.TransferTypeEnum;
|
|
7
|
+
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. Only supported for Twilio transfers. */
|
|
8
|
+
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelOutputPostDialDigits;
|
|
5
9
|
/** Position of the node in the workflow. */
|
|
6
10
|
position: ElevenLabs.PositionOutput;
|
|
7
11
|
/** The ids of outgoing edges in the order they should be evaluated. */
|
|
8
12
|
edgeOrder: string[];
|
|
9
|
-
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination;
|
|
10
|
-
transferType: ElevenLabs.TransferTypeEnum;
|
|
11
|
-
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. */
|
|
12
|
-
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelOutputPostDialDigits;
|
|
13
13
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export interface WorkspaceAnalyticsQueryResponseModel {
|
|
3
|
+
columns: string[];
|
|
4
|
+
columnTypes: ElevenLabs.WorkspaceAnalyticsQueryResponseModelColumnTypesItem[];
|
|
5
|
+
rows: (ElevenLabs.WorkspaceAnalyticsQueryResponseModelRowsItemItem | undefined)[][];
|
|
6
|
+
columnUnits: (ElevenLabs.ColumnUnit | undefined)[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const WorkspaceAnalyticsQueryResponseModelColumnTypesItem: {
|
|
2
|
+
readonly String: "String";
|
|
3
|
+
readonly Float: "Float";
|
|
4
|
+
readonly DateTime: "DateTime";
|
|
5
|
+
readonly Int: "Int";
|
|
6
|
+
readonly Bool: "Bool";
|
|
7
|
+
readonly Json: "JSON";
|
|
8
|
+
readonly Map: "Map";
|
|
9
|
+
};
|
|
10
|
+
export type WorkspaceAnalyticsQueryResponseModelColumnTypesItem = (typeof WorkspaceAnalyticsQueryResponseModelColumnTypesItem)[keyof typeof WorkspaceAnalyticsQueryResponseModelColumnTypesItem];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.WorkspaceAnalyticsQueryResponseModelColumnTypesItem = void 0;
|
|
5
|
+
exports.WorkspaceAnalyticsQueryResponseModelColumnTypesItem = {
|
|
6
|
+
String: "String",
|
|
7
|
+
Float: "Float",
|
|
8
|
+
DateTime: "DateTime",
|
|
9
|
+
Int: "Int",
|
|
10
|
+
Bool: "Bool",
|
|
11
|
+
Json: "JSON",
|
|
12
|
+
Map: "Map",
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type WorkspaceAnalyticsQueryResponseModelRowsItemItem = string | number | number | boolean | Date;
|
|
@@ -43,6 +43,7 @@ export * from "./AgentTestFolderPathSegmentResponseModel";
|
|
|
43
43
|
export * from "./AgentTestingSettings";
|
|
44
44
|
export * from "./AgentTopicResponseModel";
|
|
45
45
|
export * from "./AgentTransfer";
|
|
46
|
+
export * from "./AgentTrustContext";
|
|
46
47
|
export * from "./AgentVersionMetadata";
|
|
47
48
|
export * from "./AgentVersionParents";
|
|
48
49
|
export * from "./AgentWorkflowRequestModel";
|
|
@@ -54,6 +55,9 @@ export * from "./AgentWorkspaceOverridesOutput";
|
|
|
54
55
|
export * from "./Alignment";
|
|
55
56
|
export * from "./AllowedOutputFormats";
|
|
56
57
|
export * from "./AllowlistItem";
|
|
58
|
+
export * from "./AnalysisProperty";
|
|
59
|
+
export * from "./AnalysisPropertyConstantValue";
|
|
60
|
+
export * from "./AnalysisPropertyType";
|
|
57
61
|
export * from "./AnalysisScope";
|
|
58
62
|
export * from "./ApiIntegrationOAuth2AuthCodeResponse";
|
|
59
63
|
export * from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
|
|
@@ -63,8 +67,10 @@ export * from "./ApiIntegrationWebhookOverridesSchemaOverridesValue";
|
|
|
63
67
|
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
64
68
|
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
65
69
|
export * from "./ArrayJsonSchemaPropertyInput";
|
|
70
|
+
export * from "./ArrayJsonSchemaPropertyInputConstantValueItem";
|
|
66
71
|
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
67
72
|
export * from "./ArrayJsonSchemaPropertyOutput";
|
|
73
|
+
export * from "./ArrayJsonSchemaPropertyOutputConstantValueItem";
|
|
68
74
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
69
75
|
export * from "./AsrConversationalConfig";
|
|
70
76
|
export * from "./AsrConversationalConfigWorkflowOverride";
|
|
@@ -72,7 +78,8 @@ export * from "./AsrInputFormat";
|
|
|
72
78
|
export * from "./AsrProvider";
|
|
73
79
|
export * from "./AsrQuality";
|
|
74
80
|
export * from "./AssetTranscription";
|
|
75
|
-
export * from "./
|
|
81
|
+
export * from "./AssetTranscriptionData";
|
|
82
|
+
export * from "./AssetTranscriptionStatus";
|
|
76
83
|
export * from "./AstAdditionOperatorNodeInput";
|
|
77
84
|
export * from "./AstAdditionOperatorNodeOutput";
|
|
78
85
|
export * from "./AstAndOperatorNodeInput";
|
|
@@ -105,6 +112,8 @@ export * from "./AstNodeInput";
|
|
|
105
112
|
export * from "./AstNodeOutput";
|
|
106
113
|
export * from "./AstNotEqualsOperatorNodeInput";
|
|
107
114
|
export * from "./AstNotEqualsOperatorNodeOutput";
|
|
115
|
+
export * from "./AstNullNodeInput";
|
|
116
|
+
export * from "./AstNullNodeOutput";
|
|
108
117
|
export * from "./AstNumberNodeInput";
|
|
109
118
|
export * from "./AstNumberNodeOutput";
|
|
110
119
|
export * from "./AstOrOperatorNodeInput";
|
|
@@ -120,6 +129,7 @@ export * from "./AudioAnalysis";
|
|
|
120
129
|
export * from "./AudioAnalysisResult";
|
|
121
130
|
export * from "./AudioAnalysisStatus";
|
|
122
131
|
export * from "./AudioFormatEnum";
|
|
132
|
+
export * from "./AudioIsolationHistoryItemResponseModel";
|
|
123
133
|
export * from "./AudioKeyMoment";
|
|
124
134
|
export * from "./AudioNativeCreateProjectResponseModel";
|
|
125
135
|
export * from "./AudioNativeEditContentResponseModel";
|
|
@@ -137,8 +147,6 @@ export * from "./AuthConnectionLocator";
|
|
|
137
147
|
export * from "./AuthorizationMethod";
|
|
138
148
|
export * from "./AuthSettings";
|
|
139
149
|
export * from "./AutoSyncInfo";
|
|
140
|
-
export * from "./AvatarContextRequestModel";
|
|
141
|
-
export * from "./AvatarContextResponseModel";
|
|
142
150
|
export * from "./BackupLlmDefault";
|
|
143
151
|
export * from "./BackupLlmDisabled";
|
|
144
152
|
export * from "./BackupLlmOverride";
|
|
@@ -201,7 +209,6 @@ export * from "./CharacterAlignmentResponseModel";
|
|
|
201
209
|
export * from "./CharacterRefreshPeriod";
|
|
202
210
|
export * from "./CharacterUsageResponse";
|
|
203
211
|
export * from "./ChatSourceMedium";
|
|
204
|
-
export * from "./CheckRentalAvailabilityParams";
|
|
205
212
|
export * from "./CheckServiceAvailabilityParams";
|
|
206
213
|
export * from "./ClientEvent";
|
|
207
214
|
export * from "./ClientToolConfigInput";
|
|
@@ -214,6 +221,10 @@ export * from "./CloseContext";
|
|
|
214
221
|
export * from "./CloseSocket";
|
|
215
222
|
export * from "./CoachedAgentSettings";
|
|
216
223
|
export * from "./CoachingAgentSettings";
|
|
224
|
+
export * from "./ColumnFilter";
|
|
225
|
+
export * from "./ColumnFilterOperation";
|
|
226
|
+
export * from "./ColumnFilterValuesItem";
|
|
227
|
+
export * from "./ColumnUnit";
|
|
217
228
|
export * from "./CommittedTranscriptPayload";
|
|
218
229
|
export * from "./CommittedTranscriptWithTimestampsPayload";
|
|
219
230
|
export * from "./ConfigEntityType";
|
|
@@ -298,18 +309,15 @@ export * from "./ConversationHistoryTwilioPhoneCallModel";
|
|
|
298
309
|
export * from "./ConversationInitiationClientDataConfigInput";
|
|
299
310
|
export * from "./ConversationInitiationClientDataConfigOutput";
|
|
300
311
|
export * from "./ConversationInitiationClientDataInternal";
|
|
301
|
-
export * from "./ConversationInitiationClientDataInternalDynamicVariablesValue";
|
|
302
312
|
export * from "./ConversationInitiationClientDataRequestInput";
|
|
303
|
-
export * from "./ConversationInitiationClientDataRequestInputDynamicVariablesValue";
|
|
304
313
|
export * from "./ConversationInitiationClientDataRequestOutput";
|
|
305
|
-
export * from "./ConversationInitiationClientDataRequestOutputDynamicVariablesValue";
|
|
306
314
|
export * from "./ConversationInitiationClientDataWebhook";
|
|
307
315
|
export * from "./ConversationInitiationClientDataWebhookRequestHeadersValue";
|
|
308
316
|
export * from "./ConversationInitiationSource";
|
|
309
317
|
export * from "./ConversationInitiationSourceInfo";
|
|
310
318
|
export * from "./ConversationSignedUrlResponseModel";
|
|
311
319
|
export * from "./ConversationSimulationSpecification";
|
|
312
|
-
export * from "./
|
|
320
|
+
export * from "./ConversationSource";
|
|
313
321
|
export * from "./ConversationSummaryResponseModel";
|
|
314
322
|
export * from "./ConversationSummaryResponseModelStatus";
|
|
315
323
|
export * from "./ConversationTokenDbModel";
|
|
@@ -332,6 +340,7 @@ export * from "./CreateClientInteractionParams";
|
|
|
332
340
|
export * from "./CreateClientParams";
|
|
333
341
|
export * from "./CreateCustomHeaderAuthRequest";
|
|
334
342
|
export * from "./CreateHolidayParams";
|
|
343
|
+
export * from "./CreateLocationParams";
|
|
335
344
|
export * from "./CreateMtlsAuthRequest";
|
|
336
345
|
export * from "./CreateOAuth2ClientCredsRequest";
|
|
337
346
|
export * from "./CreateOAuth2JwtRequest";
|
|
@@ -342,21 +351,17 @@ export * from "./CreatePrivateKeyJwtRequest";
|
|
|
342
351
|
export * from "./CreatePrivateKeyJwtRequestAlgorithm";
|
|
343
352
|
export * from "./CreateProductParams";
|
|
344
353
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
345
|
-
export * from "./CreateRentalBookingParams";
|
|
346
|
-
export * from "./CreateRentalServiceParams";
|
|
347
354
|
export * from "./CreateResponseUnitTestRequest";
|
|
348
|
-
export * from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
349
355
|
export * from "./CreateSecretEnvironmentVariableRequest";
|
|
350
356
|
export * from "./CreateServiceParams";
|
|
351
357
|
export * from "./CreateSimulationTestRequest";
|
|
352
|
-
export * from "./CreateSimulationTestRequestDynamicVariablesValue";
|
|
353
358
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
354
359
|
export * from "./CreateStaffParams";
|
|
355
360
|
export * from "./CreateStringEnvironmentVariableRequest";
|
|
356
361
|
export * from "./CreateToolCallUnitTestRequest";
|
|
357
|
-
export * from "./CreateToolCallUnitTestRequestDynamicVariablesValue";
|
|
358
362
|
export * from "./CreateTranscriptRequest";
|
|
359
363
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
364
|
+
export * from "./Currency";
|
|
360
365
|
export * from "./CustomGuardrailConfig";
|
|
361
366
|
export * from "./CustomGuardrailConfigTriggerAction";
|
|
362
367
|
export * from "./CustomGuardrailInput";
|
|
@@ -386,10 +391,10 @@ export * from "./DeleteClientParams";
|
|
|
386
391
|
export * from "./DeleteDubbingResponseModel";
|
|
387
392
|
export * from "./DeleteHistoryItemResponse";
|
|
388
393
|
export * from "./DeleteHolidayParams";
|
|
394
|
+
export * from "./DeleteLocationParams";
|
|
389
395
|
export * from "./DeleteProductParams";
|
|
390
396
|
export * from "./DeleteProjectRequest";
|
|
391
397
|
export * from "./DeleteProjectResponseModel";
|
|
392
|
-
export * from "./DeleteRentalServiceParams";
|
|
393
398
|
export * from "./DeleteSampleResponse";
|
|
394
399
|
export * from "./DeleteServiceParams";
|
|
395
400
|
export * from "./DeleteStaffParams";
|
|
@@ -414,6 +419,7 @@ export * from "./DetailedMusicResponse";
|
|
|
414
419
|
export * from "./DetectedEntity";
|
|
415
420
|
export * from "./DialogueInput";
|
|
416
421
|
export * from "./DialogueInputResponseModel";
|
|
422
|
+
export * from "./DialogueTextAlignment";
|
|
417
423
|
export * from "./DirectPublishingReadResponseModel";
|
|
418
424
|
export * from "./DirectPublishingReadResponseModelDisplayMode";
|
|
419
425
|
export * from "./DirectPublishingReadResponseModelGenreItem";
|
|
@@ -440,12 +446,16 @@ export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
|
|
|
440
446
|
export * from "./DubbingTranscriptUtterance";
|
|
441
447
|
export * from "./DubbingTranscriptWord";
|
|
442
448
|
export * from "./DynamicVariableAssignment";
|
|
449
|
+
export * from "./DynamicVariableNestedValueTypeInput";
|
|
450
|
+
export * from "./DynamicVariableNestedValueTypeOutput";
|
|
443
451
|
export * from "./DynamicVariableSchemaOverride";
|
|
444
|
-
export * from "./
|
|
445
|
-
export * from "./
|
|
446
|
-
export * from "./
|
|
447
|
-
export * from "./
|
|
452
|
+
export * from "./DynamicVariablesConfigInput";
|
|
453
|
+
export * from "./DynamicVariablesConfigOutput";
|
|
454
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideInput";
|
|
455
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideOutput";
|
|
448
456
|
export * from "./DynamicVariableUpdateCommonModel";
|
|
457
|
+
export * from "./DynamicVariableValueTypeInput";
|
|
458
|
+
export * from "./DynamicVariableValueTypeOutput";
|
|
449
459
|
export * from "./EditChapterResponseModel";
|
|
450
460
|
export * from "./EditProjectResponseModel";
|
|
451
461
|
export * from "./EditVoiceResponseModel";
|
|
@@ -470,7 +480,7 @@ export * from "./EvaluationSettingsOutput";
|
|
|
470
480
|
export * from "./EvaluationSuccessResult";
|
|
471
481
|
export * from "./ExactParameterEvaluationStrategy";
|
|
472
482
|
export * from "./ExportOptions";
|
|
473
|
-
export * from "./
|
|
483
|
+
export * from "./ExtendedSubscriptionResponseModelMaxCreditLimitExtension";
|
|
474
484
|
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
475
485
|
export * from "./FeatureStatusCommonModel";
|
|
476
486
|
export * from "./FeaturesUsageCommonModel";
|
|
@@ -500,6 +510,8 @@ export * from "./GetAgentsPageResponseModel";
|
|
|
500
510
|
export * from "./GetAgentTestFolderResponseModel";
|
|
501
511
|
export * from "./GetAgentTopicsResponseModel";
|
|
502
512
|
export * from "./GetAnalyticsSummaryParams";
|
|
513
|
+
export * from "./GetAppointmentByConfirmationNumberParams";
|
|
514
|
+
export * from "./GetAudioIsolationHistoryResponseModel";
|
|
503
515
|
export * from "./GetAudioNativeProjectSettingsResponseModel";
|
|
504
516
|
export * from "./GetBookingPageSettingsParams";
|
|
505
517
|
export * from "./GetBookingSlugStatusParams";
|
|
@@ -552,23 +564,21 @@ export * from "./GetPronunciationDictionaryWithRulesResponseModel";
|
|
|
552
564
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource";
|
|
553
565
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelRulesItem";
|
|
554
566
|
export * from "./GetResponseUnitTestResponseModel";
|
|
555
|
-
export * from "./GetResponseUnitTestResponseModelDynamicVariablesValue";
|
|
556
567
|
export * from "./GetScheduleParams";
|
|
557
568
|
export * from "./GetSecretDependenciesResponseModel";
|
|
558
569
|
export * from "./GetSecretDependenciesResponseModelDependencies";
|
|
559
570
|
export * from "./GetSecretDependenciesResponseModelDependenciesOneItem";
|
|
560
571
|
export * from "./GetSecretDependenciesResponseModelDependenciesZeroItem";
|
|
561
572
|
export * from "./GetSimulationTestResponseModel";
|
|
562
|
-
export * from "./GetSimulationTestResponseModelDynamicVariablesValue";
|
|
563
573
|
export * from "./GetSpeechHistoryResponse";
|
|
564
574
|
export * from "./GetTestInvocationsPageResponseModel";
|
|
565
575
|
export * from "./GetTestSuiteInvocationResponseModel";
|
|
566
576
|
export * from "./GetTestsPageResponseModel";
|
|
567
577
|
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
568
578
|
export * from "./GetToolCallUnitTestResponseModel";
|
|
569
|
-
export * from "./GetToolCallUnitTestResponseModelDynamicVariablesValue";
|
|
570
579
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
571
580
|
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
581
|
+
export * from "./GetToolExecutionsPageResponseModel";
|
|
572
582
|
export * from "./GetVoicesResponse";
|
|
573
583
|
export * from "./GetVoicesV2Response";
|
|
574
584
|
export * from "./GetWhatsAppAccountResponse";
|
|
@@ -581,6 +591,7 @@ export * from "./HistoryAlignmentsResponseModel";
|
|
|
581
591
|
export * from "./HistoryItemResponse";
|
|
582
592
|
export * from "./HtmlExportOptions";
|
|
583
593
|
export * from "./HttpValidationError";
|
|
594
|
+
export * from "./Icon";
|
|
584
595
|
export * from "./ImageAvatar";
|
|
585
596
|
export * from "./InboundSipTrunkConfigRequestModel";
|
|
586
597
|
export * from "./InitialiseContext";
|
|
@@ -623,9 +634,9 @@ export * from "./ListCalendarEventsParams";
|
|
|
623
634
|
export * from "./ListClientInteractionsParams";
|
|
624
635
|
export * from "./ListClientsParams";
|
|
625
636
|
export * from "./ListHolidaysParams";
|
|
637
|
+
export * from "./ListLocationsParams";
|
|
626
638
|
export * from "./ListMcpToolsResponseModel";
|
|
627
639
|
export * from "./ListProductsParams";
|
|
628
|
-
export * from "./ListRentalServicesParams";
|
|
629
640
|
export * from "./ListResponseAgentBranchSummary";
|
|
630
641
|
export * from "./ListResponseMeta";
|
|
631
642
|
export * from "./ListServicesParams";
|
|
@@ -654,6 +665,7 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
|
654
665
|
export * from "./LlmUsageCalculatorResponseModel";
|
|
655
666
|
export * from "./LlmUsageInput";
|
|
656
667
|
export * from "./LlmUsageOutput";
|
|
668
|
+
export * from "./ManualSource";
|
|
657
669
|
export * from "./ManualVerificationFileResponse";
|
|
658
670
|
export * from "./ManualVerificationResponse";
|
|
659
671
|
export * from "./MatchAnythingParameterEvaluationStrategy";
|
|
@@ -675,9 +687,12 @@ export * from "./McpServersResponseModel";
|
|
|
675
687
|
export * from "./McpServerTransport";
|
|
676
688
|
export * from "./McpToolApprovalHash";
|
|
677
689
|
export * from "./McpToolApprovalPolicy";
|
|
678
|
-
export * from "./
|
|
679
|
-
export * from "./
|
|
680
|
-
export * from "./
|
|
690
|
+
export * from "./McpToolConfigOverrideInput";
|
|
691
|
+
export * from "./McpToolConfigOverrideInputInputOverridesValue";
|
|
692
|
+
export * from "./McpToolConfigOverrideOutput";
|
|
693
|
+
export * from "./McpToolConfigOverrideOutputInputOverridesValue";
|
|
694
|
+
export * from "./MemoryEntrySearchResult";
|
|
695
|
+
export * from "./MemoryEntrySearchResultSource";
|
|
681
696
|
export * from "./MessageSearchSortBy";
|
|
682
697
|
export * from "./MessagesSearchResponse";
|
|
683
698
|
export * from "./MessagesSearchResult";
|
|
@@ -694,7 +709,6 @@ export * from "./ModerationGuardrailOutput";
|
|
|
694
709
|
export * from "./MtlsAuthResponse";
|
|
695
710
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
696
711
|
export * from "./MultipartMusicResponse";
|
|
697
|
-
export * from "./MultiSourceConfigJson";
|
|
698
712
|
export * from "./MusicExploreSongSourceContext";
|
|
699
713
|
export * from "./MusicPrompt";
|
|
700
714
|
export * from "./MusicUploadResponse";
|
|
@@ -718,9 +732,11 @@ export * from "./OutputFormat";
|
|
|
718
732
|
export * from "./PartialTranscriptPayload";
|
|
719
733
|
export * from "./PatchWorkspaceWebhookResponseModel";
|
|
720
734
|
export * from "./PdfExportOptions";
|
|
735
|
+
export * from "./PendingBlocksMetadataModel";
|
|
721
736
|
export * from "./PendingCancellationResponseModel";
|
|
722
737
|
export * from "./PendingClipTask";
|
|
723
738
|
export * from "./PendingClipTaskType";
|
|
739
|
+
export * from "./PendingExternalAudiosMetadataModel";
|
|
724
740
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
725
741
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
726
742
|
export * from "./PermissionType";
|
|
@@ -747,6 +763,7 @@ export * from "./PostAgentAvatarResponseModel";
|
|
|
747
763
|
export * from "./PostDialDigitsDynamicVariable";
|
|
748
764
|
export * from "./PostDialDigitsStatic";
|
|
749
765
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
766
|
+
export * from "./PreToolSpeechMode";
|
|
750
767
|
export * from "./PreviewAudioDbModel";
|
|
751
768
|
export * from "./PrivacyConfigInput";
|
|
752
769
|
export * from "./PrivacyConfigOutput";
|
|
@@ -764,7 +781,6 @@ export * from "./ProjectExtendedResponseModelApplyTextNormalization";
|
|
|
764
781
|
export * from "./ProjectExtendedResponseModelAspectRatio";
|
|
765
782
|
export * from "./ProjectExtendedResponseModelAssetsItem";
|
|
766
783
|
export * from "./ProjectExtendedResponseModelFiction";
|
|
767
|
-
export * from "./ProjectExtendedResponseModelQualityPreset";
|
|
768
784
|
export * from "./ProjectExtendedResponseModelSourceType";
|
|
769
785
|
export * from "./ProjectExtendedResponseModelTargetAudience";
|
|
770
786
|
export * from "./ProjectExternalAudioResponseModel";
|
|
@@ -814,6 +830,7 @@ export * from "./PronunciationDictionaryVersionLocator";
|
|
|
814
830
|
export * from "./PronunciationDictionaryVersionResponseModel";
|
|
815
831
|
export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
|
|
816
832
|
export * from "./PydanticPronunciationDictionaryVersionLocator";
|
|
833
|
+
export * from "./QualityPresetType";
|
|
817
834
|
export * from "./QueryParamsJsonSchema";
|
|
818
835
|
export * from "./RagChunkMetadata";
|
|
819
836
|
export * from "./RagConfig";
|
|
@@ -851,7 +868,6 @@ export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
|
851
868
|
export * from "./ResponseFilter";
|
|
852
869
|
export * from "./ResponseFilterMode";
|
|
853
870
|
export * from "./ResponseUnitTestModel";
|
|
854
|
-
export * from "./ResponseUnitTestModelDynamicVariablesValue";
|
|
855
871
|
export * from "./RetryTriggerAction";
|
|
856
872
|
export * from "./ReviewResponseModel";
|
|
857
873
|
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
@@ -909,7 +925,6 @@ export * from "./ShareOptionResponseModelType";
|
|
|
909
925
|
export * from "./SimilarVoice";
|
|
910
926
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
911
927
|
export * from "./SimulationTestModel";
|
|
912
|
-
export * from "./SimulationTestModelDynamicVariablesValue";
|
|
913
928
|
export * from "./SimulationToolMockBehaviorConfig";
|
|
914
929
|
export * from "./SingleTestRunRequestModel";
|
|
915
930
|
export * from "./SingleUseTokenResponseModel";
|
|
@@ -930,8 +945,6 @@ export * from "./SongMetadata";
|
|
|
930
945
|
export * from "./SongSection";
|
|
931
946
|
export * from "./SongSourceContext";
|
|
932
947
|
export * from "./SortDirection";
|
|
933
|
-
export * from "./SourceConfigJson";
|
|
934
|
-
export * from "./SourceRetrievalConfig";
|
|
935
948
|
export * from "./SpeakerAudioResponseModel";
|
|
936
949
|
export * from "./SpeakerCreatedResponse";
|
|
937
950
|
export * from "./SpeakerResponseModel";
|
|
@@ -962,7 +975,7 @@ export * from "./StudioTextStyleOutlineModel";
|
|
|
962
975
|
export * from "./StudioTextStyleShadowModel";
|
|
963
976
|
export * from "./Subscription";
|
|
964
977
|
export * from "./SubscriptionResponse";
|
|
965
|
-
export * from "./
|
|
978
|
+
export * from "./SubscriptionResponseModelMaxCreditLimitExtension";
|
|
966
979
|
export * from "./SubscriptionStatusType";
|
|
967
980
|
export * from "./SuggestedAudioTag";
|
|
968
981
|
export * from "./SupportedVoice";
|
|
@@ -981,10 +994,18 @@ export * from "./TestInvocationSummaryResponseModel";
|
|
|
981
994
|
export * from "./TestRunMetadata";
|
|
982
995
|
export * from "./TestRunMetadataTestType";
|
|
983
996
|
export * from "./TestRunStatus";
|
|
997
|
+
export * from "./TestSharingMode";
|
|
984
998
|
export * from "./TestsFeatureUsageCommonModel";
|
|
985
999
|
export * from "./TestToolResultModel";
|
|
986
1000
|
export * from "./TestType";
|
|
987
1001
|
export * from "./TextNormalisationType";
|
|
1002
|
+
export * from "./TextToDialogueWebsocketApplyTextNormalizationEnum";
|
|
1003
|
+
export * from "./TextToDialogueWebsocketAudioChunk";
|
|
1004
|
+
export * from "./TextToDialogueWebsocketClientMessage";
|
|
1005
|
+
export * from "./TextToDialogueWebsocketError";
|
|
1006
|
+
export * from "./TextToDialogueWebsocketFinal";
|
|
1007
|
+
export * from "./TextToDialogueWebsocketOutputFormatEnum";
|
|
1008
|
+
export * from "./TextToDialogueWebsocketVoiceInput";
|
|
988
1009
|
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
989
1010
|
export * from "./TextToSpeechOutputFormatEnum";
|
|
990
1011
|
export * from "./TextToSpeechRequest";
|
|
@@ -1000,9 +1021,12 @@ export * from "./ToolAnnotations";
|
|
|
1000
1021
|
export * from "./ToolCallSoundBehavior";
|
|
1001
1022
|
export * from "./ToolCallSoundType";
|
|
1002
1023
|
export * from "./ToolCallUnitTestModel";
|
|
1003
|
-
export * from "./ToolCallUnitTestModelDynamicVariablesValue";
|
|
1004
1024
|
export * from "./ToolErrorHandlingMode";
|
|
1025
|
+
export * from "./ToolExecution";
|
|
1005
1026
|
export * from "./ToolExecutionMode";
|
|
1027
|
+
export * from "./ToolExecutionResponseModel";
|
|
1028
|
+
export * from "./ToolExecutionResponseModelToolCallDetails";
|
|
1029
|
+
export * from "./ToolExecutionTaskSupport";
|
|
1006
1030
|
export * from "./ToolMockConfig";
|
|
1007
1031
|
export * from "./ToolRequestModel";
|
|
1008
1032
|
export * from "./ToolRequestModelToolConfig";
|
|
@@ -1068,18 +1092,15 @@ export * from "./UpdateChapterRequest";
|
|
|
1068
1092
|
export * from "./UpdateClientParams";
|
|
1069
1093
|
export * from "./UpdateCustomerFacingConfigParams";
|
|
1070
1094
|
export * from "./UpdateHolidayParams";
|
|
1095
|
+
export * from "./UpdateLocationParams";
|
|
1071
1096
|
export * from "./UpdateProductParams";
|
|
1072
1097
|
export * from "./UpdateProjectRequest";
|
|
1073
1098
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
1074
|
-
export * from "./UpdateRentalServiceParams";
|
|
1075
1099
|
export * from "./UpdateResponseUnitTestRequest";
|
|
1076
|
-
export * from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
1077
1100
|
export * from "./UpdateServiceParams";
|
|
1078
1101
|
export * from "./UpdateSimulationTestRequest";
|
|
1079
|
-
export * from "./UpdateSimulationTestRequestDynamicVariablesValue";
|
|
1080
1102
|
export * from "./UpdateStaffParams";
|
|
1081
1103
|
export * from "./UpdateToolCallUnitTestRequest";
|
|
1082
|
-
export * from "./UpdateToolCallUnitTestRequestDynamicVariablesValue";
|
|
1083
1104
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
1084
1105
|
export * from "./UrlAvatar";
|
|
1085
1106
|
export * from "./UsageAggregationInterval";
|
|
@@ -1223,6 +1244,9 @@ export * from "./WorkflowToolResponseModelOutput";
|
|
|
1223
1244
|
export * from "./WorkflowToolResponseModelOutputStepsItem";
|
|
1224
1245
|
export * from "./WorkflowUnconditionalModelInput";
|
|
1225
1246
|
export * from "./WorkflowUnconditionalModelOutput";
|
|
1247
|
+
export * from "./WorkspaceAnalyticsQueryResponseModel";
|
|
1248
|
+
export * from "./WorkspaceAnalyticsQueryResponseModelColumnTypesItem";
|
|
1249
|
+
export * from "./WorkspaceAnalyticsQueryResponseModelRowsItemItem";
|
|
1226
1250
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
1227
1251
|
export * from "./WorkspaceApiKeyResponseModel";
|
|
1228
1252
|
export * from "./WorkspaceBatchCallsResponse";
|