hume 0.7.2 → 0.8.1-beta0

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