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.
Files changed (1829) hide show
  1. package/.mock/definition/empathic-voice/__package__.yml +662 -326
  2. package/.mock/definition/empathic-voice/chat.yml +11 -11
  3. package/.mock/definition/empathic-voice/chatGroups.yml +9 -0
  4. package/.mock/definition/empathic-voice/chats.yml +14 -1
  5. package/.mock/definition/empathic-voice/configs.yml +104 -88
  6. package/.mock/definition/empathic-voice/prompts.yml +4 -2
  7. package/.mock/definition/empathic-voice/tools.yml +4 -2
  8. package/.mock/fern.config.json +1 -1
  9. package/Client.d.ts +0 -3
  10. package/Client.js +4 -9
  11. package/api/resources/empathicVoice/client/Client.d.ts +3 -0
  12. package/api/resources/empathicVoice/client/Client.js +5 -0
  13. package/api/resources/empathicVoice/index.d.ts +0 -1
  14. package/api/resources/empathicVoice/index.js +0 -1
  15. package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +21 -0
  16. package/api/resources/empathicVoice/resources/chat/client/Client.js +60 -0
  17. package/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +76 -0
  18. package/api/resources/empathicVoice/resources/chat/client/Socket.js +177 -0
  19. package/api/resources/empathicVoice/resources/chat/client/index.d.ts +0 -0
  20. package/api/resources/empathicVoice/resources/chat/client/index.js +1 -0
  21. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
  22. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +8 -7
  23. package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +4 -0
  24. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +2 -2
  25. package/api/resources/empathicVoice/resources/chats/client/Client.js +8 -7
  26. package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +4 -0
  27. package/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +1 -1
  28. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
  29. package/api/resources/empathicVoice/resources/configs/client/Client.js +18 -24
  30. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
  31. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
  32. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +9 -9
  33. package/api/resources/empathicVoice/resources/prompts/client/Client.js +18 -24
  34. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +9 -9
  35. package/api/resources/empathicVoice/resources/tools/client/Client.js +18 -24
  36. package/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -2
  37. package/api/resources/empathicVoice/types/AssistantInput.d.ts +2 -2
  38. package/api/resources/empathicVoice/types/AssistantMessage.d.ts +4 -4
  39. package/api/resources/empathicVoice/types/AudioConfiguration.d.ts +2 -2
  40. package/api/resources/empathicVoice/types/AudioInput.d.ts +2 -2
  41. package/api/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
  42. package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  43. package/api/resources/empathicVoice/types/ChatMessage.d.ts +2 -2
  44. package/api/resources/empathicVoice/types/ChatMetadata.d.ts +6 -4
  45. package/api/resources/empathicVoice/types/Context.d.ts +2 -2
  46. package/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +8 -0
  47. package/api/resources/empathicVoice/types/Features.d.ts +21 -0
  48. package/api/resources/empathicVoice/types/HttpValidationError.d.ts +7 -0
  49. package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +2 -2
  50. package/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +18 -0
  51. package/api/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +10 -0
  52. package/api/resources/empathicVoice/types/PostedEllmModel.d.ts +10 -0
  53. package/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +12 -0
  54. package/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +11 -0
  55. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -1
  56. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -0
  57. package/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +12 -0
  58. package/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +11 -0
  59. package/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -4
  60. package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +3 -2
  61. package/api/resources/empathicVoice/types/PostedVoiceName.js +1 -0
  62. package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +2 -2
  63. package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -0
  64. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +2 -0
  65. package/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +4 -0
  66. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
  67. package/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +26 -0
  68. package/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +10 -0
  69. package/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +12 -0
  70. package/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +11 -0
  71. package/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +4 -0
  72. package/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +4 -0
  73. package/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +2 -0
  74. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +17 -0
  75. package/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +2 -0
  76. package/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +2 -0
  77. package/api/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +8 -0
  78. package/api/resources/empathicVoice/types/ReturnPurgeStats.d.ts +12 -0
  79. package/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +12 -0
  80. package/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +11 -0
  81. package/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
  82. package/api/resources/empathicVoice/types/SessionSettings.d.ts +11 -8
  83. package/api/resources/empathicVoice/types/Tool.d.ts +6 -6
  84. package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +7 -7
  85. package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +10 -10
  86. package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +4 -4
  87. package/api/resources/empathicVoice/types/UserInput.d.ts +2 -2
  88. package/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -2
  89. package/api/resources/empathicVoice/types/UserMessage.d.ts +4 -3
  90. package/api/resources/empathicVoice/types/ValidationError.d.ts +9 -0
  91. package/api/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +4 -0
  92. package/api/resources/empathicVoice/types/VoiceArgs.d.ts +11 -0
  93. package/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +9 -0
  94. package/api/resources/empathicVoice/types/VoiceNameEnum.js +11 -0
  95. package/api/resources/empathicVoice/types/WebSocketError.d.ts +6 -6
  96. package/api/resources/empathicVoice/types/index.d.ts +38 -15
  97. package/api/resources/empathicVoice/types/index.js +38 -15
  98. package/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +5 -5
  99. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +11 -16
  100. package/api/resources/index.d.ts +0 -1
  101. package/api/resources/index.js +1 -2
  102. package/core/runtime/runtime.d.ts +1 -1
  103. package/core/runtime/runtime.js +11 -1
  104. package/core/websocket/events.d.ts +36 -0
  105. package/core/websocket/events.js +27 -0
  106. package/core/websocket/index.d.ts +1 -1
  107. package/core/websocket/index.js +15 -3
  108. package/core/websocket/ws.d.ts +136 -0
  109. package/core/websocket/ws.js +432 -0
  110. package/dist/Client.d.ts +0 -3
  111. package/dist/Client.js +4 -9
  112. package/dist/api/resources/empathicVoice/client/Client.d.ts +3 -0
  113. package/dist/api/resources/empathicVoice/client/Client.js +5 -0
  114. package/dist/api/resources/empathicVoice/index.d.ts +0 -1
  115. package/dist/api/resources/empathicVoice/index.js +0 -1
  116. package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +21 -0
  117. package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +60 -0
  118. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.d.ts +76 -0
  119. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +177 -0
  120. package/dist/api/resources/empathicVoice/resources/chat/client/index.d.ts +0 -0
  121. package/dist/api/resources/empathicVoice/resources/chat/client/index.js +1 -0
  122. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
  123. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +8 -7
  124. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +4 -0
  125. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +2 -2
  126. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +8 -7
  127. package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +4 -0
  128. package/dist/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +1 -1
  129. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
  130. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +18 -24
  131. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
  132. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
  133. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +9 -9
  134. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +18 -24
  135. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +9 -9
  136. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +18 -24
  137. package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -2
  138. package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +2 -2
  139. package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +4 -4
  140. package/dist/api/resources/empathicVoice/types/AudioConfiguration.d.ts +2 -2
  141. package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +2 -2
  142. package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +4 -4
  143. package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  144. package/dist/api/resources/empathicVoice/types/ChatMessage.d.ts +2 -2
  145. package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +6 -4
  146. package/dist/api/resources/empathicVoice/types/Context.d.ts +2 -2
  147. package/dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +8 -0
  148. package/dist/api/resources/empathicVoice/types/Features.d.ts +21 -0
  149. package/dist/api/resources/empathicVoice/types/HttpValidationError.d.ts +7 -0
  150. package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +2 -2
  151. package/dist/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +18 -0
  152. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +10 -0
  153. package/dist/api/resources/empathicVoice/types/PostedEllmModel.d.ts +10 -0
  154. package/dist/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +12 -0
  155. package/dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +11 -0
  156. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -1
  157. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -0
  158. package/dist/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +12 -0
  159. package/dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +11 -0
  160. package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -4
  161. package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +3 -2
  162. package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +1 -0
  163. package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +2 -2
  164. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -0
  165. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +2 -0
  166. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +4 -0
  167. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
  168. package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +26 -0
  169. package/dist/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +10 -0
  170. package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +12 -0
  171. package/dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +11 -0
  172. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +4 -0
  173. package/dist/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +4 -0
  174. package/dist/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +2 -0
  175. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +17 -0
  176. package/dist/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +2 -0
  177. package/dist/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +2 -0
  178. package/dist/api/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +8 -0
  179. package/dist/api/resources/empathicVoice/types/ReturnPurgeStats.d.ts +12 -0
  180. package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +12 -0
  181. package/dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +11 -0
  182. package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +2 -2
  183. package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +11 -8
  184. package/dist/api/resources/empathicVoice/types/Tool.d.ts +6 -6
  185. package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +7 -7
  186. package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +10 -10
  187. package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +4 -4
  188. package/dist/api/resources/empathicVoice/types/UserInput.d.ts +2 -2
  189. package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -2
  190. package/dist/api/resources/empathicVoice/types/UserMessage.d.ts +4 -3
  191. package/dist/api/resources/empathicVoice/types/ValidationError.d.ts +9 -0
  192. package/dist/api/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +4 -0
  193. package/dist/api/resources/empathicVoice/types/VoiceArgs.d.ts +11 -0
  194. package/dist/api/resources/empathicVoice/types/VoiceNameEnum.d.ts +9 -0
  195. package/dist/api/resources/empathicVoice/types/VoiceNameEnum.js +11 -0
  196. package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +6 -6
  197. package/dist/api/resources/empathicVoice/types/index.d.ts +38 -15
  198. package/dist/api/resources/empathicVoice/types/index.js +38 -15
  199. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +5 -5
  200. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +11 -16
  201. package/dist/api/resources/index.d.ts +0 -1
  202. package/dist/api/resources/index.js +1 -2
  203. package/dist/core/runtime/runtime.d.ts +1 -1
  204. package/dist/core/runtime/runtime.js +11 -1
  205. package/dist/core/websocket/events.d.ts +36 -0
  206. package/dist/core/websocket/events.js +27 -0
  207. package/dist/core/websocket/index.d.ts +1 -1
  208. package/dist/core/websocket/index.js +15 -3
  209. package/dist/core/websocket/ws.d.ts +136 -0
  210. package/dist/core/websocket/ws.js +432 -0
  211. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
  212. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -2
  213. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
  214. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -2
  215. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
  216. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -1
  217. package/dist/serialization/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  218. package/dist/serialization/resources/empathicVoice/types/AssistantInput.js +1 -1
  219. package/dist/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
  220. package/dist/serialization/resources/empathicVoice/types/AssistantMessage.js +2 -2
  221. package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
  222. package/dist/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
  223. package/dist/serialization/resources/empathicVoice/types/AudioInput.d.ts +1 -1
  224. package/dist/serialization/resources/empathicVoice/types/AudioInput.js +1 -1
  225. package/dist/serialization/resources/empathicVoice/types/AudioOutput.d.ts +2 -2
  226. package/dist/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
  227. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  228. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
  229. package/dist/serialization/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
  230. package/dist/serialization/resources/empathicVoice/types/ChatMessage.js +1 -1
  231. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +3 -2
  232. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.js +3 -2
  233. package/dist/serialization/resources/empathicVoice/types/Context.d.ts +1 -1
  234. package/dist/serialization/resources/empathicVoice/types/Context.js +1 -1
  235. package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +14 -0
  236. package/dist/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +35 -0
  237. package/dist/serialization/resources/empathicVoice/types/Features.d.ts +19 -0
  238. package/dist/serialization/resources/empathicVoice/types/Features.js +40 -0
  239. package/dist/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +13 -0
  240. package/dist/serialization/resources/empathicVoice/types/HttpValidationError.js +34 -0
  241. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  242. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +1 -1
  243. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +16 -0
  244. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +39 -0
  245. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +12 -0
  246. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceName.js +33 -0
  247. package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +12 -0
  248. package/dist/serialization/resources/empathicVoice/types/PostedEllmModel.js +33 -0
  249. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +13 -0
  250. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpec.js +34 -0
  251. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +13 -0
  252. package/dist/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +34 -0
  253. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  254. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  255. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +13 -0
  256. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +34 -0
  257. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +14 -0
  258. package/dist/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +35 -0
  259. package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
  260. package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +2 -2
  261. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
  262. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
  263. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
  264. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +1 -1
  265. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +2 -0
  266. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +2 -0
  267. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -0
  268. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +1 -0
  269. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
  270. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +2 -0
  271. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
  272. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +6 -2
  273. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +20 -0
  274. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +41 -0
  275. package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +12 -0
  276. package/dist/serialization/resources/empathicVoice/types/ReturnEllmModel.js +33 -0
  277. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +13 -0
  278. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.js +34 -0
  279. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +13 -0
  280. package/dist/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +34 -0
  281. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +2 -0
  282. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +2 -0
  283. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +2 -0
  284. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChats.js +2 -0
  285. package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -0
  286. package/dist/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +1 -0
  287. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +16 -0
  288. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +37 -0
  289. package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -0
  290. package/dist/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +1 -0
  291. package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -0
  292. package/dist/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +1 -0
  293. package/dist/serialization/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +14 -0
  294. package/dist/serialization/resources/empathicVoice/types/ReturnPrivacySettings.js +35 -0
  295. package/dist/serialization/resources/empathicVoice/types/ReturnPurgeStats.d.ts +18 -0
  296. package/dist/serialization/resources/empathicVoice/types/ReturnPurgeStats.js +39 -0
  297. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +13 -0
  298. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +34 -0
  299. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -0
  300. package/dist/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +35 -0
  301. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
  302. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
  303. package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -5
  304. package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +8 -5
  305. package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
  306. package/dist/serialization/resources/empathicVoice/types/Tool.js +3 -3
  307. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +4 -4
  308. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +4 -4
  309. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
  310. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -6
  311. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
  312. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +2 -2
  313. package/dist/serialization/resources/empathicVoice/types/UserInput.d.ts +1 -1
  314. package/dist/serialization/resources/empathicVoice/types/UserInput.js +1 -1
  315. package/dist/serialization/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
  316. package/dist/serialization/resources/empathicVoice/types/UserInterruption.js +1 -1
  317. package/dist/serialization/resources/empathicVoice/types/UserMessage.d.ts +2 -2
  318. package/dist/serialization/resources/empathicVoice/types/UserMessage.js +2 -2
  319. package/dist/serialization/resources/empathicVoice/types/ValidationError.d.ts +15 -0
  320. package/dist/serialization/resources/empathicVoice/types/ValidationError.js +36 -0
  321. package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +10 -0
  322. package/dist/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +31 -0
  323. package/dist/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +18 -0
  324. package/dist/serialization/resources/empathicVoice/types/VoiceArgs.js +39 -0
  325. package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +10 -0
  326. package/dist/serialization/resources/empathicVoice/types/VoiceNameEnum.js +31 -0
  327. package/dist/serialization/resources/empathicVoice/types/WebSocketError.d.ts +3 -3
  328. package/dist/serialization/resources/empathicVoice/types/WebSocketError.js +3 -3
  329. package/dist/serialization/resources/empathicVoice/types/index.d.ts +38 -15
  330. package/dist/serialization/resources/empathicVoice/types/index.js +38 -15
  331. package/dist/serialization/resources/index.d.ts +0 -1
  332. package/dist/serialization/resources/index.js +1 -2
  333. package/dist/wrapper/HumeClient.d.ts +0 -3
  334. package/dist/wrapper/HumeClient.js +0 -5
  335. package/package.json +6 -1
  336. package/reference.md +160 -2230
  337. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +6 -2
  338. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +6 -2
  339. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +6 -2
  340. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +6 -2
  341. package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
  342. package/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -1
  343. package/serialization/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  344. package/serialization/resources/empathicVoice/types/AssistantInput.js +1 -1
  345. package/serialization/resources/empathicVoice/types/AssistantMessage.d.ts +2 -2
  346. package/serialization/resources/empathicVoice/types/AssistantMessage.js +2 -2
  347. package/serialization/resources/empathicVoice/types/AudioConfiguration.d.ts +1 -1
  348. package/serialization/resources/empathicVoice/types/AudioConfiguration.js +1 -1
  349. package/serialization/resources/empathicVoice/types/AudioInput.d.ts +1 -1
  350. package/serialization/resources/empathicVoice/types/AudioInput.js +1 -1
  351. package/serialization/resources/empathicVoice/types/AudioOutput.d.ts +2 -2
  352. package/serialization/resources/empathicVoice/types/AudioOutput.js +2 -2
  353. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +1 -1
  354. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +1 -1
  355. package/serialization/resources/empathicVoice/types/ChatMessage.d.ts +1 -1
  356. package/serialization/resources/empathicVoice/types/ChatMessage.js +1 -1
  357. package/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +3 -2
  358. package/serialization/resources/empathicVoice/types/ChatMetadata.js +3 -2
  359. package/serialization/resources/empathicVoice/types/Context.d.ts +1 -1
  360. package/serialization/resources/empathicVoice/types/Context.js +1 -1
  361. package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.d.ts +14 -0
  362. package/serialization/resources/empathicVoice/types/ExtendedVoiceArgs.js +35 -0
  363. package/serialization/resources/empathicVoice/types/Features.d.ts +19 -0
  364. package/serialization/resources/empathicVoice/types/Features.js +40 -0
  365. package/serialization/resources/empathicVoice/types/HttpValidationError.d.ts +13 -0
  366. package/serialization/resources/empathicVoice/types/HttpValidationError.js +34 -0
  367. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  368. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +1 -1
  369. package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +16 -0
  370. package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +39 -0
  371. package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.d.ts +12 -0
  372. package/serialization/resources/empathicVoice/types/PostedCustomVoiceName.js +33 -0
  373. package/serialization/resources/empathicVoice/types/PostedEllmModel.d.ts +12 -0
  374. package/serialization/resources/empathicVoice/types/PostedEllmModel.js +33 -0
  375. package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +13 -0
  376. package/serialization/resources/empathicVoice/types/PostedEventMessageSpec.js +34 -0
  377. package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +13 -0
  378. package/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +34 -0
  379. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  380. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  381. package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +13 -0
  382. package/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +34 -0
  383. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +14 -0
  384. package/serialization/resources/empathicVoice/types/PostedTimeoutSpecs.js +35 -0
  385. package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +2 -2
  386. package/serialization/resources/empathicVoice/types/PostedVoice.js +2 -2
  387. package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +1 -1
  388. package/serialization/resources/empathicVoice/types/PostedVoiceName.js +1 -1
  389. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +1 -1
  390. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +1 -1
  391. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +2 -0
  392. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +2 -0
  393. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +1 -0
  394. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +1 -0
  395. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
  396. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +2 -0
  397. package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +6 -2
  398. package/serialization/resources/empathicVoice/types/ReturnConfig.js +6 -2
  399. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +20 -0
  400. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +41 -0
  401. package/serialization/resources/empathicVoice/types/ReturnEllmModel.d.ts +12 -0
  402. package/serialization/resources/empathicVoice/types/ReturnEllmModel.js +33 -0
  403. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +13 -0
  404. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpec.js +34 -0
  405. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +13 -0
  406. package/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +34 -0
  407. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +2 -0
  408. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +2 -0
  409. package/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +2 -0
  410. package/serialization/resources/empathicVoice/types/ReturnPagedChats.js +2 -0
  411. package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -0
  412. package/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +1 -0
  413. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +16 -0
  414. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +37 -0
  415. package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -0
  416. package/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +1 -0
  417. package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -0
  418. package/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +1 -0
  419. package/serialization/resources/empathicVoice/types/ReturnPrivacySettings.d.ts +14 -0
  420. package/serialization/resources/empathicVoice/types/ReturnPrivacySettings.js +35 -0
  421. package/serialization/resources/empathicVoice/types/ReturnPurgeStats.d.ts +18 -0
  422. package/serialization/resources/empathicVoice/types/ReturnPurgeStats.js +39 -0
  423. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +13 -0
  424. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +34 -0
  425. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +14 -0
  426. package/serialization/resources/empathicVoice/types/ReturnTimeoutSpecs.js +35 -0
  427. package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
  428. package/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
  429. package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +8 -5
  430. package/serialization/resources/empathicVoice/types/SessionSettings.js +8 -5
  431. package/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
  432. package/serialization/resources/empathicVoice/types/Tool.js +3 -3
  433. package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +4 -4
  434. package/serialization/resources/empathicVoice/types/ToolCallMessage.js +4 -4
  435. package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -6
  436. package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -6
  437. package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +2 -2
  438. package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +2 -2
  439. package/serialization/resources/empathicVoice/types/UserInput.d.ts +1 -1
  440. package/serialization/resources/empathicVoice/types/UserInput.js +1 -1
  441. package/serialization/resources/empathicVoice/types/UserInterruption.d.ts +1 -1
  442. package/serialization/resources/empathicVoice/types/UserInterruption.js +1 -1
  443. package/serialization/resources/empathicVoice/types/UserMessage.d.ts +2 -2
  444. package/serialization/resources/empathicVoice/types/UserMessage.js +2 -2
  445. package/serialization/resources/empathicVoice/types/ValidationError.d.ts +15 -0
  446. package/serialization/resources/empathicVoice/types/ValidationError.js +36 -0
  447. package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.d.ts +10 -0
  448. package/serialization/resources/empathicVoice/types/ValidationErrorLocItem.js +31 -0
  449. package/serialization/resources/empathicVoice/types/VoiceArgs.d.ts +18 -0
  450. package/serialization/resources/empathicVoice/types/VoiceArgs.js +39 -0
  451. package/serialization/resources/empathicVoice/types/VoiceNameEnum.d.ts +10 -0
  452. package/serialization/resources/empathicVoice/types/VoiceNameEnum.js +31 -0
  453. package/serialization/resources/empathicVoice/types/WebSocketError.d.ts +3 -3
  454. package/serialization/resources/empathicVoice/types/WebSocketError.js +3 -3
  455. package/serialization/resources/empathicVoice/types/index.d.ts +38 -15
  456. package/serialization/resources/empathicVoice/types/index.js +38 -15
  457. package/serialization/resources/index.d.ts +0 -1
  458. package/serialization/resources/index.js +1 -2
  459. package/wrapper/HumeClient.d.ts +0 -3
  460. package/wrapper/HumeClient.js +0 -5
  461. package/.mock/definition/custom-models/__package__.yml +0 -1392
  462. package/.mock/definition/custom-models/datasets.yml +0 -406
  463. package/.mock/definition/custom-models/files.yml +0 -263
  464. package/.mock/definition/custom-models/jobs.yml +0 -44
  465. package/.mock/definition/custom-models/models.yml +0 -303
  466. package/api/resources/customModels/client/Client.d.ts +0 -33
  467. package/api/resources/customModels/client/Client.js +0 -32
  468. package/api/resources/customModels/client/index.d.ts +0 -1
  469. package/api/resources/customModels/client/index.js +0 -2
  470. package/api/resources/customModels/index.d.ts +0 -3
  471. package/api/resources/customModels/index.js +0 -19
  472. package/api/resources/customModels/resources/datasets/client/Client.d.ts +0 -126
  473. package/api/resources/customModels/resources/datasets/client/Client.js +0 -584
  474. package/api/resources/customModels/resources/datasets/client/index.d.ts +0 -1
  475. package/api/resources/customModels/resources/datasets/client/index.js +0 -17
  476. package/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.d.ts +0 -13
  477. package/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.d.ts +0 -9
  478. package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.d.ts +0 -21
  479. package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.d.ts +0 -21
  480. package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.d.ts +0 -21
  481. package/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.d.ts +0 -25
  482. package/api/resources/customModels/resources/datasets/client/requests/index.d.ts +0 -6
  483. package/api/resources/customModels/resources/datasets/client/requests/index.js +0 -2
  484. package/api/resources/customModels/resources/datasets/index.d.ts +0 -1
  485. package/api/resources/customModels/resources/datasets/index.js +0 -17
  486. package/api/resources/customModels/resources/files/client/Client.d.ts +0 -107
  487. package/api/resources/customModels/resources/files/client/Client.js +0 -438
  488. package/api/resources/customModels/resources/files/client/index.d.ts +0 -1
  489. package/api/resources/customModels/resources/files/client/index.js +0 -17
  490. package/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.d.ts +0 -21
  491. package/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.d.ts +0 -15
  492. package/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.d.ts +0 -9
  493. package/api/resources/customModels/resources/files/client/requests/index.d.ts +0 -3
  494. package/api/resources/customModels/resources/files/client/requests/index.js +0 -2
  495. package/api/resources/customModels/resources/files/index.d.ts +0 -1
  496. package/api/resources/customModels/resources/files/index.js +0 -17
  497. package/api/resources/customModels/resources/index.d.ts +0 -7
  498. package/api/resources/customModels/resources/index.js +0 -36
  499. package/api/resources/customModels/resources/jobs/client/Client.d.ts +0 -56
  500. package/api/resources/customModels/resources/jobs/client/Client.js +0 -177
  501. package/api/resources/customModels/resources/jobs/client/index.d.ts +0 -1
  502. package/api/resources/customModels/resources/jobs/client/index.js +0 -2
  503. package/api/resources/customModels/resources/jobs/index.d.ts +0 -1
  504. package/api/resources/customModels/resources/jobs/index.js +0 -17
  505. package/api/resources/customModels/resources/models/client/Client.d.ts +0 -90
  506. package/api/resources/customModels/resources/models/client/Client.js +0 -417
  507. package/api/resources/customModels/resources/models/client/index.d.ts +0 -1
  508. package/api/resources/customModels/resources/models/client/index.js +0 -17
  509. package/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.d.ts +0 -13
  510. package/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.d.ts +0 -25
  511. package/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.d.ts +0 -25
  512. package/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.d.ts +0 -15
  513. package/api/resources/customModels/resources/models/client/requests/index.d.ts +0 -4
  514. package/api/resources/customModels/resources/models/client/requests/index.js +0 -2
  515. package/api/resources/customModels/resources/models/index.d.ts +0 -1
  516. package/api/resources/customModels/resources/models/index.js +0 -17
  517. package/api/resources/customModels/types/Alternative.d.ts +0 -4
  518. package/api/resources/customModels/types/AttributeFilter.d.ts +0 -12
  519. package/api/resources/customModels/types/AuthorizedFile.d.ts +0 -40
  520. package/api/resources/customModels/types/Bcp47Tag.d.ts +0 -35
  521. package/api/resources/customModels/types/Bcp47Tag.js +0 -37
  522. package/api/resources/customModels/types/BoundingBox.d.ts +0 -16
  523. package/api/resources/customModels/types/BurstPrediction.d.ts +0 -11
  524. package/api/resources/customModels/types/Classification.d.ts +0 -4
  525. package/api/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -11
  526. package/api/resources/customModels/types/CompletedInference.d.ts +0 -15
  527. package/api/resources/customModels/types/CompletedTlInference.d.ts +0 -15
  528. package/api/resources/customModels/types/CompletedTraining.d.ts +0 -14
  529. package/api/resources/customModels/types/CustomModel.d.ts +0 -5
  530. package/api/resources/customModels/types/CustomModelId.d.ts +0 -6
  531. package/api/resources/customModels/types/CustomModelPrediction.d.ts +0 -8
  532. package/api/resources/customModels/types/CustomModelRequest.d.ts +0 -9
  533. package/api/resources/customModels/types/CustomModelVersionId.d.ts +0 -6
  534. package/api/resources/customModels/types/Dataset.d.ts +0 -5
  535. package/api/resources/customModels/types/DatasetId.d.ts +0 -6
  536. package/api/resources/customModels/types/DatasetLabels.d.ts +0 -21
  537. package/api/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -12
  538. package/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -14
  539. package/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -13
  540. package/api/resources/customModels/types/DatasetPage.d.ts +0 -18
  541. package/api/resources/customModels/types/DatasetVersion.d.ts +0 -20
  542. package/api/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -14
  543. package/api/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -13
  544. package/api/resources/customModels/types/DatasetVersionId.d.ts +0 -6
  545. package/api/resources/customModels/types/DatasetVersionPage.d.ts +0 -18
  546. package/api/resources/customModels/types/DescriptionsScore.d.ts +0 -9
  547. package/api/resources/customModels/types/Direction.d.ts +0 -8
  548. package/api/resources/customModels/types/Direction.js +0 -10
  549. package/api/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
  550. package/api/resources/customModels/types/EmotionScore.d.ts +0 -9
  551. package/api/resources/customModels/types/Error_.d.ts +0 -9
  552. package/api/resources/customModels/types/EvaluationArgs.d.ts +0 -7
  553. package/api/resources/customModels/types/ExternalModel.d.ts +0 -23
  554. package/api/resources/customModels/types/ExternalModelVersion.d.ts +0 -37
  555. package/api/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -15
  556. package/api/resources/customModels/types/ExternalModelVersionFileType.js +0 -14
  557. package/api/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -12
  558. package/api/resources/customModels/types/Face.d.ts +0 -18
  559. package/api/resources/customModels/types/Face.js +0 -5
  560. package/api/resources/customModels/types/FacePrediction.d.ts +0 -19
  561. package/api/resources/customModels/types/FacePrediction.js +0 -5
  562. package/api/resources/customModels/types/FacemeshPrediction.d.ts +0 -8
  563. package/api/resources/customModels/types/FacemeshPrediction.js +0 -5
  564. package/api/resources/customModels/types/FacsScore.d.ts +0 -9
  565. package/api/resources/customModels/types/FacsScore.js +0 -5
  566. package/api/resources/customModels/types/Failed.d.ts +0 -13
  567. package/api/resources/customModels/types/Failed.js +0 -5
  568. package/api/resources/customModels/types/FileInput.d.ts +0 -16
  569. package/api/resources/customModels/types/FileInput.js +0 -5
  570. package/api/resources/customModels/types/FilePage.d.ts +0 -18
  571. package/api/resources/customModels/types/FilePage.js +0 -5
  572. package/api/resources/customModels/types/FileWithAttributes.d.ts +0 -9
  573. package/api/resources/customModels/types/FileWithAttributes.js +0 -5
  574. package/api/resources/customModels/types/FileWithAttributesInput.d.ts +0 -9
  575. package/api/resources/customModels/types/FileWithAttributesInput.js +0 -5
  576. package/api/resources/customModels/types/File_.d.ts +0 -11
  577. package/api/resources/customModels/types/File_.js +0 -5
  578. package/api/resources/customModels/types/Granularity.d.ts +0 -13
  579. package/api/resources/customModels/types/Granularity.js +0 -12
  580. package/api/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
  581. package/api/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -5
  582. package/api/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -9
  583. package/api/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -5
  584. package/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
  585. package/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -5
  586. package/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
  587. package/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -5
  588. package/api/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -9
  589. package/api/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -5
  590. package/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
  591. package/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -5
  592. package/api/resources/customModels/types/InProgress.d.ts +0 -9
  593. package/api/resources/customModels/types/InProgress.js +0 -5
  594. package/api/resources/customModels/types/InferenceBaseRequest.d.ts +0 -22
  595. package/api/resources/customModels/types/InferenceBaseRequest.js +0 -5
  596. package/api/resources/customModels/types/InferencePrediction.d.ts +0 -9
  597. package/api/resources/customModels/types/InferencePrediction.js +0 -5
  598. package/api/resources/customModels/types/InferenceRequest.d.ts +0 -23
  599. package/api/resources/customModels/types/InferenceRequest.js +0 -5
  600. package/api/resources/customModels/types/InferenceResults.d.ts +0 -8
  601. package/api/resources/customModels/types/InferenceResults.js +0 -5
  602. package/api/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -10
  603. package/api/resources/customModels/types/InferenceSourcePredictResult.js +0 -5
  604. package/api/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -11
  605. package/api/resources/customModels/types/JobEmbeddingGeneration.js +0 -5
  606. package/api/resources/customModels/types/JobId.d.ts +0 -7
  607. package/api/resources/customModels/types/JobId.js +0 -5
  608. package/api/resources/customModels/types/JobInference.d.ts +0 -11
  609. package/api/resources/customModels/types/JobInference.js +0 -5
  610. package/api/resources/customModels/types/JobTlInference.d.ts +0 -11
  611. package/api/resources/customModels/types/JobTlInference.js +0 -5
  612. package/api/resources/customModels/types/JobTraining.d.ts +0 -11
  613. package/api/resources/customModels/types/JobTraining.js +0 -5
  614. package/api/resources/customModels/types/JsonObject.d.ts +0 -6
  615. package/api/resources/customModels/types/JsonObject.js +0 -5
  616. package/api/resources/customModels/types/Language.d.ts +0 -11
  617. package/api/resources/customModels/types/Language.js +0 -5
  618. package/api/resources/customModels/types/LanguagePrediction.d.ts +0 -24
  619. package/api/resources/customModels/types/LanguagePrediction.js +0 -5
  620. package/api/resources/customModels/types/ModelPage.d.ts +0 -18
  621. package/api/resources/customModels/types/ModelPage.js +0 -5
  622. package/api/resources/customModels/types/Models.d.ts +0 -12
  623. package/api/resources/customModels/types/Models.js +0 -5
  624. package/api/resources/customModels/types/ModelsPredictions.d.ts +0 -12
  625. package/api/resources/customModels/types/ModelsPredictions.js +0 -5
  626. package/api/resources/customModels/types/Ner.d.ts +0 -7
  627. package/api/resources/customModels/types/Ner.js +0 -5
  628. package/api/resources/customModels/types/NerPrediction.d.ts +0 -24
  629. package/api/resources/customModels/types/NerPrediction.js +0 -5
  630. package/api/resources/customModels/types/Null.d.ts +0 -7
  631. package/api/resources/customModels/types/Null.js +0 -5
  632. package/api/resources/customModels/types/PageableObject.d.ts +0 -12
  633. package/api/resources/customModels/types/PageableObject.js +0 -5
  634. package/api/resources/customModels/types/PositionInterval.d.ts +0 -12
  635. package/api/resources/customModels/types/PositionInterval.js +0 -5
  636. package/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
  637. package/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -5
  638. package/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
  639. package/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -5
  640. package/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
  641. package/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -5
  642. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
  643. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -5
  644. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
  645. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -5
  646. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
  647. package/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -5
  648. package/api/resources/customModels/types/Prosody.d.ts +0 -10
  649. package/api/resources/customModels/types/Prosody.js +0 -5
  650. package/api/resources/customModels/types/ProsodyPrediction.d.ts +0 -15
  651. package/api/resources/customModels/types/ProsodyPrediction.js +0 -5
  652. package/api/resources/customModels/types/Queued.d.ts +0 -7
  653. package/api/resources/customModels/types/Queued.js +0 -5
  654. package/api/resources/customModels/types/RegistryFileDetail.d.ts +0 -9
  655. package/api/resources/customModels/types/RegistryFileDetail.js +0 -5
  656. package/api/resources/customModels/types/Regression.d.ts +0 -4
  657. package/api/resources/customModels/types/Regression.js +0 -5
  658. package/api/resources/customModels/types/ReturnDataset.d.ts +0 -15
  659. package/api/resources/customModels/types/ReturnDataset.js +0 -5
  660. package/api/resources/customModels/types/SentimentScore.d.ts +0 -9
  661. package/api/resources/customModels/types/SentimentScore.js +0 -5
  662. package/api/resources/customModels/types/SortBy.d.ts +0 -9
  663. package/api/resources/customModels/types/SortBy.js +0 -11
  664. package/api/resources/customModels/types/SortObject.d.ts +0 -8
  665. package/api/resources/customModels/types/SortObject.js +0 -5
  666. package/api/resources/customModels/types/Source.d.ts +0 -16
  667. package/api/resources/customModels/types/Source.js +0 -5
  668. package/api/resources/customModels/types/SourceFile.d.ts +0 -6
  669. package/api/resources/customModels/types/SourceFile.js +0 -5
  670. package/api/resources/customModels/types/SourceTextSource.d.ts +0 -5
  671. package/api/resources/customModels/types/SourceTextSource.js +0 -5
  672. package/api/resources/customModels/types/SourceUrl.d.ts +0 -6
  673. package/api/resources/customModels/types/SourceUrl.js +0 -5
  674. package/api/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -19
  675. package/api/resources/customModels/types/StateEmbeddingGeneration.js +0 -5
  676. package/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
  677. package/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -5
  678. package/api/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -6
  679. package/api/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -5
  680. package/api/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
  681. package/api/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -5
  682. package/api/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -6
  683. package/api/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -5
  684. package/api/resources/customModels/types/StateInference.d.ts +0 -19
  685. package/api/resources/customModels/types/StateInference.js +0 -5
  686. package/api/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -6
  687. package/api/resources/customModels/types/StateInferenceCompletedInference.js +0 -5
  688. package/api/resources/customModels/types/StateInferenceFailed.d.ts +0 -6
  689. package/api/resources/customModels/types/StateInferenceFailed.js +0 -5
  690. package/api/resources/customModels/types/StateInferenceInProgress.d.ts +0 -6
  691. package/api/resources/customModels/types/StateInferenceInProgress.js +0 -5
  692. package/api/resources/customModels/types/StateInferenceQueued.d.ts +0 -6
  693. package/api/resources/customModels/types/StateInferenceQueued.js +0 -5
  694. package/api/resources/customModels/types/StateTlInference.d.ts +0 -19
  695. package/api/resources/customModels/types/StateTlInference.js +0 -5
  696. package/api/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
  697. package/api/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -5
  698. package/api/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -6
  699. package/api/resources/customModels/types/StateTlInferenceFailed.js +0 -5
  700. package/api/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -6
  701. package/api/resources/customModels/types/StateTlInferenceInProgress.js +0 -5
  702. package/api/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -6
  703. package/api/resources/customModels/types/StateTlInferenceQueued.js +0 -5
  704. package/api/resources/customModels/types/StateTraining.d.ts +0 -19
  705. package/api/resources/customModels/types/StateTraining.js +0 -5
  706. package/api/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -6
  707. package/api/resources/customModels/types/StateTrainingCompletedTraining.js +0 -5
  708. package/api/resources/customModels/types/StateTrainingFailed.d.ts +0 -6
  709. package/api/resources/customModels/types/StateTrainingFailed.js +0 -5
  710. package/api/resources/customModels/types/StateTrainingInProgress.d.ts +0 -6
  711. package/api/resources/customModels/types/StateTrainingInProgress.js +0 -5
  712. package/api/resources/customModels/types/StateTrainingQueued.d.ts +0 -6
  713. package/api/resources/customModels/types/StateTrainingQueued.js +0 -5
  714. package/api/resources/customModels/types/Status.d.ts +0 -10
  715. package/api/resources/customModels/types/Status.js +0 -12
  716. package/api/resources/customModels/types/Tag.d.ts +0 -7
  717. package/api/resources/customModels/types/Tag.js +0 -5
  718. package/api/resources/customModels/types/Target.d.ts +0 -4
  719. package/api/resources/customModels/types/Target.js +0 -5
  720. package/api/resources/customModels/types/Task.d.ts +0 -13
  721. package/api/resources/customModels/types/Task.js +0 -5
  722. package/api/resources/customModels/types/TaskClassification.d.ts +0 -5
  723. package/api/resources/customModels/types/TaskClassification.js +0 -5
  724. package/api/resources/customModels/types/TaskRegression.d.ts +0 -5
  725. package/api/resources/customModels/types/TaskRegression.js +0 -5
  726. package/api/resources/customModels/types/TextSource.d.ts +0 -4
  727. package/api/resources/customModels/types/TextSource.js +0 -5
  728. package/api/resources/customModels/types/TimeInterval.d.ts +0 -12
  729. package/api/resources/customModels/types/TimeInterval.js +0 -5
  730. package/api/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -19
  731. package/api/resources/customModels/types/TlInferenceBaseRequest.js +0 -5
  732. package/api/resources/customModels/types/TlInferencePrediction.d.ts +0 -10
  733. package/api/resources/customModels/types/TlInferencePrediction.js +0 -5
  734. package/api/resources/customModels/types/TlInferenceResults.d.ts +0 -8
  735. package/api/resources/customModels/types/TlInferenceResults.js +0 -5
  736. package/api/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -10
  737. package/api/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -5
  738. package/api/resources/customModels/types/ToxicityScore.d.ts +0 -9
  739. package/api/resources/customModels/types/ToxicityScore.js +0 -5
  740. package/api/resources/customModels/types/TrainingBaseRequest.d.ts +0 -14
  741. package/api/resources/customModels/types/TrainingBaseRequest.js +0 -5
  742. package/api/resources/customModels/types/TrainingCustomModel.d.ts +0 -7
  743. package/api/resources/customModels/types/TrainingCustomModel.js +0 -5
  744. package/api/resources/customModels/types/Transcription.d.ts +0 -11
  745. package/api/resources/customModels/types/Transcription.js +0 -5
  746. package/api/resources/customModels/types/TranscriptionMetadata.d.ts +0 -12
  747. package/api/resources/customModels/types/TranscriptionMetadata.js +0 -5
  748. package/api/resources/customModels/types/Type.d.ts +0 -10
  749. package/api/resources/customModels/types/Type.js +0 -12
  750. package/api/resources/customModels/types/Unconfigurable.d.ts +0 -7
  751. package/api/resources/customModels/types/Unconfigurable.js +0 -5
  752. package/api/resources/customModels/types/UnionJob.d.ts +0 -19
  753. package/api/resources/customModels/types/UnionJob.js +0 -5
  754. package/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -6
  755. package/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -5
  756. package/api/resources/customModels/types/UnionJobJobInference.d.ts +0 -6
  757. package/api/resources/customModels/types/UnionJobJobInference.js +0 -5
  758. package/api/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -6
  759. package/api/resources/customModels/types/UnionJobJobTlInference.js +0 -5
  760. package/api/resources/customModels/types/UnionJobJobTraining.d.ts +0 -6
  761. package/api/resources/customModels/types/UnionJobJobTraining.js +0 -5
  762. package/api/resources/customModels/types/UnionPredictResult.d.ts +0 -5
  763. package/api/resources/customModels/types/UnionPredictResult.js +0 -5
  764. package/api/resources/customModels/types/Unit.d.ts +0 -4
  765. package/api/resources/customModels/types/Unit.js +0 -5
  766. package/api/resources/customModels/types/Url.d.ts +0 -7
  767. package/api/resources/customModels/types/Url.js +0 -5
  768. package/api/resources/customModels/types/ValidationArgs.d.ts +0 -7
  769. package/api/resources/customModels/types/ValidationArgs.js +0 -5
  770. package/api/resources/customModels/types/When.d.ts +0 -8
  771. package/api/resources/customModels/types/When.js +0 -10
  772. package/api/resources/customModels/types/Window.d.ts +0 -9
  773. package/api/resources/customModels/types/Window.js +0 -5
  774. package/api/resources/customModels/types/index.d.ts +0 -144
  775. package/api/resources/customModels/types/index.js +0 -160
  776. package/api/resources/empathicVoice/client/StreamSocket.d.ts +0 -48
  777. package/api/resources/empathicVoice/client/StreamSocket.js +0 -139
  778. package/api/resources/empathicVoice/client/index.d.ts +0 -1
  779. package/api/resources/empathicVoice/client/index.js +0 -17
  780. package/core/websocket/WebSocket.d.ts +0 -6
  781. package/core/websocket/WebSocket.js +0 -44
  782. package/dist/api/resources/customModels/client/Client.d.ts +0 -33
  783. package/dist/api/resources/customModels/client/Client.js +0 -32
  784. package/dist/api/resources/customModels/client/index.d.ts +0 -1
  785. package/dist/api/resources/customModels/client/index.js +0 -2
  786. package/dist/api/resources/customModels/index.d.ts +0 -3
  787. package/dist/api/resources/customModels/index.js +0 -19
  788. package/dist/api/resources/customModels/resources/datasets/client/Client.d.ts +0 -126
  789. package/dist/api/resources/customModels/resources/datasets/client/Client.js +0 -584
  790. package/dist/api/resources/customModels/resources/datasets/client/index.d.ts +0 -1
  791. package/dist/api/resources/customModels/resources/datasets/client/index.js +0 -17
  792. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.d.ts +0 -13
  793. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.js +0 -5
  794. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.d.ts +0 -9
  795. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.js +0 -5
  796. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.d.ts +0 -21
  797. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.js +0 -5
  798. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.d.ts +0 -21
  799. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.js +0 -5
  800. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.d.ts +0 -21
  801. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.js +0 -5
  802. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.d.ts +0 -25
  803. package/dist/api/resources/customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.js +0 -5
  804. package/dist/api/resources/customModels/resources/datasets/client/requests/index.d.ts +0 -6
  805. package/dist/api/resources/customModels/resources/datasets/client/requests/index.js +0 -2
  806. package/dist/api/resources/customModels/resources/datasets/index.d.ts +0 -1
  807. package/dist/api/resources/customModels/resources/datasets/index.js +0 -17
  808. package/dist/api/resources/customModels/resources/files/client/Client.d.ts +0 -107
  809. package/dist/api/resources/customModels/resources/files/client/Client.js +0 -438
  810. package/dist/api/resources/customModels/resources/files/client/index.d.ts +0 -1
  811. package/dist/api/resources/customModels/resources/files/client/index.js +0 -17
  812. package/dist/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.d.ts +0 -21
  813. package/dist/api/resources/customModels/resources/files/client/requests/FilesListFilesRequest.js +0 -5
  814. package/dist/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.d.ts +0 -15
  815. package/dist/api/resources/customModels/resources/files/client/requests/FilesUpdateFileNameRequest.js +0 -5
  816. package/dist/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.d.ts +0 -9
  817. package/dist/api/resources/customModels/resources/files/client/requests/FilesUploadFileRequest.js +0 -5
  818. package/dist/api/resources/customModels/resources/files/client/requests/index.d.ts +0 -3
  819. package/dist/api/resources/customModels/resources/files/client/requests/index.js +0 -2
  820. package/dist/api/resources/customModels/resources/files/index.d.ts +0 -1
  821. package/dist/api/resources/customModels/resources/files/index.js +0 -17
  822. package/dist/api/resources/customModels/resources/index.d.ts +0 -7
  823. package/dist/api/resources/customModels/resources/index.js +0 -36
  824. package/dist/api/resources/customModels/resources/jobs/client/Client.d.ts +0 -56
  825. package/dist/api/resources/customModels/resources/jobs/client/Client.js +0 -177
  826. package/dist/api/resources/customModels/resources/jobs/client/index.d.ts +0 -1
  827. package/dist/api/resources/customModels/resources/jobs/client/index.js +0 -2
  828. package/dist/api/resources/customModels/resources/jobs/index.d.ts +0 -1
  829. package/dist/api/resources/customModels/resources/jobs/index.js +0 -17
  830. package/dist/api/resources/customModels/resources/models/client/Client.d.ts +0 -90
  831. package/dist/api/resources/customModels/resources/models/client/Client.js +0 -417
  832. package/dist/api/resources/customModels/resources/models/client/index.d.ts +0 -1
  833. package/dist/api/resources/customModels/resources/models/client/index.js +0 -17
  834. package/dist/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.d.ts +0 -13
  835. package/dist/api/resources/customModels/resources/models/client/requests/ModelsGetModelVersionRequest.js +0 -5
  836. package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.d.ts +0 -25
  837. package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelVersionsRequest.js +0 -5
  838. package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.d.ts +0 -25
  839. package/dist/api/resources/customModels/resources/models/client/requests/ModelsListModelsRequest.js +0 -5
  840. package/dist/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.d.ts +0 -15
  841. package/dist/api/resources/customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.js +0 -5
  842. package/dist/api/resources/customModels/resources/models/client/requests/index.d.ts +0 -4
  843. package/dist/api/resources/customModels/resources/models/client/requests/index.js +0 -2
  844. package/dist/api/resources/customModels/resources/models/index.d.ts +0 -1
  845. package/dist/api/resources/customModels/resources/models/index.js +0 -17
  846. package/dist/api/resources/customModels/types/Alternative.d.ts +0 -4
  847. package/dist/api/resources/customModels/types/Alternative.js +0 -5
  848. package/dist/api/resources/customModels/types/AttributeFilter.d.ts +0 -12
  849. package/dist/api/resources/customModels/types/AttributeFilter.js +0 -5
  850. package/dist/api/resources/customModels/types/AuthorizedFile.d.ts +0 -40
  851. package/dist/api/resources/customModels/types/AuthorizedFile.js +0 -5
  852. package/dist/api/resources/customModels/types/Bcp47Tag.d.ts +0 -35
  853. package/dist/api/resources/customModels/types/Bcp47Tag.js +0 -37
  854. package/dist/api/resources/customModels/types/BoundingBox.d.ts +0 -16
  855. package/dist/api/resources/customModels/types/BoundingBox.js +0 -5
  856. package/dist/api/resources/customModels/types/BurstPrediction.d.ts +0 -11
  857. package/dist/api/resources/customModels/types/BurstPrediction.js +0 -5
  858. package/dist/api/resources/customModels/types/Classification.d.ts +0 -4
  859. package/dist/api/resources/customModels/types/Classification.js +0 -5
  860. package/dist/api/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -11
  861. package/dist/api/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -5
  862. package/dist/api/resources/customModels/types/CompletedInference.d.ts +0 -15
  863. package/dist/api/resources/customModels/types/CompletedInference.js +0 -5
  864. package/dist/api/resources/customModels/types/CompletedTlInference.d.ts +0 -15
  865. package/dist/api/resources/customModels/types/CompletedTlInference.js +0 -5
  866. package/dist/api/resources/customModels/types/CompletedTraining.d.ts +0 -14
  867. package/dist/api/resources/customModels/types/CompletedTraining.js +0 -5
  868. package/dist/api/resources/customModels/types/CustomModel.d.ts +0 -5
  869. package/dist/api/resources/customModels/types/CustomModel.js +0 -5
  870. package/dist/api/resources/customModels/types/CustomModelId.d.ts +0 -6
  871. package/dist/api/resources/customModels/types/CustomModelId.js +0 -5
  872. package/dist/api/resources/customModels/types/CustomModelPrediction.d.ts +0 -8
  873. package/dist/api/resources/customModels/types/CustomModelPrediction.js +0 -5
  874. package/dist/api/resources/customModels/types/CustomModelRequest.d.ts +0 -9
  875. package/dist/api/resources/customModels/types/CustomModelRequest.js +0 -5
  876. package/dist/api/resources/customModels/types/CustomModelVersionId.d.ts +0 -6
  877. package/dist/api/resources/customModels/types/CustomModelVersionId.js +0 -5
  878. package/dist/api/resources/customModels/types/Dataset.d.ts +0 -5
  879. package/dist/api/resources/customModels/types/Dataset.js +0 -5
  880. package/dist/api/resources/customModels/types/DatasetId.d.ts +0 -6
  881. package/dist/api/resources/customModels/types/DatasetId.js +0 -5
  882. package/dist/api/resources/customModels/types/DatasetLabels.d.ts +0 -21
  883. package/dist/api/resources/customModels/types/DatasetLabels.js +0 -5
  884. package/dist/api/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -12
  885. package/dist/api/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -5
  886. package/dist/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -14
  887. package/dist/api/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -13
  888. package/dist/api/resources/customModels/types/DatasetPage.d.ts +0 -18
  889. package/dist/api/resources/customModels/types/DatasetPage.js +0 -5
  890. package/dist/api/resources/customModels/types/DatasetVersion.d.ts +0 -20
  891. package/dist/api/resources/customModels/types/DatasetVersion.js +0 -5
  892. package/dist/api/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -14
  893. package/dist/api/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -13
  894. package/dist/api/resources/customModels/types/DatasetVersionId.d.ts +0 -6
  895. package/dist/api/resources/customModels/types/DatasetVersionId.js +0 -5
  896. package/dist/api/resources/customModels/types/DatasetVersionPage.d.ts +0 -18
  897. package/dist/api/resources/customModels/types/DatasetVersionPage.js +0 -5
  898. package/dist/api/resources/customModels/types/DescriptionsScore.d.ts +0 -9
  899. package/dist/api/resources/customModels/types/DescriptionsScore.js +0 -5
  900. package/dist/api/resources/customModels/types/Direction.d.ts +0 -8
  901. package/dist/api/resources/customModels/types/Direction.js +0 -10
  902. package/dist/api/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -8
  903. package/dist/api/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -5
  904. package/dist/api/resources/customModels/types/EmotionScore.d.ts +0 -9
  905. package/dist/api/resources/customModels/types/EmotionScore.js +0 -5
  906. package/dist/api/resources/customModels/types/Error_.d.ts +0 -9
  907. package/dist/api/resources/customModels/types/Error_.js +0 -5
  908. package/dist/api/resources/customModels/types/EvaluationArgs.d.ts +0 -7
  909. package/dist/api/resources/customModels/types/EvaluationArgs.js +0 -5
  910. package/dist/api/resources/customModels/types/ExternalModel.d.ts +0 -23
  911. package/dist/api/resources/customModels/types/ExternalModel.js +0 -5
  912. package/dist/api/resources/customModels/types/ExternalModelVersion.d.ts +0 -37
  913. package/dist/api/resources/customModels/types/ExternalModelVersion.js +0 -5
  914. package/dist/api/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -15
  915. package/dist/api/resources/customModels/types/ExternalModelVersionFileType.js +0 -14
  916. package/dist/api/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -12
  917. package/dist/api/resources/customModels/types/ExternalModelVersionTag.js +0 -5
  918. package/dist/api/resources/customModels/types/Face.d.ts +0 -18
  919. package/dist/api/resources/customModels/types/Face.js +0 -5
  920. package/dist/api/resources/customModels/types/FacePrediction.d.ts +0 -19
  921. package/dist/api/resources/customModels/types/FacePrediction.js +0 -5
  922. package/dist/api/resources/customModels/types/FacemeshPrediction.d.ts +0 -8
  923. package/dist/api/resources/customModels/types/FacemeshPrediction.js +0 -5
  924. package/dist/api/resources/customModels/types/FacsScore.d.ts +0 -9
  925. package/dist/api/resources/customModels/types/FacsScore.js +0 -5
  926. package/dist/api/resources/customModels/types/Failed.d.ts +0 -13
  927. package/dist/api/resources/customModels/types/Failed.js +0 -5
  928. package/dist/api/resources/customModels/types/FileInput.d.ts +0 -16
  929. package/dist/api/resources/customModels/types/FileInput.js +0 -5
  930. package/dist/api/resources/customModels/types/FilePage.d.ts +0 -18
  931. package/dist/api/resources/customModels/types/FilePage.js +0 -5
  932. package/dist/api/resources/customModels/types/FileWithAttributes.d.ts +0 -9
  933. package/dist/api/resources/customModels/types/FileWithAttributes.js +0 -5
  934. package/dist/api/resources/customModels/types/FileWithAttributesInput.d.ts +0 -9
  935. package/dist/api/resources/customModels/types/FileWithAttributesInput.js +0 -5
  936. package/dist/api/resources/customModels/types/File_.d.ts +0 -11
  937. package/dist/api/resources/customModels/types/File_.js +0 -5
  938. package/dist/api/resources/customModels/types/Granularity.d.ts +0 -13
  939. package/dist/api/resources/customModels/types/Granularity.js +0 -12
  940. package/dist/api/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -9
  941. package/dist/api/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -5
  942. package/dist/api/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -9
  943. package/dist/api/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -5
  944. package/dist/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -9
  945. package/dist/api/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -5
  946. package/dist/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -9
  947. package/dist/api/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -5
  948. package/dist/api/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -9
  949. package/dist/api/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -5
  950. package/dist/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -9
  951. package/dist/api/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -5
  952. package/dist/api/resources/customModels/types/InProgress.d.ts +0 -9
  953. package/dist/api/resources/customModels/types/InProgress.js +0 -5
  954. package/dist/api/resources/customModels/types/InferenceBaseRequest.d.ts +0 -22
  955. package/dist/api/resources/customModels/types/InferenceBaseRequest.js +0 -5
  956. package/dist/api/resources/customModels/types/InferencePrediction.d.ts +0 -9
  957. package/dist/api/resources/customModels/types/InferencePrediction.js +0 -5
  958. package/dist/api/resources/customModels/types/InferenceRequest.d.ts +0 -23
  959. package/dist/api/resources/customModels/types/InferenceRequest.js +0 -5
  960. package/dist/api/resources/customModels/types/InferenceResults.d.ts +0 -8
  961. package/dist/api/resources/customModels/types/InferenceResults.js +0 -5
  962. package/dist/api/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -10
  963. package/dist/api/resources/customModels/types/InferenceSourcePredictResult.js +0 -5
  964. package/dist/api/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -11
  965. package/dist/api/resources/customModels/types/JobEmbeddingGeneration.js +0 -5
  966. package/dist/api/resources/customModels/types/JobId.d.ts +0 -7
  967. package/dist/api/resources/customModels/types/JobId.js +0 -5
  968. package/dist/api/resources/customModels/types/JobInference.d.ts +0 -11
  969. package/dist/api/resources/customModels/types/JobInference.js +0 -5
  970. package/dist/api/resources/customModels/types/JobTlInference.d.ts +0 -11
  971. package/dist/api/resources/customModels/types/JobTlInference.js +0 -5
  972. package/dist/api/resources/customModels/types/JobTraining.d.ts +0 -11
  973. package/dist/api/resources/customModels/types/JobTraining.js +0 -5
  974. package/dist/api/resources/customModels/types/JsonObject.d.ts +0 -6
  975. package/dist/api/resources/customModels/types/JsonObject.js +0 -5
  976. package/dist/api/resources/customModels/types/Language.d.ts +0 -11
  977. package/dist/api/resources/customModels/types/Language.js +0 -5
  978. package/dist/api/resources/customModels/types/LanguagePrediction.d.ts +0 -24
  979. package/dist/api/resources/customModels/types/LanguagePrediction.js +0 -5
  980. package/dist/api/resources/customModels/types/ModelPage.d.ts +0 -18
  981. package/dist/api/resources/customModels/types/ModelPage.js +0 -5
  982. package/dist/api/resources/customModels/types/Models.d.ts +0 -12
  983. package/dist/api/resources/customModels/types/Models.js +0 -5
  984. package/dist/api/resources/customModels/types/ModelsPredictions.d.ts +0 -12
  985. package/dist/api/resources/customModels/types/ModelsPredictions.js +0 -5
  986. package/dist/api/resources/customModels/types/Ner.d.ts +0 -7
  987. package/dist/api/resources/customModels/types/Ner.js +0 -5
  988. package/dist/api/resources/customModels/types/NerPrediction.d.ts +0 -24
  989. package/dist/api/resources/customModels/types/NerPrediction.js +0 -5
  990. package/dist/api/resources/customModels/types/Null.d.ts +0 -7
  991. package/dist/api/resources/customModels/types/Null.js +0 -5
  992. package/dist/api/resources/customModels/types/PageableObject.d.ts +0 -12
  993. package/dist/api/resources/customModels/types/PageableObject.js +0 -5
  994. package/dist/api/resources/customModels/types/PositionInterval.d.ts +0 -12
  995. package/dist/api/resources/customModels/types/PositionInterval.js +0 -5
  996. package/dist/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -8
  997. package/dist/api/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -5
  998. package/dist/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -8
  999. package/dist/api/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -5
  1000. package/dist/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -8
  1001. package/dist/api/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -5
  1002. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -8
  1003. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -5
  1004. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -8
  1005. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -5
  1006. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -8
  1007. package/dist/api/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -5
  1008. package/dist/api/resources/customModels/types/Prosody.d.ts +0 -10
  1009. package/dist/api/resources/customModels/types/Prosody.js +0 -5
  1010. package/dist/api/resources/customModels/types/ProsodyPrediction.d.ts +0 -15
  1011. package/dist/api/resources/customModels/types/ProsodyPrediction.js +0 -5
  1012. package/dist/api/resources/customModels/types/Queued.d.ts +0 -7
  1013. package/dist/api/resources/customModels/types/Queued.js +0 -5
  1014. package/dist/api/resources/customModels/types/RegistryFileDetail.d.ts +0 -9
  1015. package/dist/api/resources/customModels/types/RegistryFileDetail.js +0 -5
  1016. package/dist/api/resources/customModels/types/Regression.d.ts +0 -4
  1017. package/dist/api/resources/customModels/types/Regression.js +0 -5
  1018. package/dist/api/resources/customModels/types/ReturnDataset.d.ts +0 -15
  1019. package/dist/api/resources/customModels/types/ReturnDataset.js +0 -5
  1020. package/dist/api/resources/customModels/types/SentimentScore.d.ts +0 -9
  1021. package/dist/api/resources/customModels/types/SentimentScore.js +0 -5
  1022. package/dist/api/resources/customModels/types/SortBy.d.ts +0 -9
  1023. package/dist/api/resources/customModels/types/SortBy.js +0 -11
  1024. package/dist/api/resources/customModels/types/SortObject.d.ts +0 -8
  1025. package/dist/api/resources/customModels/types/SortObject.js +0 -5
  1026. package/dist/api/resources/customModels/types/Source.d.ts +0 -16
  1027. package/dist/api/resources/customModels/types/Source.js +0 -5
  1028. package/dist/api/resources/customModels/types/SourceFile.d.ts +0 -6
  1029. package/dist/api/resources/customModels/types/SourceFile.js +0 -5
  1030. package/dist/api/resources/customModels/types/SourceTextSource.d.ts +0 -5
  1031. package/dist/api/resources/customModels/types/SourceTextSource.js +0 -5
  1032. package/dist/api/resources/customModels/types/SourceUrl.d.ts +0 -6
  1033. package/dist/api/resources/customModels/types/SourceUrl.js +0 -5
  1034. package/dist/api/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -19
  1035. package/dist/api/resources/customModels/types/StateEmbeddingGeneration.js +0 -5
  1036. package/dist/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -6
  1037. package/dist/api/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -5
  1038. package/dist/api/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -6
  1039. package/dist/api/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -5
  1040. package/dist/api/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -6
  1041. package/dist/api/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -5
  1042. package/dist/api/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -6
  1043. package/dist/api/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -5
  1044. package/dist/api/resources/customModels/types/StateInference.d.ts +0 -19
  1045. package/dist/api/resources/customModels/types/StateInference.js +0 -5
  1046. package/dist/api/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -6
  1047. package/dist/api/resources/customModels/types/StateInferenceCompletedInference.js +0 -5
  1048. package/dist/api/resources/customModels/types/StateInferenceFailed.d.ts +0 -6
  1049. package/dist/api/resources/customModels/types/StateInferenceFailed.js +0 -5
  1050. package/dist/api/resources/customModels/types/StateInferenceInProgress.d.ts +0 -6
  1051. package/dist/api/resources/customModels/types/StateInferenceInProgress.js +0 -5
  1052. package/dist/api/resources/customModels/types/StateInferenceQueued.d.ts +0 -6
  1053. package/dist/api/resources/customModels/types/StateInferenceQueued.js +0 -5
  1054. package/dist/api/resources/customModels/types/StateTlInference.d.ts +0 -19
  1055. package/dist/api/resources/customModels/types/StateTlInference.js +0 -5
  1056. package/dist/api/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -6
  1057. package/dist/api/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -5
  1058. package/dist/api/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -6
  1059. package/dist/api/resources/customModels/types/StateTlInferenceFailed.js +0 -5
  1060. package/dist/api/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -6
  1061. package/dist/api/resources/customModels/types/StateTlInferenceInProgress.js +0 -5
  1062. package/dist/api/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -6
  1063. package/dist/api/resources/customModels/types/StateTlInferenceQueued.js +0 -5
  1064. package/dist/api/resources/customModels/types/StateTraining.d.ts +0 -19
  1065. package/dist/api/resources/customModels/types/StateTraining.js +0 -5
  1066. package/dist/api/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -6
  1067. package/dist/api/resources/customModels/types/StateTrainingCompletedTraining.js +0 -5
  1068. package/dist/api/resources/customModels/types/StateTrainingFailed.d.ts +0 -6
  1069. package/dist/api/resources/customModels/types/StateTrainingFailed.js +0 -5
  1070. package/dist/api/resources/customModels/types/StateTrainingInProgress.d.ts +0 -6
  1071. package/dist/api/resources/customModels/types/StateTrainingInProgress.js +0 -5
  1072. package/dist/api/resources/customModels/types/StateTrainingQueued.d.ts +0 -6
  1073. package/dist/api/resources/customModels/types/StateTrainingQueued.js +0 -5
  1074. package/dist/api/resources/customModels/types/Status.d.ts +0 -10
  1075. package/dist/api/resources/customModels/types/Status.js +0 -12
  1076. package/dist/api/resources/customModels/types/Tag.d.ts +0 -7
  1077. package/dist/api/resources/customModels/types/Tag.js +0 -5
  1078. package/dist/api/resources/customModels/types/Target.d.ts +0 -4
  1079. package/dist/api/resources/customModels/types/Target.js +0 -5
  1080. package/dist/api/resources/customModels/types/Task.d.ts +0 -13
  1081. package/dist/api/resources/customModels/types/Task.js +0 -5
  1082. package/dist/api/resources/customModels/types/TaskClassification.d.ts +0 -5
  1083. package/dist/api/resources/customModels/types/TaskClassification.js +0 -5
  1084. package/dist/api/resources/customModels/types/TaskRegression.d.ts +0 -5
  1085. package/dist/api/resources/customModels/types/TaskRegression.js +0 -5
  1086. package/dist/api/resources/customModels/types/TextSource.d.ts +0 -4
  1087. package/dist/api/resources/customModels/types/TextSource.js +0 -5
  1088. package/dist/api/resources/customModels/types/TimeInterval.d.ts +0 -12
  1089. package/dist/api/resources/customModels/types/TimeInterval.js +0 -5
  1090. package/dist/api/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -19
  1091. package/dist/api/resources/customModels/types/TlInferenceBaseRequest.js +0 -5
  1092. package/dist/api/resources/customModels/types/TlInferencePrediction.d.ts +0 -10
  1093. package/dist/api/resources/customModels/types/TlInferencePrediction.js +0 -5
  1094. package/dist/api/resources/customModels/types/TlInferenceResults.d.ts +0 -8
  1095. package/dist/api/resources/customModels/types/TlInferenceResults.js +0 -5
  1096. package/dist/api/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -10
  1097. package/dist/api/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -5
  1098. package/dist/api/resources/customModels/types/ToxicityScore.d.ts +0 -9
  1099. package/dist/api/resources/customModels/types/ToxicityScore.js +0 -5
  1100. package/dist/api/resources/customModels/types/TrainingBaseRequest.d.ts +0 -14
  1101. package/dist/api/resources/customModels/types/TrainingBaseRequest.js +0 -5
  1102. package/dist/api/resources/customModels/types/TrainingCustomModel.d.ts +0 -7
  1103. package/dist/api/resources/customModels/types/TrainingCustomModel.js +0 -5
  1104. package/dist/api/resources/customModels/types/Transcription.d.ts +0 -11
  1105. package/dist/api/resources/customModels/types/Transcription.js +0 -5
  1106. package/dist/api/resources/customModels/types/TranscriptionMetadata.d.ts +0 -12
  1107. package/dist/api/resources/customModels/types/TranscriptionMetadata.js +0 -5
  1108. package/dist/api/resources/customModels/types/Type.d.ts +0 -10
  1109. package/dist/api/resources/customModels/types/Type.js +0 -12
  1110. package/dist/api/resources/customModels/types/Unconfigurable.d.ts +0 -7
  1111. package/dist/api/resources/customModels/types/Unconfigurable.js +0 -5
  1112. package/dist/api/resources/customModels/types/UnionJob.d.ts +0 -19
  1113. package/dist/api/resources/customModels/types/UnionJob.js +0 -5
  1114. package/dist/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -6
  1115. package/dist/api/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -5
  1116. package/dist/api/resources/customModels/types/UnionJobJobInference.d.ts +0 -6
  1117. package/dist/api/resources/customModels/types/UnionJobJobInference.js +0 -5
  1118. package/dist/api/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -6
  1119. package/dist/api/resources/customModels/types/UnionJobJobTlInference.js +0 -5
  1120. package/dist/api/resources/customModels/types/UnionJobJobTraining.d.ts +0 -6
  1121. package/dist/api/resources/customModels/types/UnionJobJobTraining.js +0 -5
  1122. package/dist/api/resources/customModels/types/UnionPredictResult.d.ts +0 -5
  1123. package/dist/api/resources/customModels/types/UnionPredictResult.js +0 -5
  1124. package/dist/api/resources/customModels/types/Unit.d.ts +0 -4
  1125. package/dist/api/resources/customModels/types/Unit.js +0 -5
  1126. package/dist/api/resources/customModels/types/Url.d.ts +0 -7
  1127. package/dist/api/resources/customModels/types/Url.js +0 -5
  1128. package/dist/api/resources/customModels/types/ValidationArgs.d.ts +0 -7
  1129. package/dist/api/resources/customModels/types/ValidationArgs.js +0 -5
  1130. package/dist/api/resources/customModels/types/When.d.ts +0 -8
  1131. package/dist/api/resources/customModels/types/When.js +0 -10
  1132. package/dist/api/resources/customModels/types/Window.d.ts +0 -9
  1133. package/dist/api/resources/customModels/types/Window.js +0 -5
  1134. package/dist/api/resources/customModels/types/index.d.ts +0 -144
  1135. package/dist/api/resources/customModels/types/index.js +0 -160
  1136. package/dist/api/resources/empathicVoice/client/StreamSocket.d.ts +0 -48
  1137. package/dist/api/resources/empathicVoice/client/StreamSocket.js +0 -139
  1138. package/dist/api/resources/empathicVoice/client/index.d.ts +0 -1
  1139. package/dist/api/resources/empathicVoice/client/index.js +0 -17
  1140. package/dist/core/websocket/WebSocket.d.ts +0 -6
  1141. package/dist/core/websocket/WebSocket.js +0 -44
  1142. package/dist/serialization/resources/customModels/index.d.ts +0 -2
  1143. package/dist/serialization/resources/customModels/index.js +0 -18
  1144. package/dist/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.d.ts +0 -11
  1145. package/dist/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.js +0 -32
  1146. package/dist/serialization/resources/customModels/resources/datasets/client/index.d.ts +0 -3
  1147. package/dist/serialization/resources/customModels/resources/datasets/client/index.js +0 -29
  1148. package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.d.ts +0 -11
  1149. package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.js +0 -32
  1150. package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.d.ts +0 -11
  1151. package/dist/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.js +0 -32
  1152. package/dist/serialization/resources/customModels/resources/datasets/index.d.ts +0 -1
  1153. package/dist/serialization/resources/customModels/resources/datasets/index.js +0 -17
  1154. package/dist/serialization/resources/customModels/resources/files/client/createFiles.d.ts +0 -16
  1155. package/dist/serialization/resources/customModels/resources/files/client/createFiles.js +0 -34
  1156. package/dist/serialization/resources/customModels/resources/files/client/index.d.ts +0 -1
  1157. package/dist/serialization/resources/customModels/resources/files/client/index.js +0 -27
  1158. package/dist/serialization/resources/customModels/resources/files/index.d.ts +0 -1
  1159. package/dist/serialization/resources/customModels/resources/files/index.js +0 -17
  1160. package/dist/serialization/resources/customModels/resources/index.d.ts +0 -3
  1161. package/dist/serialization/resources/customModels/resources/index.js +0 -29
  1162. package/dist/serialization/resources/customModels/resources/models/client/index.d.ts +0 -2
  1163. package/dist/serialization/resources/customModels/resources/models/client/index.js +0 -28
  1164. package/dist/serialization/resources/customModels/resources/models/client/listModelVersions.d.ts +0 -11
  1165. package/dist/serialization/resources/customModels/resources/models/client/listModelVersions.js +0 -32
  1166. package/dist/serialization/resources/customModels/resources/models/client/updateModelDescription.d.ts +0 -9
  1167. package/dist/serialization/resources/customModels/resources/models/client/updateModelDescription.js +0 -31
  1168. package/dist/serialization/resources/customModels/resources/models/index.d.ts +0 -1
  1169. package/dist/serialization/resources/customModels/resources/models/index.js +0 -17
  1170. package/dist/serialization/resources/customModels/types/Alternative.d.ts +0 -10
  1171. package/dist/serialization/resources/customModels/types/Alternative.js +0 -31
  1172. package/dist/serialization/resources/customModels/types/AttributeFilter.d.ts +0 -13
  1173. package/dist/serialization/resources/customModels/types/AttributeFilter.js +0 -34
  1174. package/dist/serialization/resources/customModels/types/AuthorizedFile.d.ts +0 -27
  1175. package/dist/serialization/resources/customModels/types/AuthorizedFile.js +0 -50
  1176. package/dist/serialization/resources/customModels/types/Bcp47Tag.d.ts +0 -10
  1177. package/dist/serialization/resources/customModels/types/Bcp47Tag.js +0 -61
  1178. package/dist/serialization/resources/customModels/types/BoundingBox.d.ts +0 -15
  1179. package/dist/serialization/resources/customModels/types/BoundingBox.js +0 -36
  1180. package/dist/serialization/resources/customModels/types/BurstPrediction.d.ts +0 -17
  1181. package/dist/serialization/resources/customModels/types/BurstPrediction.js +0 -38
  1182. package/dist/serialization/resources/customModels/types/Classification.d.ts +0 -10
  1183. package/dist/serialization/resources/customModels/types/Classification.js +0 -31
  1184. package/dist/serialization/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -14
  1185. package/dist/serialization/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -35
  1186. package/dist/serialization/resources/customModels/types/CompletedInference.d.ts +0 -16
  1187. package/dist/serialization/resources/customModels/types/CompletedInference.js +0 -37
  1188. package/dist/serialization/resources/customModels/types/CompletedTlInference.d.ts +0 -16
  1189. package/dist/serialization/resources/customModels/types/CompletedTlInference.js +0 -37
  1190. package/dist/serialization/resources/customModels/types/CompletedTraining.d.ts +0 -17
  1191. package/dist/serialization/resources/customModels/types/CompletedTraining.js +0 -38
  1192. package/dist/serialization/resources/customModels/types/CustomModel.d.ts +0 -12
  1193. package/dist/serialization/resources/customModels/types/CustomModel.js +0 -33
  1194. package/dist/serialization/resources/customModels/types/CustomModelId.d.ts +0 -12
  1195. package/dist/serialization/resources/customModels/types/CustomModelId.js +0 -33
  1196. package/dist/serialization/resources/customModels/types/CustomModelPrediction.d.ts +0 -14
  1197. package/dist/serialization/resources/customModels/types/CustomModelPrediction.js +0 -35
  1198. package/dist/serialization/resources/customModels/types/CustomModelRequest.d.ts +0 -15
  1199. package/dist/serialization/resources/customModels/types/CustomModelRequest.js +0 -36
  1200. package/dist/serialization/resources/customModels/types/CustomModelVersionId.d.ts +0 -12
  1201. package/dist/serialization/resources/customModels/types/CustomModelVersionId.js +0 -33
  1202. package/dist/serialization/resources/customModels/types/Dataset.d.ts +0 -12
  1203. package/dist/serialization/resources/customModels/types/Dataset.js +0 -33
  1204. package/dist/serialization/resources/customModels/types/DatasetId.d.ts +0 -12
  1205. package/dist/serialization/resources/customModels/types/DatasetId.js +0 -33
  1206. package/dist/serialization/resources/customModels/types/DatasetLabels.d.ts +0 -19
  1207. package/dist/serialization/resources/customModels/types/DatasetLabels.js +0 -40
  1208. package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -15
  1209. package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -36
  1210. package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -10
  1211. package/dist/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -31
  1212. package/dist/serialization/resources/customModels/types/DatasetPage.d.ts +0 -26
  1213. package/dist/serialization/resources/customModels/types/DatasetPage.js +0 -47
  1214. package/dist/serialization/resources/customModels/types/DatasetVersion.d.ts +0 -19
  1215. package/dist/serialization/resources/customModels/types/DatasetVersion.js +0 -40
  1216. package/dist/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -10
  1217. package/dist/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -31
  1218. package/dist/serialization/resources/customModels/types/DatasetVersionId.d.ts +0 -12
  1219. package/dist/serialization/resources/customModels/types/DatasetVersionId.js +0 -33
  1220. package/dist/serialization/resources/customModels/types/DatasetVersionPage.d.ts +0 -26
  1221. package/dist/serialization/resources/customModels/types/DatasetVersionPage.js +0 -47
  1222. package/dist/serialization/resources/customModels/types/DescriptionsScore.d.ts +0 -13
  1223. package/dist/serialization/resources/customModels/types/DescriptionsScore.js +0 -34
  1224. package/dist/serialization/resources/customModels/types/Direction.d.ts +0 -10
  1225. package/dist/serialization/resources/customModels/types/Direction.js +0 -31
  1226. package/dist/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
  1227. package/dist/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -34
  1228. package/dist/serialization/resources/customModels/types/EmotionScore.d.ts +0 -13
  1229. package/dist/serialization/resources/customModels/types/EmotionScore.js +0 -34
  1230. package/dist/serialization/resources/customModels/types/Error_.d.ts +0 -13
  1231. package/dist/serialization/resources/customModels/types/Error_.js +0 -34
  1232. package/dist/serialization/resources/customModels/types/EvaluationArgs.d.ts +0 -13
  1233. package/dist/serialization/resources/customModels/types/EvaluationArgs.js +0 -34
  1234. package/dist/serialization/resources/customModels/types/ExternalModel.d.ts +0 -21
  1235. package/dist/serialization/resources/customModels/types/ExternalModel.js +0 -42
  1236. package/dist/serialization/resources/customModels/types/ExternalModelVersion.d.ts +0 -27
  1237. package/dist/serialization/resources/customModels/types/ExternalModelVersion.js +0 -50
  1238. package/dist/serialization/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -10
  1239. package/dist/serialization/resources/customModels/types/ExternalModelVersionFileType.js +0 -31
  1240. package/dist/serialization/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -13
  1241. package/dist/serialization/resources/customModels/types/ExternalModelVersionTag.js +0 -34
  1242. package/dist/serialization/resources/customModels/types/Face.d.ts +0 -19
  1243. package/dist/serialization/resources/customModels/types/Face.js +0 -40
  1244. package/dist/serialization/resources/customModels/types/FacePrediction.d.ts +0 -22
  1245. package/dist/serialization/resources/customModels/types/FacePrediction.js +0 -43
  1246. package/dist/serialization/resources/customModels/types/FacemeshPrediction.d.ts +0 -13
  1247. package/dist/serialization/resources/customModels/types/FacemeshPrediction.js +0 -34
  1248. package/dist/serialization/resources/customModels/types/FacsScore.d.ts +0 -13
  1249. package/dist/serialization/resources/customModels/types/FacsScore.js +0 -34
  1250. package/dist/serialization/resources/customModels/types/Failed.d.ts +0 -15
  1251. package/dist/serialization/resources/customModels/types/Failed.js +0 -36
  1252. package/dist/serialization/resources/customModels/types/FileInput.d.ts +0 -15
  1253. package/dist/serialization/resources/customModels/types/FileInput.js +0 -36
  1254. package/dist/serialization/resources/customModels/types/FilePage.d.ts +0 -26
  1255. package/dist/serialization/resources/customModels/types/FilePage.js +0 -47
  1256. package/dist/serialization/resources/customModels/types/FileWithAttributes.d.ts +0 -15
  1257. package/dist/serialization/resources/customModels/types/FileWithAttributes.js +0 -36
  1258. package/dist/serialization/resources/customModels/types/FileWithAttributesInput.d.ts +0 -15
  1259. package/dist/serialization/resources/customModels/types/FileWithAttributesInput.js +0 -36
  1260. package/dist/serialization/resources/customModels/types/File_.d.ts +0 -14
  1261. package/dist/serialization/resources/customModels/types/File_.js +0 -35
  1262. package/dist/serialization/resources/customModels/types/Granularity.d.ts +0 -10
  1263. package/dist/serialization/resources/customModels/types/Granularity.js +0 -31
  1264. package/dist/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
  1265. package/dist/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -35
  1266. package/dist/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -14
  1267. package/dist/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -35
  1268. package/dist/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
  1269. package/dist/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -35
  1270. package/dist/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
  1271. package/dist/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -35
  1272. package/dist/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -14
  1273. package/dist/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -35
  1274. package/dist/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
  1275. package/dist/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -35
  1276. package/dist/serialization/resources/customModels/types/InProgress.d.ts +0 -13
  1277. package/dist/serialization/resources/customModels/types/InProgress.js +0 -34
  1278. package/dist/serialization/resources/customModels/types/InferenceBaseRequest.d.ts +0 -20
  1279. package/dist/serialization/resources/customModels/types/InferenceBaseRequest.js +0 -41
  1280. package/dist/serialization/resources/customModels/types/InferencePrediction.d.ts +0 -14
  1281. package/dist/serialization/resources/customModels/types/InferencePrediction.js +0 -35
  1282. package/dist/serialization/resources/customModels/types/InferenceRequest.d.ts +0 -22
  1283. package/dist/serialization/resources/customModels/types/InferenceRequest.js +0 -43
  1284. package/dist/serialization/resources/customModels/types/InferenceResults.d.ts +0 -15
  1285. package/dist/serialization/resources/customModels/types/InferenceResults.js +0 -36
  1286. package/dist/serialization/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -16
  1287. package/dist/serialization/resources/customModels/types/InferenceSourcePredictResult.js +0 -37
  1288. package/dist/serialization/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -17
  1289. package/dist/serialization/resources/customModels/types/JobEmbeddingGeneration.js +0 -38
  1290. package/dist/serialization/resources/customModels/types/JobId.d.ts +0 -12
  1291. package/dist/serialization/resources/customModels/types/JobId.js +0 -33
  1292. package/dist/serialization/resources/customModels/types/JobInference.d.ts +0 -17
  1293. package/dist/serialization/resources/customModels/types/JobInference.js +0 -38
  1294. package/dist/serialization/resources/customModels/types/JobTlInference.d.ts +0 -17
  1295. package/dist/serialization/resources/customModels/types/JobTlInference.js +0 -38
  1296. package/dist/serialization/resources/customModels/types/JobTraining.d.ts +0 -17
  1297. package/dist/serialization/resources/customModels/types/JobTraining.js +0 -38
  1298. package/dist/serialization/resources/customModels/types/JsonObject.d.ts +0 -12
  1299. package/dist/serialization/resources/customModels/types/JsonObject.js +0 -33
  1300. package/dist/serialization/resources/customModels/types/Language.d.ts +0 -17
  1301. package/dist/serialization/resources/customModels/types/Language.js +0 -38
  1302. package/dist/serialization/resources/customModels/types/LanguagePrediction.d.ts +0 -24
  1303. package/dist/serialization/resources/customModels/types/LanguagePrediction.js +0 -45
  1304. package/dist/serialization/resources/customModels/types/ModelPage.d.ts +0 -26
  1305. package/dist/serialization/resources/customModels/types/ModelPage.js +0 -47
  1306. package/dist/serialization/resources/customModels/types/Models.d.ts +0 -22
  1307. package/dist/serialization/resources/customModels/types/Models.js +0 -43
  1308. package/dist/serialization/resources/customModels/types/ModelsPredictions.d.ts +0 -23
  1309. package/dist/serialization/resources/customModels/types/ModelsPredictions.js +0 -44
  1310. package/dist/serialization/resources/customModels/types/Ner.d.ts +0 -12
  1311. package/dist/serialization/resources/customModels/types/Ner.js +0 -33
  1312. package/dist/serialization/resources/customModels/types/NerPrediction.d.ts +0 -24
  1313. package/dist/serialization/resources/customModels/types/NerPrediction.js +0 -45
  1314. package/dist/serialization/resources/customModels/types/Null.d.ts +0 -10
  1315. package/dist/serialization/resources/customModels/types/Null.js +0 -31
  1316. package/dist/serialization/resources/customModels/types/PageableObject.d.ts +0 -18
  1317. package/dist/serialization/resources/customModels/types/PageableObject.js +0 -39
  1318. package/dist/serialization/resources/customModels/types/PositionInterval.d.ts +0 -13
  1319. package/dist/serialization/resources/customModels/types/PositionInterval.js +0 -34
  1320. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
  1321. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -36
  1322. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
  1323. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -36
  1324. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
  1325. package/dist/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
  1326. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
  1327. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
  1328. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
  1329. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
  1330. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
  1331. package/dist/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
  1332. package/dist/serialization/resources/customModels/types/Prosody.d.ts +0 -16
  1333. package/dist/serialization/resources/customModels/types/Prosody.js +0 -37
  1334. package/dist/serialization/resources/customModels/types/ProsodyPrediction.d.ts +0 -18
  1335. package/dist/serialization/resources/customModels/types/ProsodyPrediction.js +0 -39
  1336. package/dist/serialization/resources/customModels/types/Queued.d.ts +0 -12
  1337. package/dist/serialization/resources/customModels/types/Queued.js +0 -33
  1338. package/dist/serialization/resources/customModels/types/RegistryFileDetail.d.ts +0 -13
  1339. package/dist/serialization/resources/customModels/types/RegistryFileDetail.js +0 -34
  1340. package/dist/serialization/resources/customModels/types/Regression.d.ts +0 -10
  1341. package/dist/serialization/resources/customModels/types/Regression.js +0 -31
  1342. package/dist/serialization/resources/customModels/types/ReturnDataset.d.ts +0 -17
  1343. package/dist/serialization/resources/customModels/types/ReturnDataset.js +0 -40
  1344. package/dist/serialization/resources/customModels/types/SentimentScore.d.ts +0 -13
  1345. package/dist/serialization/resources/customModels/types/SentimentScore.js +0 -34
  1346. package/dist/serialization/resources/customModels/types/SortBy.d.ts +0 -10
  1347. package/dist/serialization/resources/customModels/types/SortBy.js +0 -31
  1348. package/dist/serialization/resources/customModels/types/SortObject.d.ts +0 -14
  1349. package/dist/serialization/resources/customModels/types/SortObject.js +0 -35
  1350. package/dist/serialization/resources/customModels/types/Source.d.ts +0 -22
  1351. package/dist/serialization/resources/customModels/types/Source.js +0 -43
  1352. package/dist/serialization/resources/customModels/types/SourceFile.d.ts +0 -12
  1353. package/dist/serialization/resources/customModels/types/SourceFile.js +0 -32
  1354. package/dist/serialization/resources/customModels/types/SourceTextSource.d.ts +0 -11
  1355. package/dist/serialization/resources/customModels/types/SourceTextSource.js +0 -31
  1356. package/dist/serialization/resources/customModels/types/SourceUrl.d.ts +0 -12
  1357. package/dist/serialization/resources/customModels/types/SourceUrl.js +0 -32
  1358. package/dist/serialization/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -26
  1359. package/dist/serialization/resources/customModels/types/StateEmbeddingGeneration.js +0 -45
  1360. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
  1361. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
  1362. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -12
  1363. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -32
  1364. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
  1365. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -32
  1366. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -12
  1367. package/dist/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -32
  1368. package/dist/serialization/resources/customModels/types/StateInference.d.ts +0 -26
  1369. package/dist/serialization/resources/customModels/types/StateInference.js +0 -45
  1370. package/dist/serialization/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -12
  1371. package/dist/serialization/resources/customModels/types/StateInferenceCompletedInference.js +0 -32
  1372. package/dist/serialization/resources/customModels/types/StateInferenceFailed.d.ts +0 -12
  1373. package/dist/serialization/resources/customModels/types/StateInferenceFailed.js +0 -32
  1374. package/dist/serialization/resources/customModels/types/StateInferenceInProgress.d.ts +0 -12
  1375. package/dist/serialization/resources/customModels/types/StateInferenceInProgress.js +0 -32
  1376. package/dist/serialization/resources/customModels/types/StateInferenceQueued.d.ts +0 -12
  1377. package/dist/serialization/resources/customModels/types/StateInferenceQueued.js +0 -32
  1378. package/dist/serialization/resources/customModels/types/StateTlInference.d.ts +0 -26
  1379. package/dist/serialization/resources/customModels/types/StateTlInference.js +0 -45
  1380. package/dist/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
  1381. package/dist/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -32
  1382. package/dist/serialization/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -12
  1383. package/dist/serialization/resources/customModels/types/StateTlInferenceFailed.js +0 -32
  1384. package/dist/serialization/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -12
  1385. package/dist/serialization/resources/customModels/types/StateTlInferenceInProgress.js +0 -32
  1386. package/dist/serialization/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -12
  1387. package/dist/serialization/resources/customModels/types/StateTlInferenceQueued.js +0 -32
  1388. package/dist/serialization/resources/customModels/types/StateTraining.d.ts +0 -26
  1389. package/dist/serialization/resources/customModels/types/StateTraining.js +0 -45
  1390. package/dist/serialization/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -12
  1391. package/dist/serialization/resources/customModels/types/StateTrainingCompletedTraining.js +0 -32
  1392. package/dist/serialization/resources/customModels/types/StateTrainingFailed.d.ts +0 -12
  1393. package/dist/serialization/resources/customModels/types/StateTrainingFailed.js +0 -32
  1394. package/dist/serialization/resources/customModels/types/StateTrainingInProgress.d.ts +0 -12
  1395. package/dist/serialization/resources/customModels/types/StateTrainingInProgress.js +0 -32
  1396. package/dist/serialization/resources/customModels/types/StateTrainingQueued.d.ts +0 -12
  1397. package/dist/serialization/resources/customModels/types/StateTrainingQueued.js +0 -32
  1398. package/dist/serialization/resources/customModels/types/Status.d.ts +0 -10
  1399. package/dist/serialization/resources/customModels/types/Status.js +0 -31
  1400. package/dist/serialization/resources/customModels/types/Tag.d.ts +0 -13
  1401. package/dist/serialization/resources/customModels/types/Tag.js +0 -34
  1402. package/dist/serialization/resources/customModels/types/Target.d.ts +0 -10
  1403. package/dist/serialization/resources/customModels/types/Target.js +0 -35
  1404. package/dist/serialization/resources/customModels/types/Task.d.ts +0 -18
  1405. package/dist/serialization/resources/customModels/types/Task.js +0 -41
  1406. package/dist/serialization/resources/customModels/types/TaskClassification.d.ts +0 -11
  1407. package/dist/serialization/resources/customModels/types/TaskClassification.js +0 -31
  1408. package/dist/serialization/resources/customModels/types/TaskRegression.d.ts +0 -11
  1409. package/dist/serialization/resources/customModels/types/TaskRegression.js +0 -31
  1410. package/dist/serialization/resources/customModels/types/TextSource.d.ts +0 -10
  1411. package/dist/serialization/resources/customModels/types/TextSource.js +0 -31
  1412. package/dist/serialization/resources/customModels/types/TimeInterval.d.ts +0 -13
  1413. package/dist/serialization/resources/customModels/types/TimeInterval.js +0 -34
  1414. package/dist/serialization/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -17
  1415. package/dist/serialization/resources/customModels/types/TlInferenceBaseRequest.js +0 -38
  1416. package/dist/serialization/resources/customModels/types/TlInferencePrediction.d.ts +0 -15
  1417. package/dist/serialization/resources/customModels/types/TlInferencePrediction.js +0 -36
  1418. package/dist/serialization/resources/customModels/types/TlInferenceResults.d.ts +0 -15
  1419. package/dist/serialization/resources/customModels/types/TlInferenceResults.js +0 -36
  1420. package/dist/serialization/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -16
  1421. package/dist/serialization/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -37
  1422. package/dist/serialization/resources/customModels/types/ToxicityScore.d.ts +0 -13
  1423. package/dist/serialization/resources/customModels/types/ToxicityScore.js +0 -34
  1424. package/dist/serialization/resources/customModels/types/TrainingBaseRequest.d.ts +0 -24
  1425. package/dist/serialization/resources/customModels/types/TrainingBaseRequest.js +0 -45
  1426. package/dist/serialization/resources/customModels/types/TrainingCustomModel.d.ts +0 -13
  1427. package/dist/serialization/resources/customModels/types/TrainingCustomModel.js +0 -34
  1428. package/dist/serialization/resources/customModels/types/Transcription.d.ts +0 -15
  1429. package/dist/serialization/resources/customModels/types/Transcription.js +0 -36
  1430. package/dist/serialization/resources/customModels/types/TranscriptionMetadata.d.ts +0 -14
  1431. package/dist/serialization/resources/customModels/types/TranscriptionMetadata.js +0 -35
  1432. package/dist/serialization/resources/customModels/types/Type.d.ts +0 -10
  1433. package/dist/serialization/resources/customModels/types/Type.js +0 -31
  1434. package/dist/serialization/resources/customModels/types/Unconfigurable.d.ts +0 -10
  1435. package/dist/serialization/resources/customModels/types/Unconfigurable.js +0 -31
  1436. package/dist/serialization/resources/customModels/types/UnionJob.d.ts +0 -26
  1437. package/dist/serialization/resources/customModels/types/UnionJob.js +0 -45
  1438. package/dist/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -12
  1439. package/dist/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -32
  1440. package/dist/serialization/resources/customModels/types/UnionJobJobInference.d.ts +0 -12
  1441. package/dist/serialization/resources/customModels/types/UnionJobJobInference.js +0 -32
  1442. package/dist/serialization/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -12
  1443. package/dist/serialization/resources/customModels/types/UnionJobJobTlInference.js +0 -32
  1444. package/dist/serialization/resources/customModels/types/UnionJobJobTraining.d.ts +0 -12
  1445. package/dist/serialization/resources/customModels/types/UnionJobJobTraining.js +0 -32
  1446. package/dist/serialization/resources/customModels/types/UnionPredictResult.d.ts +0 -12
  1447. package/dist/serialization/resources/customModels/types/UnionPredictResult.js +0 -33
  1448. package/dist/serialization/resources/customModels/types/Unit.d.ts +0 -10
  1449. package/dist/serialization/resources/customModels/types/Unit.js +0 -31
  1450. package/dist/serialization/resources/customModels/types/Url.d.ts +0 -12
  1451. package/dist/serialization/resources/customModels/types/Url.js +0 -33
  1452. package/dist/serialization/resources/customModels/types/ValidationArgs.d.ts +0 -13
  1453. package/dist/serialization/resources/customModels/types/ValidationArgs.js +0 -34
  1454. package/dist/serialization/resources/customModels/types/When.d.ts +0 -10
  1455. package/dist/serialization/resources/customModels/types/When.js +0 -31
  1456. package/dist/serialization/resources/customModels/types/Window.d.ts +0 -13
  1457. package/dist/serialization/resources/customModels/types/Window.js +0 -34
  1458. package/dist/serialization/resources/customModels/types/index.d.ts +0 -144
  1459. package/dist/serialization/resources/customModels/types/index.js +0 -160
  1460. package/dist/wrapper/empathicVoice/EmpathicVoiceClient.d.ts +0 -11
  1461. package/dist/wrapper/empathicVoice/EmpathicVoiceClient.js +0 -12
  1462. package/dist/wrapper/empathicVoice/chat/ChatClient.d.ts +0 -30
  1463. package/dist/wrapper/empathicVoice/chat/ChatClient.js +0 -156
  1464. package/serialization/resources/customModels/index.d.ts +0 -2
  1465. package/serialization/resources/customModels/index.js +0 -18
  1466. package/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.d.ts +0 -11
  1467. package/serialization/resources/customModels/resources/datasets/client/createDatasetVersion.js +0 -32
  1468. package/serialization/resources/customModels/resources/datasets/client/index.d.ts +0 -3
  1469. package/serialization/resources/customModels/resources/datasets/client/index.js +0 -29
  1470. package/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.d.ts +0 -11
  1471. package/serialization/resources/customModels/resources/datasets/client/listDatasetFiles.js +0 -32
  1472. package/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.d.ts +0 -11
  1473. package/serialization/resources/customModels/resources/datasets/client/listDatasetVersionFiles.js +0 -32
  1474. package/serialization/resources/customModels/resources/datasets/index.d.ts +0 -1
  1475. package/serialization/resources/customModels/resources/datasets/index.js +0 -17
  1476. package/serialization/resources/customModels/resources/files/client/createFiles.d.ts +0 -16
  1477. package/serialization/resources/customModels/resources/files/client/createFiles.js +0 -34
  1478. package/serialization/resources/customModels/resources/files/client/index.d.ts +0 -1
  1479. package/serialization/resources/customModels/resources/files/client/index.js +0 -27
  1480. package/serialization/resources/customModels/resources/files/index.d.ts +0 -1
  1481. package/serialization/resources/customModels/resources/files/index.js +0 -17
  1482. package/serialization/resources/customModels/resources/index.d.ts +0 -3
  1483. package/serialization/resources/customModels/resources/index.js +0 -29
  1484. package/serialization/resources/customModels/resources/models/client/index.d.ts +0 -2
  1485. package/serialization/resources/customModels/resources/models/client/index.js +0 -28
  1486. package/serialization/resources/customModels/resources/models/client/listModelVersions.d.ts +0 -11
  1487. package/serialization/resources/customModels/resources/models/client/listModelVersions.js +0 -32
  1488. package/serialization/resources/customModels/resources/models/client/updateModelDescription.d.ts +0 -9
  1489. package/serialization/resources/customModels/resources/models/client/updateModelDescription.js +0 -31
  1490. package/serialization/resources/customModels/resources/models/index.d.ts +0 -1
  1491. package/serialization/resources/customModels/resources/models/index.js +0 -17
  1492. package/serialization/resources/customModels/types/Alternative.d.ts +0 -10
  1493. package/serialization/resources/customModels/types/Alternative.js +0 -31
  1494. package/serialization/resources/customModels/types/AttributeFilter.d.ts +0 -13
  1495. package/serialization/resources/customModels/types/AttributeFilter.js +0 -34
  1496. package/serialization/resources/customModels/types/AuthorizedFile.d.ts +0 -27
  1497. package/serialization/resources/customModels/types/AuthorizedFile.js +0 -50
  1498. package/serialization/resources/customModels/types/Bcp47Tag.d.ts +0 -10
  1499. package/serialization/resources/customModels/types/Bcp47Tag.js +0 -61
  1500. package/serialization/resources/customModels/types/BoundingBox.d.ts +0 -15
  1501. package/serialization/resources/customModels/types/BoundingBox.js +0 -36
  1502. package/serialization/resources/customModels/types/BurstPrediction.d.ts +0 -17
  1503. package/serialization/resources/customModels/types/BurstPrediction.js +0 -38
  1504. package/serialization/resources/customModels/types/Classification.d.ts +0 -10
  1505. package/serialization/resources/customModels/types/Classification.js +0 -31
  1506. package/serialization/resources/customModels/types/CompletedEmbeddingGeneration.d.ts +0 -14
  1507. package/serialization/resources/customModels/types/CompletedEmbeddingGeneration.js +0 -35
  1508. package/serialization/resources/customModels/types/CompletedInference.d.ts +0 -16
  1509. package/serialization/resources/customModels/types/CompletedInference.js +0 -37
  1510. package/serialization/resources/customModels/types/CompletedTlInference.d.ts +0 -16
  1511. package/serialization/resources/customModels/types/CompletedTlInference.js +0 -37
  1512. package/serialization/resources/customModels/types/CompletedTraining.d.ts +0 -17
  1513. package/serialization/resources/customModels/types/CompletedTraining.js +0 -38
  1514. package/serialization/resources/customModels/types/CustomModel.d.ts +0 -12
  1515. package/serialization/resources/customModels/types/CustomModel.js +0 -33
  1516. package/serialization/resources/customModels/types/CustomModelId.d.ts +0 -12
  1517. package/serialization/resources/customModels/types/CustomModelId.js +0 -33
  1518. package/serialization/resources/customModels/types/CustomModelPrediction.d.ts +0 -14
  1519. package/serialization/resources/customModels/types/CustomModelPrediction.js +0 -35
  1520. package/serialization/resources/customModels/types/CustomModelRequest.d.ts +0 -15
  1521. package/serialization/resources/customModels/types/CustomModelRequest.js +0 -36
  1522. package/serialization/resources/customModels/types/CustomModelVersionId.d.ts +0 -12
  1523. package/serialization/resources/customModels/types/CustomModelVersionId.js +0 -33
  1524. package/serialization/resources/customModels/types/Dataset.d.ts +0 -12
  1525. package/serialization/resources/customModels/types/Dataset.js +0 -33
  1526. package/serialization/resources/customModels/types/DatasetId.d.ts +0 -12
  1527. package/serialization/resources/customModels/types/DatasetId.js +0 -33
  1528. package/serialization/resources/customModels/types/DatasetLabels.d.ts +0 -19
  1529. package/serialization/resources/customModels/types/DatasetLabels.js +0 -40
  1530. package/serialization/resources/customModels/types/DatasetLabelsFileUriInput.d.ts +0 -15
  1531. package/serialization/resources/customModels/types/DatasetLabelsFileUriInput.js +0 -36
  1532. package/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.d.ts +0 -10
  1533. package/serialization/resources/customModels/types/DatasetLabelsFileUriInputFeatureTypesValue.js +0 -31
  1534. package/serialization/resources/customModels/types/DatasetPage.d.ts +0 -26
  1535. package/serialization/resources/customModels/types/DatasetPage.js +0 -47
  1536. package/serialization/resources/customModels/types/DatasetVersion.d.ts +0 -19
  1537. package/serialization/resources/customModels/types/DatasetVersion.js +0 -40
  1538. package/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.d.ts +0 -10
  1539. package/serialization/resources/customModels/types/DatasetVersionFeatureTypesValue.js +0 -31
  1540. package/serialization/resources/customModels/types/DatasetVersionId.d.ts +0 -12
  1541. package/serialization/resources/customModels/types/DatasetVersionId.js +0 -33
  1542. package/serialization/resources/customModels/types/DatasetVersionPage.d.ts +0 -26
  1543. package/serialization/resources/customModels/types/DatasetVersionPage.js +0 -47
  1544. package/serialization/resources/customModels/types/DescriptionsScore.d.ts +0 -13
  1545. package/serialization/resources/customModels/types/DescriptionsScore.js +0 -34
  1546. package/serialization/resources/customModels/types/Direction.d.ts +0 -10
  1547. package/serialization/resources/customModels/types/Direction.js +0 -31
  1548. package/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.d.ts +0 -13
  1549. package/serialization/resources/customModels/types/EmbeddingGenerationBaseRequest.js +0 -34
  1550. package/serialization/resources/customModels/types/EmotionScore.d.ts +0 -13
  1551. package/serialization/resources/customModels/types/EmotionScore.js +0 -34
  1552. package/serialization/resources/customModels/types/Error_.d.ts +0 -13
  1553. package/serialization/resources/customModels/types/Error_.js +0 -34
  1554. package/serialization/resources/customModels/types/EvaluationArgs.d.ts +0 -13
  1555. package/serialization/resources/customModels/types/EvaluationArgs.js +0 -34
  1556. package/serialization/resources/customModels/types/ExternalModel.d.ts +0 -21
  1557. package/serialization/resources/customModels/types/ExternalModel.js +0 -42
  1558. package/serialization/resources/customModels/types/ExternalModelVersion.d.ts +0 -27
  1559. package/serialization/resources/customModels/types/ExternalModelVersion.js +0 -50
  1560. package/serialization/resources/customModels/types/ExternalModelVersionFileType.d.ts +0 -10
  1561. package/serialization/resources/customModels/types/ExternalModelVersionFileType.js +0 -31
  1562. package/serialization/resources/customModels/types/ExternalModelVersionTag.d.ts +0 -13
  1563. package/serialization/resources/customModels/types/ExternalModelVersionTag.js +0 -34
  1564. package/serialization/resources/customModels/types/Face.d.ts +0 -19
  1565. package/serialization/resources/customModels/types/Face.js +0 -40
  1566. package/serialization/resources/customModels/types/FacePrediction.d.ts +0 -22
  1567. package/serialization/resources/customModels/types/FacePrediction.js +0 -43
  1568. package/serialization/resources/customModels/types/FacemeshPrediction.d.ts +0 -13
  1569. package/serialization/resources/customModels/types/FacemeshPrediction.js +0 -34
  1570. package/serialization/resources/customModels/types/FacsScore.d.ts +0 -13
  1571. package/serialization/resources/customModels/types/FacsScore.js +0 -34
  1572. package/serialization/resources/customModels/types/Failed.d.ts +0 -15
  1573. package/serialization/resources/customModels/types/Failed.js +0 -36
  1574. package/serialization/resources/customModels/types/FileInput.d.ts +0 -15
  1575. package/serialization/resources/customModels/types/FileInput.js +0 -36
  1576. package/serialization/resources/customModels/types/FilePage.d.ts +0 -26
  1577. package/serialization/resources/customModels/types/FilePage.js +0 -47
  1578. package/serialization/resources/customModels/types/FileWithAttributes.d.ts +0 -15
  1579. package/serialization/resources/customModels/types/FileWithAttributes.js +0 -36
  1580. package/serialization/resources/customModels/types/FileWithAttributesInput.d.ts +0 -15
  1581. package/serialization/resources/customModels/types/FileWithAttributesInput.js +0 -36
  1582. package/serialization/resources/customModels/types/File_.d.ts +0 -14
  1583. package/serialization/resources/customModels/types/File_.js +0 -35
  1584. package/serialization/resources/customModels/types/Granularity.d.ts +0 -10
  1585. package/serialization/resources/customModels/types/Granularity.js +0 -31
  1586. package/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.d.ts +0 -14
  1587. package/serialization/resources/customModels/types/GroupedPredictionsBurstPrediction.js +0 -35
  1588. package/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.d.ts +0 -14
  1589. package/serialization/resources/customModels/types/GroupedPredictionsFacePrediction.js +0 -35
  1590. package/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.d.ts +0 -14
  1591. package/serialization/resources/customModels/types/GroupedPredictionsFacemeshPrediction.js +0 -35
  1592. package/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.d.ts +0 -14
  1593. package/serialization/resources/customModels/types/GroupedPredictionsLanguagePrediction.js +0 -35
  1594. package/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.d.ts +0 -14
  1595. package/serialization/resources/customModels/types/GroupedPredictionsNerPrediction.js +0 -35
  1596. package/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.d.ts +0 -14
  1597. package/serialization/resources/customModels/types/GroupedPredictionsProsodyPrediction.js +0 -35
  1598. package/serialization/resources/customModels/types/InProgress.d.ts +0 -13
  1599. package/serialization/resources/customModels/types/InProgress.js +0 -34
  1600. package/serialization/resources/customModels/types/InferenceBaseRequest.d.ts +0 -20
  1601. package/serialization/resources/customModels/types/InferenceBaseRequest.js +0 -41
  1602. package/serialization/resources/customModels/types/InferencePrediction.d.ts +0 -14
  1603. package/serialization/resources/customModels/types/InferencePrediction.js +0 -35
  1604. package/serialization/resources/customModels/types/InferenceRequest.d.ts +0 -22
  1605. package/serialization/resources/customModels/types/InferenceRequest.js +0 -43
  1606. package/serialization/resources/customModels/types/InferenceResults.d.ts +0 -15
  1607. package/serialization/resources/customModels/types/InferenceResults.js +0 -36
  1608. package/serialization/resources/customModels/types/InferenceSourcePredictResult.d.ts +0 -16
  1609. package/serialization/resources/customModels/types/InferenceSourcePredictResult.js +0 -37
  1610. package/serialization/resources/customModels/types/JobEmbeddingGeneration.d.ts +0 -17
  1611. package/serialization/resources/customModels/types/JobEmbeddingGeneration.js +0 -38
  1612. package/serialization/resources/customModels/types/JobId.d.ts +0 -12
  1613. package/serialization/resources/customModels/types/JobId.js +0 -33
  1614. package/serialization/resources/customModels/types/JobInference.d.ts +0 -17
  1615. package/serialization/resources/customModels/types/JobInference.js +0 -38
  1616. package/serialization/resources/customModels/types/JobTlInference.d.ts +0 -17
  1617. package/serialization/resources/customModels/types/JobTlInference.js +0 -38
  1618. package/serialization/resources/customModels/types/JobTraining.d.ts +0 -17
  1619. package/serialization/resources/customModels/types/JobTraining.js +0 -38
  1620. package/serialization/resources/customModels/types/JsonObject.d.ts +0 -12
  1621. package/serialization/resources/customModels/types/JsonObject.js +0 -33
  1622. package/serialization/resources/customModels/types/Language.d.ts +0 -17
  1623. package/serialization/resources/customModels/types/Language.js +0 -38
  1624. package/serialization/resources/customModels/types/LanguagePrediction.d.ts +0 -24
  1625. package/serialization/resources/customModels/types/LanguagePrediction.js +0 -45
  1626. package/serialization/resources/customModels/types/ModelPage.d.ts +0 -26
  1627. package/serialization/resources/customModels/types/ModelPage.js +0 -47
  1628. package/serialization/resources/customModels/types/Models.d.ts +0 -22
  1629. package/serialization/resources/customModels/types/Models.js +0 -43
  1630. package/serialization/resources/customModels/types/ModelsPredictions.d.ts +0 -23
  1631. package/serialization/resources/customModels/types/ModelsPredictions.js +0 -44
  1632. package/serialization/resources/customModels/types/Ner.d.ts +0 -12
  1633. package/serialization/resources/customModels/types/Ner.js +0 -33
  1634. package/serialization/resources/customModels/types/NerPrediction.d.ts +0 -24
  1635. package/serialization/resources/customModels/types/NerPrediction.js +0 -45
  1636. package/serialization/resources/customModels/types/Null.d.ts +0 -10
  1637. package/serialization/resources/customModels/types/Null.js +0 -31
  1638. package/serialization/resources/customModels/types/PageableObject.d.ts +0 -18
  1639. package/serialization/resources/customModels/types/PageableObject.js +0 -39
  1640. package/serialization/resources/customModels/types/PositionInterval.d.ts +0 -13
  1641. package/serialization/resources/customModels/types/PositionInterval.js +0 -34
  1642. package/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.d.ts +0 -15
  1643. package/serialization/resources/customModels/types/PredictionsOptionalNullBurstPrediction.js +0 -36
  1644. package/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.d.ts +0 -15
  1645. package/serialization/resources/customModels/types/PredictionsOptionalNullFacePrediction.js +0 -36
  1646. package/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.d.ts +0 -15
  1647. package/serialization/resources/customModels/types/PredictionsOptionalNullFacemeshPrediction.js +0 -36
  1648. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.d.ts +0 -15
  1649. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.js +0 -36
  1650. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.d.ts +0 -15
  1651. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataNerPrediction.js +0 -36
  1652. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.d.ts +0 -15
  1653. package/serialization/resources/customModels/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.js +0 -36
  1654. package/serialization/resources/customModels/types/Prosody.d.ts +0 -16
  1655. package/serialization/resources/customModels/types/Prosody.js +0 -37
  1656. package/serialization/resources/customModels/types/ProsodyPrediction.d.ts +0 -18
  1657. package/serialization/resources/customModels/types/ProsodyPrediction.js +0 -39
  1658. package/serialization/resources/customModels/types/Queued.d.ts +0 -12
  1659. package/serialization/resources/customModels/types/Queued.js +0 -33
  1660. package/serialization/resources/customModels/types/RegistryFileDetail.d.ts +0 -13
  1661. package/serialization/resources/customModels/types/RegistryFileDetail.js +0 -34
  1662. package/serialization/resources/customModels/types/Regression.d.ts +0 -10
  1663. package/serialization/resources/customModels/types/Regression.js +0 -31
  1664. package/serialization/resources/customModels/types/ReturnDataset.d.ts +0 -17
  1665. package/serialization/resources/customModels/types/ReturnDataset.js +0 -40
  1666. package/serialization/resources/customModels/types/SentimentScore.d.ts +0 -13
  1667. package/serialization/resources/customModels/types/SentimentScore.js +0 -34
  1668. package/serialization/resources/customModels/types/SortBy.d.ts +0 -10
  1669. package/serialization/resources/customModels/types/SortBy.js +0 -31
  1670. package/serialization/resources/customModels/types/SortObject.d.ts +0 -14
  1671. package/serialization/resources/customModels/types/SortObject.js +0 -35
  1672. package/serialization/resources/customModels/types/Source.d.ts +0 -22
  1673. package/serialization/resources/customModels/types/Source.js +0 -43
  1674. package/serialization/resources/customModels/types/SourceFile.d.ts +0 -12
  1675. package/serialization/resources/customModels/types/SourceFile.js +0 -32
  1676. package/serialization/resources/customModels/types/SourceTextSource.d.ts +0 -11
  1677. package/serialization/resources/customModels/types/SourceTextSource.js +0 -31
  1678. package/serialization/resources/customModels/types/SourceUrl.d.ts +0 -12
  1679. package/serialization/resources/customModels/types/SourceUrl.js +0 -32
  1680. package/serialization/resources/customModels/types/StateEmbeddingGeneration.d.ts +0 -26
  1681. package/serialization/resources/customModels/types/StateEmbeddingGeneration.js +0 -45
  1682. package/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.d.ts +0 -12
  1683. package/serialization/resources/customModels/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.js +0 -32
  1684. package/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.d.ts +0 -12
  1685. package/serialization/resources/customModels/types/StateEmbeddingGenerationFailed.js +0 -32
  1686. package/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.d.ts +0 -12
  1687. package/serialization/resources/customModels/types/StateEmbeddingGenerationInProgress.js +0 -32
  1688. package/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.d.ts +0 -12
  1689. package/serialization/resources/customModels/types/StateEmbeddingGenerationQueued.js +0 -32
  1690. package/serialization/resources/customModels/types/StateInference.d.ts +0 -26
  1691. package/serialization/resources/customModels/types/StateInference.js +0 -45
  1692. package/serialization/resources/customModels/types/StateInferenceCompletedInference.d.ts +0 -12
  1693. package/serialization/resources/customModels/types/StateInferenceCompletedInference.js +0 -32
  1694. package/serialization/resources/customModels/types/StateInferenceFailed.d.ts +0 -12
  1695. package/serialization/resources/customModels/types/StateInferenceFailed.js +0 -32
  1696. package/serialization/resources/customModels/types/StateInferenceInProgress.d.ts +0 -12
  1697. package/serialization/resources/customModels/types/StateInferenceInProgress.js +0 -32
  1698. package/serialization/resources/customModels/types/StateInferenceQueued.d.ts +0 -12
  1699. package/serialization/resources/customModels/types/StateInferenceQueued.js +0 -32
  1700. package/serialization/resources/customModels/types/StateTlInference.d.ts +0 -26
  1701. package/serialization/resources/customModels/types/StateTlInference.js +0 -45
  1702. package/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.d.ts +0 -12
  1703. package/serialization/resources/customModels/types/StateTlInferenceCompletedTlInference.js +0 -32
  1704. package/serialization/resources/customModels/types/StateTlInferenceFailed.d.ts +0 -12
  1705. package/serialization/resources/customModels/types/StateTlInferenceFailed.js +0 -32
  1706. package/serialization/resources/customModels/types/StateTlInferenceInProgress.d.ts +0 -12
  1707. package/serialization/resources/customModels/types/StateTlInferenceInProgress.js +0 -32
  1708. package/serialization/resources/customModels/types/StateTlInferenceQueued.d.ts +0 -12
  1709. package/serialization/resources/customModels/types/StateTlInferenceQueued.js +0 -32
  1710. package/serialization/resources/customModels/types/StateTraining.d.ts +0 -26
  1711. package/serialization/resources/customModels/types/StateTraining.js +0 -45
  1712. package/serialization/resources/customModels/types/StateTrainingCompletedTraining.d.ts +0 -12
  1713. package/serialization/resources/customModels/types/StateTrainingCompletedTraining.js +0 -32
  1714. package/serialization/resources/customModels/types/StateTrainingFailed.d.ts +0 -12
  1715. package/serialization/resources/customModels/types/StateTrainingFailed.js +0 -32
  1716. package/serialization/resources/customModels/types/StateTrainingInProgress.d.ts +0 -12
  1717. package/serialization/resources/customModels/types/StateTrainingInProgress.js +0 -32
  1718. package/serialization/resources/customModels/types/StateTrainingQueued.d.ts +0 -12
  1719. package/serialization/resources/customModels/types/StateTrainingQueued.js +0 -32
  1720. package/serialization/resources/customModels/types/Status.d.ts +0 -10
  1721. package/serialization/resources/customModels/types/Status.js +0 -31
  1722. package/serialization/resources/customModels/types/Tag.d.ts +0 -13
  1723. package/serialization/resources/customModels/types/Tag.js +0 -34
  1724. package/serialization/resources/customModels/types/Target.d.ts +0 -10
  1725. package/serialization/resources/customModels/types/Target.js +0 -35
  1726. package/serialization/resources/customModels/types/Task.d.ts +0 -18
  1727. package/serialization/resources/customModels/types/Task.js +0 -41
  1728. package/serialization/resources/customModels/types/TaskClassification.d.ts +0 -11
  1729. package/serialization/resources/customModels/types/TaskClassification.js +0 -31
  1730. package/serialization/resources/customModels/types/TaskRegression.d.ts +0 -11
  1731. package/serialization/resources/customModels/types/TaskRegression.js +0 -31
  1732. package/serialization/resources/customModels/types/TextSource.d.ts +0 -10
  1733. package/serialization/resources/customModels/types/TextSource.js +0 -31
  1734. package/serialization/resources/customModels/types/TimeInterval.d.ts +0 -13
  1735. package/serialization/resources/customModels/types/TimeInterval.js +0 -34
  1736. package/serialization/resources/customModels/types/TlInferenceBaseRequest.d.ts +0 -17
  1737. package/serialization/resources/customModels/types/TlInferenceBaseRequest.js +0 -38
  1738. package/serialization/resources/customModels/types/TlInferencePrediction.d.ts +0 -15
  1739. package/serialization/resources/customModels/types/TlInferencePrediction.js +0 -36
  1740. package/serialization/resources/customModels/types/TlInferenceResults.d.ts +0 -15
  1741. package/serialization/resources/customModels/types/TlInferenceResults.js +0 -36
  1742. package/serialization/resources/customModels/types/TlInferenceSourcePredictResult.d.ts +0 -16
  1743. package/serialization/resources/customModels/types/TlInferenceSourcePredictResult.js +0 -37
  1744. package/serialization/resources/customModels/types/ToxicityScore.d.ts +0 -13
  1745. package/serialization/resources/customModels/types/ToxicityScore.js +0 -34
  1746. package/serialization/resources/customModels/types/TrainingBaseRequest.d.ts +0 -24
  1747. package/serialization/resources/customModels/types/TrainingBaseRequest.js +0 -45
  1748. package/serialization/resources/customModels/types/TrainingCustomModel.d.ts +0 -13
  1749. package/serialization/resources/customModels/types/TrainingCustomModel.js +0 -34
  1750. package/serialization/resources/customModels/types/Transcription.d.ts +0 -15
  1751. package/serialization/resources/customModels/types/Transcription.js +0 -36
  1752. package/serialization/resources/customModels/types/TranscriptionMetadata.d.ts +0 -14
  1753. package/serialization/resources/customModels/types/TranscriptionMetadata.js +0 -35
  1754. package/serialization/resources/customModels/types/Type.d.ts +0 -10
  1755. package/serialization/resources/customModels/types/Type.js +0 -31
  1756. package/serialization/resources/customModels/types/Unconfigurable.d.ts +0 -10
  1757. package/serialization/resources/customModels/types/Unconfigurable.js +0 -31
  1758. package/serialization/resources/customModels/types/UnionJob.d.ts +0 -26
  1759. package/serialization/resources/customModels/types/UnionJob.js +0 -45
  1760. package/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.d.ts +0 -12
  1761. package/serialization/resources/customModels/types/UnionJobJobEmbeddingGeneration.js +0 -32
  1762. package/serialization/resources/customModels/types/UnionJobJobInference.d.ts +0 -12
  1763. package/serialization/resources/customModels/types/UnionJobJobInference.js +0 -32
  1764. package/serialization/resources/customModels/types/UnionJobJobTlInference.d.ts +0 -12
  1765. package/serialization/resources/customModels/types/UnionJobJobTlInference.js +0 -32
  1766. package/serialization/resources/customModels/types/UnionJobJobTraining.d.ts +0 -12
  1767. package/serialization/resources/customModels/types/UnionJobJobTraining.js +0 -32
  1768. package/serialization/resources/customModels/types/UnionPredictResult.d.ts +0 -12
  1769. package/serialization/resources/customModels/types/UnionPredictResult.js +0 -33
  1770. package/serialization/resources/customModels/types/Unit.d.ts +0 -10
  1771. package/serialization/resources/customModels/types/Unit.js +0 -31
  1772. package/serialization/resources/customModels/types/Url.d.ts +0 -12
  1773. package/serialization/resources/customModels/types/Url.js +0 -33
  1774. package/serialization/resources/customModels/types/ValidationArgs.d.ts +0 -13
  1775. package/serialization/resources/customModels/types/ValidationArgs.js +0 -34
  1776. package/serialization/resources/customModels/types/When.d.ts +0 -10
  1777. package/serialization/resources/customModels/types/When.js +0 -31
  1778. package/serialization/resources/customModels/types/Window.d.ts +0 -13
  1779. package/serialization/resources/customModels/types/Window.js +0 -34
  1780. package/serialization/resources/customModels/types/index.d.ts +0 -144
  1781. package/serialization/resources/customModels/types/index.js +0 -160
  1782. package/wrapper/empathicVoice/EmpathicVoiceClient.d.ts +0 -11
  1783. package/wrapper/empathicVoice/EmpathicVoiceClient.js +0 -12
  1784. package/wrapper/empathicVoice/chat/ChatClient.d.ts +0 -30
  1785. package/wrapper/empathicVoice/chat/ChatClient.js +0 -156
  1786. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsCreateDatasetRequest.js → empathicVoice/types/ExtendedVoiceArgs.js} +0 -0
  1787. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsCreateDatasetVersionRequest.js → empathicVoice/types/Features.js} +0 -0
  1788. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetFilesRequest.js → empathicVoice/types/HttpValidationError.js} +0 -0
  1789. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetVersionFilesRequest.js → empathicVoice/types/PostedCustomVoice.js} +0 -0
  1790. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetVersionsRequest.js → empathicVoice/types/PostedCustomVoiceName.js} +0 -0
  1791. /package/api/resources/{customModels/resources/datasets/client/requests/DatasetsListDatasetsRequest.js → empathicVoice/types/PostedEllmModel.js} +0 -0
  1792. /package/api/resources/{customModels/resources/files/client/requests/FilesListFilesRequest.js → empathicVoice/types/PostedEventMessageSpec.js} +0 -0
  1793. /package/api/resources/{customModels/resources/files/client/requests/FilesUpdateFileNameRequest.js → empathicVoice/types/PostedEventMessageSpecs.js} +0 -0
  1794. /package/api/resources/{customModels/resources/files/client/requests/FilesUploadFileRequest.js → empathicVoice/types/PostedTimeoutSpec.js} +0 -0
  1795. /package/api/resources/{customModels/resources/models/client/requests/ModelsGetModelVersionRequest.js → empathicVoice/types/PostedTimeoutSpecs.js} +0 -0
  1796. /package/api/resources/{customModels/resources/models/client/requests/ModelsListModelVersionsRequest.js → empathicVoice/types/ReturnCustomVoice.js} +0 -0
  1797. /package/api/resources/{customModels/resources/models/client/requests/ModelsListModelsRequest.js → empathicVoice/types/ReturnEllmModel.js} +0 -0
  1798. /package/api/resources/{customModels/resources/models/client/requests/ModelsUpdateModelNameRequest.js → empathicVoice/types/ReturnEventMessageSpec.js} +0 -0
  1799. /package/api/resources/{customModels/types/Alternative.js → empathicVoice/types/ReturnEventMessageSpecs.js} +0 -0
  1800. /package/api/resources/{customModels/types/AttributeFilter.js → empathicVoice/types/ReturnPagedCustomVoices.js} +0 -0
  1801. /package/api/resources/{customModels/types/AuthorizedFile.js → empathicVoice/types/ReturnPrivacySettings.js} +0 -0
  1802. /package/api/resources/{customModels/types/BoundingBox.js → empathicVoice/types/ReturnPurgeStats.js} +0 -0
  1803. /package/api/resources/{customModels/types/BurstPrediction.js → empathicVoice/types/ReturnTimeoutSpec.js} +0 -0
  1804. /package/api/resources/{customModels/types/Classification.js → empathicVoice/types/ReturnTimeoutSpecs.js} +0 -0
  1805. /package/api/resources/{customModels/types/CompletedEmbeddingGeneration.js → empathicVoice/types/ValidationError.js} +0 -0
  1806. /package/api/resources/{customModels/types/CompletedInference.js → empathicVoice/types/ValidationErrorLocItem.js} +0 -0
  1807. /package/api/resources/{customModels/types/CompletedTlInference.js → empathicVoice/types/VoiceArgs.js} +0 -0
  1808. /package/{api/resources/customModels/types/CompletedTraining.js → dist/api/resources/empathicVoice/types/ExtendedVoiceArgs.js} +0 -0
  1809. /package/{api/resources/customModels/types/CustomModel.js → dist/api/resources/empathicVoice/types/Features.js} +0 -0
  1810. /package/{api/resources/customModels/types/CustomModelId.js → dist/api/resources/empathicVoice/types/HttpValidationError.js} +0 -0
  1811. /package/{api/resources/customModels/types/CustomModelPrediction.js → dist/api/resources/empathicVoice/types/PostedCustomVoice.js} +0 -0
  1812. /package/{api/resources/customModels/types/CustomModelRequest.js → dist/api/resources/empathicVoice/types/PostedCustomVoiceName.js} +0 -0
  1813. /package/{api/resources/customModels/types/CustomModelVersionId.js → dist/api/resources/empathicVoice/types/PostedEllmModel.js} +0 -0
  1814. /package/{api/resources/customModels/types/Dataset.js → dist/api/resources/empathicVoice/types/PostedEventMessageSpec.js} +0 -0
  1815. /package/{api/resources/customModels/types/DatasetId.js → dist/api/resources/empathicVoice/types/PostedEventMessageSpecs.js} +0 -0
  1816. /package/{api/resources/customModels/types/DatasetLabels.js → dist/api/resources/empathicVoice/types/PostedTimeoutSpec.js} +0 -0
  1817. /package/{api/resources/customModels/types/DatasetLabelsFileUriInput.js → dist/api/resources/empathicVoice/types/PostedTimeoutSpecs.js} +0 -0
  1818. /package/{api/resources/customModels/types/DatasetPage.js → dist/api/resources/empathicVoice/types/ReturnCustomVoice.js} +0 -0
  1819. /package/{api/resources/customModels/types/DatasetVersion.js → dist/api/resources/empathicVoice/types/ReturnEllmModel.js} +0 -0
  1820. /package/{api/resources/customModels/types/DatasetVersionId.js → dist/api/resources/empathicVoice/types/ReturnEventMessageSpec.js} +0 -0
  1821. /package/{api/resources/customModels/types/DatasetVersionPage.js → dist/api/resources/empathicVoice/types/ReturnEventMessageSpecs.js} +0 -0
  1822. /package/{api/resources/customModels/types/DescriptionsScore.js → dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js} +0 -0
  1823. /package/{api/resources/customModels/types/EmbeddingGenerationBaseRequest.js → dist/api/resources/empathicVoice/types/ReturnPrivacySettings.js} +0 -0
  1824. /package/{api/resources/customModels/types/EmotionScore.js → dist/api/resources/empathicVoice/types/ReturnPurgeStats.js} +0 -0
  1825. /package/{api/resources/customModels/types/Error_.js → dist/api/resources/empathicVoice/types/ReturnTimeoutSpec.js} +0 -0
  1826. /package/{api/resources/customModels/types/EvaluationArgs.js → dist/api/resources/empathicVoice/types/ReturnTimeoutSpecs.js} +0 -0
  1827. /package/{api/resources/customModels/types/ExternalModel.js → dist/api/resources/empathicVoice/types/ValidationError.js} +0 -0
  1828. /package/{api/resources/customModels/types/ExternalModelVersion.js → dist/api/resources/empathicVoice/types/ValidationErrorLocItem.js} +0 -0
  1829. /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
