@augno/sdk 0.12.7 → 0.13.0
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 +7 -4
- package/client.d.mts +2 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +2 -2
- package/client.d.ts.map +1 -1
- package/client.js.map +1 -1
- package/client.mjs +1 -1
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/catalog/catalog.d.mts +4 -4
- package/resources/catalog/catalog.d.mts.map +1 -1
- package/resources/catalog/catalog.d.ts +4 -4
- package/resources/catalog/catalog.d.ts.map +1 -1
- package/resources/catalog/catalog.js.map +1 -1
- package/resources/catalog/catalog.mjs.map +1 -1
- package/resources/catalog/index.d.mts +2 -2
- package/resources/catalog/index.d.mts.map +1 -1
- package/resources/catalog/index.d.ts +2 -2
- package/resources/catalog/index.d.ts.map +1 -1
- package/resources/catalog/index.js.map +1 -1
- package/resources/catalog/index.mjs.map +1 -1
- package/resources/catalog/items/index.d.mts +1 -1
- package/resources/catalog/items/index.d.mts.map +1 -1
- package/resources/catalog/items/index.d.ts +1 -1
- package/resources/catalog/items/index.d.ts.map +1 -1
- package/resources/catalog/items/index.js.map +1 -1
- package/resources/catalog/items/index.mjs.map +1 -1
- package/resources/catalog/items/items.d.mts +77 -1
- package/resources/catalog/items/items.d.mts.map +1 -1
- package/resources/catalog/items/items.d.ts +77 -1
- package/resources/catalog/items/items.d.ts.map +1 -1
- package/resources/catalog/items/items.js +29 -0
- package/resources/catalog/items/items.js.map +1 -1
- package/resources/catalog/items/items.mjs +29 -0
- package/resources/catalog/items/items.mjs.map +1 -1
- package/resources/catalog/product-lines.d.mts +42 -8
- package/resources/catalog/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines.d.ts +42 -8
- package/resources/catalog/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines.js +3 -3
- package/resources/catalog/product-lines.js.map +1 -1
- package/resources/catalog/product-lines.mjs +3 -3
- package/resources/catalog/product-lines.mjs.map +1 -1
- package/resources/catalog/products.d.mts +2 -2
- package/resources/catalog/products.d.ts +2 -2
- package/resources/catalog/products.js +2 -2
- package/resources/catalog/products.mjs +2 -2
- package/resources/core/analytics.d.mts +547 -0
- package/resources/core/analytics.d.mts.map +1 -0
- package/resources/core/analytics.d.ts +547 -0
- package/resources/core/analytics.d.ts.map +1 -0
- package/resources/core/analytics.js +67 -0
- package/resources/core/analytics.js.map +1 -0
- package/resources/core/analytics.mjs +63 -0
- package/resources/core/analytics.mjs.map +1 -0
- package/resources/core/audit-events.d.mts +4 -4
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +4 -4
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +6 -2
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +6 -2
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js +4 -0
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs +4 -0
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/index.d.mts +1 -0
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +1 -0
- package/resources/core/index.d.ts.map +1 -1
- package/resources/core/index.js +3 -1
- package/resources/core/index.js.map +1 -1
- package/resources/core/index.mjs +1 -0
- package/resources/core/index.mjs.map +1 -1
- package/resources/index.d.mts +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/messaging/conversations/conversations.d.mts +3 -3
- package/resources/messaging/conversations/conversations.d.mts.map +1 -1
- package/resources/messaging/conversations/conversations.d.ts +3 -3
- package/resources/messaging/conversations/conversations.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.js.map +1 -1
- package/resources/messaging/conversations/conversations.mjs.map +1 -1
- package/resources/messaging/conversations/links.d.mts +2 -2
- package/resources/messaging/conversations/links.d.mts.map +1 -1
- package/resources/messaging/conversations/links.d.ts +2 -2
- package/resources/messaging/conversations/links.d.ts.map +1 -1
- package/resources/messaging/conversations/messages.d.mts +2 -2
- package/resources/messaging/conversations/messages.d.mts.map +1 -1
- package/resources/messaging/conversations/messages.d.ts +2 -2
- package/resources/messaging/conversations/messages.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.d.mts +2 -2
- package/resources/messaging/notifications/notifications.d.mts.map +1 -1
- package/resources/messaging/notifications/notifications.d.ts +2 -2
- package/resources/messaging/notifications/notifications.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.js.map +1 -1
- package/resources/messaging/notifications/notifications.mjs.map +1 -1
- package/resources/operations/demand-overrides.d.mts +463 -0
- package/resources/operations/demand-overrides.d.mts.map +1 -0
- package/resources/operations/demand-overrides.d.ts +463 -0
- package/resources/operations/demand-overrides.d.ts.map +1 -0
- package/resources/operations/demand-overrides.js +118 -0
- package/resources/operations/demand-overrides.js.map +1 -0
- package/resources/operations/demand-overrides.mjs +114 -0
- package/resources/operations/demand-overrides.mjs.map +1 -0
- package/resources/operations/index.d.mts +5 -1
- package/resources/operations/index.d.mts.map +1 -1
- package/resources/operations/index.d.ts +5 -1
- package/resources/operations/index.d.ts.map +1 -1
- package/resources/operations/index.js +9 -1
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs +5 -1
- package/resources/operations/index.mjs.map +1 -1
- package/resources/operations/machine-downtime-events.d.mts +424 -0
- package/resources/operations/machine-downtime-events.d.mts.map +1 -0
- package/resources/operations/machine-downtime-events.d.ts +424 -0
- package/resources/operations/machine-downtime-events.d.ts.map +1 -0
- package/resources/operations/machine-downtime-events.js +110 -0
- package/resources/operations/machine-downtime-events.js.map +1 -0
- package/resources/operations/machine-downtime-events.mjs +106 -0
- package/resources/operations/machine-downtime-events.mjs.map +1 -0
- package/resources/operations/operations.d.mts +444 -0
- package/resources/operations/operations.d.mts.map +1 -1
- package/resources/operations/operations.d.ts +444 -0
- package/resources/operations/operations.d.ts.map +1 -1
- package/resources/operations/operations.js +89 -0
- package/resources/operations/operations.js.map +1 -1
- package/resources/operations/operations.mjs +89 -0
- package/resources/operations/operations.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/index.d.mts +3 -0
- package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.ts +3 -0
- package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/index.js +9 -0
- package/resources/operations/production-schedule-settings/index.js.map +1 -0
- package/resources/operations/production-schedule-settings/index.mjs +4 -0
- package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +470 -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 +470 -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 +88 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +83 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.mts +176 -0
- package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.ts +176 -0
- package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.js +74 -0
- package/resources/operations/production-schedule-settings/resources.js.map +1 -0
- package/resources/operations/production-schedule-settings/resources.mjs +70 -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 +668 -0
- package/resources/operations/production-schedules/actions.d.mts.map +1 -0
- package/resources/operations/production-schedules/actions.d.ts +668 -0
- package/resources/operations/production-schedules/actions.d.ts.map +1 -0
- package/resources/operations/production-schedules/actions.js +181 -0
- package/resources/operations/production-schedules/actions.js.map +1 -0
- package/resources/operations/production-schedules/actions.mjs +177 -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 +420 -0
- package/resources/operations/production-schedules/lines.d.mts.map +1 -0
- package/resources/operations/production-schedules/lines.d.ts +420 -0
- package/resources/operations/production-schedules/lines.d.ts.map +1 -0
- package/resources/operations/production-schedules/lines.js +106 -0
- package/resources/operations/production-schedules/lines.js.map +1 -0
- package/resources/operations/production-schedules/lines.mjs +102 -0
- package/resources/operations/production-schedules/lines.mjs.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.mts +1177 -0
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.ts +1177 -0
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.js +238 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules/production-schedules.mjs +233 -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/shipping-terms.d.mts +9 -8
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +9 -8
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/operations/shipping-terms.js.map +1 -1
- package/resources/operations/shipping-terms.mjs.map +1 -1
- package/resources/sales/customers/customers.d.mts +6 -18
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +6 -18
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/customers/index.d.mts +1 -1
- package/resources/sales/customers/index.d.mts.map +1 -1
- package/resources/sales/customers/index.d.ts +1 -1
- package/resources/sales/customers/index.d.ts.map +1 -1
- package/resources/sales/customers/index.js.map +1 -1
- package/resources/sales/customers/index.mjs.map +1 -1
- package/resources/sales/index.d.mts +1 -1
- package/resources/sales/index.d.mts.map +1 -1
- package/resources/sales/index.d.ts +1 -1
- package/resources/sales/index.d.ts.map +1 -1
- package/resources/sales/index.js.map +1 -1
- package/resources/sales/index.mjs.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.mts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.ts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.mts +3 -2
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +3 -2
- package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.js.map +1 -1
- package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
- package/resources/sales/sales.d.mts +2 -2
- package/resources/sales/sales.d.mts.map +1 -1
- package/resources/sales/sales.d.ts +2 -2
- package/resources/sales/sales.d.ts.map +1 -1
- package/resources/sales/sales.js.map +1 -1
- package/resources/sales/sales.mjs.map +1 -1
- package/src/client.ts +30 -2
- package/src/resources/catalog/catalog.ts +6 -0
- package/src/resources/catalog/index.ts +3 -0
- package/src/resources/catalog/items/index.ts +2 -0
- package/src/resources/catalog/items/items.ts +92 -0
- package/src/resources/catalog/product-lines.ts +49 -7
- package/src/resources/catalog/products.ts +2 -2
- package/src/resources/core/analytics.ts +677 -0
- package/src/resources/core/audit-events.ts +84 -0
- package/src/resources/core/core.ts +82 -0
- package/src/resources/core/index.ts +18 -0
- package/src/resources/index.ts +15 -1
- package/src/resources/messaging/conversations/conversations.ts +63 -0
- package/src/resources/messaging/conversations/links.ts +42 -0
- package/src/resources/messaging/conversations/messages.ts +42 -0
- package/src/resources/messaging/notifications/notifications.ts +42 -0
- package/src/resources/operations/demand-overrides.ts +626 -0
- package/src/resources/operations/index.ts +72 -1
- package/src/resources/operations/machine-downtime-events.ts +584 -0
- package/src/resources/operations/operations.ts +673 -0
- package/src/resources/operations/production-schedule-settings/index.ts +15 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +595 -0
- package/src/resources/operations/production-schedule-settings/resources.ts +217 -0
- package/src/resources/operations/production-schedule-settings.ts +3 -0
- package/src/resources/operations/production-schedules/actions.ts +835 -0
- package/src/resources/operations/production-schedules/index.ts +64 -0
- package/src/resources/operations/production-schedules/lines.ts +584 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +1548 -0
- package/src/resources/operations/production-schedules.ts +3 -0
- package/src/resources/operations/shipping-terms.ts +9 -8
- package/src/resources/sales/customers/customers.ts +5 -20
- package/src/resources/sales/customers/index.ts +0 -1
- package/src/resources/sales/index.ts +0 -1
- package/src/resources/sales/sales-orders/lines/lines.ts +5 -5
- package/src/resources/sales/sales-orders/sales-orders.ts +3 -2
- package/src/resources/sales/sales.ts +0 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.d.ts","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/production-schedules.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,238 @@
|
|
|
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 = void 0;
|
|
5
|
+
const tslib_1 = require("../../../internal/tslib.js");
|
|
6
|
+
const resource_1 = require("../../../core/resource.js");
|
|
7
|
+
const ActionsAPI = tslib_1.__importStar(require("./actions.js"));
|
|
8
|
+
const actions_1 = require("./actions.js");
|
|
9
|
+
const LinesAPI = tslib_1.__importStar(require("./lines.js"));
|
|
10
|
+
const lines_1 = require("./lines.js");
|
|
11
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
12
|
+
/**
|
|
13
|
+
* Generate and review machine-level production schedules.
|
|
14
|
+
*/
|
|
15
|
+
class ProductionSchedules extends resource_1.APIResource {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.lines = new LinesAPI.Lines(this._client);
|
|
19
|
+
this.actions = new ActionsAPI.Actions(this._client);
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns a paginated list of production schedule versions, newest first.
|
|
23
|
+
*
|
|
24
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```ts
|
|
28
|
+
* const listProductionSchedule =
|
|
29
|
+
* await client.operations.productionSchedules.list();
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
list(query = {}, options) {
|
|
33
|
+
return this._client.get('/v1/operations/production-schedules', { query, ...options });
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Generates and saves a new production schedule.
|
|
37
|
+
*
|
|
38
|
+
* The plan is saved as a draft: nothing is frozen and every line is editable until
|
|
39
|
+
* the version is published. Generating again creates a new version rather than
|
|
40
|
+
* replacing this one, because attainment is measured against whichever version was
|
|
41
|
+
* live at the time.
|
|
42
|
+
*
|
|
43
|
+
* This endpoint requires the permission: `production_schedules:create`.
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* ```ts
|
|
47
|
+
* const productionSchedule =
|
|
48
|
+
* await client.operations.productionSchedules.create({
|
|
49
|
+
* name: '2026-W31 knit plan',
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
create(body = {}, options) {
|
|
54
|
+
return this._client.post('/v1/operations/production-schedules', { body, ...options });
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Returns the published schedule covering today.
|
|
58
|
+
*
|
|
59
|
+
* Responds 404 when no published version covers today, which is the normal state
|
|
60
|
+
* before the first schedule is published.
|
|
61
|
+
*
|
|
62
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* ```ts
|
|
66
|
+
* const productionSchedule =
|
|
67
|
+
* await client.operations.productionSchedules.retrieveCurrent();
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
retrieveCurrent(options) {
|
|
71
|
+
return this._client.get('/v1/operations/production-schedules/current', options);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Returns a single production schedule version.
|
|
75
|
+
*
|
|
76
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* ```ts
|
|
80
|
+
* const productionSchedule =
|
|
81
|
+
* await client.operations.productionSchedules.retrieve(
|
|
82
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
83
|
+
* );
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
retrieve(id, options) {
|
|
87
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}`, options);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Returns the per-item policy behind a schedule version, ordered by constraint run
|
|
91
|
+
* hours descending.
|
|
92
|
+
*
|
|
93
|
+
* This is the "why" behind every campaign: lot size, reorder point, safety stock
|
|
94
|
+
* and lead times as they stood when the plan was generated.
|
|
95
|
+
*
|
|
96
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
97
|
+
*
|
|
98
|
+
* @example
|
|
99
|
+
* ```ts
|
|
100
|
+
* const listProductionScheduleItemPolicy =
|
|
101
|
+
* await client.operations.productionSchedules.retrieveItemPolicies(
|
|
102
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
103
|
+
* );
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
retrieveItemPolicies(id, options) {
|
|
107
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}/item-policies`, options);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Returns the per-finished-SKU inventory targets behind a schedule version,
|
|
111
|
+
* grouped under the constraint item each one is made from.
|
|
112
|
+
*
|
|
113
|
+
* The item policies pool every finished good a constraint item feeds into one
|
|
114
|
+
* echelon figure, which is what the build decision is made against. These rows are
|
|
115
|
+
* what that pooling hides: each finished SKU's own demand, its own variability,
|
|
116
|
+
* its own stock, and a buffer sized against the finishing lead time rather than
|
|
117
|
+
* the constraint's.
|
|
118
|
+
*
|
|
119
|
+
* The two stages do not overlap, so together they describe the whole network's
|
|
120
|
+
* stock without counting any of it twice: the constraint stage holds its pooled
|
|
121
|
+
* buffer, and the finished stage holds these.
|
|
122
|
+
*
|
|
123
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
124
|
+
*
|
|
125
|
+
* @example
|
|
126
|
+
* ```ts
|
|
127
|
+
* const listProductionScheduleFinishedPolicy =
|
|
128
|
+
* await client.operations.productionSchedules.retrieveFinishedPolicies(
|
|
129
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
130
|
+
* );
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
retrieveFinishedPolicies(id, options) {
|
|
134
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}/finished-policies`, options);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Returns the downstream department work implied by a schedule's constraint plan.
|
|
138
|
+
*
|
|
139
|
+
* The solver schedules only the constraint; every other department's work is
|
|
140
|
+
* derived from it by walking the production-step graph, applying each step's
|
|
141
|
+
* lead-time offset and yield. That makes this the work list a supervisor reads,
|
|
142
|
+
* rather than a second plan someone has to maintain.
|
|
143
|
+
*
|
|
144
|
+
* `explosion_depth` is how many steps downstream the work sits, which is what a
|
|
145
|
+
* readiness indicator keys off. Work whose derived week falls past the schedule's
|
|
146
|
+
* horizon is still returned — a department needs to see it coming.
|
|
147
|
+
*
|
|
148
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
149
|
+
*
|
|
150
|
+
* @example
|
|
151
|
+
* ```ts
|
|
152
|
+
* const listProductionScheduleDerivedLine =
|
|
153
|
+
* await client.operations.productionSchedules.retrieveDerivedLines(
|
|
154
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
155
|
+
* );
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
retrieveDerivedLines(id, query = {}, options) {
|
|
159
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}/derived-lines`, {
|
|
160
|
+
query,
|
|
161
|
+
...options,
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Returns the append-only log of hand changes made to a schedule, most recent
|
|
166
|
+
* first.
|
|
167
|
+
*
|
|
168
|
+
* This is what frozen-week adherence is measured from. A change recorded as frozen
|
|
169
|
+
* was inside the freeze window at the moment it was made, and stays that way
|
|
170
|
+
* regardless of what is published later.
|
|
171
|
+
*
|
|
172
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
173
|
+
*
|
|
174
|
+
* @example
|
|
175
|
+
* ```ts
|
|
176
|
+
* const listProductionScheduleDeviation =
|
|
177
|
+
* await client.operations.productionSchedules.retrieveDeviations(
|
|
178
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
179
|
+
* );
|
|
180
|
+
* ```
|
|
181
|
+
*/
|
|
182
|
+
retrieveDeviations(id, query = {}, options) {
|
|
183
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}/deviations`, {
|
|
184
|
+
query,
|
|
185
|
+
...options,
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Returns what releasing a week would create, without creating it.
|
|
190
|
+
*
|
|
191
|
+
* The lots are resolved exactly as the release itself resolves them, so what a
|
|
192
|
+
* planner is shown and what the floor receives cannot drift apart.
|
|
193
|
+
*
|
|
194
|
+
* `is_releasable` is false when the week is empty or already released, with
|
|
195
|
+
* `blocked_reason` saying which; `existing_production_run_id` names the run a
|
|
196
|
+
* released week is already tied to.
|
|
197
|
+
*
|
|
198
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
199
|
+
*
|
|
200
|
+
* @example
|
|
201
|
+
* ```ts
|
|
202
|
+
* const releaseScheduleWeekPreview =
|
|
203
|
+
* await client.operations.productionSchedules.retrieveWeekReleasePreview(
|
|
204
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
205
|
+
* );
|
|
206
|
+
* ```
|
|
207
|
+
*/
|
|
208
|
+
retrieveWeekReleasePreview(id, query = {}, options) {
|
|
209
|
+
return this._client.get((0, path_1.path) `/v1/operations/production-schedules/${id}/week-release-preview`, {
|
|
210
|
+
query,
|
|
211
|
+
...options,
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Deletes a draft schedule and everything derived from it.
|
|
216
|
+
*
|
|
217
|
+
* Only drafts can be deleted. A published version is the baseline attainment is
|
|
218
|
+
* measured against, so removing it would erase the record of what was promised —
|
|
219
|
+
* archive those instead.
|
|
220
|
+
*
|
|
221
|
+
* This endpoint requires the permission: `production_schedules:delete`.
|
|
222
|
+
*
|
|
223
|
+
* @example
|
|
224
|
+
* ```ts
|
|
225
|
+
* const productionSchedule =
|
|
226
|
+
* await client.operations.productionSchedules.delete(
|
|
227
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
228
|
+
* );
|
|
229
|
+
* ```
|
|
230
|
+
*/
|
|
231
|
+
delete(id, options) {
|
|
232
|
+
return this._client.delete((0, path_1.path) `/v1/operations/production-schedules/${id}`, options);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
exports.ProductionSchedules = ProductionSchedules;
|
|
236
|
+
ProductionSchedules.Lines = lines_1.Lines;
|
|
237
|
+
ProductionSchedules.Actions = actions_1.Actions;
|
|
238
|
+
//# sourceMappingURL=production-schedules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.js","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/production-schedules.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import * as ActionsAPI from "./actions.mjs";
|
|
4
|
+
import { Actions, } from "./actions.mjs";
|
|
5
|
+
import * as LinesAPI from "./lines.mjs";
|
|
6
|
+
import { Lines, } from "./lines.mjs";
|
|
7
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
8
|
+
/**
|
|
9
|
+
* Generate and review machine-level production schedules.
|
|
10
|
+
*/
|
|
11
|
+
export class ProductionSchedules extends APIResource {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.lines = new LinesAPI.Lines(this._client);
|
|
15
|
+
this.actions = new ActionsAPI.Actions(this._client);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Returns a paginated list of production schedule versions, newest first.
|
|
19
|
+
*
|
|
20
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```ts
|
|
24
|
+
* const listProductionSchedule =
|
|
25
|
+
* await client.operations.productionSchedules.list();
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
list(query = {}, options) {
|
|
29
|
+
return this._client.get('/v1/operations/production-schedules', { query, ...options });
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Generates and saves a new production schedule.
|
|
33
|
+
*
|
|
34
|
+
* The plan is saved as a draft: nothing is frozen and every line is editable until
|
|
35
|
+
* the version is published. Generating again creates a new version rather than
|
|
36
|
+
* replacing this one, because attainment is measured against whichever version was
|
|
37
|
+
* live at the time.
|
|
38
|
+
*
|
|
39
|
+
* This endpoint requires the permission: `production_schedules:create`.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ```ts
|
|
43
|
+
* const productionSchedule =
|
|
44
|
+
* await client.operations.productionSchedules.create({
|
|
45
|
+
* name: '2026-W31 knit plan',
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
create(body = {}, options) {
|
|
50
|
+
return this._client.post('/v1/operations/production-schedules', { body, ...options });
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns the published schedule covering today.
|
|
54
|
+
*
|
|
55
|
+
* Responds 404 when no published version covers today, which is the normal state
|
|
56
|
+
* before the first schedule is published.
|
|
57
|
+
*
|
|
58
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```ts
|
|
62
|
+
* const productionSchedule =
|
|
63
|
+
* await client.operations.productionSchedules.retrieveCurrent();
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
retrieveCurrent(options) {
|
|
67
|
+
return this._client.get('/v1/operations/production-schedules/current', options);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Returns a single production schedule version.
|
|
71
|
+
*
|
|
72
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```ts
|
|
76
|
+
* const productionSchedule =
|
|
77
|
+
* await client.operations.productionSchedules.retrieve(
|
|
78
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
79
|
+
* );
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
retrieve(id, options) {
|
|
83
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}`, options);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Returns the per-item policy behind a schedule version, ordered by constraint run
|
|
87
|
+
* hours descending.
|
|
88
|
+
*
|
|
89
|
+
* This is the "why" behind every campaign: lot size, reorder point, safety stock
|
|
90
|
+
* and lead times as they stood when the plan was generated.
|
|
91
|
+
*
|
|
92
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
93
|
+
*
|
|
94
|
+
* @example
|
|
95
|
+
* ```ts
|
|
96
|
+
* const listProductionScheduleItemPolicy =
|
|
97
|
+
* await client.operations.productionSchedules.retrieveItemPolicies(
|
|
98
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
99
|
+
* );
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
retrieveItemPolicies(id, options) {
|
|
103
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}/item-policies`, options);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Returns the per-finished-SKU inventory targets behind a schedule version,
|
|
107
|
+
* grouped under the constraint item each one is made from.
|
|
108
|
+
*
|
|
109
|
+
* The item policies pool every finished good a constraint item feeds into one
|
|
110
|
+
* echelon figure, which is what the build decision is made against. These rows are
|
|
111
|
+
* what that pooling hides: each finished SKU's own demand, its own variability,
|
|
112
|
+
* its own stock, and a buffer sized against the finishing lead time rather than
|
|
113
|
+
* the constraint's.
|
|
114
|
+
*
|
|
115
|
+
* The two stages do not overlap, so together they describe the whole network's
|
|
116
|
+
* stock without counting any of it twice: the constraint stage holds its pooled
|
|
117
|
+
* buffer, and the finished stage holds these.
|
|
118
|
+
*
|
|
119
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* ```ts
|
|
123
|
+
* const listProductionScheduleFinishedPolicy =
|
|
124
|
+
* await client.operations.productionSchedules.retrieveFinishedPolicies(
|
|
125
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
126
|
+
* );
|
|
127
|
+
* ```
|
|
128
|
+
*/
|
|
129
|
+
retrieveFinishedPolicies(id, options) {
|
|
130
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}/finished-policies`, options);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Returns the downstream department work implied by a schedule's constraint plan.
|
|
134
|
+
*
|
|
135
|
+
* The solver schedules only the constraint; every other department's work is
|
|
136
|
+
* derived from it by walking the production-step graph, applying each step's
|
|
137
|
+
* lead-time offset and yield. That makes this the work list a supervisor reads,
|
|
138
|
+
* rather than a second plan someone has to maintain.
|
|
139
|
+
*
|
|
140
|
+
* `explosion_depth` is how many steps downstream the work sits, which is what a
|
|
141
|
+
* readiness indicator keys off. Work whose derived week falls past the schedule's
|
|
142
|
+
* horizon is still returned — a department needs to see it coming.
|
|
143
|
+
*
|
|
144
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
145
|
+
*
|
|
146
|
+
* @example
|
|
147
|
+
* ```ts
|
|
148
|
+
* const listProductionScheduleDerivedLine =
|
|
149
|
+
* await client.operations.productionSchedules.retrieveDerivedLines(
|
|
150
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
151
|
+
* );
|
|
152
|
+
* ```
|
|
153
|
+
*/
|
|
154
|
+
retrieveDerivedLines(id, query = {}, options) {
|
|
155
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}/derived-lines`, {
|
|
156
|
+
query,
|
|
157
|
+
...options,
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Returns the append-only log of hand changes made to a schedule, most recent
|
|
162
|
+
* first.
|
|
163
|
+
*
|
|
164
|
+
* This is what frozen-week adherence is measured from. A change recorded as frozen
|
|
165
|
+
* was inside the freeze window at the moment it was made, and stays that way
|
|
166
|
+
* regardless of what is published later.
|
|
167
|
+
*
|
|
168
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
169
|
+
*
|
|
170
|
+
* @example
|
|
171
|
+
* ```ts
|
|
172
|
+
* const listProductionScheduleDeviation =
|
|
173
|
+
* await client.operations.productionSchedules.retrieveDeviations(
|
|
174
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
175
|
+
* );
|
|
176
|
+
* ```
|
|
177
|
+
*/
|
|
178
|
+
retrieveDeviations(id, query = {}, options) {
|
|
179
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}/deviations`, {
|
|
180
|
+
query,
|
|
181
|
+
...options,
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Returns what releasing a week would create, without creating it.
|
|
186
|
+
*
|
|
187
|
+
* The lots are resolved exactly as the release itself resolves them, so what a
|
|
188
|
+
* planner is shown and what the floor receives cannot drift apart.
|
|
189
|
+
*
|
|
190
|
+
* `is_releasable` is false when the week is empty or already released, with
|
|
191
|
+
* `blocked_reason` saying which; `existing_production_run_id` names the run a
|
|
192
|
+
* released week is already tied to.
|
|
193
|
+
*
|
|
194
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
195
|
+
*
|
|
196
|
+
* @example
|
|
197
|
+
* ```ts
|
|
198
|
+
* const releaseScheduleWeekPreview =
|
|
199
|
+
* await client.operations.productionSchedules.retrieveWeekReleasePreview(
|
|
200
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
201
|
+
* );
|
|
202
|
+
* ```
|
|
203
|
+
*/
|
|
204
|
+
retrieveWeekReleasePreview(id, query = {}, options) {
|
|
205
|
+
return this._client.get(path `/v1/operations/production-schedules/${id}/week-release-preview`, {
|
|
206
|
+
query,
|
|
207
|
+
...options,
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Deletes a draft schedule and everything derived from it.
|
|
212
|
+
*
|
|
213
|
+
* Only drafts can be deleted. A published version is the baseline attainment is
|
|
214
|
+
* measured against, so removing it would erase the record of what was promised —
|
|
215
|
+
* archive those instead.
|
|
216
|
+
*
|
|
217
|
+
* This endpoint requires the permission: `production_schedules:delete`.
|
|
218
|
+
*
|
|
219
|
+
* @example
|
|
220
|
+
* ```ts
|
|
221
|
+
* const productionSchedule =
|
|
222
|
+
* await client.operations.productionSchedules.delete(
|
|
223
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
224
|
+
* );
|
|
225
|
+
* ```
|
|
226
|
+
*/
|
|
227
|
+
delete(id, options) {
|
|
228
|
+
return this._client.delete(path `/v1/operations/production-schedules/${id}`, options);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
ProductionSchedules.Lines = Lines;
|
|
232
|
+
ProductionSchedules.Actions = Actions;
|
|
233
|
+
//# sourceMappingURL=production-schedules.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.mjs","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/production-schedules.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.d.mts","sourceRoot":"","sources":["../../src/resources/operations/production-schedules.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.d.ts","sourceRoot":"","sources":["../../src/resources/operations/production-schedules.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./production-schedules/index.js"), exports);
|
|
6
|
+
//# sourceMappingURL=production-schedules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.js","sourceRoot":"","sources":["../../src/resources/operations/production-schedules.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0EAA6C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production-schedules.mjs","sourceRoot":"","sources":["../../src/resources/operations/production-schedules.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as ProductLinesAPI from "../catalog/product-lines.mjs";
|
|
2
3
|
import * as APIKeysAPI from "../auth/api-keys/api-keys.mjs";
|
|
3
4
|
import * as CustomersAPI from "../sales/customers/customers.mjs";
|
|
4
5
|
import { APIPromise } from "../../core/api-promise.mjs";
|
|
@@ -130,7 +131,7 @@ export interface CreateShippingTermRequest {
|
|
|
130
131
|
/**
|
|
131
132
|
* A value with an associated unit, used in create and update requests.
|
|
132
133
|
*/
|
|
133
|
-
flat_rate?:
|
|
134
|
+
flat_rate?: ProductLinesAPI.QuantityInput;
|
|
134
135
|
/**
|
|
135
136
|
* IDs of service levels that ship for free under this term (typically once
|
|
136
137
|
* `minimum_order_value` is met).
|
|
@@ -139,7 +140,7 @@ export interface CreateShippingTermRequest {
|
|
|
139
140
|
/**
|
|
140
141
|
* A value with an associated unit, used in create and update requests.
|
|
141
142
|
*/
|
|
142
|
-
minimum_order_value?:
|
|
143
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput;
|
|
143
144
|
}
|
|
144
145
|
/**
|
|
145
146
|
* List represents a paginated list of resources.
|
|
@@ -169,7 +170,7 @@ export interface UpdateShippingTermRequest {
|
|
|
169
170
|
/**
|
|
170
171
|
* A value with an associated unit, used in create and update requests.
|
|
171
172
|
*/
|
|
172
|
-
flat_rate?:
|
|
173
|
+
flat_rate?: ProductLinesAPI.QuantityInput | null;
|
|
173
174
|
/**
|
|
174
175
|
* IDs of service levels that ship for free under this term (typically once
|
|
175
176
|
* `minimum_order_value` is met).
|
|
@@ -180,7 +181,7 @@ export interface UpdateShippingTermRequest {
|
|
|
180
181
|
/**
|
|
181
182
|
* A value with an associated unit, used in create and update requests.
|
|
182
183
|
*/
|
|
183
|
-
minimum_order_value?:
|
|
184
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput | null;
|
|
184
185
|
/**
|
|
185
186
|
* Human-readable name for the shipping term, used to identify it when assigning
|
|
186
187
|
* shipping terms to customers and orders.
|
|
@@ -255,7 +256,7 @@ export interface ShippingTermCreateParams {
|
|
|
255
256
|
/**
|
|
256
257
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
257
258
|
*/
|
|
258
|
-
flat_rate?:
|
|
259
|
+
flat_rate?: ProductLinesAPI.QuantityInput;
|
|
259
260
|
/**
|
|
260
261
|
* Body param: IDs of service levels that ship for free under this term (typically
|
|
261
262
|
* once `minimum_order_value` is met).
|
|
@@ -264,7 +265,7 @@ export interface ShippingTermCreateParams {
|
|
|
264
265
|
/**
|
|
265
266
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
266
267
|
*/
|
|
267
|
-
minimum_order_value?:
|
|
268
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput;
|
|
268
269
|
}
|
|
269
270
|
export interface ShippingTermUpdateParams {
|
|
270
271
|
/**
|
|
@@ -275,7 +276,7 @@ export interface ShippingTermUpdateParams {
|
|
|
275
276
|
/**
|
|
276
277
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
277
278
|
*/
|
|
278
|
-
flat_rate?:
|
|
279
|
+
flat_rate?: ProductLinesAPI.QuantityInput | null;
|
|
279
280
|
/**
|
|
280
281
|
* Body param: IDs of service levels that ship for free under this term (typically
|
|
281
282
|
* once `minimum_order_value` is met).
|
|
@@ -286,7 +287,7 @@ export interface ShippingTermUpdateParams {
|
|
|
286
287
|
/**
|
|
287
288
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
288
289
|
*/
|
|
289
|
-
minimum_order_value?:
|
|
290
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput | null;
|
|
290
291
|
/**
|
|
291
292
|
* Body param: Human-readable name for the shipping term, used to identify it when
|
|
292
293
|
* assigning shipping terms to customers and orders.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipping-terms.d.mts","sourceRoot":"","sources":["../../src/resources/operations/shipping-terms.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;OAWG;IACH,IAAI,CACF,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAI/B;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,0BAA0B,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IAIxC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IAKzG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IASxC;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;CAGrF;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,IAAI,EAAE,cAAc,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;IAEpE;;OAEG;IACH,SAAS,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"shipping-terms.d.mts","sourceRoot":"","sources":["../../src/resources/operations/shipping-terms.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,KAAK,UAAU;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;OAWG;IACH,IAAI,CACF,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAI/B;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,0BAA0B,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IAIxC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IAKzG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC,YAAY,CAAC;IASxC;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;CAGrF;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,IAAI,EAAE,cAAc,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;IAEpE;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC;IAE1C;;;OAGG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEhD;;OAEG;IACH,mBAAmB,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC;CACrD;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;IAEvC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,aAAa,GAAG,IAAI,CAAC;IAEjD;;;;;OAKG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,mBAAmB,CAAC,EAAE,eAAe,CAAC,aAAa,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,cAAc,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;CACtE;AAED,MAAM,WAAW,0BAA0B;CAAG;AAE9C,MAAM,WAAW,sBAAsB;IACrC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACb,OAAO,GAAG,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,8BAA8B,CAC3G,CAAC;IAEF;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,0BAA0B;IACzC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACb,OAAO,GAAG,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,8BAA8B,CAC3G,CAAC;CACH;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,IAAI,EAAE,cAAc,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;IAEpE;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACb,OAAO,GAAG,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,8BAA8B,CAC3G,CAAC;IAEF;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC;IAE1C;;;OAGG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEhD;;OAEG;IACH,mBAAmB,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC;CACrD;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACb,OAAO,GAAG,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,8BAA8B,CAC3G,CAAC;IAEF;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,aAAa,GAAG,IAAI,CAAC;IAEjD;;;;;OAKG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,mBAAmB,CAAC,EAAE,eAAe,CAAC,aAAa,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,cAAc,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;CACtE;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|