@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,806 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as CoreAPI from "../../core/core.js";
|
|
3
|
+
import * as ItemsAPI from "./items.js";
|
|
4
|
+
import { ItemDeleteResponse, ItemUpdateParams, Items, ListProductionScheduleItemSetting, ProductionScheduleItemSetting, UpsertItemSettingRequest } from "./items.js";
|
|
5
|
+
import * as ResourcesAPI from "./resources.js";
|
|
6
|
+
import { ListProductionScheduleResourceSetting, ProductionScheduleResourceSetting, ResourceDeleteResponse, ResourceUpdateParams, Resources, UpsertResourceSettingRequest } from "./resources.js";
|
|
7
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
8
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
9
|
+
/**
|
|
10
|
+
* The planning assumptions production schedules are solved against, and the per-resource overrides that mark which machines constrain the plan.
|
|
11
|
+
*/
|
|
12
|
+
export declare class ProductionScheduleSettings extends APIResource {
|
|
13
|
+
resources: ResourcesAPI.Resources;
|
|
14
|
+
items: ItemsAPI.Items;
|
|
15
|
+
/**
|
|
16
|
+
* Returns the planning assumptions production schedules are solved against.
|
|
17
|
+
*
|
|
18
|
+
* The whole set is always returned. An account that has never saved settings reads
|
|
19
|
+
* back the values the solver would apply anyway, so a caller never has to know
|
|
20
|
+
* which assumptions are in play; `settings_status` says whether the values were
|
|
21
|
+
* saved on the account or are those defaults.
|
|
22
|
+
*
|
|
23
|
+
* Per-machine, per-department and per-step overrides of these assumptions are read
|
|
24
|
+
* separately.
|
|
25
|
+
*
|
|
26
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* const productionScheduleSettings =
|
|
31
|
+
* await client.operations.productionScheduleSettings.list();
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
list(options?: RequestOptions): APIPromise<ProductionScheduleSettings>;
|
|
35
|
+
/**
|
|
36
|
+
* Replaces the planning assumptions production schedules are solved against.
|
|
37
|
+
*
|
|
38
|
+
* Settings are replaced wholesale rather than patched, because they are read as
|
|
39
|
+
* one coherent set: a horizon that no longer matches the frozen window, or a
|
|
40
|
+
* capacity headroom that no longer matches the shift pattern, would produce a plan
|
|
41
|
+
* nobody intended. Send the full set on every call — a value the request leaves
|
|
42
|
+
* out is never carried over from what was stored.
|
|
43
|
+
*
|
|
44
|
+
* The set is validated together, so a frozen window longer than the horizon, a
|
|
45
|
+
* minimum changeover above the maximum, or an active cadence with no valid
|
|
46
|
+
* schedule expression is rejected as a whole.
|
|
47
|
+
*
|
|
48
|
+
* Existing schedule versions are unaffected — each one records the assumptions it
|
|
49
|
+
* was solved under, so changing settings changes future plans only.
|
|
50
|
+
*
|
|
51
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* ```ts
|
|
55
|
+
* const productionScheduleSettings =
|
|
56
|
+
* await client.operations.productionScheduleSettings.update({
|
|
57
|
+
* auto_publish_status: 'inactive',
|
|
58
|
+
* cadence_status: 'inactive',
|
|
59
|
+
* capacity_headroom_pct: 0.9,
|
|
60
|
+
* changeover_avg_minutes: 0,
|
|
61
|
+
* changeover_labor_rate: 0,
|
|
62
|
+
* changeover_max_minutes: 0,
|
|
63
|
+
* changeover_min_minutes: 0,
|
|
64
|
+
* default_constraint_lead_time_weeks: 0,
|
|
65
|
+
* default_customer_lead_time_days: 30,
|
|
66
|
+
* default_fulfillment_policy: 'make_to_stock',
|
|
67
|
+
* default_lot_units: 60,
|
|
68
|
+
* demand_basis: 'trailing_12',
|
|
69
|
+
* demand_window_months: 12,
|
|
70
|
+
* finish_lead_time_weeks: 0,
|
|
71
|
+
* forecast_history_months: 24,
|
|
72
|
+
* forecast_months: 12,
|
|
73
|
+
* forecast_z: 0,
|
|
74
|
+
* frozen_weeks: 1,
|
|
75
|
+
* generation_timezone: 'UTC',
|
|
76
|
+
* holding_rate_pct: 0,
|
|
77
|
+
* hours_per_shift: 7,
|
|
78
|
+
* max_flow_depth: 10,
|
|
79
|
+
* max_weeks_supply: 12,
|
|
80
|
+
* planning_horizon_weeks: 13,
|
|
81
|
+
* service_level_z: 0,
|
|
82
|
+
* shifts_per_day: 2,
|
|
83
|
+
* week_start_day: 1,
|
|
84
|
+
* weeks_per_year: 52,
|
|
85
|
+
* work_days_per_week: 5,
|
|
86
|
+
* });
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
update(body: ProductionScheduleSettingUpdateParams, options?: RequestOptions): APIPromise<ProductionScheduleSettings>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* The planning assumptions a production schedule is solved against.
|
|
93
|
+
*
|
|
94
|
+
* The whole set is always returned. An account that has never saved settings reads
|
|
95
|
+
* back the values the solver would apply anyway, so a caller never has to know
|
|
96
|
+
* which assumptions are in play; `settings_status` says whether the values were
|
|
97
|
+
* saved on the account or are those defaults.
|
|
98
|
+
*/
|
|
99
|
+
export interface ProductionScheduleSettings {
|
|
100
|
+
/**
|
|
101
|
+
* Whether a version produced by the cadence is published automatically.
|
|
102
|
+
*
|
|
103
|
+
* While active, a cadence run publishes as soon as it solves, committing its
|
|
104
|
+
* frozen weeks without anyone reviewing the plan. Otherwise the run leaves a draft
|
|
105
|
+
* for a planner to publish by hand. Versions generated on request are never
|
|
106
|
+
* published automatically.
|
|
107
|
+
*/
|
|
108
|
+
auto_publish_status: 'active' | 'inactive';
|
|
109
|
+
/**
|
|
110
|
+
* Whether schedules are generated automatically on a recurring cadence.
|
|
111
|
+
*
|
|
112
|
+
* While active, each due tick queues a new schedule version; a generation cron
|
|
113
|
+
* expression is required for the cadence to be saved.
|
|
114
|
+
*/
|
|
115
|
+
cadence_status: 'active' | 'inactive';
|
|
116
|
+
/**
|
|
117
|
+
* Share of machine time a plan may fill.
|
|
118
|
+
*
|
|
119
|
+
* Shifts, hours and work days give a machine's raw weekly hours; this trims them
|
|
120
|
+
* to what may actually be planned. The remainder absorbs changeovers, which are
|
|
121
|
+
* not scheduled as explicit blocks, so a value of 1 produces a plan that leaves no
|
|
122
|
+
* time to set anything up.
|
|
123
|
+
*/
|
|
124
|
+
capacity_headroom_pct: number;
|
|
125
|
+
/**
|
|
126
|
+
* Typical changeover duration.
|
|
127
|
+
*
|
|
128
|
+
* Changeover time is modelled as rising with the number of new inputs a product
|
|
129
|
+
* introduces, between the minimum and maximum below. The slope is calibrated from
|
|
130
|
+
* production history so the model reproduces this average across the transitions
|
|
131
|
+
* actually observed, which is why the value belongs at the changeover time the
|
|
132
|
+
* floor typically reports rather than at a worst case.
|
|
133
|
+
*/
|
|
134
|
+
changeover_avg_minutes: number;
|
|
135
|
+
/**
|
|
136
|
+
* Hourly labor rate charged to a changeover.
|
|
137
|
+
*
|
|
138
|
+
* This is a dedicated technician rate rather than an allocated production rate,
|
|
139
|
+
* because one person works a single machine through a changeover. Together with
|
|
140
|
+
* the typical changeover duration it prices the setup cost that decides economic
|
|
141
|
+
* campaign sizes. The constraint department's own labor rate takes precedence when
|
|
142
|
+
* it has one, leaving this as the fallback.
|
|
143
|
+
*/
|
|
144
|
+
changeover_labor_rate: number;
|
|
145
|
+
/**
|
|
146
|
+
* Longest plausible changeover, and the ceiling of the changeover model.
|
|
147
|
+
*/
|
|
148
|
+
changeover_max_minutes: number;
|
|
149
|
+
/**
|
|
150
|
+
* Shortest plausible changeover, and the floor of the changeover model.
|
|
151
|
+
*/
|
|
152
|
+
changeover_min_minutes: number;
|
|
153
|
+
/**
|
|
154
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
155
|
+
*/
|
|
156
|
+
constraint_department: CoreAPI.Entity | null;
|
|
157
|
+
/**
|
|
158
|
+
* Creation timestamp.
|
|
159
|
+
*/
|
|
160
|
+
created_at: string;
|
|
161
|
+
/**
|
|
162
|
+
* Weeks of lead time to assume at the constraint for an item with no measured
|
|
163
|
+
* history.
|
|
164
|
+
*
|
|
165
|
+
* An item's own lead time, measured from production history, is used instead
|
|
166
|
+
* whenever one can be observed.
|
|
167
|
+
*/
|
|
168
|
+
default_constraint_lead_time_weeks: number;
|
|
169
|
+
/**
|
|
170
|
+
* Calendar days between an order being issued and it being due to ship.
|
|
171
|
+
*
|
|
172
|
+
* The last resort in the ship-by chain: a lead time set on the customer, on its
|
|
173
|
+
* parent account, or on the customer's account group takes precedence. Zero means
|
|
174
|
+
* same-day shipping.
|
|
175
|
+
*/
|
|
176
|
+
default_customer_lead_time_days: number;
|
|
177
|
+
/**
|
|
178
|
+
* How a SKU is produced when neither it nor its product line says.
|
|
179
|
+
*
|
|
180
|
+
* - `make_to_stock`: built to the forecast, holding a safety stock against its
|
|
181
|
+
* variability.
|
|
182
|
+
* - `make_to_order`: built only against orders already on the book, holding no
|
|
183
|
+
* buffer.
|
|
184
|
+
*/
|
|
185
|
+
default_fulfillment_policy: 'make_to_stock' | 'make_to_order';
|
|
186
|
+
/**
|
|
187
|
+
* Units in a default production lot.
|
|
188
|
+
*
|
|
189
|
+
* The last resort in the lot-size chain: a lot set on the item, on its product
|
|
190
|
+
* line, or on the finished goods an intermediate item becomes all take precedence.
|
|
191
|
+
*/
|
|
192
|
+
default_lot_units: number;
|
|
193
|
+
/**
|
|
194
|
+
* How the demand a plan is solved against is derived from history.
|
|
195
|
+
*
|
|
196
|
+
* - `trailing_12`: the last twelve complete months of orders, spread evenly across
|
|
197
|
+
* the coming year.
|
|
198
|
+
* - `seasonal_ema`: a seasonally adjusted, exponentially smoothed projection that
|
|
199
|
+
* weights recent months more heavily. Falls back to the trailing baseline for an
|
|
200
|
+
* item with no history.
|
|
201
|
+
*
|
|
202
|
+
* Demand overrides are applied on top of whichever baseline is chosen.
|
|
203
|
+
*/
|
|
204
|
+
demand_basis: 'trailing_12' | 'seasonal_ema';
|
|
205
|
+
/**
|
|
206
|
+
* Months of production history the solver measures run rates, changeover behavior
|
|
207
|
+
* and lead times from.
|
|
208
|
+
*/
|
|
209
|
+
demand_window_months: number;
|
|
210
|
+
/**
|
|
211
|
+
* Weeks between coming off the constraint and being sellable.
|
|
212
|
+
*
|
|
213
|
+
* Added to the constraint's own lead time when reorder points are set, so a plan
|
|
214
|
+
* replenishes early enough for a decision made today to become sellable stock.
|
|
215
|
+
*/
|
|
216
|
+
finish_lead_time_weeks: number;
|
|
217
|
+
/**
|
|
218
|
+
* Months of order history the demand baseline is drawn from.
|
|
219
|
+
*/
|
|
220
|
+
forecast_history_months: number;
|
|
221
|
+
/**
|
|
222
|
+
* Months the forecast projects forward.
|
|
223
|
+
*
|
|
224
|
+
* Only applies to the `seasonal_ema` basis. A projection of anything other than
|
|
225
|
+
* twelve months is scaled to an annual rate, so the plan always reasons about a
|
|
226
|
+
* year of demand.
|
|
227
|
+
*/
|
|
228
|
+
forecast_months: number;
|
|
229
|
+
/**
|
|
230
|
+
* Z-score used for the confidence interval around the seasonal demand forecast.
|
|
231
|
+
*
|
|
232
|
+
* The plan is solved against the central forecast, so this widens or narrows that
|
|
233
|
+
* interval without changing what gets scheduled.
|
|
234
|
+
*/
|
|
235
|
+
forecast_z: number;
|
|
236
|
+
/**
|
|
237
|
+
* How many leading weeks of the horizon become a commitment when a version is
|
|
238
|
+
* published.
|
|
239
|
+
*
|
|
240
|
+
* Nothing is frozen while a version is still a draft. Once published, changing a
|
|
241
|
+
* campaign inside the frozen window requires a reason and is recorded against the
|
|
242
|
+
* plan. Cannot be longer than the planning horizon.
|
|
243
|
+
*/
|
|
244
|
+
frozen_weeks: number;
|
|
245
|
+
/**
|
|
246
|
+
* Standard cron expression driving the generation cadence.
|
|
247
|
+
*/
|
|
248
|
+
generation_cron: string | null;
|
|
249
|
+
/**
|
|
250
|
+
* Timezone the cadence is interpreted in.
|
|
251
|
+
*
|
|
252
|
+
* Decides when "every Wednesday at 6am" actually happens. A timezone the platform
|
|
253
|
+
* does not recognize falls back to UTC.
|
|
254
|
+
*/
|
|
255
|
+
generation_timezone: string;
|
|
256
|
+
/**
|
|
257
|
+
* Annual cost of holding stock, as a share of item value.
|
|
258
|
+
*
|
|
259
|
+
* Weighed against the cost of a changeover when campaigns are sized: a higher rate
|
|
260
|
+
* favors shorter, more frequent runs.
|
|
261
|
+
*/
|
|
262
|
+
holding_rate_pct: number;
|
|
263
|
+
/**
|
|
264
|
+
* Hours in a shift.
|
|
265
|
+
*/
|
|
266
|
+
hours_per_shift: number;
|
|
267
|
+
/**
|
|
268
|
+
* When the cadence last fired.
|
|
269
|
+
*
|
|
270
|
+
* Stamped when a run is queued rather than when the plan finishes solving, and the
|
|
271
|
+
* next due time is measured from it.
|
|
272
|
+
*/
|
|
273
|
+
last_generated_at: string | null;
|
|
274
|
+
/**
|
|
275
|
+
* How many steps down the production flow a constraint item is traced to the
|
|
276
|
+
* finished goods it becomes.
|
|
277
|
+
*
|
|
278
|
+
* Demand, stock and lot conventions are pooled onto the constraint item from every
|
|
279
|
+
* finished good the trace reaches, so anything further down the flow than this
|
|
280
|
+
* contributes nothing to the plan. The limit is also what stops a routing that
|
|
281
|
+
* loops back on itself from being traced forever.
|
|
282
|
+
*/
|
|
283
|
+
max_flow_depth: number;
|
|
284
|
+
/**
|
|
285
|
+
* Ceiling on how far ahead any item is built.
|
|
286
|
+
*
|
|
287
|
+
* An item is only rebuilt once its projected stock falls below the lower of its
|
|
288
|
+
* reorder point and this many weeks of demand, so a slow mover whose statistical
|
|
289
|
+
* reorder point covers months of demand is not topped up ahead of items that are
|
|
290
|
+
* actually short.
|
|
291
|
+
*/
|
|
292
|
+
max_weeks_supply: number;
|
|
293
|
+
/**
|
|
294
|
+
* Resource type identifier.
|
|
295
|
+
*/
|
|
296
|
+
object: 'production_schedule_settings';
|
|
297
|
+
/**
|
|
298
|
+
* How many weeks a generated plan covers.
|
|
299
|
+
*/
|
|
300
|
+
planning_horizon_weeks: number;
|
|
301
|
+
receive_calendar_id: string | null;
|
|
302
|
+
/**
|
|
303
|
+
* Z-score behind the safety stock targets.
|
|
304
|
+
*
|
|
305
|
+
* A higher value buys more cover against demand variability at both the constraint
|
|
306
|
+
* and the finished goods stage, at the cost of carrying more stock.
|
|
307
|
+
*/
|
|
308
|
+
service_level_z: number;
|
|
309
|
+
/**
|
|
310
|
+
* Whether the values returned were saved on the account or are the defaults
|
|
311
|
+
* applied when nothing has been saved.
|
|
312
|
+
*/
|
|
313
|
+
settings_status: 'stored' | 'default';
|
|
314
|
+
/**
|
|
315
|
+
* Shifts worked per day.
|
|
316
|
+
*/
|
|
317
|
+
shifts_per_day: number;
|
|
318
|
+
/**
|
|
319
|
+
* The account-wide operating calendars: the days the plant tenders freight, and
|
|
320
|
+
* the days a customer's dock accepts it.
|
|
321
|
+
*
|
|
322
|
+
* Behind the per-address and per-customer links and ahead of a plain
|
|
323
|
+
* Monday-to-Friday week. Null on both means every ship-by date is resolved against
|
|
324
|
+
* weekdays alone.
|
|
325
|
+
*/
|
|
326
|
+
ship_calendar_id: string | null;
|
|
327
|
+
/**
|
|
328
|
+
* Last updated timestamp.
|
|
329
|
+
*/
|
|
330
|
+
updated_at: string;
|
|
331
|
+
/**
|
|
332
|
+
* Day a planning week starts, where 0 is Sunday.
|
|
333
|
+
*/
|
|
334
|
+
week_start_day: number;
|
|
335
|
+
/**
|
|
336
|
+
* Weeks worked per year.
|
|
337
|
+
*/
|
|
338
|
+
weeks_per_year: number;
|
|
339
|
+
/**
|
|
340
|
+
* Days worked per week.
|
|
341
|
+
*/
|
|
342
|
+
work_days_per_week: number;
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* Request to replace the account's planning assumptions.
|
|
346
|
+
*/
|
|
347
|
+
export interface UpdateProductionScheduleSettingsRequest {
|
|
348
|
+
/**
|
|
349
|
+
* Whether a version produced by the cadence is published automatically.
|
|
350
|
+
*
|
|
351
|
+
* While active, a cadence run publishes as soon as it solves, committing its
|
|
352
|
+
* frozen weeks without anyone reviewing the plan. Otherwise the run leaves a draft
|
|
353
|
+
* for a planner to publish by hand. Versions generated on request are never
|
|
354
|
+
* published automatically.
|
|
355
|
+
*/
|
|
356
|
+
auto_publish_status: 'active' | 'inactive';
|
|
357
|
+
/**
|
|
358
|
+
* Whether schedules are generated automatically on a recurring cadence.
|
|
359
|
+
*
|
|
360
|
+
* While active, each due tick queues a new schedule version.
|
|
361
|
+
*/
|
|
362
|
+
cadence_status: 'active' | 'inactive';
|
|
363
|
+
/**
|
|
364
|
+
* Share of machine time a plan may fill.
|
|
365
|
+
*
|
|
366
|
+
* Shifts, hours and work days give a machine's raw weekly hours; this trims them
|
|
367
|
+
* to what may actually be planned. The remainder absorbs changeovers, which are
|
|
368
|
+
* not scheduled as explicit blocks, so a value of 1 produces a plan that leaves no
|
|
369
|
+
* time to set anything up.
|
|
370
|
+
*/
|
|
371
|
+
capacity_headroom_pct: number;
|
|
372
|
+
/**
|
|
373
|
+
* Typical changeover duration.
|
|
374
|
+
*
|
|
375
|
+
* Changeover time is modelled as rising with the number of new inputs a product
|
|
376
|
+
* introduces, between the minimum and maximum below. The slope is calibrated from
|
|
377
|
+
* production history so the model reproduces this average across the transitions
|
|
378
|
+
* actually observed; set it to the changeover time the floor typically reports
|
|
379
|
+
* rather than to a worst case.
|
|
380
|
+
*/
|
|
381
|
+
changeover_avg_minutes: number;
|
|
382
|
+
/**
|
|
383
|
+
* Hourly labor rate charged to a changeover.
|
|
384
|
+
*
|
|
385
|
+
* This should be a dedicated technician rate rather than an allocated production
|
|
386
|
+
* rate, because one person works a single machine through a changeover. The
|
|
387
|
+
* constraint department's own labor rate takes precedence when it has one, leaving
|
|
388
|
+
* this as the fallback.
|
|
389
|
+
*/
|
|
390
|
+
changeover_labor_rate: number;
|
|
391
|
+
/**
|
|
392
|
+
* Longest plausible changeover, and the ceiling of the changeover model.
|
|
393
|
+
*/
|
|
394
|
+
changeover_max_minutes: number;
|
|
395
|
+
/**
|
|
396
|
+
* Shortest plausible changeover, and the floor of the changeover model.
|
|
397
|
+
*
|
|
398
|
+
* Cannot exceed the maximum.
|
|
399
|
+
*/
|
|
400
|
+
changeover_min_minutes: number;
|
|
401
|
+
/**
|
|
402
|
+
* Weeks of lead time to assume at the constraint for an item with no measured
|
|
403
|
+
* history.
|
|
404
|
+
*
|
|
405
|
+
* An item's own lead time, measured from production history, is used instead
|
|
406
|
+
* whenever one can be observed.
|
|
407
|
+
*/
|
|
408
|
+
default_constraint_lead_time_weeks: number;
|
|
409
|
+
/**
|
|
410
|
+
* Calendar days between an order being issued and it being due to ship.
|
|
411
|
+
*
|
|
412
|
+
* The last resort in the ship-by chain: a lead time set on the customer, on its
|
|
413
|
+
* parent account, or on the customer's account group takes precedence. Zero
|
|
414
|
+
* commits the account to same-day shipping on every order that falls through to
|
|
415
|
+
* it, so this update replaces the whole settings object and omitting the field is
|
|
416
|
+
* not the same as leaving it alone.
|
|
417
|
+
*/
|
|
418
|
+
default_customer_lead_time_days: number;
|
|
419
|
+
/**
|
|
420
|
+
* How a SKU is produced when neither it nor its product line says.
|
|
421
|
+
*
|
|
422
|
+
* - `make_to_stock`: built to the forecast, holding a safety stock against its
|
|
423
|
+
* variability.
|
|
424
|
+
* - `make_to_order`: built only against orders already on the book, holding no
|
|
425
|
+
* buffer.
|
|
426
|
+
*/
|
|
427
|
+
default_fulfillment_policy: 'make_to_stock' | 'make_to_order';
|
|
428
|
+
/**
|
|
429
|
+
* Units in a default production lot.
|
|
430
|
+
*
|
|
431
|
+
* The last resort in the lot-size chain: a lot set on the item, on its product
|
|
432
|
+
* line, or on the finished goods an intermediate item becomes all take precedence.
|
|
433
|
+
*/
|
|
434
|
+
default_lot_units: number;
|
|
435
|
+
/**
|
|
436
|
+
* How the demand a plan is solved against is derived from history.
|
|
437
|
+
*
|
|
438
|
+
* - `trailing_12`: the last twelve complete months of orders, spread evenly across
|
|
439
|
+
* the coming year.
|
|
440
|
+
* - `seasonal_ema`: a seasonally adjusted, exponentially smoothed projection that
|
|
441
|
+
* weights recent months more heavily. Falls back to the trailing baseline for an
|
|
442
|
+
* item with no history.
|
|
443
|
+
*
|
|
444
|
+
* Demand overrides are applied on top of whichever baseline is chosen.
|
|
445
|
+
*/
|
|
446
|
+
demand_basis: 'trailing_12' | 'seasonal_ema';
|
|
447
|
+
/**
|
|
448
|
+
* Months of production history the solver measures run rates, changeover behavior
|
|
449
|
+
* and lead times from.
|
|
450
|
+
*/
|
|
451
|
+
demand_window_months: number;
|
|
452
|
+
/**
|
|
453
|
+
* Weeks between coming off the constraint and being sellable.
|
|
454
|
+
*/
|
|
455
|
+
finish_lead_time_weeks: number;
|
|
456
|
+
/**
|
|
457
|
+
* Months of order history the demand baseline is drawn from.
|
|
458
|
+
*/
|
|
459
|
+
forecast_history_months: number;
|
|
460
|
+
/**
|
|
461
|
+
* Months the forecast projects forward.
|
|
462
|
+
*
|
|
463
|
+
* Only applies to the `seasonal_ema` basis. A projection of anything other than
|
|
464
|
+
* twelve months is scaled to an annual rate, so the plan always reasons about a
|
|
465
|
+
* year of demand.
|
|
466
|
+
*/
|
|
467
|
+
forecast_months: number;
|
|
468
|
+
/**
|
|
469
|
+
* Z-score used for the confidence interval around the seasonal demand forecast.
|
|
470
|
+
*
|
|
471
|
+
* The plan is solved against the central forecast, so this widens or narrows that
|
|
472
|
+
* interval without changing what gets scheduled.
|
|
473
|
+
*/
|
|
474
|
+
forecast_z: number;
|
|
475
|
+
/**
|
|
476
|
+
* How many leading weeks of the horizon become a commitment when a version is
|
|
477
|
+
* published.
|
|
478
|
+
*
|
|
479
|
+
* Cannot be longer than the planning horizon. Once a version is published,
|
|
480
|
+
* changing a campaign inside the frozen window requires a reason and is recorded
|
|
481
|
+
* against the plan.
|
|
482
|
+
*/
|
|
483
|
+
frozen_weeks: number;
|
|
484
|
+
/**
|
|
485
|
+
* Timezone the cadence is interpreted in.
|
|
486
|
+
*
|
|
487
|
+
* Decides when "every Wednesday at 6am" actually happens. A timezone the platform
|
|
488
|
+
* does not recognize falls back to UTC.
|
|
489
|
+
*/
|
|
490
|
+
generation_timezone: string;
|
|
491
|
+
/**
|
|
492
|
+
* Annual cost of holding stock, as a share of item value.
|
|
493
|
+
*
|
|
494
|
+
* Weighed against the cost of a changeover when campaigns are sized: a higher rate
|
|
495
|
+
* favors shorter, more frequent runs.
|
|
496
|
+
*/
|
|
497
|
+
holding_rate_pct: number;
|
|
498
|
+
/**
|
|
499
|
+
* Hours in a shift.
|
|
500
|
+
*/
|
|
501
|
+
hours_per_shift: number;
|
|
502
|
+
/**
|
|
503
|
+
* How many steps down the production flow a constraint item is traced to the
|
|
504
|
+
* finished goods it becomes.
|
|
505
|
+
*
|
|
506
|
+
* Demand, stock and lot conventions are pooled onto the constraint item from every
|
|
507
|
+
* finished good the trace reaches, so anything further down the flow than this
|
|
508
|
+
* contributes nothing to the plan. The limit is also what stops a routing that
|
|
509
|
+
* loops back on itself from being traced forever.
|
|
510
|
+
*/
|
|
511
|
+
max_flow_depth: number;
|
|
512
|
+
/**
|
|
513
|
+
* Ceiling on how far ahead any item is built.
|
|
514
|
+
*
|
|
515
|
+
* An item is only rebuilt once its projected stock falls below the lower of its
|
|
516
|
+
* reorder point and this many weeks of demand, so a slow mover whose statistical
|
|
517
|
+
* reorder point covers months of demand is not topped up ahead of items that are
|
|
518
|
+
* actually short.
|
|
519
|
+
*/
|
|
520
|
+
max_weeks_supply: number;
|
|
521
|
+
/**
|
|
522
|
+
* How many weeks a generated plan covers.
|
|
523
|
+
*/
|
|
524
|
+
planning_horizon_weeks: number;
|
|
525
|
+
/**
|
|
526
|
+
* Z-score for service level safety stock targets.
|
|
527
|
+
*/
|
|
528
|
+
service_level_z: number;
|
|
529
|
+
/**
|
|
530
|
+
* Shifts worked per day.
|
|
531
|
+
*/
|
|
532
|
+
shifts_per_day: number;
|
|
533
|
+
/**
|
|
534
|
+
* Day a planning week starts, where 0 is Sunday.
|
|
535
|
+
*/
|
|
536
|
+
week_start_day: number;
|
|
537
|
+
/**
|
|
538
|
+
* Weeks worked per year.
|
|
539
|
+
*/
|
|
540
|
+
weeks_per_year: number;
|
|
541
|
+
/**
|
|
542
|
+
* Days worked per week.
|
|
543
|
+
*/
|
|
544
|
+
work_days_per_week: number;
|
|
545
|
+
/**
|
|
546
|
+
* ID of the department that sets the pace of the factory, and the one campaigns
|
|
547
|
+
* are planned onto.
|
|
548
|
+
*
|
|
549
|
+
* Every machine in the department is planned, and the work of downstream
|
|
550
|
+
* departments is derived from what those machines are scheduled to run. Sending
|
|
551
|
+
* null, or leaving the field out of a request that otherwise replaces the
|
|
552
|
+
* settings, both leave the account with no constraint department — and generation
|
|
553
|
+
* is refused until one is chosen again.
|
|
554
|
+
*/
|
|
555
|
+
constraint_department_id?: string | null;
|
|
556
|
+
/**
|
|
557
|
+
* Standard cron expression driving the generation cadence.
|
|
558
|
+
*
|
|
559
|
+
* Must be present and parse as a standard cron expression whenever the cadence is
|
|
560
|
+
* active, otherwise the whole update is rejected.
|
|
561
|
+
*/
|
|
562
|
+
generation_cron?: string | null;
|
|
563
|
+
receive_calendar_id?: string | null;
|
|
564
|
+
/**
|
|
565
|
+
* The operating calendar naming the days this account's plant tenders freight, and
|
|
566
|
+
* the one naming the days a customer's dock accepts it.
|
|
567
|
+
*
|
|
568
|
+
* These are the account-wide fallbacks: an address or a customer with its own
|
|
569
|
+
* calendar overrides them, and an account with neither set falls back to a
|
|
570
|
+
* Monday-to-Friday week with no closures.
|
|
571
|
+
*/
|
|
572
|
+
ship_calendar_id?: string | null;
|
|
573
|
+
}
|
|
574
|
+
export interface ProductionScheduleSettingUpdateParams {
|
|
575
|
+
/**
|
|
576
|
+
* Whether a version produced by the cadence is published automatically.
|
|
577
|
+
*
|
|
578
|
+
* While active, a cadence run publishes as soon as it solves, committing its
|
|
579
|
+
* frozen weeks without anyone reviewing the plan. Otherwise the run leaves a draft
|
|
580
|
+
* for a planner to publish by hand. Versions generated on request are never
|
|
581
|
+
* published automatically.
|
|
582
|
+
*/
|
|
583
|
+
auto_publish_status: 'active' | 'inactive';
|
|
584
|
+
/**
|
|
585
|
+
* Whether schedules are generated automatically on a recurring cadence.
|
|
586
|
+
*
|
|
587
|
+
* While active, each due tick queues a new schedule version.
|
|
588
|
+
*/
|
|
589
|
+
cadence_status: 'active' | 'inactive';
|
|
590
|
+
/**
|
|
591
|
+
* Share of machine time a plan may fill.
|
|
592
|
+
*
|
|
593
|
+
* Shifts, hours and work days give a machine's raw weekly hours; this trims them
|
|
594
|
+
* to what may actually be planned. The remainder absorbs changeovers, which are
|
|
595
|
+
* not scheduled as explicit blocks, so a value of 1 produces a plan that leaves no
|
|
596
|
+
* time to set anything up.
|
|
597
|
+
*/
|
|
598
|
+
capacity_headroom_pct: number;
|
|
599
|
+
/**
|
|
600
|
+
* Typical changeover duration.
|
|
601
|
+
*
|
|
602
|
+
* Changeover time is modelled as rising with the number of new inputs a product
|
|
603
|
+
* introduces, between the minimum and maximum below. The slope is calibrated from
|
|
604
|
+
* production history so the model reproduces this average across the transitions
|
|
605
|
+
* actually observed; set it to the changeover time the floor typically reports
|
|
606
|
+
* rather than to a worst case.
|
|
607
|
+
*/
|
|
608
|
+
changeover_avg_minutes: number;
|
|
609
|
+
/**
|
|
610
|
+
* Hourly labor rate charged to a changeover.
|
|
611
|
+
*
|
|
612
|
+
* This should be a dedicated technician rate rather than an allocated production
|
|
613
|
+
* rate, because one person works a single machine through a changeover. The
|
|
614
|
+
* constraint department's own labor rate takes precedence when it has one, leaving
|
|
615
|
+
* this as the fallback.
|
|
616
|
+
*/
|
|
617
|
+
changeover_labor_rate: number;
|
|
618
|
+
/**
|
|
619
|
+
* Longest plausible changeover, and the ceiling of the changeover model.
|
|
620
|
+
*/
|
|
621
|
+
changeover_max_minutes: number;
|
|
622
|
+
/**
|
|
623
|
+
* Shortest plausible changeover, and the floor of the changeover model.
|
|
624
|
+
*
|
|
625
|
+
* Cannot exceed the maximum.
|
|
626
|
+
*/
|
|
627
|
+
changeover_min_minutes: number;
|
|
628
|
+
/**
|
|
629
|
+
* Weeks of lead time to assume at the constraint for an item with no measured
|
|
630
|
+
* history.
|
|
631
|
+
*
|
|
632
|
+
* An item's own lead time, measured from production history, is used instead
|
|
633
|
+
* whenever one can be observed.
|
|
634
|
+
*/
|
|
635
|
+
default_constraint_lead_time_weeks: number;
|
|
636
|
+
/**
|
|
637
|
+
* Calendar days between an order being issued and it being due to ship.
|
|
638
|
+
*
|
|
639
|
+
* The last resort in the ship-by chain: a lead time set on the customer, on its
|
|
640
|
+
* parent account, or on the customer's account group takes precedence. Zero
|
|
641
|
+
* commits the account to same-day shipping on every order that falls through to
|
|
642
|
+
* it, so this update replaces the whole settings object and omitting the field is
|
|
643
|
+
* not the same as leaving it alone.
|
|
644
|
+
*/
|
|
645
|
+
default_customer_lead_time_days: number;
|
|
646
|
+
/**
|
|
647
|
+
* How a SKU is produced when neither it nor its product line says.
|
|
648
|
+
*
|
|
649
|
+
* - `make_to_stock`: built to the forecast, holding a safety stock against its
|
|
650
|
+
* variability.
|
|
651
|
+
* - `make_to_order`: built only against orders already on the book, holding no
|
|
652
|
+
* buffer.
|
|
653
|
+
*/
|
|
654
|
+
default_fulfillment_policy: 'make_to_stock' | 'make_to_order';
|
|
655
|
+
/**
|
|
656
|
+
* Units in a default production lot.
|
|
657
|
+
*
|
|
658
|
+
* The last resort in the lot-size chain: a lot set on the item, on its product
|
|
659
|
+
* line, or on the finished goods an intermediate item becomes all take precedence.
|
|
660
|
+
*/
|
|
661
|
+
default_lot_units: number;
|
|
662
|
+
/**
|
|
663
|
+
* How the demand a plan is solved against is derived from history.
|
|
664
|
+
*
|
|
665
|
+
* - `trailing_12`: the last twelve complete months of orders, spread evenly across
|
|
666
|
+
* the coming year.
|
|
667
|
+
* - `seasonal_ema`: a seasonally adjusted, exponentially smoothed projection that
|
|
668
|
+
* weights recent months more heavily. Falls back to the trailing baseline for an
|
|
669
|
+
* item with no history.
|
|
670
|
+
*
|
|
671
|
+
* Demand overrides are applied on top of whichever baseline is chosen.
|
|
672
|
+
*/
|
|
673
|
+
demand_basis: 'trailing_12' | 'seasonal_ema';
|
|
674
|
+
/**
|
|
675
|
+
* Months of production history the solver measures run rates, changeover behavior
|
|
676
|
+
* and lead times from.
|
|
677
|
+
*/
|
|
678
|
+
demand_window_months: number;
|
|
679
|
+
/**
|
|
680
|
+
* Weeks between coming off the constraint and being sellable.
|
|
681
|
+
*/
|
|
682
|
+
finish_lead_time_weeks: number;
|
|
683
|
+
/**
|
|
684
|
+
* Months of order history the demand baseline is drawn from.
|
|
685
|
+
*/
|
|
686
|
+
forecast_history_months: number;
|
|
687
|
+
/**
|
|
688
|
+
* Months the forecast projects forward.
|
|
689
|
+
*
|
|
690
|
+
* Only applies to the `seasonal_ema` basis. A projection of anything other than
|
|
691
|
+
* twelve months is scaled to an annual rate, so the plan always reasons about a
|
|
692
|
+
* year of demand.
|
|
693
|
+
*/
|
|
694
|
+
forecast_months: number;
|
|
695
|
+
/**
|
|
696
|
+
* Z-score used for the confidence interval around the seasonal demand forecast.
|
|
697
|
+
*
|
|
698
|
+
* The plan is solved against the central forecast, so this widens or narrows that
|
|
699
|
+
* interval without changing what gets scheduled.
|
|
700
|
+
*/
|
|
701
|
+
forecast_z: number;
|
|
702
|
+
/**
|
|
703
|
+
* How many leading weeks of the horizon become a commitment when a version is
|
|
704
|
+
* published.
|
|
705
|
+
*
|
|
706
|
+
* Cannot be longer than the planning horizon. Once a version is published,
|
|
707
|
+
* changing a campaign inside the frozen window requires a reason and is recorded
|
|
708
|
+
* against the plan.
|
|
709
|
+
*/
|
|
710
|
+
frozen_weeks: number;
|
|
711
|
+
/**
|
|
712
|
+
* Timezone the cadence is interpreted in.
|
|
713
|
+
*
|
|
714
|
+
* Decides when "every Wednesday at 6am" actually happens. A timezone the platform
|
|
715
|
+
* does not recognize falls back to UTC.
|
|
716
|
+
*/
|
|
717
|
+
generation_timezone: string;
|
|
718
|
+
/**
|
|
719
|
+
* Annual cost of holding stock, as a share of item value.
|
|
720
|
+
*
|
|
721
|
+
* Weighed against the cost of a changeover when campaigns are sized: a higher rate
|
|
722
|
+
* favors shorter, more frequent runs.
|
|
723
|
+
*/
|
|
724
|
+
holding_rate_pct: number;
|
|
725
|
+
/**
|
|
726
|
+
* Hours in a shift.
|
|
727
|
+
*/
|
|
728
|
+
hours_per_shift: number;
|
|
729
|
+
/**
|
|
730
|
+
* How many steps down the production flow a constraint item is traced to the
|
|
731
|
+
* finished goods it becomes.
|
|
732
|
+
*
|
|
733
|
+
* Demand, stock and lot conventions are pooled onto the constraint item from every
|
|
734
|
+
* finished good the trace reaches, so anything further down the flow than this
|
|
735
|
+
* contributes nothing to the plan. The limit is also what stops a routing that
|
|
736
|
+
* loops back on itself from being traced forever.
|
|
737
|
+
*/
|
|
738
|
+
max_flow_depth: number;
|
|
739
|
+
/**
|
|
740
|
+
* Ceiling on how far ahead any item is built.
|
|
741
|
+
*
|
|
742
|
+
* An item is only rebuilt once its projected stock falls below the lower of its
|
|
743
|
+
* reorder point and this many weeks of demand, so a slow mover whose statistical
|
|
744
|
+
* reorder point covers months of demand is not topped up ahead of items that are
|
|
745
|
+
* actually short.
|
|
746
|
+
*/
|
|
747
|
+
max_weeks_supply: number;
|
|
748
|
+
/**
|
|
749
|
+
* How many weeks a generated plan covers.
|
|
750
|
+
*/
|
|
751
|
+
planning_horizon_weeks: number;
|
|
752
|
+
/**
|
|
753
|
+
* Z-score for service level safety stock targets.
|
|
754
|
+
*/
|
|
755
|
+
service_level_z: number;
|
|
756
|
+
/**
|
|
757
|
+
* Shifts worked per day.
|
|
758
|
+
*/
|
|
759
|
+
shifts_per_day: number;
|
|
760
|
+
/**
|
|
761
|
+
* Day a planning week starts, where 0 is Sunday.
|
|
762
|
+
*/
|
|
763
|
+
week_start_day: number;
|
|
764
|
+
/**
|
|
765
|
+
* Weeks worked per year.
|
|
766
|
+
*/
|
|
767
|
+
weeks_per_year: number;
|
|
768
|
+
/**
|
|
769
|
+
* Days worked per week.
|
|
770
|
+
*/
|
|
771
|
+
work_days_per_week: number;
|
|
772
|
+
/**
|
|
773
|
+
* ID of the department that sets the pace of the factory, and the one campaigns
|
|
774
|
+
* are planned onto.
|
|
775
|
+
*
|
|
776
|
+
* Every machine in the department is planned, and the work of downstream
|
|
777
|
+
* departments is derived from what those machines are scheduled to run. Sending
|
|
778
|
+
* null, or leaving the field out of a request that otherwise replaces the
|
|
779
|
+
* settings, both leave the account with no constraint department — and generation
|
|
780
|
+
* is refused until one is chosen again.
|
|
781
|
+
*/
|
|
782
|
+
constraint_department_id?: string | null;
|
|
783
|
+
/**
|
|
784
|
+
* Standard cron expression driving the generation cadence.
|
|
785
|
+
*
|
|
786
|
+
* Must be present and parse as a standard cron expression whenever the cadence is
|
|
787
|
+
* active, otherwise the whole update is rejected.
|
|
788
|
+
*/
|
|
789
|
+
generation_cron?: string | null;
|
|
790
|
+
receive_calendar_id?: string | null;
|
|
791
|
+
/**
|
|
792
|
+
* The operating calendar naming the days this account's plant tenders freight, and
|
|
793
|
+
* the one naming the days a customer's dock accepts it.
|
|
794
|
+
*
|
|
795
|
+
* These are the account-wide fallbacks: an address or a customer with its own
|
|
796
|
+
* calendar overrides them, and an account with neither set falls back to a
|
|
797
|
+
* Monday-to-Friday week with no closures.
|
|
798
|
+
*/
|
|
799
|
+
ship_calendar_id?: string | null;
|
|
800
|
+
}
|
|
801
|
+
export declare namespace ProductionScheduleSettings {
|
|
802
|
+
export { type ProductionScheduleSettings as ProductionScheduleSettings, type UpdateProductionScheduleSettingsRequest as UpdateProductionScheduleSettingsRequest, type ProductionScheduleSettingUpdateParams as ProductionScheduleSettingUpdateParams, };
|
|
803
|
+
export { Resources as Resources, type ListProductionScheduleResourceSetting as ListProductionScheduleResourceSetting, type ProductionScheduleResourceSetting as ProductionScheduleResourceSetting, type UpsertResourceSettingRequest as UpsertResourceSettingRequest, type ResourceDeleteResponse as ResourceDeleteResponse, type ResourceUpdateParams as ResourceUpdateParams, };
|
|
804
|
+
export { Items as Items, type ListProductionScheduleItemSetting as ListProductionScheduleItemSetting, type ProductionScheduleItemSetting as ProductionScheduleItemSetting, type UpsertItemSettingRequest as UpsertItemSettingRequest, type ItemDeleteResponse as ItemDeleteResponse, type ItemUpdateParams as ItemUpdateParams, };
|
|
805
|
+
}
|
|
806
|
+
//# sourceMappingURL=production-schedule-settings.d.ts.map
|