hume 0.15.3 → 0.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/empathicVoice/client/Client.d.ts +8 -8
  3. package/dist/cjs/api/resources/empathicVoice/client/Client.js +8 -8
  4. package/dist/cjs/api/resources/empathicVoice/resources/chat/client/Client.js +1 -1
  5. package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +11 -11
  6. package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/Client.js +92 -92
  7. package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +18 -18
  8. package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +16 -16
  9. package/dist/cjs/api/resources/empathicVoice/resources/controlPlane/client/Client.d.ts +2 -2
  10. package/dist/cjs/api/resources/empathicVoice/resources/controlPlane/client/Client.js +9 -4
  11. package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +2 -2
  12. package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +2 -2
  13. package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +6 -6
  14. package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +4 -4
  15. package/dist/cjs/api/resources/empathicVoice/types/ControlPlanePublishEvent.d.ts +24 -1
  16. package/dist/cjs/api/resources/empathicVoice/types/ErrorResponse.d.ts +1 -1
  17. package/dist/cjs/api/resources/empathicVoice/types/JsonMessage.d.ts +31 -1
  18. package/dist/cjs/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +2 -2
  19. package/dist/cjs/api/resources/empathicVoice/types/PostedConfigPromptSpec.d.ts +2 -2
  20. package/dist/cjs/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +2 -2
  21. package/dist/cjs/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +2 -2
  22. package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookEventType.d.ts +1 -0
  23. package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookEventType.js +1 -0
  24. package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +2 -2
  25. package/dist/cjs/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +4 -4
  26. package/dist/cjs/api/resources/empathicVoice/types/ReturnChat.d.ts +11 -11
  27. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatAudioReconstruction.d.ts +10 -10
  28. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +16 -16
  29. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +6 -6
  30. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.ts +6 -6
  31. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +8 -8
  32. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +4 -4
  33. package/dist/cjs/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +27 -27
  34. package/dist/cjs/api/resources/empathicVoice/types/ReturnConfig.d.ts +20 -41
  35. package/dist/cjs/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +2 -2
  36. package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +4 -4
  37. package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +4 -4
  38. package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +2 -2
  39. package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +2 -2
  40. package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +2 -2
  41. package/dist/cjs/api/resources/empathicVoice/types/ReturnPrompt.d.ts +12 -23
  42. package/dist/cjs/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +2 -2
  43. package/dist/cjs/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +20 -20
  44. package/dist/cjs/api/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
  45. package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookEventType.d.ts +1 -0
  46. package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookEventType.js +1 -0
  47. package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +2 -2
  48. package/dist/cjs/api/resources/empathicVoice/types/SubscribeEvent.d.ts +34 -1
  49. package/dist/cjs/api/resources/tts/resources/streamInput/client/Client.d.ts +1 -1
  50. package/dist/cjs/api/resources/tts/resources/streamInput/client/Client.js +7 -2
  51. package/dist/cjs/api/resources/tts/resources/voices/client/Client.d.ts +1 -1
  52. package/dist/cjs/api/resources/tts/resources/voices/client/Client.js +7 -2
  53. package/dist/cjs/api/resources/tts/types/ErrorResponse.d.ts +1 -1
  54. package/dist/cjs/api/resources/tts/types/PostedTts.d.ts +1 -1
  55. package/dist/cjs/api/resources/tts/types/ReturnVoice.d.ts +1 -1
  56. package/dist/cjs/api/resources/tts/types/Snippet.d.ts +1 -1
  57. package/dist/cjs/api/resources/tts/types/Timestamp.d.ts +2 -0
  58. package/dist/cjs/core/websocket/ws.js +3 -2
  59. package/dist/cjs/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +8 -8
  60. package/dist/cjs/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +8 -8
  61. package/dist/cjs/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +8 -8
  62. package/dist/cjs/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +8 -8
  63. package/dist/cjs/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
  64. package/dist/cjs/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.js +1 -1
  65. package/dist/cjs/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
  66. package/dist/cjs/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.js +1 -1
  67. package/dist/cjs/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +3 -3
  68. package/dist/cjs/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.js +3 -3
  69. package/dist/cjs/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +2 -2
  70. package/dist/cjs/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.js +2 -2
  71. package/dist/cjs/serialization/resources/empathicVoice/types/ErrorResponse.d.ts +1 -1
  72. package/dist/cjs/serialization/resources/empathicVoice/types/ErrorResponse.js +1 -1
  73. package/dist/cjs/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
  74. package/dist/cjs/serialization/resources/empathicVoice/types/PostedBuiltinTool.js +1 -1
  75. package/dist/cjs/serialization/resources/empathicVoice/types/PostedConfigPromptSpec.d.ts +1 -1
  76. package/dist/cjs/serialization/resources/empathicVoice/types/PostedConfigPromptSpec.js +1 -1
  77. package/dist/cjs/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +1 -1
  78. package/dist/cjs/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.js +1 -1
  79. package/dist/cjs/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +1 -1
  80. package/dist/cjs/serialization/resources/empathicVoice/types/PostedTimeoutSpec.js +1 -1
  81. package/dist/cjs/serialization/resources/empathicVoice/types/PostedWebhookEventType.d.ts +1 -1
  82. package/dist/cjs/serialization/resources/empathicVoice/types/PostedWebhookEventType.js +1 -1
  83. package/dist/cjs/serialization/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
  84. package/dist/cjs/serialization/resources/empathicVoice/types/PostedWebhookSpec.js +1 -1
  85. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +2 -2
  86. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnBuiltinTool.js +2 -2
  87. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChat.d.ts +4 -4
  88. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChat.js +4 -4
  89. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatAudioReconstruction.d.ts +3 -3
  90. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatAudioReconstruction.js +3 -3
  91. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +5 -5
  92. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatEvent.js +5 -5
  93. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +3 -3
  94. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroup.js +3 -3
  95. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.ts +3 -3
  96. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.js +3 -3
  97. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +4 -4
  98. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +4 -4
  99. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +2 -2
  100. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +2 -2
  101. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +5 -5
  102. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +5 -5
  103. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +12 -12
  104. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnConfig.js +12 -12
  105. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +1 -1
  106. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.js +1 -1
  107. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +2 -2
  108. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +2 -2
  109. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedChats.d.ts +2 -2
  110. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedChats.js +2 -2
  111. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +1 -1
  112. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedConfigs.js +1 -1
  113. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +1 -1
  114. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedPrompts.js +1 -1
  115. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +1 -1
  116. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.js +1 -1
  117. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPrompt.d.ts +4 -5
  118. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnPrompt.js +4 -5
  119. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +1 -1
  120. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.js +1 -1
  121. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +8 -8
  122. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.js +8 -8
  123. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +1 -1
  124. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnVoice.js +1 -1
  125. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnWebhookEventType.d.ts +1 -1
  126. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnWebhookEventType.js +1 -1
  127. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
  128. package/dist/cjs/serialization/resources/empathicVoice/types/ReturnWebhookSpec.js +1 -1
  129. package/dist/cjs/serialization/resources/tts/types/ErrorResponse.d.ts +1 -1
  130. package/dist/cjs/serialization/resources/tts/types/ErrorResponse.js +1 -1
  131. package/dist/cjs/serialization/resources/tts/types/ReturnVoice.d.ts +1 -1
  132. package/dist/cjs/serialization/resources/tts/types/ReturnVoice.js +1 -1
  133. package/dist/cjs/version.d.ts +1 -1
  134. package/dist/cjs/version.js +1 -1
  135. package/dist/esm/Client.mjs +2 -2
  136. package/dist/esm/api/resources/empathicVoice/client/Client.d.mts +8 -8
  137. package/dist/esm/api/resources/empathicVoice/client/Client.mjs +8 -8
  138. package/dist/esm/api/resources/empathicVoice/resources/chat/client/Client.mjs +1 -1
  139. package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/Client.d.mts +11 -11
  140. package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/Client.mjs +92 -92
  141. package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.mts +18 -18
  142. package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.mts +16 -16
  143. package/dist/esm/api/resources/empathicVoice/resources/controlPlane/client/Client.d.mts +2 -2
  144. package/dist/esm/api/resources/empathicVoice/resources/controlPlane/client/Client.mjs +9 -4
  145. package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.mts +2 -2
  146. package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.mts +2 -2
  147. package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.mts +6 -6
  148. package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.mts +4 -4
  149. package/dist/esm/api/resources/empathicVoice/types/ControlPlanePublishEvent.d.mts +24 -1
  150. package/dist/esm/api/resources/empathicVoice/types/ErrorResponse.d.mts +1 -1
  151. package/dist/esm/api/resources/empathicVoice/types/JsonMessage.d.mts +31 -1
  152. package/dist/esm/api/resources/empathicVoice/types/PostedBuiltinTool.d.mts +2 -2
  153. package/dist/esm/api/resources/empathicVoice/types/PostedConfigPromptSpec.d.mts +2 -2
  154. package/dist/esm/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.mts +2 -2
  155. package/dist/esm/api/resources/empathicVoice/types/PostedTimeoutSpec.d.mts +2 -2
  156. package/dist/esm/api/resources/empathicVoice/types/PostedWebhookEventType.d.mts +1 -0
  157. package/dist/esm/api/resources/empathicVoice/types/PostedWebhookEventType.mjs +1 -0
  158. package/dist/esm/api/resources/empathicVoice/types/PostedWebhookSpec.d.mts +2 -2
  159. package/dist/esm/api/resources/empathicVoice/types/ReturnBuiltinTool.d.mts +4 -4
  160. package/dist/esm/api/resources/empathicVoice/types/ReturnChat.d.mts +11 -11
  161. package/dist/esm/api/resources/empathicVoice/types/ReturnChatAudioReconstruction.d.mts +10 -10
  162. package/dist/esm/api/resources/empathicVoice/types/ReturnChatEvent.d.mts +16 -16
  163. package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroup.d.mts +6 -6
  164. package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.mts +6 -6
  165. package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.mts +8 -8
  166. package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.mts +4 -4
  167. package/dist/esm/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.mts +27 -27
  168. package/dist/esm/api/resources/empathicVoice/types/ReturnConfig.d.mts +20 -41
  169. package/dist/esm/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.mts +2 -2
  170. package/dist/esm/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.mts +4 -4
  171. package/dist/esm/api/resources/empathicVoice/types/ReturnPagedChats.d.mts +4 -4
  172. package/dist/esm/api/resources/empathicVoice/types/ReturnPagedConfigs.d.mts +2 -2
  173. package/dist/esm/api/resources/empathicVoice/types/ReturnPagedPrompts.d.mts +2 -2
  174. package/dist/esm/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.mts +2 -2
  175. package/dist/esm/api/resources/empathicVoice/types/ReturnPrompt.d.mts +12 -23
  176. package/dist/esm/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.mts +2 -2
  177. package/dist/esm/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.mts +20 -20
  178. package/dist/esm/api/resources/empathicVoice/types/ReturnVoice.d.mts +1 -1
  179. package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookEventType.d.mts +1 -0
  180. package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookEventType.mjs +1 -0
  181. package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookSpec.d.mts +2 -2
  182. package/dist/esm/api/resources/empathicVoice/types/SubscribeEvent.d.mts +34 -1
  183. package/dist/esm/api/resources/tts/resources/streamInput/client/Client.d.mts +1 -1
  184. package/dist/esm/api/resources/tts/resources/streamInput/client/Client.mjs +7 -2
  185. package/dist/esm/api/resources/tts/resources/voices/client/Client.d.mts +1 -1
  186. package/dist/esm/api/resources/tts/resources/voices/client/Client.mjs +7 -2
  187. package/dist/esm/api/resources/tts/types/ErrorResponse.d.mts +1 -1
  188. package/dist/esm/api/resources/tts/types/PostedTts.d.mts +1 -1
  189. package/dist/esm/api/resources/tts/types/ReturnVoice.d.mts +1 -1
  190. package/dist/esm/api/resources/tts/types/Snippet.d.mts +1 -1
  191. package/dist/esm/api/resources/tts/types/Timestamp.d.mts +2 -0
  192. package/dist/esm/core/websocket/ws.mjs +3 -2
  193. package/dist/esm/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.mts +8 -8
  194. package/dist/esm/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.mjs +8 -8
  195. package/dist/esm/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.mts +8 -8
  196. package/dist/esm/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.mjs +8 -8
  197. package/dist/esm/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.mts +1 -1
  198. package/dist/esm/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.mjs +1 -1
  199. package/dist/esm/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.mts +1 -1
  200. package/dist/esm/serialization/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.mjs +1 -1
  201. package/dist/esm/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.mts +3 -3
  202. package/dist/esm/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.mjs +3 -3
  203. package/dist/esm/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.mts +2 -2
  204. package/dist/esm/serialization/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.mjs +2 -2
  205. package/dist/esm/serialization/resources/empathicVoice/types/ErrorResponse.d.mts +1 -1
  206. package/dist/esm/serialization/resources/empathicVoice/types/ErrorResponse.mjs +1 -1
  207. package/dist/esm/serialization/resources/empathicVoice/types/PostedBuiltinTool.d.mts +1 -1
  208. package/dist/esm/serialization/resources/empathicVoice/types/PostedBuiltinTool.mjs +1 -1
  209. package/dist/esm/serialization/resources/empathicVoice/types/PostedConfigPromptSpec.d.mts +1 -1
  210. package/dist/esm/serialization/resources/empathicVoice/types/PostedConfigPromptSpec.mjs +1 -1
  211. package/dist/esm/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.d.mts +1 -1
  212. package/dist/esm/serialization/resources/empathicVoice/types/PostedEventMessageSpecs.mjs +1 -1
  213. package/dist/esm/serialization/resources/empathicVoice/types/PostedTimeoutSpec.d.mts +1 -1
  214. package/dist/esm/serialization/resources/empathicVoice/types/PostedTimeoutSpec.mjs +1 -1
  215. package/dist/esm/serialization/resources/empathicVoice/types/PostedWebhookEventType.d.mts +1 -1
  216. package/dist/esm/serialization/resources/empathicVoice/types/PostedWebhookEventType.mjs +1 -1
  217. package/dist/esm/serialization/resources/empathicVoice/types/PostedWebhookSpec.d.mts +1 -1
  218. package/dist/esm/serialization/resources/empathicVoice/types/PostedWebhookSpec.mjs +1 -1
  219. package/dist/esm/serialization/resources/empathicVoice/types/ReturnBuiltinTool.d.mts +2 -2
  220. package/dist/esm/serialization/resources/empathicVoice/types/ReturnBuiltinTool.mjs +2 -2
  221. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChat.d.mts +4 -4
  222. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChat.mjs +4 -4
  223. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatAudioReconstruction.d.mts +3 -3
  224. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatAudioReconstruction.mjs +3 -3
  225. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatEvent.d.mts +5 -5
  226. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatEvent.mjs +5 -5
  227. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroup.d.mts +3 -3
  228. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroup.mjs +3 -3
  229. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.mts +3 -3
  230. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.mjs +3 -3
  231. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.mts +4 -4
  232. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.mjs +4 -4
  233. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.mts +2 -2
  234. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.mjs +2 -2
  235. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.mts +5 -5
  236. package/dist/esm/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.mjs +5 -5
  237. package/dist/esm/serialization/resources/empathicVoice/types/ReturnConfig.d.mts +12 -12
  238. package/dist/esm/serialization/resources/empathicVoice/types/ReturnConfig.mjs +12 -12
  239. package/dist/esm/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.d.mts +1 -1
  240. package/dist/esm/serialization/resources/empathicVoice/types/ReturnEventMessageSpecs.mjs +1 -1
  241. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.mts +2 -2
  242. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.mjs +2 -2
  243. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedChats.d.mts +2 -2
  244. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedChats.mjs +2 -2
  245. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedConfigs.d.mts +1 -1
  246. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedConfigs.mjs +1 -1
  247. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedPrompts.d.mts +1 -1
  248. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedPrompts.mjs +1 -1
  249. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.mts +1 -1
  250. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPagedUserDefinedTools.mjs +1 -1
  251. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPrompt.d.mts +4 -5
  252. package/dist/esm/serialization/resources/empathicVoice/types/ReturnPrompt.mjs +4 -5
  253. package/dist/esm/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.d.mts +1 -1
  254. package/dist/esm/serialization/resources/empathicVoice/types/ReturnTimeoutSpec.mjs +1 -1
  255. package/dist/esm/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.d.mts +8 -8
  256. package/dist/esm/serialization/resources/empathicVoice/types/ReturnUserDefinedTool.mjs +8 -8
  257. package/dist/esm/serialization/resources/empathicVoice/types/ReturnVoice.d.mts +1 -1
  258. package/dist/esm/serialization/resources/empathicVoice/types/ReturnVoice.mjs +1 -1
  259. package/dist/esm/serialization/resources/empathicVoice/types/ReturnWebhookEventType.d.mts +1 -1
  260. package/dist/esm/serialization/resources/empathicVoice/types/ReturnWebhookEventType.mjs +1 -1
  261. package/dist/esm/serialization/resources/empathicVoice/types/ReturnWebhookSpec.d.mts +1 -1
  262. package/dist/esm/serialization/resources/empathicVoice/types/ReturnWebhookSpec.mjs +1 -1
  263. package/dist/esm/serialization/resources/tts/types/ErrorResponse.d.mts +1 -1
  264. package/dist/esm/serialization/resources/tts/types/ErrorResponse.mjs +1 -1
  265. package/dist/esm/serialization/resources/tts/types/ReturnVoice.d.mts +1 -1
  266. package/dist/esm/serialization/resources/tts/types/ReturnVoice.mjs +1 -1
  267. package/dist/esm/version.d.mts +1 -1
  268. package/dist/esm/version.mjs +1 -1
  269. package/package.json +1 -1
  270. package/reference.md +576 -576
