hume 0.11.5-beta.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/.mock/definition/empathic-voice/__package__.yml +27 -517
  2. package/.mock/definition/empathic-voice/chatGroups.yml +1 -1
  3. package/.mock/definition/empathic-voice/chats.yml +1 -1
  4. package/.mock/definition/empathic-voice/configs.yml +34 -151
  5. package/.mock/definition/empathic-voice/prompts.yml +21 -21
  6. package/.mock/definition/empathic-voice/tools.yml +10 -10
  7. package/.mock/definition/tts/__package__.yml +6 -22
  8. package/api/resources/empathicVoice/client/Client.d.ts +0 -3
  9. package/api/resources/empathicVoice/client/Client.js +8 -13
  10. package/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
  11. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
  12. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
  13. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  14. package/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
  15. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +13 -13
  16. package/api/resources/empathicVoice/resources/configs/client/Client.js +13 -13
  17. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +4 -4
  18. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
  19. package/api/resources/empathicVoice/resources/index.d.ts +0 -2
  20. package/api/resources/empathicVoice/resources/index.js +1 -3
  21. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
  22. package/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  23. package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
  24. package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
  25. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
  26. package/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  27. package/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  28. package/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
  29. package/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
  30. package/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
  31. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +2 -3
  32. package/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  33. package/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
  34. package/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
  35. package/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
  36. package/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
  37. package/api/resources/empathicVoice/types/{PostedVoiceProvider.js → VoiceProvider.js} +2 -2
  38. package/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
  39. package/api/resources/empathicVoice/types/index.d.ts +4 -18
  40. package/api/resources/empathicVoice/types/index.js +4 -18
  41. package/dist/api/resources/empathicVoice/client/Client.d.ts +0 -3
  42. package/dist/api/resources/empathicVoice/client/Client.js +8 -13
  43. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
  44. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
  45. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
  46. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  47. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
  48. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +13 -13
  49. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +13 -13
  50. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +4 -4
  51. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
  52. package/dist/api/resources/empathicVoice/resources/index.d.ts +0 -2
  53. package/dist/api/resources/empathicVoice/resources/index.js +1 -3
  54. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
  55. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  56. package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
  57. package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
  58. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
  59. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  60. package/dist/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  61. package/dist/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
  62. package/dist/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
  63. package/dist/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
  64. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +2 -3
  65. package/dist/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  66. package/dist/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
  67. package/dist/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
  68. package/dist/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
  69. package/dist/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
  70. package/{api/resources/empathicVoice/types/ReturnVoiceProvider.js → dist/api/resources/empathicVoice/types/VoiceProvider.js} +2 -2
  71. package/dist/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
  72. package/dist/api/resources/empathicVoice/types/index.d.ts +4 -18
  73. package/dist/api/resources/empathicVoice/types/index.js +4 -18
  74. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
  75. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
  76. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
  77. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
  78. package/dist/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
  79. package/dist/serialization/resources/empathicVoice/resources/index.js +1 -3
  80. package/dist/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
  81. package/dist/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
  82. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  83. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
  84. package/dist/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
  85. package/dist/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
  86. package/dist/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
  87. package/dist/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
  88. package/{serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts → dist/serialization/resources/empathicVoice/types/VoiceProvider.d.ts} +2 -2
  89. package/dist/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.js → VoiceProvider.js} +2 -2
  90. package/dist/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
  91. package/dist/serialization/resources/empathicVoice/types/{PostedCustomVoiceBaseVoice.js → VoiceRef.js} +4 -2
  92. package/dist/serialization/resources/empathicVoice/types/index.d.ts +4 -18
  93. package/dist/serialization/resources/empathicVoice/types/index.js +4 -18
  94. package/dist/version.d.ts +1 -1
  95. package/dist/version.js +1 -1
  96. package/package.json +1 -1
  97. package/reference.md +43 -485
  98. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
  99. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
  100. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
  101. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
  102. package/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
  103. package/serialization/resources/empathicVoice/resources/index.js +1 -3
  104. package/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
  105. package/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
  106. package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  107. package/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
  108. package/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
  109. package/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
  110. package/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
  111. package/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
  112. package/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.d.ts → VoiceProvider.d.ts} +2 -2
  113. package/{dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.js → serialization/resources/empathicVoice/types/VoiceProvider.js} +2 -2
  114. package/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
  115. package/{dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js → serialization/resources/empathicVoice/types/VoiceRef.js} +4 -2
  116. package/serialization/resources/empathicVoice/types/index.d.ts +4 -18
  117. package/serialization/resources/empathicVoice/types/index.js +4 -18
  118. package/version.d.ts +1 -1
  119. package/version.js +1 -1
  120. package/.mock/definition/empathic-voice/customVoices.yml +0 -283
  121. package/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
  122. package/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
  123. package/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  124. package/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  125. package/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
  126. package/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
  127. package/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
  128. package/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
  129. package/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  130. package/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
  131. package/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
  132. package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
  133. package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
  134. package/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
  135. package/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
  136. package/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
  137. package/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
  138. package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
  139. package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
  140. package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
  141. package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
  142. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
  143. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
  144. package/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
  145. package/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
  146. package/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
  147. package/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
  148. package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
  149. package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
  150. package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
  151. package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
  152. package/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
  153. package/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
  154. package/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
  155. package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
  156. package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
  157. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
  158. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
  159. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
  160. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
  161. package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
  162. package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
  163. package/dist/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  164. package/dist/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  165. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
  166. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js +0 -5
  167. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
  168. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -5
  169. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
  170. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
  171. package/dist/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  172. package/dist/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
  173. package/dist/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
  174. package/dist/api/resources/empathicVoice/types/PostedCustomVoice.js +0 -5
  175. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
  176. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
  177. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
  178. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -5
  179. package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
  180. package/dist/api/resources/empathicVoice/types/PostedVoice.js +0 -5
  181. package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
  182. package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.js +0 -10
  183. package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
  184. package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.js +0 -5
  185. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
  186. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
  187. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
  188. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
  189. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
  190. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
  191. package/dist/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
  192. package/dist/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
  193. package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
  194. package/dist/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
  195. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
  196. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
  197. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
  198. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
  199. package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
  200. package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -10
  201. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
  202. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
  203. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
  204. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
  205. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
  206. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
  207. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
  208. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
  209. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  210. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  211. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
  212. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
  213. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
  214. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
  215. package/dist/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  216. package/dist/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
  217. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
  218. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
  219. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
  220. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
  221. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
  222. package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
  223. package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
  224. package/dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -10
  225. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
  226. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
  227. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
  228. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
  229. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
  230. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
  231. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
  232. package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
  233. package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
  234. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
  235. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
  236. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
  237. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
  238. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
  239. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
  240. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -10
  241. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
  242. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
  243. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
  244. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
  245. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
  246. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
  247. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
  248. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
  249. package/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  250. package/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  251. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
  252. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
  253. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
  254. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
  255. package/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  256. package/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
  257. package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
  258. package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
  259. package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
  260. package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -41
  261. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
  262. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
  263. package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
  264. package/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
  265. package/serialization/resources/empathicVoice/types/PostedVoiceProvider.js +0 -41
  266. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
  267. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
  268. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
  269. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -41
  270. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
  271. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
  272. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
  273. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
  274. package/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
  275. package/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
  276. package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
  277. package/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
  278. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
  279. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
  280. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
  281. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
  282. package/serialization/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -41
  283. package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
  284. package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
  285. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
  286. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
  287. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
  288. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
  289. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
  290. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
  291. /package/api/resources/empathicVoice/{resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js → types/VoiceId.js} +0 -0
  292. /package/api/resources/empathicVoice/{resources/customVoices/client/requests/PostedCustomVoiceName.js → types/VoiceName.js} +0 -0
  293. /package/api/resources/empathicVoice/types/{PostedCustomVoice.js → VoiceRef.js} +0 -0
  294. /package/{api/resources/empathicVoice/types/PostedCustomVoiceParameters.js → dist/api/resources/empathicVoice/types/VoiceId.js} +0 -0
  295. /package/{api/resources/empathicVoice/types/PostedVoice.js → dist/api/resources/empathicVoice/types/VoiceName.js} +0 -0
  296. /package/{api/resources/empathicVoice/types/ReturnCustomVoice.js → dist/api/resources/empathicVoice/types/VoiceRef.js} +0 -0
