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
|
@@ -15,7 +15,10 @@ function record(keySchema, valueSchema) {
|
|
|
15
15
|
isKeyNumeric: keySchema.getType() === Schema_1.SchemaType.NUMBER,
|
|
16
16
|
transformKey: (key) => {
|
|
17
17
|
var _a;
|
|
18
|
-
return keySchema.parse(key, Object.assign(Object.assign({}, opts), { breadcrumbsPrefix: [
|
|
18
|
+
return keySchema.parse(key, Object.assign(Object.assign({}, opts), { breadcrumbsPrefix: [
|
|
19
|
+
...((_a = opts === null || opts === void 0 ? void 0 : opts.breadcrumbsPrefix) !== null && _a !== void 0 ? _a : []),
|
|
20
|
+
`${key} (key)`,
|
|
21
|
+
] }));
|
|
19
22
|
},
|
|
20
23
|
transformValue: (value, key) => {
|
|
21
24
|
var _a;
|
|
@@ -30,7 +33,10 @@ function record(keySchema, valueSchema) {
|
|
|
30
33
|
isKeyNumeric: keySchema.getType() === Schema_1.SchemaType.NUMBER,
|
|
31
34
|
transformKey: (key) => {
|
|
32
35
|
var _a;
|
|
33
|
-
return keySchema.json(key, Object.assign(Object.assign({}, opts), { breadcrumbsPrefix: [
|
|
36
|
+
return keySchema.json(key, Object.assign(Object.assign({}, opts), { breadcrumbsPrefix: [
|
|
37
|
+
...((_a = opts === null || opts === void 0 ? void 0 : opts.breadcrumbsPrefix) !== null && _a !== void 0 ? _a : []),
|
|
38
|
+
`${key} (key)`,
|
|
39
|
+
] }));
|
|
34
40
|
},
|
|
35
41
|
transformValue: (value, key) => {
|
|
36
42
|
var _a;
|
|
@@ -51,7 +57,7 @@ function validateAndTransformRecord({ value, isKeyNumeric, transformKey, transfo
|
|
|
51
57
|
errors: [
|
|
52
58
|
{
|
|
53
59
|
path: breadcrumbsPrefix,
|
|
54
|
-
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(value,
|
|
60
|
+
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(value, 'object'),
|
|
55
61
|
},
|
|
56
62
|
],
|
|
57
63
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseSchema } from
|
|
2
|
-
import { SchemaUtils } from
|
|
1
|
+
import { BaseSchema } from '../../Schema';
|
|
2
|
+
import { SchemaUtils } from '../schema-utils';
|
|
3
3
|
export declare type RecordSchema<RawKey extends string | number, RawValue, ParsedKey extends string | number, ParsedValue> = BaseRecordSchema<RawKey, RawValue, ParsedKey, ParsedValue> & SchemaUtils<Record<RawKey, RawValue>, Record<ParsedKey, ParsedValue>>;
|
|
4
4
|
export declare type BaseRecordSchema<RawKey extends string | number, RawValue, ParsedKey extends string | number, ParsedValue> = BaseSchema<Record<RawKey, RawValue>, Record<ParsedKey, ParsedValue>>;
|
|
@@ -4,7 +4,7 @@ exports.JsonError = void 0;
|
|
|
4
4
|
const stringifyValidationErrors_1 = require("./stringifyValidationErrors");
|
|
5
5
|
class JsonError extends Error {
|
|
6
6
|
constructor(errors) {
|
|
7
|
-
super(errors.map(stringifyValidationErrors_1.stringifyValidationError).join(
|
|
7
|
+
super(errors.map(stringifyValidationErrors_1.stringifyValidationError).join('; '));
|
|
8
8
|
this.errors = errors;
|
|
9
9
|
Object.setPrototypeOf(this, JsonError.prototype);
|
|
10
10
|
}
|
|
@@ -4,7 +4,7 @@ exports.ParseError = void 0;
|
|
|
4
4
|
const stringifyValidationErrors_1 = require("./stringifyValidationErrors");
|
|
5
5
|
class ParseError extends Error {
|
|
6
6
|
constructor(errors) {
|
|
7
|
-
super(errors.map(stringifyValidationErrors_1.stringifyValidationError).join(
|
|
7
|
+
super(errors.map(stringifyValidationErrors_1.stringifyValidationError).join('; '));
|
|
8
8
|
this.errors = errors;
|
|
9
9
|
Object.setPrototypeOf(this, ParseError.prototype);
|
|
10
10
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseSchema, Schema, SchemaOptions } from
|
|
1
|
+
import { BaseSchema, Schema, SchemaOptions } from '../../Schema';
|
|
2
2
|
export interface SchemaUtils<Raw, Parsed> {
|
|
3
3
|
optional: () => Schema<Raw | null | undefined, Parsed | undefined>;
|
|
4
4
|
transform: <Transformed>(transformer: SchemaTransformer<Parsed, Transformed>) => Schema<Raw, Transformed>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { getSchemaUtils, optional, transform } from
|
|
2
|
-
export type { SchemaUtils } from
|
|
3
|
-
export { JsonError } from
|
|
4
|
-
export { ParseError } from
|
|
1
|
+
export { getSchemaUtils, optional, transform } from './getSchemaUtils';
|
|
2
|
+
export type { SchemaUtils } from './getSchemaUtils';
|
|
3
|
+
export { JsonError } from './JsonError';
|
|
4
|
+
export { ParseError } from './ParseError';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ValidationError } from
|
|
1
|
+
import { ValidationError } from '../../Schema';
|
|
2
2
|
export declare function stringifyValidationError(error: ValidationError): string;
|
|
@@ -5,6 +5,6 @@ function stringifyValidationError(error) {
|
|
|
5
5
|
if (error.path.length === 0) {
|
|
6
6
|
return error.message;
|
|
7
7
|
}
|
|
8
|
-
return `${error.path.join(
|
|
8
|
+
return `${error.path.join(' -> ')}: ${error.message}`;
|
|
9
9
|
}
|
|
10
10
|
exports.stringifyValidationError = stringifyValidationError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { set } from
|
|
1
|
+
export { set } from './set';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Schema } from
|
|
1
|
+
import { Schema } from '../../Schema';
|
|
2
2
|
export declare function set<Raw, Parsed>(schema: Schema<Raw, Parsed>): Schema<Raw[], Set<Parsed>>;
|
|
@@ -29,7 +29,7 @@ function set(schema) {
|
|
|
29
29
|
errors: [
|
|
30
30
|
{
|
|
31
31
|
path: (_a = opts === null || opts === void 0 ? void 0 : opts.breadcrumbsPrefix) !== null && _a !== void 0 ? _a : [],
|
|
32
|
-
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(parsed,
|
|
32
|
+
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(parsed, 'Set'),
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { inferParsedUnidiscriminatedUnionSchema, inferRawUnidiscriminatedUnionSchema, UndiscriminatedUnionSchema, } from
|
|
2
|
-
export { undiscriminatedUnion } from
|
|
1
|
+
export type { inferParsedUnidiscriminatedUnionSchema, inferRawUnidiscriminatedUnionSchema, UndiscriminatedUnionSchema, } from './types';
|
|
2
|
+
export { undiscriminatedUnion } from './undiscriminatedUnion';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { inferParsed, inferRaw, Schema } from
|
|
1
|
+
import { inferParsed, inferRaw, Schema } from '../../Schema';
|
|
2
2
|
export declare type UndiscriminatedUnionSchema<Schemas extends [...Schema[]]> = Schema<inferRawUnidiscriminatedUnionSchema<Schemas>, inferParsedUnidiscriminatedUnionSchema<Schemas>>;
|
|
3
3
|
export declare type inferRawUnidiscriminatedUnionSchema<Schemas extends [...Schema[]]> = inferRaw<Schemas[number]>;
|
|
4
4
|
export declare type inferParsedUnidiscriminatedUnionSchema<Schemas extends [...Schema[]]> = inferParsed<Schemas[number]>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Schema } from
|
|
2
|
-
import { inferParsedUnidiscriminatedUnionSchema, inferRawUnidiscriminatedUnionSchema } from
|
|
1
|
+
import { Schema } from '../../Schema';
|
|
2
|
+
import { inferParsedUnidiscriminatedUnionSchema, inferRawUnidiscriminatedUnionSchema } from './types';
|
|
3
3
|
export declare function undiscriminatedUnion<Schemas extends [Schema<any, any>, ...Schema<any, any>[]]>(schemas: Schemas): Schema<inferRawUnidiscriminatedUnionSchema<Schemas>, inferParsedUnidiscriminatedUnionSchema<Schemas>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { discriminant } from
|
|
2
|
-
export type { Discriminant } from
|
|
3
|
-
export type { inferParsedDiscriminant, inferParsedUnion, inferRawDiscriminant, inferRawUnion, UnionSubtypes, } from
|
|
4
|
-
export { union } from
|
|
1
|
+
export { discriminant } from './discriminant';
|
|
2
|
+
export type { Discriminant } from './discriminant';
|
|
3
|
+
export type { inferParsedDiscriminant, inferParsedUnion, inferRawDiscriminant, inferRawUnion, UnionSubtypes, } from './types';
|
|
4
|
+
export { union } from './union';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inferParsedObject, inferRawObject, ObjectSchema } from
|
|
2
|
-
import { Discriminant } from
|
|
1
|
+
import { inferParsedObject, inferRawObject, ObjectSchema } from '../object';
|
|
2
|
+
import { Discriminant } from './discriminant';
|
|
3
3
|
export declare type UnionSubtypes<DiscriminantValues extends string | number | symbol> = {
|
|
4
4
|
[K in DiscriminantValues]: ObjectSchema<any, any>;
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ObjectLikeSchema } from
|
|
2
|
-
import { Discriminant } from
|
|
3
|
-
import { inferParsedUnion, inferRawUnion, UnionSubtypes } from
|
|
1
|
+
import { ObjectLikeSchema } from '../object-like';
|
|
2
|
+
import { Discriminant } from './discriminant';
|
|
3
|
+
import { inferParsedUnion, inferRawUnion, UnionSubtypes } from './types';
|
|
4
4
|
export declare function union<D extends string | Discriminant<any, any>, U extends UnionSubtypes<any>>(discriminant: D, union: U): ObjectLikeSchema<inferRawUnion<D, U>, inferParsedUnion<D, U>>;
|
|
@@ -21,8 +21,10 @@ const enum_1 = require("../enum");
|
|
|
21
21
|
const object_like_1 = require("../object-like");
|
|
22
22
|
const schema_utils_1 = require("../schema-utils");
|
|
23
23
|
function union(discriminant, union) {
|
|
24
|
-
const rawDiscriminant = typeof discriminant ===
|
|
25
|
-
|
|
24
|
+
const rawDiscriminant = typeof discriminant === 'string'
|
|
25
|
+
? discriminant
|
|
26
|
+
: discriminant.rawDiscriminant;
|
|
27
|
+
const parsedDiscriminant = typeof discriminant === 'string'
|
|
26
28
|
? discriminant
|
|
27
29
|
: discriminant.parsedDiscriminant;
|
|
28
30
|
const discriminantValueSchema = (0, enum_1.enum_)((0, keys_1.keys)(union));
|
|
@@ -36,7 +38,10 @@ function union(discriminant, union) {
|
|
|
36
38
|
var _a;
|
|
37
39
|
return discriminantValueSchema.parse(discriminantValue, {
|
|
38
40
|
allowUnrecognizedEnumValues: opts === null || opts === void 0 ? void 0 : opts.allowUnrecognizedUnionMembers,
|
|
39
|
-
breadcrumbsPrefix: [
|
|
41
|
+
breadcrumbsPrefix: [
|
|
42
|
+
...((_a = opts === null || opts === void 0 ? void 0 : opts.breadcrumbsPrefix) !== null && _a !== void 0 ? _a : []),
|
|
43
|
+
rawDiscriminant,
|
|
44
|
+
],
|
|
40
45
|
});
|
|
41
46
|
},
|
|
42
47
|
getAdditionalPropertiesSchema: (discriminantValue) => union[discriminantValue],
|
|
@@ -54,7 +59,10 @@ function union(discriminant, union) {
|
|
|
54
59
|
var _a;
|
|
55
60
|
return discriminantValueSchema.json(discriminantValue, {
|
|
56
61
|
allowUnrecognizedEnumValues: opts === null || opts === void 0 ? void 0 : opts.allowUnrecognizedUnionMembers,
|
|
57
|
-
breadcrumbsPrefix: [
|
|
62
|
+
breadcrumbsPrefix: [
|
|
63
|
+
...((_a = opts === null || opts === void 0 ? void 0 : opts.breadcrumbsPrefix) !== null && _a !== void 0 ? _a : []),
|
|
64
|
+
parsedDiscriminant,
|
|
65
|
+
],
|
|
58
66
|
});
|
|
59
67
|
},
|
|
60
68
|
getAdditionalPropertiesSchema: (discriminantValue) => union[discriminantValue],
|
|
@@ -75,7 +83,7 @@ function transformAndValidateUnion({ value, discriminant, transformedDiscriminan
|
|
|
75
83
|
errors: [
|
|
76
84
|
{
|
|
77
85
|
path: breadcrumbsPrefix,
|
|
78
|
-
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(value,
|
|
86
|
+
message: (0, getErrorMessageForIncorrectType_1.getErrorMessageForIncorrectType)(value, 'object'),
|
|
79
87
|
},
|
|
80
88
|
],
|
|
81
89
|
};
|
|
@@ -113,7 +121,7 @@ function transformAndValidateUnion({ value, discriminant, transformedDiscriminan
|
|
|
113
121
|
errors: [
|
|
114
122
|
{
|
|
115
123
|
path: [...breadcrumbsPrefix, discriminant],
|
|
116
|
-
message:
|
|
124
|
+
message: 'Unexpected discriminant value',
|
|
117
125
|
},
|
|
118
126
|
],
|
|
119
127
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type { inferParsed, inferRaw, Schema, SchemaOptions } from
|
|
1
|
+
export * from './builders';
|
|
2
|
+
export type { inferParsed, inferRaw, Schema, SchemaOptions } from './Schema';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { MaybeValid, Schema, SchemaOptions, SchemaType } from
|
|
1
|
+
import { MaybeValid, Schema, SchemaOptions, SchemaType } from '../Schema';
|
|
2
2
|
export declare function createIdentitySchemaCreator<T>(schemaType: SchemaType, validate: (value: unknown, opts?: SchemaOptions) => MaybeValid<T>): () => Schema<T, T>;
|
|
@@ -7,17 +7,17 @@ function getErrorMessageForIncorrectType(value, expectedType) {
|
|
|
7
7
|
exports.getErrorMessageForIncorrectType = getErrorMessageForIncorrectType;
|
|
8
8
|
function getTypeAsString(value) {
|
|
9
9
|
if (Array.isArray(value)) {
|
|
10
|
-
return
|
|
10
|
+
return 'list';
|
|
11
11
|
}
|
|
12
12
|
if (value === null) {
|
|
13
|
-
return
|
|
13
|
+
return 'null';
|
|
14
14
|
}
|
|
15
15
|
switch (typeof value) {
|
|
16
|
-
case
|
|
16
|
+
case 'string':
|
|
17
17
|
return `"${value}"`;
|
|
18
|
-
case
|
|
19
|
-
case
|
|
20
|
-
case
|
|
18
|
+
case 'number':
|
|
19
|
+
case 'boolean':
|
|
20
|
+
case 'undefined':
|
|
21
21
|
return `${value}`;
|
|
22
22
|
}
|
|
23
23
|
return typeof value;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.isPlainObject = void 0;
|
|
4
4
|
// borrowed from https://github.com/lodash/lodash/blob/master/isPlainObject.js
|
|
5
5
|
function isPlainObject(value) {
|
|
6
|
-
if (typeof value !==
|
|
6
|
+
if (typeof value !== 'object' || value === null) {
|
|
7
7
|
return false;
|
|
8
8
|
}
|
|
9
9
|
if (Object.getPrototypeOf(value) === null) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BaseSchema } from
|
|
1
|
+
import { BaseSchema } from '../Schema';
|
|
2
2
|
export declare function maybeSkipValidation<S extends BaseSchema<Raw, Parsed>, Raw, Parsed>(schema: S): S;
|
|
@@ -12,10 +12,12 @@ function transformAndMaybeSkipValidation(transform) {
|
|
|
12
12
|
if (!transformed.ok && skipValidation) {
|
|
13
13
|
// eslint-disable-next-line no-console
|
|
14
14
|
console.warn([
|
|
15
|
-
|
|
16
|
-
...transformed.errors.map((error) =>
|
|
17
|
-
(error.path.length > 0
|
|
18
|
-
|
|
15
|
+
'Failed to validate.',
|
|
16
|
+
...transformed.errors.map((error) => ' - ' +
|
|
17
|
+
(error.path.length > 0
|
|
18
|
+
? `${error.path.join('.')}: ${error.message}`
|
|
19
|
+
: error.message)),
|
|
20
|
+
].join('\n'));
|
|
19
21
|
return {
|
|
20
22
|
ok: true,
|
|
21
23
|
value: value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './ws';
|
|
@@ -32,7 +32,7 @@ const getGlobalWebSocket = () => {
|
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
return WebSocket;
|
|
34
34
|
}
|
|
35
|
-
else if (runtime_1.RUNTIME.type ===
|
|
35
|
+
else if (runtime_1.RUNTIME.type === 'node') {
|
|
36
36
|
return ws_1.WebSocket;
|
|
37
37
|
}
|
|
38
38
|
return undefined;
|
|
@@ -90,19 +90,19 @@ class ReconnectingWebSocket {
|
|
|
90
90
|
this._uptimeTimeout = setTimeout(() => this._acceptOpen(), minUptime);
|
|
91
91
|
this._ws.binaryType = this._binaryType;
|
|
92
92
|
// send enqueued messages (messages sent before websocket open event)
|
|
93
|
-
this._messageQueue.forEach(message => { var _a; return (_a = this._ws) === null || _a === void 0 ? void 0 : _a.send(message); });
|
|
93
|
+
this._messageQueue.forEach((message) => { var _a; return (_a = this._ws) === null || _a === void 0 ? void 0 : _a.send(message); });
|
|
94
94
|
this._messageQueue = [];
|
|
95
95
|
if (this.onopen) {
|
|
96
96
|
this.onopen(event);
|
|
97
97
|
}
|
|
98
|
-
this._listeners.open.forEach(listener => this._callEventListener(event, listener));
|
|
98
|
+
this._listeners.open.forEach((listener) => this._callEventListener(event, listener));
|
|
99
99
|
};
|
|
100
100
|
this._handleMessage = (event) => {
|
|
101
101
|
this._debug('message event');
|
|
102
102
|
if (this.onmessage) {
|
|
103
103
|
this.onmessage(event);
|
|
104
104
|
}
|
|
105
|
-
this._listeners.message.forEach(listener => this._callEventListener(event, listener));
|
|
105
|
+
this._listeners.message.forEach((listener) => this._callEventListener(event, listener));
|
|
106
106
|
};
|
|
107
107
|
this._handleError = (event) => {
|
|
108
108
|
this._debug('error event', event.message);
|
|
@@ -111,7 +111,7 @@ class ReconnectingWebSocket {
|
|
|
111
111
|
this.onerror(event);
|
|
112
112
|
}
|
|
113
113
|
this._debug('exec error listeners');
|
|
114
|
-
this._listeners.error.forEach(listener => this._callEventListener(event, listener));
|
|
114
|
+
this._listeners.error.forEach((listener) => this._callEventListener(event, listener));
|
|
115
115
|
this._connect();
|
|
116
116
|
};
|
|
117
117
|
this._handleClose = (event) => {
|
|
@@ -123,7 +123,7 @@ class ReconnectingWebSocket {
|
|
|
123
123
|
if (this.onclose) {
|
|
124
124
|
this.onclose(event);
|
|
125
125
|
}
|
|
126
|
-
this._listeners.close.forEach(listener => this._callEventListener(event, listener));
|
|
126
|
+
this._listeners.close.forEach((listener) => this._callEventListener(event, listener));
|
|
127
127
|
};
|
|
128
128
|
this._url = url;
|
|
129
129
|
this._protocols = protocols;
|
|
@@ -299,7 +299,9 @@ class ReconnectingWebSocket {
|
|
|
299
299
|
removeEventListener(type, listener) {
|
|
300
300
|
if (this._listeners[type]) {
|
|
301
301
|
// @ts-ignore
|
|
302
|
-
this._listeners[type] = this._listeners[type].filter(
|
|
302
|
+
this._listeners[type] = this._listeners[type].filter(
|
|
303
|
+
// @ts-ignore
|
|
304
|
+
(l) => l !== listener);
|
|
303
305
|
}
|
|
304
306
|
}
|
|
305
307
|
_debug(...args) {
|
|
@@ -314,7 +316,8 @@ class ReconnectingWebSocket {
|
|
|
314
316
|
let delay = 0;
|
|
315
317
|
if (this._retryCount > 0) {
|
|
316
318
|
delay =
|
|
317
|
-
minReconnectionDelay *
|
|
319
|
+
minReconnectionDelay *
|
|
320
|
+
Math.pow(reconnectionDelayGrowFactor, this._retryCount - 1);
|
|
318
321
|
if (delay > maxReconnectionDelay) {
|
|
319
322
|
delay = maxReconnectionDelay;
|
|
320
323
|
}
|
|
@@ -323,7 +326,7 @@ class ReconnectingWebSocket {
|
|
|
323
326
|
return delay;
|
|
324
327
|
}
|
|
325
328
|
_wait() {
|
|
326
|
-
return new Promise(resolve => {
|
|
329
|
+
return new Promise((resolve) => {
|
|
327
330
|
setTimeout(resolve, this._getNextDelay());
|
|
328
331
|
});
|
|
329
332
|
}
|
|
@@ -361,7 +364,7 @@ class ReconnectingWebSocket {
|
|
|
361
364
|
}
|
|
362
365
|
this._wait()
|
|
363
366
|
.then(() => this._getNextUrl(this._url))
|
|
364
|
-
.then(url => {
|
|
367
|
+
.then((url) => {
|
|
365
368
|
// close could be called before creating the ws
|
|
366
369
|
if (this._closeCalled) {
|
|
367
370
|
return;
|
package/dist/environments.js
CHANGED
package/dist/errors/HumeError.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.HumeError = void 0;
|
|
7
7
|
class HumeError extends Error {
|
|
8
|
-
constructor({ message, statusCode, body }) {
|
|
8
|
+
constructor({ message, statusCode, body, }) {
|
|
9
9
|
super(buildMessage({ message, statusCode, body }));
|
|
10
10
|
Object.setPrototypeOf(this, HumeError.prototype);
|
|
11
11
|
if (statusCode != null) {
|
|
@@ -18,7 +18,7 @@ class HumeError extends Error {
|
|
|
18
18
|
}
|
|
19
19
|
exports.HumeError = HumeError;
|
|
20
20
|
function buildMessage({ message, statusCode, body, }) {
|
|
21
|
-
|
|
21
|
+
const lines = [];
|
|
22
22
|
if (message != null) {
|
|
23
23
|
lines.push(message);
|
|
24
24
|
}
|
|
@@ -28,5 +28,5 @@ function buildMessage({ message, statusCode, body, }) {
|
|
|
28
28
|
if (body != null) {
|
|
29
29
|
lines.push(`Body: ${JSON.stringify(body, undefined, 2)}`);
|
|
30
30
|
}
|
|
31
|
-
return lines.join(
|
|
31
|
+
return lines.join('\n');
|
|
32
32
|
}
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.HumeTimeoutError = void 0;
|
|
7
7
|
class HumeTimeoutError extends Error {
|
|
8
8
|
constructor() {
|
|
9
|
-
super(
|
|
9
|
+
super('Timeout');
|
|
10
10
|
Object.setPrototypeOf(this, HumeTimeoutError.prototype);
|
|
11
11
|
}
|
|
12
12
|
}
|
package/dist/errors/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HumeError } from
|
|
2
|
-
export { HumeTimeoutError } from
|
|
1
|
+
export { HumeError } from './HumeError';
|
|
2
|
+
export { HumeTimeoutError } from './HumeTimeoutError';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as Hume from
|
|
2
|
-
export * from
|
|
3
|
-
export { HumeEnvironment } from
|
|
4
|
-
export { HumeError, HumeTimeoutError } from
|
|
1
|
+
export * as Hume from './api';
|
|
2
|
+
export * from './wrapper';
|
|
3
|
+
export { HumeEnvironment } from './environments';
|
|
4
|
+
export { HumeError, HumeTimeoutError } from './errors';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './resources';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './resources';
|
|
2
|
+
export * from './types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './types';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { AudioInput } from
|
|
8
|
-
import { SessionSettings } from
|
|
9
|
-
import { UserInput } from
|
|
10
|
-
import { AssistantInput } from
|
|
11
|
-
import { ToolResponseMessage } from
|
|
12
|
-
import { ToolErrorMessage } from
|
|
13
|
-
import { PauseAssistantMessage } from
|
|
14
|
-
import { ResumeAssistantMessage } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { AudioInput } from '../../../types/AudioInput';
|
|
8
|
+
import { SessionSettings } from '../../../types/SessionSettings';
|
|
9
|
+
import { UserInput } from '../../../types/UserInput';
|
|
10
|
+
import { AssistantInput } from '../../../types/AssistantInput';
|
|
11
|
+
import { ToolResponseMessage } from '../../../types/ToolResponseMessage';
|
|
12
|
+
import { ToolErrorMessage } from '../../../types/ToolErrorMessage';
|
|
13
|
+
import { PauseAssistantMessage } from '../../../types/PauseAssistantMessage';
|
|
14
|
+
import { ResumeAssistantMessage } from '../../../types/ResumeAssistantMessage';
|
|
15
15
|
export declare const PublishEvent: core.serialization.Schema<serializers.empathicVoice.PublishEvent.Raw, Hume.empathicVoice.PublishEvent>;
|
|
16
16
|
export declare namespace PublishEvent {
|
|
17
17
|
type Raw = AudioInput.Raw | SessionSettings.Raw | UserInput.Raw | AssistantInput.Raw | ToolResponseMessage.Raw | ToolErrorMessage.Raw | PauseAssistantMessage.Raw | ResumeAssistantMessage.Raw;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { AssistantEnd } from
|
|
8
|
-
import { AssistantMessage } from
|
|
9
|
-
import { AudioOutput } from
|
|
10
|
-
import { ChatMetadata } from
|
|
11
|
-
import { WebSocketError } from
|
|
12
|
-
import { UserInterruption } from
|
|
13
|
-
import { UserMessage } from
|
|
14
|
-
import { ToolCallMessage } from
|
|
15
|
-
import { ToolResponseMessage } from
|
|
16
|
-
import { ToolErrorMessage } from
|
|
4
|
+
import * as serializers from '../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../core';
|
|
7
|
+
import { AssistantEnd } from '../../../types/AssistantEnd';
|
|
8
|
+
import { AssistantMessage } from '../../../types/AssistantMessage';
|
|
9
|
+
import { AudioOutput } from '../../../types/AudioOutput';
|
|
10
|
+
import { ChatMetadata } from '../../../types/ChatMetadata';
|
|
11
|
+
import { WebSocketError } from '../../../types/WebSocketError';
|
|
12
|
+
import { UserInterruption } from '../../../types/UserInterruption';
|
|
13
|
+
import { UserMessage } from '../../../types/UserMessage';
|
|
14
|
+
import { ToolCallMessage } from '../../../types/ToolCallMessage';
|
|
15
|
+
import { ToolResponseMessage } from '../../../types/ToolResponseMessage';
|
|
16
|
+
import { ToolErrorMessage } from '../../../types/ToolErrorMessage';
|
|
17
17
|
export declare const SubscribeEvent: core.serialization.Schema<serializers.empathicVoice.SubscribeEvent.Raw, Hume.empathicVoice.SubscribeEvent>;
|
|
18
18
|
export declare namespace SubscribeEvent {
|
|
19
19
|
type Raw = AssistantEnd.Raw | AssistantMessage.Raw | AudioOutput.Raw | ChatMetadata.Raw | WebSocketError.Raw | UserInterruption.Raw | UserMessage.Raw | ToolCallMessage.Raw | ToolResponseMessage.Raw | ToolErrorMessage.Raw;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './SubscribeEvent';
|
|
2
|
+
export * from './PublishEvent';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './requests';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from
|
|
5
|
-
import * as Hume from
|
|
6
|
-
import * as core from
|
|
7
|
-
import { PostedPromptSpec } from
|
|
8
|
-
import { PostedVoice } from
|
|
9
|
-
import { PostedLanguageModel } from
|
|
10
|
-
import { PostedEllmModel } from
|
|
11
|
-
import { PostedUserDefinedToolSpec } from
|
|
12
|
-
import { PostedBuiltinTool } from
|
|
13
|
-
import { PostedEventMessageSpecs } from
|
|
14
|
-
import { PostedTimeoutSpecs } from
|
|
4
|
+
import * as serializers from '../../../../../../index';
|
|
5
|
+
import * as Hume from '../../../../../../../api/index';
|
|
6
|
+
import * as core from '../../../../../../../core';
|
|
7
|
+
import { PostedPromptSpec } from '../../../../types/PostedPromptSpec';
|
|
8
|
+
import { PostedVoice } from '../../../../types/PostedVoice';
|
|
9
|
+
import { PostedLanguageModel } from '../../../../types/PostedLanguageModel';
|
|
10
|
+
import { PostedEllmModel } from '../../../../types/PostedEllmModel';
|
|
11
|
+
import { PostedUserDefinedToolSpec } from '../../../../types/PostedUserDefinedToolSpec';
|
|
12
|
+
import { PostedBuiltinTool } from '../../../../types/PostedBuiltinTool';
|
|
13
|
+
import { PostedEventMessageSpecs } from '../../../../types/PostedEventMessageSpecs';
|
|
14
|
+
import { PostedTimeoutSpecs } from '../../../../types/PostedTimeoutSpecs';
|
|
15
15
|
export declare const PostedConfig: core.serialization.Schema<serializers.empathicVoice.PostedConfig.Raw, Hume.empathicVoice.PostedConfig>;
|
|
16
16
|
export declare namespace PostedConfig {
|
|
17
17
|
interface Raw {
|