@@ -2,7 +2,7 @@
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnEventMessageSpec } from "./ReturnEventMessageSpec.mjs";
4
4
  export const ReturnEventMessageSpecs = core.serialization.object({
5
- onNewChat: core.serialization.property("on_new_chat", ReturnEventMessageSpec.optional()),
6
5
  onInactivityTimeout: core.serialization.property("on_inactivity_timeout", ReturnEventMessageSpec.optional()),
7
6
  onMaxDurationTimeout: core.serialization.property("on_max_duration_timeout", ReturnEventMessageSpec.optional()),
7
+ onNewChat: core.serialization.property("on_new_chat", ReturnEventMessageSpec.optional()),
8
8
  });
@@ -6,10 +6,10 @@ import { ReturnPagedChatGroupsPaginationDirection } from "./ReturnPagedChatGroup
6
6
  export declare const ReturnPagedChatGroups: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnPagedChatGroups.Raw, Hume.empathicVoice.ReturnPagedChatGroups>;
7
7
  export declare namespace ReturnPagedChatGroups {
8
8
  interface Raw {
9
+ chat_groups_page: ReturnChatGroup.Raw[];
9
10
  page_number: number;
10
11
  page_size: number;
11
- total_pages: number;
12
12
  pagination_direction: ReturnPagedChatGroupsPaginationDirection.Raw;
13
- chat_groups_page: ReturnChatGroup.Raw[];
13
+ total_pages: number;
14
14
  }
15
15
  }
