@lorikeetai/node-sdk 1.8.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -782
- package/README.md +114 -44
- 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/bin/cli +53 -0
- package/bin/migration-config.json +50 -0
- package/client.d.mts +197 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +197 -0
- package/client.d.ts.map +1 -0
- package/client.js +504 -0
- package/client.js.map +1 -0
- package/client.mjs +500 -0
- package/client.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/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 +1 -46
- package/error.d.ts.map +1 -1
- package/error.js +3 -110
- package/error.js.map +1 -1
- package/error.mjs +1 -96
- package/error.mjs.map +1 -1
- package/index.d.mts +7 -131
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -130
- package/index.d.ts.map +1 -1
- package/index.js +14 -142
- package/index.js.map +1 -1
- package/index.mjs +6 -114
- package/index.mjs.map +1 -1
- 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 +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.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 +92 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +89 -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 +86 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +80 -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/lib/generate-signature.d.mts +7 -0
- package/lib/generate-signature.d.mts.map +1 -0
- package/lib/generate-signature.d.ts +1 -1
- package/lib/generate-signature.d.ts.map +1 -1
- package/lib/generate-signature.js +3 -3
- package/lib/generate-signature.js.map +1 -1
- package/lib/generate-signature.mjs +1 -1
- package/lib/generate-signature.mjs.map +1 -1
- package/lib/poll-until.d.mts +20 -0
- package/lib/poll-until.d.mts.map +1 -0
- package/lib/poll-until.d.ts.map +1 -1
- package/lib/promise.d.mts +55 -0
- package/lib/promise.d.mts.map +1 -0
- package/package.json +123 -73
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +1 -5
- package/resource.d.ts.map +1 -1
- package/resource.js +3 -8
- package/resource.js.map +1 -1
- package/resource.mjs +1 -6
- package/resource.mjs.map +1 -1
- package/resources/api-keys.d.mts +130 -0
- package/resources/api-keys.d.mts.map +1 -0
- package/resources/api-keys.d.ts +7 -6
- package/resources/api-keys.d.ts.map +1 -1
- package/resources/api-keys.js +6 -4
- package/resources/api-keys.js.map +1 -1
- package/resources/api-keys.mjs +6 -4
- package/resources/api-keys.mjs.map +1 -1
- package/resources/conversation/chat.d.mts +312 -0
- package/resources/conversation/chat.d.mts.map +1 -0
- package/resources/conversation/chat.d.ts +45 -77
- package/resources/conversation/chat.d.ts.map +1 -1
- package/resources/conversation/chat.js +14 -48
- package/resources/conversation/chat.js.map +1 -1
- package/resources/conversation/chat.mjs +14 -48
- package/resources/conversation/chat.mjs.map +1 -1
- package/resources/conversation/conversation.d.mts +77 -0
- package/resources/conversation/conversation.d.mts.map +1 -0
- package/resources/conversation/conversation.d.ts +1 -1
- package/resources/conversation/conversation.d.ts.map +1 -1
- package/resources/conversation/conversation.js +5 -27
- package/resources/conversation/conversation.js.map +1 -1
- package/resources/conversation/conversation.mjs +1 -1
- package/resources/conversation/email.d.mts +257 -0
- package/resources/conversation/email.d.mts.map +1 -0
- package/resources/conversation/email.d.ts +10 -8
- package/resources/conversation/email.d.ts.map +1 -1
- package/resources/conversation/email.js +6 -6
- package/resources/conversation/email.js.map +1 -1
- package/resources/conversation/email.mjs +6 -6
- package/resources/conversation/email.mjs.map +1 -1
- package/resources/conversation/index.d.mts +5 -0
- package/resources/conversation/index.d.mts.map +1 -0
- package/resources/conversation/index.d.ts +1 -1
- package/resources/conversation/index.d.ts.map +1 -1
- package/resources/conversation/index.js.map +1 -1
- package/resources/conversation/index.mjs.map +1 -1
- package/resources/conversation/voice.d.mts +45 -0
- package/resources/conversation/voice.d.mts.map +1 -0
- package/resources/conversation/voice.d.ts +4 -3
- package/resources/conversation/voice.d.ts.map +1 -1
- package/resources/conversation/voice.js +3 -2
- package/resources/conversation/voice.js.map +1 -1
- package/resources/conversation/voice.mjs +3 -2
- package/resources/conversation/voice.mjs.map +1 -1
- package/resources/conversation.d.mts +2 -0
- package/resources/conversation.d.mts.map +1 -0
- package/resources/conversation.d.ts.map +1 -1
- package/resources/conversation.js +2 -15
- package/resources/conversation.js.map +1 -1
- package/resources/customer/customer.d.mts +333 -0
- package/resources/customer/customer.d.mts.map +1 -0
- package/resources/customer/customer.d.ts +7 -7
- package/resources/customer/customer.d.ts.map +1 -1
- package/resources/customer/customer.js +12 -31
- package/resources/customer/customer.js.map +1 -1
- package/resources/customer/customer.mjs +9 -6
- package/resources/customer/customer.mjs.map +1 -1
- package/resources/customer/index.d.mts +4 -0
- package/resources/customer/index.d.mts.map +1 -0
- package/resources/customer/index.d.ts.map +1 -1
- package/resources/customer/profile.d.mts +30 -0
- package/resources/customer/profile.d.mts.map +1 -0
- package/resources/customer/profile.d.ts +4 -3
- package/resources/customer/profile.d.ts.map +1 -1
- package/resources/customer/profile.js +3 -2
- package/resources/customer/profile.js.map +1 -1
- package/resources/customer/profile.mjs +3 -2
- package/resources/customer/profile.mjs.map +1 -1
- package/resources/customer/remote.d.mts +164 -0
- package/resources/customer/remote.d.mts.map +1 -0
- package/resources/customer/remote.d.ts +5 -4
- package/resources/customer/remote.d.ts.map +1 -1
- package/resources/customer/remote.js +6 -5
- package/resources/customer/remote.js.map +1 -1
- package/resources/customer/remote.mjs +6 -5
- package/resources/customer/remote.mjs.map +1 -1
- package/resources/customer.d.mts +2 -0
- package/resources/customer.d.mts.map +1 -0
- package/resources/customer.d.ts.map +1 -1
- package/resources/customer.js +2 -15
- package/resources/customer.js.map +1 -1
- package/resources/index.d.mts +5 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/ingest.d.mts +27 -0
- package/resources/ingest.d.mts.map +1 -0
- package/resources/ingest.d.ts +12 -6
- package/resources/ingest.d.ts.map +1 -1
- package/resources/ingest.js +11 -8
- package/resources/ingest.js.map +1 -1
- package/resources/ingest.mjs +11 -8
- package/resources/ingest.mjs.map +1 -1
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts.map +1 -1
- package/resources.js +2 -15
- package/resources.js.map +1 -1
- package/src/api-promise.ts +2 -0
- package/src/client.ts +835 -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/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -130
- package/src/index.ts +6 -275
- 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 +56 -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 +156 -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 +127 -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/generate-signature.ts +2 -2
- package/src/resource.ts +2 -11
- package/src/resources/api-keys.ts +12 -9
- package/src/resources/conversation/chat.ts +60 -95
- package/src/resources/conversation/conversation.ts +1 -1
- package/src/resources/conversation/email.ts +13 -12
- package/src/resources/conversation/index.ts +5 -0
- package/src/resources/conversation/voice.ts +6 -4
- package/src/resources/customer/customer.ts +12 -16
- package/src/resources/customer/profile.ts +6 -8
- package/src/resources/customer/remote.ts +10 -8
- package/src/resources/index.ts +1 -1
- package/src/resources/ingest.ts +23 -17
- package/src/tsconfig.json +2 -2
- package/src/uploads.ts +2 -256
- package/src/version.ts +1 -1
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +1 -74
- package/uploads.d.ts.map +1 -1
- package/uploads.js +3 -167
- package/uploads.js.map +1 -1
- package/uploads.mjs +1 -156
- package/uploads.mjs.map +1 -1
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/_shims/MultipartBody.d.ts +0 -9
- package/_shims/MultipartBody.d.ts.map +0 -1
- package/_shims/MultipartBody.js +0 -16
- package/_shims/MultipartBody.js.map +0 -1
- package/_shims/MultipartBody.mjs +0 -12
- package/_shims/MultipartBody.mjs.map +0 -1
- package/_shims/README.md +0 -46
- package/_shims/auto/runtime-bun.d.ts +0 -5
- package/_shims/auto/runtime-bun.d.ts.map +0 -1
- package/_shims/auto/runtime-bun.js +0 -21
- package/_shims/auto/runtime-bun.js.map +0 -1
- package/_shims/auto/runtime-bun.mjs +0 -2
- package/_shims/auto/runtime-bun.mjs.map +0 -1
- package/_shims/auto/runtime-node.d.ts +0 -5
- package/_shims/auto/runtime-node.d.ts.map +0 -1
- package/_shims/auto/runtime-node.js +0 -21
- package/_shims/auto/runtime-node.js.map +0 -1
- package/_shims/auto/runtime-node.mjs +0 -2
- package/_shims/auto/runtime-node.mjs.map +0 -1
- package/_shims/auto/runtime.d.ts +0 -5
- package/_shims/auto/runtime.d.ts.map +0 -1
- package/_shims/auto/runtime.js +0 -21
- package/_shims/auto/runtime.js.map +0 -1
- package/_shims/auto/runtime.mjs +0 -2
- package/_shims/auto/runtime.mjs.map +0 -1
- package/_shims/auto/types-node.d.ts +0 -5
- package/_shims/auto/types-node.d.ts.map +0 -1
- package/_shims/auto/types-node.js +0 -21
- package/_shims/auto/types-node.js.map +0 -1
- package/_shims/auto/types-node.mjs +0 -2
- package/_shims/auto/types-node.mjs.map +0 -1
- package/_shims/auto/types.d.ts +0 -101
- package/_shims/auto/types.js +0 -3
- package/_shims/auto/types.mjs +0 -3
- package/_shims/bun-runtime.d.ts +0 -6
- package/_shims/bun-runtime.d.ts.map +0 -1
- package/_shims/bun-runtime.js +0 -13
- package/_shims/bun-runtime.js.map +0 -1
- package/_shims/bun-runtime.mjs +0 -10
- package/_shims/bun-runtime.mjs.map +0 -1
- package/_shims/index.d.ts +0 -83
- package/_shims/index.js +0 -17
- package/_shims/index.mjs +0 -11
- package/_shims/manual-types.d.ts +0 -12
- package/_shims/manual-types.js +0 -3
- package/_shims/manual-types.mjs +0 -3
- package/_shims/node-runtime.d.ts +0 -3
- package/_shims/node-runtime.d.ts.map +0 -1
- package/_shims/node-runtime.js +0 -88
- package/_shims/node-runtime.js.map +0 -1
- package/_shims/node-runtime.mjs +0 -56
- package/_shims/node-runtime.mjs.map +0 -1
- package/_shims/node-types.d.ts +0 -42
- package/_shims/node-types.js +0 -3
- package/_shims/node-types.mjs +0 -3
- package/_shims/registry.d.ts +0 -37
- package/_shims/registry.d.ts.map +0 -1
- package/_shims/registry.js +0 -41
- package/_shims/registry.js.map +0 -1
- package/_shims/registry.mjs +0 -37
- package/_shims/registry.mjs.map +0 -1
- package/_shims/web-runtime.d.ts +0 -5
- package/_shims/web-runtime.d.ts.map +0 -1
- package/_shims/web-runtime.js +0 -77
- package/_shims/web-runtime.js.map +0 -1
- package/_shims/web-runtime.mjs +0 -71
- package/_shims/web-runtime.mjs.map +0 -1
- package/_shims/web-types.d.ts +0 -83
- package/_shims/web-types.js +0 -3
- package/_shims/web-types.mjs +0 -3
- package/core.d.ts +0 -253
- package/core.d.ts.map +0 -1
- package/core.js +0 -929
- package/core.js.map +0 -1
- package/core.mjs +0 -897
- package/core.mjs.map +0 -1
- package/internal/qs/formats.d.ts +0 -6
- package/internal/qs/formats.d.ts.map +0 -1
- package/internal/qs/formats.js +0 -11
- package/internal/qs/formats.js.map +0 -1
- package/internal/qs/formats.mjs +0 -8
- package/internal/qs/formats.mjs.map +0 -1
- package/internal/qs/index.d.ts +0 -10
- package/internal/qs/index.d.ts.map +0 -1
- package/internal/qs/index.js +0 -14
- package/internal/qs/index.js.map +0 -1
- package/internal/qs/index.mjs +0 -10
- package/internal/qs/index.mjs.map +0 -1
- package/internal/qs/stringify.d.ts +0 -3
- package/internal/qs/stringify.d.ts.map +0 -1
- package/internal/qs/stringify.js +0 -279
- package/internal/qs/stringify.js.map +0 -1
- package/internal/qs/stringify.mjs +0 -276
- package/internal/qs/stringify.mjs.map +0 -1
- package/internal/qs/types.d.ts +0 -57
- package/internal/qs/types.d.ts.map +0 -1
- package/internal/qs/types.js +0 -3
- package/internal/qs/types.js.map +0 -1
- package/internal/qs/types.mjs +0 -2
- package/internal/qs/types.mjs.map +0 -1
- package/internal/qs/utils.d.ts +0 -14
- package/internal/qs/utils.d.ts.map +0 -1
- package/internal/qs/utils.js +0 -229
- package/internal/qs/utils.js.map +0 -1
- package/internal/qs/utils.mjs +0 -217
- package/internal/qs/utils.mjs.map +0 -1
- package/resources/ticket.d.ts +0 -14
- package/resources/ticket.d.ts.map +0 -1
- package/resources/ticket.js +0 -16
- package/resources/ticket.js.map +0 -1
- package/resources/ticket.mjs +0 -12
- package/resources/ticket.mjs.map +0 -1
- package/shims/node.d.ts +0 -26
- package/shims/node.d.ts.map +0 -1
- package/shims/node.js +0 -6
- package/shims/node.js.map +0 -1
- package/shims/node.mjs +0 -4
- package/shims/node.mjs.map +0 -1
- package/shims/web.d.ts +0 -26
- package/shims/web.d.ts.map +0 -1
- package/shims/web.js +0 -6
- package/shims/web.js.map +0 -1
- package/shims/web.mjs +0 -4
- package/shims/web.mjs.map +0 -1
- package/src/_shims/MultipartBody.ts +0 -9
- package/src/_shims/README.md +0 -46
- package/src/_shims/auto/runtime-bun.ts +0 -4
- package/src/_shims/auto/runtime-node.ts +0 -4
- package/src/_shims/auto/runtime.ts +0 -4
- package/src/_shims/auto/types-node.ts +0 -4
- package/src/_shims/auto/types.d.ts +0 -101
- package/src/_shims/auto/types.js +0 -3
- package/src/_shims/auto/types.mjs +0 -3
- package/src/_shims/bun-runtime.ts +0 -14
- package/src/_shims/index.d.ts +0 -83
- package/src/_shims/index.js +0 -17
- package/src/_shims/index.mjs +0 -11
- package/src/_shims/manual-types.d.ts +0 -12
- package/src/_shims/manual-types.js +0 -3
- package/src/_shims/manual-types.mjs +0 -3
- package/src/_shims/node-runtime.ts +0 -81
- package/src/_shims/node-types.d.ts +0 -42
- package/src/_shims/node-types.js +0 -3
- package/src/_shims/node-types.mjs +0 -3
- package/src/_shims/registry.ts +0 -67
- package/src/_shims/web-runtime.ts +0 -103
- package/src/_shims/web-types.d.ts +0 -83
- package/src/_shims/web-types.js +0 -3
- package/src/_shims/web-types.mjs +0 -3
- package/src/core.ts +0 -1242
- package/src/internal/qs/LICENSE.md +0 -13
- package/src/internal/qs/README.md +0 -3
- package/src/internal/qs/formats.ts +0 -9
- package/src/internal/qs/index.ts +0 -13
- package/src/internal/qs/stringify.ts +0 -388
- package/src/internal/qs/types.ts +0 -71
- package/src/internal/qs/utils.ts +0 -265
- package/src/resources/ticket.ts +0 -30
- package/src/shims/node.ts +0 -50
- package/src/shims/web.ts +0 -50
package/error.js
CHANGED
|
@@ -1,113 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
exports.LorikeetError = LorikeetError;
|
|
9
|
-
class APIError extends LorikeetError {
|
|
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, core_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;
|
|
3
|
+
const tslib_1 = require("./internal/tslib.js");
|
|
4
|
+
/** @deprecated Import from ./core/error instead */
|
|
5
|
+
tslib_1.__exportStar(require("./core/error.js"), exports);
|
|
113
6
|
//# sourceMappingURL=error.js.map
|
package/error.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.js","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":";;;AAAA,mDAAmD;AACnD,0DAA6B"}
|
package/error.mjs
CHANGED
|
@@ -1,97 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { castToError } from "./core.mjs";
|
|
3
|
-
export class LorikeetError extends Error {
|
|
4
|
-
}
|
|
5
|
-
export class APIError extends LorikeetError {
|
|
6
|
-
constructor(status, error, message, headers) {
|
|
7
|
-
super(`${APIError.makeMessage(status, error, message)}`);
|
|
8
|
-
this.status = status;
|
|
9
|
-
this.headers = headers;
|
|
10
|
-
this.error = error;
|
|
11
|
-
}
|
|
12
|
-
static makeMessage(status, error, message) {
|
|
13
|
-
const msg = error?.message ?
|
|
14
|
-
typeof error.message === 'string' ?
|
|
15
|
-
error.message
|
|
16
|
-
: JSON.stringify(error.message)
|
|
17
|
-
: error ? JSON.stringify(error)
|
|
18
|
-
: message;
|
|
19
|
-
if (status && msg) {
|
|
20
|
-
return `${status} ${msg}`;
|
|
21
|
-
}
|
|
22
|
-
if (status) {
|
|
23
|
-
return `${status} status code (no body)`;
|
|
24
|
-
}
|
|
25
|
-
if (msg) {
|
|
26
|
-
return msg;
|
|
27
|
-
}
|
|
28
|
-
return '(no status code or body)';
|
|
29
|
-
}
|
|
30
|
-
static generate(status, errorResponse, message, headers) {
|
|
31
|
-
if (!status || !headers) {
|
|
32
|
-
return new APIConnectionError({ message, cause: castToError(errorResponse) });
|
|
33
|
-
}
|
|
34
|
-
const error = errorResponse;
|
|
35
|
-
if (status === 400) {
|
|
36
|
-
return new BadRequestError(status, error, message, headers);
|
|
37
|
-
}
|
|
38
|
-
if (status === 401) {
|
|
39
|
-
return new AuthenticationError(status, error, message, headers);
|
|
40
|
-
}
|
|
41
|
-
if (status === 403) {
|
|
42
|
-
return new PermissionDeniedError(status, error, message, headers);
|
|
43
|
-
}
|
|
44
|
-
if (status === 404) {
|
|
45
|
-
return new NotFoundError(status, error, message, headers);
|
|
46
|
-
}
|
|
47
|
-
if (status === 409) {
|
|
48
|
-
return new ConflictError(status, error, message, headers);
|
|
49
|
-
}
|
|
50
|
-
if (status === 422) {
|
|
51
|
-
return new UnprocessableEntityError(status, error, message, headers);
|
|
52
|
-
}
|
|
53
|
-
if (status === 429) {
|
|
54
|
-
return new RateLimitError(status, error, message, headers);
|
|
55
|
-
}
|
|
56
|
-
if (status >= 500) {
|
|
57
|
-
return new InternalServerError(status, error, message, headers);
|
|
58
|
-
}
|
|
59
|
-
return new APIError(status, error, message, headers);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
export class APIUserAbortError extends APIError {
|
|
63
|
-
constructor({ message } = {}) {
|
|
64
|
-
super(undefined, undefined, message || 'Request was aborted.', undefined);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
export class APIConnectionError extends APIError {
|
|
68
|
-
constructor({ message, cause }) {
|
|
69
|
-
super(undefined, undefined, message || 'Connection error.', undefined);
|
|
70
|
-
// in some environments the 'cause' property is already declared
|
|
71
|
-
// @ts-ignore
|
|
72
|
-
if (cause)
|
|
73
|
-
this.cause = cause;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
export class APIConnectionTimeoutError extends APIConnectionError {
|
|
77
|
-
constructor({ message } = {}) {
|
|
78
|
-
super({ message: message ?? 'Request timed out.' });
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export class BadRequestError extends APIError {
|
|
82
|
-
}
|
|
83
|
-
export class AuthenticationError extends APIError {
|
|
84
|
-
}
|
|
85
|
-
export class PermissionDeniedError extends APIError {
|
|
86
|
-
}
|
|
87
|
-
export class NotFoundError extends APIError {
|
|
88
|
-
}
|
|
89
|
-
export class ConflictError extends APIError {
|
|
90
|
-
}
|
|
91
|
-
export class UnprocessableEntityError extends APIError {
|
|
92
|
-
}
|
|
93
|
-
export class RateLimitError extends APIError {
|
|
94
|
-
}
|
|
95
|
-
export class InternalServerError extends APIError {
|
|
96
|
-
}
|
|
1
|
+
export * from "./core/error.mjs";
|
|
97
2
|
//# sourceMappingURL=error.mjs.map
|
package/error.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.mjs","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error.mjs","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":""}
|
package/index.d.mts
CHANGED
|
@@ -1,131 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { AttachmentDto, Conversation, TicketEvent, TicketMessageDto } from "./resources/conversation/conversation.js";
|
|
9
|
-
import { Customer, CustomerCreateParams, CustomerCreateResponse, CustomerGetParams, CustomerGetResponse, CustomerTokenParams, CustomerTokenResponse, CustomerUpdateParams, CustomerUpdateResponse } from "./resources/customer/customer.js";
|
|
10
|
-
export interface ClientOptions {
|
|
11
|
-
/**
|
|
12
|
-
* client identifier authentication associated with the account.
|
|
13
|
-
*/
|
|
14
|
-
clientId?: string | undefined;
|
|
15
|
-
/**
|
|
16
|
-
* Secret key pulled from the Lorikeet App
|
|
17
|
-
*/
|
|
18
|
-
clientSecret?: string | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
21
|
-
*
|
|
22
|
-
* Defaults to process.env['LORIKEET_BASE_URL'].
|
|
23
|
-
*/
|
|
24
|
-
baseURL?: string | null | undefined;
|
|
25
|
-
/**
|
|
26
|
-
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
27
|
-
* from the server before timing out a single request.
|
|
28
|
-
*
|
|
29
|
-
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
30
|
-
* much longer than this timeout before the promise succeeds or fails.
|
|
31
|
-
*
|
|
32
|
-
* @unit milliseconds
|
|
33
|
-
*/
|
|
34
|
-
timeout?: number | undefined;
|
|
35
|
-
/**
|
|
36
|
-
* An HTTP agent used to manage HTTP(S) connections.
|
|
37
|
-
*
|
|
38
|
-
* If not provided, an agent will be constructed by default in the Node.js environment,
|
|
39
|
-
* otherwise no agent is used.
|
|
40
|
-
*/
|
|
41
|
-
httpAgent?: Agent | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* Specify a custom `fetch` function implementation.
|
|
44
|
-
*
|
|
45
|
-
* If not provided, we use `node-fetch` on Node.js and otherwise expect that `fetch` is
|
|
46
|
-
* defined globally.
|
|
47
|
-
*/
|
|
48
|
-
fetch?: Core.Fetch | undefined;
|
|
49
|
-
/**
|
|
50
|
-
* The maximum number of times that the client will retry a request in case of a
|
|
51
|
-
* temporary failure, like a network error or a 5XX error from the server.
|
|
52
|
-
*
|
|
53
|
-
* @default 2
|
|
54
|
-
*/
|
|
55
|
-
maxRetries?: number | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* Default headers to include with every request to the API.
|
|
58
|
-
*
|
|
59
|
-
* These can be removed in individual requests by explicitly setting the
|
|
60
|
-
* header to `undefined` or `null` in request options.
|
|
61
|
-
*/
|
|
62
|
-
defaultHeaders?: Core.Headers | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* Default query parameters to include with every request to the API.
|
|
65
|
-
*
|
|
66
|
-
* These can be removed in individual requests by explicitly setting the
|
|
67
|
-
* param to `undefined` in request options.
|
|
68
|
-
*/
|
|
69
|
-
defaultQuery?: Core.DefaultQuery | undefined;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* API Client for interfacing with the Lorikeet API.
|
|
73
|
-
*/
|
|
74
|
-
export declare class Lorikeet extends Core.APIClient {
|
|
75
|
-
#private;
|
|
76
|
-
clientId: string;
|
|
77
|
-
clientSecret: string;
|
|
78
|
-
private _options;
|
|
79
|
-
/**
|
|
80
|
-
* API Client for interfacing with the Lorikeet API.
|
|
81
|
-
*
|
|
82
|
-
* @param {string | undefined} [opts.clientId=process.env['LORIKEET_CLIENT_ID'] ?? undefined]
|
|
83
|
-
* @param {string | undefined} [opts.clientSecret=process.env['LORIKEET_CLIENT_SECRET'] ?? undefined]
|
|
84
|
-
* @param {string} [opts.baseURL=process.env['LORIKEET_BASE_URL'] ?? https://api.lorikeetcx.ai] - Override the default base URL for the API.
|
|
85
|
-
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
86
|
-
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
|
|
87
|
-
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
88
|
-
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
89
|
-
* @param {Core.Headers} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
90
|
-
* @param {Core.DefaultQuery} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
91
|
-
*/
|
|
92
|
-
constructor({ baseURL, clientId, clientSecret, ...opts }?: ClientOptions);
|
|
93
|
-
conversation: API.Conversation;
|
|
94
|
-
customer: API.Customer;
|
|
95
|
-
ingest: API.Ingest;
|
|
96
|
-
apiKeys: API.APIKeys;
|
|
97
|
-
protected defaultQuery(): Core.DefaultQuery | undefined;
|
|
98
|
-
protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
99
|
-
protected authHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
100
|
-
protected lorikeetClientIdAuth(opts: Core.FinalRequestOptions): Core.Headers;
|
|
101
|
-
protected lorikeetSignatureAuthV1Auth(opts: Core.FinalRequestOptions): Core.Headers;
|
|
102
|
-
static Lorikeet: typeof Lorikeet;
|
|
103
|
-
static DEFAULT_TIMEOUT: number;
|
|
104
|
-
static LorikeetError: typeof Errors.LorikeetError;
|
|
105
|
-
static APIError: typeof Errors.APIError;
|
|
106
|
-
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
107
|
-
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
108
|
-
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
109
|
-
static NotFoundError: typeof Errors.NotFoundError;
|
|
110
|
-
static ConflictError: typeof Errors.ConflictError;
|
|
111
|
-
static RateLimitError: typeof Errors.RateLimitError;
|
|
112
|
-
static BadRequestError: typeof Errors.BadRequestError;
|
|
113
|
-
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
114
|
-
static InternalServerError: typeof Errors.InternalServerError;
|
|
115
|
-
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
116
|
-
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
117
|
-
static toFile: typeof Uploads.toFile;
|
|
118
|
-
static fileFromPath: typeof Uploads.fileFromPath;
|
|
119
|
-
}
|
|
120
|
-
export declare namespace Lorikeet {
|
|
121
|
-
export type RequestOptions = Core.RequestOptions;
|
|
122
|
-
export { Conversation as Conversation, type AttachmentDto as AttachmentDto, type TicketEvent as TicketEvent, type TicketMessageDto as TicketMessageDto, };
|
|
123
|
-
export { Customer as Customer, type CustomerCreateResponse as CustomerCreateResponse, type CustomerUpdateResponse as CustomerUpdateResponse, type CustomerGetResponse as CustomerGetResponse, type CustomerTokenResponse as CustomerTokenResponse, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerGetParams as CustomerGetParams, type CustomerTokenParams as CustomerTokenParams, };
|
|
124
|
-
export { Ingest as Ingest, type IngestTestParams as IngestTestParams };
|
|
125
|
-
export { APIKeys as APIKeys, type APIKeyCreateResponse as APIKeyCreateResponse, type APIKeyListResponse as APIKeyListResponse, type APIKeyGetResponse as APIKeyGetResponse, type APIKeyCreateParams as APIKeyCreateParams, };
|
|
126
|
-
}
|
|
127
|
-
export { toFile, fileFromPath } from "./uploads.js";
|
|
128
|
-
export { LorikeetError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./error.js";
|
|
129
|
-
export { generateSignature } from '@lorikeetai/node-sdk/lib/generate-signature';
|
|
130
|
-
export default Lorikeet;
|
|
131
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1
|
+
export { Lorikeet as default } from "./client.mjs";
|
|
2
|
+
export { type Uploadable, toFile } from "./core/uploads.mjs";
|
|
3
|
+
export { APIPromise } from "./core/api-promise.mjs";
|
|
4
|
+
export { Lorikeet, type ClientOptions } from "./client.mjs";
|
|
5
|
+
export { LorikeetError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./core/error.mjs";
|
|
6
|
+
export { generateSignature } from "./lib/generate-signature.mjs";
|
|
7
|
+
//# sourceMappingURL=index.d.mts.map
|
package/index.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,IAAI,OAAO,EAAE;OAEvB,EAAE,KAAK,UAAU,EAAE,MAAM,EAAE;OAC3B,EAAE,UAAU,EAAE;OACd,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE;OAChC,EACL,aAAa,EACb,QAAQ,EACR,kBAAkB,EAClB,yBAAyB,EACzB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,GACzB;OACM,EAAE,iBAAiB,EAAE"}
|
package/index.d.ts
CHANGED
|
@@ -1,131 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { Ingest, IngestTestParams } from "./resources/ingest.js";
|
|
8
|
-
import { AttachmentDto, Conversation, TicketEvent, TicketMessageDto } from "./resources/conversation/conversation.js";
|
|
9
|
-
import { Customer, CustomerCreateParams, CustomerCreateResponse, CustomerGetParams, CustomerGetResponse, CustomerTokenParams, CustomerTokenResponse, CustomerUpdateParams, CustomerUpdateResponse } from "./resources/customer/customer.js";
|
|
10
|
-
export interface ClientOptions {
|
|
11
|
-
/**
|
|
12
|
-
* client identifier authentication associated with the account.
|
|
13
|
-
*/
|
|
14
|
-
clientId?: string | undefined;
|
|
15
|
-
/**
|
|
16
|
-
* Secret key pulled from the Lorikeet App
|
|
17
|
-
*/
|
|
18
|
-
clientSecret?: string | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
21
|
-
*
|
|
22
|
-
* Defaults to process.env['LORIKEET_BASE_URL'].
|
|
23
|
-
*/
|
|
24
|
-
baseURL?: string | null | undefined;
|
|
25
|
-
/**
|
|
26
|
-
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
27
|
-
* from the server before timing out a single request.
|
|
28
|
-
*
|
|
29
|
-
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
30
|
-
* much longer than this timeout before the promise succeeds or fails.
|
|
31
|
-
*
|
|
32
|
-
* @unit milliseconds
|
|
33
|
-
*/
|
|
34
|
-
timeout?: number | undefined;
|
|
35
|
-
/**
|
|
36
|
-
* An HTTP agent used to manage HTTP(S) connections.
|
|
37
|
-
*
|
|
38
|
-
* If not provided, an agent will be constructed by default in the Node.js environment,
|
|
39
|
-
* otherwise no agent is used.
|
|
40
|
-
*/
|
|
41
|
-
httpAgent?: Agent | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* Specify a custom `fetch` function implementation.
|
|
44
|
-
*
|
|
45
|
-
* If not provided, we use `node-fetch` on Node.js and otherwise expect that `fetch` is
|
|
46
|
-
* defined globally.
|
|
47
|
-
*/
|
|
48
|
-
fetch?: Core.Fetch | undefined;
|
|
49
|
-
/**
|
|
50
|
-
* The maximum number of times that the client will retry a request in case of a
|
|
51
|
-
* temporary failure, like a network error or a 5XX error from the server.
|
|
52
|
-
*
|
|
53
|
-
* @default 2
|
|
54
|
-
*/
|
|
55
|
-
maxRetries?: number | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* Default headers to include with every request to the API.
|
|
58
|
-
*
|
|
59
|
-
* These can be removed in individual requests by explicitly setting the
|
|
60
|
-
* header to `undefined` or `null` in request options.
|
|
61
|
-
*/
|
|
62
|
-
defaultHeaders?: Core.Headers | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* Default query parameters to include with every request to the API.
|
|
65
|
-
*
|
|
66
|
-
* These can be removed in individual requests by explicitly setting the
|
|
67
|
-
* param to `undefined` in request options.
|
|
68
|
-
*/
|
|
69
|
-
defaultQuery?: Core.DefaultQuery | undefined;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* API Client for interfacing with the Lorikeet API.
|
|
73
|
-
*/
|
|
74
|
-
export declare class Lorikeet extends Core.APIClient {
|
|
75
|
-
#private;
|
|
76
|
-
clientId: string;
|
|
77
|
-
clientSecret: string;
|
|
78
|
-
private _options;
|
|
79
|
-
/**
|
|
80
|
-
* API Client for interfacing with the Lorikeet API.
|
|
81
|
-
*
|
|
82
|
-
* @param {string | undefined} [opts.clientId=process.env['LORIKEET_CLIENT_ID'] ?? undefined]
|
|
83
|
-
* @param {string | undefined} [opts.clientSecret=process.env['LORIKEET_CLIENT_SECRET'] ?? undefined]
|
|
84
|
-
* @param {string} [opts.baseURL=process.env['LORIKEET_BASE_URL'] ?? https://api.lorikeetcx.ai] - Override the default base URL for the API.
|
|
85
|
-
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
86
|
-
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
|
|
87
|
-
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
88
|
-
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
89
|
-
* @param {Core.Headers} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
90
|
-
* @param {Core.DefaultQuery} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
91
|
-
*/
|
|
92
|
-
constructor({ baseURL, clientId, clientSecret, ...opts }?: ClientOptions);
|
|
93
|
-
conversation: API.Conversation;
|
|
94
|
-
customer: API.Customer;
|
|
95
|
-
ingest: API.Ingest;
|
|
96
|
-
apiKeys: API.APIKeys;
|
|
97
|
-
protected defaultQuery(): Core.DefaultQuery | undefined;
|
|
98
|
-
protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
99
|
-
protected authHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
100
|
-
protected lorikeetClientIdAuth(opts: Core.FinalRequestOptions): Core.Headers;
|
|
101
|
-
protected lorikeetSignatureAuthV1Auth(opts: Core.FinalRequestOptions): Core.Headers;
|
|
102
|
-
static Lorikeet: typeof Lorikeet;
|
|
103
|
-
static DEFAULT_TIMEOUT: number;
|
|
104
|
-
static LorikeetError: typeof Errors.LorikeetError;
|
|
105
|
-
static APIError: typeof Errors.APIError;
|
|
106
|
-
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
107
|
-
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
108
|
-
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
109
|
-
static NotFoundError: typeof Errors.NotFoundError;
|
|
110
|
-
static ConflictError: typeof Errors.ConflictError;
|
|
111
|
-
static RateLimitError: typeof Errors.RateLimitError;
|
|
112
|
-
static BadRequestError: typeof Errors.BadRequestError;
|
|
113
|
-
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
114
|
-
static InternalServerError: typeof Errors.InternalServerError;
|
|
115
|
-
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
116
|
-
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
117
|
-
static toFile: typeof Uploads.toFile;
|
|
118
|
-
static fileFromPath: typeof Uploads.fileFromPath;
|
|
119
|
-
}
|
|
120
|
-
export declare namespace Lorikeet {
|
|
121
|
-
export type RequestOptions = Core.RequestOptions;
|
|
122
|
-
export { Conversation as Conversation, type AttachmentDto as AttachmentDto, type TicketEvent as TicketEvent, type TicketMessageDto as TicketMessageDto, };
|
|
123
|
-
export { Customer as Customer, type CustomerCreateResponse as CustomerCreateResponse, type CustomerUpdateResponse as CustomerUpdateResponse, type CustomerGetResponse as CustomerGetResponse, type CustomerTokenResponse as CustomerTokenResponse, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerGetParams as CustomerGetParams, type CustomerTokenParams as CustomerTokenParams, };
|
|
124
|
-
export { Ingest as Ingest, type IngestTestParams as IngestTestParams };
|
|
125
|
-
export { APIKeys as APIKeys, type APIKeyCreateResponse as APIKeyCreateResponse, type APIKeyListResponse as APIKeyListResponse, type APIKeyGetResponse as APIKeyGetResponse, type APIKeyCreateParams as APIKeyCreateParams, };
|
|
126
|
-
}
|
|
127
|
-
export { toFile, fileFromPath } from "./uploads.js";
|
|
128
|
-
export { LorikeetError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./error.js";
|
|
129
|
-
export { generateSignature } from '@lorikeetai/node-sdk/lib/generate-signature';
|
|
130
|
-
export default Lorikeet;
|
|
1
|
+
export { Lorikeet as default } from "./client.js";
|
|
2
|
+
export { type Uploadable, toFile } from "./core/uploads.js";
|
|
3
|
+
export { APIPromise } from "./core/api-promise.js";
|
|
4
|
+
export { Lorikeet, type ClientOptions } from "./client.js";
|
|
5
|
+
export { LorikeetError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./core/error.js";
|
|
6
|
+
export { generateSignature } from "./lib/generate-signature.js";
|
|
131
7
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,IAAI,OAAO,EAAE;OAEvB,EAAE,KAAK,UAAU,EAAE,MAAM,EAAE;OAC3B,EAAE,UAAU,EAAE;OACd,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE;OAChC,EACL,aAAa,EACb,QAAQ,EACR,kBAAkB,EAClB,yBAAyB,EACzB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,GACzB;OACM,EAAE,iBAAiB,EAAE"}
|