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,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- export declare const ReturnSignedUri: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnSignedUri.Raw, Hume.empathicVoice.ReturnSignedUri>;
8
- export declare namespace ReturnSignedUri {
9
- interface Raw {
10
- filename?: string | null;
11
- method?: string | null;
12
- signed_uri?: string | null;
13
- expiration_timestamp_millis?: number | null;
14
- }
15
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnSignedUri = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- exports.ReturnSignedUri = core.serialization.object({
42
- filename: core.serialization.string().optional(),
43
- method: core.serialization.string().optional(),
44
- signedUri: core.serialization.property("signed_uri", core.serialization.string().optional()),
45
- expirationTimestampMillis: core.serialization.property("expiration_timestamp_millis", core.serialization.number().optional()),
46
- });
@@ -1,16 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnVoiceProvider } from "./ReturnVoiceProvider";
8
- import { ReturnCustomVoice } from "./ReturnCustomVoice";
9
- export declare const ReturnVoice: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoice.Raw, Hume.empathicVoice.ReturnVoice>;
10
- export declare namespace ReturnVoice {
11
- interface Raw {
12
- provider: ReturnVoiceProvider.Raw;
13
- name?: string | null;
14
- custom_voice?: ReturnCustomVoice.Raw | null;
15
- }
16
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoice = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnVoiceProvider_1 = require("./ReturnVoiceProvider");
42
- const ReturnCustomVoice_1 = require("./ReturnCustomVoice");
43
- exports.ReturnVoice = core.serialization.object({
44
- provider: ReturnVoiceProvider_1.ReturnVoiceProvider,
45
- name: core.serialization.string().optional(),
46
- customVoice: core.serialization.property("custom_voice", ReturnCustomVoice_1.ReturnCustomVoice.optional()),
47
- });
@@ -1,34 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnSignedUri } from "./ReturnSignedUri";
8
- export declare const ReturnVoiceOctaveCustom: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceOctaveCustom.Raw, Hume.empathicVoice.ReturnVoiceOctaveCustom>;
9
- export declare namespace ReturnVoiceOctaveCustom {
10
- interface Raw {
11
- id?: string | null;
12
- version?: number | null;
13
- name?: string | null;
14
- description?: string | null;
15
- voice_type?: string | null;
16
- created_on?: number | null;
17
- modified_on?: number | null;
18
- voice_prompt?: string | null;
19
- normalization_gain_db?: number | null;
20
- speaker_embedding?: string | null;
21
- reference_uri?: string | null;
22
- reference_audio_format?: string | null;
23
- clone_reference_uri?: string | null;
24
- clone_reference_audio_format?: string | null;
25
- reference_tokens?: string | null;
26
- reference_atoks?: string | null;
27
- reference_decoder_dtoks?: string | null;
28
- reference_text?: string | null;
29
- signed_preview_reference_uri?: ReturnSignedUri.Raw | null;
30
- signed_clone_reference_uri?: ReturnSignedUri.Raw | null;
31
- image_uri?: string | null;
32
- disabled?: boolean | null;
33
- }
34
- }
@@ -1,65 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceOctaveCustom = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnSignedUri_1 = require("./ReturnSignedUri");
42
- exports.ReturnVoiceOctaveCustom = core.serialization.object({
43
- id: core.serialization.string().optional(),
44
- version: core.serialization.number().optional(),
45
- name: core.serialization.string().optional(),
46
- description: core.serialization.string().optional(),
47
- voiceType: core.serialization.property("voice_type", core.serialization.string().optional()),
48
- createdOn: core.serialization.property("created_on", core.serialization.number().optional()),
49
- modifiedOn: core.serialization.property("modified_on", core.serialization.number().optional()),
50
- voicePrompt: core.serialization.property("voice_prompt", core.serialization.string().optional()),
51
- normalizationGainDb: core.serialization.property("normalization_gain_db", core.serialization.number().optional()),
52
- speakerEmbedding: core.serialization.property("speaker_embedding", core.serialization.string().optional()),
53
- referenceUri: core.serialization.property("reference_uri", core.serialization.string().optional()),
54
- referenceAudioFormat: core.serialization.property("reference_audio_format", core.serialization.string().optional()),
55
- cloneReferenceUri: core.serialization.property("clone_reference_uri", core.serialization.string().optional()),
56
- cloneReferenceAudioFormat: core.serialization.property("clone_reference_audio_format", core.serialization.string().optional()),
57
- referenceTokens: core.serialization.property("reference_tokens", core.serialization.string().optional()),
58
- referenceAtoks: core.serialization.property("reference_atoks", core.serialization.string().optional()),
59
- referenceDecoderDtoks: core.serialization.property("reference_decoder_dtoks", core.serialization.string().optional()),
60
- referenceText: core.serialization.property("reference_text", core.serialization.string().optional()),
61
- signedPreviewReferenceUri: core.serialization.property("signed_preview_reference_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
62
- signedCloneReferenceUri: core.serialization.property("signed_clone_reference_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
63
- imageUri: core.serialization.property("image_uri", core.serialization.string().optional()),
64
- disabled: core.serialization.boolean().optional(),
65
- });
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnSignedUri } from "./ReturnSignedUri";
8
- export declare const ReturnVoiceOctaveShared: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceOctaveShared.Raw, Hume.empathicVoice.ReturnVoiceOctaveShared>;
9
- export declare namespace ReturnVoiceOctaveShared {
10
- interface Raw {
11
- id?: string | null;
12
- version?: number | null;
13
- name?: string | null;
14
- description?: string | null;
15
- reference_signed_uri?: ReturnSignedUri.Raw | null;
16
- image_uri?: string | null;
17
- }
18
- }
@@ -1,49 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceOctaveShared = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnSignedUri_1 = require("./ReturnSignedUri");
42
- exports.ReturnVoiceOctaveShared = core.serialization.object({
43
- id: core.serialization.string().optional(),
44
- version: core.serialization.number().optional(),
45
- name: core.serialization.string().optional(),
46
- description: core.serialization.string().optional(),
47
- referenceSignedUri: core.serialization.property("reference_signed_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
48
- imageUri: core.serialization.property("image_uri", core.serialization.string().optional()),
49
- });
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- export declare const ReturnVoiceProvider: core.serialization.Schema<serializers.empathicVoice.ReturnVoiceProvider.Raw, Hume.empathicVoice.ReturnVoiceProvider>;
8
- export declare namespace ReturnVoiceProvider {
9
- type Raw = "HUME_AI" | "CUSTOM_VOICE";
10
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnVoiceSpecEvi2 } from "./ReturnVoiceSpecEvi2";
8
- import { ReturnVoiceSpecOctavecustom } from "./ReturnVoiceSpecOctavecustom";
9
- import { ReturnVoiceSpecOctaveshared } from "./ReturnVoiceSpecOctaveshared";
10
- export declare const ReturnVoiceSpec: core.serialization.Schema<serializers.empathicVoice.ReturnVoiceSpec.Raw, Hume.empathicVoice.ReturnVoiceSpec>;
11
- export declare namespace ReturnVoiceSpec {
12
- type Raw = ReturnVoiceSpecEvi2.Raw | ReturnVoiceSpecOctavecustom.Raw | ReturnVoiceSpecOctaveshared.Raw;
13
- }
@@ -1,48 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceSpec = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnVoiceSpecEvi2_1 = require("./ReturnVoiceSpecEvi2");
42
- const ReturnVoiceSpecOctavecustom_1 = require("./ReturnVoiceSpecOctavecustom");
43
- const ReturnVoiceSpecOctaveshared_1 = require("./ReturnVoiceSpecOctaveshared");
44
- exports.ReturnVoiceSpec = core.serialization.undiscriminatedUnion([
45
- ReturnVoiceSpecEvi2_1.ReturnVoiceSpecEvi2,
46
- ReturnVoiceSpecOctavecustom_1.ReturnVoiceSpecOctavecustom,
47
- ReturnVoiceSpecOctaveshared_1.ReturnVoiceSpecOctaveshared,
48
- ]);
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnCustomVoice } from "./ReturnCustomVoice";
8
- export declare const ReturnVoiceSpecEvi2: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecEvi2.Raw, Hume.empathicVoice.ReturnVoiceSpecEvi2>;
9
- export declare namespace ReturnVoiceSpecEvi2 {
10
- interface Raw {
11
- provider: string;
12
- name?: string | null;
13
- custom_voice: ReturnCustomVoice.Raw;
14
- }
15
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceSpecEvi2 = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnCustomVoice_1 = require("./ReturnCustomVoice");
42
- exports.ReturnVoiceSpecEvi2 = core.serialization.object({
43
- provider: core.serialization.string(),
44
- name: core.serialization.string().optional(),
45
- customVoice: core.serialization.property("custom_voice", ReturnCustomVoice_1.ReturnCustomVoice),
46
- });
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnVoiceOctaveCustom } from "./ReturnVoiceOctaveCustom";
8
- export declare const ReturnVoiceSpecOctavecustom: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecOctavecustom.Raw, Hume.empathicVoice.ReturnVoiceSpecOctavecustom>;
9
- export declare namespace ReturnVoiceSpecOctavecustom {
10
- interface Raw {
11
- provider: string;
12
- name?: string | null;
13
- custom_voice?: ReturnVoiceOctaveCustom.Raw | null;
14
- }
15
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceSpecOctavecustom = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnVoiceOctaveCustom_1 = require("./ReturnVoiceOctaveCustom");
42
- exports.ReturnVoiceSpecOctavecustom = core.serialization.object({
43
- provider: core.serialization.string(),
44
- name: core.serialization.string().optional(),
45
- customVoice: core.serialization.property("custom_voice", ReturnVoiceOctaveCustom_1.ReturnVoiceOctaveCustom.optional()),
46
- });
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Hume from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { ReturnVoiceOctaveShared } from "./ReturnVoiceOctaveShared";
8
- export declare const ReturnVoiceSpecOctaveshared: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecOctaveshared.Raw, Hume.empathicVoice.ReturnVoiceSpecOctaveshared>;
9
- export declare namespace ReturnVoiceSpecOctaveshared {
10
- interface Raw {
11
- provider: string;
12
- name?: string | null;
13
- custom_voice?: ReturnVoiceOctaveShared.Raw | null;
14
- }
15
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ReturnVoiceSpecOctaveshared = void 0;
40
- const core = __importStar(require("../../../../core"));
41
- const ReturnVoiceOctaveShared_1 = require("./ReturnVoiceOctaveShared");
42
- exports.ReturnVoiceSpecOctaveshared = core.serialization.object({
43
- provider: core.serialization.string(),
44
- name: core.serialization.string().optional(),
45
- customVoice: core.serialization.property("custom_voice", ReturnVoiceOctaveShared_1.ReturnVoiceOctaveShared.optional()),
46
- });
@@ -1 +0,0 @@
1
- export * from "./requests";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./requests"), exports);
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../../index";
5
- import * as Hume from "../../../../../../../api/index";
6
- import * as core from "../../../../../../../core";
7
- export declare const PostedCustomVoiceName: core.serialization.Schema<serializers.empathicVoice.PostedCustomVoiceName.Raw, Hume.empathicVoice.PostedCustomVoiceName>;
8
- export declare namespace PostedCustomVoiceName {
9
- interface Raw {
10
- name: string;
11
- }
12
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.PostedCustomVoiceName = void 0;
40
- const core = __importStar(require("../../../../../../../core"));
41
- exports.PostedCustomVoiceName = core.serialization.object({
42
- name: core.serialization.string(),
43
- });
@@ -1 +0,0 @@
1
- export { PostedCustomVoiceName } from "./PostedCustomVoiceName";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PostedCustomVoiceName = void 0;
4
- var PostedCustomVoiceName_1 = require("./PostedCustomVoiceName");
5
- Object.defineProperty(exports, "PostedCustomVoiceName", { enumerable: true, get: function () { return PostedCustomVoiceName_1.PostedCustomVoiceName; } });