@@ -3,9 +3,9 @@ import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnChatGroup } from "./ReturnChatGroup.mjs";
4
4
  import { ReturnPagedChatGroupsPaginationDirection } from "./ReturnPagedChatGroupsPaginationDirection.mjs";
5
5
  export const ReturnPagedChatGroups = core.serialization.object({
6
+ chatGroupsPage: core.serialization.property("chat_groups_page", core.serialization.list(ReturnChatGroup)),
6
7
  pageNumber: core.serialization.property("page_number", core.serialization.number()),
7
8
  pageSize: core.serialization.property("page_size", core.serialization.number()),
8
- totalPages: core.serialization.property("total_pages", core.serialization.number()),
9
9
  paginationDirection: core.serialization.property("pagination_direction", ReturnPagedChatGroupsPaginationDirection),
10
- chatGroupsPage: core.serialization.property("chat_groups_page", core.serialization.list(ReturnChatGroup)),
10
+ totalPages: core.serialization.property("total_pages", core.serialization.number()),
11
11
  });
@@ -6,10 +6,10 @@ import { ReturnPagedChatsPaginationDirection } from "./ReturnPagedChatsPaginatio
6
6
  export declare const ReturnPagedChats: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnPagedChats.Raw, Hume.empathicVoice.ReturnPagedChats>;
