@openmrp/sdk 0.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/LICENSE +201 -0
- package/README.md +385 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +240 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +240 -0
- package/client.d.ts.map +1 -0
- package/client.js +527 -0
- package/client.js.map +1 -0
- package/client.mjs +523 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +87 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +81 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +12 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +9 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +149 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/ai/agents.d.mts +831 -0
- package/resources/ai/agents.d.mts.map +1 -0
- package/resources/ai/agents.d.ts +831 -0
- package/resources/ai/agents.d.ts.map +1 -0
- package/resources/ai/agents.js +151 -0
- package/resources/ai/agents.js.map +1 -0
- package/resources/ai/agents.mjs +147 -0
- package/resources/ai/agents.mjs.map +1 -0
- package/resources/ai/ai.d.mts +256 -0
- package/resources/ai/ai.d.mts.map +1 -0
- package/resources/ai/ai.d.ts +256 -0
- package/resources/ai/ai.d.ts.map +1 -0
- package/resources/ai/ai.js +64 -0
- package/resources/ai/ai.js.map +1 -0
- package/resources/ai/ai.mjs +59 -0
- package/resources/ai/ai.mjs.map +1 -0
- package/resources/ai/index.d.mts +5 -0
- package/resources/ai/index.d.mts.map +1 -0
- package/resources/ai/index.d.ts +5 -0
- package/resources/ai/index.d.ts.map +1 -0
- package/resources/ai/index.js +13 -0
- package/resources/ai/index.js.map +1 -0
- package/resources/ai/index.mjs +6 -0
- package/resources/ai/index.mjs.map +1 -0
- package/resources/ai/memories.d.mts +437 -0
- package/resources/ai/memories.d.mts.map +1 -0
- package/resources/ai/memories.d.ts +437 -0
- package/resources/ai/memories.d.ts.map +1 -0
- package/resources/ai/memories.js +109 -0
- package/resources/ai/memories.js.map +1 -0
- package/resources/ai/memories.mjs +105 -0
- package/resources/ai/memories.mjs.map +1 -0
- package/resources/ai/runs/actions.d.mts +182 -0
- package/resources/ai/runs/actions.d.mts.map +1 -0
- package/resources/ai/runs/actions.d.ts +182 -0
- package/resources/ai/runs/actions.d.ts.map +1 -0
- package/resources/ai/runs/actions.js +89 -0
- package/resources/ai/runs/actions.js.map +1 -0
- package/resources/ai/runs/actions.mjs +85 -0
- package/resources/ai/runs/actions.mjs.map +1 -0
- package/resources/ai/runs/index.d.mts +3 -0
- package/resources/ai/runs/index.d.mts.map +1 -0
- package/resources/ai/runs/index.d.ts +3 -0
- package/resources/ai/runs/index.d.ts.map +1 -0
- package/resources/ai/runs/index.js +9 -0
- package/resources/ai/runs/index.js.map +1 -0
- package/resources/ai/runs/index.mjs +4 -0
- package/resources/ai/runs/index.mjs.map +1 -0
- package/resources/ai/runs/runs.d.mts +483 -0
- package/resources/ai/runs/runs.d.mts.map +1 -0
- package/resources/ai/runs/runs.d.ts +483 -0
- package/resources/ai/runs/runs.d.ts.map +1 -0
- package/resources/ai/runs/runs.js +78 -0
- package/resources/ai/runs/runs.js.map +1 -0
- package/resources/ai/runs/runs.mjs +73 -0
- package/resources/ai/runs/runs.mjs.map +1 -0
- package/resources/ai/runs.d.mts +2 -0
- package/resources/ai/runs.d.mts.map +1 -0
- package/resources/ai/runs.d.ts +2 -0
- package/resources/ai/runs.d.ts.map +1 -0
- package/resources/ai/runs.js +6 -0
- package/resources/ai/runs.js.map +1 -0
- package/resources/ai/runs.mjs +3 -0
- package/resources/ai/runs.mjs.map +1 -0
- package/resources/ai.d.mts +2 -0
- package/resources/ai.d.mts.map +1 -0
- package/resources/ai.d.ts +2 -0
- package/resources/ai.d.ts.map +1 -0
- package/resources/ai.js +6 -0
- package/resources/ai.js.map +1 -0
- package/resources/ai.mjs +3 -0
- package/resources/ai.mjs.map +1 -0
- package/resources/auth/api-keys/actions.d.mts +83 -0
- package/resources/auth/api-keys/actions.d.mts.map +1 -0
- package/resources/auth/api-keys/actions.d.ts +83 -0
- package/resources/auth/api-keys/actions.d.ts.map +1 -0
- package/resources/auth/api-keys/actions.js +50 -0
- package/resources/auth/api-keys/actions.js.map +1 -0
- package/resources/auth/api-keys/actions.mjs +46 -0
- package/resources/auth/api-keys/actions.mjs.map +1 -0
- package/resources/auth/api-keys/api-keys.d.mts +642 -0
- package/resources/auth/api-keys/api-keys.d.mts.map +1 -0
- package/resources/auth/api-keys/api-keys.d.ts +642 -0
- package/resources/auth/api-keys/api-keys.d.ts.map +1 -0
- package/resources/auth/api-keys/api-keys.js +105 -0
- package/resources/auth/api-keys/api-keys.js.map +1 -0
- package/resources/auth/api-keys/api-keys.mjs +100 -0
- package/resources/auth/api-keys/api-keys.mjs.map +1 -0
- package/resources/auth/api-keys/index.d.mts +3 -0
- package/resources/auth/api-keys/index.d.mts.map +1 -0
- package/resources/auth/api-keys/index.d.ts +3 -0
- package/resources/auth/api-keys/index.d.ts.map +1 -0
- package/resources/auth/api-keys/index.js +9 -0
- package/resources/auth/api-keys/index.js.map +1 -0
- package/resources/auth/api-keys/index.mjs +4 -0
- package/resources/auth/api-keys/index.mjs.map +1 -0
- package/resources/auth/api-keys.d.mts +2 -0
- package/resources/auth/api-keys.d.mts.map +1 -0
- package/resources/auth/api-keys.d.ts +2 -0
- package/resources/auth/api-keys.d.ts.map +1 -0
- package/resources/auth/api-keys.js +6 -0
- package/resources/auth/api-keys.js.map +1 -0
- package/resources/auth/api-keys.mjs +3 -0
- package/resources/auth/api-keys.mjs.map +1 -0
- package/resources/auth/auth.d.mts +10 -0
- package/resources/auth/auth.d.mts.map +1 -0
- package/resources/auth/auth.d.ts +10 -0
- package/resources/auth/auth.d.ts.map +1 -0
- package/resources/auth/auth.js +17 -0
- package/resources/auth/auth.js.map +1 -0
- package/resources/auth/auth.mjs +12 -0
- package/resources/auth/auth.mjs.map +1 -0
- package/resources/auth/index.d.mts +3 -0
- package/resources/auth/index.d.mts.map +1 -0
- package/resources/auth/index.d.ts +3 -0
- package/resources/auth/index.d.ts.map +1 -0
- package/resources/auth/index.js +9 -0
- package/resources/auth/index.js.map +1 -0
- package/resources/auth/index.mjs +4 -0
- package/resources/auth/index.mjs.map +1 -0
- package/resources/auth.d.mts +2 -0
- package/resources/auth.d.mts.map +1 -0
- package/resources/auth.d.ts +2 -0
- package/resources/auth.d.ts.map +1 -0
- package/resources/auth.js +6 -0
- package/resources/auth.js.map +1 -0
- package/resources/auth.mjs +3 -0
- package/resources/auth.mjs.map +1 -0
- package/resources/catalog/catalog.d.mts +42 -0
- package/resources/catalog/catalog.d.mts.map +1 -0
- package/resources/catalog/catalog.d.ts +42 -0
- package/resources/catalog/catalog.d.ts.map +1 -0
- package/resources/catalog/catalog.js +49 -0
- package/resources/catalog/catalog.js.map +1 -0
- package/resources/catalog/catalog.mjs +44 -0
- package/resources/catalog/catalog.mjs.map +1 -0
- package/resources/catalog/index.d.mts +11 -0
- package/resources/catalog/index.d.mts.map +1 -0
- package/resources/catalog/index.d.ts +11 -0
- package/resources/catalog/index.d.ts.map +1 -0
- package/resources/catalog/index.js +25 -0
- package/resources/catalog/index.js.map +1 -0
- package/resources/catalog/index.mjs +12 -0
- package/resources/catalog/index.mjs.map +1 -0
- package/resources/catalog/item-categories/actions.d.mts +99 -0
- package/resources/catalog/item-categories/actions.d.mts.map +1 -0
- package/resources/catalog/item-categories/actions.d.ts +99 -0
- package/resources/catalog/item-categories/actions.d.ts.map +1 -0
- package/resources/catalog/item-categories/actions.js +40 -0
- package/resources/catalog/item-categories/actions.js.map +1 -0
- package/resources/catalog/item-categories/actions.mjs +36 -0
- package/resources/catalog/item-categories/actions.mjs.map +1 -0
- package/resources/catalog/item-categories/index.d.mts +4 -0
- package/resources/catalog/item-categories/index.d.mts.map +1 -0
- package/resources/catalog/item-categories/index.d.ts +4 -0
- package/resources/catalog/item-categories/index.d.ts.map +1 -0
- package/resources/catalog/item-categories/index.js +11 -0
- package/resources/catalog/item-categories/index.js.map +1 -0
- package/resources/catalog/item-categories/index.mjs +5 -0
- package/resources/catalog/item-categories/index.mjs.map +1 -0
- package/resources/catalog/item-categories/item-categories.d.mts +291 -0
- package/resources/catalog/item-categories/item-categories.d.mts.map +1 -0
- package/resources/catalog/item-categories/item-categories.d.ts +291 -0
- package/resources/catalog/item-categories/item-categories.d.ts.map +1 -0
- package/resources/catalog/item-categories/item-categories.js +155 -0
- package/resources/catalog/item-categories/item-categories.js.map +1 -0
- package/resources/catalog/item-categories/item-categories.mjs +150 -0
- package/resources/catalog/item-categories/item-categories.mjs.map +1 -0
- package/resources/catalog/item-categories/properties.d.mts +67 -0
- package/resources/catalog/item-categories/properties.d.mts.map +1 -0
- package/resources/catalog/item-categories/properties.d.ts +67 -0
- package/resources/catalog/item-categories/properties.d.ts.map +1 -0
- package/resources/catalog/item-categories/properties.js +58 -0
- package/resources/catalog/item-categories/properties.js.map +1 -0
- package/resources/catalog/item-categories/properties.mjs +54 -0
- package/resources/catalog/item-categories/properties.mjs.map +1 -0
- package/resources/catalog/item-categories.d.mts +2 -0
- package/resources/catalog/item-categories.d.mts.map +1 -0
- package/resources/catalog/item-categories.d.ts +2 -0
- package/resources/catalog/item-categories.d.ts.map +1 -0
- package/resources/catalog/item-categories.js +6 -0
- package/resources/catalog/item-categories.js.map +1 -0
- package/resources/catalog/item-categories.mjs +3 -0
- package/resources/catalog/item-categories.mjs.map +1 -0
- package/resources/catalog/items/actions.d.mts +249 -0
- package/resources/catalog/items/actions.d.mts.map +1 -0
- package/resources/catalog/items/actions.d.ts +249 -0
- package/resources/catalog/items/actions.d.ts.map +1 -0
- package/resources/catalog/items/actions.js +46 -0
- package/resources/catalog/items/actions.js.map +1 -0
- package/resources/catalog/items/actions.mjs +42 -0
- package/resources/catalog/items/actions.mjs.map +1 -0
- package/resources/catalog/items/attributes.d.mts +73 -0
- package/resources/catalog/items/attributes.d.mts.map +1 -0
- package/resources/catalog/items/attributes.d.ts +73 -0
- package/resources/catalog/items/attributes.d.ts.map +1 -0
- package/resources/catalog/items/attributes.js +63 -0
- package/resources/catalog/items/attributes.js.map +1 -0
- package/resources/catalog/items/attributes.mjs +59 -0
- package/resources/catalog/items/attributes.mjs.map +1 -0
- package/resources/catalog/items/index.d.mts +5 -0
- package/resources/catalog/items/index.d.mts.map +1 -0
- package/resources/catalog/items/index.d.ts +5 -0
- package/resources/catalog/items/index.d.ts.map +1 -0
- package/resources/catalog/items/index.js +13 -0
- package/resources/catalog/items/index.js.map +1 -0
- package/resources/catalog/items/index.mjs +6 -0
- package/resources/catalog/items/index.mjs.map +1 -0
- package/resources/catalog/items/inventory.d.mts +247 -0
- package/resources/catalog/items/inventory.d.mts.map +1 -0
- package/resources/catalog/items/inventory.d.ts +247 -0
- package/resources/catalog/items/inventory.d.ts.map +1 -0
- package/resources/catalog/items/inventory.js +75 -0
- package/resources/catalog/items/inventory.js.map +1 -0
- package/resources/catalog/items/inventory.mjs +71 -0
- package/resources/catalog/items/inventory.mjs.map +1 -0
- package/resources/catalog/items/items.d.mts +438 -0
- package/resources/catalog/items/items.d.mts.map +1 -0
- package/resources/catalog/items/items.d.ts +438 -0
- package/resources/catalog/items/items.d.ts.map +1 -0
- package/resources/catalog/items/items.js +119 -0
- package/resources/catalog/items/items.js.map +1 -0
- package/resources/catalog/items/items.mjs +114 -0
- package/resources/catalog/items/items.mjs.map +1 -0
- package/resources/catalog/items.d.mts +2 -0
- package/resources/catalog/items.d.mts.map +1 -0
- package/resources/catalog/items.d.ts +2 -0
- package/resources/catalog/items.d.ts.map +1 -0
- package/resources/catalog/items.js +6 -0
- package/resources/catalog/items.js.map +1 -0
- package/resources/catalog/items.mjs +3 -0
- package/resources/catalog/items.mjs.map +1 -0
- package/resources/catalog/materials/actions.d.mts +123 -0
- package/resources/catalog/materials/actions.d.mts.map +1 -0
- package/resources/catalog/materials/actions.d.ts +123 -0
- package/resources/catalog/materials/actions.d.ts.map +1 -0
- package/resources/catalog/materials/actions.js +38 -0
- package/resources/catalog/materials/actions.js.map +1 -0
- package/resources/catalog/materials/actions.mjs +34 -0
- package/resources/catalog/materials/actions.mjs.map +1 -0
- package/resources/catalog/materials/index.d.mts +3 -0
- package/resources/catalog/materials/index.d.mts.map +1 -0
- package/resources/catalog/materials/index.d.ts +3 -0
- package/resources/catalog/materials/index.d.ts.map +1 -0
- package/resources/catalog/materials/index.js +9 -0
- package/resources/catalog/materials/index.js.map +1 -0
- package/resources/catalog/materials/index.mjs +4 -0
- package/resources/catalog/materials/index.mjs.map +1 -0
- package/resources/catalog/materials/materials.d.mts +522 -0
- package/resources/catalog/materials/materials.d.mts.map +1 -0
- package/resources/catalog/materials/materials.d.ts +522 -0
- package/resources/catalog/materials/materials.d.ts.map +1 -0
- package/resources/catalog/materials/materials.js +159 -0
- package/resources/catalog/materials/materials.js.map +1 -0
- package/resources/catalog/materials/materials.mjs +154 -0
- package/resources/catalog/materials/materials.mjs.map +1 -0
- package/resources/catalog/materials.d.mts +2 -0
- package/resources/catalog/materials.d.mts.map +1 -0
- package/resources/catalog/materials.d.ts +2 -0
- package/resources/catalog/materials.d.ts.map +1 -0
- package/resources/catalog/materials.js +6 -0
- package/resources/catalog/materials.js.map +1 -0
- package/resources/catalog/materials.mjs +3 -0
- package/resources/catalog/materials.mjs.map +1 -0
- package/resources/catalog/parts/actions.d.mts +113 -0
- package/resources/catalog/parts/actions.d.mts.map +1 -0
- package/resources/catalog/parts/actions.d.ts +113 -0
- package/resources/catalog/parts/actions.d.ts.map +1 -0
- package/resources/catalog/parts/actions.js +37 -0
- package/resources/catalog/parts/actions.js.map +1 -0
- package/resources/catalog/parts/actions.mjs +33 -0
- package/resources/catalog/parts/actions.mjs.map +1 -0
- package/resources/catalog/parts/index.d.mts +3 -0
- package/resources/catalog/parts/index.d.mts.map +1 -0
- package/resources/catalog/parts/index.d.ts +3 -0
- package/resources/catalog/parts/index.d.ts.map +1 -0
- package/resources/catalog/parts/index.js +9 -0
- package/resources/catalog/parts/index.js.map +1 -0
- package/resources/catalog/parts/index.mjs +4 -0
- package/resources/catalog/parts/index.mjs.map +1 -0
- package/resources/catalog/parts/parts.d.mts +368 -0
- package/resources/catalog/parts/parts.d.mts.map +1 -0
- package/resources/catalog/parts/parts.d.ts +368 -0
- package/resources/catalog/parts/parts.d.ts.map +1 -0
- package/resources/catalog/parts/parts.js +138 -0
- package/resources/catalog/parts/parts.js.map +1 -0
- package/resources/catalog/parts/parts.mjs +133 -0
- package/resources/catalog/parts/parts.mjs.map +1 -0
- package/resources/catalog/parts.d.mts +2 -0
- package/resources/catalog/parts.d.mts.map +1 -0
- package/resources/catalog/parts.d.ts +2 -0
- package/resources/catalog/parts.d.ts.map +1 -0
- package/resources/catalog/parts.js +6 -0
- package/resources/catalog/parts.js.map +1 -0
- package/resources/catalog/parts.mjs +3 -0
- package/resources/catalog/parts.mjs.map +1 -0
- package/resources/catalog/product-lines/actions.d.mts +88 -0
- package/resources/catalog/product-lines/actions.d.mts.map +1 -0
- package/resources/catalog/product-lines/actions.d.ts +88 -0
- package/resources/catalog/product-lines/actions.d.ts.map +1 -0
- package/resources/catalog/product-lines/actions.js +39 -0
- package/resources/catalog/product-lines/actions.js.map +1 -0
- package/resources/catalog/product-lines/actions.mjs +35 -0
- package/resources/catalog/product-lines/actions.mjs.map +1 -0
- package/resources/catalog/product-lines/index.d.mts +3 -0
- package/resources/catalog/product-lines/index.d.mts.map +1 -0
- package/resources/catalog/product-lines/index.d.ts +3 -0
- package/resources/catalog/product-lines/index.d.ts.map +1 -0
- package/resources/catalog/product-lines/index.js +9 -0
- package/resources/catalog/product-lines/index.js.map +1 -0
- package/resources/catalog/product-lines/index.mjs +4 -0
- package/resources/catalog/product-lines/index.mjs.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.mts +486 -0
- package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.ts +486 -0
- package/resources/catalog/product-lines/product-lines.d.ts.map +1 -0
- package/resources/catalog/product-lines/product-lines.js +136 -0
- package/resources/catalog/product-lines/product-lines.js.map +1 -0
- package/resources/catalog/product-lines/product-lines.mjs +131 -0
- package/resources/catalog/product-lines/product-lines.mjs.map +1 -0
- package/resources/catalog/product-lines.d.mts +2 -0
- package/resources/catalog/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines.d.ts +2 -0
- package/resources/catalog/product-lines.d.ts.map +1 -0
- package/resources/catalog/product-lines.js +6 -0
- package/resources/catalog/product-lines.js.map +1 -0
- package/resources/catalog/product-lines.mjs +3 -0
- package/resources/catalog/product-lines.mjs.map +1 -0
- package/resources/catalog/products/actions.d.mts +129 -0
- package/resources/catalog/products/actions.d.mts.map +1 -0
- package/resources/catalog/products/actions.d.ts +129 -0
- package/resources/catalog/products/actions.d.ts.map +1 -0
- package/resources/catalog/products/actions.js +38 -0
- package/resources/catalog/products/actions.js.map +1 -0
- package/resources/catalog/products/actions.mjs +34 -0
- package/resources/catalog/products/actions.mjs.map +1 -0
- package/resources/catalog/products/index.d.mts +3 -0
- package/resources/catalog/products/index.d.mts.map +1 -0
- package/resources/catalog/products/index.d.ts +3 -0
- package/resources/catalog/products/index.d.ts.map +1 -0
- package/resources/catalog/products/index.js +9 -0
- package/resources/catalog/products/index.js.map +1 -0
- package/resources/catalog/products/index.mjs +4 -0
- package/resources/catalog/products/index.mjs.map +1 -0
- package/resources/catalog/products/products.d.mts +587 -0
- package/resources/catalog/products/products.d.mts.map +1 -0
- package/resources/catalog/products/products.d.ts +587 -0
- package/resources/catalog/products/products.d.ts.map +1 -0
- package/resources/catalog/products/products.js +185 -0
- package/resources/catalog/products/products.js.map +1 -0
- package/resources/catalog/products/products.mjs +180 -0
- package/resources/catalog/products/products.mjs.map +1 -0
- package/resources/catalog/products.d.mts +2 -0
- package/resources/catalog/products.d.mts.map +1 -0
- package/resources/catalog/products.d.ts +2 -0
- package/resources/catalog/products.d.ts.map +1 -0
- package/resources/catalog/products.js +6 -0
- package/resources/catalog/products.js.map +1 -0
- package/resources/catalog/products.mjs +3 -0
- package/resources/catalog/products.mjs.map +1 -0
- package/resources/catalog/properties/actions.d.mts +91 -0
- package/resources/catalog/properties/actions.d.mts.map +1 -0
- package/resources/catalog/properties/actions.d.ts +91 -0
- package/resources/catalog/properties/actions.d.ts.map +1 -0
- package/resources/catalog/properties/actions.js +38 -0
- package/resources/catalog/properties/actions.js.map +1 -0
- package/resources/catalog/properties/actions.mjs +34 -0
- package/resources/catalog/properties/actions.mjs.map +1 -0
- package/resources/catalog/properties/attributes.d.mts +245 -0
- package/resources/catalog/properties/attributes.d.mts.map +1 -0
- package/resources/catalog/properties/attributes.d.ts +245 -0
- package/resources/catalog/properties/attributes.d.ts.map +1 -0
- package/resources/catalog/properties/attributes.js +125 -0
- package/resources/catalog/properties/attributes.js.map +1 -0
- package/resources/catalog/properties/attributes.mjs +121 -0
- package/resources/catalog/properties/attributes.mjs.map +1 -0
- package/resources/catalog/properties/index.d.mts +4 -0
- package/resources/catalog/properties/index.d.mts.map +1 -0
- package/resources/catalog/properties/index.d.ts +4 -0
- package/resources/catalog/properties/index.d.ts.map +1 -0
- package/resources/catalog/properties/index.js +11 -0
- package/resources/catalog/properties/index.js.map +1 -0
- package/resources/catalog/properties/index.mjs +5 -0
- package/resources/catalog/properties/index.mjs.map +1 -0
- package/resources/catalog/properties/properties.d.mts +309 -0
- package/resources/catalog/properties/properties.d.mts.map +1 -0
- package/resources/catalog/properties/properties.d.ts +309 -0
- package/resources/catalog/properties/properties.d.ts.map +1 -0
- package/resources/catalog/properties/properties.js +110 -0
- package/resources/catalog/properties/properties.js.map +1 -0
- package/resources/catalog/properties/properties.mjs +105 -0
- package/resources/catalog/properties/properties.mjs.map +1 -0
- package/resources/catalog/properties.d.mts +2 -0
- package/resources/catalog/properties.d.mts.map +1 -0
- package/resources/catalog/properties.d.ts +2 -0
- package/resources/catalog/properties.d.ts.map +1 -0
- package/resources/catalog/properties.js +6 -0
- package/resources/catalog/properties.js.map +1 -0
- package/resources/catalog/properties.mjs +3 -0
- package/resources/catalog/properties.mjs.map +1 -0
- package/resources/catalog/unit-groups/actions.d.mts +121 -0
- package/resources/catalog/unit-groups/actions.d.mts.map +1 -0
- package/resources/catalog/unit-groups/actions.d.ts +121 -0
- package/resources/catalog/unit-groups/actions.d.ts.map +1 -0
- package/resources/catalog/unit-groups/actions.js +44 -0
- package/resources/catalog/unit-groups/actions.js.map +1 -0
- package/resources/catalog/unit-groups/actions.mjs +40 -0
- package/resources/catalog/unit-groups/actions.mjs.map +1 -0
- package/resources/catalog/unit-groups/index.d.mts +4 -0
- package/resources/catalog/unit-groups/index.d.mts.map +1 -0
- package/resources/catalog/unit-groups/index.d.ts +4 -0
- package/resources/catalog/unit-groups/index.d.ts.map +1 -0
- package/resources/catalog/unit-groups/index.js +11 -0
- package/resources/catalog/unit-groups/index.js.map +1 -0
- package/resources/catalog/unit-groups/index.mjs +5 -0
- package/resources/catalog/unit-groups/index.mjs.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.d.mts +472 -0
- package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.d.ts +472 -0
- package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.js +136 -0
- package/resources/catalog/unit-groups/unit-groups.js.map +1 -0
- package/resources/catalog/unit-groups/unit-groups.mjs +131 -0
- package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -0
- package/resources/catalog/unit-groups/units.d.mts +271 -0
- package/resources/catalog/unit-groups/units.d.mts.map +1 -0
- package/resources/catalog/unit-groups/units.d.ts +271 -0
- package/resources/catalog/unit-groups/units.d.ts.map +1 -0
- package/resources/catalog/unit-groups/units.js +138 -0
- package/resources/catalog/unit-groups/units.js.map +1 -0
- package/resources/catalog/unit-groups/units.mjs +134 -0
- package/resources/catalog/unit-groups/units.mjs.map +1 -0
- package/resources/catalog/unit-groups.d.mts +2 -0
- package/resources/catalog/unit-groups.d.mts.map +1 -0
- package/resources/catalog/unit-groups.d.ts +2 -0
- package/resources/catalog/unit-groups.d.ts.map +1 -0
- package/resources/catalog/unit-groups.js +6 -0
- package/resources/catalog/unit-groups.js.map +1 -0
- package/resources/catalog/unit-groups.mjs +3 -0
- package/resources/catalog/unit-groups.mjs.map +1 -0
- package/resources/catalog/units/actions.d.mts +97 -0
- package/resources/catalog/units/actions.d.mts.map +1 -0
- package/resources/catalog/units/actions.d.ts +97 -0
- package/resources/catalog/units/actions.d.ts.map +1 -0
- package/resources/catalog/units/actions.js +42 -0
- package/resources/catalog/units/actions.js.map +1 -0
- package/resources/catalog/units/actions.mjs +38 -0
- package/resources/catalog/units/actions.mjs.map +1 -0
- package/resources/catalog/units/index.d.mts +3 -0
- package/resources/catalog/units/index.d.mts.map +1 -0
- package/resources/catalog/units/index.d.ts +3 -0
- package/resources/catalog/units/index.d.ts.map +1 -0
- package/resources/catalog/units/index.js +9 -0
- package/resources/catalog/units/index.js.map +1 -0
- package/resources/catalog/units/index.mjs +4 -0
- package/resources/catalog/units/index.mjs.map +1 -0
- package/resources/catalog/units/units.d.mts +449 -0
- package/resources/catalog/units/units.d.mts.map +1 -0
- package/resources/catalog/units/units.d.ts +449 -0
- package/resources/catalog/units/units.d.ts.map +1 -0
- package/resources/catalog/units/units.js +122 -0
- package/resources/catalog/units/units.js.map +1 -0
- package/resources/catalog/units/units.mjs +117 -0
- package/resources/catalog/units/units.mjs.map +1 -0
- package/resources/catalog/units.d.mts +2 -0
- package/resources/catalog/units.d.mts.map +1 -0
- package/resources/catalog/units.d.ts +2 -0
- package/resources/catalog/units.d.ts.map +1 -0
- package/resources/catalog/units.js +6 -0
- package/resources/catalog/units.js.map +1 -0
- package/resources/catalog/units.mjs +3 -0
- package/resources/catalog/units.mjs.map +1 -0
- package/resources/catalog.d.mts +2 -0
- package/resources/catalog.d.mts.map +1 -0
- package/resources/catalog.d.ts +2 -0
- package/resources/catalog.d.ts.map +1 -0
- package/resources/catalog.js +6 -0
- package/resources/catalog.js.map +1 -0
- package/resources/catalog.mjs +3 -0
- package/resources/catalog.mjs.map +1 -0
- package/resources/core/actions.d.mts +73 -0
- package/resources/core/actions.d.mts.map +1 -0
- package/resources/core/actions.d.ts +73 -0
- package/resources/core/actions.d.ts.map +1 -0
- package/resources/core/actions.js +36 -0
- package/resources/core/actions.js.map +1 -0
- package/resources/core/actions.mjs +32 -0
- package/resources/core/actions.mjs.map +1 -0
- package/resources/core/addresses/actions.d.mts +175 -0
- package/resources/core/addresses/actions.d.mts.map +1 -0
- package/resources/core/addresses/actions.d.ts +175 -0
- package/resources/core/addresses/actions.d.ts.map +1 -0
- package/resources/core/addresses/actions.js +38 -0
- package/resources/core/addresses/actions.js.map +1 -0
- package/resources/core/addresses/actions.mjs +34 -0
- package/resources/core/addresses/actions.mjs.map +1 -0
- package/resources/core/addresses/addresses.d.mts +106 -0
- package/resources/core/addresses/addresses.d.mts.map +1 -0
- package/resources/core/addresses/addresses.d.ts +106 -0
- package/resources/core/addresses/addresses.d.ts.map +1 -0
- package/resources/core/addresses/addresses.js +40 -0
- package/resources/core/addresses/addresses.js.map +1 -0
- package/resources/core/addresses/addresses.mjs +35 -0
- package/resources/core/addresses/addresses.mjs.map +1 -0
- package/resources/core/addresses/index.d.mts +3 -0
- package/resources/core/addresses/index.d.mts.map +1 -0
- package/resources/core/addresses/index.d.ts +3 -0
- package/resources/core/addresses/index.d.ts.map +1 -0
- package/resources/core/addresses/index.js +9 -0
- package/resources/core/addresses/index.js.map +1 -0
- package/resources/core/addresses/index.mjs +4 -0
- package/resources/core/addresses/index.mjs.map +1 -0
- package/resources/core/addresses.d.mts +2 -0
- package/resources/core/addresses.d.mts.map +1 -0
- package/resources/core/addresses.d.ts +2 -0
- package/resources/core/addresses.d.ts.map +1 -0
- package/resources/core/addresses.js +6 -0
- package/resources/core/addresses.js.map +1 -0
- package/resources/core/addresses.mjs +3 -0
- package/resources/core/addresses.mjs.map +1 -0
- package/resources/core/analytics.d.mts +1178 -0
- package/resources/core/analytics.d.mts.map +1 -0
- package/resources/core/analytics.d.ts +1178 -0
- package/resources/core/analytics.d.ts.map +1 -0
- package/resources/core/analytics.js +144 -0
- package/resources/core/analytics.js.map +1 -0
- package/resources/core/analytics.mjs +140 -0
- package/resources/core/analytics.mjs.map +1 -0
- package/resources/core/audit-events.d.mts +366 -0
- package/resources/core/audit-events.d.mts.map +1 -0
- package/resources/core/audit-events.d.ts +366 -0
- package/resources/core/audit-events.d.ts.map +1 -0
- package/resources/core/audit-events.js +68 -0
- package/resources/core/audit-events.js.map +1 -0
- package/resources/core/audit-events.mjs +64 -0
- package/resources/core/audit-events.mjs.map +1 -0
- package/resources/core/core.d.mts +166 -0
- package/resources/core/core.d.mts.map +1 -0
- package/resources/core/core.d.ts +166 -0
- package/resources/core/core.d.ts.map +1 -0
- package/resources/core/core.js +75 -0
- package/resources/core/core.js.map +1 -0
- package/resources/core/core.mjs +70 -0
- package/resources/core/core.mjs.map +1 -0
- package/resources/core/email-logs.d.mts +148 -0
- package/resources/core/email-logs.d.mts.map +1 -0
- package/resources/core/email-logs.d.ts +148 -0
- package/resources/core/email-logs.d.ts.map +1 -0
- package/resources/core/email-logs.js +44 -0
- package/resources/core/email-logs.js.map +1 -0
- package/resources/core/email-logs.mjs +40 -0
- package/resources/core/email-logs.mjs.map +1 -0
- package/resources/core/index.d.mts +10 -0
- package/resources/core/index.d.mts.map +1 -0
- package/resources/core/index.d.ts +10 -0
- package/resources/core/index.d.ts.map +1 -0
- package/resources/core/index.js +23 -0
- package/resources/core/index.js.map +1 -0
- package/resources/core/index.mjs +11 -0
- package/resources/core/index.mjs.map +1 -0
- package/resources/core/jobs.d.mts +278 -0
- package/resources/core/jobs.d.mts.map +1 -0
- package/resources/core/jobs.d.ts +278 -0
- package/resources/core/jobs.d.ts.map +1 -0
- package/resources/core/jobs.js +49 -0
- package/resources/core/jobs.js.map +1 -0
- package/resources/core/jobs.mjs +45 -0
- package/resources/core/jobs.mjs.map +1 -0
- package/resources/core/request-logs.d.mts +390 -0
- package/resources/core/request-logs.d.mts.map +1 -0
- package/resources/core/request-logs.d.ts +390 -0
- package/resources/core/request-logs.d.ts.map +1 -0
- package/resources/core/request-logs.js +57 -0
- package/resources/core/request-logs.js.map +1 -0
- package/resources/core/request-logs.mjs +53 -0
- package/resources/core/request-logs.mjs.map +1 -0
- package/resources/core/sandboxes.d.mts +215 -0
- package/resources/core/sandboxes.d.mts.map +1 -0
- package/resources/core/sandboxes.d.ts +215 -0
- package/resources/core/sandboxes.d.ts.map +1 -0
- package/resources/core/sandboxes.js +94 -0
- package/resources/core/sandboxes.js.map +1 -0
- package/resources/core/sandboxes.mjs +90 -0
- package/resources/core/sandboxes.mjs.map +1 -0
- package/resources/core.d.mts +2 -0
- package/resources/core.d.mts.map +1 -0
- package/resources/core.d.ts +2 -0
- package/resources/core.d.ts.map +1 -0
- package/resources/core.js +6 -0
- package/resources/core.js.map +1 -0
- package/resources/core.mjs +3 -0
- package/resources/core.mjs.map +1 -0
- package/resources/finance/finance.d.mts +289 -0
- package/resources/finance/finance.d.mts.map +1 -0
- package/resources/finance/finance.d.ts +289 -0
- package/resources/finance/finance.d.ts.map +1 -0
- package/resources/finance/finance.js +70 -0
- package/resources/finance/finance.js.map +1 -0
- package/resources/finance/finance.mjs +65 -0
- package/resources/finance/finance.mjs.map +1 -0
- package/resources/finance/index.d.mts +3 -0
- package/resources/finance/index.d.mts.map +1 -0
- package/resources/finance/index.d.ts +3 -0
- package/resources/finance/index.d.ts.map +1 -0
- package/resources/finance/index.js +9 -0
- package/resources/finance/index.js.map +1 -0
- package/resources/finance/index.mjs +4 -0
- package/resources/finance/index.mjs.map +1 -0
- package/resources/finance/payment-terms.d.mts +207 -0
- package/resources/finance/payment-terms.d.mts.map +1 -0
- package/resources/finance/payment-terms.d.ts +207 -0
- package/resources/finance/payment-terms.d.ts.map +1 -0
- package/resources/finance/payment-terms.js +112 -0
- package/resources/finance/payment-terms.js.map +1 -0
- package/resources/finance/payment-terms.mjs +108 -0
- package/resources/finance/payment-terms.mjs.map +1 -0
- package/resources/finance.d.mts +2 -0
- package/resources/finance.d.mts.map +1 -0
- package/resources/finance.d.ts +2 -0
- package/resources/finance.d.ts.map +1 -0
- package/resources/finance.js +6 -0
- package/resources/finance.js.map +1 -0
- package/resources/finance.mjs +3 -0
- package/resources/finance.mjs.map +1 -0
- package/resources/identity/account-users/account-users.d.mts +452 -0
- package/resources/identity/account-users/account-users.d.mts.map +1 -0
- package/resources/identity/account-users/account-users.d.ts +452 -0
- package/resources/identity/account-users/account-users.d.ts.map +1 -0
- package/resources/identity/account-users/account-users.js +140 -0
- package/resources/identity/account-users/account-users.js.map +1 -0
- package/resources/identity/account-users/account-users.mjs +135 -0
- package/resources/identity/account-users/account-users.mjs.map +1 -0
- package/resources/identity/account-users/actions.d.mts +80 -0
- package/resources/identity/account-users/actions.d.mts.map +1 -0
- package/resources/identity/account-users/actions.d.ts +80 -0
- package/resources/identity/account-users/actions.d.ts.map +1 -0
- package/resources/identity/account-users/actions.js +81 -0
- package/resources/identity/account-users/actions.js.map +1 -0
- package/resources/identity/account-users/actions.mjs +77 -0
- package/resources/identity/account-users/actions.mjs.map +1 -0
- package/resources/identity/account-users/index.d.mts +3 -0
- package/resources/identity/account-users/index.d.mts.map +1 -0
- package/resources/identity/account-users/index.d.ts +3 -0
- package/resources/identity/account-users/index.d.ts.map +1 -0
- package/resources/identity/account-users/index.js +9 -0
- package/resources/identity/account-users/index.js.map +1 -0
- package/resources/identity/account-users/index.mjs +4 -0
- package/resources/identity/account-users/index.mjs.map +1 -0
- package/resources/identity/account-users.d.mts +2 -0
- package/resources/identity/account-users.d.mts.map +1 -0
- package/resources/identity/account-users.d.ts +2 -0
- package/resources/identity/account-users.d.ts.map +1 -0
- package/resources/identity/account-users.js +6 -0
- package/resources/identity/account-users.js.map +1 -0
- package/resources/identity/account-users.mjs +3 -0
- package/resources/identity/account-users.mjs.map +1 -0
- package/resources/identity/accounts.d.mts +34 -0
- package/resources/identity/accounts.d.mts.map +1 -0
- package/resources/identity/accounts.d.ts +34 -0
- package/resources/identity/accounts.d.ts.map +1 -0
- package/resources/identity/accounts.js +35 -0
- package/resources/identity/accounts.js.map +1 -0
- package/resources/identity/accounts.mjs +31 -0
- package/resources/identity/accounts.mjs.map +1 -0
- package/resources/identity/identity.d.mts +207 -0
- package/resources/identity/identity.d.mts.map +1 -0
- package/resources/identity/identity.d.ts +207 -0
- package/resources/identity/identity.d.ts.map +1 -0
- package/resources/identity/identity.js +47 -0
- package/resources/identity/identity.js.map +1 -0
- package/resources/identity/identity.mjs +42 -0
- package/resources/identity/identity.mjs.map +1 -0
- package/resources/identity/index.d.mts +5 -0
- package/resources/identity/index.d.mts.map +1 -0
- package/resources/identity/index.d.ts +5 -0
- package/resources/identity/index.d.ts.map +1 -0
- package/resources/identity/index.js +13 -0
- package/resources/identity/index.js.map +1 -0
- package/resources/identity/index.mjs +6 -0
- package/resources/identity/index.mjs.map +1 -0
- package/resources/identity/roles.d.mts +253 -0
- package/resources/identity/roles.d.mts.map +1 -0
- package/resources/identity/roles.d.ts +253 -0
- package/resources/identity/roles.d.ts.map +1 -0
- package/resources/identity/roles.js +115 -0
- package/resources/identity/roles.js.map +1 -0
- package/resources/identity/roles.mjs +111 -0
- package/resources/identity/roles.mjs.map +1 -0
- package/resources/identity.d.mts +2 -0
- package/resources/identity.d.mts.map +1 -0
- package/resources/identity.d.ts +2 -0
- package/resources/identity.d.ts.map +1 -0
- package/resources/identity.js +6 -0
- package/resources/identity.js.map +1 -0
- package/resources/identity.mjs +3 -0
- package/resources/identity.mjs.map +1 -0
- package/resources/index.d.mts +11 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +11 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +25 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +12 -0
- package/resources/index.mjs.map +1 -0
- package/resources/messaging/announcements/actions.d.mts +94 -0
- package/resources/messaging/announcements/actions.d.mts.map +1 -0
- package/resources/messaging/announcements/actions.d.ts +94 -0
- package/resources/messaging/announcements/actions.d.ts.map +1 -0
- package/resources/messaging/announcements/actions.js +91 -0
- package/resources/messaging/announcements/actions.js.map +1 -0
- package/resources/messaging/announcements/actions.mjs +87 -0
- package/resources/messaging/announcements/actions.mjs.map +1 -0
- package/resources/messaging/announcements/announcements.d.mts +211 -0
- package/resources/messaging/announcements/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements/announcements.d.ts +211 -0
- package/resources/messaging/announcements/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements/announcements.js +61 -0
- package/resources/messaging/announcements/announcements.js.map +1 -0
- package/resources/messaging/announcements/announcements.mjs +56 -0
- package/resources/messaging/announcements/announcements.mjs.map +1 -0
- package/resources/messaging/announcements/index.d.mts +3 -0
- package/resources/messaging/announcements/index.d.mts.map +1 -0
- package/resources/messaging/announcements/index.d.ts +3 -0
- package/resources/messaging/announcements/index.d.ts.map +1 -0
- package/resources/messaging/announcements/index.js +9 -0
- package/resources/messaging/announcements/index.js.map +1 -0
- package/resources/messaging/announcements/index.mjs +4 -0
- package/resources/messaging/announcements/index.mjs.map +1 -0
- package/resources/messaging/announcements.d.mts +2 -0
- package/resources/messaging/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements.d.ts +2 -0
- package/resources/messaging/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements.js +6 -0
- package/resources/messaging/announcements.js.map +1 -0
- package/resources/messaging/announcements.mjs +3 -0
- package/resources/messaging/announcements.mjs.map +1 -0
- package/resources/messaging/blocks.d.mts +781 -0
- package/resources/messaging/blocks.d.mts.map +1 -0
- package/resources/messaging/blocks.d.ts +781 -0
- package/resources/messaging/blocks.d.ts.map +1 -0
- package/resources/messaging/blocks.js +70 -0
- package/resources/messaging/blocks.js.map +1 -0
- package/resources/messaging/blocks.mjs +66 -0
- package/resources/messaging/blocks.mjs.map +1 -0
- package/resources/messaging/conversations/actions.d.mts +492 -0
- package/resources/messaging/conversations/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/actions.d.ts +492 -0
- package/resources/messaging/conversations/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/actions.js +339 -0
- package/resources/messaging/conversations/actions.js.map +1 -0
- package/resources/messaging/conversations/actions.mjs +335 -0
- package/resources/messaging/conversations/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.mts +109 -0
- package/resources/messaging/conversations/attachments/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.ts +109 -0
- package/resources/messaging/conversations/attachments/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.js +42 -0
- package/resources/messaging/conversations/attachments/actions.js.map +1 -0
- package/resources/messaging/conversations/attachments/actions.mjs +38 -0
- package/resources/messaging/conversations/attachments/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.js +17 -0
- package/resources/messaging/conversations/attachments/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.mjs +12 -0
- package/resources/messaging/conversations/attachments/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.mts +3 -0
- package/resources/messaging/conversations/attachments/index.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.ts +3 -0
- package/resources/messaging/conversations/attachments/index.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/index.js +9 -0
- package/resources/messaging/conversations/attachments/index.js.map +1 -0
- package/resources/messaging/conversations/attachments/index.mjs +4 -0
- package/resources/messaging/conversations/attachments/index.mjs.map +1 -0
- package/resources/messaging/conversations/attachments.d.mts +2 -0
- package/resources/messaging/conversations/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments.d.ts +2 -0
- package/resources/messaging/conversations/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments.js +6 -0
- package/resources/messaging/conversations/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments.mjs +3 -0
- package/resources/messaging/conversations/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/conversations.d.mts +940 -0
- package/resources/messaging/conversations/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations/conversations.d.ts +940 -0
- package/resources/messaging/conversations/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations/conversations.js +125 -0
- package/resources/messaging/conversations/conversations.js.map +1 -0
- package/resources/messaging/conversations/conversations.mjs +120 -0
- package/resources/messaging/conversations/conversations.mjs.map +1 -0
- package/resources/messaging/conversations/index.d.mts +7 -0
- package/resources/messaging/conversations/index.d.mts.map +1 -0
- package/resources/messaging/conversations/index.d.ts +7 -0
- package/resources/messaging/conversations/index.d.ts.map +1 -0
- package/resources/messaging/conversations/index.js +17 -0
- package/resources/messaging/conversations/index.js.map +1 -0
- package/resources/messaging/conversations/index.mjs +8 -0
- package/resources/messaging/conversations/index.mjs.map +1 -0
- package/resources/messaging/conversations/links.d.mts +167 -0
- package/resources/messaging/conversations/links.d.mts.map +1 -0
- package/resources/messaging/conversations/links.d.ts +167 -0
- package/resources/messaging/conversations/links.d.ts.map +1 -0
- package/resources/messaging/conversations/links.js +79 -0
- package/resources/messaging/conversations/links.js.map +1 -0
- package/resources/messaging/conversations/links.mjs +75 -0
- package/resources/messaging/conversations/links.mjs.map +1 -0
- package/resources/messaging/conversations/messages.d.mts +412 -0
- package/resources/messaging/conversations/messages.d.mts.map +1 -0
- package/resources/messaging/conversations/messages.d.ts +412 -0
- package/resources/messaging/conversations/messages.d.ts.map +1 -0
- package/resources/messaging/conversations/messages.js +88 -0
- package/resources/messaging/conversations/messages.js.map +1 -0
- package/resources/messaging/conversations/messages.mjs +84 -0
- package/resources/messaging/conversations/messages.mjs.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.mts +72 -0
- package/resources/messaging/conversations/participants/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.ts +72 -0
- package/resources/messaging/conversations/participants/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/actions.js +45 -0
- package/resources/messaging/conversations/participants/actions.js.map +1 -0
- package/resources/messaging/conversations/participants/actions.mjs +41 -0
- package/resources/messaging/conversations/participants/actions.mjs.map +1 -0
- package/resources/messaging/conversations/participants/index.d.mts +3 -0
- package/resources/messaging/conversations/participants/index.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/index.d.ts +3 -0
- package/resources/messaging/conversations/participants/index.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/index.js +9 -0
- package/resources/messaging/conversations/participants/index.js.map +1 -0
- package/resources/messaging/conversations/participants/index.mjs +4 -0
- package/resources/messaging/conversations/participants/index.mjs.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.mts +117 -0
- package/resources/messaging/conversations/participants/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.ts +117 -0
- package/resources/messaging/conversations/participants/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/participants.js +81 -0
- package/resources/messaging/conversations/participants/participants.js.map +1 -0
- package/resources/messaging/conversations/participants/participants.mjs +76 -0
- package/resources/messaging/conversations/participants/participants.mjs.map +1 -0
- package/resources/messaging/conversations/participants.d.mts +2 -0
- package/resources/messaging/conversations/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants.d.ts +2 -0
- package/resources/messaging/conversations/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants.js +6 -0
- package/resources/messaging/conversations/participants.js.map +1 -0
- package/resources/messaging/conversations/participants.mjs +3 -0
- package/resources/messaging/conversations/participants.mjs.map +1 -0
- package/resources/messaging/conversations.d.mts +2 -0
- package/resources/messaging/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations.d.ts +2 -0
- package/resources/messaging/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations.js +6 -0
- package/resources/messaging/conversations.js.map +1 -0
- package/resources/messaging/conversations.mjs +3 -0
- package/resources/messaging/conversations.mjs.map +1 -0
- package/resources/messaging/email-domains/actions.d.mts +30 -0
- package/resources/messaging/email-domains/actions.d.mts.map +1 -0
- package/resources/messaging/email-domains/actions.d.ts +30 -0
- package/resources/messaging/email-domains/actions.d.ts.map +1 -0
- package/resources/messaging/email-domains/actions.js +35 -0
- package/resources/messaging/email-domains/actions.js.map +1 -0
- package/resources/messaging/email-domains/actions.mjs +31 -0
- package/resources/messaging/email-domains/actions.mjs.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.mts +182 -0
- package/resources/messaging/email-domains/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.ts +182 -0
- package/resources/messaging/email-domains/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains/email-domains.js +97 -0
- package/resources/messaging/email-domains/email-domains.js.map +1 -0
- package/resources/messaging/email-domains/email-domains.mjs +92 -0
- package/resources/messaging/email-domains/email-domains.mjs.map +1 -0
- package/resources/messaging/email-domains/index.d.mts +3 -0
- package/resources/messaging/email-domains/index.d.mts.map +1 -0
- package/resources/messaging/email-domains/index.d.ts +3 -0
- package/resources/messaging/email-domains/index.d.ts.map +1 -0
- package/resources/messaging/email-domains/index.js +9 -0
- package/resources/messaging/email-domains/index.js.map +1 -0
- package/resources/messaging/email-domains/index.mjs +4 -0
- package/resources/messaging/email-domains/index.mjs.map +1 -0
- package/resources/messaging/email-domains.d.mts +2 -0
- package/resources/messaging/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains.d.ts +2 -0
- package/resources/messaging/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains.js +6 -0
- package/resources/messaging/email-domains.js.map +1 -0
- package/resources/messaging/email-domains.mjs +3 -0
- package/resources/messaging/email-domains.mjs.map +1 -0
- package/resources/messaging/email-inboxes.d.mts +456 -0
- package/resources/messaging/email-inboxes.d.mts.map +1 -0
- package/resources/messaging/email-inboxes.d.ts +456 -0
- package/resources/messaging/email-inboxes.d.ts.map +1 -0
- package/resources/messaging/email-inboxes.js +124 -0
- package/resources/messaging/email-inboxes.js.map +1 -0
- package/resources/messaging/email-inboxes.mjs +120 -0
- package/resources/messaging/email-inboxes.mjs.map +1 -0
- package/resources/messaging/groups/groups.d.mts +174 -0
- package/resources/messaging/groups/groups.d.mts.map +1 -0
- package/resources/messaging/groups/groups.d.ts +174 -0
- package/resources/messaging/groups/groups.d.ts.map +1 -0
- package/resources/messaging/groups/groups.js +115 -0
- package/resources/messaging/groups/groups.js.map +1 -0
- package/resources/messaging/groups/groups.mjs +110 -0
- package/resources/messaging/groups/groups.mjs.map +1 -0
- package/resources/messaging/groups/index.d.mts +3 -0
- package/resources/messaging/groups/index.d.mts.map +1 -0
- package/resources/messaging/groups/index.d.ts +3 -0
- package/resources/messaging/groups/index.d.ts.map +1 -0
- package/resources/messaging/groups/index.js +9 -0
- package/resources/messaging/groups/index.js.map +1 -0
- package/resources/messaging/groups/index.mjs +4 -0
- package/resources/messaging/groups/index.mjs.map +1 -0
- package/resources/messaging/groups/members.d.mts +95 -0
- package/resources/messaging/groups/members.d.mts.map +1 -0
- package/resources/messaging/groups/members.d.ts +95 -0
- package/resources/messaging/groups/members.d.ts.map +1 -0
- package/resources/messaging/groups/members.js +61 -0
- package/resources/messaging/groups/members.js.map +1 -0
- package/resources/messaging/groups/members.mjs +57 -0
- package/resources/messaging/groups/members.mjs.map +1 -0
- package/resources/messaging/groups.d.mts +2 -0
- package/resources/messaging/groups.d.mts.map +1 -0
- package/resources/messaging/groups.d.ts +2 -0
- package/resources/messaging/groups.d.ts.map +1 -0
- package/resources/messaging/groups.js +6 -0
- package/resources/messaging/groups.js.map +1 -0
- package/resources/messaging/groups.mjs +3 -0
- package/resources/messaging/groups.mjs.map +1 -0
- package/resources/messaging/index.d.mts +11 -0
- package/resources/messaging/index.d.mts.map +1 -0
- package/resources/messaging/index.d.ts +11 -0
- package/resources/messaging/index.d.ts.map +1 -0
- package/resources/messaging/index.js +25 -0
- package/resources/messaging/index.js.map +1 -0
- package/resources/messaging/index.mjs +12 -0
- package/resources/messaging/index.mjs.map +1 -0
- package/resources/messaging/messages/actions.d.mts +110 -0
- package/resources/messaging/messages/actions.d.mts.map +1 -0
- package/resources/messaging/messages/actions.d.ts +110 -0
- package/resources/messaging/messages/actions.d.ts.map +1 -0
- package/resources/messaging/messages/actions.js +95 -0
- package/resources/messaging/messages/actions.js.map +1 -0
- package/resources/messaging/messages/actions.mjs +91 -0
- package/resources/messaging/messages/actions.mjs.map +1 -0
- package/resources/messaging/messages/index.d.mts +3 -0
- package/resources/messaging/messages/index.d.mts.map +1 -0
- package/resources/messaging/messages/index.d.ts +3 -0
- package/resources/messaging/messages/index.d.ts.map +1 -0
- package/resources/messaging/messages/index.js +9 -0
- package/resources/messaging/messages/index.js.map +1 -0
- package/resources/messaging/messages/index.mjs +4 -0
- package/resources/messaging/messages/index.mjs.map +1 -0
- package/resources/messaging/messages/messages.d.mts +70 -0
- package/resources/messaging/messages/messages.d.mts.map +1 -0
- package/resources/messaging/messages/messages.d.ts +70 -0
- package/resources/messaging/messages/messages.d.ts.map +1 -0
- package/resources/messaging/messages/messages.js +45 -0
- package/resources/messaging/messages/messages.js.map +1 -0
- package/resources/messaging/messages/messages.mjs +40 -0
- package/resources/messaging/messages/messages.mjs.map +1 -0
- package/resources/messaging/messages.d.mts +2 -0
- package/resources/messaging/messages.d.mts.map +1 -0
- package/resources/messaging/messages.d.ts +2 -0
- package/resources/messaging/messages.d.ts.map +1 -0
- package/resources/messaging/messages.js +6 -0
- package/resources/messaging/messages.js.map +1 -0
- package/resources/messaging/messages.mjs +3 -0
- package/resources/messaging/messages.mjs.map +1 -0
- package/resources/messaging/messaging.d.mts +123 -0
- package/resources/messaging/messaging.d.mts.map +1 -0
- package/resources/messaging/messaging.d.ts +123 -0
- package/resources/messaging/messaging.d.ts.map +1 -0
- package/resources/messaging/messaging.js +78 -0
- package/resources/messaging/messaging.js.map +1 -0
- package/resources/messaging/messaging.mjs +73 -0
- package/resources/messaging/messaging.mjs.map +1 -0
- package/resources/messaging/notifications/actions.d.mts +105 -0
- package/resources/messaging/notifications/actions.d.mts.map +1 -0
- package/resources/messaging/notifications/actions.d.ts +105 -0
- package/resources/messaging/notifications/actions.d.ts.map +1 -0
- package/resources/messaging/notifications/actions.js +102 -0
- package/resources/messaging/notifications/actions.js.map +1 -0
- package/resources/messaging/notifications/actions.mjs +98 -0
- package/resources/messaging/notifications/actions.mjs.map +1 -0
- package/resources/messaging/notifications/index.d.mts +3 -0
- package/resources/messaging/notifications/index.d.mts.map +1 -0
- package/resources/messaging/notifications/index.d.ts +3 -0
- package/resources/messaging/notifications/index.d.ts.map +1 -0
- package/resources/messaging/notifications/index.js +9 -0
- package/resources/messaging/notifications/index.js.map +1 -0
- package/resources/messaging/notifications/index.mjs +4 -0
- package/resources/messaging/notifications/index.mjs.map +1 -0
- package/resources/messaging/notifications/notifications.d.mts +502 -0
- package/resources/messaging/notifications/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications/notifications.d.ts +502 -0
- package/resources/messaging/notifications/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications/notifications.js +129 -0
- package/resources/messaging/notifications/notifications.js.map +1 -0
- package/resources/messaging/notifications/notifications.mjs +124 -0
- package/resources/messaging/notifications/notifications.mjs.map +1 -0
- package/resources/messaging/notifications.d.mts +2 -0
- package/resources/messaging/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications.d.ts +2 -0
- package/resources/messaging/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications.js +6 -0
- package/resources/messaging/notifications.js.map +1 -0
- package/resources/messaging/notifications.mjs +3 -0
- package/resources/messaging/notifications.mjs.map +1 -0
- package/resources/messaging/preferences.d.mts +243 -0
- package/resources/messaging/preferences.d.mts.map +1 -0
- package/resources/messaging/preferences.d.ts +243 -0
- package/resources/messaging/preferences.d.ts.map +1 -0
- package/resources/messaging/preferences.js +56 -0
- package/resources/messaging/preferences.js.map +1 -0
- package/resources/messaging/preferences.mjs +52 -0
- package/resources/messaging/preferences.mjs.map +1 -0
- package/resources/messaging.d.mts +2 -0
- package/resources/messaging.d.mts.map +1 -0
- package/resources/messaging.d.ts +2 -0
- package/resources/messaging.d.ts.map +1 -0
- package/resources/messaging.js +6 -0
- package/resources/messaging.js.map +1 -0
- package/resources/messaging.mjs +3 -0
- package/resources/messaging.mjs.map +1 -0
- package/resources/operations/carriers/carriers.d.mts +278 -0
- package/resources/operations/carriers/carriers.d.mts.map +1 -0
- package/resources/operations/carriers/carriers.d.ts +278 -0
- package/resources/operations/carriers/carriers.d.ts.map +1 -0
- package/resources/operations/carriers/carriers.js +121 -0
- package/resources/operations/carriers/carriers.js.map +1 -0
- package/resources/operations/carriers/carriers.mjs +116 -0
- package/resources/operations/carriers/carriers.mjs.map +1 -0
- package/resources/operations/carriers/index.d.mts +3 -0
- package/resources/operations/carriers/index.d.mts.map +1 -0
- package/resources/operations/carriers/index.d.ts +3 -0
- package/resources/operations/carriers/index.d.ts.map +1 -0
- package/resources/operations/carriers/index.js +9 -0
- package/resources/operations/carriers/index.js.map +1 -0
- package/resources/operations/carriers/index.mjs +4 -0
- package/resources/operations/carriers/index.mjs.map +1 -0
- package/resources/operations/carriers/service-levels.d.mts +330 -0
- package/resources/operations/carriers/service-levels.d.mts.map +1 -0
- package/resources/operations/carriers/service-levels.d.ts +330 -0
- package/resources/operations/carriers/service-levels.d.ts.map +1 -0
- package/resources/operations/carriers/service-levels.js +141 -0
- package/resources/operations/carriers/service-levels.js.map +1 -0
- package/resources/operations/carriers/service-levels.mjs +137 -0
- package/resources/operations/carriers/service-levels.mjs.map +1 -0
- package/resources/operations/carriers.d.mts +2 -0
- package/resources/operations/carriers.d.mts.map +1 -0
- package/resources/operations/carriers.d.ts +2 -0
- package/resources/operations/carriers.d.ts.map +1 -0
- package/resources/operations/carriers.js +6 -0
- package/resources/operations/carriers.js.map +1 -0
- package/resources/operations/carriers.mjs +3 -0
- package/resources/operations/carriers.mjs.map +1 -0
- package/resources/operations/demand-overrides.d.mts +638 -0
- package/resources/operations/demand-overrides.d.mts.map +1 -0
- package/resources/operations/demand-overrides.d.ts +638 -0
- package/resources/operations/demand-overrides.d.ts.map +1 -0
- package/resources/operations/demand-overrides.js +130 -0
- package/resources/operations/demand-overrides.js.map +1 -0
- package/resources/operations/demand-overrides.mjs +126 -0
- package/resources/operations/demand-overrides.mjs.map +1 -0
- package/resources/operations/departments.d.mts +332 -0
- package/resources/operations/departments.d.mts.map +1 -0
- package/resources/operations/departments.d.ts +332 -0
- package/resources/operations/departments.d.ts.map +1 -0
- package/resources/operations/departments.js +115 -0
- package/resources/operations/departments.js.map +1 -0
- package/resources/operations/departments.mjs +111 -0
- package/resources/operations/departments.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.d.mts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.js +40 -0
- package/resources/operations/fulfillment-recommendations/actions.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs +36 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js +52 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs +47 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.js +9 -0
- package/resources/operations/fulfillment-recommendations/index.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.mjs +4 -0
- package/resources/operations/fulfillment-recommendations/index.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.mts +2 -0
- package/resources/operations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.ts +2 -0
- package/resources/operations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations.js +6 -0
- package/resources/operations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations.mjs +3 -0
- package/resources/operations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/index.d.mts +16 -0
- package/resources/operations/index.d.mts.map +1 -0
- package/resources/operations/index.d.ts +16 -0
- package/resources/operations/index.d.ts.map +1 -0
- package/resources/operations/index.js +35 -0
- package/resources/operations/index.js.map +1 -0
- package/resources/operations/index.mjs +17 -0
- package/resources/operations/index.mjs.map +1 -0
- package/resources/operations/location-types.d.mts +123 -0
- package/resources/operations/location-types.d.mts.map +1 -0
- package/resources/operations/location-types.d.ts +123 -0
- package/resources/operations/location-types.d.ts.map +1 -0
- package/resources/operations/location-types.js +47 -0
- package/resources/operations/location-types.js.map +1 -0
- package/resources/operations/location-types.mjs +43 -0
- package/resources/operations/location-types.mjs.map +1 -0
- package/resources/operations/locations/actions.d.mts +72 -0
- package/resources/operations/locations/actions.d.mts.map +1 -0
- package/resources/operations/locations/actions.d.ts +72 -0
- package/resources/operations/locations/actions.d.ts.map +1 -0
- package/resources/operations/locations/actions.js +32 -0
- package/resources/operations/locations/actions.js.map +1 -0
- package/resources/operations/locations/actions.mjs +28 -0
- package/resources/operations/locations/actions.mjs.map +1 -0
- package/resources/operations/locations/index.d.mts +3 -0
- package/resources/operations/locations/index.d.mts.map +1 -0
- package/resources/operations/locations/index.d.ts +3 -0
- package/resources/operations/locations/index.d.ts.map +1 -0
- package/resources/operations/locations/index.js +9 -0
- package/resources/operations/locations/index.js.map +1 -0
- package/resources/operations/locations/index.mjs +4 -0
- package/resources/operations/locations/index.mjs.map +1 -0
- package/resources/operations/locations/locations.d.mts +273 -0
- package/resources/operations/locations/locations.d.mts.map +1 -0
- package/resources/operations/locations/locations.d.ts +273 -0
- package/resources/operations/locations/locations.d.ts.map +1 -0
- package/resources/operations/locations/locations.js +113 -0
- package/resources/operations/locations/locations.js.map +1 -0
- package/resources/operations/locations/locations.mjs +108 -0
- package/resources/operations/locations/locations.mjs.map +1 -0
- package/resources/operations/locations.d.mts +2 -0
- package/resources/operations/locations.d.mts.map +1 -0
- package/resources/operations/locations.d.ts +2 -0
- package/resources/operations/locations.d.ts.map +1 -0
- package/resources/operations/locations.js +6 -0
- package/resources/operations/locations.js.map +1 -0
- package/resources/operations/locations.mjs +3 -0
- package/resources/operations/locations.mjs.map +1 -0
- package/resources/operations/machine-downtime-events.d.mts +572 -0
- package/resources/operations/machine-downtime-events.d.mts.map +1 -0
- package/resources/operations/machine-downtime-events.d.ts +572 -0
- package/resources/operations/machine-downtime-events.d.ts.map +1 -0
- package/resources/operations/machine-downtime-events.js +129 -0
- package/resources/operations/machine-downtime-events.js.map +1 -0
- package/resources/operations/machine-downtime-events.mjs +125 -0
- package/resources/operations/machine-downtime-events.mjs.map +1 -0
- package/resources/operations/machines.d.mts +223 -0
- package/resources/operations/machines.d.mts.map +1 -0
- package/resources/operations/machines.d.ts +223 -0
- package/resources/operations/machines.d.ts.map +1 -0
- package/resources/operations/machines.js +106 -0
- package/resources/operations/machines.js.map +1 -0
- package/resources/operations/machines.mjs +102 -0
- package/resources/operations/machines.mjs.map +1 -0
- package/resources/operations/operating-calendars/closures.d.mts +173 -0
- package/resources/operations/operating-calendars/closures.d.mts.map +1 -0
- package/resources/operations/operating-calendars/closures.d.ts +173 -0
- package/resources/operations/operating-calendars/closures.d.ts.map +1 -0
- package/resources/operations/operating-calendars/closures.js +81 -0
- package/resources/operations/operating-calendars/closures.js.map +1 -0
- package/resources/operations/operating-calendars/closures.mjs +77 -0
- package/resources/operations/operating-calendars/closures.mjs.map +1 -0
- package/resources/operations/operating-calendars/index.d.mts +3 -0
- package/resources/operations/operating-calendars/index.d.mts.map +1 -0
- package/resources/operations/operating-calendars/index.d.ts +3 -0
- package/resources/operations/operating-calendars/index.d.ts.map +1 -0
- package/resources/operations/operating-calendars/index.js +9 -0
- package/resources/operations/operating-calendars/index.js.map +1 -0
- package/resources/operations/operating-calendars/index.mjs +4 -0
- package/resources/operations/operating-calendars/index.mjs.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.js +129 -0
- package/resources/operations/operating-calendars/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs +124 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs.map +1 -0
- package/resources/operations/operating-calendars.d.mts +2 -0
- package/resources/operations/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars.d.ts +2 -0
- package/resources/operations/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars.js +6 -0
- package/resources/operations/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars.mjs +3 -0
- package/resources/operations/operating-calendars.mjs.map +1 -0
- package/resources/operations/operations.d.mts +556 -0
- package/resources/operations/operations.d.mts.map +1 -0
- package/resources/operations/operations.d.ts +556 -0
- package/resources/operations/operations.d.ts.map +1 -0
- package/resources/operations/operations.js +151 -0
- package/resources/operations/operations.js.map +1 -0
- package/resources/operations/operations.mjs +146 -0
- package/resources/operations/operations.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.mts +4 -0
- package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.ts +4 -0
- package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/index.js +11 -0
- package/resources/operations/production-schedule-settings/index.js.map +1 -0
- package/resources/operations/production-schedule-settings/index.mjs +5 -0
- package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/items.d.mts +228 -0
- package/resources/operations/production-schedule-settings/items.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/items.d.ts +228 -0
- package/resources/operations/production-schedule-settings/items.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/items.js +109 -0
- package/resources/operations/production-schedule-settings/items.js.map +1 -0
- package/resources/operations/production-schedule-settings/items.mjs +105 -0
- package/resources/operations/production-schedule-settings/items.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +806 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +806 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js +103 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +98 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.mts +231 -0
- package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.ts +231 -0
- package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.js +88 -0
- package/resources/operations/production-schedule-settings/resources.js.map +1 -0
- package/resources/operations/production-schedule-settings/resources.mjs +84 -0
- package/resources/operations/production-schedule-settings/resources.mjs.map +1 -0
- package/resources/operations/production-schedule-settings.d.mts +2 -0
- package/resources/operations/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings.d.ts +2 -0
- package/resources/operations/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings.js +6 -0
- package/resources/operations/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings.mjs +3 -0
- package/resources/operations/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedules/actions.d.mts +890 -0
- package/resources/operations/production-schedules/actions.d.mts.map +1 -0
- package/resources/operations/production-schedules/actions.d.ts +890 -0
- package/resources/operations/production-schedules/actions.d.ts.map +1 -0
- package/resources/operations/production-schedules/actions.js +216 -0
- package/resources/operations/production-schedules/actions.js.map +1 -0
- package/resources/operations/production-schedules/actions.mjs +212 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -0
- package/resources/operations/production-schedules/index.d.mts +4 -0
- package/resources/operations/production-schedules/index.d.mts.map +1 -0
- package/resources/operations/production-schedules/index.d.ts +4 -0
- package/resources/operations/production-schedules/index.d.ts.map +1 -0
- package/resources/operations/production-schedules/index.js +11 -0
- package/resources/operations/production-schedules/index.js.map +1 -0
- package/resources/operations/production-schedules/index.mjs +5 -0
- package/resources/operations/production-schedules/index.mjs.map +1 -0
- package/resources/operations/production-schedules/lines.d.mts +526 -0
- package/resources/operations/production-schedules/lines.d.mts.map +1 -0
- package/resources/operations/production-schedules/lines.d.ts +526 -0
- package/resources/operations/production-schedules/lines.d.ts.map +1 -0
- package/resources/operations/production-schedules/lines.js +119 -0
- package/resources/operations/production-schedules/lines.js.map +1 -0
- package/resources/operations/production-schedules/lines.mjs +115 -0
- package/resources/operations/production-schedules/lines.mjs.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.mts +1926 -0
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.ts +1926 -0
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.js +330 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules/production-schedules.mjs +325 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -0
- package/resources/operations/production-schedules.d.mts +2 -0
- package/resources/operations/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules.d.ts +2 -0
- package/resources/operations/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules.js +6 -0
- package/resources/operations/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules.mjs +3 -0
- package/resources/operations/production-schedules.mjs.map +1 -0
- package/resources/operations/scanning-stations.d.mts +341 -0
- package/resources/operations/scanning-stations.d.mts.map +1 -0
- package/resources/operations/scanning-stations.d.ts +341 -0
- package/resources/operations/scanning-stations.d.ts.map +1 -0
- package/resources/operations/scanning-stations.js +126 -0
- package/resources/operations/scanning-stations.js.map +1 -0
- package/resources/operations/scanning-stations.mjs +122 -0
- package/resources/operations/scanning-stations.mjs.map +1 -0
- package/resources/operations/shipments/actions.d.mts +282 -0
- package/resources/operations/shipments/actions.d.mts.map +1 -0
- package/resources/operations/shipments/actions.d.ts +282 -0
- package/resources/operations/shipments/actions.d.ts.map +1 -0
- package/resources/operations/shipments/actions.js +65 -0
- package/resources/operations/shipments/actions.js.map +1 -0
- package/resources/operations/shipments/actions.mjs +61 -0
- package/resources/operations/shipments/actions.mjs.map +1 -0
- package/resources/operations/shipments/index.d.mts +3 -0
- package/resources/operations/shipments/index.d.mts.map +1 -0
- package/resources/operations/shipments/index.d.ts +3 -0
- package/resources/operations/shipments/index.d.ts.map +1 -0
- package/resources/operations/shipments/index.js +9 -0
- package/resources/operations/shipments/index.js.map +1 -0
- package/resources/operations/shipments/index.mjs +4 -0
- package/resources/operations/shipments/index.mjs.map +1 -0
- package/resources/operations/shipments/shipments.d.mts +10 -0
- package/resources/operations/shipments/shipments.d.mts.map +1 -0
- package/resources/operations/shipments/shipments.d.ts +10 -0
- package/resources/operations/shipments/shipments.d.ts.map +1 -0
- package/resources/operations/shipments/shipments.js +17 -0
- package/resources/operations/shipments/shipments.js.map +1 -0
- package/resources/operations/shipments/shipments.mjs +12 -0
- package/resources/operations/shipments/shipments.mjs.map +1 -0
- package/resources/operations/shipments.d.mts +2 -0
- package/resources/operations/shipments.d.mts.map +1 -0
- package/resources/operations/shipments.d.ts +2 -0
- package/resources/operations/shipments.d.ts.map +1 -0
- package/resources/operations/shipments.js +6 -0
- package/resources/operations/shipments.js.map +1 -0
- package/resources/operations/shipments.mjs +3 -0
- package/resources/operations/shipments.mjs.map +1 -0
- package/resources/operations/shipping-terms.d.mts +359 -0
- package/resources/operations/shipping-terms.d.mts.map +1 -0
- package/resources/operations/shipping-terms.d.ts +359 -0
- package/resources/operations/shipping-terms.d.ts.map +1 -0
- package/resources/operations/shipping-terms.js +137 -0
- package/resources/operations/shipping-terms.js.map +1 -0
- package/resources/operations/shipping-terms.mjs +133 -0
- package/resources/operations/shipping-terms.mjs.map +1 -0
- package/resources/operations.d.mts +2 -0
- package/resources/operations.d.mts.map +1 -0
- package/resources/operations.d.ts +2 -0
- package/resources/operations.d.ts.map +1 -0
- package/resources/operations.js +6 -0
- package/resources/operations.js.map +1 -0
- package/resources/operations.mjs +3 -0
- package/resources/operations.mjs.map +1 -0
- package/resources/sales/account-groups.d.mts +405 -0
- package/resources/sales/account-groups.d.mts.map +1 -0
- package/resources/sales/account-groups.d.ts +405 -0
- package/resources/sales/account-groups.d.ts.map +1 -0
- package/resources/sales/account-groups.js +122 -0
- package/resources/sales/account-groups.js.map +1 -0
- package/resources/sales/account-groups.mjs +118 -0
- package/resources/sales/account-groups.mjs.map +1 -0
- package/resources/sales/account-prices/account-prices.d.mts +1008 -0
- package/resources/sales/account-prices/account-prices.d.mts.map +1 -0
- package/resources/sales/account-prices/account-prices.d.ts +1008 -0
- package/resources/sales/account-prices/account-prices.d.ts.map +1 -0
- package/resources/sales/account-prices/account-prices.js +143 -0
- package/resources/sales/account-prices/account-prices.js.map +1 -0
- package/resources/sales/account-prices/account-prices.mjs +138 -0
- package/resources/sales/account-prices/account-prices.mjs.map +1 -0
- package/resources/sales/account-prices/actions.d.mts +58 -0
- package/resources/sales/account-prices/actions.d.mts.map +1 -0
- package/resources/sales/account-prices/actions.d.ts +58 -0
- package/resources/sales/account-prices/actions.d.ts.map +1 -0
- package/resources/sales/account-prices/actions.js +44 -0
- package/resources/sales/account-prices/actions.js.map +1 -0
- package/resources/sales/account-prices/actions.mjs +40 -0
- package/resources/sales/account-prices/actions.mjs.map +1 -0
- package/resources/sales/account-prices/index.d.mts +3 -0
- package/resources/sales/account-prices/index.d.mts.map +1 -0
- package/resources/sales/account-prices/index.d.ts +3 -0
- package/resources/sales/account-prices/index.d.ts.map +1 -0
- package/resources/sales/account-prices/index.js +9 -0
- package/resources/sales/account-prices/index.js.map +1 -0
- package/resources/sales/account-prices/index.mjs +4 -0
- package/resources/sales/account-prices/index.mjs.map +1 -0
- package/resources/sales/account-prices.d.mts +2 -0
- package/resources/sales/account-prices.d.mts.map +1 -0
- package/resources/sales/account-prices.d.ts +2 -0
- package/resources/sales/account-prices.d.ts.map +1 -0
- package/resources/sales/account-prices.js +6 -0
- package/resources/sales/account-prices.js.map +1 -0
- package/resources/sales/account-prices.mjs +3 -0
- package/resources/sales/account-prices.mjs.map +1 -0
- package/resources/sales/account-statuses.d.mts +143 -0
- package/resources/sales/account-statuses.d.mts.map +1 -0
- package/resources/sales/account-statuses.d.ts +143 -0
- package/resources/sales/account-statuses.d.ts.map +1 -0
- package/resources/sales/account-statuses.js +44 -0
- package/resources/sales/account-statuses.js.map +1 -0
- package/resources/sales/account-statuses.mjs +40 -0
- package/resources/sales/account-statuses.mjs.map +1 -0
- package/resources/sales/account-users/account-users.d.mts +10 -0
- package/resources/sales/account-users/account-users.d.mts.map +1 -0
- package/resources/sales/account-users/account-users.d.ts +10 -0
- package/resources/sales/account-users/account-users.d.ts.map +1 -0
- package/resources/sales/account-users/account-users.js +17 -0
- package/resources/sales/account-users/account-users.js.map +1 -0
- package/resources/sales/account-users/account-users.mjs +12 -0
- package/resources/sales/account-users/account-users.mjs.map +1 -0
- package/resources/sales/account-users/index.d.mts +3 -0
- package/resources/sales/account-users/index.d.mts.map +1 -0
- package/resources/sales/account-users/index.d.ts +3 -0
- package/resources/sales/account-users/index.d.ts.map +1 -0
- package/resources/sales/account-users/index.js +9 -0
- package/resources/sales/account-users/index.js.map +1 -0
- package/resources/sales/account-users/index.mjs +4 -0
- package/resources/sales/account-users/index.mjs.map +1 -0
- package/resources/sales/account-users/sales-targets.d.mts +285 -0
- package/resources/sales/account-users/sales-targets.d.mts.map +1 -0
- package/resources/sales/account-users/sales-targets.d.ts +285 -0
- package/resources/sales/account-users/sales-targets.d.ts.map +1 -0
- package/resources/sales/account-users/sales-targets.js +98 -0
- package/resources/sales/account-users/sales-targets.js.map +1 -0
- package/resources/sales/account-users/sales-targets.mjs +94 -0
- package/resources/sales/account-users/sales-targets.mjs.map +1 -0
- package/resources/sales/account-users.d.mts +2 -0
- package/resources/sales/account-users.d.mts.map +1 -0
- package/resources/sales/account-users.d.ts +2 -0
- package/resources/sales/account-users.d.ts.map +1 -0
- package/resources/sales/account-users.js +6 -0
- package/resources/sales/account-users.js.map +1 -0
- package/resources/sales/account-users.mjs +3 -0
- package/resources/sales/account-users.mjs.map +1 -0
- package/resources/sales/addresses.d.mts +394 -0
- package/resources/sales/addresses.d.mts.map +1 -0
- package/resources/sales/addresses.d.ts +394 -0
- package/resources/sales/addresses.d.ts.map +1 -0
- package/resources/sales/addresses.js +126 -0
- package/resources/sales/addresses.js.map +1 -0
- package/resources/sales/addresses.mjs +122 -0
- package/resources/sales/addresses.mjs.map +1 -0
- package/resources/sales/contacts/actions.d.mts +137 -0
- package/resources/sales/contacts/actions.d.mts.map +1 -0
- package/resources/sales/contacts/actions.d.ts +137 -0
- package/resources/sales/contacts/actions.d.ts.map +1 -0
- package/resources/sales/contacts/actions.js +40 -0
- package/resources/sales/contacts/actions.js.map +1 -0
- package/resources/sales/contacts/actions.mjs +36 -0
- package/resources/sales/contacts/actions.mjs.map +1 -0
- package/resources/sales/contacts/contacts.d.mts +10 -0
- package/resources/sales/contacts/contacts.d.mts.map +1 -0
- package/resources/sales/contacts/contacts.d.ts +10 -0
- package/resources/sales/contacts/contacts.d.ts.map +1 -0
- package/resources/sales/contacts/contacts.js +17 -0
- package/resources/sales/contacts/contacts.js.map +1 -0
- package/resources/sales/contacts/contacts.mjs +12 -0
- package/resources/sales/contacts/contacts.mjs.map +1 -0
- package/resources/sales/contacts/index.d.mts +3 -0
- package/resources/sales/contacts/index.d.mts.map +1 -0
- package/resources/sales/contacts/index.d.ts +3 -0
- package/resources/sales/contacts/index.d.ts.map +1 -0
- package/resources/sales/contacts/index.js +9 -0
- package/resources/sales/contacts/index.js.map +1 -0
- package/resources/sales/contacts/index.mjs +4 -0
- package/resources/sales/contacts/index.mjs.map +1 -0
- package/resources/sales/contacts.d.mts +2 -0
- package/resources/sales/contacts.d.mts.map +1 -0
- package/resources/sales/contacts.d.ts +2 -0
- package/resources/sales/contacts.d.ts.map +1 -0
- package/resources/sales/contacts.js +6 -0
- package/resources/sales/contacts.js.map +1 -0
- package/resources/sales/contacts.mjs +3 -0
- package/resources/sales/contacts.mjs.map +1 -0
- package/resources/sales/customers/actions.d.mts +63 -0
- package/resources/sales/customers/actions.d.mts.map +1 -0
- package/resources/sales/customers/actions.d.ts +63 -0
- package/resources/sales/customers/actions.d.ts.map +1 -0
- package/resources/sales/customers/actions.js +44 -0
- package/resources/sales/customers/actions.js.map +1 -0
- package/resources/sales/customers/actions.mjs +40 -0
- package/resources/sales/customers/actions.mjs.map +1 -0
- package/resources/sales/customers/customers.d.mts +973 -0
- package/resources/sales/customers/customers.d.mts.map +1 -0
- package/resources/sales/customers/customers.d.ts +973 -0
- package/resources/sales/customers/customers.d.ts.map +1 -0
- package/resources/sales/customers/customers.js +196 -0
- package/resources/sales/customers/customers.js.map +1 -0
- package/resources/sales/customers/customers.mjs +191 -0
- package/resources/sales/customers/customers.mjs.map +1 -0
- package/resources/sales/customers/index.d.mts +3 -0
- package/resources/sales/customers/index.d.mts.map +1 -0
- package/resources/sales/customers/index.d.ts +3 -0
- package/resources/sales/customers/index.d.ts.map +1 -0
- package/resources/sales/customers/index.js +9 -0
- package/resources/sales/customers/index.js.map +1 -0
- package/resources/sales/customers/index.mjs +4 -0
- package/resources/sales/customers/index.mjs.map +1 -0
- package/resources/sales/customers.d.mts +2 -0
- package/resources/sales/customers.d.mts.map +1 -0
- package/resources/sales/customers.d.ts +2 -0
- package/resources/sales/customers.d.ts.map +1 -0
- package/resources/sales/customers.js +6 -0
- package/resources/sales/customers.js.map +1 -0
- package/resources/sales/customers.mjs +3 -0
- package/resources/sales/customers.mjs.map +1 -0
- package/resources/sales/index.d.mts +13 -0
- package/resources/sales/index.d.mts.map +1 -0
- package/resources/sales/index.d.ts +13 -0
- package/resources/sales/index.d.ts.map +1 -0
- package/resources/sales/index.js +29 -0
- package/resources/sales/index.js.map +1 -0
- package/resources/sales/index.mjs +14 -0
- package/resources/sales/index.mjs.map +1 -0
- package/resources/sales/order-discounts/actions.d.mts +85 -0
- package/resources/sales/order-discounts/actions.d.mts.map +1 -0
- package/resources/sales/order-discounts/actions.d.ts +85 -0
- package/resources/sales/order-discounts/actions.d.ts.map +1 -0
- package/resources/sales/order-discounts/actions.js +35 -0
- package/resources/sales/order-discounts/actions.js.map +1 -0
- package/resources/sales/order-discounts/actions.mjs +31 -0
- package/resources/sales/order-discounts/actions.mjs.map +1 -0
- package/resources/sales/order-discounts/index.d.mts +3 -0
- package/resources/sales/order-discounts/index.d.mts.map +1 -0
- package/resources/sales/order-discounts/index.d.ts +3 -0
- package/resources/sales/order-discounts/index.d.ts.map +1 -0
- package/resources/sales/order-discounts/index.js +9 -0
- package/resources/sales/order-discounts/index.js.map +1 -0
- package/resources/sales/order-discounts/index.mjs +4 -0
- package/resources/sales/order-discounts/index.mjs.map +1 -0
- package/resources/sales/order-discounts/order-discounts.d.mts +365 -0
- package/resources/sales/order-discounts/order-discounts.d.mts.map +1 -0
- package/resources/sales/order-discounts/order-discounts.d.ts +365 -0
- package/resources/sales/order-discounts/order-discounts.d.ts.map +1 -0
- package/resources/sales/order-discounts/order-discounts.js +125 -0
- package/resources/sales/order-discounts/order-discounts.js.map +1 -0
- package/resources/sales/order-discounts/order-discounts.mjs +120 -0
- package/resources/sales/order-discounts/order-discounts.mjs.map +1 -0
- package/resources/sales/order-discounts.d.mts +2 -0
- package/resources/sales/order-discounts.d.mts.map +1 -0
- package/resources/sales/order-discounts.d.ts +2 -0
- package/resources/sales/order-discounts.d.ts.map +1 -0
- package/resources/sales/order-discounts.js +6 -0
- package/resources/sales/order-discounts.js.map +1 -0
- package/resources/sales/order-discounts.mjs +3 -0
- package/resources/sales/order-discounts.mjs.map +1 -0
- package/resources/sales/priorities.d.mts +101 -0
- package/resources/sales/priorities.d.mts.map +1 -0
- package/resources/sales/priorities.d.ts +101 -0
- package/resources/sales/priorities.d.ts.map +1 -0
- package/resources/sales/priorities.js +48 -0
- package/resources/sales/priorities.js.map +1 -0
- package/resources/sales/priorities.mjs +44 -0
- package/resources/sales/priorities.mjs.map +1 -0
- package/resources/sales/sales-orders/actions.d.mts +490 -0
- package/resources/sales/sales-orders/actions.d.mts.map +1 -0
- package/resources/sales/sales-orders/actions.d.ts +490 -0
- package/resources/sales/sales-orders/actions.d.ts.map +1 -0
- package/resources/sales/sales-orders/actions.js +205 -0
- package/resources/sales/sales-orders/actions.js.map +1 -0
- package/resources/sales/sales-orders/actions.mjs +201 -0
- package/resources/sales/sales-orders/actions.mjs.map +1 -0
- package/resources/sales/sales-orders/index.d.mts +4 -0
- package/resources/sales/sales-orders/index.d.mts.map +1 -0
- package/resources/sales/sales-orders/index.d.ts +4 -0
- package/resources/sales/sales-orders/index.d.ts.map +1 -0
- package/resources/sales/sales-orders/index.js +11 -0
- package/resources/sales/sales-orders/index.js.map +1 -0
- package/resources/sales/sales-orders/index.mjs +5 -0
- package/resources/sales/sales-orders/index.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/actions.d.mts +58 -0
- package/resources/sales/sales-orders/lines/actions.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/actions.d.ts +58 -0
- package/resources/sales/sales-orders/lines/actions.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/actions.js +36 -0
- package/resources/sales/sales-orders/lines/actions.js.map +1 -0
- package/resources/sales/sales-orders/lines/actions.mjs +32 -0
- package/resources/sales/sales-orders/lines/actions.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/index.d.mts +3 -0
- package/resources/sales/sales-orders/lines/index.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/index.d.ts +3 -0
- package/resources/sales/sales-orders/lines/index.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/index.js +9 -0
- package/resources/sales/sales-orders/lines/index.js.map +1 -0
- package/resources/sales/sales-orders/lines/index.mjs +4 -0
- package/resources/sales/sales-orders/lines/index.mjs.map +1 -0
- package/resources/sales/sales-orders/lines/lines.d.mts +246 -0
- package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines/lines.d.ts +246 -0
- package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines/lines.js +113 -0
- package/resources/sales/sales-orders/lines/lines.js.map +1 -0
- package/resources/sales/sales-orders/lines/lines.mjs +108 -0
- package/resources/sales/sales-orders/lines/lines.mjs.map +1 -0
- package/resources/sales/sales-orders/lines.d.mts +2 -0
- package/resources/sales/sales-orders/lines.d.mts.map +1 -0
- package/resources/sales/sales-orders/lines.d.ts +2 -0
- package/resources/sales/sales-orders/lines.d.ts.map +1 -0
- package/resources/sales/sales-orders/lines.js +6 -0
- package/resources/sales/sales-orders/lines.js.map +1 -0
- package/resources/sales/sales-orders/lines.mjs +3 -0
- package/resources/sales/sales-orders/lines.mjs.map +1 -0
- package/resources/sales/sales-orders/sales-orders.d.mts +1750 -0
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -0
- package/resources/sales/sales-orders/sales-orders.d.ts +1750 -0
- package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -0
- package/resources/sales/sales-orders/sales-orders.js +221 -0
- package/resources/sales/sales-orders/sales-orders.js.map +1 -0
- package/resources/sales/sales-orders/sales-orders.mjs +216 -0
- package/resources/sales/sales-orders/sales-orders.mjs.map +1 -0
- package/resources/sales/sales-orders.d.mts +2 -0
- package/resources/sales/sales-orders.d.mts.map +1 -0
- package/resources/sales/sales-orders.d.ts +2 -0
- package/resources/sales/sales-orders.d.ts.map +1 -0
- package/resources/sales/sales-orders.js +6 -0
- package/resources/sales/sales-orders.js.map +1 -0
- package/resources/sales/sales-orders.mjs +3 -0
- package/resources/sales/sales-orders.mjs.map +1 -0
- package/resources/sales/sales.d.mts +50 -0
- package/resources/sales/sales.d.mts.map +1 -0
- package/resources/sales/sales.d.ts +50 -0
- package/resources/sales/sales.d.ts.map +1 -0
- package/resources/sales/sales.js +57 -0
- package/resources/sales/sales.js.map +1 -0
- package/resources/sales/sales.mjs +52 -0
- package/resources/sales/sales.mjs.map +1 -0
- package/resources/sales/volume-discounts.d.mts +684 -0
- package/resources/sales/volume-discounts.d.mts.map +1 -0
- package/resources/sales/volume-discounts.d.ts +684 -0
- package/resources/sales/volume-discounts.d.ts.map +1 -0
- package/resources/sales/volume-discounts.js +152 -0
- package/resources/sales/volume-discounts.js.map +1 -0
- package/resources/sales/volume-discounts.mjs +148 -0
- package/resources/sales/volume-discounts.mjs.map +1 -0
- package/resources/sales.d.mts +2 -0
- package/resources/sales.d.mts.map +1 -0
- package/resources/sales.d.ts +2 -0
- package/resources/sales.d.ts.map +1 -0
- package/resources/sales.js +6 -0
- package/resources/sales.js.map +1 -0
- package/resources/sales.mjs +3 -0
- package/resources/sales.mjs.map +1 -0
- package/resources/settings/index.d.mts +4 -0
- package/resources/settings/index.d.mts.map +1 -0
- package/resources/settings/index.d.ts +4 -0
- package/resources/settings/index.d.ts.map +1 -0
- package/resources/settings/index.js +11 -0
- package/resources/settings/index.js.map +1 -0
- package/resources/settings/index.mjs +5 -0
- package/resources/settings/index.mjs.map +1 -0
- package/resources/settings/integrations.d.mts +273 -0
- package/resources/settings/integrations.d.mts.map +1 -0
- package/resources/settings/integrations.d.ts +273 -0
- package/resources/settings/integrations.d.ts.map +1 -0
- package/resources/settings/integrations.js +102 -0
- package/resources/settings/integrations.js.map +1 -0
- package/resources/settings/integrations.mjs +98 -0
- package/resources/settings/integrations.mjs.map +1 -0
- package/resources/settings/portal-domains/actions.d.mts +31 -0
- package/resources/settings/portal-domains/actions.d.mts.map +1 -0
- package/resources/settings/portal-domains/actions.d.ts +31 -0
- package/resources/settings/portal-domains/actions.d.ts.map +1 -0
- package/resources/settings/portal-domains/actions.js +36 -0
- package/resources/settings/portal-domains/actions.js.map +1 -0
- package/resources/settings/portal-domains/actions.mjs +32 -0
- package/resources/settings/portal-domains/actions.mjs.map +1 -0
- package/resources/settings/portal-domains/index.d.mts +3 -0
- package/resources/settings/portal-domains/index.d.mts.map +1 -0
- package/resources/settings/portal-domains/index.d.ts +3 -0
- package/resources/settings/portal-domains/index.d.ts.map +1 -0
- package/resources/settings/portal-domains/index.js +9 -0
- package/resources/settings/portal-domains/index.js.map +1 -0
- package/resources/settings/portal-domains/index.mjs +4 -0
- package/resources/settings/portal-domains/index.mjs.map +1 -0
- package/resources/settings/portal-domains/portal-domains.d.mts +254 -0
- package/resources/settings/portal-domains/portal-domains.d.mts.map +1 -0
- package/resources/settings/portal-domains/portal-domains.d.ts +254 -0
- package/resources/settings/portal-domains/portal-domains.d.ts.map +1 -0
- package/resources/settings/portal-domains/portal-domains.js +104 -0
- package/resources/settings/portal-domains/portal-domains.js.map +1 -0
- package/resources/settings/portal-domains/portal-domains.mjs +99 -0
- package/resources/settings/portal-domains/portal-domains.mjs.map +1 -0
- package/resources/settings/portal-domains.d.mts +2 -0
- package/resources/settings/portal-domains.d.mts.map +1 -0
- package/resources/settings/portal-domains.d.ts +2 -0
- package/resources/settings/portal-domains.d.ts.map +1 -0
- package/resources/settings/portal-domains.js +6 -0
- package/resources/settings/portal-domains.js.map +1 -0
- package/resources/settings/portal-domains.mjs +3 -0
- package/resources/settings/portal-domains.mjs.map +1 -0
- package/resources/settings/settings.d.mts +14 -0
- package/resources/settings/settings.d.mts.map +1 -0
- package/resources/settings/settings.d.ts +14 -0
- package/resources/settings/settings.d.ts.map +1 -0
- package/resources/settings/settings.js +21 -0
- package/resources/settings/settings.js.map +1 -0
- package/resources/settings/settings.mjs +16 -0
- package/resources/settings/settings.mjs.map +1 -0
- package/resources/settings.d.mts +2 -0
- package/resources/settings.d.mts.map +1 -0
- package/resources/settings.d.ts +2 -0
- package/resources/settings.d.ts.map +1 -0
- package/resources/settings.js +6 -0
- package/resources/settings.js.map +1 -0
- package/resources/settings.mjs +3 -0
- package/resources/settings.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +918 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +22 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +93 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +128 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +9 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/ai/agents.ts +981 -0
- package/src/resources/ai/ai.ts +399 -0
- package/src/resources/ai/index.ts +56 -0
- package/src/resources/ai/memories.ts +517 -0
- package/src/resources/ai/runs/actions.ts +227 -0
- package/src/resources/ai/runs/index.ts +22 -0
- package/src/resources/ai/runs/runs.ts +608 -0
- package/src/resources/ai/runs.ts +3 -0
- package/src/resources/ai.ts +3 -0
- package/src/resources/auth/api-keys/actions.ts +103 -0
- package/src/resources/auth/api-keys/api-keys.ts +776 -0
- package/src/resources/auth/api-keys/index.ts +22 -0
- package/src/resources/auth/api-keys.ts +3 -0
- package/src/resources/auth/auth.ts +51 -0
- package/src/resources/auth/index.ts +22 -0
- package/src/resources/auth.ts +3 -0
- package/src/resources/catalog/catalog.ts +277 -0
- package/src/resources/catalog/index.ts +119 -0
- package/src/resources/catalog/item-categories/actions.ts +124 -0
- package/src/resources/catalog/item-categories/index.ts +29 -0
- package/src/resources/catalog/item-categories/item-categories.ts +429 -0
- package/src/resources/catalog/item-categories/properties.ts +93 -0
- package/src/resources/catalog/item-categories.ts +3 -0
- package/src/resources/catalog/items/actions.ts +296 -0
- package/src/resources/catalog/items/attributes.ts +127 -0
- package/src/resources/catalog/items/index.ts +38 -0
- package/src/resources/catalog/items/inventory.ts +294 -0
- package/src/resources/catalog/items/items.ts +623 -0
- package/src/resources/catalog/items.ts +3 -0
- package/src/resources/catalog/materials/actions.ts +152 -0
- package/src/resources/catalog/materials/index.ts +23 -0
- package/src/resources/catalog/materials/materials.ts +678 -0
- package/src/resources/catalog/materials.ts +3 -0
- package/src/resources/catalog/parts/actions.ts +140 -0
- package/src/resources/catalog/parts/index.ts +20 -0
- package/src/resources/catalog/parts/parts.ts +482 -0
- package/src/resources/catalog/parts.ts +3 -0
- package/src/resources/catalog/product-lines/actions.ts +109 -0
- package/src/resources/catalog/product-lines/index.ts +20 -0
- package/src/resources/catalog/product-lines/product-lines.ts +592 -0
- package/src/resources/catalog/product-lines.ts +3 -0
- package/src/resources/catalog/products/actions.ts +159 -0
- package/src/resources/catalog/products/index.ts +22 -0
- package/src/resources/catalog/products/products.ts +818 -0
- package/src/resources/catalog/products.ts +3 -0
- package/src/resources/catalog/properties/actions.ts +113 -0
- package/src/resources/catalog/properties/attributes.ts +316 -0
- package/src/resources/catalog/properties/index.ts +34 -0
- package/src/resources/catalog/properties/properties.ts +421 -0
- package/src/resources/catalog/properties.ts +3 -0
- package/src/resources/catalog/unit-groups/actions.ts +150 -0
- package/src/resources/catalog/unit-groups/index.ts +36 -0
- package/src/resources/catalog/unit-groups/unit-groups.ts +610 -0
- package/src/resources/catalog/unit-groups/units.ts +352 -0
- package/src/resources/catalog/unit-groups.ts +3 -0
- package/src/resources/catalog/units/actions.ts +122 -0
- package/src/resources/catalog/units/index.ts +20 -0
- package/src/resources/catalog/units/units.ts +547 -0
- package/src/resources/catalog/units.ts +3 -0
- package/src/resources/catalog.ts +3 -0
- package/src/resources/core/actions.ts +89 -0
- package/src/resources/core/addresses/actions.ts +210 -0
- package/src/resources/core/addresses/addresses.ts +144 -0
- package/src/resources/core/addresses/index.ts +15 -0
- package/src/resources/core/addresses.ts +3 -0
- package/src/resources/core/analytics.ts +1428 -0
- package/src/resources/core/audit-events.ts +1658 -0
- package/src/resources/core/core.ts +977 -0
- package/src/resources/core/email-logs.ts +186 -0
- package/src/resources/core/index.ts +95 -0
- package/src/resources/core/jobs.ts +683 -0
- package/src/resources/core/request-logs.ts +540 -0
- package/src/resources/core/sandboxes.ts +262 -0
- package/src/resources/core.ts +3 -0
- package/src/resources/finance/finance.ts +377 -0
- package/src/resources/finance/index.ts +25 -0
- package/src/resources/finance/payment-terms.ts +268 -0
- package/src/resources/finance.ts +3 -0
- package/src/resources/identity/account-users/account-users.ts +550 -0
- package/src/resources/identity/account-users/actions.ts +96 -0
- package/src/resources/identity/account-users/index.ts +19 -0
- package/src/resources/identity/account-users.ts +3 -0
- package/src/resources/identity/accounts.ts +40 -0
- package/src/resources/identity/identity.ts +296 -0
- package/src/resources/identity/index.ts +33 -0
- package/src/resources/identity/roles.ts +309 -0
- package/src/resources/identity.ts +3 -0
- package/src/resources/index.ts +52 -0
- package/src/resources/messaging/announcements/actions.ts +137 -0
- package/src/resources/messaging/announcements/announcements.ts +273 -0
- package/src/resources/messaging/announcements/index.ts +10 -0
- package/src/resources/messaging/announcements.ts +3 -0
- package/src/resources/messaging/blocks.ts +935 -0
- package/src/resources/messaging/conversations/actions.ts +836 -0
- package/src/resources/messaging/conversations/attachments/actions.ts +138 -0
- package/src/resources/messaging/conversations/attachments/attachments.ts +25 -0
- package/src/resources/messaging/conversations/attachments/index.ts +9 -0
- package/src/resources/messaging/conversations/attachments.ts +3 -0
- package/src/resources/messaging/conversations/conversations.ts +2170 -0
- package/src/resources/messaging/conversations/index.ts +70 -0
- package/src/resources/messaging/conversations/links.ts +846 -0
- package/src/resources/messaging/conversations/messages.ts +1124 -0
- package/src/resources/messaging/conversations/participants/actions.ts +102 -0
- package/src/resources/messaging/conversations/participants/index.ts +10 -0
- package/src/resources/messaging/conversations/participants/participants.ts +167 -0
- package/src/resources/messaging/conversations/participants.ts +3 -0
- package/src/resources/messaging/conversations.ts +3 -0
- package/src/resources/messaging/email-domains/actions.ts +35 -0
- package/src/resources/messaging/email-domains/email-domains.ts +220 -0
- package/src/resources/messaging/email-domains/index.ts +11 -0
- package/src/resources/messaging/email-domains.ts +3 -0
- package/src/resources/messaging/email-inboxes.ts +543 -0
- package/src/resources/messaging/groups/groups.ts +223 -0
- package/src/resources/messaging/groups/index.ts +17 -0
- package/src/resources/messaging/groups/members.ts +124 -0
- package/src/resources/messaging/groups.ts +3 -0
- package/src/resources/messaging/index.ts +106 -0
- package/src/resources/messaging/messages/actions.ts +199 -0
- package/src/resources/messaging/messages/index.ts +10 -0
- package/src/resources/messaging/messages/messages.ts +116 -0
- package/src/resources/messaging/messages.ts +3 -0
- package/src/resources/messaging/messaging.ts +353 -0
- package/src/resources/messaging/notifications/actions.ts +152 -0
- package/src/resources/messaging/notifications/index.ts +24 -0
- package/src/resources/messaging/notifications/notifications.ts +1255 -0
- package/src/resources/messaging/notifications.ts +3 -0
- package/src/resources/messaging/preferences.ts +278 -0
- package/src/resources/messaging.ts +3 -0
- package/src/resources/operations/carriers/carriers.ts +361 -0
- package/src/resources/operations/carriers/index.ts +24 -0
- package/src/resources/operations/carriers/service-levels.ts +422 -0
- package/src/resources/operations/carriers.ts +3 -0
- package/src/resources/operations/demand-overrides.ts +801 -0
- package/src/resources/operations/departments.ts +414 -0
- package/src/resources/operations/fulfillment-recommendations/actions.ts +75 -0
- package/src/resources/operations/fulfillment-recommendations/fulfillment-recommendations.ts +206 -0
- package/src/resources/operations/fulfillment-recommendations/index.ts +8 -0
- package/src/resources/operations/fulfillment-recommendations.ts +3 -0
- package/src/resources/operations/index.ts +171 -0
- package/src/resources/operations/location-types.ts +151 -0
- package/src/resources/operations/locations/actions.ts +93 -0
- package/src/resources/operations/locations/index.ts +18 -0
- package/src/resources/operations/locations/locations.ts +344 -0
- package/src/resources/operations/locations.ts +3 -0
- package/src/resources/operations/machine-downtime-events.ts +738 -0
- package/src/resources/operations/machines.ts +282 -0
- package/src/resources/operations/operating-calendars/closures.ts +223 -0
- package/src/resources/operations/operating-calendars/index.ts +23 -0
- package/src/resources/operations/operating-calendars/operating-calendars.ts +427 -0
- package/src/resources/operations/operating-calendars.ts +3 -0
- package/src/resources/operations/operations.ts +982 -0
- package/src/resources/operations/production-schedule-settings/index.ts +23 -0
- package/src/resources/operations/production-schedule-settings/items.ts +273 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +959 -0
- package/src/resources/operations/production-schedule-settings/resources.ts +272 -0
- package/src/resources/operations/production-schedule-settings.ts +3 -0
- package/src/resources/operations/production-schedules/actions.ts +1064 -0
- package/src/resources/operations/production-schedules/index.ts +74 -0
- package/src/resources/operations/production-schedules/lines.ts +690 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +2408 -0
- package/src/resources/operations/production-schedules.ts +3 -0
- package/src/resources/operations/scanning-stations.ts +418 -0
- package/src/resources/operations/shipments/actions.ts +322 -0
- package/src/resources/operations/shipments/index.ts +12 -0
- package/src/resources/operations/shipments/shipments.ts +31 -0
- package/src/resources/operations/shipments.ts +3 -0
- package/src/resources/operations/shipping-terms.ts +444 -0
- package/src/resources/operations.ts +3 -0
- package/src/resources/sales/account-groups.ts +478 -0
- package/src/resources/sales/account-prices/account-prices.ts +1201 -0
- package/src/resources/sales/account-prices/actions.ts +74 -0
- package/src/resources/sales/account-prices/index.ts +27 -0
- package/src/resources/sales/account-prices.ts +3 -0
- package/src/resources/sales/account-statuses.ts +179 -0
- package/src/resources/sales/account-users/account-users.ts +33 -0
- package/src/resources/sales/account-users/index.ts +13 -0
- package/src/resources/sales/account-users/sales-targets.ts +348 -0
- package/src/resources/sales/account-users.ts +3 -0
- package/src/resources/sales/addresses.ts +475 -0
- package/src/resources/sales/contacts/actions.ts +167 -0
- package/src/resources/sales/contacts/contacts.ts +27 -0
- package/src/resources/sales/contacts/index.ts +10 -0
- package/src/resources/sales/contacts.ts +3 -0
- package/src/resources/sales/customers/actions.ts +102 -0
- package/src/resources/sales/customers/customers.ts +1250 -0
- package/src/resources/sales/customers/index.ts +15 -0
- package/src/resources/sales/customers.ts +3 -0
- package/src/resources/sales/index.ts +138 -0
- package/src/resources/sales/order-discounts/actions.ts +102 -0
- package/src/resources/sales/order-discounts/index.ts +13 -0
- package/src/resources/sales/order-discounts/order-discounts.ts +442 -0
- package/src/resources/sales/order-discounts.ts +3 -0
- package/src/resources/sales/priorities.ts +129 -0
- package/src/resources/sales/sales-orders/actions.ts +601 -0
- package/src/resources/sales/sales-orders/index.ts +63 -0
- package/src/resources/sales/sales-orders/lines/actions.ts +74 -0
- package/src/resources/sales/sales-orders/lines/index.ts +17 -0
- package/src/resources/sales/sales-orders/lines/lines.ts +322 -0
- package/src/resources/sales/sales-orders/lines.ts +3 -0
- package/src/resources/sales/sales-orders/sales-orders.ts +2257 -0
- package/src/resources/sales/sales-orders.ts +3 -0
- package/src/resources/sales/sales.ts +318 -0
- package/src/resources/sales/volume-discounts.ts +813 -0
- package/src/resources/sales.ts +3 -0
- package/src/resources/settings/index.ts +23 -0
- package/src/resources/settings/integrations.ts +326 -0
- package/src/resources/settings/portal-domains/actions.ts +36 -0
- package/src/resources/settings/portal-domains/index.ts +13 -0
- package/src/resources/settings/portal-domains/portal-domains.ts +302 -0
- package/src/resources/settings/portal-domains.ts +3 -0
- package/src/resources/settings/settings.ts +57 -0
- package/src/resources/settings.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/actions.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Actions = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
7
|
+
/**
|
|
8
|
+
* Generate and review machine-level production schedules.
|
|
9
|
+
*/
|
|
10
|
+
class Actions extends resource_1.APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Runs the production scheduling solver and returns the plan without saving it.
|
|
13
|
+
*
|
|
14
|
+
* This is the inspection surface for the scheduler: it takes the same path a
|
|
15
|
+
* generated schedule will take, minus the write, so a plan can be reviewed and
|
|
16
|
+
* compared before anything depends on it. No version is created and nothing is
|
|
17
|
+
* numbered, so this can be called as often as needed.
|
|
18
|
+
*
|
|
19
|
+
* The solver plans the constraint department — the room that sets the pace of the
|
|
20
|
+
* factory — so production schedule settings must name one and it must have
|
|
21
|
+
* machines that are included in planning. Without that there is nothing to
|
|
22
|
+
* schedule and the request is rejected rather than returning an empty plan.
|
|
23
|
+
*
|
|
24
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```ts
|
|
28
|
+
* const productionSchedulePreview =
|
|
29
|
+
* await client.operations.productionSchedules.actions.preview(
|
|
30
|
+
* { horizon_weeks: 13 },
|
|
31
|
+
* );
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
preview(body = {}, options) {
|
|
35
|
+
return this._client.put('/v1/operations/production-schedules/actions/preview', { body, ...options });
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Returns what regenerating this draft would change, without changing it.
|
|
39
|
+
*
|
|
40
|
+
* Every campaign either plan holds is listed, including the ones both agree on, so
|
|
41
|
+
* the caller can render a full side-by-side rather than a list of surprises. Only
|
|
42
|
+
* a draft can be previewed, for the same reason only a draft can be regenerated.
|
|
43
|
+
*
|
|
44
|
+
* The comparison is run the way a regenerate runs by default — hand-edited
|
|
45
|
+
* campaigns are kept, and the fresh solve plans around them — so they read as
|
|
46
|
+
* unchanged rather than as work the solver wants to take away. `manual_line_count`
|
|
47
|
+
* is how many campaigns on the draft were placed or edited by hand, which is the
|
|
48
|
+
* work a `replace_all` regenerate is putting at risk.
|
|
49
|
+
*
|
|
50
|
+
* The horizon and demand basis default to the ones this version already has, so a
|
|
51
|
+
* plain call changes only how current the plan is, not what question is being
|
|
52
|
+
* asked.
|
|
53
|
+
*
|
|
54
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* ```ts
|
|
58
|
+
* const productionScheduleRegeneratePreview =
|
|
59
|
+
* await client.operations.productionSchedules.actions.previewRegenerate(
|
|
60
|
+
* 'pnsc_m4zt3z8g8src',
|
|
61
|
+
* { horizon_weeks: 13 },
|
|
62
|
+
* );
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
previewRegenerate(id, body = {}, options) {
|
|
66
|
+
return this._client.put((0, path_1.path) `/v1/operations/production-schedules/${id}/actions/preview-regenerate`, {
|
|
67
|
+
body,
|
|
68
|
+
...options,
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Re-solves a draft in place, keeping its version number.
|
|
73
|
+
*
|
|
74
|
+
* Only a draft can be regenerated. A published version is a commitment the floor
|
|
75
|
+
* is already working to, and a superseded or archived one is history; re-solving
|
|
76
|
+
* either in place would change what a week was measured against after the fact. To
|
|
77
|
+
* replan against a published version, generate a new one — publishing it
|
|
78
|
+
* supersedes the current one.
|
|
79
|
+
*
|
|
80
|
+
* The version number is kept deliberately: minting a new version for every
|
|
81
|
+
* re-solve would fill the list with drafts nobody asked for and make the version
|
|
82
|
+
* number meaningless as a count of the plans actually considered.
|
|
83
|
+
*
|
|
84
|
+
* Every hand edit a `replace_all` destroys is written to the deviation log before
|
|
85
|
+
* it goes, so "where did my change go" stays answerable. Call `preview-regenerate`
|
|
86
|
+
* first to see what a re-solve would change.
|
|
87
|
+
*
|
|
88
|
+
* Aside from the hand edits a `preserve_manual` run keeps, the version's
|
|
89
|
+
* campaigns, policy snapshot, derived department work, solver diagnostics and
|
|
90
|
+
* settings snapshot are all replaced with the fresh solve's, so the plan can still
|
|
91
|
+
* explain itself afterwards.
|
|
92
|
+
*
|
|
93
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* ```ts
|
|
97
|
+
* const productionSchedule =
|
|
98
|
+
* await client.operations.productionSchedules.actions.regenerate(
|
|
99
|
+
* 'pnsc_m4zt3z8g8src',
|
|
100
|
+
* { merge_mode: 'preserve_manual' },
|
|
101
|
+
* );
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
regenerate(id, body = {}, options) {
|
|
105
|
+
return this._client.put((0, path_1.path) `/v1/operations/production-schedules/${id}/actions/regenerate`, {
|
|
106
|
+
body,
|
|
107
|
+
...options,
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Publishes a draft schedule, freezing its first weeks.
|
|
112
|
+
*
|
|
113
|
+
* Publishing is what makes a plan a commitment: the frozen weeks' lines are marked
|
|
114
|
+
* frozen, the frozen line count and quantity are captured onto the version, and
|
|
115
|
+
* any published version whose horizon overlaps this one's is superseded rather
|
|
116
|
+
* than rewritten. After this, a change inside the frozen window has to state a
|
|
117
|
+
* reason.
|
|
118
|
+
*
|
|
119
|
+
* Only a draft can be published. How many weeks freeze comes from the account's
|
|
120
|
+
* frozen-weeks setting as it stood when the version was generated, and a version
|
|
121
|
+
* generated with zero frozen weeks publishes without committing to anything.
|
|
122
|
+
*
|
|
123
|
+
* The frozen counts are snapshotted here and never recomputed, so adherence keeps
|
|
124
|
+
* the denominator it was committed to.
|
|
125
|
+
*
|
|
126
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* ```ts
|
|
130
|
+
* const productionSchedule =
|
|
131
|
+
* await client.operations.productionSchedules.actions.publish(
|
|
132
|
+
* 'pnsc_m4zt3z8g8src',
|
|
133
|
+
* );
|
|
134
|
+
* ```
|
|
135
|
+
*/
|
|
136
|
+
publish(id, options) {
|
|
137
|
+
return this._client.put((0, path_1.path) `/v1/operations/production-schedules/${id}/actions/publish`, options);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Turns one planned week into a production run.
|
|
141
|
+
*
|
|
142
|
+
* Each campaign in the week becomes one batch per planned lot, using the lot size
|
|
143
|
+
* the campaign was planned at. A 360-unit campaign at a 60-unit lot arrives on the
|
|
144
|
+
* floor as six batches, not one instruction to make 360; a quantity that is not a
|
|
145
|
+
* whole number of lots trails a single short lot at the end of the run.
|
|
146
|
+
*
|
|
147
|
+
* The release is atomic. A run holding half a week's batches is worse than no run,
|
|
148
|
+
* because the missing half looks like work nobody was asked to do and attainment
|
|
149
|
+
* would count it as unplanned production.
|
|
150
|
+
*
|
|
151
|
+
* Releasing the same week twice fails rather than creating a second run. Each
|
|
152
|
+
* released line records the run now carrying it, and a line that is already
|
|
153
|
+
* released is never re-pointed.
|
|
154
|
+
*
|
|
155
|
+
* Lots an earlier week already issued are carried forward rather than reissued.
|
|
156
|
+
* When a week fell short, the next plan asks for the shortfall — and the batches
|
|
157
|
+
* covering it are usually already printed and sitting on the floor. Those tickets
|
|
158
|
+
* are moved into this run and counted against the campaign, so only the genuinely
|
|
159
|
+
* new work is created. `carried_forward_batch_count` says how many arrived that
|
|
160
|
+
* way, and each one names the run it came off. Send `skip_carry_forward` to issue
|
|
161
|
+
* the whole week new instead.
|
|
162
|
+
*
|
|
163
|
+
* Cancelled campaigns and campaigns planned at zero are left behind rather than
|
|
164
|
+
* released. A week that would produce an implausible number of batches is rejected
|
|
165
|
+
* outright, since that is far more likely to be a misconfigured lot size than a
|
|
166
|
+
* real week's work.
|
|
167
|
+
*
|
|
168
|
+
* This endpoint requires the permissions: `production_schedules:update`,
|
|
169
|
+
* `production_runs:create`.
|
|
170
|
+
*
|
|
171
|
+
* @example
|
|
172
|
+
* ```ts
|
|
173
|
+
* const releaseScheduleWeekResult =
|
|
174
|
+
* await client.operations.productionSchedules.actions.releaseWeek(
|
|
175
|
+
* 'pnsc_m4zt3z8g8src',
|
|
176
|
+
* {
|
|
177
|
+
* responsible_user_id: 'us_43irtlt2ajz6',
|
|
178
|
+
* week_index: 0,
|
|
179
|
+
* },
|
|
180
|
+
* );
|
|
181
|
+
* ```
|
|
182
|
+
*/
|
|
183
|
+
releaseWeek(id, body, options) {
|
|
184
|
+
return this._client.post((0, path_1.path) `/v1/operations/production-schedules/${id}/actions/release-week`, {
|
|
185
|
+
body,
|
|
186
|
+
...options,
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Archives a schedule version, retiring it without discarding its history.
|
|
191
|
+
*
|
|
192
|
+
* Any version that is not already archived can be archived, including a draft that
|
|
193
|
+
* was never published. The version stays readable — its campaigns, policy snapshot
|
|
194
|
+
* and deviation log are kept — and it still backs any attainment already measured
|
|
195
|
+
* against it.
|
|
196
|
+
*
|
|
197
|
+
* Archiving does not supersede anything or promote another version in its place.
|
|
198
|
+
* To take a published version out of use by replacing it, generate and publish a
|
|
199
|
+
* newer one instead.
|
|
200
|
+
*
|
|
201
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
202
|
+
*
|
|
203
|
+
* @example
|
|
204
|
+
* ```ts
|
|
205
|
+
* const productionSchedule =
|
|
206
|
+
* await client.operations.productionSchedules.actions.archive(
|
|
207
|
+
* 'pnsc_m4zt3z8g8src',
|
|
208
|
+
* );
|
|
209
|
+
* ```
|
|
210
|
+
*/
|
|
211
|
+
archive(id, options) {
|
|
212
|
+
return this._client.put((0, path_1.path) `/v1/operations/production-schedules/${id}/actions/archive`, options);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
exports.Actions = Actions;
|
|
216
|
+
//# sourceMappingURL=actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/actions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAOrD,0DAAoD;AAEpD;;GAEG;AACH,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,OAAO,CACL,OAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qDAAqD,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,iBAAiB,CACf,EAAU,EACV,OAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uCAAuC,EAAE,6BAA6B,EAAE;YAClG,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,UAAU,CACR,EAAU,EACV,OAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uCAAuC,EAAE,qBAAqB,EAAE;YAC1F,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,OAAO,CAAC,EAAU,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uCAAuC,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,WAAW,CACT,EAAU,EACV,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,uCAAuC,EAAE,uBAAuB,EAAE;YAC7F,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,OAAO,CAAC,EAAU,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uCAAuC,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF;AAhOD,0BAgOC"}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* Generate and review machine-level production schedules.
|
|
6
|
+
*/
|
|
7
|
+
export class Actions extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Runs the production scheduling solver and returns the plan without saving it.
|
|
10
|
+
*
|
|
11
|
+
* This is the inspection surface for the scheduler: it takes the same path a
|
|
12
|
+
* generated schedule will take, minus the write, so a plan can be reviewed and
|
|
13
|
+
* compared before anything depends on it. No version is created and nothing is
|
|
14
|
+
* numbered, so this can be called as often as needed.
|
|
15
|
+
*
|
|
16
|
+
* The solver plans the constraint department — the room that sets the pace of the
|
|
17
|
+
* factory — so production schedule settings must name one and it must have
|
|
18
|
+
* machines that are included in planning. Without that there is nothing to
|
|
19
|
+
* schedule and the request is rejected rather than returning an empty plan.
|
|
20
|
+
*
|
|
21
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const productionSchedulePreview =
|
|
26
|
+
* await client.operations.productionSchedules.actions.preview(
|
|
27
|
+
* { horizon_weeks: 13 },
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
preview(body = {}, options) {
|
|
32
|
+
return this._client.put('/v1/operations/production-schedules/actions/preview', { body, ...options });
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns what regenerating this draft would change, without changing it.
|
|
36
|
+
*
|
|
37
|
+
* Every campaign either plan holds is listed, including the ones both agree on, so
|
|
38
|
+
* the caller can render a full side-by-side rather than a list of surprises. Only
|
|
39
|
+
* a draft can be previewed, for the same reason only a draft can be regenerated.
|
|
40
|
+
*
|
|
41
|
+
* The comparison is run the way a regenerate runs by default — hand-edited
|
|
42
|
+
* campaigns are kept, and the fresh solve plans around them — so they read as
|
|
43
|
+
* unchanged rather than as work the solver wants to take away. `manual_line_count`
|
|
44
|
+
* is how many campaigns on the draft were placed or edited by hand, which is the
|
|
45
|
+
* work a `replace_all` regenerate is putting at risk.
|
|
46
|
+
*
|
|
47
|
+
* The horizon and demand basis default to the ones this version already has, so a
|
|
48
|
+
* plain call changes only how current the plan is, not what question is being
|
|
49
|
+
* asked.
|
|
50
|
+
*
|
|
51
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* ```ts
|
|
55
|
+
* const productionScheduleRegeneratePreview =
|
|
56
|
+
* await client.operations.productionSchedules.actions.previewRegenerate(
|
|
57
|
+
* 'pnsc_m4zt3z8g8src',
|
|
58
|
+
* { horizon_weeks: 13 },
|
|
59
|
+
* );
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
previewRegenerate(id, body = {}, options) {
|
|
63
|
+
return this._client.put(path `/v1/operations/production-schedules/${id}/actions/preview-regenerate`, {
|
|
64
|
+
body,
|
|
65
|
+
...options,
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Re-solves a draft in place, keeping its version number.
|
|
70
|
+
*
|
|
71
|
+
* Only a draft can be regenerated. A published version is a commitment the floor
|
|
72
|
+
* is already working to, and a superseded or archived one is history; re-solving
|
|
73
|
+
* either in place would change what a week was measured against after the fact. To
|
|
74
|
+
* replan against a published version, generate a new one — publishing it
|
|
75
|
+
* supersedes the current one.
|
|
76
|
+
*
|
|
77
|
+
* The version number is kept deliberately: minting a new version for every
|
|
78
|
+
* re-solve would fill the list with drafts nobody asked for and make the version
|
|
79
|
+
* number meaningless as a count of the plans actually considered.
|
|
80
|
+
*
|
|
81
|
+
* Every hand edit a `replace_all` destroys is written to the deviation log before
|
|
82
|
+
* it goes, so "where did my change go" stays answerable. Call `preview-regenerate`
|
|
83
|
+
* first to see what a re-solve would change.
|
|
84
|
+
*
|
|
85
|
+
* Aside from the hand edits a `preserve_manual` run keeps, the version's
|
|
86
|
+
* campaigns, policy snapshot, derived department work, solver diagnostics and
|
|
87
|
+
* settings snapshot are all replaced with the fresh solve's, so the plan can still
|
|
88
|
+
* explain itself afterwards.
|
|
89
|
+
*
|
|
90
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* ```ts
|
|
94
|
+
* const productionSchedule =
|
|
95
|
+
* await client.operations.productionSchedules.actions.regenerate(
|
|
96
|
+
* 'pnsc_m4zt3z8g8src',
|
|
97
|
+
* { merge_mode: 'preserve_manual' },
|
|
98
|
+
* );
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
regenerate(id, body = {}, options) {
|
|
102
|
+
return this._client.put(path `/v1/operations/production-schedules/${id}/actions/regenerate`, {
|
|
103
|
+
body,
|
|
104
|
+
...options,
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Publishes a draft schedule, freezing its first weeks.
|
|
109
|
+
*
|
|
110
|
+
* Publishing is what makes a plan a commitment: the frozen weeks' lines are marked
|
|
111
|
+
* frozen, the frozen line count and quantity are captured onto the version, and
|
|
112
|
+
* any published version whose horizon overlaps this one's is superseded rather
|
|
113
|
+
* than rewritten. After this, a change inside the frozen window has to state a
|
|
114
|
+
* reason.
|
|
115
|
+
*
|
|
116
|
+
* Only a draft can be published. How many weeks freeze comes from the account's
|
|
117
|
+
* frozen-weeks setting as it stood when the version was generated, and a version
|
|
118
|
+
* generated with zero frozen weeks publishes without committing to anything.
|
|
119
|
+
*
|
|
120
|
+
* The frozen counts are snapshotted here and never recomputed, so adherence keeps
|
|
121
|
+
* the denominator it was committed to.
|
|
122
|
+
*
|
|
123
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
124
|
+
*
|
|
125
|
+
* @example
|
|
126
|
+
* ```ts
|
|
127
|
+
* const productionSchedule =
|
|
128
|
+
* await client.operations.productionSchedules.actions.publish(
|
|
129
|
+
* 'pnsc_m4zt3z8g8src',
|
|
130
|
+
* );
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
publish(id, options) {
|
|
134
|
+
return this._client.put(path `/v1/operations/production-schedules/${id}/actions/publish`, options);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Turns one planned week into a production run.
|
|
138
|
+
*
|
|
139
|
+
* Each campaign in the week becomes one batch per planned lot, using the lot size
|
|
140
|
+
* the campaign was planned at. A 360-unit campaign at a 60-unit lot arrives on the
|
|
141
|
+
* floor as six batches, not one instruction to make 360; a quantity that is not a
|
|
142
|
+
* whole number of lots trails a single short lot at the end of the run.
|
|
143
|
+
*
|
|
144
|
+
* The release is atomic. A run holding half a week's batches is worse than no run,
|
|
145
|
+
* because the missing half looks like work nobody was asked to do and attainment
|
|
146
|
+
* would count it as unplanned production.
|
|
147
|
+
*
|
|
148
|
+
* Releasing the same week twice fails rather than creating a second run. Each
|
|
149
|
+
* released line records the run now carrying it, and a line that is already
|
|
150
|
+
* released is never re-pointed.
|
|
151
|
+
*
|
|
152
|
+
* Lots an earlier week already issued are carried forward rather than reissued.
|
|
153
|
+
* When a week fell short, the next plan asks for the shortfall — and the batches
|
|
154
|
+
* covering it are usually already printed and sitting on the floor. Those tickets
|
|
155
|
+
* are moved into this run and counted against the campaign, so only the genuinely
|
|
156
|
+
* new work is created. `carried_forward_batch_count` says how many arrived that
|
|
157
|
+
* way, and each one names the run it came off. Send `skip_carry_forward` to issue
|
|
158
|
+
* the whole week new instead.
|
|
159
|
+
*
|
|
160
|
+
* Cancelled campaigns and campaigns planned at zero are left behind rather than
|
|
161
|
+
* released. A week that would produce an implausible number of batches is rejected
|
|
162
|
+
* outright, since that is far more likely to be a misconfigured lot size than a
|
|
163
|
+
* real week's work.
|
|
164
|
+
*
|
|
165
|
+
* This endpoint requires the permissions: `production_schedules:update`,
|
|
166
|
+
* `production_runs:create`.
|
|
167
|
+
*
|
|
168
|
+
* @example
|
|
169
|
+
* ```ts
|
|
170
|
+
* const releaseScheduleWeekResult =
|
|
171
|
+
* await client.operations.productionSchedules.actions.releaseWeek(
|
|
172
|
+
* 'pnsc_m4zt3z8g8src',
|
|
173
|
+
* {
|
|
174
|
+
* responsible_user_id: 'us_43irtlt2ajz6',
|
|
175
|
+
* week_index: 0,
|
|
176
|
+
* },
|
|
177
|
+
* );
|
|
178
|
+
* ```
|
|
179
|
+
*/
|
|
180
|
+
releaseWeek(id, body, options) {
|
|
181
|
+
return this._client.post(path `/v1/operations/production-schedules/${id}/actions/release-week`, {
|
|
182
|
+
body,
|
|
183
|
+
...options,
|
|
184
|
+
});
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Archives a schedule version, retiring it without discarding its history.
|
|
188
|
+
*
|
|
189
|
+
* Any version that is not already archived can be archived, including a draft that
|
|
190
|
+
* was never published. The version stays readable — its campaigns, policy snapshot
|
|
191
|
+
* and deviation log are kept — and it still backs any attainment already measured
|
|
192
|
+
* against it.
|
|
193
|
+
*
|
|
194
|
+
* Archiving does not supersede anything or promote another version in its place.
|
|
195
|
+
* To take a published version out of use by replacing it, generate and publish a
|
|
196
|
+
* newer one instead.
|
|
197
|
+
*
|
|
198
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
199
|
+
*
|
|
200
|
+
* @example
|
|
201
|
+
* ```ts
|
|
202
|
+
* const productionSchedule =
|
|
203
|
+
* await client.operations.productionSchedules.actions.archive(
|
|
204
|
+
* 'pnsc_m4zt3z8g8src',
|
|
205
|
+
* );
|
|
206
|
+
* ```
|
|
207
|
+
*/
|
|
208
|
+
archive(id, options) {
|
|
209
|
+
return this._client.put(path `/v1/operations/production-schedules/${id}/actions/archive`, options);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
//# sourceMappingURL=actions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.mjs","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/actions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAOf,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,OAAO,CACL,OAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qDAAqD,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,iBAAiB,CACf,EAAU,EACV,OAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uCAAuC,EAAE,6BAA6B,EAAE;YAClG,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,UAAU,CACR,EAAU,EACV,OAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uCAAuC,EAAE,qBAAqB,EAAE;YAC1F,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,OAAO,CAAC,EAAU,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uCAAuC,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,WAAW,CACT,EAAU,EACV,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,uCAAuC,EAAE,uBAAuB,EAAE;YAC7F,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,OAAO,CAAC,EAAU,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uCAAuC,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { Actions, type ListScheduleCampaign, type ListScheduleDiffLine, type ListSchedulePolicy, type ListScheduleProjection, type PreviewProductionScheduleRequest, type PreviewRegenerateProductionScheduleRequest, type ProductionSchedulePreview, type ProductionScheduleRegeneratePreview, type RegenerateProductionScheduleRequest, type ReleaseProductionScheduleWeekRequest, type ReleaseScheduleWeekResult, type ScheduleCampaign, type ScheduleDiffLine, type SchedulePolicy, type ScheduleProjection, type ActionPreviewParams, type ActionPreviewRegenerateParams, type ActionRegenerateParams, type ActionReleaseWeekParams, } from "./actions.mjs";
|
|
2
|
+
export { Lines, type CreateProductionScheduleLineRequest, type ListProductionScheduleLine, type ProductionScheduleLine, type UpdateProductionScheduleLineRequest, type LineDeleteResponse, type LineListParams, type LineCreateParams, type LineUpdateParams, type LineDeleteParams, } from "./lines.mjs";
|
|
3
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleFinishingLine, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ListScheduleAtRiskOrder, type ListScheduleOrderCoverage, type ListScheduleOrderCoverageLine, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleFinishingLine, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleAtRiskOrder, type ScheduleDiagnostics, type ScheduleFinishingDiagnostics, type ScheduleOrderCoverage, type ScheduleOrderCoverageLine, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveFinishingLinesParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules.mjs";
|
|
4
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,0CAA0C,EAC/C,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EACzC,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B;OACM,EACL,KAAK,EACL,KAAK,mCAAmC,EACxC,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,mCAAmC,EACxC,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,mCAAmC,EACxC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,8CAA8C,EACnD,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { Actions, type ListScheduleCampaign, type ListScheduleDiffLine, type ListSchedulePolicy, type ListScheduleProjection, type PreviewProductionScheduleRequest, type PreviewRegenerateProductionScheduleRequest, type ProductionSchedulePreview, type ProductionScheduleRegeneratePreview, type RegenerateProductionScheduleRequest, type ReleaseProductionScheduleWeekRequest, type ReleaseScheduleWeekResult, type ScheduleCampaign, type ScheduleDiffLine, type SchedulePolicy, type ScheduleProjection, type ActionPreviewParams, type ActionPreviewRegenerateParams, type ActionRegenerateParams, type ActionReleaseWeekParams, } from "./actions.js";
|
|
2
|
+
export { Lines, type CreateProductionScheduleLineRequest, type ListProductionScheduleLine, type ProductionScheduleLine, type UpdateProductionScheduleLineRequest, type LineDeleteResponse, type LineListParams, type LineCreateParams, type LineUpdateParams, type LineDeleteParams, } from "./lines.js";
|
|
3
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleFinishingLine, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ListScheduleAtRiskOrder, type ListScheduleOrderCoverage, type ListScheduleOrderCoverageLine, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleFinishingLine, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleAtRiskOrder, type ScheduleDiagnostics, type ScheduleFinishingDiagnostics, type ScheduleOrderCoverage, type ScheduleOrderCoverageLine, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveFinishingLinesParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules.js";
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,0CAA0C,EAC/C,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EACzC,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B;OACM,EACL,KAAK,EACL,KAAK,mCAAmC,EACxC,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,mCAAmC,EACxC,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,mCAAmC,EACxC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,8CAA8C,EACnD,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProductionSchedules = exports.Lines = exports.Actions = void 0;
|
|
5
|
+
var actions_1 = require("./actions.js");
|
|
6
|
+
Object.defineProperty(exports, "Actions", { enumerable: true, get: function () { return actions_1.Actions; } });
|
|
7
|
+
var lines_1 = require("./lines.js");
|
|
8
|
+
Object.defineProperty(exports, "Lines", { enumerable: true, get: function () { return lines_1.Lines; } });
|
|
9
|
+
var production_schedules_1 = require("./production-schedules.js");
|
|
10
|
+
Object.defineProperty(exports, "ProductionSchedules", { enumerable: true, get: function () { return production_schedules_1.ProductionSchedules; } });
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAqBmB;AApBjB,kGAAA,OAAO,OAAA;AAqBT,oCAWiB;AAVf,8FAAA,KAAK,OAAA;AAWP,kEAqCgC;AApC9B,2HAAA,mBAAmB,OAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Actions, } from "./actions.mjs";
|
|
3
|
+
export { Lines, } from "./lines.mjs";
|
|
4
|
+
export { ProductionSchedules, } from "./production-schedules.mjs";
|
|
5
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,OAAO,GAoBR;OACM,EACL,KAAK,GAUN;OACM,EACL,mBAAmB,GAoCpB"}
|