- docs: String with the name of the voice to use.
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: optional<literal<"HUME_AI">>
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: String with the name of the voice to use.
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
- tools: optional<ReturnUserDefinedTool>
179
- builtin_tools: optional<ReturnBuiltinTool>
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: String with the name of the voice to use.
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
- ReturnChatGroupPagedEvents:
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
- events_page:
657
+ chat_groups_page:
426
658
  docs: >-
427
- List of chat_events returned for the specified page number and page
428
- size.
429
- type: list<ReturnChatEvent>
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
- ReturnChatGroup:
466
- docs: A description of chat_group and its status
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
- chat_groups_page:
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 chat_groups and their metadata returned for the specified page
504
- number and page size.
505
- type: list<ReturnChatGroup>
506
- AssistantEnd:
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
- custom_session_id:
510
- type: optional<string>
511
- docs: >-
512
- Used to manage conversational state, correlate frontend and backend
513
- data, and persist conversations across EVI sessions.
514
- type:
515
- type: literal<"assistant_end">
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 'assistant_input'.
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
- from_text:
544
- type: boolean
545
- docs: Indicates if this message was constructed from a text input message.
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 'audio_input'.
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 output.
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
- ChatMessageToolResult:
616
- discriminated: false
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
- content:
624
- type: optional<string>
625
- docs: Transcript of the message.
626
- role:
627
- type: Role
628
- docs: Role of who is providing the message.
629
- tool_call:
630
- type: optional<ToolCallMessage>
631
- docs: Function call name and arguments.
632
- tool_result:
633
- type: optional<ChatMessageToolResult>
634
- docs: Function call response from client.
635
- ChatMetadata:
636
- docs: When provided, the output is a chat metadata message.
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
- chat_group_id:
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: ID of the chat group. Used to resume a chat.
641
- chat_id:
875
+ docs: Name of the tool.
876
+ parameters:
642
877
  type: string
643
- docs: ID of the chat.
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<"chat_metadata">
922
+ type: literal<"tool_response">
651
923
  docs: >-
652
- The type of message sent through the socket; for a Chat Metadata
653
- message, this must be 'chat_metadata'.
654
- Context:
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 context to inject.
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: optional<ContextType>
661
- docs: The persistence level of the injected context.
662
- ContextType:
663
- enum:
664
- - editable
665
- - persistent
666
- - temporary
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
- code:
722
- type: string
723
- docs: Error code.
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
- message:
1123
+ code:
730
1124
  type: string
731
- docs: Error message.
1125
+ docs: Error code.
732
1126
  slug:
733
1127
  type: string
734
1128
  docs: Error slug.
735
- type:
736
- type: literal<"error">
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: optional<literal<"tool_call">>
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 'tool_call'.
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
- type:
898
- type: optional<literal<"tool_error">>
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
- type: literal<"user_message">
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