7
7
  export declare namespace ReturnPagedChats {
8
8
  interface Raw {
9
+ chats_page: ReturnChat.Raw[];
9
10
  page_number: number;
10
11
  page_size: number;
11
- total_pages: number;
12
12
  pagination_direction: ReturnPagedChatsPaginationDirection.Raw;
13
- chats_page: ReturnChat.Raw[];
13
+ total_pages: number;
14
14
  }
15
15
  }
@@ -3,9 +3,9 @@ import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnChat } from "./ReturnChat.mjs";
4
4
  import { ReturnPagedChatsPaginationDirection } from "./ReturnPagedChatsPaginationDirection.mjs";
5
5
  export const ReturnPagedChats = core.serialization.object({
6
+ chatsPage: core.serialization.property("chats_page", core.serialization.list(ReturnChat)),
6
7
  pageNumber: core.serialization.property("page_number", core.serialization.number()),
7
8
  pageSize: core.serialization.property("page_size", core.serialization.number()),
8
- totalPages: core.serialization.property("total_pages", core.serialization.number()),
9
9
  paginationDirection: core.serialization.property("pagination_direction", ReturnPagedChatsPaginationDirection),
10
- chatsPage: core.serialization.property("chats_page", core.serialization.list(ReturnChat)),
10
+ totalPages: core.serialization.property("total_pages", core.serialization.number()),
11
11
  });
