hume 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/empathic-voice/__package__.yml +662 -326
- package/.mock/definition/empathic-voice/chat.yml +11 -11
- package/.mock/definition/empathic-voice/chatGroups.yml +9 -0
- package/.mock/definition/empathic-voice/chats.yml +14 -1
- package/.mock/definition/empathic-voice/configs.yml +104 -88
- package/.mock/definition/empathic-voice/prompts.yml +4 -2
- package/.mock/definition/empathic-voice/tools.yml +4 -2
- package/.mock/fern.config.json +1 -1
- package/Client.d.ts +0 -3
- package/Client.js +4 -9
- package/api/resources/empathicVoice/client/Client.d.ts +3 -0
- package/api/resources/empathicVoice/client/Client.js +5 -0
- package/api/resources/empathicVoice/index.d.ts +0 -1
- package/api/resources/empathicVoice/index.js +0 -1
- package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +21 -0
- package/api/resources/empathicVoice/resources/chat/client/Client.js +60 -0
- package/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +76 -0
- package/api/resources/empathicVoice/resources/chat/client/Socket.js +177 -0
- package/api/resources/empathicVoice/resources/chat/client/index.d.ts +0 -0
- package/api/resources/empathicVoice/resources/chat/client/index.js +1 -0
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +8 -7
- package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +4 -0
- package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chats/client/Client.js +8 -7
- package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +4 -0
- package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +1 -1
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
- package/api/resources/empathicVoice/resources/configs/client/Client.js +18 -24
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
- package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +9 -9
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +18 -24
- package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +9 -9
- package/api/resources/empathicVoice/resources/tools/client/Client.js +18 -24
- package/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -2
- package/api/resources/empathicVoice/types/AssistantInput.d.ts +2 -2
- package/api/resources/empathicVoice/types/AssistantMessage.d.ts +4 -4
- package/api/resources/empathicVoice/types/AudioConfiguration.d.ts +2 -2
- package/api/resources/empathicVoice/types/AudioInput.d.ts +2 -2
- package/api/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
- package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/api/resources/empathicVoice/types/ChatMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ChatMetadata.d.ts +6 -4
- package/api/resources/empathicVoice/types/Context.d.ts +2 -2
- package/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +8 -0
- package/api/resources/empathicVoice/types/Features.d.ts +21 -0
- package/api/resources/empathicVoice/types/HttpValidationError.d.ts +7 -0
- package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +18 -0
- package/api/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +10 -0
- package/api/resources/empathicVoice/types/PostedEllmModel.d.ts +10 -0
- package/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +12 -0
- package/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +11 -0
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -1
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -0
- package/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +12 -0
- package/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +11 -0
- package/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -4
- package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +3 -2
- package/api/resources/empathicVoice/types/PostedVoiceName.js +1 -0
- package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +2 -2
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -0
- package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +2 -0
- package/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +4 -0
- package/api/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
- package/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +26 -0
- package/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +10 -0
- package/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +12 -0
- package/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +4 -0
- package/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +4 -0
- package/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +2 -0
- package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +17 -0
- package/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +2 -0
- package/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +2 -0
- package/api/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +8 -0
- package/api/resources/empathicVoice/types/ReturnPurgeStats.d.ts +12 -0
- package/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +12 -0
- package/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +11 -0
- package/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
- package/api/resources/empathicVoice/types/SessionSettings.d.ts +11 -8
- package/api/resources/empathicVoice/types/Tool.d.ts +6 -6
- package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +7 -7
- package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +10 -10
- package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +4 -4
- package/api/resources/empathicVoice/types/UserInput.d.ts +2 -2
- package/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -2
- package/api/resources/empathicVoice/types/UserMessage.d.ts +4 -3
- package/api/resources/empathicVoice/types/ValidationError.d.ts +9 -0
- package/api/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +4 -0
- package/api/resources/empathicVoice/types/VoiceArgs.d.ts +11 -0
- package/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +9 -0
- package/api/resources/empathicVoice/types/VoiceNameEnum.js +11 -0
- package/api/resources/empathicVoice/types/WebSocketError.d.ts +6 -6
- package/api/resources/empathicVoice/types/index.d.ts +38 -15
- package/api/resources/empathicVoice/types/index.js +38 -15
- package/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +5 -5
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +11 -16
- package/api/resources/index.d.ts +0 -1
- package/api/resources/index.js +1 -2
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.js +11 -1
- package/core/websocket/events.d.ts +36 -0
- package/core/websocket/events.js +27 -0
- package/core/websocket/index.d.ts +1 -1
- package/core/websocket/index.js +15 -3
- package/core/websocket/ws.d.ts +136 -0
- package/core/websocket/ws.js +432 -0
- package/dist/Client.d.ts +0 -3
- package/dist/Client.js +4 -9
- package/dist/api/resources/empathicVoice/client/Client.d.ts +3 -0
- package/dist/api/resources/empathicVoice/client/Client.js +5 -0
- package/dist/api/resources/empathicVoice/index.d.ts +0 -1
- package/dist/api/resources/empathicVoice/index.js +0 -1
- package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +21 -0
- package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +60 -0
- package/dist/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +76 -0
- package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +177 -0
- package/dist/api/resources/empathicVoice/resources/chat/client/index.d.ts +0 -0
- package/dist/api/resources/empathicVoice/resources/chat/client/index.js +1 -0
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +8 -7
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +4 -0
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +8 -7
- package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +4 -0
- package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +18 -24
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +9 -9
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +18 -24
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +9 -9
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +18 -24
- package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +4 -4
- package/dist/api/resources/empathicVoice/types/AudioConfiguration.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
- package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ChatMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +6 -4
- package/dist/api/resources/empathicVoice/types/Context.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +8 -0
- package/dist/api/resources/empathicVoice/types/Features.d.ts +21 -0
- package/dist/api/resources/empathicVoice/types/HttpValidationError.d.ts +7 -0
- package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +18 -0
- package/dist/api/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/PostedEllmModel.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -1
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -0
- package/dist/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -4
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +3 -2
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +1 -0
- package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +26 -0
- package/dist/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +17 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +8 -0
- package/dist/api/resources/empathicVoice/types/ReturnPurgeStats.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +12 -0
- package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +11 -8
- package/dist/api/resources/empathicVoice/types/Tool.d.ts +6 -6
- package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +7 -7
- package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +10 -10
- package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +4 -4
- package/dist/api/resources/empathicVoice/types/UserInput.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/UserMessage.d.ts +4 -3
- package/dist/api/resources/empathicVoice/types/ValidationError.d.ts +9 -0
- package/dist/api/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/VoiceArgs.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +9 -0
- package/dist/api/resources/empathicVoice/types/VoiceNameEnum.js +11 -0
- package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +6 -6
- package/dist/api/resources/empathicVoice/types/index.d.ts +38 -15
- package/dist/api/resources/empathicVoice/types/index.js +38 -15
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +5 -5
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +11 -16
- package/dist/api/resources/index.d.ts +0 -1
- package/dist/api/resources/index.js +1 -2
- package/dist/core/runtime/runtime.d.ts +1 -1
- package/dist/core/runtime/runtime.js +11 -1
- package/dist/core/websocket/events.d.ts +36 -0
- package/dist/core/websocket/events.js +27 -0
- package/dist/core/websocket/index.d.ts +1 -1
- package/dist/core/websocket/index.js +15 -3
- package/dist/core/websocket/ws.d.ts +136 -0
- package/dist/core/websocket/ws.js +432 -0
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -2
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/AssistantInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/types/AssistantMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/AudioInput.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/AudioInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/AudioOutput.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/ChatMessage.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +3 -2
- package/dist/serialization/resources/empathicVoice/types/ChatMetadata.js +3 -2
- package/dist/serialization/resources/empathicVoice/types/Context.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/Context.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/Features.d.ts +19 -0
- package/dist/serialization/resources/empathicVoice/types/Features.js +40 -0
- package/dist/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/HttpValidationError.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +16 -0
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +39 -0
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +12 -0
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.js +33 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +12 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.js +33 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +6 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +20 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +41 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +12 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.js +33 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +16 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +37 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPrivacySettings.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPurgeStats.d.ts +18 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnPurgeStats.js +39 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -5
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +8 -5
- package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/Tool.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -6
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/UserInput.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/UserInput.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/UserInterruption.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/UserMessage.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/types/UserMessage.js +2 -2
- package/dist/serialization/resources/empathicVoice/types/ValidationError.d.ts +15 -0
- package/dist/serialization/resources/empathicVoice/types/ValidationError.js +36 -0
- package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +18 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceArgs.js +39 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/WebSocketError.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/WebSocketError.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/index.d.ts +38 -15
- package/dist/serialization/resources/empathicVoice/types/index.js +38 -15
- package/dist/serialization/resources/index.d.ts +0 -1
- package/dist/serialization/resources/index.js +1 -2
- package/dist/wrapper/HumeClient.d.ts +0 -3
- package/dist/wrapper/HumeClient.js +0 -5
- package/package.json +6 -1
- package/reference.md +160 -2230
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -2
- package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -1
- package/serialization/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/AssistantInput.js +1 -1
- package/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
- package/serialization/resources/empathicVoice/types/AssistantMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
- package/serialization/resources/empathicVoice/types/AudioInput.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/AudioInput.js +1 -1
- package/serialization/resources/empathicVoice/types/AudioOutput.d.ts +2 -2
- package/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
- package/serialization/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/ChatMessage.js +1 -1
- package/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +3 -2
- package/serialization/resources/empathicVoice/types/ChatMetadata.js +3 -2
- package/serialization/resources/empathicVoice/types/Context.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/Context.js +1 -1
- package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +35 -0
- package/serialization/resources/empathicVoice/types/Features.d.ts +19 -0
- package/serialization/resources/empathicVoice/types/Features.js +40 -0
- package/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/HttpValidationError.js +34 -0
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +16 -0
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +39 -0
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +12 -0
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.js +33 -0
- package/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +12 -0
- package/serialization/resources/empathicVoice/types/PostedEllmModel.js +33 -0
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.js +34 -0
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +34 -0
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +34 -0
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +35 -0
- package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
- package/serialization/resources/empathicVoice/types/PostedVoice.js +2 -2
- package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +1 -1
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +2 -0
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +2 -0
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +1 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
- package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +2 -0
- package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
- package/serialization/resources/empathicVoice/types/ReturnConfig.js +6 -2
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +20 -0
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +41 -0
- package/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +12 -0
- package/serialization/resources/empathicVoice/types/ReturnEllmModel.js +33 -0
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.js +34 -0
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +34 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +2 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +2 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +2 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedChats.js +2 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +16 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +37 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +1 -0
- package/serialization/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/ReturnPrivacySettings.js +35 -0
- package/serialization/resources/empathicVoice/types/ReturnPurgeStats.d.ts +18 -0
- package/serialization/resources/empathicVoice/types/ReturnPurgeStats.js +39 -0
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +34 -0
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +35 -0
- package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
- package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -5
- package/serialization/resources/empathicVoice/types/SessionSettings.js +8 -5
- package/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/Tool.js +3 -3
- package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ToolCallMessage.js +4 -4
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -6
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/UserInput.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/UserInput.js +1 -1
- package/serialization/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/UserInterruption.js +1 -1
- package/serialization/resources/empathicVoice/types/UserMessage.d.ts +2 -2
- package/serialization/resources/empathicVoice/types/UserMessage.js +2 -2
- package/serialization/resources/empathicVoice/types/ValidationError.d.ts +15 -0
- package/serialization/resources/empathicVoice/types/ValidationError.js +36 -0
- package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +31 -0
- package/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +18 -0
- package/serialization/resources/empathicVoice/types/VoiceArgs.js +39 -0
- package/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/VoiceNameEnum.js +31 -0
- package/serialization/resources/empathicVoice/types/WebSocketError.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/WebSocketError.js +3 -3
- package/serialization/resources/empathicVoice/types/index.d.ts +38 -15
- package/serialization/resources/empathicVoice/types/index.js +38 -15
- package/serialization/resources/index.d.ts +0 -1
- package/serialization/resources/index.js +1 -2
- package/wrapper/HumeClient.d.ts +0 -3
- package/wrapper/HumeClient.js +0 -5
- package/.mock/definition/custom-models/__package__.yml +0 -1392
- package/.mock/definition/custom-models/datasets.yml +0 -406
- package/.mock/definition/custom-models/files.yml +0 -263
- package/.mock/definition/custom-models/jobs.yml +0 -44
- package/.mock/definition/custom-models/models.yml +0 -303
- package/api/resources/customModels/client/Client.d.ts +0 -33
- package/api/resources/customModels/client/Client.js +0 -32
- package/api/resources/customModels/client/index.d.ts +0 -1
- package/api/resources/customModels/client/index.js +0 -2
- package/api/resources/customModels/index.d.ts +0 -3
- package/api/resources/customModels/index.js +0 -19
- package/api/resources/customModels/resources/datasets/client/Client.d.ts +0 -126
- package/api/resources/customModels/resources/datasets/client/Client.js +0 -584
- package/api/resources/customModels/resources/datasets/client/index.d.ts +0 -1
- package/api/resources/customModels/resources/datasets/client/index.js +0 -17
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.d.ts +0 -13
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.d.ts +0 -9
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.d.ts +0 -21
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.d.ts +0 -21
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.d.ts +0 -21
- package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.d.ts +0 -25
- package/api/resources/customModels/resources/datasets/client/requests/index.d.ts +0 -6
- package/api/resources/customModels/resources/datasets/client/requests/index.js +0 -2
- package/api/resources/customModels/resources/datasets/index.d.ts +0 -1
- package/api/resources/customModels/resources/datasets/index.js +0 -17
- package/api/resources/customModels/resources/files/client/Client.d.ts +0 -107
- package/api/resources/customModels/resources/files/client/Client.js +0 -438
- package/api/resources/customModels/resources/files/client/index.d.ts +0 -1
- package/api/resources/customModels/resources/files/client/index.js +0 -17
- package/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.d.ts +0 -21
- package/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.d.ts +0 -15
- package/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.d.ts +0 -9
- package/api/resources/customModels/resources/files/client/requests/index.d.ts +0 -3
- package/api/resources/customModels/resources/files/client/requests/index.js +0 -2
- package/api/resources/customModels/resources/files/index.d.ts +0 -1
- package/api/resources/customModels/resources/files/index.js +0 -17
- package/api/resources/customModels/resources/index.d.ts +0 -7
- package/api/resources/customModels/resources/index.js +0 -36
- package/api/resources/customModels/resources/jobs/client/Client.d.ts +0 -56
- package/api/resources/customModels/resources/jobs/client/Client.js +0 -177
- package/api/resources/customModels/resources/jobs/client/index.d.ts +0 -1
- package/api/resources/customModels/resources/jobs/client/index.js +0 -2
- package/api/resources/customModels/resources/jobs/index.d.ts +0 -1
- package/api/resources/customModels/resources/jobs/index.js +0 -17
- package/api/resources/customModels/resources/models/client/Client.d.ts +0 -90
- package/api/resources/customModels/resources/models/client/Client.js +0 -417
- package/api/resources/customModels/resources/models/client/index.d.ts +0 -1
- package/api/resources/customModels/resources/models/client/index.js +0 -17
- package/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.d.ts +0 -13
- package/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.d.ts +0 -25
- package/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.d.ts +0 -25
- package/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.d.ts +0 -15
- package/api/resources/customModels/resources/models/client/requests/index.d.ts +0 -4
- package/api/resources/customModels/resources/models/client/requests/index.js +0 -2
- package/api/resources/customModels/resources/models/index.d.ts +0 -1
- package/api/resources/customModels/resources/models/index.js +0 -17
- package/api/resources/customModels/types/Alternative.d.ts +0 -4
- package/api/resources/customModels/types/AttributeFilter.d.ts +0 -12
- package/api/resources/customModels/types/AuthorizedFile.d.ts +0 -40
- package/api/resources/customModels/types/Bcp47Tag.d.ts +0 -35
- package/api/resources/customModels/types/Bcp47Tag.js +0 -37
- package/api/resources/customModels/types/BoundingBox.d.ts +0 -16
- package/api/resources/customModels/types/BurstPrediction.d.ts +0 -11
- package/api/resources/customModels/types/Classification.d.ts +0 -4
- package/api/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -11
- package/api/resources/customModels/types/CompletedInference.d.ts +0 -15
- package/api/resources/customModels/types/CompletedTlInference.d.ts +0 -15
- package/api/resources/customModels/types/CompletedTraining.d.ts +0 -14
- package/api/resources/customModels/types/CustomModel.d.ts +0 -5
- package/api/resources/customModels/types/CustomModelId.d.ts +0 -6
- package/api/resources/customModels/types/CustomModelPrediction.d.ts +0 -8
- package/api/resources/customModels/types/CustomModelRequest.d.ts +0 -9
- package/api/resources/customModels/types/CustomModelVersionId.d.ts +0 -6
- package/api/resources/customModels/types/Dataset.d.ts +0 -5
- package/api/resources/customModels/types/DatasetId.d.ts +0 -6
- package/api/resources/customModels/types/DatasetLabels.d.ts +0 -21
- package/api/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -12
- package/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -14
- package/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -13
- package/api/resources/customModels/types/DatasetPage.d.ts +0 -18
- package/api/resources/customModels/types/DatasetVersion.d.ts +0 -20
- package/api/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -14
- package/api/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -13
- package/api/resources/customModels/types/DatasetVersionId.d.ts +0 -6
- package/api/resources/customModels/types/DatasetVersionPage.d.ts +0 -18
- package/api/resources/customModels/types/DescriptionsScore.d.ts +0 -9
- package/api/resources/customModels/types/Direction.d.ts +0 -8
- package/api/resources/customModels/types/Direction.js +0 -10
- package/api/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
- package/api/resources/customModels/types/EmotionScore.d.ts +0 -9
- package/api/resources/customModels/types/Error_.d.ts +0 -9
- package/api/resources/customModels/types/EvaluationArgs.d.ts +0 -7
- package/api/resources/customModels/types/ExternalModel.d.ts +0 -23
- package/api/resources/customModels/types/ExternalModelVersion.d.ts +0 -37
- package/api/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -15
- package/api/resources/customModels/types/ExternalModelVersionFileType.js +0 -14
- package/api/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -12
- package/api/resources/customModels/types/Face.d.ts +0 -18
- package/api/resources/customModels/types/Face.js +0 -5
- package/api/resources/customModels/types/FacePrediction.d.ts +0 -19
- package/api/resources/customModels/types/FacePrediction.js +0 -5
- package/api/resources/customModels/types/FacemeshPrediction.d.ts +0 -8
- package/api/resources/customModels/types/FacemeshPrediction.js +0 -5
- package/api/resources/customModels/types/FacsScore.d.ts +0 -9
- package/api/resources/customModels/types/FacsScore.js +0 -5
- package/api/resources/customModels/types/Failed.d.ts +0 -13
- package/api/resources/customModels/types/Failed.js +0 -5
- package/api/resources/customModels/types/FileInput.d.ts +0 -16
- package/api/resources/customModels/types/FileInput.js +0 -5
- package/api/resources/customModels/types/FilePage.d.ts +0 -18
- package/api/resources/customModels/types/FilePage.js +0 -5
- package/api/resources/customModels/types/FileWithAttributes.d.ts +0 -9
- package/api/resources/customModels/types/FileWithAttributes.js +0 -5
- package/api/resources/customModels/types/FileWithAttributesInput.d.ts +0 -9
- package/api/resources/customModels/types/FileWithAttributesInput.js +0 -5
- package/api/resources/customModels/types/File_.d.ts +0 -11
- package/api/resources/customModels/types/File_.js +0 -5
- package/api/resources/customModels/types/Granularity.d.ts +0 -13
- package/api/resources/customModels/types/Granularity.js +0 -12
- package/api/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -5
- package/api/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -5
- package/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -5
- package/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -5
- package/api/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -5
- package/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
- package/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -5
- package/api/resources/customModels/types/InProgress.d.ts +0 -9
- package/api/resources/customModels/types/InProgress.js +0 -5
- package/api/resources/customModels/types/InferenceBaseRequest.d.ts +0 -22
- package/api/resources/customModels/types/InferenceBaseRequest.js +0 -5
- package/api/resources/customModels/types/InferencePrediction.d.ts +0 -9
- package/api/resources/customModels/types/InferencePrediction.js +0 -5
- package/api/resources/customModels/types/InferenceRequest.d.ts +0 -23
- package/api/resources/customModels/types/InferenceRequest.js +0 -5
- package/api/resources/customModels/types/InferenceResults.d.ts +0 -8
- package/api/resources/customModels/types/InferenceResults.js +0 -5
- package/api/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -10
- package/api/resources/customModels/types/InferenceSourcePredictResult.js +0 -5
- package/api/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -11
- package/api/resources/customModels/types/JobEmbeddingGeneration.js +0 -5
- package/api/resources/customModels/types/JobId.d.ts +0 -7
- package/api/resources/customModels/types/JobId.js +0 -5
- package/api/resources/customModels/types/JobInference.d.ts +0 -11
- package/api/resources/customModels/types/JobInference.js +0 -5
- package/api/resources/customModels/types/JobTlInference.d.ts +0 -11
- package/api/resources/customModels/types/JobTlInference.js +0 -5
- package/api/resources/customModels/types/JobTraining.d.ts +0 -11
- package/api/resources/customModels/types/JobTraining.js +0 -5
- package/api/resources/customModels/types/JsonObject.d.ts +0 -6
- package/api/resources/customModels/types/JsonObject.js +0 -5
- package/api/resources/customModels/types/Language.d.ts +0 -11
- package/api/resources/customModels/types/Language.js +0 -5
- package/api/resources/customModels/types/LanguagePrediction.d.ts +0 -24
- package/api/resources/customModels/types/LanguagePrediction.js +0 -5
- package/api/resources/customModels/types/ModelPage.d.ts +0 -18
- package/api/resources/customModels/types/ModelPage.js +0 -5
- package/api/resources/customModels/types/Models.d.ts +0 -12
- package/api/resources/customModels/types/Models.js +0 -5
- package/api/resources/customModels/types/ModelsPredictions.d.ts +0 -12
- package/api/resources/customModels/types/ModelsPredictions.js +0 -5
- package/api/resources/customModels/types/Ner.d.ts +0 -7
- package/api/resources/customModels/types/Ner.js +0 -5
- package/api/resources/customModels/types/NerPrediction.d.ts +0 -24
- package/api/resources/customModels/types/NerPrediction.js +0 -5
- package/api/resources/customModels/types/Null.d.ts +0 -7
- package/api/resources/customModels/types/Null.js +0 -5
- package/api/resources/customModels/types/PageableObject.d.ts +0 -12
- package/api/resources/customModels/types/PageableObject.js +0 -5
- package/api/resources/customModels/types/PositionInterval.d.ts +0 -12
- package/api/resources/customModels/types/PositionInterval.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -5
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
- package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -5
- package/api/resources/customModels/types/Prosody.d.ts +0 -10
- package/api/resources/customModels/types/Prosody.js +0 -5
- package/api/resources/customModels/types/ProsodyPrediction.d.ts +0 -15
- package/api/resources/customModels/types/ProsodyPrediction.js +0 -5
- package/api/resources/customModels/types/Queued.d.ts +0 -7
- package/api/resources/customModels/types/Queued.js +0 -5
- package/api/resources/customModels/types/RegistryFileDetail.d.ts +0 -9
- package/api/resources/customModels/types/RegistryFileDetail.js +0 -5
- package/api/resources/customModels/types/Regression.d.ts +0 -4
- package/api/resources/customModels/types/Regression.js +0 -5
- package/api/resources/customModels/types/ReturnDataset.d.ts +0 -15
- package/api/resources/customModels/types/ReturnDataset.js +0 -5
- package/api/resources/customModels/types/SentimentScore.d.ts +0 -9
- package/api/resources/customModels/types/SentimentScore.js +0 -5
- package/api/resources/customModels/types/SortBy.d.ts +0 -9
- package/api/resources/customModels/types/SortBy.js +0 -11
- package/api/resources/customModels/types/SortObject.d.ts +0 -8
- package/api/resources/customModels/types/SortObject.js +0 -5
- package/api/resources/customModels/types/Source.d.ts +0 -16
- package/api/resources/customModels/types/Source.js +0 -5
- package/api/resources/customModels/types/SourceFile.d.ts +0 -6
- package/api/resources/customModels/types/SourceFile.js +0 -5
- package/api/resources/customModels/types/SourceTextSource.d.ts +0 -5
- package/api/resources/customModels/types/SourceTextSource.js +0 -5
- package/api/resources/customModels/types/SourceUrl.d.ts +0 -6
- package/api/resources/customModels/types/SourceUrl.js +0 -5
- package/api/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -19
- package/api/resources/customModels/types/StateEmbeddingGeneration.js +0 -5
- package/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
- package/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -5
- package/api/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -6
- package/api/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -5
- package/api/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
- package/api/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -5
- package/api/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -6
- package/api/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -5
- package/api/resources/customModels/types/StateInference.d.ts +0 -19
- package/api/resources/customModels/types/StateInference.js +0 -5
- package/api/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -6
- package/api/resources/customModels/types/StateInferenceCompletedInference.js +0 -5
- package/api/resources/customModels/types/StateInferenceFailed.d.ts +0 -6
- package/api/resources/customModels/types/StateInferenceFailed.js +0 -5
- package/api/resources/customModels/types/StateInferenceInProgress.d.ts +0 -6
- package/api/resources/customModels/types/StateInferenceInProgress.js +0 -5
- package/api/resources/customModels/types/StateInferenceQueued.d.ts +0 -6
- package/api/resources/customModels/types/StateInferenceQueued.js +0 -5
- package/api/resources/customModels/types/StateTlInference.d.ts +0 -19
- package/api/resources/customModels/types/StateTlInference.js +0 -5
- package/api/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
- package/api/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -5
- package/api/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -6
- package/api/resources/customModels/types/StateTlInferenceFailed.js +0 -5
- package/api/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -6
- package/api/resources/customModels/types/StateTlInferenceInProgress.js +0 -5
- package/api/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -6
- package/api/resources/customModels/types/StateTlInferenceQueued.js +0 -5
- package/api/resources/customModels/types/StateTraining.d.ts +0 -19
- package/api/resources/customModels/types/StateTraining.js +0 -5
- package/api/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -6
- package/api/resources/customModels/types/StateTrainingCompletedTraining.js +0 -5
- package/api/resources/customModels/types/StateTrainingFailed.d.ts +0 -6
- package/api/resources/customModels/types/StateTrainingFailed.js +0 -5
- package/api/resources/customModels/types/StateTrainingInProgress.d.ts +0 -6
- package/api/resources/customModels/types/StateTrainingInProgress.js +0 -5
- package/api/resources/customModels/types/StateTrainingQueued.d.ts +0 -6
- package/api/resources/customModels/types/StateTrainingQueued.js +0 -5
- package/api/resources/customModels/types/Status.d.ts +0 -10
- package/api/resources/customModels/types/Status.js +0 -12
- package/api/resources/customModels/types/Tag.d.ts +0 -7
- package/api/resources/customModels/types/Tag.js +0 -5
- package/api/resources/customModels/types/Target.d.ts +0 -4
- package/api/resources/customModels/types/Target.js +0 -5
- package/api/resources/customModels/types/Task.d.ts +0 -13
- package/api/resources/customModels/types/Task.js +0 -5
- package/api/resources/customModels/types/TaskClassification.d.ts +0 -5
- package/api/resources/customModels/types/TaskClassification.js +0 -5
- package/api/resources/customModels/types/TaskRegression.d.ts +0 -5
- package/api/resources/customModels/types/TaskRegression.js +0 -5
- package/api/resources/customModels/types/TextSource.d.ts +0 -4
- package/api/resources/customModels/types/TextSource.js +0 -5
- package/api/resources/customModels/types/TimeInterval.d.ts +0 -12
- package/api/resources/customModels/types/TimeInterval.js +0 -5
- package/api/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -19
- package/api/resources/customModels/types/TlInferenceBaseRequest.js +0 -5
- package/api/resources/customModels/types/TlInferencePrediction.d.ts +0 -10
- package/api/resources/customModels/types/TlInferencePrediction.js +0 -5
- package/api/resources/customModels/types/TlInferenceResults.d.ts +0 -8
- package/api/resources/customModels/types/TlInferenceResults.js +0 -5
- package/api/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -10
- package/api/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -5
- package/api/resources/customModels/types/ToxicityScore.d.ts +0 -9
- package/api/resources/customModels/types/ToxicityScore.js +0 -5
- package/api/resources/customModels/types/TrainingBaseRequest.d.ts +0 -14
- package/api/resources/customModels/types/TrainingBaseRequest.js +0 -5
- package/api/resources/customModels/types/TrainingCustomModel.d.ts +0 -7
- package/api/resources/customModels/types/TrainingCustomModel.js +0 -5
- package/api/resources/customModels/types/Transcription.d.ts +0 -11
- package/api/resources/customModels/types/Transcription.js +0 -5
- package/api/resources/customModels/types/TranscriptionMetadata.d.ts +0 -12
- package/api/resources/customModels/types/TranscriptionMetadata.js +0 -5
- package/api/resources/customModels/types/Type.d.ts +0 -10
- package/api/resources/customModels/types/Type.js +0 -12
- package/api/resources/customModels/types/Unconfigurable.d.ts +0 -7
- package/api/resources/customModels/types/Unconfigurable.js +0 -5
- package/api/resources/customModels/types/UnionJob.d.ts +0 -19
- package/api/resources/customModels/types/UnionJob.js +0 -5
- package/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -6
- package/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -5
- package/api/resources/customModels/types/UnionJobJobInference.d.ts +0 -6
- package/api/resources/customModels/types/UnionJobJobInference.js +0 -5
- package/api/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -6
- package/api/resources/customModels/types/UnionJobJobTlInference.js +0 -5
- package/api/resources/customModels/types/UnionJobJobTraining.d.ts +0 -6
- package/api/resources/customModels/types/UnionJobJobTraining.js +0 -5
- package/api/resources/customModels/types/UnionPredictResult.d.ts +0 -5
- package/api/resources/customModels/types/UnionPredictResult.js +0 -5
- package/api/resources/customModels/types/Unit.d.ts +0 -4
- package/api/resources/customModels/types/Unit.js +0 -5
- package/api/resources/customModels/types/Url.d.ts +0 -7
- package/api/resources/customModels/types/Url.js +0 -5
- package/api/resources/customModels/types/ValidationArgs.d.ts +0 -7
- package/api/resources/customModels/types/ValidationArgs.js +0 -5
- package/api/resources/customModels/types/When.d.ts +0 -8
- package/api/resources/customModels/types/When.js +0 -10
- package/api/resources/customModels/types/Window.d.ts +0 -9
- package/api/resources/customModels/types/Window.js +0 -5
- package/api/resources/customModels/types/index.d.ts +0 -144
- package/api/resources/customModels/types/index.js +0 -160
- package/api/resources/empathicVoice/client/StreamSocket.d.ts +0 -48
- package/api/resources/empathicVoice/client/StreamSocket.js +0 -139
- package/api/resources/empathicVoice/client/index.d.ts +0 -1
- package/api/resources/empathicVoice/client/index.js +0 -17
- package/core/websocket/WebSocket.d.ts +0 -6
- package/core/websocket/WebSocket.js +0 -44
- package/dist/api/resources/customModels/client/Client.d.ts +0 -33
- package/dist/api/resources/customModels/client/Client.js +0 -32
- package/dist/api/resources/customModels/client/index.d.ts +0 -1
- package/dist/api/resources/customModels/client/index.js +0 -2
- package/dist/api/resources/customModels/index.d.ts +0 -3
- package/dist/api/resources/customModels/index.js +0 -19
- package/dist/api/resources/customModels/resources/datasets/client/Client.d.ts +0 -126
- package/dist/api/resources/customModels/resources/datasets/client/Client.js +0 -584
- package/dist/api/resources/customModels/resources/datasets/client/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/datasets/client/index.js +0 -17
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.d.ts +0 -13
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.d.ts +0 -9
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.d.ts +0 -21
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.d.ts +0 -21
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.d.ts +0 -21
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.d.ts +0 -25
- package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.js +0 -5
- package/dist/api/resources/customModels/resources/datasets/client/requests/index.d.ts +0 -6
- package/dist/api/resources/customModels/resources/datasets/client/requests/index.js +0 -2
- package/dist/api/resources/customModels/resources/datasets/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/datasets/index.js +0 -17
- package/dist/api/resources/customModels/resources/files/client/Client.d.ts +0 -107
- package/dist/api/resources/customModels/resources/files/client/Client.js +0 -438
- package/dist/api/resources/customModels/resources/files/client/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/files/client/index.js +0 -17
- package/dist/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.d.ts +0 -21
- package/dist/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.js +0 -5
- package/dist/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.d.ts +0 -15
- package/dist/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.js +0 -5
- package/dist/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.d.ts +0 -9
- package/dist/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.js +0 -5
- package/dist/api/resources/customModels/resources/files/client/requests/index.d.ts +0 -3
- package/dist/api/resources/customModels/resources/files/client/requests/index.js +0 -2
- package/dist/api/resources/customModels/resources/files/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/files/index.js +0 -17
- package/dist/api/resources/customModels/resources/index.d.ts +0 -7
- package/dist/api/resources/customModels/resources/index.js +0 -36
- package/dist/api/resources/customModels/resources/jobs/client/Client.d.ts +0 -56
- package/dist/api/resources/customModels/resources/jobs/client/Client.js +0 -177
- package/dist/api/resources/customModels/resources/jobs/client/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/jobs/client/index.js +0 -2
- package/dist/api/resources/customModels/resources/jobs/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/jobs/index.js +0 -17
- package/dist/api/resources/customModels/resources/models/client/Client.d.ts +0 -90
- package/dist/api/resources/customModels/resources/models/client/Client.js +0 -417
- package/dist/api/resources/customModels/resources/models/client/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/models/client/index.js +0 -17
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.d.ts +0 -13
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.js +0 -5
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.d.ts +0 -25
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.js +0 -5
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.d.ts +0 -25
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.js +0 -5
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.d.ts +0 -15
- package/dist/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.js +0 -5
- package/dist/api/resources/customModels/resources/models/client/requests/index.d.ts +0 -4
- package/dist/api/resources/customModels/resources/models/client/requests/index.js +0 -2
- package/dist/api/resources/customModels/resources/models/index.d.ts +0 -1
- package/dist/api/resources/customModels/resources/models/index.js +0 -17
- package/dist/api/resources/customModels/types/Alternative.d.ts +0 -4
- package/dist/api/resources/customModels/types/Alternative.js +0 -5
- package/dist/api/resources/customModels/types/AttributeFilter.d.ts +0 -12
- package/dist/api/resources/customModels/types/AttributeFilter.js +0 -5
- package/dist/api/resources/customModels/types/AuthorizedFile.d.ts +0 -40
- package/dist/api/resources/customModels/types/AuthorizedFile.js +0 -5
- package/dist/api/resources/customModels/types/Bcp47Tag.d.ts +0 -35
- package/dist/api/resources/customModels/types/Bcp47Tag.js +0 -37
- package/dist/api/resources/customModels/types/BoundingBox.d.ts +0 -16
- package/dist/api/resources/customModels/types/BoundingBox.js +0 -5
- package/dist/api/resources/customModels/types/BurstPrediction.d.ts +0 -11
- package/dist/api/resources/customModels/types/BurstPrediction.js +0 -5
- package/dist/api/resources/customModels/types/Classification.d.ts +0 -4
- package/dist/api/resources/customModels/types/Classification.js +0 -5
- package/dist/api/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -11
- package/dist/api/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -5
- package/dist/api/resources/customModels/types/CompletedInference.d.ts +0 -15
- package/dist/api/resources/customModels/types/CompletedInference.js +0 -5
- package/dist/api/resources/customModels/types/CompletedTlInference.d.ts +0 -15
- package/dist/api/resources/customModels/types/CompletedTlInference.js +0 -5
- package/dist/api/resources/customModels/types/CompletedTraining.d.ts +0 -14
- package/dist/api/resources/customModels/types/CompletedTraining.js +0 -5
- package/dist/api/resources/customModels/types/CustomModel.d.ts +0 -5
- package/dist/api/resources/customModels/types/CustomModel.js +0 -5
- package/dist/api/resources/customModels/types/CustomModelId.d.ts +0 -6
- package/dist/api/resources/customModels/types/CustomModelId.js +0 -5
- package/dist/api/resources/customModels/types/CustomModelPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/CustomModelPrediction.js +0 -5
- package/dist/api/resources/customModels/types/CustomModelRequest.d.ts +0 -9
- package/dist/api/resources/customModels/types/CustomModelRequest.js +0 -5
- package/dist/api/resources/customModels/types/CustomModelVersionId.d.ts +0 -6
- package/dist/api/resources/customModels/types/CustomModelVersionId.js +0 -5
- package/dist/api/resources/customModels/types/Dataset.d.ts +0 -5
- package/dist/api/resources/customModels/types/Dataset.js +0 -5
- package/dist/api/resources/customModels/types/DatasetId.d.ts +0 -6
- package/dist/api/resources/customModels/types/DatasetId.js +0 -5
- package/dist/api/resources/customModels/types/DatasetLabels.d.ts +0 -21
- package/dist/api/resources/customModels/types/DatasetLabels.js +0 -5
- package/dist/api/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -12
- package/dist/api/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -5
- package/dist/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -14
- package/dist/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -13
- package/dist/api/resources/customModels/types/DatasetPage.d.ts +0 -18
- package/dist/api/resources/customModels/types/DatasetPage.js +0 -5
- package/dist/api/resources/customModels/types/DatasetVersion.d.ts +0 -20
- package/dist/api/resources/customModels/types/DatasetVersion.js +0 -5
- package/dist/api/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -14
- package/dist/api/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -13
- package/dist/api/resources/customModels/types/DatasetVersionId.d.ts +0 -6
- package/dist/api/resources/customModels/types/DatasetVersionId.js +0 -5
- package/dist/api/resources/customModels/types/DatasetVersionPage.d.ts +0 -18
- package/dist/api/resources/customModels/types/DatasetVersionPage.js +0 -5
- package/dist/api/resources/customModels/types/DescriptionsScore.d.ts +0 -9
- package/dist/api/resources/customModels/types/DescriptionsScore.js +0 -5
- package/dist/api/resources/customModels/types/Direction.d.ts +0 -8
- package/dist/api/resources/customModels/types/Direction.js +0 -10
- package/dist/api/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
- package/dist/api/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -5
- package/dist/api/resources/customModels/types/EmotionScore.d.ts +0 -9
- package/dist/api/resources/customModels/types/EmotionScore.js +0 -5
- package/dist/api/resources/customModels/types/Error_.d.ts +0 -9
- package/dist/api/resources/customModels/types/Error_.js +0 -5
- package/dist/api/resources/customModels/types/EvaluationArgs.d.ts +0 -7
- package/dist/api/resources/customModels/types/EvaluationArgs.js +0 -5
- package/dist/api/resources/customModels/types/ExternalModel.d.ts +0 -23
- package/dist/api/resources/customModels/types/ExternalModel.js +0 -5
- package/dist/api/resources/customModels/types/ExternalModelVersion.d.ts +0 -37
- package/dist/api/resources/customModels/types/ExternalModelVersion.js +0 -5
- package/dist/api/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -15
- package/dist/api/resources/customModels/types/ExternalModelVersionFileType.js +0 -14
- package/dist/api/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -12
- package/dist/api/resources/customModels/types/ExternalModelVersionTag.js +0 -5
- package/dist/api/resources/customModels/types/Face.d.ts +0 -18
- package/dist/api/resources/customModels/types/Face.js +0 -5
- package/dist/api/resources/customModels/types/FacePrediction.d.ts +0 -19
- package/dist/api/resources/customModels/types/FacePrediction.js +0 -5
- package/dist/api/resources/customModels/types/FacemeshPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/FacemeshPrediction.js +0 -5
- package/dist/api/resources/customModels/types/FacsScore.d.ts +0 -9
- package/dist/api/resources/customModels/types/FacsScore.js +0 -5
- package/dist/api/resources/customModels/types/Failed.d.ts +0 -13
- package/dist/api/resources/customModels/types/Failed.js +0 -5
- package/dist/api/resources/customModels/types/FileInput.d.ts +0 -16
- package/dist/api/resources/customModels/types/FileInput.js +0 -5
- package/dist/api/resources/customModels/types/FilePage.d.ts +0 -18
- package/dist/api/resources/customModels/types/FilePage.js +0 -5
- package/dist/api/resources/customModels/types/FileWithAttributes.d.ts +0 -9
- package/dist/api/resources/customModels/types/FileWithAttributes.js +0 -5
- package/dist/api/resources/customModels/types/FileWithAttributesInput.d.ts +0 -9
- package/dist/api/resources/customModels/types/FileWithAttributesInput.js +0 -5
- package/dist/api/resources/customModels/types/File_.d.ts +0 -11
- package/dist/api/resources/customModels/types/File_.js +0 -5
- package/dist/api/resources/customModels/types/Granularity.d.ts +0 -13
- package/dist/api/resources/customModels/types/Granularity.js +0 -12
- package/dist/api/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -5
- package/dist/api/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -5
- package/dist/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -5
- package/dist/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -5
- package/dist/api/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -5
- package/dist/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -5
- package/dist/api/resources/customModels/types/InProgress.d.ts +0 -9
- package/dist/api/resources/customModels/types/InProgress.js +0 -5
- package/dist/api/resources/customModels/types/InferenceBaseRequest.d.ts +0 -22
- package/dist/api/resources/customModels/types/InferenceBaseRequest.js +0 -5
- package/dist/api/resources/customModels/types/InferencePrediction.d.ts +0 -9
- package/dist/api/resources/customModels/types/InferencePrediction.js +0 -5
- package/dist/api/resources/customModels/types/InferenceRequest.d.ts +0 -23
- package/dist/api/resources/customModels/types/InferenceRequest.js +0 -5
- package/dist/api/resources/customModels/types/InferenceResults.d.ts +0 -8
- package/dist/api/resources/customModels/types/InferenceResults.js +0 -5
- package/dist/api/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -10
- package/dist/api/resources/customModels/types/InferenceSourcePredictResult.js +0 -5
- package/dist/api/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -11
- package/dist/api/resources/customModels/types/JobEmbeddingGeneration.js +0 -5
- package/dist/api/resources/customModels/types/JobId.d.ts +0 -7
- package/dist/api/resources/customModels/types/JobId.js +0 -5
- package/dist/api/resources/customModels/types/JobInference.d.ts +0 -11
- package/dist/api/resources/customModels/types/JobInference.js +0 -5
- package/dist/api/resources/customModels/types/JobTlInference.d.ts +0 -11
- package/dist/api/resources/customModels/types/JobTlInference.js +0 -5
- package/dist/api/resources/customModels/types/JobTraining.d.ts +0 -11
- package/dist/api/resources/customModels/types/JobTraining.js +0 -5
- package/dist/api/resources/customModels/types/JsonObject.d.ts +0 -6
- package/dist/api/resources/customModels/types/JsonObject.js +0 -5
- package/dist/api/resources/customModels/types/Language.d.ts +0 -11
- package/dist/api/resources/customModels/types/Language.js +0 -5
- package/dist/api/resources/customModels/types/LanguagePrediction.d.ts +0 -24
- package/dist/api/resources/customModels/types/LanguagePrediction.js +0 -5
- package/dist/api/resources/customModels/types/ModelPage.d.ts +0 -18
- package/dist/api/resources/customModels/types/ModelPage.js +0 -5
- package/dist/api/resources/customModels/types/Models.d.ts +0 -12
- package/dist/api/resources/customModels/types/Models.js +0 -5
- package/dist/api/resources/customModels/types/ModelsPredictions.d.ts +0 -12
- package/dist/api/resources/customModels/types/ModelsPredictions.js +0 -5
- package/dist/api/resources/customModels/types/Ner.d.ts +0 -7
- package/dist/api/resources/customModels/types/Ner.js +0 -5
- package/dist/api/resources/customModels/types/NerPrediction.d.ts +0 -24
- package/dist/api/resources/customModels/types/NerPrediction.js +0 -5
- package/dist/api/resources/customModels/types/Null.d.ts +0 -7
- package/dist/api/resources/customModels/types/Null.js +0 -5
- package/dist/api/resources/customModels/types/PageableObject.d.ts +0 -12
- package/dist/api/resources/customModels/types/PageableObject.js +0 -5
- package/dist/api/resources/customModels/types/PositionInterval.d.ts +0 -12
- package/dist/api/resources/customModels/types/PositionInterval.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -5
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
- package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -5
- package/dist/api/resources/customModels/types/Prosody.d.ts +0 -10
- package/dist/api/resources/customModels/types/Prosody.js +0 -5
- package/dist/api/resources/customModels/types/ProsodyPrediction.d.ts +0 -15
- package/dist/api/resources/customModels/types/ProsodyPrediction.js +0 -5
- package/dist/api/resources/customModels/types/Queued.d.ts +0 -7
- package/dist/api/resources/customModels/types/Queued.js +0 -5
- package/dist/api/resources/customModels/types/RegistryFileDetail.d.ts +0 -9
- package/dist/api/resources/customModels/types/RegistryFileDetail.js +0 -5
- package/dist/api/resources/customModels/types/Regression.d.ts +0 -4
- package/dist/api/resources/customModels/types/Regression.js +0 -5
- package/dist/api/resources/customModels/types/ReturnDataset.d.ts +0 -15
- package/dist/api/resources/customModels/types/ReturnDataset.js +0 -5
- package/dist/api/resources/customModels/types/SentimentScore.d.ts +0 -9
- package/dist/api/resources/customModels/types/SentimentScore.js +0 -5
- package/dist/api/resources/customModels/types/SortBy.d.ts +0 -9
- package/dist/api/resources/customModels/types/SortBy.js +0 -11
- package/dist/api/resources/customModels/types/SortObject.d.ts +0 -8
- package/dist/api/resources/customModels/types/SortObject.js +0 -5
- package/dist/api/resources/customModels/types/Source.d.ts +0 -16
- package/dist/api/resources/customModels/types/Source.js +0 -5
- package/dist/api/resources/customModels/types/SourceFile.d.ts +0 -6
- package/dist/api/resources/customModels/types/SourceFile.js +0 -5
- package/dist/api/resources/customModels/types/SourceTextSource.d.ts +0 -5
- package/dist/api/resources/customModels/types/SourceTextSource.js +0 -5
- package/dist/api/resources/customModels/types/SourceUrl.d.ts +0 -6
- package/dist/api/resources/customModels/types/SourceUrl.js +0 -5
- package/dist/api/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -19
- package/dist/api/resources/customModels/types/StateEmbeddingGeneration.js +0 -5
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -5
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -5
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -5
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -5
- package/dist/api/resources/customModels/types/StateInference.d.ts +0 -19
- package/dist/api/resources/customModels/types/StateInference.js +0 -5
- package/dist/api/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateInferenceCompletedInference.js +0 -5
- package/dist/api/resources/customModels/types/StateInferenceFailed.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateInferenceFailed.js +0 -5
- package/dist/api/resources/customModels/types/StateInferenceInProgress.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateInferenceInProgress.js +0 -5
- package/dist/api/resources/customModels/types/StateInferenceQueued.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateInferenceQueued.js +0 -5
- package/dist/api/resources/customModels/types/StateTlInference.d.ts +0 -19
- package/dist/api/resources/customModels/types/StateTlInference.js +0 -5
- package/dist/api/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -5
- package/dist/api/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTlInferenceFailed.js +0 -5
- package/dist/api/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTlInferenceInProgress.js +0 -5
- package/dist/api/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTlInferenceQueued.js +0 -5
- package/dist/api/resources/customModels/types/StateTraining.d.ts +0 -19
- package/dist/api/resources/customModels/types/StateTraining.js +0 -5
- package/dist/api/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTrainingCompletedTraining.js +0 -5
- package/dist/api/resources/customModels/types/StateTrainingFailed.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTrainingFailed.js +0 -5
- package/dist/api/resources/customModels/types/StateTrainingInProgress.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTrainingInProgress.js +0 -5
- package/dist/api/resources/customModels/types/StateTrainingQueued.d.ts +0 -6
- package/dist/api/resources/customModels/types/StateTrainingQueued.js +0 -5
- package/dist/api/resources/customModels/types/Status.d.ts +0 -10
- package/dist/api/resources/customModels/types/Status.js +0 -12
- package/dist/api/resources/customModels/types/Tag.d.ts +0 -7
- package/dist/api/resources/customModels/types/Tag.js +0 -5
- package/dist/api/resources/customModels/types/Target.d.ts +0 -4
- package/dist/api/resources/customModels/types/Target.js +0 -5
- package/dist/api/resources/customModels/types/Task.d.ts +0 -13
- package/dist/api/resources/customModels/types/Task.js +0 -5
- package/dist/api/resources/customModels/types/TaskClassification.d.ts +0 -5
- package/dist/api/resources/customModels/types/TaskClassification.js +0 -5
- package/dist/api/resources/customModels/types/TaskRegression.d.ts +0 -5
- package/dist/api/resources/customModels/types/TaskRegression.js +0 -5
- package/dist/api/resources/customModels/types/TextSource.d.ts +0 -4
- package/dist/api/resources/customModels/types/TextSource.js +0 -5
- package/dist/api/resources/customModels/types/TimeInterval.d.ts +0 -12
- package/dist/api/resources/customModels/types/TimeInterval.js +0 -5
- package/dist/api/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -19
- package/dist/api/resources/customModels/types/TlInferenceBaseRequest.js +0 -5
- package/dist/api/resources/customModels/types/TlInferencePrediction.d.ts +0 -10
- package/dist/api/resources/customModels/types/TlInferencePrediction.js +0 -5
- package/dist/api/resources/customModels/types/TlInferenceResults.d.ts +0 -8
- package/dist/api/resources/customModels/types/TlInferenceResults.js +0 -5
- package/dist/api/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -10
- package/dist/api/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -5
- package/dist/api/resources/customModels/types/ToxicityScore.d.ts +0 -9
- package/dist/api/resources/customModels/types/ToxicityScore.js +0 -5
- package/dist/api/resources/customModels/types/TrainingBaseRequest.d.ts +0 -14
- package/dist/api/resources/customModels/types/TrainingBaseRequest.js +0 -5
- package/dist/api/resources/customModels/types/TrainingCustomModel.d.ts +0 -7
- package/dist/api/resources/customModels/types/TrainingCustomModel.js +0 -5
- package/dist/api/resources/customModels/types/Transcription.d.ts +0 -11
- package/dist/api/resources/customModels/types/Transcription.js +0 -5
- package/dist/api/resources/customModels/types/TranscriptionMetadata.d.ts +0 -12
- package/dist/api/resources/customModels/types/TranscriptionMetadata.js +0 -5
- package/dist/api/resources/customModels/types/Type.d.ts +0 -10
- package/dist/api/resources/customModels/types/Type.js +0 -12
- package/dist/api/resources/customModels/types/Unconfigurable.d.ts +0 -7
- package/dist/api/resources/customModels/types/Unconfigurable.js +0 -5
- package/dist/api/resources/customModels/types/UnionJob.d.ts +0 -19
- package/dist/api/resources/customModels/types/UnionJob.js +0 -5
- package/dist/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -6
- package/dist/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -5
- package/dist/api/resources/customModels/types/UnionJobJobInference.d.ts +0 -6
- package/dist/api/resources/customModels/types/UnionJobJobInference.js +0 -5
- package/dist/api/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -6
- package/dist/api/resources/customModels/types/UnionJobJobTlInference.js +0 -5
- package/dist/api/resources/customModels/types/UnionJobJobTraining.d.ts +0 -6
- package/dist/api/resources/customModels/types/UnionJobJobTraining.js +0 -5
- package/dist/api/resources/customModels/types/UnionPredictResult.d.ts +0 -5
- package/dist/api/resources/customModels/types/UnionPredictResult.js +0 -5
- package/dist/api/resources/customModels/types/Unit.d.ts +0 -4
- package/dist/api/resources/customModels/types/Unit.js +0 -5
- package/dist/api/resources/customModels/types/Url.d.ts +0 -7
- package/dist/api/resources/customModels/types/Url.js +0 -5
- package/dist/api/resources/customModels/types/ValidationArgs.d.ts +0 -7
- package/dist/api/resources/customModels/types/ValidationArgs.js +0 -5
- package/dist/api/resources/customModels/types/When.d.ts +0 -8
- package/dist/api/resources/customModels/types/When.js +0 -10
- package/dist/api/resources/customModels/types/Window.d.ts +0 -9
- package/dist/api/resources/customModels/types/Window.js +0 -5
- package/dist/api/resources/customModels/types/index.d.ts +0 -144
- package/dist/api/resources/customModels/types/index.js +0 -160
- package/dist/api/resources/empathicVoice/client/StreamSocket.d.ts +0 -48
- package/dist/api/resources/empathicVoice/client/StreamSocket.js +0 -139
- package/dist/api/resources/empathicVoice/client/index.d.ts +0 -1
- package/dist/api/resources/empathicVoice/client/index.js +0 -17
- package/dist/core/websocket/WebSocket.d.ts +0 -6
- package/dist/core/websocket/WebSocket.js +0 -44
- package/dist/serialization/resources/customModels/index.d.ts +0 -2
- package/dist/serialization/resources/customModels/index.js +0 -18
- package/dist/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.d.ts +0 -11
- package/dist/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.js +0 -32
- package/dist/serialization/resources/customModels/resources/datasets/client/index.d.ts +0 -3
- package/dist/serialization/resources/customModels/resources/datasets/client/index.js +0 -29
- package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.d.ts +0 -11
- package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.js +0 -32
- package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.d.ts +0 -11
- package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.js +0 -32
- package/dist/serialization/resources/customModels/resources/datasets/index.d.ts +0 -1
- package/dist/serialization/resources/customModels/resources/datasets/index.js +0 -17
- package/dist/serialization/resources/customModels/resources/files/client/createFiles.d.ts +0 -16
- package/dist/serialization/resources/customModels/resources/files/client/createFiles.js +0 -34
- package/dist/serialization/resources/customModels/resources/files/client/index.d.ts +0 -1
- package/dist/serialization/resources/customModels/resources/files/client/index.js +0 -27
- package/dist/serialization/resources/customModels/resources/files/index.d.ts +0 -1
- package/dist/serialization/resources/customModels/resources/files/index.js +0 -17
- package/dist/serialization/resources/customModels/resources/index.d.ts +0 -3
- package/dist/serialization/resources/customModels/resources/index.js +0 -29
- package/dist/serialization/resources/customModels/resources/models/client/index.d.ts +0 -2
- package/dist/serialization/resources/customModels/resources/models/client/index.js +0 -28
- package/dist/serialization/resources/customModels/resources/models/client/listModelVersions.d.ts +0 -11
- package/dist/serialization/resources/customModels/resources/models/client/listModelVersions.js +0 -32
- package/dist/serialization/resources/customModels/resources/models/client/updateModelDescription.d.ts +0 -9
- package/dist/serialization/resources/customModels/resources/models/client/updateModelDescription.js +0 -31
- package/dist/serialization/resources/customModels/resources/models/index.d.ts +0 -1
- package/dist/serialization/resources/customModels/resources/models/index.js +0 -17
- package/dist/serialization/resources/customModels/types/Alternative.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Alternative.js +0 -31
- package/dist/serialization/resources/customModels/types/AttributeFilter.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/AttributeFilter.js +0 -34
- package/dist/serialization/resources/customModels/types/AuthorizedFile.d.ts +0 -27
- package/dist/serialization/resources/customModels/types/AuthorizedFile.js +0 -50
- package/dist/serialization/resources/customModels/types/Bcp47Tag.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Bcp47Tag.js +0 -61
- package/dist/serialization/resources/customModels/types/BoundingBox.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/BoundingBox.js +0 -36
- package/dist/serialization/resources/customModels/types/BurstPrediction.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/BurstPrediction.js +0 -38
- package/dist/serialization/resources/customModels/types/Classification.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Classification.js +0 -31
- package/dist/serialization/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -35
- package/dist/serialization/resources/customModels/types/CompletedInference.d.ts +0 -16
- package/dist/serialization/resources/customModels/types/CompletedInference.js +0 -37
- package/dist/serialization/resources/customModels/types/CompletedTlInference.d.ts +0 -16
- package/dist/serialization/resources/customModels/types/CompletedTlInference.js +0 -37
- package/dist/serialization/resources/customModels/types/CompletedTraining.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/CompletedTraining.js +0 -38
- package/dist/serialization/resources/customModels/types/CustomModel.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/CustomModel.js +0 -33
- package/dist/serialization/resources/customModels/types/CustomModelId.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/CustomModelId.js +0 -33
- package/dist/serialization/resources/customModels/types/CustomModelPrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/CustomModelPrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/CustomModelRequest.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/CustomModelRequest.js +0 -36
- package/dist/serialization/resources/customModels/types/CustomModelVersionId.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/CustomModelVersionId.js +0 -33
- package/dist/serialization/resources/customModels/types/Dataset.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/Dataset.js +0 -33
- package/dist/serialization/resources/customModels/types/DatasetId.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/DatasetId.js +0 -33
- package/dist/serialization/resources/customModels/types/DatasetLabels.d.ts +0 -19
- package/dist/serialization/resources/customModels/types/DatasetLabels.js +0 -40
- package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -36
- package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -31
- package/dist/serialization/resources/customModels/types/DatasetPage.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/DatasetPage.js +0 -47
- package/dist/serialization/resources/customModels/types/DatasetVersion.d.ts +0 -19
- package/dist/serialization/resources/customModels/types/DatasetVersion.js +0 -40
- package/dist/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -31
- package/dist/serialization/resources/customModels/types/DatasetVersionId.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/DatasetVersionId.js +0 -33
- package/dist/serialization/resources/customModels/types/DatasetVersionPage.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/DatasetVersionPage.js +0 -47
- package/dist/serialization/resources/customModels/types/DescriptionsScore.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/DescriptionsScore.js +0 -34
- package/dist/serialization/resources/customModels/types/Direction.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Direction.js +0 -31
- package/dist/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -34
- package/dist/serialization/resources/customModels/types/EmotionScore.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/EmotionScore.js +0 -34
- package/dist/serialization/resources/customModels/types/Error_.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/Error_.js +0 -34
- package/dist/serialization/resources/customModels/types/EvaluationArgs.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/EvaluationArgs.js +0 -34
- package/dist/serialization/resources/customModels/types/ExternalModel.d.ts +0 -21
- package/dist/serialization/resources/customModels/types/ExternalModel.js +0 -42
- package/dist/serialization/resources/customModels/types/ExternalModelVersion.d.ts +0 -27
- package/dist/serialization/resources/customModels/types/ExternalModelVersion.js +0 -50
- package/dist/serialization/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/ExternalModelVersionFileType.js +0 -31
- package/dist/serialization/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/ExternalModelVersionTag.js +0 -34
- package/dist/serialization/resources/customModels/types/Face.d.ts +0 -19
- package/dist/serialization/resources/customModels/types/Face.js +0 -40
- package/dist/serialization/resources/customModels/types/FacePrediction.d.ts +0 -22
- package/dist/serialization/resources/customModels/types/FacePrediction.js +0 -43
- package/dist/serialization/resources/customModels/types/FacemeshPrediction.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/FacemeshPrediction.js +0 -34
- package/dist/serialization/resources/customModels/types/FacsScore.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/FacsScore.js +0 -34
- package/dist/serialization/resources/customModels/types/Failed.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/Failed.js +0 -36
- package/dist/serialization/resources/customModels/types/FileInput.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/FileInput.js +0 -36
- package/dist/serialization/resources/customModels/types/FilePage.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/FilePage.js +0 -47
- package/dist/serialization/resources/customModels/types/FileWithAttributes.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/FileWithAttributes.js +0 -36
- package/dist/serialization/resources/customModels/types/FileWithAttributesInput.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/FileWithAttributesInput.js +0 -36
- package/dist/serialization/resources/customModels/types/File_.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/File_.js +0 -35
- package/dist/serialization/resources/customModels/types/Granularity.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Granularity.js +0 -31
- package/dist/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/InProgress.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/InProgress.js +0 -34
- package/dist/serialization/resources/customModels/types/InferenceBaseRequest.d.ts +0 -20
- package/dist/serialization/resources/customModels/types/InferenceBaseRequest.js +0 -41
- package/dist/serialization/resources/customModels/types/InferencePrediction.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/InferencePrediction.js +0 -35
- package/dist/serialization/resources/customModels/types/InferenceRequest.d.ts +0 -22
- package/dist/serialization/resources/customModels/types/InferenceRequest.js +0 -43
- package/dist/serialization/resources/customModels/types/InferenceResults.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/InferenceResults.js +0 -36
- package/dist/serialization/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -16
- package/dist/serialization/resources/customModels/types/InferenceSourcePredictResult.js +0 -37
- package/dist/serialization/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/JobEmbeddingGeneration.js +0 -38
- package/dist/serialization/resources/customModels/types/JobId.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/JobId.js +0 -33
- package/dist/serialization/resources/customModels/types/JobInference.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/JobInference.js +0 -38
- package/dist/serialization/resources/customModels/types/JobTlInference.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/JobTlInference.js +0 -38
- package/dist/serialization/resources/customModels/types/JobTraining.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/JobTraining.js +0 -38
- package/dist/serialization/resources/customModels/types/JsonObject.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/JsonObject.js +0 -33
- package/dist/serialization/resources/customModels/types/Language.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/Language.js +0 -38
- package/dist/serialization/resources/customModels/types/LanguagePrediction.d.ts +0 -24
- package/dist/serialization/resources/customModels/types/LanguagePrediction.js +0 -45
- package/dist/serialization/resources/customModels/types/ModelPage.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/ModelPage.js +0 -47
- package/dist/serialization/resources/customModels/types/Models.d.ts +0 -22
- package/dist/serialization/resources/customModels/types/Models.js +0 -43
- package/dist/serialization/resources/customModels/types/ModelsPredictions.d.ts +0 -23
- package/dist/serialization/resources/customModels/types/ModelsPredictions.js +0 -44
- package/dist/serialization/resources/customModels/types/Ner.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/Ner.js +0 -33
- package/dist/serialization/resources/customModels/types/NerPrediction.d.ts +0 -24
- package/dist/serialization/resources/customModels/types/NerPrediction.js +0 -45
- package/dist/serialization/resources/customModels/types/Null.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Null.js +0 -31
- package/dist/serialization/resources/customModels/types/PageableObject.d.ts +0 -18
- package/dist/serialization/resources/customModels/types/PageableObject.js +0 -39
- package/dist/serialization/resources/customModels/types/PositionInterval.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/PositionInterval.js +0 -34
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/Prosody.d.ts +0 -16
- package/dist/serialization/resources/customModels/types/Prosody.js +0 -37
- package/dist/serialization/resources/customModels/types/ProsodyPrediction.d.ts +0 -18
- package/dist/serialization/resources/customModels/types/ProsodyPrediction.js +0 -39
- package/dist/serialization/resources/customModels/types/Queued.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/Queued.js +0 -33
- package/dist/serialization/resources/customModels/types/RegistryFileDetail.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/RegistryFileDetail.js +0 -34
- package/dist/serialization/resources/customModels/types/Regression.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Regression.js +0 -31
- package/dist/serialization/resources/customModels/types/ReturnDataset.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/ReturnDataset.js +0 -40
- package/dist/serialization/resources/customModels/types/SentimentScore.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/SentimentScore.js +0 -34
- package/dist/serialization/resources/customModels/types/SortBy.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/SortBy.js +0 -31
- package/dist/serialization/resources/customModels/types/SortObject.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/SortObject.js +0 -35
- package/dist/serialization/resources/customModels/types/Source.d.ts +0 -22
- package/dist/serialization/resources/customModels/types/Source.js +0 -43
- package/dist/serialization/resources/customModels/types/SourceFile.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/SourceFile.js +0 -32
- package/dist/serialization/resources/customModels/types/SourceTextSource.d.ts +0 -11
- package/dist/serialization/resources/customModels/types/SourceTextSource.js +0 -31
- package/dist/serialization/resources/customModels/types/SourceUrl.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/SourceUrl.js +0 -32
- package/dist/serialization/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/StateEmbeddingGeneration.js +0 -45
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -32
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -32
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -32
- package/dist/serialization/resources/customModels/types/StateInference.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/StateInference.js +0 -45
- package/dist/serialization/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateInferenceCompletedInference.js +0 -32
- package/dist/serialization/resources/customModels/types/StateInferenceFailed.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateInferenceFailed.js +0 -32
- package/dist/serialization/resources/customModels/types/StateInferenceInProgress.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateInferenceInProgress.js +0 -32
- package/dist/serialization/resources/customModels/types/StateInferenceQueued.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateInferenceQueued.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTlInference.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/StateTlInference.js +0 -45
- package/dist/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTlInferenceFailed.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTlInferenceInProgress.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTlInferenceQueued.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTraining.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/StateTraining.js +0 -45
- package/dist/serialization/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTrainingCompletedTraining.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTrainingFailed.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTrainingFailed.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTrainingInProgress.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTrainingInProgress.js +0 -32
- package/dist/serialization/resources/customModels/types/StateTrainingQueued.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/StateTrainingQueued.js +0 -32
- package/dist/serialization/resources/customModels/types/Status.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Status.js +0 -31
- package/dist/serialization/resources/customModels/types/Tag.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/Tag.js +0 -34
- package/dist/serialization/resources/customModels/types/Target.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Target.js +0 -35
- package/dist/serialization/resources/customModels/types/Task.d.ts +0 -18
- package/dist/serialization/resources/customModels/types/Task.js +0 -41
- package/dist/serialization/resources/customModels/types/TaskClassification.d.ts +0 -11
- package/dist/serialization/resources/customModels/types/TaskClassification.js +0 -31
- package/dist/serialization/resources/customModels/types/TaskRegression.d.ts +0 -11
- package/dist/serialization/resources/customModels/types/TaskRegression.js +0 -31
- package/dist/serialization/resources/customModels/types/TextSource.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/TextSource.js +0 -31
- package/dist/serialization/resources/customModels/types/TimeInterval.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/TimeInterval.js +0 -34
- package/dist/serialization/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -17
- package/dist/serialization/resources/customModels/types/TlInferenceBaseRequest.js +0 -38
- package/dist/serialization/resources/customModels/types/TlInferencePrediction.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/TlInferencePrediction.js +0 -36
- package/dist/serialization/resources/customModels/types/TlInferenceResults.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/TlInferenceResults.js +0 -36
- package/dist/serialization/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -16
- package/dist/serialization/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -37
- package/dist/serialization/resources/customModels/types/ToxicityScore.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/ToxicityScore.js +0 -34
- package/dist/serialization/resources/customModels/types/TrainingBaseRequest.d.ts +0 -24
- package/dist/serialization/resources/customModels/types/TrainingBaseRequest.js +0 -45
- package/dist/serialization/resources/customModels/types/TrainingCustomModel.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/TrainingCustomModel.js +0 -34
- package/dist/serialization/resources/customModels/types/Transcription.d.ts +0 -15
- package/dist/serialization/resources/customModels/types/Transcription.js +0 -36
- package/dist/serialization/resources/customModels/types/TranscriptionMetadata.d.ts +0 -14
- package/dist/serialization/resources/customModels/types/TranscriptionMetadata.js +0 -35
- package/dist/serialization/resources/customModels/types/Type.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Type.js +0 -31
- package/dist/serialization/resources/customModels/types/Unconfigurable.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Unconfigurable.js +0 -31
- package/dist/serialization/resources/customModels/types/UnionJob.d.ts +0 -26
- package/dist/serialization/resources/customModels/types/UnionJob.js +0 -45
- package/dist/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -32
- package/dist/serialization/resources/customModels/types/UnionJobJobInference.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/UnionJobJobInference.js +0 -32
- package/dist/serialization/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/UnionJobJobTlInference.js +0 -32
- package/dist/serialization/resources/customModels/types/UnionJobJobTraining.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/UnionJobJobTraining.js +0 -32
- package/dist/serialization/resources/customModels/types/UnionPredictResult.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/UnionPredictResult.js +0 -33
- package/dist/serialization/resources/customModels/types/Unit.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/Unit.js +0 -31
- package/dist/serialization/resources/customModels/types/Url.d.ts +0 -12
- package/dist/serialization/resources/customModels/types/Url.js +0 -33
- package/dist/serialization/resources/customModels/types/ValidationArgs.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/ValidationArgs.js +0 -34
- package/dist/serialization/resources/customModels/types/When.d.ts +0 -10
- package/dist/serialization/resources/customModels/types/When.js +0 -31
- package/dist/serialization/resources/customModels/types/Window.d.ts +0 -13
- package/dist/serialization/resources/customModels/types/Window.js +0 -34
- package/dist/serialization/resources/customModels/types/index.d.ts +0 -144
- package/dist/serialization/resources/customModels/types/index.js +0 -160
- package/dist/wrapper/empathicVoice/EmpathicVoiceClient.d.ts +0 -11
- package/dist/wrapper/empathicVoice/EmpathicVoiceClient.js +0 -12
- package/dist/wrapper/empathicVoice/chat/ChatClient.d.ts +0 -30
- package/dist/wrapper/empathicVoice/chat/ChatClient.js +0 -156
- package/serialization/resources/customModels/index.d.ts +0 -2
- package/serialization/resources/customModels/index.js +0 -18
- package/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.d.ts +0 -11
- package/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.js +0 -32
- package/serialization/resources/customModels/resources/datasets/client/index.d.ts +0 -3
- package/serialization/resources/customModels/resources/datasets/client/index.js +0 -29
- package/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.d.ts +0 -11
- package/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.js +0 -32
- package/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.d.ts +0 -11
- package/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.js +0 -32
- package/serialization/resources/customModels/resources/datasets/index.d.ts +0 -1
- package/serialization/resources/customModels/resources/datasets/index.js +0 -17
- package/serialization/resources/customModels/resources/files/client/createFiles.d.ts +0 -16
- package/serialization/resources/customModels/resources/files/client/createFiles.js +0 -34
- package/serialization/resources/customModels/resources/files/client/index.d.ts +0 -1
- package/serialization/resources/customModels/resources/files/client/index.js +0 -27
- package/serialization/resources/customModels/resources/files/index.d.ts +0 -1
- package/serialization/resources/customModels/resources/files/index.js +0 -17
- package/serialization/resources/customModels/resources/index.d.ts +0 -3
- package/serialization/resources/customModels/resources/index.js +0 -29
- package/serialization/resources/customModels/resources/models/client/index.d.ts +0 -2
- package/serialization/resources/customModels/resources/models/client/index.js +0 -28
- package/serialization/resources/customModels/resources/models/client/listModelVersions.d.ts +0 -11
- package/serialization/resources/customModels/resources/models/client/listModelVersions.js +0 -32
- package/serialization/resources/customModels/resources/models/client/updateModelDescription.d.ts +0 -9
- package/serialization/resources/customModels/resources/models/client/updateModelDescription.js +0 -31
- package/serialization/resources/customModels/resources/models/index.d.ts +0 -1
- package/serialization/resources/customModels/resources/models/index.js +0 -17
- package/serialization/resources/customModels/types/Alternative.d.ts +0 -10
- package/serialization/resources/customModels/types/Alternative.js +0 -31
- package/serialization/resources/customModels/types/AttributeFilter.d.ts +0 -13
- package/serialization/resources/customModels/types/AttributeFilter.js +0 -34
- package/serialization/resources/customModels/types/AuthorizedFile.d.ts +0 -27
- package/serialization/resources/customModels/types/AuthorizedFile.js +0 -50
- package/serialization/resources/customModels/types/Bcp47Tag.d.ts +0 -10
- package/serialization/resources/customModels/types/Bcp47Tag.js +0 -61
- package/serialization/resources/customModels/types/BoundingBox.d.ts +0 -15
- package/serialization/resources/customModels/types/BoundingBox.js +0 -36
- package/serialization/resources/customModels/types/BurstPrediction.d.ts +0 -17
- package/serialization/resources/customModels/types/BurstPrediction.js +0 -38
- package/serialization/resources/customModels/types/Classification.d.ts +0 -10
- package/serialization/resources/customModels/types/Classification.js +0 -31
- package/serialization/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -14
- package/serialization/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -35
- package/serialization/resources/customModels/types/CompletedInference.d.ts +0 -16
- package/serialization/resources/customModels/types/CompletedInference.js +0 -37
- package/serialization/resources/customModels/types/CompletedTlInference.d.ts +0 -16
- package/serialization/resources/customModels/types/CompletedTlInference.js +0 -37
- package/serialization/resources/customModels/types/CompletedTraining.d.ts +0 -17
- package/serialization/resources/customModels/types/CompletedTraining.js +0 -38
- package/serialization/resources/customModels/types/CustomModel.d.ts +0 -12
- package/serialization/resources/customModels/types/CustomModel.js +0 -33
- package/serialization/resources/customModels/types/CustomModelId.d.ts +0 -12
- package/serialization/resources/customModels/types/CustomModelId.js +0 -33
- package/serialization/resources/customModels/types/CustomModelPrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/CustomModelPrediction.js +0 -35
- package/serialization/resources/customModels/types/CustomModelRequest.d.ts +0 -15
- package/serialization/resources/customModels/types/CustomModelRequest.js +0 -36
- package/serialization/resources/customModels/types/CustomModelVersionId.d.ts +0 -12
- package/serialization/resources/customModels/types/CustomModelVersionId.js +0 -33
- package/serialization/resources/customModels/types/Dataset.d.ts +0 -12
- package/serialization/resources/customModels/types/Dataset.js +0 -33
- package/serialization/resources/customModels/types/DatasetId.d.ts +0 -12
- package/serialization/resources/customModels/types/DatasetId.js +0 -33
- package/serialization/resources/customModels/types/DatasetLabels.d.ts +0 -19
- package/serialization/resources/customModels/types/DatasetLabels.js +0 -40
- package/serialization/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -15
- package/serialization/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -36
- package/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -10
- package/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -31
- package/serialization/resources/customModels/types/DatasetPage.d.ts +0 -26
- package/serialization/resources/customModels/types/DatasetPage.js +0 -47
- package/serialization/resources/customModels/types/DatasetVersion.d.ts +0 -19
- package/serialization/resources/customModels/types/DatasetVersion.js +0 -40
- package/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -10
- package/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -31
- package/serialization/resources/customModels/types/DatasetVersionId.d.ts +0 -12
- package/serialization/resources/customModels/types/DatasetVersionId.js +0 -33
- package/serialization/resources/customModels/types/DatasetVersionPage.d.ts +0 -26
- package/serialization/resources/customModels/types/DatasetVersionPage.js +0 -47
- package/serialization/resources/customModels/types/DescriptionsScore.d.ts +0 -13
- package/serialization/resources/customModels/types/DescriptionsScore.js +0 -34
- package/serialization/resources/customModels/types/Direction.d.ts +0 -10
- package/serialization/resources/customModels/types/Direction.js +0 -31
- package/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
- package/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -34
- package/serialization/resources/customModels/types/EmotionScore.d.ts +0 -13
- package/serialization/resources/customModels/types/EmotionScore.js +0 -34
- package/serialization/resources/customModels/types/Error_.d.ts +0 -13
- package/serialization/resources/customModels/types/Error_.js +0 -34
- package/serialization/resources/customModels/types/EvaluationArgs.d.ts +0 -13
- package/serialization/resources/customModels/types/EvaluationArgs.js +0 -34
- package/serialization/resources/customModels/types/ExternalModel.d.ts +0 -21
- package/serialization/resources/customModels/types/ExternalModel.js +0 -42
- package/serialization/resources/customModels/types/ExternalModelVersion.d.ts +0 -27
- package/serialization/resources/customModels/types/ExternalModelVersion.js +0 -50
- package/serialization/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -10
- package/serialization/resources/customModels/types/ExternalModelVersionFileType.js +0 -31
- package/serialization/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -13
- package/serialization/resources/customModels/types/ExternalModelVersionTag.js +0 -34
- package/serialization/resources/customModels/types/Face.d.ts +0 -19
- package/serialization/resources/customModels/types/Face.js +0 -40
- package/serialization/resources/customModels/types/FacePrediction.d.ts +0 -22
- package/serialization/resources/customModels/types/FacePrediction.js +0 -43
- package/serialization/resources/customModels/types/FacemeshPrediction.d.ts +0 -13
- package/serialization/resources/customModels/types/FacemeshPrediction.js +0 -34
- package/serialization/resources/customModels/types/FacsScore.d.ts +0 -13
- package/serialization/resources/customModels/types/FacsScore.js +0 -34
- package/serialization/resources/customModels/types/Failed.d.ts +0 -15
- package/serialization/resources/customModels/types/Failed.js +0 -36
- package/serialization/resources/customModels/types/FileInput.d.ts +0 -15
- package/serialization/resources/customModels/types/FileInput.js +0 -36
- package/serialization/resources/customModels/types/FilePage.d.ts +0 -26
- package/serialization/resources/customModels/types/FilePage.js +0 -47
- package/serialization/resources/customModels/types/FileWithAttributes.d.ts +0 -15
- package/serialization/resources/customModels/types/FileWithAttributes.js +0 -36
- package/serialization/resources/customModels/types/FileWithAttributesInput.d.ts +0 -15
- package/serialization/resources/customModels/types/FileWithAttributesInput.js +0 -36
- package/serialization/resources/customModels/types/File_.d.ts +0 -14
- package/serialization/resources/customModels/types/File_.js +0 -35
- package/serialization/resources/customModels/types/Granularity.d.ts +0 -10
- package/serialization/resources/customModels/types/Granularity.js +0 -31
- package/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -35
- package/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -35
- package/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -35
- package/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -35
- package/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -35
- package/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -35
- package/serialization/resources/customModels/types/InProgress.d.ts +0 -13
- package/serialization/resources/customModels/types/InProgress.js +0 -34
- package/serialization/resources/customModels/types/InferenceBaseRequest.d.ts +0 -20
- package/serialization/resources/customModels/types/InferenceBaseRequest.js +0 -41
- package/serialization/resources/customModels/types/InferencePrediction.d.ts +0 -14
- package/serialization/resources/customModels/types/InferencePrediction.js +0 -35
- package/serialization/resources/customModels/types/InferenceRequest.d.ts +0 -22
- package/serialization/resources/customModels/types/InferenceRequest.js +0 -43
- package/serialization/resources/customModels/types/InferenceResults.d.ts +0 -15
- package/serialization/resources/customModels/types/InferenceResults.js +0 -36
- package/serialization/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -16
- package/serialization/resources/customModels/types/InferenceSourcePredictResult.js +0 -37
- package/serialization/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -17
- package/serialization/resources/customModels/types/JobEmbeddingGeneration.js +0 -38
- package/serialization/resources/customModels/types/JobId.d.ts +0 -12
- package/serialization/resources/customModels/types/JobId.js +0 -33
- package/serialization/resources/customModels/types/JobInference.d.ts +0 -17
- package/serialization/resources/customModels/types/JobInference.js +0 -38
- package/serialization/resources/customModels/types/JobTlInference.d.ts +0 -17
- package/serialization/resources/customModels/types/JobTlInference.js +0 -38
- package/serialization/resources/customModels/types/JobTraining.d.ts +0 -17
- package/serialization/resources/customModels/types/JobTraining.js +0 -38
- package/serialization/resources/customModels/types/JsonObject.d.ts +0 -12
- package/serialization/resources/customModels/types/JsonObject.js +0 -33
- package/serialization/resources/customModels/types/Language.d.ts +0 -17
- package/serialization/resources/customModels/types/Language.js +0 -38
- package/serialization/resources/customModels/types/LanguagePrediction.d.ts +0 -24
- package/serialization/resources/customModels/types/LanguagePrediction.js +0 -45
- package/serialization/resources/customModels/types/ModelPage.d.ts +0 -26
- package/serialization/resources/customModels/types/ModelPage.js +0 -47
- package/serialization/resources/customModels/types/Models.d.ts +0 -22
- package/serialization/resources/customModels/types/Models.js +0 -43
- package/serialization/resources/customModels/types/ModelsPredictions.d.ts +0 -23
- package/serialization/resources/customModels/types/ModelsPredictions.js +0 -44
- package/serialization/resources/customModels/types/Ner.d.ts +0 -12
- package/serialization/resources/customModels/types/Ner.js +0 -33
- package/serialization/resources/customModels/types/NerPrediction.d.ts +0 -24
- package/serialization/resources/customModels/types/NerPrediction.js +0 -45
- package/serialization/resources/customModels/types/Null.d.ts +0 -10
- package/serialization/resources/customModels/types/Null.js +0 -31
- package/serialization/resources/customModels/types/PageableObject.d.ts +0 -18
- package/serialization/resources/customModels/types/PageableObject.js +0 -39
- package/serialization/resources/customModels/types/PositionInterval.d.ts +0 -13
- package/serialization/resources/customModels/types/PositionInterval.js +0 -34
- package/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -36
- package/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -36
- package/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
- package/serialization/resources/customModels/types/Prosody.d.ts +0 -16
- package/serialization/resources/customModels/types/Prosody.js +0 -37
- package/serialization/resources/customModels/types/ProsodyPrediction.d.ts +0 -18
- package/serialization/resources/customModels/types/ProsodyPrediction.js +0 -39
- package/serialization/resources/customModels/types/Queued.d.ts +0 -12
- package/serialization/resources/customModels/types/Queued.js +0 -33
- package/serialization/resources/customModels/types/RegistryFileDetail.d.ts +0 -13
- package/serialization/resources/customModels/types/RegistryFileDetail.js +0 -34
- package/serialization/resources/customModels/types/Regression.d.ts +0 -10
- package/serialization/resources/customModels/types/Regression.js +0 -31
- package/serialization/resources/customModels/types/ReturnDataset.d.ts +0 -17
- package/serialization/resources/customModels/types/ReturnDataset.js +0 -40
- package/serialization/resources/customModels/types/SentimentScore.d.ts +0 -13
- package/serialization/resources/customModels/types/SentimentScore.js +0 -34
- package/serialization/resources/customModels/types/SortBy.d.ts +0 -10
- package/serialization/resources/customModels/types/SortBy.js +0 -31
- package/serialization/resources/customModels/types/SortObject.d.ts +0 -14
- package/serialization/resources/customModels/types/SortObject.js +0 -35
- package/serialization/resources/customModels/types/Source.d.ts +0 -22
- package/serialization/resources/customModels/types/Source.js +0 -43
- package/serialization/resources/customModels/types/SourceFile.d.ts +0 -12
- package/serialization/resources/customModels/types/SourceFile.js +0 -32
- package/serialization/resources/customModels/types/SourceTextSource.d.ts +0 -11
- package/serialization/resources/customModels/types/SourceTextSource.js +0 -31
- package/serialization/resources/customModels/types/SourceUrl.d.ts +0 -12
- package/serialization/resources/customModels/types/SourceUrl.js +0 -32
- package/serialization/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -26
- package/serialization/resources/customModels/types/StateEmbeddingGeneration.js +0 -45
- package/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
- package/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
- package/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -12
- package/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -32
- package/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
- package/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -32
- package/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -12
- package/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -32
- package/serialization/resources/customModels/types/StateInference.d.ts +0 -26
- package/serialization/resources/customModels/types/StateInference.js +0 -45
- package/serialization/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -12
- package/serialization/resources/customModels/types/StateInferenceCompletedInference.js +0 -32
- package/serialization/resources/customModels/types/StateInferenceFailed.d.ts +0 -12
- package/serialization/resources/customModels/types/StateInferenceFailed.js +0 -32
- package/serialization/resources/customModels/types/StateInferenceInProgress.d.ts +0 -12
- package/serialization/resources/customModels/types/StateInferenceInProgress.js +0 -32
- package/serialization/resources/customModels/types/StateInferenceQueued.d.ts +0 -12
- package/serialization/resources/customModels/types/StateInferenceQueued.js +0 -32
- package/serialization/resources/customModels/types/StateTlInference.d.ts +0 -26
- package/serialization/resources/customModels/types/StateTlInference.js +0 -45
- package/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -32
- package/serialization/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTlInferenceFailed.js +0 -32
- package/serialization/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTlInferenceInProgress.js +0 -32
- package/serialization/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTlInferenceQueued.js +0 -32
- package/serialization/resources/customModels/types/StateTraining.d.ts +0 -26
- package/serialization/resources/customModels/types/StateTraining.js +0 -45
- package/serialization/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTrainingCompletedTraining.js +0 -32
- package/serialization/resources/customModels/types/StateTrainingFailed.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTrainingFailed.js +0 -32
- package/serialization/resources/customModels/types/StateTrainingInProgress.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTrainingInProgress.js +0 -32
- package/serialization/resources/customModels/types/StateTrainingQueued.d.ts +0 -12
- package/serialization/resources/customModels/types/StateTrainingQueued.js +0 -32
- package/serialization/resources/customModels/types/Status.d.ts +0 -10
- package/serialization/resources/customModels/types/Status.js +0 -31
- package/serialization/resources/customModels/types/Tag.d.ts +0 -13
- package/serialization/resources/customModels/types/Tag.js +0 -34
- package/serialization/resources/customModels/types/Target.d.ts +0 -10
- package/serialization/resources/customModels/types/Target.js +0 -35
- package/serialization/resources/customModels/types/Task.d.ts +0 -18
- package/serialization/resources/customModels/types/Task.js +0 -41
- package/serialization/resources/customModels/types/TaskClassification.d.ts +0 -11
- package/serialization/resources/customModels/types/TaskClassification.js +0 -31
- package/serialization/resources/customModels/types/TaskRegression.d.ts +0 -11
- package/serialization/resources/customModels/types/TaskRegression.js +0 -31
- package/serialization/resources/customModels/types/TextSource.d.ts +0 -10
- package/serialization/resources/customModels/types/TextSource.js +0 -31
- package/serialization/resources/customModels/types/TimeInterval.d.ts +0 -13
- package/serialization/resources/customModels/types/TimeInterval.js +0 -34
- package/serialization/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -17
- package/serialization/resources/customModels/types/TlInferenceBaseRequest.js +0 -38
- package/serialization/resources/customModels/types/TlInferencePrediction.d.ts +0 -15
- package/serialization/resources/customModels/types/TlInferencePrediction.js +0 -36
- package/serialization/resources/customModels/types/TlInferenceResults.d.ts +0 -15
- package/serialization/resources/customModels/types/TlInferenceResults.js +0 -36
- package/serialization/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -16
- package/serialization/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -37
- package/serialization/resources/customModels/types/ToxicityScore.d.ts +0 -13
- package/serialization/resources/customModels/types/ToxicityScore.js +0 -34
- package/serialization/resources/customModels/types/TrainingBaseRequest.d.ts +0 -24
- package/serialization/resources/customModels/types/TrainingBaseRequest.js +0 -45
- package/serialization/resources/customModels/types/TrainingCustomModel.d.ts +0 -13
- package/serialization/resources/customModels/types/TrainingCustomModel.js +0 -34
- package/serialization/resources/customModels/types/Transcription.d.ts +0 -15
- package/serialization/resources/customModels/types/Transcription.js +0 -36
- package/serialization/resources/customModels/types/TranscriptionMetadata.d.ts +0 -14
- package/serialization/resources/customModels/types/TranscriptionMetadata.js +0 -35
- package/serialization/resources/customModels/types/Type.d.ts +0 -10
- package/serialization/resources/customModels/types/Type.js +0 -31
- package/serialization/resources/customModels/types/Unconfigurable.d.ts +0 -10
- package/serialization/resources/customModels/types/Unconfigurable.js +0 -31
- package/serialization/resources/customModels/types/UnionJob.d.ts +0 -26
- package/serialization/resources/customModels/types/UnionJob.js +0 -45
- package/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -12
- package/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -32
- package/serialization/resources/customModels/types/UnionJobJobInference.d.ts +0 -12
- package/serialization/resources/customModels/types/UnionJobJobInference.js +0 -32
- package/serialization/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -12
- package/serialization/resources/customModels/types/UnionJobJobTlInference.js +0 -32
- package/serialization/resources/customModels/types/UnionJobJobTraining.d.ts +0 -12
- package/serialization/resources/customModels/types/UnionJobJobTraining.js +0 -32
- package/serialization/resources/customModels/types/UnionPredictResult.d.ts +0 -12
- package/serialization/resources/customModels/types/UnionPredictResult.js +0 -33
- package/serialization/resources/customModels/types/Unit.d.ts +0 -10
- package/serialization/resources/customModels/types/Unit.js +0 -31
- package/serialization/resources/customModels/types/Url.d.ts +0 -12
- package/serialization/resources/customModels/types/Url.js +0 -33
- package/serialization/resources/customModels/types/ValidationArgs.d.ts +0 -13
- package/serialization/resources/customModels/types/ValidationArgs.js +0 -34
- package/serialization/resources/customModels/types/When.d.ts +0 -10
- package/serialization/resources/customModels/types/When.js +0 -31
- package/serialization/resources/customModels/types/Window.d.ts +0 -13
- package/serialization/resources/customModels/types/Window.js +0 -34
- package/serialization/resources/customModels/types/index.d.ts +0 -144
- package/serialization/resources/customModels/types/index.js +0 -160
- package/wrapper/empathicVoice/EmpathicVoiceClient.d.ts +0 -11
- package/wrapper/empathicVoice/EmpathicVoiceClient.js +0 -12
- package/wrapper/empathicVoice/chat/ChatClient.d.ts +0 -30
- package/wrapper/empathicVoice/chat/ChatClient.js +0 -156
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.js → empathicVoice/types/ExtendedVoiceArgs.js} +0 -0
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.js → empathicVoice/types/Features.js} +0 -0
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.js → empathicVoice/types/HttpValidationError.js} +0 -0
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.js → empathicVoice/types/PostedCustomVoice.js} +0 -0
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.js → empathicVoice/types/PostedCustomVoiceName.js} +0 -0
- /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.js → empathicVoice/types/PostedEllmModel.js} +0 -0
- /package/api/resources/{customModels/resources/files/client/requests/FilesListFilesRequest.js → empathicVoice/types/PostedEventMessageSpec.js} +0 -0
- /package/api/resources/{customModels/resources/files/client/requests/FilesUpdateFileNameRequest.js → empathicVoice/types/PostedEventMessageSpecs.js} +0 -0
- /package/api/resources/{customModels/resources/files/client/requests/FilesUploadFileRequest.js → empathicVoice/types/PostedTimeoutSpec.js} +0 -0
- /package/api/resources/{customModels/resources/models/client/requests/ModelsGetModelVersionRequest.js → empathicVoice/types/PostedTimeoutSpecs.js} +0 -0
- /package/api/resources/{customModels/resources/models/client/requests/ModelsListModelVersionsRequest.js → empathicVoice/types/ReturnCustomVoice.js} +0 -0
- /package/api/resources/{customModels/resources/models/client/requests/ModelsListModelsRequest.js → empathicVoice/types/ReturnEllmModel.js} +0 -0
- /package/api/resources/{customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.js → empathicVoice/types/ReturnEventMessageSpec.js} +0 -0
- /package/api/resources/{customModels/types/Alternative.js → empathicVoice/types/ReturnEventMessageSpecs.js} +0 -0
- /package/api/resources/{customModels/types/AttributeFilter.js → empathicVoice/types/ReturnPagedCustomVoices.js} +0 -0
- /package/api/resources/{customModels/types/AuthorizedFile.js → empathicVoice/types/ReturnPrivacySettings.js} +0 -0
- /package/api/resources/{customModels/types/BoundingBox.js → empathicVoice/types/ReturnPurgeStats.js} +0 -0
- /package/api/resources/{customModels/types/BurstPrediction.js → empathicVoice/types/ReturnTimeoutSpec.js} +0 -0
- /package/api/resources/{customModels/types/Classification.js → empathicVoice/types/ReturnTimeoutSpecs.js} +0 -0
- /package/api/resources/{customModels/types/CompletedEmbeddingGeneration.js → empathicVoice/types/ValidationError.js} +0 -0
- /package/api/resources/{customModels/types/CompletedInference.js → empathicVoice/types/ValidationErrorLocItem.js} +0 -0
- /package/api/resources/{customModels/types/CompletedTlInference.js → empathicVoice/types/VoiceArgs.js} +0 -0
- /package/{api/resources/customModels/types/CompletedTraining.js → dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.js} +0 -0
- /package/{api/resources/customModels/types/CustomModel.js → dist/api/resources/empathicVoice/types/Features.js} +0 -0
- /package/{api/resources/customModels/types/CustomModelId.js → dist/api/resources/empathicVoice/types/HttpValidationError.js} +0 -0
- /package/{api/resources/customModels/types/CustomModelPrediction.js → dist/api/resources/empathicVoice/types/PostedCustomVoice.js} +0 -0
- /package/{api/resources/customModels/types/CustomModelRequest.js → dist/api/resources/empathicVoice/types/PostedCustomVoiceName.js} +0 -0
- /package/{api/resources/customModels/types/CustomModelVersionId.js → dist/api/resources/empathicVoice/types/PostedEllmModel.js} +0 -0
- /package/{api/resources/customModels/types/Dataset.js → dist/api/resources/empathicVoice/types/PostedEventMessageSpec.js} +0 -0
- /package/{api/resources/customModels/types/DatasetId.js → dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.js} +0 -0
- /package/{api/resources/customModels/types/DatasetLabels.js → dist/api/resources/empathicVoice/types/PostedTimeoutSpec.js} +0 -0
- /package/{api/resources/customModels/types/DatasetLabelsFileUriInput.js → dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.js} +0 -0
- /package/{api/resources/customModels/types/DatasetPage.js → dist/api/resources/empathicVoice/types/ReturnCustomVoice.js} +0 -0
- /package/{api/resources/customModels/types/DatasetVersion.js → dist/api/resources/empathicVoice/types/ReturnEllmModel.js} +0 -0
- /package/{api/resources/customModels/types/DatasetVersionId.js → dist/api/resources/empathicVoice/types/ReturnEventMessageSpec.js} +0 -0
- /package/{api/resources/customModels/types/DatasetVersionPage.js → dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.js} +0 -0
- /package/{api/resources/customModels/types/DescriptionsScore.js → dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js} +0 -0
- /package/{api/resources/customModels/types/EmbeddingGenerationBaseRequest.js → dist/api/resources/empathicVoice/types/ReturnPrivacySettings.js} +0 -0
- /package/{api/resources/customModels/types/EmotionScore.js → dist/api/resources/empathicVoice/types/ReturnPurgeStats.js} +0 -0
- /package/{api/resources/customModels/types/Error_.js → dist/api/resources/empathicVoice/types/ReturnTimeoutSpec.js} +0 -0
- /package/{api/resources/customModels/types/EvaluationArgs.js → dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.js} +0 -0
- /package/{api/resources/customModels/types/ExternalModel.js → dist/api/resources/empathicVoice/types/ValidationError.js} +0 -0
- /package/{api/resources/customModels/types/ExternalModelVersion.js → dist/api/resources/empathicVoice/types/ValidationErrorLocItem.js} +0 -0
- /package/{api/resources/customModels/types/ExternalModelVersionTag.js → dist/api/resources/empathicVoice/types/VoiceArgs.js} +0 -0
|
@@ -72,6 +72,64 @@ types:
|
|
|
72
72
|
text:
|
|
73
73
|
type: string
|
|
74
74
|
docs: Text used for this version of the Prompt.
|
|
75
|
+
PostedCustomVoice:
|
|
76
|
+
docs: A custom voice specifications posted to the server
|
|
77
|
+
properties:
|
|
78
|
+
name:
|
|
79
|
+
type: string
|
|
80
|
+
docs: >-
|
|
81
|
+
String with the name of the voice to use. Maximum length of 75
|
|
82
|
+
characters. Will be converted to all-uppercase.
|
|
83
|
+
base_voice:
|
|
84
|
+
type: string
|
|
85
|
+
docs: The voice the custom voice is based off of.
|
|
86
|
+
speech_rate_multiplier:
|
|
87
|
+
type: optional<double>
|
|
88
|
+
docs: The speech rate multiplier for this custom voice.
|
|
89
|
+
parameter_model:
|
|
90
|
+
type: string
|
|
91
|
+
docs: >-
|
|
92
|
+
The name of the parameter model used to define which attributes are
|
|
93
|
+
used by `parameters`.
|
|
94
|
+
parameters:
|
|
95
|
+
type: optional<map<string, optional<double>>>
|
|
96
|
+
docs: Voice specification for a Config.
|
|
97
|
+
ReturnCustomVoice:
|
|
98
|
+
docs: A custom voice specification returned from the server
|
|
99
|
+
properties:
|
|
100
|
+
id:
|
|
101
|
+
type: string
|
|
102
|
+
docs: Identifier for a Custom Voice. Formatted as a UUID.
|
|
103
|
+
version:
|
|
104
|
+
type: integer
|
|
105
|
+
docs: >-
|
|
106
|
+
Version number for a Custom Voice. Version numbers should be integers.
|
|
107
|
+
The combination of custom_voice_id and version number is unique.
|
|
108
|
+
name:
|
|
109
|
+
type: string
|
|
110
|
+
docs: >-
|
|
111
|
+
String with the name of the voice to use. Maximum length of 75
|
|
112
|
+
characters. Will be converted to all-uppercase.
|
|
113
|
+
created_on:
|
|
114
|
+
type: integer
|
|
115
|
+
docs: The timestamp when the first version of this prompt was created.
|
|
116
|
+
modified_on:
|
|
117
|
+
type: integer
|
|
118
|
+
docs: The timestamp when this version of the prompt was created.
|
|
119
|
+
base_voice:
|
|
120
|
+
type: string
|
|
121
|
+
docs: The voice the custom voice is based off of.
|
|
122
|
+
speech_rate_multiplier:
|
|
123
|
+
type: optional<double>
|
|
124
|
+
docs: The speech rate multiplier for this custom voice.
|
|
125
|
+
parameter_model:
|
|
126
|
+
type: string
|
|
127
|
+
docs: >-
|
|
128
|
+
The name of the parameter model used to define which attributes are
|
|
129
|
+
used by `parameters`.
|
|
130
|
+
parameters:
|
|
131
|
+
docs: Voice specification for a Config.
|
|
132
|
+
type: map<string, double>
|
|
75
133
|
PostedBuiltinTool:
|
|
76
134
|
docs: A configuration of a built-in tool to be posted to the server
|
|
77
135
|
properties:
|
|
@@ -81,6 +139,35 @@ types:
|
|
|
81
139
|
fallback_content:
|
|
82
140
|
type: optional<string>
|
|
83
141
|
docs: Text to use if the tool fails to generate content.
|
|
142
|
+
PostedEllmModel:
|
|
143
|
+
docs: A eLLM model configuration to be posted to the server
|
|
144
|
+
properties:
|
|
145
|
+
allow_short_responses:
|
|
146
|
+
type: optional<boolean>
|
|
147
|
+
docs: >-
|
|
148
|
+
Boolean indicating if the model is allowed to generate short
|
|
149
|
+
responses.
|
|
150
|
+
PostedEventMessageSpec:
|
|
151
|
+
docs: Settings for a specific event_message to be posted to the server
|
|
152
|
+
properties:
|
|
153
|
+
enabled:
|
|
154
|
+
type: boolean
|
|
155
|
+
docs: Boolean indicating if this event message is enabled.
|
|
156
|
+
text:
|
|
157
|
+
type: optional<string>
|
|
158
|
+
docs: >-
|
|
159
|
+
Optional text that will be used as a verbatim event message. If the
|
|
160
|
+
text is null and the event message is enabled, the system will
|
|
161
|
+
generate a message based using the language model.
|
|
162
|
+
PostedEventMessageSpecs:
|
|
163
|
+
docs: Collection of event_message specs to be posted to the server
|
|
164
|
+
properties:
|
|
165
|
+
on_new_chat:
|
|
166
|
+
type: optional<PostedEventMessageSpec>
|
|
167
|
+
docs: >-
|
|
168
|
+
Set `enabled` to have the LLM generate an initial message using the
|
|
169
|
+
system prompt. Set `text` to a string to use verbatim as the initial
|
|
170
|
+
message.
|
|
84
171
|
PostedLanguageModelModelProvider:
|
|
85
172
|
enum:
|
|
86
173
|
- OPEN_AI
|
|
@@ -88,6 +175,7 @@ types:
|
|
|
88
175
|
- ANTHROPIC
|
|
89
176
|
- FIREWORKS
|
|
90
177
|
- GROQ
|
|
178
|
+
- GOOGLE
|
|
91
179
|
docs: The provider of this model. Based on the enum modelProvider.
|
|
92
180
|
PostedLanguageModel:
|
|
93
181
|
docs: A LanguageModel to be posted to the server
|
|
@@ -112,6 +200,20 @@ types:
|
|
|
112
200
|
docs: >-
|
|
113
201
|
Version number for a Prompt. Version numbers should be integers. The
|
|
114
202
|
combination of configId and version number is unique.
|
|
203
|
+
PostedTimeoutSpec:
|
|
204
|
+
docs: Settings for a specific timeout to be posted to the server
|
|
205
|
+
properties:
|
|
206
|
+
enabled:
|
|
207
|
+
type: boolean
|
|
208
|
+
docs: Boolean indicating if this event message is enabled.
|
|
209
|
+
duration_secs:
|
|
210
|
+
type: optional<integer>
|
|
211
|
+
docs: Duration in seconds for the timeout.
|
|
212
|
+
PostedTimeoutSpecs:
|
|
213
|
+
docs: Collection of timeout specs to be posted to the server
|
|
214
|
+
properties:
|
|
215
|
+
inactivity: optional<PostedTimeoutSpec>
|
|
216
|
+
max_duration: optional<PostedTimeoutSpec>
|
|
115
217
|
PostedUserDefinedToolSpec:
|
|
116
218
|
docs: A specific tool identifier to be posted to the server
|
|
117
219
|
properties:
|
|
@@ -127,16 +229,21 @@ types:
|
|
|
127
229
|
enum:
|
|
128
230
|
- ITO
|
|
129
231
|
- DACHER
|
|
130
|
-
|
|
232
|
+
- KORA
|
|
233
|
+
docs: >-
|
|
234
|
+
String with the name of the voice to use. Maximum length of 75 characters.
|
|
235
|
+
Will be converted to all-uppercase.
|
|
131
236
|
PostedVoice:
|
|
132
237
|
docs: A Voice specification posted to the server
|
|
133
238
|
properties:
|
|
134
239
|
provider:
|
|
135
|
-
type:
|
|
136
|
-
docs: The provider of the voice to use.
|
|
240
|
+
type: literal<"HUME_AI">
|
|
241
|
+
docs: The provider of the voice to use. Based on the enum VoiceProvider.
|
|
137
242
|
name:
|
|
138
|
-
type: PostedVoiceName
|
|
139
|
-
docs:
|
|
243
|
+
type: optional<PostedVoiceName>
|
|
244
|
+
docs: >-
|
|
245
|
+
String with the name of the voice to use. Maximum length of 75
|
|
246
|
+
characters. Will be converted to all-uppercase.
|
|
140
247
|
ReturnBuiltinTool:
|
|
141
248
|
docs: A specific builtin tool version returned from the server
|
|
142
249
|
properties:
|
|
@@ -175,8 +282,43 @@ types:
|
|
|
175
282
|
prompt: optional<ReturnPrompt>
|
|
176
283
|
voice: optional<ReturnVoice>
|
|
177
284
|
language_model: optional<ReturnLanguageModel>
|
|
178
|
-
|
|
179
|
-
|
|
285
|
+
ellm_model: optional<ReturnEllmModel>
|
|
286
|
+
tools:
|
|
287
|
+
type: optional<list<optional<ReturnUserDefinedTool>>>
|
|
288
|
+
docs: List of user-defined tools associated with this config.
|
|
289
|
+
builtin_tools:
|
|
290
|
+
type: optional<list<optional<ReturnBuiltinTool>>>
|
|
291
|
+
docs: List of built-in tools associated with this config
|
|
292
|
+
event_messages: optional<ReturnEventMessageSpecs>
|
|
293
|
+
ReturnEllmModel:
|
|
294
|
+
docs: A specific eLLM Model configuration
|
|
295
|
+
properties:
|
|
296
|
+
allow_short_responses:
|
|
297
|
+
type: boolean
|
|
298
|
+
docs: >-
|
|
299
|
+
Boolean indicating if the model is allowed to generate short
|
|
300
|
+
responses.
|
|
301
|
+
ReturnEventMessageSpec:
|
|
302
|
+
docs: A specific event message configuration to be returned from the server
|
|
303
|
+
properties:
|
|
304
|
+
enabled:
|
|
305
|
+
type: boolean
|
|
306
|
+
docs: Boolean indicating if this event message is enabled.
|
|
307
|
+
text:
|
|
308
|
+
type: optional<string>
|
|
309
|
+
docs: >-
|
|
310
|
+
Optional text that will be used as a verbatim event message. If the
|
|
311
|
+
text is null and the event message is enabled, the system will
|
|
312
|
+
generate a message based using the language model.
|
|
313
|
+
ReturnEventMessageSpecs:
|
|
314
|
+
docs: Collection of event_message specs to be returned from the server
|
|
315
|
+
properties:
|
|
316
|
+
on_new_chat:
|
|
317
|
+
type: optional<ReturnEventMessageSpec>
|
|
318
|
+
docs: >-
|
|
319
|
+
`enabled` causes the LLM to generate an initial message using the
|
|
320
|
+
system prompt. `text` is the string to use verbatim as the initial
|
|
321
|
+
message.
|
|
180
322
|
ReturnLanguageModel:
|
|
181
323
|
docs: A specific LanguageModel
|
|
182
324
|
properties:
|
|
@@ -189,15 +331,44 @@ types:
|
|
|
189
331
|
temperature:
|
|
190
332
|
type: optional<double>
|
|
191
333
|
docs: Model temperature.
|
|
334
|
+
ReturnTimeoutSpec:
|
|
335
|
+
docs: A specific timeout configuration to be returned from the server
|
|
336
|
+
properties:
|
|
337
|
+
enabled:
|
|
338
|
+
type: boolean
|
|
339
|
+
docs: Boolean indicating if this event message is enabled.
|
|
340
|
+
duration_secs:
|
|
341
|
+
type: optional<integer>
|
|
342
|
+
docs: Duration in seconds for the timeout.
|
|
343
|
+
ReturnTimeoutSpecs:
|
|
344
|
+
docs: Collection of timeout specs to be returned from the server
|
|
345
|
+
properties:
|
|
346
|
+
inactivity: ReturnTimeoutSpec
|
|
347
|
+
max_duration: ReturnTimeoutSpec
|
|
192
348
|
ReturnVoice:
|
|
193
349
|
docs: A specific voice specification
|
|
194
350
|
properties:
|
|
195
351
|
provider:
|
|
196
352
|
type: string
|
|
197
353
|
docs: The provider of the voice to use. Based on the enum VoiceProvider.
|
|
354
|
+
name:
|
|
355
|
+
type: optional<string>
|
|
356
|
+
docs: >-
|
|
357
|
+
String with the name of the voice to use. Maximum length of 75
|
|
358
|
+
characters. Will be converted to all-uppercase.
|
|
359
|
+
ReturnPrivacySettings:
|
|
360
|
+
properties:
|
|
361
|
+
id: optional<string>
|
|
362
|
+
do_not_retain_data: optional<boolean>
|
|
363
|
+
do_not_use_for_training: optional<boolean>
|
|
364
|
+
PostedCustomVoiceName:
|
|
365
|
+
docs: A custom voice name change to be posted to the server
|
|
366
|
+
properties:
|
|
198
367
|
name:
|
|
199
368
|
type: string
|
|
200
|
-
docs:
|
|
369
|
+
docs: >-
|
|
370
|
+
String with the name of the voice to use. Maximum length of 75
|
|
371
|
+
characters. Will be converted to all-uppercase.
|
|
201
372
|
ReturnPagedUserDefinedTools:
|
|
202
373
|
docs: A paginated list of user defined tool versions returned from the server
|
|
203
374
|
properties:
|
|
@@ -207,6 +378,9 @@ types:
|
|
|
207
378
|
page_size:
|
|
208
379
|
type: integer
|
|
209
380
|
docs: The number of results returned per page.
|
|
381
|
+
total_pages:
|
|
382
|
+
type: integer
|
|
383
|
+
docs: The total number of pages in the collection
|
|
210
384
|
tools_page:
|
|
211
385
|
docs: List of tools returned for the specified page number and page size.
|
|
212
386
|
type: list<optional<ReturnUserDefinedTool>>
|
|
@@ -219,9 +393,29 @@ types:
|
|
|
219
393
|
page_size:
|
|
220
394
|
type: integer
|
|
221
395
|
docs: The number of results returned per page.
|
|
396
|
+
total_pages:
|
|
397
|
+
type: integer
|
|
398
|
+
docs: The total number of pages in the collection
|
|
222
399
|
prompts_page:
|
|
223
400
|
docs: List of prompts returned for the specified page number and page size.
|
|
224
401
|
type: list<optional<ReturnPrompt>>
|
|
402
|
+
ReturnPagedCustomVoices:
|
|
403
|
+
docs: A paginated list of custom voices returned from the server
|
|
404
|
+
properties:
|
|
405
|
+
page_number:
|
|
406
|
+
type: integer
|
|
407
|
+
docs: The page number of the returned results.
|
|
408
|
+
page_size:
|
|
409
|
+
type: integer
|
|
410
|
+
docs: The number of results returned per page.
|
|
411
|
+
total_pages:
|
|
412
|
+
type: integer
|
|
413
|
+
docs: The total number of pages in the collection
|
|
414
|
+
custom_voices_page:
|
|
415
|
+
docs: >-
|
|
416
|
+
List of custom voices returned for the specified page number and page
|
|
417
|
+
size.
|
|
418
|
+
type: list<ReturnCustomVoice>
|
|
225
419
|
ReturnPagedConfigs:
|
|
226
420
|
docs: A paginated list of config versions returned from the server
|
|
227
421
|
properties:
|
|
@@ -231,6 +425,9 @@ types:
|
|
|
231
425
|
page_size:
|
|
232
426
|
type: optional<integer>
|
|
233
427
|
docs: The number of results returned per page.
|
|
428
|
+
total_pages:
|
|
429
|
+
type: integer
|
|
430
|
+
docs: The total number of pages in the collection
|
|
234
431
|
configs_page:
|
|
235
432
|
type: optional<list<ReturnConfig>>
|
|
236
433
|
docs: List of prompts returned for the specified page number and page size.
|
|
@@ -290,6 +487,12 @@ types:
|
|
|
290
487
|
page_size:
|
|
291
488
|
type: integer
|
|
292
489
|
docs: The number of results returned per page.
|
|
490
|
+
total_pages:
|
|
491
|
+
type: integer
|
|
492
|
+
docs: The total number of pages in the collection
|
|
493
|
+
pagination_direction:
|
|
494
|
+
type: string
|
|
495
|
+
docs: The direction of the pagination (ASC or DESC).
|
|
293
496
|
chats_page:
|
|
294
497
|
docs: >-
|
|
295
498
|
List of chats and their metadata returned for the specified page
|
|
@@ -361,6 +564,9 @@ types:
|
|
|
361
564
|
docs: >-
|
|
362
565
|
The timestamp when the chat ended, formatted as a Unix epoch
|
|
363
566
|
milliseconds.
|
|
567
|
+
pagination_direction:
|
|
568
|
+
type: string
|
|
569
|
+
docs: The direction of the pagination (ASC or DESC).
|
|
364
570
|
events_page:
|
|
365
571
|
docs: List of chat events with the specified page number and page size.
|
|
366
572
|
type: list<ReturnChatEvent>
|
|
@@ -373,6 +579,9 @@ types:
|
|
|
373
579
|
page_size:
|
|
374
580
|
type: integer
|
|
375
581
|
docs: The number of results returned per page.
|
|
582
|
+
total_pages:
|
|
583
|
+
type: integer
|
|
584
|
+
docs: The total number of pages in the collection
|
|
376
585
|
config: optional<ReturnConfigSpec>
|
|
377
586
|
ReturnActiveChatCount:
|
|
378
587
|
docs: A description of current chat chat sessions for a user
|
|
@@ -403,30 +612,53 @@ types:
|
|
|
403
612
|
total_tag_active_chats:
|
|
404
613
|
type: integer
|
|
405
614
|
docs: The total number of active chats for this user with the specified tag.
|
|
406
|
-
|
|
407
|
-
docs:
|
|
408
|
-
A paginated list of chat events that occurred across chats in this
|
|
409
|
-
chat_group from the server
|
|
615
|
+
ReturnChatGroup:
|
|
616
|
+
docs: A description of chat_group and its status
|
|
410
617
|
properties:
|
|
411
618
|
id:
|
|
412
619
|
type: string
|
|
413
620
|
docs: >-
|
|
414
621
|
Identifier for the chat group. Any chat resumed from this chat will
|
|
415
622
|
have the same chat_group_id. Formatted as a UUID.
|
|
623
|
+
first_start_timestamp:
|
|
624
|
+
type: integer
|
|
625
|
+
docs: >-
|
|
626
|
+
The timestamp when the first chat in this chat group started,
|
|
627
|
+
formatted as a Unix epoch milliseconds.
|
|
628
|
+
most_recent_start_timestamp:
|
|
629
|
+
type: integer
|
|
630
|
+
docs: >-
|
|
631
|
+
The timestamp when the most recent chat in this chat group started,
|
|
632
|
+
formatted as a Unix epoch milliseconds.
|
|
633
|
+
most_recent_chat_id:
|
|
634
|
+
type: optional<string>
|
|
635
|
+
docs: >-
|
|
636
|
+
The chat_id of the most recent chat in this chat group. Formatted as a
|
|
637
|
+
UUID.
|
|
638
|
+
num_chats:
|
|
639
|
+
type: integer
|
|
640
|
+
docs: The total number of chats in this chat group.
|
|
641
|
+
active: optional<boolean>
|
|
642
|
+
ReturnPagedChatGroups:
|
|
643
|
+
docs: A paginated list of chat_groups returned from the server
|
|
644
|
+
properties:
|
|
416
645
|
page_number:
|
|
417
646
|
type: integer
|
|
418
647
|
docs: The page number of the returned results.
|
|
419
648
|
page_size:
|
|
420
649
|
type: integer
|
|
421
650
|
docs: The number of results returned per page.
|
|
651
|
+
total_pages:
|
|
652
|
+
type: integer
|
|
653
|
+
docs: The total number of pages in the collection
|
|
422
654
|
pagination_direction:
|
|
423
655
|
type: string
|
|
424
656
|
docs: The direction of the pagination (ASC or DESC).
|
|
425
|
-
|
|
657
|
+
chat_groups_page:
|
|
426
658
|
docs: >-
|
|
427
|
-
List of
|
|
428
|
-
size.
|
|
429
|
-
type: list<
|
|
659
|
+
List of chat_groups and their metadata returned for the specified page
|
|
660
|
+
number and page size.
|
|
661
|
+
type: list<ReturnChatGroup>
|
|
430
662
|
ReturnChatGroupPagedChats:
|
|
431
663
|
docs: >-
|
|
432
664
|
A description of chat_group and its status with a paginated list of each
|
|
@@ -456,139 +688,89 @@ types:
|
|
|
456
688
|
page_size:
|
|
457
689
|
type: integer
|
|
458
690
|
docs: The number of results returned per page.
|
|
691
|
+
total_pages:
|
|
692
|
+
type: integer
|
|
693
|
+
docs: The total number of pages in the collection
|
|
694
|
+
pagination_direction:
|
|
695
|
+
type: string
|
|
696
|
+
docs: The direction of the pagination (ASC or DESC).
|
|
459
697
|
chats_page:
|
|
460
698
|
docs: >-
|
|
461
699
|
List of chats and their metadata returned for the specified page
|
|
462
700
|
number and page size.
|
|
463
701
|
type: list<ReturnChat>
|
|
464
702
|
active: optional<boolean>
|
|
465
|
-
|
|
466
|
-
docs:
|
|
703
|
+
ReturnChatGroupPagedEvents:
|
|
704
|
+
docs: >-
|
|
705
|
+
A paginated list of chat events that occurred across chats in this
|
|
706
|
+
chat_group from the server
|
|
467
707
|
properties:
|
|
468
708
|
id:
|
|
469
709
|
type: string
|
|
470
710
|
docs: >-
|
|
471
711
|
Identifier for the chat group. Any chat resumed from this chat will
|
|
472
712
|
have the same chat_group_id. Formatted as a UUID.
|
|
473
|
-
first_start_timestamp:
|
|
474
|
-
type: integer
|
|
475
|
-
docs: >-
|
|
476
|
-
The timestamp when the first chat in this chat group started,
|
|
477
|
-
formatted as a Unix epoch milliseconds.
|
|
478
|
-
most_recent_start_timestamp:
|
|
479
|
-
type: integer
|
|
480
|
-
docs: >-
|
|
481
|
-
The timestamp when the most recent chat in this chat group started,
|
|
482
|
-
formatted as a Unix epoch milliseconds.
|
|
483
|
-
most_recent_chat_id:
|
|
484
|
-
type: optional<string>
|
|
485
|
-
docs: >-
|
|
486
|
-
The chat_id of the most recent chat in this chat group. Formatted as a
|
|
487
|
-
UUID.
|
|
488
|
-
num_chats:
|
|
489
|
-
type: integer
|
|
490
|
-
docs: The total number of chats in this chat group.
|
|
491
|
-
active: optional<boolean>
|
|
492
|
-
ReturnPagedChatGroups:
|
|
493
|
-
docs: A paginated list of chat_groups returned from the server
|
|
494
|
-
properties:
|
|
495
713
|
page_number:
|
|
496
714
|
type: integer
|
|
497
715
|
docs: The page number of the returned results.
|
|
498
716
|
page_size:
|
|
499
717
|
type: integer
|
|
500
718
|
docs: The number of results returned per page.
|
|
501
|
-
|
|
719
|
+
total_pages:
|
|
720
|
+
type: integer
|
|
721
|
+
docs: The total number of pages in the collection
|
|
722
|
+
pagination_direction:
|
|
723
|
+
type: string
|
|
724
|
+
docs: The direction of the pagination (ASC or DESC).
|
|
725
|
+
events_page:
|
|
502
726
|
docs: >-
|
|
503
|
-
List of
|
|
504
|
-
|
|
505
|
-
type: list<
|
|
506
|
-
|
|
507
|
-
docs: When provided, the output is an assistant end message.
|
|
727
|
+
List of chat_events returned for the specified page number and page
|
|
728
|
+
size.
|
|
729
|
+
type: list<ReturnChatEvent>
|
|
730
|
+
ReturnPurgeStats:
|
|
508
731
|
properties:
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
docs: >-
|
|
517
|
-
The type of message sent through the socket; for an Assistant End
|
|
518
|
-
message, this must be 'assistant_end'.
|
|
732
|
+
id: optional<string>
|
|
733
|
+
num_chats: optional<integer>
|
|
734
|
+
num_chat_events: optional<integer>
|
|
735
|
+
num_configs: optional<integer>
|
|
736
|
+
num_prompts: optional<integer>
|
|
737
|
+
num_tools: optional<integer>
|
|
738
|
+
num_voices: optional<integer>
|
|
519
739
|
AssistantInput:
|
|
520
740
|
docs: When provided, the input is spoken by EVI.
|
|
521
741
|
properties:
|
|
522
|
-
custom_session_id:
|
|
523
|
-
type: optional<string>
|
|
524
|
-
docs: >-
|
|
525
|
-
Used to manage conversational state, correlate frontend and backend
|
|
526
|
-
data, and persist conversations across EVI sessions.
|
|
527
|
-
text:
|
|
528
|
-
type: string
|
|
529
|
-
docs: Text to be synthesized.
|
|
530
742
|
type:
|
|
531
743
|
type: literal<"assistant_input">
|
|
532
744
|
docs: >-
|
|
533
745
|
The type of message sent through the socket; for an Assistant Input
|
|
534
|
-
message, this must be
|
|
535
|
-
AssistantMessage:
|
|
536
|
-
docs: When provided, the output is an assistant message.
|
|
537
|
-
properties:
|
|
746
|
+
message, this must be `assistant_input`.
|
|
538
747
|
custom_session_id:
|
|
539
748
|
type: optional<string>
|
|
540
749
|
docs: >-
|
|
541
750
|
Used to manage conversational state, correlate frontend and backend
|
|
542
751
|
data, and persist conversations across EVI sessions.
|
|
543
|
-
|
|
544
|
-
type:
|
|
545
|
-
docs:
|
|
546
|
-
id:
|
|
547
|
-
type: optional<string>
|
|
548
|
-
docs: ID of the assistant message.
|
|
549
|
-
message:
|
|
550
|
-
type: ChatMessage
|
|
551
|
-
docs: Transcript of the message.
|
|
552
|
-
models:
|
|
553
|
-
type: Inference
|
|
554
|
-
docs: Inference model results.
|
|
555
|
-
type:
|
|
556
|
-
type: literal<"assistant_message">
|
|
557
|
-
docs: >-
|
|
558
|
-
The type of message sent through the socket; for an Assistant Message,
|
|
559
|
-
this must be 'assistant_message'.
|
|
752
|
+
text:
|
|
753
|
+
type: string
|
|
754
|
+
docs: Text to be synthesized.
|
|
560
755
|
AudioConfiguration:
|
|
561
756
|
properties:
|
|
562
|
-
channels:
|
|
563
|
-
type: integer
|
|
564
|
-
docs: Number of channels.
|
|
565
757
|
encoding:
|
|
566
758
|
type: Encoding
|
|
567
759
|
docs: Audio encoding.
|
|
760
|
+
channels:
|
|
761
|
+
type: integer
|
|
762
|
+
docs: Number of channels.
|
|
568
763
|
sample_rate:
|
|
569
764
|
type: integer
|
|
570
765
|
docs: Audio sample rate.
|
|
571
766
|
AudioInput:
|
|
572
767
|
docs: When provided, the input is audio.
|
|
573
768
|
properties:
|
|
574
|
-
custom_session_id:
|
|
575
|
-
type: optional<string>
|
|
576
|
-
docs: >-
|
|
577
|
-
Used to manage conversational state, correlate frontend and backend
|
|
578
|
-
data, and persist conversations across EVI sessions.
|
|
579
|
-
data:
|
|
580
|
-
type: string
|
|
581
|
-
docs: Base64 encoded audio input.
|
|
582
|
-
validation:
|
|
583
|
-
format: base64
|
|
584
769
|
type:
|
|
585
770
|
type: literal<"audio_input">
|
|
586
771
|
docs: >-
|
|
587
772
|
The type of message sent through the socket; for an Audio Input
|
|
588
|
-
message, this must be
|
|
589
|
-
AudioOutput:
|
|
590
|
-
docs: When provided, the output is audio.
|
|
591
|
-
properties:
|
|
773
|
+
message, this must be `audio_input`.
|
|
592
774
|
custom_session_id:
|
|
593
775
|
type: optional<string>
|
|
594
776
|
docs: >-
|
|
@@ -596,74 +778,285 @@ types:
|
|
|
596
778
|
data, and persist conversations across EVI sessions.
|
|
597
779
|
data:
|
|
598
780
|
type: string
|
|
599
|
-
docs: Base64 encoded audio
|
|
781
|
+
docs: Base64 encoded audio input.
|
|
600
782
|
validation:
|
|
601
783
|
format: base64
|
|
602
|
-
id:
|
|
603
|
-
type: string
|
|
604
|
-
docs: ID of the audio output.
|
|
605
|
-
type:
|
|
606
|
-
type: literal<"audio_output">
|
|
607
|
-
docs: >-
|
|
608
|
-
The type of message sent through the socket; for an Audio Output
|
|
609
|
-
message, this must be 'audio_output'.
|
|
610
784
|
BuiltInTool: literal<"web_search">
|
|
611
785
|
BuiltinToolConfig:
|
|
612
786
|
properties:
|
|
613
|
-
fallback_content: optional<string>
|
|
614
787
|
name: BuiltInTool
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
docs: Function call response from client.
|
|
618
|
-
union:
|
|
619
|
-
- ToolResponseMessage
|
|
620
|
-
- ToolErrorMessage
|
|
621
|
-
ChatMessage:
|
|
788
|
+
fallback_content: optional<string>
|
|
789
|
+
Context:
|
|
622
790
|
properties:
|
|
623
|
-
|
|
624
|
-
type: optional<
|
|
625
|
-
docs:
|
|
626
|
-
|
|
627
|
-
type:
|
|
628
|
-
docs:
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
791
|
+
type:
|
|
792
|
+
type: optional<ContextType>
|
|
793
|
+
docs: The persistence level of the injected context.
|
|
794
|
+
text:
|
|
795
|
+
type: string
|
|
796
|
+
docs: User context to inject.
|
|
797
|
+
ContextType:
|
|
798
|
+
enum:
|
|
799
|
+
- editable
|
|
800
|
+
- persistent
|
|
801
|
+
- temporary
|
|
802
|
+
Encoding: literal<"linear16">
|
|
803
|
+
ErrorLevel: literal<"warn">
|
|
804
|
+
PauseAssistantMessage:
|
|
805
|
+
docs: >-
|
|
806
|
+
Pause responses from EVI. Chat history is still saved and sent after
|
|
807
|
+
resuming.
|
|
637
808
|
properties:
|
|
638
|
-
|
|
809
|
+
type:
|
|
810
|
+
type: literal<"pause_assistant_message">
|
|
811
|
+
docs: >-
|
|
812
|
+
The type of message sent through the socket; for a Pause Assistant
|
|
813
|
+
message, this must be `pause_assistant_message`.
|
|
814
|
+
custom_session_id:
|
|
815
|
+
type: optional<string>
|
|
816
|
+
docs: >-
|
|
817
|
+
Used to manage conversational state, correlate frontend and backend
|
|
818
|
+
data, and persist conversations across EVI sessions.
|
|
819
|
+
ResumeAssistantMessage:
|
|
820
|
+
docs: >-
|
|
821
|
+
Resume responses from EVI. Chat history sent while paused will now be
|
|
822
|
+
sent.
|
|
823
|
+
properties:
|
|
824
|
+
type:
|
|
825
|
+
type: literal<"resume_assistant_message">
|
|
826
|
+
docs: >-
|
|
827
|
+
The type of message sent through the socket; for a Resume Assistant
|
|
828
|
+
message, this must be `resume_assistant_message`.
|
|
829
|
+
custom_session_id:
|
|
830
|
+
type: optional<string>
|
|
831
|
+
docs: >-
|
|
832
|
+
Used to manage conversational state, correlate frontend and backend
|
|
833
|
+
data, and persist conversations across EVI sessions.
|
|
834
|
+
SessionSettings:
|
|
835
|
+
docs: Settings for this chat session.
|
|
836
|
+
properties:
|
|
837
|
+
type:
|
|
838
|
+
type: literal<"session_settings">
|
|
839
|
+
docs: >-
|
|
840
|
+
The type of message sent through the socket; for a Session Settings
|
|
841
|
+
message, this must be `session_settings`.
|
|
842
|
+
custom_session_id:
|
|
843
|
+
type: optional<string>
|
|
844
|
+
docs: >-
|
|
845
|
+
Used to manage conversational state, correlate frontend and backend
|
|
846
|
+
data, and persist conversations across EVI sessions.
|
|
847
|
+
system_prompt:
|
|
848
|
+
type: optional<string>
|
|
849
|
+
docs: >-
|
|
850
|
+
Instructions for how the system should respond to the user. Set to
|
|
851
|
+
null to use the default system prompt.
|
|
852
|
+
context:
|
|
853
|
+
type: optional<Context>
|
|
854
|
+
docs: User context to inject. Set to null to disable context injection.
|
|
855
|
+
audio:
|
|
856
|
+
type: optional<AudioConfiguration>
|
|
857
|
+
docs: Audio configuration.
|
|
858
|
+
language_model_api_key:
|
|
859
|
+
type: optional<string>
|
|
860
|
+
docs: Third party API key for the language model used for non-Hume models.
|
|
861
|
+
tools:
|
|
862
|
+
type: optional<list<Tool>>
|
|
863
|
+
docs: List of tools to enable.
|
|
864
|
+
builtin_tools:
|
|
865
|
+
type: optional<list<BuiltinToolConfig>>
|
|
866
|
+
docs: List of builtin tools to enable.
|
|
867
|
+
metadata: optional<map<string, unknown>>
|
|
868
|
+
Tool:
|
|
869
|
+
properties:
|
|
870
|
+
type:
|
|
871
|
+
type: ToolType
|
|
872
|
+
docs: Type of tool.
|
|
873
|
+
name:
|
|
639
874
|
type: string
|
|
640
|
-
docs:
|
|
641
|
-
|
|
875
|
+
docs: Name of the tool.
|
|
876
|
+
parameters:
|
|
642
877
|
type: string
|
|
643
|
-
docs:
|
|
878
|
+
docs: Parameters of the tool. Is a stringified JSON schema.
|
|
879
|
+
description:
|
|
880
|
+
type: optional<string>
|
|
881
|
+
docs: Description of the function.
|
|
882
|
+
fallback_content:
|
|
883
|
+
type: optional<string>
|
|
884
|
+
docs: >-
|
|
885
|
+
Fallback content of the tool, passed to the LLM if the function call
|
|
886
|
+
response fails.
|
|
887
|
+
ToolErrorMessage:
|
|
888
|
+
docs: When provided, the output is a function call error.
|
|
889
|
+
properties:
|
|
890
|
+
type:
|
|
891
|
+
type: literal<"tool_error">
|
|
892
|
+
docs: >-
|
|
893
|
+
The type of message sent through the socket; for a Tool Error message,
|
|
894
|
+
this must be `tool_error`.
|
|
644
895
|
custom_session_id:
|
|
645
896
|
type: optional<string>
|
|
646
897
|
docs: >-
|
|
647
898
|
Used to manage conversational state, correlate frontend and backend
|
|
648
899
|
data, and persist conversations across EVI sessions.
|
|
900
|
+
tool_type:
|
|
901
|
+
type: optional<ToolType>
|
|
902
|
+
docs: Type of tool called, either 'builtin' or 'function'.
|
|
903
|
+
tool_call_id:
|
|
904
|
+
type: string
|
|
905
|
+
docs: ID of the tool call.
|
|
906
|
+
content:
|
|
907
|
+
type: optional<string>
|
|
908
|
+
docs: The content passed to the LLM in place of the tool response.
|
|
909
|
+
error:
|
|
910
|
+
type: string
|
|
911
|
+
docs: Error message from the tool call, not exposed to the LLM or user.
|
|
912
|
+
code:
|
|
913
|
+
type: optional<string>
|
|
914
|
+
docs: Error code.
|
|
915
|
+
level:
|
|
916
|
+
type: optional<ErrorLevel>
|
|
917
|
+
docs: Error level.
|
|
918
|
+
ToolResponseMessage:
|
|
919
|
+
docs: When provided, the output is a function call response.
|
|
920
|
+
properties:
|
|
649
921
|
type:
|
|
650
|
-
type: literal<"
|
|
922
|
+
type: literal<"tool_response">
|
|
651
923
|
docs: >-
|
|
652
|
-
The type of message sent through the socket; for a
|
|
653
|
-
message, this must be
|
|
654
|
-
|
|
924
|
+
The type of message sent through the socket; for a Tool Response
|
|
925
|
+
message, this must be `tool_response`.
|
|
926
|
+
custom_session_id:
|
|
927
|
+
type: optional<string>
|
|
928
|
+
docs: >-
|
|
929
|
+
Used to manage conversational state, correlate frontend and backend
|
|
930
|
+
data, and persist conversations across EVI sessions.
|
|
931
|
+
tool_call_id:
|
|
932
|
+
type: string
|
|
933
|
+
docs: ID of the tool call.
|
|
934
|
+
content:
|
|
935
|
+
type: string
|
|
936
|
+
docs: Return value of the tool call.
|
|
937
|
+
tool_name: optional<string>
|
|
938
|
+
tool_type: optional<ToolType>
|
|
939
|
+
ToolType:
|
|
940
|
+
enum:
|
|
941
|
+
- builtin
|
|
942
|
+
- function
|
|
943
|
+
UserInput:
|
|
944
|
+
docs: User text to insert into the conversation.
|
|
655
945
|
properties:
|
|
946
|
+
type:
|
|
947
|
+
type: literal<"user_input">
|
|
948
|
+
docs: >-
|
|
949
|
+
The type of message sent through the socket; for a User Input message,
|
|
950
|
+
this must be `user_input`.
|
|
951
|
+
custom_session_id:
|
|
952
|
+
type: optional<string>
|
|
953
|
+
docs: >-
|
|
954
|
+
Used to manage conversational state, correlate frontend and backend
|
|
955
|
+
data, and persist conversations across EVI sessions.
|
|
656
956
|
text:
|
|
657
957
|
type: string
|
|
658
|
-
docs: User
|
|
958
|
+
docs: User text to insert into the conversation.
|
|
959
|
+
AssistantEnd:
|
|
960
|
+
docs: When provided, the output is an assistant end message.
|
|
961
|
+
properties:
|
|
659
962
|
type:
|
|
660
|
-
type:
|
|
661
|
-
docs:
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
963
|
+
type: literal<"assistant_message">
|
|
964
|
+
docs: >-
|
|
965
|
+
The type of message sent through the socket; for an Assistant End
|
|
966
|
+
message, this must be `assistant_end`.
|
|
967
|
+
custom_session_id:
|
|
968
|
+
type: optional<string>
|
|
969
|
+
docs: >-
|
|
970
|
+
Used to manage conversational state, correlate frontend and backend
|
|
971
|
+
data, and persist conversations across EVI sessions.
|
|
972
|
+
AssistantMessage:
|
|
973
|
+
docs: When provided, the output is an assistant message.
|
|
974
|
+
properties:
|
|
975
|
+
type:
|
|
976
|
+
type: literal<"assistant_message">
|
|
977
|
+
docs: >-
|
|
978
|
+
The type of message sent through the socket; for an Assistant Message,
|
|
979
|
+
this must be `assistant_message`.
|
|
980
|
+
custom_session_id:
|
|
981
|
+
type: optional<string>
|
|
982
|
+
docs: >-
|
|
983
|
+
Used to manage conversational state, correlate frontend and backend
|
|
984
|
+
data, and persist conversations across EVI sessions.
|
|
985
|
+
id:
|
|
986
|
+
type: optional<string>
|
|
987
|
+
docs: ID of the assistant message.
|
|
988
|
+
message:
|
|
989
|
+
type: ChatMessage
|
|
990
|
+
docs: Transcript of the message.
|
|
991
|
+
models:
|
|
992
|
+
type: Inference
|
|
993
|
+
docs: Inference model results.
|
|
994
|
+
from_text:
|
|
995
|
+
type: boolean
|
|
996
|
+
docs: Indicates if this message was constructed from a text input message.
|
|
997
|
+
AudioOutput:
|
|
998
|
+
docs: When provided, the output is audio.
|
|
999
|
+
properties:
|
|
1000
|
+
type:
|
|
1001
|
+
type: literal<"audio_output">
|
|
1002
|
+
docs: >-
|
|
1003
|
+
The type of message sent through the socket; for an Audio Output
|
|
1004
|
+
message, this must be `audio_output`.
|
|
1005
|
+
custom_session_id:
|
|
1006
|
+
type: optional<string>
|
|
1007
|
+
docs: >-
|
|
1008
|
+
Used to manage conversational state, correlate frontend and backend
|
|
1009
|
+
data, and persist conversations across EVI sessions.
|
|
1010
|
+
id:
|
|
1011
|
+
type: string
|
|
1012
|
+
docs: ID of the audio output.
|
|
1013
|
+
data:
|
|
1014
|
+
type: string
|
|
1015
|
+
docs: Base64 encoded audio output.
|
|
1016
|
+
validation:
|
|
1017
|
+
format: base64
|
|
1018
|
+
ChatMessageToolResult:
|
|
1019
|
+
discriminated: false
|
|
1020
|
+
docs: Function call response from client.
|
|
1021
|
+
union:
|
|
1022
|
+
- ToolResponseMessage
|
|
1023
|
+
- ToolErrorMessage
|
|
1024
|
+
ChatMessage:
|
|
1025
|
+
properties:
|
|
1026
|
+
role:
|
|
1027
|
+
type: Role
|
|
1028
|
+
docs: Role of who is providing the message.
|
|
1029
|
+
content:
|
|
1030
|
+
type: optional<string>
|
|
1031
|
+
docs: Transcript of the message.
|
|
1032
|
+
tool_call:
|
|
1033
|
+
type: optional<ToolCallMessage>
|
|
1034
|
+
docs: Function call name and arguments.
|
|
1035
|
+
tool_result:
|
|
1036
|
+
type: optional<ChatMessageToolResult>
|
|
1037
|
+
docs: Function call response from client.
|
|
1038
|
+
ChatMetadata:
|
|
1039
|
+
docs: When provided, the output is a chat metadata message.
|
|
1040
|
+
properties:
|
|
1041
|
+
type:
|
|
1042
|
+
type: literal<"chat_metadata">
|
|
1043
|
+
docs: >-
|
|
1044
|
+
The type of message sent through the socket; for a Chat Metadata
|
|
1045
|
+
message, this must be `chat_metadata`.
|
|
1046
|
+
custom_session_id:
|
|
1047
|
+
type: optional<string>
|
|
1048
|
+
docs: >-
|
|
1049
|
+
Used to manage conversational state, correlate frontend and backend
|
|
1050
|
+
data, and persist conversations across EVI sessions.
|
|
1051
|
+
chat_group_id:
|
|
1052
|
+
type: string
|
|
1053
|
+
docs: ID of the chat group. Used to resume a chat.
|
|
1054
|
+
chat_id:
|
|
1055
|
+
type: string
|
|
1056
|
+
docs: ID of the chat.
|
|
1057
|
+
request_id:
|
|
1058
|
+
type: optional<string>
|
|
1059
|
+
docs: ID of the initiating request.
|
|
667
1060
|
EmotionScores:
|
|
668
1061
|
properties:
|
|
669
1062
|
Admiration: double
|
|
@@ -714,30 +1107,28 @@ types:
|
|
|
714
1107
|
Sympathy: double
|
|
715
1108
|
Tiredness: double
|
|
716
1109
|
Triumph: double
|
|
717
|
-
Encoding: literal<"linear16">
|
|
718
1110
|
WebSocketError:
|
|
719
1111
|
docs: When provided, the output is an error message.
|
|
720
1112
|
properties:
|
|
721
|
-
|
|
722
|
-
type:
|
|
723
|
-
docs:
|
|
1113
|
+
type:
|
|
1114
|
+
type: literal<"error">
|
|
1115
|
+
docs: >-
|
|
1116
|
+
The type of message sent through the socket; for a Web Socket Error
|
|
1117
|
+
message, this must be `error`.
|
|
724
1118
|
custom_session_id:
|
|
725
1119
|
type: optional<string>
|
|
726
1120
|
docs: >-
|
|
727
1121
|
Used to manage conversational state, correlate frontend and backend
|
|
728
1122
|
data, and persist conversations across EVI sessions.
|
|
729
|
-
|
|
1123
|
+
code:
|
|
730
1124
|
type: string
|
|
731
|
-
docs: Error
|
|
1125
|
+
docs: Error code.
|
|
732
1126
|
slug:
|
|
733
1127
|
type: string
|
|
734
1128
|
docs: Error slug.
|
|
735
|
-
|
|
736
|
-
type:
|
|
737
|
-
docs:
|
|
738
|
-
The type of message sent through the socket; for a Web Socket Error
|
|
739
|
-
message, this must be 'error'.
|
|
740
|
-
ErrorLevel: literal<"warn">
|
|
1129
|
+
message:
|
|
1130
|
+
type: string
|
|
1131
|
+
docs: Error message.
|
|
741
1132
|
Inference:
|
|
742
1133
|
properties:
|
|
743
1134
|
prosody:
|
|
@@ -751,39 +1142,9 @@ types:
|
|
|
751
1142
|
end:
|
|
752
1143
|
type: integer
|
|
753
1144
|
docs: End time of the interval in milliseconds.
|
|
754
|
-
PauseAssistantMessage:
|
|
755
|
-
docs: >-
|
|
756
|
-
Pause responses from EVI. Chat history is still saved and sent after
|
|
757
|
-
resuming.
|
|
758
|
-
properties:
|
|
759
|
-
custom_session_id:
|
|
760
|
-
type: optional<string>
|
|
761
|
-
docs: >-
|
|
762
|
-
Used to manage conversational state, correlate frontend and backend
|
|
763
|
-
data, and persist conversations across EVI sessions.
|
|
764
|
-
type:
|
|
765
|
-
type: optional<literal<"pause_assistant_message">>
|
|
766
|
-
docs: >-
|
|
767
|
-
The type of message sent through the socket; for a Pause Assistant
|
|
768
|
-
message, this must be 'pause_assistant_message'.
|
|
769
1145
|
ProsodyInference:
|
|
770
1146
|
properties:
|
|
771
1147
|
scores: EmotionScores
|
|
772
|
-
ResumeAssistantMessage:
|
|
773
|
-
docs: >-
|
|
774
|
-
Resume responses from EVI. Chat history sent while paused will now be
|
|
775
|
-
sent.
|
|
776
|
-
properties:
|
|
777
|
-
custom_session_id:
|
|
778
|
-
type: optional<string>
|
|
779
|
-
docs: >-
|
|
780
|
-
Used to manage conversational state, correlate frontend and backend
|
|
781
|
-
data, and persist conversations across EVI sessions.
|
|
782
|
-
type:
|
|
783
|
-
type: optional<literal<"resume_assistant_message">>
|
|
784
|
-
docs: >-
|
|
785
|
-
The type of message sent through the socket; for a Resume Assistant
|
|
786
|
-
message, this must be 'resume_assistant_message'.
|
|
787
1148
|
Role:
|
|
788
1149
|
enum:
|
|
789
1150
|
- assistant
|
|
@@ -791,158 +1152,42 @@ types:
|
|
|
791
1152
|
- user
|
|
792
1153
|
- all
|
|
793
1154
|
- tool
|
|
794
|
-
SessionSettings:
|
|
795
|
-
docs: Settings for this chat session.
|
|
796
|
-
properties:
|
|
797
|
-
audio:
|
|
798
|
-
type: optional<AudioConfiguration>
|
|
799
|
-
docs: Audio configuration.
|
|
800
|
-
builtin_tools:
|
|
801
|
-
type: optional<list<BuiltinToolConfig>>
|
|
802
|
-
docs: List of builtin tools to enable.
|
|
803
|
-
custom_session_id:
|
|
804
|
-
type: optional<string>
|
|
805
|
-
docs: >-
|
|
806
|
-
Used to manage conversational state, correlate frontend and backend
|
|
807
|
-
data, and persist conversations across EVI sessions.
|
|
808
|
-
language_model_api_key:
|
|
809
|
-
type: optional<string>
|
|
810
|
-
docs: Third party API key for the language model used for non-Hume models.
|
|
811
|
-
system_prompt:
|
|
812
|
-
type: optional<string>
|
|
813
|
-
docs: >-
|
|
814
|
-
Instructions for how the system should respond to the user. Set to
|
|
815
|
-
null to use the default system prompt.
|
|
816
|
-
tools:
|
|
817
|
-
type: optional<list<Tool>>
|
|
818
|
-
docs: List of tools to enable.
|
|
819
|
-
type:
|
|
820
|
-
type: literal<"session_settings">
|
|
821
|
-
docs: >-
|
|
822
|
-
The type of message sent through the socket; for a Session Settings
|
|
823
|
-
message, this must be 'session_settings'.
|
|
824
|
-
Tool:
|
|
825
|
-
properties:
|
|
826
|
-
description:
|
|
827
|
-
type: optional<string>
|
|
828
|
-
docs: Description of the function.
|
|
829
|
-
fallback_content:
|
|
830
|
-
type: optional<string>
|
|
831
|
-
docs: >-
|
|
832
|
-
Fallback content of the tool, passed to the LLM if the function call
|
|
833
|
-
response fails.
|
|
834
|
-
name:
|
|
835
|
-
type: string
|
|
836
|
-
docs: Name of the tool.
|
|
837
|
-
parameters:
|
|
838
|
-
type: string
|
|
839
|
-
docs: Parameters of the tool. Is a stringified JSON schema.
|
|
840
|
-
type:
|
|
841
|
-
type: ToolType
|
|
842
|
-
docs: Type of tool.
|
|
843
1155
|
ToolCallMessage:
|
|
844
1156
|
docs: When provided, the output is a tool call.
|
|
845
1157
|
properties:
|
|
846
|
-
custom_session_id:
|
|
847
|
-
type: optional<string>
|
|
848
|
-
docs: >-
|
|
849
|
-
Used to manage conversational state, correlate frontend and backend
|
|
850
|
-
data, and persist conversations across EVI sessions.
|
|
851
1158
|
name:
|
|
852
1159
|
type: string
|
|
853
1160
|
docs: Name of the tool called.
|
|
854
1161
|
parameters:
|
|
855
1162
|
type: string
|
|
856
1163
|
docs: Parameters of the tool call. Is a stringified JSON schema.
|
|
857
|
-
response_required:
|
|
858
|
-
type: boolean
|
|
859
|
-
docs: Whether a response is required from the developer.
|
|
860
1164
|
tool_call_id:
|
|
861
1165
|
type: string
|
|
862
1166
|
docs: ID of the tool call.
|
|
863
|
-
tool_type:
|
|
864
|
-
type: ToolType
|
|
865
|
-
docs: Type of tool called, either 'builtin' or 'function'.
|
|
866
1167
|
type:
|
|
867
|
-
type:
|
|
1168
|
+
type: literal<"tool_call">
|
|
868
1169
|
docs: >-
|
|
869
1170
|
The type of message sent through the socket; for a Tool Call message,
|
|
870
|
-
this must be
|
|
871
|
-
ToolErrorMessage:
|
|
872
|
-
docs: When provided, the output is a function call error.
|
|
873
|
-
properties:
|
|
874
|
-
code:
|
|
875
|
-
type: optional<string>
|
|
876
|
-
docs: Error code.
|
|
877
|
-
content:
|
|
878
|
-
type: optional<string>
|
|
879
|
-
docs: The content passed to the LLM in place of the tool response.
|
|
1171
|
+
this must be `tool_call`.
|
|
880
1172
|
custom_session_id:
|
|
881
1173
|
type: optional<string>
|
|
882
1174
|
docs: >-
|
|
883
1175
|
Used to manage conversational state, correlate frontend and backend
|
|
884
1176
|
data, and persist conversations across EVI sessions.
|
|
885
|
-
error:
|
|
886
|
-
type: string
|
|
887
|
-
docs: Error message from the tool call, not exposed to the LLM or user.
|
|
888
|
-
level:
|
|
889
|
-
type: optional<ErrorLevel>
|
|
890
|
-
docs: Error level.
|
|
891
|
-
tool_call_id:
|
|
892
|
-
type: string
|
|
893
|
-
docs: ID of the tool call.
|
|
894
1177
|
tool_type:
|
|
895
1178
|
type: optional<ToolType>
|
|
896
1179
|
docs: Type of tool called, either 'builtin' or 'function'.
|
|
897
|
-
|
|
898
|
-
type:
|
|
899
|
-
docs:
|
|
900
|
-
The type of message sent through the socket; for a Tool Error message,
|
|
901
|
-
this must be 'tool_error'.
|
|
902
|
-
ToolResponseMessage:
|
|
903
|
-
docs: When provided, the output is a function call response.
|
|
904
|
-
properties:
|
|
905
|
-
content:
|
|
906
|
-
type: string
|
|
907
|
-
docs: Return value of the tool call.
|
|
908
|
-
custom_session_id:
|
|
909
|
-
type: optional<string>
|
|
910
|
-
docs: >-
|
|
911
|
-
Used to manage conversational state, correlate frontend and backend
|
|
912
|
-
data, and persist conversations across EVI sessions.
|
|
913
|
-
tool_call_id:
|
|
914
|
-
type: string
|
|
915
|
-
docs: ID of the tool call.
|
|
916
|
-
tool_name: optional<string>
|
|
917
|
-
tool_type: optional<ToolType>
|
|
918
|
-
type:
|
|
919
|
-
type: optional<literal<"tool_response">>
|
|
920
|
-
docs: >-
|
|
921
|
-
The type of message sent through the socket; for a Tool Response
|
|
922
|
-
message, this must be ‘tool_response’.
|
|
923
|
-
ToolType:
|
|
924
|
-
enum:
|
|
925
|
-
- builtin
|
|
926
|
-
- function
|
|
927
|
-
UserInput:
|
|
928
|
-
docs: User text to insert into the conversation.
|
|
929
|
-
properties:
|
|
930
|
-
custom_session_id:
|
|
931
|
-
type: optional<string>
|
|
932
|
-
docs: >-
|
|
933
|
-
Used to manage conversational state, correlate frontend and backend
|
|
934
|
-
data, and persist conversations across EVI sessions.
|
|
935
|
-
text:
|
|
936
|
-
type: string
|
|
937
|
-
docs: User text to insert into the conversation.
|
|
938
|
-
type:
|
|
939
|
-
type: literal<"user_input">
|
|
940
|
-
docs: >-
|
|
941
|
-
The type of message sent through the socket; for a User Input message,
|
|
942
|
-
this must be ‘user_input’.
|
|
1180
|
+
response_required:
|
|
1181
|
+
type: boolean
|
|
1182
|
+
docs: Whether a response is required from the developer.
|
|
943
1183
|
UserInterruption:
|
|
944
1184
|
docs: When provided, the output is an interruption.
|
|
945
1185
|
properties:
|
|
1186
|
+
type:
|
|
1187
|
+
type: literal<"user_interruption">
|
|
1188
|
+
docs: >-
|
|
1189
|
+
The type of message sent through the socket; for a User Interruption
|
|
1190
|
+
message, this must be `user_interruption`.
|
|
946
1191
|
custom_session_id:
|
|
947
1192
|
type: optional<string>
|
|
948
1193
|
docs: >-
|
|
@@ -951,22 +1196,19 @@ types:
|
|
|
951
1196
|
time:
|
|
952
1197
|
type: integer
|
|
953
1198
|
docs: Unix timestamp of the detected user interruption.
|
|
954
|
-
type:
|
|
955
|
-
type: literal<"user_interruption">
|
|
956
|
-
docs: >-
|
|
957
|
-
The type of message sent through the socket; for a User Interruption
|
|
958
|
-
message, this must be 'user_interruption'.
|
|
959
1199
|
UserMessage:
|
|
960
1200
|
docs: When provided, the output is a user message.
|
|
961
1201
|
properties:
|
|
1202
|
+
type:
|
|
1203
|
+
type: literal<"user_message">
|
|
1204
|
+
docs: >-
|
|
1205
|
+
The type of message sent through the socket; for a User message, this
|
|
1206
|
+
must be `user_message`.
|
|
962
1207
|
custom_session_id:
|
|
963
1208
|
type: optional<string>
|
|
964
1209
|
docs: >-
|
|
965
1210
|
Used to manage conversational state, correlate frontend and backend
|
|
966
1211
|
data, and persist conversations across EVI sessions.
|
|
967
|
-
from_text:
|
|
968
|
-
type: boolean
|
|
969
|
-
docs: Indicates if this message was constructed from a text input message.
|
|
970
1212
|
message:
|
|
971
1213
|
type: ChatMessage
|
|
972
1214
|
docs: Transcript of the message.
|
|
@@ -976,7 +1218,9 @@ types:
|
|
|
976
1218
|
time:
|
|
977
1219
|
type: MillisecondInterval
|
|
978
1220
|
docs: Start and End time of user message.
|
|
979
|
-
|
|
1221
|
+
from_text:
|
|
1222
|
+
type: boolean
|
|
1223
|
+
docs: Indicates if this message was constructed from a text input message.
|
|
980
1224
|
TtsInput:
|
|
981
1225
|
properties:
|
|
982
1226
|
type: optional<literal<"tts">>
|
|
@@ -986,3 +1230,95 @@ types:
|
|
|
986
1230
|
FunctionCallResponseInput:
|
|
987
1231
|
properties:
|
|
988
1232
|
type: optional<literal<"function_call_response">>
|
|
1233
|
+
ExtendedVoiceArgs:
|
|
1234
|
+
properties:
|
|
1235
|
+
text: string
|
|
1236
|
+
voice_args: VoiceArgs
|
|
1237
|
+
Features:
|
|
1238
|
+
properties:
|
|
1239
|
+
confidence:
|
|
1240
|
+
type: optional<double>
|
|
1241
|
+
docs: Confidence (F->M)
|
|
1242
|
+
default: 0
|
|
1243
|
+
validation:
|
|
1244
|
+
min: -20
|
|
1245
|
+
max: 20
|
|
1246
|
+
enthusiasm:
|
|
1247
|
+
type: optional<double>
|
|
1248
|
+
docs: Enthusiasm (M->A)
|
|
1249
|
+
default: 0
|
|
1250
|
+
validation:
|
|
1251
|
+
min: -20
|
|
1252
|
+
max: 20
|
|
1253
|
+
affirmative:
|
|
1254
|
+
type: optional<double>
|
|
1255
|
+
docs: Affirmative (F->A/M)
|
|
1256
|
+
default: 0
|
|
1257
|
+
validation:
|
|
1258
|
+
min: -20
|
|
1259
|
+
max: 20
|
|
1260
|
+
articulate:
|
|
1261
|
+
type: optional<double>
|
|
1262
|
+
docs: Articulate (A->M)
|
|
1263
|
+
default: 0
|
|
1264
|
+
validation:
|
|
1265
|
+
min: -20
|
|
1266
|
+
max: 20
|
|
1267
|
+
maturity:
|
|
1268
|
+
type: optional<double>
|
|
1269
|
+
docs: Maturity (M->F)
|
|
1270
|
+
default: 0
|
|
1271
|
+
validation:
|
|
1272
|
+
min: -20
|
|
1273
|
+
max: 20
|
|
1274
|
+
defeated:
|
|
1275
|
+
type: optional<double>
|
|
1276
|
+
docs: Defeated (N->M)
|
|
1277
|
+
default: 0
|
|
1278
|
+
validation:
|
|
1279
|
+
min: -20
|
|
1280
|
+
max: 20
|
|
1281
|
+
feminine:
|
|
1282
|
+
type: optional<double>
|
|
1283
|
+
docs: Feminine (M->F)
|
|
1284
|
+
default: 0
|
|
1285
|
+
validation:
|
|
1286
|
+
min: -20
|
|
1287
|
+
max: 20
|
|
1288
|
+
nerdy:
|
|
1289
|
+
type: optional<double>
|
|
1290
|
+
docs: Nerdy (A->A)
|
|
1291
|
+
default: 0
|
|
1292
|
+
validation:
|
|
1293
|
+
min: -20
|
|
1294
|
+
max: 20
|
|
1295
|
+
HTTPValidationError:
|
|
1296
|
+
properties:
|
|
1297
|
+
detail: optional<list<ValidationError>>
|
|
1298
|
+
ValidationErrorLocItem:
|
|
1299
|
+
discriminated: false
|
|
1300
|
+
union:
|
|
1301
|
+
- string
|
|
1302
|
+
- integer
|
|
1303
|
+
ValidationError:
|
|
1304
|
+
properties:
|
|
1305
|
+
loc: list<ValidationErrorLocItem>
|
|
1306
|
+
msg: string
|
|
1307
|
+
type: string
|
|
1308
|
+
VoiceArgs:
|
|
1309
|
+
properties:
|
|
1310
|
+
voice: optional<VoiceNameEnum>
|
|
1311
|
+
features: optional<Features>
|
|
1312
|
+
characters_per_second_ratio:
|
|
1313
|
+
type: optional<double>
|
|
1314
|
+
default: 1
|
|
1315
|
+
validation:
|
|
1316
|
+
min: 0.5
|
|
1317
|
+
max: 2
|
|
1318
|
+
baseline: optional<boolean>
|
|
1319
|
+
reconstruct: optional<boolean>
|
|
1320
|
+
VoiceNameEnum:
|
|
1321
|
+
enum:
|
|
1322
|
+
- ITO
|
|
1323
|
+
- KORA
|
|
1324
|
+
- DACHER
|