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
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from '../../../index';
|
|
4
5
|
/**
|
|
5
6
|
* A specific LanguageModel
|
|
6
7
|
*/
|
|
7
8
|
export interface ReturnLanguageModel {
|
|
8
|
-
/** The provider of
|
|
9
|
-
modelProvider?:
|
|
10
|
-
/** String that specifies the model to use with
|
|
9
|
+
/** The provider of the supplemental language model. */
|
|
10
|
+
modelProvider?: Hume.empathicVoice.ReturnLanguageModelModelProvider;
|
|
11
|
+
/** String that specifies the language model to use with `model_provider`. */
|
|
11
12
|
modelResource?: string;
|
|
12
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* The model temperature, with values between 0 to 1 (inclusive).
|
|
15
|
+
*
|
|
16
|
+
* Controls the randomness of the LLM’s output, with values closer to 0 yielding focused, deterministic responses and values closer to 1 producing more creative, diverse responses.
|
|
17
|
+
*/
|
|
13
18
|
temperature?: number;
|
|
14
19
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* The provider of the supplemental language model.
|
|
6
|
+
*/
|
|
7
|
+
export declare type ReturnLanguageModelModelProvider = 'OPEN_AI' | 'CUSTOM_LANGUAGE_MODEL' | 'ANTHROPIC' | 'FIREWORKS' | 'GROQ' | 'GOOGLE';
|
|
8
|
+
export declare const ReturnLanguageModelModelProvider: {
|
|
9
|
+
readonly OpenAi: "OPEN_AI";
|
|
10
|
+
readonly CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL";
|
|
11
|
+
readonly Anthropic: "ANTHROPIC";
|
|
12
|
+
readonly Fireworks: "FIREWORKS";
|
|
13
|
+
readonly Groq: "GROQ";
|
|
14
|
+
readonly Google: "GOOGLE";
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnLanguageModelModelProvider = void 0;
|
|
7
|
+
exports.ReturnLanguageModelModelProvider = {
|
|
8
|
+
OpenAi: 'OPEN_AI',
|
|
9
|
+
CustomLanguageModel: 'CUSTOM_LANGUAGE_MODEL',
|
|
10
|
+
Anthropic: 'ANTHROPIC',
|
|
11
|
+
Fireworks: 'FIREWORKS',
|
|
12
|
+
Groq: 'GROQ',
|
|
13
|
+
Google: 'GOOGLE',
|
|
14
|
+
};
|
|
@@ -1,19 +1,31 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* A paginated list of chat_groups returned from the server
|
|
7
7
|
*/
|
|
8
8
|
export interface ReturnPagedChatGroups {
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* The page number of the returned list.
|
|
11
|
+
*
|
|
12
|
+
* This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
|
|
13
|
+
*/
|
|
10
14
|
pageNumber: number;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of items returned per page.
|
|
17
|
+
*
|
|
18
|
+
* This value corresponds to the `page_size` parameter specified in the request.
|
|
19
|
+
*/
|
|
12
20
|
pageSize: number;
|
|
13
|
-
/** The total number of pages in the collection */
|
|
21
|
+
/** The total number of pages in the collection. */
|
|
14
22
|
totalPages: number;
|
|
15
|
-
/**
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Indicates the order in which the paginated results are presented, based on their creation date.
|
|
25
|
+
*
|
|
26
|
+
* It shows `ASC` for ascending order (chronological, with the oldest records first) or `DESC` for descending order (reverse-chronological, with the newest records first). This value corresponds to the `ascending_order` query parameter used in the request.
|
|
27
|
+
*/
|
|
28
|
+
paginationDirection: Hume.empathicVoice.ReturnPagedChatGroupsPaginationDirection;
|
|
29
|
+
/** List of Chat Groups and their metadata returned for the specified `page_number` and `page_size`. */
|
|
18
30
|
chatGroupsPage: Hume.empathicVoice.ReturnChatGroup[];
|
|
19
31
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Indicates the order in which the paginated results are presented, based on their creation date.
|
|
6
|
+
*
|
|
7
|
+
* It shows `ASC` for ascending order (chronological, with the oldest records first) or `DESC` for descending order (reverse-chronological, with the newest records first). This value corresponds to the `ascending_order` query parameter used in the request.
|
|
8
|
+
*/
|
|
9
|
+
export declare type ReturnPagedChatGroupsPaginationDirection = 'ASC' | 'DESC';
|
|
10
|
+
export declare const ReturnPagedChatGroupsPaginationDirection: {
|
|
11
|
+
readonly Asc: "ASC";
|
|
12
|
+
readonly Desc: "DESC";
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnPagedChatGroupsPaginationDirection = void 0;
|
|
7
|
+
exports.ReturnPagedChatGroupsPaginationDirection = {
|
|
8
|
+
Asc: 'ASC',
|
|
9
|
+
Desc: 'DESC',
|
|
10
|
+
};
|
|
@@ -1,19 +1,31 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* A paginated list of chats returned from the server
|
|
7
7
|
*/
|
|
8
8
|
export interface ReturnPagedChats {
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* The page number of the returned list.
|
|
11
|
+
*
|
|
12
|
+
* This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
|
|
13
|
+
*/
|
|
10
14
|
pageNumber: number;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of items returned per page.
|
|
17
|
+
*
|
|
18
|
+
* This value corresponds to the `page_size` parameter specified in the request.
|
|
19
|
+
*/
|
|
12
20
|
pageSize: number;
|
|
13
|
-
/** The total number of pages in the collection */
|
|
21
|
+
/** The total number of pages in the collection. */
|
|
14
22
|
totalPages: number;
|
|
15
|
-
/**
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Indicates the order in which the paginated results are presented, based on their creation date.
|
|
25
|
+
*
|
|
26
|
+
* It shows `ASC` for ascending order (chronological, with the oldest records first) or `DESC` for descending order (reverse-chronological, with the newest records first). This value corresponds to the `ascending_order` query parameter used in the request.
|
|
27
|
+
*/
|
|
28
|
+
paginationDirection: Hume.empathicVoice.ReturnPagedChatsPaginationDirection;
|
|
29
|
+
/** List of Chats and their metadata returned for the specified `page_number` and `page_size`. */
|
|
18
30
|
chatsPage: Hume.empathicVoice.ReturnChat[];
|
|
19
31
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Indicates the order in which the paginated results are presented, based on their creation date.
|
|
6
|
+
*
|
|
7
|
+
* It shows `ASC` for ascending order (chronological, with the oldest records first) or `DESC` for descending order (reverse-chronological, with the newest records first). This value corresponds to the `ascending_order` query parameter used in the request.
|
|
8
|
+
*/
|
|
9
|
+
export declare type ReturnPagedChatsPaginationDirection = 'ASC' | 'DESC';
|
|
10
|
+
export declare const ReturnPagedChatsPaginationDirection: {
|
|
11
|
+
readonly Asc: "ASC";
|
|
12
|
+
readonly Desc: "DESC";
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnPagedChatsPaginationDirection = void 0;
|
|
7
|
+
exports.ReturnPagedChatsPaginationDirection = {
|
|
8
|
+
Asc: 'ASC',
|
|
9
|
+
Desc: 'DESC',
|
|
10
|
+
};
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* A paginated list of config versions returned from the server
|
|
7
7
|
*/
|
|
8
8
|
export interface ReturnPagedConfigs {
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* The page number of the returned list.
|
|
11
|
+
*
|
|
12
|
+
* This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
|
|
13
|
+
*/
|
|
10
14
|
pageNumber?: number;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of items returned per page.
|
|
17
|
+
*
|
|
18
|
+
* This value corresponds to the `page_size` parameter specified in the request.
|
|
19
|
+
*/
|
|
12
20
|
pageSize?: number;
|
|
13
|
-
/** The total number of pages in the collection */
|
|
21
|
+
/** The total number of pages in the collection. */
|
|
14
22
|
totalPages: number;
|
|
15
|
-
/** List of
|
|
23
|
+
/** List of configs returned for the specified `page_number` and `page_size`. */
|
|
16
24
|
configsPage?: Hume.empathicVoice.ReturnConfig[];
|
|
17
25
|
}
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* A paginated list of prompt versions returned from the server
|
|
7
7
|
*/
|
|
8
8
|
export interface ReturnPagedPrompts {
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* The page number of the returned list.
|
|
11
|
+
*
|
|
12
|
+
* This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
|
|
13
|
+
*/
|
|
10
14
|
pageNumber: number;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of items returned per page.
|
|
17
|
+
*
|
|
18
|
+
* This value corresponds to the `page_size` parameter specified in the request.
|
|
19
|
+
*/
|
|
12
20
|
pageSize: number;
|
|
13
|
-
/** The total number of pages in the collection */
|
|
21
|
+
/** The total number of pages in the collection. */
|
|
14
22
|
totalPages: number;
|
|
15
|
-
/** List of prompts returned for the specified
|
|
23
|
+
/** List of prompts returned for the specified `page_number` and `page_size`. */
|
|
16
24
|
promptsPage: (Hume.empathicVoice.ReturnPrompt | undefined)[];
|
|
17
25
|
}
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* A paginated list of user defined tool versions returned from the server
|
|
7
7
|
*/
|
|
8
8
|
export interface ReturnPagedUserDefinedTools {
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* The page number of the returned list.
|
|
11
|
+
*
|
|
12
|
+
* This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
|
|
13
|
+
*/
|
|
10
14
|
pageNumber: number;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of items returned per page.
|
|
17
|
+
*
|
|
18
|
+
* This value corresponds to the `page_size` parameter specified in the request.
|
|
19
|
+
*/
|
|
12
20
|
pageSize: number;
|
|
13
|
-
/** The total number of pages in the collection */
|
|
21
|
+
/** The total number of pages in the collection. */
|
|
14
22
|
totalPages: number;
|
|
15
|
-
/** List of tools returned for the specified
|
|
23
|
+
/** List of tools returned for the specified `page_number` and `page_size`. */
|
|
16
24
|
toolsPage: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
|
|
17
25
|
}
|
|
@@ -1,24 +1,37 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from '../../../index';
|
|
4
5
|
/**
|
|
5
|
-
* A
|
|
6
|
+
* A Prompt associated with this Config.
|
|
6
7
|
*/
|
|
7
8
|
export interface ReturnPrompt {
|
|
8
9
|
/** Identifier for a Prompt. Formatted as a UUID. */
|
|
9
10
|
id: string;
|
|
10
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* Version number for a Prompt.
|
|
13
|
+
*
|
|
14
|
+
* Prompts, as well as Configs and Tools, are versioned. This versioning system supports iterative development, allowing you to progressively refine prompts and revert to previous versions if needed.
|
|
15
|
+
*
|
|
16
|
+
* Version numbers are integer values representing different iterations of the Prompt. Each update to the Prompt increments its version number.
|
|
17
|
+
*/
|
|
11
18
|
version: number;
|
|
12
|
-
/**
|
|
13
|
-
versionType:
|
|
14
|
-
/**
|
|
19
|
+
/** Versioning method for a Prompt. Either `FIXED` for using a fixed version number or `LATEST` for auto-updating to the latest version. */
|
|
20
|
+
versionType: Hume.empathicVoice.ReturnPromptVersionType;
|
|
21
|
+
/** An optional description of the Prompt version. */
|
|
15
22
|
versionDescription?: string;
|
|
16
23
|
/** Name applied to all versions of a particular Prompt. */
|
|
17
24
|
name: string;
|
|
18
|
-
/**
|
|
25
|
+
/** Time at which the Prompt was created. Measured in seconds since the Unix epoch. */
|
|
19
26
|
createdOn: number;
|
|
20
|
-
/**
|
|
27
|
+
/** Time at which the Prompt was last modified. Measured in seconds since the Unix epoch. */
|
|
21
28
|
modifiedOn: number;
|
|
22
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* Instructions used to shape EVI’s behavior, responses, and style.
|
|
31
|
+
*
|
|
32
|
+
* You can use the Prompt to define a specific goal or role for EVI, specifying how it should act or what it should focus on during the conversation. For example, EVI can be instructed to act as a customer support representative, a fitness coach, or a travel advisor, each with its own set of behaviors and response styles.
|
|
33
|
+
*
|
|
34
|
+
* For help writing a system prompt, see our [Prompting Guide](/docs/empathic-voice-interface-evi/prompting).
|
|
35
|
+
*/
|
|
23
36
|
text: string;
|
|
24
37
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Versioning method for a Prompt. Either `FIXED` for using a fixed version number or `LATEST` for auto-updating to the latest version.
|
|
6
|
+
*/
|
|
7
|
+
export declare type ReturnPromptVersionType = 'FIXED' | 'LATEST';
|
|
8
|
+
export declare const ReturnPromptVersionType: {
|
|
9
|
+
readonly Fixed: "FIXED";
|
|
10
|
+
readonly Latest: "LATEST";
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnPromptVersionType = void 0;
|
|
7
|
+
exports.ReturnPromptVersionType = {
|
|
8
|
+
Fixed: 'FIXED',
|
|
9
|
+
Latest: 'LATEST',
|
|
10
|
+
};
|
|
@@ -5,8 +5,12 @@
|
|
|
5
5
|
* A specific timeout configuration to be returned from the server
|
|
6
6
|
*/
|
|
7
7
|
export interface ReturnTimeoutSpec {
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* Boolean indicating if this timeout is enabled.
|
|
10
|
+
*
|
|
11
|
+
* If set to false, EVI will not timeout due to a specified duration being reached. However, the conversation will eventually disconnect after 1,800 seconds (30 minutes), which is the maximum WebSocket duration limit for EVI.
|
|
12
|
+
*/
|
|
9
13
|
enabled: boolean;
|
|
10
|
-
/** Duration in seconds for the timeout. */
|
|
14
|
+
/** Duration in seconds for the timeout (e.g. 600 seconds represents 10 minutes). */
|
|
11
15
|
durationSecs?: number;
|
|
12
16
|
}
|
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
|
-
* Collection of timeout
|
|
6
|
+
* Collection of timeout specifications returned by the server.
|
|
7
|
+
*
|
|
8
|
+
* Timeouts are sent by the server when specific time-based events occur during a chat session. These specifications set the inactivity timeout and the maximum duration an EVI WebSocket connection can stay open before it is automatically disconnected.
|
|
7
9
|
*/
|
|
8
10
|
export interface ReturnTimeoutSpecs {
|
|
11
|
+
/**
|
|
12
|
+
* Specifies the duration of user inactivity (in seconds) after which the EVI WebSocket connection will be automatically disconnected. Default is 600 seconds (10 minutes).
|
|
13
|
+
*
|
|
14
|
+
* Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
|
|
15
|
+
*/
|
|
9
16
|
inactivity: Hume.empathicVoice.ReturnTimeoutSpec;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the maximum allowed duration (in seconds) for an EVI WebSocket connection before it is automatically disconnected. Default is 1,800 seconds (30 minutes).
|
|
19
|
+
*
|
|
20
|
+
* Accepts a minimum value of 1 second and a maximum value of 1,800 seconds.
|
|
21
|
+
*/
|
|
10
22
|
maxDuration: Hume.empathicVoice.ReturnTimeoutSpec;
|
|
11
23
|
}
|
|
@@ -1,30 +1,41 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from '../../../index';
|
|
4
5
|
/**
|
|
5
6
|
* A specific tool version returned from the server
|
|
6
7
|
*/
|
|
7
8
|
export interface ReturnUserDefinedTool {
|
|
8
|
-
/** Type of Tool.
|
|
9
|
-
toolType:
|
|
9
|
+
/** Type of Tool. Either `BUILTIN` for natively implemented tools, like web search, or `FUNCTION` for user-defined tools. */
|
|
10
|
+
toolType: Hume.empathicVoice.ReturnUserDefinedToolToolType;
|
|
10
11
|
/** Identifier for a Tool. Formatted as a UUID. */
|
|
11
12
|
id: string;
|
|
12
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* Version number for a Tool.
|
|
15
|
+
*
|
|
16
|
+
* Tools, as well as Configs and Prompts, are versioned. This versioning system supports iterative development, allowing you to progressively refine tools and revert to previous versions if needed.
|
|
17
|
+
*
|
|
18
|
+
* Version numbers are integer values representing different iterations of the Tool. Each update to the Tool increments its version number.
|
|
19
|
+
*/
|
|
13
20
|
version: number;
|
|
14
|
-
/**
|
|
15
|
-
versionType:
|
|
16
|
-
/**
|
|
21
|
+
/** Versioning method for a Tool. Either `FIXED` for using a fixed version number or `LATEST` for auto-updating to the latest version. */
|
|
22
|
+
versionType: Hume.empathicVoice.ReturnUserDefinedToolVersionType;
|
|
23
|
+
/** An optional description of the Tool version. */
|
|
17
24
|
versionDescription?: string;
|
|
18
25
|
/** Name applied to all versions of a particular Tool. */
|
|
19
26
|
name: string;
|
|
20
|
-
/**
|
|
27
|
+
/** Time at which the Tool was created. Measured in seconds since the Unix epoch. */
|
|
21
28
|
createdOn: number;
|
|
22
|
-
/**
|
|
29
|
+
/** Time at which the Tool was last modified. Measured in seconds since the Unix epoch. */
|
|
23
30
|
modifiedOn: number;
|
|
24
|
-
/**
|
|
31
|
+
/** Optional text passed to the supplemental LLM in place of the tool call result. The LLM then uses this text to generate a response back to the user, ensuring continuity in the conversation if the Tool errors. */
|
|
25
32
|
fallbackContent?: string;
|
|
26
|
-
/**
|
|
33
|
+
/** An optional description of what the Tool does, used by the supplemental LLM to choose when and how to call the function. */
|
|
27
34
|
description?: string;
|
|
28
|
-
/**
|
|
35
|
+
/**
|
|
36
|
+
* Stringified JSON defining the parameters used by this version of the Tool.
|
|
37
|
+
*
|
|
38
|
+
* These parameters define the inputs needed for the Tool’s execution, including the expected data type and description for each input field. Structured as a stringified JSON schema, this format ensures the tool receives data in the expected format.
|
|
39
|
+
*/
|
|
29
40
|
parameters: string;
|
|
30
41
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Type of Tool. Either `BUILTIN` for natively implemented tools, like web search, or `FUNCTION` for user-defined tools.
|
|
6
|
+
*/
|
|
7
|
+
export declare type ReturnUserDefinedToolToolType = 'BUILTIN' | 'FUNCTION';
|
|
8
|
+
export declare const ReturnUserDefinedToolToolType: {
|
|
9
|
+
readonly Builtin: "BUILTIN";
|
|
10
|
+
readonly Function: "FUNCTION";
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnUserDefinedToolToolType = void 0;
|
|
7
|
+
exports.ReturnUserDefinedToolToolType = {
|
|
8
|
+
Builtin: 'BUILTIN',
|
|
9
|
+
Function: 'FUNCTION',
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Versioning method for a Tool. Either `FIXED` for using a fixed version number or `LATEST` for auto-updating to the latest version.
|
|
6
|
+
*/
|
|
7
|
+
export declare type ReturnUserDefinedToolVersionType = 'FIXED' | 'LATEST';
|
|
8
|
+
export declare const ReturnUserDefinedToolVersionType: {
|
|
9
|
+
readonly Fixed: "FIXED";
|
|
10
|
+
readonly Latest: "LATEST";
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnUserDefinedToolVersionType = void 0;
|
|
7
|
+
exports.ReturnUserDefinedToolVersionType = {
|
|
8
|
+
Fixed: 'FIXED',
|
|
9
|
+
Latest: 'LATEST',
|
|
10
|
+
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from '../../../index';
|
|
4
5
|
/**
|
|
5
6
|
* A specific voice specification
|
|
6
7
|
*/
|
|
7
8
|
export interface ReturnVoice {
|
|
8
|
-
/** The provider of the voice to use.
|
|
9
|
-
provider:
|
|
9
|
+
/** The provider of the voice to use. Currently, only `HUME_AI` is supported as the voice provider. */
|
|
10
|
+
provider: 'HUME_AI';
|
|
10
11
|
/** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
|
|
11
|
-
name?:
|
|
12
|
+
name?: Hume.empathicVoice.ReturnVoiceName;
|
|
12
13
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase.
|
|
6
|
+
*/
|
|
7
|
+
export declare type ReturnVoiceName = 'ITO' | 'DACHER' | 'KORA';
|
|
8
|
+
export declare const ReturnVoiceName: {
|
|
9
|
+
readonly Ito: "ITO";
|
|
10
|
+
readonly Dacher: "DACHER";
|
|
11
|
+
readonly Kora: "KORA";
|
|
12
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReturnVoiceName = void 0;
|
|
7
|
+
exports.ReturnVoiceName = {
|
|
8
|
+
Ito: 'ITO',
|
|
9
|
+
Dacher: 'DACHER',
|
|
10
|
+
Kora: 'KORA',
|
|
11
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type Role =
|
|
4
|
+
export declare type Role = 'assistant' | 'system' | 'user' | 'all' | 'tool';
|
|
5
5
|
export declare const Role: {
|
|
6
6
|
readonly Assistant: "assistant";
|
|
7
7
|
readonly System: "system";
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.Role = void 0;
|
|
7
7
|
exports.Role = {
|
|
8
|
-
Assistant:
|
|
9
|
-
System:
|
|
10
|
-
User:
|
|
11
|
-
All:
|
|
12
|
-
Tool:
|
|
8
|
+
Assistant: 'assistant',
|
|
9
|
+
System: 'system',
|
|
10
|
+
User: 'user',
|
|
11
|
+
All: 'all',
|
|
12
|
+
Tool: 'tool',
|
|
13
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
/**
|
|
6
6
|
* Settings for this chat session.
|
|
7
7
|
*/
|
|
@@ -13,7 +13,7 @@ export interface SessionSettings {
|
|
|
13
13
|
*
|
|
14
14
|
* For more information, please refer to the [Session Settings section](/docs/empathic-voice-interface-evi/configuration#session-settings) on the EVI Configuration page.
|
|
15
15
|
*/
|
|
16
|
-
type:
|
|
16
|
+
type: 'session_settings';
|
|
17
17
|
/**
|
|
18
18
|
* Unique identifier for the session. Used to manage conversational state, correlate frontend and backend data, and persist conversations across EVI sessions.
|
|
19
19
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Hume from
|
|
4
|
+
import * as Hume from '../../../index';
|
|
5
5
|
export interface Tool {
|
|
6
6
|
/** Type of tool. Set to `function` for user-defined tools. */
|
|
7
7
|
type: Hume.empathicVoice.ToolType;
|