hume 0.11.5-beta.1 → 0.11.5-beta.2

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 (255) hide show
  1. package/api/resources/empathicVoice/client/Client.d.ts +0 -3
  2. package/api/resources/empathicVoice/client/Client.js +8 -13
  3. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
  4. package/api/resources/empathicVoice/resources/configs/client/Client.js +4 -4
  5. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +3 -3
  6. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
  7. package/api/resources/empathicVoice/resources/index.d.ts +0 -2
  8. package/api/resources/empathicVoice/resources/index.js +1 -3
  9. package/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  10. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  11. package/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
  12. package/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
  13. package/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
  14. package/api/resources/empathicVoice/types/{PostedVoiceProvider.js → VoiceProvider.js} +2 -2
  15. package/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
  16. package/api/resources/empathicVoice/types/index.d.ts +4 -18
  17. package/api/resources/empathicVoice/types/index.js +4 -18
  18. package/dist/api/resources/empathicVoice/client/Client.d.ts +0 -3
  19. package/dist/api/resources/empathicVoice/client/Client.js +8 -13
  20. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
  21. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +4 -4
  22. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +3 -3
  23. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
  24. package/dist/api/resources/empathicVoice/resources/index.d.ts +0 -2
  25. package/dist/api/resources/empathicVoice/resources/index.js +1 -3
  26. package/dist/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
  27. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  28. package/dist/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
  29. package/dist/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
  30. package/dist/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
  31. package/{api/resources/empathicVoice/types/ReturnVoiceProvider.js → dist/api/resources/empathicVoice/types/VoiceProvider.js} +2 -2
  32. package/dist/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
  33. package/dist/api/resources/empathicVoice/types/index.d.ts +4 -18
  34. package/dist/api/resources/empathicVoice/types/index.js +4 -18
  35. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
  36. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
  37. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
  38. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
  39. package/dist/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
  40. package/dist/serialization/resources/empathicVoice/resources/index.js +1 -3
  41. package/dist/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
  42. package/dist/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
  43. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  44. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
  45. package/dist/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
  46. package/dist/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
  47. package/dist/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
  48. package/dist/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
  49. package/{serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts → dist/serialization/resources/empathicVoice/types/VoiceProvider.d.ts} +2 -2
  50. package/dist/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.js → VoiceProvider.js} +2 -2
  51. package/dist/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
  52. package/dist/serialization/resources/empathicVoice/types/{PostedCustomVoiceBaseVoice.js → VoiceRef.js} +4 -2
  53. package/dist/serialization/resources/empathicVoice/types/index.d.ts +4 -18
  54. package/dist/serialization/resources/empathicVoice/types/index.js +4 -18
  55. package/dist/version.d.ts +1 -1
  56. package/dist/version.js +1 -1
  57. package/package.json +1 -1
  58. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
  59. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
  60. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
  61. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
  62. package/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
  63. package/serialization/resources/empathicVoice/resources/index.js +1 -3
  64. package/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
  65. package/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
  66. package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
  67. package/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
  68. package/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
  69. package/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
  70. package/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
  71. package/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
  72. package/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.d.ts → VoiceProvider.d.ts} +2 -2
  73. package/{dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.js → serialization/resources/empathicVoice/types/VoiceProvider.js} +2 -2
  74. package/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
  75. package/{dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js → serialization/resources/empathicVoice/types/VoiceRef.js} +4 -2
  76. package/serialization/resources/empathicVoice/types/index.d.ts +4 -18
  77. package/serialization/resources/empathicVoice/types/index.js +4 -18
  78. package/version.d.ts +1 -1
  79. package/version.js +1 -1
  80. package/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
  81. package/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
  82. package/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  83. package/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  84. package/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
  85. package/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
  86. package/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
  87. package/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
  88. package/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  89. package/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
  90. package/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
  91. package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
  92. package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
  93. package/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
  94. package/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
  95. package/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
  96. package/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
  97. package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
  98. package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
  99. package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
  100. package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
  101. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
  102. package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
  103. package/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
  104. package/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
  105. package/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
  106. package/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
  107. package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
  108. package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
  109. package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
  110. package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
  111. package/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
  112. package/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
  113. package/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
  114. package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
  115. package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
  116. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
  117. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
  118. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
  119. package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
  120. package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
  121. package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
  122. package/dist/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  123. package/dist/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  124. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
  125. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js +0 -5
  126. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
  127. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -5
  128. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
  129. package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
  130. package/dist/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  131. package/dist/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
  132. package/dist/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
  133. package/dist/api/resources/empathicVoice/types/PostedCustomVoice.js +0 -5
  134. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
  135. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
  136. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
  137. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -5
  138. package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
  139. package/dist/api/resources/empathicVoice/types/PostedVoice.js +0 -5
  140. package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
  141. package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.js +0 -10
  142. package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
  143. package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.js +0 -5
  144. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
  145. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
  146. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
  147. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
  148. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
  149. package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
  150. package/dist/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
  151. package/dist/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
  152. package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
  153. package/dist/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
  154. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
  155. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
  156. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
  157. package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
  158. package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
  159. package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -10
  160. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
  161. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
  162. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
  163. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
  164. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
  165. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
  166. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
  167. package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
  168. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  169. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  170. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
  171. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
  172. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
  173. package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
  174. package/dist/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  175. package/dist/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
  176. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
  177. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
  178. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
  179. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
  180. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
  181. package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
  182. package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
  183. package/dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -10
  184. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
  185. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
  186. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
  187. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
  188. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
  189. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
  190. package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
  191. package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
  192. package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
  193. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
  194. package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
  195. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
  196. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
  197. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
  198. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
  199. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -10
  200. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
  201. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
  202. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
  203. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
  204. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
  205. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
  206. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
  207. package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
  208. package/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
  209. package/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
  210. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
  211. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
  212. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
  213. package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
  214. package/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
  215. package/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
  216. package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
  217. package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
  218. package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
  219. package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -41
  220. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
  221. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
  222. package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
  223. package/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
  224. package/serialization/resources/empathicVoice/types/PostedVoiceProvider.js +0 -41
  225. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
  226. package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
  227. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
  228. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -41
  229. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
  230. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
  231. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
  232. package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
  233. package/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
  234. package/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
  235. package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
  236. package/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
  237. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
  238. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
  239. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
  240. package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
  241. package/serialization/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -41
  242. package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
  243. package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
  244. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
  245. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
  246. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
  247. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
  248. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
  249. package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
  250. /package/api/resources/empathicVoice/{resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js → types/VoiceId.js} +0 -0
  251. /package/api/resources/empathicVoice/{resources/customVoices/client/requests/PostedCustomVoiceName.js → types/VoiceName.js} +0 -0
  252. /package/api/resources/empathicVoice/types/{PostedCustomVoice.js → VoiceRef.js} +0 -0
  253. /package/{api/resources/empathicVoice/types/PostedCustomVoiceParameters.js → dist/api/resources/empathicVoice/types/VoiceId.js} +0 -0
  254. /package/{api/resources/empathicVoice/types/PostedVoice.js → dist/api/resources/empathicVoice/types/VoiceName.js} +0 -0
  255. /package/{api/resources/empathicVoice/types/ReturnCustomVoice.js → dist/api/resources/empathicVoice/types/VoiceRef.js} +0 -0