@@ -5,9 +5,9 @@ import { ReturnConfig } from "./ReturnConfig.mjs";
5
5
  export declare const ReturnPagedConfigs: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnPagedConfigs.Raw, Hume.empathicVoice.ReturnPagedConfigs>;
6
6
  export declare namespace ReturnPagedConfigs {
7
7
  interface Raw {
8
+ configs_page?: ReturnConfig.Raw[] | null;
8
9
  page_number?: number | null;
9
10
  page_size?: number | null;
10
11
  total_pages: number;
11
- configs_page?: ReturnConfig.Raw[] | null;
12
12
  }
13
13
  }
@@ -2,8 +2,8 @@
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnConfig } from "./ReturnConfig.mjs";
4
4
  export const ReturnPagedConfigs = core.serialization.object({
5
+ configsPage: core.serialization.property("configs_page", core.serialization.list(ReturnConfig).optional()),
5
6
  pageNumber: core.serialization.property("page_number", core.serialization.number().optional()),
6
7
  pageSize: core.serialization.property("page_size", core.serialization.number().optional()),
7
8
  totalPages: core.serialization.property("total_pages", core.serialization.number()),
8
- configsPage: core.serialization.property("configs_page", core.serialization.list(ReturnConfig).optional()),
9
9
  });
@@ -7,7 +7,7 @@ export declare namespace ReturnPagedPrompts {
7
7
  interface Raw {
8
8
  page_number: number;
9
9
  page_size: number;
10
- total_pages: number;
11
10
  prompts_page: (ReturnPrompt.Raw | null | undefined)[];
11
+ total_pages: number;
12
12
  }
13
13
  }