@@ -1,283 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- list-custom-voices:
8
- path: /v0/evi/custom_voices
9
- method: GET
10
- auth: true
11
- docs: >-
12
- Fetches a paginated list of **Custom Voices**.
13
-
14
-
15
- Refer to our [voices
16
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
17
- details on creating a custom voice.
18
- pagination:
19
- offset: $request.page_number
20
- results: $response.custom_voices_page
21
- source:
22
- openapi: evi-openapi.json
23
- display-name: List custom voices
24
- request:
25
- name: CustomVoicesListCustomVoicesRequest
26
- query-parameters:
27
- page_number:
28
- type: optional<integer>
29
- default: 0
30
- docs: >-
31
- Specifies the page number to retrieve, enabling pagination.
32
-
33
-
34
- This parameter uses zero-based indexing. For example, setting
35
- `page_number` to 0 retrieves the first page of results (items 0-9
36
- if `page_size` is 10), setting `page_number` to 1 retrieves the
37
- second page (items 10-19), and so on. Defaults to 0, which
38
- retrieves the first page.
39
- page_size:
40
- type: optional<integer>
41
- docs: >-
42
- Specifies the maximum number of results to include per page,
43
- enabling pagination. The value must be between 1 and 100,
44
- inclusive.
45
-
46
-
47
- For example, if `page_size` is set to 10, each page will include
48
- up to 10 items. Defaults to 10.
49
- name:
50
- type: optional<string>
51
- docs: Filter to only include custom voices with name.
52
- response:
53
- docs: Success
54
- type: root.ReturnPagedCustomVoices
55
- status-code: 200
56
- errors:
57
- - root.BadRequestError
58
- examples:
59
- - response:
60
- body:
61
- page_number: 1
62
- page_size: 1
63
- total_pages: 1
64
- custom_voices_page:
65
- - id: id
66
- version: 1
67
- name: name
68
- created_on: 1000000
69
- modified_on: 1000000
70
- base_voice: ITO
71
- parameter_model: 20241004-11parameter
72
- parameters: {}
73
- create-custom-voice:
74
- path: /v0/evi/custom_voices
75
- method: POST
76
- auth: true
77
- docs: >-
78
- Creates a **Custom Voice** that can be added to an [EVI
79
- configuration](/reference/empathic-voice-interface-evi/configs/create-config).
80
-
81
-
82
- Refer to our [voices
83
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
84
- details on creating a custom voice.
85
- source:
86
- openapi: evi-openapi.json
87
- display-name: Create custom voice
88
- request:
89
- body: root.PostedCustomVoice
90
- content-type: application/json
91
- response:
92
- docs: Created
93
- type: root.ReturnCustomVoice
94
- status-code: 201
95
- errors:
96
- - root.BadRequestError
97
- examples:
98
- - request:
99
- name: name
100
- base_voice: ITO
101
- parameter_model: 20241004-11parameter
102
- response:
103
- body:
104
- id: id
105
- version: 1
106
- name: name
107
- created_on: 1000000
108
- modified_on: 1000000
109
- base_voice: ITO
110
- parameter_model: 20241004-11parameter
111
- parameters:
112
- gender: 1
113
- assertiveness: 1
114
- buoyancy: 1
115
- confidence: 1
116
- enthusiasm: 1
117
- nasality: 1
118
- relaxedness: 1
119
- smoothness: 1
120
- tepidity: 1
121
- tightness: 1
122
- get-custom-voice:
123
- path: /v0/evi/custom_voices/{id}
124
- method: GET
125
- auth: true
126
- docs: >-
127
- Fetches a specific **Custom Voice** by ID.
128
-
129
-
130
- Refer to our [voices
131
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
132
- details on creating a custom voice.
133
- source:
134
- openapi: evi-openapi.json
135
- path-parameters:
136
- id:
137
- type: string
138
- docs: Identifier for a Custom Voice. Formatted as a UUID.
139
- display-name: Get specific custom voice by ID
140
- response:
141
- docs: Success
142
- type: root.ReturnCustomVoice
143
- status-code: 200
144
- errors:
145
- - root.BadRequestError
146
- examples:
147
- - path-parameters:
148
- id: id
149
- response:
150
- body:
151
- id: id
152
- version: 1
153
- name: name
154
- created_on: 1000000
155
- modified_on: 1000000
156
- base_voice: ITO
157
- parameter_model: 20241004-11parameter
158
- parameters:
159
- gender: 1
160
- assertiveness: 1
161
- buoyancy: 1
162
- confidence: 1
163
- enthusiasm: 1
164
- nasality: 1
165
- relaxedness: 1
166
- smoothness: 1
167
- tepidity: 1
168
- tightness: 1
169
- create-custom-voice-version:
170
- path: /v0/evi/custom_voices/{id}
171
- method: POST
172
- auth: true
173
- docs: >-
174
- Updates a **Custom Voice** by creating a new version of the **Custom
175
- Voice**.
176
-
177
-
178
- Refer to our [voices
179
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
180
- details on creating a custom voice.
181
- source:
182
- openapi: evi-openapi.json
183
- path-parameters:
184
- id:
185
- type: string
186
- docs: Identifier for a Custom Voice. Formatted as a UUID.
187
- display-name: Create new version of existing custom voice
188
- request:
189
- body: root.PostedCustomVoice
190
- content-type: application/json
191
- response:
192
- docs: Created
193
- type: root.ReturnCustomVoice
194
- status-code: 201
195
- errors:
196
- - root.BadRequestError
197
- examples:
198
- - path-parameters:
199
- id: id
200
- request:
201
- name: name
202
- base_voice: ITO
203
- parameter_model: 20241004-11parameter
204
- response:
205
- body:
206
- id: id
207
- version: 1
208
- name: name
209
- created_on: 1000000
210
- modified_on: 1000000
211
- base_voice: ITO
212
- parameter_model: 20241004-11parameter
213
- parameters:
214
- gender: 1
215
- assertiveness: 1
216
- buoyancy: 1
217
- confidence: 1
218
- enthusiasm: 1
219
- nasality: 1
220
- relaxedness: 1
221
- smoothness: 1
222
- tepidity: 1
223
- tightness: 1
224
- delete-custom-voice:
225
- path: /v0/evi/custom_voices/{id}
226
- method: DELETE
227
- auth: true
228
- docs: >-
229
- Deletes a **Custom Voice** and its versions.
230
-
231
-
232
- Refer to our [voices
233
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
234
- details on creating a custom voice.
235
- source:
236
- openapi: evi-openapi.json
237
- path-parameters:
238
- id:
239
- type: string
240
- docs: Identifier for a Custom Voice. Formatted as a UUID.
241
- display-name: Delete a custom voice
242
- errors:
243
- - root.BadRequestError
244
- examples:
245
- - path-parameters:
246
- id: id
247
- update-custom-voice-name:
248
- path: /v0/evi/custom_voices/{id}
249
- method: PATCH
250
- auth: true
251
- docs: >-
252
- Updates the name of a **Custom Voice**.
253
-
254
-
255
- Refer to our [voices
256
- guide](/docs/empathic-voice-interface-evi/configuration/voices) for
257
- details on creating a custom voice.
258
- source:
259
- openapi: evi-openapi.json
260
- path-parameters:
261
- id:
262
- type: string
263
- docs: Identifier for a Custom Voice. Formatted as a UUID.
264
- display-name: Update custom voice name
265
- request:
266
- name: PostedCustomVoiceName
267
- body:
268
- properties:
269
- name:
270
- type: string
271
- docs: >-
272
- The name of the Custom Voice. Maximum length of 75 characters.
273
- Will be converted to all-uppercase. (e.g., "sample voice"
274
- becomes "SAMPLE VOICE")
275
- content-type: application/json
276
- response:
277
- docs: Success
278
- type: text
279
- status-code: 200
280
- errors:
281
- - root.BadRequestError
282
- source:
283
- openapi: evi-openapi.json
@@ -1,135 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as environments from "../../../../../../environments";
5
- import * as core from "../../../../../../core";
6
- import * as Hume from "../../../../../index";
7
- export declare namespace CustomVoices {
8
- interface Options {
9
- environment?: core.Supplier<environments.HumeEnvironment | string>;
10
- /** Specify a custom URL to connect the client to. */
11
- baseUrl?: core.Supplier<string>;
12
- apiKey?: core.Supplier<string | undefined>;
13
- /** Additional headers to include in requests. */
14
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
15
- fetcher?: core.FetchFunction;
16
- }
17
- interface RequestOptions {
18
- /** The maximum time to wait for a response in seconds. */
19
- timeoutInSeconds?: number;
20
- /** The number of times to retry the request. Defaults to 2. */
21
- maxRetries?: number;
22
- /** A hook to abort the request. */
23
- abortSignal?: AbortSignal;
24
- /** Additional headers to include in the request. */
25
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
- }
27
- }
28
- export declare class CustomVoices {
29
- protected readonly _options: CustomVoices.Options;
30
- constructor(_options?: CustomVoices.Options);
31
- /**
32
- * Fetches a paginated list of **Custom Voices**.
33
- *
34
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
35
- *
36
- * @param {Hume.empathicVoice.CustomVoicesListCustomVoicesRequest} request
37
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
38
- *
39
- * @throws {@link Hume.empathicVoice.BadRequestError}
40
- *
41
- * @example
42
- * await client.empathicVoice.customVoices.listCustomVoices()
43
- */
44
- listCustomVoices(request?: Hume.empathicVoice.CustomVoicesListCustomVoicesRequest, requestOptions?: CustomVoices.RequestOptions): Promise<core.Page<Hume.empathicVoice.ReturnCustomVoice>>;
45
- /**
46
- * Creates a **Custom Voice** that can be added to an [EVI configuration](/reference/empathic-voice-interface-evi/configs/create-config).
47
- *
48
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
49
- *
50
- * @param {Hume.empathicVoice.PostedCustomVoice} request
51
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
52
- *
53
- * @throws {@link Hume.empathicVoice.BadRequestError}
54
- *
55
- * @example
56
- * await client.empathicVoice.customVoices.createCustomVoice({
57
- * name: "name",
58
- * baseVoice: "ITO",
59
- * parameterModel: "20241004-11parameter"
60
- * })
61
- */
62
- createCustomVoice(request: Hume.empathicVoice.PostedCustomVoice, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
63
- private __createCustomVoice;
64
- /**
65
- * Fetches a specific **Custom Voice** by ID.
66
- *
67
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
68
- *
69
- * @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
70
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
71
- *
72
- * @throws {@link Hume.empathicVoice.BadRequestError}
73
- *
74
- * @example
75
- * await client.empathicVoice.customVoices.getCustomVoice("id")
76
- */
77
- getCustomVoice(id: string, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
78
- private __getCustomVoice;
79
- /**
80
- * Updates a **Custom Voice** by creating a new version of the **Custom Voice**.
81
- *
82
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
83
- *
84
- * @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
85
- * @param {Hume.empathicVoice.PostedCustomVoice} request
86
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
87
- *
88
- * @throws {@link Hume.empathicVoice.BadRequestError}
89
- *
90
- * @example
91
- * await client.empathicVoice.customVoices.createCustomVoiceVersion("id", {
92
- * name: "name",
93
- * baseVoice: "ITO",
94
- * parameterModel: "20241004-11parameter"
95
- * })
96
- */
97
- createCustomVoiceVersion(id: string, request: Hume.empathicVoice.PostedCustomVoice, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
98
- private __createCustomVoiceVersion;
99
- /**
100
- * Deletes a **Custom Voice** and its versions.
101
- *
102
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
103
- *
104
- * @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
105
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
106
- *
107
- * @throws {@link Hume.empathicVoice.BadRequestError}
108
- *
109
- * @example
110
- * await client.empathicVoice.customVoices.deleteCustomVoice("id")
111
- */
112
- deleteCustomVoice(id: string, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<void>;
113
- private __deleteCustomVoice;
114
- /**
115
- * Updates the name of a **Custom Voice**.
116
- *
117
- * Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
118
- *
119
- * @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
120
- * @param {Hume.empathicVoice.PostedCustomVoiceName} request
121
- * @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
122
- *
123
- * @throws {@link Hume.empathicVoice.BadRequestError}
124
- *
125
- * @example
126
- * await client.empathicVoice.customVoices.updateCustomVoiceName("id", {
127
- * name: "name"
128
- * })
129
- */
130
- updateCustomVoiceName(id: string, request: Hume.empathicVoice.PostedCustomVoiceName, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<string>;
131
- private __updateCustomVoiceName;
132
- protected _getCustomAuthorizationHeaders(): Promise<{
133
- "X-Hume-Api-Key": string | undefined;
134
- }>;
135
- }