@@ -3,7 +3,6 @@ import * as environments from "../../../../environments";
3
3
  import * as core from "../../../../core";
4
4
  import { Tools } from "../resources/tools/client/Client";
5
5
  import { Prompts } from "../resources/prompts/client/Client";
6
- import { CustomVoices } from "../resources/customVoices/client/Client";
7
6
  import { Configs } from "../resources/configs/client/Client";
8
7
  import { Chats } from "../resources/chats/client/Client";
9
8
  import { ChatGroups } from "../resources/chatGroups/client/Client";
@@ -31,8 +30,6 @@ export declare class EmpathicVoice {
31
30
  get tools(): Tools;
32
31
  protected _prompts: Prompts | undefined;
33
32
  get prompts(): Prompts;
34
- protected _customVoices: CustomVoices | undefined;
35
- get customVoices(): CustomVoices;
36
33
  protected _configs: Configs | undefined;
37
34
  get configs(): Configs;
38
35
  protected _chats: Chats | undefined;
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EmpathicVoice = void 0;
5
5
  const Client_1 = require("../resources/tools/client/Client");
6
6
  const Client_2 = require("../resources/prompts/client/Client");
7
- const Client_3 = require("../resources/customVoices/client/Client");
8
- const Client_4 = require("../resources/configs/client/Client");
9
- const Client_5 = require("../resources/chats/client/Client");
10
- const Client_6 = require("../resources/chatGroups/client/Client");
11
- const Client_7 = require("../resources/chat/client/Client");
7
+ const Client_3 = require("../resources/configs/client/Client");
8
+ const Client_4 = require("../resources/chats/client/Client");
9
+ const Client_5 = require("../resources/chatGroups/client/Client");
10
+ const Client_6 = require("../resources/chat/client/Client");
12
11
  class EmpathicVoice {
13
12
  constructor(_options = {}) {
14
13
  this._options = _options;
@@ -21,25 +20,21 @@ class EmpathicVoice {
21
20
  var _a;
22
21
  return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_2.Prompts(this._options)));
23
22
  }
24
- get customVoices() {
25
- var _a;
26
- return ((_a = this._customVoices) !== null && _a !== void 0 ? _a : (this._customVoices = new Client_3.CustomVoices(this._options)));
27
- }
28
23
  get configs() {
29
24
  var _a;
30
- return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_4.Configs(this._options)));
25
+ return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_3.Configs(this._options)));
31
26
  }