@@ -4,6 +4,6 @@ import { ReturnPrompt } from "./ReturnPrompt.mjs";
4
4
  export const ReturnPagedPrompts = core.serialization.object({
5
5
  pageNumber: core.serialization.property("page_number", core.serialization.number()),
6
6
  pageSize: core.serialization.property("page_size", core.serialization.number()),
7
- totalPages: core.serialization.property("total_pages", core.serialization.number()),
8
7
  promptsPage: core.serialization.property("prompts_page", core.serialization.list(ReturnPrompt.optional())),
8
+ totalPages: core.serialization.property("total_pages", core.serialization.number()),
9
9
  });
@@ -7,7 +7,7 @@ export declare namespace ReturnPagedUserDefinedTools {
7
7
  interface Raw {
8
8
  page_number: number;
9
9
  page_size: number;
10
- total_pages: number;
11
10
  tools_page: (ReturnUserDefinedTool.Raw | null | undefined)[];
11
+ total_pages: number;
12
12
  }
13
13
  }
@@ -4,6 +4,6 @@ import { ReturnUserDefinedTool } from "./ReturnUserDefinedTool.mjs";
4
4
  export const ReturnPagedUserDefinedTools = core.serialization.object({
5
5
  pageNumber: core.serialization.property("page_number", core.serialization.number()),
6
6
  pageSize: core.serialization.property("page_size", core.serialization.number()),
7
- totalPages: core.serialization.property("total_pages", core.serialization.number()),
8
7
  toolsPage: core.serialization.property("tools_page", core.serialization.list(ReturnUserDefinedTool.optional())),
8
+ totalPages: core.serialization.property("total_pages", core.serialization.number()),
9
9
  });
@@ -1,17 +1,16 @@
1
1
  import type * as Hume from "../../../../api/index.mjs";
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
- import { ReturnPromptVersionType } from "./ReturnPromptVersionType.mjs";
5
4
  export declare const ReturnPrompt: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnPrompt.Raw, Hume.empathicVoice.ReturnPrompt>;
6
5
  export declare namespace ReturnPrompt {
7
6
  interface Raw {
8
- name: string;
7
+ created_on: number;
9
8
  id: string;
9
+ modified_on: number;
10
+ name: string;
10
11
  text: string;
11
12
  version: number;
12
- version_type: ReturnPromptVersionType.Raw;
13
- created_on: number;
14
- modified_on: number;
15
13
  version_description?: string | null;
14
+ version_type: string;
16
15
  }
17
16
  }
@@ -1,13 +1,12 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  import * as core from "../../../../core/index.mjs";
3
- import { ReturnPromptVersionType } from "./ReturnPromptVersionType.mjs";
4
3
  export const ReturnPrompt = core.serialization.object({
5
- name: core.serialization.string(),
4
+ createdOn: core.serialization.property("created_on", core.serialization.number()),
6
5
  id: core.serialization.string(),
6
+ modifiedOn: core.serialization.property("modified_on", core.serialization.number()),
7
+ name: core.serialization.string(),
7
8
  text: core.serialization.string(),
8
9
  version: core.serialization.number(),
9
- versionType: core.serialization.property("version_type", ReturnPromptVersionType),
10
- createdOn: core.serialization.property("created_on", core.serialization.number()),
11
- modifiedOn: core.serialization.property("modified_on", core.serialization.number()),
12
10
  versionDescription: core.serialization.property("version_description", core.serialization.string().optional()),
11
+ versionType: core.serialization.property("version_type", core.serialization.string()),
13
12
  });
