@elevenlabs/elevenlabs-js 2.41.1 → 2.42.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/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
- package/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/api/types/AnalysisScope.d.ts +5 -0
- package/api/types/AnalysisScope.js +8 -0
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/api/types/ConversationTurnMetrics.d.ts +1 -0
- package/api/types/CreateAgentRuleParams.d.ts +3 -0
- package/api/types/CreateAgentRuleParams.js +3 -0
- package/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/api/types/CreateAgentTestFolderResponseModel.js +3 -0
- package/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/api/types/CreateClientInteractionParams.js +3 -0
- package/api/types/CreateHolidayParams.d.ts +3 -0
- package/api/types/CreateHolidayParams.js +3 -0
- package/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/api/types/CreateRentalServiceParams.js +3 -0
- package/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/api/types/DeleteAgentRuleParams.js +3 -0
- package/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/api/types/DeleteClientInteractionParams.js +3 -0
- package/api/types/DeleteHolidayParams.d.ts +3 -0
- package/api/types/DeleteHolidayParams.js +3 -0
- package/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/api/types/DeleteRentalServiceParams.js +3 -0
- package/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/api/types/EvaluationSettingsInput.js +3 -0
- package/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/api/types/EvaluationSettingsOutput.js +3 -0
- package/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/api/types/GetAgentTestFolderResponseModel.js +3 -0
- package/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/api/types/GetAnalyticsSummaryParams.js +3 -0
- package/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/api/types/GetBookingPageSettingsParams.js +3 -0
- package/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/api/types/GetBookingSlugStatusParams.js +3 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetScheduleParams.d.ts +3 -0
- package/api/types/GetScheduleParams.js +3 -0
- package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/api/types/ListAgentRulesParams.d.ts +3 -0
- package/api/types/ListAgentRulesParams.js +3 -0
- package/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/api/types/ListClientInteractionsParams.js +3 -0
- package/api/types/ListHolidaysParams.d.ts +3 -0
- package/api/types/ListHolidaysParams.js +3 -0
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
- package/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
- package/api/types/PromptAgentApiModelOverrideInput.js +3 -0
- package/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
- package/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
- package/api/types/PromptEvaluationCriteria.d.ts +3 -0
- package/api/types/ResponseFilter.d.ts +1 -1
- package/api/types/ResponseFilterMode.d.ts +1 -0
- package/api/types/ResponseFilterMode.js +1 -0
- package/api/types/ScopedAnalysisResult.d.ts +11 -0
- package/api/types/ScopedAnalysisResult.js +3 -0
- package/api/types/SetBookingSlugParams.d.ts +3 -0
- package/api/types/SetBookingSlugParams.js +3 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/api/types/ToDialogueSettingsResponseModel.js +3 -0
- package/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/api/types/UpdateAgentRuleParams.js +3 -0
- package/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/api/types/UpdateBookingPageSettingsParams.js +3 -0
- package/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/api/types/UpdateBusinessInfoParams.js +3 -0
- package/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/api/types/UpdateCustomerFacingConfigParams.js +3 -0
- package/api/types/UpdateHolidayParams.d.ts +3 -0
- package/api/types/UpdateHolidayParams.js +3 -0
- package/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/api/types/UpdateRentalServiceParams.js +3 -0
- package/api/types/VisitedAgentRef.d.ts +7 -0
- package/api/types/VisitedAgentRef.js +3 -0
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
- package/api/types/VoiceResponseModelRecordingQuality.js +2 -0
- package/api/types/index.d.ts +32 -2
- package/api/types/index.js +32 -2
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/dist/api/types/AnalysisScope.d.ts +5 -0
- package/dist/api/types/AnalysisScope.js +8 -0
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationTurnMetrics.d.ts +1 -0
- package/dist/api/types/CreateAgentRuleParams.d.ts +3 -0
- package/dist/api/types/CreateAgentRuleParams.js +3 -0
- package/dist/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/dist/api/types/CreateAgentTestFolderResponseModel.js +3 -0
- package/dist/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/dist/api/types/CreateClientInteractionParams.js +3 -0
- package/dist/api/types/CreateHolidayParams.d.ts +3 -0
- package/dist/api/types/CreateHolidayParams.js +3 -0
- package/dist/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/CreateRentalServiceParams.js +3 -0
- package/dist/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/dist/api/types/DeleteAgentRuleParams.js +3 -0
- package/dist/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/dist/api/types/DeleteClientInteractionParams.js +3 -0
- package/dist/api/types/DeleteHolidayParams.d.ts +3 -0
- package/dist/api/types/DeleteHolidayParams.js +3 -0
- package/dist/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/dist/api/types/DeleteRentalServiceParams.js +3 -0
- package/dist/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/dist/api/types/EvaluationSettingsInput.js +3 -0
- package/dist/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/dist/api/types/EvaluationSettingsOutput.js +3 -0
- package/dist/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/dist/api/types/GetAgentTestFolderResponseModel.js +3 -0
- package/dist/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/dist/api/types/GetAnalyticsSummaryParams.js +3 -0
- package/dist/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/GetBookingPageSettingsParams.js +3 -0
- package/dist/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/dist/api/types/GetBookingSlugStatusParams.js +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetScheduleParams.d.ts +3 -0
- package/dist/api/types/GetScheduleParams.js +3 -0
- package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/api/types/ListAgentRulesParams.d.ts +3 -0
- package/dist/api/types/ListAgentRulesParams.js +3 -0
- package/dist/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/dist/api/types/ListClientInteractionsParams.js +3 -0
- package/dist/api/types/ListHolidaysParams.d.ts +3 -0
- package/dist/api/types/ListHolidaysParams.js +3 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
- package/dist/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
- package/dist/api/types/PromptAgentApiModelOverrideInput.js +3 -0
- package/dist/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
- package/dist/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +3 -0
- package/dist/api/types/ResponseFilter.d.ts +1 -1
- package/dist/api/types/ResponseFilterMode.d.ts +1 -0
- package/dist/api/types/ResponseFilterMode.js +1 -0
- package/dist/api/types/ScopedAnalysisResult.d.ts +11 -0
- package/dist/api/types/ScopedAnalysisResult.js +3 -0
- package/dist/api/types/SetBookingSlugParams.d.ts +3 -0
- package/dist/api/types/SetBookingSlugParams.js +3 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/dist/api/types/ToDialogueSettingsResponseModel.js +3 -0
- package/dist/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/dist/api/types/UpdateAgentRuleParams.js +3 -0
- package/dist/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/UpdateBookingPageSettingsParams.js +3 -0
- package/dist/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/dist/api/types/UpdateBusinessInfoParams.js +3 -0
- package/dist/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/dist/api/types/UpdateCustomerFacingConfigParams.js +3 -0
- package/dist/api/types/UpdateHolidayParams.d.ts +3 -0
- package/dist/api/types/UpdateHolidayParams.js +3 -0
- package/dist/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/UpdateRentalServiceParams.js +3 -0
- package/dist/api/types/VisitedAgentRef.d.ts +7 -0
- package/dist/api/types/VisitedAgentRef.js +3 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +2 -0
- package/dist/api/types/index.d.ts +32 -2
- package/dist/api/types/index.js +32 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/dist/serialization/types/AnalysisScope.d.ts +7 -0
- package/dist/serialization/types/AnalysisScope.js +39 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/dist/serialization/types/ConversationTurnMetrics.d.ts +1 -0
- package/dist/serialization/types/ConversationTurnMetrics.js +1 -0
- package/dist/serialization/types/CreateAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/{PromptAgentApiModelOverride.js → CreateAgentRuleParams.js} +3 -6
- package/dist/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
- package/{serialization/types/PromptAgentApiModelOverride.js → dist/serialization/types/CreateAgentTestFolderResponseModel.js} +4 -6
- package/dist/serialization/types/CreateClientInteractionParams.d.ts +9 -0
- package/dist/serialization/types/CreateClientInteractionParams.js +41 -0
- package/dist/serialization/types/CreateHolidayParams.d.ts +9 -0
- package/dist/serialization/types/CreateHolidayParams.js +41 -0
- package/dist/serialization/types/CreateRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/CreateRentalServiceParams.js +41 -0
- package/dist/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/DeleteAgentRuleParams.js +41 -0
- package/dist/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
- package/dist/serialization/types/DeleteClientInteractionParams.js +41 -0
- package/dist/serialization/types/DeleteHolidayParams.d.ts +9 -0
- package/dist/serialization/types/DeleteHolidayParams.js +41 -0
- package/dist/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/DeleteRentalServiceParams.js +41 -0
- package/dist/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/dist/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
- package/dist/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
- package/dist/serialization/types/EvaluationSettingsOutput.js +42 -0
- package/dist/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
- package/dist/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
- package/dist/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
- package/dist/serialization/types/GetAnalyticsSummaryParams.js +41 -0
- package/dist/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
- package/dist/serialization/types/GetBookingPageSettingsParams.js +41 -0
- package/dist/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
- package/dist/serialization/types/GetBookingSlugStatusParams.js +41 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetConversationResponseModel.js +2 -0
- package/dist/serialization/types/GetScheduleParams.d.ts +9 -0
- package/dist/serialization/types/GetScheduleParams.js +41 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/dist/serialization/types/ListAgentRulesParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentRulesParams.js +41 -0
- package/dist/serialization/types/ListClientInteractionsParams.d.ts +9 -0
- package/dist/serialization/types/ListClientInteractionsParams.js +41 -0
- package/dist/serialization/types/ListHolidaysParams.d.ts +9 -0
- package/dist/serialization/types/ListHolidaysParams.js +41 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/dist/serialization/types/ResponseFilterMode.d.ts +1 -1
- package/dist/serialization/types/ResponseFilterMode.js +1 -1
- package/dist/serialization/types/ScopedAnalysisResult.d.ts +18 -0
- package/dist/serialization/types/ScopedAnalysisResult.js +52 -0
- package/dist/serialization/types/SetBookingSlugParams.d.ts +9 -0
- package/dist/serialization/types/SetBookingSlugParams.js +41 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/dist/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
- package/dist/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
- package/dist/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/UpdateAgentRuleParams.js +41 -0
- package/dist/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
- package/dist/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBusinessInfoParams.js +41 -0
- package/dist/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
- package/dist/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
- package/dist/serialization/types/UpdateHolidayParams.d.ts +9 -0
- package/dist/serialization/types/UpdateHolidayParams.js +41 -0
- package/dist/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/UpdateRentalServiceParams.js +41 -0
- package/dist/serialization/types/VisitedAgentRef.d.ts +10 -0
- package/dist/serialization/types/VisitedAgentRef.js +42 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
- package/dist/serialization/types/index.d.ts +32 -2
- package/dist/serialization/types/index.js +32 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +340 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/serialization/types/AnalysisScope.d.ts +7 -0
- package/serialization/types/AnalysisScope.js +39 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/serialization/types/ConversationTurnMetrics.d.ts +1 -0
- package/serialization/types/ConversationTurnMetrics.js +1 -0
- package/serialization/types/CreateAgentRuleParams.d.ts +9 -0
- package/serialization/types/CreateAgentRuleParams.js +41 -0
- package/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentTestFolderResponseModel.js +42 -0
- package/serialization/types/CreateClientInteractionParams.d.ts +9 -0
- package/serialization/types/CreateClientInteractionParams.js +41 -0
- package/serialization/types/CreateHolidayParams.d.ts +9 -0
- package/serialization/types/CreateHolidayParams.js +41 -0
- package/serialization/types/CreateRentalServiceParams.d.ts +9 -0
- package/serialization/types/CreateRentalServiceParams.js +41 -0
- package/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
- package/serialization/types/DeleteAgentRuleParams.js +41 -0
- package/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
- package/serialization/types/DeleteClientInteractionParams.js +41 -0
- package/serialization/types/DeleteHolidayParams.d.ts +9 -0
- package/serialization/types/DeleteHolidayParams.js +41 -0
- package/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
- package/serialization/types/DeleteRentalServiceParams.js +41 -0
- package/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
- package/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
- package/serialization/types/EvaluationSettingsOutput.js +42 -0
- package/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
- package/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
- package/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
- package/serialization/types/GetAnalyticsSummaryParams.js +41 -0
- package/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
- package/serialization/types/GetBookingPageSettingsParams.js +41 -0
- package/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
- package/serialization/types/GetBookingSlugStatusParams.js +41 -0
- package/serialization/types/GetConversationResponseModel.d.ts +2 -0
- package/serialization/types/GetConversationResponseModel.js +2 -0
- package/serialization/types/GetScheduleParams.d.ts +9 -0
- package/serialization/types/GetScheduleParams.js +41 -0
- package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/serialization/types/ListAgentRulesParams.d.ts +9 -0
- package/serialization/types/ListAgentRulesParams.js +41 -0
- package/serialization/types/ListClientInteractionsParams.d.ts +9 -0
- package/serialization/types/ListClientInteractionsParams.js +41 -0
- package/serialization/types/ListHolidaysParams.d.ts +9 -0
- package/serialization/types/ListHolidaysParams.js +41 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
- package/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
- package/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
- package/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
- package/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/serialization/types/ResponseFilterMode.d.ts +1 -1
- package/serialization/types/ResponseFilterMode.js +1 -1
- package/serialization/types/ScopedAnalysisResult.d.ts +18 -0
- package/serialization/types/ScopedAnalysisResult.js +52 -0
- package/serialization/types/SetBookingSlugParams.d.ts +9 -0
- package/serialization/types/SetBookingSlugParams.js +41 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
- package/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
- package/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
- package/serialization/types/UpdateAgentRuleParams.js +41 -0
- package/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
- package/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
- package/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
- package/serialization/types/UpdateBusinessInfoParams.js +41 -0
- package/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
- package/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
- package/serialization/types/UpdateHolidayParams.d.ts +9 -0
- package/serialization/types/UpdateHolidayParams.js +41 -0
- package/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
- package/serialization/types/UpdateRentalServiceParams.js +41 -0
- package/serialization/types/VisitedAgentRef.d.ts +10 -0
- package/serialization/types/VisitedAgentRef.js +42 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
- package/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
- package/serialization/types/index.d.ts +32 -2
- package/serialization/types/index.js +32 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- package/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- /package/api/{types/EvaluationSettings.js → resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
- /package/api/{types/PromptAgentApiModelOverride.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
- /package/{dist/api/types/EvaluationSettings.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelOverride.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
|
@@ -4,9 +4,10 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { AgentCallLimits } from "./AgentCallLimits";
|
|
5
5
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
6
6
|
import { AgentWorkspaceOverridesInput } from "./AgentWorkspaceOverridesInput";
|
|
7
|
+
import { AnalysisScope } from "./AnalysisScope";
|
|
7
8
|
import { AuthSettings } from "./AuthSettings";
|
|
8
9
|
import { ConversationInitiationClientDataConfigInput } from "./ConversationInitiationClientDataConfigInput";
|
|
9
|
-
import {
|
|
10
|
+
import { EvaluationSettingsInput } from "./EvaluationSettingsInput";
|
|
10
11
|
import { GuardrailsV1Input } from "./GuardrailsV1Input";
|
|
11
12
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
12
13
|
import { PrivacyConfigInput } from "./PrivacyConfigInput";
|
|
@@ -14,9 +15,10 @@ import { WidgetConfig } from "./WidgetConfig";
|
|
|
14
15
|
export declare const AgentPlatformSettingsRequestModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsRequestModel.Raw, ElevenLabs.AgentPlatformSettingsRequestModel>;
|
|
15
16
|
export declare namespace AgentPlatformSettingsRequestModel {
|
|
16
17
|
interface Raw {
|
|
17
|
-
evaluation?:
|
|
18
|
+
evaluation?: EvaluationSettingsInput.Raw | null;
|
|
18
19
|
widget?: WidgetConfig.Raw | null;
|
|
19
20
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
21
|
+
data_collection_scopes?: Record<string, AnalysisScope.Raw> | null;
|
|
20
22
|
overrides?: ConversationInitiationClientDataConfigInput.Raw | null;
|
|
21
23
|
workspace_overrides?: AgentWorkspaceOverridesInput.Raw | null;
|
|
22
24
|
testing?: AgentTestingSettings.Raw | null;
|
|
@@ -39,17 +39,19 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
40
40
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
41
41
|
const AgentWorkspaceOverridesInput_1 = require("./AgentWorkspaceOverridesInput");
|
|
42
|
+
const AnalysisScope_1 = require("./AnalysisScope");
|
|
42
43
|
const AuthSettings_1 = require("./AuthSettings");
|
|
43
44
|
const ConversationInitiationClientDataConfigInput_1 = require("./ConversationInitiationClientDataConfigInput");
|
|
44
|
-
const
|
|
45
|
+
const EvaluationSettingsInput_1 = require("./EvaluationSettingsInput");
|
|
45
46
|
const GuardrailsV1Input_1 = require("./GuardrailsV1Input");
|
|
46
47
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
47
48
|
const PrivacyConfigInput_1 = require("./PrivacyConfigInput");
|
|
48
49
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
49
50
|
exports.AgentPlatformSettingsRequestModel = core.serialization.object({
|
|
50
|
-
evaluation:
|
|
51
|
+
evaluation: EvaluationSettingsInput_1.EvaluationSettingsInput.optional(),
|
|
51
52
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
52
53
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
54
|
+
dataCollectionScopes: core.serialization.property("data_collection_scopes", core.serialization.record(core.serialization.string(), AnalysisScope_1.AnalysisScope).optional()),
|
|
53
55
|
overrides: ConversationInitiationClientDataConfigInput_1.ConversationInitiationClientDataConfigInput.optional(),
|
|
54
56
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesInput_1.AgentWorkspaceOverridesInput.optional()),
|
|
55
57
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
@@ -4,9 +4,10 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { AgentCallLimits } from "./AgentCallLimits";
|
|
5
5
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
6
6
|
import { AgentWorkspaceOverridesOutput } from "./AgentWorkspaceOverridesOutput";
|
|
7
|
+
import { AnalysisScope } from "./AnalysisScope";
|
|
7
8
|
import { AuthSettings } from "./AuthSettings";
|
|
8
9
|
import { ConversationInitiationClientDataConfigOutput } from "./ConversationInitiationClientDataConfigOutput";
|
|
9
|
-
import {
|
|
10
|
+
import { EvaluationSettingsOutput } from "./EvaluationSettingsOutput";
|
|
10
11
|
import { GuardrailsV1Output } from "./GuardrailsV1Output";
|
|
11
12
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
12
13
|
import { PrivacyConfigOutput } from "./PrivacyConfigOutput";
|
|
@@ -15,9 +16,10 @@ import { WidgetConfig } from "./WidgetConfig";
|
|
|
15
16
|
export declare const AgentPlatformSettingsResponseModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsResponseModel.Raw, ElevenLabs.AgentPlatformSettingsResponseModel>;
|
|
16
17
|
export declare namespace AgentPlatformSettingsResponseModel {
|
|
17
18
|
interface Raw {
|
|
18
|
-
evaluation?:
|
|
19
|
+
evaluation?: EvaluationSettingsOutput.Raw | null;
|
|
19
20
|
widget?: WidgetConfig.Raw | null;
|
|
20
21
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
22
|
+
data_collection_scopes?: Record<string, AnalysisScope.Raw> | null;
|
|
21
23
|
overrides?: ConversationInitiationClientDataConfigOutput.Raw | null;
|
|
22
24
|
workspace_overrides?: AgentWorkspaceOverridesOutput.Raw | null;
|
|
23
25
|
testing?: AgentTestingSettings.Raw | null;
|
|
@@ -39,18 +39,20 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
40
40
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
41
41
|
const AgentWorkspaceOverridesOutput_1 = require("./AgentWorkspaceOverridesOutput");
|
|
42
|
+
const AnalysisScope_1 = require("./AnalysisScope");
|
|
42
43
|
const AuthSettings_1 = require("./AuthSettings");
|
|
43
44
|
const ConversationInitiationClientDataConfigOutput_1 = require("./ConversationInitiationClientDataConfigOutput");
|
|
44
|
-
const
|
|
45
|
+
const EvaluationSettingsOutput_1 = require("./EvaluationSettingsOutput");
|
|
45
46
|
const GuardrailsV1Output_1 = require("./GuardrailsV1Output");
|
|
46
47
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
47
48
|
const PrivacyConfigOutput_1 = require("./PrivacyConfigOutput");
|
|
48
49
|
const SafetyResponseModel_1 = require("./SafetyResponseModel");
|
|
49
50
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
50
51
|
exports.AgentPlatformSettingsResponseModel = core.serialization.object({
|
|
51
|
-
evaluation:
|
|
52
|
+
evaluation: EvaluationSettingsOutput_1.EvaluationSettingsOutput.optional(),
|
|
52
53
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
53
54
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
55
|
+
dataCollectionScopes: core.serialization.property("data_collection_scopes", core.serialization.record(core.serialization.string(), AnalysisScope_1.AnalysisScope).optional()),
|
|
54
56
|
overrides: ConversationInitiationClientDataConfigOutput_1.ConversationInitiationClientDataConfigOutput.optional(),
|
|
55
57
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesOutput_1.AgentWorkspaceOverridesOutput.optional()),
|
|
56
58
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
@@ -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 AnalysisScope: core.serialization.Schema<serializers.AnalysisScope.Raw, ElevenLabs.AnalysisScope>;
|
|
5
|
+
export declare namespace AnalysisScope {
|
|
6
|
+
type Raw = "conversation" | "agent";
|
|
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.AnalysisScope = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AnalysisScope = core.serialization.enum_(["conversation", "agent"]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const ClientEvent: core.serialization.Schema<serializers.ClientEvent.Raw, ElevenLabs.ClientEvent>;
|
|
5
5
|
export declare namespace ClientEvent {
|
|
6
|
-
type Raw = "conversation_initiation_metadata" | "asr_initiation_metadata" | "ping" | "audio" | "interruption" | "user_transcript" | "tentative_user_transcript" | "agent_response" | "agent_response_correction" | "client_tool_call" | "mcp_tool_call" | "mcp_connection_status" | "agent_tool_request" | "agent_tool_response" | "agent_response_metadata" | "vad_score" | "agent_chat_response_part" | "client_error" | "guardrail_triggered" | "internal_turn_probability" | "internal_tentative_agent_response";
|
|
6
|
+
type Raw = "conversation_initiation_metadata" | "asr_initiation_metadata" | "ping" | "audio" | "interruption" | "user_transcript" | "tentative_user_transcript" | "agent_response" | "agent_response_correction" | "client_tool_call" | "mcp_tool_call" | "mcp_connection_status" | "agent_tool_request" | "agent_tool_response" | "agent_response_metadata" | "vad_score" | "agent_chat_response_part" | "client_error" | "guardrail_triggered" | "dtmf_request" | "internal_turn_probability" | "internal_tentative_agent_response";
|
|
7
7
|
}
|
|
@@ -4,6 +4,7 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { ConversationHistoryEvaluationCriteriaResultCommonModel } from "./ConversationHistoryEvaluationCriteriaResultCommonModel";
|
|
5
5
|
import { DataCollectionResultCommonModel } from "./DataCollectionResultCommonModel";
|
|
6
6
|
import { EvaluationSuccessResult } from "./EvaluationSuccessResult";
|
|
7
|
+
import { ScopedAnalysisResult } from "./ScopedAnalysisResult";
|
|
7
8
|
export declare const ConversationHistoryAnalysisCommonModel: core.serialization.ObjectSchema<serializers.ConversationHistoryAnalysisCommonModel.Raw, ElevenLabs.ConversationHistoryAnalysisCommonModel>;
|
|
8
9
|
export declare namespace ConversationHistoryAnalysisCommonModel {
|
|
9
10
|
interface Raw {
|
|
@@ -14,5 +15,6 @@ export declare namespace ConversationHistoryAnalysisCommonModel {
|
|
|
14
15
|
call_successful: EvaluationSuccessResult.Raw;
|
|
15
16
|
transcript_summary: string;
|
|
16
17
|
call_summary_title?: string | null;
|
|
18
|
+
scoped?: ScopedAnalysisResult.Raw[] | null;
|
|
17
19
|
}
|
|
18
20
|
}
|
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const ConversationHistoryEvaluationCriteriaResultCommonModel_1 = require("./ConversationHistoryEvaluationCriteriaResultCommonModel");
|
|
40
40
|
const DataCollectionResultCommonModel_1 = require("./DataCollectionResultCommonModel");
|
|
41
41
|
const EvaluationSuccessResult_1 = require("./EvaluationSuccessResult");
|
|
42
|
+
const ScopedAnalysisResult_1 = require("./ScopedAnalysisResult");
|
|
42
43
|
exports.ConversationHistoryAnalysisCommonModel = core.serialization.object({
|
|
43
44
|
evaluationCriteriaResults: core.serialization.property("evaluation_criteria_results", core.serialization
|
|
44
45
|
.record(core.serialization.string(), ConversationHistoryEvaluationCriteriaResultCommonModel_1.ConversationHistoryEvaluationCriteriaResultCommonModel)
|
|
@@ -49,4 +50,5 @@ exports.ConversationHistoryAnalysisCommonModel = core.serialization.object({
|
|
|
49
50
|
callSuccessful: core.serialization.property("call_successful", EvaluationSuccessResult_1.EvaluationSuccessResult),
|
|
50
51
|
transcriptSummary: core.serialization.property("transcript_summary", core.serialization.string()),
|
|
51
52
|
callSummaryTitle: core.serialization.property("call_summary_title", core.serialization.string().optional()),
|
|
53
|
+
scoped: core.serialization.list(ScopedAnalysisResult_1.ScopedAnalysisResult).optional(),
|
|
52
54
|
});
|
|
@@ -41,4 +41,5 @@ exports.ConversationTurnMetrics = core.serialization.object({
|
|
|
41
41
|
metrics: core.serialization.record(core.serialization.string(), MetricRecord_1.MetricRecord).optional(),
|
|
42
42
|
convaiAsrProvider: core.serialization.property("convai_asr_provider", core.serialization.string().optional()),
|
|
43
43
|
convaiTtsModel: core.serialization.property("convai_tts_model", core.serialization.string().optional()),
|
|
44
|
+
convaiTtsCascade: core.serialization.property("convai_tts_cascade", core.serialization.string().optional()),
|
|
44
45
|
});
|
|
@@ -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 CreateAgentRuleParams: core.serialization.ObjectSchema<serializers.CreateAgentRuleParams.Raw, ElevenLabs.CreateAgentRuleParams>;
|
|
5
|
+
export declare namespace CreateAgentRuleParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "create_agent_rule" | 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.CreateAgentRuleParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateAgentRuleParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("create_agent_rule").optional()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 CreateAgentTestFolderResponseModel: core.serialization.ObjectSchema<serializers.CreateAgentTestFolderResponseModel.Raw, ElevenLabs.CreateAgentTestFolderResponseModel>;
|
|
5
|
+
export declare namespace CreateAgentTestFolderResponseModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -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.CreateAgentTestFolderResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateAgentTestFolderResponseModel = core.serialization.object({
|
|
40
|
+
id: core.serialization.string(),
|
|
41
|
+
name: core.serialization.string(),
|
|
42
|
+
});
|
|
@@ -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 CreateClientInteractionParams: core.serialization.ObjectSchema<serializers.CreateClientInteractionParams.Raw, ElevenLabs.CreateClientInteractionParams>;
|
|
5
|
+
export declare namespace CreateClientInteractionParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "create_client_interaction" | 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.CreateClientInteractionParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateClientInteractionParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("create_client_interaction").optional()),
|
|
41
|
+
});
|
|
@@ -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 CreateHolidayParams: core.serialization.ObjectSchema<serializers.CreateHolidayParams.Raw, ElevenLabs.CreateHolidayParams>;
|
|
5
|
+
export declare namespace CreateHolidayParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "create_holiday" | 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.CreateHolidayParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateHolidayParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("create_holiday").optional()),
|
|
41
|
+
});
|
|
@@ -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 CreateRentalServiceParams: core.serialization.ObjectSchema<serializers.CreateRentalServiceParams.Raw, ElevenLabs.CreateRentalServiceParams>;
|
|
5
|
+
export declare namespace CreateRentalServiceParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "create_rental_service" | 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.CreateRentalServiceParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.CreateRentalServiceParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("create_rental_service").optional()),
|
|
41
|
+
});
|
|
@@ -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 DeleteAgentRuleParams: core.serialization.ObjectSchema<serializers.DeleteAgentRuleParams.Raw, ElevenLabs.DeleteAgentRuleParams>;
|
|
5
|
+
export declare namespace DeleteAgentRuleParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "delete_agent_rule" | 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.DeleteAgentRuleParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DeleteAgentRuleParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_agent_rule").optional()),
|
|
41
|
+
});
|
|
@@ -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 DeleteClientInteractionParams: core.serialization.ObjectSchema<serializers.DeleteClientInteractionParams.Raw, ElevenLabs.DeleteClientInteractionParams>;
|
|
5
|
+
export declare namespace DeleteClientInteractionParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "delete_client_interaction" | 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.DeleteClientInteractionParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DeleteClientInteractionParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_client_interaction").optional()),
|
|
41
|
+
});
|
|
@@ -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 DeleteHolidayParams: core.serialization.ObjectSchema<serializers.DeleteHolidayParams.Raw, ElevenLabs.DeleteHolidayParams>;
|
|
5
|
+
export declare namespace DeleteHolidayParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "delete_holiday" | 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.DeleteHolidayParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DeleteHolidayParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_holiday").optional()),
|
|
41
|
+
});
|