32
27
  get chats() {
33
28
  var _a;
34
- return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_5.Chats(this._options)));
29
+ return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_4.Chats(this._options)));
35
30
  }
36
31
  get chatGroups() {
37
32
  var _a;
38
- return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_6.ChatGroups(this._options)));
33
+ return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_5.ChatGroups(this._options)));
39
34
  }
40
35
  get chat() {
41
36
  var _a;
42
- return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_7.Chat(this._options)));
37
+ return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_6.Chat(this._options)));
43
38
  }
44
39
  }
45
40
  exports.EmpathicVoice = EmpathicVoice;
@@ -62,10 +62,10 @@ export declare class Configs {
62
62
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
63
63
  * version: 0
64
64
  * },
65
- * eviVersion: "2",
65
+ * eviVersion: "3",
66
66
  * voice: {
67
67
  * provider: "HUME_AI",
68
- * name: "SAMPLE VOICE"
68
+ * name: "Ava Song"
69
69
  * },
70
70
  * languageModel: {
71
71
  * modelProvider: "ANTHROPIC",
@@ -119,14 +119,14 @@ export declare class Configs {
119
119
  * @example
120
120
  * await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
121
121
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
122
- * eviVersion: "2",
122
+ * eviVersion: "3",
123
123
  * prompt: {
124
124
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
125
125
  * version: 0
126
126
  * },
127
127
  * voice: {
128
128
  * provider: "HUME_AI",
129
- * name: "ITO"
129
+ * name: "Ava Song"
130
130
  * },
131
131
  * languageModel: {
132
132
  * modelProvider: "ANTHROPIC",
@@ -178,10 +178,10 @@ class Configs {
178
178
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
179
179
  * version: 0
180
180
  * },
181
- * eviVersion: "2",
181
+ * eviVersion: "3",
182
182
  * voice: {
183
183
  * provider: "HUME_AI",
184
- * name: "SAMPLE VOICE"
184
+ * name: "Ava Song"
185
185
  * },
186
186
  * languageModel: {
187
187
  * modelProvider: "ANTHROPIC",
@@ -376,14 +376,14 @@ class Configs {
376
376
  * @example
377
377
  * await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
378
378
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
379
- * eviVersion: "2",
379
+ * eviVersion: "3",
380
380
  * prompt: {
381
381
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
382
382
  * version: 0
383
383
  * },
384
384
  * voice: {
385
385
  * provider: "HUME_AI",
386
- * name: "ITO"
386
+ * name: "Ava Song"
387
387
  * },
388
388
  * languageModel: {
389
389
  * modelProvider: "ANTHROPIC",
@@ -10,10 +10,10 @@ import * as Hume from "../../../../../../index";
10
10
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
11
11
  * version: 0
12
12
  * },
13
- * eviVersion: "2",
13
+ * eviVersion: "3",
14
14
  * voice: {
15
15
  * provider: "HUME_AI",
16
- * name: "SAMPLE VOICE"
16
+ * name: "Ava Song"
17
17
  * },
18
18
  * languageModel: {
19
19
  * modelProvider: "ANTHROPIC",
@@ -45,7 +45,7 @@ export interface PostedConfig {
45
45
  versionDescription?: string;
46
46
  prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
47
47
  /** A voice specification associated with this Config. */
48
- voice?: Hume.empathicVoice.PostedVoice;
48
+ voice?: Hume.empathicVoice.VoiceRef;
49
49
  /**
50
50
  * The supplemental language model associated with this Config.
51
51
  *
@@ -6,14 +6,14 @@ import * as Hume from "../../../../../../index";
6
6
  * @example
7
7
  * {
8
8
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
9
- * eviVersion: "2",
9
+ * eviVersion: "3",
10
10
  * prompt: {
11
11
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
12
12
  * version: 0
13
13
  * },
14
14
  * voice: {
15
15
  * provider: "HUME_AI",
16
- * name: "ITO"
16
+ * name: "Ava Song"
17
17
  * },
18
18
  * languageModel: {
19
19
  * modelProvider: "ANTHROPIC",
@@ -46,7 +46,7 @@ export interface PostedConfigVersion {
46
46
  versionDescription?: string;
47
47
  prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
48
48
  /** A voice specification associated with this Config version. */
49
- voice?: Hume.empathicVoice.PostedVoice;
49
+ voice?: Hume.empathicVoice.VoiceRef;
50
50
  /**
51
51
  * The supplemental language model associated with this Config version.
52
52
  *
@@ -2,13 +2,11 @@ export * as chat from "./chat";
2
2
  export * from "./chat/types";
3
3
  export * as tools from "./tools";
4
4
  export * as prompts from "./prompts";
5
- export * as customVoices from "./customVoices";
6
5
  export * as configs from "./configs";
7
6
  export * as chats from "./chats";
8
7
  export * as chatGroups from "./chatGroups";
9
8
  export * from "./tools/client/requests";
10
9
  export * from "./prompts/client/requests";
11
- export * from "./customVoices/client/requests";
12
10
  export * from "./configs/client/requests";
13
11
  export * from "./chats/client/requests";
14
12
  export * from "./chatGroups/client/requests";
@@ -36,18 +36,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.chatGroups = exports.chats = exports.configs = exports.customVoices = exports.prompts = exports.tools = exports.chat = void 0;
39
+ exports.chatGroups = exports.chats = exports.configs = exports.prompts = exports.tools = exports.chat = void 0;
40
40
  exports.chat = __importStar(require("./chat"));
41
41
  __exportStar(require("./chat/types"), exports);
42
42
  exports.tools = __importStar(require("./tools"));
43
43
  exports.prompts = __importStar(require("./prompts"));
44
- exports.customVoices = __importStar(require("./customVoices"));
45
44
  exports.configs = __importStar(require("./configs"));
46
45
  exports.chats = __importStar(require("./chats"));
47
46
  exports.chatGroups = __importStar(require("./chatGroups"));
48
47
  __exportStar(require("./tools/client/requests"), exports);
49
48
  __exportStar(require("./prompts/client/requests"), exports);
50
- __exportStar(require("./customVoices/client/requests"), exports);
51
49
  __exportStar(require("./configs/client/requests"), exports);
52
50
  __exportStar(require("./chats/client/requests"), exports);
53
51
  __exportStar(require("./chatGroups/client/requests"), exports);
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Hume from "../../../index";
5
- export type JsonMessage = Hume.empathicVoice.AssistantEnd | Hume.empathicVoice.AssistantMessage | Hume.empathicVoice.ChatMetadata | Hume.empathicVoice.WebSocketError | Hume.empathicVoice.UserInterruption | Hume.empathicVoice.UserMessage | Hume.empathicVoice.ToolCallMessage | Hume.empathicVoice.ToolResponseMessage | Hume.empathicVoice.ToolErrorMessage | Hume.empathicVoice.AssistantProsody;
5
+ export type JsonMessage = Hume.empathicVoice.AssistantEnd | Hume.empathicVoice.AssistantMessage | Hume.empathicVoice.ChatMetadata | Hume.empathicVoice.WebSocketError | Hume.empathicVoice.UserInterruption | Hume.empathicVoice.UserMessage | Hume.empathicVoice.ToolCallMessage | Hume.empathicVoice.ToolResponseMessage | Hume.empathicVoice.ToolErrorMessage;
@@ -28,8 +28,7 @@ export interface ReturnConfig {
28
28
  * Hume's eLLM (empathic Large Language Model) is a multimodal language model that takes into account both expression measures and language. The eLLM generates short, empathic language responses and guides text-to-speech (TTS) prosody.
29
29
  */
30
30
  ellmModel?: Hume.empathicVoice.ReturnEllmModel;
31
- /** A voice specification associated with this Config. */
32
- voice?: Hume.empathicVoice.ReturnVoice;
31
+ voice?: unknown;
33
32
  prompt?: Hume.empathicVoice.ReturnPrompt;
34
33
  /** List of user-defined tools associated with this Config. */
35
34
  tools?: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export interface VoiceId {
6
+ /** ID of the voice in the `Voice Library`. */
7
+ id: string;
8
+ /** Model provider associated with this Voice ID. */
9
+ provider?: Hume.empathicVoice.VoiceProvider;
10
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export interface VoiceName {
6
+ /** Name of the voice in the `Voice Library`. */
7
+ name: string;
8
+ /** Model provider associated with this Voice Name. */
9
+ provider?: Hume.empathicVoice.VoiceProvider;
10
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type VoiceProvider = "HUME_AI" | "CUSTOM_VOICE";
5
+ export declare const VoiceProvider: {
6
+ readonly HumeAi: "HUME_AI";
7
+ readonly CustomVoice: "CUSTOM_VOICE";
8
+ };
@@ -3,8 +3,8 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PostedVoiceProvider = void 0;
7
- exports.PostedVoiceProvider = {
6
+ exports.VoiceProvider = void 0;
7
+ exports.VoiceProvider = {
8
8
  HumeAi: "HUME_AI",
9
9
  CustomVoice: "CUSTOM_VOICE",
10
10
  };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export type VoiceRef = Hume.empathicVoice.VoiceId | Hume.empathicVoice.VoiceName;
@@ -51,13 +51,6 @@ export * from "./ReturnUserDefinedToolVersionType";
51
51
  export * from "./ReturnUserDefinedTool";
52
52
  export * from "./ReturnPagedPrompts";
53
53
  export * from "./ReturnPrompt";
54
- export * from "./ReturnPagedCustomVoices";
55
- export * from "./PostedCustomVoiceBaseVoice";
56
- export * from "./PostedCustomVoiceParameters";
57
- export * from "./PostedCustomVoice";
58
- export * from "./ReturnCustomVoiceBaseVoice";
59
- export * from "./ReturnCustomVoiceParameters";
60
- export * from "./ReturnCustomVoice";
61
54
  export * from "./ReturnPagedConfigs";
62
55
  export * from "./ReturnConfig";
63
56
  export * from "./ReturnPagedChatsPaginationDirection";
@@ -89,7 +82,6 @@ export * from "./PostedTimeoutSpecsMaxDuration";
89
82
  export * from "./PostedTimeoutSpecs";
90
83
  export * from "./PostedWebhookEventType";
91
84
  export * from "./PostedWebhookSpec";
92
- export * from "./ReturnVoiceSpec";
93
85
  export * from "./ReturnLanguageModel";
94
86
  export * from "./ReturnEllmModel";
95
87
  export * from "./ReturnBuiltinToolToolType";
@@ -108,15 +100,9 @@ export * from "./ReturnConfigSpec";
108
100
  export * from "./ReturnChatGroup";
109
101
  export * from "./PostedEventMessageSpec";
110
102
  export * from "./PostedTimeoutSpec";
111
- export * from "./ReturnVoiceSpecEvi2";
112
- export * from "./ReturnVoiceSpecOctavecustom";
113
- export * from "./ReturnVoiceSpecOctaveshared";
114
103
  export * from "./ReturnEventMessageSpec";
115
104
  export * from "./ReturnTimeoutSpec";
116
- export * from "./ReturnVoiceOctaveCustom";
117
- export * from "./ReturnVoiceOctaveShared";
118
- export * from "./ReturnSignedUri";
119
- export * from "./PostedVoiceProvider";
120
- export * from "./PostedVoice";
121
- export * from "./ReturnVoiceProvider";
122
- export * from "./ReturnVoice";
105
+ export * from "./VoiceProvider";
106
+ export * from "./VoiceId";
107
+ export * from "./VoiceName";
108
+ export * from "./VoiceRef";
@@ -67,13 +67,6 @@ __exportStar(require("./ReturnUserDefinedToolVersionType"), exports);
67
67
  __exportStar(require("./ReturnUserDefinedTool"), exports);
68
68
  __exportStar(require("./ReturnPagedPrompts"), exports);
69
69
  __exportStar(require("./ReturnPrompt"), exports);
70
- __exportStar(require("./ReturnPagedCustomVoices"), exports);
71
- __exportStar(require("./PostedCustomVoiceBaseVoice"), exports);
72
- __exportStar(require("./PostedCustomVoiceParameters"), exports);
73
- __exportStar(require("./PostedCustomVoice"), exports);
74
- __exportStar(require("./ReturnCustomVoiceBaseVoice"), exports);
75
- __exportStar(require("./ReturnCustomVoiceParameters"), exports);
76
- __exportStar(require("./ReturnCustomVoice"), exports);
77
70
  __exportStar(require("./ReturnPagedConfigs"), exports);
78
71
  __exportStar(require("./ReturnConfig"), exports);
79
72
  __exportStar(require("./ReturnPagedChatsPaginationDirection"), exports);
@@ -105,7 +98,6 @@ __exportStar(require("./PostedTimeoutSpecsMaxDuration"), exports);
105
98
  __exportStar(require("./PostedTimeoutSpecs"), exports);
106
99
  __exportStar(require("./PostedWebhookEventType"), exports);
107
100
  __exportStar(require("./PostedWebhookSpec"), exports);
108
- __exportStar(require("./ReturnVoiceSpec"), exports);
109
101
  __exportStar(require("./ReturnLanguageModel"), exports);
110
102
  __exportStar(require("./ReturnEllmModel"), exports);
111
103
  __exportStar(require("./ReturnBuiltinToolToolType"), exports);
@@ -124,15 +116,9 @@ __exportStar(require("./ReturnConfigSpec"), exports);
124
116
  __exportStar(require("./ReturnChatGroup"), exports);
125
117
  __exportStar(require("./PostedEventMessageSpec"), exports);
126
118
  __exportStar(require("./PostedTimeoutSpec"), exports);
127
- __exportStar(require("./ReturnVoiceSpecEvi2"), exports);
128
- __exportStar(require("./ReturnVoiceSpecOctavecustom"), exports);
129
- __exportStar(require("./ReturnVoiceSpecOctaveshared"), exports);
130
119
  __exportStar(require("./ReturnEventMessageSpec"), exports);
131
120
  __exportStar(require("./ReturnTimeoutSpec"), exports);
132
- __exportStar(require("./ReturnVoiceOctaveCustom"), exports);
133
- __exportStar(require("./ReturnVoiceOctaveShared"), exports);
134
- __exportStar(require("./ReturnSignedUri"), exports);
135
- __exportStar(require("./PostedVoiceProvider"), exports);
136
- __exportStar(require("./PostedVoice"), exports);
137
- __exportStar(require("./ReturnVoiceProvider"), exports);
138
- __exportStar(require("./ReturnVoice"), exports);
121
+ __exportStar(require("./VoiceProvider"), exports);
122
+ __exportStar(require("./VoiceId"), exports);
123
+ __exportStar(require("./VoiceName"), exports);
124
+ __exportStar(require("./VoiceRef"), exports);
@@ -3,7 +3,6 @@ import * as environments from "../../../../environments";
3
3
  import * as core from "../../../../core";
4
4
  import { Tools } from "../resources/tools/client/Client";
5
5
  import { Prompts } from "../resources/prompts/client/Client";
6
- import { CustomVoices } from "../resources/customVoices/client/Client";
7
6
  import { Configs } from "../resources/configs/client/Client";
8
7
  import { Chats } from "../resources/chats/client/Client";
9
8
  import { ChatGroups } from "../resources/chatGroups/client/Client";
@@ -31,8 +30,6 @@ export declare class EmpathicVoice {
31
30
  get tools(): Tools;
32
31
  protected _prompts: Prompts | undefined;
33
32
  get prompts(): Prompts;
34
- protected _customVoices: CustomVoices | undefined;
35
- get customVoices(): CustomVoices;
36
33
  protected _configs: Configs | undefined;
37
34
  get configs(): Configs;
38
35
  protected _chats: Chats | undefined;
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EmpathicVoice = void 0;
5
5
  const Client_1 = require("../resources/tools/client/Client");
6
6
  const Client_2 = require("../resources/prompts/client/Client");
7
- const Client_3 = require("../resources/customVoices/client/Client");
8
- const Client_4 = require("../resources/configs/client/Client");
9
- const Client_5 = require("../resources/chats/client/Client");
10
- const Client_6 = require("../resources/chatGroups/client/Client");
11
- const Client_7 = require("../resources/chat/client/Client");
7
+ const Client_3 = require("../resources/configs/client/Client");
8
+ const Client_4 = require("../resources/chats/client/Client");
9
+ const Client_5 = require("../resources/chatGroups/client/Client");
10
+ const Client_6 = require("../resources/chat/client/Client");
12
11
  class EmpathicVoice {
13
12
  constructor(_options = {}) {
14
13
  this._options = _options;
@@ -21,25 +20,21 @@ class EmpathicVoice {
21
20
  var _a;
22
21
  return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_2.Prompts(this._options)));
23
22
  }
24
- get customVoices() {
25
- var _a;
26
- return ((_a = this._customVoices) !== null && _a !== void 0 ? _a : (this._customVoices = new Client_3.CustomVoices(this._options)));
27
- }
28
23
  get configs() {
29
24
  var _a;
30
- return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_4.Configs(this._options)));
25
+ return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_3.Configs(this._options)));
31
26
  }
32
27
  get chats() {
33
28
  var _a;
34
- return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_5.Chats(this._options)));
29
+ return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_4.Chats(this._options)));
35
30
  }
36
31
  get chatGroups() {
37
32
  var _a;
38
- return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_6.ChatGroups(this._options)));
33
+ return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_5.ChatGroups(this._options)));
39
34
  }