@@ -4,7 +4,7 @@ import type * as serializers from "../../../index.mjs";
4
4
  export declare const ReturnTimeoutSpec: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnTimeoutSpec.Raw, Hume.empathicVoice.ReturnTimeoutSpec>;
5
5
  export declare namespace ReturnTimeoutSpec {
6
6
  interface Raw {
7
- enabled: boolean;
8
7
  duration_secs?: number | null;
8
+ enabled: boolean;
9
9
  }
10
10
  }
@@ -1,6 +1,6 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  export const ReturnTimeoutSpec = core.serialization.object({
4
- enabled: core.serialization.boolean(),
5
4
  durationSecs: core.serialization.property("duration_secs", core.serialization.number().optional()),
5
+ enabled: core.serialization.boolean(),
6
6
  });
@@ -6,16 +6,16 @@ import { ReturnUserDefinedToolVersionType } from "./ReturnUserDefinedToolVersion
6
6
  export declare const ReturnUserDefinedTool: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnUserDefinedTool.Raw, Hume.empathicVoice.ReturnUserDefinedTool>;
7
7
  export declare namespace ReturnUserDefinedTool {
8
8
  interface Raw {
9
- tool_type: ReturnUserDefinedToolToolType.Raw;
10
- id: string;
11
- version: number;
12
- version_type: ReturnUserDefinedToolVersionType.Raw;
13
- version_description?: string | null;
14
- name: string;
15
9
  created_on: number;
16
- modified_on: number;
17
- fallback_content?: string | null;
18
10
  description?: string | null;
11
+ fallback_content?: string | null;
12
+ id: string;
13
+ modified_on: number;
14
+ name: string;
19
15
  parameters: string;
16
+ tool_type: ReturnUserDefinedToolToolType.Raw;
17
+ version: number;
18
+ version_description?: string | null;
19
+ version_type: ReturnUserDefinedToolVersionType.Raw;
20
20
  }
21
21
  }
@@ -3,15 +3,15 @@ import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnUserDefinedToolToolType } from "./ReturnUserDefinedToolToolType.mjs";
4
4
  import { ReturnUserDefinedToolVersionType } from "./ReturnUserDefinedToolVersionType.mjs";
5
5
  export const ReturnUserDefinedTool = core.serialization.object({
6
- toolType: core.serialization.property("tool_type", ReturnUserDefinedToolToolType),
7
- id: core.serialization.string(),
8
- version: core.serialization.number(),
9
- versionType: core.serialization.property("version_type", ReturnUserDefinedToolVersionType),
10
- versionDescription: core.serialization.property("version_description", core.serialization.string().optional()),
11
- name: core.serialization.string(),
12
6
  createdOn: core.serialization.property("created_on", core.serialization.number()),
13
- modifiedOn: core.serialization.property("modified_on", core.serialization.number()),
14
- fallbackContent: core.serialization.property("fallback_content", core.serialization.string().optional()),
15
7
  description: core.serialization.string().optional(),
8
+ fallbackContent: core.serialization.property("fallback_content", core.serialization.string().optional()),
9
+ id: core.serialization.string(),
10
+ modifiedOn: core.serialization.property("modified_on", core.serialization.number()),
11
+ name: core.serialization.string(),
16
12
  parameters: core.serialization.string(),
13
+ toolType: core.serialization.property("tool_type", ReturnUserDefinedToolToolType),
14
+ version: core.serialization.number(),
15
+ versionDescription: core.serialization.property("version_description", core.serialization.string().optional()),
16
+ versionType: core.serialization.property("version_type", ReturnUserDefinedToolVersionType),
17
17
  });
@@ -5,9 +5,9 @@ import { VoiceProvider } from "./VoiceProvider.mjs";
5
5
  export declare const ReturnVoice: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoice.Raw, Hume.empathicVoice.ReturnVoice>;
6
6
  export declare namespace ReturnVoice {
7
7
  interface Raw {
8
+ compatible_octave_models?: string[] | null;
8
9
  id?: string | null;
9
10
  name?: string | null;
10
11
  provider?: VoiceProvider.Raw | null;
11
- compatible_octave_models?: string[] | null;
12
12
  }
13
13
  }
