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,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * Specifies the base voice used to create the Custom Voice.
6
- */
7
- export type PostedCustomVoiceBaseVoice = "ITO" | "KORA" | "DACHER" | "AURA" | "FINN" | "WHIMSY" | "STELLA" | "SUNNY";
8
- export declare const PostedCustomVoiceBaseVoice: {
9
- readonly Ito: "ITO";
10
- readonly Kora: "KORA";
11
- readonly Dacher: "DACHER";
12
- readonly Aura: "AURA";
13
- readonly Finn: "FINN";
14
- readonly Whimsy: "WHIMSY";
15
- readonly Stella: "STELLA";
16
- readonly Sunny: "SUNNY";
17
- };
@@ -1,16 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PostedCustomVoiceBaseVoice = void 0;
7
- exports.PostedCustomVoiceBaseVoice = {
8
- Ito: "ITO",
9
- Kora: "KORA",
10
- Dacher: "DACHER",
11
- Aura: "AURA",
12
- Finn: "FINN",
13
- Whimsy: "WHIMSY",
14
- Stella: "STELLA",
15
- Sunny: "SUNNY",
16
- };
@@ -1,70 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The specified attributes of a Custom Voice.
6
- *
7
- * If no parameters are specified then all attributes will be set to their defaults, meaning no modfications will be made to the base voice.
8
- */
9
- export interface PostedCustomVoiceParameters {
10
- /**
11
- * The perceived tonality of the voice, reflecting characteristics typically associated with masculinity and femininity.
12
- *
13
- * The default value is `0`, with a minimum of `-100` (more masculine) and a maximum of `100` (more feminine). A value of `0` leaves this parameter unchanged from the base voice.
14
- */
15
- gender?: number;
16
- /**
17
- * The perceived firmness of the voice, ranging between whiny and bold.
18
- *
19
- * The default value is `0`, with a minimum of `-100` (whiny) and a maximum of `100` (bold). A value of `0` leaves this parameter unchanged from the base voice.
20
- */
21
- assertiveness?: number;
22
- /**
23
- * The perceived density of the voice, ranging between deflated and buoyant.
24
- *
25
- * The default value is `0`, with a minimum of `-100` (deflated) and a maximum of `100` (buoyant). A value of `0` leaves this parameter unchanged from the base voice.
26
- */
27
- buoyancy?: number;
28
- /**
29
- * The perceived assuredness of the voice, ranging between shy and confident.
30
- *
31
- * The default value is `0`, with a minimum of `-100` (shy) and a maximum of `100` (confident). A value of `0` leaves this parameter unchanged from the base voice.
32
- */
33
- confidence?: number;
34
- /**
35
- * The perceived excitement within the voice, ranging between calm and enthusiastic.
36
- *
37
- * The default value is `0`, with a minimum of `-100` (calm) and a maximum of `100` (enthusiastic). A value of `0` leaves this parameter unchanged from the base voice.
38
- */
39
- enthusiasm?: number;
40
- /**
41
- * The perceived openness of the voice, ranging between clear and nasal.
42
- *
43
- * The default value is `0`, with a minimum of `-100` (clear) and a maximum of `100` (nasal). A value of `0` leaves this parameter unchanged from the base voice.
44
- */
45
- nasality?: number;
46
- /**
47
- * The perceived stress within the voice, ranging between tense and relaxed.
48
- *
49
- * The default value is `0`, with a minimum of `-100` (tense) and a maximum of `100` (relaxed). A value of `0` leaves this parameter unchanged from the base voice.
50
- */
51
- relaxedness?: number;
52
- /**
53
- * The perceived texture of the voice, ranging between smooth and staccato.
54
- *
55
- * The default value is `0`, with a minimum of `-100` (smooth) and a maximum of `100` (staccato). A value of `0` leaves this parameter unchanged from the base voice.
56
- */
57
- smoothness?: number;
58
- /**
59
- * The perceived liveliness behind the voice, ranging between tepid and vigorous.
60
- *
61
- * The default value is `0`, with a minimum of `-100` (tepid) and a maximum of `100` (vigorous). A value of `0` leaves this parameter unchanged from the base voice.
62
- */
63
- tepidity?: number;
64
- /**
65
- * The perceived containment of the voice, ranging between tight and breathy.
66
- *
67
- * The default value is `0`, with a minimum of `-100` (tight) and a maximum of `100` (breathy). A value of `0` leaves this parameter unchanged from the base voice.
68
- */
69
- tightness?: number;
70
- }
@@ -1,20 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A Voice specification posted to the server
7
- */
8
- export interface PostedVoice {
9
- /** The provider of the voice to use. Supported values are `HUME_AI` and `CUSTOM_VOICE`. */
10
- provider: Hume.empathicVoice.PostedVoiceProvider;
11
- /**
12
- * Specifies the name of the voice to use.
13
- *
14
- * This can be either the name of a previously created Custom Voice or one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`, `WHIMSY`, `STELLA`, or `SUNNY`.
15
- *
16
- * The name will be automatically converted to uppercase (e.g., "Ito" becomes "ITO"). If a name is not specified, then a [Custom Voice](/reference/empathic-voice-interface-evi/configs/create-config#request.body.voice.custom_voice) specification must be provided.
17
- */
18
- name?: string;
19
- customVoice?: Hume.empathicVoice.PostedCustomVoice;
20
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The provider of the voice to use. Supported values are `HUME_AI` and `CUSTOM_VOICE`.
6
- */
7
- export type PostedVoiceProvider = "HUME_AI" | "CUSTOM_VOICE";
8
- export declare const PostedVoiceProvider: {
9
- readonly HumeAi: "HUME_AI";
10
- readonly CustomVoice: "CUSTOM_VOICE";
11
- };
@@ -1,31 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A Custom Voice specification associated with this Config.
7
- */
8
- export interface ReturnCustomVoice {
9
- /** Identifier for a Custom Voice. Formatted as a UUID. */
10
- id: string;
11
- /**
12
- * Version number for a Custom Voice.
13
- *
14
- * Custom Voices, Prompts, Configs, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.
15
- *
16
- * Version numbers are integer values representing different iterations of the Custom Voice. Each update to the Custom Voice increments its version number.
17
- */
18
- version: number;
19
- /** The name of the Custom Voice. Maximum length of 75 characters. */
20
- name: string;
21
- /** Time at which the Custom Voice was created. Measured in seconds since the Unix epoch. */
22
- createdOn: number;
23
- /** Time at which the Custom Voice was last modified. Measured in seconds since the Unix epoch. */
24
- modifiedOn: number;
25
- /** The base voice used to create the Custom Voice. */
26
- baseVoice: Hume.empathicVoice.ReturnCustomVoiceBaseVoice;
27
- /** The name of the parameter model used to define which attributes are used by the `parameters` field. Currently, only `20241004-11parameter` is supported as the parameter model. */
28
- parameterModel: "20241004-11parameter";
29
- /** The specified attributes of a Custom Voice. If a parameter's value is `0` (default), it will not be included in the response. */
30
- parameters: Hume.empathicVoice.ReturnCustomVoiceParameters;
31
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The base voice used to create the Custom Voice.
6
- */
7
- export type ReturnCustomVoiceBaseVoice = "ITO" | "KORA" | "DACHER" | "AURA" | "FINN" | "WHIMSY" | "STELLA" | "SUNNY";
8
- export declare const ReturnCustomVoiceBaseVoice: {
9
- readonly Ito: "ITO";
10
- readonly Kora: "KORA";
11
- readonly Dacher: "DACHER";
12
- readonly Aura: "AURA";
13
- readonly Finn: "FINN";
14
- readonly Whimsy: "WHIMSY";
15
- readonly Stella: "STELLA";
16
- readonly Sunny: "SUNNY";
17
- };
@@ -1,16 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ReturnCustomVoiceBaseVoice = void 0;
7
- exports.ReturnCustomVoiceBaseVoice = {
8
- Ito: "ITO",
9
- Kora: "KORA",
10
- Dacher: "DACHER",
11
- Aura: "AURA",
12
- Finn: "FINN",
13
- Whimsy: "WHIMSY",
14
- Stella: "STELLA",
15
- Sunny: "SUNNY",
16
- };
@@ -1,68 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The specified attributes of a Custom Voice. If a parameter's value is `0` (default), it will not be included in the response.
6
- */
7
- export interface ReturnCustomVoiceParameters {
8
- /**
9
- * The perceived tonality of the voice, reflecting characteristics typically associated with masculinity and femininity.
10
- *
11
- * The default value is `0`, with a minimum of `-100` (more masculine) and a maximum of `100` (more feminine). A value of `0` leaves this parameter unchanged from the base voice.
12
- */
13
- gender?: number;
14
- /**
15
- * The perceived firmness of the voice, ranging between whiny and bold.
16
- *
17
- * The default value is `0`, with a minimum of `-100` (whiny) and a maximum of `100` (bold). A value of `0` leaves this parameter unchanged from the base voice.
18
- */
19
- assertiveness?: number;
20
- /**
21
- * The perceived density of the voice, ranging between deflated and buoyant.
22
- *
23
- * The default value is `0`, with a minimum of `-100` (deflated) and a maximum of `100` (buoyant). A value of `0` leaves this parameter unchanged from the base voice.
24
- */
25
- buoyancy?: number;
26
- /**
27
- * The perceived assuredness of the voice, ranging between shy and confident.
28
- *
29
- * The default value is `0`, with a minimum of `-100` (shy) and a maximum of `100` (confident). A value of `0` leaves this parameter unchanged from the base voice.
30
- */
31
- confidence?: number;
32
- /**
33
- * The perceived excitement within the voice, ranging between calm and enthusiastic.
34
- *
35
- * The default value is `0`, with a minimum of `-100` (calm) and a maximum of `100` (enthusiastic). A value of `0` leaves this parameter unchanged from the base voice.
36
- */
37
- enthusiasm?: number;
38
- /**
39
- * The perceived openness of the voice, ranging between clear and nasal.
40
- *
41
- * The default value is `0`, with a minimum of `-100` (clear) and a maximum of `100` (nasal). A value of `0` leaves this parameter unchanged from the base voice.
42
- */
43
- nasality?: number;
44
- /**
45
- * The perceived stress within the voice, ranging between tense and relaxed.
46
- *
47
- * The default value is `0`, with a minimum of `-100` (tense) and a maximum of `100` (relaxed). A value of `0` leaves this parameter unchanged from the base voice.
48
- */
49
- relaxedness?: number;
50
- /**
51
- * The perceived texture of the voice, ranging between smooth and staccato.
52
- *
53
- * The default value is `0`, with a minimum of `-100` (smooth) and a maximum of `100` (staccato). A value of `0` leaves this parameter unchanged from the base voice.
54
- */
55
- smoothness?: number;
56
- /**
57
- * The perceived liveliness behind the voice, ranging between tepid and vigorous.
58
- *
59
- * The default value is `0`, with a minimum of `-100` (tepid) and a maximum of `100` (vigorous). A value of `0` leaves this parameter unchanged from the base voice.
60
- */
61
- tepidity?: number;
62
- /**
63
- * The perceived containment of the voice, ranging between tight and breathy.
64
- *
65
- * The default value is `0`, with a minimum of `-100` (tight) and a maximum of `100` (breathy). A value of `0` leaves this parameter unchanged from the base voice.
66
- */
67
- tightness?: number;
68
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A paginated list of custom voices returned from the server
7
- */
8
- export interface ReturnPagedCustomVoices {
9
- /**
10
- * The page number of the returned list.
11
- *
12
- * This value corresponds to the `page_number` parameter specified in the request. Pagination uses zero-based indexing.
13
- */
14
- pageNumber: number;
15
- /**
16
- * The maximum number of items returned per page.
17
- *
18
- * This value corresponds to the `page_size` parameter specified in the request.
19
- */
20
- pageSize: number;
21
- /** The total number of pages in the collection. */
22
- totalPages: number;
23
- /** List of Custom Voices for the specified `page_number` and `page_size`. */
24
- customVoicesPage: Hume.empathicVoice.ReturnCustomVoice[];
25
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * A signed URI linking to a file in GCS
6
- */
7
- export interface ReturnSignedUri {
8
- filename?: string;
9
- method?: string;
10
- signedUri?: string;
11
- expirationTimestampMillis?: number;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A specific voice specification
7
- */
8
- export interface ReturnVoice {
9
- /** The provider of the voice to use. Supported values are `HUME_AI` and `CUSTOM_VOICE`. */
10
- provider: Hume.empathicVoice.ReturnVoiceProvider;
11
- /**
12
- * The name of the specified voice.
13
- *
14
- * This will either be the name of a previously created Custom Voice or one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`, `WHIMSY`, `STELLA`, or `SUNNY`.
15
- */
16
- name?: string;
17
- customVoice?: Hume.empathicVoice.ReturnCustomVoice;
18
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,31 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * An octave custom voice specification returned from the server
7
- */
8
- export interface ReturnVoiceOctaveCustom {
9
- id?: string;
10
- version?: number;
11
- name?: string;
12
- description?: string;
13
- voiceType?: string;
14
- createdOn?: number;
15
- modifiedOn?: number;
16
- voicePrompt?: string;
17
- normalizationGainDb?: number;
18
- speakerEmbedding?: string;
19
- referenceUri?: string;
20
- referenceAudioFormat?: string;
21
- cloneReferenceUri?: string;
22
- cloneReferenceAudioFormat?: string;
23
- referenceTokens?: string;
24
- referenceAtoks?: string;
25
- referenceDecoderDtoks?: string;
26
- referenceText?: string;
27
- signedPreviewReferenceUri?: Hume.empathicVoice.ReturnSignedUri;
28
- signedCloneReferenceUri?: Hume.empathicVoice.ReturnSignedUri;
29
- imageUri?: string;
30
- disabled?: boolean;
31
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * An octave shared voice specification returned from the server
7
- */
8
- export interface ReturnVoiceOctaveShared {
9
- id?: string;
10
- version?: number;
11
- name?: string;
12
- description?: string;
13
- referenceSignedUri?: Hume.empathicVoice.ReturnSignedUri;
14
- imageUri?: string;
15
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The provider of the voice to use. Supported values are `HUME_AI` and `CUSTOM_VOICE`.
6
- */
7
- export type ReturnVoiceProvider = "HUME_AI" | "CUSTOM_VOICE";
8
- export declare const ReturnVoiceProvider: {
9
- readonly HumeAi: "HUME_AI";
10
- readonly CustomVoice: "CUSTOM_VOICE";
11
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * An voice specification posted to the server
7
- */
8
- export type ReturnVoiceSpec = Hume.empathicVoice.ReturnVoiceSpecEvi2 | Hume.empathicVoice.ReturnVoiceSpecOctavecustom | Hume.empathicVoice.ReturnVoiceSpecOctaveshared;
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A specific voice specification for use with EVI 1 or 2
7
- */
8
- export interface ReturnVoiceSpecEvi2 {
9
- /** The provider of the voice to use. Based on the enum VoiceProvider. */
10
- provider: string;
11
- /** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
12
- name?: string;
13
- customVoice: Hume.empathicVoice.ReturnCustomVoice;
14
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A specific voice specification for an Octave voice
7
- */
8
- export interface ReturnVoiceSpecOctavecustom {
9
- /** The provider of the voice to use. Based on the enum VoiceProvider. */
10
- provider: string;
11
- /** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
12
- name?: string;
13
- customVoice?: Hume.empathicVoice.ReturnVoiceOctaveCustom;
14
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Hume from "../../../index";
5
- /**
6
- * A specific voice specification for an Octave voice
7
- */
8
- export interface ReturnVoiceSpecOctaveshared {
9
- /** The provider of the voice to use. Based on the enum VoiceProvider. */
10
- provider: string;
11
- /** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
12
- name?: string;
13
- customVoice?: Hume.empathicVoice.ReturnVoiceOctaveShared;
14
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });