@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,982 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as CoreAPI from '../core/core';
|
|
5
|
+
import * as DemandOverridesAPI from './demand-overrides';
|
|
6
|
+
import {
|
|
7
|
+
CreateDemandOverrideRequest,
|
|
8
|
+
DemandOverride,
|
|
9
|
+
DemandOverrideCreateParams,
|
|
10
|
+
DemandOverrideDeleteResponse,
|
|
11
|
+
DemandOverrideListParams,
|
|
12
|
+
DemandOverrideRetrieveParams,
|
|
13
|
+
DemandOverrideUpdateParams,
|
|
14
|
+
DemandOverrides,
|
|
15
|
+
ListDemandOverride,
|
|
16
|
+
UpdateDemandOverrideRequest,
|
|
17
|
+
} from './demand-overrides';
|
|
18
|
+
import * as DepartmentsAPI from './departments';
|
|
19
|
+
import {
|
|
20
|
+
CreateDepartmentRequest,
|
|
21
|
+
DepartmentCreateParams,
|
|
22
|
+
DepartmentDeleteResponse,
|
|
23
|
+
DepartmentListParams,
|
|
24
|
+
DepartmentRateInput,
|
|
25
|
+
DepartmentRetrieveParams,
|
|
26
|
+
DepartmentUpdateParams,
|
|
27
|
+
Departments,
|
|
28
|
+
ListDepartment,
|
|
29
|
+
UpdateDepartmentRequest,
|
|
30
|
+
} from './departments';
|
|
31
|
+
import * as LocationTypesAPI from './location-types';
|
|
32
|
+
import { ListLocationType, LocationType, LocationTypeListParams, LocationTypes } from './location-types';
|
|
33
|
+
import * as MachineDowntimeEventsAPI from './machine-downtime-events';
|
|
34
|
+
import {
|
|
35
|
+
CreateMachineDowntimeEventRequest,
|
|
36
|
+
ListMachineDowntimeEvent,
|
|
37
|
+
MachineDowntimeEvent,
|
|
38
|
+
MachineDowntimeEventCreateParams,
|
|
39
|
+
MachineDowntimeEventDeleteResponse,
|
|
40
|
+
MachineDowntimeEventListParams,
|
|
41
|
+
MachineDowntimeEventRetrieveParams,
|
|
42
|
+
MachineDowntimeEventUpdateParams,
|
|
43
|
+
MachineDowntimeEvents,
|
|
44
|
+
UpdateMachineDowntimeEventRequest,
|
|
45
|
+
} from './machine-downtime-events';
|
|
46
|
+
import * as MachinesAPI from './machines';
|
|
47
|
+
import {
|
|
48
|
+
CreateMachineRequest,
|
|
49
|
+
MachineCreateParams,
|
|
50
|
+
MachineDeleteResponse,
|
|
51
|
+
MachineListParams,
|
|
52
|
+
MachineRetrieveParams,
|
|
53
|
+
MachineUpdateParams,
|
|
54
|
+
Machines,
|
|
55
|
+
UpdateMachineRequest,
|
|
56
|
+
} from './machines';
|
|
57
|
+
import * as ScanningStationsAPI from './scanning-stations';
|
|
58
|
+
import {
|
|
59
|
+
CreateScanningStationRequest,
|
|
60
|
+
ScanningStationCreateParams,
|
|
61
|
+
ScanningStationDeleteResponse,
|
|
62
|
+
ScanningStationListParams,
|
|
63
|
+
ScanningStationRetrieveParams,
|
|
64
|
+
ScanningStationUpdateParams,
|
|
65
|
+
ScanningStations,
|
|
66
|
+
UpdateScanningStationRequest,
|
|
67
|
+
} from './scanning-stations';
|
|
68
|
+
import * as ShippingTermsAPI from './shipping-terms';
|
|
69
|
+
import {
|
|
70
|
+
CreateShippingTermRequest,
|
|
71
|
+
ListShippingTerm,
|
|
72
|
+
ShippingTermCreateParams,
|
|
73
|
+
ShippingTermDeleteResponse,
|
|
74
|
+
ShippingTermListParams,
|
|
75
|
+
ShippingTermRetrieveParams,
|
|
76
|
+
ShippingTermUpdateParams,
|
|
77
|
+
ShippingTerms,
|
|
78
|
+
UpdateShippingTermRequest,
|
|
79
|
+
} from './shipping-terms';
|
|
80
|
+
import * as APIKeysAPI from '../auth/api-keys/api-keys';
|
|
81
|
+
import * as CarriersAPI from './carriers/carriers';
|
|
82
|
+
import {
|
|
83
|
+
CarrierCreateParams,
|
|
84
|
+
CarrierDeleteResponse,
|
|
85
|
+
CarrierListParams,
|
|
86
|
+
CarrierRetrieveParams,
|
|
87
|
+
CarrierUpdateParams,
|
|
88
|
+
Carriers,
|
|
89
|
+
CreateCarrierRequest,
|
|
90
|
+
ListCarrier,
|
|
91
|
+
UpdateCarrierRequest,
|
|
92
|
+
} from './carriers/carriers';
|
|
93
|
+
import * as FulfillmentRecommendationsAPI from './fulfillment-recommendations/fulfillment-recommendations';
|
|
94
|
+
import {
|
|
95
|
+
FulfillmentRecommendation,
|
|
96
|
+
FulfillmentRecommendations,
|
|
97
|
+
ListFulfillmentRecommendation,
|
|
98
|
+
} from './fulfillment-recommendations/fulfillment-recommendations';
|
|
99
|
+
import * as LocationsAPI from './locations/locations';
|
|
100
|
+
import {
|
|
101
|
+
CreateLocationRequest,
|
|
102
|
+
LocationCreateParams,
|
|
103
|
+
LocationDeleteResponse,
|
|
104
|
+
LocationListParams,
|
|
105
|
+
LocationRetrieveParams,
|
|
106
|
+
LocationUpdateParams,
|
|
107
|
+
Locations,
|
|
108
|
+
UpdateLocationRequest,
|
|
109
|
+
} from './locations/locations';
|
|
110
|
+
import * as OperatingCalendarsAPI from './operating-calendars/operating-calendars';
|
|
111
|
+
import {
|
|
112
|
+
CreateOperatingCalendarRequest,
|
|
113
|
+
ListOperatingCalendar,
|
|
114
|
+
OperatingCalendar,
|
|
115
|
+
OperatingCalendarCreateParams,
|
|
116
|
+
OperatingCalendarDeleteResponse,
|
|
117
|
+
OperatingCalendarListParams,
|
|
118
|
+
OperatingCalendarUpdateParams,
|
|
119
|
+
OperatingCalendars,
|
|
120
|
+
UpdateOperatingCalendarRequest,
|
|
121
|
+
} from './operating-calendars/operating-calendars';
|
|
122
|
+
import * as ProductionScheduleSettingsAPI from './production-schedule-settings/production-schedule-settings';
|
|
123
|
+
import {
|
|
124
|
+
ProductionScheduleSettingUpdateParams,
|
|
125
|
+
ProductionScheduleSettings,
|
|
126
|
+
UpdateProductionScheduleSettingsRequest,
|
|
127
|
+
} from './production-schedule-settings/production-schedule-settings';
|
|
128
|
+
import * as ProductionSchedulesAPI from './production-schedules/production-schedules';
|
|
129
|
+
import {
|
|
130
|
+
GenerateProductionScheduleRequest,
|
|
131
|
+
ListProductionSchedule,
|
|
132
|
+
ListProductionScheduleDerivedLine,
|
|
133
|
+
ListProductionScheduleDeviation,
|
|
134
|
+
ListProductionScheduleFinishedPolicy,
|
|
135
|
+
ListProductionScheduleFinishingLine,
|
|
136
|
+
ListProductionScheduleItemPolicy,
|
|
137
|
+
ListReleaseScheduleBatch,
|
|
138
|
+
ListReleasedScheduleLine,
|
|
139
|
+
ListScheduleAppliedOverride,
|
|
140
|
+
ListScheduleAtRiskOrder,
|
|
141
|
+
ListScheduleOrderCoverage,
|
|
142
|
+
ListScheduleOrderCoverageLine,
|
|
143
|
+
ProductionSchedule,
|
|
144
|
+
ProductionScheduleCreateParams,
|
|
145
|
+
ProductionScheduleDeleteResponse,
|
|
146
|
+
ProductionScheduleDerivedLine,
|
|
147
|
+
ProductionScheduleDeviation,
|
|
148
|
+
ProductionScheduleFinishedPolicy,
|
|
149
|
+
ProductionScheduleFinishingLine,
|
|
150
|
+
ProductionScheduleItemPolicy,
|
|
151
|
+
ProductionScheduleListParams,
|
|
152
|
+
ProductionScheduleRetrieveDerivedLinesParams,
|
|
153
|
+
ProductionScheduleRetrieveDeviationsParams,
|
|
154
|
+
ProductionScheduleRetrieveFinishingLinesParams,
|
|
155
|
+
ProductionScheduleRetrieveWeekReleasePreviewParams,
|
|
156
|
+
ProductionSchedules,
|
|
157
|
+
ReleaseScheduleBatch,
|
|
158
|
+
ReleaseScheduleWeekPreview,
|
|
159
|
+
ReleasedScheduleLine,
|
|
160
|
+
ScheduleAppliedOverride,
|
|
161
|
+
ScheduleAtRiskOrder,
|
|
162
|
+
ScheduleDiagnostics,
|
|
163
|
+
ScheduleFinishingDiagnostics,
|
|
164
|
+
ScheduleOrderCoverage,
|
|
165
|
+
ScheduleOrderCoverageLine,
|
|
166
|
+
} from './production-schedules/production-schedules';
|
|
167
|
+
import * as ShipmentsAPI from './shipments/shipments';
|
|
168
|
+
import { Shipments } from './shipments/shipments';
|
|
169
|
+
import { APIPromise } from '../../core/api-promise';
|
|
170
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
171
|
+
|
|
172
|
+
export class Operations extends APIResource {
|
|
173
|
+
shippingTerms: ShippingTermsAPI.ShippingTerms = new ShippingTermsAPI.ShippingTerms(this._client);
|
|
174
|
+
carriers: CarriersAPI.Carriers = new CarriersAPI.Carriers(this._client);
|
|
175
|
+
departments: DepartmentsAPI.Departments = new DepartmentsAPI.Departments(this._client);
|
|
176
|
+
machines: MachinesAPI.Machines = new MachinesAPI.Machines(this._client);
|
|
177
|
+
machineDowntimeEvents: MachineDowntimeEventsAPI.MachineDowntimeEvents =
|
|
178
|
+
new MachineDowntimeEventsAPI.MachineDowntimeEvents(this._client);
|
|
179
|
+
demandOverrides: DemandOverridesAPI.DemandOverrides = new DemandOverridesAPI.DemandOverrides(this._client);
|
|
180
|
+
productionSchedules: ProductionSchedulesAPI.ProductionSchedules =
|
|
181
|
+
new ProductionSchedulesAPI.ProductionSchedules(this._client);
|
|
182
|
+
productionScheduleSettings: ProductionScheduleSettingsAPI.ProductionScheduleSettings =
|
|
183
|
+
new ProductionScheduleSettingsAPI.ProductionScheduleSettings(this._client);
|
|
184
|
+
fulfillmentRecommendations: FulfillmentRecommendationsAPI.FulfillmentRecommendations =
|
|
185
|
+
new FulfillmentRecommendationsAPI.FulfillmentRecommendations(this._client);
|
|
186
|
+
operatingCalendars: OperatingCalendarsAPI.OperatingCalendars = new OperatingCalendarsAPI.OperatingCalendars(
|
|
187
|
+
this._client,
|
|
188
|
+
);
|
|
189
|
+
locations: LocationsAPI.Locations = new LocationsAPI.Locations(this._client);
|
|
190
|
+
locationTypes: LocationTypesAPI.LocationTypes = new LocationTypesAPI.LocationTypes(this._client);
|
|
191
|
+
shipments: ShipmentsAPI.Shipments = new ShipmentsAPI.Shipments(this._client);
|
|
192
|
+
scanningStations: ScanningStationsAPI.ScanningStations = new ScanningStationsAPI.ScanningStations(
|
|
193
|
+
this._client,
|
|
194
|
+
);
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Returns the downtime reasons available when logging a stoppage.
|
|
198
|
+
*
|
|
199
|
+
* The list is the same for every account and is ordered for display, so it can be
|
|
200
|
+
* rendered straight into a reason picker. Each reason carries the OEE term its
|
|
201
|
+
* stoppages charge, which is what makes the choice of reason matter beyond
|
|
202
|
+
* labeling.
|
|
203
|
+
*
|
|
204
|
+
* This endpoint requires the permission: `machine_downtime:read`.
|
|
205
|
+
*
|
|
206
|
+
* @example
|
|
207
|
+
* ```ts
|
|
208
|
+
* const listMachineDowntimeReason =
|
|
209
|
+
* await client.operations.retrieveMachineDowntimeReasons();
|
|
210
|
+
* ```
|
|
211
|
+
*/
|
|
212
|
+
retrieveMachineDowntimeReasons(options?: RequestOptions): APIPromise<ListMachineDowntimeReason> {
|
|
213
|
+
return this._client.get('/v1/operations/machine-downtime-reasons', options);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Returns what every machine is running right now, how much is left on it, and
|
|
218
|
+
* what is queued behind that.
|
|
219
|
+
*
|
|
220
|
+
* The whole floor comes back in one response rather than a page at a time, so a
|
|
221
|
+
* wall display can render it in a single call.
|
|
222
|
+
*
|
|
223
|
+
* Assembled from the published schedule, the batches the floor has scanned against
|
|
224
|
+
* each campaign, and any open downtime. A campaign is `current` once its week is
|
|
225
|
+
* released and while it still has batches to scan; when the last one is scanned it
|
|
226
|
+
* hands over to the next, so this advances on its own as a shift progresses.
|
|
227
|
+
*
|
|
228
|
+
* A machine with an open stoppage reads `down` even when it has a released
|
|
229
|
+
* campaign, because a broken machine is not producing whatever the plan says. A
|
|
230
|
+
* machine with nothing released reads `idle`, which is a state worth seeing rather
|
|
231
|
+
* than an absence from the list.
|
|
232
|
+
*
|
|
233
|
+
* Reads the published version rather than the newest draft: the floor works to
|
|
234
|
+
* what was committed, and a draft regenerating underneath a wall display would
|
|
235
|
+
* make machines appear to change job on their own. With nothing published every
|
|
236
|
+
* machine reads idle rather than the request failing.
|
|
237
|
+
*
|
|
238
|
+
* This endpoint requires the permission: `machines:read`.
|
|
239
|
+
*
|
|
240
|
+
* @example
|
|
241
|
+
* ```ts
|
|
242
|
+
* const listMachineStatus =
|
|
243
|
+
* await client.operations.retrieveMachineStatus();
|
|
244
|
+
* ```
|
|
245
|
+
*/
|
|
246
|
+
retrieveMachineStatus(
|
|
247
|
+
query: OperationRetrieveMachineStatusParams | null | undefined = {},
|
|
248
|
+
options?: RequestOptions,
|
|
249
|
+
): APIPromise<ListMachineStatus> {
|
|
250
|
+
return this._client.get('/v1/operations/machine-status', { query, ...options });
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Returns the demand override types, which describe how an override's value
|
|
255
|
+
* adjusts the forecast.
|
|
256
|
+
*
|
|
257
|
+
* The taxonomy is platform-provided and identical for every account; each type's
|
|
258
|
+
* `code` is a value accepted as an override's `adjustment`.
|
|
259
|
+
*
|
|
260
|
+
* This endpoint requires the permission: `demand_overrides:read`.
|
|
261
|
+
*
|
|
262
|
+
* @example
|
|
263
|
+
* ```ts
|
|
264
|
+
* const listDemandOverrideType =
|
|
265
|
+
* await client.operations.retrieveDemandOverrideTypes();
|
|
266
|
+
* ```
|
|
267
|
+
*/
|
|
268
|
+
retrieveDemandOverrideTypes(options?: RequestOptions): APIPromise<ListDemandOverrideType> {
|
|
269
|
+
return this._client.get('/v1/operations/demand-override-types', options);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Returns the kinds of hand change a schedule deviation can record.
|
|
274
|
+
*
|
|
275
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
276
|
+
*
|
|
277
|
+
* @example
|
|
278
|
+
* ```ts
|
|
279
|
+
* const listScheduleDeviationType =
|
|
280
|
+
* await client.operations.retrieveScheduleDeviationTypes();
|
|
281
|
+
* ```
|
|
282
|
+
*/
|
|
283
|
+
retrieveScheduleDeviationTypes(options?: RequestOptions): APIPromise<ListScheduleDeviationType> {
|
|
284
|
+
return this._client.get('/v1/operations/schedule-deviation-types', options);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* A way of adjusting planned demand.
|
|
290
|
+
*
|
|
291
|
+
* `absolute` replaces the forecast for each month an override covers,
|
|
292
|
+
* `delta_units` adds to it, and `delta_percent` scales it. When several overrides
|
|
293
|
+
* land on the same month they are applied in that order.
|
|
294
|
+
*/
|
|
295
|
+
export interface DemandOverrideType {
|
|
296
|
+
/**
|
|
297
|
+
* Override type ID.
|
|
298
|
+
*/
|
|
299
|
+
id: string;
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* The value to send as an override's `adjustment`.
|
|
303
|
+
*/
|
|
304
|
+
code: 'absolute' | 'delta_units' | 'delta_percent';
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Creation timestamp.
|
|
308
|
+
*/
|
|
309
|
+
created_at: string;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Display name of the type.
|
|
313
|
+
*/
|
|
314
|
+
name: string;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Resource type identifier.
|
|
318
|
+
*/
|
|
319
|
+
object: 'demand_override_type';
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Last updated timestamp.
|
|
323
|
+
*/
|
|
324
|
+
updated_at: string;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* A single page of resources, together with the metadata needed to page through
|
|
329
|
+
* the rest of the result set.
|
|
330
|
+
*/
|
|
331
|
+
export interface ListDemandOverrideType {
|
|
332
|
+
/**
|
|
333
|
+
* Resources in this page.
|
|
334
|
+
*/
|
|
335
|
+
data: Array<DemandOverrideType>;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Resource type identifier.
|
|
339
|
+
*/
|
|
340
|
+
object: 'list';
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
344
|
+
* how to move to the adjacent pages.
|
|
345
|
+
*
|
|
346
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
347
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
348
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
349
|
+
* search term, and page size.
|
|
350
|
+
*/
|
|
351
|
+
page_info: APIKeysAPI.PageInfo;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* A single page of resources, together with the metadata needed to page through
|
|
356
|
+
* the rest of the result set.
|
|
357
|
+
*/
|
|
358
|
+
export interface ListMachineDowntimeReason {
|
|
359
|
+
/**
|
|
360
|
+
* Resources in this page.
|
|
361
|
+
*/
|
|
362
|
+
data: Array<MachineDowntimeReason>;
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* Resource type identifier.
|
|
366
|
+
*/
|
|
367
|
+
object: 'list';
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
371
|
+
* how to move to the adjacent pages.
|
|
372
|
+
*
|
|
373
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
374
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
375
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
376
|
+
* search term, and page size.
|
|
377
|
+
*/
|
|
378
|
+
page_info: APIKeysAPI.PageInfo;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* A single page of resources, together with the metadata needed to page through
|
|
383
|
+
* the rest of the result set.
|
|
384
|
+
*/
|
|
385
|
+
export interface ListMachineStatus {
|
|
386
|
+
/**
|
|
387
|
+
* Resources in this page.
|
|
388
|
+
*/
|
|
389
|
+
data: Array<MachineStatus>;
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Resource type identifier.
|
|
393
|
+
*/
|
|
394
|
+
object: 'list';
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
398
|
+
* how to move to the adjacent pages.
|
|
399
|
+
*
|
|
400
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
401
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
402
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
403
|
+
* search term, and page size.
|
|
404
|
+
*/
|
|
405
|
+
page_info: APIKeysAPI.PageInfo;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* A single page of resources, together with the metadata needed to page through
|
|
410
|
+
* the rest of the result set.
|
|
411
|
+
*/
|
|
412
|
+
export interface ListScheduleDeviationType {
|
|
413
|
+
/**
|
|
414
|
+
* Resources in this page.
|
|
415
|
+
*/
|
|
416
|
+
data: Array<ScheduleDeviationType>;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* Resource type identifier.
|
|
420
|
+
*/
|
|
421
|
+
object: 'list';
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
425
|
+
* how to move to the adjacent pages.
|
|
426
|
+
*
|
|
427
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
428
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
429
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
430
|
+
* search term, and page size.
|
|
431
|
+
*/
|
|
432
|
+
page_info: APIKeysAPI.PageInfo;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* One campaign on a machine, with how far through it the floor is.
|
|
437
|
+
*
|
|
438
|
+
* A campaign is one item scheduled to run on one machine for one week. Progress is
|
|
439
|
+
* taken from the batches the floor has scanned against it rather than reported by
|
|
440
|
+
* hand, so it advances on its own as a shift runs.
|
|
441
|
+
*/
|
|
442
|
+
export interface MachineCampaign {
|
|
443
|
+
/**
|
|
444
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
445
|
+
*/
|
|
446
|
+
item: CoreAPI.Entity | null;
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* Quantity the plan asked for.
|
|
450
|
+
*/
|
|
451
|
+
planned_quantity: number;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* Machine hours the plan allocates to the campaign.
|
|
455
|
+
*/
|
|
456
|
+
planned_run_hours: number;
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
460
|
+
*/
|
|
461
|
+
production_run: CoreAPI.Entity | null;
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* Batches issued to the floor for this campaign.
|
|
465
|
+
*/
|
|
466
|
+
released_batch_count: number;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* Quantity still to make.
|
|
470
|
+
*
|
|
471
|
+
* Never negative: an over-run shows up in `scanned_quantity` rather than as
|
|
472
|
+
* negative remaining work.
|
|
473
|
+
*/
|
|
474
|
+
remaining_quantity: number;
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* Batches of this campaign the floor has scanned.
|
|
478
|
+
*/
|
|
479
|
+
scanned_batch_count: number;
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* Quantity the floor has scanned so far.
|
|
483
|
+
*/
|
|
484
|
+
scanned_quantity: number;
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
488
|
+
*/
|
|
489
|
+
schedule_line: CoreAPI.Entity | null;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* SKU of the item.
|
|
493
|
+
*/
|
|
494
|
+
sku: string;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Where the campaign is in its lifecycle.
|
|
498
|
+
*
|
|
499
|
+
* - `planned`: scheduled, but not yet released to the floor.
|
|
500
|
+
* - `released`: issued to the floor as a production run, so batches can be scanned
|
|
501
|
+
* against it.
|
|
502
|
+
* - `in_progress`: being run.
|
|
503
|
+
* - `complete`: finished.
|
|
504
|
+
* - `cancelled`: will not be run.
|
|
505
|
+
*/
|
|
506
|
+
status: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Unit the quantities are counted in.
|
|
510
|
+
*/
|
|
511
|
+
unit: string | null;
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* Zero-based week offset from the start of the horizon.
|
|
515
|
+
*/
|
|
516
|
+
week_index: number;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* First day of the week the campaign belongs to.
|
|
520
|
+
*/
|
|
521
|
+
week_starts_at: string;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* A reason a machine stopped running.
|
|
526
|
+
*
|
|
527
|
+
* The `oee_bucket` decides which OEE term the stoppage charges: `availability`
|
|
528
|
+
* losses reduce run time, `performance` losses are minor stops and speed loss,
|
|
529
|
+
* `quality` losses cover rework and holds, and `not_scheduled` time is removed
|
|
530
|
+
* from the OEE calculation entirely rather than counted against it.
|
|
531
|
+
*/
|
|
532
|
+
export interface MachineDowntimeReason {
|
|
533
|
+
/**
|
|
534
|
+
* Downtime reason ID.
|
|
535
|
+
*/
|
|
536
|
+
id: string;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Stable code used when logging downtime.
|
|
540
|
+
*
|
|
541
|
+
* This is the value to send as `reason` when creating or updating a downtime
|
|
542
|
+
* event.
|
|
543
|
+
*/
|
|
544
|
+
code:
|
|
545
|
+
| 'breakdown'
|
|
546
|
+
| 'changeover'
|
|
547
|
+
| 'material_shortage'
|
|
548
|
+
| 'no_operator'
|
|
549
|
+
| 'planned_maintenance'
|
|
550
|
+
| 'minor_stop'
|
|
551
|
+
| 'quality_hold'
|
|
552
|
+
| 'no_schedule';
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Creation timestamp.
|
|
556
|
+
*/
|
|
557
|
+
created_at: string;
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* Display name of the reason.
|
|
561
|
+
*/
|
|
562
|
+
name: string;
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* Resource type identifier.
|
|
566
|
+
*/
|
|
567
|
+
object: 'machine_downtime_reason';
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* Which OEE term this reason charges.
|
|
571
|
+
*/
|
|
572
|
+
oee_bucket: 'availability' | 'performance' | 'quality' | 'not_scheduled';
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* Whether the stoppage was scheduled in advance, such as preventive maintenance.
|
|
576
|
+
*/
|
|
577
|
+
planning_status: 'planned' | 'unplanned';
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Display order, ascending.
|
|
581
|
+
*/
|
|
582
|
+
sort_order: number;
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Last updated timestamp.
|
|
586
|
+
*/
|
|
587
|
+
updated_at: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* The reason for a stoppage, as carried on a downtime event.
|
|
592
|
+
*
|
|
593
|
+
* A denormalized view of the reason taxonomy: the stable code plus the display
|
|
594
|
+
* name and OEE bucket resolved from it at read time.
|
|
595
|
+
*/
|
|
596
|
+
export interface MachineDowntimeReasonSummary {
|
|
597
|
+
/**
|
|
598
|
+
* Stable code identifying the reason.
|
|
599
|
+
*/
|
|
600
|
+
code:
|
|
601
|
+
| 'breakdown'
|
|
602
|
+
| 'changeover'
|
|
603
|
+
| 'material_shortage'
|
|
604
|
+
| 'no_operator'
|
|
605
|
+
| 'planned_maintenance'
|
|
606
|
+
| 'minor_stop'
|
|
607
|
+
| 'quality_hold'
|
|
608
|
+
| 'no_schedule';
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Display name of the reason.
|
|
612
|
+
*/
|
|
613
|
+
name: string | null;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* Resource type identifier.
|
|
617
|
+
*/
|
|
618
|
+
object: 'machine_downtime_reason';
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* Which OEE term this reason charges.
|
|
622
|
+
*/
|
|
623
|
+
oee_bucket: 'availability' | 'performance' | 'quality' | 'not_scheduled' | null;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* An open stoppage on a machine.
|
|
628
|
+
*/
|
|
629
|
+
export interface MachineDowntimeSummary {
|
|
630
|
+
/**
|
|
631
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
632
|
+
*/
|
|
633
|
+
event: CoreAPI.Entity | null;
|
|
634
|
+
|
|
635
|
+
/**
|
|
636
|
+
* Free-text note left by whoever logged it.
|
|
637
|
+
*/
|
|
638
|
+
note: string | null;
|
|
639
|
+
|
|
640
|
+
/**
|
|
641
|
+
* The reason for a stoppage, as carried on a downtime event.
|
|
642
|
+
*
|
|
643
|
+
* A denormalized view of the reason taxonomy: the stable code plus the display
|
|
644
|
+
* name and OEE bucket resolved from it at read time.
|
|
645
|
+
*/
|
|
646
|
+
reason: MachineDowntimeReasonSummary | null;
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* When the machine went down.
|
|
650
|
+
*/
|
|
651
|
+
started_at: string;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* What one machine is doing right now.
|
|
656
|
+
*
|
|
657
|
+
* Assembled from the published schedule, the batches the floor has scanned against
|
|
658
|
+
* it, and any open downtime. A machine with an open stoppage reads `down` even
|
|
659
|
+
* when it has a released campaign, because a broken machine is not producing
|
|
660
|
+
* whatever the plan says.
|
|
661
|
+
*/
|
|
662
|
+
export interface MachineStatus {
|
|
663
|
+
/**
|
|
664
|
+
* One campaign on a machine, with how far through it the floor is.
|
|
665
|
+
*
|
|
666
|
+
* A campaign is one item scheduled to run on one machine for one week. Progress is
|
|
667
|
+
* taken from the batches the floor has scanned against it rather than reported by
|
|
668
|
+
* hand, so it advances on its own as a shift runs.
|
|
669
|
+
*/
|
|
670
|
+
current: MachineCampaign | null;
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
674
|
+
*/
|
|
675
|
+
department: CoreAPI.Entity | null;
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* An open stoppage on a machine.
|
|
679
|
+
*/
|
|
680
|
+
downtime: MachineDowntimeSummary | null;
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
684
|
+
*/
|
|
685
|
+
machine: CoreAPI.Entity | null;
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* One campaign on a machine, with how far through it the floor is.
|
|
689
|
+
*
|
|
690
|
+
* A campaign is one item scheduled to run on one machine for one week. Progress is
|
|
691
|
+
* taken from the batches the floor has scanned against it rather than reported by
|
|
692
|
+
* hand, so it advances on its own as a shift runs.
|
|
693
|
+
*/
|
|
694
|
+
next: MachineCampaign | null;
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* Resource type identifier.
|
|
698
|
+
*/
|
|
699
|
+
object: 'machine_status';
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* What the machine is doing.
|
|
703
|
+
*
|
|
704
|
+
* - `running`: a released campaign with work still to scan.
|
|
705
|
+
* - `idle`: nothing released to it.
|
|
706
|
+
* - `down`: an open downtime event, which outranks running.
|
|
707
|
+
*/
|
|
708
|
+
status: 'running' | 'idle' | 'down';
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* Unit the week's quantities are counted in.
|
|
712
|
+
*/
|
|
713
|
+
unit: string | null;
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* Quantity planned on this machine for the current week.
|
|
717
|
+
*
|
|
718
|
+
* Summed across every campaign scheduled on the machine that week, not just the
|
|
719
|
+
* current one.
|
|
720
|
+
*/
|
|
721
|
+
week_planned_quantity: number;
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* Machine hours the plan allocates on this machine for the current week.
|
|
725
|
+
*/
|
|
726
|
+
week_planned_run_hours: number;
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* Quantity scanned on this machine so far in the current week.
|
|
730
|
+
*/
|
|
731
|
+
week_scanned_quantity: number;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
/**
|
|
735
|
+
* A kind of hand change to a plan.
|
|
736
|
+
*/
|
|
737
|
+
export interface ScheduleDeviationType {
|
|
738
|
+
/**
|
|
739
|
+
* Deviation type ID.
|
|
740
|
+
*/
|
|
741
|
+
id: string;
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* Stable code recorded on a deviation.
|
|
745
|
+
*/
|
|
746
|
+
code: 'line_added' | 'line_removed' | 'quantity_changed' | 'machine_changed' | 'resequenced' | 'week_moved';
|
|
747
|
+
|
|
748
|
+
/**
|
|
749
|
+
* Creation timestamp.
|
|
750
|
+
*/
|
|
751
|
+
created_at: string;
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* Display name of the type.
|
|
755
|
+
*/
|
|
756
|
+
name: string;
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Resource type identifier.
|
|
760
|
+
*/
|
|
761
|
+
object: 'schedule_deviation_type';
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
* Last updated timestamp.
|
|
765
|
+
*/
|
|
766
|
+
updated_at: string;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
export interface OperationRetrieveMachineStatusParams {
|
|
770
|
+
/**
|
|
771
|
+
* The moment to read the floor at.
|
|
772
|
+
*
|
|
773
|
+
* Chooses the week the campaigns are read for, and the published schedule whose
|
|
774
|
+
* horizon covers that moment; open downtime and scan progress are always read as
|
|
775
|
+
* they stand now. Omit it to read the floor as it is at this instant.
|
|
776
|
+
*/
|
|
777
|
+
as_of?: string;
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* Only include machines in these departments.
|
|
781
|
+
*/
|
|
782
|
+
department_ids?: Array<string>;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
Operations.ShippingTerms = ShippingTerms;
|
|
786
|
+
Operations.Carriers = Carriers;
|
|
787
|
+
Operations.Departments = Departments;
|
|
788
|
+
Operations.Machines = Machines;
|
|
789
|
+
Operations.MachineDowntimeEvents = MachineDowntimeEvents;
|
|
790
|
+
Operations.DemandOverrides = DemandOverrides;
|
|
791
|
+
Operations.ProductionSchedules = ProductionSchedules;
|
|
792
|
+
Operations.FulfillmentRecommendations = FulfillmentRecommendations;
|
|
793
|
+
Operations.OperatingCalendars = OperatingCalendars;
|
|
794
|
+
Operations.Locations = Locations;
|
|
795
|
+
Operations.LocationTypes = LocationTypes;
|
|
796
|
+
Operations.Shipments = Shipments;
|
|
797
|
+
Operations.ScanningStations = ScanningStations;
|
|
798
|
+
|
|
799
|
+
export declare namespace Operations {
|
|
800
|
+
export {
|
|
801
|
+
type DemandOverrideType as DemandOverrideType,
|
|
802
|
+
type ListDemandOverrideType as ListDemandOverrideType,
|
|
803
|
+
type ListMachineDowntimeReason as ListMachineDowntimeReason,
|
|
804
|
+
type ListMachineStatus as ListMachineStatus,
|
|
805
|
+
type ListScheduleDeviationType as ListScheduleDeviationType,
|
|
806
|
+
type MachineCampaign as MachineCampaign,
|
|
807
|
+
type MachineDowntimeReason as MachineDowntimeReason,
|
|
808
|
+
type MachineDowntimeReasonSummary as MachineDowntimeReasonSummary,
|
|
809
|
+
type MachineDowntimeSummary as MachineDowntimeSummary,
|
|
810
|
+
type MachineStatus as MachineStatus,
|
|
811
|
+
type ScheduleDeviationType as ScheduleDeviationType,
|
|
812
|
+
type OperationRetrieveMachineStatusParams as OperationRetrieveMachineStatusParams,
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
export {
|
|
816
|
+
ShippingTerms as ShippingTerms,
|
|
817
|
+
type CreateShippingTermRequest as CreateShippingTermRequest,
|
|
818
|
+
type ListShippingTerm as ListShippingTerm,
|
|
819
|
+
type UpdateShippingTermRequest as UpdateShippingTermRequest,
|
|
820
|
+
type ShippingTermDeleteResponse as ShippingTermDeleteResponse,
|
|
821
|
+
type ShippingTermListParams as ShippingTermListParams,
|
|
822
|
+
type ShippingTermRetrieveParams as ShippingTermRetrieveParams,
|
|
823
|
+
type ShippingTermCreateParams as ShippingTermCreateParams,
|
|
824
|
+
type ShippingTermUpdateParams as ShippingTermUpdateParams,
|
|
825
|
+
};
|
|
826
|
+
|
|
827
|
+
export {
|
|
828
|
+
Carriers as Carriers,
|
|
829
|
+
type CreateCarrierRequest as CreateCarrierRequest,
|
|
830
|
+
type ListCarrier as ListCarrier,
|
|
831
|
+
type UpdateCarrierRequest as UpdateCarrierRequest,
|
|
832
|
+
type CarrierDeleteResponse as CarrierDeleteResponse,
|
|
833
|
+
type CarrierListParams as CarrierListParams,
|
|
834
|
+
type CarrierRetrieveParams as CarrierRetrieveParams,
|
|
835
|
+
type CarrierCreateParams as CarrierCreateParams,
|
|
836
|
+
type CarrierUpdateParams as CarrierUpdateParams,
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
export {
|
|
840
|
+
Departments as Departments,
|
|
841
|
+
type CreateDepartmentRequest as CreateDepartmentRequest,
|
|
842
|
+
type DepartmentRateInput as DepartmentRateInput,
|
|
843
|
+
type ListDepartment as ListDepartment,
|
|
844
|
+
type UpdateDepartmentRequest as UpdateDepartmentRequest,
|
|
845
|
+
type DepartmentDeleteResponse as DepartmentDeleteResponse,
|
|
846
|
+
type DepartmentListParams as DepartmentListParams,
|
|
847
|
+
type DepartmentRetrieveParams as DepartmentRetrieveParams,
|
|
848
|
+
type DepartmentCreateParams as DepartmentCreateParams,
|
|
849
|
+
type DepartmentUpdateParams as DepartmentUpdateParams,
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
export {
|
|
853
|
+
Machines as Machines,
|
|
854
|
+
type CreateMachineRequest as CreateMachineRequest,
|
|
855
|
+
type UpdateMachineRequest as UpdateMachineRequest,
|
|
856
|
+
type MachineDeleteResponse as MachineDeleteResponse,
|
|
857
|
+
type MachineListParams as MachineListParams,
|
|
858
|
+
type MachineRetrieveParams as MachineRetrieveParams,
|
|
859
|
+
type MachineCreateParams as MachineCreateParams,
|
|
860
|
+
type MachineUpdateParams as MachineUpdateParams,
|
|
861
|
+
};
|
|
862
|
+
|
|
863
|
+
export {
|
|
864
|
+
MachineDowntimeEvents as MachineDowntimeEvents,
|
|
865
|
+
type CreateMachineDowntimeEventRequest as CreateMachineDowntimeEventRequest,
|
|
866
|
+
type ListMachineDowntimeEvent as ListMachineDowntimeEvent,
|
|
867
|
+
type MachineDowntimeEvent as MachineDowntimeEvent,
|
|
868
|
+
type UpdateMachineDowntimeEventRequest as UpdateMachineDowntimeEventRequest,
|
|
869
|
+
type MachineDowntimeEventDeleteResponse as MachineDowntimeEventDeleteResponse,
|
|
870
|
+
type MachineDowntimeEventListParams as MachineDowntimeEventListParams,
|
|
871
|
+
type MachineDowntimeEventRetrieveParams as MachineDowntimeEventRetrieveParams,
|
|
872
|
+
type MachineDowntimeEventCreateParams as MachineDowntimeEventCreateParams,
|
|
873
|
+
type MachineDowntimeEventUpdateParams as MachineDowntimeEventUpdateParams,
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
export {
|
|
877
|
+
DemandOverrides as DemandOverrides,
|
|
878
|
+
type CreateDemandOverrideRequest as CreateDemandOverrideRequest,
|
|
879
|
+
type DemandOverride as DemandOverride,
|
|
880
|
+
type ListDemandOverride as ListDemandOverride,
|
|
881
|
+
type UpdateDemandOverrideRequest as UpdateDemandOverrideRequest,
|
|
882
|
+
type DemandOverrideDeleteResponse as DemandOverrideDeleteResponse,
|
|
883
|
+
type DemandOverrideListParams as DemandOverrideListParams,
|
|
884
|
+
type DemandOverrideRetrieveParams as DemandOverrideRetrieveParams,
|
|
885
|
+
type DemandOverrideCreateParams as DemandOverrideCreateParams,
|
|
886
|
+
type DemandOverrideUpdateParams as DemandOverrideUpdateParams,
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
export {
|
|
890
|
+
ProductionSchedules as ProductionSchedules,
|
|
891
|
+
type GenerateProductionScheduleRequest as GenerateProductionScheduleRequest,
|
|
892
|
+
type ListProductionSchedule as ListProductionSchedule,
|
|
893
|
+
type ListProductionScheduleDerivedLine as ListProductionScheduleDerivedLine,
|
|
894
|
+
type ListProductionScheduleDeviation as ListProductionScheduleDeviation,
|
|
895
|
+
type ListProductionScheduleFinishedPolicy as ListProductionScheduleFinishedPolicy,
|
|
896
|
+
type ListProductionScheduleFinishingLine as ListProductionScheduleFinishingLine,
|
|
897
|
+
type ListProductionScheduleItemPolicy as ListProductionScheduleItemPolicy,
|
|
898
|
+
type ListReleaseScheduleBatch as ListReleaseScheduleBatch,
|
|
899
|
+
type ListReleasedScheduleLine as ListReleasedScheduleLine,
|
|
900
|
+
type ListScheduleAppliedOverride as ListScheduleAppliedOverride,
|
|
901
|
+
type ListScheduleAtRiskOrder as ListScheduleAtRiskOrder,
|
|
902
|
+
type ListScheduleOrderCoverage as ListScheduleOrderCoverage,
|
|
903
|
+
type ListScheduleOrderCoverageLine as ListScheduleOrderCoverageLine,
|
|
904
|
+
type ProductionSchedule as ProductionSchedule,
|
|
905
|
+
type ProductionScheduleDerivedLine as ProductionScheduleDerivedLine,
|
|
906
|
+
type ProductionScheduleDeviation as ProductionScheduleDeviation,
|
|
907
|
+
type ProductionScheduleFinishedPolicy as ProductionScheduleFinishedPolicy,
|
|
908
|
+
type ProductionScheduleFinishingLine as ProductionScheduleFinishingLine,
|
|
909
|
+
type ProductionScheduleItemPolicy as ProductionScheduleItemPolicy,
|
|
910
|
+
type ReleaseScheduleBatch as ReleaseScheduleBatch,
|
|
911
|
+
type ReleaseScheduleWeekPreview as ReleaseScheduleWeekPreview,
|
|
912
|
+
type ReleasedScheduleLine as ReleasedScheduleLine,
|
|
913
|
+
type ScheduleAppliedOverride as ScheduleAppliedOverride,
|
|
914
|
+
type ScheduleAtRiskOrder as ScheduleAtRiskOrder,
|
|
915
|
+
type ScheduleDiagnostics as ScheduleDiagnostics,
|
|
916
|
+
type ScheduleFinishingDiagnostics as ScheduleFinishingDiagnostics,
|
|
917
|
+
type ScheduleOrderCoverage as ScheduleOrderCoverage,
|
|
918
|
+
type ScheduleOrderCoverageLine as ScheduleOrderCoverageLine,
|
|
919
|
+
type ProductionScheduleDeleteResponse as ProductionScheduleDeleteResponse,
|
|
920
|
+
type ProductionScheduleListParams as ProductionScheduleListParams,
|
|
921
|
+
type ProductionScheduleCreateParams as ProductionScheduleCreateParams,
|
|
922
|
+
type ProductionScheduleRetrieveFinishingLinesParams as ProductionScheduleRetrieveFinishingLinesParams,
|
|
923
|
+
type ProductionScheduleRetrieveDerivedLinesParams as ProductionScheduleRetrieveDerivedLinesParams,
|
|
924
|
+
type ProductionScheduleRetrieveDeviationsParams as ProductionScheduleRetrieveDeviationsParams,
|
|
925
|
+
type ProductionScheduleRetrieveWeekReleasePreviewParams as ProductionScheduleRetrieveWeekReleasePreviewParams,
|
|
926
|
+
};
|
|
927
|
+
|
|
928
|
+
export {
|
|
929
|
+
type ProductionScheduleSettings as ProductionScheduleSettings,
|
|
930
|
+
type UpdateProductionScheduleSettingsRequest as UpdateProductionScheduleSettingsRequest,
|
|
931
|
+
type ProductionScheduleSettingUpdateParams as ProductionScheduleSettingUpdateParams,
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
export {
|
|
935
|
+
FulfillmentRecommendations as FulfillmentRecommendations,
|
|
936
|
+
type FulfillmentRecommendation as FulfillmentRecommendation,
|
|
937
|
+
type ListFulfillmentRecommendation as ListFulfillmentRecommendation,
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
export {
|
|
941
|
+
OperatingCalendars as OperatingCalendars,
|
|
942
|
+
type CreateOperatingCalendarRequest as CreateOperatingCalendarRequest,
|
|
943
|
+
type ListOperatingCalendar as ListOperatingCalendar,
|
|
944
|
+
type OperatingCalendar as OperatingCalendar,
|
|
945
|
+
type UpdateOperatingCalendarRequest as UpdateOperatingCalendarRequest,
|
|
946
|
+
type OperatingCalendarDeleteResponse as OperatingCalendarDeleteResponse,
|
|
947
|
+
type OperatingCalendarListParams as OperatingCalendarListParams,
|
|
948
|
+
type OperatingCalendarCreateParams as OperatingCalendarCreateParams,
|
|
949
|
+
type OperatingCalendarUpdateParams as OperatingCalendarUpdateParams,
|
|
950
|
+
};
|
|
951
|
+
|
|
952
|
+
export {
|
|
953
|
+
Locations as Locations,
|
|
954
|
+
type CreateLocationRequest as CreateLocationRequest,
|
|
955
|
+
type UpdateLocationRequest as UpdateLocationRequest,
|
|
956
|
+
type LocationDeleteResponse as LocationDeleteResponse,
|
|
957
|
+
type LocationListParams as LocationListParams,
|
|
958
|
+
type LocationRetrieveParams as LocationRetrieveParams,
|
|
959
|
+
type LocationCreateParams as LocationCreateParams,
|
|
960
|
+
type LocationUpdateParams as LocationUpdateParams,
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
export {
|
|
964
|
+
LocationTypes as LocationTypes,
|
|
965
|
+
type ListLocationType as ListLocationType,
|
|
966
|
+
type LocationType as LocationType,
|
|
967
|
+
type LocationTypeListParams as LocationTypeListParams,
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
export { Shipments as Shipments };
|
|
971
|
+
|
|
972
|
+
export {
|
|
973
|
+
ScanningStations as ScanningStations,
|
|
974
|
+
type CreateScanningStationRequest as CreateScanningStationRequest,
|
|
975
|
+
type UpdateScanningStationRequest as UpdateScanningStationRequest,
|
|
976
|
+
type ScanningStationDeleteResponse as ScanningStationDeleteResponse,
|
|
977
|
+
type ScanningStationListParams as ScanningStationListParams,
|
|
978
|
+
type ScanningStationRetrieveParams as ScanningStationRetrieveParams,
|
|
979
|
+
type ScanningStationCreateParams as ScanningStationCreateParams,
|
|
980
|
+
type ScanningStationUpdateParams as ScanningStationUpdateParams,
|
|
981
|
+
};
|
|
982
|
+
}
|