@cartesia/cartesia-js 2.2.9 → 3.0.0-b4

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 (1854) hide show
  1. package/CHANGELOG.md +70 -0
  2. package/LICENSE +201 -0
  3. package/README.md +269 -516
  4. package/api-promise.d.mts +2 -0
  5. package/api-promise.d.mts.map +1 -0
  6. package/api-promise.d.ts +2 -0
  7. package/api-promise.d.ts.map +1 -0
  8. package/api-promise.js +6 -0
  9. package/api-promise.js.map +1 -0
  10. package/api-promise.mjs +2 -0
  11. package/api-promise.mjs.map +1 -0
  12. package/client.d.mts +220 -0
  13. package/client.d.mts.map +1 -0
  14. package/client.d.ts +220 -0
  15. package/client.d.ts.map +1 -0
  16. package/client.js +517 -0
  17. package/client.js.map +1 -0
  18. package/client.mjs +513 -0
  19. package/client.mjs.map +1 -0
  20. package/core/EventEmitter.d.mts +45 -0
  21. package/core/EventEmitter.d.mts.map +1 -0
  22. package/core/EventEmitter.d.ts +45 -0
  23. package/core/EventEmitter.d.ts.map +1 -0
  24. package/core/EventEmitter.js +79 -0
  25. package/core/EventEmitter.js.map +1 -0
  26. package/core/EventEmitter.mjs +75 -0
  27. package/core/EventEmitter.mjs.map +1 -0
  28. package/core/api-promise.d.mts +46 -0
  29. package/core/api-promise.d.mts.map +1 -0
  30. package/core/api-promise.d.ts +46 -0
  31. package/core/api-promise.d.ts.map +1 -0
  32. package/core/api-promise.js +74 -0
  33. package/core/api-promise.js.map +1 -0
  34. package/core/api-promise.mjs +70 -0
  35. package/core/api-promise.mjs.map +1 -0
  36. package/core/error.d.mts +46 -0
  37. package/core/error.d.mts.map +1 -0
  38. package/core/error.d.ts +46 -0
  39. package/core/error.d.ts.map +1 -0
  40. package/core/error.js +113 -0
  41. package/core/error.js.map +1 -0
  42. package/core/error.mjs +97 -0
  43. package/core/error.mjs.map +1 -0
  44. package/core/pagination.d.mts +54 -0
  45. package/core/pagination.d.mts.map +1 -0
  46. package/core/pagination.d.ts +54 -0
  47. package/core/pagination.d.ts.map +1 -0
  48. package/core/pagination.js +115 -0
  49. package/core/pagination.js.map +1 -0
  50. package/core/pagination.mjs +109 -0
  51. package/core/pagination.mjs.map +1 -0
  52. package/core/resource.d.mts +6 -0
  53. package/core/resource.d.mts.map +1 -0
  54. package/core/resource.d.ts +6 -0
  55. package/core/resource.d.ts.map +1 -0
  56. package/core/resource.js +11 -0
  57. package/core/resource.js.map +1 -0
  58. package/core/resource.mjs +7 -0
  59. package/core/resource.mjs.map +1 -0
  60. package/core/uploads.d.mts +3 -0
  61. package/core/uploads.d.mts.map +1 -0
  62. package/core/uploads.d.ts +3 -0
  63. package/core/uploads.d.ts.map +1 -0
  64. package/core/uploads.js +6 -0
  65. package/core/uploads.js.map +1 -0
  66. package/core/uploads.mjs +2 -0
  67. package/core/uploads.mjs.map +1 -0
  68. package/error.d.mts +2 -0
  69. package/error.d.mts.map +1 -0
  70. package/error.d.ts +2 -0
  71. package/error.d.ts.map +1 -0
  72. package/error.js +6 -0
  73. package/error.js.map +1 -0
  74. package/error.mjs +2 -0
  75. package/error.mjs.map +1 -0
  76. package/index.d.mts +7 -0
  77. package/index.d.mts.map +1 -0
  78. package/index.d.ts +7 -7
  79. package/index.d.ts.map +1 -0
  80. package/index.js +30 -51
  81. package/index.js.map +1 -0
  82. package/index.mjs +8 -0
  83. package/index.mjs.map +1 -0
  84. package/internal/builtin-types.d.mts +73 -0
  85. package/internal/builtin-types.d.mts.map +1 -0
  86. package/internal/builtin-types.d.ts +73 -0
  87. package/internal/builtin-types.d.ts.map +1 -0
  88. package/internal/builtin-types.js +4 -0
  89. package/internal/builtin-types.js.map +1 -0
  90. package/internal/builtin-types.mjs +3 -0
  91. package/internal/builtin-types.mjs.map +1 -0
  92. package/internal/detect-platform.d.mts +15 -0
  93. package/internal/detect-platform.d.mts.map +1 -0
  94. package/internal/detect-platform.d.ts +15 -0
  95. package/internal/detect-platform.d.ts.map +1 -0
  96. package/internal/detect-platform.js +162 -0
  97. package/internal/detect-platform.js.map +1 -0
  98. package/internal/detect-platform.mjs +157 -0
  99. package/internal/detect-platform.mjs.map +1 -0
  100. package/internal/errors.d.mts +3 -0
  101. package/internal/errors.d.mts.map +1 -0
  102. package/internal/errors.d.ts +3 -0
  103. package/internal/errors.d.ts.map +1 -0
  104. package/internal/errors.js +41 -0
  105. package/internal/errors.js.map +1 -0
  106. package/internal/errors.mjs +36 -0
  107. package/internal/errors.mjs.map +1 -0
  108. package/internal/headers.d.mts +20 -0
  109. package/internal/headers.d.mts.map +1 -0
  110. package/internal/headers.d.ts +20 -0
  111. package/internal/headers.d.ts.map +1 -0
  112. package/internal/headers.js +79 -0
  113. package/internal/headers.js.map +1 -0
  114. package/internal/headers.mjs +74 -0
  115. package/internal/headers.mjs.map +1 -0
  116. package/internal/parse.d.mts +12 -0
  117. package/internal/parse.d.mts.map +1 -0
  118. package/internal/parse.d.ts +12 -0
  119. package/internal/parse.d.ts.map +1 -0
  120. package/internal/parse.js +35 -0
  121. package/internal/parse.js.map +1 -0
  122. package/internal/parse.mjs +32 -0
  123. package/internal/parse.mjs.map +1 -0
  124. package/internal/qs/formats.d.mts +7 -0
  125. package/internal/qs/formats.d.mts.map +1 -0
  126. package/internal/qs/formats.d.ts +7 -0
  127. package/internal/qs/formats.d.ts.map +1 -0
  128. package/internal/qs/formats.js +13 -0
  129. package/internal/qs/formats.js.map +1 -0
  130. package/internal/qs/formats.mjs +9 -0
  131. package/internal/qs/formats.mjs.map +1 -0
  132. package/internal/qs/index.d.mts +10 -0
  133. package/internal/qs/index.d.mts.map +1 -0
  134. package/internal/qs/index.d.ts +10 -0
  135. package/internal/qs/index.d.ts.map +1 -0
  136. package/internal/qs/index.js +14 -0
  137. package/internal/qs/index.js.map +1 -0
  138. package/internal/qs/index.mjs +10 -0
  139. package/internal/qs/index.mjs.map +1 -0
  140. package/internal/qs/stringify.d.mts +3 -0
  141. package/internal/qs/stringify.d.mts.map +1 -0
  142. package/internal/qs/stringify.d.ts +3 -0
  143. package/internal/qs/stringify.d.ts.map +1 -0
  144. package/internal/qs/stringify.js +277 -0
  145. package/internal/qs/stringify.js.map +1 -0
  146. package/internal/qs/stringify.mjs +274 -0
  147. package/internal/qs/stringify.mjs.map +1 -0
  148. package/internal/qs/types.d.mts +57 -0
  149. package/internal/qs/types.d.mts.map +1 -0
  150. package/internal/qs/types.d.ts +57 -0
  151. package/internal/qs/types.d.ts.map +1 -0
  152. package/internal/qs/types.js +3 -0
  153. package/internal/qs/types.js.map +1 -0
  154. package/internal/qs/types.mjs +2 -0
  155. package/internal/qs/types.mjs.map +1 -0
  156. package/internal/qs/utils.d.mts +15 -0
  157. package/internal/qs/utils.d.mts.map +1 -0
  158. package/internal/qs/utils.d.ts +15 -0
  159. package/internal/qs/utils.d.ts.map +1 -0
  160. package/internal/qs/utils.js +230 -0
  161. package/internal/qs/utils.js.map +1 -0
  162. package/internal/qs/utils.mjs +217 -0
  163. package/internal/qs/utils.mjs.map +1 -0
  164. package/internal/request-options.d.mts +75 -0
  165. package/internal/request-options.d.mts.map +1 -0
  166. package/internal/request-options.d.ts +75 -0
  167. package/internal/request-options.d.ts.map +1 -0
  168. package/internal/request-options.js +14 -0
  169. package/internal/request-options.js.map +1 -0
  170. package/internal/request-options.mjs +10 -0
  171. package/internal/request-options.mjs.map +1 -0
  172. package/internal/shim-types.d.mts +17 -0
  173. package/internal/shim-types.d.mts.map +1 -0
  174. package/internal/shim-types.d.ts +17 -0
  175. package/internal/shim-types.d.ts.map +1 -0
  176. package/internal/shim-types.js +4 -0
  177. package/internal/shim-types.js.map +1 -0
  178. package/internal/shim-types.mjs +3 -0
  179. package/internal/shim-types.mjs.map +1 -0
  180. package/internal/shims.d.mts +20 -0
  181. package/internal/shims.d.mts.map +1 -0
  182. package/internal/shims.d.ts +20 -0
  183. package/internal/shims.d.ts.map +1 -0
  184. package/internal/shims.js +92 -0
  185. package/internal/shims.js.map +1 -0
  186. package/internal/shims.mjs +85 -0
  187. package/internal/shims.mjs.map +1 -0
  188. package/internal/to-file.d.mts +45 -0
  189. package/internal/to-file.d.mts.map +1 -0
  190. package/internal/to-file.d.ts +45 -0
  191. package/internal/to-file.d.ts.map +1 -0
  192. package/internal/to-file.js +91 -0
  193. package/internal/to-file.js.map +1 -0
  194. package/internal/to-file.mjs +88 -0
  195. package/internal/to-file.mjs.map +1 -0
  196. package/internal/tslib.js +81 -0
  197. package/internal/tslib.mjs +17 -0
  198. package/internal/types.d.mts +69 -0
  199. package/internal/types.d.mts.map +1 -0
  200. package/internal/types.d.ts +69 -0
  201. package/internal/types.d.ts.map +1 -0
  202. package/internal/types.js +4 -0
  203. package/internal/types.js.map +1 -0
  204. package/internal/types.mjs +3 -0
  205. package/internal/types.mjs.map +1 -0
  206. package/internal/uploads.d.mts +42 -0
  207. package/internal/uploads.d.mts.map +1 -0
  208. package/internal/uploads.d.ts +42 -0
  209. package/internal/uploads.d.ts.map +1 -0
  210. package/internal/uploads.js +141 -0
  211. package/internal/uploads.js.map +1 -0
  212. package/internal/uploads.mjs +131 -0
  213. package/internal/uploads.mjs.map +1 -0
  214. package/internal/utils/base64.d.mts +3 -0
  215. package/internal/utils/base64.d.mts.map +1 -0
  216. package/internal/utils/base64.d.ts +3 -0
  217. package/internal/utils/base64.d.ts.map +1 -0
  218. package/internal/utils/base64.js +38 -0
  219. package/internal/utils/base64.js.map +1 -0
  220. package/internal/utils/base64.mjs +33 -0
  221. package/internal/utils/base64.mjs.map +1 -0
  222. package/internal/utils/bytes.d.mts +4 -0
  223. package/internal/utils/bytes.d.mts.map +1 -0
  224. package/internal/utils/bytes.d.ts +4 -0
  225. package/internal/utils/bytes.d.ts.map +1 -0
  226. package/internal/utils/bytes.js +31 -0
  227. package/internal/utils/bytes.js.map +1 -0
  228. package/internal/utils/bytes.mjs +26 -0
  229. package/internal/utils/bytes.mjs.map +1 -0
  230. package/internal/utils/env.d.mts +9 -0
  231. package/internal/utils/env.d.mts.map +1 -0
  232. package/internal/utils/env.d.ts +9 -0
  233. package/internal/utils/env.d.ts.map +1 -0
  234. package/internal/utils/env.js +22 -0
  235. package/internal/utils/env.js.map +1 -0
  236. package/internal/utils/env.mjs +18 -0
  237. package/internal/utils/env.mjs.map +1 -0
  238. package/internal/utils/log.d.mts +37 -0
  239. package/internal/utils/log.d.mts.map +1 -0
  240. package/internal/utils/log.d.ts +37 -0
  241. package/internal/utils/log.d.ts.map +1 -0
  242. package/internal/utils/log.js +85 -0
  243. package/internal/utils/log.js.map +1 -0
  244. package/internal/utils/log.mjs +79 -0
  245. package/internal/utils/log.mjs.map +1 -0
  246. package/internal/utils/path.d.mts +15 -0
  247. package/internal/utils/path.d.mts.map +1 -0
  248. package/internal/utils/path.d.ts +15 -0
  249. package/internal/utils/path.d.ts.map +1 -0
  250. package/internal/utils/path.js +79 -0
  251. package/internal/utils/path.js.map +1 -0
  252. package/internal/utils/path.mjs +74 -0
  253. package/internal/utils/path.mjs.map +1 -0
  254. package/internal/utils/sleep.d.mts +2 -0
  255. package/internal/utils/sleep.d.mts.map +1 -0
  256. package/internal/utils/sleep.d.ts +2 -0
  257. package/internal/utils/sleep.d.ts.map +1 -0
  258. package/internal/utils/sleep.js +7 -0
  259. package/internal/utils/sleep.js.map +1 -0
  260. package/internal/utils/sleep.mjs +3 -0
  261. package/internal/utils/sleep.mjs.map +1 -0
  262. package/internal/utils/uuid.d.mts +5 -0
  263. package/internal/utils/uuid.d.mts.map +1 -0
  264. package/internal/utils/uuid.d.ts +5 -0
  265. package/internal/utils/uuid.d.ts.map +1 -0
  266. package/internal/utils/uuid.js +19 -0
  267. package/internal/utils/uuid.js.map +1 -0
  268. package/internal/utils/uuid.mjs +15 -0
  269. package/internal/utils/uuid.mjs.map +1 -0
  270. package/internal/utils/values.d.mts +18 -0
  271. package/internal/utils/values.d.mts.map +1 -0
  272. package/internal/utils/values.d.ts +18 -0
  273. package/internal/utils/values.d.ts.map +1 -0
  274. package/internal/utils/values.js +112 -0
  275. package/internal/utils/values.js.map +1 -0
  276. package/internal/utils/values.mjs +94 -0
  277. package/internal/utils/values.mjs.map +1 -0
  278. package/internal/utils.d.mts +7 -0
  279. package/internal/utils.d.mts.map +1 -0
  280. package/internal/utils.d.ts +7 -0
  281. package/internal/utils.d.ts.map +1 -0
  282. package/internal/utils.js +11 -0
  283. package/internal/utils.js.map +1 -0
  284. package/internal/utils.mjs +8 -0
  285. package/internal/utils.mjs.map +1 -0
  286. package/package.json +154 -45
  287. package/pagination.d.mts +2 -0
  288. package/pagination.d.mts.map +1 -0
  289. package/pagination.d.ts +2 -0
  290. package/pagination.d.ts.map +1 -0
  291. package/pagination.js +6 -0
  292. package/pagination.js.map +1 -0
  293. package/pagination.mjs +2 -0
  294. package/pagination.mjs.map +1 -0
  295. package/resource.d.mts +2 -0
  296. package/resource.d.mts.map +1 -0
  297. package/resource.d.ts +2 -0
  298. package/resource.d.ts.map +1 -0
  299. package/resource.js +6 -0
  300. package/resource.js.map +1 -0
  301. package/resource.mjs +2 -0
  302. package/resource.mjs.map +1 -0
  303. package/resources/access-token.d.mts +53 -0
  304. package/resources/access-token.d.mts.map +1 -0
  305. package/resources/access-token.d.ts +53 -0
  306. package/resources/access-token.d.ts.map +1 -0
  307. package/resources/access-token.js +16 -0
  308. package/resources/access-token.js.map +1 -0
  309. package/resources/access-token.mjs +12 -0
  310. package/resources/access-token.mjs.map +1 -0
  311. package/resources/agents/agents.d.mts +244 -0
  312. package/resources/agents/agents.d.mts.map +1 -0
  313. package/resources/agents/agents.d.ts +244 -0
  314. package/resources/agents/agents.d.ts.map +1 -0
  315. package/resources/agents/agents.js +68 -0
  316. package/resources/agents/agents.js.map +1 -0
  317. package/resources/agents/agents.mjs +63 -0
  318. package/resources/agents/agents.mjs.map +1 -0
  319. package/resources/agents/calls.d.mts +218 -0
  320. package/resources/agents/calls.d.mts.map +1 -0
  321. package/resources/agents/calls.d.ts +218 -0
  322. package/resources/agents/calls.d.ts.map +1 -0
  323. package/resources/agents/calls.js +36 -0
  324. package/resources/agents/calls.js.map +1 -0
  325. package/resources/agents/calls.mjs +32 -0
  326. package/resources/agents/calls.mjs.map +1 -0
  327. package/resources/agents/deployments.d.mts +92 -0
  328. package/resources/agents/deployments.d.mts.map +1 -0
  329. package/resources/agents/deployments.d.ts +92 -0
  330. package/resources/agents/deployments.d.ts.map +1 -0
  331. package/resources/agents/deployments.js +22 -0
  332. package/resources/agents/deployments.js.map +1 -0
  333. package/resources/agents/deployments.mjs +18 -0
  334. package/resources/agents/deployments.mjs.map +1 -0
  335. package/resources/agents/index.d.mts +5 -0
  336. package/resources/agents/index.d.mts.map +1 -0
  337. package/resources/agents/index.d.ts +5 -0
  338. package/resources/agents/index.d.ts.map +1 -0
  339. package/resources/agents/index.js +13 -0
  340. package/resources/agents/index.js.map +1 -0
  341. package/resources/agents/index.mjs +6 -0
  342. package/resources/agents/index.mjs.map +1 -0
  343. package/resources/agents/metrics/index.d.mts +3 -0
  344. package/resources/agents/metrics/index.d.mts.map +1 -0
  345. package/resources/agents/metrics/index.d.ts +3 -0
  346. package/resources/agents/metrics/index.d.ts.map +1 -0
  347. package/resources/agents/metrics/index.js +9 -0
  348. package/resources/agents/metrics/index.js.map +1 -0
  349. package/resources/agents/metrics/index.mjs +4 -0
  350. package/resources/agents/metrics/index.mjs.map +1 -0
  351. package/resources/agents/metrics/metrics.d.mts +114 -0
  352. package/resources/agents/metrics/metrics.d.mts.map +1 -0
  353. package/resources/agents/metrics/metrics.d.ts +114 -0
  354. package/resources/agents/metrics/metrics.d.ts.map +1 -0
  355. package/resources/agents/metrics/metrics.js +60 -0
  356. package/resources/agents/metrics/metrics.js.map +1 -0
  357. package/resources/agents/metrics/metrics.mjs +55 -0
  358. package/resources/agents/metrics/metrics.mjs.map +1 -0
  359. package/resources/agents/metrics/results.d.mts +144 -0
  360. package/resources/agents/metrics/results.d.mts.map +1 -0
  361. package/resources/agents/metrics/results.d.ts +144 -0
  362. package/resources/agents/metrics/results.d.ts.map +1 -0
  363. package/resources/agents/metrics/results.js +32 -0
  364. package/resources/agents/metrics/results.js.map +1 -0
  365. package/resources/agents/metrics/results.mjs +28 -0
  366. package/resources/agents/metrics/results.mjs.map +1 -0
  367. package/resources/agents/metrics.d.mts +2 -0
  368. package/resources/agents/metrics.d.mts.map +1 -0
  369. package/resources/agents/metrics.d.ts +2 -0
  370. package/resources/agents/metrics.d.ts.map +1 -0
  371. package/resources/agents/metrics.js +6 -0
  372. package/resources/agents/metrics.js.map +1 -0
  373. package/resources/agents/metrics.mjs +3 -0
  374. package/resources/agents/metrics.mjs.map +1 -0
  375. package/resources/agents.d.mts +2 -0
  376. package/resources/agents.d.mts.map +1 -0
  377. package/resources/agents.d.ts +2 -0
  378. package/resources/agents.d.ts.map +1 -0
  379. package/resources/agents.js +6 -0
  380. package/resources/agents.js.map +1 -0
  381. package/resources/agents.mjs +3 -0
  382. package/resources/agents.mjs.map +1 -0
  383. package/resources/datasets/datasets.d.mts +82 -0
  384. package/resources/datasets/datasets.d.mts.map +1 -0
  385. package/resources/datasets/datasets.d.ts +82 -0
  386. package/resources/datasets/datasets.d.ts.map +1 -0
  387. package/resources/datasets/datasets.js +57 -0
  388. package/resources/datasets/datasets.js.map +1 -0
  389. package/resources/datasets/datasets.mjs +52 -0
  390. package/resources/datasets/datasets.mjs.map +1 -0
  391. package/resources/datasets/files.d.mts +64 -0
  392. package/resources/datasets/files.d.mts.map +1 -0
  393. package/resources/datasets/files.d.ts +64 -0
  394. package/resources/datasets/files.d.ts.map +1 -0
  395. package/resources/datasets/files.js +38 -0
  396. package/resources/datasets/files.js.map +1 -0
  397. package/resources/datasets/files.mjs +34 -0
  398. package/resources/datasets/files.mjs.map +1 -0
  399. package/resources/datasets/index.d.mts +3 -0
  400. package/resources/datasets/index.d.mts.map +1 -0
  401. package/resources/datasets/index.d.ts +3 -0
  402. package/resources/datasets/index.d.ts.map +1 -0
  403. package/resources/datasets/index.js +9 -0
  404. package/resources/datasets/index.js.map +1 -0
  405. package/resources/datasets/index.mjs +4 -0
  406. package/resources/datasets/index.mjs.map +1 -0
  407. package/resources/datasets.d.mts +2 -0
  408. package/resources/datasets.d.mts.map +1 -0
  409. package/resources/datasets.d.ts +2 -0
  410. package/resources/datasets.d.ts.map +1 -0
  411. package/resources/datasets.js +6 -0
  412. package/resources/datasets.js.map +1 -0
  413. package/resources/datasets.mjs +3 -0
  414. package/resources/datasets.mjs.map +1 -0
  415. package/resources/fine-tunes.d.mts +101 -0
  416. package/resources/fine-tunes.d.mts.map +1 -0
  417. package/resources/fine-tunes.d.ts +101 -0
  418. package/resources/fine-tunes.d.ts.map +1 -0
  419. package/resources/fine-tunes.js +48 -0
  420. package/resources/fine-tunes.js.map +1 -0
  421. package/resources/fine-tunes.mjs +44 -0
  422. package/resources/fine-tunes.mjs.map +1 -0
  423. package/resources/index.d.mts +12 -0
  424. package/resources/index.d.mts.map +1 -0
  425. package/resources/index.d.ts +12 -0
  426. package/resources/index.d.ts.map +1 -0
  427. package/resources/index.js +25 -0
  428. package/resources/index.js.map +1 -0
  429. package/resources/index.mjs +12 -0
  430. package/resources/index.mjs.map +1 -0
  431. package/resources/infill.d.mts +71 -0
  432. package/resources/infill.d.mts.map +1 -0
  433. package/resources/infill.d.ts +71 -0
  434. package/resources/infill.d.ts.map +1 -0
  435. package/resources/infill.js +35 -0
  436. package/resources/infill.js.map +1 -0
  437. package/resources/infill.mjs +31 -0
  438. package/resources/infill.mjs.map +1 -0
  439. package/resources/pronunciation-dicts.d.mts +99 -0
  440. package/resources/pronunciation-dicts.d.mts.map +1 -0
  441. package/resources/pronunciation-dicts.d.ts +99 -0
  442. package/resources/pronunciation-dicts.d.ts.map +1 -0
  443. package/resources/pronunciation-dicts.js +48 -0
  444. package/resources/pronunciation-dicts.js.map +1 -0
  445. package/resources/pronunciation-dicts.mjs +44 -0
  446. package/resources/pronunciation-dicts.mjs.map +1 -0
  447. package/resources/stt.d.mts +105 -0
  448. package/resources/stt.d.mts.map +1 -0
  449. package/resources/stt.d.ts +105 -0
  450. package/resources/stt.d.ts.map +1 -0
  451. package/resources/stt.js +33 -0
  452. package/resources/stt.js.map +1 -0
  453. package/resources/stt.mjs +29 -0
  454. package/resources/stt.mjs.map +1 -0
  455. package/resources/top-level.d.mts +8 -0
  456. package/resources/top-level.d.mts.map +1 -0
  457. package/resources/top-level.d.ts +8 -0
  458. package/resources/top-level.d.ts.map +1 -0
  459. package/resources/top-level.js +4 -0
  460. package/resources/top-level.js.map +1 -0
  461. package/resources/top-level.mjs +3 -0
  462. package/resources/top-level.mjs.map +1 -0
  463. package/resources/tts/index.d.mts +2 -0
  464. package/resources/tts/index.d.mts.map +1 -0
  465. package/resources/tts/index.d.ts +2 -0
  466. package/resources/tts/index.d.ts.map +1 -0
  467. package/resources/tts/index.js +7 -0
  468. package/resources/tts/index.js.map +1 -0
  469. package/resources/tts/index.mjs +3 -0
  470. package/resources/tts/index.mjs.map +1 -0
  471. package/resources/tts/internal-base.d.mts +40 -0
  472. package/resources/tts/internal-base.d.mts.map +1 -0
  473. package/resources/tts/internal-base.d.ts +40 -0
  474. package/resources/tts/internal-base.d.ts.map +1 -0
  475. package/resources/tts/internal-base.js +48 -0
  476. package/resources/tts/internal-base.js.map +1 -0
  477. package/resources/tts/internal-base.mjs +42 -0
  478. package/resources/tts/internal-base.mjs.map +1 -0
  479. package/resources/tts/tts.d.mts +373 -0
  480. package/resources/tts/tts.d.mts.map +1 -0
  481. package/resources/tts/tts.d.ts +373 -0
  482. package/resources/tts/tts.d.ts.map +1 -0
  483. package/resources/tts/tts.js +31 -0
  484. package/resources/tts/tts.js.map +1 -0
  485. package/resources/tts/tts.mjs +27 -0
  486. package/resources/tts/tts.mjs.map +1 -0
  487. package/resources/tts/ws.d.mts +17 -0
  488. package/resources/tts/ws.d.mts.map +1 -0
  489. package/resources/tts/ws.d.ts +17 -0
  490. package/resources/tts/ws.d.ts.map +1 -0
  491. package/resources/tts/ws.js +73 -0
  492. package/resources/tts/ws.js.map +1 -0
  493. package/resources/tts/ws.mjs +68 -0
  494. package/resources/tts/ws.mjs.map +1 -0
  495. package/resources/tts.d.mts +2 -0
  496. package/resources/tts.d.mts.map +1 -0
  497. package/resources/tts.d.ts +2 -0
  498. package/resources/tts.d.ts.map +1 -0
  499. package/resources/tts.js +6 -0
  500. package/resources/tts.js.map +1 -0
  501. package/resources/tts.mjs +3 -0
  502. package/resources/tts.mjs.map +1 -0
  503. package/resources/voice-changer.d.mts +50 -0
  504. package/resources/voice-changer.d.mts.map +1 -0
  505. package/resources/voice-changer.d.ts +50 -0
  506. package/resources/voice-changer.d.ts.map +1 -0
  507. package/resources/voice-changer.js +26 -0
  508. package/resources/voice-changer.js.map +1 -0
  509. package/resources/voice-changer.mjs +22 -0
  510. package/resources/voice-changer.mjs.map +1 -0
  511. package/resources/voices.d.mts +249 -0
  512. package/resources/voices.d.mts.map +1 -0
  513. package/resources/voices.d.ts +249 -0
  514. package/resources/voices.d.ts.map +1 -0
  515. package/resources/voices.js +99 -0
  516. package/resources/voices.js.map +1 -0
  517. package/resources/voices.mjs +95 -0
  518. package/resources/voices.mjs.map +1 -0
  519. package/resources.d.mts +2 -0
  520. package/resources.d.mts.map +1 -0
  521. package/resources.d.ts +2 -0
  522. package/resources.d.ts.map +1 -0
  523. package/resources.js +5 -0
  524. package/resources.js.map +1 -0
  525. package/resources.mjs +2 -0
  526. package/resources.mjs.map +1 -0
  527. package/src/api-promise.ts +2 -0
  528. package/src/client.ts +949 -0
  529. package/src/core/EventEmitter.ts +98 -0
  530. package/src/core/README.md +3 -0
  531. package/src/core/api-promise.ts +92 -0
  532. package/src/core/error.ts +130 -0
  533. package/src/core/pagination.ts +175 -0
  534. package/src/core/resource.ts +11 -0
  535. package/src/core/uploads.ts +2 -0
  536. package/src/error.ts +2 -0
  537. package/src/index.ts +23 -0
  538. package/src/internal/README.md +3 -0
  539. package/src/internal/builtin-types.ts +93 -0
  540. package/src/internal/detect-platform.ts +196 -0
  541. package/src/internal/errors.ts +33 -0
  542. package/src/internal/headers.ts +97 -0
  543. package/src/internal/parse.ts +50 -0
  544. package/src/internal/qs/LICENSE.md +13 -0
  545. package/src/internal/qs/README.md +3 -0
  546. package/src/internal/qs/formats.ts +10 -0
  547. package/src/internal/qs/index.ts +13 -0
  548. package/src/internal/qs/stringify.ts +385 -0
  549. package/src/internal/qs/types.ts +71 -0
  550. package/src/internal/qs/utils.ts +265 -0
  551. package/src/internal/request-options.ts +91 -0
  552. package/src/internal/shim-types.ts +26 -0
  553. package/src/internal/shims.ts +107 -0
  554. package/src/internal/to-file.ts +154 -0
  555. package/src/internal/types.ts +95 -0
  556. package/src/internal/uploads.ts +187 -0
  557. package/src/internal/utils/base64.ts +40 -0
  558. package/src/internal/utils/bytes.ts +32 -0
  559. package/src/internal/utils/env.ts +18 -0
  560. package/src/internal/utils/log.ts +126 -0
  561. package/src/internal/utils/path.ts +88 -0
  562. package/src/internal/utils/sleep.ts +3 -0
  563. package/src/internal/utils/uuid.ts +17 -0
  564. package/src/internal/utils/values.ts +105 -0
  565. package/src/internal/utils.ts +8 -0
  566. package/src/lib/.keep +4 -0
  567. package/src/pagination.ts +2 -0
  568. package/src/resource.ts +2 -0
  569. package/src/resources/access-token.ts +67 -0
  570. package/src/resources/agents/agents.ts +351 -0
  571. package/src/resources/agents/calls.ts +273 -0
  572. package/src/resources/agents/deployments.ts +119 -0
  573. package/src/resources/agents/index.ts +27 -0
  574. package/src/resources/agents/metrics/index.ts +19 -0
  575. package/src/resources/agents/metrics/metrics.ts +188 -0
  576. package/src/resources/agents/metrics/results.ts +196 -0
  577. package/src/resources/agents/metrics.ts +3 -0
  578. package/src/resources/agents.ts +3 -0
  579. package/src/resources/datasets/datasets.ts +145 -0
  580. package/src/resources/datasets/files.ts +110 -0
  581. package/src/resources/datasets/index.ts +18 -0
  582. package/src/resources/datasets.ts +3 -0
  583. package/src/resources/fine-tunes.ts +155 -0
  584. package/src/resources/index.ts +69 -0
  585. package/src/resources/infill.ts +100 -0
  586. package/src/resources/pronunciation-dicts.ts +152 -0
  587. package/src/resources/stt.ts +232 -0
  588. package/src/resources/top-level.ts +11 -0
  589. package/src/resources/tts/index.ts +14 -0
  590. package/src/resources/tts/internal-base.ts +89 -0
  591. package/src/resources/tts/tts.ts +551 -0
  592. package/src/resources/tts/ws.ts +79 -0
  593. package/src/resources/tts.ts +3 -0
  594. package/src/resources/voice-changer.ts +87 -0
  595. package/src/resources/voices.ts +392 -0
  596. package/src/resources.ts +1 -0
  597. package/src/tsconfig.json +11 -0
  598. package/src/uploads.ts +2 -0
  599. package/src/version.ts +1 -0
  600. package/uploads.d.mts +2 -0
  601. package/uploads.d.mts.map +1 -0
  602. package/uploads.d.ts +2 -0
  603. package/uploads.d.ts.map +1 -0
  604. package/uploads.js +6 -0
  605. package/uploads.js.map +1 -0
  606. package/uploads.mjs +2 -0
  607. package/uploads.mjs.map +1 -0
  608. package/version.d.mts +2 -0
  609. package/version.d.mts.map +1 -0
  610. package/version.d.ts +2 -1
  611. package/version.d.ts.map +1 -0
  612. package/version.js +3 -2
  613. package/version.js.map +1 -0
  614. package/version.mjs +2 -0
  615. package/version.mjs.map +1 -0
  616. package/Client.d.ts +0 -53
  617. package/Client.js +0 -47
  618. package/api/index.d.ts +0 -1
  619. package/api/index.js +0 -17
  620. package/api/resources/apiStatus/client/Client.d.ts +0 -43
  621. package/api/resources/apiStatus/client/Client.js +0 -113
  622. package/api/resources/apiStatus/client/index.d.ts +0 -1
  623. package/api/resources/apiStatus/client/index.js +0 -2
  624. package/api/resources/apiStatus/index.d.ts +0 -2
  625. package/api/resources/apiStatus/index.js +0 -18
  626. package/api/resources/apiStatus/types/ApiInfo.d.ts +0 -7
  627. package/api/resources/apiStatus/types/ApiInfo.js +0 -5
  628. package/api/resources/apiStatus/types/index.d.ts +0 -1
  629. package/api/resources/apiStatus/types/index.js +0 -17
  630. package/api/resources/auth/client/Client.d.ts +0 -68
  631. package/api/resources/auth/client/Client.js +0 -143
  632. package/api/resources/auth/client/index.d.ts +0 -1
  633. package/api/resources/auth/client/index.js +0 -2
  634. package/api/resources/auth/index.d.ts +0 -2
  635. package/api/resources/auth/index.js +0 -18
  636. package/api/resources/auth/types/TokenGrant.d.ts +0 -9
  637. package/api/resources/auth/types/TokenGrant.js +0 -5
  638. package/api/resources/auth/types/TokenRequest.d.ts +0 -10
  639. package/api/resources/auth/types/TokenRequest.js +0 -5
  640. package/api/resources/auth/types/TokenResponse.d.ts +0 -7
  641. package/api/resources/auth/types/TokenResponse.js +0 -5
  642. package/api/resources/auth/types/index.d.ts +0 -3
  643. package/api/resources/auth/types/index.js +0 -19
  644. package/api/resources/embedding/index.d.ts +0 -1
  645. package/api/resources/embedding/index.js +0 -17
  646. package/api/resources/embedding/types/Embedding.d.ts +0 -10
  647. package/api/resources/embedding/types/Embedding.js +0 -5
  648. package/api/resources/embedding/types/index.d.ts +0 -1
  649. package/api/resources/embedding/types/index.js +0 -17
  650. package/api/resources/index.d.ts +0 -19
  651. package/api/resources/index.js +0 -58
  652. package/api/resources/infill/client/Client.d.ts +0 -57
  653. package/api/resources/infill/client/Client.js +0 -156
  654. package/api/resources/infill/client/index.d.ts +0 -1
  655. package/api/resources/infill/client/index.js +0 -17
  656. package/api/resources/infill/client/requests/InfillBytesRequest.d.ts +0 -63
  657. package/api/resources/infill/client/requests/InfillBytesRequest.js +0 -5
  658. package/api/resources/infill/client/requests/index.d.ts +0 -1
  659. package/api/resources/infill/client/requests/index.js +0 -2
  660. package/api/resources/infill/index.d.ts +0 -1
  661. package/api/resources/infill/index.js +0 -17
  662. package/api/resources/stt/client/Client.d.ts +0 -71
  663. package/api/resources/stt/client/Client.js +0 -166
  664. package/api/resources/stt/client/index.d.ts +0 -1
  665. package/api/resources/stt/client/index.js +0 -17
  666. package/api/resources/stt/client/requests/TranscriptionRequest.d.ts +0 -147
  667. package/api/resources/stt/client/requests/TranscriptionRequest.js +0 -5
  668. package/api/resources/stt/client/requests/index.d.ts +0 -1
  669. package/api/resources/stt/client/requests/index.js +0 -2
  670. package/api/resources/stt/index.d.ts +0 -2
  671. package/api/resources/stt/index.js +0 -18
  672. package/api/resources/stt/types/DoneMessage.d.ts +0 -10
  673. package/api/resources/stt/types/DoneMessage.js +0 -5
  674. package/api/resources/stt/types/ErrorMessage.d.ts +0 -9
  675. package/api/resources/stt/types/ErrorMessage.js +0 -5
  676. package/api/resources/stt/types/FlushDoneMessage.d.ts +0 -10
  677. package/api/resources/stt/types/FlushDoneMessage.js +0 -5
  678. package/api/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -22
  679. package/api/resources/stt/types/StreamingTranscriptionResponse.js +0 -5
  680. package/api/resources/stt/types/SttEncoding.d.ts +0 -15
  681. package/api/resources/stt/types/SttEncoding.js +0 -14
  682. package/api/resources/stt/types/TimestampGranularity.d.ts +0 -12
  683. package/api/resources/stt/types/TimestampGranularity.js +0 -9
  684. package/api/resources/stt/types/TranscriptMessage.d.ts +0 -22
  685. package/api/resources/stt/types/TranscriptMessage.js +0 -5
  686. package/api/resources/stt/types/TranscriptionResponse.d.ts +0 -14
  687. package/api/resources/stt/types/TranscriptionResponse.js +0 -5
  688. package/api/resources/stt/types/TranscriptionWord.d.ts +0 -11
  689. package/api/resources/stt/types/TranscriptionWord.js +0 -5
  690. package/api/resources/stt/types/index.d.ts +0 -9
  691. package/api/resources/stt/types/index.js +0 -25
  692. package/api/resources/tts/client/Client.d.ts +0 -39
  693. package/api/resources/tts/client/Client.js +0 -162
  694. package/api/resources/tts/client/index.d.ts +0 -1
  695. package/api/resources/tts/client/index.js +0 -2
  696. package/api/resources/tts/index.d.ts +0 -2
  697. package/api/resources/tts/index.js +0 -18
  698. package/api/resources/tts/types/CancelContextRequest.d.ts +0 -10
  699. package/api/resources/tts/types/CancelContextRequest.js +0 -5
  700. package/api/resources/tts/types/ContextId.d.ts +0 -9
  701. package/api/resources/tts/types/ContextId.js +0 -5
  702. package/api/resources/tts/types/Controls.d.ts +0 -8
  703. package/api/resources/tts/types/Controls.js +0 -5
  704. package/api/resources/tts/types/Emotion.d.ts +0 -7
  705. package/api/resources/tts/types/Emotion.js +0 -5
  706. package/api/resources/tts/types/EmotionDeprecated.d.ts +0 -38
  707. package/api/resources/tts/types/EmotionDeprecated.js +0 -33
  708. package/api/resources/tts/types/FlushId.d.ts +0 -9
  709. package/api/resources/tts/types/FlushId.js +0 -5
  710. package/api/resources/tts/types/GenerationConfig.d.ts +0 -15
  711. package/api/resources/tts/types/GenerationConfig.js +0 -5
  712. package/api/resources/tts/types/GenerationRequest.d.ts +0 -44
  713. package/api/resources/tts/types/GenerationRequest.js +0 -5
  714. package/api/resources/tts/types/ModelSpeed.d.ts +0 -16
  715. package/api/resources/tts/types/ModelSpeed.js +0 -11
  716. package/api/resources/tts/types/Mp3OutputFormat.d.ts +0 -9
  717. package/api/resources/tts/types/Mp3OutputFormat.js +0 -5
  718. package/api/resources/tts/types/NaturalSpecifier.d.ts +0 -11
  719. package/api/resources/tts/types/NaturalSpecifier.js +0 -13
  720. package/api/resources/tts/types/NumericalSpecifier.d.ts +0 -4
  721. package/api/resources/tts/types/NumericalSpecifier.js +0 -5
  722. package/api/resources/tts/types/OutputFormat.d.ts +0 -16
  723. package/api/resources/tts/types/OutputFormat.js +0 -5
  724. package/api/resources/tts/types/PhonemeTimestamps.d.ts +0 -8
  725. package/api/resources/tts/types/PhonemeTimestamps.js +0 -5
  726. package/api/resources/tts/types/RawEncoding.d.ts +0 -10
  727. package/api/resources/tts/types/RawEncoding.js +0 -12
  728. package/api/resources/tts/types/RawOutputFormat.d.ts +0 -10
  729. package/api/resources/tts/types/RawOutputFormat.js +0 -5
  730. package/api/resources/tts/types/Speed.d.ts +0 -10
  731. package/api/resources/tts/types/Speed.js +0 -5
  732. package/api/resources/tts/types/SseOutputFormat.d.ts +0 -10
  733. package/api/resources/tts/types/SseOutputFormat.js +0 -5
  734. package/api/resources/tts/types/SupportedLanguage.d.ts +0 -26
  735. package/api/resources/tts/types/SupportedLanguage.js +0 -23
  736. package/api/resources/tts/types/TtsRequest.d.ts +0 -21
  737. package/api/resources/tts/types/TtsRequest.js +0 -5
  738. package/api/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -9
  739. package/api/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -5
  740. package/api/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -9
  741. package/api/resources/tts/types/TtsRequestIdSpecifier.js +0 -5
  742. package/api/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -5
  743. package/api/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -5
  744. package/api/resources/tts/types/TtssseRequest.d.ts +0 -29
  745. package/api/resources/tts/types/TtssseRequest.js +0 -5
  746. package/api/resources/tts/types/WavOutputFormat.d.ts +0 -6
  747. package/api/resources/tts/types/WavOutputFormat.js +0 -5
  748. package/api/resources/tts/types/WebSocketBaseResponse.d.ts +0 -9
  749. package/api/resources/tts/types/WebSocketBaseResponse.js +0 -5
  750. package/api/resources/tts/types/WebSocketChunkResponse.d.ts +0 -8
  751. package/api/resources/tts/types/WebSocketChunkResponse.js +0 -5
  752. package/api/resources/tts/types/WebSocketDoneResponse.d.ts +0 -6
  753. package/api/resources/tts/types/WebSocketDoneResponse.js +0 -5
  754. package/api/resources/tts/types/WebSocketErrorResponse.d.ts +0 -7
  755. package/api/resources/tts/types/WebSocketErrorResponse.js +0 -5
  756. package/api/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -8
  757. package/api/resources/tts/types/WebSocketFlushDoneResponse.js +0 -5
  758. package/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -7
  759. package/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -5
  760. package/api/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -10
  761. package/api/resources/tts/types/WebSocketRawOutputFormat.js +0 -5
  762. package/api/resources/tts/types/WebSocketRequest.d.ts +0 -11
  763. package/api/resources/tts/types/WebSocketRequest.js +0 -5
  764. package/api/resources/tts/types/WebSocketResponse.d.ts +0 -25
  765. package/api/resources/tts/types/WebSocketResponse.js +0 -5
  766. package/api/resources/tts/types/WebSocketStreamOptions.d.ts +0 -6
  767. package/api/resources/tts/types/WebSocketStreamOptions.js +0 -5
  768. package/api/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -7
  769. package/api/resources/tts/types/WebSocketTimestampsResponse.js +0 -5
  770. package/api/resources/tts/types/WebSocketTtsOutput.d.ts +0 -12
  771. package/api/resources/tts/types/WebSocketTtsOutput.js +0 -5
  772. package/api/resources/tts/types/WebSocketTtsRequest.d.ts +0 -25
  773. package/api/resources/tts/types/WebSocketTtsRequest.js +0 -5
  774. package/api/resources/tts/types/WordTimestamps.d.ts +0 -8
  775. package/api/resources/tts/types/WordTimestamps.js +0 -5
  776. package/api/resources/tts/types/index.d.ts +0 -39
  777. package/api/resources/tts/types/index.js +0 -55
  778. package/api/resources/voiceChanger/client/Client.d.ts +0 -46
  779. package/api/resources/voiceChanger/client/Client.js +0 -195
  780. package/api/resources/voiceChanger/client/index.d.ts +0 -1
  781. package/api/resources/voiceChanger/client/index.js +0 -17
  782. package/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.d.ts +0 -39
  783. package/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.js +0 -5
  784. package/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.d.ts +0 -39
  785. package/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.js +0 -5
  786. package/api/resources/voiceChanger/client/requests/index.d.ts +0 -2
  787. package/api/resources/voiceChanger/client/requests/index.js +0 -2
  788. package/api/resources/voiceChanger/index.d.ts +0 -2
  789. package/api/resources/voiceChanger/index.js +0 -18
  790. package/api/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -9
  791. package/api/resources/voiceChanger/types/OutputFormatContainer.js +0 -11
  792. package/api/resources/voiceChanger/types/StreamingResponse.d.ts +0 -16
  793. package/api/resources/voiceChanger/types/StreamingResponse.js +0 -5
  794. package/api/resources/voiceChanger/types/index.d.ts +0 -2
  795. package/api/resources/voiceChanger/types/index.js +0 -18
  796. package/api/resources/voices/client/Client.d.ts +0 -150
  797. package/api/resources/voices/client/Client.js +0 -530
  798. package/api/resources/voices/client/index.d.ts +0 -1
  799. package/api/resources/voices/client/index.js +0 -17
  800. package/api/resources/voices/client/requests/CloneVoiceRequest.d.ts +0 -35
  801. package/api/resources/voices/client/requests/CloneVoiceRequest.js +0 -5
  802. package/api/resources/voices/client/requests/index.d.ts +0 -1
  803. package/api/resources/voices/client/requests/index.js +0 -2
  804. package/api/resources/voices/index.d.ts +0 -2
  805. package/api/resources/voices/index.js +0 -18
  806. package/api/resources/voices/types/BaseVoiceId.d.ts +0 -8
  807. package/api/resources/voices/types/BaseVoiceId.js +0 -5
  808. package/api/resources/voices/types/CloneMode.d.ts +0 -8
  809. package/api/resources/voices/types/CloneMode.js +0 -10
  810. package/api/resources/voices/types/CreateVoiceRequest.d.ts +0 -13
  811. package/api/resources/voices/types/CreateVoiceRequest.js +0 -5
  812. package/api/resources/voices/types/EmbeddingResponse.d.ts +0 -7
  813. package/api/resources/voices/types/EmbeddingResponse.js +0 -5
  814. package/api/resources/voices/types/EmbeddingSpecifier.d.ts +0 -8
  815. package/api/resources/voices/types/EmbeddingSpecifier.js +0 -5
  816. package/api/resources/voices/types/Gender.d.ts +0 -8
  817. package/api/resources/voices/types/Gender.js +0 -10
  818. package/api/resources/voices/types/IdSpecifier.d.ts +0 -8
  819. package/api/resources/voices/types/IdSpecifier.js +0 -5
  820. package/api/resources/voices/types/LocalizeDialect.d.ts +0 -20
  821. package/api/resources/voices/types/LocalizeDialect.js +0 -5
  822. package/api/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -11
  823. package/api/resources/voices/types/LocalizeEnglishDialect.js +0 -13
  824. package/api/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -8
  825. package/api/resources/voices/types/LocalizeFrenchDialect.js +0 -10
  826. package/api/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -8
  827. package/api/resources/voices/types/LocalizePortugueseDialect.js +0 -10
  828. package/api/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -8
  829. package/api/resources/voices/types/LocalizeSpanishDialect.js +0 -10
  830. package/api/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -26
  831. package/api/resources/voices/types/LocalizeTargetLanguage.js +0 -23
  832. package/api/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -15
  833. package/api/resources/voices/types/LocalizeVoiceRequest.js +0 -5
  834. package/api/resources/voices/types/MixVoiceSpecifier.d.ts +0 -5
  835. package/api/resources/voices/types/MixVoiceSpecifier.js +0 -5
  836. package/api/resources/voices/types/MixVoicesRequest.d.ts +0 -7
  837. package/api/resources/voices/types/MixVoicesRequest.js +0 -5
  838. package/api/resources/voices/types/UpdateVoiceRequest.d.ts +0 -9
  839. package/api/resources/voices/types/UpdateVoiceRequest.js +0 -5
  840. package/api/resources/voices/types/Voice.d.ts +0 -19
  841. package/api/resources/voices/types/Voice.js +0 -5
  842. package/api/resources/voices/types/VoiceId.d.ts +0 -7
  843. package/api/resources/voices/types/VoiceId.js +0 -5
  844. package/api/resources/voices/types/VoiceMetadata.d.ts +0 -18
  845. package/api/resources/voices/types/VoiceMetadata.js +0 -5
  846. package/api/resources/voices/types/Weight.d.ts +0 -7
  847. package/api/resources/voices/types/Weight.js +0 -5
  848. package/api/resources/voices/types/index.d.ts +0 -21
  849. package/api/resources/voices/types/index.js +0 -37
  850. package/core/fetcher/APIResponse.d.ts +0 -10
  851. package/core/fetcher/APIResponse.js +0 -2
  852. package/core/fetcher/Fetcher.d.ts +0 -39
  853. package/core/fetcher/Fetcher.js +0 -100
  854. package/core/fetcher/Supplier.d.ts +0 -4
  855. package/core/fetcher/Supplier.js +0 -22
  856. package/core/fetcher/createRequestUrl.d.ts +0 -1
  857. package/core/fetcher/createRequestUrl.js +0 -12
  858. package/core/fetcher/getFetchFn.d.ts +0 -4
  859. package/core/fetcher/getFetchFn.js +0 -68
  860. package/core/fetcher/getHeader.d.ts +0 -1
  861. package/core/fetcher/getHeader.js +0 -11
  862. package/core/fetcher/getRequestBody.d.ts +0 -7
  863. package/core/fetcher/getRequestBody.js +0 -23
  864. package/core/fetcher/getResponseBody.d.ts +0 -1
  865. package/core/fetcher/getResponseBody.js +0 -54
  866. package/core/fetcher/index.d.ts +0 -5
  867. package/core/fetcher/index.js +0 -9
  868. package/core/fetcher/makeRequest.d.ts +0 -1
  869. package/core/fetcher/makeRequest.js +0 -42
  870. package/core/fetcher/requestWithRetries.d.ts +0 -1
  871. package/core/fetcher/requestWithRetries.js +0 -40
  872. package/core/fetcher/signals.d.ts +0 -11
  873. package/core/fetcher/signals.js +0 -36
  874. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  875. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  876. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  877. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  878. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  879. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  880. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  881. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  882. package/core/form-data-utils/FormDataWrapper.d.ts +0 -60
  883. package/core/form-data-utils/FormDataWrapper.js +0 -184
  884. package/core/form-data-utils/index.d.ts +0 -1
  885. package/core/form-data-utils/index.js +0 -17
  886. package/core/index.d.ts +0 -5
  887. package/core/index.js +0 -44
  888. package/core/json.d.ts +0 -15
  889. package/core/json.js +0 -24
  890. package/core/runtime/index.d.ts +0 -1
  891. package/core/runtime/index.js +0 -5
  892. package/core/runtime/runtime.d.ts +0 -9
  893. package/core/runtime/runtime.js +0 -103
  894. package/core/schemas/Schema.d.ts +0 -87
  895. package/core/schemas/Schema.js +0 -24
  896. package/core/schemas/builders/bigint/bigint.d.ts +0 -2
  897. package/core/schemas/builders/bigint/bigint.js +0 -53
  898. package/core/schemas/builders/bigint/index.d.ts +0 -1
  899. package/core/schemas/builders/bigint/index.js +0 -5
  900. package/core/schemas/builders/date/date.d.ts +0 -2
  901. package/core/schemas/builders/date/date.js +0 -62
  902. package/core/schemas/builders/date/index.d.ts +0 -1
  903. package/core/schemas/builders/date/index.js +0 -5
  904. package/core/schemas/builders/enum/enum.d.ts +0 -2
  905. package/core/schemas/builders/enum/enum.js +0 -38
  906. package/core/schemas/builders/enum/index.d.ts +0 -1
  907. package/core/schemas/builders/enum/index.js +0 -5
  908. package/core/schemas/builders/index.d.ts +0 -14
  909. package/core/schemas/builders/index.js +0 -30
  910. package/core/schemas/builders/lazy/index.d.ts +0 -3
  911. package/core/schemas/builders/lazy/index.js +0 -7
  912. package/core/schemas/builders/lazy/lazy.d.ts +0 -5
  913. package/core/schemas/builders/lazy/lazy.js +0 -24
  914. package/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  915. package/core/schemas/builders/lazy/lazyObject.js +0 -11
  916. package/core/schemas/builders/list/index.d.ts +0 -1
  917. package/core/schemas/builders/list/index.js +0 -5
  918. package/core/schemas/builders/list/list.d.ts +0 -2
  919. package/core/schemas/builders/list/list.js +0 -54
  920. package/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  921. package/core/schemas/builders/literals/booleanLiteral.js +0 -28
  922. package/core/schemas/builders/literals/index.d.ts +0 -2
  923. package/core/schemas/builders/literals/index.js +0 -7
  924. package/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  925. package/core/schemas/builders/literals/stringLiteral.js +0 -28
  926. package/core/schemas/builders/object/index.d.ts +0 -6
  927. package/core/schemas/builders/object/index.js +0 -11
  928. package/core/schemas/builders/object/object.d.ts +0 -3
  929. package/core/schemas/builders/object/object.js +0 -261
  930. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  931. package/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  932. package/core/schemas/builders/object/property.d.ts +0 -8
  933. package/core/schemas/builders/object/property.js +0 -15
  934. package/core/schemas/builders/object/types.d.ts +0 -31
  935. package/core/schemas/builders/object/types.js +0 -2
  936. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  937. package/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  938. package/core/schemas/builders/object-like/index.d.ts +0 -2
  939. package/core/schemas/builders/object-like/index.js +0 -6
  940. package/core/schemas/builders/object-like/types.d.ts +0 -7
  941. package/core/schemas/builders/object-like/types.js +0 -2
  942. package/core/schemas/builders/primitives/any.d.ts +0 -1
  943. package/core/schemas/builders/primitives/any.js +0 -6
  944. package/core/schemas/builders/primitives/boolean.d.ts +0 -1
  945. package/core/schemas/builders/primitives/boolean.js +0 -25
  946. package/core/schemas/builders/primitives/index.d.ts +0 -5
  947. package/core/schemas/builders/primitives/index.js +0 -13
  948. package/core/schemas/builders/primitives/number.d.ts +0 -1
  949. package/core/schemas/builders/primitives/number.js +0 -25
  950. package/core/schemas/builders/primitives/string.d.ts +0 -1
  951. package/core/schemas/builders/primitives/string.js +0 -25
  952. package/core/schemas/builders/primitives/unknown.d.ts +0 -1
  953. package/core/schemas/builders/primitives/unknown.js +0 -6
  954. package/core/schemas/builders/record/index.d.ts +0 -2
  955. package/core/schemas/builders/record/index.js +0 -5
  956. package/core/schemas/builders/record/record.d.ts +0 -3
  957. package/core/schemas/builders/record/record.js +0 -93
  958. package/core/schemas/builders/record/types.d.ts +0 -4
  959. package/core/schemas/builders/record/types.js +0 -2
  960. package/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  961. package/core/schemas/builders/schema-utils/JsonError.js +0 -12
  962. package/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  963. package/core/schemas/builders/schema-utils/ParseError.js +0 -12
  964. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  965. package/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  966. package/core/schemas/builders/schema-utils/index.d.ts +0 -4
  967. package/core/schemas/builders/schema-utils/index.js +0 -11
  968. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  969. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  970. package/core/schemas/builders/set/index.d.ts +0 -1
  971. package/core/schemas/builders/set/index.js +0 -5
  972. package/core/schemas/builders/set/set.d.ts +0 -2
  973. package/core/schemas/builders/set/set.js +0 -43
  974. package/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  975. package/core/schemas/builders/undiscriminated-union/index.js +0 -5
  976. package/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  977. package/core/schemas/builders/undiscriminated-union/types.js +0 -2
  978. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  979. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  980. package/core/schemas/builders/union/discriminant.d.ts +0 -5
  981. package/core/schemas/builders/union/discriminant.js +0 -9
  982. package/core/schemas/builders/union/index.d.ts +0 -4
  983. package/core/schemas/builders/union/index.js +0 -7
  984. package/core/schemas/builders/union/types.d.ts +0 -13
  985. package/core/schemas/builders/union/types.js +0 -2
  986. package/core/schemas/builders/union/union.d.ts +0 -4
  987. package/core/schemas/builders/union/union.js +0 -129
  988. package/core/schemas/index.d.ts +0 -2
  989. package/core/schemas/index.js +0 -17
  990. package/core/schemas/utils/MaybePromise.d.ts +0 -1
  991. package/core/schemas/utils/MaybePromise.js +0 -2
  992. package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  993. package/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  994. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  995. package/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  996. package/core/schemas/utils/entries.d.ts +0 -1
  997. package/core/schemas/utils/entries.js +0 -6
  998. package/core/schemas/utils/filterObject.d.ts +0 -1
  999. package/core/schemas/utils/filterObject.js +0 -13
  1000. package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  1001. package/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  1002. package/core/schemas/utils/isPlainObject.d.ts +0 -1
  1003. package/core/schemas/utils/isPlainObject.js +0 -17
  1004. package/core/schemas/utils/keys.d.ts +0 -1
  1005. package/core/schemas/utils/keys.js +0 -6
  1006. package/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  1007. package/core/schemas/utils/maybeSkipValidation.js +0 -27
  1008. package/core/schemas/utils/partition.d.ts +0 -1
  1009. package/core/schemas/utils/partition.js +0 -15
  1010. package/core/streaming-fetcher/Stream.d.ts +0 -47
  1011. package/core/streaming-fetcher/Stream.js +0 -169
  1012. package/core/streaming-fetcher/index.d.ts +0 -1
  1013. package/core/streaming-fetcher/index.js +0 -5
  1014. package/core/websocket/events.d.ts +0 -36
  1015. package/core/websocket/events.js +0 -27
  1016. package/core/websocket/index.d.ts +0 -1
  1017. package/core/websocket/index.js +0 -17
  1018. package/core/websocket/ws.d.ts +0 -137
  1019. package/core/websocket/ws.js +0 -448
  1020. package/dist/Client.d.ts +0 -53
  1021. package/dist/Client.js +0 -47
  1022. package/dist/api/index.d.ts +0 -1
  1023. package/dist/api/index.js +0 -17
  1024. package/dist/api/resources/apiStatus/client/Client.d.ts +0 -43
  1025. package/dist/api/resources/apiStatus/client/Client.js +0 -113
  1026. package/dist/api/resources/apiStatus/client/index.d.ts +0 -1
  1027. package/dist/api/resources/apiStatus/client/index.js +0 -2
  1028. package/dist/api/resources/apiStatus/index.d.ts +0 -2
  1029. package/dist/api/resources/apiStatus/index.js +0 -18
  1030. package/dist/api/resources/apiStatus/types/ApiInfo.d.ts +0 -7
  1031. package/dist/api/resources/apiStatus/types/ApiInfo.js +0 -5
  1032. package/dist/api/resources/apiStatus/types/index.d.ts +0 -1
  1033. package/dist/api/resources/apiStatus/types/index.js +0 -17
  1034. package/dist/api/resources/auth/client/Client.d.ts +0 -68
  1035. package/dist/api/resources/auth/client/Client.js +0 -143
  1036. package/dist/api/resources/auth/client/index.d.ts +0 -1
  1037. package/dist/api/resources/auth/client/index.js +0 -2
  1038. package/dist/api/resources/auth/index.d.ts +0 -2
  1039. package/dist/api/resources/auth/index.js +0 -18
  1040. package/dist/api/resources/auth/types/TokenGrant.d.ts +0 -9
  1041. package/dist/api/resources/auth/types/TokenGrant.js +0 -5
  1042. package/dist/api/resources/auth/types/TokenRequest.d.ts +0 -10
  1043. package/dist/api/resources/auth/types/TokenRequest.js +0 -5
  1044. package/dist/api/resources/auth/types/TokenResponse.d.ts +0 -7
  1045. package/dist/api/resources/auth/types/TokenResponse.js +0 -5
  1046. package/dist/api/resources/auth/types/index.d.ts +0 -3
  1047. package/dist/api/resources/auth/types/index.js +0 -19
  1048. package/dist/api/resources/embedding/index.d.ts +0 -1
  1049. package/dist/api/resources/embedding/index.js +0 -17
  1050. package/dist/api/resources/embedding/types/Embedding.d.ts +0 -10
  1051. package/dist/api/resources/embedding/types/Embedding.js +0 -5
  1052. package/dist/api/resources/embedding/types/index.d.ts +0 -1
  1053. package/dist/api/resources/embedding/types/index.js +0 -17
  1054. package/dist/api/resources/index.d.ts +0 -19
  1055. package/dist/api/resources/index.js +0 -58
  1056. package/dist/api/resources/infill/client/Client.d.ts +0 -57
  1057. package/dist/api/resources/infill/client/Client.js +0 -156
  1058. package/dist/api/resources/infill/client/index.d.ts +0 -1
  1059. package/dist/api/resources/infill/client/index.js +0 -17
  1060. package/dist/api/resources/infill/client/requests/InfillBytesRequest.d.ts +0 -63
  1061. package/dist/api/resources/infill/client/requests/InfillBytesRequest.js +0 -5
  1062. package/dist/api/resources/infill/client/requests/index.d.ts +0 -1
  1063. package/dist/api/resources/infill/client/requests/index.js +0 -2
  1064. package/dist/api/resources/infill/index.d.ts +0 -1
  1065. package/dist/api/resources/infill/index.js +0 -17
  1066. package/dist/api/resources/stt/client/Client.d.ts +0 -71
  1067. package/dist/api/resources/stt/client/Client.js +0 -166
  1068. package/dist/api/resources/stt/client/index.d.ts +0 -1
  1069. package/dist/api/resources/stt/client/index.js +0 -17
  1070. package/dist/api/resources/stt/client/requests/TranscriptionRequest.d.ts +0 -147
  1071. package/dist/api/resources/stt/client/requests/TranscriptionRequest.js +0 -5
  1072. package/dist/api/resources/stt/client/requests/index.d.ts +0 -1
  1073. package/dist/api/resources/stt/client/requests/index.js +0 -2
  1074. package/dist/api/resources/stt/index.d.ts +0 -2
  1075. package/dist/api/resources/stt/index.js +0 -18
  1076. package/dist/api/resources/stt/types/DoneMessage.d.ts +0 -10
  1077. package/dist/api/resources/stt/types/DoneMessage.js +0 -5
  1078. package/dist/api/resources/stt/types/ErrorMessage.d.ts +0 -9
  1079. package/dist/api/resources/stt/types/ErrorMessage.js +0 -5
  1080. package/dist/api/resources/stt/types/FlushDoneMessage.d.ts +0 -10
  1081. package/dist/api/resources/stt/types/FlushDoneMessage.js +0 -5
  1082. package/dist/api/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -22
  1083. package/dist/api/resources/stt/types/StreamingTranscriptionResponse.js +0 -5
  1084. package/dist/api/resources/stt/types/SttEncoding.d.ts +0 -15
  1085. package/dist/api/resources/stt/types/SttEncoding.js +0 -14
  1086. package/dist/api/resources/stt/types/TimestampGranularity.d.ts +0 -12
  1087. package/dist/api/resources/stt/types/TimestampGranularity.js +0 -9
  1088. package/dist/api/resources/stt/types/TranscriptMessage.d.ts +0 -22
  1089. package/dist/api/resources/stt/types/TranscriptMessage.js +0 -5
  1090. package/dist/api/resources/stt/types/TranscriptionResponse.d.ts +0 -14
  1091. package/dist/api/resources/stt/types/TranscriptionResponse.js +0 -5
  1092. package/dist/api/resources/stt/types/TranscriptionWord.d.ts +0 -11
  1093. package/dist/api/resources/stt/types/TranscriptionWord.js +0 -5
  1094. package/dist/api/resources/stt/types/index.d.ts +0 -9
  1095. package/dist/api/resources/stt/types/index.js +0 -25
  1096. package/dist/api/resources/tts/client/Client.d.ts +0 -39
  1097. package/dist/api/resources/tts/client/Client.js +0 -162
  1098. package/dist/api/resources/tts/client/index.d.ts +0 -1
  1099. package/dist/api/resources/tts/client/index.js +0 -2
  1100. package/dist/api/resources/tts/index.d.ts +0 -2
  1101. package/dist/api/resources/tts/index.js +0 -18
  1102. package/dist/api/resources/tts/types/CancelContextRequest.d.ts +0 -10
  1103. package/dist/api/resources/tts/types/CancelContextRequest.js +0 -5
  1104. package/dist/api/resources/tts/types/ContextId.d.ts +0 -9
  1105. package/dist/api/resources/tts/types/ContextId.js +0 -5
  1106. package/dist/api/resources/tts/types/Controls.d.ts +0 -8
  1107. package/dist/api/resources/tts/types/Controls.js +0 -5
  1108. package/dist/api/resources/tts/types/Emotion.d.ts +0 -7
  1109. package/dist/api/resources/tts/types/Emotion.js +0 -5
  1110. package/dist/api/resources/tts/types/EmotionDeprecated.d.ts +0 -38
  1111. package/dist/api/resources/tts/types/EmotionDeprecated.js +0 -33
  1112. package/dist/api/resources/tts/types/FlushId.d.ts +0 -9
  1113. package/dist/api/resources/tts/types/FlushId.js +0 -5
  1114. package/dist/api/resources/tts/types/GenerationConfig.d.ts +0 -15
  1115. package/dist/api/resources/tts/types/GenerationConfig.js +0 -5
  1116. package/dist/api/resources/tts/types/GenerationRequest.d.ts +0 -44
  1117. package/dist/api/resources/tts/types/GenerationRequest.js +0 -5
  1118. package/dist/api/resources/tts/types/ModelSpeed.d.ts +0 -16
  1119. package/dist/api/resources/tts/types/ModelSpeed.js +0 -11
  1120. package/dist/api/resources/tts/types/Mp3OutputFormat.d.ts +0 -9
  1121. package/dist/api/resources/tts/types/Mp3OutputFormat.js +0 -5
  1122. package/dist/api/resources/tts/types/NaturalSpecifier.d.ts +0 -11
  1123. package/dist/api/resources/tts/types/NaturalSpecifier.js +0 -13
  1124. package/dist/api/resources/tts/types/NumericalSpecifier.d.ts +0 -4
  1125. package/dist/api/resources/tts/types/NumericalSpecifier.js +0 -5
  1126. package/dist/api/resources/tts/types/OutputFormat.d.ts +0 -16
  1127. package/dist/api/resources/tts/types/OutputFormat.js +0 -5
  1128. package/dist/api/resources/tts/types/PhonemeTimestamps.d.ts +0 -8
  1129. package/dist/api/resources/tts/types/PhonemeTimestamps.js +0 -5
  1130. package/dist/api/resources/tts/types/RawEncoding.d.ts +0 -10
  1131. package/dist/api/resources/tts/types/RawEncoding.js +0 -12
  1132. package/dist/api/resources/tts/types/RawOutputFormat.d.ts +0 -10
  1133. package/dist/api/resources/tts/types/RawOutputFormat.js +0 -5
  1134. package/dist/api/resources/tts/types/Speed.d.ts +0 -10
  1135. package/dist/api/resources/tts/types/Speed.js +0 -5
  1136. package/dist/api/resources/tts/types/SseOutputFormat.d.ts +0 -10
  1137. package/dist/api/resources/tts/types/SseOutputFormat.js +0 -5
  1138. package/dist/api/resources/tts/types/SupportedLanguage.d.ts +0 -26
  1139. package/dist/api/resources/tts/types/SupportedLanguage.js +0 -23
  1140. package/dist/api/resources/tts/types/TtsRequest.d.ts +0 -21
  1141. package/dist/api/resources/tts/types/TtsRequest.js +0 -5
  1142. package/dist/api/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -9
  1143. package/dist/api/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -5
  1144. package/dist/api/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -9
  1145. package/dist/api/resources/tts/types/TtsRequestIdSpecifier.js +0 -5
  1146. package/dist/api/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -5
  1147. package/dist/api/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -5
  1148. package/dist/api/resources/tts/types/TtssseRequest.d.ts +0 -29
  1149. package/dist/api/resources/tts/types/TtssseRequest.js +0 -5
  1150. package/dist/api/resources/tts/types/WavOutputFormat.d.ts +0 -6
  1151. package/dist/api/resources/tts/types/WavOutputFormat.js +0 -5
  1152. package/dist/api/resources/tts/types/WebSocketBaseResponse.d.ts +0 -9
  1153. package/dist/api/resources/tts/types/WebSocketBaseResponse.js +0 -5
  1154. package/dist/api/resources/tts/types/WebSocketChunkResponse.d.ts +0 -8
  1155. package/dist/api/resources/tts/types/WebSocketChunkResponse.js +0 -5
  1156. package/dist/api/resources/tts/types/WebSocketDoneResponse.d.ts +0 -6
  1157. package/dist/api/resources/tts/types/WebSocketDoneResponse.js +0 -5
  1158. package/dist/api/resources/tts/types/WebSocketErrorResponse.d.ts +0 -7
  1159. package/dist/api/resources/tts/types/WebSocketErrorResponse.js +0 -5
  1160. package/dist/api/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -8
  1161. package/dist/api/resources/tts/types/WebSocketFlushDoneResponse.js +0 -5
  1162. package/dist/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -7
  1163. package/dist/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -5
  1164. package/dist/api/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -10
  1165. package/dist/api/resources/tts/types/WebSocketRawOutputFormat.js +0 -5
  1166. package/dist/api/resources/tts/types/WebSocketRequest.d.ts +0 -11
  1167. package/dist/api/resources/tts/types/WebSocketRequest.js +0 -5
  1168. package/dist/api/resources/tts/types/WebSocketResponse.d.ts +0 -25
  1169. package/dist/api/resources/tts/types/WebSocketResponse.js +0 -5
  1170. package/dist/api/resources/tts/types/WebSocketStreamOptions.d.ts +0 -6
  1171. package/dist/api/resources/tts/types/WebSocketStreamOptions.js +0 -5
  1172. package/dist/api/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -7
  1173. package/dist/api/resources/tts/types/WebSocketTimestampsResponse.js +0 -5
  1174. package/dist/api/resources/tts/types/WebSocketTtsOutput.d.ts +0 -12
  1175. package/dist/api/resources/tts/types/WebSocketTtsOutput.js +0 -5
  1176. package/dist/api/resources/tts/types/WebSocketTtsRequest.d.ts +0 -25
  1177. package/dist/api/resources/tts/types/WebSocketTtsRequest.js +0 -5
  1178. package/dist/api/resources/tts/types/WordTimestamps.d.ts +0 -8
  1179. package/dist/api/resources/tts/types/WordTimestamps.js +0 -5
  1180. package/dist/api/resources/tts/types/index.d.ts +0 -39
  1181. package/dist/api/resources/tts/types/index.js +0 -55
  1182. package/dist/api/resources/voiceChanger/client/Client.d.ts +0 -46
  1183. package/dist/api/resources/voiceChanger/client/Client.js +0 -195
  1184. package/dist/api/resources/voiceChanger/client/index.d.ts +0 -1
  1185. package/dist/api/resources/voiceChanger/client/index.js +0 -17
  1186. package/dist/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.d.ts +0 -39
  1187. package/dist/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.js +0 -5
  1188. package/dist/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.d.ts +0 -39
  1189. package/dist/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.js +0 -5
  1190. package/dist/api/resources/voiceChanger/client/requests/index.d.ts +0 -2
  1191. package/dist/api/resources/voiceChanger/client/requests/index.js +0 -2
  1192. package/dist/api/resources/voiceChanger/index.d.ts +0 -2
  1193. package/dist/api/resources/voiceChanger/index.js +0 -18
  1194. package/dist/api/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -9
  1195. package/dist/api/resources/voiceChanger/types/OutputFormatContainer.js +0 -11
  1196. package/dist/api/resources/voiceChanger/types/StreamingResponse.d.ts +0 -16
  1197. package/dist/api/resources/voiceChanger/types/StreamingResponse.js +0 -5
  1198. package/dist/api/resources/voiceChanger/types/index.d.ts +0 -2
  1199. package/dist/api/resources/voiceChanger/types/index.js +0 -18
  1200. package/dist/api/resources/voices/client/Client.d.ts +0 -150
  1201. package/dist/api/resources/voices/client/Client.js +0 -530
  1202. package/dist/api/resources/voices/client/index.d.ts +0 -1
  1203. package/dist/api/resources/voices/client/index.js +0 -17
  1204. package/dist/api/resources/voices/client/requests/CloneVoiceRequest.d.ts +0 -35
  1205. package/dist/api/resources/voices/client/requests/CloneVoiceRequest.js +0 -5
  1206. package/dist/api/resources/voices/client/requests/index.d.ts +0 -1
  1207. package/dist/api/resources/voices/client/requests/index.js +0 -2
  1208. package/dist/api/resources/voices/index.d.ts +0 -2
  1209. package/dist/api/resources/voices/index.js +0 -18
  1210. package/dist/api/resources/voices/types/BaseVoiceId.d.ts +0 -8
  1211. package/dist/api/resources/voices/types/BaseVoiceId.js +0 -5
  1212. package/dist/api/resources/voices/types/CloneMode.d.ts +0 -8
  1213. package/dist/api/resources/voices/types/CloneMode.js +0 -10
  1214. package/dist/api/resources/voices/types/CreateVoiceRequest.d.ts +0 -13
  1215. package/dist/api/resources/voices/types/CreateVoiceRequest.js +0 -5
  1216. package/dist/api/resources/voices/types/EmbeddingResponse.d.ts +0 -7
  1217. package/dist/api/resources/voices/types/EmbeddingResponse.js +0 -5
  1218. package/dist/api/resources/voices/types/EmbeddingSpecifier.d.ts +0 -8
  1219. package/dist/api/resources/voices/types/EmbeddingSpecifier.js +0 -5
  1220. package/dist/api/resources/voices/types/Gender.d.ts +0 -8
  1221. package/dist/api/resources/voices/types/Gender.js +0 -10
  1222. package/dist/api/resources/voices/types/IdSpecifier.d.ts +0 -8
  1223. package/dist/api/resources/voices/types/IdSpecifier.js +0 -5
  1224. package/dist/api/resources/voices/types/LocalizeDialect.d.ts +0 -20
  1225. package/dist/api/resources/voices/types/LocalizeDialect.js +0 -5
  1226. package/dist/api/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -11
  1227. package/dist/api/resources/voices/types/LocalizeEnglishDialect.js +0 -13
  1228. package/dist/api/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -8
  1229. package/dist/api/resources/voices/types/LocalizeFrenchDialect.js +0 -10
  1230. package/dist/api/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -8
  1231. package/dist/api/resources/voices/types/LocalizePortugueseDialect.js +0 -10
  1232. package/dist/api/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -8
  1233. package/dist/api/resources/voices/types/LocalizeSpanishDialect.js +0 -10
  1234. package/dist/api/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -26
  1235. package/dist/api/resources/voices/types/LocalizeTargetLanguage.js +0 -23
  1236. package/dist/api/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -15
  1237. package/dist/api/resources/voices/types/LocalizeVoiceRequest.js +0 -5
  1238. package/dist/api/resources/voices/types/MixVoiceSpecifier.d.ts +0 -5
  1239. package/dist/api/resources/voices/types/MixVoiceSpecifier.js +0 -5
  1240. package/dist/api/resources/voices/types/MixVoicesRequest.d.ts +0 -7
  1241. package/dist/api/resources/voices/types/MixVoicesRequest.js +0 -5
  1242. package/dist/api/resources/voices/types/UpdateVoiceRequest.d.ts +0 -9
  1243. package/dist/api/resources/voices/types/UpdateVoiceRequest.js +0 -5
  1244. package/dist/api/resources/voices/types/Voice.d.ts +0 -19
  1245. package/dist/api/resources/voices/types/Voice.js +0 -5
  1246. package/dist/api/resources/voices/types/VoiceId.d.ts +0 -7
  1247. package/dist/api/resources/voices/types/VoiceId.js +0 -5
  1248. package/dist/api/resources/voices/types/VoiceMetadata.d.ts +0 -18
  1249. package/dist/api/resources/voices/types/VoiceMetadata.js +0 -5
  1250. package/dist/api/resources/voices/types/Weight.d.ts +0 -7
  1251. package/dist/api/resources/voices/types/Weight.js +0 -5
  1252. package/dist/api/resources/voices/types/index.d.ts +0 -21
  1253. package/dist/api/resources/voices/types/index.js +0 -37
  1254. package/dist/core/fetcher/APIResponse.d.ts +0 -10
  1255. package/dist/core/fetcher/APIResponse.js +0 -2
  1256. package/dist/core/fetcher/Fetcher.d.ts +0 -39
  1257. package/dist/core/fetcher/Fetcher.js +0 -100
  1258. package/dist/core/fetcher/Supplier.d.ts +0 -4
  1259. package/dist/core/fetcher/Supplier.js +0 -22
  1260. package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
  1261. package/dist/core/fetcher/createRequestUrl.js +0 -12
  1262. package/dist/core/fetcher/getFetchFn.d.ts +0 -4
  1263. package/dist/core/fetcher/getFetchFn.js +0 -68
  1264. package/dist/core/fetcher/getHeader.d.ts +0 -1
  1265. package/dist/core/fetcher/getHeader.js +0 -11
  1266. package/dist/core/fetcher/getRequestBody.d.ts +0 -7
  1267. package/dist/core/fetcher/getRequestBody.js +0 -23
  1268. package/dist/core/fetcher/getResponseBody.d.ts +0 -1
  1269. package/dist/core/fetcher/getResponseBody.js +0 -54
  1270. package/dist/core/fetcher/index.d.ts +0 -5
  1271. package/dist/core/fetcher/index.js +0 -9
  1272. package/dist/core/fetcher/makeRequest.d.ts +0 -1
  1273. package/dist/core/fetcher/makeRequest.js +0 -42
  1274. package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
  1275. package/dist/core/fetcher/requestWithRetries.js +0 -40
  1276. package/dist/core/fetcher/signals.d.ts +0 -11
  1277. package/dist/core/fetcher/signals.js +0 -36
  1278. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  1279. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  1280. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  1281. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  1282. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  1283. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  1284. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  1285. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  1286. package/dist/core/form-data-utils/FormDataWrapper.d.ts +0 -60
  1287. package/dist/core/form-data-utils/FormDataWrapper.js +0 -184
  1288. package/dist/core/form-data-utils/index.d.ts +0 -1
  1289. package/dist/core/form-data-utils/index.js +0 -17
  1290. package/dist/core/index.d.ts +0 -5
  1291. package/dist/core/index.js +0 -44
  1292. package/dist/core/json.d.ts +0 -15
  1293. package/dist/core/json.js +0 -24
  1294. package/dist/core/runtime/index.d.ts +0 -1
  1295. package/dist/core/runtime/index.js +0 -5
  1296. package/dist/core/runtime/runtime.d.ts +0 -9
  1297. package/dist/core/runtime/runtime.js +0 -103
  1298. package/dist/core/schemas/Schema.d.ts +0 -87
  1299. package/dist/core/schemas/Schema.js +0 -24
  1300. package/dist/core/schemas/builders/bigint/bigint.d.ts +0 -2
  1301. package/dist/core/schemas/builders/bigint/bigint.js +0 -53
  1302. package/dist/core/schemas/builders/bigint/index.d.ts +0 -1
  1303. package/dist/core/schemas/builders/bigint/index.js +0 -5
  1304. package/dist/core/schemas/builders/date/date.d.ts +0 -2
  1305. package/dist/core/schemas/builders/date/date.js +0 -62
  1306. package/dist/core/schemas/builders/date/index.d.ts +0 -1
  1307. package/dist/core/schemas/builders/date/index.js +0 -5
  1308. package/dist/core/schemas/builders/enum/enum.d.ts +0 -2
  1309. package/dist/core/schemas/builders/enum/enum.js +0 -38
  1310. package/dist/core/schemas/builders/enum/index.d.ts +0 -1
  1311. package/dist/core/schemas/builders/enum/index.js +0 -5
  1312. package/dist/core/schemas/builders/index.d.ts +0 -14
  1313. package/dist/core/schemas/builders/index.js +0 -30
  1314. package/dist/core/schemas/builders/lazy/index.d.ts +0 -3
  1315. package/dist/core/schemas/builders/lazy/index.js +0 -7
  1316. package/dist/core/schemas/builders/lazy/lazy.d.ts +0 -5
  1317. package/dist/core/schemas/builders/lazy/lazy.js +0 -24
  1318. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  1319. package/dist/core/schemas/builders/lazy/lazyObject.js +0 -11
  1320. package/dist/core/schemas/builders/list/index.d.ts +0 -1
  1321. package/dist/core/schemas/builders/list/index.js +0 -5
  1322. package/dist/core/schemas/builders/list/list.d.ts +0 -2
  1323. package/dist/core/schemas/builders/list/list.js +0 -54
  1324. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  1325. package/dist/core/schemas/builders/literals/booleanLiteral.js +0 -28
  1326. package/dist/core/schemas/builders/literals/index.d.ts +0 -2
  1327. package/dist/core/schemas/builders/literals/index.js +0 -7
  1328. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  1329. package/dist/core/schemas/builders/literals/stringLiteral.js +0 -28
  1330. package/dist/core/schemas/builders/object/index.d.ts +0 -6
  1331. package/dist/core/schemas/builders/object/index.js +0 -11
  1332. package/dist/core/schemas/builders/object/object.d.ts +0 -3
  1333. package/dist/core/schemas/builders/object/object.js +0 -261
  1334. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  1335. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  1336. package/dist/core/schemas/builders/object/property.d.ts +0 -8
  1337. package/dist/core/schemas/builders/object/property.js +0 -15
  1338. package/dist/core/schemas/builders/object/types.d.ts +0 -31
  1339. package/dist/core/schemas/builders/object/types.js +0 -2
  1340. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  1341. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  1342. package/dist/core/schemas/builders/object-like/index.d.ts +0 -2
  1343. package/dist/core/schemas/builders/object-like/index.js +0 -6
  1344. package/dist/core/schemas/builders/object-like/types.d.ts +0 -7
  1345. package/dist/core/schemas/builders/object-like/types.js +0 -2
  1346. package/dist/core/schemas/builders/primitives/any.d.ts +0 -1
  1347. package/dist/core/schemas/builders/primitives/any.js +0 -6
  1348. package/dist/core/schemas/builders/primitives/boolean.d.ts +0 -1
  1349. package/dist/core/schemas/builders/primitives/boolean.js +0 -25
  1350. package/dist/core/schemas/builders/primitives/index.d.ts +0 -5
  1351. package/dist/core/schemas/builders/primitives/index.js +0 -13
  1352. package/dist/core/schemas/builders/primitives/number.d.ts +0 -1
  1353. package/dist/core/schemas/builders/primitives/number.js +0 -25
  1354. package/dist/core/schemas/builders/primitives/string.d.ts +0 -1
  1355. package/dist/core/schemas/builders/primitives/string.js +0 -25
  1356. package/dist/core/schemas/builders/primitives/unknown.d.ts +0 -1
  1357. package/dist/core/schemas/builders/primitives/unknown.js +0 -6
  1358. package/dist/core/schemas/builders/record/index.d.ts +0 -2
  1359. package/dist/core/schemas/builders/record/index.js +0 -5
  1360. package/dist/core/schemas/builders/record/record.d.ts +0 -3
  1361. package/dist/core/schemas/builders/record/record.js +0 -93
  1362. package/dist/core/schemas/builders/record/types.d.ts +0 -4
  1363. package/dist/core/schemas/builders/record/types.js +0 -2
  1364. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  1365. package/dist/core/schemas/builders/schema-utils/JsonError.js +0 -12
  1366. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  1367. package/dist/core/schemas/builders/schema-utils/ParseError.js +0 -12
  1368. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  1369. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  1370. package/dist/core/schemas/builders/schema-utils/index.d.ts +0 -4
  1371. package/dist/core/schemas/builders/schema-utils/index.js +0 -11
  1372. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  1373. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  1374. package/dist/core/schemas/builders/set/index.d.ts +0 -1
  1375. package/dist/core/schemas/builders/set/index.js +0 -5
  1376. package/dist/core/schemas/builders/set/set.d.ts +0 -2
  1377. package/dist/core/schemas/builders/set/set.js +0 -43
  1378. package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  1379. package/dist/core/schemas/builders/undiscriminated-union/index.js +0 -5
  1380. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  1381. package/dist/core/schemas/builders/undiscriminated-union/types.js +0 -2
  1382. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  1383. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  1384. package/dist/core/schemas/builders/union/discriminant.d.ts +0 -5
  1385. package/dist/core/schemas/builders/union/discriminant.js +0 -9
  1386. package/dist/core/schemas/builders/union/index.d.ts +0 -4
  1387. package/dist/core/schemas/builders/union/index.js +0 -7
  1388. package/dist/core/schemas/builders/union/types.d.ts +0 -13
  1389. package/dist/core/schemas/builders/union/types.js +0 -2
  1390. package/dist/core/schemas/builders/union/union.d.ts +0 -4
  1391. package/dist/core/schemas/builders/union/union.js +0 -129
  1392. package/dist/core/schemas/index.d.ts +0 -2
  1393. package/dist/core/schemas/index.js +0 -17
  1394. package/dist/core/schemas/utils/MaybePromise.d.ts +0 -1
  1395. package/dist/core/schemas/utils/MaybePromise.js +0 -2
  1396. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  1397. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  1398. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  1399. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  1400. package/dist/core/schemas/utils/entries.d.ts +0 -1
  1401. package/dist/core/schemas/utils/entries.js +0 -6
  1402. package/dist/core/schemas/utils/filterObject.d.ts +0 -1
  1403. package/dist/core/schemas/utils/filterObject.js +0 -13
  1404. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  1405. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  1406. package/dist/core/schemas/utils/isPlainObject.d.ts +0 -1
  1407. package/dist/core/schemas/utils/isPlainObject.js +0 -17
  1408. package/dist/core/schemas/utils/keys.d.ts +0 -1
  1409. package/dist/core/schemas/utils/keys.js +0 -6
  1410. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  1411. package/dist/core/schemas/utils/maybeSkipValidation.js +0 -27
  1412. package/dist/core/schemas/utils/partition.d.ts +0 -1
  1413. package/dist/core/schemas/utils/partition.js +0 -15
  1414. package/dist/core/streaming-fetcher/Stream.d.ts +0 -47
  1415. package/dist/core/streaming-fetcher/Stream.js +0 -169
  1416. package/dist/core/streaming-fetcher/index.d.ts +0 -1
  1417. package/dist/core/streaming-fetcher/index.js +0 -5
  1418. package/dist/core/websocket/events.d.ts +0 -36
  1419. package/dist/core/websocket/events.js +0 -27
  1420. package/dist/core/websocket/index.d.ts +0 -1
  1421. package/dist/core/websocket/index.js +0 -17
  1422. package/dist/core/websocket/ws.d.ts +0 -137
  1423. package/dist/core/websocket/ws.js +0 -448
  1424. package/dist/environments.d.ts +0 -7
  1425. package/dist/environments.js +0 -9
  1426. package/dist/errors/CartesiaError.d.ts +0 -12
  1427. package/dist/errors/CartesiaError.js +0 -33
  1428. package/dist/errors/CartesiaTimeoutError.d.ts +0 -6
  1429. package/dist/errors/CartesiaTimeoutError.js +0 -13
  1430. package/dist/errors/index.d.ts +0 -2
  1431. package/dist/errors/index.js +0 -7
  1432. package/dist/index.d.ts +0 -7
  1433. package/dist/index.js +0 -53
  1434. package/dist/serialization/index.d.ts +0 -1
  1435. package/dist/serialization/index.js +0 -17
  1436. package/dist/serialization/resources/apiStatus/index.d.ts +0 -1
  1437. package/dist/serialization/resources/apiStatus/index.js +0 -17
  1438. package/dist/serialization/resources/apiStatus/types/ApiInfo.d.ts +0 -13
  1439. package/dist/serialization/resources/apiStatus/types/ApiInfo.js +0 -44
  1440. package/dist/serialization/resources/apiStatus/types/index.d.ts +0 -1
  1441. package/dist/serialization/resources/apiStatus/types/index.js +0 -17
  1442. package/dist/serialization/resources/auth/index.d.ts +0 -1
  1443. package/dist/serialization/resources/auth/index.js +0 -17
  1444. package/dist/serialization/resources/auth/types/TokenGrant.d.ts +0 -13
  1445. package/dist/serialization/resources/auth/types/TokenGrant.js +0 -44
  1446. package/dist/serialization/resources/auth/types/TokenRequest.d.ts +0 -14
  1447. package/dist/serialization/resources/auth/types/TokenRequest.js +0 -45
  1448. package/dist/serialization/resources/auth/types/TokenResponse.d.ts +0 -12
  1449. package/dist/serialization/resources/auth/types/TokenResponse.js +0 -43
  1450. package/dist/serialization/resources/auth/types/index.d.ts +0 -3
  1451. package/dist/serialization/resources/auth/types/index.js +0 -19
  1452. package/dist/serialization/resources/embedding/index.d.ts +0 -1
  1453. package/dist/serialization/resources/embedding/index.js +0 -17
  1454. package/dist/serialization/resources/embedding/types/Embedding.d.ts +0 -10
  1455. package/dist/serialization/resources/embedding/types/Embedding.js +0 -41
  1456. package/dist/serialization/resources/embedding/types/index.d.ts +0 -1
  1457. package/dist/serialization/resources/embedding/types/index.js +0 -17
  1458. package/dist/serialization/resources/index.d.ts +0 -14
  1459. package/dist/serialization/resources/index.js +0 -53
  1460. package/dist/serialization/resources/stt/index.d.ts +0 -1
  1461. package/dist/serialization/resources/stt/index.js +0 -17
  1462. package/dist/serialization/resources/stt/types/DoneMessage.d.ts +0 -12
  1463. package/dist/serialization/resources/stt/types/DoneMessage.js +0 -43
  1464. package/dist/serialization/resources/stt/types/ErrorMessage.d.ts +0 -13
  1465. package/dist/serialization/resources/stt/types/ErrorMessage.js +0 -44
  1466. package/dist/serialization/resources/stt/types/FlushDoneMessage.d.ts +0 -12
  1467. package/dist/serialization/resources/stt/types/FlushDoneMessage.js +0 -43
  1468. package/dist/serialization/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -26
  1469. package/dist/serialization/resources/stt/types/StreamingTranscriptionResponse.js +0 -55
  1470. package/dist/serialization/resources/stt/types/SttEncoding.d.ts +0 -10
  1471. package/dist/serialization/resources/stt/types/SttEncoding.js +0 -41
  1472. package/dist/serialization/resources/stt/types/TimestampGranularity.d.ts +0 -10
  1473. package/dist/serialization/resources/stt/types/TimestampGranularity.js +0 -41
  1474. package/dist/serialization/resources/stt/types/TranscriptMessage.d.ts +0 -18
  1475. package/dist/serialization/resources/stt/types/TranscriptMessage.js +0 -49
  1476. package/dist/serialization/resources/stt/types/TranscriptionResponse.d.ts +0 -16
  1477. package/dist/serialization/resources/stt/types/TranscriptionResponse.js +0 -47
  1478. package/dist/serialization/resources/stt/types/TranscriptionWord.d.ts +0 -14
  1479. package/dist/serialization/resources/stt/types/TranscriptionWord.js +0 -45
  1480. package/dist/serialization/resources/stt/types/index.d.ts +0 -9
  1481. package/dist/serialization/resources/stt/types/index.js +0 -25
  1482. package/dist/serialization/resources/tts/index.d.ts +0 -1
  1483. package/dist/serialization/resources/tts/index.js +0 -17
  1484. package/dist/serialization/resources/tts/types/CancelContextRequest.d.ts +0 -14
  1485. package/dist/serialization/resources/tts/types/CancelContextRequest.js +0 -45
  1486. package/dist/serialization/resources/tts/types/ContextId.d.ts +0 -10
  1487. package/dist/serialization/resources/tts/types/ContextId.js +0 -41
  1488. package/dist/serialization/resources/tts/types/Controls.d.ts +0 -15
  1489. package/dist/serialization/resources/tts/types/Controls.js +0 -46
  1490. package/dist/serialization/resources/tts/types/Emotion.d.ts +0 -10
  1491. package/dist/serialization/resources/tts/types/Emotion.js +0 -41
  1492. package/dist/serialization/resources/tts/types/EmotionDeprecated.d.ts +0 -10
  1493. package/dist/serialization/resources/tts/types/EmotionDeprecated.js +0 -67
  1494. package/dist/serialization/resources/tts/types/FlushId.d.ts +0 -10
  1495. package/dist/serialization/resources/tts/types/FlushId.js +0 -41
  1496. package/dist/serialization/resources/tts/types/GenerationConfig.d.ts +0 -15
  1497. package/dist/serialization/resources/tts/types/GenerationConfig.js +0 -46
  1498. package/dist/serialization/resources/tts/types/GenerationRequest.d.ts +0 -33
  1499. package/dist/serialization/resources/tts/types/GenerationRequest.js +0 -64
  1500. package/dist/serialization/resources/tts/types/ModelSpeed.d.ts +0 -10
  1501. package/dist/serialization/resources/tts/types/ModelSpeed.js +0 -41
  1502. package/dist/serialization/resources/tts/types/Mp3OutputFormat.d.ts +0 -13
  1503. package/dist/serialization/resources/tts/types/Mp3OutputFormat.js +0 -44
  1504. package/dist/serialization/resources/tts/types/NaturalSpecifier.d.ts +0 -10
  1505. package/dist/serialization/resources/tts/types/NaturalSpecifier.js +0 -41
  1506. package/dist/serialization/resources/tts/types/NumericalSpecifier.d.ts +0 -10
  1507. package/dist/serialization/resources/tts/types/NumericalSpecifier.js +0 -41
  1508. package/dist/serialization/resources/tts/types/OutputFormat.d.ts +0 -22
  1509. package/dist/serialization/resources/tts/types/OutputFormat.js +0 -53
  1510. package/dist/serialization/resources/tts/types/PhonemeTimestamps.d.ts +0 -14
  1511. package/dist/serialization/resources/tts/types/PhonemeTimestamps.js +0 -45
  1512. package/dist/serialization/resources/tts/types/RawEncoding.d.ts +0 -10
  1513. package/dist/serialization/resources/tts/types/RawEncoding.js +0 -41
  1514. package/dist/serialization/resources/tts/types/RawOutputFormat.d.ts +0 -15
  1515. package/dist/serialization/resources/tts/types/RawOutputFormat.js +0 -46
  1516. package/dist/serialization/resources/tts/types/Speed.d.ts +0 -12
  1517. package/dist/serialization/resources/tts/types/Speed.js +0 -43
  1518. package/dist/serialization/resources/tts/types/SseOutputFormat.d.ts +0 -15
  1519. package/dist/serialization/resources/tts/types/SseOutputFormat.js +0 -46
  1520. package/dist/serialization/resources/tts/types/SupportedLanguage.d.ts +0 -10
  1521. package/dist/serialization/resources/tts/types/SupportedLanguage.js +0 -57
  1522. package/dist/serialization/resources/tts/types/TtsRequest.d.ts +0 -25
  1523. package/dist/serialization/resources/tts/types/TtsRequest.js +0 -56
  1524. package/dist/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -16
  1525. package/dist/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -47
  1526. package/dist/serialization/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -16
  1527. package/dist/serialization/resources/tts/types/TtsRequestIdSpecifier.js +0 -47
  1528. package/dist/serialization/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -12
  1529. package/dist/serialization/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -43
  1530. package/dist/serialization/resources/tts/types/TtssseRequest.d.ts +0 -30
  1531. package/dist/serialization/resources/tts/types/TtssseRequest.js +0 -61
  1532. package/dist/serialization/resources/tts/types/WavOutputFormat.d.ts +0 -12
  1533. package/dist/serialization/resources/tts/types/WavOutputFormat.js +0 -42
  1534. package/dist/serialization/resources/tts/types/WebSocketBaseResponse.d.ts +0 -15
  1535. package/dist/serialization/resources/tts/types/WebSocketBaseResponse.js +0 -46
  1536. package/dist/serialization/resources/tts/types/WebSocketChunkResponse.d.ts +0 -14
  1537. package/dist/serialization/resources/tts/types/WebSocketChunkResponse.js +0 -47
  1538. package/dist/serialization/resources/tts/types/WebSocketDoneResponse.d.ts +0 -12
  1539. package/dist/serialization/resources/tts/types/WebSocketDoneResponse.js +0 -42
  1540. package/dist/serialization/resources/tts/types/WebSocketErrorResponse.d.ts +0 -13
  1541. package/dist/serialization/resources/tts/types/WebSocketErrorResponse.js +0 -46
  1542. package/dist/serialization/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -15
  1543. package/dist/serialization/resources/tts/types/WebSocketFlushDoneResponse.js +0 -48
  1544. package/dist/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -14
  1545. package/dist/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -47
  1546. package/dist/serialization/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -15
  1547. package/dist/serialization/resources/tts/types/WebSocketRawOutputFormat.js +0 -46
  1548. package/dist/serialization/resources/tts/types/WebSocketRequest.d.ts +0 -12
  1549. package/dist/serialization/resources/tts/types/WebSocketRequest.js +0 -43
  1550. package/dist/serialization/resources/tts/types/WebSocketResponse.d.ts +0 -34
  1551. package/dist/serialization/resources/tts/types/WebSocketResponse.js +0 -59
  1552. package/dist/serialization/resources/tts/types/WebSocketStreamOptions.d.ts +0 -12
  1553. package/dist/serialization/resources/tts/types/WebSocketStreamOptions.js +0 -43
  1554. package/dist/serialization/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -14
  1555. package/dist/serialization/resources/tts/types/WebSocketTimestampsResponse.js +0 -47
  1556. package/dist/serialization/resources/tts/types/WebSocketTtsOutput.d.ts +0 -21
  1557. package/dist/serialization/resources/tts/types/WebSocketTtsOutput.js +0 -52
  1558. package/dist/serialization/resources/tts/types/WebSocketTtsRequest.d.ts +0 -30
  1559. package/dist/serialization/resources/tts/types/WebSocketTtsRequest.js +0 -61
  1560. package/dist/serialization/resources/tts/types/WordTimestamps.d.ts +0 -14
  1561. package/dist/serialization/resources/tts/types/WordTimestamps.js +0 -45
  1562. package/dist/serialization/resources/tts/types/index.d.ts +0 -39
  1563. package/dist/serialization/resources/tts/types/index.js +0 -55
  1564. package/dist/serialization/resources/voiceChanger/index.d.ts +0 -1
  1565. package/dist/serialization/resources/voiceChanger/index.js +0 -17
  1566. package/dist/serialization/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -10
  1567. package/dist/serialization/resources/voiceChanger/types/OutputFormatContainer.js +0 -41
  1568. package/dist/serialization/resources/voiceChanger/types/StreamingResponse.d.ts +0 -22
  1569. package/dist/serialization/resources/voiceChanger/types/StreamingResponse.js +0 -53
  1570. package/dist/serialization/resources/voiceChanger/types/index.d.ts +0 -2
  1571. package/dist/serialization/resources/voiceChanger/types/index.js +0 -18
  1572. package/dist/serialization/resources/voices/client/index.d.ts +0 -1
  1573. package/dist/serialization/resources/voices/client/index.js +0 -37
  1574. package/dist/serialization/resources/voices/client/list.d.ts +0 -11
  1575. package/dist/serialization/resources/voices/client/list.js +0 -42
  1576. package/dist/serialization/resources/voices/index.d.ts +0 -2
  1577. package/dist/serialization/resources/voices/index.js +0 -18
  1578. package/dist/serialization/resources/voices/types/BaseVoiceId.d.ts +0 -11
  1579. package/dist/serialization/resources/voices/types/BaseVoiceId.js +0 -8
  1580. package/dist/serialization/resources/voices/types/CloneMode.d.ts +0 -10
  1581. package/dist/serialization/resources/voices/types/CloneMode.js +0 -41
  1582. package/dist/serialization/resources/voices/types/CreateVoiceRequest.d.ts +0 -19
  1583. package/dist/serialization/resources/voices/types/CreateVoiceRequest.js +0 -50
  1584. package/dist/serialization/resources/voices/types/EmbeddingResponse.d.ts +0 -13
  1585. package/dist/serialization/resources/voices/types/EmbeddingResponse.js +0 -44
  1586. package/dist/serialization/resources/voices/types/EmbeddingSpecifier.d.ts +0 -15
  1587. package/dist/serialization/resources/voices/types/EmbeddingSpecifier.js +0 -46
  1588. package/dist/serialization/resources/voices/types/Gender.d.ts +0 -10
  1589. package/dist/serialization/resources/voices/types/Gender.js +0 -44
  1590. package/dist/serialization/resources/voices/types/IdSpecifier.d.ts +0 -15
  1591. package/dist/serialization/resources/voices/types/IdSpecifier.js +0 -46
  1592. package/dist/serialization/resources/voices/types/LocalizeDialect.d.ts +0 -14
  1593. package/dist/serialization/resources/voices/types/LocalizeDialect.js +0 -50
  1594. package/dist/serialization/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -10
  1595. package/dist/serialization/resources/voices/types/LocalizeEnglishDialect.js +0 -41
  1596. package/dist/serialization/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -10
  1597. package/dist/serialization/resources/voices/types/LocalizeFrenchDialect.js +0 -41
  1598. package/dist/serialization/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -10
  1599. package/dist/serialization/resources/voices/types/LocalizePortugueseDialect.js +0 -41
  1600. package/dist/serialization/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -10
  1601. package/dist/serialization/resources/voices/types/LocalizeSpanishDialect.js +0 -41
  1602. package/dist/serialization/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -10
  1603. package/dist/serialization/resources/voices/types/LocalizeTargetLanguage.js +0 -57
  1604. package/dist/serialization/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -20
  1605. package/dist/serialization/resources/voices/types/LocalizeVoiceRequest.js +0 -51
  1606. package/dist/serialization/resources/voices/types/MixVoiceSpecifier.d.ts +0 -12
  1607. package/dist/serialization/resources/voices/types/MixVoiceSpecifier.js +0 -43
  1608. package/dist/serialization/resources/voices/types/MixVoicesRequest.d.ts +0 -13
  1609. package/dist/serialization/resources/voices/types/MixVoicesRequest.js +0 -44
  1610. package/dist/serialization/resources/voices/types/UpdateVoiceRequest.d.ts +0 -13
  1611. package/dist/serialization/resources/voices/types/UpdateVoiceRequest.js +0 -44
  1612. package/dist/serialization/resources/voices/types/Voice.d.ts +0 -22
  1613. package/dist/serialization/resources/voices/types/Voice.js +0 -53
  1614. package/dist/serialization/resources/voices/types/VoiceId.d.ts +0 -10
  1615. package/dist/serialization/resources/voices/types/VoiceId.js +0 -41
  1616. package/dist/serialization/resources/voices/types/VoiceMetadata.d.ts +0 -20
  1617. package/dist/serialization/resources/voices/types/VoiceMetadata.js +0 -51
  1618. package/dist/serialization/resources/voices/types/Weight.d.ts +0 -10
  1619. package/dist/serialization/resources/voices/types/Weight.js +0 -41
  1620. package/dist/serialization/resources/voices/types/index.d.ts +0 -21
  1621. package/dist/serialization/resources/voices/types/index.js +0 -37
  1622. package/dist/version.d.ts +0 -1
  1623. package/dist/version.js +0 -4
  1624. package/dist/wrapper/Client.d.ts +0 -9
  1625. package/dist/wrapper/Client.js +0 -17
  1626. package/dist/wrapper/StreamingSTTClient.d.ts +0 -26
  1627. package/dist/wrapper/StreamingSTTClient.js +0 -140
  1628. package/dist/wrapper/StreamingTTSClient.d.ts +0 -16
  1629. package/dist/wrapper/StreamingTTSClient.js +0 -23
  1630. package/dist/wrapper/SttWebsocket.d.ts +0 -34
  1631. package/dist/wrapper/SttWebsocket.js +0 -219
  1632. package/dist/wrapper/WebPlayer.d.ts +0 -44
  1633. package/dist/wrapper/WebPlayer.js +0 -141
  1634. package/dist/wrapper/Websocket.d.ts +0 -40
  1635. package/dist/wrapper/Websocket.js +0 -243
  1636. package/dist/wrapper/source.d.ts +0 -65
  1637. package/dist/wrapper/source.js +0 -179
  1638. package/dist/wrapper/utils.d.ts +0 -105
  1639. package/dist/wrapper/utils.js +0 -173
  1640. package/environments.d.ts +0 -7
  1641. package/environments.js +0 -9
  1642. package/errors/CartesiaError.d.ts +0 -12
  1643. package/errors/CartesiaError.js +0 -33
  1644. package/errors/CartesiaTimeoutError.d.ts +0 -6
  1645. package/errors/CartesiaTimeoutError.js +0 -13
  1646. package/errors/index.d.ts +0 -2
  1647. package/errors/index.js +0 -7
  1648. package/jest.config.mjs +0 -8
  1649. package/reference.md +0 -1052
  1650. package/scripts/rename-to-esm-files.js +0 -115
  1651. package/serialization/index.d.ts +0 -1
  1652. package/serialization/index.js +0 -17
  1653. package/serialization/resources/apiStatus/index.d.ts +0 -1
  1654. package/serialization/resources/apiStatus/index.js +0 -17
  1655. package/serialization/resources/apiStatus/types/ApiInfo.d.ts +0 -13
  1656. package/serialization/resources/apiStatus/types/ApiInfo.js +0 -44
  1657. package/serialization/resources/apiStatus/types/index.d.ts +0 -1
  1658. package/serialization/resources/apiStatus/types/index.js +0 -17
  1659. package/serialization/resources/auth/index.d.ts +0 -1
  1660. package/serialization/resources/auth/index.js +0 -17
  1661. package/serialization/resources/auth/types/TokenGrant.d.ts +0 -13
  1662. package/serialization/resources/auth/types/TokenGrant.js +0 -44
  1663. package/serialization/resources/auth/types/TokenRequest.d.ts +0 -14
  1664. package/serialization/resources/auth/types/TokenRequest.js +0 -45
  1665. package/serialization/resources/auth/types/TokenResponse.d.ts +0 -12
  1666. package/serialization/resources/auth/types/TokenResponse.js +0 -43
  1667. package/serialization/resources/auth/types/index.d.ts +0 -3
  1668. package/serialization/resources/auth/types/index.js +0 -19
  1669. package/serialization/resources/embedding/index.d.ts +0 -1
  1670. package/serialization/resources/embedding/index.js +0 -17
  1671. package/serialization/resources/embedding/types/Embedding.d.ts +0 -10
  1672. package/serialization/resources/embedding/types/Embedding.js +0 -41
  1673. package/serialization/resources/embedding/types/index.d.ts +0 -1
  1674. package/serialization/resources/embedding/types/index.js +0 -17
  1675. package/serialization/resources/index.d.ts +0 -14
  1676. package/serialization/resources/index.js +0 -53
  1677. package/serialization/resources/stt/index.d.ts +0 -1
  1678. package/serialization/resources/stt/index.js +0 -17
  1679. package/serialization/resources/stt/types/DoneMessage.d.ts +0 -12
  1680. package/serialization/resources/stt/types/DoneMessage.js +0 -43
  1681. package/serialization/resources/stt/types/ErrorMessage.d.ts +0 -13
  1682. package/serialization/resources/stt/types/ErrorMessage.js +0 -44
  1683. package/serialization/resources/stt/types/FlushDoneMessage.d.ts +0 -12
  1684. package/serialization/resources/stt/types/FlushDoneMessage.js +0 -43
  1685. package/serialization/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -26
  1686. package/serialization/resources/stt/types/StreamingTranscriptionResponse.js +0 -55
  1687. package/serialization/resources/stt/types/SttEncoding.d.ts +0 -10
  1688. package/serialization/resources/stt/types/SttEncoding.js +0 -41
  1689. package/serialization/resources/stt/types/TimestampGranularity.d.ts +0 -10
  1690. package/serialization/resources/stt/types/TimestampGranularity.js +0 -41
  1691. package/serialization/resources/stt/types/TranscriptMessage.d.ts +0 -18
  1692. package/serialization/resources/stt/types/TranscriptMessage.js +0 -49
  1693. package/serialization/resources/stt/types/TranscriptionResponse.d.ts +0 -16
  1694. package/serialization/resources/stt/types/TranscriptionResponse.js +0 -47
  1695. package/serialization/resources/stt/types/TranscriptionWord.d.ts +0 -14
  1696. package/serialization/resources/stt/types/TranscriptionWord.js +0 -45
  1697. package/serialization/resources/stt/types/index.d.ts +0 -9
  1698. package/serialization/resources/stt/types/index.js +0 -25
  1699. package/serialization/resources/tts/index.d.ts +0 -1
  1700. package/serialization/resources/tts/index.js +0 -17
  1701. package/serialization/resources/tts/types/CancelContextRequest.d.ts +0 -14
  1702. package/serialization/resources/tts/types/CancelContextRequest.js +0 -45
  1703. package/serialization/resources/tts/types/ContextId.d.ts +0 -10
  1704. package/serialization/resources/tts/types/ContextId.js +0 -41
  1705. package/serialization/resources/tts/types/Controls.d.ts +0 -15
  1706. package/serialization/resources/tts/types/Controls.js +0 -46
  1707. package/serialization/resources/tts/types/Emotion.d.ts +0 -10
  1708. package/serialization/resources/tts/types/Emotion.js +0 -41
  1709. package/serialization/resources/tts/types/EmotionDeprecated.d.ts +0 -10
  1710. package/serialization/resources/tts/types/EmotionDeprecated.js +0 -67
  1711. package/serialization/resources/tts/types/FlushId.d.ts +0 -10
  1712. package/serialization/resources/tts/types/FlushId.js +0 -41
  1713. package/serialization/resources/tts/types/GenerationConfig.d.ts +0 -15
  1714. package/serialization/resources/tts/types/GenerationConfig.js +0 -46
  1715. package/serialization/resources/tts/types/GenerationRequest.d.ts +0 -33
  1716. package/serialization/resources/tts/types/GenerationRequest.js +0 -64
  1717. package/serialization/resources/tts/types/ModelSpeed.d.ts +0 -10
  1718. package/serialization/resources/tts/types/ModelSpeed.js +0 -41
  1719. package/serialization/resources/tts/types/Mp3OutputFormat.d.ts +0 -13
  1720. package/serialization/resources/tts/types/Mp3OutputFormat.js +0 -44
  1721. package/serialization/resources/tts/types/NaturalSpecifier.d.ts +0 -10
  1722. package/serialization/resources/tts/types/NaturalSpecifier.js +0 -41
  1723. package/serialization/resources/tts/types/NumericalSpecifier.d.ts +0 -10
  1724. package/serialization/resources/tts/types/NumericalSpecifier.js +0 -41
  1725. package/serialization/resources/tts/types/OutputFormat.d.ts +0 -22
  1726. package/serialization/resources/tts/types/OutputFormat.js +0 -53
  1727. package/serialization/resources/tts/types/PhonemeTimestamps.d.ts +0 -14
  1728. package/serialization/resources/tts/types/PhonemeTimestamps.js +0 -45
  1729. package/serialization/resources/tts/types/RawEncoding.d.ts +0 -10
  1730. package/serialization/resources/tts/types/RawEncoding.js +0 -41
  1731. package/serialization/resources/tts/types/RawOutputFormat.d.ts +0 -15
  1732. package/serialization/resources/tts/types/RawOutputFormat.js +0 -46
  1733. package/serialization/resources/tts/types/Speed.d.ts +0 -12
  1734. package/serialization/resources/tts/types/Speed.js +0 -43
  1735. package/serialization/resources/tts/types/SseOutputFormat.d.ts +0 -15
  1736. package/serialization/resources/tts/types/SseOutputFormat.js +0 -46
  1737. package/serialization/resources/tts/types/SupportedLanguage.d.ts +0 -10
  1738. package/serialization/resources/tts/types/SupportedLanguage.js +0 -57
  1739. package/serialization/resources/tts/types/TtsRequest.d.ts +0 -25
  1740. package/serialization/resources/tts/types/TtsRequest.js +0 -56
  1741. package/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -16
  1742. package/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -47
  1743. package/serialization/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -16
  1744. package/serialization/resources/tts/types/TtsRequestIdSpecifier.js +0 -47
  1745. package/serialization/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -12
  1746. package/serialization/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -43
  1747. package/serialization/resources/tts/types/TtssseRequest.d.ts +0 -30
  1748. package/serialization/resources/tts/types/TtssseRequest.js +0 -61
  1749. package/serialization/resources/tts/types/WavOutputFormat.d.ts +0 -12
  1750. package/serialization/resources/tts/types/WavOutputFormat.js +0 -42
  1751. package/serialization/resources/tts/types/WebSocketBaseResponse.d.ts +0 -15
  1752. package/serialization/resources/tts/types/WebSocketBaseResponse.js +0 -46
  1753. package/serialization/resources/tts/types/WebSocketChunkResponse.d.ts +0 -14
  1754. package/serialization/resources/tts/types/WebSocketChunkResponse.js +0 -47
  1755. package/serialization/resources/tts/types/WebSocketDoneResponse.d.ts +0 -12
  1756. package/serialization/resources/tts/types/WebSocketDoneResponse.js +0 -42
  1757. package/serialization/resources/tts/types/WebSocketErrorResponse.d.ts +0 -13
  1758. package/serialization/resources/tts/types/WebSocketErrorResponse.js +0 -46
  1759. package/serialization/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -15
  1760. package/serialization/resources/tts/types/WebSocketFlushDoneResponse.js +0 -48
  1761. package/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -14
  1762. package/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -47
  1763. package/serialization/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -15
  1764. package/serialization/resources/tts/types/WebSocketRawOutputFormat.js +0 -46
  1765. package/serialization/resources/tts/types/WebSocketRequest.d.ts +0 -12
  1766. package/serialization/resources/tts/types/WebSocketRequest.js +0 -43
  1767. package/serialization/resources/tts/types/WebSocketResponse.d.ts +0 -34
  1768. package/serialization/resources/tts/types/WebSocketResponse.js +0 -59
  1769. package/serialization/resources/tts/types/WebSocketStreamOptions.d.ts +0 -12
  1770. package/serialization/resources/tts/types/WebSocketStreamOptions.js +0 -43
  1771. package/serialization/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -14
  1772. package/serialization/resources/tts/types/WebSocketTimestampsResponse.js +0 -47
  1773. package/serialization/resources/tts/types/WebSocketTtsOutput.d.ts +0 -21
  1774. package/serialization/resources/tts/types/WebSocketTtsOutput.js +0 -52
  1775. package/serialization/resources/tts/types/WebSocketTtsRequest.d.ts +0 -30
  1776. package/serialization/resources/tts/types/WebSocketTtsRequest.js +0 -61
  1777. package/serialization/resources/tts/types/WordTimestamps.d.ts +0 -14
  1778. package/serialization/resources/tts/types/WordTimestamps.js +0 -45
  1779. package/serialization/resources/tts/types/index.d.ts +0 -39
  1780. package/serialization/resources/tts/types/index.js +0 -55
  1781. package/serialization/resources/voiceChanger/index.d.ts +0 -1
  1782. package/serialization/resources/voiceChanger/index.js +0 -17
  1783. package/serialization/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -10
  1784. package/serialization/resources/voiceChanger/types/OutputFormatContainer.js +0 -41
  1785. package/serialization/resources/voiceChanger/types/StreamingResponse.d.ts +0 -22
  1786. package/serialization/resources/voiceChanger/types/StreamingResponse.js +0 -53
  1787. package/serialization/resources/voiceChanger/types/index.d.ts +0 -2
  1788. package/serialization/resources/voiceChanger/types/index.js +0 -18
  1789. package/serialization/resources/voices/client/index.d.ts +0 -1
  1790. package/serialization/resources/voices/client/index.js +0 -37
  1791. package/serialization/resources/voices/client/list.d.ts +0 -11
  1792. package/serialization/resources/voices/client/list.js +0 -42
  1793. package/serialization/resources/voices/index.d.ts +0 -2
  1794. package/serialization/resources/voices/index.js +0 -18
  1795. package/serialization/resources/voices/types/BaseVoiceId.d.ts +0 -11
  1796. package/serialization/resources/voices/types/BaseVoiceId.js +0 -8
  1797. package/serialization/resources/voices/types/CloneMode.d.ts +0 -10
  1798. package/serialization/resources/voices/types/CloneMode.js +0 -41
  1799. package/serialization/resources/voices/types/CreateVoiceRequest.d.ts +0 -19
  1800. package/serialization/resources/voices/types/CreateVoiceRequest.js +0 -50
  1801. package/serialization/resources/voices/types/EmbeddingResponse.d.ts +0 -13
  1802. package/serialization/resources/voices/types/EmbeddingResponse.js +0 -44
  1803. package/serialization/resources/voices/types/EmbeddingSpecifier.d.ts +0 -15
  1804. package/serialization/resources/voices/types/EmbeddingSpecifier.js +0 -46
  1805. package/serialization/resources/voices/types/Gender.d.ts +0 -10
  1806. package/serialization/resources/voices/types/Gender.js +0 -44
  1807. package/serialization/resources/voices/types/IdSpecifier.d.ts +0 -15
  1808. package/serialization/resources/voices/types/IdSpecifier.js +0 -46
  1809. package/serialization/resources/voices/types/LocalizeDialect.d.ts +0 -14
  1810. package/serialization/resources/voices/types/LocalizeDialect.js +0 -50
  1811. package/serialization/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -10
  1812. package/serialization/resources/voices/types/LocalizeEnglishDialect.js +0 -41
  1813. package/serialization/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -10
  1814. package/serialization/resources/voices/types/LocalizeFrenchDialect.js +0 -41
  1815. package/serialization/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -10
  1816. package/serialization/resources/voices/types/LocalizePortugueseDialect.js +0 -41
  1817. package/serialization/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -10
  1818. package/serialization/resources/voices/types/LocalizeSpanishDialect.js +0 -41
  1819. package/serialization/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -10
  1820. package/serialization/resources/voices/types/LocalizeTargetLanguage.js +0 -57
  1821. package/serialization/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -20
  1822. package/serialization/resources/voices/types/LocalizeVoiceRequest.js +0 -51
  1823. package/serialization/resources/voices/types/MixVoiceSpecifier.d.ts +0 -12
  1824. package/serialization/resources/voices/types/MixVoiceSpecifier.js +0 -43
  1825. package/serialization/resources/voices/types/MixVoicesRequest.d.ts +0 -13
  1826. package/serialization/resources/voices/types/MixVoicesRequest.js +0 -44
  1827. package/serialization/resources/voices/types/UpdateVoiceRequest.d.ts +0 -13
  1828. package/serialization/resources/voices/types/UpdateVoiceRequest.js +0 -44
  1829. package/serialization/resources/voices/types/Voice.d.ts +0 -22
  1830. package/serialization/resources/voices/types/Voice.js +0 -53
  1831. package/serialization/resources/voices/types/VoiceId.d.ts +0 -10
  1832. package/serialization/resources/voices/types/VoiceId.js +0 -41
  1833. package/serialization/resources/voices/types/VoiceMetadata.d.ts +0 -20
  1834. package/serialization/resources/voices/types/VoiceMetadata.js +0 -51
  1835. package/serialization/resources/voices/types/Weight.d.ts +0 -10
  1836. package/serialization/resources/voices/types/Weight.js +0 -41
  1837. package/serialization/resources/voices/types/index.d.ts +0 -21
  1838. package/serialization/resources/voices/types/index.js +0 -37
  1839. package/wrapper/Client.d.ts +0 -9
  1840. package/wrapper/Client.js +0 -17
  1841. package/wrapper/StreamingSTTClient.d.ts +0 -26
  1842. package/wrapper/StreamingSTTClient.js +0 -140
  1843. package/wrapper/StreamingTTSClient.d.ts +0 -16
  1844. package/wrapper/StreamingTTSClient.js +0 -23
  1845. package/wrapper/SttWebsocket.d.ts +0 -34
  1846. package/wrapper/SttWebsocket.js +0 -219
  1847. package/wrapper/WebPlayer.d.ts +0 -44
  1848. package/wrapper/WebPlayer.js +0 -141
  1849. package/wrapper/Websocket.d.ts +0 -40
  1850. package/wrapper/Websocket.js +0 -243
  1851. package/wrapper/source.d.ts +0 -65
  1852. package/wrapper/source.js +0 -179
  1853. package/wrapper/utils.d.ts +0 -105
  1854. package/wrapper/utils.js +0 -173
