@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,1926 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as CoreAPI from "../../core/core.mjs";
|
|
3
|
+
import * as RequestLogsAPI from "../../core/request-logs.mjs";
|
|
4
|
+
import * as APIKeysAPI from "../../auth/api-keys/api-keys.mjs";
|
|
5
|
+
import * as ActionsAPI from "./actions.mjs";
|
|
6
|
+
import { ActionPreviewParams, ActionPreviewRegenerateParams, ActionRegenerateParams, ActionReleaseWeekParams, Actions, ListScheduleCampaign, ListScheduleDiffLine, ListSchedulePolicy, ListScheduleProjection, PreviewProductionScheduleRequest, PreviewRegenerateProductionScheduleRequest, ProductionSchedulePreview, ProductionScheduleRegeneratePreview, RegenerateProductionScheduleRequest, ReleaseProductionScheduleWeekRequest, ReleaseScheduleWeekResult, ScheduleCampaign, ScheduleDiffLine, SchedulePolicy, ScheduleProjection } from "./actions.mjs";
|
|
7
|
+
import * as LinesAPI from "./lines.mjs";
|
|
8
|
+
import { CreateProductionScheduleLineRequest, LineCreateParams, LineDeleteParams, LineDeleteResponse, LineListParams, LineUpdateParams, Lines, ListProductionScheduleLine, ProductionScheduleLine, UpdateProductionScheduleLineRequest } from "./lines.mjs";
|
|
9
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
10
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
11
|
+
/**
|
|
12
|
+
* Generate and review machine-level production schedules.
|
|
13
|
+
*/
|
|
14
|
+
export declare class ProductionSchedules extends APIResource {
|
|
15
|
+
lines: LinesAPI.Lines;
|
|
16
|
+
actions: ActionsAPI.Actions;
|
|
17
|
+
/**
|
|
18
|
+
* Returns a paginated list of production schedule versions, newest first.
|
|
19
|
+
*
|
|
20
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```ts
|
|
24
|
+
* const listProductionSchedule =
|
|
25
|
+
* await client.operations.productionSchedules.list();
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
list(query?: ProductionScheduleListParams | null | undefined, options?: RequestOptions): APIPromise<ListProductionSchedule>;
|
|
29
|
+
/**
|
|
30
|
+
* Generates and saves a new production schedule.
|
|
31
|
+
*
|
|
32
|
+
* The plan is saved as a draft: nothing is frozen yet, so campaigns can be added,
|
|
33
|
+
* changed and removed without having to give a reason. Generating again creates a
|
|
34
|
+
* new version rather than replacing this one, because attainment is measured
|
|
35
|
+
* against whichever version was live at the time.
|
|
36
|
+
*
|
|
37
|
+
* The solver plans the constraint department — the room that sets the pace of the
|
|
38
|
+
* factory — so production schedule settings must name one and it must have
|
|
39
|
+
* machines that are included in planning. Without that there is nothing to
|
|
40
|
+
* schedule and the request is rejected rather than returning an empty plan.
|
|
41
|
+
*
|
|
42
|
+
* Alongside the campaigns, the version stores the assumptions it was solved with,
|
|
43
|
+
* the per-item policies behind each campaign, and the downstream department work
|
|
44
|
+
* implied by the plan.
|
|
45
|
+
*
|
|
46
|
+
* This endpoint requires the permission: `production_schedules:create`.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const productionSchedule =
|
|
51
|
+
* await client.operations.productionSchedules.create({
|
|
52
|
+
* name: '2026-W31 knit plan',
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
create(body?: ProductionScheduleCreateParams | null | undefined, options?: RequestOptions): APIPromise<ProductionSchedule>;
|
|
57
|
+
/**
|
|
58
|
+
* Returns the published schedule covering today.
|
|
59
|
+
*
|
|
60
|
+
* Responds 404 when no published version covers today, which is the normal state
|
|
61
|
+
* before the first schedule is published. Drafts are never returned here — a plan
|
|
62
|
+
* nobody has committed to is not the current plan.
|
|
63
|
+
*
|
|
64
|
+
* At most one version is ever current: publishing a new one supersedes every
|
|
65
|
+
* published version its horizon overlaps, so republishing mid-horizon takes over
|
|
66
|
+
* immediately.
|
|
67
|
+
*
|
|
68
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* ```ts
|
|
72
|
+
* const productionSchedule =
|
|
73
|
+
* await client.operations.productionSchedules.retrieveCurrent();
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
retrieveCurrent(options?: RequestOptions): APIPromise<ProductionSchedule>;
|
|
77
|
+
/**
|
|
78
|
+
* Returns a single production schedule version.
|
|
79
|
+
*
|
|
80
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* ```ts
|
|
84
|
+
* const productionSchedule =
|
|
85
|
+
* await client.operations.productionSchedules.retrieve(
|
|
86
|
+
* 'pnsc_m4zt3z8g8src',
|
|
87
|
+
* );
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<ProductionSchedule>;
|
|
91
|
+
/**
|
|
92
|
+
* Returns the per-item policy behind a schedule version, ordered by constraint run
|
|
93
|
+
* hours descending.
|
|
94
|
+
*
|
|
95
|
+
* This is the "why" behind every campaign: lot size, reorder point, safety stock
|
|
96
|
+
* and lead times as they stood when the plan was generated.
|
|
97
|
+
*
|
|
98
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
99
|
+
*
|
|
100
|
+
* @example
|
|
101
|
+
* ```ts
|
|
102
|
+
* const listProductionScheduleItemPolicy =
|
|
103
|
+
* await client.operations.productionSchedules.retrieveItemPolicies(
|
|
104
|
+
* 'pnsc_m4zt3z8g8src',
|
|
105
|
+
* );
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
retrieveItemPolicies(id: string, options?: RequestOptions): APIPromise<ListProductionScheduleItemPolicy>;
|
|
109
|
+
/**
|
|
110
|
+
* Returns the per-finished-SKU inventory targets behind a schedule version,
|
|
111
|
+
* grouped under the constraint item each one is made from.
|
|
112
|
+
*
|
|
113
|
+
* The item policies pool every finished good a constraint item feeds into one
|
|
114
|
+
* echelon figure, which is what the build decision is made against. These rows are
|
|
115
|
+
* what that pooling hides: each finished SKU's own demand, its own variability,
|
|
116
|
+
* its own stock, and a buffer sized against the finishing lead time rather than
|
|
117
|
+
* the constraint's.
|
|
118
|
+
*
|
|
119
|
+
* The two stages do not overlap, so together they describe the whole network's
|
|
120
|
+
* stock without counting any of it twice: the constraint stage holds its pooled
|
|
121
|
+
* buffer, and the finished stage holds these.
|
|
122
|
+
*
|
|
123
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
124
|
+
*
|
|
125
|
+
* @example
|
|
126
|
+
* ```ts
|
|
127
|
+
* const listProductionScheduleFinishedPolicy =
|
|
128
|
+
* await client.operations.productionSchedules.retrieveFinishedPolicies(
|
|
129
|
+
* 'pnsc_m4zt3z8g8src',
|
|
130
|
+
* );
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
retrieveFinishedPolicies(id: string, options?: RequestOptions): APIPromise<ListProductionScheduleFinishedPolicy>;
|
|
134
|
+
/**
|
|
135
|
+
* Returns the second stage of a schedule: how many of which finished good to make
|
|
136
|
+
* from the knitted parts, week by week.
|
|
137
|
+
*
|
|
138
|
+
* The constraint plan says how much greige to knit and deliberately does not say
|
|
139
|
+
* what to turn it into — a family's demand is pooled onto the greige precisely so
|
|
140
|
+
* the buffer can sit at the undifferentiated stage, where it is cheapest. These
|
|
141
|
+
* lines are where that pooling is undone, against each finished SKU's own stock
|
|
142
|
+
* position, its own orders, and the hours the rest of the factory has that week.
|
|
143
|
+
*
|
|
144
|
+
* Levelled, not merely allocated. Work that does not fit a week moves to the next
|
|
145
|
+
* one rather than being dropped, so the plan never asks the second stage for more
|
|
146
|
+
* hours than it has. Two things bound it, and they are reported separately in the
|
|
147
|
+
* schedule's diagnostics because they call for opposite responses: a SKU held back
|
|
148
|
+
* for want of greige is a knitting problem, and a SKU held back for want of hours
|
|
149
|
+
* is a finishing one.
|
|
150
|
+
*
|
|
151
|
+
* Everything is counted in the constraint item's unit, so `greige_consumed` here
|
|
152
|
+
* and `planned_quantity` on the constraint plan are directly comparable — which is
|
|
153
|
+
* what lets the two stages be reconciled rather than only read side by side.
|
|
154
|
+
*
|
|
155
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
156
|
+
*
|
|
157
|
+
* @example
|
|
158
|
+
* ```ts
|
|
159
|
+
* const listProductionScheduleFinishingLine =
|
|
160
|
+
* await client.operations.productionSchedules.retrieveFinishingLines(
|
|
161
|
+
* 'pnsc_m4zt3z8g8src',
|
|
162
|
+
* );
|
|
163
|
+
* ```
|
|
164
|
+
*/
|
|
165
|
+
retrieveFinishingLines(id: string, query?: ProductionScheduleRetrieveFinishingLinesParams | null | undefined, options?: RequestOptions): APIPromise<ListProductionScheduleFinishingLine>;
|
|
166
|
+
/**
|
|
167
|
+
* Returns the department work implied by a schedule's constraint plan.
|
|
168
|
+
*
|
|
169
|
+
* The solver schedules only the constraint; every other department's work is
|
|
170
|
+
* derived from it by walking the production-step graph, applying each step's
|
|
171
|
+
* lead-time offset and yield. That makes this the work list a supervisor reads,
|
|
172
|
+
* rather than a second plan someone has to maintain.
|
|
173
|
+
*
|
|
174
|
+
* `explosion_depth` is how many steps downstream the work sits, which is what a
|
|
175
|
+
* readiness indicator keys off. Depth 0 is the constraint's own campaigns, so a
|
|
176
|
+
* plant with nothing configured downstream of its constraint still gets the work
|
|
177
|
+
* it actually scheduled. Work whose derived week falls past the schedule's horizon
|
|
178
|
+
* is still returned — a department needs to see it coming.
|
|
179
|
+
*
|
|
180
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
181
|
+
*
|
|
182
|
+
* @example
|
|
183
|
+
* ```ts
|
|
184
|
+
* const listProductionScheduleDerivedLine =
|
|
185
|
+
* await client.operations.productionSchedules.retrieveDerivedLines(
|
|
186
|
+
* 'pnsc_m4zt3z8g8src',
|
|
187
|
+
* );
|
|
188
|
+
* ```
|
|
189
|
+
*/
|
|
190
|
+
retrieveDerivedLines(id: string, query?: ProductionScheduleRetrieveDerivedLinesParams | null | undefined, options?: RequestOptions): APIPromise<ListProductionScheduleDerivedLine>;
|
|
191
|
+
/**
|
|
192
|
+
* Returns the customer commitments this schedule version does not meet, soonest
|
|
193
|
+
* first.
|
|
194
|
+
*
|
|
195
|
+
* Three ways an order lands here. `past_due` means the constraint stage needed to
|
|
196
|
+
* start before this plan begins. `undated` means the order carries no ship-by
|
|
197
|
+
* commitment at all, so it is treated as owed now. `short` means the plan simply
|
|
198
|
+
* does not build enough of it in time — the campaigns it does allocate are listed
|
|
199
|
+
* alongside, because building three hundred of five hundred is a different
|
|
200
|
+
* conversation from building none.
|
|
201
|
+
*
|
|
202
|
+
* Read from the version's own record rather than re-solved, so what comes back is
|
|
203
|
+
* what was decided when the plan was made. A version generated before commitments
|
|
204
|
+
* were tracked reports nothing, which is correct: it made no promises it could
|
|
205
|
+
* break.
|
|
206
|
+
*
|
|
207
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
208
|
+
*
|
|
209
|
+
* @example
|
|
210
|
+
* ```ts
|
|
211
|
+
* const listScheduleOrderCoverage =
|
|
212
|
+
* await client.operations.productionSchedules.retrieveAtRiskOrders(
|
|
213
|
+
* 'pnsc_m4zt3z8g8src',
|
|
214
|
+
* );
|
|
215
|
+
* ```
|
|
216
|
+
*/
|
|
217
|
+
retrieveAtRiskOrders(id: string, options?: RequestOptions): APIPromise<ListScheduleOrderCoverage>;
|
|
218
|
+
/**
|
|
219
|
+
* Returns the append-only log of hand changes made to a schedule, most recent
|
|
220
|
+
* first.
|
|
221
|
+
*
|
|
222
|
+
* This is what frozen-week adherence is measured from. A change recorded as frozen
|
|
223
|
+
* was inside the freeze window at the moment it was made, and stays that way
|
|
224
|
+
* regardless of what is published later.
|
|
225
|
+
*
|
|
226
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
227
|
+
*
|
|
228
|
+
* @example
|
|
229
|
+
* ```ts
|
|
230
|
+
* const listProductionScheduleDeviation =
|
|
231
|
+
* await client.operations.productionSchedules.retrieveDeviations(
|
|
232
|
+
* 'pnsc_m4zt3z8g8src',
|
|
233
|
+
* );
|
|
234
|
+
* ```
|
|
235
|
+
*/
|
|
236
|
+
retrieveDeviations(id: string, query?: ProductionScheduleRetrieveDeviationsParams | null | undefined, options?: RequestOptions): APIPromise<ListProductionScheduleDeviation>;
|
|
237
|
+
/**
|
|
238
|
+
* Returns what releasing a week would create, without creating it.
|
|
239
|
+
*
|
|
240
|
+
* The lots are resolved exactly as the release itself resolves them, so what a
|
|
241
|
+
* planner is shown and what the floor receives cannot drift apart.
|
|
242
|
+
*
|
|
243
|
+
* `is_releasable` is false when the week is empty or already released, with
|
|
244
|
+
* `blocked_reason` saying which; `existing_production_run_id` names the run a
|
|
245
|
+
* released week is already tied to.
|
|
246
|
+
*
|
|
247
|
+
* Cancelled campaigns and campaigns planned at zero are excluded here exactly as
|
|
248
|
+
* the release excludes them, so a week holding nothing but those previews as
|
|
249
|
+
* empty.
|
|
250
|
+
*
|
|
251
|
+
* Lots the floor is already holding are named as such. A batch with
|
|
252
|
+
* `carried_forward_from` set is a ticket an earlier week issued and nobody worked,
|
|
253
|
+
* which the release moves into the new run rather than reissuing, so nothing has
|
|
254
|
+
* to be reprinted.
|
|
255
|
+
*
|
|
256
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
257
|
+
*
|
|
258
|
+
* @example
|
|
259
|
+
* ```ts
|
|
260
|
+
* const releaseScheduleWeekPreview =
|
|
261
|
+
* await client.operations.productionSchedules.retrieveWeekReleasePreview(
|
|
262
|
+
* 'pnsc_m4zt3z8g8src',
|
|
263
|
+
* );
|
|
264
|
+
* ```
|
|
265
|
+
*/
|
|
266
|
+
retrieveWeekReleasePreview(id: string, query?: ProductionScheduleRetrieveWeekReleasePreviewParams | null | undefined, options?: RequestOptions): APIPromise<ReleaseScheduleWeekPreview>;
|
|
267
|
+
/**
|
|
268
|
+
* Deletes a draft schedule along with its planned campaigns and its item policy
|
|
269
|
+
* snapshot.
|
|
270
|
+
*
|
|
271
|
+
* Only drafts can be deleted. A published version is the baseline attainment is
|
|
272
|
+
* measured against, so removing it would erase the record of what was promised —
|
|
273
|
+
* archive those instead.
|
|
274
|
+
*
|
|
275
|
+
* This endpoint requires the permission: `production_schedules:delete`.
|
|
276
|
+
*
|
|
277
|
+
* @example
|
|
278
|
+
* ```ts
|
|
279
|
+
* const productionSchedule =
|
|
280
|
+
* await client.operations.productionSchedules.delete(
|
|
281
|
+
* 'pnsc_m4zt3z8g8src',
|
|
282
|
+
* );
|
|
283
|
+
* ```
|
|
284
|
+
*/
|
|
285
|
+
delete(id: string, options?: RequestOptions): APIPromise<ProductionScheduleDeleteResponse>;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Request to generate a production schedule.
|
|
289
|
+
*/
|
|
290
|
+
export interface GenerateProductionScheduleRequest {
|
|
291
|
+
/**
|
|
292
|
+
* How future demand is derived, overriding the account's configured basis for this
|
|
293
|
+
* version only.
|
|
294
|
+
*
|
|
295
|
+
* - `trailing_12`: demand is the trailing twelve months of orders.
|
|
296
|
+
* - `seasonal_ema`: demand is a seasonal exponential moving average, which follows
|
|
297
|
+
* a season arriving early or late rather than flattening it.
|
|
298
|
+
*/
|
|
299
|
+
demand_basis?: 'trailing_12' | 'seasonal_ema';
|
|
300
|
+
/**
|
|
301
|
+
* Number of weeks the plan should cover, overriding the account's configured
|
|
302
|
+
* horizon for this version only.
|
|
303
|
+
*/
|
|
304
|
+
horizon_weeks?: number;
|
|
305
|
+
/**
|
|
306
|
+
* Human-readable label for the version, such as the week it was cut for.
|
|
307
|
+
*
|
|
308
|
+
* Purely for recognising the version in a list; versions are numbered
|
|
309
|
+
* automatically and the number is what identifies them.
|
|
310
|
+
*/
|
|
311
|
+
name?: string;
|
|
312
|
+
/**
|
|
313
|
+
* The instant to plan against, which is what stock, demand history and active
|
|
314
|
+
* demand overrides are read as of.
|
|
315
|
+
*
|
|
316
|
+
* Left unset, the plan is solved against the moment the request arrives. The
|
|
317
|
+
* horizon starts on the account's configured week-start day on or before this
|
|
318
|
+
* instant, so backdating this shifts the whole week grid.
|
|
319
|
+
*/
|
|
320
|
+
planning_as_of?: string;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* A single page of resources, together with the metadata needed to page through
|
|
324
|
+
* the rest of the result set.
|
|
325
|
+
*/
|
|
326
|
+
export interface ListProductionSchedule {
|
|
327
|
+
/**
|
|
328
|
+
* Resources in this page.
|
|
329
|
+
*/
|
|
330
|
+
data: Array<ProductionSchedule>;
|
|
331
|
+
/**
|
|
332
|
+
* Resource type identifier.
|
|
333
|
+
*/
|
|
334
|
+
object: 'list';
|
|
335
|
+
/**
|
|
336
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
337
|
+
* how to move to the adjacent pages.
|
|
338
|
+
*
|
|
339
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
340
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
341
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
342
|
+
* search term, and page size.
|
|
343
|
+
*/
|
|
344
|
+
page_info: APIKeysAPI.PageInfo;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* A single page of resources, together with the metadata needed to page through
|
|
348
|
+
* the rest of the result set.
|
|
349
|
+
*/
|
|
350
|
+
export interface ListProductionScheduleDerivedLine {
|
|
351
|
+
/**
|
|
352
|
+
* Resources in this page.
|
|
353
|
+
*/
|
|
354
|
+
data: Array<ProductionScheduleDerivedLine>;
|
|
355
|
+
/**
|
|
356
|
+
* Resource type identifier.
|
|
357
|
+
*/
|
|
358
|
+
object: 'list';
|
|
359
|
+
/**
|
|
360
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
361
|
+
* how to move to the adjacent pages.
|
|
362
|
+
*
|
|
363
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
364
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
365
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
366
|
+
* search term, and page size.
|
|
367
|
+
*/
|
|
368
|
+
page_info: APIKeysAPI.PageInfo;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* A single page of resources, together with the metadata needed to page through
|
|
372
|
+
* the rest of the result set.
|
|
373
|
+
*/
|
|
374
|
+
export interface ListProductionScheduleDeviation {
|
|
375
|
+
/**
|
|
376
|
+
* Resources in this page.
|
|
377
|
+
*/
|
|
378
|
+
data: Array<ProductionScheduleDeviation>;
|
|
379
|
+
/**
|
|
380
|
+
* Resource type identifier.
|
|
381
|
+
*/
|
|
382
|
+
object: 'list';
|
|
383
|
+
/**
|
|
384
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
385
|
+
* how to move to the adjacent pages.
|
|
386
|
+
*
|
|
387
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
388
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
389
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
390
|
+
* search term, and page size.
|
|
391
|
+
*/
|
|
392
|
+
page_info: APIKeysAPI.PageInfo;
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* A single page of resources, together with the metadata needed to page through
|
|
396
|
+
* the rest of the result set.
|
|
397
|
+
*/
|
|
398
|
+
export interface ListProductionScheduleFinishedPolicy {
|
|
399
|
+
/**
|
|
400
|
+
* Resources in this page.
|
|
401
|
+
*/
|
|
402
|
+
data: Array<ProductionScheduleFinishedPolicy>;
|
|
403
|
+
/**
|
|
404
|
+
* Resource type identifier.
|
|
405
|
+
*/
|
|
406
|
+
object: 'list';
|
|
407
|
+
/**
|
|
408
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
409
|
+
* how to move to the adjacent pages.
|
|
410
|
+
*
|
|
411
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
412
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
413
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
414
|
+
* search term, and page size.
|
|
415
|
+
*/
|
|
416
|
+
page_info: APIKeysAPI.PageInfo;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* A single page of resources, together with the metadata needed to page through
|
|
420
|
+
* the rest of the result set.
|
|
421
|
+
*/
|
|
422
|
+
export interface ListProductionScheduleFinishingLine {
|
|
423
|
+
/**
|
|
424
|
+
* Resources in this page.
|
|
425
|
+
*/
|
|
426
|
+
data: Array<ProductionScheduleFinishingLine>;
|
|
427
|
+
/**
|
|
428
|
+
* Resource type identifier.
|
|
429
|
+
*/
|
|
430
|
+
object: 'list';
|
|
431
|
+
/**
|
|
432
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
433
|
+
* how to move to the adjacent pages.
|
|
434
|
+
*
|
|
435
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
436
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
437
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
438
|
+
* search term, and page size.
|
|
439
|
+
*/
|
|
440
|
+
page_info: APIKeysAPI.PageInfo;
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* A single page of resources, together with the metadata needed to page through
|
|
444
|
+
* the rest of the result set.
|
|
445
|
+
*/
|
|
446
|
+
export interface ListProductionScheduleItemPolicy {
|
|
447
|
+
/**
|
|
448
|
+
* Resources in this page.
|
|
449
|
+
*/
|
|
450
|
+
data: Array<ProductionScheduleItemPolicy>;
|
|
451
|
+
/**
|
|
452
|
+
* Resource type identifier.
|
|
453
|
+
*/
|
|
454
|
+
object: 'list';
|
|
455
|
+
/**
|
|
456
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
457
|
+
* how to move to the adjacent pages.
|
|
458
|
+
*
|
|
459
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
460
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
461
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
462
|
+
* search term, and page size.
|
|
463
|
+
*/
|
|
464
|
+
page_info: APIKeysAPI.PageInfo;
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* A single page of resources, together with the metadata needed to page through
|
|
468
|
+
* the rest of the result set.
|
|
469
|
+
*/
|
|
470
|
+
export interface ListReleaseScheduleBatch {
|
|
471
|
+
/**
|
|
472
|
+
* Resources in this page.
|
|
473
|
+
*/
|
|
474
|
+
data: Array<ReleaseScheduleBatch>;
|
|
475
|
+
/**
|
|
476
|
+
* Resource type identifier.
|
|
477
|
+
*/
|
|
478
|
+
object: 'list';
|
|
479
|
+
/**
|
|
480
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
481
|
+
* how to move to the adjacent pages.
|
|
482
|
+
*
|
|
483
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
484
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
485
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
486
|
+
* search term, and page size.
|
|
487
|
+
*/
|
|
488
|
+
page_info: APIKeysAPI.PageInfo;
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* A single page of resources, together with the metadata needed to page through
|
|
492
|
+
* the rest of the result set.
|
|
493
|
+
*/
|
|
494
|
+
export interface ListReleasedScheduleLine {
|
|
495
|
+
/**
|
|
496
|
+
* Resources in this page.
|
|
497
|
+
*/
|
|
498
|
+
data: Array<ReleasedScheduleLine>;
|
|
499
|
+
/**
|
|
500
|
+
* Resource type identifier.
|
|
501
|
+
*/
|
|
502
|
+
object: 'list';
|
|
503
|
+
/**
|
|
504
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
505
|
+
* how to move to the adjacent pages.
|
|
506
|
+
*
|
|
507
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
508
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
509
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
510
|
+
* search term, and page size.
|
|
511
|
+
*/
|
|
512
|
+
page_info: APIKeysAPI.PageInfo;
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* A single page of resources, together with the metadata needed to page through
|
|
516
|
+
* the rest of the result set.
|
|
517
|
+
*/
|
|
518
|
+
export interface ListScheduleAppliedOverride {
|
|
519
|
+
/**
|
|
520
|
+
* Resources in this page.
|
|
521
|
+
*/
|
|
522
|
+
data: Array<ScheduleAppliedOverride>;
|
|
523
|
+
/**
|
|
524
|
+
* Resource type identifier.
|
|
525
|
+
*/
|
|
526
|
+
object: 'list';
|
|
527
|
+
/**
|
|
528
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
529
|
+
* how to move to the adjacent pages.
|
|
530
|
+
*
|
|
531
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
532
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
533
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
534
|
+
* search term, and page size.
|
|
535
|
+
*/
|
|
536
|
+
page_info: APIKeysAPI.PageInfo;
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* A single page of resources, together with the metadata needed to page through
|
|
540
|
+
* the rest of the result set.
|
|
541
|
+
*/
|
|
542
|
+
export interface ListScheduleAtRiskOrder {
|
|
543
|
+
/**
|
|
544
|
+
* Resources in this page.
|
|
545
|
+
*/
|
|
546
|
+
data: Array<ScheduleAtRiskOrder>;
|
|
547
|
+
/**
|
|
548
|
+
* Resource type identifier.
|
|
549
|
+
*/
|
|
550
|
+
object: 'list';
|
|
551
|
+
/**
|
|
552
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
553
|
+
* how to move to the adjacent pages.
|
|
554
|
+
*
|
|
555
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
556
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
557
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
558
|
+
* search term, and page size.
|
|
559
|
+
*/
|
|
560
|
+
page_info: APIKeysAPI.PageInfo;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* A single page of resources, together with the metadata needed to page through
|
|
564
|
+
* the rest of the result set.
|
|
565
|
+
*/
|
|
566
|
+
export interface ListScheduleOrderCoverage {
|
|
567
|
+
/**
|
|
568
|
+
* Resources in this page.
|
|
569
|
+
*/
|
|
570
|
+
data: Array<ScheduleOrderCoverage>;
|
|
571
|
+
/**
|
|
572
|
+
* Resource type identifier.
|
|
573
|
+
*/
|
|
574
|
+
object: 'list';
|
|
575
|
+
/**
|
|
576
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
577
|
+
* how to move to the adjacent pages.
|
|
578
|
+
*
|
|
579
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
580
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
581
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
582
|
+
* search term, and page size.
|
|
583
|
+
*/
|
|
584
|
+
page_info: APIKeysAPI.PageInfo;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* A single page of resources, together with the metadata needed to page through
|
|
588
|
+
* the rest of the result set.
|
|
589
|
+
*/
|
|
590
|
+
export interface ListScheduleOrderCoverageLine {
|
|
591
|
+
/**
|
|
592
|
+
* Resources in this page.
|
|
593
|
+
*/
|
|
594
|
+
data: Array<ScheduleOrderCoverageLine>;
|
|
595
|
+
/**
|
|
596
|
+
* Resource type identifier.
|
|
597
|
+
*/
|
|
598
|
+
object: 'list';
|
|
599
|
+
/**
|
|
600
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
601
|
+
* how to move to the adjacent pages.
|
|
602
|
+
*
|
|
603
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
604
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
605
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
606
|
+
* search term, and page size.
|
|
607
|
+
*/
|
|
608
|
+
page_info: APIKeysAPI.PageInfo;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* A saved production schedule.
|
|
612
|
+
*
|
|
613
|
+
* A published version is a record rather than a document that keeps being edited:
|
|
614
|
+
* generating again creates a new version, and publishing supersedes the previous
|
|
615
|
+
* one rather than changing it, because attainment is measured against whichever
|
|
616
|
+
* version was live at the time.
|
|
617
|
+
*/
|
|
618
|
+
export interface ProductionSchedule {
|
|
619
|
+
/**
|
|
620
|
+
* Schedule ID.
|
|
621
|
+
*/
|
|
622
|
+
id: string;
|
|
623
|
+
/**
|
|
624
|
+
* Creation timestamp.
|
|
625
|
+
*/
|
|
626
|
+
created_at: string;
|
|
627
|
+
/**
|
|
628
|
+
* Which demand basis produced the plan.
|
|
629
|
+
*
|
|
630
|
+
* - `trailing_12`: demand is taken from the trailing twelve months of orders.
|
|
631
|
+
* - `seasonal_ema`: demand is a seasonal exponential moving average, which follows
|
|
632
|
+
* a season arriving earlier or later than usual.
|
|
633
|
+
*/
|
|
634
|
+
demand_basis: 'trailing_12' | 'seasonal_ema';
|
|
635
|
+
/**
|
|
636
|
+
* What the solver could not do, and why the plan differs from raw history.
|
|
637
|
+
*/
|
|
638
|
+
diagnostics: ScheduleDiagnostics;
|
|
639
|
+
/**
|
|
640
|
+
* Why generation failed, when it did.
|
|
641
|
+
*/
|
|
642
|
+
error_message: string | null;
|
|
643
|
+
/**
|
|
644
|
+
* Number of lines that were frozen at publish.
|
|
645
|
+
*
|
|
646
|
+
* Captured once and never recomputed, because frozen-week adherence measures
|
|
647
|
+
* against what was committed to.
|
|
648
|
+
*/
|
|
649
|
+
frozen_line_count: number;
|
|
650
|
+
/**
|
|
651
|
+
* Total quantity frozen at publish.
|
|
652
|
+
*/
|
|
653
|
+
frozen_planned_quantity: number;
|
|
654
|
+
/**
|
|
655
|
+
* The last day the frozen window covers, set when the version is published.
|
|
656
|
+
*/
|
|
657
|
+
frozen_through_at: string | null;
|
|
658
|
+
/**
|
|
659
|
+
* How many leading weeks freeze on publish.
|
|
660
|
+
*
|
|
661
|
+
* Publishing freezes every campaign that starts inside the window; changing one
|
|
662
|
+
* afterwards requires a reason and is recorded in the deviation log.
|
|
663
|
+
*/
|
|
664
|
+
frozen_weeks: number;
|
|
665
|
+
/**
|
|
666
|
+
* Reference to an actor — the user, API key, agent, or group identity associated
|
|
667
|
+
* with an action.
|
|
668
|
+
*/
|
|
669
|
+
generated_by: RequestLogsAPI.Actor | null;
|
|
670
|
+
/**
|
|
671
|
+
* What triggered the generation.
|
|
672
|
+
*
|
|
673
|
+
* - `manual`: someone asked for this version.
|
|
674
|
+
* - `scheduled`: the account's generation cadence produced it on its own.
|
|
675
|
+
*/
|
|
676
|
+
generation_source: 'manual' | 'scheduled';
|
|
677
|
+
/**
|
|
678
|
+
* First instant of the last day of the horizon.
|
|
679
|
+
*/
|
|
680
|
+
horizon_ends_at: string;
|
|
681
|
+
/**
|
|
682
|
+
* First instant of the horizon.
|
|
683
|
+
*/
|
|
684
|
+
horizon_starts_at: string;
|
|
685
|
+
/**
|
|
686
|
+
* Length of the horizon in weeks.
|
|
687
|
+
*/
|
|
688
|
+
horizon_weeks: number;
|
|
689
|
+
/**
|
|
690
|
+
* Label for the version, such as the planning cycle it was generated for.
|
|
691
|
+
*/
|
|
692
|
+
name: string | null;
|
|
693
|
+
/**
|
|
694
|
+
* Resource type identifier.
|
|
695
|
+
*/
|
|
696
|
+
object: 'production_schedule';
|
|
697
|
+
/**
|
|
698
|
+
* The instant the plan was calculated against.
|
|
699
|
+
*/
|
|
700
|
+
planning_as_of_at: string;
|
|
701
|
+
/**
|
|
702
|
+
* When this version was published.
|
|
703
|
+
*/
|
|
704
|
+
published_at: string | null;
|
|
705
|
+
/**
|
|
706
|
+
* Reference to an actor — the user, API key, agent, or group identity associated
|
|
707
|
+
* with an action.
|
|
708
|
+
*/
|
|
709
|
+
published_by: RequestLogsAPI.Actor | null;
|
|
710
|
+
/**
|
|
711
|
+
* The planning assumptions used, frozen at generation so the plan stays
|
|
712
|
+
* explainable after settings change.
|
|
713
|
+
*/
|
|
714
|
+
settings_snapshot: {
|
|
715
|
+
[key: string]: unknown;
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* Version of the solver that produced the plan.
|
|
719
|
+
*/
|
|
720
|
+
solver_version: string;
|
|
721
|
+
/**
|
|
722
|
+
* Where this version is in its lifecycle.
|
|
723
|
+
*
|
|
724
|
+
* - `draft`: still editable and commits to nothing.
|
|
725
|
+
* - `generating`: a scheduled solve is still building this version.
|
|
726
|
+
* - `published`: live, with its leading weeks frozen as a commitment to the floor.
|
|
727
|
+
* - `superseded`: a later version was published over an overlapping horizon.
|
|
728
|
+
* - `archived`: retired without being replaced.
|
|
729
|
+
* - `failed`: the solver could not produce a plan; `error_message` says why.
|
|
730
|
+
*/
|
|
731
|
+
status: 'draft' | 'generating' | 'published' | 'superseded' | 'archived' | 'failed';
|
|
732
|
+
/**
|
|
733
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
734
|
+
*/
|
|
735
|
+
superseded_by: CoreAPI.Entity | null;
|
|
736
|
+
/**
|
|
737
|
+
* Last updated timestamp.
|
|
738
|
+
*/
|
|
739
|
+
updated_at: string;
|
|
740
|
+
/**
|
|
741
|
+
* Sequential version number within the account.
|
|
742
|
+
*
|
|
743
|
+
* Regenerating a draft re-solves it in place and keeps its number; only generating
|
|
744
|
+
* a new plan takes the next one.
|
|
745
|
+
*/
|
|
746
|
+
version: number;
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* Downstream department work implied by a constraint campaign.
|
|
750
|
+
*
|
|
751
|
+
* The solver only schedules the constraint; every other department's work follows
|
|
752
|
+
* from it by walking the production-step graph. `explosion_depth` is how many
|
|
753
|
+
* steps downstream this sits — depth 1 waits only on the constraint, depth 3 waits
|
|
754
|
+
* on two intermediate steps — which is what a readiness indicator keys off.
|
|
755
|
+
*
|
|
756
|
+
* The derived week can fall past the schedule's horizon when a long chain follows
|
|
757
|
+
* a late campaign. That work is still returned rather than dropped, because a
|
|
758
|
+
* department needs to see it coming.
|
|
759
|
+
*/
|
|
760
|
+
export interface ProductionScheduleDerivedLine {
|
|
761
|
+
/**
|
|
762
|
+
* Derived line ID.
|
|
763
|
+
*/
|
|
764
|
+
id: string;
|
|
765
|
+
/**
|
|
766
|
+
* Creation timestamp.
|
|
767
|
+
*/
|
|
768
|
+
created_at: string;
|
|
769
|
+
/**
|
|
770
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
771
|
+
*/
|
|
772
|
+
department: CoreAPI.Entity | null;
|
|
773
|
+
/**
|
|
774
|
+
* How many steps downstream of the constraint this work sits.
|
|
775
|
+
*/
|
|
776
|
+
explosion_depth: number;
|
|
777
|
+
/**
|
|
778
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
779
|
+
*/
|
|
780
|
+
item: CoreAPI.Entity | null;
|
|
781
|
+
/**
|
|
782
|
+
* Resource type identifier.
|
|
783
|
+
*/
|
|
784
|
+
object: 'production_schedule_derived_line';
|
|
785
|
+
/**
|
|
786
|
+
* Weeks after the constraint campaign this work starts.
|
|
787
|
+
*/
|
|
788
|
+
offset_weeks: number;
|
|
789
|
+
/**
|
|
790
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
791
|
+
*/
|
|
792
|
+
planned_unit: CoreAPI.Entity | null;
|
|
793
|
+
/**
|
|
794
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
795
|
+
*/
|
|
796
|
+
production_schedule: CoreAPI.Entity | null;
|
|
797
|
+
/**
|
|
798
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
799
|
+
*/
|
|
800
|
+
production_step: CoreAPI.Entity | null;
|
|
801
|
+
/**
|
|
802
|
+
* Units implied for this step.
|
|
803
|
+
*/
|
|
804
|
+
quantity: number;
|
|
805
|
+
/**
|
|
806
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
807
|
+
*/
|
|
808
|
+
source_line: CoreAPI.Entity | null;
|
|
809
|
+
/**
|
|
810
|
+
* State of the derived work.
|
|
811
|
+
*
|
|
812
|
+
* Derived rows are discarded and rebuilt from the constraint plan every time the
|
|
813
|
+
* version is solved, and are only ever written as `planned`, so they report what
|
|
814
|
+
* the plan implies rather than what the floor has done.
|
|
815
|
+
*/
|
|
816
|
+
status: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
817
|
+
/**
|
|
818
|
+
* Last updated timestamp.
|
|
819
|
+
*/
|
|
820
|
+
updated_at: string;
|
|
821
|
+
/**
|
|
822
|
+
* Horizon week the work falls in, zero-based.
|
|
823
|
+
*/
|
|
824
|
+
week_index: number;
|
|
825
|
+
/**
|
|
826
|
+
* First instant of that week.
|
|
827
|
+
*/
|
|
828
|
+
week_starts_at: string;
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* One hand change to a production schedule.
|
|
832
|
+
*
|
|
833
|
+
* The log is append-only: it is what frozen-week adherence is measured from, and a
|
|
834
|
+
* plan edited back into shape has to stay distinguishable from one that was right
|
|
835
|
+
* the first time. `before` and `after` are full snapshots of the line, so a
|
|
836
|
+
* deviation stays readable after the line it describes is deleted.
|
|
837
|
+
*
|
|
838
|
+
* `freeze_status` is recorded when the change is made, from the freeze window as
|
|
839
|
+
* it stood at that moment. It is never re-derived, so a later publish cannot
|
|
840
|
+
* retroactively reclassify a past edit.
|
|
841
|
+
*/
|
|
842
|
+
export interface ProductionScheduleDeviation {
|
|
843
|
+
/**
|
|
844
|
+
* Deviation ID.
|
|
845
|
+
*/
|
|
846
|
+
id: string;
|
|
847
|
+
/**
|
|
848
|
+
* Reference to an actor — the user, API key, agent, or group identity associated
|
|
849
|
+
* with an action.
|
|
850
|
+
*/
|
|
851
|
+
actor: RequestLogsAPI.Actor | null;
|
|
852
|
+
/**
|
|
853
|
+
* Snapshot of the line after the change, null when the change removed it. Encoded
|
|
854
|
+
* as a JSON value (object, array, string, number, boolean, or null), not a
|
|
855
|
+
* JSON-encoded string.
|
|
856
|
+
*/
|
|
857
|
+
after: unknown | null;
|
|
858
|
+
/**
|
|
859
|
+
* Snapshot of the line before the change, null when the change created it. Encoded
|
|
860
|
+
* as a JSON value (object, array, string, number, boolean, or null), not a
|
|
861
|
+
* JSON-encoded string.
|
|
862
|
+
*/
|
|
863
|
+
before: unknown | null;
|
|
864
|
+
/**
|
|
865
|
+
* When the change was made.
|
|
866
|
+
*/
|
|
867
|
+
created_at: string;
|
|
868
|
+
/**
|
|
869
|
+
* Signed change in planned units.
|
|
870
|
+
*/
|
|
871
|
+
delta_quantity: number;
|
|
872
|
+
/**
|
|
873
|
+
* Signed change in planned run hours.
|
|
874
|
+
*/
|
|
875
|
+
delta_run_hours: number;
|
|
876
|
+
/**
|
|
877
|
+
* What kind of change this was.
|
|
878
|
+
*
|
|
879
|
+
* Derived from the change itself rather than supplied by the person making it. An
|
|
880
|
+
* edit that both moves a campaign to another machine and changes its quantity is
|
|
881
|
+
* recorded as the machine change, because that is what a planner has to react to
|
|
882
|
+
* first.
|
|
883
|
+
*/
|
|
884
|
+
deviation_type: 'line_added' | 'line_removed' | 'quantity_changed' | 'machine_changed' | 'resequenced' | 'week_moved';
|
|
885
|
+
/**
|
|
886
|
+
* Whether the change fell inside the frozen window when it was made.
|
|
887
|
+
*/
|
|
888
|
+
freeze_status: 'frozen' | 'flexible';
|
|
889
|
+
/**
|
|
890
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
891
|
+
*/
|
|
892
|
+
item: CoreAPI.Entity | null;
|
|
893
|
+
/**
|
|
894
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
895
|
+
*/
|
|
896
|
+
line: CoreAPI.Entity | null;
|
|
897
|
+
/**
|
|
898
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
899
|
+
*/
|
|
900
|
+
machine: CoreAPI.Entity | null;
|
|
901
|
+
/**
|
|
902
|
+
* Resource type identifier.
|
|
903
|
+
*/
|
|
904
|
+
object: 'production_schedule_deviation';
|
|
905
|
+
/**
|
|
906
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
907
|
+
*/
|
|
908
|
+
production_schedule: CoreAPI.Entity | null;
|
|
909
|
+
/**
|
|
910
|
+
* Why the change was made.
|
|
911
|
+
*
|
|
912
|
+
* A change inside a frozen week has to supply one; outside it a reason is left to
|
|
913
|
+
* the planner.
|
|
914
|
+
*
|
|
915
|
+
* - `machine_down`: the machine the campaign was on stopped running.
|
|
916
|
+
* - `material_shortage`: the material the campaign needs did not arrive.
|
|
917
|
+
* - `rush_order`: demand that could not wait for the next plan.
|
|
918
|
+
* - `quality_hold`: the work was stopped over a quality problem.
|
|
919
|
+
* - `over_run`: the floor produced more than the plan asked for.
|
|
920
|
+
* - `under_run`: the floor produced less than the plan asked for.
|
|
921
|
+
* - `capacity_change`: the available machine time changed, such as a shutdown or
|
|
922
|
+
* an added shift.
|
|
923
|
+
* - `other`: something outside the list, which should be spelled out in
|
|
924
|
+
* `reason_note`.
|
|
925
|
+
*/
|
|
926
|
+
reason: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other' | null;
|
|
927
|
+
/**
|
|
928
|
+
* Free-form explanation of the change.
|
|
929
|
+
*/
|
|
930
|
+
reason_note: string | null;
|
|
931
|
+
/**
|
|
932
|
+
* The horizon week the change affected, zero-based.
|
|
933
|
+
*/
|
|
934
|
+
week_index: number | null;
|
|
935
|
+
}
|
|
936
|
+
/**
|
|
937
|
+
* One finished SKU's own inventory target, snapshotted onto a schedule version.
|
|
938
|
+
*
|
|
939
|
+
* The item policy pools every finished good a constraint item feeds into one
|
|
940
|
+
* echelon figure, which is the right basis for deciding whether to build. These
|
|
941
|
+
* rows are what that pooling hides: this SKU's own demand, its own variability,
|
|
942
|
+
* and a buffer sized against the finishing lead time rather than the constraint's
|
|
943
|
+
* — because finishing, not the constraint, is what replenishes this stock.
|
|
944
|
+
*
|
|
945
|
+
* The two stages do not overlap. The constraint stage holds its pooled buffer and
|
|
946
|
+
* the finished stage holds these, so together they describe the whole network's
|
|
947
|
+
* stock without counting any of it twice.
|
|
948
|
+
*/
|
|
949
|
+
export interface ProductionScheduleFinishedPolicy {
|
|
950
|
+
/**
|
|
951
|
+
* Finished policy ID.
|
|
952
|
+
*/
|
|
953
|
+
id: string;
|
|
954
|
+
/**
|
|
955
|
+
* This SKU's own annual demand.
|
|
956
|
+
*/
|
|
957
|
+
annual_demand: number;
|
|
958
|
+
/**
|
|
959
|
+
* Creation timestamp.
|
|
960
|
+
*/
|
|
961
|
+
created_at: string;
|
|
962
|
+
/**
|
|
963
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
964
|
+
*/
|
|
965
|
+
greige_item: CoreAPI.Entity | null;
|
|
966
|
+
/**
|
|
967
|
+
* SKU of that constraint item.
|
|
968
|
+
*/
|
|
969
|
+
greige_sku: string;
|
|
970
|
+
/**
|
|
971
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
972
|
+
*/
|
|
973
|
+
item: CoreAPI.Entity | null;
|
|
974
|
+
/**
|
|
975
|
+
* Resource type identifier.
|
|
976
|
+
*/
|
|
977
|
+
object: 'production_schedule_finished_policy';
|
|
978
|
+
/**
|
|
979
|
+
* This SKU's own stock, not the echelon it contributes to.
|
|
980
|
+
*/
|
|
981
|
+
on_hand: number;
|
|
982
|
+
/**
|
|
983
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
984
|
+
*/
|
|
985
|
+
product_line: CoreAPI.Entity | null;
|
|
986
|
+
/**
|
|
987
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
988
|
+
*/
|
|
989
|
+
production_schedule: CoreAPI.Entity | null;
|
|
990
|
+
/**
|
|
991
|
+
* Stock position at which this finished good needs replenishing.
|
|
992
|
+
*/
|
|
993
|
+
reorder_point: number;
|
|
994
|
+
/**
|
|
995
|
+
* Buffer held as this finished good, covering the finishing lead time.
|
|
996
|
+
*/
|
|
997
|
+
safety_stock: number;
|
|
998
|
+
/**
|
|
999
|
+
* This SKU's own weekly demand variability.
|
|
1000
|
+
*
|
|
1001
|
+
* The constraint buffer pools these as the root of the sum of squares; these
|
|
1002
|
+
* targets use them one at a time.
|
|
1003
|
+
*/
|
|
1004
|
+
sigma_weekly: number;
|
|
1005
|
+
/**
|
|
1006
|
+
* SKU of the finished good.
|
|
1007
|
+
*/
|
|
1008
|
+
sku: string;
|
|
1009
|
+
/**
|
|
1010
|
+
* Last updated timestamp.
|
|
1011
|
+
*/
|
|
1012
|
+
updated_at: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* This SKU's own weekly demand.
|
|
1015
|
+
*/
|
|
1016
|
+
weekly_demand: number;
|
|
1017
|
+
/**
|
|
1018
|
+
* Weeks of demand this SKU's own stock covers.
|
|
1019
|
+
*/
|
|
1020
|
+
weeks_of_cover: number;
|
|
1021
|
+
}
|
|
1022
|
+
/**
|
|
1023
|
+
* One finished good's build in one week: the second stage of the plan.
|
|
1024
|
+
*
|
|
1025
|
+
* The constraint plan says how much greige to knit and deliberately does not say
|
|
1026
|
+
* what to turn it into — a family's demand is pooled onto the greige precisely so
|
|
1027
|
+
* the buffer can sit at the undifferentiated stage. These lines are where that
|
|
1028
|
+
* pooling is undone: how many of which finished good to make from the knitted
|
|
1029
|
+
* parts, decided against each SKU's own stock position, its own orders, and the
|
|
1030
|
+
* hours the rest of the factory has that week.
|
|
1031
|
+
*
|
|
1032
|
+
* Quantities are counted in the constraint item's unit, so `greige_consumed` and
|
|
1033
|
+
* the knit plan's `planned_quantity` are directly comparable. That is what lets
|
|
1034
|
+
* the two stages be reconciled rather than merely read side by side.
|
|
1035
|
+
*/
|
|
1036
|
+
export interface ProductionScheduleFinishingLine {
|
|
1037
|
+
/**
|
|
1038
|
+
* Finishing line ID.
|
|
1039
|
+
*/
|
|
1040
|
+
id: string;
|
|
1041
|
+
/**
|
|
1042
|
+
* Creation timestamp.
|
|
1043
|
+
*/
|
|
1044
|
+
created_at: string;
|
|
1045
|
+
/**
|
|
1046
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1047
|
+
*/
|
|
1048
|
+
department: CoreAPI.Entity | null;
|
|
1049
|
+
/**
|
|
1050
|
+
* How much of the week's draw on this SKU is an order rather than a forecast.
|
|
1051
|
+
*/
|
|
1052
|
+
firm_units: number;
|
|
1053
|
+
/**
|
|
1054
|
+
* Units of the constraint item this takes out of the greige buffer.
|
|
1055
|
+
*
|
|
1056
|
+
* Equal to `planned_quantity` unless a finishing yield loss means a finished unit
|
|
1057
|
+
* costs more than one knitted one.
|
|
1058
|
+
*/
|
|
1059
|
+
greige_consumed: number;
|
|
1060
|
+
/**
|
|
1061
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1062
|
+
*/
|
|
1063
|
+
greige_item: CoreAPI.Entity | null;
|
|
1064
|
+
/**
|
|
1065
|
+
* SKU of that constraint item.
|
|
1066
|
+
*/
|
|
1067
|
+
greige_sku: string;
|
|
1068
|
+
/**
|
|
1069
|
+
* Whether the line sits inside the published frozen window.
|
|
1070
|
+
*/
|
|
1071
|
+
is_frozen: boolean;
|
|
1072
|
+
/**
|
|
1073
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1074
|
+
*/
|
|
1075
|
+
item: CoreAPI.Entity | null;
|
|
1076
|
+
/**
|
|
1077
|
+
* Resource type identifier.
|
|
1078
|
+
*/
|
|
1079
|
+
object: 'production_schedule_finishing_line';
|
|
1080
|
+
/**
|
|
1081
|
+
* Units in one lot.
|
|
1082
|
+
*/
|
|
1083
|
+
planned_lot_units: number;
|
|
1084
|
+
/**
|
|
1085
|
+
* How many lots the quantity breaks into.
|
|
1086
|
+
*/
|
|
1087
|
+
planned_lots: number;
|
|
1088
|
+
/**
|
|
1089
|
+
* Units of the finished good to make.
|
|
1090
|
+
*/
|
|
1091
|
+
planned_quantity: number;
|
|
1092
|
+
/**
|
|
1093
|
+
* Hours of the second stage's capacity this line consumes.
|
|
1094
|
+
*/
|
|
1095
|
+
planned_run_hours: number;
|
|
1096
|
+
/**
|
|
1097
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1098
|
+
*/
|
|
1099
|
+
production_schedule: CoreAPI.Entity | null;
|
|
1100
|
+
/**
|
|
1101
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1102
|
+
*/
|
|
1103
|
+
production_step: CoreAPI.Entity | null;
|
|
1104
|
+
/**
|
|
1105
|
+
* And after it lands.
|
|
1106
|
+
*/
|
|
1107
|
+
projected_on_hand_after: number;
|
|
1108
|
+
/**
|
|
1109
|
+
* This SKU's own projected stock before the line lands.
|
|
1110
|
+
*/
|
|
1111
|
+
projected_on_hand_before: number;
|
|
1112
|
+
/**
|
|
1113
|
+
* SKU of the finished good, as it stood when the plan was generated.
|
|
1114
|
+
*/
|
|
1115
|
+
sku: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* Whether the solver produced this line or a person did.
|
|
1118
|
+
*/
|
|
1119
|
+
source: 'solver' | 'manual';
|
|
1120
|
+
/**
|
|
1121
|
+
* Where the line stands.
|
|
1122
|
+
*/
|
|
1123
|
+
status: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
1124
|
+
/**
|
|
1125
|
+
* Abbreviation of the unit everything on this line is counted in.
|
|
1126
|
+
*/
|
|
1127
|
+
unit: string | null;
|
|
1128
|
+
/**
|
|
1129
|
+
* Last updated timestamp.
|
|
1130
|
+
*/
|
|
1131
|
+
updated_at: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* Zero-based week offset from the start of the horizon.
|
|
1134
|
+
*/
|
|
1135
|
+
week_index: number;
|
|
1136
|
+
/**
|
|
1137
|
+
* First day of the week this is planned in.
|
|
1138
|
+
*/
|
|
1139
|
+
week_starts_at: string;
|
|
1140
|
+
}
|
|
1141
|
+
/**
|
|
1142
|
+
* The per-item policy behind a schedule version.
|
|
1143
|
+
*
|
|
1144
|
+
* Snapshotted at generation rather than recomputed, so a historical plan can still
|
|
1145
|
+
* explain itself after costs, demand or settings move.
|
|
1146
|
+
*/
|
|
1147
|
+
export interface ProductionScheduleItemPolicy {
|
|
1148
|
+
/**
|
|
1149
|
+
* Policy ID.
|
|
1150
|
+
*/
|
|
1151
|
+
id: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* ABC class by share of constraint run hours.
|
|
1154
|
+
*
|
|
1155
|
+
* - `a`: consumes the largest share of constraint capacity.
|
|
1156
|
+
* - `b`: moderate constraint consumption.
|
|
1157
|
+
* - `c`: consumes little constraint capacity.
|
|
1158
|
+
*/
|
|
1159
|
+
abc_class: 'a' | 'b' | 'c' | null;
|
|
1160
|
+
/**
|
|
1161
|
+
* Demand used for planning, annualized.
|
|
1162
|
+
*/
|
|
1163
|
+
annual_demand: number;
|
|
1164
|
+
/**
|
|
1165
|
+
* Constraint hours this item's annual demand consumes.
|
|
1166
|
+
*/
|
|
1167
|
+
annual_run_hours: number;
|
|
1168
|
+
/**
|
|
1169
|
+
* What the constraint stage holds on average: its buffer, plus half a campaign as
|
|
1170
|
+
* one lands and drains.
|
|
1171
|
+
*/
|
|
1172
|
+
average_greige_inventory: number;
|
|
1173
|
+
/**
|
|
1174
|
+
* Observed or default lead time at the constraint.
|
|
1175
|
+
*/
|
|
1176
|
+
constraint_lead_time_weeks: number;
|
|
1177
|
+
/**
|
|
1178
|
+
* Limits the solver hit while sizing this item's campaigns, empty when the policy
|
|
1179
|
+
* was applied as calculated.
|
|
1180
|
+
*
|
|
1181
|
+
* - `eoq_capped`: the economic lot size did not fit one machine-week and was cut
|
|
1182
|
+
* back to what does, so campaigns run shorter and more often than the cost
|
|
1183
|
+
* calculation alone would ask for.
|
|
1184
|
+
* - `capacity_starved`: the item was already below its trigger point and never won
|
|
1185
|
+
* a slot in the horizon, so the plan does not replenish it.
|
|
1186
|
+
*/
|
|
1187
|
+
constraints: Array<'eoq_capped' | 'capacity_starved'>;
|
|
1188
|
+
/**
|
|
1189
|
+
* Creation timestamp.
|
|
1190
|
+
*/
|
|
1191
|
+
created_at: string;
|
|
1192
|
+
/**
|
|
1193
|
+
* Economic order quantity: the campaign size that balances the cost of a
|
|
1194
|
+
* changeover against the cost of holding what it produces.
|
|
1195
|
+
*/
|
|
1196
|
+
eoq_units: number;
|
|
1197
|
+
/**
|
|
1198
|
+
* Lead time from the constraint to sellable stock.
|
|
1199
|
+
*/
|
|
1200
|
+
finish_lead_time_weeks: number;
|
|
1201
|
+
/**
|
|
1202
|
+
* Outstanding quantity the order book already owed for this item over the horizon.
|
|
1203
|
+
*/
|
|
1204
|
+
firm_demand_units: number;
|
|
1205
|
+
/**
|
|
1206
|
+
* Quantity the forecast projected for the same window.
|
|
1207
|
+
*/
|
|
1208
|
+
forecast_demand_units: number;
|
|
1209
|
+
/**
|
|
1210
|
+
* How this item was planned.
|
|
1211
|
+
*
|
|
1212
|
+
* - `make_to_stock`: built to the forecast, holding a safety stock against its
|
|
1213
|
+
* variability.
|
|
1214
|
+
* - `make_to_order`: built only against orders already on the book, holding no
|
|
1215
|
+
* buffer, so its safety stocks and reorder point are all zero.
|
|
1216
|
+
*/
|
|
1217
|
+
fulfillment_policy: 'make_to_stock' | 'make_to_order';
|
|
1218
|
+
/**
|
|
1219
|
+
* Annual cost of holding one unit.
|
|
1220
|
+
*/
|
|
1221
|
+
holding_cost: number;
|
|
1222
|
+
/**
|
|
1223
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1224
|
+
*/
|
|
1225
|
+
item: CoreAPI.Entity | null;
|
|
1226
|
+
/**
|
|
1227
|
+
* What the constraint stage holds at its peak: its buffer plus a whole campaign.
|
|
1228
|
+
*/
|
|
1229
|
+
max_greige_inventory: number;
|
|
1230
|
+
/**
|
|
1231
|
+
* Resource type identifier.
|
|
1232
|
+
*/
|
|
1233
|
+
object: 'production_schedule_item_policy';
|
|
1234
|
+
/**
|
|
1235
|
+
* Stock at the constraint plus everything downstream of it.
|
|
1236
|
+
*
|
|
1237
|
+
* This is what the build decision is made against — stock already finished still
|
|
1238
|
+
* counts against building more.
|
|
1239
|
+
*/
|
|
1240
|
+
on_hand_echelon: number;
|
|
1241
|
+
/**
|
|
1242
|
+
* Stock sitting at the constraint stage on its own.
|
|
1243
|
+
*
|
|
1244
|
+
* Kept alongside the echelon total because that total cannot be decomposed back
|
|
1245
|
+
* into its stages once summed.
|
|
1246
|
+
*/
|
|
1247
|
+
on_hand_greige: number;
|
|
1248
|
+
/**
|
|
1249
|
+
* Ceiling on how far ahead this item is built.
|
|
1250
|
+
*/
|
|
1251
|
+
order_up_to: number;
|
|
1252
|
+
/**
|
|
1253
|
+
* Which rule decided that policy: the item itself, its product line, or the
|
|
1254
|
+
* account default.
|
|
1255
|
+
*/
|
|
1256
|
+
policy_source: 'item' | 'product_line' | 'account_default';
|
|
1257
|
+
/**
|
|
1258
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1259
|
+
*/
|
|
1260
|
+
primary_machine: CoreAPI.Entity | null;
|
|
1261
|
+
/**
|
|
1262
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1263
|
+
*/
|
|
1264
|
+
production_schedule: CoreAPI.Entity | null;
|
|
1265
|
+
/**
|
|
1266
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1267
|
+
*/
|
|
1268
|
+
production_step: CoreAPI.Entity | null;
|
|
1269
|
+
/**
|
|
1270
|
+
* The echelon position at the end of each horizon week, after that week's
|
|
1271
|
+
* campaigns land and its demand is drawn down.
|
|
1272
|
+
*
|
|
1273
|
+
* A run of weeks with no campaign is stock draining toward `reorder_point`; this
|
|
1274
|
+
* is what makes that visible rather than looking like the solver did nothing.
|
|
1275
|
+
*/
|
|
1276
|
+
projected_on_hand: Array<number>;
|
|
1277
|
+
/**
|
|
1278
|
+
* Stock position at which a campaign is triggered.
|
|
1279
|
+
*/
|
|
1280
|
+
reorder_point: number;
|
|
1281
|
+
/**
|
|
1282
|
+
* Buffer held as finished goods.
|
|
1283
|
+
*/
|
|
1284
|
+
safety_stock_downstream: number;
|
|
1285
|
+
/**
|
|
1286
|
+
* Buffer held at the constraint.
|
|
1287
|
+
*/
|
|
1288
|
+
safety_stock_primary: number;
|
|
1289
|
+
/**
|
|
1290
|
+
* How long one unit occupies the constraint.
|
|
1291
|
+
*/
|
|
1292
|
+
seconds_per_unit: number;
|
|
1293
|
+
/**
|
|
1294
|
+
* Cost of one changeover.
|
|
1295
|
+
*/
|
|
1296
|
+
setup_cost: number;
|
|
1297
|
+
/**
|
|
1298
|
+
* Summed weekly variability of the finished goods this item becomes.
|
|
1299
|
+
*/
|
|
1300
|
+
sigma_downstream_sum: number;
|
|
1301
|
+
/**
|
|
1302
|
+
* Pooled weekly demand variability at the constraint.
|
|
1303
|
+
*/
|
|
1304
|
+
sigma_weekly_pooled: number;
|
|
1305
|
+
/**
|
|
1306
|
+
* SKU of the item.
|
|
1307
|
+
*/
|
|
1308
|
+
sku: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1311
|
+
*/
|
|
1312
|
+
unit: CoreAPI.Entity | null;
|
|
1313
|
+
/**
|
|
1314
|
+
* Abbreviation of the unit every quantity in this policy is counted in, for
|
|
1315
|
+
* display.
|
|
1316
|
+
*
|
|
1317
|
+
* A reorder point of 2,508 is uninterpretable without it, so the two are never
|
|
1318
|
+
* meaningful apart.
|
|
1319
|
+
*/
|
|
1320
|
+
unit_abbreviation: string | null;
|
|
1321
|
+
/**
|
|
1322
|
+
* Standard cost per unit.
|
|
1323
|
+
*/
|
|
1324
|
+
unit_cost: number;
|
|
1325
|
+
/**
|
|
1326
|
+
* Last updated timestamp.
|
|
1327
|
+
*/
|
|
1328
|
+
updated_at: string;
|
|
1329
|
+
/**
|
|
1330
|
+
* Demand used for planning, per week.
|
|
1331
|
+
*/
|
|
1332
|
+
weekly_demand: number;
|
|
1333
|
+
/**
|
|
1334
|
+
* Weeks of demand the current stock covers.
|
|
1335
|
+
*/
|
|
1336
|
+
weeks_of_cover: number;
|
|
1337
|
+
}
|
|
1338
|
+
/**
|
|
1339
|
+
* One batch a release created, or would create: a single lot off one planned
|
|
1340
|
+
* campaign.
|
|
1341
|
+
*/
|
|
1342
|
+
export interface ReleaseScheduleBatch {
|
|
1343
|
+
/**
|
|
1344
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1345
|
+
*/
|
|
1346
|
+
batch: CoreAPI.Entity | null;
|
|
1347
|
+
/**
|
|
1348
|
+
* The number of the run this ticket came off, when the batch already existed.
|
|
1349
|
+
*
|
|
1350
|
+
* Present on a lot carried forward from an earlier week that the floor never
|
|
1351
|
+
* worked. The ticket is already printed and on the floor, so the release moves it
|
|
1352
|
+
* into the new run rather than issuing a replacement.
|
|
1353
|
+
*/
|
|
1354
|
+
carried_forward_from: string | null;
|
|
1355
|
+
/**
|
|
1356
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1357
|
+
*/
|
|
1358
|
+
item: CoreAPI.Entity | null;
|
|
1359
|
+
/**
|
|
1360
|
+
* Units in this lot.
|
|
1361
|
+
*
|
|
1362
|
+
* The last lot of a campaign is short when the planned quantity is not a whole
|
|
1363
|
+
* number of lots.
|
|
1364
|
+
*/
|
|
1365
|
+
quantity: number;
|
|
1366
|
+
/**
|
|
1367
|
+
* The item's SKU, as it stood when the plan was generated.
|
|
1368
|
+
*/
|
|
1369
|
+
sku: string;
|
|
1370
|
+
}
|
|
1371
|
+
/**
|
|
1372
|
+
* What releasing a week would create, with nothing written.
|
|
1373
|
+
*
|
|
1374
|
+
* A release makes a numbered production run and every batch under it, which is
|
|
1375
|
+
* real work to undo by hand, so the confirmation is driven by this rather than by
|
|
1376
|
+
* a count computed in the browser.
|
|
1377
|
+
*/
|
|
1378
|
+
export interface ReleaseScheduleWeekPreview {
|
|
1379
|
+
/**
|
|
1380
|
+
* How many batches the run would hold, created and carried forward together.
|
|
1381
|
+
*/
|
|
1382
|
+
batch_count: number;
|
|
1383
|
+
/**
|
|
1384
|
+
* Why the week cannot be released, phrased for display.
|
|
1385
|
+
*
|
|
1386
|
+
* A week is blocked when it has already been released to the floor, or when it
|
|
1387
|
+
* holds nothing to release.
|
|
1388
|
+
*/
|
|
1389
|
+
blocked_reason: string | null;
|
|
1390
|
+
/**
|
|
1391
|
+
* How many of `batch_count` would be moved off an earlier run rather than created.
|
|
1392
|
+
*/
|
|
1393
|
+
carried_forward_batch_count: number;
|
|
1394
|
+
/**
|
|
1395
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1396
|
+
*/
|
|
1397
|
+
existing_production_run: CoreAPI.Entity | null;
|
|
1398
|
+
/**
|
|
1399
|
+
* Whether the week can be released.
|
|
1400
|
+
*/
|
|
1401
|
+
is_releasable: boolean;
|
|
1402
|
+
/**
|
|
1403
|
+
* How many campaigns would be released.
|
|
1404
|
+
*/
|
|
1405
|
+
line_count: number;
|
|
1406
|
+
/**
|
|
1407
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1408
|
+
* the rest of the result set.
|
|
1409
|
+
*/
|
|
1410
|
+
lines: ListReleasedScheduleLine | null;
|
|
1411
|
+
/**
|
|
1412
|
+
* Resource type identifier.
|
|
1413
|
+
*/
|
|
1414
|
+
object: 'production_schedule_week_release_preview';
|
|
1415
|
+
/**
|
|
1416
|
+
* Total units that would be released.
|
|
1417
|
+
*/
|
|
1418
|
+
total_quantity: number;
|
|
1419
|
+
/**
|
|
1420
|
+
* Zero-based week offset from the start of the horizon.
|
|
1421
|
+
*/
|
|
1422
|
+
week_index: number;
|
|
1423
|
+
/**
|
|
1424
|
+
* First instant of the week.
|
|
1425
|
+
*/
|
|
1426
|
+
week_starts_at: string;
|
|
1427
|
+
}
|
|
1428
|
+
/**
|
|
1429
|
+
* One planned campaign and the lots it broke into.
|
|
1430
|
+
*/
|
|
1431
|
+
export interface ReleasedScheduleLine {
|
|
1432
|
+
/**
|
|
1433
|
+
* How many batches the campaign broke into.
|
|
1434
|
+
*/
|
|
1435
|
+
batch_count: number;
|
|
1436
|
+
/**
|
|
1437
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1438
|
+
* the rest of the result set.
|
|
1439
|
+
*/
|
|
1440
|
+
batches: ListReleaseScheduleBatch | null;
|
|
1441
|
+
/**
|
|
1442
|
+
* How much of `planned_quantity` is covered by tickets an earlier week already
|
|
1443
|
+
* issued.
|
|
1444
|
+
*/
|
|
1445
|
+
carried_forward_quantity: number;
|
|
1446
|
+
/**
|
|
1447
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1448
|
+
*/
|
|
1449
|
+
item: CoreAPI.Entity | null;
|
|
1450
|
+
/**
|
|
1451
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1452
|
+
*/
|
|
1453
|
+
line: CoreAPI.Entity | null;
|
|
1454
|
+
/**
|
|
1455
|
+
* Units in one lot.
|
|
1456
|
+
*/
|
|
1457
|
+
lot_units: number;
|
|
1458
|
+
/**
|
|
1459
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1460
|
+
*/
|
|
1461
|
+
machine: CoreAPI.Entity | null;
|
|
1462
|
+
/**
|
|
1463
|
+
* Total units planned for the campaign.
|
|
1464
|
+
*/
|
|
1465
|
+
planned_quantity: number;
|
|
1466
|
+
/**
|
|
1467
|
+
* The item's SKU, as it stood when the plan was generated.
|
|
1468
|
+
*/
|
|
1469
|
+
sku: string;
|
|
1470
|
+
/**
|
|
1471
|
+
* Abbreviation of the unit the quantity and the lot are counted in.
|
|
1472
|
+
*
|
|
1473
|
+
* `6 × 60` is not an instruction until it says 6 × 60 of what.
|
|
1474
|
+
*/
|
|
1475
|
+
unit: string | null;
|
|
1476
|
+
}
|
|
1477
|
+
/**
|
|
1478
|
+
* A demand override that changed a number, recorded so the plan can explain
|
|
1479
|
+
* itself.
|
|
1480
|
+
*/
|
|
1481
|
+
export interface ScheduleAppliedOverride {
|
|
1482
|
+
/**
|
|
1483
|
+
* How the override was expressed.
|
|
1484
|
+
*
|
|
1485
|
+
* - `absolute`: the override replaced the forecast for the month outright.
|
|
1486
|
+
* - `delta_units`: the override was added to the forecast.
|
|
1487
|
+
* - `delta_percent`: the override scaled the forecast.
|
|
1488
|
+
*/
|
|
1489
|
+
adjustment: 'absolute' | 'delta_units' | 'delta_percent';
|
|
1490
|
+
/**
|
|
1491
|
+
* Demand after the override.
|
|
1492
|
+
*/
|
|
1493
|
+
after: number;
|
|
1494
|
+
/**
|
|
1495
|
+
* Demand before the override.
|
|
1496
|
+
*/
|
|
1497
|
+
before: number;
|
|
1498
|
+
/**
|
|
1499
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1500
|
+
*/
|
|
1501
|
+
item: CoreAPI.Entity | null;
|
|
1502
|
+
/**
|
|
1503
|
+
* The first instant of the month the override applied to.
|
|
1504
|
+
*/
|
|
1505
|
+
month_starts_at: string;
|
|
1506
|
+
/**
|
|
1507
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1508
|
+
*/
|
|
1509
|
+
override: CoreAPI.Entity | null;
|
|
1510
|
+
/**
|
|
1511
|
+
* Why the override exists.
|
|
1512
|
+
*/
|
|
1513
|
+
reason: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other' | null;
|
|
1514
|
+
}
|
|
1515
|
+
/**
|
|
1516
|
+
* An order commitment the plan does not meet.
|
|
1517
|
+
*/
|
|
1518
|
+
export interface ScheduleAtRiskOrder {
|
|
1519
|
+
/**
|
|
1520
|
+
* Horizon week the constraint stage has to finish in for the order to ship on
|
|
1521
|
+
* time.
|
|
1522
|
+
*/
|
|
1523
|
+
due_week: number;
|
|
1524
|
+
/**
|
|
1525
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1526
|
+
*/
|
|
1527
|
+
item: CoreAPI.Entity | null;
|
|
1528
|
+
/**
|
|
1529
|
+
* Resource type identifier.
|
|
1530
|
+
*/
|
|
1531
|
+
object: 'schedule_at_risk_order';
|
|
1532
|
+
/**
|
|
1533
|
+
* Why the commitment is at risk.
|
|
1534
|
+
*
|
|
1535
|
+
* - `past_due`: production needed to start before this plan begins.
|
|
1536
|
+
* - `undated`: the order carries no ship-by commitment, so it is treated as owed
|
|
1537
|
+
* now.
|
|
1538
|
+
* - `short`: the plan projects less stock than the order needs in the week it is
|
|
1539
|
+
* needed.
|
|
1540
|
+
*/
|
|
1541
|
+
reason: 'past_due' | 'undated' | 'short';
|
|
1542
|
+
/**
|
|
1543
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1544
|
+
*/
|
|
1545
|
+
sales_order: CoreAPI.Entity | null;
|
|
1546
|
+
/**
|
|
1547
|
+
* SKU of that item.
|
|
1548
|
+
*/
|
|
1549
|
+
sku: string;
|
|
1550
|
+
/**
|
|
1551
|
+
* Outstanding quantity still owed.
|
|
1552
|
+
*/
|
|
1553
|
+
units: number;
|
|
1554
|
+
}
|
|
1555
|
+
/**
|
|
1556
|
+
* What the solver could not do, and why the plan differs from raw history.
|
|
1557
|
+
*/
|
|
1558
|
+
export interface ScheduleDiagnostics {
|
|
1559
|
+
/**
|
|
1560
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1561
|
+
* the rest of the result set.
|
|
1562
|
+
*/
|
|
1563
|
+
applied_overrides: ListScheduleAppliedOverride | null;
|
|
1564
|
+
/**
|
|
1565
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1566
|
+
* the rest of the result set.
|
|
1567
|
+
*/
|
|
1568
|
+
at_risk_orders: ListScheduleAtRiskOrder | null;
|
|
1569
|
+
/**
|
|
1570
|
+
* Average inputs a product transition introduces, measured from history.
|
|
1571
|
+
*/
|
|
1572
|
+
average_inputs_added: number;
|
|
1573
|
+
/**
|
|
1574
|
+
* Items below their reorder point that never won a slot in the horizon.
|
|
1575
|
+
*
|
|
1576
|
+
* This is the signal that the plant is short of capacity.
|
|
1577
|
+
*/
|
|
1578
|
+
capacity_starved_skus: Array<string>;
|
|
1579
|
+
/**
|
|
1580
|
+
* Minutes of changeover the model adds for each new input a product transition
|
|
1581
|
+
* introduces.
|
|
1582
|
+
*
|
|
1583
|
+
* Calibrated from measured production against `average_inputs_added`, so the
|
|
1584
|
+
* modelled changeover lands on the time the floor actually reports rather than on
|
|
1585
|
+
* a fixed allowance.
|
|
1586
|
+
*/
|
|
1587
|
+
changeover_slope_minutes: number;
|
|
1588
|
+
/**
|
|
1589
|
+
* Machines the constraint department contributed to this solve.
|
|
1590
|
+
*/
|
|
1591
|
+
constraint_machine_count: number;
|
|
1592
|
+
/**
|
|
1593
|
+
* Items whose economic lot size was reduced to fit one machine-week, meaning
|
|
1594
|
+
* shorter and more frequent campaigns.
|
|
1595
|
+
*/
|
|
1596
|
+
eoq_capped_skus: Array<string>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Number of items the merchant has excluded from planning.
|
|
1599
|
+
*/
|
|
1600
|
+
excluded_item_count: number;
|
|
1601
|
+
/**
|
|
1602
|
+
* How the second stage fared: what it could not make, and which of the two things
|
|
1603
|
+
* it ran out of.
|
|
1604
|
+
*
|
|
1605
|
+
* The two starvation lists are the point of planning in two stages at all. A
|
|
1606
|
+
* finished good held back for want of greige is a knitting problem — knit more of
|
|
1607
|
+
* it, or knit it sooner — and one held back for want of hours is a finishing
|
|
1608
|
+
* problem: another shift, or a different mix. A single "short" list would throw
|
|
1609
|
+
* that distinction away, and it is the only thing this model knows that a
|
|
1610
|
+
* one-stage plan does not.
|
|
1611
|
+
*/
|
|
1612
|
+
finishing: ScheduleFinishingDiagnostics;
|
|
1613
|
+
/**
|
|
1614
|
+
* Whether the second stage's capacity was estimated rather than counted from
|
|
1615
|
+
* machines.
|
|
1616
|
+
*/
|
|
1617
|
+
finishing_capacity_is_estimated: boolean;
|
|
1618
|
+
/**
|
|
1619
|
+
* Machines outside the constraint department that the second stage was sized from.
|
|
1620
|
+
*
|
|
1621
|
+
* Zero means its capacity was estimated from the shift pattern alone rather than
|
|
1622
|
+
* counted.
|
|
1623
|
+
*/
|
|
1624
|
+
finishing_machine_count: number;
|
|
1625
|
+
/**
|
|
1626
|
+
* Outstanding order quantity this plan owes, expressed in the constraint item's
|
|
1627
|
+
* own unit.
|
|
1628
|
+
*
|
|
1629
|
+
* Zero means nothing is on order and the plan is driven purely by the forecast.
|
|
1630
|
+
*/
|
|
1631
|
+
firm_demand_units: number;
|
|
1632
|
+
/**
|
|
1633
|
+
* Items with no measured run rate, which cannot be scheduled because their machine
|
|
1634
|
+
* time is unknown.
|
|
1635
|
+
*/
|
|
1636
|
+
items_without_run_rate: Array<string>;
|
|
1637
|
+
/**
|
|
1638
|
+
* Machines in the constraint department with no production step.
|
|
1639
|
+
*
|
|
1640
|
+
* Their campaigns derive no downstream department work.
|
|
1641
|
+
*/
|
|
1642
|
+
machines_without_step: number;
|
|
1643
|
+
/**
|
|
1644
|
+
* Planned items built only against the order book rather than to a forecast.
|
|
1645
|
+
*/
|
|
1646
|
+
make_to_order_item_count: number;
|
|
1647
|
+
/**
|
|
1648
|
+
* Batches found on those machines in the demand window.
|
|
1649
|
+
*
|
|
1650
|
+
* Zero means nothing has been scanned there, which is why a plan can be empty even
|
|
1651
|
+
* with machines configured.
|
|
1652
|
+
*/
|
|
1653
|
+
measured_batch_count: number;
|
|
1654
|
+
/**
|
|
1655
|
+
* Open orders carrying no ship-by commitment, dated at the front of the horizon
|
|
1656
|
+
* because they are issued and unshipped.
|
|
1657
|
+
*
|
|
1658
|
+
* A non-zero count means orders placed before commitments were tracked still need
|
|
1659
|
+
* a ship-by date.
|
|
1660
|
+
*/
|
|
1661
|
+
undated_firm_order_count: number;
|
|
1662
|
+
/**
|
|
1663
|
+
* Items that cannot fit even a single lot into a machine-week and are therefore
|
|
1664
|
+
* never scheduled.
|
|
1665
|
+
*/
|
|
1666
|
+
unschedulable_skus: Array<string>;
|
|
1667
|
+
}
|
|
1668
|
+
/**
|
|
1669
|
+
* How the second stage fared: what it could not make, and which of the two things
|
|
1670
|
+
* it ran out of.
|
|
1671
|
+
*
|
|
1672
|
+
* The two starvation lists are the point of planning in two stages at all. A
|
|
1673
|
+
* finished good held back for want of greige is a knitting problem — knit more of
|
|
1674
|
+
* it, or knit it sooner — and one held back for want of hours is a finishing
|
|
1675
|
+
* problem: another shift, or a different mix. A single "short" list would throw
|
|
1676
|
+
* that distinction away, and it is the only thing this model knows that a
|
|
1677
|
+
* one-stage plan does not.
|
|
1678
|
+
*/
|
|
1679
|
+
export interface ScheduleFinishingDiagnostics {
|
|
1680
|
+
/**
|
|
1681
|
+
* Finished goods that had greige and never had hours.
|
|
1682
|
+
*/
|
|
1683
|
+
capacity_starved_skus: Array<string>;
|
|
1684
|
+
/**
|
|
1685
|
+
* Finished goods that wanted building across the whole horizon and never had
|
|
1686
|
+
* greige to build from.
|
|
1687
|
+
*/
|
|
1688
|
+
greige_starved_skus: Array<string>;
|
|
1689
|
+
/**
|
|
1690
|
+
* Finished goods with no measured finishing rate, which cannot be levelled because
|
|
1691
|
+
* the hours they cost are unknown.
|
|
1692
|
+
*/
|
|
1693
|
+
items_without_run_rate: Array<string>;
|
|
1694
|
+
/**
|
|
1695
|
+
* How many finishing lines the plan holds.
|
|
1696
|
+
*/
|
|
1697
|
+
line_count: number;
|
|
1698
|
+
/**
|
|
1699
|
+
* Hours the plan asks of it, week by week.
|
|
1700
|
+
*/
|
|
1701
|
+
planned_hours_by_week: Array<number>;
|
|
1702
|
+
/**
|
|
1703
|
+
* Total finished units the stage plans across the horizon.
|
|
1704
|
+
*/
|
|
1705
|
+
total_planned_units: number;
|
|
1706
|
+
/**
|
|
1707
|
+
* Constraint output the horizon never converts into anything.
|
|
1708
|
+
*
|
|
1709
|
+
* A large figure means the two stages are planned against different demand, which
|
|
1710
|
+
* is worth looking at rather than leaving as an unexplained pile of greige.
|
|
1711
|
+
*/
|
|
1712
|
+
unused_greige_units: number;
|
|
1713
|
+
/**
|
|
1714
|
+
* Those hours as a fraction of capacity, week by week.
|
|
1715
|
+
*/
|
|
1716
|
+
utilisation_by_week: Array<number>;
|
|
1717
|
+
/**
|
|
1718
|
+
* Hours the second stage can work in one week.
|
|
1719
|
+
*/
|
|
1720
|
+
weekly_capacity_hours: number;
|
|
1721
|
+
}
|
|
1722
|
+
/**
|
|
1723
|
+
* An order this schedule does not build in time, with the campaigns covering the
|
|
1724
|
+
* part it does.
|
|
1725
|
+
*/
|
|
1726
|
+
export interface ScheduleOrderCoverage {
|
|
1727
|
+
/**
|
|
1728
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1729
|
+
* the rest of the result set.
|
|
1730
|
+
*/
|
|
1731
|
+
covering_lines: ListScheduleOrderCoverageLine | null;
|
|
1732
|
+
/**
|
|
1733
|
+
* Horizon week the constraint stage has to finish in for the order to ship on
|
|
1734
|
+
* time.
|
|
1735
|
+
*/
|
|
1736
|
+
due_week: number;
|
|
1737
|
+
/**
|
|
1738
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1739
|
+
*/
|
|
1740
|
+
item: CoreAPI.Entity | null;
|
|
1741
|
+
/**
|
|
1742
|
+
* Resource type identifier.
|
|
1743
|
+
*/
|
|
1744
|
+
object: 'schedule_order_coverage';
|
|
1745
|
+
/**
|
|
1746
|
+
* Why the commitment is at risk.
|
|
1747
|
+
*/
|
|
1748
|
+
reason: 'past_due' | 'undated' | 'short';
|
|
1749
|
+
/**
|
|
1750
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1751
|
+
*/
|
|
1752
|
+
sales_order: CoreAPI.Entity | null;
|
|
1753
|
+
/**
|
|
1754
|
+
* The date this order is contractually due to ship.
|
|
1755
|
+
*/
|
|
1756
|
+
ship_by_date: string | null;
|
|
1757
|
+
/**
|
|
1758
|
+
* SKU of that item.
|
|
1759
|
+
*/
|
|
1760
|
+
sku: string;
|
|
1761
|
+
/**
|
|
1762
|
+
* Quantity the plan does not build in time.
|
|
1763
|
+
*
|
|
1764
|
+
* Less than the whole order when the plan builds part of it — a mostly-built order
|
|
1765
|
+
* is mostly built, and reporting the full quantity would read as a total miss.
|
|
1766
|
+
*/
|
|
1767
|
+
units_at_risk: number;
|
|
1768
|
+
}
|
|
1769
|
+
/**
|
|
1770
|
+
* One campaign earmarked for an order.
|
|
1771
|
+
*/
|
|
1772
|
+
export interface ScheduleOrderCoverageLine {
|
|
1773
|
+
/**
|
|
1774
|
+
* Quantity of that campaign earmarked for this order.
|
|
1775
|
+
*/
|
|
1776
|
+
allocated_quantity: number;
|
|
1777
|
+
/**
|
|
1778
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1779
|
+
*/
|
|
1780
|
+
machine: CoreAPI.Entity | null;
|
|
1781
|
+
/**
|
|
1782
|
+
* Resource type identifier.
|
|
1783
|
+
*/
|
|
1784
|
+
object: 'schedule_order_coverage_line';
|
|
1785
|
+
/**
|
|
1786
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1787
|
+
*/
|
|
1788
|
+
production_schedule_line: CoreAPI.Entity | null;
|
|
1789
|
+
/**
|
|
1790
|
+
* Horizon week it runs in.
|
|
1791
|
+
*/
|
|
1792
|
+
week_index: number;
|
|
1793
|
+
}
|
|
1794
|
+
export interface ProductionScheduleDeleteResponse {
|
|
1795
|
+
}
|
|
1796
|
+
export interface ProductionScheduleListParams {
|
|
1797
|
+
/**
|
|
1798
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
1799
|
+
*
|
|
1800
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
1801
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
1802
|
+
* page.
|
|
1803
|
+
*/
|
|
1804
|
+
cursor?: string;
|
|
1805
|
+
/**
|
|
1806
|
+
* Maximum number of results to return in a single page.
|
|
1807
|
+
*/
|
|
1808
|
+
limit?: number;
|
|
1809
|
+
/**
|
|
1810
|
+
* Free-text search term used to filter results.
|
|
1811
|
+
*
|
|
1812
|
+
* Which fields are matched against the term varies by endpoint.
|
|
1813
|
+
*/
|
|
1814
|
+
q?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* Only return versions in these lifecycle states.
|
|
1817
|
+
*
|
|
1818
|
+
* - `draft`: still editable and committed to nothing.
|
|
1819
|
+
* - `generating`: the solver is still building the version.
|
|
1820
|
+
* - `published`: live, with its first weeks frozen as a commitment to the floor.
|
|
1821
|
+
* - `superseded`: a later version was published over the same horizon and replaced
|
|
1822
|
+
* this one.
|
|
1823
|
+
* - `archived`: retired without being replaced.
|
|
1824
|
+
* - `failed`: the solver could not produce a plan.
|
|
1825
|
+
*/
|
|
1826
|
+
statuses?: Array<'draft' | 'generating' | 'published' | 'superseded' | 'archived' | 'failed'>;
|
|
1827
|
+
}
|
|
1828
|
+
export interface ProductionScheduleCreateParams {
|
|
1829
|
+
/**
|
|
1830
|
+
* How future demand is derived, overriding the account's configured basis for this
|
|
1831
|
+
* version only.
|
|
1832
|
+
*
|
|
1833
|
+
* - `trailing_12`: demand is the trailing twelve months of orders.
|
|
1834
|
+
* - `seasonal_ema`: demand is a seasonal exponential moving average, which follows
|
|
1835
|
+
* a season arriving early or late rather than flattening it.
|
|
1836
|
+
*/
|
|
1837
|
+
demand_basis?: 'trailing_12' | 'seasonal_ema';
|
|
1838
|
+
/**
|
|
1839
|
+
* Number of weeks the plan should cover, overriding the account's configured
|
|
1840
|
+
* horizon for this version only.
|
|
1841
|
+
*/
|
|
1842
|
+
horizon_weeks?: number;
|
|
1843
|
+
/**
|
|
1844
|
+
* Human-readable label for the version, such as the week it was cut for.
|
|
1845
|
+
*
|
|
1846
|
+
* Purely for recognising the version in a list; versions are numbered
|
|
1847
|
+
* automatically and the number is what identifies them.
|
|
1848
|
+
*/
|
|
1849
|
+
name?: string;
|
|
1850
|
+
/**
|
|
1851
|
+
* The instant to plan against, which is what stock, demand history and active
|
|
1852
|
+
* demand overrides are read as of.
|
|
1853
|
+
*
|
|
1854
|
+
* Left unset, the plan is solved against the moment the request arrives. The
|
|
1855
|
+
* horizon starts on the account's configured week-start day on or before this
|
|
1856
|
+
* instant, so backdating this shifts the whole week grid.
|
|
1857
|
+
*/
|
|
1858
|
+
planning_as_of?: string;
|
|
1859
|
+
}
|
|
1860
|
+
export interface ProductionScheduleRetrieveFinishingLinesParams {
|
|
1861
|
+
/**
|
|
1862
|
+
* Only the finishing planned for this finished good.
|
|
1863
|
+
*/
|
|
1864
|
+
item_id?: string;
|
|
1865
|
+
/**
|
|
1866
|
+
* Only the finishing planned for this week, zero-based from the start of the
|
|
1867
|
+
* horizon.
|
|
1868
|
+
*/
|
|
1869
|
+
week_index?: number;
|
|
1870
|
+
}
|
|
1871
|
+
export interface ProductionScheduleRetrieveDerivedLinesParams {
|
|
1872
|
+
/**
|
|
1873
|
+
* Only return work owned by these departments.
|
|
1874
|
+
*/
|
|
1875
|
+
department_ids?: Array<string>;
|
|
1876
|
+
/**
|
|
1877
|
+
* Only return work in this horizon week, zero-based.
|
|
1878
|
+
*/
|
|
1879
|
+
week_index?: number;
|
|
1880
|
+
}
|
|
1881
|
+
export interface ProductionScheduleRetrieveDeviationsParams {
|
|
1882
|
+
/**
|
|
1883
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
1884
|
+
*
|
|
1885
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
1886
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
1887
|
+
* page.
|
|
1888
|
+
*/
|
|
1889
|
+
cursor?: string;
|
|
1890
|
+
/**
|
|
1891
|
+
* Whether the change fell inside the frozen window.
|
|
1892
|
+
*
|
|
1893
|
+
* Judged against the freeze as it stood when the change was made, not as it stands
|
|
1894
|
+
* now, so a later publish cannot reclassify history.
|
|
1895
|
+
*/
|
|
1896
|
+
frozen?: boolean;
|
|
1897
|
+
/**
|
|
1898
|
+
* Maximum number of results to return in a single page.
|
|
1899
|
+
*/
|
|
1900
|
+
limit?: number;
|
|
1901
|
+
/**
|
|
1902
|
+
* Free-text search term used to filter results.
|
|
1903
|
+
*
|
|
1904
|
+
* Which fields are matched against the term varies by endpoint.
|
|
1905
|
+
*/
|
|
1906
|
+
q?: string;
|
|
1907
|
+
}
|
|
1908
|
+
export interface ProductionScheduleRetrieveWeekReleasePreviewParams {
|
|
1909
|
+
/**
|
|
1910
|
+
* Preview the week as if every batch were newly issued.
|
|
1911
|
+
*
|
|
1912
|
+
* By default the preview counts tickets an earlier week issued and the floor never
|
|
1913
|
+
* worked against this week's campaigns, because that is what releasing would do.
|
|
1914
|
+
*/
|
|
1915
|
+
skip_carry_forward?: boolean;
|
|
1916
|
+
/**
|
|
1917
|
+
* Zero-based week offset from the start of the horizon.
|
|
1918
|
+
*/
|
|
1919
|
+
week_index?: number;
|
|
1920
|
+
}
|
|
1921
|
+
export declare namespace ProductionSchedules {
|
|
1922
|
+
export { type GenerateProductionScheduleRequest as GenerateProductionScheduleRequest, type ListProductionSchedule as ListProductionSchedule, type ListProductionScheduleDerivedLine as ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation as ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy as ListProductionScheduleFinishedPolicy, type ListProductionScheduleFinishingLine as ListProductionScheduleFinishingLine, type ListProductionScheduleItemPolicy as ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch as ListReleaseScheduleBatch, type ListReleasedScheduleLine as ListReleasedScheduleLine, type ListScheduleAppliedOverride as ListScheduleAppliedOverride, type ListScheduleAtRiskOrder as ListScheduleAtRiskOrder, type ListScheduleOrderCoverage as ListScheduleOrderCoverage, type ListScheduleOrderCoverageLine as ListScheduleOrderCoverageLine, type ProductionSchedule as ProductionSchedule, type ProductionScheduleDerivedLine as ProductionScheduleDerivedLine, type ProductionScheduleDeviation as ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy as ProductionScheduleFinishedPolicy, type ProductionScheduleFinishingLine as ProductionScheduleFinishingLine, type ProductionScheduleItemPolicy as ProductionScheduleItemPolicy, type ReleaseScheduleBatch as ReleaseScheduleBatch, type ReleaseScheduleWeekPreview as ReleaseScheduleWeekPreview, type ReleasedScheduleLine as ReleasedScheduleLine, type ScheduleAppliedOverride as ScheduleAppliedOverride, type ScheduleAtRiskOrder as ScheduleAtRiskOrder, type ScheduleDiagnostics as ScheduleDiagnostics, type ScheduleFinishingDiagnostics as ScheduleFinishingDiagnostics, type ScheduleOrderCoverage as ScheduleOrderCoverage, type ScheduleOrderCoverageLine as ScheduleOrderCoverageLine, type ProductionScheduleDeleteResponse as ProductionScheduleDeleteResponse, type ProductionScheduleListParams as ProductionScheduleListParams, type ProductionScheduleCreateParams as ProductionScheduleCreateParams, type ProductionScheduleRetrieveFinishingLinesParams as ProductionScheduleRetrieveFinishingLinesParams, type ProductionScheduleRetrieveDerivedLinesParams as ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams as ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams as ProductionScheduleRetrieveWeekReleasePreviewParams, };
|
|
1923
|
+
export { Lines as Lines, type CreateProductionScheduleLineRequest as CreateProductionScheduleLineRequest, type ListProductionScheduleLine as ListProductionScheduleLine, type ProductionScheduleLine as ProductionScheduleLine, type UpdateProductionScheduleLineRequest as UpdateProductionScheduleLineRequest, type LineDeleteResponse as LineDeleteResponse, type LineListParams as LineListParams, type LineCreateParams as LineCreateParams, type LineUpdateParams as LineUpdateParams, type LineDeleteParams as LineDeleteParams, };
|
|
1924
|
+
export { Actions as Actions, type ListScheduleCampaign as ListScheduleCampaign, type ListScheduleDiffLine as ListScheduleDiffLine, type ListSchedulePolicy as ListSchedulePolicy, type ListScheduleProjection as ListScheduleProjection, type PreviewProductionScheduleRequest as PreviewProductionScheduleRequest, type PreviewRegenerateProductionScheduleRequest as PreviewRegenerateProductionScheduleRequest, type ProductionSchedulePreview as ProductionSchedulePreview, type ProductionScheduleRegeneratePreview as ProductionScheduleRegeneratePreview, type RegenerateProductionScheduleRequest as RegenerateProductionScheduleRequest, type ReleaseProductionScheduleWeekRequest as ReleaseProductionScheduleWeekRequest, type ReleaseScheduleWeekResult as ReleaseScheduleWeekResult, type ScheduleCampaign as ScheduleCampaign, type ScheduleDiffLine as ScheduleDiffLine, type SchedulePolicy as SchedulePolicy, type ScheduleProjection as ScheduleProjection, type ActionPreviewParams as ActionPreviewParams, type ActionPreviewRegenerateParams as ActionPreviewRegenerateParams, type ActionRegenerateParams as ActionRegenerateParams, type ActionReleaseWeekParams as ActionReleaseWeekParams, };
|
|
1925
|
+
}
|
|
1926
|
+
//# sourceMappingURL=production-schedules.d.mts.map
|