@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.
- package/CHANGELOG.md +70 -0
- package/LICENSE +201 -0
- package/README.md +269 -516
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +220 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +220 -0
- package/client.d.ts.map +1 -0
- package/client.js +517 -0
- package/client.js.map +1 -0
- package/client.mjs +513 -0
- package/client.mjs.map +1 -0
- package/core/EventEmitter.d.mts +45 -0
- package/core/EventEmitter.d.mts.map +1 -0
- package/core/EventEmitter.d.ts +45 -0
- package/core/EventEmitter.d.ts.map +1 -0
- package/core/EventEmitter.js +79 -0
- package/core/EventEmitter.js.map +1 -0
- package/core/EventEmitter.mjs +75 -0
- package/core/EventEmitter.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +54 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +54 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +115 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +109 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -7
- package/index.d.ts.map +1 -0
- package/index.js +30 -51
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +154 -45
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/access-token.d.mts +53 -0
- package/resources/access-token.d.mts.map +1 -0
- package/resources/access-token.d.ts +53 -0
- package/resources/access-token.d.ts.map +1 -0
- package/resources/access-token.js +16 -0
- package/resources/access-token.js.map +1 -0
- package/resources/access-token.mjs +12 -0
- package/resources/access-token.mjs.map +1 -0
- package/resources/agents/agents.d.mts +244 -0
- package/resources/agents/agents.d.mts.map +1 -0
- package/resources/agents/agents.d.ts +244 -0
- package/resources/agents/agents.d.ts.map +1 -0
- package/resources/agents/agents.js +68 -0
- package/resources/agents/agents.js.map +1 -0
- package/resources/agents/agents.mjs +63 -0
- package/resources/agents/agents.mjs.map +1 -0
- package/resources/agents/calls.d.mts +218 -0
- package/resources/agents/calls.d.mts.map +1 -0
- package/resources/agents/calls.d.ts +218 -0
- package/resources/agents/calls.d.ts.map +1 -0
- package/resources/agents/calls.js +36 -0
- package/resources/agents/calls.js.map +1 -0
- package/resources/agents/calls.mjs +32 -0
- package/resources/agents/calls.mjs.map +1 -0
- package/resources/agents/deployments.d.mts +92 -0
- package/resources/agents/deployments.d.mts.map +1 -0
- package/resources/agents/deployments.d.ts +92 -0
- package/resources/agents/deployments.d.ts.map +1 -0
- package/resources/agents/deployments.js +22 -0
- package/resources/agents/deployments.js.map +1 -0
- package/resources/agents/deployments.mjs +18 -0
- package/resources/agents/deployments.mjs.map +1 -0
- package/resources/agents/index.d.mts +5 -0
- package/resources/agents/index.d.mts.map +1 -0
- package/resources/agents/index.d.ts +5 -0
- package/resources/agents/index.d.ts.map +1 -0
- package/resources/agents/index.js +13 -0
- package/resources/agents/index.js.map +1 -0
- package/resources/agents/index.mjs +6 -0
- package/resources/agents/index.mjs.map +1 -0
- package/resources/agents/metrics/index.d.mts +3 -0
- package/resources/agents/metrics/index.d.mts.map +1 -0
- package/resources/agents/metrics/index.d.ts +3 -0
- package/resources/agents/metrics/index.d.ts.map +1 -0
- package/resources/agents/metrics/index.js +9 -0
- package/resources/agents/metrics/index.js.map +1 -0
- package/resources/agents/metrics/index.mjs +4 -0
- package/resources/agents/metrics/index.mjs.map +1 -0
- package/resources/agents/metrics/metrics.d.mts +114 -0
- package/resources/agents/metrics/metrics.d.mts.map +1 -0
- package/resources/agents/metrics/metrics.d.ts +114 -0
- package/resources/agents/metrics/metrics.d.ts.map +1 -0
- package/resources/agents/metrics/metrics.js +60 -0
- package/resources/agents/metrics/metrics.js.map +1 -0
- package/resources/agents/metrics/metrics.mjs +55 -0
- package/resources/agents/metrics/metrics.mjs.map +1 -0
- package/resources/agents/metrics/results.d.mts +144 -0
- package/resources/agents/metrics/results.d.mts.map +1 -0
- package/resources/agents/metrics/results.d.ts +144 -0
- package/resources/agents/metrics/results.d.ts.map +1 -0
- package/resources/agents/metrics/results.js +32 -0
- package/resources/agents/metrics/results.js.map +1 -0
- package/resources/agents/metrics/results.mjs +28 -0
- package/resources/agents/metrics/results.mjs.map +1 -0
- package/resources/agents/metrics.d.mts +2 -0
- package/resources/agents/metrics.d.mts.map +1 -0
- package/resources/agents/metrics.d.ts +2 -0
- package/resources/agents/metrics.d.ts.map +1 -0
- package/resources/agents/metrics.js +6 -0
- package/resources/agents/metrics.js.map +1 -0
- package/resources/agents/metrics.mjs +3 -0
- package/resources/agents/metrics.mjs.map +1 -0
- package/resources/agents.d.mts +2 -0
- package/resources/agents.d.mts.map +1 -0
- package/resources/agents.d.ts +2 -0
- package/resources/agents.d.ts.map +1 -0
- package/resources/agents.js +6 -0
- package/resources/agents.js.map +1 -0
- package/resources/agents.mjs +3 -0
- package/resources/agents.mjs.map +1 -0
- package/resources/datasets/datasets.d.mts +82 -0
- package/resources/datasets/datasets.d.mts.map +1 -0
- package/resources/datasets/datasets.d.ts +82 -0
- package/resources/datasets/datasets.d.ts.map +1 -0
- package/resources/datasets/datasets.js +57 -0
- package/resources/datasets/datasets.js.map +1 -0
- package/resources/datasets/datasets.mjs +52 -0
- package/resources/datasets/datasets.mjs.map +1 -0
- package/resources/datasets/files.d.mts +64 -0
- package/resources/datasets/files.d.mts.map +1 -0
- package/resources/datasets/files.d.ts +64 -0
- package/resources/datasets/files.d.ts.map +1 -0
- package/resources/datasets/files.js +38 -0
- package/resources/datasets/files.js.map +1 -0
- package/resources/datasets/files.mjs +34 -0
- package/resources/datasets/files.mjs.map +1 -0
- package/resources/datasets/index.d.mts +3 -0
- package/resources/datasets/index.d.mts.map +1 -0
- package/resources/datasets/index.d.ts +3 -0
- package/resources/datasets/index.d.ts.map +1 -0
- package/resources/datasets/index.js +9 -0
- package/resources/datasets/index.js.map +1 -0
- package/resources/datasets/index.mjs +4 -0
- package/resources/datasets/index.mjs.map +1 -0
- package/resources/datasets.d.mts +2 -0
- package/resources/datasets.d.mts.map +1 -0
- package/resources/datasets.d.ts +2 -0
- package/resources/datasets.d.ts.map +1 -0
- package/resources/datasets.js +6 -0
- package/resources/datasets.js.map +1 -0
- package/resources/datasets.mjs +3 -0
- package/resources/datasets.mjs.map +1 -0
- package/resources/fine-tunes.d.mts +101 -0
- package/resources/fine-tunes.d.mts.map +1 -0
- package/resources/fine-tunes.d.ts +101 -0
- package/resources/fine-tunes.d.ts.map +1 -0
- package/resources/fine-tunes.js +48 -0
- package/resources/fine-tunes.js.map +1 -0
- package/resources/fine-tunes.mjs +44 -0
- package/resources/fine-tunes.mjs.map +1 -0
- package/resources/index.d.mts +12 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +12 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +25 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +12 -0
- package/resources/index.mjs.map +1 -0
- package/resources/infill.d.mts +71 -0
- package/resources/infill.d.mts.map +1 -0
- package/resources/infill.d.ts +71 -0
- package/resources/infill.d.ts.map +1 -0
- package/resources/infill.js +35 -0
- package/resources/infill.js.map +1 -0
- package/resources/infill.mjs +31 -0
- package/resources/infill.mjs.map +1 -0
- package/resources/pronunciation-dicts.d.mts +99 -0
- package/resources/pronunciation-dicts.d.mts.map +1 -0
- package/resources/pronunciation-dicts.d.ts +99 -0
- package/resources/pronunciation-dicts.d.ts.map +1 -0
- package/resources/pronunciation-dicts.js +48 -0
- package/resources/pronunciation-dicts.js.map +1 -0
- package/resources/pronunciation-dicts.mjs +44 -0
- package/resources/pronunciation-dicts.mjs.map +1 -0
- package/resources/stt.d.mts +105 -0
- package/resources/stt.d.mts.map +1 -0
- package/resources/stt.d.ts +105 -0
- package/resources/stt.d.ts.map +1 -0
- package/resources/stt.js +33 -0
- package/resources/stt.js.map +1 -0
- package/resources/stt.mjs +29 -0
- package/resources/stt.mjs.map +1 -0
- package/resources/top-level.d.mts +8 -0
- package/resources/top-level.d.mts.map +1 -0
- package/resources/top-level.d.ts +8 -0
- package/resources/top-level.d.ts.map +1 -0
- package/resources/top-level.js +4 -0
- package/resources/top-level.js.map +1 -0
- package/resources/top-level.mjs +3 -0
- package/resources/top-level.mjs.map +1 -0
- package/resources/tts/index.d.mts +2 -0
- package/resources/tts/index.d.mts.map +1 -0
- package/resources/tts/index.d.ts +2 -0
- package/resources/tts/index.d.ts.map +1 -0
- package/resources/tts/index.js +7 -0
- package/resources/tts/index.js.map +1 -0
- package/resources/tts/index.mjs +3 -0
- package/resources/tts/index.mjs.map +1 -0
- package/resources/tts/internal-base.d.mts +40 -0
- package/resources/tts/internal-base.d.mts.map +1 -0
- package/resources/tts/internal-base.d.ts +40 -0
- package/resources/tts/internal-base.d.ts.map +1 -0
- package/resources/tts/internal-base.js +48 -0
- package/resources/tts/internal-base.js.map +1 -0
- package/resources/tts/internal-base.mjs +42 -0
- package/resources/tts/internal-base.mjs.map +1 -0
- package/resources/tts/tts.d.mts +373 -0
- package/resources/tts/tts.d.mts.map +1 -0
- package/resources/tts/tts.d.ts +373 -0
- package/resources/tts/tts.d.ts.map +1 -0
- package/resources/tts/tts.js +31 -0
- package/resources/tts/tts.js.map +1 -0
- package/resources/tts/tts.mjs +27 -0
- package/resources/tts/tts.mjs.map +1 -0
- package/resources/tts/ws.d.mts +17 -0
- package/resources/tts/ws.d.mts.map +1 -0
- package/resources/tts/ws.d.ts +17 -0
- package/resources/tts/ws.d.ts.map +1 -0
- package/resources/tts/ws.js +73 -0
- package/resources/tts/ws.js.map +1 -0
- package/resources/tts/ws.mjs +68 -0
- package/resources/tts/ws.mjs.map +1 -0
- package/resources/tts.d.mts +2 -0
- package/resources/tts.d.mts.map +1 -0
- package/resources/tts.d.ts +2 -0
- package/resources/tts.d.ts.map +1 -0
- package/resources/tts.js +6 -0
- package/resources/tts.js.map +1 -0
- package/resources/tts.mjs +3 -0
- package/resources/tts.mjs.map +1 -0
- package/resources/voice-changer.d.mts +50 -0
- package/resources/voice-changer.d.mts.map +1 -0
- package/resources/voice-changer.d.ts +50 -0
- package/resources/voice-changer.d.ts.map +1 -0
- package/resources/voice-changer.js +26 -0
- package/resources/voice-changer.js.map +1 -0
- package/resources/voice-changer.mjs +22 -0
- package/resources/voice-changer.mjs.map +1 -0
- package/resources/voices.d.mts +249 -0
- package/resources/voices.d.mts.map +1 -0
- package/resources/voices.d.ts +249 -0
- package/resources/voices.d.ts.map +1 -0
- package/resources/voices.js +99 -0
- package/resources/voices.js.map +1 -0
- package/resources/voices.mjs +95 -0
- package/resources/voices.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +949 -0
- package/src/core/EventEmitter.ts +98 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +175 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/access-token.ts +67 -0
- package/src/resources/agents/agents.ts +351 -0
- package/src/resources/agents/calls.ts +273 -0
- package/src/resources/agents/deployments.ts +119 -0
- package/src/resources/agents/index.ts +27 -0
- package/src/resources/agents/metrics/index.ts +19 -0
- package/src/resources/agents/metrics/metrics.ts +188 -0
- package/src/resources/agents/metrics/results.ts +196 -0
- package/src/resources/agents/metrics.ts +3 -0
- package/src/resources/agents.ts +3 -0
- package/src/resources/datasets/datasets.ts +145 -0
- package/src/resources/datasets/files.ts +110 -0
- package/src/resources/datasets/index.ts +18 -0
- package/src/resources/datasets.ts +3 -0
- package/src/resources/fine-tunes.ts +155 -0
- package/src/resources/index.ts +69 -0
- package/src/resources/infill.ts +100 -0
- package/src/resources/pronunciation-dicts.ts +152 -0
- package/src/resources/stt.ts +232 -0
- package/src/resources/top-level.ts +11 -0
- package/src/resources/tts/index.ts +14 -0
- package/src/resources/tts/internal-base.ts +89 -0
- package/src/resources/tts/tts.ts +551 -0
- package/src/resources/tts/ws.ts +79 -0
- package/src/resources/tts.ts +3 -0
- package/src/resources/voice-changer.ts +87 -0
- package/src/resources/voices.ts +392 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -1
- package/version.d.ts.map +1 -0
- package/version.js +3 -2
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
- package/Client.d.ts +0 -53
- package/Client.js +0 -47
- package/api/index.d.ts +0 -1
- package/api/index.js +0 -17
- package/api/resources/apiStatus/client/Client.d.ts +0 -43
- package/api/resources/apiStatus/client/Client.js +0 -113
- package/api/resources/apiStatus/client/index.d.ts +0 -1
- package/api/resources/apiStatus/client/index.js +0 -2
- package/api/resources/apiStatus/index.d.ts +0 -2
- package/api/resources/apiStatus/index.js +0 -18
- package/api/resources/apiStatus/types/ApiInfo.d.ts +0 -7
- package/api/resources/apiStatus/types/ApiInfo.js +0 -5
- package/api/resources/apiStatus/types/index.d.ts +0 -1
- package/api/resources/apiStatus/types/index.js +0 -17
- package/api/resources/auth/client/Client.d.ts +0 -68
- package/api/resources/auth/client/Client.js +0 -143
- package/api/resources/auth/client/index.d.ts +0 -1
- package/api/resources/auth/client/index.js +0 -2
- package/api/resources/auth/index.d.ts +0 -2
- package/api/resources/auth/index.js +0 -18
- package/api/resources/auth/types/TokenGrant.d.ts +0 -9
- package/api/resources/auth/types/TokenGrant.js +0 -5
- package/api/resources/auth/types/TokenRequest.d.ts +0 -10
- package/api/resources/auth/types/TokenRequest.js +0 -5
- package/api/resources/auth/types/TokenResponse.d.ts +0 -7
- package/api/resources/auth/types/TokenResponse.js +0 -5
- package/api/resources/auth/types/index.d.ts +0 -3
- package/api/resources/auth/types/index.js +0 -19
- package/api/resources/embedding/index.d.ts +0 -1
- package/api/resources/embedding/index.js +0 -17
- package/api/resources/embedding/types/Embedding.d.ts +0 -10
- package/api/resources/embedding/types/Embedding.js +0 -5
- package/api/resources/embedding/types/index.d.ts +0 -1
- package/api/resources/embedding/types/index.js +0 -17
- package/api/resources/index.d.ts +0 -19
- package/api/resources/index.js +0 -58
- package/api/resources/infill/client/Client.d.ts +0 -57
- package/api/resources/infill/client/Client.js +0 -156
- package/api/resources/infill/client/index.d.ts +0 -1
- package/api/resources/infill/client/index.js +0 -17
- package/api/resources/infill/client/requests/InfillBytesRequest.d.ts +0 -63
- package/api/resources/infill/client/requests/InfillBytesRequest.js +0 -5
- package/api/resources/infill/client/requests/index.d.ts +0 -1
- package/api/resources/infill/client/requests/index.js +0 -2
- package/api/resources/infill/index.d.ts +0 -1
- package/api/resources/infill/index.js +0 -17
- package/api/resources/stt/client/Client.d.ts +0 -71
- package/api/resources/stt/client/Client.js +0 -166
- package/api/resources/stt/client/index.d.ts +0 -1
- package/api/resources/stt/client/index.js +0 -17
- package/api/resources/stt/client/requests/TranscriptionRequest.d.ts +0 -147
- package/api/resources/stt/client/requests/TranscriptionRequest.js +0 -5
- package/api/resources/stt/client/requests/index.d.ts +0 -1
- package/api/resources/stt/client/requests/index.js +0 -2
- package/api/resources/stt/index.d.ts +0 -2
- package/api/resources/stt/index.js +0 -18
- package/api/resources/stt/types/DoneMessage.d.ts +0 -10
- package/api/resources/stt/types/DoneMessage.js +0 -5
- package/api/resources/stt/types/ErrorMessage.d.ts +0 -9
- package/api/resources/stt/types/ErrorMessage.js +0 -5
- package/api/resources/stt/types/FlushDoneMessage.d.ts +0 -10
- package/api/resources/stt/types/FlushDoneMessage.js +0 -5
- package/api/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -22
- package/api/resources/stt/types/StreamingTranscriptionResponse.js +0 -5
- package/api/resources/stt/types/SttEncoding.d.ts +0 -15
- package/api/resources/stt/types/SttEncoding.js +0 -14
- package/api/resources/stt/types/TimestampGranularity.d.ts +0 -12
- package/api/resources/stt/types/TimestampGranularity.js +0 -9
- package/api/resources/stt/types/TranscriptMessage.d.ts +0 -22
- package/api/resources/stt/types/TranscriptMessage.js +0 -5
- package/api/resources/stt/types/TranscriptionResponse.d.ts +0 -14
- package/api/resources/stt/types/TranscriptionResponse.js +0 -5
- package/api/resources/stt/types/TranscriptionWord.d.ts +0 -11
- package/api/resources/stt/types/TranscriptionWord.js +0 -5
- package/api/resources/stt/types/index.d.ts +0 -9
- package/api/resources/stt/types/index.js +0 -25
- package/api/resources/tts/client/Client.d.ts +0 -39
- package/api/resources/tts/client/Client.js +0 -162
- package/api/resources/tts/client/index.d.ts +0 -1
- package/api/resources/tts/client/index.js +0 -2
- package/api/resources/tts/index.d.ts +0 -2
- package/api/resources/tts/index.js +0 -18
- package/api/resources/tts/types/CancelContextRequest.d.ts +0 -10
- package/api/resources/tts/types/CancelContextRequest.js +0 -5
- package/api/resources/tts/types/ContextId.d.ts +0 -9
- package/api/resources/tts/types/ContextId.js +0 -5
- package/api/resources/tts/types/Controls.d.ts +0 -8
- package/api/resources/tts/types/Controls.js +0 -5
- package/api/resources/tts/types/Emotion.d.ts +0 -7
- package/api/resources/tts/types/Emotion.js +0 -5
- package/api/resources/tts/types/EmotionDeprecated.d.ts +0 -38
- package/api/resources/tts/types/EmotionDeprecated.js +0 -33
- package/api/resources/tts/types/FlushId.d.ts +0 -9
- package/api/resources/tts/types/FlushId.js +0 -5
- package/api/resources/tts/types/GenerationConfig.d.ts +0 -15
- package/api/resources/tts/types/GenerationConfig.js +0 -5
- package/api/resources/tts/types/GenerationRequest.d.ts +0 -44
- package/api/resources/tts/types/GenerationRequest.js +0 -5
- package/api/resources/tts/types/ModelSpeed.d.ts +0 -16
- package/api/resources/tts/types/ModelSpeed.js +0 -11
- package/api/resources/tts/types/Mp3OutputFormat.d.ts +0 -9
- package/api/resources/tts/types/Mp3OutputFormat.js +0 -5
- package/api/resources/tts/types/NaturalSpecifier.d.ts +0 -11
- package/api/resources/tts/types/NaturalSpecifier.js +0 -13
- package/api/resources/tts/types/NumericalSpecifier.d.ts +0 -4
- package/api/resources/tts/types/NumericalSpecifier.js +0 -5
- package/api/resources/tts/types/OutputFormat.d.ts +0 -16
- package/api/resources/tts/types/OutputFormat.js +0 -5
- package/api/resources/tts/types/PhonemeTimestamps.d.ts +0 -8
- package/api/resources/tts/types/PhonemeTimestamps.js +0 -5
- package/api/resources/tts/types/RawEncoding.d.ts +0 -10
- package/api/resources/tts/types/RawEncoding.js +0 -12
- package/api/resources/tts/types/RawOutputFormat.d.ts +0 -10
- package/api/resources/tts/types/RawOutputFormat.js +0 -5
- package/api/resources/tts/types/Speed.d.ts +0 -10
- package/api/resources/tts/types/Speed.js +0 -5
- package/api/resources/tts/types/SseOutputFormat.d.ts +0 -10
- package/api/resources/tts/types/SseOutputFormat.js +0 -5
- package/api/resources/tts/types/SupportedLanguage.d.ts +0 -26
- package/api/resources/tts/types/SupportedLanguage.js +0 -23
- package/api/resources/tts/types/TtsRequest.d.ts +0 -21
- package/api/resources/tts/types/TtsRequest.js +0 -5
- package/api/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -9
- package/api/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -5
- package/api/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -9
- package/api/resources/tts/types/TtsRequestIdSpecifier.js +0 -5
- package/api/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -5
- package/api/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -5
- package/api/resources/tts/types/TtssseRequest.d.ts +0 -29
- package/api/resources/tts/types/TtssseRequest.js +0 -5
- package/api/resources/tts/types/WavOutputFormat.d.ts +0 -6
- package/api/resources/tts/types/WavOutputFormat.js +0 -5
- package/api/resources/tts/types/WebSocketBaseResponse.d.ts +0 -9
- package/api/resources/tts/types/WebSocketBaseResponse.js +0 -5
- package/api/resources/tts/types/WebSocketChunkResponse.d.ts +0 -8
- package/api/resources/tts/types/WebSocketChunkResponse.js +0 -5
- package/api/resources/tts/types/WebSocketDoneResponse.d.ts +0 -6
- package/api/resources/tts/types/WebSocketDoneResponse.js +0 -5
- package/api/resources/tts/types/WebSocketErrorResponse.d.ts +0 -7
- package/api/resources/tts/types/WebSocketErrorResponse.js +0 -5
- package/api/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -8
- package/api/resources/tts/types/WebSocketFlushDoneResponse.js +0 -5
- package/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -7
- package/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -5
- package/api/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -10
- package/api/resources/tts/types/WebSocketRawOutputFormat.js +0 -5
- package/api/resources/tts/types/WebSocketRequest.d.ts +0 -11
- package/api/resources/tts/types/WebSocketRequest.js +0 -5
- package/api/resources/tts/types/WebSocketResponse.d.ts +0 -25
- package/api/resources/tts/types/WebSocketResponse.js +0 -5
- package/api/resources/tts/types/WebSocketStreamOptions.d.ts +0 -6
- package/api/resources/tts/types/WebSocketStreamOptions.js +0 -5
- package/api/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -7
- package/api/resources/tts/types/WebSocketTimestampsResponse.js +0 -5
- package/api/resources/tts/types/WebSocketTtsOutput.d.ts +0 -12
- package/api/resources/tts/types/WebSocketTtsOutput.js +0 -5
- package/api/resources/tts/types/WebSocketTtsRequest.d.ts +0 -25
- package/api/resources/tts/types/WebSocketTtsRequest.js +0 -5
- package/api/resources/tts/types/WordTimestamps.d.ts +0 -8
- package/api/resources/tts/types/WordTimestamps.js +0 -5
- package/api/resources/tts/types/index.d.ts +0 -39
- package/api/resources/tts/types/index.js +0 -55
- package/api/resources/voiceChanger/client/Client.d.ts +0 -46
- package/api/resources/voiceChanger/client/Client.js +0 -195
- package/api/resources/voiceChanger/client/index.d.ts +0 -1
- package/api/resources/voiceChanger/client/index.js +0 -17
- package/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.d.ts +0 -39
- package/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.js +0 -5
- package/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.d.ts +0 -39
- package/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.js +0 -5
- package/api/resources/voiceChanger/client/requests/index.d.ts +0 -2
- package/api/resources/voiceChanger/client/requests/index.js +0 -2
- package/api/resources/voiceChanger/index.d.ts +0 -2
- package/api/resources/voiceChanger/index.js +0 -18
- package/api/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -9
- package/api/resources/voiceChanger/types/OutputFormatContainer.js +0 -11
- package/api/resources/voiceChanger/types/StreamingResponse.d.ts +0 -16
- package/api/resources/voiceChanger/types/StreamingResponse.js +0 -5
- package/api/resources/voiceChanger/types/index.d.ts +0 -2
- package/api/resources/voiceChanger/types/index.js +0 -18
- package/api/resources/voices/client/Client.d.ts +0 -150
- package/api/resources/voices/client/Client.js +0 -530
- package/api/resources/voices/client/index.d.ts +0 -1
- package/api/resources/voices/client/index.js +0 -17
- package/api/resources/voices/client/requests/CloneVoiceRequest.d.ts +0 -35
- package/api/resources/voices/client/requests/CloneVoiceRequest.js +0 -5
- package/api/resources/voices/client/requests/index.d.ts +0 -1
- package/api/resources/voices/client/requests/index.js +0 -2
- package/api/resources/voices/index.d.ts +0 -2
- package/api/resources/voices/index.js +0 -18
- package/api/resources/voices/types/BaseVoiceId.d.ts +0 -8
- package/api/resources/voices/types/BaseVoiceId.js +0 -5
- package/api/resources/voices/types/CloneMode.d.ts +0 -8
- package/api/resources/voices/types/CloneMode.js +0 -10
- package/api/resources/voices/types/CreateVoiceRequest.d.ts +0 -13
- package/api/resources/voices/types/CreateVoiceRequest.js +0 -5
- package/api/resources/voices/types/EmbeddingResponse.d.ts +0 -7
- package/api/resources/voices/types/EmbeddingResponse.js +0 -5
- package/api/resources/voices/types/EmbeddingSpecifier.d.ts +0 -8
- package/api/resources/voices/types/EmbeddingSpecifier.js +0 -5
- package/api/resources/voices/types/Gender.d.ts +0 -8
- package/api/resources/voices/types/Gender.js +0 -10
- package/api/resources/voices/types/IdSpecifier.d.ts +0 -8
- package/api/resources/voices/types/IdSpecifier.js +0 -5
- package/api/resources/voices/types/LocalizeDialect.d.ts +0 -20
- package/api/resources/voices/types/LocalizeDialect.js +0 -5
- package/api/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -11
- package/api/resources/voices/types/LocalizeEnglishDialect.js +0 -13
- package/api/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -8
- package/api/resources/voices/types/LocalizeFrenchDialect.js +0 -10
- package/api/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -8
- package/api/resources/voices/types/LocalizePortugueseDialect.js +0 -10
- package/api/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -8
- package/api/resources/voices/types/LocalizeSpanishDialect.js +0 -10
- package/api/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -26
- package/api/resources/voices/types/LocalizeTargetLanguage.js +0 -23
- package/api/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -15
- package/api/resources/voices/types/LocalizeVoiceRequest.js +0 -5
- package/api/resources/voices/types/MixVoiceSpecifier.d.ts +0 -5
- package/api/resources/voices/types/MixVoiceSpecifier.js +0 -5
- package/api/resources/voices/types/MixVoicesRequest.d.ts +0 -7
- package/api/resources/voices/types/MixVoicesRequest.js +0 -5
- package/api/resources/voices/types/UpdateVoiceRequest.d.ts +0 -9
- package/api/resources/voices/types/UpdateVoiceRequest.js +0 -5
- package/api/resources/voices/types/Voice.d.ts +0 -19
- package/api/resources/voices/types/Voice.js +0 -5
- package/api/resources/voices/types/VoiceId.d.ts +0 -7
- package/api/resources/voices/types/VoiceId.js +0 -5
- package/api/resources/voices/types/VoiceMetadata.d.ts +0 -18
- package/api/resources/voices/types/VoiceMetadata.js +0 -5
- package/api/resources/voices/types/Weight.d.ts +0 -7
- package/api/resources/voices/types/Weight.js +0 -5
- package/api/resources/voices/types/index.d.ts +0 -21
- package/api/resources/voices/types/index.js +0 -37
- package/core/fetcher/APIResponse.d.ts +0 -10
- package/core/fetcher/APIResponse.js +0 -2
- package/core/fetcher/Fetcher.d.ts +0 -39
- package/core/fetcher/Fetcher.js +0 -100
- package/core/fetcher/Supplier.d.ts +0 -4
- package/core/fetcher/Supplier.js +0 -22
- package/core/fetcher/createRequestUrl.d.ts +0 -1
- package/core/fetcher/createRequestUrl.js +0 -12
- package/core/fetcher/getFetchFn.d.ts +0 -4
- package/core/fetcher/getFetchFn.js +0 -68
- package/core/fetcher/getHeader.d.ts +0 -1
- package/core/fetcher/getHeader.js +0 -11
- package/core/fetcher/getRequestBody.d.ts +0 -7
- package/core/fetcher/getRequestBody.js +0 -23
- package/core/fetcher/getResponseBody.d.ts +0 -1
- package/core/fetcher/getResponseBody.js +0 -54
- package/core/fetcher/index.d.ts +0 -5
- package/core/fetcher/index.js +0 -9
- package/core/fetcher/makeRequest.d.ts +0 -1
- package/core/fetcher/makeRequest.js +0 -42
- package/core/fetcher/requestWithRetries.d.ts +0 -1
- package/core/fetcher/requestWithRetries.js +0 -40
- package/core/fetcher/signals.d.ts +0 -11
- package/core/fetcher/signals.js +0 -36
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/core/form-data-utils/FormDataWrapper.d.ts +0 -60
- package/core/form-data-utils/FormDataWrapper.js +0 -184
- package/core/form-data-utils/index.d.ts +0 -1
- package/core/form-data-utils/index.js +0 -17
- package/core/index.d.ts +0 -5
- package/core/index.js +0 -44
- package/core/json.d.ts +0 -15
- package/core/json.js +0 -24
- package/core/runtime/index.d.ts +0 -1
- package/core/runtime/index.js +0 -5
- package/core/runtime/runtime.d.ts +0 -9
- package/core/runtime/runtime.js +0 -103
- package/core/schemas/Schema.d.ts +0 -87
- package/core/schemas/Schema.js +0 -24
- package/core/schemas/builders/bigint/bigint.d.ts +0 -2
- package/core/schemas/builders/bigint/bigint.js +0 -53
- package/core/schemas/builders/bigint/index.d.ts +0 -1
- package/core/schemas/builders/bigint/index.js +0 -5
- package/core/schemas/builders/date/date.d.ts +0 -2
- package/core/schemas/builders/date/date.js +0 -62
- package/core/schemas/builders/date/index.d.ts +0 -1
- package/core/schemas/builders/date/index.js +0 -5
- package/core/schemas/builders/enum/enum.d.ts +0 -2
- package/core/schemas/builders/enum/enum.js +0 -38
- package/core/schemas/builders/enum/index.d.ts +0 -1
- package/core/schemas/builders/enum/index.js +0 -5
- package/core/schemas/builders/index.d.ts +0 -14
- package/core/schemas/builders/index.js +0 -30
- package/core/schemas/builders/lazy/index.d.ts +0 -3
- package/core/schemas/builders/lazy/index.js +0 -7
- package/core/schemas/builders/lazy/lazy.d.ts +0 -5
- package/core/schemas/builders/lazy/lazy.js +0 -24
- package/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
- package/core/schemas/builders/lazy/lazyObject.js +0 -11
- package/core/schemas/builders/list/index.d.ts +0 -1
- package/core/schemas/builders/list/index.js +0 -5
- package/core/schemas/builders/list/list.d.ts +0 -2
- package/core/schemas/builders/list/list.js +0 -54
- package/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
- package/core/schemas/builders/literals/booleanLiteral.js +0 -28
- package/core/schemas/builders/literals/index.d.ts +0 -2
- package/core/schemas/builders/literals/index.js +0 -7
- package/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
- package/core/schemas/builders/literals/stringLiteral.js +0 -28
- package/core/schemas/builders/object/index.d.ts +0 -6
- package/core/schemas/builders/object/index.js +0 -11
- package/core/schemas/builders/object/object.d.ts +0 -3
- package/core/schemas/builders/object/object.js +0 -261
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
- package/core/schemas/builders/object/property.d.ts +0 -8
- package/core/schemas/builders/object/property.js +0 -15
- package/core/schemas/builders/object/types.d.ts +0 -31
- package/core/schemas/builders/object/types.js +0 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
- package/core/schemas/builders/object-like/index.d.ts +0 -2
- package/core/schemas/builders/object-like/index.js +0 -6
- package/core/schemas/builders/object-like/types.d.ts +0 -7
- package/core/schemas/builders/object-like/types.js +0 -2
- package/core/schemas/builders/primitives/any.d.ts +0 -1
- package/core/schemas/builders/primitives/any.js +0 -6
- package/core/schemas/builders/primitives/boolean.d.ts +0 -1
- package/core/schemas/builders/primitives/boolean.js +0 -25
- package/core/schemas/builders/primitives/index.d.ts +0 -5
- package/core/schemas/builders/primitives/index.js +0 -13
- package/core/schemas/builders/primitives/number.d.ts +0 -1
- package/core/schemas/builders/primitives/number.js +0 -25
- package/core/schemas/builders/primitives/string.d.ts +0 -1
- package/core/schemas/builders/primitives/string.js +0 -25
- package/core/schemas/builders/primitives/unknown.d.ts +0 -1
- package/core/schemas/builders/primitives/unknown.js +0 -6
- package/core/schemas/builders/record/index.d.ts +0 -2
- package/core/schemas/builders/record/index.js +0 -5
- package/core/schemas/builders/record/record.d.ts +0 -3
- package/core/schemas/builders/record/record.js +0 -93
- package/core/schemas/builders/record/types.d.ts +0 -4
- package/core/schemas/builders/record/types.js +0 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
- package/core/schemas/builders/schema-utils/JsonError.js +0 -12
- package/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
- package/core/schemas/builders/schema-utils/ParseError.js +0 -12
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
- package/core/schemas/builders/schema-utils/index.d.ts +0 -4
- package/core/schemas/builders/schema-utils/index.js +0 -11
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
- package/core/schemas/builders/set/index.d.ts +0 -1
- package/core/schemas/builders/set/index.js +0 -5
- package/core/schemas/builders/set/set.d.ts +0 -2
- package/core/schemas/builders/set/set.js +0 -43
- package/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
- package/core/schemas/builders/undiscriminated-union/index.js +0 -5
- package/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
- package/core/schemas/builders/undiscriminated-union/types.js +0 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
- package/core/schemas/builders/union/discriminant.d.ts +0 -5
- package/core/schemas/builders/union/discriminant.js +0 -9
- package/core/schemas/builders/union/index.d.ts +0 -4
- package/core/schemas/builders/union/index.js +0 -7
- package/core/schemas/builders/union/types.d.ts +0 -13
- package/core/schemas/builders/union/types.js +0 -2
- package/core/schemas/builders/union/union.d.ts +0 -4
- package/core/schemas/builders/union/union.js +0 -129
- package/core/schemas/index.d.ts +0 -2
- package/core/schemas/index.js +0 -17
- package/core/schemas/utils/MaybePromise.d.ts +0 -1
- package/core/schemas/utils/MaybePromise.js +0 -2
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
- package/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
- package/core/schemas/utils/entries.d.ts +0 -1
- package/core/schemas/utils/entries.js +0 -6
- package/core/schemas/utils/filterObject.d.ts +0 -1
- package/core/schemas/utils/filterObject.js +0 -13
- package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
- package/core/schemas/utils/isPlainObject.d.ts +0 -1
- package/core/schemas/utils/isPlainObject.js +0 -17
- package/core/schemas/utils/keys.d.ts +0 -1
- package/core/schemas/utils/keys.js +0 -6
- package/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
- package/core/schemas/utils/maybeSkipValidation.js +0 -27
- package/core/schemas/utils/partition.d.ts +0 -1
- package/core/schemas/utils/partition.js +0 -15
- package/core/streaming-fetcher/Stream.d.ts +0 -47
- package/core/streaming-fetcher/Stream.js +0 -169
- package/core/streaming-fetcher/index.d.ts +0 -1
- package/core/streaming-fetcher/index.js +0 -5
- package/core/websocket/events.d.ts +0 -36
- package/core/websocket/events.js +0 -27
- package/core/websocket/index.d.ts +0 -1
- package/core/websocket/index.js +0 -17
- package/core/websocket/ws.d.ts +0 -137
- package/core/websocket/ws.js +0 -448
- package/dist/Client.d.ts +0 -53
- package/dist/Client.js +0 -47
- package/dist/api/index.d.ts +0 -1
- package/dist/api/index.js +0 -17
- package/dist/api/resources/apiStatus/client/Client.d.ts +0 -43
- package/dist/api/resources/apiStatus/client/Client.js +0 -113
- package/dist/api/resources/apiStatus/client/index.d.ts +0 -1
- package/dist/api/resources/apiStatus/client/index.js +0 -2
- package/dist/api/resources/apiStatus/index.d.ts +0 -2
- package/dist/api/resources/apiStatus/index.js +0 -18
- package/dist/api/resources/apiStatus/types/ApiInfo.d.ts +0 -7
- package/dist/api/resources/apiStatus/types/ApiInfo.js +0 -5
- package/dist/api/resources/apiStatus/types/index.d.ts +0 -1
- package/dist/api/resources/apiStatus/types/index.js +0 -17
- package/dist/api/resources/auth/client/Client.d.ts +0 -68
- package/dist/api/resources/auth/client/Client.js +0 -143
- package/dist/api/resources/auth/client/index.d.ts +0 -1
- package/dist/api/resources/auth/client/index.js +0 -2
- package/dist/api/resources/auth/index.d.ts +0 -2
- package/dist/api/resources/auth/index.js +0 -18
- package/dist/api/resources/auth/types/TokenGrant.d.ts +0 -9
- package/dist/api/resources/auth/types/TokenGrant.js +0 -5
- package/dist/api/resources/auth/types/TokenRequest.d.ts +0 -10
- package/dist/api/resources/auth/types/TokenRequest.js +0 -5
- package/dist/api/resources/auth/types/TokenResponse.d.ts +0 -7
- package/dist/api/resources/auth/types/TokenResponse.js +0 -5
- package/dist/api/resources/auth/types/index.d.ts +0 -3
- package/dist/api/resources/auth/types/index.js +0 -19
- package/dist/api/resources/embedding/index.d.ts +0 -1
- package/dist/api/resources/embedding/index.js +0 -17
- package/dist/api/resources/embedding/types/Embedding.d.ts +0 -10
- package/dist/api/resources/embedding/types/Embedding.js +0 -5
- package/dist/api/resources/embedding/types/index.d.ts +0 -1
- package/dist/api/resources/embedding/types/index.js +0 -17
- package/dist/api/resources/index.d.ts +0 -19
- package/dist/api/resources/index.js +0 -58
- package/dist/api/resources/infill/client/Client.d.ts +0 -57
- package/dist/api/resources/infill/client/Client.js +0 -156
- package/dist/api/resources/infill/client/index.d.ts +0 -1
- package/dist/api/resources/infill/client/index.js +0 -17
- package/dist/api/resources/infill/client/requests/InfillBytesRequest.d.ts +0 -63
- package/dist/api/resources/infill/client/requests/InfillBytesRequest.js +0 -5
- package/dist/api/resources/infill/client/requests/index.d.ts +0 -1
- package/dist/api/resources/infill/client/requests/index.js +0 -2
- package/dist/api/resources/infill/index.d.ts +0 -1
- package/dist/api/resources/infill/index.js +0 -17
- package/dist/api/resources/stt/client/Client.d.ts +0 -71
- package/dist/api/resources/stt/client/Client.js +0 -166
- package/dist/api/resources/stt/client/index.d.ts +0 -1
- package/dist/api/resources/stt/client/index.js +0 -17
- package/dist/api/resources/stt/client/requests/TranscriptionRequest.d.ts +0 -147
- package/dist/api/resources/stt/client/requests/TranscriptionRequest.js +0 -5
- package/dist/api/resources/stt/client/requests/index.d.ts +0 -1
- package/dist/api/resources/stt/client/requests/index.js +0 -2
- package/dist/api/resources/stt/index.d.ts +0 -2
- package/dist/api/resources/stt/index.js +0 -18
- package/dist/api/resources/stt/types/DoneMessage.d.ts +0 -10
- package/dist/api/resources/stt/types/DoneMessage.js +0 -5
- package/dist/api/resources/stt/types/ErrorMessage.d.ts +0 -9
- package/dist/api/resources/stt/types/ErrorMessage.js +0 -5
- package/dist/api/resources/stt/types/FlushDoneMessage.d.ts +0 -10
- package/dist/api/resources/stt/types/FlushDoneMessage.js +0 -5
- package/dist/api/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -22
- package/dist/api/resources/stt/types/StreamingTranscriptionResponse.js +0 -5
- package/dist/api/resources/stt/types/SttEncoding.d.ts +0 -15
- package/dist/api/resources/stt/types/SttEncoding.js +0 -14
- package/dist/api/resources/stt/types/TimestampGranularity.d.ts +0 -12
- package/dist/api/resources/stt/types/TimestampGranularity.js +0 -9
- package/dist/api/resources/stt/types/TranscriptMessage.d.ts +0 -22
- package/dist/api/resources/stt/types/TranscriptMessage.js +0 -5
- package/dist/api/resources/stt/types/TranscriptionResponse.d.ts +0 -14
- package/dist/api/resources/stt/types/TranscriptionResponse.js +0 -5
- package/dist/api/resources/stt/types/TranscriptionWord.d.ts +0 -11
- package/dist/api/resources/stt/types/TranscriptionWord.js +0 -5
- package/dist/api/resources/stt/types/index.d.ts +0 -9
- package/dist/api/resources/stt/types/index.js +0 -25
- package/dist/api/resources/tts/client/Client.d.ts +0 -39
- package/dist/api/resources/tts/client/Client.js +0 -162
- package/dist/api/resources/tts/client/index.d.ts +0 -1
- package/dist/api/resources/tts/client/index.js +0 -2
- package/dist/api/resources/tts/index.d.ts +0 -2
- package/dist/api/resources/tts/index.js +0 -18
- package/dist/api/resources/tts/types/CancelContextRequest.d.ts +0 -10
- package/dist/api/resources/tts/types/CancelContextRequest.js +0 -5
- package/dist/api/resources/tts/types/ContextId.d.ts +0 -9
- package/dist/api/resources/tts/types/ContextId.js +0 -5
- package/dist/api/resources/tts/types/Controls.d.ts +0 -8
- package/dist/api/resources/tts/types/Controls.js +0 -5
- package/dist/api/resources/tts/types/Emotion.d.ts +0 -7
- package/dist/api/resources/tts/types/Emotion.js +0 -5
- package/dist/api/resources/tts/types/EmotionDeprecated.d.ts +0 -38
- package/dist/api/resources/tts/types/EmotionDeprecated.js +0 -33
- package/dist/api/resources/tts/types/FlushId.d.ts +0 -9
- package/dist/api/resources/tts/types/FlushId.js +0 -5
- package/dist/api/resources/tts/types/GenerationConfig.d.ts +0 -15
- package/dist/api/resources/tts/types/GenerationConfig.js +0 -5
- package/dist/api/resources/tts/types/GenerationRequest.d.ts +0 -44
- package/dist/api/resources/tts/types/GenerationRequest.js +0 -5
- package/dist/api/resources/tts/types/ModelSpeed.d.ts +0 -16
- package/dist/api/resources/tts/types/ModelSpeed.js +0 -11
- package/dist/api/resources/tts/types/Mp3OutputFormat.d.ts +0 -9
- package/dist/api/resources/tts/types/Mp3OutputFormat.js +0 -5
- package/dist/api/resources/tts/types/NaturalSpecifier.d.ts +0 -11
- package/dist/api/resources/tts/types/NaturalSpecifier.js +0 -13
- package/dist/api/resources/tts/types/NumericalSpecifier.d.ts +0 -4
- package/dist/api/resources/tts/types/NumericalSpecifier.js +0 -5
- package/dist/api/resources/tts/types/OutputFormat.d.ts +0 -16
- package/dist/api/resources/tts/types/OutputFormat.js +0 -5
- package/dist/api/resources/tts/types/PhonemeTimestamps.d.ts +0 -8
- package/dist/api/resources/tts/types/PhonemeTimestamps.js +0 -5
- package/dist/api/resources/tts/types/RawEncoding.d.ts +0 -10
- package/dist/api/resources/tts/types/RawEncoding.js +0 -12
- package/dist/api/resources/tts/types/RawOutputFormat.d.ts +0 -10
- package/dist/api/resources/tts/types/RawOutputFormat.js +0 -5
- package/dist/api/resources/tts/types/Speed.d.ts +0 -10
- package/dist/api/resources/tts/types/Speed.js +0 -5
- package/dist/api/resources/tts/types/SseOutputFormat.d.ts +0 -10
- package/dist/api/resources/tts/types/SseOutputFormat.js +0 -5
- package/dist/api/resources/tts/types/SupportedLanguage.d.ts +0 -26
- package/dist/api/resources/tts/types/SupportedLanguage.js +0 -23
- package/dist/api/resources/tts/types/TtsRequest.d.ts +0 -21
- package/dist/api/resources/tts/types/TtsRequest.js +0 -5
- package/dist/api/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -9
- package/dist/api/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -5
- package/dist/api/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -9
- package/dist/api/resources/tts/types/TtsRequestIdSpecifier.js +0 -5
- package/dist/api/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -5
- package/dist/api/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -5
- package/dist/api/resources/tts/types/TtssseRequest.d.ts +0 -29
- package/dist/api/resources/tts/types/TtssseRequest.js +0 -5
- package/dist/api/resources/tts/types/WavOutputFormat.d.ts +0 -6
- package/dist/api/resources/tts/types/WavOutputFormat.js +0 -5
- package/dist/api/resources/tts/types/WebSocketBaseResponse.d.ts +0 -9
- package/dist/api/resources/tts/types/WebSocketBaseResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketChunkResponse.d.ts +0 -8
- package/dist/api/resources/tts/types/WebSocketChunkResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketDoneResponse.d.ts +0 -6
- package/dist/api/resources/tts/types/WebSocketDoneResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketErrorResponse.d.ts +0 -7
- package/dist/api/resources/tts/types/WebSocketErrorResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -8
- package/dist/api/resources/tts/types/WebSocketFlushDoneResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -7
- package/dist/api/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -10
- package/dist/api/resources/tts/types/WebSocketRawOutputFormat.js +0 -5
- package/dist/api/resources/tts/types/WebSocketRequest.d.ts +0 -11
- package/dist/api/resources/tts/types/WebSocketRequest.js +0 -5
- package/dist/api/resources/tts/types/WebSocketResponse.d.ts +0 -25
- package/dist/api/resources/tts/types/WebSocketResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketStreamOptions.d.ts +0 -6
- package/dist/api/resources/tts/types/WebSocketStreamOptions.js +0 -5
- package/dist/api/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -7
- package/dist/api/resources/tts/types/WebSocketTimestampsResponse.js +0 -5
- package/dist/api/resources/tts/types/WebSocketTtsOutput.d.ts +0 -12
- package/dist/api/resources/tts/types/WebSocketTtsOutput.js +0 -5
- package/dist/api/resources/tts/types/WebSocketTtsRequest.d.ts +0 -25
- package/dist/api/resources/tts/types/WebSocketTtsRequest.js +0 -5
- package/dist/api/resources/tts/types/WordTimestamps.d.ts +0 -8
- package/dist/api/resources/tts/types/WordTimestamps.js +0 -5
- package/dist/api/resources/tts/types/index.d.ts +0 -39
- package/dist/api/resources/tts/types/index.js +0 -55
- package/dist/api/resources/voiceChanger/client/Client.d.ts +0 -46
- package/dist/api/resources/voiceChanger/client/Client.js +0 -195
- package/dist/api/resources/voiceChanger/client/index.d.ts +0 -1
- package/dist/api/resources/voiceChanger/client/index.js +0 -17
- package/dist/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.d.ts +0 -39
- package/dist/api/resources/voiceChanger/client/requests/VoiceChangerBytesRequest.js +0 -5
- package/dist/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.d.ts +0 -39
- package/dist/api/resources/voiceChanger/client/requests/VoiceChangerSseRequest.js +0 -5
- package/dist/api/resources/voiceChanger/client/requests/index.d.ts +0 -2
- package/dist/api/resources/voiceChanger/client/requests/index.js +0 -2
- package/dist/api/resources/voiceChanger/index.d.ts +0 -2
- package/dist/api/resources/voiceChanger/index.js +0 -18
- package/dist/api/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -9
- package/dist/api/resources/voiceChanger/types/OutputFormatContainer.js +0 -11
- package/dist/api/resources/voiceChanger/types/StreamingResponse.d.ts +0 -16
- package/dist/api/resources/voiceChanger/types/StreamingResponse.js +0 -5
- package/dist/api/resources/voiceChanger/types/index.d.ts +0 -2
- package/dist/api/resources/voiceChanger/types/index.js +0 -18
- package/dist/api/resources/voices/client/Client.d.ts +0 -150
- package/dist/api/resources/voices/client/Client.js +0 -530
- package/dist/api/resources/voices/client/index.d.ts +0 -1
- package/dist/api/resources/voices/client/index.js +0 -17
- package/dist/api/resources/voices/client/requests/CloneVoiceRequest.d.ts +0 -35
- package/dist/api/resources/voices/client/requests/CloneVoiceRequest.js +0 -5
- package/dist/api/resources/voices/client/requests/index.d.ts +0 -1
- package/dist/api/resources/voices/client/requests/index.js +0 -2
- package/dist/api/resources/voices/index.d.ts +0 -2
- package/dist/api/resources/voices/index.js +0 -18
- package/dist/api/resources/voices/types/BaseVoiceId.d.ts +0 -8
- package/dist/api/resources/voices/types/BaseVoiceId.js +0 -5
- package/dist/api/resources/voices/types/CloneMode.d.ts +0 -8
- package/dist/api/resources/voices/types/CloneMode.js +0 -10
- package/dist/api/resources/voices/types/CreateVoiceRequest.d.ts +0 -13
- package/dist/api/resources/voices/types/CreateVoiceRequest.js +0 -5
- package/dist/api/resources/voices/types/EmbeddingResponse.d.ts +0 -7
- package/dist/api/resources/voices/types/EmbeddingResponse.js +0 -5
- package/dist/api/resources/voices/types/EmbeddingSpecifier.d.ts +0 -8
- package/dist/api/resources/voices/types/EmbeddingSpecifier.js +0 -5
- package/dist/api/resources/voices/types/Gender.d.ts +0 -8
- package/dist/api/resources/voices/types/Gender.js +0 -10
- package/dist/api/resources/voices/types/IdSpecifier.d.ts +0 -8
- package/dist/api/resources/voices/types/IdSpecifier.js +0 -5
- package/dist/api/resources/voices/types/LocalizeDialect.d.ts +0 -20
- package/dist/api/resources/voices/types/LocalizeDialect.js +0 -5
- package/dist/api/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -11
- package/dist/api/resources/voices/types/LocalizeEnglishDialect.js +0 -13
- package/dist/api/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -8
- package/dist/api/resources/voices/types/LocalizeFrenchDialect.js +0 -10
- package/dist/api/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -8
- package/dist/api/resources/voices/types/LocalizePortugueseDialect.js +0 -10
- package/dist/api/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -8
- package/dist/api/resources/voices/types/LocalizeSpanishDialect.js +0 -10
- package/dist/api/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -26
- package/dist/api/resources/voices/types/LocalizeTargetLanguage.js +0 -23
- package/dist/api/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -15
- package/dist/api/resources/voices/types/LocalizeVoiceRequest.js +0 -5
- package/dist/api/resources/voices/types/MixVoiceSpecifier.d.ts +0 -5
- package/dist/api/resources/voices/types/MixVoiceSpecifier.js +0 -5
- package/dist/api/resources/voices/types/MixVoicesRequest.d.ts +0 -7
- package/dist/api/resources/voices/types/MixVoicesRequest.js +0 -5
- package/dist/api/resources/voices/types/UpdateVoiceRequest.d.ts +0 -9
- package/dist/api/resources/voices/types/UpdateVoiceRequest.js +0 -5
- package/dist/api/resources/voices/types/Voice.d.ts +0 -19
- package/dist/api/resources/voices/types/Voice.js +0 -5
- package/dist/api/resources/voices/types/VoiceId.d.ts +0 -7
- package/dist/api/resources/voices/types/VoiceId.js +0 -5
- package/dist/api/resources/voices/types/VoiceMetadata.d.ts +0 -18
- package/dist/api/resources/voices/types/VoiceMetadata.js +0 -5
- package/dist/api/resources/voices/types/Weight.d.ts +0 -7
- package/dist/api/resources/voices/types/Weight.js +0 -5
- package/dist/api/resources/voices/types/index.d.ts +0 -21
- package/dist/api/resources/voices/types/index.js +0 -37
- package/dist/core/fetcher/APIResponse.d.ts +0 -10
- package/dist/core/fetcher/APIResponse.js +0 -2
- package/dist/core/fetcher/Fetcher.d.ts +0 -39
- package/dist/core/fetcher/Fetcher.js +0 -100
- package/dist/core/fetcher/Supplier.d.ts +0 -4
- package/dist/core/fetcher/Supplier.js +0 -22
- package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
- package/dist/core/fetcher/createRequestUrl.js +0 -12
- package/dist/core/fetcher/getFetchFn.d.ts +0 -4
- package/dist/core/fetcher/getFetchFn.js +0 -68
- package/dist/core/fetcher/getHeader.d.ts +0 -1
- package/dist/core/fetcher/getHeader.js +0 -11
- package/dist/core/fetcher/getRequestBody.d.ts +0 -7
- package/dist/core/fetcher/getRequestBody.js +0 -23
- package/dist/core/fetcher/getResponseBody.d.ts +0 -1
- package/dist/core/fetcher/getResponseBody.js +0 -54
- package/dist/core/fetcher/index.d.ts +0 -5
- package/dist/core/fetcher/index.js +0 -9
- package/dist/core/fetcher/makeRequest.d.ts +0 -1
- package/dist/core/fetcher/makeRequest.js +0 -42
- package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
- package/dist/core/fetcher/requestWithRetries.js +0 -40
- package/dist/core/fetcher/signals.d.ts +0 -11
- package/dist/core/fetcher/signals.js +0 -36
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +0 -60
- package/dist/core/form-data-utils/FormDataWrapper.js +0 -184
- package/dist/core/form-data-utils/index.d.ts +0 -1
- package/dist/core/form-data-utils/index.js +0 -17
- package/dist/core/index.d.ts +0 -5
- package/dist/core/index.js +0 -44
- package/dist/core/json.d.ts +0 -15
- package/dist/core/json.js +0 -24
- package/dist/core/runtime/index.d.ts +0 -1
- package/dist/core/runtime/index.js +0 -5
- package/dist/core/runtime/runtime.d.ts +0 -9
- package/dist/core/runtime/runtime.js +0 -103
- package/dist/core/schemas/Schema.d.ts +0 -87
- package/dist/core/schemas/Schema.js +0 -24
- package/dist/core/schemas/builders/bigint/bigint.d.ts +0 -2
- package/dist/core/schemas/builders/bigint/bigint.js +0 -53
- package/dist/core/schemas/builders/bigint/index.d.ts +0 -1
- package/dist/core/schemas/builders/bigint/index.js +0 -5
- package/dist/core/schemas/builders/date/date.d.ts +0 -2
- package/dist/core/schemas/builders/date/date.js +0 -62
- package/dist/core/schemas/builders/date/index.d.ts +0 -1
- package/dist/core/schemas/builders/date/index.js +0 -5
- package/dist/core/schemas/builders/enum/enum.d.ts +0 -2
- package/dist/core/schemas/builders/enum/enum.js +0 -38
- package/dist/core/schemas/builders/enum/index.d.ts +0 -1
- package/dist/core/schemas/builders/enum/index.js +0 -5
- package/dist/core/schemas/builders/index.d.ts +0 -14
- package/dist/core/schemas/builders/index.js +0 -30
- package/dist/core/schemas/builders/lazy/index.d.ts +0 -3
- package/dist/core/schemas/builders/lazy/index.js +0 -7
- package/dist/core/schemas/builders/lazy/lazy.d.ts +0 -5
- package/dist/core/schemas/builders/lazy/lazy.js +0 -24
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
- package/dist/core/schemas/builders/lazy/lazyObject.js +0 -11
- package/dist/core/schemas/builders/list/index.d.ts +0 -1
- package/dist/core/schemas/builders/list/index.js +0 -5
- package/dist/core/schemas/builders/list/list.d.ts +0 -2
- package/dist/core/schemas/builders/list/list.js +0 -54
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.js +0 -28
- package/dist/core/schemas/builders/literals/index.d.ts +0 -2
- package/dist/core/schemas/builders/literals/index.js +0 -7
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
- package/dist/core/schemas/builders/literals/stringLiteral.js +0 -28
- package/dist/core/schemas/builders/object/index.d.ts +0 -6
- package/dist/core/schemas/builders/object/index.js +0 -11
- package/dist/core/schemas/builders/object/object.d.ts +0 -3
- package/dist/core/schemas/builders/object/object.js +0 -261
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
- package/dist/core/schemas/builders/object/property.d.ts +0 -8
- package/dist/core/schemas/builders/object/property.js +0 -15
- package/dist/core/schemas/builders/object/types.d.ts +0 -31
- package/dist/core/schemas/builders/object/types.js +0 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
- package/dist/core/schemas/builders/object-like/index.d.ts +0 -2
- package/dist/core/schemas/builders/object-like/index.js +0 -6
- package/dist/core/schemas/builders/object-like/types.d.ts +0 -7
- package/dist/core/schemas/builders/object-like/types.js +0 -2
- package/dist/core/schemas/builders/primitives/any.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/any.js +0 -6
- package/dist/core/schemas/builders/primitives/boolean.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/boolean.js +0 -25
- package/dist/core/schemas/builders/primitives/index.d.ts +0 -5
- package/dist/core/schemas/builders/primitives/index.js +0 -13
- package/dist/core/schemas/builders/primitives/number.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/number.js +0 -25
- package/dist/core/schemas/builders/primitives/string.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/string.js +0 -25
- package/dist/core/schemas/builders/primitives/unknown.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/unknown.js +0 -6
- package/dist/core/schemas/builders/record/index.d.ts +0 -2
- package/dist/core/schemas/builders/record/index.js +0 -5
- package/dist/core/schemas/builders/record/record.d.ts +0 -3
- package/dist/core/schemas/builders/record/record.js +0 -93
- package/dist/core/schemas/builders/record/types.d.ts +0 -4
- package/dist/core/schemas/builders/record/types.js +0 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
- package/dist/core/schemas/builders/schema-utils/JsonError.js +0 -12
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
- package/dist/core/schemas/builders/schema-utils/ParseError.js +0 -12
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
- package/dist/core/schemas/builders/schema-utils/index.d.ts +0 -4
- package/dist/core/schemas/builders/schema-utils/index.js +0 -11
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
- package/dist/core/schemas/builders/set/index.d.ts +0 -1
- package/dist/core/schemas/builders/set/index.js +0 -5
- package/dist/core/schemas/builders/set/set.d.ts +0 -2
- package/dist/core/schemas/builders/set/set.js +0 -43
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
- package/dist/core/schemas/builders/undiscriminated-union/index.js +0 -5
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.js +0 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
- package/dist/core/schemas/builders/union/discriminant.d.ts +0 -5
- package/dist/core/schemas/builders/union/discriminant.js +0 -9
- package/dist/core/schemas/builders/union/index.d.ts +0 -4
- package/dist/core/schemas/builders/union/index.js +0 -7
- package/dist/core/schemas/builders/union/types.d.ts +0 -13
- package/dist/core/schemas/builders/union/types.js +0 -2
- package/dist/core/schemas/builders/union/union.d.ts +0 -4
- package/dist/core/schemas/builders/union/union.js +0 -129
- package/dist/core/schemas/index.d.ts +0 -2
- package/dist/core/schemas/index.js +0 -17
- package/dist/core/schemas/utils/MaybePromise.d.ts +0 -1
- package/dist/core/schemas/utils/MaybePromise.js +0 -2
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
- package/dist/core/schemas/utils/entries.d.ts +0 -1
- package/dist/core/schemas/utils/entries.js +0 -6
- package/dist/core/schemas/utils/filterObject.d.ts +0 -1
- package/dist/core/schemas/utils/filterObject.js +0 -13
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
- package/dist/core/schemas/utils/isPlainObject.d.ts +0 -1
- package/dist/core/schemas/utils/isPlainObject.js +0 -17
- package/dist/core/schemas/utils/keys.d.ts +0 -1
- package/dist/core/schemas/utils/keys.js +0 -6
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
- package/dist/core/schemas/utils/maybeSkipValidation.js +0 -27
- package/dist/core/schemas/utils/partition.d.ts +0 -1
- package/dist/core/schemas/utils/partition.js +0 -15
- package/dist/core/streaming-fetcher/Stream.d.ts +0 -47
- package/dist/core/streaming-fetcher/Stream.js +0 -169
- package/dist/core/streaming-fetcher/index.d.ts +0 -1
- package/dist/core/streaming-fetcher/index.js +0 -5
- package/dist/core/websocket/events.d.ts +0 -36
- package/dist/core/websocket/events.js +0 -27
- package/dist/core/websocket/index.d.ts +0 -1
- package/dist/core/websocket/index.js +0 -17
- package/dist/core/websocket/ws.d.ts +0 -137
- package/dist/core/websocket/ws.js +0 -448
- package/dist/environments.d.ts +0 -7
- package/dist/environments.js +0 -9
- package/dist/errors/CartesiaError.d.ts +0 -12
- package/dist/errors/CartesiaError.js +0 -33
- package/dist/errors/CartesiaTimeoutError.d.ts +0 -6
- package/dist/errors/CartesiaTimeoutError.js +0 -13
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/dist/index.d.ts +0 -7
- package/dist/index.js +0 -53
- package/dist/serialization/index.d.ts +0 -1
- package/dist/serialization/index.js +0 -17
- package/dist/serialization/resources/apiStatus/index.d.ts +0 -1
- package/dist/serialization/resources/apiStatus/index.js +0 -17
- package/dist/serialization/resources/apiStatus/types/ApiInfo.d.ts +0 -13
- package/dist/serialization/resources/apiStatus/types/ApiInfo.js +0 -44
- package/dist/serialization/resources/apiStatus/types/index.d.ts +0 -1
- package/dist/serialization/resources/apiStatus/types/index.js +0 -17
- package/dist/serialization/resources/auth/index.d.ts +0 -1
- package/dist/serialization/resources/auth/index.js +0 -17
- package/dist/serialization/resources/auth/types/TokenGrant.d.ts +0 -13
- package/dist/serialization/resources/auth/types/TokenGrant.js +0 -44
- package/dist/serialization/resources/auth/types/TokenRequest.d.ts +0 -14
- package/dist/serialization/resources/auth/types/TokenRequest.js +0 -45
- package/dist/serialization/resources/auth/types/TokenResponse.d.ts +0 -12
- package/dist/serialization/resources/auth/types/TokenResponse.js +0 -43
- package/dist/serialization/resources/auth/types/index.d.ts +0 -3
- package/dist/serialization/resources/auth/types/index.js +0 -19
- package/dist/serialization/resources/embedding/index.d.ts +0 -1
- package/dist/serialization/resources/embedding/index.js +0 -17
- package/dist/serialization/resources/embedding/types/Embedding.d.ts +0 -10
- package/dist/serialization/resources/embedding/types/Embedding.js +0 -41
- package/dist/serialization/resources/embedding/types/index.d.ts +0 -1
- package/dist/serialization/resources/embedding/types/index.js +0 -17
- package/dist/serialization/resources/index.d.ts +0 -14
- package/dist/serialization/resources/index.js +0 -53
- package/dist/serialization/resources/stt/index.d.ts +0 -1
- package/dist/serialization/resources/stt/index.js +0 -17
- package/dist/serialization/resources/stt/types/DoneMessage.d.ts +0 -12
- package/dist/serialization/resources/stt/types/DoneMessage.js +0 -43
- package/dist/serialization/resources/stt/types/ErrorMessage.d.ts +0 -13
- package/dist/serialization/resources/stt/types/ErrorMessage.js +0 -44
- package/dist/serialization/resources/stt/types/FlushDoneMessage.d.ts +0 -12
- package/dist/serialization/resources/stt/types/FlushDoneMessage.js +0 -43
- package/dist/serialization/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -26
- package/dist/serialization/resources/stt/types/StreamingTranscriptionResponse.js +0 -55
- package/dist/serialization/resources/stt/types/SttEncoding.d.ts +0 -10
- package/dist/serialization/resources/stt/types/SttEncoding.js +0 -41
- package/dist/serialization/resources/stt/types/TimestampGranularity.d.ts +0 -10
- package/dist/serialization/resources/stt/types/TimestampGranularity.js +0 -41
- package/dist/serialization/resources/stt/types/TranscriptMessage.d.ts +0 -18
- package/dist/serialization/resources/stt/types/TranscriptMessage.js +0 -49
- package/dist/serialization/resources/stt/types/TranscriptionResponse.d.ts +0 -16
- package/dist/serialization/resources/stt/types/TranscriptionResponse.js +0 -47
- package/dist/serialization/resources/stt/types/TranscriptionWord.d.ts +0 -14
- package/dist/serialization/resources/stt/types/TranscriptionWord.js +0 -45
- package/dist/serialization/resources/stt/types/index.d.ts +0 -9
- package/dist/serialization/resources/stt/types/index.js +0 -25
- package/dist/serialization/resources/tts/index.d.ts +0 -1
- package/dist/serialization/resources/tts/index.js +0 -17
- package/dist/serialization/resources/tts/types/CancelContextRequest.d.ts +0 -14
- package/dist/serialization/resources/tts/types/CancelContextRequest.js +0 -45
- package/dist/serialization/resources/tts/types/ContextId.d.ts +0 -10
- package/dist/serialization/resources/tts/types/ContextId.js +0 -41
- package/dist/serialization/resources/tts/types/Controls.d.ts +0 -15
- package/dist/serialization/resources/tts/types/Controls.js +0 -46
- package/dist/serialization/resources/tts/types/Emotion.d.ts +0 -10
- package/dist/serialization/resources/tts/types/Emotion.js +0 -41
- package/dist/serialization/resources/tts/types/EmotionDeprecated.d.ts +0 -10
- package/dist/serialization/resources/tts/types/EmotionDeprecated.js +0 -67
- package/dist/serialization/resources/tts/types/FlushId.d.ts +0 -10
- package/dist/serialization/resources/tts/types/FlushId.js +0 -41
- package/dist/serialization/resources/tts/types/GenerationConfig.d.ts +0 -15
- package/dist/serialization/resources/tts/types/GenerationConfig.js +0 -46
- package/dist/serialization/resources/tts/types/GenerationRequest.d.ts +0 -33
- package/dist/serialization/resources/tts/types/GenerationRequest.js +0 -64
- package/dist/serialization/resources/tts/types/ModelSpeed.d.ts +0 -10
- package/dist/serialization/resources/tts/types/ModelSpeed.js +0 -41
- package/dist/serialization/resources/tts/types/Mp3OutputFormat.d.ts +0 -13
- package/dist/serialization/resources/tts/types/Mp3OutputFormat.js +0 -44
- package/dist/serialization/resources/tts/types/NaturalSpecifier.d.ts +0 -10
- package/dist/serialization/resources/tts/types/NaturalSpecifier.js +0 -41
- package/dist/serialization/resources/tts/types/NumericalSpecifier.d.ts +0 -10
- package/dist/serialization/resources/tts/types/NumericalSpecifier.js +0 -41
- package/dist/serialization/resources/tts/types/OutputFormat.d.ts +0 -22
- package/dist/serialization/resources/tts/types/OutputFormat.js +0 -53
- package/dist/serialization/resources/tts/types/PhonemeTimestamps.d.ts +0 -14
- package/dist/serialization/resources/tts/types/PhonemeTimestamps.js +0 -45
- package/dist/serialization/resources/tts/types/RawEncoding.d.ts +0 -10
- package/dist/serialization/resources/tts/types/RawEncoding.js +0 -41
- package/dist/serialization/resources/tts/types/RawOutputFormat.d.ts +0 -15
- package/dist/serialization/resources/tts/types/RawOutputFormat.js +0 -46
- package/dist/serialization/resources/tts/types/Speed.d.ts +0 -12
- package/dist/serialization/resources/tts/types/Speed.js +0 -43
- package/dist/serialization/resources/tts/types/SseOutputFormat.d.ts +0 -15
- package/dist/serialization/resources/tts/types/SseOutputFormat.js +0 -46
- package/dist/serialization/resources/tts/types/SupportedLanguage.d.ts +0 -10
- package/dist/serialization/resources/tts/types/SupportedLanguage.js +0 -57
- package/dist/serialization/resources/tts/types/TtsRequest.d.ts +0 -25
- package/dist/serialization/resources/tts/types/TtsRequest.js +0 -56
- package/dist/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -16
- package/dist/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -47
- package/dist/serialization/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -16
- package/dist/serialization/resources/tts/types/TtsRequestIdSpecifier.js +0 -47
- package/dist/serialization/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -12
- package/dist/serialization/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -43
- package/dist/serialization/resources/tts/types/TtssseRequest.d.ts +0 -30
- package/dist/serialization/resources/tts/types/TtssseRequest.js +0 -61
- package/dist/serialization/resources/tts/types/WavOutputFormat.d.ts +0 -12
- package/dist/serialization/resources/tts/types/WavOutputFormat.js +0 -42
- package/dist/serialization/resources/tts/types/WebSocketBaseResponse.d.ts +0 -15
- package/dist/serialization/resources/tts/types/WebSocketBaseResponse.js +0 -46
- package/dist/serialization/resources/tts/types/WebSocketChunkResponse.d.ts +0 -14
- package/dist/serialization/resources/tts/types/WebSocketChunkResponse.js +0 -47
- package/dist/serialization/resources/tts/types/WebSocketDoneResponse.d.ts +0 -12
- package/dist/serialization/resources/tts/types/WebSocketDoneResponse.js +0 -42
- package/dist/serialization/resources/tts/types/WebSocketErrorResponse.d.ts +0 -13
- package/dist/serialization/resources/tts/types/WebSocketErrorResponse.js +0 -46
- package/dist/serialization/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -15
- package/dist/serialization/resources/tts/types/WebSocketFlushDoneResponse.js +0 -48
- package/dist/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -14
- package/dist/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -47
- package/dist/serialization/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -15
- package/dist/serialization/resources/tts/types/WebSocketRawOutputFormat.js +0 -46
- package/dist/serialization/resources/tts/types/WebSocketRequest.d.ts +0 -12
- package/dist/serialization/resources/tts/types/WebSocketRequest.js +0 -43
- package/dist/serialization/resources/tts/types/WebSocketResponse.d.ts +0 -34
- package/dist/serialization/resources/tts/types/WebSocketResponse.js +0 -59
- package/dist/serialization/resources/tts/types/WebSocketStreamOptions.d.ts +0 -12
- package/dist/serialization/resources/tts/types/WebSocketStreamOptions.js +0 -43
- package/dist/serialization/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -14
- package/dist/serialization/resources/tts/types/WebSocketTimestampsResponse.js +0 -47
- package/dist/serialization/resources/tts/types/WebSocketTtsOutput.d.ts +0 -21
- package/dist/serialization/resources/tts/types/WebSocketTtsOutput.js +0 -52
- package/dist/serialization/resources/tts/types/WebSocketTtsRequest.d.ts +0 -30
- package/dist/serialization/resources/tts/types/WebSocketTtsRequest.js +0 -61
- package/dist/serialization/resources/tts/types/WordTimestamps.d.ts +0 -14
- package/dist/serialization/resources/tts/types/WordTimestamps.js +0 -45
- package/dist/serialization/resources/tts/types/index.d.ts +0 -39
- package/dist/serialization/resources/tts/types/index.js +0 -55
- package/dist/serialization/resources/voiceChanger/index.d.ts +0 -1
- package/dist/serialization/resources/voiceChanger/index.js +0 -17
- package/dist/serialization/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -10
- package/dist/serialization/resources/voiceChanger/types/OutputFormatContainer.js +0 -41
- package/dist/serialization/resources/voiceChanger/types/StreamingResponse.d.ts +0 -22
- package/dist/serialization/resources/voiceChanger/types/StreamingResponse.js +0 -53
- package/dist/serialization/resources/voiceChanger/types/index.d.ts +0 -2
- package/dist/serialization/resources/voiceChanger/types/index.js +0 -18
- package/dist/serialization/resources/voices/client/index.d.ts +0 -1
- package/dist/serialization/resources/voices/client/index.js +0 -37
- package/dist/serialization/resources/voices/client/list.d.ts +0 -11
- package/dist/serialization/resources/voices/client/list.js +0 -42
- package/dist/serialization/resources/voices/index.d.ts +0 -2
- package/dist/serialization/resources/voices/index.js +0 -18
- package/dist/serialization/resources/voices/types/BaseVoiceId.d.ts +0 -11
- package/dist/serialization/resources/voices/types/BaseVoiceId.js +0 -8
- package/dist/serialization/resources/voices/types/CloneMode.d.ts +0 -10
- package/dist/serialization/resources/voices/types/CloneMode.js +0 -41
- package/dist/serialization/resources/voices/types/CreateVoiceRequest.d.ts +0 -19
- package/dist/serialization/resources/voices/types/CreateVoiceRequest.js +0 -50
- package/dist/serialization/resources/voices/types/EmbeddingResponse.d.ts +0 -13
- package/dist/serialization/resources/voices/types/EmbeddingResponse.js +0 -44
- package/dist/serialization/resources/voices/types/EmbeddingSpecifier.d.ts +0 -15
- package/dist/serialization/resources/voices/types/EmbeddingSpecifier.js +0 -46
- package/dist/serialization/resources/voices/types/Gender.d.ts +0 -10
- package/dist/serialization/resources/voices/types/Gender.js +0 -44
- package/dist/serialization/resources/voices/types/IdSpecifier.d.ts +0 -15
- package/dist/serialization/resources/voices/types/IdSpecifier.js +0 -46
- package/dist/serialization/resources/voices/types/LocalizeDialect.d.ts +0 -14
- package/dist/serialization/resources/voices/types/LocalizeDialect.js +0 -50
- package/dist/serialization/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -10
- package/dist/serialization/resources/voices/types/LocalizeEnglishDialect.js +0 -41
- package/dist/serialization/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -10
- package/dist/serialization/resources/voices/types/LocalizeFrenchDialect.js +0 -41
- package/dist/serialization/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -10
- package/dist/serialization/resources/voices/types/LocalizePortugueseDialect.js +0 -41
- package/dist/serialization/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -10
- package/dist/serialization/resources/voices/types/LocalizeSpanishDialect.js +0 -41
- package/dist/serialization/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -10
- package/dist/serialization/resources/voices/types/LocalizeTargetLanguage.js +0 -57
- package/dist/serialization/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -20
- package/dist/serialization/resources/voices/types/LocalizeVoiceRequest.js +0 -51
- package/dist/serialization/resources/voices/types/MixVoiceSpecifier.d.ts +0 -12
- package/dist/serialization/resources/voices/types/MixVoiceSpecifier.js +0 -43
- package/dist/serialization/resources/voices/types/MixVoicesRequest.d.ts +0 -13
- package/dist/serialization/resources/voices/types/MixVoicesRequest.js +0 -44
- package/dist/serialization/resources/voices/types/UpdateVoiceRequest.d.ts +0 -13
- package/dist/serialization/resources/voices/types/UpdateVoiceRequest.js +0 -44
- package/dist/serialization/resources/voices/types/Voice.d.ts +0 -22
- package/dist/serialization/resources/voices/types/Voice.js +0 -53
- package/dist/serialization/resources/voices/types/VoiceId.d.ts +0 -10
- package/dist/serialization/resources/voices/types/VoiceId.js +0 -41
- package/dist/serialization/resources/voices/types/VoiceMetadata.d.ts +0 -20
- package/dist/serialization/resources/voices/types/VoiceMetadata.js +0 -51
- package/dist/serialization/resources/voices/types/Weight.d.ts +0 -10
- package/dist/serialization/resources/voices/types/Weight.js +0 -41
- package/dist/serialization/resources/voices/types/index.d.ts +0 -21
- package/dist/serialization/resources/voices/types/index.js +0 -37
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -4
- package/dist/wrapper/Client.d.ts +0 -9
- package/dist/wrapper/Client.js +0 -17
- package/dist/wrapper/StreamingSTTClient.d.ts +0 -26
- package/dist/wrapper/StreamingSTTClient.js +0 -140
- package/dist/wrapper/StreamingTTSClient.d.ts +0 -16
- package/dist/wrapper/StreamingTTSClient.js +0 -23
- package/dist/wrapper/SttWebsocket.d.ts +0 -34
- package/dist/wrapper/SttWebsocket.js +0 -219
- package/dist/wrapper/WebPlayer.d.ts +0 -44
- package/dist/wrapper/WebPlayer.js +0 -141
- package/dist/wrapper/Websocket.d.ts +0 -40
- package/dist/wrapper/Websocket.js +0 -243
- package/dist/wrapper/source.d.ts +0 -65
- package/dist/wrapper/source.js +0 -179
- package/dist/wrapper/utils.d.ts +0 -105
- package/dist/wrapper/utils.js +0 -173
- package/environments.d.ts +0 -7
- package/environments.js +0 -9
- package/errors/CartesiaError.d.ts +0 -12
- package/errors/CartesiaError.js +0 -33
- package/errors/CartesiaTimeoutError.d.ts +0 -6
- package/errors/CartesiaTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/jest.config.mjs +0 -8
- package/reference.md +0 -1052
- package/scripts/rename-to-esm-files.js +0 -115
- package/serialization/index.d.ts +0 -1
- package/serialization/index.js +0 -17
- package/serialization/resources/apiStatus/index.d.ts +0 -1
- package/serialization/resources/apiStatus/index.js +0 -17
- package/serialization/resources/apiStatus/types/ApiInfo.d.ts +0 -13
- package/serialization/resources/apiStatus/types/ApiInfo.js +0 -44
- package/serialization/resources/apiStatus/types/index.d.ts +0 -1
- package/serialization/resources/apiStatus/types/index.js +0 -17
- package/serialization/resources/auth/index.d.ts +0 -1
- package/serialization/resources/auth/index.js +0 -17
- package/serialization/resources/auth/types/TokenGrant.d.ts +0 -13
- package/serialization/resources/auth/types/TokenGrant.js +0 -44
- package/serialization/resources/auth/types/TokenRequest.d.ts +0 -14
- package/serialization/resources/auth/types/TokenRequest.js +0 -45
- package/serialization/resources/auth/types/TokenResponse.d.ts +0 -12
- package/serialization/resources/auth/types/TokenResponse.js +0 -43
- package/serialization/resources/auth/types/index.d.ts +0 -3
- package/serialization/resources/auth/types/index.js +0 -19
- package/serialization/resources/embedding/index.d.ts +0 -1
- package/serialization/resources/embedding/index.js +0 -17
- package/serialization/resources/embedding/types/Embedding.d.ts +0 -10
- package/serialization/resources/embedding/types/Embedding.js +0 -41
- package/serialization/resources/embedding/types/index.d.ts +0 -1
- package/serialization/resources/embedding/types/index.js +0 -17
- package/serialization/resources/index.d.ts +0 -14
- package/serialization/resources/index.js +0 -53
- package/serialization/resources/stt/index.d.ts +0 -1
- package/serialization/resources/stt/index.js +0 -17
- package/serialization/resources/stt/types/DoneMessage.d.ts +0 -12
- package/serialization/resources/stt/types/DoneMessage.js +0 -43
- package/serialization/resources/stt/types/ErrorMessage.d.ts +0 -13
- package/serialization/resources/stt/types/ErrorMessage.js +0 -44
- package/serialization/resources/stt/types/FlushDoneMessage.d.ts +0 -12
- package/serialization/resources/stt/types/FlushDoneMessage.js +0 -43
- package/serialization/resources/stt/types/StreamingTranscriptionResponse.d.ts +0 -26
- package/serialization/resources/stt/types/StreamingTranscriptionResponse.js +0 -55
- package/serialization/resources/stt/types/SttEncoding.d.ts +0 -10
- package/serialization/resources/stt/types/SttEncoding.js +0 -41
- package/serialization/resources/stt/types/TimestampGranularity.d.ts +0 -10
- package/serialization/resources/stt/types/TimestampGranularity.js +0 -41
- package/serialization/resources/stt/types/TranscriptMessage.d.ts +0 -18
- package/serialization/resources/stt/types/TranscriptMessage.js +0 -49
- package/serialization/resources/stt/types/TranscriptionResponse.d.ts +0 -16
- package/serialization/resources/stt/types/TranscriptionResponse.js +0 -47
- package/serialization/resources/stt/types/TranscriptionWord.d.ts +0 -14
- package/serialization/resources/stt/types/TranscriptionWord.js +0 -45
- package/serialization/resources/stt/types/index.d.ts +0 -9
- package/serialization/resources/stt/types/index.js +0 -25
- package/serialization/resources/tts/index.d.ts +0 -1
- package/serialization/resources/tts/index.js +0 -17
- package/serialization/resources/tts/types/CancelContextRequest.d.ts +0 -14
- package/serialization/resources/tts/types/CancelContextRequest.js +0 -45
- package/serialization/resources/tts/types/ContextId.d.ts +0 -10
- package/serialization/resources/tts/types/ContextId.js +0 -41
- package/serialization/resources/tts/types/Controls.d.ts +0 -15
- package/serialization/resources/tts/types/Controls.js +0 -46
- package/serialization/resources/tts/types/Emotion.d.ts +0 -10
- package/serialization/resources/tts/types/Emotion.js +0 -41
- package/serialization/resources/tts/types/EmotionDeprecated.d.ts +0 -10
- package/serialization/resources/tts/types/EmotionDeprecated.js +0 -67
- package/serialization/resources/tts/types/FlushId.d.ts +0 -10
- package/serialization/resources/tts/types/FlushId.js +0 -41
- package/serialization/resources/tts/types/GenerationConfig.d.ts +0 -15
- package/serialization/resources/tts/types/GenerationConfig.js +0 -46
- package/serialization/resources/tts/types/GenerationRequest.d.ts +0 -33
- package/serialization/resources/tts/types/GenerationRequest.js +0 -64
- package/serialization/resources/tts/types/ModelSpeed.d.ts +0 -10
- package/serialization/resources/tts/types/ModelSpeed.js +0 -41
- package/serialization/resources/tts/types/Mp3OutputFormat.d.ts +0 -13
- package/serialization/resources/tts/types/Mp3OutputFormat.js +0 -44
- package/serialization/resources/tts/types/NaturalSpecifier.d.ts +0 -10
- package/serialization/resources/tts/types/NaturalSpecifier.js +0 -41
- package/serialization/resources/tts/types/NumericalSpecifier.d.ts +0 -10
- package/serialization/resources/tts/types/NumericalSpecifier.js +0 -41
- package/serialization/resources/tts/types/OutputFormat.d.ts +0 -22
- package/serialization/resources/tts/types/OutputFormat.js +0 -53
- package/serialization/resources/tts/types/PhonemeTimestamps.d.ts +0 -14
- package/serialization/resources/tts/types/PhonemeTimestamps.js +0 -45
- package/serialization/resources/tts/types/RawEncoding.d.ts +0 -10
- package/serialization/resources/tts/types/RawEncoding.js +0 -41
- package/serialization/resources/tts/types/RawOutputFormat.d.ts +0 -15
- package/serialization/resources/tts/types/RawOutputFormat.js +0 -46
- package/serialization/resources/tts/types/Speed.d.ts +0 -12
- package/serialization/resources/tts/types/Speed.js +0 -43
- package/serialization/resources/tts/types/SseOutputFormat.d.ts +0 -15
- package/serialization/resources/tts/types/SseOutputFormat.js +0 -46
- package/serialization/resources/tts/types/SupportedLanguage.d.ts +0 -10
- package/serialization/resources/tts/types/SupportedLanguage.js +0 -57
- package/serialization/resources/tts/types/TtsRequest.d.ts +0 -25
- package/serialization/resources/tts/types/TtsRequest.js +0 -56
- package/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.d.ts +0 -16
- package/serialization/resources/tts/types/TtsRequestEmbeddingSpecifier.js +0 -47
- package/serialization/resources/tts/types/TtsRequestIdSpecifier.d.ts +0 -16
- package/serialization/resources/tts/types/TtsRequestIdSpecifier.js +0 -47
- package/serialization/resources/tts/types/TtsRequestVoiceSpecifier.d.ts +0 -12
- package/serialization/resources/tts/types/TtsRequestVoiceSpecifier.js +0 -43
- package/serialization/resources/tts/types/TtssseRequest.d.ts +0 -30
- package/serialization/resources/tts/types/TtssseRequest.js +0 -61
- package/serialization/resources/tts/types/WavOutputFormat.d.ts +0 -12
- package/serialization/resources/tts/types/WavOutputFormat.js +0 -42
- package/serialization/resources/tts/types/WebSocketBaseResponse.d.ts +0 -15
- package/serialization/resources/tts/types/WebSocketBaseResponse.js +0 -46
- package/serialization/resources/tts/types/WebSocketChunkResponse.d.ts +0 -14
- package/serialization/resources/tts/types/WebSocketChunkResponse.js +0 -47
- package/serialization/resources/tts/types/WebSocketDoneResponse.d.ts +0 -12
- package/serialization/resources/tts/types/WebSocketDoneResponse.js +0 -42
- package/serialization/resources/tts/types/WebSocketErrorResponse.d.ts +0 -13
- package/serialization/resources/tts/types/WebSocketErrorResponse.js +0 -46
- package/serialization/resources/tts/types/WebSocketFlushDoneResponse.d.ts +0 -15
- package/serialization/resources/tts/types/WebSocketFlushDoneResponse.js +0 -48
- package/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.d.ts +0 -14
- package/serialization/resources/tts/types/WebSocketPhonemeTimestampsResponse.js +0 -47
- package/serialization/resources/tts/types/WebSocketRawOutputFormat.d.ts +0 -15
- package/serialization/resources/tts/types/WebSocketRawOutputFormat.js +0 -46
- package/serialization/resources/tts/types/WebSocketRequest.d.ts +0 -12
- package/serialization/resources/tts/types/WebSocketRequest.js +0 -43
- package/serialization/resources/tts/types/WebSocketResponse.d.ts +0 -34
- package/serialization/resources/tts/types/WebSocketResponse.js +0 -59
- package/serialization/resources/tts/types/WebSocketStreamOptions.d.ts +0 -12
- package/serialization/resources/tts/types/WebSocketStreamOptions.js +0 -43
- package/serialization/resources/tts/types/WebSocketTimestampsResponse.d.ts +0 -14
- package/serialization/resources/tts/types/WebSocketTimestampsResponse.js +0 -47
- package/serialization/resources/tts/types/WebSocketTtsOutput.d.ts +0 -21
- package/serialization/resources/tts/types/WebSocketTtsOutput.js +0 -52
- package/serialization/resources/tts/types/WebSocketTtsRequest.d.ts +0 -30
- package/serialization/resources/tts/types/WebSocketTtsRequest.js +0 -61
- package/serialization/resources/tts/types/WordTimestamps.d.ts +0 -14
- package/serialization/resources/tts/types/WordTimestamps.js +0 -45
- package/serialization/resources/tts/types/index.d.ts +0 -39
- package/serialization/resources/tts/types/index.js +0 -55
- package/serialization/resources/voiceChanger/index.d.ts +0 -1
- package/serialization/resources/voiceChanger/index.js +0 -17
- package/serialization/resources/voiceChanger/types/OutputFormatContainer.d.ts +0 -10
- package/serialization/resources/voiceChanger/types/OutputFormatContainer.js +0 -41
- package/serialization/resources/voiceChanger/types/StreamingResponse.d.ts +0 -22
- package/serialization/resources/voiceChanger/types/StreamingResponse.js +0 -53
- package/serialization/resources/voiceChanger/types/index.d.ts +0 -2
- package/serialization/resources/voiceChanger/types/index.js +0 -18
- package/serialization/resources/voices/client/index.d.ts +0 -1
- package/serialization/resources/voices/client/index.js +0 -37
- package/serialization/resources/voices/client/list.d.ts +0 -11
- package/serialization/resources/voices/client/list.js +0 -42
- package/serialization/resources/voices/index.d.ts +0 -2
- package/serialization/resources/voices/index.js +0 -18
- package/serialization/resources/voices/types/BaseVoiceId.d.ts +0 -11
- package/serialization/resources/voices/types/BaseVoiceId.js +0 -8
- package/serialization/resources/voices/types/CloneMode.d.ts +0 -10
- package/serialization/resources/voices/types/CloneMode.js +0 -41
- package/serialization/resources/voices/types/CreateVoiceRequest.d.ts +0 -19
- package/serialization/resources/voices/types/CreateVoiceRequest.js +0 -50
- package/serialization/resources/voices/types/EmbeddingResponse.d.ts +0 -13
- package/serialization/resources/voices/types/EmbeddingResponse.js +0 -44
- package/serialization/resources/voices/types/EmbeddingSpecifier.d.ts +0 -15
- package/serialization/resources/voices/types/EmbeddingSpecifier.js +0 -46
- package/serialization/resources/voices/types/Gender.d.ts +0 -10
- package/serialization/resources/voices/types/Gender.js +0 -44
- package/serialization/resources/voices/types/IdSpecifier.d.ts +0 -15
- package/serialization/resources/voices/types/IdSpecifier.js +0 -46
- package/serialization/resources/voices/types/LocalizeDialect.d.ts +0 -14
- package/serialization/resources/voices/types/LocalizeDialect.js +0 -50
- package/serialization/resources/voices/types/LocalizeEnglishDialect.d.ts +0 -10
- package/serialization/resources/voices/types/LocalizeEnglishDialect.js +0 -41
- package/serialization/resources/voices/types/LocalizeFrenchDialect.d.ts +0 -10
- package/serialization/resources/voices/types/LocalizeFrenchDialect.js +0 -41
- package/serialization/resources/voices/types/LocalizePortugueseDialect.d.ts +0 -10
- package/serialization/resources/voices/types/LocalizePortugueseDialect.js +0 -41
- package/serialization/resources/voices/types/LocalizeSpanishDialect.d.ts +0 -10
- package/serialization/resources/voices/types/LocalizeSpanishDialect.js +0 -41
- package/serialization/resources/voices/types/LocalizeTargetLanguage.d.ts +0 -10
- package/serialization/resources/voices/types/LocalizeTargetLanguage.js +0 -57
- package/serialization/resources/voices/types/LocalizeVoiceRequest.d.ts +0 -20
- package/serialization/resources/voices/types/LocalizeVoiceRequest.js +0 -51
- package/serialization/resources/voices/types/MixVoiceSpecifier.d.ts +0 -12
- package/serialization/resources/voices/types/MixVoiceSpecifier.js +0 -43
- package/serialization/resources/voices/types/MixVoicesRequest.d.ts +0 -13
- package/serialization/resources/voices/types/MixVoicesRequest.js +0 -44
- package/serialization/resources/voices/types/UpdateVoiceRequest.d.ts +0 -13
- package/serialization/resources/voices/types/UpdateVoiceRequest.js +0 -44
- package/serialization/resources/voices/types/Voice.d.ts +0 -22
- package/serialization/resources/voices/types/Voice.js +0 -53
- package/serialization/resources/voices/types/VoiceId.d.ts +0 -10
- package/serialization/resources/voices/types/VoiceId.js +0 -41
- package/serialization/resources/voices/types/VoiceMetadata.d.ts +0 -20
- package/serialization/resources/voices/types/VoiceMetadata.js +0 -51
- package/serialization/resources/voices/types/Weight.d.ts +0 -10
- package/serialization/resources/voices/types/Weight.js +0 -41
- package/serialization/resources/voices/types/index.d.ts +0 -21
- package/serialization/resources/voices/types/index.js +0 -37
- package/wrapper/Client.d.ts +0 -9
- package/wrapper/Client.js +0 -17
- package/wrapper/StreamingSTTClient.d.ts +0 -26
- package/wrapper/StreamingSTTClient.js +0 -140
- package/wrapper/StreamingTTSClient.d.ts +0 -16
- package/wrapper/StreamingTTSClient.js +0 -23
- package/wrapper/SttWebsocket.d.ts +0 -34
- package/wrapper/SttWebsocket.js +0 -219
- package/wrapper/WebPlayer.d.ts +0 -44
- package/wrapper/WebPlayer.js +0 -141
- package/wrapper/Websocket.d.ts +0 -40
- package/wrapper/Websocket.js +0 -243
- package/wrapper/source.d.ts +0 -65
- package/wrapper/source.js +0 -179
- package/wrapper/utils.d.ts +0 -105
- package/wrapper/utils.js +0 -173
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var _EventEmitter_listeners;
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EventEmitter = void 0;
|
|
5
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
6
|
+
class EventEmitter {
|
|
7
|
+
constructor() {
|
|
8
|
+
_EventEmitter_listeners.set(this, {});
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Adds the listener function to the end of the listeners array for the event.
|
|
12
|
+
* No checks are made to see if the listener has already been added. Multiple calls passing
|
|
13
|
+
* the same combination of event and listener will result in the listener being added, and
|
|
14
|
+
* called, multiple times.
|
|
15
|
+
* @returns this, so that calls can be chained
|
|
16
|
+
*/
|
|
17
|
+
on(event, listener) {
|
|
18
|
+
const listeners = tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] || (tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = []);
|
|
19
|
+
listeners.push({ listener });
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Removes the specified listener from the listener array for the event.
|
|
24
|
+
* off() will remove, at most, one instance of a listener from the listener array. If any single
|
|
25
|
+
* listener has been added multiple times to the listener array for the specified event, then
|
|
26
|
+
* off() must be called multiple times to remove each instance.
|
|
27
|
+
* @returns this, so that calls can be chained
|
|
28
|
+
*/
|
|
29
|
+
off(event, listener) {
|
|
30
|
+
const listeners = tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
31
|
+
if (!listeners)
|
|
32
|
+
return this;
|
|
33
|
+
const index = listeners.findIndex((l) => l.listener === listener);
|
|
34
|
+
if (index >= 0)
|
|
35
|
+
listeners.splice(index, 1);
|
|
36
|
+
return this;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Adds a one-time listener function for the event. The next time the event is triggered,
|
|
40
|
+
* this listener is removed and then invoked.
|
|
41
|
+
* @returns this, so that calls can be chained
|
|
42
|
+
*/
|
|
43
|
+
once(event, listener) {
|
|
44
|
+
const listeners = tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] || (tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = []);
|
|
45
|
+
listeners.push({ listener, once: true });
|
|
46
|
+
return this;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* This is similar to `.once()`, but returns a Promise that resolves the next time
|
|
50
|
+
* the event is triggered, instead of calling a listener callback.
|
|
51
|
+
* @returns a Promise that resolves the next time given event is triggered,
|
|
52
|
+
* or rejects if an error is emitted. (If you request the 'error' event,
|
|
53
|
+
* returns a promise that resolves with the error).
|
|
54
|
+
*
|
|
55
|
+
* Example:
|
|
56
|
+
*
|
|
57
|
+
* const message = await stream.emitted('message') // rejects if the stream errors
|
|
58
|
+
*/
|
|
59
|
+
emitted(event) {
|
|
60
|
+
return new Promise((resolve, reject) => {
|
|
61
|
+
// TODO: handle errors
|
|
62
|
+
this.once(event, resolve);
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
_emit(event, ...args) {
|
|
66
|
+
const listeners = tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
67
|
+
if (listeners) {
|
|
68
|
+
tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = listeners.filter((l) => !l.once);
|
|
69
|
+
listeners.forEach(({ listener }) => listener(...args));
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
_hasListener(event) {
|
|
73
|
+
const listeners = tslib_1.__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
74
|
+
return listeners && listeners.length > 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.EventEmitter = EventEmitter;
|
|
78
|
+
_EventEmitter_listeners = new WeakMap();
|
|
79
|
+
//# sourceMappingURL=EventEmitter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventEmitter.js","sourceRoot":"","sources":["../src/core/EventEmitter.ts"],"names":[],"mappings":";;;;;AAWA,MAAa,YAAY;IAAzB;QACE,kCAEI,EAAE,EAAC;IAmFT,CAAC;IAjFC;;;;;;OAMG;IACH,EAAE,CAAiC,KAAY,EAAE,QAA0C;QACzF,MAAM,SAAS,GACb,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,IAAI,CAAC,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC;QAC1D,SAAS,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;QAC7B,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CAAiC,KAAY,EAAE,QAA0C;QAC1F,MAAM,SAAS,GAAG,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QAC5B,MAAM,KAAK,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAClE,IAAI,KAAK,IAAI,CAAC;YAAE,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;OAIG;IACH,IAAI,CAAiC,KAAY,EAAE,QAA0C;QAC3F,MAAM,SAAS,GACb,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,IAAI,CAAC,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC;QAC1D,SAAS,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;QACzC,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CACL,KAAY;QAMZ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,sBAAsB;YACtB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAc,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACL,CAAC;IAES,KAAK,CAEb,KAAY,EACZ,GAAG,IAAwC;QAE3C,MAAM,SAAS,GAAkD,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACxF,IAAI,SAAS,EAAE,CAAC;YACd,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAQ,CAAC;YACjE,SAAS,CAAC,OAAO,CAAC,CAAC,EAAE,QAAQ,EAAO,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAI,IAAY,CAAC,CAAC,CAAC;QACvE,CAAC;IACH,CAAC;IAES,YAAY,CAAC,KAAuB;QAC5C,MAAM,SAAS,GAAG,+BAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACzC,OAAO,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;IAC3C,CAAC;CACF;AAtFD,oCAsFC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
var _EventEmitter_listeners;
|
|
2
|
+
import { __classPrivateFieldGet } from "../internal/tslib.mjs";
|
|
3
|
+
export class EventEmitter {
|
|
4
|
+
constructor() {
|
|
5
|
+
_EventEmitter_listeners.set(this, {});
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Adds the listener function to the end of the listeners array for the event.
|
|
9
|
+
* No checks are made to see if the listener has already been added. Multiple calls passing
|
|
10
|
+
* the same combination of event and listener will result in the listener being added, and
|
|
11
|
+
* called, multiple times.
|
|
12
|
+
* @returns this, so that calls can be chained
|
|
13
|
+
*/
|
|
14
|
+
on(event, listener) {
|
|
15
|
+
const listeners = __classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] || (__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = []);
|
|
16
|
+
listeners.push({ listener });
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Removes the specified listener from the listener array for the event.
|
|
21
|
+
* off() will remove, at most, one instance of a listener from the listener array. If any single
|
|
22
|
+
* listener has been added multiple times to the listener array for the specified event, then
|
|
23
|
+
* off() must be called multiple times to remove each instance.
|
|
24
|
+
* @returns this, so that calls can be chained
|
|
25
|
+
*/
|
|
26
|
+
off(event, listener) {
|
|
27
|
+
const listeners = __classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
28
|
+
if (!listeners)
|
|
29
|
+
return this;
|
|
30
|
+
const index = listeners.findIndex((l) => l.listener === listener);
|
|
31
|
+
if (index >= 0)
|
|
32
|
+
listeners.splice(index, 1);
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Adds a one-time listener function for the event. The next time the event is triggered,
|
|
37
|
+
* this listener is removed and then invoked.
|
|
38
|
+
* @returns this, so that calls can be chained
|
|
39
|
+
*/
|
|
40
|
+
once(event, listener) {
|
|
41
|
+
const listeners = __classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] || (__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = []);
|
|
42
|
+
listeners.push({ listener, once: true });
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* This is similar to `.once()`, but returns a Promise that resolves the next time
|
|
47
|
+
* the event is triggered, instead of calling a listener callback.
|
|
48
|
+
* @returns a Promise that resolves the next time given event is triggered,
|
|
49
|
+
* or rejects if an error is emitted. (If you request the 'error' event,
|
|
50
|
+
* returns a promise that resolves with the error).
|
|
51
|
+
*
|
|
52
|
+
* Example:
|
|
53
|
+
*
|
|
54
|
+
* const message = await stream.emitted('message') // rejects if the stream errors
|
|
55
|
+
*/
|
|
56
|
+
emitted(event) {
|
|
57
|
+
return new Promise((resolve, reject) => {
|
|
58
|
+
// TODO: handle errors
|
|
59
|
+
this.once(event, resolve);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
_emit(event, ...args) {
|
|
63
|
+
const listeners = __classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
64
|
+
if (listeners) {
|
|
65
|
+
__classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event] = listeners.filter((l) => !l.once);
|
|
66
|
+
listeners.forEach(({ listener }) => listener(...args));
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_hasListener(event) {
|
|
70
|
+
const listeners = __classPrivateFieldGet(this, _EventEmitter_listeners, "f")[event];
|
|
71
|
+
return listeners && listeners.length > 0;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
_EventEmitter_listeners = new WeakMap();
|
|
75
|
+
//# sourceMappingURL=EventEmitter.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventEmitter.mjs","sourceRoot":"","sources":["../src/core/EventEmitter.ts"],"names":[],"mappings":";;AAWA,MAAM,OAAO,YAAY;IAAzB;QACE,kCAEI,EAAE,EAAC;IAmFT,CAAC;IAjFC;;;;;;OAMG;IACH,EAAE,CAAiC,KAAY,EAAE,QAA0C;QACzF,MAAM,SAAS,GACb,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC;QAC1D,SAAS,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;QAC7B,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CAAiC,KAAY,EAAE,QAA0C;QAC1F,MAAM,SAAS,GAAG,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QAC5B,MAAM,KAAK,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAClE,IAAI,KAAK,IAAI,CAAC;YAAE,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;OAIG;IACH,IAAI,CAAiC,KAAY,EAAE,QAA0C;QAC3F,MAAM,SAAS,GACb,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC;QAC1D,SAAS,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;QACzC,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CACL,KAAY;QAMZ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,sBAAsB;YACtB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAc,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACL,CAAC;IAES,KAAK,CAEb,KAAY,EACZ,GAAG,IAAwC;QAE3C,MAAM,SAAS,GAAkD,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACxF,IAAI,SAAS,EAAE,CAAC;YACd,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAQ,CAAC;YACjE,SAAS,CAAC,OAAO,CAAC,CAAC,EAAE,QAAQ,EAAO,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAI,IAAY,CAAC,CAAC,CAAC;QACvE,CAAC;IACH,CAAC;IAES,YAAY,CAAC,KAAuB;QAC5C,MAAM,SAAS,GAAG,uBAAA,IAAI,+BAAW,CAAC,KAAK,CAAC,CAAC;QACzC,OAAO,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;IAC3C,CAAC;CACF"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type Cartesia } from "../client.mjs";
|
|
2
|
+
import { type PromiseOrValue } from "../internal/types.mjs";
|
|
3
|
+
import { APIResponseProps } from "../internal/parse.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* A subclass of `Promise` providing additional helper methods
|
|
6
|
+
* for interacting with the SDK.
|
|
7
|
+
*/
|
|
8
|
+
export declare class APIPromise<T> extends Promise<T> {
|
|
9
|
+
#private;
|
|
10
|
+
private responsePromise;
|
|
11
|
+
private parseResponse;
|
|
12
|
+
private parsedPromise;
|
|
13
|
+
constructor(client: Cartesia, responsePromise: Promise<APIResponseProps>, parseResponse?: (client: Cartesia, props: APIResponseProps) => PromiseOrValue<T>);
|
|
14
|
+
_thenUnwrap<U>(transform: (data: T, props: APIResponseProps) => U): APIPromise<U>;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the raw `Response` instance instead of parsing the response
|
|
17
|
+
* data.
|
|
18
|
+
*
|
|
19
|
+
* If you want to parse the response body but still get the `Response`
|
|
20
|
+
* instance, you can use {@link withResponse()}.
|
|
21
|
+
*
|
|
22
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
23
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
24
|
+
* to your `tsconfig.json`.
|
|
25
|
+
*/
|
|
26
|
+
asResponse(): Promise<Response>;
|
|
27
|
+
/**
|
|
28
|
+
* Gets the parsed response data and the raw `Response` instance.
|
|
29
|
+
*
|
|
30
|
+
* If you just want to get the raw `Response` instance without parsing it,
|
|
31
|
+
* you can use {@link asResponse()}.
|
|
32
|
+
*
|
|
33
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
34
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
35
|
+
* to your `tsconfig.json`.
|
|
36
|
+
*/
|
|
37
|
+
withResponse(): Promise<{
|
|
38
|
+
data: T;
|
|
39
|
+
response: Response;
|
|
40
|
+
}>;
|
|
41
|
+
private parse;
|
|
42
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): Promise<TResult1 | TResult2>;
|
|
43
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): Promise<T | TResult>;
|
|
44
|
+
finally(onfinally?: (() => void) | undefined | null): Promise<T>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=api-promise.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["../src/core/api-promise.ts"],"names":[],"mappings":"OAEO,EAAE,KAAK,QAAQ,EAAE;OAEjB,EAAE,KAAK,cAAc,EAAE;OACvB,EAAE,gBAAgB,EAAwB;AAEjD;;;GAGG;AACH,qBAAa,UAAU,CAAC,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,CAAC;;IAMzC,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,aAAa;IANvB,OAAO,CAAC,aAAa,CAAyB;gBAI5C,MAAM,EAAE,QAAQ,EACR,eAAe,EAAE,OAAO,CAAC,gBAAgB,CAAC,EAC1C,aAAa,GAAE,CACrB,MAAM,EAAE,QAAQ,EAChB,KAAK,EAAE,gBAAgB,KACpB,cAAc,CAAC,CAAC,CAAwB;IAW/C,WAAW,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,gBAAgB,KAAK,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC;IAMjF;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO,CAAC,QAAQ,CAAC;IAI/B;;;;;;;;;OASG;IACG,YAAY,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,CAAC,CAAC;QAAC,QAAQ,EAAE,QAAQ,CAAA;KAAE,CAAC;IAK9D,OAAO,CAAC,KAAK;IAOJ,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE,QAAQ,GAAG,KAAK,EAC1C,WAAW,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,KAAK,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,EACjF,UAAU,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,GAClF,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAItB,KAAK,CAAC,OAAO,GAAG,KAAK,EAC5B,UAAU,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,GAChF,OAAO,CAAC,CAAC,GAAG,OAAO,CAAC;IAId,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,GAAG,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC;CAG1E"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type Cartesia } from "../client.js";
|
|
2
|
+
import { type PromiseOrValue } from "../internal/types.js";
|
|
3
|
+
import { APIResponseProps } from "../internal/parse.js";
|
|
4
|
+
/**
|
|
5
|
+
* A subclass of `Promise` providing additional helper methods
|
|
6
|
+
* for interacting with the SDK.
|
|
7
|
+
*/
|
|
8
|
+
export declare class APIPromise<T> extends Promise<T> {
|
|
9
|
+
#private;
|
|
10
|
+
private responsePromise;
|
|
11
|
+
private parseResponse;
|
|
12
|
+
private parsedPromise;
|
|
13
|
+
constructor(client: Cartesia, responsePromise: Promise<APIResponseProps>, parseResponse?: (client: Cartesia, props: APIResponseProps) => PromiseOrValue<T>);
|
|
14
|
+
_thenUnwrap<U>(transform: (data: T, props: APIResponseProps) => U): APIPromise<U>;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the raw `Response` instance instead of parsing the response
|
|
17
|
+
* data.
|
|
18
|
+
*
|
|
19
|
+
* If you want to parse the response body but still get the `Response`
|
|
20
|
+
* instance, you can use {@link withResponse()}.
|
|
21
|
+
*
|
|
22
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
23
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
24
|
+
* to your `tsconfig.json`.
|
|
25
|
+
*/
|
|
26
|
+
asResponse(): Promise<Response>;
|
|
27
|
+
/**
|
|
28
|
+
* Gets the parsed response data and the raw `Response` instance.
|
|
29
|
+
*
|
|
30
|
+
* If you just want to get the raw `Response` instance without parsing it,
|
|
31
|
+
* you can use {@link asResponse()}.
|
|
32
|
+
*
|
|
33
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
34
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
35
|
+
* to your `tsconfig.json`.
|
|
36
|
+
*/
|
|
37
|
+
withResponse(): Promise<{
|
|
38
|
+
data: T;
|
|
39
|
+
response: Response;
|
|
40
|
+
}>;
|
|
41
|
+
private parse;
|
|
42
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): Promise<TResult1 | TResult2>;
|
|
43
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): Promise<T | TResult>;
|
|
44
|
+
finally(onfinally?: (() => void) | undefined | null): Promise<T>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=api-promise.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["../src/core/api-promise.ts"],"names":[],"mappings":"OAEO,EAAE,KAAK,QAAQ,EAAE;OAEjB,EAAE,KAAK,cAAc,EAAE;OACvB,EAAE,gBAAgB,EAAwB;AAEjD;;;GAGG;AACH,qBAAa,UAAU,CAAC,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,CAAC;;IAMzC,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,aAAa;IANvB,OAAO,CAAC,aAAa,CAAyB;gBAI5C,MAAM,EAAE,QAAQ,EACR,eAAe,EAAE,OAAO,CAAC,gBAAgB,CAAC,EAC1C,aAAa,GAAE,CACrB,MAAM,EAAE,QAAQ,EAChB,KAAK,EAAE,gBAAgB,KACpB,cAAc,CAAC,CAAC,CAAwB;IAW/C,WAAW,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,gBAAgB,KAAK,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC;IAMjF;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO,CAAC,QAAQ,CAAC;IAI/B;;;;;;;;;OASG;IACG,YAAY,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,CAAC,CAAC;QAAC,QAAQ,EAAE,QAAQ,CAAA;KAAE,CAAC;IAK9D,OAAO,CAAC,KAAK;IAOJ,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE,QAAQ,GAAG,KAAK,EAC1C,WAAW,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,KAAK,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,EACjF,UAAU,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,GAClF,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAItB,KAAK,CAAC,OAAO,GAAG,KAAK,EAC5B,UAAU,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,GAChF,OAAO,CAAC,CAAC,GAAG,OAAO,CAAC;IAId,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,GAAG,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC;CAG1E"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
var _APIPromise_client;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.APIPromise = void 0;
|
|
6
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
7
|
+
const parse_1 = require("../internal/parse.js");
|
|
8
|
+
/**
|
|
9
|
+
* A subclass of `Promise` providing additional helper methods
|
|
10
|
+
* for interacting with the SDK.
|
|
11
|
+
*/
|
|
12
|
+
class APIPromise extends Promise {
|
|
13
|
+
constructor(client, responsePromise, parseResponse = parse_1.defaultParseResponse) {
|
|
14
|
+
super((resolve) => {
|
|
15
|
+
// this is maybe a bit weird but this has to be a no-op to not implicitly
|
|
16
|
+
// parse the response body; instead .then, .catch, .finally are overridden
|
|
17
|
+
// to parse the response
|
|
18
|
+
resolve(null);
|
|
19
|
+
});
|
|
20
|
+
this.responsePromise = responsePromise;
|
|
21
|
+
this.parseResponse = parseResponse;
|
|
22
|
+
_APIPromise_client.set(this, void 0);
|
|
23
|
+
tslib_1.__classPrivateFieldSet(this, _APIPromise_client, client, "f");
|
|
24
|
+
}
|
|
25
|
+
_thenUnwrap(transform) {
|
|
26
|
+
return new APIPromise(tslib_1.__classPrivateFieldGet(this, _APIPromise_client, "f"), this.responsePromise, async (client, props) => transform(await this.parseResponse(client, props), props));
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Gets the raw `Response` instance instead of parsing the response
|
|
30
|
+
* data.
|
|
31
|
+
*
|
|
32
|
+
* If you want to parse the response body but still get the `Response`
|
|
33
|
+
* instance, you can use {@link withResponse()}.
|
|
34
|
+
*
|
|
35
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
36
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
37
|
+
* to your `tsconfig.json`.
|
|
38
|
+
*/
|
|
39
|
+
asResponse() {
|
|
40
|
+
return this.responsePromise.then((p) => p.response);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Gets the parsed response data and the raw `Response` instance.
|
|
44
|
+
*
|
|
45
|
+
* If you just want to get the raw `Response` instance without parsing it,
|
|
46
|
+
* you can use {@link asResponse()}.
|
|
47
|
+
*
|
|
48
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
49
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
50
|
+
* to your `tsconfig.json`.
|
|
51
|
+
*/
|
|
52
|
+
async withResponse() {
|
|
53
|
+
const [data, response] = await Promise.all([this.parse(), this.asResponse()]);
|
|
54
|
+
return { data, response };
|
|
55
|
+
}
|
|
56
|
+
parse() {
|
|
57
|
+
if (!this.parsedPromise) {
|
|
58
|
+
this.parsedPromise = this.responsePromise.then((data) => this.parseResponse(tslib_1.__classPrivateFieldGet(this, _APIPromise_client, "f"), data));
|
|
59
|
+
}
|
|
60
|
+
return this.parsedPromise;
|
|
61
|
+
}
|
|
62
|
+
then(onfulfilled, onrejected) {
|
|
63
|
+
return this.parse().then(onfulfilled, onrejected);
|
|
64
|
+
}
|
|
65
|
+
catch(onrejected) {
|
|
66
|
+
return this.parse().catch(onrejected);
|
|
67
|
+
}
|
|
68
|
+
finally(onfinally) {
|
|
69
|
+
return this.parse().finally(onfinally);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.APIPromise = APIPromise;
|
|
73
|
+
_APIPromise_client = new WeakMap();
|
|
74
|
+
//# sourceMappingURL=api-promise.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-promise.js","sourceRoot":"","sources":["../src/core/api-promise.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;AAKtF,gDAA2E;AAE3E;;;GAGG;AACH,MAAa,UAAc,SAAQ,OAAU;IAI3C,YACE,MAAgB,EACR,eAA0C,EAC1C,gBAGiB,4BAAoB;QAE7C,KAAK,CAAC,CAAC,OAAO,EAAE,EAAE;YAChB,yEAAyE;YACzE,0EAA0E;YAC1E,wBAAwB;YACxB,OAAO,CAAC,IAAW,CAAC,CAAC;QACvB,CAAC,CAAC,CAAC;QAXK,oBAAe,GAAf,eAAe,CAA2B;QAC1C,kBAAa,GAAb,aAAa,CAGwB;QAR/C,qCAAkB;QAgBhB,+BAAA,IAAI,sBAAW,MAAM,MAAA,CAAC;IACxB,CAAC;IAED,WAAW,CAAI,SAAkD;QAC/D,OAAO,IAAI,UAAU,CAAC,+BAAA,IAAI,0BAAQ,EAAE,IAAI,CAAC,eAAe,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,CAChF,SAAS,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAC1D,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;IACtD,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,YAAY;QAChB,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;QAC9E,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAC5B,CAAC;IAEO,KAAK;QACX,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;YACxB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,+BAAA,IAAI,0BAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;QACnG,CAAC;QACD,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAEQ,IAAI,CACX,WAAiF,EACjF,UAAmF;QAEnF,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IACpD,CAAC;IAEQ,KAAK,CACZ,UAAiF;QAEjF,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IACxC,CAAC;IAEQ,OAAO,CAAC,SAA2C;QAC1D,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IACzC,CAAC;CACF;AAhFD,gCAgFC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
var _APIPromise_client;
|
|
3
|
+
import { __classPrivateFieldGet, __classPrivateFieldSet } from "../internal/tslib.mjs";
|
|
4
|
+
import { defaultParseResponse } from "../internal/parse.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* A subclass of `Promise` providing additional helper methods
|
|
7
|
+
* for interacting with the SDK.
|
|
8
|
+
*/
|
|
9
|
+
export class APIPromise extends Promise {
|
|
10
|
+
constructor(client, responsePromise, parseResponse = defaultParseResponse) {
|
|
11
|
+
super((resolve) => {
|
|
12
|
+
// this is maybe a bit weird but this has to be a no-op to not implicitly
|
|
13
|
+
// parse the response body; instead .then, .catch, .finally are overridden
|
|
14
|
+
// to parse the response
|
|
15
|
+
resolve(null);
|
|
16
|
+
});
|
|
17
|
+
this.responsePromise = responsePromise;
|
|
18
|
+
this.parseResponse = parseResponse;
|
|
19
|
+
_APIPromise_client.set(this, void 0);
|
|
20
|
+
__classPrivateFieldSet(this, _APIPromise_client, client, "f");
|
|
21
|
+
}
|
|
22
|
+
_thenUnwrap(transform) {
|
|
23
|
+
return new APIPromise(__classPrivateFieldGet(this, _APIPromise_client, "f"), this.responsePromise, async (client, props) => transform(await this.parseResponse(client, props), props));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets the raw `Response` instance instead of parsing the response
|
|
27
|
+
* data.
|
|
28
|
+
*
|
|
29
|
+
* If you want to parse the response body but still get the `Response`
|
|
30
|
+
* instance, you can use {@link withResponse()}.
|
|
31
|
+
*
|
|
32
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
33
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
34
|
+
* to your `tsconfig.json`.
|
|
35
|
+
*/
|
|
36
|
+
asResponse() {
|
|
37
|
+
return this.responsePromise.then((p) => p.response);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Gets the parsed response data and the raw `Response` instance.
|
|
41
|
+
*
|
|
42
|
+
* If you just want to get the raw `Response` instance without parsing it,
|
|
43
|
+
* you can use {@link asResponse()}.
|
|
44
|
+
*
|
|
45
|
+
* 👋 Getting the wrong TypeScript type for `Response`?
|
|
46
|
+
* Try setting `"moduleResolution": "NodeNext"` or add `"lib": ["DOM"]`
|
|
47
|
+
* to your `tsconfig.json`.
|
|
48
|
+
*/
|
|
49
|
+
async withResponse() {
|
|
50
|
+
const [data, response] = await Promise.all([this.parse(), this.asResponse()]);
|
|
51
|
+
return { data, response };
|
|
52
|
+
}
|
|
53
|
+
parse() {
|
|
54
|
+
if (!this.parsedPromise) {
|
|
55
|
+
this.parsedPromise = this.responsePromise.then((data) => this.parseResponse(__classPrivateFieldGet(this, _APIPromise_client, "f"), data));
|
|
56
|
+
}
|
|
57
|
+
return this.parsedPromise;
|
|
58
|
+
}
|
|
59
|
+
then(onfulfilled, onrejected) {
|
|
60
|
+
return this.parse().then(onfulfilled, onrejected);
|
|
61
|
+
}
|
|
62
|
+
catch(onrejected) {
|
|
63
|
+
return this.parse().catch(onrejected);
|
|
64
|
+
}
|
|
65
|
+
finally(onfinally) {
|
|
66
|
+
return this.parse().finally(onfinally);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_APIPromise_client = new WeakMap();
|
|
70
|
+
//# sourceMappingURL=api-promise.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["../src/core/api-promise.ts"],"names":[],"mappings":"AAAA,sFAAsF;;;OAK/E,EAAoB,oBAAoB,EAAE;AAEjD;;;GAGG;AACH,MAAM,OAAO,UAAc,SAAQ,OAAU;IAI3C,YACE,MAAgB,EACR,eAA0C,EAC1C,gBAGiB,oBAAoB;QAE7C,KAAK,CAAC,CAAC,OAAO,EAAE,EAAE;YAChB,yEAAyE;YACzE,0EAA0E;YAC1E,wBAAwB;YACxB,OAAO,CAAC,IAAW,CAAC,CAAC;QACvB,CAAC,CAAC,CAAC;QAXK,oBAAe,GAAf,eAAe,CAA2B;QAC1C,kBAAa,GAAb,aAAa,CAGwB;QAR/C,qCAAkB;QAgBhB,uBAAA,IAAI,sBAAW,MAAM,MAAA,CAAC;IACxB,CAAC;IAED,WAAW,CAAI,SAAkD;QAC/D,OAAO,IAAI,UAAU,CAAC,uBAAA,IAAI,0BAAQ,EAAE,IAAI,CAAC,eAAe,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,CAChF,SAAS,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAC1D,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;IACtD,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,YAAY;QAChB,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;QAC9E,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAC5B,CAAC;IAEO,KAAK;QACX,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;YACxB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,uBAAA,IAAI,0BAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;QACnG,CAAC;QACD,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAEQ,IAAI,CACX,WAAiF,EACjF,UAAmF;QAEnF,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IACpD,CAAC;IAEQ,KAAK,CACZ,UAAiF;QAEjF,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IACxC,CAAC;IAEQ,OAAO,CAAC,SAA2C;QAC1D,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IACzC,CAAC;CACF"}
|
package/core/error.d.mts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare class CartesiaError extends Error {
|
|
2
|
+
}
|
|
3
|
+
export declare class APIError<TStatus extends number | undefined = number | undefined, THeaders extends Headers | undefined = Headers | undefined, TError extends Object | undefined = Object | undefined> extends CartesiaError {
|
|
4
|
+
/** HTTP status for the response that caused the error */
|
|
5
|
+
readonly status: TStatus;
|
|
6
|
+
/** HTTP headers for the response that caused the error */
|
|
7
|
+
readonly headers: THeaders;
|
|
8
|
+
/** JSON body of the response that caused the error */
|
|
9
|
+
readonly error: TError;
|
|
10
|
+
constructor(status: TStatus, error: TError, message: string | undefined, headers: THeaders);
|
|
11
|
+
private static makeMessage;
|
|
12
|
+
static generate(status: number | undefined, errorResponse: Object | undefined, message: string | undefined, headers: Headers | undefined): APIError;
|
|
13
|
+
}
|
|
14
|
+
export declare class APIUserAbortError extends APIError<undefined, undefined, undefined> {
|
|
15
|
+
constructor({ message }?: {
|
|
16
|
+
message?: string;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export declare class APIConnectionError extends APIError<undefined, undefined, undefined> {
|
|
20
|
+
constructor({ message, cause }: {
|
|
21
|
+
message?: string | undefined;
|
|
22
|
+
cause?: Error | undefined;
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
export declare class APIConnectionTimeoutError extends APIConnectionError {
|
|
26
|
+
constructor({ message }?: {
|
|
27
|
+
message?: string;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
export declare class BadRequestError extends APIError<400, Headers> {
|
|
31
|
+
}
|
|
32
|
+
export declare class AuthenticationError extends APIError<401, Headers> {
|
|
33
|
+
}
|
|
34
|
+
export declare class PermissionDeniedError extends APIError<403, Headers> {
|
|
35
|
+
}
|
|
36
|
+
export declare class NotFoundError extends APIError<404, Headers> {
|
|
37
|
+
}
|
|
38
|
+
export declare class ConflictError extends APIError<409, Headers> {
|
|
39
|
+
}
|
|
40
|
+
export declare class UnprocessableEntityError extends APIError<422, Headers> {
|
|
41
|
+
}
|
|
42
|
+
export declare class RateLimitError extends APIError<429, Headers> {
|
|
43
|
+
}
|
|
44
|
+
export declare class InternalServerError extends APIError<number, Headers> {
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=error.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.d.mts","sourceRoot":"","sources":["../src/core/error.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAc,SAAQ,KAAK;CAAG;AAE3C,qBAAa,QAAQ,CACnB,OAAO,SAAS,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,EACvD,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,EAC1D,MAAM,SAAS,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CACtD,SAAQ,aAAa;IACrB,yDAAyD;IACzD,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,0DAA0D;IAC1D,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC;IAC3B,sDAAsD;IACtD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;gBAEX,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,QAAQ;IAO1F,OAAO,CAAC,MAAM,CAAC,WAAW;IAqB1B,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,MAAM,GAAG,SAAS,EAC1B,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,GAC3B,QAAQ;CAyCZ;AAED,qBAAa,iBAAkB,SAAQ,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;gBAClE,EAAE,OAAO,EAAE,GAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAO;CAGnD;AAED,qBAAa,kBAAmB,SAAQ,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;gBACnE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAA;KAAE;CAM5F;AAED,qBAAa,yBAA0B,SAAQ,kBAAkB;gBACnD,EAAE,OAAO,EAAE,GAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAO;CAGnD;AAED,qBAAa,eAAgB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE9D,qBAAa,mBAAoB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAElE,qBAAa,qBAAsB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAEpE,qBAAa,aAAc,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE5D,qBAAa,aAAc,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE5D,qBAAa,wBAAyB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAEvE,qBAAa,cAAe,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE7D,qBAAa,mBAAoB,SAAQ,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;CAAG"}
|
package/core/error.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare class CartesiaError extends Error {
|
|
2
|
+
}
|
|
3
|
+
export declare class APIError<TStatus extends number | undefined = number | undefined, THeaders extends Headers | undefined = Headers | undefined, TError extends Object | undefined = Object | undefined> extends CartesiaError {
|
|
4
|
+
/** HTTP status for the response that caused the error */
|
|
5
|
+
readonly status: TStatus;
|
|
6
|
+
/** HTTP headers for the response that caused the error */
|
|
7
|
+
readonly headers: THeaders;
|
|
8
|
+
/** JSON body of the response that caused the error */
|
|
9
|
+
readonly error: TError;
|
|
10
|
+
constructor(status: TStatus, error: TError, message: string | undefined, headers: THeaders);
|
|
11
|
+
private static makeMessage;
|
|
12
|
+
static generate(status: number | undefined, errorResponse: Object | undefined, message: string | undefined, headers: Headers | undefined): APIError;
|
|
13
|
+
}
|
|
14
|
+
export declare class APIUserAbortError extends APIError<undefined, undefined, undefined> {
|
|
15
|
+
constructor({ message }?: {
|
|
16
|
+
message?: string;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export declare class APIConnectionError extends APIError<undefined, undefined, undefined> {
|
|
20
|
+
constructor({ message, cause }: {
|
|
21
|
+
message?: string | undefined;
|
|
22
|
+
cause?: Error | undefined;
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
export declare class APIConnectionTimeoutError extends APIConnectionError {
|
|
26
|
+
constructor({ message }?: {
|
|
27
|
+
message?: string;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
export declare class BadRequestError extends APIError<400, Headers> {
|
|
31
|
+
}
|
|
32
|
+
export declare class AuthenticationError extends APIError<401, Headers> {
|
|
33
|
+
}
|
|
34
|
+
export declare class PermissionDeniedError extends APIError<403, Headers> {
|
|
35
|
+
}
|
|
36
|
+
export declare class NotFoundError extends APIError<404, Headers> {
|
|
37
|
+
}
|
|
38
|
+
export declare class ConflictError extends APIError<409, Headers> {
|
|
39
|
+
}
|
|
40
|
+
export declare class UnprocessableEntityError extends APIError<422, Headers> {
|
|
41
|
+
}
|
|
42
|
+
export declare class RateLimitError extends APIError<429, Headers> {
|
|
43
|
+
}
|
|
44
|
+
export declare class InternalServerError extends APIError<number, Headers> {
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/core/error.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAc,SAAQ,KAAK;CAAG;AAE3C,qBAAa,QAAQ,CACnB,OAAO,SAAS,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,EACvD,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,EAC1D,MAAM,SAAS,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CACtD,SAAQ,aAAa;IACrB,yDAAyD;IACzD,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,0DAA0D;IAC1D,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC;IAC3B,sDAAsD;IACtD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;gBAEX,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,QAAQ;IAO1F,OAAO,CAAC,MAAM,CAAC,WAAW;IAqB1B,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,MAAM,GAAG,SAAS,EAC1B,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,GAC3B,QAAQ;CAyCZ;AAED,qBAAa,iBAAkB,SAAQ,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;gBAClE,EAAE,OAAO,EAAE,GAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAO;CAGnD;AAED,qBAAa,kBAAmB,SAAQ,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;gBACnE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAA;KAAE;CAM5F;AAED,qBAAa,yBAA0B,SAAQ,kBAAkB;gBACnD,EAAE,OAAO,EAAE,GAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAO;CAGnD;AAED,qBAAa,eAAgB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE9D,qBAAa,mBAAoB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAElE,qBAAa,qBAAsB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAEpE,qBAAa,aAAc,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE5D,qBAAa,aAAc,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE5D,qBAAa,wBAAyB,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAEvE,qBAAa,cAAe,SAAQ,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;CAAG;AAE7D,qBAAa,mBAAoB,SAAQ,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;CAAG"}
|
package/core/error.js
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InternalServerError = exports.RateLimitError = exports.UnprocessableEntityError = exports.ConflictError = exports.NotFoundError = exports.PermissionDeniedError = exports.AuthenticationError = exports.BadRequestError = exports.APIConnectionTimeoutError = exports.APIConnectionError = exports.APIUserAbortError = exports.APIError = exports.CartesiaError = void 0;
|
|
5
|
+
const errors_1 = require("../internal/errors.js");
|
|
6
|
+
class CartesiaError extends Error {
|
|
7
|
+
}
|
|
8
|
+
exports.CartesiaError = CartesiaError;
|
|
9
|
+
class APIError extends CartesiaError {
|
|
10
|
+
constructor(status, error, message, headers) {
|
|
11
|
+
super(`${APIError.makeMessage(status, error, message)}`);
|
|
12
|
+
this.status = status;
|
|
13
|
+
this.headers = headers;
|
|
14
|
+
this.error = error;
|
|
15
|
+
}
|
|
16
|
+
static makeMessage(status, error, message) {
|
|
17
|
+
const msg = error?.message ?
|
|
18
|
+
typeof error.message === 'string' ?
|
|
19
|
+
error.message
|
|
20
|
+
: JSON.stringify(error.message)
|
|
21
|
+
: error ? JSON.stringify(error)
|
|
22
|
+
: message;
|
|
23
|
+
if (status && msg) {
|
|
24
|
+
return `${status} ${msg}`;
|
|
25
|
+
}
|
|
26
|
+
if (status) {
|
|
27
|
+
return `${status} status code (no body)`;
|
|
28
|
+
}
|
|
29
|
+
if (msg) {
|
|
30
|
+
return msg;
|
|
31
|
+
}
|
|
32
|
+
return '(no status code or body)';
|
|
33
|
+
}
|
|
34
|
+
static generate(status, errorResponse, message, headers) {
|
|
35
|
+
if (!status || !headers) {
|
|
36
|
+
return new APIConnectionError({ message, cause: (0, errors_1.castToError)(errorResponse) });
|
|
37
|
+
}
|
|
38
|
+
const error = errorResponse;
|
|
39
|
+
if (status === 400) {
|
|
40
|
+
return new BadRequestError(status, error, message, headers);
|
|
41
|
+
}
|
|
42
|
+
if (status === 401) {
|
|
43
|
+
return new AuthenticationError(status, error, message, headers);
|
|
44
|
+
}
|
|
45
|
+
if (status === 403) {
|
|
46
|
+
return new PermissionDeniedError(status, error, message, headers);
|
|
47
|
+
}
|
|
48
|
+
if (status === 404) {
|
|
49
|
+
return new NotFoundError(status, error, message, headers);
|
|
50
|
+
}
|
|
51
|
+
if (status === 409) {
|
|
52
|
+
return new ConflictError(status, error, message, headers);
|
|
53
|
+
}
|
|
54
|
+
if (status === 422) {
|
|
55
|
+
return new UnprocessableEntityError(status, error, message, headers);
|
|
56
|
+
}
|
|
57
|
+
if (status === 429) {
|
|
58
|
+
return new RateLimitError(status, error, message, headers);
|
|
59
|
+
}
|
|
60
|
+
if (status >= 500) {
|
|
61
|
+
return new InternalServerError(status, error, message, headers);
|
|
62
|
+
}
|
|
63
|
+
return new APIError(status, error, message, headers);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.APIError = APIError;
|
|
67
|
+
class APIUserAbortError extends APIError {
|
|
68
|
+
constructor({ message } = {}) {
|
|
69
|
+
super(undefined, undefined, message || 'Request was aborted.', undefined);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.APIUserAbortError = APIUserAbortError;
|
|
73
|
+
class APIConnectionError extends APIError {
|
|
74
|
+
constructor({ message, cause }) {
|
|
75
|
+
super(undefined, undefined, message || 'Connection error.', undefined);
|
|
76
|
+
// in some environments the 'cause' property is already declared
|
|
77
|
+
// @ts-ignore
|
|
78
|
+
if (cause)
|
|
79
|
+
this.cause = cause;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.APIConnectionError = APIConnectionError;
|
|
83
|
+
class APIConnectionTimeoutError extends APIConnectionError {
|
|
84
|
+
constructor({ message } = {}) {
|
|
85
|
+
super({ message: message ?? 'Request timed out.' });
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.APIConnectionTimeoutError = APIConnectionTimeoutError;
|
|
89
|
+
class BadRequestError extends APIError {
|
|
90
|
+
}
|
|
91
|
+
exports.BadRequestError = BadRequestError;
|
|
92
|
+
class AuthenticationError extends APIError {
|
|
93
|
+
}
|
|
94
|
+
exports.AuthenticationError = AuthenticationError;
|
|
95
|
+
class PermissionDeniedError extends APIError {
|
|
96
|
+
}
|
|
97
|
+
exports.PermissionDeniedError = PermissionDeniedError;
|
|
98
|
+
class NotFoundError extends APIError {
|
|
99
|
+
}
|
|
100
|
+
exports.NotFoundError = NotFoundError;
|
|
101
|
+
class ConflictError extends APIError {
|
|
102
|
+
}
|
|
103
|
+
exports.ConflictError = ConflictError;
|
|
104
|
+
class UnprocessableEntityError extends APIError {
|
|
105
|
+
}
|
|
106
|
+
exports.UnprocessableEntityError = UnprocessableEntityError;
|
|
107
|
+
class RateLimitError extends APIError {
|
|
108
|
+
}
|
|
109
|
+
exports.RateLimitError = RateLimitError;
|
|
110
|
+
class InternalServerError extends APIError {
|
|
111
|
+
}
|
|
112
|
+
exports.InternalServerError = InternalServerError;
|
|
113
|
+
//# sourceMappingURL=error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["../src/core/error.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAAiD;AAEjD,MAAa,aAAc,SAAQ,KAAK;CAAG;AAA3C,sCAA2C;AAE3C,MAAa,QAIX,SAAQ,aAAa;IAQrB,YAAY,MAAe,EAAE,KAAa,EAAE,OAA2B,EAAE,OAAiB;QACxF,KAAK,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC;QACzD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IAEO,MAAM,CAAC,WAAW,CAAC,MAA0B,EAAE,KAAU,EAAE,OAA2B;QAC5F,MAAM,GAAG,GACP,KAAK,EAAE,OAAO,CAAC,CAAC;YACd,OAAO,KAAK,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC;gBACjC,KAAK,CAAC,OAAO;gBACf,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC;YACjC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;gBAC/B,CAAC,CAAC,OAAO,CAAC;QAEZ,IAAI,MAAM,IAAI,GAAG,EAAE,CAAC;YAClB,OAAO,GAAG,MAAM,IAAI,GAAG,EAAE,CAAC;QAC5B,CAAC;QACD,IAAI,MAAM,EAAE,CAAC;YACX,OAAO,GAAG,MAAM,wBAAwB,CAAC;QAC3C,CAAC;QACD,IAAI,GAAG,EAAE,CAAC;YACR,OAAO,GAAG,CAAC;QACb,CAAC;QACD,OAAO,0BAA0B,CAAC;IACpC,CAAC;IAED,MAAM,CAAC,QAAQ,CACb,MAA0B,EAC1B,aAAiC,EACjC,OAA2B,EAC3B,OAA4B;QAE5B,IAAI,CAAC,MAAM,IAAI,CAAC,OAAO,EAAE,CAAC;YACxB,OAAO,IAAI,kBAAkB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,IAAA,oBAAW,EAAC,aAAa,CAAC,EAAE,CAAC,CAAC;QAChF,CAAC;QAED,MAAM,KAAK,GAAG,aAAoC,CAAC;QAEnD,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,eAAe,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC9D,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,mBAAmB,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAClE,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,qBAAqB,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QACpE,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5D,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5D,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,wBAAwB,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QACvE,CAAC;QAED,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;YACnB,OAAO,IAAI,cAAc,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC7D,CAAC;QAED,IAAI,MAAM,IAAI,GAAG,EAAE,CAAC;YAClB,OAAO,IAAI,mBAAmB,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAClE,CAAC;QAED,OAAO,IAAI,QAAQ,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;CACF;AAtFD,4BAsFC;AAED,MAAa,iBAAkB,SAAQ,QAAyC;IAC9E,YAAY,EAAE,OAAO,KAA2B,EAAE;QAChD,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,IAAI,sBAAsB,EAAE,SAAS,CAAC,CAAC;IAC5E,CAAC;CACF;AAJD,8CAIC;AAED,MAAa,kBAAmB,SAAQ,QAAyC;IAC/E,YAAY,EAAE,OAAO,EAAE,KAAK,EAA+D;QACzF,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,IAAI,mBAAmB,EAAE,SAAS,CAAC,CAAC;QACvE,gEAAgE;QAChE,aAAa;QACb,IAAI,KAAK;YAAE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IAChC,CAAC;CACF;AAPD,gDAOC;AAED,MAAa,yBAA0B,SAAQ,kBAAkB;IAC/D,YAAY,EAAE,OAAO,KAA2B,EAAE;QAChD,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,CAAC,CAAC;IACtD,CAAC;CACF;AAJD,8DAIC;AAED,MAAa,eAAgB,SAAQ,QAAsB;CAAG;AAA9D,0CAA8D;AAE9D,MAAa,mBAAoB,SAAQ,QAAsB;CAAG;AAAlE,kDAAkE;AAElE,MAAa,qBAAsB,SAAQ,QAAsB;CAAG;AAApE,sDAAoE;AAEpE,MAAa,aAAc,SAAQ,QAAsB;CAAG;AAA5D,sCAA4D;AAE5D,MAAa,aAAc,SAAQ,QAAsB;CAAG;AAA5D,sCAA4D;AAE5D,MAAa,wBAAyB,SAAQ,QAAsB;CAAG;AAAvE,4DAAuE;AAEvE,MAAa,cAAe,SAAQ,QAAsB;CAAG;AAA7D,wCAA6D;AAE7D,MAAa,mBAAoB,SAAQ,QAAyB;CAAG;AAArE,kDAAqE"}
|