@@ -0,0 +1,274 @@
1
+ import { encode, is_buffer, maybe_map, has } from "./utils.mjs";
2
+ import { default_format, default_formatter, formatters } from "./formats.mjs";
3
+ import { isArray } from "../utils/values.mjs";
4
+ const array_prefix_generators = {
5
+ brackets(prefix) {
6
+ return String(prefix) + '[]';
7
+ },
8
+ comma: 'comma',
9
+ indices(prefix, key) {
10
+ return String(prefix) + '[' + key + ']';
11
+ },
12
+ repeat(prefix) {
13
+ return String(prefix);
14
+ },
15
+ };
16
+ const push_to_array = function (arr, value_or_array) {
17
+ Array.prototype.push.apply(arr, isArray(value_or_array) ? value_or_array : [value_or_array]);
18
+ };
19
+ let toISOString;
20
+ const defaults = {
21
+ addQueryPrefix: false,
22
+ allowDots: false,
23
+ allowEmptyArrays: false,
24
+ arrayFormat: 'indices',
25
+ charset: 'utf-8',
26
+ charsetSentinel: false,
27
+ delimiter: '&',
28
+ encode: true,
29
+ encodeDotInKeys: false,
30
+ encoder: encode,
31
+ encodeValuesOnly: false,
32
+ format: default_format,
33
+ formatter: default_formatter,
34
+ /** @deprecated */
35
+ indices: false,
36
+ serializeDate(date) {
37
+ return (toISOString ?? (toISOString = Function.prototype.call.bind(Date.prototype.toISOString)))(date);
38
+ },
39
+ skipNulls: false,
40
+ strictNullHandling: false,
41
+ };
42
+ function is_non_nullish_primitive(v) {
43
+ return (typeof v === 'string' ||
44
+ typeof v === 'number' ||
45
+ typeof v === 'boolean' ||
46
+ typeof v === 'symbol' ||
47
+ typeof v === 'bigint');
48
+ }
49
+ const sentinel = {};
50
+ function inner_stringify(object, prefix, generateArrayPrefix, commaRoundTrip, allowEmptyArrays, strictNullHandling, skipNulls, encodeDotInKeys, encoder, filter, sort, allowDots, serializeDate, format, formatter, encodeValuesOnly, charset, sideChannel) {
51
+ let obj = object;
52
+ let tmp_sc = sideChannel;
53
+ let step = 0;
54
+ let find_flag = false;
55
+ while ((tmp_sc = tmp_sc.get(sentinel)) !== void undefined && !find_flag) {
56
+ // Where object last appeared in the ref tree
57
+ const pos = tmp_sc.get(object);
58
+ step += 1;
59
+ if (typeof pos !== 'undefined') {
60
+ if (pos === step) {
61
+ throw new RangeError('Cyclic object value');
62
+ }
63
+ else {
64
+ find_flag = true; // Break while
65
+ }
66
+ }
67
+ if (typeof tmp_sc.get(sentinel) === 'undefined') {
68
+ step = 0;
69
+ }
70
+ }
71
+ if (typeof filter === 'function') {
72
+ obj = filter(prefix, obj);
73
+ }
74
+ else if (obj instanceof Date) {
75
+ obj = serializeDate?.(obj);
76
+ }
77
+ else if (generateArrayPrefix === 'comma' && isArray(obj)) {
78
+ obj = maybe_map(obj, function (value) {
79
+ if (value instanceof Date) {
80
+ return serializeDate?.(value);
81
+ }
82
+ return value;
83
+ });
84
+ }
85
+ if (obj === null) {
86
+ if (strictNullHandling) {
87
+ return encoder && !encodeValuesOnly ?
88
+ // @ts-expect-error
89
+ encoder(prefix, defaults.encoder, charset, 'key', format)
90
+ : prefix;
91
+ }
92
+ obj = '';
93
+ }
94
+ if (is_non_nullish_primitive(obj) || is_buffer(obj)) {
95
+ if (encoder) {
96
+ const key_value = encodeValuesOnly ? prefix
97
+ // @ts-expect-error
98
+ : encoder(prefix, defaults.encoder, charset, 'key', format);
99
+ return [
100
+ formatter?.(key_value) +
101
+ '=' +
102
+ // @ts-expect-error
103
+ formatter?.(encoder(obj, defaults.encoder, charset, 'value', format)),
104
+ ];
105
+ }
106
+ return [formatter?.(prefix) + '=' + formatter?.(String(obj))];
107
+ }
108
+ const values = [];
109
+ if (typeof obj === 'undefined') {
110
+ return values;
111
+ }
112
+ let obj_keys;
113
+ if (generateArrayPrefix === 'comma' && isArray(obj)) {
114
+ // we need to join elements in
115
+ if (encodeValuesOnly && encoder) {
116
+ // @ts-expect-error values only
117
+ obj = maybe_map(obj, encoder);
118
+ }
119
+ obj_keys = [{ value: obj.length > 0 ? obj.join(',') || null : void undefined }];
120
+ }
121
+ else if (isArray(filter)) {
122
+ obj_keys = filter;
123
+ }
124
+ else {
125
+ const keys = Object.keys(obj);
126
+ obj_keys = sort ? keys.sort(sort) : keys;
127
+ }
128
+ const encoded_prefix = encodeDotInKeys ? String(prefix).replace(/\./g, '%2E') : String(prefix);
129
+ const adjusted_prefix = commaRoundTrip && isArray(obj) && obj.length === 1 ? encoded_prefix + '[]' : encoded_prefix;
130
+ if (allowEmptyArrays && isArray(obj) && obj.length === 0) {
131
+ return adjusted_prefix + '[]';
132
+ }
133
+ for (let j = 0; j < obj_keys.length; ++j) {
134
+ const key = obj_keys[j];
135
+ const value =
136
+ // @ts-ignore
137
+ typeof key === 'object' && typeof key.value !== 'undefined' ? key.value : obj[key];
138
+ if (skipNulls && value === null) {
139
+ continue;
140
+ }
141
+ // @ts-ignore
142
+ const encoded_key = allowDots && encodeDotInKeys ? key.replace(/\./g, '%2E') : key;
143
+ const key_prefix = isArray(obj) ?
144
+ typeof generateArrayPrefix === 'function' ?
145
+ generateArrayPrefix(adjusted_prefix, encoded_key)
146
+ : adjusted_prefix
147
+ : adjusted_prefix + (allowDots ? '.' + encoded_key : '[' + encoded_key + ']');
148
+ sideChannel.set(object, step);
149
+ const valueSideChannel = new WeakMap();
150
+ valueSideChannel.set(sentinel, sideChannel);
151
+ push_to_array(values, inner_stringify(value, key_prefix, generateArrayPrefix, commaRoundTrip, allowEmptyArrays, strictNullHandling, skipNulls, encodeDotInKeys,
152
+ // @ts-ignore
153
+ generateArrayPrefix === 'comma' && encodeValuesOnly && isArray(obj) ? null : encoder, filter, sort, allowDots, serializeDate, format, formatter, encodeValuesOnly, charset, valueSideChannel));
154
+ }
155
+ return values;
156
+ }
157
+ function normalize_stringify_options(opts = defaults) {
158
+ if (typeof opts.allowEmptyArrays !== 'undefined' && typeof opts.allowEmptyArrays !== 'boolean') {
159
+ throw new TypeError('`allowEmptyArrays` option can only be `true` or `false`, when provided');
160
+ }
161
+ if (typeof opts.encodeDotInKeys !== 'undefined' && typeof opts.encodeDotInKeys !== 'boolean') {
162
+ throw new TypeError('`encodeDotInKeys` option can only be `true` or `false`, when provided');
163
+ }
164
+ if (opts.encoder !== null && typeof opts.encoder !== 'undefined' && typeof opts.encoder !== 'function') {
165
+ throw new TypeError('Encoder has to be a function.');
166
+ }
167
+ const charset = opts.charset || defaults.charset;
168
+ if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
169
+ throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');
170
+ }
171
+ let format = default_format;
172
+ if (typeof opts.format !== 'undefined') {
173
+ if (!has(formatters, opts.format)) {
174
+ throw new TypeError('Unknown format option provided.');
175
+ }
176
+ format = opts.format;
177
+ }
178
+ const formatter = formatters[format];
179
+ let filter = defaults.filter;
180
+ if (typeof opts.filter === 'function' || isArray(opts.filter)) {
181
+ filter = opts.filter;
182
+ }
183
+ let arrayFormat;
184
+ if (opts.arrayFormat && opts.arrayFormat in array_prefix_generators) {
185
+ arrayFormat = opts.arrayFormat;
186
+ }
187
+ else if ('indices' in opts) {
188
+ arrayFormat = opts.indices ? 'indices' : 'repeat';
189
+ }
190
+ else {
191
+ arrayFormat = defaults.arrayFormat;
192
+ }
193
+ if ('commaRoundTrip' in opts && typeof opts.commaRoundTrip !== 'boolean') {
194
+ throw new TypeError('`commaRoundTrip` must be a boolean, or absent');
195
+ }
196
+ const allowDots = typeof opts.allowDots === 'undefined' ?
197
+ !!opts.encodeDotInKeys === true ?
198
+ true
199
+ : defaults.allowDots
200
+ : !!opts.allowDots;
201
+ return {
202
+ addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,
203
+ // @ts-ignore
204
+ allowDots: allowDots,
205
+ allowEmptyArrays: typeof opts.allowEmptyArrays === 'boolean' ? !!opts.allowEmptyArrays : defaults.allowEmptyArrays,
206
+ arrayFormat: arrayFormat,
207
+ charset: charset,
208
+ charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,
209
+ commaRoundTrip: !!opts.commaRoundTrip,
210
+ delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,
211
+ encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,
212
+ encodeDotInKeys: typeof opts.encodeDotInKeys === 'boolean' ? opts.encodeDotInKeys : defaults.encodeDotInKeys,
213
+ encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,
214
+ encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,
215
+ filter: filter,
216
+ format: format,
217
+ formatter: formatter,
218
+ serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,
219
+ skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,
220
+ // @ts-ignore
221
+ sort: typeof opts.sort === 'function' ? opts.sort : null,
222
+ strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling,
223
+ };
224
+ }
225
+ export function stringify(object, opts = {}) {
226
+ let obj = object;
227
+ const options = normalize_stringify_options(opts);
228
+ let obj_keys;
229
+ let filter;
230
+ if (typeof options.filter === 'function') {
231
+ filter = options.filter;
232
+ obj = filter('', obj);
233
+ }
234
+ else if (isArray(options.filter)) {
235
+ filter = options.filter;
236
+ obj_keys = filter;
237
+ }
238
+ const keys = [];
239
+ if (typeof obj !== 'object' || obj === null) {
240
+ return '';
241
+ }
242
+ const generateArrayPrefix = array_prefix_generators[options.arrayFormat];
243
+ const commaRoundTrip = generateArrayPrefix === 'comma' && options.commaRoundTrip;
244
+ if (!obj_keys) {
245
+ obj_keys = Object.keys(obj);
246
+ }
247
+ if (options.sort) {
248
+ obj_keys.sort(options.sort);
249
+ }
250
+ const sideChannel = new WeakMap();
251
+ for (let i = 0; i < obj_keys.length; ++i) {
252
+ const key = obj_keys[i];
253
+ if (options.skipNulls && obj[key] === null) {
254
+ continue;
255
+ }
256
+ push_to_array(keys, inner_stringify(obj[key], key,
257
+ // @ts-expect-error
258
+ generateArrayPrefix, commaRoundTrip, options.allowEmptyArrays, options.strictNullHandling, options.skipNulls, options.encodeDotInKeys, options.encode ? options.encoder : null, options.filter, options.sort, options.allowDots, options.serializeDate, options.format, options.formatter, options.encodeValuesOnly, options.charset, sideChannel));
259
+ }
260
+ const joined = keys.join(options.delimiter);
261
+ let prefix = options.addQueryPrefix === true ? '?' : '';
262
+ if (options.charsetSentinel) {
263
+ if (options.charset === 'iso-8859-1') {
264
+ // encodeURIComponent('&#10003;'), the "numeric entity" representation of a checkmark
265
+ prefix += 'utf8=%26%2310003%3B&';
266
+ }
267
+ else {
268
+ // encodeURIComponent('✓')
269
+ prefix += 'utf8=%E2%9C%93&';
270
+ }
271
+ }
272
+ return joined.length > 0 ? prefix + joined : '';
273
+ }
274
+ //# sourceMappingURL=stringify.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stringify.mjs","sourceRoot":"","sources":["../../src/internal/qs/stringify.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,57 @@
1
+ export type Format = 'RFC1738' | 'RFC3986';
2
+ export type DefaultEncoder = (str: any, defaultEncoder?: any, charset?: string) => string;
3
+ export type DefaultDecoder = (str: string, decoder?: any, charset?: string) => string;
4
+ export type BooleanOptional = boolean | undefined;
5
+ export type StringifyBaseOptions = {
6
+ delimiter?: string;
7
+ allowDots?: boolean;
8
+ encodeDotInKeys?: boolean;
9
+ strictNullHandling?: boolean;
10
+ skipNulls?: boolean;
11
+ encode?: boolean;
12
+ encoder?: (str: any, defaultEncoder: DefaultEncoder, charset: string, type: 'key' | 'value', format?: Format) => string;
13
+ filter?: Array<PropertyKey> | ((prefix: PropertyKey, value: any) => any);
14
+ arrayFormat?: 'indices' | 'brackets' | 'repeat' | 'comma';
15
+ indices?: boolean;
16
+ sort?: ((a: PropertyKey, b: PropertyKey) => number) | null;
17
+ serializeDate?: (d: Date) => string;
18
+ format?: 'RFC1738' | 'RFC3986';
19
+ formatter?: (str: PropertyKey) => string;
20
+ encodeValuesOnly?: boolean;
21
+ addQueryPrefix?: boolean;
22
+ charset?: 'utf-8' | 'iso-8859-1';
23
+ charsetSentinel?: boolean;
24
+ allowEmptyArrays?: boolean;
25
+ commaRoundTrip?: boolean;
26
+ };
27
+ export type StringifyOptions = StringifyBaseOptions;
28
+ export type ParseBaseOptions = {
29
+ comma?: boolean;
30
+ delimiter?: string | RegExp;
31
+ depth?: number | false;
32
+ decoder?: (str: string, defaultDecoder: DefaultDecoder, charset: string, type: 'key' | 'value') => any;
33
+ arrayLimit?: number;
34
+ parseArrays?: boolean;
35
+ plainObjects?: boolean;
36
+ allowPrototypes?: boolean;
37
+ allowSparse?: boolean;
38
+ parameterLimit?: number;
39
+ strictDepth?: boolean;
40
+ strictNullHandling?: boolean;
41
+ ignoreQueryPrefix?: boolean;
42
+ charset?: 'utf-8' | 'iso-8859-1';
43
+ charsetSentinel?: boolean;
44
+ interpretNumericEntities?: boolean;
45
+ allowEmptyArrays?: boolean;
46
+ duplicates?: 'combine' | 'first' | 'last';
47
+ allowDots?: boolean;
48
+ decodeDotInKeys?: boolean;
49
+ };
50
+ export type ParseOptions = ParseBaseOptions;
51
+ export type ParsedQs = {
52
+ [key: string]: undefined | string | string[] | ParsedQs | ParsedQs[];
53
+ };
54
+ export type NonNullableProperties<T> = {
55
+ [K in keyof T]-?: Exclude<T[K], undefined | null>;
56
+ };
57
+ //# sourceMappingURL=types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../src/internal/qs/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3C,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,cAAc,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAC1F,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAEtF,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,SAAS,CAAC;AAElD,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,CACR,GAAG,EAAE,GAAG,EACR,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,KAAK,GAAG,OAAO,EACrB,MAAM,CAAC,EAAE,MAAM,KACZ,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC,CAAC;IACzE,WAAW,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC1D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,WAAW,KAAK,MAAM,CAAC,GAAG,IAAI,CAAC;IAC3D,aAAa,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,KAAK,MAAM,CAAC;IACpC,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,MAAM,CAAC;IACzC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,KAAK,GAAG,CAAC;IACvG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AAE5C,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,QAAQ,GAAG,QAAQ,EAAE,CAAC;CACtE,CAAC;AAGF,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI;KACpC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;CAClD,CAAC"}
@@ -0,0 +1,57 @@
1
+ export type Format = 'RFC1738' | 'RFC3986';
2
+ export type DefaultEncoder = (str: any, defaultEncoder?: any, charset?: string) => string;
3
+ export type DefaultDecoder = (str: string, decoder?: any, charset?: string) => string;
4
+ export type BooleanOptional = boolean | undefined;
5
+ export type StringifyBaseOptions = {
6
+ delimiter?: string;
7
+ allowDots?: boolean;
8
+ encodeDotInKeys?: boolean;
9
+ strictNullHandling?: boolean;
10
+ skipNulls?: boolean;
11
+ encode?: boolean;
12
+ encoder?: (str: any, defaultEncoder: DefaultEncoder, charset: string, type: 'key' | 'value', format?: Format) => string;
13
+ filter?: Array<PropertyKey> | ((prefix: PropertyKey, value: any) => any);
14
+ arrayFormat?: 'indices' | 'brackets' | 'repeat' | 'comma';
15
+ indices?: boolean;
16
+ sort?: ((a: PropertyKey, b: PropertyKey) => number) | null;
17
+ serializeDate?: (d: Date) => string;
18
+ format?: 'RFC1738' | 'RFC3986';
19
+ formatter?: (str: PropertyKey) => string;
20
+ encodeValuesOnly?: boolean;
21
+ addQueryPrefix?: boolean;
22
+ charset?: 'utf-8' | 'iso-8859-1';
23
+ charsetSentinel?: boolean;
24
+ allowEmptyArrays?: boolean;
25
+ commaRoundTrip?: boolean;
26
+ };
27
+ export type StringifyOptions = StringifyBaseOptions;
28
+ export type ParseBaseOptions = {
29
+ comma?: boolean;
30
+ delimiter?: string | RegExp;
31
+ depth?: number | false;
32
+ decoder?: (str: string, defaultDecoder: DefaultDecoder, charset: string, type: 'key' | 'value') => any;
33
+ arrayLimit?: number;
34
+ parseArrays?: boolean;
35
+ plainObjects?: boolean;
36
+ allowPrototypes?: boolean;
37
+ allowSparse?: boolean;
38
+ parameterLimit?: number;
39
+ strictDepth?: boolean;
40
+ strictNullHandling?: boolean;
41
+ ignoreQueryPrefix?: boolean;
42
+ charset?: 'utf-8' | 'iso-8859-1';
43
+ charsetSentinel?: boolean;
44
+ interpretNumericEntities?: boolean;
45
+ allowEmptyArrays?: boolean;
46
+ duplicates?: 'combine' | 'first' | 'last';
47
+ allowDots?: boolean;
48
+ decodeDotInKeys?: boolean;
49
+ };
50
+ export type ParseOptions = ParseBaseOptions;
51
+ export type ParsedQs = {
52
+ [key: string]: undefined | string | string[] | ParsedQs | ParsedQs[];
53
+ };
54
+ export type NonNullableProperties<T> = {
55
+ [K in keyof T]-?: Exclude<T[K], undefined | null>;
56
+ };
57
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/internal/qs/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/internal/qs/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.mjs","sourceRoot":"","sources":["../../src/internal/qs/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import type { DefaultEncoder, Format } from "./types.mjs";
2
+ export declare let has: (obj: object, key: PropertyKey) => boolean;
3
+ export declare function merge(target: any, source: any, options?: {
4
+ plainObjects?: boolean;
5
+ allowPrototypes?: boolean;
6
+ }): any;
7
+ export declare function assign_single_source(target: any, source: any): any;
8
+ export declare function decode(str: string, _: any, charset: string): string;
9
+ export declare const encode: (str: any, defaultEncoder: DefaultEncoder, charset: string, type: 'key' | 'value', format: Format) => string;
10
+ export declare function compact(value: any): any;
11
+ export declare function is_regexp(obj: any): boolean;
12
+ export declare function is_buffer(obj: any): boolean;
13
+ export declare function combine(a: any, b: any): never[];
14
+ export declare function maybe_map<T>(val: T[], fn: (v: T) => T): T | T[];
15
+ //# sourceMappingURL=utils.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.mts","sourceRoot":"","sources":["../../src/internal/qs/utils.ts"],"names":[],"mappings":"OACO,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE;AAGtC,eAAO,IAAI,GAAG,GAAI,KAAK,MAAM,EAAE,KAAK,WAAW,KAAG,OAGjD,CAAC;AA4CF,wBAAgB,KAAK,CACnB,MAAM,EAAE,GAAG,EACX,MAAM,EAAE,GAAG,EACX,OAAO,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAAO,OAwDpE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,OAK5D;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,UAY1D;AAID,eAAO,MAAM,MAAM,EAAE,CACnB,GAAG,EAAE,GAAG,EACR,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,KAAK,GAAG,OAAO,EACrB,MAAM,EAAE,MAAM,KACX,MAuEJ,CAAC;AAEF,wBAAgB,OAAO,CAAC,KAAK,EAAE,GAAG,OAuBjC;AAED,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,WAEjC;AAED,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,WAMjC;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,WAErC;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,WASrD"}
@@ -0,0 +1,15 @@
1
+ import type { DefaultEncoder, Format } from "./types.js";
2
+ export declare let has: (obj: object, key: PropertyKey) => boolean;
3
+ export declare function merge(target: any, source: any, options?: {
4
+ plainObjects?: boolean;
5
+ allowPrototypes?: boolean;
6
+ }): any;
7
+ export declare function assign_single_source(target: any, source: any): any;
8
+ export declare function decode(str: string, _: any, charset: string): string;
9
+ export declare const encode: (str: any, defaultEncoder: DefaultEncoder, charset: string, type: 'key' | 'value', format: Format) => string;
10
+ export declare function compact(value: any): any;
11
+ export declare function is_regexp(obj: any): boolean;
12
+ export declare function is_buffer(obj: any): boolean;
13
+ export declare function combine(a: any, b: any): never[];
14
+ export declare function maybe_map<T>(val: T[], fn: (v: T) => T): T | T[];
15
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/internal/qs/utils.ts"],"names":[],"mappings":"OACO,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE;AAGtC,eAAO,IAAI,GAAG,GAAI,KAAK,MAAM,EAAE,KAAK,WAAW,KAAG,OAGjD,CAAC;AA4CF,wBAAgB,KAAK,CACnB,MAAM,EAAE,GAAG,EACX,MAAM,EAAE,GAAG,EACX,OAAO,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAAO,OAwDpE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,OAK5D;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,UAY1D;AAID,eAAO,MAAM,MAAM,EAAE,CACnB,GAAG,EAAE,GAAG,EACR,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,KAAK,GAAG,OAAO,EACrB,MAAM,EAAE,MAAM,KACX,MAuEJ,CAAC;AAEF,wBAAgB,OAAO,CAAC,KAAK,EAAE,GAAG,OAuBjC;AAED,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,WAEjC;AAED,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,WAMjC;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,WAErC;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,WASrD"}