@@ -2,8 +2,8 @@
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import { VoiceProvider } from "./VoiceProvider.mjs";
4
4
  export const ReturnVoice = core.serialization.object({
5
+ compatibleOctaveModels: core.serialization.property("compatible_octave_models", core.serialization.list(core.serialization.string()).optional()),
5
6
  id: core.serialization.string().optional(),
6
7
  name: core.serialization.string().optional(),
7
8
  provider: VoiceProvider.optional(),
8
- compatibleOctaveModels: core.serialization.property("compatible_octave_models", core.serialization.list(core.serialization.string()).optional()),
9
9
  });
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const ReturnWebhookEventType: core.serialization.Schema<serializers.empathicVoice.ReturnWebhookEventType.Raw, Hume.empathicVoice.ReturnWebhookEventType>;
5
5
  export declare namespace ReturnWebhookEventType {
6
- type Raw = "chat_started" | "chat_ended";
6
+ type Raw = "chat_started" | "chat_ended" | "tool_call";
7
7
  }
@@ -1,3 +1,3 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  import * as core from "../../../../core/index.mjs";
3
- export const ReturnWebhookEventType = core.serialization.enum_(["chat_started", "chat_ended"]);
3
+ export const ReturnWebhookEventType = core.serialization.enum_(["chat_started", "chat_ended", "tool_call"]);
@@ -5,7 +5,7 @@ import { ReturnWebhookEventType } from "./ReturnWebhookEventType.mjs";
5
5
  export declare const ReturnWebhookSpec: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnWebhookSpec.Raw, Hume.empathicVoice.ReturnWebhookSpec>;
6
6
  export declare namespace ReturnWebhookSpec {
7
7
  interface Raw {
8
- url: string;
9
8
  events: ReturnWebhookEventType.Raw[];
9
+ url: string;
10
10
  }
11
11
  }
@@ -2,6 +2,6 @@
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import { ReturnWebhookEventType } from "./ReturnWebhookEventType.mjs";
4
4
  export const ReturnWebhookSpec = core.serialization.object({
5
- url: core.serialization.string(),
6
5
  events: core.serialization.list(ReturnWebhookEventType),
6
+ url: core.serialization.string(),
7
7
  });
@@ -4,8 +4,8 @@ import type * as serializers from "../../../index.mjs";
4
4
  export declare const ErrorResponse: core.serialization.ObjectSchema<serializers.tts.ErrorResponse.Raw, Hume.tts.ErrorResponse>;
5
5
  export declare namespace ErrorResponse {
6
6
  interface Raw {
7
+ code?: string | null;
7
8
  error?: string | null;
8
9
  message?: string | null;
9
- code?: string | null;
10
10
  }
11
11
  }
@@ -1,7 +1,7 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  export const ErrorResponse = core.serialization.object({
4
+ code: core.serialization.string().optional(),
4
5
  error: core.serialization.string().optional(),
5
6
  message: core.serialization.string().optional(),
6
- code: core.serialization.string().optional(),
7
7
  });
@@ -5,9 +5,9 @@ import { VoiceProvider } from "./VoiceProvider.mjs";
5
5
  export declare const ReturnVoice: core.serialization.ObjectSchema<serializers.tts.ReturnVoice.Raw, Hume.tts.ReturnVoice>;
6
6
  export declare namespace ReturnVoice {
7
7
  interface Raw {
8
+ compatible_octave_models?: string[] | null;
8
9
  id?: string | null;
9
10
  name?: string | null;
10
11
  provider?: VoiceProvider.Raw | null;
11
- compatible_octave_models?: string[] | null;
12
12
  }
13
13
  }
@@ -2,8 +2,8 @@
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import { VoiceProvider } from "./VoiceProvider.mjs";
4
4
  export const ReturnVoice = core.serialization.object({
5
+ compatibleOctaveModels: core.serialization.property("compatible_octave_models", core.serialization.list(core.serialization.string()).optional()),
5
6
  id: core.serialization.string().optional(),
6
7
  name: core.serialization.string().optional(),
7
8
  provider: VoiceProvider.optional(),
8
- compatibleOctaveModels: core.serialization.property("compatible_octave_models", core.serialization.list(core.serialization.string()).optional()),
9
9
  });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.15.3";
1
+ export declare const SDK_VERSION = "0.15.5";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.15.3";
1
+ export const SDK_VERSION = "0.15.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hume",
3
- "version": "0.15.3",
3
+ "version": "0.15.5",
4
4
  "private": false,
5
5
  "repository": "github:humeai/hume-typescript-sdk",
6
6
  "type": "commonjs",