@openmrp/sdk 0.19.3
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 +15 -0
- package/LICENSE +201 -0
- package/README.md +385 -0
- 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 +240 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +240 -0
- package/client.d.ts.map +1 -0
- package/client.js +527 -0
- package/client.js.map +1 -0
- package/client.mjs +523 -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 +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 +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -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/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/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 +87 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +81 -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/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.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 +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +12 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +9 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +149 -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/ai/agents.d.mts +831 -0
- package/resources/ai/agents.d.mts.map +1 -0
- package/resources/ai/agents.d.ts +831 -0
- package/resources/ai/agents.d.ts.map +1 -0
- package/resources/ai/agents.js +151 -0
- package/resources/ai/agents.js.map +1 -0
- package/resources/ai/agents.mjs +147 -0
- package/resources/ai/agents.mjs.map +1 -0
- package/resources/ai/ai.d.mts +256 -0
- package/resources/ai/ai.d.mts.map +1 -0
- package/resources/ai/ai.d.ts +256 -0
- package/resources/ai/ai.d.ts.map +1 -0
- package/resources/ai/ai.js +64 -0
- package/resources/ai/ai.js.map +1 -0
- package/resources/ai/ai.mjs +59 -0
- package/resources/ai/ai.mjs.map +1 -0
- package/resources/ai/index.d.mts +5 -0
- package/resources/ai/index.d.mts.map +1 -0
- package/resources/ai/index.d.ts +5 -0
- package/resources/ai/index.d.ts.map +1 -0
- package/resources/ai/index.js +13 -0
- package/resources/ai/index.js.map +1 -0
- package/resources/ai/index.mjs +6 -0
- package/resources/ai/index.mjs.map +1 -0
- package/resources/ai/memories.d.mts +437 -0
- package/resources/ai/memories.d.mts.map +1 -0
- package/resources/ai/memories.d.ts +437 -0
- package/resources/ai/memories.d.ts.map +1 -0
- package/resources/ai/memories.js +109 -0
- package/resources/ai/memories.js.map +1 -0
- package/resources/ai/memories.mjs +105 -0
- package/resources/ai/memories.mjs.map +1 -0
- package/resources/ai/runs/actions.d.mts +182 -0
- package/resources/ai/runs/actions.d.mts.map +1 -0
- package/resources/ai/runs/actions.d.ts +182 -0
- package/resources/ai/runs/actions.d.ts.map +1 -0
- package/resources/ai/runs/actions.js +89 -0
- package/resources/ai/runs/actions.js.map +1 -0
- package/resources/ai/runs/actions.mjs +85 -0
- package/resources/ai/runs/actions.mjs.map +1 -0
- package/resources/ai/runs/index.d.mts +3 -0
- package/resources/ai/runs/index.d.mts.map +1 -0
- package/resources/ai/runs/index.d.ts +3 -0
- package/resources/ai/runs/index.d.ts.map +1 -0
- package/resources/ai/runs/index.js +9 -0
- package/resources/ai/runs/index.js.map +1 -0
- package/resources/ai/runs/index.mjs +4 -0
- package/resources/ai/runs/index.mjs.map +1 -0
- package/resources/ai/runs/runs.d.mts +483 -0
- package/resources/ai/runs/runs.d.mts.map +1 -0
- package/resources/ai/runs/runs.d.ts +483 -0
- package/resources/ai/runs/runs.d.ts.map +1 -0
- package/resources/ai/runs/runs.js +78 -0
- package/resources/ai/runs/runs.js.map +1 -0
- package/resources/ai/runs/runs.mjs +73 -0
- package/resources/ai/runs/runs.mjs.map +1 -0
- package/resources/ai/runs.d.mts +2 -0
- package/resources/ai/runs.d.mts.map +1 -0
- package/resources/ai/runs.d.ts +2 -0
- package/resources/ai/runs.d.ts.map +1 -0
- package/resources/ai/runs.js +6 -0
- package/resources/ai/runs.js.map +1 -0
- package/resources/ai/runs.mjs +3 -0
- package/resources/ai/runs.mjs.map +1 -0
- package/resources/ai.d.mts +2 -0
- package/resources/ai.d.mts.map +1 -0
- package/resources/ai.d.ts +2 -0
- package/resources/ai.d.ts.map +1 -0
- package/resources/ai.js +6 -0
- package/resources/ai.js.map +1 -0
- package/resources/ai.mjs +3 -0
- package/resources/ai.mjs.map +1 -0
- package/resources/auth/api-keys/actions.d.mts +83 -0
- package/resources/auth/api-keys/actions.d.mts.map +1 -0
- package/resources/auth/api-keys/actions.d.ts +83 -0
- package/resources/auth/api-keys/actions.d.ts.map +1 -0
- package/resources/auth/api-keys/actions.js +50 -0
- package/resources/auth/api-keys/actions.js.map +1 -0
- package/resources/auth/api-keys/actions.mjs +46 -0
- package/resources/auth/api-keys/actions.mjs.map +1 -0
- package/resources/auth/api-keys/api-keys.d.mts +642 -0
- package/resources/auth/api-keys/api-keys.d.mts.map +1 -0
- package/resources/auth/api-keys/api-keys.d.ts +642 -0
- package/resources/auth/api-keys/api-keys.d.ts.map +1 -0
- package/resources/auth/api-keys/api-keys.js +105 -0
- package/resources/auth/api-keys/api-keys.js.map +1 -0
- package/resources/auth/api-keys/api-keys.mjs +100 -0
- package/resources/auth/api-keys/api-keys.mjs.map +1 -0
- package/resources/auth/api-keys/index.d.mts +3 -0
- package/resources/auth/api-keys/index.d.mts.map +1 -0
- package/resources/auth/api-keys/index.d.ts +3 -0
- package/resources/auth/api-keys/index.d.ts.map +1 -0
- package/resources/auth/api-keys/index.js +9 -0
- package/resources/auth/api-keys/index.js.map +1 -0
- package/resources/auth/api-keys/index.mjs +4 -0
- package/resources/auth/api-keys/index.mjs.map +1 -0
- package/resources/auth/api-keys.d.mts +2 -0
- package/resources/auth/api-keys.d.mts.map +1 -0
- package/resources/auth/api-keys.d.ts +2 -0
- package/resources/auth/api-keys.d.ts.map +1 -0
- package/resources/auth/api-keys.js +6 -0
- package/resources/auth/api-keys.js.map +1 -0
- package/resources/auth/api-keys.mjs +3 -0
- package/resources/auth/api-keys.mjs.map +1 -0
- package/resources/auth/auth.d.mts +10 -0
- package/resources/auth/auth.d.mts.map +1 -0
- package/resources/auth/auth.d.ts +10 -0
- package/resources/auth/auth.d.ts.map +1 -0
- package/resources/auth/auth.js +17 -0
- package/resources/auth/auth.js.map +1 -0
- package/resources/auth/auth.mjs +12 -0
- package/resources/auth/auth.mjs.map +1 -0
- package/resources/auth/index.d.mts +3 -0
- package/resources/auth/index.d.mts.map +1 -0
- package/resources/auth/index.d.ts +3 -0
- package/resources/auth/index.d.ts.map +1 -0
- package/resources/auth/index.js +9 -0
- package/resources/auth/index.js.map +1 -0
- package/resources/auth/index.mjs +4 -0
- package/resources/auth/index.mjs.map +1 -0
- package/resources/auth.d.mts +2 -0
- package/resources/auth.d.mts.map +1 -0
- package/resources/auth.d.ts +2 -0
- package/resources/auth.d.ts.map +1 -0
- package/resources/auth.js +6 -0
- package/resources/auth.js.map +1 -0
- package/resources/auth.mjs +3 -0
- package/resources/auth.mjs.map +1 -0
- package/resources/catalog/catalog.d.mts +42 -0
- package/resources/catalog/catalog.d.mts.map +1 -0
- package/resources/catalog/catalog.d.ts +42 -0
- package/resources/catalog/catalog.d.ts.map +1 -0
- package/resources/catalog/catalog.js +49 -0
- package/resources/catalog/catalog.js.map +1 -0
- package/resources/catalog/catalog.mjs +44 -0
- package/resources/catalog/catalog.mjs.map +1 -0
- package/resources/catalog/index.d.mts +11 -0
- package/resources/catalog/index.d.mts.map +1 -0
- package/resources/catalog/index.d.ts +11 -0
- package/resources/catalog/index.d.ts.map +1 -0
- package/resources/catalog/index.js +25 -0
- package/resources/catalog/index.js.map +1 -0
- package/resources/catalog/index.mjs +12 -0
- package/resources/catalog/index.mjs.map +1 -0
- package/resources/catalog/item-categories/actions.d.mts +99 -0
- package/resources/catalog/item-categories/actions.d.mts.map +1 -0
- package/resources/catalog/item-categories/actions.d.ts +99 -0
- package/resources/catalog/item-categories/actions.d.ts.map +1 -0
- package/resources/catalog/item-categories/actions.js +40 -0
- package/resources/catalog/item-categories/actions.js.map +1 -0
- package/resources/catalog/item-categories/actions.mjs +36 -0
- package/resources/catalog/item-categories/actions.mjs.map +1 -0
- package/resources/catalog/item-categories/index.d.mts +4 -0
- package/resources/catalog/item-categories/index.d.mts.map +1 -0
- package/resources/catalog/item-categories/index.d.ts +4 -0
- package/resources/catalog/item-categories/index.d.ts.map +1 -0
- package/resources/catalog/item-categories/index.js +11 -0
- package/resources/catalog/item-categories/index.js.map +1 -0
- package/resources/catalog/item-categories/index.mjs +5 -0
- package/resources/catalog/item-categories/index.mjs.map +1 -0
- package/resources/catalog/item-categories/item-categories.d.mts +291 -0
- package/resources/catalog/item-categories/item-categories.d.mts.map +1 -0
- package/resources/catalog/item-categories/item-categories.d.ts +291 -0
- package/resources/catalog/item-categories/item-categories.d.ts.map +1 -0
- package/resources/catalog/item-categories/item-categories.js +155 -0
- package/resources/catalog/item-categories/item-categories.js.map +1 -0
- package/resources/catalog/item-categories/item-categories.mjs +150 -0
- package/resources/catalog/item-categories/item-categories.mjs.map +1 -0
- package/resources/catalog/item-categories/properties.d.mts +67 -0
- package/resources/catalog/item-categories/properties.d.mts.map +1 -0
- package/resources/catalog/item-categories/properties.d.ts +67 -0
- package/resources/catalog/item-categories/properties.d.ts.map +1 -0
- package/resources/catalog/item-categories/properties.js +58 -0
- package/resources/catalog/item-categories/properties.js.map +1 -0
- package/resources/catalog/item-categories/properties.mjs +54 -0
- package/resources/catalog/item-categories/properties.mjs.map +1 -0
- package/resources/catalog/item-categories.d.mts +2 -0
- package/resources/catalog/item-categories.d.mts.map +1 -0
- package/resources/catalog/item-categories.d.ts +2 -0
- package/resources/catalog/item-categories.d.ts.map +1 -0
- package/resources/catalog/item-categories.js +6 -0
- package/resources/catalog/item-categories.js.map +1 -0
- package/resources/catalog/item-categories.mjs +3 -0
- package/resources/catalog/item-categories.mjs.map +1 -0
- package/resources/catalog/items/actions.d.mts +249 -0
- package/resources/catalog/items/actions.d.mts.map +1 -0
- package/resources/catalog/items/actions.d.ts +249 -0
- package/resources/catalog/items/actions.d.ts.map +1 -0
- package/resources/catalog/items/actions.js +46 -0
- package/resources/catalog/items/actions.js.map +1 -0
- package/resources/catalog/items/actions.mjs +42 -0
- package/resources/catalog/items/actions.mjs.map +1 -0
- package/resources/catalog/items/attributes.d.mts +73 -0
- package/resources/catalog/items/attributes.d.mts.map +1 -0
- package/resources/catalog/items/attributes.d.ts +73 -0
- package/resources/catalog/items/attributes.d.ts.map +1 -0
- package/resources/catalog/items/attributes.js +63 -0
- package/resources/catalog/items/attributes.js.map +1 -0
- package/resources/catalog/items/attributes.mjs +59 -0
- package/resources/catalog/items/attributes.mjs.map +1 -0
- package/resources/catalog/items/index.d.mts +5 -0
- package/resources/catalog/items/index.d.mts.map +1 -0
- package/resources/catalog/items/index.d.ts +5 -0
- package/resources/catalog/items/index.d.ts.map +1 -0
- package/resources/catalog/items/index.js +13 -0
- package/resources/catalog/items/index.js.map +1 -0
- package/resources/catalog/items/index.mjs +6 -0
- package/resources/catalog/items/index.mjs.map +1 -0
- package/resources/catalog/items/inventory.d.mts +247 -0
- package/resources/catalog/items/inventory.d.mts.map +1 -0
- package/resources/catalog/items/inventory.d.ts +247 -0
- package/resources/catalog/items/inventory.d.ts.map +1 -0
- package/resources/catalog/items/inventory.js +75 -0
- package/resources/catalog/items/inventory.js.map +1 -0
- package/resources/catalog/items/inventory.mjs +71 -0
- package/resources/catalog/items/inventory.mjs.map +1 -0
- package/resources/catalog/items/items.d.mts +438 -0
- package/resources/catalog/items/items.d.mts.map +1 -0
- package/resources/catalog/items/items.d.ts +438 -0
- package/resources/catalog/items/items.d.ts.map +1 -0
- package/resources/catalog/items/items.js +119 -0
- package/resources/catalog/items/items.js.map +1 -0
- package/resources/catalog/items/items.mjs +114 -0
- package/resources/catalog/items/items.mjs.map +1 -0
- package/resources/catalog/items.d.mts +2 -0
- package/resources/catalog/items.d.mts.map +1 -0
- package/resources/catalog/items.d.ts +2 -0
- package/resources/catalog/items.d.ts.map +1 -0
- package/resources/catalog/items.js +6 -0
- package/resources/catalog/items.js.map +1 -0
- package/resources/catalog/items.mjs +3 -0
- package/resources/catalog/items.mjs.map +1 -0
- package/resources/catalog/materials/actions.d.mts +123 -0
- package/resources/catalog/materials/actions.d.mts.map +1 -0
- package/resources/catalog/materials/actions.d.ts +123 -0
- package/resources/catalog/materials/actions.d.ts.map +1 -0
- package/resources/catalog/materials/actions.js +38 -0
- package/resources/catalog/materials/actions.js.map +1 -0
- package/resources/catalog/materials/actions.mjs +34 -0
- package/resources/catalog/materials/actions.mjs.map +1 -0
- package/resources/catalog/materials/index.d.mts +3 -0
- package/resources/catalog/materials/index.d.mts.map +1 -0
- package/resources/catalog/materials/index.d.ts +3 -0
- package/resources/catalog/materials/index.d.ts.map +1 -0
- package/resources/catalog/materials/index.js +9 -0
- package/resources/catalog/materials/index.js.map +1 -0
- package/resources/catalog/materials/index.mjs +4 -0
- package/resources/catalog/materials/index.mjs.map +1 -0
- package/resources/catalog/materials/materials.d.mts +522 -0
- package/resources/catalog/materials/materials.d.mts.map +1 -0
- package/resources/catalog/materials/materials.d.ts +522 -0
- package/resources/catalog/materials/materials.d.ts.map +1 -0
- package/resources/catalog/materials/materials.js +159 -0
- package/resources/catalog/materials/materials.js.map +1 -0
- package/resources/catalog/materials/materials.mjs +154 -0
- package/resources/catalog/materials/materials.mjs.map +1 -0
- package/resources/catalog/materials.d.mts +2 -0
- package/resources/catalog/materials.d.mts.map +1 -0
- package/resources/catalog/materials.d.ts +2 -0
- package/resources/catalog/materials.d.ts.map +1 -0
- package/resources/catalog/materials.js +6 -0
- package/resources/catalog/materials.js.map +1 -0
- package/resources/catalog/materials.mjs +3 -0
- package/resources/catalog/materials.mjs.map +1 -0
- package/resources/catalog/parts/actions.d.mts +113 -0
- package/resources/catalog/parts/actions.d.mts.map +1 -0
- package/resources/catalog/parts/actions.d.ts +113 -0
- package/resources/catalog/parts/actions.d.ts.map +1 -0
- package/resources/catalog/parts/actions.js +37 -0
- package/resources/catalog/parts/actions.js.map +1 -0
- package/resources/catalog/parts/actions.mjs +33 -0
- package/resources/catalog/parts/actions.mjs.map +1 -0
- package/resources/catalog/parts/index.d.mts +3 -0
- package/resources/catalog/parts/index.d.mts.map +1 -0
- package/resources/catalog/parts/index.d.ts +3 -0
- package/resources/catalog/parts/index.d.ts.map +1 -0
- package/resources/catalog/parts/index.js +9 -0
- package/resources/catalog/parts/index.js.map +1 -0
- package/resources/catalog/parts/index.mjs +4 -0
- package/resources/catalog/parts/index.mjs.map +1 -0
- package/resources/catalog/parts/parts.d.mts +368 -0
- package/resources/catalog/parts/parts.d.mts.map +1 -0
- package/resources/catalog/parts/parts.d.ts +368 -0
- package/resources/catalog/parts/parts.d.ts.map +1 -0
- package/resources/catalog/parts/parts.js +138 -0
- package/resources/catalog/parts/parts.js.map +1 -0
- package/resources/catalog/parts/parts.mjs +133 -0
- package/resources/catalog/parts/parts.mjs.map +1 -0
- package/resources/catalog/parts.d.mts +2 -0
- package/resources/catalog/parts.d.mts.map +1 -0
- package/resources/catalog/parts.d.ts +2 -0
- package/resources/catalog/parts.d.ts.map +1 -0
- package/resources/catalog/parts.js +6 -0
- package/resources/catalog/parts.js.map +1 -0
- package/resources/catalog/parts.mjs +3 -0
- package/resources/catalog/parts.mjs.map +1 -0
- package/resources/catalog/product-lines/actions.d.mts +88 -0
- package/resources/catalog/product-lines/actions.d.mts.map +1 -0
- package/resources/catalog/product-lines/actions.d.ts +88 -0
- package/resources/catalog/product-lines/actions.d.ts.map +1 -0
- package/resources/catalog/product-lines/actions.js +39 -0
- package/resources/catalog/product-lines/actions.js.map +1 -0
- package/resources/catalog/product-lines/actions.mjs +35 -0
- package/resources/catalog/product-lines/actions.mjs.map +1 -0
- package/resources/catalog/product-lines/index.d.mts +3 -0
- package/resources/catalog/product-lines/index.d.mts.map +1 -0
- package/resources/catalog/product-lines/index.d.ts +3 -0
- package/resources/catalog/product-lines/index.d.ts.map +1 -0
- package/resources/catalog/product-lines/index.js +9 -0
- package/resources/catalog/product-lines/index.js.map +1 -0
- package/resources/catalog/product-lines/index.mjs +4 -0
- package/resources/catalog/product-lines/index.mjs.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.mts +486 -0
- package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.ts +486 -0
- package/resources/catalog/product-lines/product-lines.d.ts.map +1 -0
- package/resources/catalog/product-lines/product-lines.js +136 -0
- package/resources/catalog/product-lines/product-lines.js.map +1 -0
- package/resources/catalog/product-lines/product-lines.mjs +131 -0
- package/resources/catalog/product-lines/product-lines.mjs.map +1 -0
- package/resources/catalog/product-lines.d.mts +2 -0
- package/resources/catalog/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines.d.ts +2 -0
- package/resources/catalog/product-lines.d.ts.map +1 -0
- package/resources/catalog/product-lines.js +6 -0
- package/resources/catalog/product-lines.js.map +1 -0
- package/resources/catalog/product-lines.mjs +3 -0
- package/resources/catalog/product-lines.mjs.map +1 -0
- package/resources/catalog/products/actions.d.mts +129 -0
- package/resources/catalog/products/actions.d.mts.map +1 -0
- package/resources/catalog/products/actions.d.ts +129 -0
- package/resources/catalog/products/actions.d.ts.map +1 -0
- package/resources/catalog/products/actions.js +38 -0
- package/resources/catalog/products/actions.js.map +1 -0
- package/resources/catalog/products/actions.mjs +34 -0
- package/resources/catalog/products/actions.mjs.map +1 -0
- package/resources/catalog/products/index.d.mts +3 -0
- package/resources/catalog/products/index.d.mts.map +1 -0
- package/resources/catalog/products/index.d.ts +3 -0
- package/resources/catalog/products/index.d.ts.map +1 -0
- package/resources/catalog/products/index.js +9 -0
- package/resources/catalog/products/index.js.map +1 -0
- package/resources/catalog/products/index.mjs +4 -0
- package/resources/catalog/products/index.mjs.map +1 -0
- package/resources/catalog/products/products.d.mts +587 -0
- package/resources/catalog/products/products.d.mts.map +1 -0
- package/resources/catalog/products/products.d.ts +587 -0
- package/resources/catalog/products/products.d.ts.map +1 -0
- package/resources/catalog/products/products.js +185 -0
- package/resources/catalog/products/products.js.map +1 -0
- package/resources/catalog/products/products.mjs +180 -0
- package/resources/catalog/products/products.mjs.map +1 -0
- package/resources/catalog/products.d.mts +2 -0
- package/resources/catalog/products.d.mts.map +1 -0
- package/resources/catalog/products.d.ts +2 -0
- package/resources/catalog/products.d.ts.map +1 -0
- package/resources/catalog/products.js +6 -0
- package/resources/catalog/products.js.map +1 -0
- package/resources/catalog/products.mjs +3 -0
- package/resources/catalog/products.mjs.map +1 -0
- package/resources/catalog/properties/actions.d.mts +91 -0
- package/resources/catalog/properties/actions.d.mts.map +1 -0
- package/resources/catalog/properties/actions.d.ts +91 -0
- package/resources/catalog/properties/actions.d.ts.map +1 -0
- package/resources/catalog/properties/actions.js +38 -0
- package/resources/catalog/properties/actions.js.map +1 -0
- package/resources/catalog/properties/actions.mjs +34 -0
- package/resources/catalog/properties/actions.mjs.map +1 -0
- package/resources/catalog/properties/attributes.d.mts +245 -0
- package/resources/catalog/properties/attributes.d.mts.map +1 -0
- package/resources/catalog/properties/attributes.d.ts +245 -0
- package/resources/catalog/properties/attributes.d.ts.map +1 -0
- package/resources/catalog/properties/attributes.js +125 -0
- package/resources/catalog/properties/attributes.js.map +1 -0
- package/resources/catalog/properties/attributes.mjs +121 -0
- package/resources/catalog/properties/attributes.mjs.map +1 -0
- package/resources/catalog/properties/index.d.mts +4 -0
- package/resources/catalog/properties/index.d.mts.map +1 -0
- package/resources/catalog/properties/index.d.ts +4 -0
- package/resources/catalog/properties/index.d.ts.map +1 -0
- package/resources/catalog/properties/index.js +11 -0
- package/resources/catalog/properties/index.js.map +1 -0
- package/resources/catalog/properties/index.mjs +5 -0
- package/resources/catalog/properties/index.mjs.map +1 -0
- package/resources/catalog/properties/properties.d.mts +309 -0
- package/resources/catalog/properties/properties.d.mts.map +1 -0
- package/resources/catalog/properties/properties.d.ts +309 -0
- package/resources/catalog/properties/properties.d.ts.map +1 -0
- package/resources/catalog/properties/properties.js +110 -0
- package/resources/catalog/properties/properties.js.map +1 -0
- package/resources/catalog/properties/properties.mjs +105 -0
- package/resources/catalog/properties/properties.mjs.map +1 -0
- package/resources/catalog/properties.d.mts +2 -0
- package/resources/catalog/properties.d.mts.map +1 -0
- package/resources/catalog/properties.d.ts +2 -0
- package/resources/catalog/properties.d.ts.map +1 -0
- package/resources/catalog/properties.js +6 -0
- package/resources/catalog/properties.js.map +1 -0
- package/resources/catalog/properties.mjs +3 -0
- package/resources/catalog/properties.mjs.map +1 -0
- package/resources/catalog/unit-groups/actions.d.mts +121 -0
- package/resources/catalog/unit-groups/actions.d.mts.map +1 -0
- package/resources/catalog/unit-groups/actions.d.ts +121 -0
- package/resources/catalog/unit-groups/actions.d.ts.map +1 -0
- package/resources/catalog/unit-groups/actions.js +44 -0
- package/resources/catalog/unit-groups/actions.js.map +1 -0
- package/resources/catalog/unit-groups/actions.mjs +40 -0
- package/resources/catalog/unit-groups/actions.mjs.map +1 -0
- package/resources/catalog/unit-groups/index.d.mts +4 -0
- package/resources/catalog/unit-groups/index.d.mts.map +1 -0
- package/resources/catalog/unit-groups/index.d.ts +4 -0
- package/resources/catalog/unit-groups/index.d.ts.map +1 -0
- package/resources/catalog/unit-groups/index.js +11 -0
- package/resources/catalog/unit-groups/index.js.map +1 -0
- package/resources/catalog/unit-groups/index.mjs +5 -0
- package/resources/catalog/unit-groups/index.mjs.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.d.mts +472 -0
- package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.d.ts +472 -0
- package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.js +136 -0
- package/resources/catalog/unit-groups/unit-groups.js.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.mjs +131 -0
- package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -0
- package/resources/catalog/unit-groups/units.d.mts +271 -0
- package/resources/catalog/unit-groups/units.d.mts.map +1 -0
- package/resources/catalog/unit-groups/units.d.ts +271 -0
- package/resources/catalog/unit-groups/units.d.ts.map +1 -0
- package/resources/catalog/unit-groups/units.js +138 -0
- package/resources/catalog/unit-groups/units.js.map +1 -0
- package/resources/catalog/unit-groups/units.mjs +134 -0
- package/resources/catalog/unit-groups/units.mjs.map +1 -0
- package/resources/catalog/unit-groups.d.mts +2 -0
- package/resources/catalog/unit-groups.d.mts.map +1 -0
- package/resources/catalog/unit-groups.d.ts +2 -0
- package/resources/catalog/unit-groups.d.ts.map +1 -0
- package/resources/catalog/unit-groups.js +6 -0
- package/resources/catalog/unit-groups.js.map +1 -0
- package/resources/catalog/unit-groups.mjs +3 -0
- package/resources/catalog/unit-groups.mjs.map +1 -0
- package/resources/catalog/units/actions.d.mts +97 -0
- package/resources/catalog/units/actions.d.mts.map +1 -0
- package/resources/catalog/units/actions.d.ts +97 -0
- package/resources/catalog/units/actions.d.ts.map +1 -0
- package/resources/catalog/units/actions.js +42 -0
- package/resources/catalog/units/actions.js.map +1 -0
- package/resources/catalog/units/actions.mjs +38 -0
- package/resources/catalog/units/actions.mjs.map +1 -0
- package/resources/catalog/units/index.d.mts +3 -0
- package/resources/catalog/units/index.d.mts.map +1 -0
- package/resources/catalog/units/index.d.ts +3 -0
- package/resources/catalog/units/index.d.ts.map +1 -0
- package/resources/catalog/units/index.js +9 -0
- package/resources/catalog/units/index.js.map +1 -0
- package/resources/catalog/units/index.mjs +4 -0
- package/resources/catalog/units/index.mjs.map +1 -0
- package/resources/catalog/units/units.d.mts +449 -0
- package/resources/catalog/units/units.d.mts.map +1 -0
- package/resources/catalog/units/units.d.ts +449 -0
- package/resources/catalog/units/units.d.ts.map +1 -0
- package/resources/catalog/units/units.js +122 -0
- package/resources/catalog/units/units.js.map +1 -0
- package/resources/catalog/units/units.mjs +117 -0
- package/resources/catalog/units/units.mjs.map +1 -0
- package/resources/catalog/units.d.mts +2 -0
- package/resources/catalog/units.d.mts.map +1 -0
- package/resources/catalog/units.d.ts +2 -0
- package/resources/catalog/units.d.ts.map +1 -0
- package/resources/catalog/units.js +6 -0
- package/resources/catalog/units.js.map +1 -0
- package/resources/catalog/units.mjs +3 -0
- package/resources/catalog/units.mjs.map +1 -0
- package/resources/catalog.d.mts +2 -0
- package/resources/catalog.d.mts.map +1 -0
- package/resources/catalog.d.ts +2 -0
- package/resources/catalog.d.ts.map +1 -0
- package/resources/catalog.js +6 -0
- package/resources/catalog.js.map +1 -0
- package/resources/catalog.mjs +3 -0
- package/resources/catalog.mjs.map +1 -0
- package/resources/core/actions.d.mts +73 -0
- package/resources/core/actions.d.mts.map +1 -0
- package/resources/core/actions.d.ts +73 -0
- package/resources/core/actions.d.ts.map +1 -0
- package/resources/core/actions.js +36 -0
- package/resources/core/actions.js.map +1 -0
- package/resources/core/actions.mjs +32 -0
- package/resources/core/actions.mjs.map +1 -0
- package/resources/core/addresses/actions.d.mts +175 -0
- package/resources/core/addresses/actions.d.mts.map +1 -0
- package/resources/core/addresses/actions.d.ts +175 -0
- package/resources/core/addresses/actions.d.ts.map +1 -0
- package/resources/core/addresses/actions.js +38 -0
- package/resources/core/addresses/actions.js.map +1 -0
- package/resources/core/addresses/actions.mjs +34 -0
- package/resources/core/addresses/actions.mjs.map +1 -0
- package/resources/core/addresses/addresses.d.mts +106 -0
- package/resources/core/addresses/addresses.d.mts.map +1 -0
- package/resources/core/addresses/addresses.d.ts +106 -0
- package/resources/core/addresses/addresses.d.ts.map +1 -0
- package/resources/core/addresses/addresses.js +40 -0
- package/resources/core/addresses/addresses.js.map +1 -0
- package/resources/core/addresses/addresses.mjs +35 -0
- package/resources/core/addresses/addresses.mjs.map +1 -0
- package/resources/core/addresses/index.d.mts +3 -0
- package/resources/core/addresses/index.d.mts.map +1 -0
- package/resources/core/addresses/index.d.ts +3 -0
- package/resources/core/addresses/index.d.ts.map +1 -0
- package/resources/core/addresses/index.js +9 -0
- package/resources/core/addresses/index.js.map +1 -0
- package/resources/core/addresses/index.mjs +4 -0
- package/resources/core/addresses/index.mjs.map +1 -0
- package/resources/core/addresses.d.mts +2 -0
- package/resources/core/addresses.d.mts.map +1 -0
- package/resources/core/addresses.d.ts +2 -0
- package/resources/core/addresses.d.ts.map +1 -0
- package/resources/core/addresses.js +6 -0
- package/resources/core/addresses.js.map +1 -0
- package/resources/core/addresses.mjs +3 -0
- package/resources/core/addresses.mjs.map +1 -0
- package/resources/core/analytics.d.mts +1178 -0
- package/resources/core/analytics.d.mts.map +1 -0
- package/resources/core/analytics.d.ts +1178 -0
- package/resources/core/analytics.d.ts.map +1 -0
- package/resources/core/analytics.js +144 -0
- package/resources/core/analytics.js.map +1 -0
- package/resources/core/analytics.mjs +140 -0
- package/resources/core/analytics.mjs.map +1 -0
- package/resources/core/audit-events.d.mts +366 -0
- package/resources/core/audit-events.d.mts.map +1 -0
- package/resources/core/audit-events.d.ts +366 -0
- package/resources/core/audit-events.d.ts.map +1 -0
- package/resources/core/audit-events.js +68 -0
- package/resources/core/audit-events.js.map +1 -0
- package/resources/core/audit-events.mjs +64 -0
- package/resources/core/audit-events.mjs.map +1 -0
- package/resources/core/core.d.mts +166 -0
- package/resources/core/core.d.mts.map +1 -0
- package/resources/core/core.d.ts +166 -0
- package/resources/core/core.d.ts.map +1 -0
- package/resources/core/core.js +75 -0
- package/resources/core/core.js.map +1 -0
- package/resources/core/core.mjs +70 -0
- package/resources/core/core.mjs.map +1 -0
- package/resources/core/email-logs.d.mts +148 -0
- package/resources/core/email-logs.d.mts.map +1 -0
- package/resources/core/email-logs.d.ts +148 -0
- package/resources/core/email-logs.d.ts.map +1 -0
- package/resources/core/email-logs.js +44 -0
- package/resources/core/email-logs.js.map +1 -0
- package/resources/core/email-logs.mjs +40 -0
- package/resources/core/email-logs.mjs.map +1 -0
- package/resources/core/index.d.mts +10 -0
- package/resources/core/index.d.mts.map +1 -0
- package/resources/core/index.d.ts +10 -0
- package/resources/core/index.d.ts.map +1 -0
- package/resources/core/index.js +23 -0
- package/resources/core/index.js.map +1 -0
- package/resources/core/index.mjs +11 -0
- package/resources/core/index.mjs.map +1 -0
- package/resources/core/jobs.d.mts +278 -0
- package/resources/core/jobs.d.mts.map +1 -0
- package/resources/core/jobs.d.ts +278 -0
- package/resources/core/jobs.d.ts.map +1 -0
- package/resources/core/jobs.js +49 -0
- package/resources/core/jobs.js.map +1 -0
- package/resources/core/jobs.mjs +45 -0
- package/resources/core/jobs.mjs.map +1 -0
- package/resources/core/request-logs.d.mts +390 -0
- package/resources/core/request-logs.d.mts.map +1 -0
- package/resources/core/request-logs.d.ts +390 -0
- package/resources/core/request-logs.d.ts.map +1 -0
- package/resources/core/request-logs.js +57 -0
- package/resources/core/request-logs.js.map +1 -0
- package/resources/core/request-logs.mjs +53 -0
- package/resources/core/request-logs.mjs.map +1 -0
- package/resources/core/sandboxes.d.mts +215 -0
- package/resources/core/sandboxes.d.mts.map +1 -0
- package/resources/core/sandboxes.d.ts +215 -0
- package/resources/core/sandboxes.d.ts.map +1 -0
- package/resources/core/sandboxes.js +94 -0
- package/resources/core/sandboxes.js.map +1 -0
- package/resources/core/sandboxes.mjs +90 -0
- package/resources/core/sandboxes.mjs.map +1 -0
- package/resources/core.d.mts +2 -0
- package/resources/core.d.mts.map +1 -0
- package/resources/core.d.ts +2 -0
- package/resources/core.d.ts.map +1 -0
- package/resources/core.js +6 -0
- package/resources/core.js.map +1 -0
- package/resources/core.mjs +3 -0
- package/resources/core.mjs.map +1 -0
- package/resources/finance/finance.d.mts +289 -0
- package/resources/finance/finance.d.mts.map +1 -0
- package/resources/finance/finance.d.ts +289 -0
- package/resources/finance/finance.d.ts.map +1 -0
- package/resources/finance/finance.js +70 -0
- package/resources/finance/finance.js.map +1 -0
- package/resources/finance/finance.mjs +65 -0
- package/resources/finance/finance.mjs.map +1 -0
- package/resources/finance/index.d.mts +3 -0
- package/resources/finance/index.d.mts.map +1 -0
- package/resources/finance/index.d.ts +3 -0
- package/resources/finance/index.d.ts.map +1 -0
- package/resources/finance/index.js +9 -0
- package/resources/finance/index.js.map +1 -0
- package/resources/finance/index.mjs +4 -0
- package/resources/finance/index.mjs.map +1 -0
- package/resources/finance/payment-terms.d.mts +207 -0
- package/resources/finance/payment-terms.d.mts.map +1 -0
- package/resources/finance/payment-terms.d.ts +207 -0
- package/resources/finance/payment-terms.d.ts.map +1 -0
- package/resources/finance/payment-terms.js +112 -0
- package/resources/finance/payment-terms.js.map +1 -0
- package/resources/finance/payment-terms.mjs +108 -0
- package/resources/finance/payment-terms.mjs.map +1 -0
- package/resources/finance.d.mts +2 -0
- package/resources/finance.d.mts.map +1 -0
- package/resources/finance.d.ts +2 -0
- package/resources/finance.d.ts.map +1 -0
- package/resources/finance.js +6 -0
- package/resources/finance.js.map +1 -0
- package/resources/finance.mjs +3 -0
- package/resources/finance.mjs.map +1 -0
- package/resources/identity/account-users/account-users.d.mts +452 -0
- package/resources/identity/account-users/account-users.d.mts.map +1 -0
- package/resources/identity/account-users/account-users.d.ts +452 -0
- package/resources/identity/account-users/account-users.d.ts.map +1 -0
- package/resources/identity/account-users/account-users.js +140 -0
- package/resources/identity/account-users/account-users.js.map +1 -0
- package/resources/identity/account-users/account-users.mjs +135 -0
- package/resources/identity/account-users/account-users.mjs.map +1 -0
- package/resources/identity/account-users/actions.d.mts +80 -0
- package/resources/identity/account-users/actions.d.mts.map +1 -0
- package/resources/identity/account-users/actions.d.ts +80 -0
- package/resources/identity/account-users/actions.d.ts.map +1 -0
- package/resources/identity/account-users/actions.js +81 -0
- package/resources/identity/account-users/actions.js.map +1 -0
- package/resources/identity/account-users/actions.mjs +77 -0
- package/resources/identity/account-users/actions.mjs.map +1 -0
- package/resources/identity/account-users/index.d.mts +3 -0
- package/resources/identity/account-users/index.d.mts.map +1 -0
- package/resources/identity/account-users/index.d.ts +3 -0
- package/resources/identity/account-users/index.d.ts.map +1 -0
- package/resources/identity/account-users/index.js +9 -0
- package/resources/identity/account-users/index.js.map +1 -0
- package/resources/identity/account-users/index.mjs +4 -0
- package/resources/identity/account-users/index.mjs.map +1 -0
- package/resources/identity/account-users.d.mts +2 -0
- package/resources/identity/account-users.d.mts.map +1 -0
- package/resources/identity/account-users.d.ts +2 -0
- package/resources/identity/account-users.d.ts.map +1 -0
- package/resources/identity/account-users.js +6 -0
- package/resources/identity/account-users.js.map +1 -0
- package/resources/identity/account-users.mjs +3 -0
- package/resources/identity/account-users.mjs.map +1 -0
- package/resources/identity/accounts.d.mts +34 -0
- package/resources/identity/accounts.d.mts.map +1 -0
- package/resources/identity/accounts.d.ts +34 -0
- package/resources/identity/accounts.d.ts.map +1 -0
- package/resources/identity/accounts.js +35 -0
- package/resources/identity/accounts.js.map +1 -0
- package/resources/identity/accounts.mjs +31 -0
- package/resources/identity/accounts.mjs.map +1 -0
- package/resources/identity/identity.d.mts +207 -0
- package/resources/identity/identity.d.mts.map +1 -0
- package/resources/identity/identity.d.ts +207 -0
- package/resources/identity/identity.d.ts.map +1 -0
- package/resources/identity/identity.js +47 -0
- package/resources/identity/identity.js.map +1 -0
- package/resources/identity/identity.mjs +42 -0
- package/resources/identity/identity.mjs.map +1 -0
- package/resources/identity/index.d.mts +5 -0
- package/resources/identity/index.d.mts.map +1 -0
- package/resources/identity/index.d.ts +5 -0
- package/resources/identity/index.d.ts.map +1 -0
- package/resources/identity/index.js +13 -0
- package/resources/identity/index.js.map +1 -0
- package/resources/identity/index.mjs +6 -0
- package/resources/identity/index.mjs.map +1 -0
- package/resources/identity/roles.d.mts +253 -0
- package/resources/identity/roles.d.mts.map +1 -0
- package/resources/identity/roles.d.ts +253 -0
- package/resources/identity/roles.d.ts.map +1 -0
- package/resources/identity/roles.js +115 -0
- package/resources/identity/roles.js.map +1 -0
- package/resources/identity/roles.mjs +111 -0
- package/resources/identity/roles.mjs.map +1 -0
- package/resources/identity.d.mts +2 -0
- package/resources/identity.d.mts.map +1 -0
- package/resources/identity.d.ts +2 -0
- package/resources/identity.d.ts.map +1 -0
- package/resources/identity.js +6 -0
- package/resources/identity.js.map +1 -0
- package/resources/identity.mjs +3 -0
- package/resources/identity.mjs.map +1 -0
- package/resources/index.d.mts +11 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +11 -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/messaging/announcements/actions.d.mts +94 -0
- package/resources/messaging/announcements/actions.d.mts.map +1 -0
- package/resources/messaging/announcements/actions.d.ts +94 -0
- package/resources/messaging/announcements/actions.d.ts.map +1 -0
- package/resources/messaging/announcements/actions.js +91 -0
- package/resources/messaging/announcements/actions.js.map +1 -0
- package/resources/messaging/announcements/actions.mjs +87 -0
- package/resources/messaging/announcements/actions.mjs.map +1 -0
- package/resources/messaging/announcements/announcements.d.mts +211 -0
- package/resources/messaging/announcements/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements/announcements.d.ts +211 -0
- package/resources/messaging/announcements/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements/announcements.js +61 -0
- package/resources/messaging/announcements/announcements.js.map +1 -0
- package/resources/messaging/announcements/announcements.mjs +56 -0
- package/resources/messaging/announcements/announcements.mjs.map +1 -0
- package/resources/messaging/announcements/index.d.mts +3 -0
- package/resources/messaging/announcements/index.d.mts.map +1 -0
- package/resources/messaging/announcements/index.d.ts +3 -0
- package/resources/messaging/announcements/index.d.ts.map +1 -0
- package/resources/messaging/announcements/index.js +9 -0
- package/resources/messaging/announcements/index.js.map +1 -0
- package/resources/messaging/announcements/index.mjs +4 -0
- package/resources/messaging/announcements/index.mjs.map +1 -0
- package/resources/messaging/announcements.d.mts +2 -0
- package/resources/messaging/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements.d.ts +2 -0
- package/resources/messaging/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements.js +6 -0
- package/resources/messaging/announcements.js.map +1 -0
- package/resources/messaging/announcements.mjs +3 -0
- package/resources/messaging/announcements.mjs.map +1 -0
- package/resources/messaging/blocks.d.mts +781 -0
- package/resources/messaging/blocks.d.mts.map +1 -0
- package/resources/messaging/blocks.d.ts +781 -0
- package/resources/messaging/blocks.d.ts.map +1 -0
- package/resources/messaging/blocks.js +70 -0
- package/resources/messaging/blocks.js.map +1 -0
- package/resources/messaging/blocks.mjs +66 -0
- package/resources/messaging/blocks.mjs.map +1 -0
- package/resources/messaging/conversations/actions.d.mts +492 -0
- package/resources/messaging/conversations/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/actions.d.ts +492 -0
- package/resources/messaging/conversations/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/actions.js +339 -0
- package/resources/messaging/conversations/actions.js.map +1 -0
- package/resources/messaging/conversations/actions.mjs +335 -0
- package/resources/messaging/conversations/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.mts +109 -0
- package/resources/messaging/conversations/attachments/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.ts +109 -0
- package/resources/messaging/conversations/attachments/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.js +42 -0
- package/resources/messaging/conversations/attachments/actions.js.map +1 -0
- package/resources/messaging/conversations/attachments/actions.mjs +38 -0
- package/resources/messaging/conversations/attachments/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.js +17 -0
- package/resources/messaging/conversations/attachments/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.mjs +12 -0
- package/resources/messaging/conversations/attachments/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.mts +3 -0
- package/resources/messaging/conversations/attachments/index.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.ts +3 -0
- package/resources/messaging/conversations/attachments/index.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/index.js +9 -0
- package/resources/messaging/conversations/attachments/index.js.map +1 -0
- package/resources/messaging/conversations/attachments/index.mjs +4 -0
- package/resources/messaging/conversations/attachments/index.mjs.map +1 -0
- package/resources/messaging/conversations/attachments.d.mts +2 -0
- package/resources/messaging/conversations/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments.d.ts +2 -0
- package/resources/messaging/conversations/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments.js +6 -0
- package/resources/messaging/conversations/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments.mjs +3 -0
- package/resources/messaging/conversations/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/conversations.d.mts +940 -0
- package/resources/messaging/conversations/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations/conversations.d.ts +940 -0
- package/resources/messaging/conversations/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations/conversations.js +125 -0
- package/resources/messaging/conversations/conversations.js.map +1 -0
- package/resources/messaging/conversations/conversations.mjs +120 -0
- package/resources/messaging/conversations/conversations.mjs.map +1 -0
- package/resources/messaging/conversations/index.d.mts +7 -0
- package/resources/messaging/conversations/index.d.mts.map +1 -0
- package/resources/messaging/conversations/index.d.ts +7 -0
- package/resources/messaging/conversations/index.d.ts.map +1 -0
- package/resources/messaging/conversations/index.js +17 -0
- package/resources/messaging/conversations/index.js.map +1 -0
- package/resources/messaging/conversations/index.mjs +8 -0
- package/resources/messaging/conversations/index.mjs.map +1 -0
- package/resources/messaging/conversations/links.d.mts +167 -0
- package/resources/messaging/conversations/links.d.mts.map +1 -0
- package/resources/messaging/conversations/links.d.ts +167 -0
- package/resources/messaging/conversations/links.d.ts.map +1 -0
- package/resources/messaging/conversations/links.js +79 -0
- package/resources/messaging/conversations/links.js.map +1 -0
- package/resources/messaging/conversations/links.mjs +75 -0
- package/resources/messaging/conversations/links.mjs.map +1 -0
- package/resources/messaging/conversations/messages.d.mts +412 -0
- package/resources/messaging/conversations/messages.d.mts.map +1 -0
- package/resources/messaging/conversations/messages.d.ts +412 -0
- package/resources/messaging/conversations/messages.d.ts.map +1 -0
- package/resources/messaging/conversations/messages.js +88 -0
- package/resources/messaging/conversations/messages.js.map +1 -0
- package/resources/messaging/conversations/messages.mjs +84 -0
- package/resources/messaging/conversations/messages.mjs.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.mts +72 -0
- package/resources/messaging/conversations/participants/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.ts +72 -0
- package/resources/messaging/conversations/participants/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/actions.js +45 -0
- package/resources/messaging/conversations/participants/actions.js.map +1 -0
- package/resources/messaging/conversations/participants/actions.mjs +41 -0
- package/resources/messaging/conversations/participants/actions.mjs.map +1 -0
- package/resources/messaging/conversations/participants/index.d.mts +3 -0
- package/resources/messaging/conversations/participants/index.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/index.d.ts +3 -0
- package/resources/messaging/conversations/participants/index.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/index.js +9 -0
- package/resources/messaging/conversations/participants/index.js.map +1 -0
- package/resources/messaging/conversations/participants/index.mjs +4 -0
- package/resources/messaging/conversations/participants/index.mjs.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.mts +117 -0
- package/resources/messaging/conversations/participants/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.ts +117 -0
- package/resources/messaging/conversations/participants/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/participants.js +81 -0
- package/resources/messaging/conversations/participants/participants.js.map +1 -0
- package/resources/messaging/conversations/participants/participants.mjs +76 -0
- package/resources/messaging/conversations/participants/participants.mjs.map +1 -0
- package/resources/messaging/conversations/participants.d.mts +2 -0
- package/resources/messaging/conversations/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants.d.ts +2 -0
- package/resources/messaging/conversations/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants.js +6 -0
- package/resources/messaging/conversations/participants.js.map +1 -0
- package/resources/messaging/conversations/participants.mjs +3 -0
- package/resources/messaging/conversations/participants.mjs.map +1 -0
- package/resources/messaging/conversations.d.mts +2 -0
- package/resources/messaging/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations.d.ts +2 -0
- package/resources/messaging/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations.js +6 -0
- package/resources/messaging/conversations.js.map +1 -0
- package/resources/messaging/conversations.mjs +3 -0
- package/resources/messaging/conversations.mjs.map +1 -0
- package/resources/messaging/email-domains/actions.d.mts +30 -0
- package/resources/messaging/email-domains/actions.d.mts.map +1 -0
- package/resources/messaging/email-domains/actions.d.ts +30 -0
- package/resources/messaging/email-domains/actions.d.ts.map +1 -0
- package/resources/messaging/email-domains/actions.js +35 -0
- package/resources/messaging/email-domains/actions.js.map +1 -0
- package/resources/messaging/email-domains/actions.mjs +31 -0
- package/resources/messaging/email-domains/actions.mjs.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.mts +182 -0
- package/resources/messaging/email-domains/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.ts +182 -0
- package/resources/messaging/email-domains/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains/email-domains.js +97 -0
- package/resources/messaging/email-domains/email-domains.js.map +1 -0
- package/resources/messaging/email-domains/email-domains.mjs +92 -0
- package/resources/messaging/email-domains/email-domains.mjs.map +1 -0
- package/resources/messaging/email-domains/index.d.mts +3 -0
- package/resources/messaging/email-domains/index.d.mts.map +1 -0
- package/resources/messaging/email-domains/index.d.ts +3 -0
- package/resources/messaging/email-domains/index.d.ts.map +1 -0
- package/resources/messaging/email-domains/index.js +9 -0
- package/resources/messaging/email-domains/index.js.map +1 -0
- package/resources/messaging/email-domains/index.mjs +4 -0
- package/resources/messaging/email-domains/index.mjs.map +1 -0
- package/resources/messaging/email-domains.d.mts +2 -0
- package/resources/messaging/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains.d.ts +2 -0
- package/resources/messaging/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains.js +6 -0
- package/resources/messaging/email-domains.js.map +1 -0
- package/resources/messaging/email-domains.mjs +3 -0
- package/resources/messaging/email-domains.mjs.map +1 -0
- package/resources/messaging/email-inboxes.d.mts +456 -0
- package/resources/messaging/email-inboxes.d.mts.map +1 -0
- package/resources/messaging/email-inboxes.d.ts +456 -0
- package/resources/messaging/email-inboxes.d.ts.map +1 -0
- package/resources/messaging/email-inboxes.js +124 -0
- package/resources/messaging/email-inboxes.js.map +1 -0
- package/resources/messaging/email-inboxes.mjs +120 -0
- package/resources/messaging/email-inboxes.mjs.map +1 -0
- package/resources/messaging/groups/groups.d.mts +174 -0
- package/resources/messaging/groups/groups.d.mts.map +1 -0
- package/resources/messaging/groups/groups.d.ts +174 -0
- package/resources/messaging/groups/groups.d.ts.map +1 -0
- package/resources/messaging/groups/groups.js +115 -0
- package/resources/messaging/groups/groups.js.map +1 -0
- package/resources/messaging/groups/groups.mjs +110 -0
- package/resources/messaging/groups/groups.mjs.map +1 -0
- package/resources/messaging/groups/index.d.mts +3 -0
- package/resources/messaging/groups/index.d.mts.map +1 -0
- package/resources/messaging/groups/index.d.ts +3 -0
- package/resources/messaging/groups/index.d.ts.map +1 -0
- package/resources/messaging/groups/index.js +9 -0
- package/resources/messaging/groups/index.js.map +1 -0
- package/resources/messaging/groups/index.mjs +4 -0
- package/resources/messaging/groups/index.mjs.map +1 -0
- package/resources/messaging/groups/members.d.mts +95 -0
- package/resources/messaging/groups/members.d.mts.map +1 -0
- package/resources/messaging/groups/members.d.ts +95 -0
- package/resources/messaging/groups/members.d.ts.map +1 -0
- package/resources/messaging/groups/members.js +61 -0
- package/resources/messaging/groups/members.js.map +1 -0
- package/resources/messaging/groups/members.mjs +57 -0
- package/resources/messaging/groups/members.mjs.map +1 -0
- package/resources/messaging/groups.d.mts +2 -0
- package/resources/messaging/groups.d.mts.map +1 -0
- package/resources/messaging/groups.d.ts +2 -0
- package/resources/messaging/groups.d.ts.map +1 -0
- package/resources/messaging/groups.js +6 -0
- package/resources/messaging/groups.js.map +1 -0
- package/resources/messaging/groups.mjs +3 -0
- package/resources/messaging/groups.mjs.map +1 -0
- package/resources/messaging/index.d.mts +11 -0
- package/resources/messaging/index.d.mts.map +1 -0
- package/resources/messaging/index.d.ts +11 -0
- package/resources/messaging/index.d.ts.map +1 -0
- package/resources/messaging/index.js +25 -0
- package/resources/messaging/index.js.map +1 -0
- package/resources/messaging/index.mjs +12 -0
- package/resources/messaging/index.mjs.map +1 -0
- package/resources/messaging/messages/actions.d.mts +110 -0
- package/resources/messaging/messages/actions.d.mts.map +1 -0
- package/resources/messaging/messages/actions.d.ts +110 -0
- package/resources/messaging/messages/actions.d.ts.map +1 -0
- package/resources/messaging/messages/actions.js +95 -0
- package/resources/messaging/messages/actions.js.map +1 -0
- package/resources/messaging/messages/actions.mjs +91 -0
- package/resources/messaging/messages/actions.mjs.map +1 -0
- package/resources/messaging/messages/index.d.mts +3 -0
- package/resources/messaging/messages/index.d.mts.map +1 -0
- package/resources/messaging/messages/index.d.ts +3 -0
- package/resources/messaging/messages/index.d.ts.map +1 -0
- package/resources/messaging/messages/index.js +9 -0
- package/resources/messaging/messages/index.js.map +1 -0
- package/resources/messaging/messages/index.mjs +4 -0
- package/resources/messaging/messages/index.mjs.map +1 -0
- package/resources/messaging/messages/messages.d.mts +70 -0
- package/resources/messaging/messages/messages.d.mts.map +1 -0
- package/resources/messaging/messages/messages.d.ts +70 -0
- package/resources/messaging/messages/messages.d.ts.map +1 -0
- package/resources/messaging/messages/messages.js +45 -0
- package/resources/messaging/messages/messages.js.map +1 -0
- package/resources/messaging/messages/messages.mjs +40 -0
- package/resources/messaging/messages/messages.mjs.map +1 -0
- package/resources/messaging/messages.d.mts +2 -0
- package/resources/messaging/messages.d.mts.map +1 -0
- package/resources/messaging/messages.d.ts +2 -0
- package/resources/messaging/messages.d.ts.map +1 -0
- package/resources/messaging/messages.js +6 -0
- package/resources/messaging/messages.js.map +1 -0
- package/resources/messaging/messages.mjs +3 -0
- package/resources/messaging/messages.mjs.map +1 -0
- package/resources/messaging/messaging.d.mts +123 -0
- package/resources/messaging/messaging.d.mts.map +1 -0
- package/resources/messaging/messaging.d.ts +123 -0
- package/resources/messaging/messaging.d.ts.map +1 -0
- package/resources/messaging/messaging.js +78 -0
- package/resources/messaging/messaging.js.map +1 -0
- package/resources/messaging/messaging.mjs +73 -0
- package/resources/messaging/messaging.mjs.map +1 -0
- package/resources/messaging/notifications/actions.d.mts +105 -0
- package/resources/messaging/notifications/actions.d.mts.map +1 -0
- package/resources/messaging/notifications/actions.d.ts +105 -0
- package/resources/messaging/notifications/actions.d.ts.map +1 -0
- package/resources/messaging/notifications/actions.js +102 -0
- package/resources/messaging/notifications/actions.js.map +1 -0
- package/resources/messaging/notifications/actions.mjs +98 -0
- package/resources/messaging/notifications/actions.mjs.map +1 -0
- package/resources/messaging/notifications/index.d.mts +3 -0
- package/resources/messaging/notifications/index.d.mts.map +1 -0
- package/resources/messaging/notifications/index.d.ts +3 -0
- package/resources/messaging/notifications/index.d.ts.map +1 -0
- package/resources/messaging/notifications/index.js +9 -0
- package/resources/messaging/notifications/index.js.map +1 -0
- package/resources/messaging/notifications/index.mjs +4 -0
- package/resources/messaging/notifications/index.mjs.map +1 -0
- package/resources/messaging/notifications/notifications.d.mts +502 -0
- package/resources/messaging/notifications/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications/notifications.d.ts +502 -0
- package/resources/messaging/notifications/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications/notifications.js +129 -0
- package/resources/messaging/notifications/notifications.js.map +1 -0
- package/resources/messaging/notifications/notifications.mjs +124 -0
- package/resources/messaging/notifications/notifications.mjs.map +1 -0
- package/resources/messaging/notifications.d.mts +2 -0
- package/resources/messaging/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications.d.ts +2 -0
- package/resources/messaging/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications.js +6 -0
- package/resources/messaging/notifications.js.map +1 -0
- package/resources/messaging/notifications.mjs +3 -0
- package/resources/messaging/notifications.mjs.map +1 -0
- package/resources/messaging/preferences.d.mts +243 -0
- package/resources/messaging/preferences.d.mts.map +1 -0
- package/resources/messaging/preferences.d.ts +243 -0
- package/resources/messaging/preferences.d.ts.map +1 -0
- package/resources/messaging/preferences.js +56 -0
- package/resources/messaging/preferences.js.map +1 -0
- package/resources/messaging/preferences.mjs +52 -0
- package/resources/messaging/preferences.mjs.map +1 -0
- package/resources/messaging.d.mts +2 -0
- package/resources/messaging.d.mts.map +1 -0
- package/resources/messaging.d.ts +2 -0
- package/resources/messaging.d.ts.map +1 -0
- package/resources/messaging.js +6 -0
- package/resources/messaging.js.map +1 -0
- package/resources/messaging.mjs +3 -0
- package/resources/messaging.mjs.map +1 -0
- package/resources/operations/carriers/carriers.d.mts +278 -0
- package/resources/operations/carriers/carriers.d.mts.map +1 -0
- package/resources/operations/carriers/carriers.d.ts +278 -0
- package/resources/operations/carriers/carriers.d.ts.map +1 -0
- package/resources/operations/carriers/carriers.js +121 -0
- package/resources/operations/carriers/carriers.js.map +1 -0
- package/resources/operations/carriers/carriers.mjs +116 -0
- package/resources/operations/carriers/carriers.mjs.map +1 -0
- package/resources/operations/carriers/index.d.mts +3 -0
- package/resources/operations/carriers/index.d.mts.map +1 -0
- package/resources/operations/carriers/index.d.ts +3 -0
- package/resources/operations/carriers/index.d.ts.map +1 -0
- package/resources/operations/carriers/index.js +9 -0
- package/resources/operations/carriers/index.js.map +1 -0
- package/resources/operations/carriers/index.mjs +4 -0
- package/resources/operations/carriers/index.mjs.map +1 -0
- package/resources/operations/carriers/service-levels.d.mts +330 -0
- package/resources/operations/carriers/service-levels.d.mts.map +1 -0
- package/resources/operations/carriers/service-levels.d.ts +330 -0
- package/resources/operations/carriers/service-levels.d.ts.map +1 -0
- package/resources/operations/carriers/service-levels.js +141 -0
- package/resources/operations/carriers/service-levels.js.map +1 -0
- package/resources/operations/carriers/service-levels.mjs +137 -0
- package/resources/operations/carriers/service-levels.mjs.map +1 -0
- package/resources/operations/carriers.d.mts +2 -0
- package/resources/operations/carriers.d.mts.map +1 -0
- package/resources/operations/carriers.d.ts +2 -0
- package/resources/operations/carriers.d.ts.map +1 -0
- package/resources/operations/carriers.js +6 -0
- package/resources/operations/carriers.js.map +1 -0
- package/resources/operations/carriers.mjs +3 -0
- package/resources/operations/carriers.mjs.map +1 -0
- package/resources/operations/demand-overrides.d.mts +638 -0
- package/resources/operations/demand-overrides.d.mts.map +1 -0
- package/resources/operations/demand-overrides.d.ts +638 -0
- package/resources/operations/demand-overrides.d.ts.map +1 -0
- package/resources/operations/demand-overrides.js +130 -0
- package/resources/operations/demand-overrides.js.map +1 -0
- package/resources/operations/demand-overrides.mjs +126 -0
- package/resources/operations/demand-overrides.mjs.map +1 -0
- package/resources/operations/departments.d.mts +332 -0
- package/resources/operations/departments.d.mts.map +1 -0
- package/resources/operations/departments.d.ts +332 -0
- package/resources/operations/departments.d.ts.map +1 -0
- package/resources/operations/departments.js +115 -0
- package/resources/operations/departments.js.map +1 -0
- package/resources/operations/departments.mjs +111 -0
- package/resources/operations/departments.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.d.mts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.js +40 -0
- package/resources/operations/fulfillment-recommendations/actions.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs +36 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js +52 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs +47 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.js +9 -0
- package/resources/operations/fulfillment-recommendations/index.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.mjs +4 -0
- package/resources/operations/fulfillment-recommendations/index.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.mts +2 -0
- package/resources/operations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.ts +2 -0
- package/resources/operations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations.js +6 -0
- package/resources/operations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations.mjs +3 -0
- package/resources/operations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/index.d.mts +16 -0
- package/resources/operations/index.d.mts.map +1 -0
- package/resources/operations/index.d.ts +16 -0
- package/resources/operations/index.d.ts.map +1 -0
- package/resources/operations/index.js +35 -0
- package/resources/operations/index.js.map +1 -0
- package/resources/operations/index.mjs +17 -0
- package/resources/operations/index.mjs.map +1 -0
- package/resources/operations/location-types.d.mts +123 -0
- package/resources/operations/location-types.d.mts.map +1 -0
- package/resources/operations/location-types.d.ts +123 -0
- package/resources/operations/location-types.d.ts.map +1 -0
- package/resources/operations/location-types.js +47 -0
- package/resources/operations/location-types.js.map +1 -0
- package/resources/operations/location-types.mjs +43 -0
- package/resources/operations/location-types.mjs.map +1 -0
- package/resources/operations/locations/actions.d.mts +72 -0
- package/resources/operations/locations/actions.d.mts.map +1 -0
- package/resources/operations/locations/actions.d.ts +72 -0
- package/resources/operations/locations/actions.d.ts.map +1 -0
- package/resources/operations/locations/actions.js +32 -0
- package/resources/operations/locations/actions.js.map +1 -0
- package/resources/operations/locations/actions.mjs +28 -0
- package/resources/operations/locations/actions.mjs.map +1 -0
- package/resources/operations/locations/index.d.mts +3 -0
- package/resources/operations/locations/index.d.mts.map +1 -0
- package/resources/operations/locations/index.d.ts +3 -0
- package/resources/operations/locations/index.d.ts.map +1 -0
- package/resources/operations/locations/index.js +9 -0
- package/resources/operations/locations/index.js.map +1 -0
- package/resources/operations/locations/index.mjs +4 -0
- package/resources/operations/locations/index.mjs.map +1 -0
- package/resources/operations/locations/locations.d.mts +273 -0
- package/resources/operations/locations/locations.d.mts.map +1 -0
- package/resources/operations/locations/locations.d.ts +273 -0
- package/resources/operations/locations/locations.d.ts.map +1 -0
- package/resources/operations/locations/locations.js +113 -0
- package/resources/operations/locations/locations.js.map +1 -0
- package/resources/operations/locations/locations.mjs +108 -0
- package/resources/operations/locations/locations.mjs.map +1 -0
- package/resources/operations/locations.d.mts +2 -0
- package/resources/operations/locations.d.mts.map +1 -0
- package/resources/operations/locations.d.ts +2 -0
- package/resources/operations/locations.d.ts.map +1 -0
- package/resources/operations/locations.js +6 -0
- package/resources/operations/locations.js.map +1 -0
- package/resources/operations/locations.mjs +3 -0
- package/resources/operations/locations.mjs.map +1 -0
- package/resources/operations/machine-downtime-events.d.mts +572 -0
- package/resources/operations/machine-downtime-events.d.mts.map +1 -0
- package/resources/operations/machine-downtime-events.d.ts +572 -0
- package/resources/operations/machine-downtime-events.d.ts.map +1 -0
- package/resources/operations/machine-downtime-events.js +129 -0
- package/resources/operations/machine-downtime-events.js.map +1 -0
- package/resources/operations/machine-downtime-events.mjs +125 -0
- package/resources/operations/machine-downtime-events.mjs.map +1 -0
- package/resources/operations/machines.d.mts +223 -0
- package/resources/operations/machines.d.mts.map +1 -0
- package/resources/operations/machines.d.ts +223 -0
- package/resources/operations/machines.d.ts.map +1 -0
- package/resources/operations/machines.js +106 -0
- package/resources/operations/machines.js.map +1 -0
- package/resources/operations/machines.mjs +102 -0
- package/resources/operations/machines.mjs.map +1 -0
- package/resources/operations/operating-calendars/closures.d.mts +173 -0
- package/resources/operations/operating-calendars/closures.d.mts.map +1 -0
- package/resources/operations/operating-calendars/closures.d.ts +173 -0
- package/resources/operations/operating-calendars/closures.d.ts.map +1 -0
- package/resources/operations/operating-calendars/closures.js +81 -0
- package/resources/operations/operating-calendars/closures.js.map +1 -0
- package/resources/operations/operating-calendars/closures.mjs +77 -0
- package/resources/operations/operating-calendars/closures.mjs.map +1 -0
- package/resources/operations/operating-calendars/index.d.mts +3 -0
- package/resources/operations/operating-calendars/index.d.mts.map +1 -0
- package/resources/operations/operating-calendars/index.d.ts +3 -0
- package/resources/operations/operating-calendars/index.d.ts.map +1 -0
- package/resources/operations/operating-calendars/index.js +9 -0
- package/resources/operations/operating-calendars/index.js.map +1 -0
- package/resources/operations/operating-calendars/index.mjs +4 -0
- package/resources/operations/operating-calendars/index.mjs.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.js +129 -0
- package/resources/operations/operating-calendars/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs +124 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs.map +1 -0
- package/resources/operations/operating-calendars.d.mts +2 -0
- package/resources/operations/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars.d.ts +2 -0
- package/resources/operations/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars.js +6 -0
- package/resources/operations/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars.mjs +3 -0
- package/resources/operations/operating-calendars.mjs.map +1 -0
- package/resources/operations/operations.d.mts +556 -0
- package/resources/operations/operations.d.mts.map +1 -0
- package/resources/operations/operations.d.ts +556 -0
- package/resources/operations/operations.d.ts.map +1 -0
- package/resources/operations/operations.js +151 -0
- package/resources/operations/operations.js.map +1 -0
- package/resources/operations/operations.mjs +146 -0
- package/resources/operations/operations.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.mts +4 -0
- package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.ts +4 -0
- package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/index.js +11 -0
- package/resources/operations/production-schedule-settings/index.js.map +1 -0
- package/resources/operations/production-schedule-settings/index.mjs +5 -0
- package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/items.d.mts +228 -0
- package/resources/operations/production-schedule-settings/items.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/items.d.ts +228 -0
- package/resources/operations/production-schedule-settings/items.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/items.js +109 -0
- package/resources/operations/production-schedule-settings/items.js.map +1 -0
- package/resources/operations/production-schedule-settings/items.mjs +105 -0
- package/resources/operations/production-schedule-settings/items.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +806 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +806 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js +103 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +98 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.mts +231 -0
- package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.ts +231 -0
- package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.js +88 -0
- package/resources/operations/production-schedule-settings/resources.js.map +1 -0
- package/resources/operations/production-schedule-settings/resources.mjs +84 -0
- package/resources/operations/production-schedule-settings/resources.mjs.map +1 -0
- package/resources/operations/production-schedule-settings.d.mts +2 -0
- package/resources/operations/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings.d.ts +2 -0
- package/resources/operations/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings.js +6 -0
- package/resources/operations/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings.mjs +3 -0
- package/resources/operations/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedules/actions.d.mts +890 -0
- package/resources/operations/production-schedules/actions.d.mts.map +1 -0
- package/resources/operations/production-schedules/actions.d.ts +890 -0
- package/resources/operations/production-schedules/actions.d.ts.map +1 -0
- package/resources/operations/production-schedules/actions.js +216 -0
- package/resources/operations/production-schedules/actions.js.map +1 -0
- package/resources/operations/production-schedules/actions.mjs +212 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -0
- package/resources/operations/production-schedules/index.d.mts +4 -0
- package/resources/operations/production-schedules/index.d.mts.map +1 -0
- package/resources/operations/production-schedules/index.d.ts +4 -0
- package/resources/operations/production-schedules/index.d.ts.map +1 -0
- package/resources/operations/production-schedules/index.js +11 -0
- package/resources/operations/production-schedules/index.js.map +1 -0
- package/resources/operations/production-schedules/index.mjs +5 -0
- package/resources/operations/production-schedules/index.mjs.map +1 -0
- package/resources/operations/production-schedules/lines.d.mts +526 -0
- package/resources/operations/production-schedules/lines.d.mts.map +1 -0
- package/resources/operations/production-schedules/lines.d.ts +526 -0
- package/resources/operations/production-schedules/lines.d.ts.map +1 -0
- package/resources/operations/production-schedules/lines.js +119 -0
- package/resources/operations/production-schedules/lines.js.map +1 -0
- package/resources/operations/production-schedules/lines.mjs +115 -0
- package/resources/operations/production-schedules/lines.mjs.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.mts +1926 -0
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.ts +1926 -0
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.js +330 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules/production-schedules.mjs +325 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -0
- package/resources/operations/production-schedules.d.mts +2 -0
- package/resources/operations/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules.d.ts +2 -0
- package/resources/operations/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules.js +6 -0
- package/resources/operations/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules.mjs +3 -0
- package/resources/operations/production-schedules.mjs.map +1 -0
- package/resources/operations/scanning-stations.d.mts +341 -0
- package/resources/operations/scanning-stations.d.mts.map +1 -0
- package/resources/operations/scanning-stations.d.ts +341 -0
- package/resources/operations/scanning-stations.d.ts.map +1 -0
- package/resources/operations/scanning-stations.js +126 -0
- package/resources/operations/scanning-stations.js.map +1 -0
- package/resources/operations/scanning-stations.mjs +122 -0
- package/resources/operations/scanning-stations.mjs.map +1 -0
- package/resources/operations/shipments/actions.d.mts +282 -0
- package/resources/operations/shipments/actions.d.mts.map +1 -0
- package/resources/operations/shipments/actions.d.ts +282 -0
- package/resources/operations/shipments/actions.d.ts.map +1 -0
- package/resources/operations/shipments/actions.js +65 -0
- package/resources/operations/shipments/actions.js.map +1 -0
- package/resources/operations/shipments/actions.mjs +61 -0
- package/resources/operations/shipments/actions.mjs.map +1 -0
- package/resources/operations/shipments/index.d.mts +3 -0
- package/resources/operations/shipments/index.d.mts.map +1 -0
- package/resources/operations/shipments/index.d.ts +3 -0
- package/resources/operations/shipments/index.d.ts.map +1 -0
- package/resources/operations/shipments/index.js +9 -0
- package/resources/operations/shipments/index.js.map +1 -0
- package/resources/operations/shipments/index.mjs +4 -0
- package/resources/operations/shipments/index.mjs.map +1 -0
- package/resources/operations/shipments/shipments.d.mts +10 -0
- package/resources/operations/shipments/shipments.d.mts.map +1 -0
- package/resources/operations/shipments/shipments.d.ts +10 -0
- package/resources/operations/shipments/shipments.d.ts.map +1 -0
- package/resources/operations/shipments/shipments.js +17 -0
- package/resources/operations/shipments/shipments.js.map +1 -0
- package/resources/operations/shipments/shipments.mjs +12 -0
- package/resources/operations/shipments/shipments.mjs.map +1 -0
- package/resources/operations/shipments.d.mts +2 -0
- package/resources/operations/shipments.d.mts.map +1 -0
- package/resources/operations/shipments.d.ts +2 -0
- package/resources/operations/shipments.d.ts.map +1 -0
- package/resources/operations/shipments.js +6 -0
- package/resources/operations/shipments.js.map +1 -0
- package/resources/operations/shipments.mjs +3 -0
- package/resources/operations/shipments.mjs.map +1 -0
- package/resources/operations/shipping-terms.d.mts +359 -0
- package/resources/operations/shipping-terms.d.mts.map +1 -0
- package/resources/operations/shipping-terms.d.ts +359 -0
- package/resources/operations/shipping-terms.d.ts.map +1 -0
- package/resources/operations/shipping-terms.js +137 -0
- package/resources/operations/shipping-terms.js.map +1 -0
- package/resources/operations/shipping-terms.mjs +133 -0
- package/resources/operations/shipping-terms.mjs.map +1 -0
- package/resources/operations.d.mts +2 -0
- package/resources/operations.d.mts.map +1 -0
- package/resources/operations.d.ts +2 -0
- package/resources/operations.d.ts.map +1 -0
- package/resources/operations.js +6 -0
- package/resources/operations.js.map +1 -0
- package/resources/operations.mjs +3 -0
- package/resources/operations.mjs.map +1 -0
- package/resources/sales/account-groups.d.mts +405 -0
- package/resources/sales/account-groups.d.mts.map +1 -0
- package/resources/sales/account-groups.d.ts +405 -0
- package/resources/sales/account-groups.d.ts.map +1 -0
- package/resources/sales/account-groups.js +122 -0
- package/resources/sales/account-groups.js.map +1 -0
- package/resources/sales/account-groups.mjs +118 -0
- package/resources/sales/account-groups.mjs.map +1 -0
- package/resources/sales/account-prices/account-prices.d.mts +1008 -0
- package/resources/sales/account-prices/account-prices.d.mts.map +1 -0
- package/resources/sales/account-prices/account-prices.d.ts +1008 -0
- package/resources/sales/account-prices/account-prices.d.ts.map +1 -0
- package/resources/sales/account-prices/account-prices.js +143 -0
- package/resources/sales/account-prices/account-prices.js.map +1 -0
- package/resources/sales/account-prices/account-prices.mjs +138 -0
- package/resources/sales/account-prices/account-prices.mjs.map +1 -0
- package/resources/sales/account-prices/actions.d.mts +58 -0
- package/resources/sales/account-prices/actions.d.mts.map +1 -0
- package/resources/sales/account-prices/actions.d.ts +58 -0
- package/resources/sales/account-prices/actions.d.ts.map +1 -0
- package/resources/sales/account-prices/actions.js +44 -0
- package/resources/sales/account-prices/actions.js.map +1 -0
- package/resources/sales/account-prices/actions.mjs +40 -0
- package/resources/sales/account-prices/actions.mjs.map +1 -0
- package/resources/sales/account-prices/index.d.mts +3 -0
- package/resources/sales/account-prices/index.d.mts.map +1 -0
- package/resources/sales/account-prices/index.d.ts +3 -0
- package/resources/sales/account-prices/index.d.ts.map +1 -0
- package/resources/sales/account-prices/index.js +9 -0
- package/resources/sales/account-prices/index.js.map +1 -0
- package/resources/sales/account-prices/index.mjs +4 -0
- package/resources/sales/account-prices/index.mjs.map +1 -0
- package/resources/sales/account-prices.d.mts +2 -0
- package/resources/sales/account-prices.d.mts.map +1 -0
- package/resources/sales/account-prices.d.ts +2 -0
- package/resources/sales/account-prices.d.ts.map +1 -0
- package/resources/sales/account-prices.js +6 -0
- package/resources/sales/account-prices.js.map +1 -0
- package/resources/sales/account-prices.mjs +3 -0
- package/resources/sales/account-prices.mjs.map +1 -0
- package/resources/sales/account-statuses.d.mts +143 -0
- package/resources/sales/account-statuses.d.mts.map +1 -0
- package/resources/sales/account-statuses.d.ts +143 -0
- package/resources/sales/account-statuses.d.ts.map +1 -0
- package/resources/sales/account-statuses.js +44 -0
- package/resources/sales/account-statuses.js.map +1 -0
- package/resources/sales/account-statuses.mjs +40 -0
- package/resources/sales/account-statuses.mjs.map +1 -0
- package/resources/sales/account-users/account-users.d.mts +10 -0
- package/resources/sales/account-users/account-users.d.mts.map +1 -0
- package/resources/sales/account-users/account-users.d.ts +10 -0
- package/resources/sales/account-users/account-users.d.ts.map +1 -0
- package/resources/sales/account-users/account-users.js +17 -0
- package/resources/sales/account-users/account-users.js.map +1 -0
- package/resources/sales/account-users/account-users.mjs +12 -0
- package/resources/sales/account-users/account-users.mjs.map +1 -0
- package/resources/sales/account-users/index.d.mts +3 -0
- package/resources/sales/account-users/index.d.mts.map +1 -0
- package/resources/sales/account-users/index.d.ts +3 -0
- package/resources/sales/account-users/index.d.ts.map +1 -0
- package/resources/sales/account-users/index.js +9 -0
- package/resources/sales/account-users/index.js.map +1 -0
- package/resources/sales/account-users/index.mjs +4 -0
- package/resources/sales/account-users/index.mjs.map +1 -0
- package/resources/sales/account-users/sales-targets.d.mts +285 -0
- package/resources/sales/account-users/sales-targets.d.mts.map +1 -0
- package/resources/sales/account-users/sales-targets.d.ts +285 -0
- package/resources/sales/account-users/sales-targets.d.ts.map +1 -0
- package/resources/sales/account-users/sales-targets.js +98 -0
- package/resources/sales/account-users/sales-targets.js.map +1 -0
- package/resources/sales/account-users/sales-targets.mjs +94 -0
- package/resources/sales/account-users/sales-targets.mjs.map +1 -0
- package/resources/sales/account-users.d.mts +2 -0
- package/resources/sales/account-users.d.mts.map +1 -0
- package/resources/sales/account-users.d.ts +2 -0
- package/resources/sales/account-users.d.ts.map +1 -0
- package/resources/sales/account-users.js +6 -0
- package/resources/sales/account-users.js.map +1 -0
- package/resources/sales/account-users.mjs +3 -0
- package/resources/sales/account-users.mjs.map +1 -0
- package/resources/sales/addresses.d.mts +394 -0
- package/resources/sales/addresses.d.mts.map +1 -0
- package/resources/sales/addresses.d.ts +394 -0
- package/resources/sales/addresses.d.ts.map +1 -0
- package/resources/sales/addresses.js +126 -0
- package/resources/sales/addresses.js.map +1 -0
- package/resources/sales/addresses.mjs +122 -0
- package/resources/sales/addresses.mjs.map +1 -0
- package/resources/sales/contacts/actions.d.mts +137 -0
- package/resources/sales/contacts/actions.d.mts.map +1 -0
- package/resources/sales/contacts/actions.d.ts +137 -0
- package/resources/sales/contacts/actions.d.ts.map +1 -0
- package/resources/sales/contacts/actions.js +40 -0
- package/resources/sales/contacts/actions.js.map +1 -0
- package/resources/sales/contacts/actions.mjs +36 -0
- package/resources/sales/contacts/actions.mjs.map +1 -0
- package/resources/sales/contacts/contacts.d.mts +10 -0
- package/resources/sales/contacts/contacts.d.mts.map +1 -0
- package/resources/sales/contacts/contacts.d.ts +10 -0
- package/resources/sales/contacts/contacts.d.ts.map +1 -0
- package/resources/sales/contacts/contacts.js +17 -0
- package/resources/sales/contacts/contacts.js.map +1 -0
- package/resources/sales/contacts/contacts.mjs +12 -0
- package/resources/sales/contacts/contacts.mjs.map +1 -0
- package/resources/sales/contacts/index.d.mts +3 -0
- package/resources/sales/contacts/index.d.mts.map +1 -0
- package/resources/sales/contacts/index.d.ts +3 -0
- package/resources/sales/contacts/index.d.ts.map +1 -0
- package/resources/sales/contacts/index.js +9 -0
- package/resources/sales/contacts/index.js.map +1 -0
- package/resources/sales/contacts/index.mjs +4 -0
- package/resources/sales/contacts/index.mjs.map +1 -0
- package/resources/sales/contacts.d.mts +2 -0
- package/resources/sales/contacts.d.mts.map +1 -0
- package/resources/sales/contacts.d.ts +2 -0
- package/resources/sales/contacts.d.ts.map +1 -0
- package/resources/sales/contacts.js +6 -0
- package/resources/sales/contacts.js.map +1 -0
- package/resources/sales/contacts.mjs +3 -0
- package/resources/sales/contacts.mjs.map +1 -0
- package/resources/sales/customers/actions.d.mts +63 -0
- package/resources/sales/customers/actions.d.mts.map +1 -0
- package/resources/sales/customers/actions.d.ts +63 -0
- package/resources/sales/customers/actions.d.ts.map +1 -0
- package/resources/sales/customers/actions.js +44 -0
- package/resources/sales/customers/actions.js.map +1 -0
- package/resources/sales/customers/actions.mjs +40 -0
- package/resources/sales/customers/actions.mjs.map +1 -0
- package/resources/sales/customers/customers.d.mts +973 -0
- package/resources/sales/customers/customers.d.mts.map +1 -0
- package/resources/sales/customers/customers.d.ts +973 -0
- package/resources/sales/customers/customers.d.ts.map +1 -0
- package/resources/sales/customers/customers.js +196 -0
- package/resources/sales/customers/customers.js.map +1 -0
- package/resources/sales/customers/customers.mjs +191 -0
- package/resources/sales/customers/customers.mjs.map +1 -0
- package/resources/sales/customers/index.d.mts +3 -0
- package/resources/sales/customers/index.d.mts.map +1 -0
- package/resources/sales/customers/index.d.ts +3 -0
- package/resources/sales/customers/index.d.ts.map +1 -0
- package/resources/sales/customers/index.js +9 -0
- package/resources/sales/customers/index.js.map +1 -0
- package/resources/sales/customers/index.mjs +4 -0
- package/resources/sales/customers/index.mjs.map +1 -0
- package/resources/sales/customers.d.mts +2 -0
- package/resources/sales/customers.d.mts.map +1 -0
- package/resources/sales/customers.d.ts +2 -0
- package/resources/sales/customers.d.ts.map +1 -0
- package/resources/sales/customers.js +6 -0
- package/resources/sales/customers.js.map +1 -0
- package/resources/sales/customers.mjs +3 -0
- package/resources/sales/customers.mjs.map +1 -0
- package/resources/sales/index.d.mts +13 -0
- package/resources/sales/index.d.mts.map +1 -0
- package/resources/sales/index.d.ts +13 -0
- package/resources/sales/index.d.ts.map +1 -0
- package/resources/sales/index.js +29 -0
- package/resources/sales/index.js.map +1 -0
- package/resources/sales/index.mjs +14 -0
- package/resources/sales/index.mjs.map +1 -0
- package/resources/sales/order-discounts/actions.d.mts +85 -0
- package/resources/sales/order-discounts/actions.d.mts.map +1 -0
- package/resources/sales/order-discounts/actions.d.ts +85 -0
- package/resources/sales/order-discounts/actions.d.ts.map +1 -0
- package/resources/sales/order-discounts/actions.js +35 -0
- package/resources/sales/order-discounts/actions.js.map +1 -0
- package/resources/sales/order-discounts/actions.mjs +31 -0
- package/resources/sales/order-discounts/actions.mjs.map +1 -0
- package/resources/sales/order-discounts/index.d.mts +3 -0
- package/resources/sales/order-discounts/index.d.mts.map +1 -0
- package/resources/sales/order-discounts/index.d.ts +3 -0
- package/resources/sales/order-discounts/index.d.ts.map +1 -0
- package/resources/sales/order-discounts/index.js +9 -0
- package/resources/sales/order-discounts/index.js.map +1 -0
- package/resources/sales/order-discounts/index.mjs +4 -0
- package/resources/sales/order-discounts/index.mjs.map +1 -0
- package/resources/sales/order-discounts/order-discounts.d.mts +365 -0
- package/resources/sales/order-discounts/order-discounts.d.mts.map +1 -0
- package/resources/sales/order-discounts/order-discounts.d.ts +365 -0
- package/resources/sales/order-discounts/order-discounts.d.ts.map +1 -0
- package/resources/sales/order-discounts/order-discounts.js +125 -0
- package/resources/sales/order-discounts/order-discounts.js.map +1 -0
- package/resources/sales/order-discounts/order-discounts.mjs +120 -0
- package/resources/sales/order-discounts/order-discounts.mjs.map +1 -0
- package/resources/sales/order-discounts.d.mts +2 -0
- package/resources/sales/order-discounts.d.mts.map +1 -0
- package/resources/sales/order-discounts.d.ts +2 -0
- package/resources/sales/order-discounts.d.ts.map +1 -0
- package/resources/sales/order-discounts.js +6 -0
- package/resources/sales/order-discounts.js.map +1 -0
- package/resources/sales/order-discounts.mjs +3 -0
- package/resources/sales/order-discounts.mjs.map +1 -0
- package/resources/sales/priorities.d.mts +101 -0
- package/resources/sales/priorities.d.mts.map +1 -0
- package/resources/sales/priorities.d.ts +101 -0
- package/resources/sales/priorities.d.ts.map +1 -0
- package/resources/sales/priorities.js +48 -0
- package/resources/sales/priorities.js.map +1 -0
- package/resources/sales/priorities.mjs +44 -0
- package/resources/sales/priorities.mjs.map +1 -0
- package/resources/sales/sales-orders/actions.d.mts +490 -0
- package/resources/sales/sales-orders/actions.d.mts.map +1 -0
- package/resources/sales/sales-orders/actions.d.ts +490 -0
- package/resources/sales/sales-orders/actions.d.ts.map +1 -0
- package/resources/sales/sales-orders/actions.js +205 -0
- package/resources/sales/sales-orders/actions.js.map +1 -0
- package/resources/sales/sales-orders/actions.mjs +201 -0
- package/resources/sales/sales-orders/actions.mjs.map +1 -0
- package/resources/sales/sales-orders/index.d.mts +4 -0
- package/resources/sales/sales-orders/index.d.mts.map +1 -0
- package/resources/sales/sales-orders/index.d.ts +4 -0
- package/resources/sales/sales-orders/index.d.ts.map +1 -0
- package/resources/sales/sales-orders/index.js +11 -0
- package/resources/sales/sales-orders/index.js.map +1 -0
- package/resources/sales/sales-orders/index.mjs +5 -0
- package/resources/sales/sales-orders/index.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/actions.d.mts +58 -0
- package/resources/sales/sales-orders/lines/actions.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/actions.d.ts +58 -0
- package/resources/sales/sales-orders/lines/actions.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/actions.js +36 -0
- package/resources/sales/sales-orders/lines/actions.js.map +1 -0
- package/resources/sales/sales-orders/lines/actions.mjs +32 -0
- package/resources/sales/sales-orders/lines/actions.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/index.d.mts +3 -0
- package/resources/sales/sales-orders/lines/index.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/index.d.ts +3 -0
- package/resources/sales/sales-orders/lines/index.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/index.js +9 -0
- package/resources/sales/sales-orders/lines/index.js.map +1 -0
- package/resources/sales/sales-orders/lines/index.mjs +4 -0
- package/resources/sales/sales-orders/lines/index.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/lines.d.mts +246 -0
- package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/lines.d.ts +246 -0
- package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/lines.js +113 -0
- package/resources/sales/sales-orders/lines/lines.js.map +1 -0
- package/resources/sales/sales-orders/lines/lines.mjs +108 -0
- package/resources/sales/sales-orders/lines/lines.mjs.map +1 -0
- package/resources/sales/sales-orders/lines.d.mts +2 -0
- package/resources/sales/sales-orders/lines.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines.d.ts +2 -0
- package/resources/sales/sales-orders/lines.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines.js +6 -0
- package/resources/sales/sales-orders/lines.js.map +1 -0
- package/resources/sales/sales-orders/lines.mjs +3 -0
- package/resources/sales/sales-orders/lines.mjs.map +1 -0
- package/resources/sales/sales-orders/sales-orders.d.mts +1750 -0
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -0
- package/resources/sales/sales-orders/sales-orders.d.ts +1750 -0
- package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -0
- package/resources/sales/sales-orders/sales-orders.js +221 -0
- package/resources/sales/sales-orders/sales-orders.js.map +1 -0
- package/resources/sales/sales-orders/sales-orders.mjs +216 -0
- package/resources/sales/sales-orders/sales-orders.mjs.map +1 -0
- package/resources/sales/sales-orders.d.mts +2 -0
- package/resources/sales/sales-orders.d.mts.map +1 -0
- package/resources/sales/sales-orders.d.ts +2 -0
- package/resources/sales/sales-orders.d.ts.map +1 -0
- package/resources/sales/sales-orders.js +6 -0
- package/resources/sales/sales-orders.js.map +1 -0
- package/resources/sales/sales-orders.mjs +3 -0
- package/resources/sales/sales-orders.mjs.map +1 -0
- package/resources/sales/sales.d.mts +50 -0
- package/resources/sales/sales.d.mts.map +1 -0
- package/resources/sales/sales.d.ts +50 -0
- package/resources/sales/sales.d.ts.map +1 -0
- package/resources/sales/sales.js +57 -0
- package/resources/sales/sales.js.map +1 -0
- package/resources/sales/sales.mjs +52 -0
- package/resources/sales/sales.mjs.map +1 -0
- package/resources/sales/volume-discounts.d.mts +684 -0
- package/resources/sales/volume-discounts.d.mts.map +1 -0
- package/resources/sales/volume-discounts.d.ts +684 -0
- package/resources/sales/volume-discounts.d.ts.map +1 -0
- package/resources/sales/volume-discounts.js +152 -0
- package/resources/sales/volume-discounts.js.map +1 -0
- package/resources/sales/volume-discounts.mjs +148 -0
- package/resources/sales/volume-discounts.mjs.map +1 -0
- package/resources/sales.d.mts +2 -0
- package/resources/sales.d.mts.map +1 -0
- package/resources/sales.d.ts +2 -0
- package/resources/sales.d.ts.map +1 -0
- package/resources/sales.js +6 -0
- package/resources/sales.js.map +1 -0
- package/resources/sales.mjs +3 -0
- package/resources/sales.mjs.map +1 -0
- package/resources/settings/index.d.mts +4 -0
- package/resources/settings/index.d.mts.map +1 -0
- package/resources/settings/index.d.ts +4 -0
- package/resources/settings/index.d.ts.map +1 -0
- package/resources/settings/index.js +11 -0
- package/resources/settings/index.js.map +1 -0
- package/resources/settings/index.mjs +5 -0
- package/resources/settings/index.mjs.map +1 -0
- package/resources/settings/integrations.d.mts +273 -0
- package/resources/settings/integrations.d.mts.map +1 -0
- package/resources/settings/integrations.d.ts +273 -0
- package/resources/settings/integrations.d.ts.map +1 -0
- package/resources/settings/integrations.js +102 -0
- package/resources/settings/integrations.js.map +1 -0
- package/resources/settings/integrations.mjs +98 -0
- package/resources/settings/integrations.mjs.map +1 -0
- package/resources/settings/portal-domains/actions.d.mts +31 -0
- package/resources/settings/portal-domains/actions.d.mts.map +1 -0
- package/resources/settings/portal-domains/actions.d.ts +31 -0
- package/resources/settings/portal-domains/actions.d.ts.map +1 -0
- package/resources/settings/portal-domains/actions.js +36 -0
- package/resources/settings/portal-domains/actions.js.map +1 -0
- package/resources/settings/portal-domains/actions.mjs +32 -0
- package/resources/settings/portal-domains/actions.mjs.map +1 -0
- package/resources/settings/portal-domains/index.d.mts +3 -0
- package/resources/settings/portal-domains/index.d.mts.map +1 -0
- package/resources/settings/portal-domains/index.d.ts +3 -0
- package/resources/settings/portal-domains/index.d.ts.map +1 -0
- package/resources/settings/portal-domains/index.js +9 -0
- package/resources/settings/portal-domains/index.js.map +1 -0
- package/resources/settings/portal-domains/index.mjs +4 -0
- package/resources/settings/portal-domains/index.mjs.map +1 -0
- package/resources/settings/portal-domains/portal-domains.d.mts +254 -0
- package/resources/settings/portal-domains/portal-domains.d.mts.map +1 -0
- package/resources/settings/portal-domains/portal-domains.d.ts +254 -0
- package/resources/settings/portal-domains/portal-domains.d.ts.map +1 -0
- package/resources/settings/portal-domains/portal-domains.js +104 -0
- package/resources/settings/portal-domains/portal-domains.js.map +1 -0
- package/resources/settings/portal-domains/portal-domains.mjs +99 -0
- package/resources/settings/portal-domains/portal-domains.mjs.map +1 -0
- package/resources/settings/portal-domains.d.mts +2 -0
- package/resources/settings/portal-domains.d.mts.map +1 -0
- package/resources/settings/portal-domains.d.ts +2 -0
- package/resources/settings/portal-domains.d.ts.map +1 -0
- package/resources/settings/portal-domains.js +6 -0
- package/resources/settings/portal-domains.js.map +1 -0
- package/resources/settings/portal-domains.mjs +3 -0
- package/resources/settings/portal-domains.mjs.map +1 -0
- package/resources/settings/settings.d.mts +14 -0
- package/resources/settings/settings.d.mts.map +1 -0
- package/resources/settings/settings.d.ts +14 -0
- package/resources/settings/settings.d.ts.map +1 -0
- package/resources/settings/settings.js +21 -0
- package/resources/settings/settings.js.map +1 -0
- package/resources/settings/settings.mjs +16 -0
- package/resources/settings/settings.mjs.map +1 -0
- package/resources/settings.d.mts +2 -0
- package/resources/settings.d.mts.map +1 -0
- package/resources/settings.d.ts +2 -0
- package/resources/settings.d.ts.map +1 -0
- package/resources/settings.js +6 -0
- package/resources/settings.js.map +1 -0
- package/resources/settings.mjs +3 -0
- package/resources/settings.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 +918 -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 -0
- package/src/index.ts +22 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -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/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 +93 -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 +128 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +7 -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 +9 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/ai/agents.ts +981 -0
- package/src/resources/ai/ai.ts +399 -0
- package/src/resources/ai/index.ts +56 -0
- package/src/resources/ai/memories.ts +517 -0
- package/src/resources/ai/runs/actions.ts +227 -0
- package/src/resources/ai/runs/index.ts +22 -0
- package/src/resources/ai/runs/runs.ts +608 -0
- package/src/resources/ai/runs.ts +3 -0
- package/src/resources/ai.ts +3 -0
- package/src/resources/auth/api-keys/actions.ts +103 -0
- package/src/resources/auth/api-keys/api-keys.ts +776 -0
- package/src/resources/auth/api-keys/index.ts +22 -0
- package/src/resources/auth/api-keys.ts +3 -0
- package/src/resources/auth/auth.ts +51 -0
- package/src/resources/auth/index.ts +22 -0
- package/src/resources/auth.ts +3 -0
- package/src/resources/catalog/catalog.ts +277 -0
- package/src/resources/catalog/index.ts +119 -0
- package/src/resources/catalog/item-categories/actions.ts +124 -0
- package/src/resources/catalog/item-categories/index.ts +29 -0
- package/src/resources/catalog/item-categories/item-categories.ts +429 -0
- package/src/resources/catalog/item-categories/properties.ts +93 -0
- package/src/resources/catalog/item-categories.ts +3 -0
- package/src/resources/catalog/items/actions.ts +296 -0
- package/src/resources/catalog/items/attributes.ts +127 -0
- package/src/resources/catalog/items/index.ts +38 -0
- package/src/resources/catalog/items/inventory.ts +294 -0
- package/src/resources/catalog/items/items.ts +623 -0
- package/src/resources/catalog/items.ts +3 -0
- package/src/resources/catalog/materials/actions.ts +152 -0
- package/src/resources/catalog/materials/index.ts +23 -0
- package/src/resources/catalog/materials/materials.ts +678 -0
- package/src/resources/catalog/materials.ts +3 -0
- package/src/resources/catalog/parts/actions.ts +140 -0
- package/src/resources/catalog/parts/index.ts +20 -0
- package/src/resources/catalog/parts/parts.ts +482 -0
- package/src/resources/catalog/parts.ts +3 -0
- package/src/resources/catalog/product-lines/actions.ts +109 -0
- package/src/resources/catalog/product-lines/index.ts +20 -0
- package/src/resources/catalog/product-lines/product-lines.ts +592 -0
- package/src/resources/catalog/product-lines.ts +3 -0
- package/src/resources/catalog/products/actions.ts +159 -0
- package/src/resources/catalog/products/index.ts +22 -0
- package/src/resources/catalog/products/products.ts +818 -0
- package/src/resources/catalog/products.ts +3 -0
- package/src/resources/catalog/properties/actions.ts +113 -0
- package/src/resources/catalog/properties/attributes.ts +316 -0
- package/src/resources/catalog/properties/index.ts +34 -0
- package/src/resources/catalog/properties/properties.ts +421 -0
- package/src/resources/catalog/properties.ts +3 -0
- package/src/resources/catalog/unit-groups/actions.ts +150 -0
- package/src/resources/catalog/unit-groups/index.ts +36 -0
- package/src/resources/catalog/unit-groups/unit-groups.ts +610 -0
- package/src/resources/catalog/unit-groups/units.ts +352 -0
- package/src/resources/catalog/unit-groups.ts +3 -0
- package/src/resources/catalog/units/actions.ts +122 -0
- package/src/resources/catalog/units/index.ts +20 -0
- package/src/resources/catalog/units/units.ts +547 -0
- package/src/resources/catalog/units.ts +3 -0
- package/src/resources/catalog.ts +3 -0
- package/src/resources/core/actions.ts +89 -0
- package/src/resources/core/addresses/actions.ts +210 -0
- package/src/resources/core/addresses/addresses.ts +144 -0
- package/src/resources/core/addresses/index.ts +15 -0
- package/src/resources/core/addresses.ts +3 -0
- package/src/resources/core/analytics.ts +1428 -0
- package/src/resources/core/audit-events.ts +1658 -0
- package/src/resources/core/core.ts +977 -0
- package/src/resources/core/email-logs.ts +186 -0
- package/src/resources/core/index.ts +95 -0
- package/src/resources/core/jobs.ts +683 -0
- package/src/resources/core/request-logs.ts +540 -0
- package/src/resources/core/sandboxes.ts +262 -0
- package/src/resources/core.ts +3 -0
- package/src/resources/finance/finance.ts +377 -0
- package/src/resources/finance/index.ts +25 -0
- package/src/resources/finance/payment-terms.ts +268 -0
- package/src/resources/finance.ts +3 -0
- package/src/resources/identity/account-users/account-users.ts +550 -0
- package/src/resources/identity/account-users/actions.ts +96 -0
- package/src/resources/identity/account-users/index.ts +19 -0
- package/src/resources/identity/account-users.ts +3 -0
- package/src/resources/identity/accounts.ts +40 -0
- package/src/resources/identity/identity.ts +296 -0
- package/src/resources/identity/index.ts +33 -0
- package/src/resources/identity/roles.ts +309 -0
- package/src/resources/identity.ts +3 -0
- package/src/resources/index.ts +52 -0
- package/src/resources/messaging/announcements/actions.ts +137 -0
- package/src/resources/messaging/announcements/announcements.ts +273 -0
- package/src/resources/messaging/announcements/index.ts +10 -0
- package/src/resources/messaging/announcements.ts +3 -0
- package/src/resources/messaging/blocks.ts +935 -0
- package/src/resources/messaging/conversations/actions.ts +836 -0
- package/src/resources/messaging/conversations/attachments/actions.ts +138 -0
- package/src/resources/messaging/conversations/attachments/attachments.ts +25 -0
- package/src/resources/messaging/conversations/attachments/index.ts +9 -0
- package/src/resources/messaging/conversations/attachments.ts +3 -0
- package/src/resources/messaging/conversations/conversations.ts +2170 -0
- package/src/resources/messaging/conversations/index.ts +70 -0
- package/src/resources/messaging/conversations/links.ts +846 -0
- package/src/resources/messaging/conversations/messages.ts +1124 -0
- package/src/resources/messaging/conversations/participants/actions.ts +102 -0
- package/src/resources/messaging/conversations/participants/index.ts +10 -0
- package/src/resources/messaging/conversations/participants/participants.ts +167 -0
- package/src/resources/messaging/conversations/participants.ts +3 -0
- package/src/resources/messaging/conversations.ts +3 -0
- package/src/resources/messaging/email-domains/actions.ts +35 -0
- package/src/resources/messaging/email-domains/email-domains.ts +220 -0
- package/src/resources/messaging/email-domains/index.ts +11 -0
- package/src/resources/messaging/email-domains.ts +3 -0
- package/src/resources/messaging/email-inboxes.ts +543 -0
- package/src/resources/messaging/groups/groups.ts +223 -0
- package/src/resources/messaging/groups/index.ts +17 -0
- package/src/resources/messaging/groups/members.ts +124 -0
- package/src/resources/messaging/groups.ts +3 -0
- package/src/resources/messaging/index.ts +106 -0
- package/src/resources/messaging/messages/actions.ts +199 -0
- package/src/resources/messaging/messages/index.ts +10 -0
- package/src/resources/messaging/messages/messages.ts +116 -0
- package/src/resources/messaging/messages.ts +3 -0
- package/src/resources/messaging/messaging.ts +353 -0
- package/src/resources/messaging/notifications/actions.ts +152 -0
- package/src/resources/messaging/notifications/index.ts +24 -0
- package/src/resources/messaging/notifications/notifications.ts +1255 -0
- package/src/resources/messaging/notifications.ts +3 -0
- package/src/resources/messaging/preferences.ts +278 -0
- package/src/resources/messaging.ts +3 -0
- package/src/resources/operations/carriers/carriers.ts +361 -0
- package/src/resources/operations/carriers/index.ts +24 -0
- package/src/resources/operations/carriers/service-levels.ts +422 -0
- package/src/resources/operations/carriers.ts +3 -0
- package/src/resources/operations/demand-overrides.ts +801 -0
- package/src/resources/operations/departments.ts +414 -0
- package/src/resources/operations/fulfillment-recommendations/actions.ts +75 -0
- package/src/resources/operations/fulfillment-recommendations/fulfillment-recommendations.ts +206 -0
- package/src/resources/operations/fulfillment-recommendations/index.ts +8 -0
- package/src/resources/operations/fulfillment-recommendations.ts +3 -0
- package/src/resources/operations/index.ts +171 -0
- package/src/resources/operations/location-types.ts +151 -0
- package/src/resources/operations/locations/actions.ts +93 -0
- package/src/resources/operations/locations/index.ts +18 -0
- package/src/resources/operations/locations/locations.ts +344 -0
- package/src/resources/operations/locations.ts +3 -0
- package/src/resources/operations/machine-downtime-events.ts +738 -0
- package/src/resources/operations/machines.ts +282 -0
- package/src/resources/operations/operating-calendars/closures.ts +223 -0
- package/src/resources/operations/operating-calendars/index.ts +23 -0
- package/src/resources/operations/operating-calendars/operating-calendars.ts +427 -0
- package/src/resources/operations/operating-calendars.ts +3 -0
- package/src/resources/operations/operations.ts +982 -0
- package/src/resources/operations/production-schedule-settings/index.ts +23 -0
- package/src/resources/operations/production-schedule-settings/items.ts +273 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +959 -0
- package/src/resources/operations/production-schedule-settings/resources.ts +272 -0
- package/src/resources/operations/production-schedule-settings.ts +3 -0
- package/src/resources/operations/production-schedules/actions.ts +1064 -0
- package/src/resources/operations/production-schedules/index.ts +74 -0
- package/src/resources/operations/production-schedules/lines.ts +690 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +2408 -0
- package/src/resources/operations/production-schedules.ts +3 -0
- package/src/resources/operations/scanning-stations.ts +418 -0
- package/src/resources/operations/shipments/actions.ts +322 -0
- package/src/resources/operations/shipments/index.ts +12 -0
- package/src/resources/operations/shipments/shipments.ts +31 -0
- package/src/resources/operations/shipments.ts +3 -0
- package/src/resources/operations/shipping-terms.ts +444 -0
- package/src/resources/operations.ts +3 -0
- package/src/resources/sales/account-groups.ts +478 -0
- package/src/resources/sales/account-prices/account-prices.ts +1201 -0
- package/src/resources/sales/account-prices/actions.ts +74 -0
- package/src/resources/sales/account-prices/index.ts +27 -0
- package/src/resources/sales/account-prices.ts +3 -0
- package/src/resources/sales/account-statuses.ts +179 -0
- package/src/resources/sales/account-users/account-users.ts +33 -0
- package/src/resources/sales/account-users/index.ts +13 -0
- package/src/resources/sales/account-users/sales-targets.ts +348 -0
- package/src/resources/sales/account-users.ts +3 -0
- package/src/resources/sales/addresses.ts +475 -0
- package/src/resources/sales/contacts/actions.ts +167 -0
- package/src/resources/sales/contacts/contacts.ts +27 -0
- package/src/resources/sales/contacts/index.ts +10 -0
- package/src/resources/sales/contacts.ts +3 -0
- package/src/resources/sales/customers/actions.ts +102 -0
- package/src/resources/sales/customers/customers.ts +1250 -0
- package/src/resources/sales/customers/index.ts +15 -0
- package/src/resources/sales/customers.ts +3 -0
- package/src/resources/sales/index.ts +138 -0
- package/src/resources/sales/order-discounts/actions.ts +102 -0
- package/src/resources/sales/order-discounts/index.ts +13 -0
- package/src/resources/sales/order-discounts/order-discounts.ts +442 -0
- package/src/resources/sales/order-discounts.ts +3 -0
- package/src/resources/sales/priorities.ts +129 -0
- package/src/resources/sales/sales-orders/actions.ts +601 -0
- package/src/resources/sales/sales-orders/index.ts +63 -0
- package/src/resources/sales/sales-orders/lines/actions.ts +74 -0
- package/src/resources/sales/sales-orders/lines/index.ts +17 -0
- package/src/resources/sales/sales-orders/lines/lines.ts +322 -0
- package/src/resources/sales/sales-orders/lines.ts +3 -0
- package/src/resources/sales/sales-orders/sales-orders.ts +2257 -0
- package/src/resources/sales/sales-orders.ts +3 -0
- package/src/resources/sales/sales.ts +318 -0
- package/src/resources/sales/volume-discounts.ts +813 -0
- package/src/resources/sales.ts +3 -0
- package/src/resources/settings/index.ts +23 -0
- package/src/resources/settings/integrations.ts +326 -0
- package/src/resources/settings/portal-domains/actions.ts +36 -0
- package/src/resources/settings/portal-domains/index.ts +13 -0
- package/src/resources/settings/portal-domains/portal-domains.ts +302 -0
- package/src/resources/settings/portal-domains.ts +3 -0
- package/src/resources/settings/settings.ts +57 -0
- package/src/resources/settings.ts +3 -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 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fulfillment-recommendations.d.ts","sourceRoot":"","sources":["../../src/resources/operations/fulfillment-recommendations.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./fulfillment-recommendations/index.js"), exports);
|
|
6
|
+
//# sourceMappingURL=fulfillment-recommendations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fulfillment-recommendations.js","sourceRoot":"","sources":["../../src/resources/operations/fulfillment-recommendations.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,iFAAoD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fulfillment-recommendations.mjs","sourceRoot":"","sources":["../../src/resources/operations/fulfillment-recommendations.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { Carriers, type CreateCarrierRequest, type ListCarrier, type UpdateCarrierRequest, type CarrierDeleteResponse, type CarrierListParams, type CarrierRetrieveParams, type CarrierCreateParams, type CarrierUpdateParams, } from "./carriers/index.mjs";
|
|
2
|
+
export { DemandOverrides, type CreateDemandOverrideRequest, type DemandOverride, type ListDemandOverride, type UpdateDemandOverrideRequest, type DemandOverrideDeleteResponse, type DemandOverrideListParams, type DemandOverrideRetrieveParams, type DemandOverrideCreateParams, type DemandOverrideUpdateParams, } from "./demand-overrides.mjs";
|
|
3
|
+
export { Departments, type CreateDepartmentRequest, type DepartmentRateInput, type ListDepartment, type UpdateDepartmentRequest, type DepartmentDeleteResponse, type DepartmentListParams, type DepartmentRetrieveParams, type DepartmentCreateParams, type DepartmentUpdateParams, } from "./departments.mjs";
|
|
4
|
+
export { FulfillmentRecommendations, type FulfillmentRecommendation, type ListFulfillmentRecommendation, } from "./fulfillment-recommendations/index.mjs";
|
|
5
|
+
export { LocationTypes, type ListLocationType, type LocationType, type LocationTypeListParams, } from "./location-types.mjs";
|
|
6
|
+
export { Locations, type CreateLocationRequest, type UpdateLocationRequest, type LocationDeleteResponse, type LocationListParams, type LocationRetrieveParams, type LocationCreateParams, type LocationUpdateParams, } from "./locations/index.mjs";
|
|
7
|
+
export { MachineDowntimeEvents, type CreateMachineDowntimeEventRequest, type ListMachineDowntimeEvent, type MachineDowntimeEvent, type UpdateMachineDowntimeEventRequest, type MachineDowntimeEventDeleteResponse, type MachineDowntimeEventListParams, type MachineDowntimeEventRetrieveParams, type MachineDowntimeEventCreateParams, type MachineDowntimeEventUpdateParams, } from "./machine-downtime-events.mjs";
|
|
8
|
+
export { Machines, type CreateMachineRequest, type UpdateMachineRequest, type MachineDeleteResponse, type MachineListParams, type MachineRetrieveParams, type MachineCreateParams, type MachineUpdateParams, } from "./machines.mjs";
|
|
9
|
+
export { OperatingCalendars, type CreateOperatingCalendarRequest, type ListOperatingCalendar, type OperatingCalendar, type UpdateOperatingCalendarRequest, type OperatingCalendarDeleteResponse, type OperatingCalendarListParams, type OperatingCalendarCreateParams, type OperatingCalendarUpdateParams, } from "./operating-calendars/index.mjs";
|
|
10
|
+
export { Operations, type DemandOverrideType, type ListDemandOverrideType, type ListMachineDowntimeReason, type ListMachineStatus, type ListScheduleDeviationType, type MachineCampaign, type MachineDowntimeReason, type MachineDowntimeReasonSummary, type MachineDowntimeSummary, type MachineStatus, type ScheduleDeviationType, type OperationRetrieveMachineStatusParams, } from "./operations.mjs";
|
|
11
|
+
export { ProductionScheduleSettings, type UpdateProductionScheduleSettingsRequest, type ProductionScheduleSettingUpdateParams, } from "./production-schedule-settings/index.mjs";
|
|
12
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleFinishingLine, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ListScheduleAtRiskOrder, type ListScheduleOrderCoverage, type ListScheduleOrderCoverageLine, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleFinishingLine, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleAtRiskOrder, type ScheduleDiagnostics, type ScheduleFinishingDiagnostics, type ScheduleOrderCoverage, type ScheduleOrderCoverageLine, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveFinishingLinesParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules/index.mjs";
|
|
13
|
+
export { ScanningStations, type CreateScanningStationRequest, type UpdateScanningStationRequest, type ScanningStationDeleteResponse, type ScanningStationListParams, type ScanningStationRetrieveParams, type ScanningStationCreateParams, type ScanningStationUpdateParams, } from "./scanning-stations.mjs";
|
|
14
|
+
export { Shipments } from "./shipments/index.mjs";
|
|
15
|
+
export { ShippingTerms, type CreateShippingTermRequest, type ListShippingTerm, type UpdateShippingTermRequest, type ShippingTermDeleteResponse, type ShippingTermListParams, type ShippingTermRetrieveParams, type ShippingTermCreateParams, type ShippingTermUpdateParams, } from "./shipping-terms.mjs";
|
|
16
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,eAAe,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,0BAA0B,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,GACnC;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,qBAAqB,EACrB,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,gCAAgC,GACtC;OACM,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,kBAAkB,EAClB,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EACpC,KAAK,2BAA2B,EAChC,KAAK,6BAA6B,EAClC,KAAK,6BAA6B,GACnC;OACM,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oCAAoC,GAC1C;OACM,EACL,0BAA0B,EAC1B,KAAK,uCAAuC,EAC5C,KAAK,qCAAqC,GAC3C;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,mCAAmC,EACxC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,8CAA8C,EACnD,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD;OACM,EACL,gBAAgB,EAChB,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC;OACM,EAAE,SAAS,EAAE;OACb,EACL,aAAa,EACb,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { Carriers, type CreateCarrierRequest, type ListCarrier, type UpdateCarrierRequest, type CarrierDeleteResponse, type CarrierListParams, type CarrierRetrieveParams, type CarrierCreateParams, type CarrierUpdateParams, } from "./carriers/index.js";
|
|
2
|
+
export { DemandOverrides, type CreateDemandOverrideRequest, type DemandOverride, type ListDemandOverride, type UpdateDemandOverrideRequest, type DemandOverrideDeleteResponse, type DemandOverrideListParams, type DemandOverrideRetrieveParams, type DemandOverrideCreateParams, type DemandOverrideUpdateParams, } from "./demand-overrides.js";
|
|
3
|
+
export { Departments, type CreateDepartmentRequest, type DepartmentRateInput, type ListDepartment, type UpdateDepartmentRequest, type DepartmentDeleteResponse, type DepartmentListParams, type DepartmentRetrieveParams, type DepartmentCreateParams, type DepartmentUpdateParams, } from "./departments.js";
|
|
4
|
+
export { FulfillmentRecommendations, type FulfillmentRecommendation, type ListFulfillmentRecommendation, } from "./fulfillment-recommendations/index.js";
|
|
5
|
+
export { LocationTypes, type ListLocationType, type LocationType, type LocationTypeListParams, } from "./location-types.js";
|
|
6
|
+
export { Locations, type CreateLocationRequest, type UpdateLocationRequest, type LocationDeleteResponse, type LocationListParams, type LocationRetrieveParams, type LocationCreateParams, type LocationUpdateParams, } from "./locations/index.js";
|
|
7
|
+
export { MachineDowntimeEvents, type CreateMachineDowntimeEventRequest, type ListMachineDowntimeEvent, type MachineDowntimeEvent, type UpdateMachineDowntimeEventRequest, type MachineDowntimeEventDeleteResponse, type MachineDowntimeEventListParams, type MachineDowntimeEventRetrieveParams, type MachineDowntimeEventCreateParams, type MachineDowntimeEventUpdateParams, } from "./machine-downtime-events.js";
|
|
8
|
+
export { Machines, type CreateMachineRequest, type UpdateMachineRequest, type MachineDeleteResponse, type MachineListParams, type MachineRetrieveParams, type MachineCreateParams, type MachineUpdateParams, } from "./machines.js";
|
|
9
|
+
export { OperatingCalendars, type CreateOperatingCalendarRequest, type ListOperatingCalendar, type OperatingCalendar, type UpdateOperatingCalendarRequest, type OperatingCalendarDeleteResponse, type OperatingCalendarListParams, type OperatingCalendarCreateParams, type OperatingCalendarUpdateParams, } from "./operating-calendars/index.js";
|
|
10
|
+
export { Operations, type DemandOverrideType, type ListDemandOverrideType, type ListMachineDowntimeReason, type ListMachineStatus, type ListScheduleDeviationType, type MachineCampaign, type MachineDowntimeReason, type MachineDowntimeReasonSummary, type MachineDowntimeSummary, type MachineStatus, type ScheduleDeviationType, type OperationRetrieveMachineStatusParams, } from "./operations.js";
|
|
11
|
+
export { ProductionScheduleSettings, type UpdateProductionScheduleSettingsRequest, type ProductionScheduleSettingUpdateParams, } from "./production-schedule-settings/index.js";
|
|
12
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleFinishingLine, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ListScheduleAtRiskOrder, type ListScheduleOrderCoverage, type ListScheduleOrderCoverageLine, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleFinishingLine, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleAtRiskOrder, type ScheduleDiagnostics, type ScheduleFinishingDiagnostics, type ScheduleOrderCoverage, type ScheduleOrderCoverageLine, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveFinishingLinesParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules/index.js";
|
|
13
|
+
export { ScanningStations, type CreateScanningStationRequest, type UpdateScanningStationRequest, type ScanningStationDeleteResponse, type ScanningStationListParams, type ScanningStationRetrieveParams, type ScanningStationCreateParams, type ScanningStationUpdateParams, } from "./scanning-stations.js";
|
|
14
|
+
export { Shipments } from "./shipments/index.js";
|
|
15
|
+
export { ShippingTerms, type CreateShippingTermRequest, type ListShippingTerm, type UpdateShippingTermRequest, type ShippingTermDeleteResponse, type ShippingTermListParams, type ShippingTermRetrieveParams, type ShippingTermCreateParams, type ShippingTermUpdateParams, } from "./shipping-terms.js";
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,eAAe,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,0BAA0B,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,GACnC;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,qBAAqB,EACrB,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,gCAAgC,GACtC;OACM,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,kBAAkB,EAClB,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EACpC,KAAK,2BAA2B,EAChC,KAAK,6BAA6B,EAClC,KAAK,6BAA6B,GACnC;OACM,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oCAAoC,GAC1C;OACM,EACL,0BAA0B,EAC1B,KAAK,uCAAuC,EAC5C,KAAK,qCAAqC,GAC3C;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,mCAAmC,EACxC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,8CAA8C,EACnD,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD;OACM,EACL,gBAAgB,EAChB,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC;OACM,EAAE,SAAS,EAAE;OACb,EACL,aAAa,EACb,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.ShippingTerms = exports.Shipments = exports.ScanningStations = exports.ProductionSchedules = exports.ProductionScheduleSettings = exports.Operations = exports.OperatingCalendars = exports.Machines = exports.MachineDowntimeEvents = exports.Locations = exports.LocationTypes = exports.FulfillmentRecommendations = exports.Departments = exports.DemandOverrides = exports.Carriers = void 0;
|
|
5
|
+
var index_1 = require("./carriers/index.js");
|
|
6
|
+
Object.defineProperty(exports, "Carriers", { enumerable: true, get: function () { return index_1.Carriers; } });
|
|
7
|
+
var demand_overrides_1 = require("./demand-overrides.js");
|
|
8
|
+
Object.defineProperty(exports, "DemandOverrides", { enumerable: true, get: function () { return demand_overrides_1.DemandOverrides; } });
|
|
9
|
+
var departments_1 = require("./departments.js");
|
|
10
|
+
Object.defineProperty(exports, "Departments", { enumerable: true, get: function () { return departments_1.Departments; } });
|
|
11
|
+
var index_2 = require("./fulfillment-recommendations/index.js");
|
|
12
|
+
Object.defineProperty(exports, "FulfillmentRecommendations", { enumerable: true, get: function () { return index_2.FulfillmentRecommendations; } });
|
|
13
|
+
var location_types_1 = require("./location-types.js");
|
|
14
|
+
Object.defineProperty(exports, "LocationTypes", { enumerable: true, get: function () { return location_types_1.LocationTypes; } });
|
|
15
|
+
var index_3 = require("./locations/index.js");
|
|
16
|
+
Object.defineProperty(exports, "Locations", { enumerable: true, get: function () { return index_3.Locations; } });
|
|
17
|
+
var machine_downtime_events_1 = require("./machine-downtime-events.js");
|
|
18
|
+
Object.defineProperty(exports, "MachineDowntimeEvents", { enumerable: true, get: function () { return machine_downtime_events_1.MachineDowntimeEvents; } });
|
|
19
|
+
var machines_1 = require("./machines.js");
|
|
20
|
+
Object.defineProperty(exports, "Machines", { enumerable: true, get: function () { return machines_1.Machines; } });
|
|
21
|
+
var index_4 = require("./operating-calendars/index.js");
|
|
22
|
+
Object.defineProperty(exports, "OperatingCalendars", { enumerable: true, get: function () { return index_4.OperatingCalendars; } });
|
|
23
|
+
var operations_1 = require("./operations.js");
|
|
24
|
+
Object.defineProperty(exports, "Operations", { enumerable: true, get: function () { return operations_1.Operations; } });
|
|
25
|
+
var index_5 = require("./production-schedule-settings/index.js");
|
|
26
|
+
Object.defineProperty(exports, "ProductionScheduleSettings", { enumerable: true, get: function () { return index_5.ProductionScheduleSettings; } });
|
|
27
|
+
var index_6 = require("./production-schedules/index.js");
|
|
28
|
+
Object.defineProperty(exports, "ProductionSchedules", { enumerable: true, get: function () { return index_6.ProductionSchedules; } });
|
|
29
|
+
var scanning_stations_1 = require("./scanning-stations.js");
|
|
30
|
+
Object.defineProperty(exports, "ScanningStations", { enumerable: true, get: function () { return scanning_stations_1.ScanningStations; } });
|
|
31
|
+
var index_7 = require("./shipments/index.js");
|
|
32
|
+
Object.defineProperty(exports, "Shipments", { enumerable: true, get: function () { return index_7.Shipments; } });
|
|
33
|
+
var shipping_terms_1 = require("./shipping-terms.js");
|
|
34
|
+
Object.defineProperty(exports, "ShippingTerms", { enumerable: true, get: function () { return shipping_terms_1.ShippingTerms; } });
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAU0B;AATxB,iGAAA,QAAQ,OAAA;AAUV,0DAW4B;AAV1B,mHAAA,eAAe,OAAA;AAWjB,gDAWuB;AAVrB,0GAAA,WAAW,OAAA;AAWb,gEAI6C;AAH3C,mHAAA,0BAA0B,OAAA;AAI5B,sDAK0B;AAJxB,+GAAA,aAAa,OAAA;AAKf,8CAS2B;AARzB,kGAAA,SAAS,OAAA;AASX,wEAWmC;AAVjC,gIAAA,qBAAqB,OAAA;AAWvB,0CASoB;AARlB,oGAAA,QAAQ,OAAA;AASV,wDAUqC;AATnC,2GAAA,kBAAkB,OAAA;AAUpB,8CAcsB;AAbpB,wGAAA,UAAU,OAAA;AAcZ,iEAI8C;AAH5C,mHAAA,0BAA0B,OAAA;AAI5B,yDAqCsC;AApCpC,4GAAA,mBAAmB,OAAA;AAqCrB,4DAS6B;AAR3B,qHAAA,gBAAgB,OAAA;AASlB,8CAA8C;AAArC,kGAAA,SAAS,OAAA;AAClB,sDAU0B;AATxB,+GAAA,aAAa,OAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Carriers, } from "./carriers/index.mjs";
|
|
3
|
+
export { DemandOverrides, } from "./demand-overrides.mjs";
|
|
4
|
+
export { Departments, } from "./departments.mjs";
|
|
5
|
+
export { FulfillmentRecommendations, } from "./fulfillment-recommendations/index.mjs";
|
|
6
|
+
export { LocationTypes, } from "./location-types.mjs";
|
|
7
|
+
export { Locations, } from "./locations/index.mjs";
|
|
8
|
+
export { MachineDowntimeEvents, } from "./machine-downtime-events.mjs";
|
|
9
|
+
export { Machines, } from "./machines.mjs";
|
|
10
|
+
export { OperatingCalendars, } from "./operating-calendars/index.mjs";
|
|
11
|
+
export { Operations, } from "./operations.mjs";
|
|
12
|
+
export { ProductionScheduleSettings, } from "./production-schedule-settings/index.mjs";
|
|
13
|
+
export { ProductionSchedules, } from "./production-schedules/index.mjs";
|
|
14
|
+
export { ScanningStations, } from "./scanning-stations.mjs";
|
|
15
|
+
export { Shipments } from "./shipments/index.mjs";
|
|
16
|
+
export { ShippingTerms, } from "./shipping-terms.mjs";
|
|
17
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAST;OACM,EACL,eAAe,GAUhB;OACM,EACL,WAAW,GAUZ;OACM,EACL,0BAA0B,GAG3B;OACM,EACL,aAAa,GAId;OACM,EACL,SAAS,GAQV;OACM,EACL,qBAAqB,GAUtB;OACM,EACL,QAAQ,GAQT;OACM,EACL,kBAAkB,GASnB;OACM,EACL,UAAU,GAaX;OACM,EACL,0BAA0B,GAG3B;OACM,EACL,mBAAmB,GAoCpB;OACM,EACL,gBAAgB,GAQjB;OACM,EAAE,SAAS,EAAE;OACb,EACL,aAAa,GASd"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as BlocksAPI from "../messaging/blocks.mjs";
|
|
3
|
+
import * as APIKeysAPI from "../auth/api-keys/api-keys.mjs";
|
|
4
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
5
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
6
|
+
/**
|
|
7
|
+
* List and manage locations.
|
|
8
|
+
*/
|
|
9
|
+
export declare class LocationTypes extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Returns a paginated list of location types.
|
|
12
|
+
*
|
|
13
|
+
* Location types are platform-defined and the same for every account, so this list
|
|
14
|
+
* is the complete set of levels you can assign when creating a location. The `q`
|
|
15
|
+
* search term matches on location type name.
|
|
16
|
+
*
|
|
17
|
+
* This endpoint requires the permission: `locations:read`.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* const listLocationType =
|
|
22
|
+
* await client.operations.locationTypes.list();
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
list(query?: LocationTypeListParams | null | undefined, options?: RequestOptions): APIPromise<ListLocationType>;
|
|
26
|
+
/**
|
|
27
|
+
* Returns a location type by ID or code.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `locations:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const locationType =
|
|
34
|
+
* await client.operations.locationTypes.retrieve(
|
|
35
|
+
* 'lc_ra08sngd0fxr',
|
|
36
|
+
* );
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<LocationType>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A single page of resources, together with the metadata needed to page through
|
|
43
|
+
* the rest of the result set.
|
|
44
|
+
*/
|
|
45
|
+
export interface ListLocationType {
|
|
46
|
+
/**
|
|
47
|
+
* Resources in this page.
|
|
48
|
+
*/
|
|
49
|
+
data: Array<LocationType>;
|
|
50
|
+
/**
|
|
51
|
+
* Resource type identifier.
|
|
52
|
+
*/
|
|
53
|
+
object: 'list';
|
|
54
|
+
/**
|
|
55
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
56
|
+
* how to move to the adjacent pages.
|
|
57
|
+
*
|
|
58
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
59
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
60
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
61
|
+
* search term, and page size.
|
|
62
|
+
*/
|
|
63
|
+
page_info: APIKeysAPI.PageInfo;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* A level in the storage location hierarchy, such as a building or a bin.
|
|
67
|
+
*
|
|
68
|
+
* Location types are platform-defined and identical for every account: you choose
|
|
69
|
+
* one when creating a location, but you cannot add or modify the types themselves.
|
|
70
|
+
*/
|
|
71
|
+
export interface LocationType {
|
|
72
|
+
/**
|
|
73
|
+
* Location type ID.
|
|
74
|
+
*/
|
|
75
|
+
id: string;
|
|
76
|
+
/**
|
|
77
|
+
* The level of the storage hierarchy this type represents.
|
|
78
|
+
*
|
|
79
|
+
* The levels run from largest to smallest: `building`, `section`, `aisle`, `rack`,
|
|
80
|
+
* `shelf`, `bin`.
|
|
81
|
+
*/
|
|
82
|
+
code: BlocksAPI.LocationTypeCode;
|
|
83
|
+
/**
|
|
84
|
+
* Creation timestamp.
|
|
85
|
+
*/
|
|
86
|
+
created_at: string;
|
|
87
|
+
/**
|
|
88
|
+
* Display name of the location type.
|
|
89
|
+
*/
|
|
90
|
+
name: string;
|
|
91
|
+
/**
|
|
92
|
+
* Resource type identifier.
|
|
93
|
+
*/
|
|
94
|
+
object: 'location_type';
|
|
95
|
+
/**
|
|
96
|
+
* Last-updated timestamp.
|
|
97
|
+
*/
|
|
98
|
+
updated_at: string;
|
|
99
|
+
}
|
|
100
|
+
export interface LocationTypeListParams {
|
|
101
|
+
/**
|
|
102
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
103
|
+
*
|
|
104
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
105
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
106
|
+
* page.
|
|
107
|
+
*/
|
|
108
|
+
cursor?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Maximum number of results to return in a single page.
|
|
111
|
+
*/
|
|
112
|
+
limit?: number;
|
|
113
|
+
/**
|
|
114
|
+
* Free-text search term used to filter results.
|
|
115
|
+
*
|
|
116
|
+
* Which fields are matched against the term varies by endpoint.
|
|
117
|
+
*/
|
|
118
|
+
q?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace LocationTypes {
|
|
121
|
+
export { type ListLocationType as ListLocationType, type LocationType as LocationType, type LocationTypeListParams as LocationTypeListParams, };
|
|
122
|
+
}
|
|
123
|
+
//# sourceMappingURL=location-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-types.d.mts","sourceRoot":"","sources":["../../src/resources/operations/location-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;;;;OAcG;IACH,IAAI,CACF,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAI/B;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;CAGzE;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;OAKG;IACH,IAAI,EAAE,SAAS,CAAC,gBAAgB,CAAC;IAEjC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import * as BlocksAPI from "../messaging/blocks.js";
|
|
3
|
+
import * as APIKeysAPI from "../auth/api-keys/api-keys.js";
|
|
4
|
+
import { APIPromise } from "../../core/api-promise.js";
|
|
5
|
+
import { RequestOptions } from "../../internal/request-options.js";
|
|
6
|
+
/**
|
|
7
|
+
* List and manage locations.
|
|
8
|
+
*/
|
|
9
|
+
export declare class LocationTypes extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Returns a paginated list of location types.
|
|
12
|
+
*
|
|
13
|
+
* Location types are platform-defined and the same for every account, so this list
|
|
14
|
+
* is the complete set of levels you can assign when creating a location. The `q`
|
|
15
|
+
* search term matches on location type name.
|
|
16
|
+
*
|
|
17
|
+
* This endpoint requires the permission: `locations:read`.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* const listLocationType =
|
|
22
|
+
* await client.operations.locationTypes.list();
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
list(query?: LocationTypeListParams | null | undefined, options?: RequestOptions): APIPromise<ListLocationType>;
|
|
26
|
+
/**
|
|
27
|
+
* Returns a location type by ID or code.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `locations:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const locationType =
|
|
34
|
+
* await client.operations.locationTypes.retrieve(
|
|
35
|
+
* 'lc_ra08sngd0fxr',
|
|
36
|
+
* );
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<LocationType>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A single page of resources, together with the metadata needed to page through
|
|
43
|
+
* the rest of the result set.
|
|
44
|
+
*/
|
|
45
|
+
export interface ListLocationType {
|
|
46
|
+
/**
|
|
47
|
+
* Resources in this page.
|
|
48
|
+
*/
|
|
49
|
+
data: Array<LocationType>;
|
|
50
|
+
/**
|
|
51
|
+
* Resource type identifier.
|
|
52
|
+
*/
|
|
53
|
+
object: 'list';
|
|
54
|
+
/**
|
|
55
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
56
|
+
* how to move to the adjacent pages.
|
|
57
|
+
*
|
|
58
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
59
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
60
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
61
|
+
* search term, and page size.
|
|
62
|
+
*/
|
|
63
|
+
page_info: APIKeysAPI.PageInfo;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* A level in the storage location hierarchy, such as a building or a bin.
|
|
67
|
+
*
|
|
68
|
+
* Location types are platform-defined and identical for every account: you choose
|
|
69
|
+
* one when creating a location, but you cannot add or modify the types themselves.
|
|
70
|
+
*/
|
|
71
|
+
export interface LocationType {
|
|
72
|
+
/**
|
|
73
|
+
* Location type ID.
|
|
74
|
+
*/
|
|
75
|
+
id: string;
|
|
76
|
+
/**
|
|
77
|
+
* The level of the storage hierarchy this type represents.
|
|
78
|
+
*
|
|
79
|
+
* The levels run from largest to smallest: `building`, `section`, `aisle`, `rack`,
|
|
80
|
+
* `shelf`, `bin`.
|
|
81
|
+
*/
|
|
82
|
+
code: BlocksAPI.LocationTypeCode;
|
|
83
|
+
/**
|
|
84
|
+
* Creation timestamp.
|
|
85
|
+
*/
|
|
86
|
+
created_at: string;
|
|
87
|
+
/**
|
|
88
|
+
* Display name of the location type.
|
|
89
|
+
*/
|
|
90
|
+
name: string;
|
|
91
|
+
/**
|
|
92
|
+
* Resource type identifier.
|
|
93
|
+
*/
|
|
94
|
+
object: 'location_type';
|
|
95
|
+
/**
|
|
96
|
+
* Last-updated timestamp.
|
|
97
|
+
*/
|
|
98
|
+
updated_at: string;
|
|
99
|
+
}
|
|
100
|
+
export interface LocationTypeListParams {
|
|
101
|
+
/**
|
|
102
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
103
|
+
*
|
|
104
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
105
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
106
|
+
* page.
|
|
107
|
+
*/
|
|
108
|
+
cursor?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Maximum number of results to return in a single page.
|
|
111
|
+
*/
|
|
112
|
+
limit?: number;
|
|
113
|
+
/**
|
|
114
|
+
* Free-text search term used to filter results.
|
|
115
|
+
*
|
|
116
|
+
* Which fields are matched against the term varies by endpoint.
|
|
117
|
+
*/
|
|
118
|
+
q?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace LocationTypes {
|
|
121
|
+
export { type ListLocationType as ListLocationType, type LocationType as LocationType, type LocationTypeListParams as LocationTypeListParams, };
|
|
122
|
+
}
|
|
123
|
+
//# sourceMappingURL=location-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-types.d.ts","sourceRoot":"","sources":["../../src/resources/operations/location-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;;;;OAcG;IACH,IAAI,CACF,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAI/B;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;CAGzE;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;OAKG;IACH,IAAI,EAAE,SAAS,CAAC,gBAAgB,CAAC;IAEjC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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.LocationTypes = void 0;
|
|
5
|
+
const resource_1 = require("../../core/resource.js");
|
|
6
|
+
const path_1 = require("../../internal/utils/path.js");
|
|
7
|
+
/**
|
|
8
|
+
* List and manage locations.
|
|
9
|
+
*/
|
|
10
|
+
class LocationTypes extends resource_1.APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Returns a paginated list of location types.
|
|
13
|
+
*
|
|
14
|
+
* Location types are platform-defined and the same for every account, so this list
|
|
15
|
+
* is the complete set of levels you can assign when creating a location. The `q`
|
|
16
|
+
* search term matches on location type name.
|
|
17
|
+
*
|
|
18
|
+
* This endpoint requires the permission: `locations:read`.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```ts
|
|
22
|
+
* const listLocationType =
|
|
23
|
+
* await client.operations.locationTypes.list();
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
list(query = {}, options) {
|
|
27
|
+
return this._client.get('/v1/operations/location-types', { query, ...options });
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Returns a location type by ID or code.
|
|
31
|
+
*
|
|
32
|
+
* This endpoint requires the permission: `locations:read`.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```ts
|
|
36
|
+
* const locationType =
|
|
37
|
+
* await client.operations.locationTypes.retrieve(
|
|
38
|
+
* 'lc_ra08sngd0fxr',
|
|
39
|
+
* );
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
retrieve(id, options) {
|
|
43
|
+
return this._client.get((0, path_1.path) `/v1/operations/location-types/${id}`, options);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.LocationTypes = LocationTypes;
|
|
47
|
+
//# sourceMappingURL=location-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-types.js","sourceRoot":"","sources":["../../src/resources/operations/location-types.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAKlD,uDAAiD;AAEjD;;GAEG;AACH,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;;;;;;;;;;;;;OAcG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,iCAAiC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CACF;AAvCD,sCAuCC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import { path } from "../../internal/utils/path.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* List and manage locations.
|
|
6
|
+
*/
|
|
7
|
+
export class LocationTypes extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Returns a paginated list of location types.
|
|
10
|
+
*
|
|
11
|
+
* Location types are platform-defined and the same for every account, so this list
|
|
12
|
+
* is the complete set of levels you can assign when creating a location. The `q`
|
|
13
|
+
* search term matches on location type name.
|
|
14
|
+
*
|
|
15
|
+
* This endpoint requires the permission: `locations:read`.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```ts
|
|
19
|
+
* const listLocationType =
|
|
20
|
+
* await client.operations.locationTypes.list();
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
list(query = {}, options) {
|
|
24
|
+
return this._client.get('/v1/operations/location-types', { query, ...options });
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Returns a location type by ID or code.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `locations:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const locationType =
|
|
34
|
+
* await client.operations.locationTypes.retrieve(
|
|
35
|
+
* 'lc_ra08sngd0fxr',
|
|
36
|
+
* );
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
retrieve(id, options) {
|
|
40
|
+
return this._client.get(path `/v1/operations/location-types/${id}`, options);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=location-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-types.mjs","sourceRoot":"","sources":["../../src/resources/operations/location-types.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAKf,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;;;;OAcG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,iCAAiC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CACF"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as JobsAPI from "../../core/jobs.mjs";
|
|
3
|
+
import * as BlocksAPI from "../../messaging/blocks.mjs";
|
|
4
|
+
import * as ActionsAPI from "../../catalog/item-categories/actions.mjs";
|
|
5
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
6
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
7
|
+
/**
|
|
8
|
+
* List and manage locations.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Actions extends APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Creates or updates multiple locations for the account, matched by name
|
|
13
|
+
* (case-insensitive), then writes asynchronously — 202 with a job to poll.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```ts
|
|
17
|
+
* const job =
|
|
18
|
+
* await client.operations.locations.actions.bulkUpsert({
|
|
19
|
+
* locations: [{ name: 'Warehouse A', type: 'building' }],
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
bulkUpsert(params: ActionBulkUpsertParams, options?: RequestOptions): APIPromise<JobsAPI.Job>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* BulkUpsertLocationsRequest is the request to bulk upsert locations.
|
|
27
|
+
*/
|
|
28
|
+
export interface BulkUpsertLocationsRequest {
|
|
29
|
+
/**
|
|
30
|
+
* Locations to create or update, matched by name within the account.
|
|
31
|
+
*/
|
|
32
|
+
locations: Array<UpsertLocationInput>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* UpsertLocationInput is the input for a single location in a bulk upsert
|
|
36
|
+
* operation.
|
|
37
|
+
*/
|
|
38
|
+
export interface UpsertLocationInput {
|
|
39
|
+
/**
|
|
40
|
+
* Display name of the location, used to match existing locations.
|
|
41
|
+
*/
|
|
42
|
+
name: string;
|
|
43
|
+
/**
|
|
44
|
+
* Location type code.
|
|
45
|
+
*/
|
|
46
|
+
type: BlocksAPI.LocationTypeCode;
|
|
47
|
+
/**
|
|
48
|
+
* Child locations to re-parent under this one, referenced by `id` or `name`, or by
|
|
49
|
+
* name for a location in the same batch. Redundant with `parent` on each child.
|
|
50
|
+
*/
|
|
51
|
+
children?: Array<ActionsAPI.ObjectIdentifier>;
|
|
52
|
+
/**
|
|
53
|
+
* -------------------------- Named Object -------------------------- Identifies an
|
|
54
|
+
* object by its id or its name. An id wins when both are given.
|
|
55
|
+
*/
|
|
56
|
+
parent?: ActionsAPI.ObjectIdentifier;
|
|
57
|
+
}
|
|
58
|
+
export interface ActionBulkUpsertParams {
|
|
59
|
+
/**
|
|
60
|
+
* Body param: Locations to create or update, matched by name within the account.
|
|
61
|
+
*/
|
|
62
|
+
locations: Array<UpsertLocationInput>;
|
|
63
|
+
/**
|
|
64
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
65
|
+
* are returned as `null`.
|
|
66
|
+
*/
|
|
67
|
+
include?: Array<'created_by' | 'created_by.role'>;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace Actions {
|
|
70
|
+
export { type BulkUpsertLocationsRequest as BulkUpsertLocationsRequest, type UpsertLocationInput as UpsertLocationInput, type ActionBulkUpsertParams as ActionBulkUpsertParams, };
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=actions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.mts","sourceRoot":"","sources":["../../../src/resources/operations/locations/actions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,KAAK,SAAS;OACd,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC;CAQ9F;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CACvC;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC,gBAAgB,CAAC;IAEjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAE9C;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC,gBAAgB,CAAC;CACtC;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAEtC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,iBAAiB,CAAC,CAAC;CACnD;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|