40
35
  get chat() {
41
36
  var _a;
42
- return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_7.Chat(this._options)));
37
+ return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_6.Chat(this._options)));
43
38
  }
44
39
  }
45
40
  exports.EmpathicVoice = EmpathicVoice;
@@ -62,10 +62,10 @@ export declare class Configs {
62
62
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
63
63
  * version: 0
64
64
  * },
65
- * eviVersion: "2",
65
+ * eviVersion: "3",
66
66
  * voice: {
67
67
  * provider: "HUME_AI",
68
- * name: "SAMPLE VOICE"
68
+ * name: "Ava Song"
69
69
  * },
70
70
  * languageModel: {
71
71
  * modelProvider: "ANTHROPIC",
@@ -119,14 +119,14 @@ export declare class Configs {
119
119
  * @example
120
120
  * await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
121
121
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
122
- * eviVersion: "2",
122
+ * eviVersion: "3",
123
123
  * prompt: {
124
124
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
125
125
  * version: 0
126
126
  * },
127
127
  * voice: {
128
128
  * provider: "HUME_AI",
129
- * name: "ITO"
129
+ * name: "Ava Song"
130
130
  * },
131
131
  * languageModel: {
132
132
  * modelProvider: "ANTHROPIC",
@@ -178,10 +178,10 @@ class Configs {
178
178
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
179
179
  * version: 0
180
180
  * },
181
- * eviVersion: "2",
181
+ * eviVersion: "3",
182
182
  * voice: {
183
183
  * provider: "HUME_AI",
184
- * name: "SAMPLE VOICE"
184
+ * name: "Ava Song"
185
185
  * },
186
186
  * languageModel: {
187
187
  * modelProvider: "ANTHROPIC",
@@ -376,14 +376,14 @@ class Configs {
376
376
  * @example
377
377
  * await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
378
378
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
379
- * eviVersion: "2",
379
+ * eviVersion: "3",
380
380
  * prompt: {
381
381
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
382
382
  * version: 0
383
383
  * },
384
384
  * voice: {
385
385
  * provider: "HUME_AI",
386
- * name: "ITO"
386
+ * name: "Ava Song"
387
387
  * },
388
388
  * languageModel: {
389
389
  * modelProvider: "ANTHROPIC",
@@ -10,10 +10,10 @@ import * as Hume from "../../../../../../index";
10
10
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
11
11
  * version: 0
12
12
  * },
13
- * eviVersion: "2",
13
+ * eviVersion: "3",
14
14
  * voice: {
15
15
  * provider: "HUME_AI",
16
- * name: "SAMPLE VOICE"
16
+ * name: "Ava Song"
17
17
  * },
18
18
  * languageModel: {
19
19
  * modelProvider: "ANTHROPIC",
@@ -45,7 +45,7 @@ export interface PostedConfig {
45
45
  versionDescription?: string;
46
46
  prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
47
47
  /** A voice specification associated with this Config. */
48
- voice?: Hume.empathicVoice.PostedVoice;
48
+ voice?: Hume.empathicVoice.VoiceRef;
49
49
  /**
50
50
  * The supplemental language model associated with this Config.
51
51
  *
@@ -6,14 +6,14 @@ import * as Hume from "../../../../../../index";
6
6
  * @example
7
7
  * {
8
8
  * versionDescription: "This is an updated version of the Weather Assistant Config.",
9
- * eviVersion: "2",
9
+ * eviVersion: "3",
10
10
  * prompt: {
11
11
  * id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
12
12
  * version: 0
13
13
  * },
14
14
  * voice: {
15
15
  * provider: "HUME_AI",
16
- * name: "ITO"
16
+ * name: "Ava Song"
17
17
  * },
18
18
  * languageModel: {
19
19
  * modelProvider: "ANTHROPIC",
@@ -46,7 +46,7 @@ export interface PostedConfigVersion {
46
46
  versionDescription?: string;
47
47
  prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
48
48
  /** A voice specification associated with this Config version. */
49
- voice?: Hume.empathicVoice.PostedVoice;
49
+ voice?: Hume.empathicVoice.VoiceRef;
50
50
  /**
51
51
  * The supplemental language model associated with this Config version.
52
52
  *
@@ -2,13 +2,11 @@ export * as chat from "./chat";
2
2
  export * from "./chat/types";
3
3
  export * as tools from "./tools";
4
4
  export * as prompts from "./prompts";
5
- export * as customVoices from "./customVoices";
6
5
  export * as configs from "./configs";
7
6
  export * as chats from "./chats";
8
7
  export * as chatGroups from "./chatGroups";
9
8
  export * from "./tools/client/requests";
10
9
  export * from "./prompts/client/requests";
11
- export * from "./customVoices/client/requests";
12
10
  export * from "./configs/client/requests";
13
11
  export * from "./chats/client/requests";
14
12
  export * from "./chatGroups/client/requests";
@@ -36,18 +36,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.chatGroups = exports.chats = exports.configs = exports.customVoices = exports.prompts = exports.tools = exports.chat = void 0;
39
+ exports.chatGroups = exports.chats = exports.configs = exports.prompts = exports.tools = exports.chat = void 0;
40
40
  exports.chat = __importStar(require("./chat"));
41
41
  __exportStar(require("./chat/types"), exports);
42
42
  exports.tools = __importStar(require("./tools"));
43
43
  exports.prompts = __importStar(require("./prompts"));
44
- exports.customVoices = __importStar(require("./customVoices"));
45
44
  exports.configs = __importStar(require("./configs"));
46
45
  exports.chats = __importStar(require("./chats"));
47
46
  exports.chatGroups = __importStar(require("./chatGroups"));
48
47
  __exportStar(require("./tools/client/requests"), exports);
49
48
  __exportStar(require("./prompts/client/requests"), exports);
50
- __exportStar(require("./customVoices/client/requests"), exports);
51
49
  __exportStar(require("./configs/client/requests"), exports);
52
50
  __exportStar(require("./chats/client/requests"), exports);
53
51
  __exportStar(require("./chatGroups/client/requests"), exports);
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Hume from "../../../index";
5
- export type JsonMessage = Hume.empathicVoice.AssistantEnd | Hume.empathicVoice.AssistantMessage | Hume.empathicVoice.ChatMetadata | Hume.empathicVoice.WebSocketError | Hume.empathicVoice.UserInterruption | Hume.empathicVoice.UserMessage | Hume.empathicVoice.ToolCallMessage | Hume.empathicVoice.ToolResponseMessage | Hume.empathicVoice.ToolErrorMessage | Hume.empathicVoice.AssistantProsody;
5
+ export type JsonMessage = Hume.empathicVoice.AssistantEnd | Hume.empathicVoice.AssistantMessage | Hume.empathicVoice.ChatMetadata | Hume.empathicVoice.WebSocketError | Hume.empathicVoice.UserInterruption | Hume.empathicVoice.UserMessage | Hume.empathicVoice.ToolCallMessage | Hume.empathicVoice.ToolResponseMessage | Hume.empathicVoice.ToolErrorMessage;
@@ -28,8 +28,7 @@ export interface ReturnConfig {
28
28
  * Hume's eLLM (empathic Large Language Model) is a multimodal language model that takes into account both expression measures and language. The eLLM generates short, empathic language responses and guides text-to-speech (TTS) prosody.
29
29
  */
30
30
  ellmModel?: Hume.empathicVoice.ReturnEllmModel;
31
- /** A voice specification associated with this Config. */
32
- voice?: Hume.empathicVoice.ReturnVoice;
31
+ voice?: unknown;
33
32
  prompt?: Hume.empathicVoice.ReturnPrompt;
34
33
  /** List of user-defined tools associated with this Config. */
35
34
  tools?: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export interface VoiceId {
6
+ /** ID of the voice in the `Voice Library`. */
7
+ id: string;
8
+ /** Model provider associated with this Voice ID. */
9
+ provider?: Hume.empathicVoice.VoiceProvider;
10
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export interface VoiceName {
6
+ /** Name of the voice in the `Voice Library`. */
7
+ name: string;
8
+ /** Model provider associated with this Voice Name. */
9
+ provider?: Hume.empathicVoice.VoiceProvider;
10
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type VoiceProvider = "HUME_AI" | "CUSTOM_VOICE";
5
+ export declare const VoiceProvider: {
6
+ readonly HumeAi: "HUME_AI";
7
+ readonly CustomVoice: "CUSTOM_VOICE";
8
+ };