@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,1428 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as CoreAPI from './core';
|
|
5
|
+
import * as APIKeysAPI from '../auth/api-keys/api-keys';
|
|
6
|
+
import { APIPromise } from '../../core/api-promise';
|
|
7
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Analyze sales, orders, manufacturing, materials, and other business metrics.
|
|
11
|
+
*/
|
|
12
|
+
export class Analytics extends APIResource {
|
|
13
|
+
/**
|
|
14
|
+
* Returns Overall Equipment Effectiveness (OEE) metrics by department.
|
|
15
|
+
*
|
|
16
|
+
* Availability is measured from logged machine downtime rather than inferred, so
|
|
17
|
+
* it requires both `planned_time` for the department and downtime events in the
|
|
18
|
+
* period. Departments with `has_downtime_data` false have no availability
|
|
19
|
+
* measurement, and their ratios are returned as null rather than as 100%.
|
|
20
|
+
*
|
|
21
|
+
* This endpoint requires the permission: `machine_downtime:read`.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const analyzeOeeResponse =
|
|
26
|
+
* await client.core.analytics.updateOee({
|
|
27
|
+
* ends_at: '2026-05-10T00:23:00Z',
|
|
28
|
+
* starts_at: '2026-05-10T00:00:00Z',
|
|
29
|
+
* department_ids: ['dp_m0jayebxnkos'],
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
updateOee(body: AnalyticsUpdateOeeParams, options?: RequestOptions): APIPromise<AnalyzeOeeResponse> {
|
|
34
|
+
return this._client.put('/v1/core/analytics/oee', { body, ...options });
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Returns Overall Equipment Effectiveness (OEE) by production week.
|
|
39
|
+
*
|
|
40
|
+
* Each period carries the same four terms `/v1/core/analytics/oee` reports for a
|
|
41
|
+
* single window, rolled up across departments and weighted by seconds rather than
|
|
42
|
+
* averaged, so a department that ran for an hour does not weigh as heavily as one
|
|
43
|
+
* that ran all week. Weeks start on Monday, and the first and last period of a
|
|
44
|
+
* window are clipped to the window itself.
|
|
45
|
+
*
|
|
46
|
+
* Only departments with scheduled time take part: a department with no machines
|
|
47
|
+
* has no availability, so counting its output in quality would leave the three
|
|
48
|
+
* terms describing different plants. Compare two windows by calling this twice.
|
|
49
|
+
*
|
|
50
|
+
* This endpoint requires the permission: `machine_downtime:read`.
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* ```ts
|
|
54
|
+
* const analyzeOeeTrendResponse =
|
|
55
|
+
* await client.core.analytics.updateOeeTrend({
|
|
56
|
+
* ends_at: '2026-05-10T00:23:00Z',
|
|
57
|
+
* starts_at: '2026-05-10T00:00:00Z',
|
|
58
|
+
* department_ids: ['dp_m0jayebxnkos'],
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
updateOeeTrend(
|
|
63
|
+
body: AnalyticsUpdateOeeTrendParams,
|
|
64
|
+
options?: RequestOptions,
|
|
65
|
+
): APIPromise<AnalyzeOeeTrendResponse> {
|
|
66
|
+
return this._client.put('/v1/core/analytics/oee-trend', { body, ...options });
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Returns actual production measured against the plan that was live at the time.
|
|
71
|
+
*
|
|
72
|
+
* The baseline for each week is the schedule version published on or before that
|
|
73
|
+
* week began, so republishing mid-horizon cannot rewrite a week the floor has
|
|
74
|
+
* already worked. `baseline_schedules` names the versions used.
|
|
75
|
+
*
|
|
76
|
+
* Two ratios are returned because either alone misleads: `attainment_pct` caps
|
|
77
|
+
* each campaign at what was asked for, so over-building one SKU cannot hide a miss
|
|
78
|
+
* on another, while `output_ratio_pct` is uncapped and is what reveals
|
|
79
|
+
* over-production. Production with no matching planned campaign is reported as
|
|
80
|
+
* `unplanned_quantity` rather than discarded — that number is the clearest signal
|
|
81
|
+
* a schedule is being worked around.
|
|
82
|
+
*
|
|
83
|
+
* Every ratio is null rather than zero when nothing was planned, and
|
|
84
|
+
* `has_baseline` is false when nothing was ever published over the period.
|
|
85
|
+
*
|
|
86
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* const analyzeScheduleAttainmentResponse =
|
|
91
|
+
* await client.core.analytics.updateScheduleAttainment({
|
|
92
|
+
* ends_at: '2026-05-10T00:23:00Z',
|
|
93
|
+
* starts_at: '2026-05-10T00:00:00Z',
|
|
94
|
+
* group_by: 'week',
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
updateScheduleAttainment(
|
|
99
|
+
body: AnalyticsUpdateScheduleAttainmentParams,
|
|
100
|
+
options?: RequestOptions,
|
|
101
|
+
): APIPromise<AnalyzeScheduleAttainmentResponse> {
|
|
102
|
+
return this._client.put('/v1/core/analytics/schedule-attainment', { body, ...options });
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Returns how reliably promised delivery dates were met.
|
|
107
|
+
*
|
|
108
|
+
* Orders are counted in the period their promise came due, not the period they
|
|
109
|
+
* shipped — an order promised in March and shipped in May is March's miss. On time
|
|
110
|
+
* means the first shipment left on or before the promised date, because the
|
|
111
|
+
* promise is that the order starts moving by then; judging on the last shipment
|
|
112
|
+
* would fail an order the customer received on time in two boxes. On time in full
|
|
113
|
+
* adds that the whole ordered quantity was packed.
|
|
114
|
+
*
|
|
115
|
+
* The denominator is orders that were due, not orders that shipped, so an order
|
|
116
|
+
* past its date and still unshipped counts against the rate rather than being held
|
|
117
|
+
* back until it moves. Excluding open orders would let a plant with a growing late
|
|
118
|
+
* backlog report perfect delivery.
|
|
119
|
+
*
|
|
120
|
+
* Only orders carrying a ship-by commitment participate. An order with no
|
|
121
|
+
* commitment cannot be late, and counting it as on time would inflate the rate
|
|
122
|
+
* with orders nobody promised anything about — `uncommitted_order_count` says how
|
|
123
|
+
* many were excluded, so the gap is visible rather than silent.
|
|
124
|
+
*
|
|
125
|
+
* Every rate is null rather than zero when nothing was due, and average lateness
|
|
126
|
+
* is measured over late orders only.
|
|
127
|
+
*
|
|
128
|
+
* The same window is also returned sliced by customer, customer group, product
|
|
129
|
+
* line, and the rule each ship-by date came from — each ordered worst-first, and
|
|
130
|
+
* each derived from the same set of orders as the headline so a drilldown always
|
|
131
|
+
* adds up to it. `by_product_line` is the one exception to that: an order spanning
|
|
132
|
+
* two lines is counted under both, because a late order is late for every line on
|
|
133
|
+
* it.
|
|
134
|
+
*
|
|
135
|
+
* Every filter is empty-means-all and they combine with AND. They narrow
|
|
136
|
+
* `uncommitted_order_count` too, so the excluded count always describes the same
|
|
137
|
+
* slice of the order book the rates do.
|
|
138
|
+
*
|
|
139
|
+
* This endpoint requires the permission: `sales_orders:read`.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* ```ts
|
|
143
|
+
* const analyzeDeliveryPerformanceResponse =
|
|
144
|
+
* await client.core.analytics.updateDeliveryPerformance({
|
|
145
|
+
* ends_at: '2026-05-10T00:23:00Z',
|
|
146
|
+
* starts_at: '2026-05-10T00:00:00Z',
|
|
147
|
+
* granularity: 'week',
|
|
148
|
+
* });
|
|
149
|
+
* ```
|
|
150
|
+
*/
|
|
151
|
+
updateDeliveryPerformance(
|
|
152
|
+
body: AnalyticsUpdateDeliveryPerformanceParams,
|
|
153
|
+
options?: RequestOptions,
|
|
154
|
+
): APIPromise<AnalyzeDeliveryPerformanceResponse> {
|
|
155
|
+
return this._client.put('/v1/core/analytics/delivery-performance', { body, ...options });
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* AnalyzeDeliveryPerformanceRequest is the request to measure promises against
|
|
161
|
+
* shipments.
|
|
162
|
+
*/
|
|
163
|
+
export interface AnalyzeDeliveryPerformanceRequest {
|
|
164
|
+
/**
|
|
165
|
+
* The end date for the analysis period.
|
|
166
|
+
*/
|
|
167
|
+
ends_at: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* The start date for the analysis period.
|
|
171
|
+
*/
|
|
172
|
+
starts_at: string;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Only measure orders whose customer sits in these groups.
|
|
176
|
+
*/
|
|
177
|
+
customer_group_ids?: Array<string>;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Only measure orders bought by these customers. Their child accounts are
|
|
181
|
+
* included, matching how the sales analytics resolve a customer.
|
|
182
|
+
*/
|
|
183
|
+
customer_ids?: Array<string>;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* The period to break the results down by. Defaults to `week`.
|
|
187
|
+
*/
|
|
188
|
+
granularity?: 'day' | 'week' | 'month';
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Only measure orders containing at least one line in these product lines.
|
|
192
|
+
*/
|
|
193
|
+
product_line_ids?: Array<string>;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Only measure orders owned by these sales reps.
|
|
197
|
+
*/
|
|
198
|
+
sales_rep_ids?: Array<string>;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* How reliably promised delivery dates were met.
|
|
203
|
+
*/
|
|
204
|
+
export interface AnalyzeDeliveryPerformanceResponse {
|
|
205
|
+
/**
|
|
206
|
+
* A single page of resources, together with the metadata needed to page through
|
|
207
|
+
* the rest of the result set.
|
|
208
|
+
*/
|
|
209
|
+
backlog: ListDeliveryBacklogBucket | null;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* A single page of resources, together with the metadata needed to page through
|
|
213
|
+
* the rest of the result set.
|
|
214
|
+
*/
|
|
215
|
+
by_commitment_source: ListDeliveryBreakdown | null;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* A single page of resources, together with the metadata needed to page through
|
|
219
|
+
* the rest of the result set.
|
|
220
|
+
*/
|
|
221
|
+
by_customer: ListDeliveryBreakdown | null;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* A single page of resources, together with the metadata needed to page through
|
|
225
|
+
* the rest of the result set.
|
|
226
|
+
*/
|
|
227
|
+
by_customer_group: ListDeliveryBreakdown | null;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* A single page of resources, together with the metadata needed to page through
|
|
231
|
+
* the rest of the result set.
|
|
232
|
+
*/
|
|
233
|
+
by_product_line: ListDeliveryBreakdown | null;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* A single page of resources, together with the metadata needed to page through
|
|
237
|
+
* the rest of the result set.
|
|
238
|
+
*/
|
|
239
|
+
lateness: ListDeliveryLatenessBucket | null;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Resource type identifier.
|
|
243
|
+
*/
|
|
244
|
+
object: 'analyze_delivery_performance_response';
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Delivery reliability for one period, or for a whole window.
|
|
248
|
+
*/
|
|
249
|
+
overall: DeliveryPerformance | null;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* A single page of resources, together with the metadata needed to page through
|
|
253
|
+
* the rest of the result set.
|
|
254
|
+
*/
|
|
255
|
+
periods: ListDeliveryPerformance | null;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Issued orders in the window carrying no ship-by date, excluded from every rate
|
|
259
|
+
* above.
|
|
260
|
+
*
|
|
261
|
+
* Reported so the exclusion is visible: a delivery score computed over half the
|
|
262
|
+
* order book, silently, is worse than one that says which half. A non-zero count
|
|
263
|
+
* here means orders placed before commitments were tracked still need a ship-by
|
|
264
|
+
* date.
|
|
265
|
+
*/
|
|
266
|
+
uncommitted_order_count: number;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* AnalyzeOeeRequest is the request to analyze Overall Equipment Effectiveness
|
|
271
|
+
* (OEE).
|
|
272
|
+
*/
|
|
273
|
+
export interface AnalyzeOeeRequest {
|
|
274
|
+
/**
|
|
275
|
+
* The end date for the analysis period.
|
|
276
|
+
*/
|
|
277
|
+
ends_at: string;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* The start date for the analysis period.
|
|
281
|
+
*/
|
|
282
|
+
starts_at: string;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Optional department IDs to filter by.
|
|
286
|
+
*/
|
|
287
|
+
department_ids?: Array<string>;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Scheduled production time per department for the period. Availability,
|
|
291
|
+
* performance and OEE are only returned for departments this covers.
|
|
292
|
+
*/
|
|
293
|
+
planned_time?: Array<OeeDepartmentPlannedTime>;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* AnalyzeOeeResponse represents the response from the analyze OEE endpoint.
|
|
298
|
+
*/
|
|
299
|
+
export interface AnalyzeOeeResponse {
|
|
300
|
+
/**
|
|
301
|
+
* A single page of resources, together with the metadata needed to page through
|
|
302
|
+
* the rest of the result set.
|
|
303
|
+
*/
|
|
304
|
+
departments: ListOeeDepartment | null;
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Resource type identifier.
|
|
308
|
+
*/
|
|
309
|
+
object: 'analyze_oee_response';
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* AnalyzeOeeTrendRequest is the request to analyze Overall Equipment Effectiveness
|
|
314
|
+
* (OEE) over time.
|
|
315
|
+
*/
|
|
316
|
+
export interface AnalyzeOeeTrendRequest {
|
|
317
|
+
/**
|
|
318
|
+
* The end date for the analysis period.
|
|
319
|
+
*/
|
|
320
|
+
ends_at: string;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* The start date for the analysis period.
|
|
324
|
+
*/
|
|
325
|
+
starts_at: string;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Restrict the analysis to these departments.
|
|
329
|
+
*/
|
|
330
|
+
department_ids?: Array<string>;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* AnalyzeOeeTrendResponse represents the response from the OEE trend endpoint.
|
|
335
|
+
*/
|
|
336
|
+
export interface AnalyzeOeeTrendResponse {
|
|
337
|
+
/**
|
|
338
|
+
* Resource type identifier.
|
|
339
|
+
*/
|
|
340
|
+
object: 'analyze_oee_trend_response';
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* A single page of resources, together with the metadata needed to page through
|
|
344
|
+
* the rest of the result set.
|
|
345
|
+
*/
|
|
346
|
+
periods: ListOeeTrendPeriod | null;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* AnalyzeScheduleAttainmentRequest is the request to measure production against
|
|
351
|
+
* plan.
|
|
352
|
+
*/
|
|
353
|
+
export interface AnalyzeScheduleAttainmentRequest {
|
|
354
|
+
/**
|
|
355
|
+
* The end date for the analysis period.
|
|
356
|
+
*/
|
|
357
|
+
ends_at: string;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* The start date for the analysis period.
|
|
361
|
+
*/
|
|
362
|
+
starts_at: string;
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* Only measure production in these departments.
|
|
366
|
+
*/
|
|
367
|
+
department_ids?: Array<string>;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* The dimension to break the results down by. Defaults to `week`.
|
|
371
|
+
*/
|
|
372
|
+
group_by?: 'week' | 'machine' | 'department' | 'item';
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* Only measure production on these machines.
|
|
376
|
+
*/
|
|
377
|
+
machine_ids?: Array<string>;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Actual production measured against the plan that was live at the time.
|
|
382
|
+
*
|
|
383
|
+
* The baseline for each week is the version that was published on or before that
|
|
384
|
+
* week began, so republishing mid-horizon cannot rewrite a week the floor has
|
|
385
|
+
* already worked. `baseline_schedules` names the versions used, so any number here
|
|
386
|
+
* can be traced back to the plan that produced it.
|
|
387
|
+
*/
|
|
388
|
+
export interface AnalyzeScheduleAttainmentResponse {
|
|
389
|
+
/**
|
|
390
|
+
* A single page of resources, together with the metadata needed to page through
|
|
391
|
+
* the rest of the result set.
|
|
392
|
+
*/
|
|
393
|
+
baseline_schedules: CoreAPI.ListEntity | null;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Whether the period had a plan to measure against. When `no_baseline`, every
|
|
397
|
+
* ratio is null and the period has no plan rather than a missed one.
|
|
398
|
+
*/
|
|
399
|
+
baseline_status: 'measured' | 'no_baseline';
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* A single page of resources, together with the metadata needed to page through
|
|
403
|
+
* the rest of the result set.
|
|
404
|
+
*/
|
|
405
|
+
buckets: ListAttainmentBucket | null;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* End of the measured period.
|
|
409
|
+
*/
|
|
410
|
+
ends_at: string;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* A single page of resources, together with the metadata needed to page through
|
|
414
|
+
* the rest of the result set.
|
|
415
|
+
*/
|
|
416
|
+
frozen_adherence: ListFrozenAdherence | null;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* The dimension the breakdown is grouped by.
|
|
420
|
+
*/
|
|
421
|
+
group_by: 'week' | 'machine' | 'department' | 'item';
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Resource type identifier.
|
|
425
|
+
*/
|
|
426
|
+
object: 'analyze_schedule_attainment_response';
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Machines the plan asked for over this window.
|
|
430
|
+
*
|
|
431
|
+
* Every figure in this response covers those machines only. Production scanned
|
|
432
|
+
* onto a machine no published version scheduled is excluded outright, so the score
|
|
433
|
+
* measures the plan that was made rather than the whole plant against it.
|
|
434
|
+
*/
|
|
435
|
+
scheduled_machine_count: number;
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* Start of the measured period.
|
|
439
|
+
*/
|
|
440
|
+
starts_at: string;
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* One row of a schedule-attainment breakdown.
|
|
444
|
+
*
|
|
445
|
+
* Both ratios are reported because either alone misleads. `attainment_pct` caps
|
|
446
|
+
* each SKU at what was asked for, so over-building one easy item cannot paper over
|
|
447
|
+
* a total miss on another; `output_ratio_pct` does not cap, so it is the only one
|
|
448
|
+
* that reveals over-production.
|
|
449
|
+
*/
|
|
450
|
+
totals: AttainmentBucket;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* One row of a schedule-attainment breakdown.
|
|
455
|
+
*
|
|
456
|
+
* Both ratios are reported because either alone misleads. `attainment_pct` caps
|
|
457
|
+
* each SKU at what was asked for, so over-building one easy item cannot paper over
|
|
458
|
+
* a total miss on another; `output_ratio_pct` does not cap, so it is the only one
|
|
459
|
+
* that reveals over-production.
|
|
460
|
+
*/
|
|
461
|
+
export interface AttainmentBucket {
|
|
462
|
+
/**
|
|
463
|
+
* Units actually produced.
|
|
464
|
+
*/
|
|
465
|
+
actual_quantity: number;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* Share of the plan that was met. Null when nothing was planned.
|
|
469
|
+
*/
|
|
470
|
+
attainment_pct: number | null;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Batches scanned in this bucket.
|
|
474
|
+
*/
|
|
475
|
+
batch_count: number;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Identifies the bucket within the chosen grouping — a week start, machine ID,
|
|
479
|
+
* department ID or item ID.
|
|
480
|
+
*/
|
|
481
|
+
key: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* Display label for the bucket.
|
|
485
|
+
*/
|
|
486
|
+
label: string;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* Units produced that were planned for, capped per campaign at what was asked.
|
|
490
|
+
*/
|
|
491
|
+
matched_quantity: number;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Output as a share of plan, uncapped. Null when nothing was planned.
|
|
495
|
+
*/
|
|
496
|
+
output_ratio_pct: number | null;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* Planned campaigns in this bucket.
|
|
500
|
+
*/
|
|
501
|
+
planned_lines: number;
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* Units the live plan called for.
|
|
505
|
+
*/
|
|
506
|
+
planned_quantity: number;
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Machine hours the plan called for.
|
|
510
|
+
*/
|
|
511
|
+
planned_run_hours: number;
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* Units produced with no matching planned campaign.
|
|
515
|
+
*/
|
|
516
|
+
unplanned_quantity: number;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* Units scrapped.
|
|
520
|
+
*/
|
|
521
|
+
waste_quantity: number;
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* First day of the week, when grouping by week.
|
|
525
|
+
*/
|
|
526
|
+
week_starts_at: string | null;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* One age band of orders past their promise and still unshipped.
|
|
531
|
+
*/
|
|
532
|
+
export interface DeliveryBacklogBucket {
|
|
533
|
+
/**
|
|
534
|
+
* Name of the band.
|
|
535
|
+
*/
|
|
536
|
+
label: string;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Upper bound in days late; `0` means unbounded.
|
|
540
|
+
*/
|
|
541
|
+
max_days_late: number;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Lower bound of the band in days late.
|
|
545
|
+
*/
|
|
546
|
+
min_days_late: number;
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* Resource type identifier.
|
|
550
|
+
*/
|
|
551
|
+
object: 'delivery_backlog_bucket';
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Orders in the band.
|
|
555
|
+
*/
|
|
556
|
+
order_count: number;
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* Quantity still owed across them, which is what remains unpacked rather than what
|
|
560
|
+
* was ordered.
|
|
561
|
+
*/
|
|
562
|
+
units: number;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Delivery performance for one slice of the order book.
|
|
567
|
+
*/
|
|
568
|
+
export interface DeliveryBreakdown {
|
|
569
|
+
/**
|
|
570
|
+
* Identifier of the slice — a customer, customer group, product line, or
|
|
571
|
+
* commitment source. Empty when the dimension is unset on the orders in it.
|
|
572
|
+
*/
|
|
573
|
+
key: string;
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* Display name for the slice.
|
|
577
|
+
*/
|
|
578
|
+
label: string;
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Resource type identifier.
|
|
582
|
+
*/
|
|
583
|
+
object: 'delivery_breakdown';
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* Delivery reliability for one period, or for a whole window.
|
|
587
|
+
*/
|
|
588
|
+
performance: DeliveryPerformance | null;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* One band of how far the window's misses missed by.
|
|
593
|
+
*/
|
|
594
|
+
export interface DeliveryLatenessBucket {
|
|
595
|
+
/**
|
|
596
|
+
* Name of the band.
|
|
597
|
+
*/
|
|
598
|
+
label: string;
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* Upper bound in days late; `0` means unbounded.
|
|
602
|
+
*/
|
|
603
|
+
max_days_late: number;
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* Lower bound of the band in days late.
|
|
607
|
+
*/
|
|
608
|
+
min_days_late: number;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Resource type identifier.
|
|
612
|
+
*/
|
|
613
|
+
object: 'delivery_lateness_bucket';
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* Orders in the band, shipped and unshipped.
|
|
617
|
+
*/
|
|
618
|
+
order_count: number;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* How many of them have since shipped. The remainder are still owed, and are the
|
|
622
|
+
* same orders `backlog` counts.
|
|
623
|
+
*/
|
|
624
|
+
shipped_count: number;
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* Quantity still unpacked across the band's orders.
|
|
628
|
+
*/
|
|
629
|
+
units: number;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* Delivery reliability for one period, or for a whole window.
|
|
634
|
+
*/
|
|
635
|
+
export interface DeliveryPerformance {
|
|
636
|
+
/**
|
|
637
|
+
* Average lead time these orders were promised.
|
|
638
|
+
*
|
|
639
|
+
* The gap between this and `average_lead_time_days` is what a lead time is
|
|
640
|
+
* renegotiated on.
|
|
641
|
+
*/
|
|
642
|
+
average_committed_lead_time_days: number | null;
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* Average days late, over late orders only.
|
|
646
|
+
*
|
|
647
|
+
* Averaging over every order would dilute a real problem into a number that looks
|
|
648
|
+
* fine.
|
|
649
|
+
*/
|
|
650
|
+
average_days_late: number | null;
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* Average days from issue to first shipment, over orders that have shipped.
|
|
654
|
+
*/
|
|
655
|
+
average_lead_time_days: number | null;
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* Orders whose promised ship date fell in this period.
|
|
659
|
+
*
|
|
660
|
+
* This is the denominator for both rates below — orders that were due, not orders
|
|
661
|
+
* that shipped. Measuring against shipments only would let unshipped late orders
|
|
662
|
+
* disappear from the score.
|
|
663
|
+
*/
|
|
664
|
+
committed_order_count: number;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* How many shipped late, plus those already past their date and still unshipped.
|
|
668
|
+
*/
|
|
669
|
+
late_order_count: number;
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* How many due in this period have not shipped at all.
|
|
673
|
+
*
|
|
674
|
+
* These count against on-time: a promise not yet met is not a promise kept.
|
|
675
|
+
*/
|
|
676
|
+
not_yet_shipped_count: number;
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* Resource type identifier.
|
|
680
|
+
*/
|
|
681
|
+
object: 'delivery_performance';
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* How many shipped on time and complete.
|
|
685
|
+
*/
|
|
686
|
+
on_time_in_full_count: number;
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* Share of due orders that shipped on time and complete, as a percentage.
|
|
690
|
+
*/
|
|
691
|
+
on_time_in_full_pct: number | null;
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* How many shipped on or before the promised date.
|
|
695
|
+
*/
|
|
696
|
+
on_time_order_count: number;
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* Share of due orders that shipped on time, as a percentage.
|
|
700
|
+
*
|
|
701
|
+
* Null rather than zero when nothing was due, so a quiet week does not render as
|
|
702
|
+
* total failure.
|
|
703
|
+
*/
|
|
704
|
+
on_time_pct: number | null;
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* First day of the period; absent on the overall figure.
|
|
708
|
+
*/
|
|
709
|
+
period_start: string | null;
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* How many of them have shipped at all.
|
|
713
|
+
*/
|
|
714
|
+
shipped_order_count: number;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* How well a published commitment survived the week it covered.
|
|
719
|
+
*/
|
|
720
|
+
export interface FrozenAdherence {
|
|
721
|
+
/**
|
|
722
|
+
* Total absolute unit change across frozen-week deviations.
|
|
723
|
+
*/
|
|
724
|
+
abs_delta_units: number;
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* Campaigns added into the frozen window after publish.
|
|
728
|
+
*/
|
|
729
|
+
added_lines: number;
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* Frozen campaigns that were changed after publish.
|
|
733
|
+
*/
|
|
734
|
+
deviated_lines: number;
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* Campaigns frozen at publish.
|
|
738
|
+
*/
|
|
739
|
+
frozen_line_count: number;
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* Units frozen at publish.
|
|
743
|
+
*/
|
|
744
|
+
frozen_planned_quantity: number;
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* Last day of the frozen window.
|
|
748
|
+
*/
|
|
749
|
+
frozen_through_at: string | null;
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* Share of frozen campaigns that survived untouched. Null when nothing was frozen.
|
|
753
|
+
*/
|
|
754
|
+
line_adherence_pct: number | null;
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* Campaigns the floor ran inside the frozen window that the frozen plan never
|
|
758
|
+
* called for, counted per machine-week-SKU.
|
|
759
|
+
*
|
|
760
|
+
* Working around a commitment breaks it as surely as editing it does, so this
|
|
761
|
+
* scores alongside the hand edits rather than beside them.
|
|
762
|
+
*/
|
|
763
|
+
off_plan_lines: number;
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* Units behind those off-plan campaigns.
|
|
767
|
+
*/
|
|
768
|
+
off_plan_quantity: number;
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
772
|
+
*/
|
|
773
|
+
schedule: CoreAPI.Entity | null;
|
|
774
|
+
|
|
775
|
+
/**
|
|
776
|
+
* Share of frozen units that survived untouched. Null when nothing was frozen.
|
|
777
|
+
*/
|
|
778
|
+
units_adherence_pct: number | null;
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* Version number of that schedule.
|
|
782
|
+
*/
|
|
783
|
+
version: number;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* A single page of resources, together with the metadata needed to page through
|
|
788
|
+
* the rest of the result set.
|
|
789
|
+
*/
|
|
790
|
+
export interface ListAttainmentBucket {
|
|
791
|
+
/**
|
|
792
|
+
* Resources in this page.
|
|
793
|
+
*/
|
|
794
|
+
data: Array<AttainmentBucket>;
|
|
795
|
+
|
|
796
|
+
/**
|
|
797
|
+
* Resource type identifier.
|
|
798
|
+
*/
|
|
799
|
+
object: 'list';
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
803
|
+
* how to move to the adjacent pages.
|
|
804
|
+
*
|
|
805
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
806
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
807
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
808
|
+
* search term, and page size.
|
|
809
|
+
*/
|
|
810
|
+
page_info: APIKeysAPI.PageInfo;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* A single page of resources, together with the metadata needed to page through
|
|
815
|
+
* the rest of the result set.
|
|
816
|
+
*/
|
|
817
|
+
export interface ListDeliveryBacklogBucket {
|
|
818
|
+
/**
|
|
819
|
+
* Resources in this page.
|
|
820
|
+
*/
|
|
821
|
+
data: Array<DeliveryBacklogBucket>;
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* Resource type identifier.
|
|
825
|
+
*/
|
|
826
|
+
object: 'list';
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
830
|
+
* how to move to the adjacent pages.
|
|
831
|
+
*
|
|
832
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
833
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
834
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
835
|
+
* search term, and page size.
|
|
836
|
+
*/
|
|
837
|
+
page_info: APIKeysAPI.PageInfo;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* A single page of resources, together with the metadata needed to page through
|
|
842
|
+
* the rest of the result set.
|
|
843
|
+
*/
|
|
844
|
+
export interface ListDeliveryBreakdown {
|
|
845
|
+
/**
|
|
846
|
+
* Resources in this page.
|
|
847
|
+
*/
|
|
848
|
+
data: Array<DeliveryBreakdown>;
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Resource type identifier.
|
|
852
|
+
*/
|
|
853
|
+
object: 'list';
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
857
|
+
* how to move to the adjacent pages.
|
|
858
|
+
*
|
|
859
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
860
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
861
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
862
|
+
* search term, and page size.
|
|
863
|
+
*/
|
|
864
|
+
page_info: APIKeysAPI.PageInfo;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* A single page of resources, together with the metadata needed to page through
|
|
869
|
+
* the rest of the result set.
|
|
870
|
+
*/
|
|
871
|
+
export interface ListDeliveryLatenessBucket {
|
|
872
|
+
/**
|
|
873
|
+
* Resources in this page.
|
|
874
|
+
*/
|
|
875
|
+
data: Array<DeliveryLatenessBucket>;
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* Resource type identifier.
|
|
879
|
+
*/
|
|
880
|
+
object: 'list';
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
884
|
+
* how to move to the adjacent pages.
|
|
885
|
+
*
|
|
886
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
887
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
888
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
889
|
+
* search term, and page size.
|
|
890
|
+
*/
|
|
891
|
+
page_info: APIKeysAPI.PageInfo;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* A single page of resources, together with the metadata needed to page through
|
|
896
|
+
* the rest of the result set.
|
|
897
|
+
*/
|
|
898
|
+
export interface ListDeliveryPerformance {
|
|
899
|
+
/**
|
|
900
|
+
* Resources in this page.
|
|
901
|
+
*/
|
|
902
|
+
data: Array<DeliveryPerformance>;
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* Resource type identifier.
|
|
906
|
+
*/
|
|
907
|
+
object: 'list';
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
911
|
+
* how to move to the adjacent pages.
|
|
912
|
+
*
|
|
913
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
914
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
915
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
916
|
+
* search term, and page size.
|
|
917
|
+
*/
|
|
918
|
+
page_info: APIKeysAPI.PageInfo;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* A single page of resources, together with the metadata needed to page through
|
|
923
|
+
* the rest of the result set.
|
|
924
|
+
*/
|
|
925
|
+
export interface ListFrozenAdherence {
|
|
926
|
+
/**
|
|
927
|
+
* Resources in this page.
|
|
928
|
+
*/
|
|
929
|
+
data: Array<FrozenAdherence>;
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* Resource type identifier.
|
|
933
|
+
*/
|
|
934
|
+
object: 'list';
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
938
|
+
* how to move to the adjacent pages.
|
|
939
|
+
*
|
|
940
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
941
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
942
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
943
|
+
* search term, and page size.
|
|
944
|
+
*/
|
|
945
|
+
page_info: APIKeysAPI.PageInfo;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* A single page of resources, together with the metadata needed to page through
|
|
950
|
+
* the rest of the result set.
|
|
951
|
+
*/
|
|
952
|
+
export interface ListOeeDepartment {
|
|
953
|
+
/**
|
|
954
|
+
* Resources in this page.
|
|
955
|
+
*/
|
|
956
|
+
data: Array<OeeDepartment>;
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* Resource type identifier.
|
|
960
|
+
*/
|
|
961
|
+
object: 'list';
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
965
|
+
* how to move to the adjacent pages.
|
|
966
|
+
*
|
|
967
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
968
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
969
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
970
|
+
* search term, and page size.
|
|
971
|
+
*/
|
|
972
|
+
page_info: APIKeysAPI.PageInfo;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/**
|
|
976
|
+
* A single page of resources, together with the metadata needed to page through
|
|
977
|
+
* the rest of the result set.
|
|
978
|
+
*/
|
|
979
|
+
export interface ListOeeDowntimeReason {
|
|
980
|
+
/**
|
|
981
|
+
* Resources in this page.
|
|
982
|
+
*/
|
|
983
|
+
data: Array<OeeDowntimeReason>;
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* Resource type identifier.
|
|
987
|
+
*/
|
|
988
|
+
object: 'list';
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
992
|
+
* how to move to the adjacent pages.
|
|
993
|
+
*
|
|
994
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
995
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
996
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
997
|
+
* search term, and page size.
|
|
998
|
+
*/
|
|
999
|
+
page_info: APIKeysAPI.PageInfo;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
/**
|
|
1003
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1004
|
+
* the rest of the result set.
|
|
1005
|
+
*/
|
|
1006
|
+
export interface ListOeeTrendPeriod {
|
|
1007
|
+
/**
|
|
1008
|
+
* Resources in this page.
|
|
1009
|
+
*/
|
|
1010
|
+
data: Array<OeeTrendPeriod>;
|
|
1011
|
+
|
|
1012
|
+
/**
|
|
1013
|
+
* Resource type identifier.
|
|
1014
|
+
*/
|
|
1015
|
+
object: 'list';
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
1019
|
+
* how to move to the adjacent pages.
|
|
1020
|
+
*
|
|
1021
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
1022
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
1023
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
1024
|
+
* search term, and page size.
|
|
1025
|
+
*/
|
|
1026
|
+
page_info: APIKeysAPI.PageInfo;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* OeeDepartment represents OEE metrics for a single department.
|
|
1031
|
+
*/
|
|
1032
|
+
export interface OeeDepartment {
|
|
1033
|
+
/**
|
|
1034
|
+
* Data-quality warnings for this grouping. Empty when the numbers can be taken at
|
|
1035
|
+
* face value.
|
|
1036
|
+
*/
|
|
1037
|
+
anomalies: Array<'performance_above_capacity'>;
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* Logged downtime charged against availability, in seconds.
|
|
1041
|
+
*/
|
|
1042
|
+
availability_loss_seconds: number;
|
|
1043
|
+
|
|
1044
|
+
/**
|
|
1045
|
+
* Run time divided by scheduled time.
|
|
1046
|
+
*/
|
|
1047
|
+
availability_pct: number | null;
|
|
1048
|
+
|
|
1049
|
+
/**
|
|
1050
|
+
* Time spent changing over between products, in seconds.
|
|
1051
|
+
*/
|
|
1052
|
+
changeover_seconds: number;
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
1056
|
+
*/
|
|
1057
|
+
department: CoreAPI.Entity | null;
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* A single page of resources, together with the metadata needed to page through
|
|
1061
|
+
* the rest of the result set.
|
|
1062
|
+
*/
|
|
1063
|
+
downtime_breakdown: ListOeeDowntimeReason | null;
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* Number of downtime events logged in the period.
|
|
1067
|
+
*/
|
|
1068
|
+
downtime_event_count: number;
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* The estimated runtime in hours.
|
|
1072
|
+
*/
|
|
1073
|
+
estimated_runtime_hours: number;
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* The number of good units produced.
|
|
1077
|
+
*/
|
|
1078
|
+
good_units: number;
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Whether availability was measured from logged downtime or estimated from
|
|
1082
|
+
* runtime. A department with no logged downtime computes as perfectly available,
|
|
1083
|
+
* so an estimate is labelled rather than presented as a measurement.
|
|
1084
|
+
*/
|
|
1085
|
+
measurement_status: 'measured' | 'estimated';
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* Time nobody planned to run, removed from the OEE denominator rather than counted
|
|
1089
|
+
* as a loss.
|
|
1090
|
+
*/
|
|
1091
|
+
not_scheduled_seconds: number;
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* Availability multiplied by performance multiplied by quality.
|
|
1095
|
+
*/
|
|
1096
|
+
oee_pct: number | null;
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* Logged downtime charged against performance, in seconds.
|
|
1100
|
+
*/
|
|
1101
|
+
performance_loss_seconds: number;
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* Standard seconds earned divided by run time: how fast the department ran against
|
|
1105
|
+
* the designed speed of its production steps.
|
|
1106
|
+
*/
|
|
1107
|
+
performance_pct: number | null;
|
|
1108
|
+
|
|
1109
|
+
/**
|
|
1110
|
+
* Logged downtime charged against quality, in seconds.
|
|
1111
|
+
*/
|
|
1112
|
+
quality_loss_seconds: number;
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* Good units divided by total units produced.
|
|
1116
|
+
*/
|
|
1117
|
+
quality_pct: number | null;
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Scheduled time net of availability losses, in seconds.
|
|
1121
|
+
*/
|
|
1122
|
+
run_time_seconds: number;
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* Planned time net of not-scheduled downtime, in seconds.
|
|
1126
|
+
*/
|
|
1127
|
+
scheduled_seconds: number;
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* The number of seconds units.
|
|
1131
|
+
*/
|
|
1132
|
+
seconds_units: number;
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* The time this output should have taken at each production step's own labor rate:
|
|
1136
|
+
* ideal cycle time multiplied by the units produced. This is the numerator of
|
|
1137
|
+
* Performance.
|
|
1138
|
+
*/
|
|
1139
|
+
standard_seconds_earned: number;
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* The number of waste units.
|
|
1143
|
+
*/
|
|
1144
|
+
waste_units: number;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* OeeDepartmentPlannedTime supplies the scheduled production time for one
|
|
1149
|
+
* department.
|
|
1150
|
+
*/
|
|
1151
|
+
export interface OeeDepartmentPlannedTime {
|
|
1152
|
+
/**
|
|
1153
|
+
* The department ID.
|
|
1154
|
+
*/
|
|
1155
|
+
department_id: string;
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* Scheduled production hours for the period.
|
|
1159
|
+
*/
|
|
1160
|
+
planned_hours: number;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* OeeDowntimeReason represents one reason's contribution to a department's
|
|
1165
|
+
* downtime.
|
|
1166
|
+
*/
|
|
1167
|
+
export interface OeeDowntimeReason {
|
|
1168
|
+
/**
|
|
1169
|
+
* Downtime attributed to this reason, in seconds.
|
|
1170
|
+
*/
|
|
1171
|
+
downtime_seconds: number;
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* Number of events logged against this reason.
|
|
1175
|
+
*/
|
|
1176
|
+
event_count: number;
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* Which OEE term this reason charges.
|
|
1180
|
+
*/
|
|
1181
|
+
oee_bucket: 'availability' | 'performance' | 'quality' | 'not_scheduled';
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Why the machine stopped.
|
|
1185
|
+
*/
|
|
1186
|
+
reason:
|
|
1187
|
+
| 'breakdown'
|
|
1188
|
+
| 'changeover'
|
|
1189
|
+
| 'material_shortage'
|
|
1190
|
+
| 'no_operator'
|
|
1191
|
+
| 'planned_maintenance'
|
|
1192
|
+
| 'minor_stop'
|
|
1193
|
+
| 'quality_hold'
|
|
1194
|
+
| 'no_schedule';
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* OeeTrendPeriod represents one production week of OEE, rolled up across the
|
|
1199
|
+
* departments that had scheduled time in it. Departments with no scheduled time
|
|
1200
|
+
* have no OEE and take no part in the roll-up, so their output is not counted here
|
|
1201
|
+
* either.
|
|
1202
|
+
*/
|
|
1203
|
+
export interface OeeTrendPeriod {
|
|
1204
|
+
/**
|
|
1205
|
+
* Logged downtime charged against availability, in seconds.
|
|
1206
|
+
*/
|
|
1207
|
+
availability_loss_seconds: number;
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* Run time divided by scheduled time.
|
|
1211
|
+
*/
|
|
1212
|
+
availability_pct: number | null;
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* Number of downtime events overlapping this period.
|
|
1216
|
+
*/
|
|
1217
|
+
downtime_event_count: number;
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* The instant this period ends, exclusive.
|
|
1221
|
+
*/
|
|
1222
|
+
ends_at: string;
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* The number of good units produced.
|
|
1226
|
+
*/
|
|
1227
|
+
good_units: number;
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* Whether availability was measured from logged downtime or estimated from
|
|
1231
|
+
* runtime.
|
|
1232
|
+
*/
|
|
1233
|
+
measurement_status: 'measured' | 'estimated';
|
|
1234
|
+
|
|
1235
|
+
/**
|
|
1236
|
+
* Time nobody planned to run, removed from the denominator rather than counted as
|
|
1237
|
+
* a loss.
|
|
1238
|
+
*/
|
|
1239
|
+
not_scheduled_seconds: number;
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* Availability multiplied by performance multiplied by quality.
|
|
1243
|
+
*/
|
|
1244
|
+
oee_pct: number | null;
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* Standard seconds earned divided by run time.
|
|
1248
|
+
*/
|
|
1249
|
+
performance_pct: number | null;
|
|
1250
|
+
|
|
1251
|
+
/**
|
|
1252
|
+
* Good units divided by total units produced.
|
|
1253
|
+
*/
|
|
1254
|
+
quality_pct: number | null;
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Scheduled time net of availability losses, in seconds.
|
|
1258
|
+
*/
|
|
1259
|
+
run_time_seconds: number;
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* Planned time net of not-scheduled downtime, in seconds.
|
|
1263
|
+
*/
|
|
1264
|
+
scheduled_seconds: number;
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* The number of seconds units.
|
|
1268
|
+
*/
|
|
1269
|
+
seconds_units: number;
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* The time this output should have taken at each production step's own labor rate:
|
|
1273
|
+
* ideal cycle time multiplied by the units produced.
|
|
1274
|
+
*/
|
|
1275
|
+
standard_seconds_earned: number;
|
|
1276
|
+
|
|
1277
|
+
/**
|
|
1278
|
+
* The first instant this period covers. Weeks start on Monday; the first and last
|
|
1279
|
+
* periods of a window are clipped to the window itself.
|
|
1280
|
+
*/
|
|
1281
|
+
starts_at: string;
|
|
1282
|
+
|
|
1283
|
+
/**
|
|
1284
|
+
* The number of waste units.
|
|
1285
|
+
*/
|
|
1286
|
+
waste_units: number;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export interface AnalyticsUpdateOeeParams {
|
|
1290
|
+
/**
|
|
1291
|
+
* The end date for the analysis period.
|
|
1292
|
+
*/
|
|
1293
|
+
ends_at: string;
|
|
1294
|
+
|
|
1295
|
+
/**
|
|
1296
|
+
* The start date for the analysis period.
|
|
1297
|
+
*/
|
|
1298
|
+
starts_at: string;
|
|
1299
|
+
|
|
1300
|
+
/**
|
|
1301
|
+
* Optional department IDs to filter by.
|
|
1302
|
+
*/
|
|
1303
|
+
department_ids?: Array<string>;
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* Scheduled production time per department for the period. Availability,
|
|
1307
|
+
* performance and OEE are only returned for departments this covers.
|
|
1308
|
+
*/
|
|
1309
|
+
planned_time?: Array<OeeDepartmentPlannedTime>;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
export interface AnalyticsUpdateOeeTrendParams {
|
|
1313
|
+
/**
|
|
1314
|
+
* The end date for the analysis period.
|
|
1315
|
+
*/
|
|
1316
|
+
ends_at: string;
|
|
1317
|
+
|
|
1318
|
+
/**
|
|
1319
|
+
* The start date for the analysis period.
|
|
1320
|
+
*/
|
|
1321
|
+
starts_at: string;
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* Restrict the analysis to these departments.
|
|
1325
|
+
*/
|
|
1326
|
+
department_ids?: Array<string>;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export interface AnalyticsUpdateScheduleAttainmentParams {
|
|
1330
|
+
/**
|
|
1331
|
+
* The end date for the analysis period.
|
|
1332
|
+
*/
|
|
1333
|
+
ends_at: string;
|
|
1334
|
+
|
|
1335
|
+
/**
|
|
1336
|
+
* The start date for the analysis period.
|
|
1337
|
+
*/
|
|
1338
|
+
starts_at: string;
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
* Only measure production in these departments.
|
|
1342
|
+
*/
|
|
1343
|
+
department_ids?: Array<string>;
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* The dimension to break the results down by. Defaults to `week`.
|
|
1347
|
+
*/
|
|
1348
|
+
group_by?: 'week' | 'machine' | 'department' | 'item';
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* Only measure production on these machines.
|
|
1352
|
+
*/
|
|
1353
|
+
machine_ids?: Array<string>;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export interface AnalyticsUpdateDeliveryPerformanceParams {
|
|
1357
|
+
/**
|
|
1358
|
+
* The end date for the analysis period.
|
|
1359
|
+
*/
|
|
1360
|
+
ends_at: string;
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* The start date for the analysis period.
|
|
1364
|
+
*/
|
|
1365
|
+
starts_at: string;
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* Only measure orders whose customer sits in these groups.
|
|
1369
|
+
*/
|
|
1370
|
+
customer_group_ids?: Array<string>;
|
|
1371
|
+
|
|
1372
|
+
/**
|
|
1373
|
+
* Only measure orders bought by these customers. Their child accounts are
|
|
1374
|
+
* included, matching how the sales analytics resolve a customer.
|
|
1375
|
+
*/
|
|
1376
|
+
customer_ids?: Array<string>;
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* The period to break the results down by. Defaults to `week`.
|
|
1380
|
+
*/
|
|
1381
|
+
granularity?: 'day' | 'week' | 'month';
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* Only measure orders containing at least one line in these product lines.
|
|
1385
|
+
*/
|
|
1386
|
+
product_line_ids?: Array<string>;
|
|
1387
|
+
|
|
1388
|
+
/**
|
|
1389
|
+
* Only measure orders owned by these sales reps.
|
|
1390
|
+
*/
|
|
1391
|
+
sales_rep_ids?: Array<string>;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
export declare namespace Analytics {
|
|
1395
|
+
export {
|
|
1396
|
+
type AnalyzeDeliveryPerformanceRequest as AnalyzeDeliveryPerformanceRequest,
|
|
1397
|
+
type AnalyzeDeliveryPerformanceResponse as AnalyzeDeliveryPerformanceResponse,
|
|
1398
|
+
type AnalyzeOeeRequest as AnalyzeOeeRequest,
|
|
1399
|
+
type AnalyzeOeeResponse as AnalyzeOeeResponse,
|
|
1400
|
+
type AnalyzeOeeTrendRequest as AnalyzeOeeTrendRequest,
|
|
1401
|
+
type AnalyzeOeeTrendResponse as AnalyzeOeeTrendResponse,
|
|
1402
|
+
type AnalyzeScheduleAttainmentRequest as AnalyzeScheduleAttainmentRequest,
|
|
1403
|
+
type AnalyzeScheduleAttainmentResponse as AnalyzeScheduleAttainmentResponse,
|
|
1404
|
+
type AttainmentBucket as AttainmentBucket,
|
|
1405
|
+
type DeliveryBacklogBucket as DeliveryBacklogBucket,
|
|
1406
|
+
type DeliveryBreakdown as DeliveryBreakdown,
|
|
1407
|
+
type DeliveryLatenessBucket as DeliveryLatenessBucket,
|
|
1408
|
+
type DeliveryPerformance as DeliveryPerformance,
|
|
1409
|
+
type FrozenAdherence as FrozenAdherence,
|
|
1410
|
+
type ListAttainmentBucket as ListAttainmentBucket,
|
|
1411
|
+
type ListDeliveryBacklogBucket as ListDeliveryBacklogBucket,
|
|
1412
|
+
type ListDeliveryBreakdown as ListDeliveryBreakdown,
|
|
1413
|
+
type ListDeliveryLatenessBucket as ListDeliveryLatenessBucket,
|
|
1414
|
+
type ListDeliveryPerformance as ListDeliveryPerformance,
|
|
1415
|
+
type ListFrozenAdherence as ListFrozenAdherence,
|
|
1416
|
+
type ListOeeDepartment as ListOeeDepartment,
|
|
1417
|
+
type ListOeeDowntimeReason as ListOeeDowntimeReason,
|
|
1418
|
+
type ListOeeTrendPeriod as ListOeeTrendPeriod,
|
|
1419
|
+
type OeeDepartment as OeeDepartment,
|
|
1420
|
+
type OeeDepartmentPlannedTime as OeeDepartmentPlannedTime,
|
|
1421
|
+
type OeeDowntimeReason as OeeDowntimeReason,
|
|
1422
|
+
type OeeTrendPeriod as OeeTrendPeriod,
|
|
1423
|
+
type AnalyticsUpdateOeeParams as AnalyticsUpdateOeeParams,
|
|
1424
|
+
type AnalyticsUpdateOeeTrendParams as AnalyticsUpdateOeeTrendParams,
|
|
1425
|
+
type AnalyticsUpdateScheduleAttainmentParams as AnalyticsUpdateScheduleAttainmentParams,
|
|
1426
|
+
type AnalyticsUpdateDeliveryPerformanceParams as AnalyticsUpdateDeliveryPerformanceParams,
|
|
1427
|
+
};
|
|
1428
|
+
}
|