@elevenlabs/elevenlabs-js 2.45.0 → 2.46.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 +2 -2
- package/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +30 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +104 -4
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.d.ts +12 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +14 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.d.ts +114 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +454 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +10 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +12 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +8 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +11 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +67 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.d.ts +12 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.js +3 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.js +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +6 -4
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.js +1 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +1 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
- package/api/resources/voices/client/Client.d.ts +5 -2
- package/api/resources/voices/client/Client.js +5 -2
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +2 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -1
- package/api/resources/workspace/client/Client.d.ts +3 -0
- package/api/resources/workspace/client/Client.js +17 -12
- package/api/resources/workspace/resources/auditLogs/client/Client.d.ts +34 -0
- package/api/resources/workspace/resources/auditLogs/client/Client.js +146 -0
- package/api/resources/workspace/resources/auditLogs/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/client/index.js +17 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.d.ts +28 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.js +3 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/auditLogs/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/index.js +17 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/index.d.ts +2 -0
- package/api/resources/workspace/resources/index.js +3 -1
- package/api/types/AccountChangeActivityId.d.ts +6 -0
- package/api/types/AccountChangeActivityId.js +3 -0
- package/api/types/ActorModel.d.ts +16 -0
- package/api/types/ActorModel.js +3 -0
- package/api/types/ApiIntegrationDocResponse.d.ts +8 -0
- package/api/types/ApiIntegrationDocResponse.js +3 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +26 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.js +3 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +6 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +9 -0
- package/api/types/AuthenticationActivityId.d.ts +6 -0
- package/api/types/AuthenticationActivityId.js +3 -0
- package/api/types/AuthorizationMethod.d.ts +1 -0
- package/api/types/AuthorizationMethod.js +1 -0
- package/api/types/BackgroundMusicConfig.d.ts +11 -0
- package/api/types/BackgroundMusicConfig.js +3 -0
- package/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +11 -0
- package/api/types/BackgroundMusicConfigWorkflowOverride.js +3 -0
- package/api/types/BackgroundMusicPresetId.d.ts +9 -0
- package/api/types/BackgroundMusicPresetId.js +12 -0
- package/api/types/BackgroundMusicSourceType.d.ts +4 -0
- package/api/types/BackgroundMusicSourceType.js +3 -0
- package/api/types/CancelCalendarEventParams.d.ts +3 -0
- package/api/types/CancelCalendarEventParams.js +3 -0
- package/api/types/CancelGroupSessionForAllParams.d.ts +8 -0
- package/api/types/CancelGroupSessionForAllParams.js +3 -0
- package/api/types/CancelGroupSessionRegistrationParams.d.ts +6 -0
- package/api/types/CancelGroupSessionRegistrationParams.js +3 -0
- package/api/types/ColumnUnit.d.ts +1 -0
- package/api/types/ColumnUnit.js +1 -0
- package/api/types/ContextualUpdateInfo.d.ts +6 -0
- package/api/types/ContextualUpdateInfo.js +3 -0
- package/api/types/ConvAiWebhooks.d.ts +2 -0
- package/api/types/ConversationAsrUsageModel.d.ts +8 -0
- package/api/types/ConversationAsrUsageModel.js +3 -0
- package/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/api/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +1 -1
- package/api/types/ConversationConfigInput.js +3 -0
- package/api/types/ConversationConfigOutput.d.ts +17 -0
- package/api/types/ConversationConfigOutput.js +3 -0
- package/api/types/{ConversationConfigWorkflowOverride.d.ts → ConversationConfigWorkflowOverrideInput.d.ts} +1 -1
- package/api/types/ConversationConfigWorkflowOverrideInput.js +3 -0
- package/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/api/types/ConversationConfigWorkflowOverrideOutput.js +3 -0
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationTagResponseModel.d.ts +8 -0
- package/api/types/ConversationTagResponseModel.js +3 -0
- package/api/types/ConversationTtsUsageModel.d.ts +10 -0
- package/api/types/ConversationTtsUsageModel.js +3 -0
- package/api/types/ConversationVoiceRewardModel.d.ts +4 -0
- package/api/types/ConversationVoiceRewardModel.js +3 -0
- package/api/types/ConversationVoiceUsageModel.d.ts +4 -0
- package/api/types/ConversationVoiceUsageModel.js +3 -0
- package/api/types/ConversationalConfig.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/api/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +6 -0
- package/api/types/CreateOAuth2JwtRequestTokenResponseField.js +9 -0
- package/api/types/CreateServiceParams.d.ts +1 -1
- package/api/types/CreateSimulationTestRequest.d.ts +4 -0
- package/api/types/Currency.d.ts +1 -0
- package/api/types/Currency.js +1 -0
- package/api/types/DeleteCalendarEventParams.d.ts +7 -0
- package/api/types/DeleteGroupSessionParams.d.ts +13 -0
- package/api/types/DeleteGroupSessionParams.js +3 -0
- package/api/types/DeviceModel.d.ts +13 -0
- package/api/types/DeviceModel.js +3 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/EntityManagementActivityId.d.ts +6 -0
- package/api/types/EntityManagementActivityId.js +3 -0
- package/api/types/GenerationSourceContext.d.ts +0 -2
- package/api/types/GetClientAppointmentsParams.d.ts +1 -0
- package/api/types/GetConversationResponseModel.d.ts +2 -0
- package/api/types/GetConversationTagsPageResponseModel.d.ts +6 -0
- package/api/types/GetConversationTagsPageResponseModel.js +3 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +4 -0
- package/api/types/GetSipLogMessagesResponse.d.ts +6 -0
- package/api/types/GetSipLogMessagesResponse.js +3 -0
- package/api/types/GroupManagementActivityId.d.ts +6 -0
- package/api/types/GroupManagementActivityId.js +3 -0
- package/api/types/HttpRequestModel.d.ts +16 -0
- package/api/types/HttpRequestModel.js +3 -0
- package/api/types/ImageAnalysis.d.ts +6 -0
- package/api/types/ImageAnalysis.js +3 -0
- package/api/types/ImageAnalysisResult.d.ts +11 -0
- package/api/types/ImageAnalysisResult.js +3 -0
- package/api/types/ImageAnalysisStatus.d.ts +6 -0
- package/api/types/ImageAnalysisStatus.js +9 -0
- package/api/types/ImageSubject.d.ts +4 -0
- package/api/types/ImageSubject.js +3 -0
- package/api/types/KnowledgeBaseRagToolConfig.d.ts +1 -0
- package/api/types/KnowledgeBaseRagToolConfig.js +3 -0
- package/api/types/KnowledgeBaseRagToolResultModel.d.ts +8 -0
- package/api/types/KnowledgeBaseRagToolResultModel.js +3 -0
- package/api/types/KnowledgeBaseRagToolStatus.d.ts +6 -0
- package/api/types/KnowledgeBaseRagToolStatus.js +9 -0
- package/api/types/LeaveMessageParams.d.ts +3 -0
- package/api/types/LeaveMessageParams.js +3 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/ListCalendarEventsParams.d.ts +1 -0
- package/api/types/ListGroupSessionsParams.d.ts +10 -0
- package/api/types/ListGroupSessionsParams.js +3 -0
- package/api/types/ListResponseApiIntegrationDocResponse.d.ts +5 -0
- package/api/types/ListResponseApiIntegrationDocResponse.js +3 -0
- package/api/types/Llm.d.ts +6 -0
- package/api/types/Llm.js +6 -0
- package/api/types/McpServerConfigInput.d.ts +1 -1
- package/api/types/McpServerConfigOutput.d.ts +1 -1
- package/api/types/OAuth2JwtResponse.d.ts +2 -0
- package/api/types/OAuth2JwtResponseTokenResponseField.d.ts +6 -0
- package/api/types/OAuth2JwtResponseTokenResponseField.js +9 -0
- package/api/types/Price.d.ts +8 -0
- package/api/types/Price.js +3 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/api/types/ProjectImageResponseModel.d.ts +6 -2
- package/api/types/ProjectVideoResponseModel.d.ts +2 -3
- package/api/types/RegisterForGroupSessionParams.d.ts +6 -0
- package/api/types/RegisterForGroupSessionParams.js +3 -0
- package/api/types/ResourceAccessInfo.d.ts +2 -0
- package/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +10 -0
- package/api/types/ReviewResponseModel.d.ts +1 -0
- package/api/types/ScheduleGroupSessionParams.d.ts +11 -0
- package/api/types/ScheduleGroupSessionParams.js +3 -0
- package/api/types/SeverityId.d.ts +6 -0
- package/api/types/SeverityId.js +3 -0
- package/api/types/SimulationTestModel.d.ts +4 -0
- package/api/types/SipLogMessage.d.ts +12 -0
- package/api/types/SipLogMessage.js +3 -0
- package/api/types/SipLogMessageDirection.d.ts +5 -0
- package/api/types/SipLogMessageDirection.js +8 -0
- package/api/types/SmsConversationInfo.d.ts +7 -0
- package/api/types/SmsConversationInfo.js +3 -0
- package/api/types/SmsConversationInfoDirection.d.ts +5 -0
- package/api/types/SmsConversationInfoDirection.js +8 -0
- package/api/types/SpeechEngineConfig.d.ts +7 -0
- package/api/types/SpeechEngineConfig.js +3 -0
- package/api/types/SpeechEngineConfigRequestHeadersValue.d.ts +2 -0
- package/api/types/SpeechEngineConfigRequestHeadersValue.js +3 -0
- package/api/types/StatusId.d.ts +6 -0
- package/api/types/StatusId.js +3 -0
- package/api/types/Subscription.d.ts +2 -0
- package/api/types/SubscriptionResponse.d.ts +2 -0
- package/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/api/types/UpdateGroupSessionSeatsParams.d.ts +6 -0
- package/api/types/UpdateGroupSessionSeatsParams.js +3 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +4 -0
- package/api/types/UrlModel.d.ts +19 -0
- package/api/types/UrlModel.js +3 -0
- package/api/types/UserAccessManagementActivityId.d.ts +6 -0
- package/api/types/UserAccessManagementActivityId.js +3 -0
- package/api/types/UserModel.d.ts +22 -0
- package/api/types/UserModel.js +3 -0
- package/api/types/UserTypeId.d.ts +6 -0
- package/api/types/UserTypeId.js +3 -0
- package/api/types/WebhookTranscriptFormat.d.ts +5 -0
- package/api/types/WebhookTranscriptFormat.js +8 -0
- package/api/types/WidgetConfigResponse.d.ts +2 -0
- package/api/types/WorkspaceAuditLogEntryResponse.d.ts +44 -0
- package/api/types/WorkspaceAuditLogEntryResponse.js +3 -0
- package/api/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +5 -0
- package/api/types/WorkspaceAuditLogEntryResponseActivityId.js +3 -0
- package/api/types/WorkspaceAuditLogsPageResponse.d.ts +9 -0
- package/api/types/WorkspaceAuditLogsPageResponse.js +3 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/WorkspaceResourceType.d.ts +1 -0
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/index.d.ts +63 -3
- package/api/types/index.js +63 -3
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +30 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +104 -4
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +14 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.d.ts +114 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +454 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +11 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +67 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +6 -4
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +1 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
- package/dist/api/resources/voices/client/Client.d.ts +5 -2
- package/dist/api/resources/voices/client/Client.js +5 -2
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +2 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -1
- package/dist/api/resources/workspace/client/Client.d.ts +3 -0
- package/dist/api/resources/workspace/client/Client.js +17 -12
- package/dist/api/resources/workspace/resources/auditLogs/client/Client.d.ts +34 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/Client.js +146 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.d.ts +28 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.js +3 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/auditLogs/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/index.js +17 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/index.js +3 -1
- package/dist/api/types/AccountChangeActivityId.d.ts +6 -0
- package/dist/api/types/AccountChangeActivityId.js +3 -0
- package/dist/api/types/ActorModel.d.ts +16 -0
- package/dist/api/types/ActorModel.js +3 -0
- package/dist/api/types/ApiIntegrationDocResponse.d.ts +8 -0
- package/dist/api/types/ApiIntegrationDocResponse.js +3 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +26 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.js +3 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +6 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +9 -0
- package/dist/api/types/AuthenticationActivityId.d.ts +6 -0
- package/dist/api/types/AuthenticationActivityId.js +3 -0
- package/dist/api/types/AuthorizationMethod.d.ts +1 -0
- package/dist/api/types/AuthorizationMethod.js +1 -0
- package/dist/api/types/BackgroundMusicConfig.d.ts +11 -0
- package/dist/api/types/BackgroundMusicConfig.js +3 -0
- package/dist/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +11 -0
- package/dist/api/types/BackgroundMusicConfigWorkflowOverride.js +3 -0
- package/dist/api/types/BackgroundMusicPresetId.d.ts +9 -0
- package/dist/api/types/BackgroundMusicPresetId.js +12 -0
- package/dist/api/types/BackgroundMusicSourceType.d.ts +4 -0
- package/dist/api/types/BackgroundMusicSourceType.js +3 -0
- package/dist/api/types/CancelCalendarEventParams.d.ts +3 -0
- package/dist/api/types/CancelCalendarEventParams.js +3 -0
- package/dist/api/types/CancelGroupSessionForAllParams.d.ts +8 -0
- package/dist/api/types/CancelGroupSessionForAllParams.js +3 -0
- package/dist/api/types/CancelGroupSessionRegistrationParams.d.ts +6 -0
- package/dist/api/types/CancelGroupSessionRegistrationParams.js +3 -0
- package/dist/api/types/ColumnUnit.d.ts +1 -0
- package/dist/api/types/ColumnUnit.js +1 -0
- package/dist/api/types/ContextualUpdateInfo.d.ts +6 -0
- package/dist/api/types/ContextualUpdateInfo.js +3 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +2 -0
- package/dist/api/types/ConversationAsrUsageModel.d.ts +8 -0
- package/dist/api/types/ConversationAsrUsageModel.js +3 -0
- package/dist/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/dist/api/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +1 -1
- package/dist/api/types/ConversationConfigInput.js +3 -0
- package/dist/api/types/ConversationConfigOutput.d.ts +17 -0
- package/dist/api/types/ConversationConfigOutput.js +3 -0
- package/dist/api/types/{ConversationConfigWorkflowOverride.d.ts → ConversationConfigWorkflowOverrideInput.d.ts} +1 -1
- package/dist/api/types/ConversationConfigWorkflowOverrideInput.js +3 -0
- package/dist/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/dist/api/types/ConversationConfigWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationTagResponseModel.d.ts +8 -0
- package/dist/api/types/ConversationTagResponseModel.js +3 -0
- package/dist/api/types/ConversationTtsUsageModel.d.ts +10 -0
- package/dist/api/types/ConversationTtsUsageModel.js +3 -0
- package/dist/api/types/ConversationVoiceRewardModel.d.ts +4 -0
- package/dist/api/types/ConversationVoiceRewardModel.js +3 -0
- package/dist/api/types/ConversationVoiceUsageModel.d.ts +4 -0
- package/dist/api/types/ConversationVoiceUsageModel.js +3 -0
- package/dist/api/types/ConversationalConfig.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/dist/api/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +6 -0
- package/dist/api/types/CreateOAuth2JwtRequestTokenResponseField.js +9 -0
- package/dist/api/types/CreateServiceParams.d.ts +1 -1
- package/dist/api/types/CreateSimulationTestRequest.d.ts +4 -0
- package/dist/api/types/Currency.d.ts +1 -0
- package/dist/api/types/Currency.js +1 -0
- package/dist/api/types/DeleteCalendarEventParams.d.ts +7 -0
- package/dist/api/types/DeleteGroupSessionParams.d.ts +13 -0
- package/dist/api/types/DeleteGroupSessionParams.js +3 -0
- package/dist/api/types/DeviceModel.d.ts +13 -0
- package/dist/api/types/DeviceModel.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/EntityManagementActivityId.d.ts +6 -0
- package/dist/api/types/EntityManagementActivityId.js +3 -0
- package/dist/api/types/GenerationSourceContext.d.ts +0 -2
- package/dist/api/types/GetClientAppointmentsParams.d.ts +1 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +2 -0
- package/dist/api/types/GetConversationTagsPageResponseModel.d.ts +6 -0
- package/dist/api/types/GetConversationTagsPageResponseModel.js +3 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +4 -0
- package/dist/api/types/GetSipLogMessagesResponse.d.ts +6 -0
- package/dist/api/types/GetSipLogMessagesResponse.js +3 -0
- package/dist/api/types/GroupManagementActivityId.d.ts +6 -0
- package/dist/api/types/GroupManagementActivityId.js +3 -0
- package/dist/api/types/HttpRequestModel.d.ts +16 -0
- package/dist/api/types/HttpRequestModel.js +3 -0
- package/dist/api/types/ImageAnalysis.d.ts +6 -0
- package/dist/api/types/ImageAnalysis.js +3 -0
- package/dist/api/types/ImageAnalysisResult.d.ts +11 -0
- package/dist/api/types/ImageAnalysisResult.js +3 -0
- package/dist/api/types/ImageAnalysisStatus.d.ts +6 -0
- package/dist/api/types/ImageAnalysisStatus.js +9 -0
- package/dist/api/types/ImageSubject.d.ts +4 -0
- package/dist/api/types/ImageSubject.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolConfig.d.ts +1 -0
- package/dist/api/types/KnowledgeBaseRagToolConfig.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolResultModel.d.ts +8 -0
- package/dist/api/types/KnowledgeBaseRagToolResultModel.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolStatus.d.ts +6 -0
- package/dist/api/types/KnowledgeBaseRagToolStatus.js +9 -0
- package/dist/api/types/LeaveMessageParams.d.ts +3 -0
- package/dist/api/types/LeaveMessageParams.js +3 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/ListCalendarEventsParams.d.ts +1 -0
- package/dist/api/types/ListGroupSessionsParams.d.ts +10 -0
- package/dist/api/types/ListGroupSessionsParams.js +3 -0
- package/dist/api/types/ListResponseApiIntegrationDocResponse.d.ts +5 -0
- package/dist/api/types/ListResponseApiIntegrationDocResponse.js +3 -0
- package/dist/api/types/Llm.d.ts +6 -0
- package/dist/api/types/Llm.js +6 -0
- package/dist/api/types/McpServerConfigInput.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
- package/dist/api/types/OAuth2JwtResponse.d.ts +2 -0
- package/dist/api/types/OAuth2JwtResponseTokenResponseField.d.ts +6 -0
- package/dist/api/types/OAuth2JwtResponseTokenResponseField.js +9 -0
- package/dist/api/types/Price.d.ts +8 -0
- package/dist/api/types/Price.js +3 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/dist/api/types/ProjectImageResponseModel.d.ts +6 -2
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -3
- package/dist/api/types/RegisterForGroupSessionParams.d.ts +6 -0
- package/dist/api/types/RegisterForGroupSessionParams.js +3 -0
- package/dist/api/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/dist/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +10 -0
- package/dist/api/types/ReviewResponseModel.d.ts +1 -0
- package/dist/api/types/ScheduleGroupSessionParams.d.ts +11 -0
- package/dist/api/types/ScheduleGroupSessionParams.js +3 -0
- package/dist/api/types/SeverityId.d.ts +6 -0
- package/dist/api/types/SeverityId.js +3 -0
- package/dist/api/types/SimulationTestModel.d.ts +4 -0
- package/dist/api/types/SipLogMessage.d.ts +12 -0
- package/dist/api/types/SipLogMessage.js +3 -0
- package/dist/api/types/SipLogMessageDirection.d.ts +5 -0
- package/dist/api/types/SipLogMessageDirection.js +8 -0
- package/dist/api/types/SmsConversationInfo.d.ts +7 -0
- package/dist/api/types/SmsConversationInfo.js +3 -0
- package/dist/api/types/SmsConversationInfoDirection.d.ts +5 -0
- package/dist/api/types/SmsConversationInfoDirection.js +8 -0
- package/dist/api/types/SpeechEngineConfig.d.ts +7 -0
- package/dist/api/types/SpeechEngineConfig.js +3 -0
- package/dist/api/types/SpeechEngineConfigRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/SpeechEngineConfigRequestHeadersValue.js +3 -0
- package/dist/api/types/StatusId.d.ts +6 -0
- package/dist/api/types/StatusId.js +3 -0
- package/dist/api/types/Subscription.d.ts +2 -0
- package/dist/api/types/SubscriptionResponse.d.ts +2 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/dist/api/types/UpdateGroupSessionSeatsParams.d.ts +6 -0
- package/dist/api/types/UpdateGroupSessionSeatsParams.js +3 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +4 -0
- package/dist/api/types/UrlModel.d.ts +19 -0
- package/dist/api/types/UrlModel.js +3 -0
- package/dist/api/types/UserAccessManagementActivityId.d.ts +6 -0
- package/dist/api/types/UserAccessManagementActivityId.js +3 -0
- package/dist/api/types/UserModel.d.ts +22 -0
- package/dist/api/types/UserModel.js +3 -0
- package/dist/api/types/UserTypeId.d.ts +6 -0
- package/dist/api/types/UserTypeId.js +3 -0
- package/dist/api/types/WebhookTranscriptFormat.d.ts +5 -0
- package/dist/api/types/WebhookTranscriptFormat.js +8 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponse.d.ts +44 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponse.js +3 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +5 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponseActivityId.js +3 -0
- package/dist/api/types/WorkspaceAuditLogsPageResponse.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogsPageResponse.js +3 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/index.d.ts +63 -3
- package/dist/api/types/index.js +63 -3
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +9 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +7 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +39 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/types/AccountChangeActivityId.d.ts +7 -0
- package/{serialization/types/DubbingModel.js → dist/serialization/types/AccountChangeActivityId.js} +2 -2
- package/dist/serialization/types/ActorModel.d.ts +13 -0
- package/dist/serialization/types/ActorModel.js +45 -0
- package/dist/serialization/types/ApiIntegrationDocResponse.d.ts +11 -0
- package/dist/serialization/types/ApiIntegrationDocResponse.js +43 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +25 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +57 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +7 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +39 -0
- package/dist/serialization/types/AuthenticationActivityId.d.ts +7 -0
- package/dist/serialization/types/{DubbingModel.js → AuthenticationActivityId.js} +2 -2
- package/dist/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/dist/serialization/types/AuthorizationMethod.js +1 -0
- package/dist/serialization/types/BackgroundMusicConfig.d.ts +14 -0
- package/dist/serialization/types/BackgroundMusicConfig.js +46 -0
- package/dist/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +14 -0
- package/dist/serialization/types/BackgroundMusicConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/BackgroundMusicPresetId.d.ts +7 -0
- package/dist/serialization/types/BackgroundMusicPresetId.js +39 -0
- package/dist/serialization/types/BackgroundMusicSourceType.d.ts +7 -0
- package/dist/serialization/types/BackgroundMusicSourceType.js +39 -0
- package/dist/serialization/types/CancelCalendarEventParams.d.ts +9 -0
- package/dist/serialization/types/CancelCalendarEventParams.js +41 -0
- package/dist/serialization/types/CancelGroupSessionForAllParams.d.ts +9 -0
- package/dist/serialization/types/CancelGroupSessionForAllParams.js +41 -0
- package/dist/serialization/types/CancelGroupSessionRegistrationParams.d.ts +9 -0
- package/dist/serialization/types/CancelGroupSessionRegistrationParams.js +41 -0
- package/dist/serialization/types/ColumnUnit.d.ts +1 -1
- package/dist/serialization/types/ColumnUnit.js +1 -1
- package/dist/serialization/types/ContextualUpdateInfo.d.ts +10 -0
- package/dist/serialization/types/ContextualUpdateInfo.js +42 -0
- package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/dist/serialization/types/ConvAiWebhooks.js +2 -0
- package/dist/serialization/types/ConversationAsrUsageModel.d.ts +11 -0
- package/dist/serialization/types/ConversationAsrUsageModel.js +43 -0
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/{serialization/types/ConversationConfig.d.ts → dist/serialization/types/ConversationConfigInput.d.ts} +2 -2
- package/dist/serialization/types/{ConversationConfig.js → ConversationConfigInput.js} +2 -2
- package/dist/serialization/types/ConversationConfigOutput.d.ts +17 -0
- package/dist/serialization/types/ConversationConfigOutput.js +49 -0
- package/{serialization/types/ConversationConfigWorkflowOverride.d.ts → dist/serialization/types/ConversationConfigWorkflowOverrideInput.d.ts} +2 -2
- package/dist/serialization/types/{ConversationConfigWorkflowOverride.js → ConversationConfigWorkflowOverrideInput.js} +2 -2
- package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.js +49 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/ConversationTagResponseModel.d.ts +14 -0
- package/dist/serialization/types/ConversationTagResponseModel.js +46 -0
- package/dist/serialization/types/ConversationTtsUsageModel.d.ts +13 -0
- package/dist/serialization/types/ConversationTtsUsageModel.js +45 -0
- package/dist/serialization/types/ConversationVoiceRewardModel.d.ts +10 -0
- package/dist/serialization/types/ConversationVoiceRewardModel.js +42 -0
- package/dist/serialization/types/ConversationVoiceUsageModel.d.ts +10 -0
- package/dist/serialization/types/ConversationVoiceUsageModel.js +42 -0
- package/dist/serialization/types/ConversationalConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfig.js +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/dist/serialization/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/dist/serialization/types/CreateOAuth2JwtRequest.js +2 -0
- package/dist/serialization/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/dist/serialization/types/CreateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +3 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +3 -0
- package/dist/serialization/types/Currency.d.ts +1 -1
- package/dist/serialization/types/Currency.js +1 -1
- package/dist/serialization/types/DeleteGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/DeleteGroupSessionParams.js +41 -0
- package/dist/serialization/types/DeviceModel.d.ts +11 -0
- package/dist/serialization/types/DeviceModel.js +43 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/EntityManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/EntityManagementActivityId.js +39 -0
- package/dist/serialization/types/GenerationSourceContext.d.ts +0 -1
- package/dist/serialization/types/GenerationSourceContext.js +0 -1
- package/dist/serialization/types/GetClientAppointmentsParams.d.ts +1 -0
- package/dist/serialization/types/GetClientAppointmentsParams.js +1 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetConversationTagsPageResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetConversationTagsPageResponseModel.js +44 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +1 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +3 -0
- package/dist/serialization/types/GetSipLogMessagesResponse.d.ts +12 -0
- package/dist/serialization/types/GetSipLogMessagesResponse.js +44 -0
- package/dist/serialization/types/GroupManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/GroupManagementActivityId.js +39 -0
- package/dist/serialization/types/HttpRequestModel.d.ts +13 -0
- package/dist/serialization/types/HttpRequestModel.js +45 -0
- package/dist/serialization/types/ImageAnalysis.d.ts +13 -0
- package/dist/serialization/types/ImageAnalysis.js +45 -0
- package/dist/serialization/types/ImageAnalysisResult.d.ts +16 -0
- package/dist/serialization/types/ImageAnalysisResult.js +48 -0
- package/dist/serialization/types/ImageAnalysisStatus.d.ts +7 -0
- package/dist/serialization/types/ImageAnalysisStatus.js +39 -0
- package/dist/serialization/types/ImageSubject.d.ts +10 -0
- package/dist/serialization/types/ImageSubject.js +42 -0
- package/dist/serialization/types/KnowledgeBaseRagToolConfig.d.ts +7 -0
- package/dist/serialization/types/KnowledgeBaseRagToolConfig.js +39 -0
- package/dist/serialization/types/KnowledgeBaseRagToolResultModel.d.ts +12 -0
- package/dist/serialization/types/KnowledgeBaseRagToolResultModel.js +44 -0
- package/dist/serialization/types/KnowledgeBaseRagToolStatus.d.ts +7 -0
- package/dist/serialization/types/KnowledgeBaseRagToolStatus.js +39 -0
- package/dist/serialization/types/LeaveMessageParams.d.ts +9 -0
- package/dist/serialization/types/LeaveMessageParams.js +41 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/ListCalendarEventsParams.d.ts +1 -0
- package/dist/serialization/types/ListCalendarEventsParams.js +1 -0
- package/dist/serialization/types/ListGroupSessionsParams.d.ts +9 -0
- package/dist/serialization/types/ListGroupSessionsParams.js +41 -0
- package/dist/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +12 -0
- package/dist/serialization/types/ListResponseApiIntegrationDocResponse.js +44 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +6 -0
- package/dist/serialization/types/OAuth2JwtResponse.d.ts +2 -0
- package/dist/serialization/types/OAuth2JwtResponse.js +2 -0
- package/dist/serialization/types/OAuth2JwtResponseTokenResponseField.d.ts +7 -0
- package/dist/serialization/types/OAuth2JwtResponseTokenResponseField.js +39 -0
- package/dist/serialization/types/Price.d.ts +11 -0
- package/dist/serialization/types/Price.js +43 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -3
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +8 -2
- package/dist/serialization/types/ProjectImageResponseModel.js +8 -2
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +2 -3
- package/dist/serialization/types/ProjectVideoResponseModel.js +2 -3
- package/dist/serialization/types/RegisterForGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/RegisterForGroupSessionParams.js +41 -0
- package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/serialization/types/ResourceAccessInfo.js +2 -0
- package/dist/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/dist/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +39 -0
- package/dist/serialization/types/ReviewResponseModel.d.ts +1 -0
- package/dist/serialization/types/ReviewResponseModel.js +1 -0
- package/dist/serialization/types/ScheduleGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/ScheduleGroupSessionParams.js +41 -0
- package/dist/serialization/types/SeverityId.d.ts +7 -0
- package/dist/serialization/types/SeverityId.js +39 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +3 -0
- package/dist/serialization/types/SimulationTestModel.js +3 -0
- package/dist/serialization/types/SipLogMessage.d.ts +18 -0
- package/dist/serialization/types/SipLogMessage.js +50 -0
- package/dist/serialization/types/SipLogMessageDirection.d.ts +7 -0
- package/dist/serialization/types/SipLogMessageDirection.js +39 -0
- package/dist/serialization/types/SmsConversationInfo.d.ts +13 -0
- package/dist/serialization/types/SmsConversationInfo.js +45 -0
- package/dist/serialization/types/SmsConversationInfoDirection.d.ts +7 -0
- package/dist/serialization/types/SmsConversationInfoDirection.js +39 -0
- package/dist/serialization/types/SpeechEngineConfig.d.ts +11 -0
- package/dist/serialization/types/SpeechEngineConfig.js +43 -0
- package/dist/serialization/types/SpeechEngineConfigRequestHeadersValue.d.ts +9 -0
- package/dist/serialization/types/SpeechEngineConfigRequestHeadersValue.js +41 -0
- package/dist/serialization/types/StatusId.d.ts +7 -0
- package/dist/serialization/types/StatusId.js +39 -0
- package/dist/serialization/types/Subscription.d.ts +2 -0
- package/dist/serialization/types/Subscription.js +2 -0
- package/dist/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/dist/serialization/types/SubscriptionResponse.js +2 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/dist/serialization/types/UpdateGroupSessionSeatsParams.d.ts +9 -0
- package/dist/serialization/types/UpdateGroupSessionSeatsParams.js +41 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +3 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +3 -0
- package/dist/serialization/types/UrlModel.d.ts +14 -0
- package/dist/serialization/types/UrlModel.js +46 -0
- package/dist/serialization/types/UserAccessManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/UserAccessManagementActivityId.js +39 -0
- package/dist/serialization/types/UserModel.d.ts +16 -0
- package/dist/serialization/types/UserModel.js +48 -0
- package/dist/serialization/types/UserTypeId.d.ts +7 -0
- package/dist/serialization/types/UserTypeId.js +39 -0
- package/dist/serialization/types/WebhookTranscriptFormat.d.ts +7 -0
- package/dist/serialization/types/WebhookTranscriptFormat.js +39 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/serialization/types/WidgetConfigResponse.js +2 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponse.d.ts +33 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponse.js +65 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +12 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponseActivityId.js +50 -0
- package/dist/serialization/types/WorkspaceAuditLogsPageResponse.d.ts +12 -0
- package/dist/serialization/types/WorkspaceAuditLogsPageResponse.js +44 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -0
- package/dist/serialization/types/index.d.ts +63 -3
- package/dist/serialization/types/index.js +63 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +812 -92
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +41 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +42 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +42 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +9 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +7 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +39 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/types/AccountChangeActivityId.d.ts +7 -0
- package/serialization/types/AccountChangeActivityId.js +39 -0
- package/serialization/types/ActorModel.d.ts +13 -0
- package/serialization/types/ActorModel.js +45 -0
- package/serialization/types/ApiIntegrationDocResponse.d.ts +11 -0
- package/serialization/types/ApiIntegrationDocResponse.js +43 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +25 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +57 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +7 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +39 -0
- package/serialization/types/AuthenticationActivityId.d.ts +7 -0
- package/serialization/types/AuthenticationActivityId.js +39 -0
- package/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/serialization/types/AuthorizationMethod.js +1 -0
- package/serialization/types/BackgroundMusicConfig.d.ts +14 -0
- package/serialization/types/BackgroundMusicConfig.js +46 -0
- package/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +14 -0
- package/serialization/types/BackgroundMusicConfigWorkflowOverride.js +46 -0
- package/serialization/types/BackgroundMusicPresetId.d.ts +7 -0
- package/serialization/types/BackgroundMusicPresetId.js +39 -0
- package/serialization/types/BackgroundMusicSourceType.d.ts +7 -0
- package/serialization/types/BackgroundMusicSourceType.js +39 -0
- package/serialization/types/CancelCalendarEventParams.d.ts +9 -0
- package/serialization/types/CancelCalendarEventParams.js +41 -0
- package/serialization/types/CancelGroupSessionForAllParams.d.ts +9 -0
- package/serialization/types/CancelGroupSessionForAllParams.js +41 -0
- package/serialization/types/CancelGroupSessionRegistrationParams.d.ts +9 -0
- package/serialization/types/CancelGroupSessionRegistrationParams.js +41 -0
- package/serialization/types/ColumnUnit.d.ts +1 -1
- package/serialization/types/ColumnUnit.js +1 -1
- package/serialization/types/ContextualUpdateInfo.d.ts +10 -0
- package/serialization/types/ContextualUpdateInfo.js +42 -0
- package/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/serialization/types/ConvAiWebhooks.js +2 -0
- package/serialization/types/ConversationAsrUsageModel.d.ts +11 -0
- package/serialization/types/ConversationAsrUsageModel.js +43 -0
- package/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/{dist/serialization/types/ConversationConfig.d.ts → serialization/types/ConversationConfigInput.d.ts} +2 -2
- package/serialization/types/{ConversationConfig.js → ConversationConfigInput.js} +2 -2
- package/serialization/types/ConversationConfigOutput.d.ts +17 -0
- package/serialization/types/ConversationConfigOutput.js +49 -0
- package/{dist/serialization/types/ConversationConfigWorkflowOverride.d.ts → serialization/types/ConversationConfigWorkflowOverrideInput.d.ts} +2 -2
- package/serialization/types/{ConversationConfigWorkflowOverride.js → ConversationConfigWorkflowOverrideInput.js} +2 -2
- package/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/serialization/types/ConversationConfigWorkflowOverrideOutput.js +49 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/ConversationTagResponseModel.d.ts +14 -0
- package/serialization/types/ConversationTagResponseModel.js +46 -0
- package/serialization/types/ConversationTtsUsageModel.d.ts +13 -0
- package/serialization/types/ConversationTtsUsageModel.js +45 -0
- package/serialization/types/ConversationVoiceRewardModel.d.ts +10 -0
- package/serialization/types/ConversationVoiceRewardModel.js +42 -0
- package/serialization/types/ConversationVoiceUsageModel.d.ts +10 -0
- package/serialization/types/ConversationVoiceUsageModel.js +42 -0
- package/serialization/types/ConversationalConfig.d.ts +2 -2
- package/serialization/types/ConversationalConfig.js +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/serialization/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/serialization/types/CreateOAuth2JwtRequest.js +2 -0
- package/serialization/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/serialization/types/CreateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +3 -0
- package/serialization/types/CreateSimulationTestRequest.js +3 -0
- package/serialization/types/Currency.d.ts +1 -1
- package/serialization/types/Currency.js +1 -1
- package/serialization/types/DeleteGroupSessionParams.d.ts +9 -0
- package/serialization/types/DeleteGroupSessionParams.js +41 -0
- package/serialization/types/DeviceModel.d.ts +11 -0
- package/serialization/types/DeviceModel.js +43 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/EntityManagementActivityId.d.ts +7 -0
- package/serialization/types/EntityManagementActivityId.js +39 -0
- package/serialization/types/GenerationSourceContext.d.ts +0 -1
- package/serialization/types/GenerationSourceContext.js +0 -1
- package/serialization/types/GetClientAppointmentsParams.d.ts +1 -0
- package/serialization/types/GetClientAppointmentsParams.js +1 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetConversationTagsPageResponseModel.d.ts +12 -0
- package/serialization/types/GetConversationTagsPageResponseModel.js +44 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +1 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +3 -0
- package/serialization/types/GetSimulationTestResponseModel.js +3 -0
- package/serialization/types/GetSipLogMessagesResponse.d.ts +12 -0
- package/serialization/types/GetSipLogMessagesResponse.js +44 -0
- package/serialization/types/GroupManagementActivityId.d.ts +7 -0
- package/serialization/types/GroupManagementActivityId.js +39 -0
- package/serialization/types/HttpRequestModel.d.ts +13 -0
- package/serialization/types/HttpRequestModel.js +45 -0
- package/serialization/types/ImageAnalysis.d.ts +13 -0
- package/serialization/types/ImageAnalysis.js +45 -0
- package/serialization/types/ImageAnalysisResult.d.ts +16 -0
- package/serialization/types/ImageAnalysisResult.js +48 -0
- package/serialization/types/ImageAnalysisStatus.d.ts +7 -0
- package/serialization/types/ImageAnalysisStatus.js +39 -0
- package/serialization/types/ImageSubject.d.ts +10 -0
- package/serialization/types/ImageSubject.js +42 -0
- package/serialization/types/KnowledgeBaseRagToolConfig.d.ts +7 -0
- package/serialization/types/KnowledgeBaseRagToolConfig.js +39 -0
- package/serialization/types/KnowledgeBaseRagToolResultModel.d.ts +12 -0
- package/serialization/types/KnowledgeBaseRagToolResultModel.js +44 -0
- package/serialization/types/KnowledgeBaseRagToolStatus.d.ts +7 -0
- package/serialization/types/KnowledgeBaseRagToolStatus.js +39 -0
- package/serialization/types/LeaveMessageParams.d.ts +9 -0
- package/serialization/types/LeaveMessageParams.js +41 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/ListCalendarEventsParams.d.ts +1 -0
- package/serialization/types/ListCalendarEventsParams.js +1 -0
- package/serialization/types/ListGroupSessionsParams.d.ts +9 -0
- package/serialization/types/ListGroupSessionsParams.js +41 -0
- package/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +12 -0
- package/serialization/types/ListResponseApiIntegrationDocResponse.js +44 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +6 -0
- package/serialization/types/OAuth2JwtResponse.d.ts +2 -0
- package/serialization/types/OAuth2JwtResponse.js +2 -0
- package/serialization/types/OAuth2JwtResponseTokenResponseField.d.ts +7 -0
- package/serialization/types/OAuth2JwtResponseTokenResponseField.js +39 -0
- package/serialization/types/Price.d.ts +11 -0
- package/serialization/types/Price.js +43 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -3
- package/serialization/types/ProjectImageResponseModel.d.ts +8 -2
- package/serialization/types/ProjectImageResponseModel.js +8 -2
- package/serialization/types/ProjectVideoResponseModel.d.ts +2 -3
- package/serialization/types/ProjectVideoResponseModel.js +2 -3
- package/serialization/types/RegisterForGroupSessionParams.d.ts +9 -0
- package/serialization/types/RegisterForGroupSessionParams.js +41 -0
- package/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/serialization/types/ResourceAccessInfo.js +2 -0
- package/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +39 -0
- package/serialization/types/ReviewResponseModel.d.ts +1 -0
- package/serialization/types/ReviewResponseModel.js +1 -0
- package/serialization/types/ScheduleGroupSessionParams.d.ts +9 -0
- package/serialization/types/ScheduleGroupSessionParams.js +41 -0
- package/serialization/types/SeverityId.d.ts +7 -0
- package/serialization/types/SeverityId.js +39 -0
- package/serialization/types/SimulationTestModel.d.ts +3 -0
- package/serialization/types/SimulationTestModel.js +3 -0
- package/serialization/types/SipLogMessage.d.ts +18 -0
- package/serialization/types/SipLogMessage.js +50 -0
- package/serialization/types/SipLogMessageDirection.d.ts +7 -0
- package/serialization/types/SipLogMessageDirection.js +39 -0
- package/serialization/types/SmsConversationInfo.d.ts +13 -0
- package/serialization/types/SmsConversationInfo.js +45 -0
- package/serialization/types/SmsConversationInfoDirection.d.ts +7 -0
- package/serialization/types/SmsConversationInfoDirection.js +39 -0
- package/serialization/types/SpeechEngineConfig.d.ts +11 -0
- package/serialization/types/SpeechEngineConfig.js +43 -0
- package/serialization/types/SpeechEngineConfigRequestHeadersValue.d.ts +9 -0
- package/serialization/types/SpeechEngineConfigRequestHeadersValue.js +41 -0
- package/serialization/types/StatusId.d.ts +7 -0
- package/serialization/types/StatusId.js +39 -0
- package/serialization/types/Subscription.d.ts +2 -0
- package/serialization/types/Subscription.js +2 -0
- package/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/serialization/types/SubscriptionResponse.js +2 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/serialization/types/UpdateGroupSessionSeatsParams.d.ts +9 -0
- package/serialization/types/UpdateGroupSessionSeatsParams.js +41 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +3 -0
- package/serialization/types/UpdateSimulationTestRequest.js +3 -0
- package/serialization/types/UrlModel.d.ts +14 -0
- package/serialization/types/UrlModel.js +46 -0
- package/serialization/types/UserAccessManagementActivityId.d.ts +7 -0
- package/serialization/types/UserAccessManagementActivityId.js +39 -0
- package/serialization/types/UserModel.d.ts +16 -0
- package/serialization/types/UserModel.js +48 -0
- package/serialization/types/UserTypeId.d.ts +7 -0
- package/serialization/types/UserTypeId.js +39 -0
- package/serialization/types/WebhookTranscriptFormat.d.ts +7 -0
- package/serialization/types/WebhookTranscriptFormat.js +39 -0
- package/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/serialization/types/WidgetConfigResponse.js +2 -0
- package/serialization/types/WorkspaceAuditLogEntryResponse.d.ts +33 -0
- package/serialization/types/WorkspaceAuditLogEntryResponse.js +65 -0
- package/serialization/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +12 -0
- package/serialization/types/WorkspaceAuditLogEntryResponseActivityId.js +50 -0
- package/serialization/types/WorkspaceAuditLogsPageResponse.d.ts +12 -0
- package/serialization/types/WorkspaceAuditLogsPageResponse.js +44 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -0
- package/serialization/types/index.d.ts +63 -3
- package/serialization/types/index.js +63 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/DubbingModel.d.ts +0 -7
- package/api/types/DubbingModel.js +0 -10
- package/dist/api/types/DubbingModel.d.ts +0 -7
- package/dist/api/types/DubbingModel.js +0 -10
- package/dist/serialization/types/DubbingModel.d.ts +0 -7
- package/serialization/types/DubbingModel.d.ts +0 -7
- /package/api/{types/ConversationConfig.js → resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.js} +0 -0
- /package/api/{types/ConversationConfigWorkflowOverride.js → resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js} +0 -0
- /package/{dist/api/types/ConversationConfig.js → api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js} +0 -0
- /package/{dist/api/types/ConversationConfigWorkflowOverride.js → api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js} +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ConversationVoiceUsageModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ConversationVoiceUsageModel = core.serialization.object({
|
|
40
|
+
voiceId: core.serialization.property("voice_id", core.serialization.string()),
|
|
41
|
+
audioOutputSeconds: core.serialization.property("audio_output_seconds", core.serialization.number().optional()),
|
|
42
|
+
});
|
|
@@ -3,7 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AgentConfig } from "./AgentConfig";
|
|
5
5
|
import { AsrConversationalConfig } from "./AsrConversationalConfig";
|
|
6
|
-
import {
|
|
6
|
+
import { ConversationConfigOutput } from "./ConversationConfigOutput";
|
|
7
7
|
import { LanguagePresetOutput } from "./LanguagePresetOutput";
|
|
8
8
|
import { TtsConversationalConfigOutput } from "./TtsConversationalConfigOutput";
|
|
9
9
|
import { TurnConfig } from "./TurnConfig";
|
|
@@ -14,7 +14,7 @@ export declare namespace ConversationalConfig {
|
|
|
14
14
|
asr?: AsrConversationalConfig.Raw | null;
|
|
15
15
|
turn?: TurnConfig.Raw | null;
|
|
16
16
|
tts?: TtsConversationalConfigOutput.Raw | null;
|
|
17
|
-
conversation?:
|
|
17
|
+
conversation?: ConversationConfigOutput.Raw | null;
|
|
18
18
|
language_presets?: Record<string, LanguagePresetOutput.Raw> | null;
|
|
19
19
|
vad?: VadConfig.Raw | null;
|
|
20
20
|
agent?: AgentConfig.Raw | null;
|
|
@@ -38,7 +38,7 @@ exports.ConversationalConfig = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AgentConfig_1 = require("./AgentConfig");
|
|
40
40
|
const AsrConversationalConfig_1 = require("./AsrConversationalConfig");
|
|
41
|
-
const
|
|
41
|
+
const ConversationConfigOutput_1 = require("./ConversationConfigOutput");
|
|
42
42
|
const LanguagePresetOutput_1 = require("./LanguagePresetOutput");
|
|
43
43
|
const TtsConversationalConfigOutput_1 = require("./TtsConversationalConfigOutput");
|
|
44
44
|
const TurnConfig_1 = require("./TurnConfig");
|
|
@@ -47,7 +47,7 @@ exports.ConversationalConfig = core.serialization.object({
|
|
|
47
47
|
asr: AsrConversationalConfig_1.AsrConversationalConfig.optional(),
|
|
48
48
|
turn: TurnConfig_1.TurnConfig.optional(),
|
|
49
49
|
tts: TtsConversationalConfigOutput_1.TtsConversationalConfigOutput.optional(),
|
|
50
|
-
conversation:
|
|
50
|
+
conversation: ConversationConfigOutput_1.ConversationConfigOutput.optional(),
|
|
51
51
|
languagePresets: core.serialization.property("language_presets", core.serialization.record(core.serialization.string(), LanguagePresetOutput_1.LanguagePresetOutput).optional()),
|
|
52
52
|
vad: VadConfig_1.VadConfig.optional(),
|
|
53
53
|
agent: AgentConfig_1.AgentConfig.optional(),
|
|
@@ -3,7 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AgentConfigApiModelWorkflowOverrideInput } from "./AgentConfigApiModelWorkflowOverrideInput";
|
|
5
5
|
import { AsrConversationalConfigWorkflowOverride } from "./AsrConversationalConfigWorkflowOverride";
|
|
6
|
-
import {
|
|
6
|
+
import { ConversationConfigWorkflowOverrideInput } from "./ConversationConfigWorkflowOverrideInput";
|
|
7
7
|
import { LanguagePresetInput } from "./LanguagePresetInput";
|
|
8
8
|
import { TtsConversationalConfigWorkflowOverrideInput } from "./TtsConversationalConfigWorkflowOverrideInput";
|
|
9
9
|
import { TurnConfigWorkflowOverride } from "./TurnConfigWorkflowOverride";
|
|
@@ -14,7 +14,7 @@ export declare namespace ConversationalConfigApiModelWorkflowOverrideInput {
|
|
|
14
14
|
asr?: AsrConversationalConfigWorkflowOverride.Raw | null;
|
|
15
15
|
turn?: TurnConfigWorkflowOverride.Raw | null;
|
|
16
16
|
tts?: TtsConversationalConfigWorkflowOverrideInput.Raw | null;
|
|
17
|
-
conversation?:
|
|
17
|
+
conversation?: ConversationConfigWorkflowOverrideInput.Raw | null;
|
|
18
18
|
language_presets?: Record<string, LanguagePresetInput.Raw | null | undefined> | null;
|
|
19
19
|
vad?: VadConfigWorkflowOverride.Raw | null;
|
|
20
20
|
agent?: AgentConfigApiModelWorkflowOverrideInput.Raw | null;
|
|
@@ -38,7 +38,7 @@ exports.ConversationalConfigApiModelWorkflowOverrideInput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AgentConfigApiModelWorkflowOverrideInput_1 = require("./AgentConfigApiModelWorkflowOverrideInput");
|
|
40
40
|
const AsrConversationalConfigWorkflowOverride_1 = require("./AsrConversationalConfigWorkflowOverride");
|
|
41
|
-
const
|
|
41
|
+
const ConversationConfigWorkflowOverrideInput_1 = require("./ConversationConfigWorkflowOverrideInput");
|
|
42
42
|
const LanguagePresetInput_1 = require("./LanguagePresetInput");
|
|
43
43
|
const TtsConversationalConfigWorkflowOverrideInput_1 = require("./TtsConversationalConfigWorkflowOverrideInput");
|
|
44
44
|
const TurnConfigWorkflowOverride_1 = require("./TurnConfigWorkflowOverride");
|
|
@@ -47,7 +47,7 @@ exports.ConversationalConfigApiModelWorkflowOverrideInput = core.serialization.o
|
|
|
47
47
|
asr: AsrConversationalConfigWorkflowOverride_1.AsrConversationalConfigWorkflowOverride.optional(),
|
|
48
48
|
turn: TurnConfigWorkflowOverride_1.TurnConfigWorkflowOverride.optional(),
|
|
49
49
|
tts: TtsConversationalConfigWorkflowOverrideInput_1.TtsConversationalConfigWorkflowOverrideInput.optional(),
|
|
50
|
-
conversation:
|
|
50
|
+
conversation: ConversationConfigWorkflowOverrideInput_1.ConversationConfigWorkflowOverrideInput.optional(),
|
|
51
51
|
languagePresets: core.serialization.property("language_presets", core.serialization.record(core.serialization.string(), LanguagePresetInput_1.LanguagePresetInput.optional()).optional()),
|
|
52
52
|
vad: VadConfigWorkflowOverride_1.VadConfigWorkflowOverride.optional(),
|
|
53
53
|
agent: AgentConfigApiModelWorkflowOverrideInput_1.AgentConfigApiModelWorkflowOverrideInput.optional(),
|
|
@@ -3,7 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AgentConfigApiModelWorkflowOverrideOutput } from "./AgentConfigApiModelWorkflowOverrideOutput";
|
|
5
5
|
import { AsrConversationalConfigWorkflowOverride } from "./AsrConversationalConfigWorkflowOverride";
|
|
6
|
-
import {
|
|
6
|
+
import { ConversationConfigWorkflowOverrideOutput } from "./ConversationConfigWorkflowOverrideOutput";
|
|
7
7
|
import { LanguagePresetOutput } from "./LanguagePresetOutput";
|
|
8
8
|
import { TtsConversationalConfigWorkflowOverrideOutput } from "./TtsConversationalConfigWorkflowOverrideOutput";
|
|
9
9
|
import { TurnConfigWorkflowOverride } from "./TurnConfigWorkflowOverride";
|
|
@@ -14,7 +14,7 @@ export declare namespace ConversationalConfigApiModelWorkflowOverrideOutput {
|
|
|
14
14
|
asr?: AsrConversationalConfigWorkflowOverride.Raw | null;
|
|
15
15
|
turn?: TurnConfigWorkflowOverride.Raw | null;
|
|
16
16
|
tts?: TtsConversationalConfigWorkflowOverrideOutput.Raw | null;
|
|
17
|
-
conversation?:
|
|
17
|
+
conversation?: ConversationConfigWorkflowOverrideOutput.Raw | null;
|
|
18
18
|
language_presets?: Record<string, LanguagePresetOutput.Raw | null | undefined> | null;
|
|
19
19
|
vad?: VadConfigWorkflowOverride.Raw | null;
|
|
20
20
|
agent?: AgentConfigApiModelWorkflowOverrideOutput.Raw | null;
|
|
@@ -38,7 +38,7 @@ exports.ConversationalConfigApiModelWorkflowOverrideOutput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AgentConfigApiModelWorkflowOverrideOutput_1 = require("./AgentConfigApiModelWorkflowOverrideOutput");
|
|
40
40
|
const AsrConversationalConfigWorkflowOverride_1 = require("./AsrConversationalConfigWorkflowOverride");
|
|
41
|
-
const
|
|
41
|
+
const ConversationConfigWorkflowOverrideOutput_1 = require("./ConversationConfigWorkflowOverrideOutput");
|
|
42
42
|
const LanguagePresetOutput_1 = require("./LanguagePresetOutput");
|
|
43
43
|
const TtsConversationalConfigWorkflowOverrideOutput_1 = require("./TtsConversationalConfigWorkflowOverrideOutput");
|
|
44
44
|
const TurnConfigWorkflowOverride_1 = require("./TurnConfigWorkflowOverride");
|
|
@@ -47,7 +47,7 @@ exports.ConversationalConfigApiModelWorkflowOverrideOutput = core.serialization.
|
|
|
47
47
|
asr: AsrConversationalConfigWorkflowOverride_1.AsrConversationalConfigWorkflowOverride.optional(),
|
|
48
48
|
turn: TurnConfigWorkflowOverride_1.TurnConfigWorkflowOverride.optional(),
|
|
49
49
|
tts: TtsConversationalConfigWorkflowOverrideOutput_1.TtsConversationalConfigWorkflowOverrideOutput.optional(),
|
|
50
|
-
conversation:
|
|
50
|
+
conversation: ConversationConfigWorkflowOverrideOutput_1.ConversationConfigWorkflowOverrideOutput.optional(),
|
|
51
51
|
languagePresets: core.serialization.property("language_presets", core.serialization.record(core.serialization.string(), LanguagePresetOutput_1.LanguagePresetOutput.optional()).optional()),
|
|
52
52
|
vad: VadConfigWorkflowOverride_1.VadConfigWorkflowOverride.optional(),
|
|
53
53
|
agent: AgentConfigApiModelWorkflowOverrideOutput_1.AgentConfigApiModelWorkflowOverrideOutput.optional(),
|
|
@@ -2,6 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { CreateOAuth2JwtRequestAlgorithm } from "./CreateOAuth2JwtRequestAlgorithm";
|
|
5
|
+
import { CreateOAuth2JwtRequestTokenResponseField } from "./CreateOAuth2JwtRequestTokenResponseField";
|
|
5
6
|
export declare const CreateOAuth2JwtRequest: core.serialization.ObjectSchema<serializers.CreateOAuth2JwtRequest.Raw, ElevenLabs.CreateOAuth2JwtRequest>;
|
|
6
7
|
export declare namespace CreateOAuth2JwtRequest {
|
|
7
8
|
interface Raw {
|
|
@@ -16,6 +17,7 @@ export declare namespace CreateOAuth2JwtRequest {
|
|
|
16
17
|
extra_params?: Record<string, string> | null;
|
|
17
18
|
token_url: string;
|
|
18
19
|
scopes?: string[] | null;
|
|
20
|
+
token_response_field?: CreateOAuth2JwtRequestTokenResponseField.Raw | null;
|
|
19
21
|
secret_key: string;
|
|
20
22
|
}
|
|
21
23
|
}
|
|
@@ -37,6 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.CreateOAuth2JwtRequest = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const CreateOAuth2JwtRequestAlgorithm_1 = require("./CreateOAuth2JwtRequestAlgorithm");
|
|
40
|
+
const CreateOAuth2JwtRequestTokenResponseField_1 = require("./CreateOAuth2JwtRequestTokenResponseField");
|
|
40
41
|
exports.CreateOAuth2JwtRequest = core.serialization.object({
|
|
41
42
|
name: core.serialization.string(),
|
|
42
43
|
provider: core.serialization.string(),
|
|
@@ -49,5 +50,6 @@ exports.CreateOAuth2JwtRequest = core.serialization.object({
|
|
|
49
50
|
extraParams: core.serialization.property("extra_params", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
|
|
50
51
|
tokenUrl: core.serialization.property("token_url", core.serialization.string()),
|
|
51
52
|
scopes: core.serialization.list(core.serialization.string()).optional(),
|
|
53
|
+
tokenResponseField: core.serialization.property("token_response_field", CreateOAuth2JwtRequestTokenResponseField_1.CreateOAuth2JwtRequestTokenResponseField.optional()),
|
|
52
54
|
secretKey: core.serialization.property("secret_key", core.serialization.string()),
|
|
53
55
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const CreateOAuth2JwtRequestTokenResponseField: core.serialization.Schema<serializers.CreateOAuth2JwtRequestTokenResponseField.Raw, ElevenLabs.CreateOAuth2JwtRequestTokenResponseField>;
|
|
5
|
+
export declare namespace CreateOAuth2JwtRequestTokenResponseField {
|
|
6
|
+
type Raw = "access_token" | "id_token";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreateOAuth2JwtRequestTokenResponseField = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateOAuth2JwtRequestTokenResponseField = core.serialization.enum_(["access_token", "id_token"]);
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
5
5
|
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
6
|
+
import { Llm } from "./Llm";
|
|
6
7
|
import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
|
|
7
8
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
8
9
|
export declare const CreateSimulationTestRequest: core.serialization.ObjectSchema<serializers.CreateSimulationTestRequest.Raw, ElevenLabs.CreateSimulationTestRequest>;
|
|
@@ -16,6 +17,8 @@ export declare namespace CreateSimulationTestRequest {
|
|
|
16
17
|
simulation_max_turns?: number | null;
|
|
17
18
|
simulation_environment?: string | null;
|
|
18
19
|
tool_mock_config?: SimulationToolMockBehaviorConfig.Raw | null;
|
|
20
|
+
evaluation_model?: Llm.Raw | null;
|
|
21
|
+
simulated_user_model?: Llm.Raw | null;
|
|
19
22
|
name: string;
|
|
20
23
|
parent_folder_id?: string | null;
|
|
21
24
|
}
|
|
@@ -38,6 +38,7 @@ exports.CreateSimulationTestRequest = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
40
40
|
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
41
|
+
const Llm_1 = require("./Llm");
|
|
41
42
|
const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
|
|
42
43
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
43
44
|
exports.CreateSimulationTestRequest = core.serialization.object({
|
|
@@ -49,6 +50,8 @@ exports.CreateSimulationTestRequest = core.serialization.object({
|
|
|
49
50
|
simulationMaxTurns: core.serialization.property("simulation_max_turns", core.serialization.number().optional()),
|
|
50
51
|
simulationEnvironment: core.serialization.property("simulation_environment", core.serialization.string().optional()),
|
|
51
52
|
toolMockConfig: core.serialization.property("tool_mock_config", SimulationToolMockBehaviorConfig_1.SimulationToolMockBehaviorConfig.optional()),
|
|
53
|
+
evaluationModel: core.serialization.property("evaluation_model", Llm_1.Llm.optional()),
|
|
54
|
+
simulatedUserModel: core.serialization.property("simulated_user_model", Llm_1.Llm.optional()),
|
|
52
55
|
name: core.serialization.string(),
|
|
53
56
|
parentFolderId: core.serialization.property("parent_folder_id", core.serialization.string().optional()),
|
|
54
57
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const Currency: core.serialization.Schema<serializers.Currency.Raw, ElevenLabs.Currency>;
|
|
5
5
|
export declare namespace Currency {
|
|
6
|
-
type Raw = "usd" | "eur" | "inr";
|
|
6
|
+
type Raw = "usd" | "eur" | "inr" | "pln";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.Currency = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.Currency = core.serialization.enum_(["usd", "eur", "inr"]);
|
|
39
|
+
exports.Currency = core.serialization.enum_(["usd", "eur", "inr", "pln"]);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const DeleteGroupSessionParams: core.serialization.ObjectSchema<serializers.DeleteGroupSessionParams.Raw, ElevenLabs.DeleteGroupSessionParams>;
|
|
5
|
+
export declare namespace DeleteGroupSessionParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "delete_group_session" | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DeleteGroupSessionParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DeleteGroupSessionParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_group_session").optional()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const DeviceModel: core.serialization.ObjectSchema<serializers.DeviceModel.Raw, ElevenLabs.DeviceModel>;
|
|
5
|
+
export declare namespace DeviceModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
ip?: string | null;
|
|
8
|
+
hostname?: string | null;
|
|
9
|
+
type_id?: number | null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DeviceModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DeviceModel = core.serialization.object({
|
|
40
|
+
ip: core.serialization.string().optional(),
|
|
41
|
+
hostname: core.serialization.string().optional(),
|
|
42
|
+
typeId: core.serialization.property("type_id", core.serialization.number().optional()),
|
|
43
|
+
});
|
|
@@ -97,4 +97,5 @@ exports.DirectPublishingReadResponseModel = core.serialization.object({
|
|
|
97
97
|
review: ReviewResponseModel_1.ReviewResponseModel.optional(),
|
|
98
98
|
voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
|
|
99
99
|
canUseAssistant: core.serialization.property("can_use_assistant", core.serialization.boolean().optional()),
|
|
100
|
+
isVoiceChangerOn: core.serialization.property("is_voice_changer_on", core.serialization.boolean().optional()),
|
|
100
101
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const EntityManagementActivityId: core.serialization.Schema<serializers.EntityManagementActivityId.Raw, ElevenLabs.EntityManagementActivityId>;
|
|
5
|
+
export declare namespace EntityManagementActivityId {
|
|
6
|
+
type Raw = number;
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.EntityManagementActivityId = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.EntityManagementActivityId = core.serialization.number();
|
|
@@ -12,7 +12,6 @@ export declare namespace GenerationSourceContext {
|
|
|
12
12
|
model_provider?: string | null;
|
|
13
13
|
generation_session_id?: string | null;
|
|
14
14
|
session_iteration_id?: string | null;
|
|
15
|
-
altered_prompt?: string | null;
|
|
16
15
|
model_parameters?: Record<string, unknown> | null;
|
|
17
16
|
extend_video?: ReferenceVideo.Raw | null;
|
|
18
17
|
}
|
|
@@ -45,7 +45,6 @@ exports.GenerationSourceContext = core.serialization.object({
|
|
|
45
45
|
modelProvider: core.serialization.property("model_provider", core.serialization.string().optional()),
|
|
46
46
|
generationSessionId: core.serialization.property("generation_session_id", core.serialization.string().optional()),
|
|
47
47
|
sessionIterationId: core.serialization.property("session_iteration_id", core.serialization.string().optional()),
|
|
48
|
-
alteredPrompt: core.serialization.property("altered_prompt", core.serialization.string().optional()),
|
|
49
48
|
modelParameters: core.serialization.property("model_parameters", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
50
49
|
extendVideo: core.serialization.property("extend_video", ReferenceVideo_1.ReferenceVideo.optional()),
|
|
51
50
|
});
|
|
@@ -38,4 +38,5 @@ exports.GetClientAppointmentsParams = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
exports.GetClientAppointmentsParams = core.serialization.object({
|
|
40
40
|
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("get_client_appointments").optional()),
|
|
41
|
+
includeCancelled: core.serialization.property("include_cancelled", core.serialization.boolean().optional()),
|
|
41
42
|
});
|
|
@@ -59,4 +59,5 @@ exports.GetConversationResponseModel = core.serialization.object({
|
|
|
59
59
|
hasUserAudio: core.serialization.property("has_user_audio", core.serialization.boolean()),
|
|
60
60
|
hasResponseAudio: core.serialization.property("has_response_audio", core.serialization.boolean()),
|
|
61
61
|
transcript: core.serialization.list(ConversationHistoryTranscriptResponseModel_1.ConversationHistoryTranscriptResponseModel),
|
|
62
|
+
tagIds: core.serialization.property("tag_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
62
63
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ConversationTagResponseModel } from "./ConversationTagResponseModel";
|
|
5
|
+
export declare const GetConversationTagsPageResponseModel: core.serialization.ObjectSchema<serializers.GetConversationTagsPageResponseModel.Raw, ElevenLabs.GetConversationTagsPageResponseModel>;
|
|
6
|
+
export declare namespace GetConversationTagsPageResponseModel {
|
|
7
|
+
interface Raw {
|
|
8
|
+
conversation_tags: ConversationTagResponseModel.Raw[];
|
|
9
|
+
next_cursor?: string | null;
|
|
10
|
+
has_more: boolean;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GetConversationTagsPageResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ConversationTagResponseModel_1 = require("./ConversationTagResponseModel");
|
|
40
|
+
exports.GetConversationTagsPageResponseModel = core.serialization.object({
|
|
41
|
+
conversationTags: core.serialization.property("conversation_tags", core.serialization.list(ConversationTagResponseModel_1.ConversationTagResponseModel)),
|
|
42
|
+
nextCursor: core.serialization.property("next_cursor", core.serialization.string().optional()),
|
|
43
|
+
hasMore: core.serialization.property("has_more", core.serialization.boolean()),
|
|
44
|
+
});
|
|
@@ -18,5 +18,6 @@ export declare namespace GetPhoneNumberSipTrunkResponseModel {
|
|
|
18
18
|
outbound_trunk?: GetPhoneNumberOutboundSipTrunkConfigResponseModel.Raw | null;
|
|
19
19
|
inbound_trunk?: GetPhoneNumberInboundSipTrunkConfigResponseModel.Raw | null;
|
|
20
20
|
livekit_stack: LivekitStackType.Raw;
|
|
21
|
+
store_sip_messages?: boolean | null;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -51,4 +51,5 @@ exports.GetPhoneNumberSipTrunkResponseModel = core.serialization.object({
|
|
|
51
51
|
outboundTrunk: core.serialization.property("outbound_trunk", GetPhoneNumberOutboundSipTrunkConfigResponseModel_1.GetPhoneNumberOutboundSipTrunkConfigResponseModel.optional()),
|
|
52
52
|
inboundTrunk: core.serialization.property("inbound_trunk", GetPhoneNumberInboundSipTrunkConfigResponseModel_1.GetPhoneNumberInboundSipTrunkConfigResponseModel.optional()),
|
|
53
53
|
livekitStack: core.serialization.property("livekit_stack", LivekitStackType_1.LivekitStackType),
|
|
54
|
+
storeSipMessages: core.serialization.property("store_sip_messages", core.serialization.boolean().optional()),
|
|
54
55
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
5
5
|
import { DynamicVariableValueTypeOutput } from "./DynamicVariableValueTypeOutput";
|
|
6
|
+
import { Llm } from "./Llm";
|
|
6
7
|
import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
|
|
7
8
|
import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
|
|
8
9
|
export declare const GetSimulationTestResponseModel: core.serialization.ObjectSchema<serializers.GetSimulationTestResponseModel.Raw, ElevenLabs.GetSimulationTestResponseModel>;
|
|
@@ -16,6 +17,8 @@ export declare namespace GetSimulationTestResponseModel {
|
|
|
16
17
|
simulation_max_turns?: number | null;
|
|
17
18
|
simulation_environment?: string | null;
|
|
18
19
|
tool_mock_config?: SimulationToolMockBehaviorConfig.Raw | null;
|
|
20
|
+
evaluation_model?: Llm.Raw | null;
|
|
21
|
+
simulated_user_model?: Llm.Raw | null;
|
|
19
22
|
id: string;
|
|
20
23
|
name: string;
|
|
21
24
|
}
|
|
@@ -38,6 +38,7 @@ exports.GetSimulationTestResponseModel = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelOutput_1 = require("./ConversationHistoryTranscriptCommonModelOutput");
|
|
40
40
|
const DynamicVariableValueTypeOutput_1 = require("./DynamicVariableValueTypeOutput");
|
|
41
|
+
const Llm_1 = require("./Llm");
|
|
41
42
|
const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
|
|
42
43
|
const TestFromConversationMetadataOutput_1 = require("./TestFromConversationMetadataOutput");
|
|
43
44
|
exports.GetSimulationTestResponseModel = core.serialization.object({
|
|
@@ -49,6 +50,8 @@ exports.GetSimulationTestResponseModel = core.serialization.object({
|
|
|
49
50
|
simulationMaxTurns: core.serialization.property("simulation_max_turns", core.serialization.number().optional()),
|
|
50
51
|
simulationEnvironment: core.serialization.property("simulation_environment", core.serialization.string().optional()),
|
|
51
52
|
toolMockConfig: core.serialization.property("tool_mock_config", SimulationToolMockBehaviorConfig_1.SimulationToolMockBehaviorConfig.optional()),
|
|
53
|
+
evaluationModel: core.serialization.property("evaluation_model", Llm_1.Llm.optional()),
|
|
54
|
+
simulatedUserModel: core.serialization.property("simulated_user_model", Llm_1.Llm.optional()),
|
|
52
55
|
id: core.serialization.string(),
|
|
53
56
|
name: core.serialization.string(),
|
|
54
57
|
});
|