hume 0.8.3 → 0.8.5
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/.mock/definition/empathic-voice/__package__.yml +822 -184
- package/.mock/definition/empathic-voice/chatGroups.yml +54 -17
- package/.mock/definition/empathic-voice/chats.yml +51 -19
- package/.mock/definition/empathic-voice/configs.yml +198 -61
- package/.mock/definition/empathic-voice/prompts.yml +126 -27
- package/.mock/definition/empathic-voice/tools.yml +116 -23
- package/.mock/fern.config.json +3 -3
- package/.nvmrc +1 -0
- package/CONTRIBUTING.md +5 -0
- package/Client.d.ts +4 -4
- package/README.md +35 -33
- package/api/index.d.ts +1 -1
- package/api/resources/empathicVoice/client/Client.d.ts +8 -8
- package/api/resources/empathicVoice/index.d.ts +3 -3
- package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +4 -2
- package/api/resources/empathicVoice/resources/chat/client/Client.js +10 -9
- package/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +9 -9
- package/api/resources/empathicVoice/resources/chat/client/Socket.js +13 -13
- package/api/resources/empathicVoice/resources/chat/client/index.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chat/index.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +5 -5
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +34 -30
- package/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +10 -4
- package/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +5 -5
- package/api/resources/empathicVoice/resources/chats/client/Client.js +33 -29
- package/api/resources/empathicVoice/resources/chats/client/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/chats/client/requests/index.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chats/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +26 -14
- package/api/resources/empathicVoice/resources/configs/client/Client.js +143 -109
- package/api/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigVersionsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +15 -4
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +15 -4
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +1 -1
- package/api/resources/empathicVoice/resources/configs/client/requests/index.d.ts +6 -6
- package/api/resources/empathicVoice/resources/configs/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/index.d.ts +12 -12
- package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +26 -14
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +143 -109
- package/api/resources/empathicVoice/resources/prompts/client/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +8 -2
- package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +8 -2
- package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +1 -1
- package/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptVersionsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +6 -6
- package/api/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +26 -14
- package/api/resources/empathicVoice/resources/tools/client/Client.js +139 -109
- package/api/resources/empathicVoice/resources/tools/client/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +8 -4
- package/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +8 -4
- package/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolVersionsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolsRequest.d.ts +7 -3
- package/api/resources/empathicVoice/resources/tools/client/requests/index.d.ts +6 -6
- package/api/resources/empathicVoice/resources/tools/index.d.ts +1 -1
- package/api/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
- package/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
- package/api/resources/empathicVoice/types/AudioInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -1
- package/api/resources/empathicVoice/types/BuiltInTool.d.ts +1 -1
- package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/api/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
- package/api/resources/empathicVoice/types/ChatMessageToolResult.d.ts +1 -1
- package/api/resources/empathicVoice/types/ChatMetadata.d.ts +1 -1
- package/api/resources/empathicVoice/types/Context.d.ts +1 -1
- package/api/resources/empathicVoice/types/ContextType.d.ts +1 -1
- package/api/resources/empathicVoice/types/ContextType.js +3 -3
- package/api/resources/empathicVoice/types/Encoding.d.ts +1 -1
- package/api/resources/empathicVoice/types/ErrorLevel.d.ts +1 -1
- package/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +1 -1
- package/api/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/HttpValidationError.d.ts +1 -1
- package/api/resources/empathicVoice/types/Inference.d.ts +2 -2
- package/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
- package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedEllmModel.d.ts +5 -1
- package/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +6 -2
- package/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +17 -3
- package/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +8 -4
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +6 -6
- package/api/resources/empathicVoice/types/PostedPromptSpec.d.ts +8 -2
- package/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +4 -2
- package/api/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +7 -1
- package/api/resources/empathicVoice/types/PostedVoice.d.ts +3 -3
- package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedVoiceName.js +3 -3
- package/api/resources/empathicVoice/types/ProsodyInference.d.ts +4 -2
- package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +4 -3
- package/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +10 -0
- package/api/resources/empathicVoice/types/ReturnChat.d.ts +21 -9
- package/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +38 -9
- package/api/resources/empathicVoice/types/ReturnChatEventRole.d.ts +21 -0
- package/api/resources/empathicVoice/types/ReturnChatEventRole.js +12 -0
- package/api/resources/empathicVoice/types/ReturnChatEventType.d.ts +27 -0
- package/api/resources/empathicVoice/types/ReturnChatEventType.js +14 -0
- package/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +5 -5
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +20 -8
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +13 -0
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +10 -0
- package/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +39 -15
- package/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +13 -0
- package/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +10 -0
- package/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +27 -0
- package/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +14 -0
- package/api/resources/empathicVoice/types/ReturnChatStatus.d.ts +27 -0
- package/api/resources/empathicVoice/types/ReturnChatStatus.js +14 -0
- package/api/resources/empathicVoice/types/ReturnConfig.d.ts +24 -7
- package/api/resources/empathicVoice/types/ReturnConfigSpec.d.ts +8 -2
- package/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +5 -1
- package/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +6 -2
- package/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +17 -3
- package/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +9 -4
- package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +15 -0
- package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +14 -0
- package/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +19 -7
- package/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +13 -0
- package/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +10 -0
- package/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +19 -7
- package/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +13 -0
- package/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +10 -0
- package/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +13 -5
- package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +13 -5
- package/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +13 -5
- package/api/resources/empathicVoice/types/ReturnPrompt.d.ts +21 -8
- package/api/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnPromptVersionType.js +10 -0
- package/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +6 -2
- package/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -2
- package/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +22 -11
- package/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +10 -0
- package/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +10 -0
- package/api/resources/empathicVoice/types/ReturnVoice.d.ts +4 -3
- package/api/resources/empathicVoice/types/ReturnVoiceName.d.ts +12 -0
- package/api/resources/empathicVoice/types/ReturnVoiceName.js +11 -0
- package/api/resources/empathicVoice/types/Role.d.ts +1 -1
- package/api/resources/empathicVoice/types/Role.js +5 -5
- package/api/resources/empathicVoice/types/SessionSettings.d.ts +2 -2
- package/api/resources/empathicVoice/types/TextInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/Tool.d.ts +1 -1
- package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ToolType.d.ts +1 -1
- package/api/resources/empathicVoice/types/ToolType.js +2 -2
- package/api/resources/empathicVoice/types/TtsInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/UserInput.d.ts +1 -1
- package/api/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
- package/api/resources/empathicVoice/types/UserMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ValidationError.d.ts +1 -1
- package/api/resources/empathicVoice/types/VoiceArgs.d.ts +1 -1
- package/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +1 -1
- package/api/resources/empathicVoice/types/VoiceNameEnum.js +3 -3
- package/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -1
- package/api/resources/empathicVoice/types/index.d.ts +99 -85
- package/api/resources/empathicVoice/types/index.js +14 -0
- package/api/resources/expressionMeasurement/client/Client.d.ts +3 -3
- package/api/resources/expressionMeasurement/index.d.ts +3 -3
- package/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +6 -6
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +87 -75
- package/api/resources/expressionMeasurement/resources/batch/client/index.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchStartInferenceJobFromLocalFileRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/batch/client/requests/index.d.ts +2 -2
- package/api/resources/expressionMeasurement/resources/batch/index.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/index.d.ts +4 -4
- package/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +21 -21
- package/api/resources/expressionMeasurement/types/Alternative.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Bcp47Tag.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Bcp47Tag.js +29 -29
- package/api/resources/expressionMeasurement/types/BurstPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/CompletedTraining.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/CustomModel.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/CustomModelRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Dataset.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Direction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Direction.js +2 -2
- package/api/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/EvaluationArgs.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Face.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/FacePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Granularity.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Granularity.js +4 -4
- package/api/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/InferencePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/InferenceRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/InferenceResults.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/JobInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/JobTlInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/JobTraining.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Language.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/LanguagePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Models.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/ModelsPredictions.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/NerPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Prosody.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Sentiment.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/SortBy.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/SortBy.js +3 -3
- package/api/resources/expressionMeasurement/types/Source.d.ts +4 -4
- package/api/resources/expressionMeasurement/types/SourceFile.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/SourceUrl.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +7 -6
- package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateInference.d.ts +5 -5
- package/api/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTlInference.d.ts +5 -5
- package/api/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTraining.d.ts +5 -5
- package/api/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Status.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Status.js +4 -4
- package/api/resources/expressionMeasurement/types/Task.d.ts +3 -3
- package/api/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/TlInferenceResults.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Toxicity.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Transcription.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Type.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/Type.js +4 -4
- package/api/resources/expressionMeasurement/types/UnionJob.d.ts +5 -5
- package/api/resources/expressionMeasurement/types/UnionJobJobEmbeddingGeneration.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/UnionJobJobInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/UnionJobJobTlInference.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/UnionJobJobTraining.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/UnionPredictResult.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/ValidationArgs.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/When.d.ts +1 -1
- package/api/resources/expressionMeasurement/types/When.js +2 -2
- package/api/resources/expressionMeasurement/types/index.d.ts +129 -129
- package/api/resources/index.d.ts +2 -2
- package/core/fetcher/Fetcher.d.ts +6 -6
- package/core/fetcher/Fetcher.js +28 -25
- package/core/fetcher/Supplier.d.ts +2 -2
- package/core/fetcher/Supplier.js +3 -12
- package/core/fetcher/index.d.ts +5 -5
- package/core/form-data-utils/FormDataWrapper.js +7 -7
- package/core/form-data-utils/index.d.ts +1 -1
- package/core/index.d.ts +5 -5
- package/core/runtime/index.d.ts +1 -1
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.js +22 -19
- package/core/schemas/Schema.d.ts +3 -3
- package/core/schemas/Schema.js +16 -16
- package/core/schemas/builders/date/date.d.ts +1 -1
- package/core/schemas/builders/date/date.js +4 -4
- package/core/schemas/builders/date/index.d.ts +1 -1
- package/core/schemas/builders/enum/enum.d.ts +1 -1
- package/core/schemas/builders/enum/enum.js +3 -3
- package/core/schemas/builders/enum/index.d.ts +1 -1
- package/core/schemas/builders/index.d.ts +13 -13
- package/core/schemas/builders/lazy/index.d.ts +3 -3
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/core/schemas/builders/list/index.d.ts +1 -1
- package/core/schemas/builders/list/list.d.ts +1 -1
- package/core/schemas/builders/list/list.js +1 -1
- package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/core/schemas/builders/literals/index.d.ts +2 -2
- package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/core/schemas/builders/object/index.d.ts +6 -6
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +24 -10
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/property.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +5 -5
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/core/schemas/builders/object-like/index.d.ts +2 -2
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/primitives/boolean.js +2 -2
- package/core/schemas/builders/primitives/index.d.ts +5 -5
- package/core/schemas/builders/primitives/number.js +2 -2
- package/core/schemas/builders/primitives/string.js +2 -2
- package/core/schemas/builders/record/index.d.ts +2 -2
- package/core/schemas/builders/record/record.d.ts +2 -2
- package/core/schemas/builders/record/record.js +9 -3
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/JsonError.js +1 -1
- package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/ParseError.js +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/core/schemas/builders/schema-utils/index.d.ts +4 -4
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -1
- package/core/schemas/builders/set/index.d.ts +1 -1
- package/core/schemas/builders/set/set.d.ts +1 -1
- package/core/schemas/builders/set/set.js +1 -1
- package/core/schemas/builders/undiscriminated-union/index.d.ts +2 -2
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/core/schemas/builders/union/index.d.ts +4 -4
- package/core/schemas/builders/union/types.d.ts +2 -2
- package/core/schemas/builders/union/union.d.ts +3 -3
- package/core/schemas/builders/union/union.js +14 -6
- package/core/schemas/index.d.ts +2 -2
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +6 -6
- package/core/schemas/utils/isPlainObject.js +1 -1
- package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/core/schemas/utils/maybeSkipValidation.js +6 -4
- package/core/websocket/index.d.ts +1 -1
- package/core/websocket/ws.js +13 -10
- package/dist/Client.d.ts +4 -4
- package/dist/api/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/client/Client.d.ts +8 -8
- package/dist/api/resources/empathicVoice/index.d.ts +3 -3
- package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +4 -2
- package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +10 -9
- package/dist/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +9 -9
- package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +13 -13
- package/dist/api/resources/empathicVoice/resources/chat/client/index.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chat/index.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +5 -5
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +34 -30
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +10 -4
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +5 -5
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +33 -29
- package/dist/api/resources/empathicVoice/resources/chats/client/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/chats/client/requests/index.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chats/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +26 -14
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +143 -109
- package/dist/api/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigVersionsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +15 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +15 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/index.d.ts +6 -6
- package/dist/api/resources/empathicVoice/resources/configs/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/index.d.ts +12 -12
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +26 -14
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +143 -109
- package/dist/api/resources/empathicVoice/resources/prompts/client/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +8 -2
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +8 -2
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptVersionsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +6 -6
- package/dist/api/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +26 -14
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +139 -109
- package/dist/api/resources/empathicVoice/resources/tools/client/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +8 -4
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +8 -4
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolVersionsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolsRequest.d.ts +7 -3
- package/dist/api/resources/empathicVoice/resources/tools/client/requests/index.d.ts +6 -6
- package/dist/api/resources/empathicVoice/resources/tools/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/BuiltInTool.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ChatMessageToolResult.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/Context.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ContextType.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ContextType.js +3 -3
- package/dist/api/resources/empathicVoice/types/Encoding.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ErrorLevel.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/HttpValidationError.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/Inference.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedEllmModel.d.ts +5 -1
- package/dist/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +6 -2
- package/dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +17 -3
- package/dist/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +8 -4
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +6 -6
- package/dist/api/resources/empathicVoice/types/PostedPromptSpec.d.ts +8 -2
- package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +4 -2
- package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +7 -1
- package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +3 -3
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +3 -3
- package/dist/api/resources/empathicVoice/types/ProsodyInference.d.ts +4 -2
- package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +4 -3
- package/dist/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnChat.d.ts +21 -9
- package/dist/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +38 -9
- package/dist/api/resources/empathicVoice/types/ReturnChatEventRole.d.ts +21 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatEventRole.js +12 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatEventType.d.ts +27 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatEventType.js +14 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +5 -5
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +20 -8
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +13 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +39 -15
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +13 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +27 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +14 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatStatus.d.ts +27 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatStatus.js +14 -0
- package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +24 -7
- package/dist/api/resources/empathicVoice/types/ReturnConfigSpec.d.ts +8 -2
- package/dist/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +5 -1
- package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +6 -2
- package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +17 -3
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +9 -4
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +15 -0
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +14 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +19 -7
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +13 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +19 -7
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +13 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +13 -5
- package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +13 -5
- package/dist/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +13 -5
- package/dist/api/resources/empathicVoice/types/ReturnPrompt.d.ts +21 -8
- package/dist/api/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnPromptVersionType.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +6 -2
- package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -2
- package/dist/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +22 -11
- package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +4 -3
- package/dist/api/resources/empathicVoice/types/ReturnVoiceName.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/ReturnVoiceName.js +11 -0
- package/dist/api/resources/empathicVoice/types/Role.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/Role.js +5 -5
- package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/TextInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/Tool.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ToolType.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ToolType.js +2 -2
- package/dist/api/resources/empathicVoice/types/TtsInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/UserInput.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/UserMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ValidationError.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/VoiceArgs.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/VoiceNameEnum.js +3 -3
- package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/index.d.ts +99 -85
- package/dist/api/resources/empathicVoice/types/index.js +14 -0
- package/dist/api/resources/expressionMeasurement/client/Client.d.ts +3 -3
- package/dist/api/resources/expressionMeasurement/index.d.ts +3 -3
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +6 -6
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +87 -75
- package/dist/api/resources/expressionMeasurement/resources/batch/client/index.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchStartInferenceJobFromLocalFileRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/index.d.ts +2 -2
- package/dist/api/resources/expressionMeasurement/resources/batch/index.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/index.d.ts +4 -4
- package/dist/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +21 -21
- package/dist/api/resources/expressionMeasurement/types/Alternative.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Bcp47Tag.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Bcp47Tag.js +29 -29
- package/dist/api/resources/expressionMeasurement/types/BurstPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/CompletedTraining.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/CustomModel.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/CustomModelRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Dataset.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Direction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Direction.js +2 -2
- package/dist/api/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/EvaluationArgs.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Face.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/FacePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Granularity.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Granularity.js +4 -4
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/InferencePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/InferenceRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/InferenceResults.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/JobInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/JobTlInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/JobTraining.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Language.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/LanguagePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Models.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/ModelsPredictions.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/NerPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Prosody.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Sentiment.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/SortBy.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/SortBy.js +3 -3
- package/dist/api/resources/expressionMeasurement/types/Source.d.ts +4 -4
- package/dist/api/resources/expressionMeasurement/types/SourceFile.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/SourceUrl.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +7 -6
- package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateInference.d.ts +5 -5
- package/dist/api/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTlInference.d.ts +5 -5
- package/dist/api/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTraining.d.ts +5 -5
- package/dist/api/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Status.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Status.js +4 -4
- package/dist/api/resources/expressionMeasurement/types/Task.d.ts +3 -3
- package/dist/api/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/TlInferenceResults.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Toxicity.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Transcription.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Type.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/Type.js +4 -4
- package/dist/api/resources/expressionMeasurement/types/UnionJob.d.ts +5 -5
- package/dist/api/resources/expressionMeasurement/types/UnionJobJobEmbeddingGeneration.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/UnionJobJobInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/UnionJobJobTlInference.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/UnionJobJobTraining.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/UnionPredictResult.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/ValidationArgs.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/When.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/types/When.js +2 -2
- package/dist/api/resources/expressionMeasurement/types/index.d.ts +129 -129
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/core/fetcher/Fetcher.d.ts +6 -6
- package/dist/core/fetcher/Fetcher.js +28 -25
- package/dist/core/fetcher/Supplier.d.ts +2 -2
- package/dist/core/fetcher/Supplier.js +3 -12
- package/dist/core/fetcher/index.d.ts +5 -5
- package/dist/core/form-data-utils/FormDataWrapper.js +7 -7
- package/dist/core/form-data-utils/index.d.ts +1 -1
- package/dist/core/index.d.ts +5 -5
- package/dist/core/runtime/index.d.ts +1 -1
- package/dist/core/runtime/runtime.d.ts +1 -1
- package/dist/core/runtime/runtime.js +22 -19
- package/dist/core/schemas/Schema.d.ts +3 -3
- package/dist/core/schemas/Schema.js +16 -16
- package/dist/core/schemas/builders/date/date.d.ts +1 -1
- package/dist/core/schemas/builders/date/date.js +4 -4
- package/dist/core/schemas/builders/date/index.d.ts +1 -1
- package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
- package/dist/core/schemas/builders/enum/enum.js +3 -3
- package/dist/core/schemas/builders/enum/index.d.ts +1 -1
- package/dist/core/schemas/builders/index.d.ts +13 -13
- package/dist/core/schemas/builders/lazy/index.d.ts +3 -3
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/dist/core/schemas/builders/list/index.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.js +1 -1
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/literals/index.d.ts +2 -2
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/object/index.d.ts +6 -6
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +24 -10
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/property.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +5 -5
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/dist/core/schemas/builders/object-like/index.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/boolean.js +2 -2
- package/dist/core/schemas/builders/primitives/index.d.ts +5 -5
- package/dist/core/schemas/builders/primitives/number.js +2 -2
- package/dist/core/schemas/builders/primitives/string.js +2 -2
- package/dist/core/schemas/builders/record/index.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.js +9 -3
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/JsonError.js +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.js +1 -1
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/index.d.ts +4 -4
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -1
- package/dist/core/schemas/builders/set/index.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.js +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +2 -2
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/dist/core/schemas/builders/union/index.d.ts +4 -4
- package/dist/core/schemas/builders/union/types.d.ts +2 -2
- package/dist/core/schemas/builders/union/union.d.ts +3 -3
- package/dist/core/schemas/builders/union/union.js +14 -6
- package/dist/core/schemas/index.d.ts +2 -2
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +6 -6
- package/dist/core/schemas/utils/isPlainObject.js +1 -1
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/dist/core/schemas/utils/maybeSkipValidation.js +6 -4
- package/dist/core/websocket/index.d.ts +1 -1
- package/dist/core/websocket/ws.js +13 -10
- package/dist/environments.js +1 -1
- package/dist/errors/HumeError.d.ts +1 -1
- package/dist/errors/HumeError.js +3 -3
- package/dist/errors/HumeTimeoutError.js +1 -1
- package/dist/errors/index.d.ts +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/serialization/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/index.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/resources/chat/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +11 -11
- package/dist/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +13 -13
- package/dist/serialization/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +11 -11
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +8 -6
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigName.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +11 -11
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +8 -6
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.js +1 -1
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/index.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/configs/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/resources/index.d.ts +8 -8
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPrompt.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPromptVerison.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/getPromptVersion.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/index.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js +1 -1
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptName.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.js +1 -1
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.js +1 -1
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/prompts/client/updatePromptDescription.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/resources/tools/client/createTool.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/tools/client/createToolVersion.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/tools/client/getToolVersion.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/tools/client/index.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.js +2 -2
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.js +2 -2
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.js +1 -1
- package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/index.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/tools/client/updateToolDescription.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/resources/tools/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/AssistantInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/AssistantInput.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +6 -6
- package/dist/serialization/resources/empathicVoice/types/AssistantMessage.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/AudioInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/AudioInput.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/BuiltInTool.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ChatMessage.d.ts +6 -6
- package/dist/serialization/resources/empathicVoice/types/ChatMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/ChatMessageToolResult.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/types/ChatMessageToolResult.js +4 -1
- package/dist/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ChatMetadata.js +5 -5
- package/dist/serialization/resources/empathicVoice/types/Context.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ContextType.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ContextType.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/EmotionScores.d.ts +7 -7
- package/dist/serialization/resources/empathicVoice/types/EmotionScores.js +48 -48
- package/dist/serialization/resources/empathicVoice/types/Encoding.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/Encoding.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ErrorLevel.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ErrorLevel.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/FunctionCallResponseInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/Inference.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/JsonMessage.d.ts +11 -11
- package/dist/serialization/resources/empathicVoice/types/MillisecondInterval.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedBuiltinTool.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +6 -4
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +3 -1
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +8 -1
- package/dist/serialization/resources/empathicVoice/types/PostedPromptSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ProsodyInference.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCount.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +5 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinTool.js +3 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChat.d.ts +6 -6
- package/dist/serialization/resources/empathicVoice/types/ReturnChat.js +6 -6
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +7 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.js +7 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEventRole.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEventRole.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEventType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatEventType.js +38 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +8 -8
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +9 -8
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +11 -10
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +38 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatStatus.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatStatus.js +38 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +11 -11
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +7 -7
- package/dist/serialization/resources/empathicVoice/types/ReturnConfigSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +5 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +6 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +3 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +5 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +3 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +38 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.js +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPrompt.d.ts +5 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPrompt.js +5 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPromptVersionType.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +7 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.js +8 -6
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +6 -5
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +3 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceName.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceName.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/Role.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/Role.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -8
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +11 -7
- package/dist/serialization/resources/empathicVoice/types/TextInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/TextInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/Tool.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +5 -5
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -5
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -5
- package/dist/serialization/resources/empathicVoice/types/ToolType.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ToolType.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/TtsInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/TtsInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/UserInput.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/UserInput.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/UserInterruption.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/UserInterruption.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/UserMessage.d.ts +7 -7
- package/dist/serialization/resources/empathicVoice/types/UserMessage.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/ValidationError.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +4 -1
- package/dist/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/WebSocketError.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/WebSocketError.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/index.d.ts +99 -85
- package/dist/serialization/resources/empathicVoice/types/index.js +14 -0
- package/dist/serialization/resources/expressionMeasurement/index.d.ts +2 -2
- package/dist/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/batch/client/index.d.ts +2 -2
- package/dist/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/batch/index.d.ts +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/index.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +9 -9
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.js +3 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.js +3 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.js +3 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.js +3 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +7 -7
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.js +3 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.js +9 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.js +10 -6
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.js +6 -2
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +6 -6
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.js +5 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +21 -21
- package/dist/serialization/resources/expressionMeasurement/types/Alternative.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Alternative.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Bcp47Tag.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Bcp47Tag.js +29 -29
- package/dist/serialization/resources/expressionMeasurement/types/BoundingBox.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/BurstPrediction.d.ts +6 -6
- package/dist/serialization/resources/expressionMeasurement/types/Classification.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CompletedInference.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CompletedInference.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/CompletedTlInference.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CompletedTlInference.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/CompletedTraining.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/CompletedTraining.js +7 -5
- package/dist/serialization/resources/expressionMeasurement/types/CustomModel.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/CustomModel.js +4 -1
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelId.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelPrediction.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelRequest.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelVersionId.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/CustomModelVersionId.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Dataset.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/DatasetId.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/DatasetVersionId.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/DatasetVersionId.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/DescriptionsScore.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Direction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Direction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/EmotionScore.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Error_.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/EvaluationArgs.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Face.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Face.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/FacePrediction.d.ts +7 -7
- package/dist/serialization/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/FacsScore.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Failed.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Failed.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/File_.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/File_.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/Granularity.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Granularity.js +6 -1
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/InProgress.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/InProgress.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/InferencePrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/InferenceRequest.d.ts +6 -6
- package/dist/serialization/resources/expressionMeasurement/types/InferenceRequest.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/InferenceResults.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/JobId.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/JobId.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/JobInference.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/JobInference.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/JobTlInference.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/JobTlInference.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/JobTraining.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/JobTraining.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/Language.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/Language.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/LanguagePrediction.d.ts +8 -8
- package/dist/serialization/resources/expressionMeasurement/types/LanguagePrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Models.d.ts +8 -8
- package/dist/serialization/resources/expressionMeasurement/types/ModelsPredictions.d.ts +9 -9
- package/dist/serialization/resources/expressionMeasurement/types/Ner.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Ner.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/NerPrediction.d.ts +6 -6
- package/dist/serialization/resources/expressionMeasurement/types/NerPrediction.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Null.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/PositionInterval.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Prosody.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/Prosody.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/ProsodyPrediction.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Queued.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Queued.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/RegistryFileDetail.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/RegistryFileDetail.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/Regression.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Sentiment.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/SentimentItem.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/SentimentScore.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/SortBy.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/SortBy.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Source.d.ts +9 -9
- package/dist/serialization/resources/expressionMeasurement/types/Source.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/SourceFile.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/SourceTextSource.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/SourceUrl.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +11 -11
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateInference.d.ts +11 -11
- package/dist/serialization/resources/expressionMeasurement/types/StateInference.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInference.d.ts +11 -11
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInference.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTraining.d.ts +11 -11
- package/dist/serialization/resources/expressionMeasurement/types/StateTraining.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Status.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Status.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Tag.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Target.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/Task.d.ts +7 -7
- package/dist/serialization/resources/expressionMeasurement/types/Task.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/TaskClassification.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TaskRegression.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TextPosition.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TextSource.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TimeInterval.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TimeRange.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/TlInferencePrediction.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/TlInferenceResults.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/Toxicity.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/ToxicityItem.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/ToxicityScore.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +8 -8
- package/dist/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TrainingCustomModel.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/TrainingCustomModel.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Transcription.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Transcription.js +2 -2
- package/dist/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Type.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/Type.js +6 -1
- package/dist/serialization/resources/expressionMeasurement/types/Unconfigurable.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/UnionJob.d.ts +11 -11
- package/dist/serialization/resources/expressionMeasurement/types/UnionJob.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/UnionJobJobEmbeddingGeneration.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/UnionJobJobInference.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/UnionJobJobTlInference.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/UnionJobJobTraining.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/UnionPredictResult.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/types/UnionPredictResult.js +4 -1
- package/dist/serialization/resources/expressionMeasurement/types/Url.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/ValidationArgs.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/ValidationArgs.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/When.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/types/When.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/types/Window.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/types/index.d.ts +129 -129
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/wrapper/HumeClient.d.ts +2 -2
- package/dist/wrapper/base64Decode.js +4 -4
- package/dist/wrapper/base64Encode.js +4 -4
- package/dist/wrapper/checkForAudioTracks.js +3 -3
- package/dist/wrapper/convertBlobToBase64.js +4 -4
- package/dist/wrapper/ensureSingleValidAudioTrack.js +3 -3
- package/dist/wrapper/expressionMeasurement/ExpressionMeasurementClient.d.ts +3 -3
- package/dist/wrapper/expressionMeasurement/batch/BatchClient.d.ts +3 -3
- package/dist/wrapper/expressionMeasurement/batch/Job.d.ts +2 -2
- package/dist/wrapper/expressionMeasurement/batch/Job.js +2 -1
- package/dist/wrapper/expressionMeasurement/streaming/StreamSocket.d.ts +3 -3
- package/dist/wrapper/expressionMeasurement/streaming/StreamSocket.js +20 -12
- package/dist/wrapper/expressionMeasurement/streaming/StreamingClient.d.ts +4 -4
- package/dist/wrapper/expressionMeasurement/streaming/StreamingClient.js +9 -9
- package/dist/wrapper/fetchAccessToken.js +8 -7
- package/dist/wrapper/getBrowserSupportedMimeType.js +3 -3
- package/dist/wrapper/index.d.ts +10 -10
- package/environments.js +1 -1
- package/errors/HumeError.d.ts +1 -1
- package/errors/HumeError.js +3 -3
- package/errors/HumeTimeoutError.js +1 -1
- package/errors/index.d.ts +2 -2
- package/eslint.config.mjs +46 -0
- package/index.d.ts +4 -4
- package/jest.config.js +2 -2
- package/justfile +3 -0
- package/package.json +47 -42
- package/reference.md +162 -86
- package/serialization/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/index.d.ts +2 -2
- package/serialization/resources/empathicVoice/resources/chat/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +11 -11
- package/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +13 -13
- package/serialization/resources/empathicVoice/resources/chat/types/index.d.ts +2 -2
- package/serialization/resources/empathicVoice/resources/configs/client/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +11 -11
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +8 -6
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigName.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +11 -11
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +8 -6
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.js +1 -1
- package/serialization/resources/empathicVoice/resources/configs/client/requests/index.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/configs/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/resources/index.d.ts +8 -8
- package/serialization/resources/empathicVoice/resources/prompts/client/createPrompt.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/prompts/client/createPromptVerison.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/prompts/client/getPromptVersion.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/prompts/client/index.d.ts +5 -5
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js +1 -1
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptName.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.js +1 -1
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.js +1 -1
- package/serialization/resources/empathicVoice/resources/prompts/client/requests/index.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/prompts/client/updatePromptDescription.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/prompts/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/resources/tools/client/createTool.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/tools/client/createToolVersion.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/tools/client/getToolVersion.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/tools/client/index.d.ts +5 -5
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.js +2 -2
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.js +2 -2
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +3 -3
- package/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.js +1 -1
- package/serialization/resources/empathicVoice/resources/tools/client/requests/index.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/tools/client/updateToolDescription.d.ts +4 -4
- package/serialization/resources/empathicVoice/resources/tools/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/AssistantEnd.js +2 -2
- package/serialization/resources/empathicVoice/types/AssistantInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/AssistantInput.js +2 -2
- package/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +6 -6
- package/serialization/resources/empathicVoice/types/AssistantMessage.js +3 -3
- package/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
- package/serialization/resources/empathicVoice/types/AudioInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/AudioInput.js +2 -2
- package/serialization/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
- package/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/BuiltInTool.js +1 -1
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
- package/serialization/resources/empathicVoice/types/ChatMessage.d.ts +6 -6
- package/serialization/resources/empathicVoice/types/ChatMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/ChatMessageToolResult.d.ts +5 -5
- package/serialization/resources/empathicVoice/types/ChatMessageToolResult.js +4 -1
- package/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ChatMetadata.js +5 -5
- package/serialization/resources/empathicVoice/types/Context.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ContextType.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ContextType.js +1 -1
- package/serialization/resources/empathicVoice/types/EmotionScores.d.ts +7 -7
- package/serialization/resources/empathicVoice/types/EmotionScores.js +48 -48
- package/serialization/resources/empathicVoice/types/Encoding.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/Encoding.js +1 -1
- package/serialization/resources/empathicVoice/types/ErrorLevel.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ErrorLevel.js +1 -1
- package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +1 -1
- package/serialization/resources/empathicVoice/types/FunctionCallResponseInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/FunctionCallResponseInput.js +1 -1
- package/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/Inference.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/JsonMessage.d.ts +11 -11
- package/serialization/resources/empathicVoice/types/MillisecondInterval.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedBuiltinTool.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +3 -3
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedEllmModel.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +6 -4
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +3 -1
- package/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/PostedLanguageModel.js +2 -2
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +8 -1
- package/serialization/resources/empathicVoice/types/PostedPromptSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +5 -5
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsInactivity.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecsMaxDuration.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedUserDefinedToolSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +5 -5
- package/serialization/resources/empathicVoice/types/PostedVoice.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
- package/serialization/resources/empathicVoice/types/ProsodyInference.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/ReturnActiveChatCount.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnActiveChatCount.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnActiveChatCountPerTag.js +1 -1
- package/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +5 -4
- package/serialization/resources/empathicVoice/types/ReturnBuiltinTool.js +3 -2
- package/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnBuiltinToolToolType.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnChat.d.ts +6 -6
- package/serialization/resources/empathicVoice/types/ReturnChat.js +6 -6
- package/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +7 -5
- package/serialization/resources/empathicVoice/types/ReturnChatEvent.js +7 -5
- package/serialization/resources/empathicVoice/types/ReturnChatEventRole.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatEventRole.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnChatEventType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatEventType.js +38 -0
- package/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnChatGroup.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +8 -8
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +6 -5
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +6 -5
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEventsPaginationDirection.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +9 -8
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +11 -10
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsPaginationDirection.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEventsStatus.js +38 -0
- package/serialization/resources/empathicVoice/types/ReturnChatStatus.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnChatStatus.js +38 -0
- package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +11 -11
- package/serialization/resources/empathicVoice/types/ReturnConfig.js +7 -7
- package/serialization/resources/empathicVoice/types/ReturnConfigSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +5 -5
- package/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnEllmModel.js +1 -1
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +6 -4
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +3 -1
- package/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +5 -4
- package/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +3 -2
- package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +38 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +6 -5
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +6 -5
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroupsPaginationDirection.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +6 -5
- package/serialization/resources/empathicVoice/types/ReturnPagedChats.js +6 -5
- package/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChatsPaginationDirection.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnPrompt.d.ts +5 -4
- package/serialization/resources/empathicVoice/types/ReturnPrompt.js +5 -4
- package/serialization/resources/empathicVoice/types/ReturnPromptVersionType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnPromptVersionType.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +1 -1
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +1 -1
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +7 -5
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.js +8 -6
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolToolType.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnUserDefinedToolVersionType.js +31 -0
- package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +6 -5
- package/serialization/resources/empathicVoice/types/ReturnVoice.js +3 -2
- package/serialization/resources/empathicVoice/types/ReturnVoiceName.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ReturnVoiceName.js +31 -0
- package/serialization/resources/empathicVoice/types/Role.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/Role.js +1 -1
- package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -8
- package/serialization/resources/empathicVoice/types/SessionSettings.js +11 -7
- package/serialization/resources/empathicVoice/types/TextInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/TextInput.js +1 -1
- package/serialization/resources/empathicVoice/types/Tool.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/Tool.js +1 -1
- package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -5
- package/serialization/resources/empathicVoice/types/ToolCallMessage.js +5 -5
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +4 -4
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -5
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -5
- package/serialization/resources/empathicVoice/types/ToolType.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ToolType.js +1 -1
- package/serialization/resources/empathicVoice/types/TtsInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/TtsInput.js +1 -1
- package/serialization/resources/empathicVoice/types/UserInput.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/UserInput.js +2 -2
- package/serialization/resources/empathicVoice/types/UserInterruption.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/UserInterruption.js +2 -2
- package/serialization/resources/empathicVoice/types/UserMessage.d.ts +7 -7
- package/serialization/resources/empathicVoice/types/UserMessage.js +3 -3
- package/serialization/resources/empathicVoice/types/ValidationError.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +4 -1
- package/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/VoiceNameEnum.js +1 -1
- package/serialization/resources/empathicVoice/types/WebSocketError.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/WebSocketError.js +2 -2
- package/serialization/resources/empathicVoice/types/index.d.ts +99 -85
- package/serialization/resources/empathicVoice/types/index.js +14 -0
- package/serialization/resources/expressionMeasurement/index.d.ts +2 -2
- package/serialization/resources/expressionMeasurement/resources/batch/client/getJobPredictions.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/batch/client/index.d.ts +2 -2
- package/serialization/resources/expressionMeasurement/resources/batch/client/listJobs.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/batch/index.d.ts +1 -1
- package/serialization/resources/expressionMeasurement/resources/index.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.d.ts +9 -9
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurst.js +2 -2
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurst.js +3 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstBurstPredictionsItem.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFace.js +3 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacePredictionsItem.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemesh.js +3 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstFacemeshPredictionsItem.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguage.js +3 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstLanguagePredictionsItem.d.ts +7 -7
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsody.js +3 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamBurstProsodyPredictionsItem.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamData.js +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModels.js +9 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsFace.js +10 -6
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamDataModelsLanguage.js +6 -2
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamError.js +2 -2
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamErrorJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetails.js +2 -2
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/types/StreamJobDetailsJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.d.ts +6 -6
- package/serialization/resources/expressionMeasurement/resources/stream/types/SubscribeEvent.js +5 -1
- package/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +21 -21
- package/serialization/resources/expressionMeasurement/types/Alternative.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Alternative.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Bcp47Tag.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Bcp47Tag.js +29 -29
- package/serialization/resources/expressionMeasurement/types/BoundingBox.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/BurstPrediction.d.ts +6 -6
- package/serialization/resources/expressionMeasurement/types/Classification.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CompletedEmbeddingGeneration.js +3 -3
- package/serialization/resources/expressionMeasurement/types/CompletedInference.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CompletedInference.js +5 -5
- package/serialization/resources/expressionMeasurement/types/CompletedTlInference.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CompletedTlInference.js +5 -5
- package/serialization/resources/expressionMeasurement/types/CompletedTraining.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/CompletedTraining.js +7 -5
- package/serialization/resources/expressionMeasurement/types/CustomModel.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/CustomModel.js +4 -1
- package/serialization/resources/expressionMeasurement/types/CustomModelId.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CustomModelPrediction.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CustomModelPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/CustomModelRequest.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/CustomModelVersionId.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/CustomModelVersionId.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Dataset.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/DatasetId.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/DatasetVersionId.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/DatasetVersionId.js +1 -1
- package/serialization/resources/expressionMeasurement/types/DescriptionsScore.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Direction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Direction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/EmbeddingGenerationBaseRequest.js +1 -1
- package/serialization/resources/expressionMeasurement/types/EmotionEmbedding.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/EmotionEmbeddingItem.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/EmotionScore.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Error_.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/EvaluationArgs.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Face.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Face.js +5 -5
- package/serialization/resources/expressionMeasurement/types/FacePrediction.d.ts +7 -7
- package/serialization/resources/expressionMeasurement/types/FacemeshPrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/FacsScore.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Failed.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Failed.js +3 -3
- package/serialization/resources/expressionMeasurement/types/File_.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/File_.js +2 -2
- package/serialization/resources/expressionMeasurement/types/Granularity.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Granularity.js +6 -1
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsBurstPrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacePrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsFacemeshPrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsLanguagePrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsNerPrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/GroupedPredictionsProsodyPrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/InProgress.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/InProgress.js +2 -2
- package/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/InferenceBaseRequest.js +2 -2
- package/serialization/resources/expressionMeasurement/types/InferencePrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/InferenceRequest.d.ts +6 -6
- package/serialization/resources/expressionMeasurement/types/InferenceRequest.js +2 -2
- package/serialization/resources/expressionMeasurement/types/InferenceResults.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/InferenceSourcePredictResult.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/JobEmbeddingGeneration.js +2 -2
- package/serialization/resources/expressionMeasurement/types/JobId.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/JobId.js +1 -1
- package/serialization/resources/expressionMeasurement/types/JobInference.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/JobInference.js +2 -2
- package/serialization/resources/expressionMeasurement/types/JobTlInference.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/JobTlInference.js +2 -2
- package/serialization/resources/expressionMeasurement/types/JobTraining.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/JobTraining.js +2 -2
- package/serialization/resources/expressionMeasurement/types/Language.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/Language.js +1 -1
- package/serialization/resources/expressionMeasurement/types/LanguagePrediction.d.ts +8 -8
- package/serialization/resources/expressionMeasurement/types/LanguagePrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Models.d.ts +8 -8
- package/serialization/resources/expressionMeasurement/types/ModelsPredictions.d.ts +9 -9
- package/serialization/resources/expressionMeasurement/types/Ner.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Ner.js +1 -1
- package/serialization/resources/expressionMeasurement/types/NerPrediction.d.ts +6 -6
- package/serialization/resources/expressionMeasurement/types/NerPrediction.js +3 -3
- package/serialization/resources/expressionMeasurement/types/Null.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/PositionInterval.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullBurstPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacePrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalNullFacemeshPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Prosody.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/Prosody.js +1 -1
- package/serialization/resources/expressionMeasurement/types/ProsodyPrediction.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/ProsodyPrediction.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Queued.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Queued.js +1 -1
- package/serialization/resources/expressionMeasurement/types/RegistryFileDetail.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/RegistryFileDetail.js +2 -2
- package/serialization/resources/expressionMeasurement/types/Regression.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Sentiment.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/SentimentItem.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/SentimentScore.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/SortBy.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/SortBy.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Source.d.ts +9 -9
- package/serialization/resources/expressionMeasurement/types/Source.js +1 -1
- package/serialization/resources/expressionMeasurement/types/SourceFile.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/SourceTextSource.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/SourceUrl.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.d.ts +11 -11
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGeneration.js +1 -1
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationFailed.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationInProgress.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateEmbeddingGenerationQueued.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateInference.d.ts +11 -11
- package/serialization/resources/expressionMeasurement/types/StateInference.js +1 -1
- package/serialization/resources/expressionMeasurement/types/StateInferenceCompletedInference.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateInferenceFailed.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateInferenceInProgress.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateInferenceQueued.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTlInference.d.ts +11 -11
- package/serialization/resources/expressionMeasurement/types/StateTlInference.js +1 -1
- package/serialization/resources/expressionMeasurement/types/StateTlInferenceCompletedTlInference.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTlInferenceFailed.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTlInferenceInProgress.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTlInferenceQueued.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTraining.d.ts +11 -11
- package/serialization/resources/expressionMeasurement/types/StateTraining.js +1 -1
- package/serialization/resources/expressionMeasurement/types/StateTrainingCompletedTraining.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTrainingFailed.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTrainingInProgress.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/StateTrainingQueued.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Status.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Status.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Tag.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Target.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/Task.d.ts +7 -7
- package/serialization/resources/expressionMeasurement/types/Task.js +1 -1
- package/serialization/resources/expressionMeasurement/types/TaskClassification.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TaskRegression.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TextPosition.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TextSource.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TimeInterval.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TimeRange.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/TlInferenceBaseRequest.js +3 -3
- package/serialization/resources/expressionMeasurement/types/TlInferencePrediction.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/TlInferencePrediction.js +2 -2
- package/serialization/resources/expressionMeasurement/types/TlInferenceResults.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/TlInferenceSourcePredictResult.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/Toxicity.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/ToxicityItem.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/ToxicityScore.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.d.ts +8 -8
- package/serialization/resources/expressionMeasurement/types/TrainingBaseRequest.js +3 -3
- package/serialization/resources/expressionMeasurement/types/TrainingCustomModel.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/TrainingCustomModel.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Transcription.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Transcription.js +2 -2
- package/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/TranscriptionMetadata.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Type.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/Type.js +6 -1
- package/serialization/resources/expressionMeasurement/types/Unconfigurable.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/UnionJob.d.ts +11 -11
- package/serialization/resources/expressionMeasurement/types/UnionJob.js +1 -1
- package/serialization/resources/expressionMeasurement/types/UnionJobJobEmbeddingGeneration.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/UnionJobJobInference.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/UnionJobJobTlInference.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/UnionJobJobTraining.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/UnionPredictResult.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/types/UnionPredictResult.js +4 -1
- package/serialization/resources/expressionMeasurement/types/Url.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/ValidationArgs.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/ValidationArgs.js +1 -1
- package/serialization/resources/expressionMeasurement/types/When.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/types/When.js +1 -1
- package/serialization/resources/expressionMeasurement/types/Window.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/types/index.d.ts +129 -129
- package/serialization/resources/index.d.ts +2 -2
- package/tsconfig.dev.json +11 -0
- package/wrapper/HumeClient.d.ts +2 -2
- package/wrapper/base64Decode.js +4 -4
- package/wrapper/base64Encode.js +4 -4
- package/wrapper/checkForAudioTracks.js +3 -3
- package/wrapper/convertBlobToBase64.js +4 -4
- package/wrapper/ensureSingleValidAudioTrack.js +3 -3
- package/wrapper/expressionMeasurement/ExpressionMeasurementClient.d.ts +3 -3
- package/wrapper/expressionMeasurement/batch/BatchClient.d.ts +3 -3
- package/wrapper/expressionMeasurement/batch/Job.d.ts +2 -2
- package/wrapper/expressionMeasurement/batch/Job.js +2 -1
- package/wrapper/expressionMeasurement/streaming/StreamSocket.d.ts +3 -3
- package/wrapper/expressionMeasurement/streaming/StreamSocket.js +20 -12
- package/wrapper/expressionMeasurement/streaming/StreamingClient.d.ts +4 -4
- package/wrapper/expressionMeasurement/streaming/StreamingClient.js +9 -9
- package/wrapper/fetchAccessToken.js +8 -7
- package/wrapper/getBrowserSupportedMimeType.js +3 -3
- package/wrapper/index.d.ts +10 -10
package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js
CHANGED
|
@@ -38,13 +38,15 @@ const PostedEventMessageSpecs_1 = require("../../../../types/PostedEventMessageS
|
|
|
38
38
|
const PostedTimeoutSpecs_1 = require("../../../../types/PostedTimeoutSpecs");
|
|
39
39
|
exports.PostedConfig = core.serialization.object({
|
|
40
40
|
name: core.serialization.string(),
|
|
41
|
-
versionDescription: core.serialization.property(
|
|
41
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
42
42
|
prompt: PostedPromptSpec_1.PostedPromptSpec.optional(),
|
|
43
43
|
voice: PostedVoice_1.PostedVoice.optional(),
|
|
44
|
-
languageModel: core.serialization.property(
|
|
45
|
-
ellmModel: core.serialization.property(
|
|
46
|
-
tools: core.serialization
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
languageModel: core.serialization.property('language_model', PostedLanguageModel_1.PostedLanguageModel.optional()),
|
|
45
|
+
ellmModel: core.serialization.property('ellm_model', PostedEllmModel_1.PostedEllmModel.optional()),
|
|
46
|
+
tools: core.serialization
|
|
47
|
+
.list(PostedUserDefinedToolSpec_1.PostedUserDefinedToolSpec.optional())
|
|
48
|
+
.optional(),
|
|
49
|
+
builtinTools: core.serialization.property('builtin_tools', core.serialization.list(PostedBuiltinTool_1.PostedBuiltinTool.optional()).optional()),
|
|
50
|
+
eventMessages: core.serialization.property('event_messages', PostedEventMessageSpecs_1.PostedEventMessageSpecs.optional()),
|
|
49
51
|
timeouts: PostedTimeoutSpecs_1.PostedTimeoutSpecs.optional(),
|
|
50
52
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedConfigName: core.serialization.Schema<serializers.empathicVoice.PostedConfigName.Raw, Hume.empathicVoice.PostedConfigName>;
|
|
8
8
|
export declare namespace PostedConfigName {
|
|
9
9
|
interface Raw {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { PostedPromptSpec } from
|
|
8
|
-
import { PostedVoice } from
|
|
9
|
-
import { PostedLanguageModel } from
|
|
10
|
-
import { PostedEllmModel } from
|
|
11
|
-
import { PostedUserDefinedToolSpec } from
|
|
12
|
-
import { PostedBuiltinTool } from
|
|
13
|
-
import { PostedEventMessageSpecs } from
|
|
14
|
-
import { PostedTimeoutSpecs } from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
|
+
import { PostedPromptSpec } from '../../../../types/PostedPromptSpec';
|
|
8
|
+
import { PostedVoice } from '../../../../types/PostedVoice';
|
|
9
|
+
import { PostedLanguageModel } from '../../../../types/PostedLanguageModel';
|
|
10
|
+
import { PostedEllmModel } from '../../../../types/PostedEllmModel';
|
|
11
|
+
import { PostedUserDefinedToolSpec } from '../../../../types/PostedUserDefinedToolSpec';
|
|
12
|
+
import { PostedBuiltinTool } from '../../../../types/PostedBuiltinTool';
|
|
13
|
+
import { PostedEventMessageSpecs } from '../../../../types/PostedEventMessageSpecs';
|
|
14
|
+
import { PostedTimeoutSpecs } from '../../../../types/PostedTimeoutSpecs';
|
|
15
15
|
export declare const PostedConfigVersion: core.serialization.Schema<serializers.empathicVoice.PostedConfigVersion.Raw, Hume.empathicVoice.PostedConfigVersion>;
|
|
16
16
|
export declare namespace PostedConfigVersion {
|
|
17
17
|
interface Raw {
|
|
@@ -37,13 +37,15 @@ const PostedBuiltinTool_1 = require("../../../../types/PostedBuiltinTool");
|
|
|
37
37
|
const PostedEventMessageSpecs_1 = require("../../../../types/PostedEventMessageSpecs");
|
|
38
38
|
const PostedTimeoutSpecs_1 = require("../../../../types/PostedTimeoutSpecs");
|
|
39
39
|
exports.PostedConfigVersion = core.serialization.object({
|
|
40
|
-
versionDescription: core.serialization.property(
|
|
40
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
41
41
|
prompt: PostedPromptSpec_1.PostedPromptSpec.optional(),
|
|
42
42
|
voice: PostedVoice_1.PostedVoice.optional(),
|
|
43
|
-
languageModel: core.serialization.property(
|
|
44
|
-
ellmModel: core.serialization.property(
|
|
45
|
-
tools: core.serialization
|
|
46
|
-
|
|
47
|
-
|
|
43
|
+
languageModel: core.serialization.property('language_model', PostedLanguageModel_1.PostedLanguageModel.optional()),
|
|
44
|
+
ellmModel: core.serialization.property('ellm_model', PostedEllmModel_1.PostedEllmModel.optional()),
|
|
45
|
+
tools: core.serialization
|
|
46
|
+
.list(PostedUserDefinedToolSpec_1.PostedUserDefinedToolSpec.optional())
|
|
47
|
+
.optional(),
|
|
48
|
+
builtinTools: core.serialization.property('builtin_tools', core.serialization.list(PostedBuiltinTool_1.PostedBuiltinTool.optional()).optional()),
|
|
49
|
+
eventMessages: core.serialization.property('event_messages', PostedEventMessageSpecs_1.PostedEventMessageSpecs.optional()),
|
|
48
50
|
timeouts: PostedTimeoutSpecs_1.PostedTimeoutSpecs.optional(),
|
|
49
51
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedConfigVersionDescription: core.serialization.Schema<serializers.empathicVoice.PostedConfigVersionDescription.Raw, Hume.empathicVoice.PostedConfigVersionDescription>;
|
|
8
8
|
export declare namespace PostedConfigVersionDescription {
|
|
9
9
|
interface Raw {
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PostedConfigVersionDescription = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedConfigVersionDescription = core.serialization.object({
|
|
32
|
-
versionDescription: core.serialization.property(
|
|
32
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
33
33
|
});
|
package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { PostedConfig } from
|
|
2
|
-
export { PostedConfigVersion } from
|
|
3
|
-
export { PostedConfigName } from
|
|
4
|
-
export { PostedConfigVersionDescription } from
|
|
1
|
+
export { PostedConfig } from './PostedConfig';
|
|
2
|
+
export { PostedConfigVersion } from './PostedConfigVersion';
|
|
3
|
+
export { PostedConfigName } from './PostedConfigName';
|
|
4
|
+
export { PostedConfigVersionDescription } from './PostedConfigVersionDescription';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './client';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * as chat from
|
|
2
|
-
export * from
|
|
3
|
-
export * as tools from
|
|
4
|
-
export * as prompts from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * as configs from
|
|
8
|
-
export * from
|
|
1
|
+
export * as chat from './chat';
|
|
2
|
+
export * from './chat/types';
|
|
3
|
+
export * as tools from './tools';
|
|
4
|
+
export * as prompts from './prompts';
|
|
5
|
+
export * from './tools/client/requests';
|
|
6
|
+
export * from './prompts/client/requests';
|
|
7
|
+
export * as configs from './configs';
|
|
8
|
+
export * from './configs/client/requests';
|
package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPrompt.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnPrompt } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnPrompt } from '../../../types/ReturnPrompt';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.prompts.createPrompt.Response.Raw, Hume.empathicVoice.ReturnPrompt | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnPrompt.Raw | null | undefined;
|
package/dist/serialization/resources/empathicVoice/resources/prompts/client/createPromptVerison.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnPrompt } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnPrompt } from '../../../types/ReturnPrompt';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.prompts.createPromptVerison.Response.Raw, Hume.empathicVoice.ReturnPrompt | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnPrompt.Raw | null | undefined;
|
package/dist/serialization/resources/empathicVoice/resources/prompts/client/getPromptVersion.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnPrompt } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnPrompt } from '../../../types/ReturnPrompt';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.prompts.getPromptVersion.Response.Raw, Hume.empathicVoice.ReturnPrompt | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnPrompt.Raw | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as createPrompt from
|
|
2
|
-
export * as createPromptVerison from
|
|
3
|
-
export * as getPromptVersion from
|
|
4
|
-
export * as updatePromptDescription from
|
|
5
|
-
export * from
|
|
1
|
+
export * as createPrompt from './createPrompt';
|
|
2
|
+
export * as createPromptVerison from './createPromptVerison';
|
|
3
|
+
export * as getPromptVersion from './getPromptVersion';
|
|
4
|
+
export * as updatePromptDescription from './updatePromptDescription';
|
|
5
|
+
export * from './requests';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedPrompt: core.serialization.Schema<serializers.empathicVoice.PostedPrompt.Raw, Hume.empathicVoice.PostedPrompt>;
|
|
8
8
|
export declare namespace PostedPrompt {
|
|
9
9
|
interface Raw {
|
package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js
CHANGED
|
@@ -30,6 +30,6 @@ exports.PostedPrompt = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedPrompt = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
versionDescription: core.serialization.property(
|
|
33
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
34
34
|
text: core.serialization.string(),
|
|
35
35
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedPromptName: core.serialization.Schema<serializers.empathicVoice.PostedPromptName.Raw, Hume.empathicVoice.PostedPromptName>;
|
|
8
8
|
export declare namespace PostedPromptName {
|
|
9
9
|
interface Raw {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedPromptVersion: core.serialization.Schema<serializers.empathicVoice.PostedPromptVersion.Raw, Hume.empathicVoice.PostedPromptVersion>;
|
|
8
8
|
export declare namespace PostedPromptVersion {
|
|
9
9
|
interface Raw {
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PostedPromptVersion = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedPromptVersion = core.serialization.object({
|
|
32
|
-
versionDescription: core.serialization.property(
|
|
32
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
33
33
|
text: core.serialization.string(),
|
|
34
34
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedPromptVersionDescription: core.serialization.Schema<serializers.empathicVoice.PostedPromptVersionDescription.Raw, Hume.empathicVoice.PostedPromptVersionDescription>;
|
|
8
8
|
export declare namespace PostedPromptVersionDescription {
|
|
9
9
|
interface Raw {
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PostedPromptVersionDescription = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedPromptVersionDescription = core.serialization.object({
|
|
32
|
-
versionDescription: core.serialization.property(
|
|
32
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
33
33
|
});
|
package/dist/serialization/resources/empathicVoice/resources/prompts/client/requests/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { PostedPrompt } from
|
|
2
|
-
export { PostedPromptVersion } from
|
|
3
|
-
export { PostedPromptName } from
|
|
4
|
-
export { PostedPromptVersionDescription } from
|
|
1
|
+
export { PostedPrompt } from './PostedPrompt';
|
|
2
|
+
export { PostedPromptVersion } from './PostedPromptVersion';
|
|
3
|
+
export { PostedPromptName } from './PostedPromptName';
|
|
4
|
+
export { PostedPromptVersionDescription } from './PostedPromptVersionDescription';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnPrompt } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnPrompt } from '../../../types/ReturnPrompt';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.prompts.updatePromptDescription.Response.Raw, Hume.empathicVoice.ReturnPrompt | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnPrompt.Raw | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './client';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnUserDefinedTool } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnUserDefinedTool } from '../../../types/ReturnUserDefinedTool';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.tools.createTool.Response.Raw, Hume.empathicVoice.ReturnUserDefinedTool | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnUserDefinedTool.Raw | null | undefined;
|
package/dist/serialization/resources/empathicVoice/resources/tools/client/createToolVersion.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnUserDefinedTool } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnUserDefinedTool } from '../../../types/ReturnUserDefinedTool';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.tools.createToolVersion.Response.Raw, Hume.empathicVoice.ReturnUserDefinedTool | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnUserDefinedTool.Raw | null | undefined;
|
package/dist/serialization/resources/empathicVoice/resources/tools/client/getToolVersion.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnUserDefinedTool } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnUserDefinedTool } from '../../../types/ReturnUserDefinedTool';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.tools.getToolVersion.Response.Raw, Hume.empathicVoice.ReturnUserDefinedTool | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnUserDefinedTool.Raw | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as createTool from
|
|
2
|
-
export * as createToolVersion from
|
|
3
|
-
export * as getToolVersion from
|
|
4
|
-
export * as updateToolDescription from
|
|
5
|
-
export * from
|
|
1
|
+
export * as createTool from './createTool';
|
|
2
|
+
export * as createToolVersion from './createToolVersion';
|
|
3
|
+
export * as getToolVersion from './getToolVersion';
|
|
4
|
+
export * as updateToolDescription from './updateToolDescription';
|
|
5
|
+
export * from './requests';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedUserDefinedTool: core.serialization.Schema<serializers.empathicVoice.PostedUserDefinedTool.Raw, Hume.empathicVoice.PostedUserDefinedTool>;
|
|
8
8
|
export declare namespace PostedUserDefinedTool {
|
|
9
9
|
interface Raw {
|
|
@@ -30,8 +30,8 @@ exports.PostedUserDefinedTool = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedUserDefinedTool = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
versionDescription: core.serialization.property(
|
|
33
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
34
34
|
description: core.serialization.string().optional(),
|
|
35
35
|
parameters: core.serialization.string(),
|
|
36
|
-
fallbackContent: core.serialization.property(
|
|
36
|
+
fallbackContent: core.serialization.property('fallback_content', core.serialization.string().optional()),
|
|
37
37
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedUserDefinedToolName: core.serialization.Schema<serializers.empathicVoice.PostedUserDefinedToolName.Raw, Hume.empathicVoice.PostedUserDefinedToolName>;
|
|
8
8
|
export declare namespace PostedUserDefinedToolName {
|
|
9
9
|
interface Raw {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedUserDefinedToolVersion: core.serialization.Schema<serializers.empathicVoice.PostedUserDefinedToolVersion.Raw, Hume.empathicVoice.PostedUserDefinedToolVersion>;
|
|
8
8
|
export declare namespace PostedUserDefinedToolVersion {
|
|
9
9
|
interface Raw {
|
|
@@ -29,8 +29,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PostedUserDefinedToolVersion = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedUserDefinedToolVersion = core.serialization.object({
|
|
32
|
-
versionDescription: core.serialization.property(
|
|
32
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
33
33
|
description: core.serialization.string().optional(),
|
|
34
34
|
parameters: core.serialization.string(),
|
|
35
|
-
fallbackContent: core.serialization.property(
|
|
35
|
+
fallbackContent: core.serialization.property('fallback_content', core.serialization.string().optional()),
|
|
36
36
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
7
|
export declare const PostedUserDefinedToolVersionDescription: core.serialization.Schema<serializers.empathicVoice.PostedUserDefinedToolVersionDescription.Raw, Hume.empathicVoice.PostedUserDefinedToolVersionDescription>;
|
|
8
8
|
export declare namespace PostedUserDefinedToolVersionDescription {
|
|
9
9
|
interface Raw {
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PostedUserDefinedToolVersionDescription = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.PostedUserDefinedToolVersionDescription = core.serialization.object({
|
|
32
|
-
versionDescription: core.serialization.property(
|
|
32
|
+
versionDescription: core.serialization.property('version_description', core.serialization.string().optional()),
|
|
33
33
|
});
|
package/dist/serialization/resources/empathicVoice/resources/tools/client/requests/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { PostedUserDefinedTool } from
|
|
2
|
-
export { PostedUserDefinedToolVersion } from
|
|
3
|
-
export { PostedUserDefinedToolName } from
|
|
4
|
-
export { PostedUserDefinedToolVersionDescription } from
|
|
1
|
+
export { PostedUserDefinedTool } from './PostedUserDefinedTool';
|
|
2
|
+
export { PostedUserDefinedToolVersion } from './PostedUserDefinedToolVersion';
|
|
3
|
+
export { PostedUserDefinedToolName } from './PostedUserDefinedToolName';
|
|
4
|
+
export { PostedUserDefinedToolVersionDescription } from './PostedUserDefinedToolVersionDescription';
|
package/dist/serialization/resources/empathicVoice/resources/tools/client/updateToolDescription.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { ReturnUserDefinedTool } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { ReturnUserDefinedTool } from '../../../types/ReturnUserDefinedTool';
|
|
8
8
|
export declare const Response: core.serialization.Schema<serializers.empathicVoice.tools.updateToolDescription.Response.Raw, Hume.empathicVoice.ReturnUserDefinedTool | undefined>;
|
|
9
9
|
export declare namespace Response {
|
|
10
10
|
type Raw = ReturnUserDefinedTool.Raw | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './client';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../index';
|
|
5
|
+
import * as Hume from '../../../../api/index';
|
|
6
|
+
import * as core from '../../../../core';
|
|
7
7
|
export declare const AssistantEnd: core.serialization.ObjectSchema<serializers.empathicVoice.AssistantEnd.Raw, Hume.empathicVoice.AssistantEnd>;
|
|
8
8
|
export declare namespace AssistantEnd {
|
|
9
9
|
interface Raw {
|
|
10
|
-
type:
|
|
10
|
+
type: 'assistant_end';
|
|
11
11
|
custom_session_id?: string | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.AssistantEnd = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.AssistantEnd = core.serialization.object({
|
|
32
|
-
type: core.serialization.stringLiteral(
|
|
33
|
-
customSessionId: core.serialization.property(
|
|
32
|
+
type: core.serialization.stringLiteral('assistant_end'),
|
|
33
|
+
customSessionId: core.serialization.property('custom_session_id', core.serialization.string().optional()),
|
|
34
34
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
4
|
+
import * as serializers from '../../../index';
|
|
5
|
+
import * as Hume from '../../../../api/index';
|
|
6
|
+
import * as core from '../../../../core';
|
|
7
7
|
export declare const AssistantInput: core.serialization.ObjectSchema<serializers.empathicVoice.AssistantInput.Raw, Hume.empathicVoice.AssistantInput>;
|
|
8
8
|
export declare namespace AssistantInput {
|
|
9
9
|
interface Raw {
|
|
10
|
-
type:
|
|
10
|
+
type: 'assistant_input';
|
|
11
11
|
custom_session_id?: string | null;
|
|
12
12
|
text: string;
|
|
13
13
|
}
|
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.AssistantInput = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.AssistantInput = core.serialization.object({
|
|
32
|
-
type: core.serialization.stringLiteral(
|
|
33
|
-
customSessionId: core.serialization.property(
|
|
32
|
+
type: core.serialization.stringLiteral('assistant_input'),
|
|
33
|
+
customSessionId: core.serialization.property('custom_session_id', core.serialization.string().optional()),
|
|
34
34
|
text: core.serialization.string(),
|
|
35
35
|
});
|