@augno/sdk 0.12.6 → 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 -2
- 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 +16 -3
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +16 -3
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +8 -3
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +8 -3
- 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 +5 -4
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +5 -4
- 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 +353 -0
- package/src/resources/core/core.ts +84 -1
- 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 +15 -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,420 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as CoreAPI from "../../core/core.mjs";
|
|
3
|
+
import * as APIKeysAPI from "../../auth/api-keys/api-keys.mjs";
|
|
4
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
5
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
6
|
+
/**
|
|
7
|
+
* Generate and review machine-level production schedules.
|
|
8
|
+
*/
|
|
9
|
+
export declare class Lines extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Returns the planned campaigns for a schedule version, in the order they run.
|
|
12
|
+
*
|
|
13
|
+
* This endpoint requires the permission: `production_schedules:read`.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```ts
|
|
17
|
+
* const listProductionScheduleLine =
|
|
18
|
+
* await client.operations.productionSchedules.lines.list(
|
|
19
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
20
|
+
* );
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
list(id: string, query?: LineListParams | null | undefined, options?: RequestOptions): APIPromise<ListProductionScheduleLine>;
|
|
24
|
+
/**
|
|
25
|
+
* Adds a campaign to a schedule by hand.
|
|
26
|
+
*
|
|
27
|
+
* The line is recorded as manual, so a later regenerate can tell it apart from
|
|
28
|
+
* what the solver produced, and the change is written to the deviation log. Adding
|
|
29
|
+
* into a frozen week requires a `reason`.
|
|
30
|
+
*
|
|
31
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* ```ts
|
|
35
|
+
* const productionScheduleLine =
|
|
36
|
+
* await client.operations.productionSchedules.lines.create(
|
|
37
|
+
* 'pnsc_0192a4c17b3e4f8a91c2d0',
|
|
38
|
+
* {
|
|
39
|
+
* item_id: 'it_0131e386ac683e8c29a71f6f1f',
|
|
40
|
+
* machine_id: 'mc_0177d18f55a1615f783d3bf8d0',
|
|
41
|
+
* quantity: 600,
|
|
42
|
+
* week_index: 2,
|
|
43
|
+
* },
|
|
44
|
+
* );
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
create(id: string, body: LineCreateParams, options?: RequestOptions): APIPromise<ProductionScheduleLine>;
|
|
48
|
+
/**
|
|
49
|
+
* Edits a campaign on a schedule.
|
|
50
|
+
*
|
|
51
|
+
* Every change is written to the deviation log with a full before-and-after
|
|
52
|
+
* snapshot, and the line becomes manual so a regenerate can tell it apart from
|
|
53
|
+
* solver output. A change that touches a frozen week — including moving a campaign
|
|
54
|
+
* out of one — requires a `reason`.
|
|
55
|
+
*
|
|
56
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* ```ts
|
|
60
|
+
* const productionScheduleLine =
|
|
61
|
+
* await client.operations.productionSchedules.lines.update(
|
|
62
|
+
* 'orln_0142f9b74268973450b3a76ce3',
|
|
63
|
+
* { id: 'pnsc_0192a4c17b3e4f8a91c2d0', quantity: 900 },
|
|
64
|
+
* );
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
update(lineID: string, params: LineUpdateParams, options?: RequestOptions): APIPromise<ProductionScheduleLine>;
|
|
68
|
+
/**
|
|
69
|
+
* Removes a campaign from a schedule.
|
|
70
|
+
*
|
|
71
|
+
* The deviation log keeps a full snapshot of the removed line, so the change stays
|
|
72
|
+
* readable after the line itself is gone. Removing from a frozen week requires a
|
|
73
|
+
* `reason`.
|
|
74
|
+
*
|
|
75
|
+
* This endpoint requires the permission: `production_schedules:update`.
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ```ts
|
|
79
|
+
* const line =
|
|
80
|
+
* await client.operations.productionSchedules.lines.delete(
|
|
81
|
+
* 'orln_0142f9b74268973450b3a76ce3',
|
|
82
|
+
* { id: 'pnsc_0192a4c17b3e4f8a91c2d0' },
|
|
83
|
+
* );
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
delete(lineID: string, params: LineDeleteParams, options?: RequestOptions): APIPromise<LineDeleteResponse>;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Request to add a campaign to a schedule by hand.
|
|
90
|
+
*/
|
|
91
|
+
export interface CreateProductionScheduleLineRequest {
|
|
92
|
+
/**
|
|
93
|
+
* ID of the item to build.
|
|
94
|
+
*/
|
|
95
|
+
item_id: string;
|
|
96
|
+
/**
|
|
97
|
+
* ID of the machine that will run it.
|
|
98
|
+
*/
|
|
99
|
+
machine_id: string;
|
|
100
|
+
/**
|
|
101
|
+
* Units to build.
|
|
102
|
+
*/
|
|
103
|
+
quantity: number;
|
|
104
|
+
/**
|
|
105
|
+
* Horizon week to plan the campaign in, zero-based.
|
|
106
|
+
*/
|
|
107
|
+
week_index: number;
|
|
108
|
+
/**
|
|
109
|
+
* Lots the quantity represents.
|
|
110
|
+
*/
|
|
111
|
+
lots?: number;
|
|
112
|
+
/**
|
|
113
|
+
* Why the campaign was added. Required when it lands inside a frozen week.
|
|
114
|
+
*/
|
|
115
|
+
reason?: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other';
|
|
116
|
+
/**
|
|
117
|
+
* Free-form explanation of the change.
|
|
118
|
+
*/
|
|
119
|
+
reason_note?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Machine hours the campaign will take.
|
|
122
|
+
*/
|
|
123
|
+
run_hours?: number;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* List represents a paginated list of resources.
|
|
127
|
+
*/
|
|
128
|
+
export interface ListProductionScheduleLine {
|
|
129
|
+
/**
|
|
130
|
+
* Resources in this page.
|
|
131
|
+
*/
|
|
132
|
+
data: Array<ProductionScheduleLine>;
|
|
133
|
+
/**
|
|
134
|
+
* Resource type identifier.
|
|
135
|
+
*/
|
|
136
|
+
object: 'list';
|
|
137
|
+
/**
|
|
138
|
+
* PageInfo contains URL-based pagination metadata.
|
|
139
|
+
*/
|
|
140
|
+
page_info: APIKeysAPI.PageInfo;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* A saved campaign on a production schedule.
|
|
144
|
+
*/
|
|
145
|
+
export interface ProductionScheduleLine {
|
|
146
|
+
/**
|
|
147
|
+
* Line ID.
|
|
148
|
+
*/
|
|
149
|
+
id: string;
|
|
150
|
+
/**
|
|
151
|
+
* Creation timestamp.
|
|
152
|
+
*/
|
|
153
|
+
created_at: string;
|
|
154
|
+
/**
|
|
155
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
156
|
+
*/
|
|
157
|
+
department: CoreAPI.Entity | null;
|
|
158
|
+
/**
|
|
159
|
+
* Whether the line is inside the frozen window and can no longer be changed
|
|
160
|
+
* without recording a deviation.
|
|
161
|
+
*/
|
|
162
|
+
freeze_status: 'frozen' | 'flexible';
|
|
163
|
+
/**
|
|
164
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
165
|
+
*/
|
|
166
|
+
item: CoreAPI.Entity | null;
|
|
167
|
+
/**
|
|
168
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
169
|
+
*/
|
|
170
|
+
machine: CoreAPI.Entity | null;
|
|
171
|
+
/**
|
|
172
|
+
* Resource type identifier.
|
|
173
|
+
*/
|
|
174
|
+
object: 'production_schedule_line';
|
|
175
|
+
/**
|
|
176
|
+
* Modelled changeover time before the campaign.
|
|
177
|
+
*/
|
|
178
|
+
planned_changeover_minutes: number;
|
|
179
|
+
/**
|
|
180
|
+
* Units in one lot, which is the batch size the week is released to the floor in.
|
|
181
|
+
*/
|
|
182
|
+
planned_lot_units: number;
|
|
183
|
+
/**
|
|
184
|
+
* Whole lots the quantity rounds to.
|
|
185
|
+
*/
|
|
186
|
+
planned_lots: number;
|
|
187
|
+
/**
|
|
188
|
+
* Quantity to produce.
|
|
189
|
+
*/
|
|
190
|
+
planned_quantity: number;
|
|
191
|
+
/**
|
|
192
|
+
* Constraint hours the campaign consumes.
|
|
193
|
+
*/
|
|
194
|
+
planned_run_hours: number;
|
|
195
|
+
/**
|
|
196
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
197
|
+
*/
|
|
198
|
+
planned_unit: CoreAPI.Entity | null;
|
|
199
|
+
/**
|
|
200
|
+
* Abbreviation of the unit every quantity on this line is counted in, for display.
|
|
201
|
+
*
|
|
202
|
+
* A campaign of 360 means 360 pairs or 360 eaches depending on this, so the two
|
|
203
|
+
* are never meaningful apart.
|
|
204
|
+
*/
|
|
205
|
+
planned_unit_abbreviation: string | null;
|
|
206
|
+
/**
|
|
207
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
208
|
+
*/
|
|
209
|
+
production_run: CoreAPI.Entity | null;
|
|
210
|
+
/**
|
|
211
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
212
|
+
*/
|
|
213
|
+
production_schedule: CoreAPI.Entity | null;
|
|
214
|
+
/**
|
|
215
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
216
|
+
*/
|
|
217
|
+
production_step: CoreAPI.Entity | null;
|
|
218
|
+
/**
|
|
219
|
+
* Projected stock after the campaign lands and the week's demand is drawn down.
|
|
220
|
+
*/
|
|
221
|
+
projected_on_hand_after: number;
|
|
222
|
+
/**
|
|
223
|
+
* Projected stock before the campaign lands.
|
|
224
|
+
*/
|
|
225
|
+
projected_on_hand_before: number;
|
|
226
|
+
/**
|
|
227
|
+
* Why the campaign was scheduled.
|
|
228
|
+
*/
|
|
229
|
+
reason: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other' | null;
|
|
230
|
+
/**
|
|
231
|
+
* Batches this campaign issued to the floor when its week was released.
|
|
232
|
+
*
|
|
233
|
+
* Zero until the week is released.
|
|
234
|
+
*/
|
|
235
|
+
released_batch_count: number;
|
|
236
|
+
/**
|
|
237
|
+
* Batches of this campaign the floor has scanned.
|
|
238
|
+
*/
|
|
239
|
+
scanned_batch_count: number;
|
|
240
|
+
/**
|
|
241
|
+
* Quantity scanned so far, in the planned unit.
|
|
242
|
+
*
|
|
243
|
+
* Measured from the run the week was released as, matched on this campaign's item,
|
|
244
|
+
* so a run holding several SKUs credits each campaign with only its own work.
|
|
245
|
+
*/
|
|
246
|
+
scanned_quantity: number;
|
|
247
|
+
/**
|
|
248
|
+
* Order the campaign runs within its week.
|
|
249
|
+
*/
|
|
250
|
+
sequence_index: number;
|
|
251
|
+
/**
|
|
252
|
+
* Whether the solver or a person created the line.
|
|
253
|
+
*/
|
|
254
|
+
source: 'solver' | 'manual';
|
|
255
|
+
/**
|
|
256
|
+
* Where the line is in its lifecycle.
|
|
257
|
+
*/
|
|
258
|
+
status: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
259
|
+
/**
|
|
260
|
+
* Last updated timestamp.
|
|
261
|
+
*/
|
|
262
|
+
updated_at: string;
|
|
263
|
+
/**
|
|
264
|
+
* Zero-based week offset from the start of the horizon.
|
|
265
|
+
*/
|
|
266
|
+
week_index: number;
|
|
267
|
+
/**
|
|
268
|
+
* First instant of the week this campaign runs in.
|
|
269
|
+
*/
|
|
270
|
+
week_starts_at: string;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Request to edit a campaign on a schedule.
|
|
274
|
+
*/
|
|
275
|
+
export interface UpdateProductionScheduleLineRequest {
|
|
276
|
+
/**
|
|
277
|
+
* Lots the quantity represents.
|
|
278
|
+
*/
|
|
279
|
+
lots?: number;
|
|
280
|
+
/**
|
|
281
|
+
* ID of the machine to move the campaign to.
|
|
282
|
+
*/
|
|
283
|
+
machine_id?: string;
|
|
284
|
+
/**
|
|
285
|
+
* Units to build.
|
|
286
|
+
*/
|
|
287
|
+
quantity?: number;
|
|
288
|
+
/**
|
|
289
|
+
* Why the campaign changed. Required when the change touches a frozen week.
|
|
290
|
+
*/
|
|
291
|
+
reason?: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other' | null;
|
|
292
|
+
/**
|
|
293
|
+
* Free-form explanation of the change.
|
|
294
|
+
*/
|
|
295
|
+
reason_note?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Machine hours the campaign will take.
|
|
298
|
+
*/
|
|
299
|
+
run_hours?: number;
|
|
300
|
+
/**
|
|
301
|
+
* Position within the week's run order.
|
|
302
|
+
*/
|
|
303
|
+
sequence_index?: number;
|
|
304
|
+
/**
|
|
305
|
+
* Lifecycle state of the campaign.
|
|
306
|
+
*/
|
|
307
|
+
status?: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
308
|
+
/**
|
|
309
|
+
* Horizon week to move the campaign to, zero-based.
|
|
310
|
+
*/
|
|
311
|
+
week_index?: number;
|
|
312
|
+
}
|
|
313
|
+
export interface LineDeleteResponse {
|
|
314
|
+
}
|
|
315
|
+
export interface LineListParams {
|
|
316
|
+
/**
|
|
317
|
+
* Only return campaigns on these machines.
|
|
318
|
+
*/
|
|
319
|
+
machine_ids?: Array<string>;
|
|
320
|
+
/**
|
|
321
|
+
* Only return campaigns in this horizon week, zero-based.
|
|
322
|
+
*/
|
|
323
|
+
week_index?: number;
|
|
324
|
+
}
|
|
325
|
+
export interface LineCreateParams {
|
|
326
|
+
/**
|
|
327
|
+
* ID of the item to build.
|
|
328
|
+
*/
|
|
329
|
+
item_id: string;
|
|
330
|
+
/**
|
|
331
|
+
* ID of the machine that will run it.
|
|
332
|
+
*/
|
|
333
|
+
machine_id: string;
|
|
334
|
+
/**
|
|
335
|
+
* Units to build.
|
|
336
|
+
*/
|
|
337
|
+
quantity: number;
|
|
338
|
+
/**
|
|
339
|
+
* Horizon week to plan the campaign in, zero-based.
|
|
340
|
+
*/
|
|
341
|
+
week_index: number;
|
|
342
|
+
/**
|
|
343
|
+
* Lots the quantity represents.
|
|
344
|
+
*/
|
|
345
|
+
lots?: number;
|
|
346
|
+
/**
|
|
347
|
+
* Why the campaign was added. Required when it lands inside a frozen week.
|
|
348
|
+
*/
|
|
349
|
+
reason?: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other';
|
|
350
|
+
/**
|
|
351
|
+
* Free-form explanation of the change.
|
|
352
|
+
*/
|
|
353
|
+
reason_note?: string;
|
|
354
|
+
/**
|
|
355
|
+
* Machine hours the campaign will take.
|
|
356
|
+
*/
|
|
357
|
+
run_hours?: number;
|
|
358
|
+
}
|
|
359
|
+
export interface LineUpdateParams {
|
|
360
|
+
/**
|
|
361
|
+
* Path param: ID of the production schedule.
|
|
362
|
+
*/
|
|
363
|
+
id: string;
|
|
364
|
+
/**
|
|
365
|
+
* Body param: Lots the quantity represents.
|
|
366
|
+
*/
|
|
367
|
+
lots?: number;
|
|
368
|
+
/**
|
|
369
|
+
* Body param: ID of the machine to move the campaign to.
|
|
370
|
+
*/
|
|
371
|
+
machine_id?: string;
|
|
372
|
+
/**
|
|
373
|
+
* Body param: Units to build.
|
|
374
|
+
*/
|
|
375
|
+
quantity?: number;
|
|
376
|
+
/**
|
|
377
|
+
* Body param: Why the campaign changed. Required when the change touches a frozen
|
|
378
|
+
* week.
|
|
379
|
+
*/
|
|
380
|
+
reason?: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other' | null;
|
|
381
|
+
/**
|
|
382
|
+
* Body param: Free-form explanation of the change.
|
|
383
|
+
*/
|
|
384
|
+
reason_note?: string;
|
|
385
|
+
/**
|
|
386
|
+
* Body param: Machine hours the campaign will take.
|
|
387
|
+
*/
|
|
388
|
+
run_hours?: number;
|
|
389
|
+
/**
|
|
390
|
+
* Body param: Position within the week's run order.
|
|
391
|
+
*/
|
|
392
|
+
sequence_index?: number;
|
|
393
|
+
/**
|
|
394
|
+
* Body param: Lifecycle state of the campaign.
|
|
395
|
+
*/
|
|
396
|
+
status?: 'planned' | 'released' | 'in_progress' | 'complete' | 'cancelled';
|
|
397
|
+
/**
|
|
398
|
+
* Body param: Horizon week to move the campaign to, zero-based.
|
|
399
|
+
*/
|
|
400
|
+
week_index?: number;
|
|
401
|
+
}
|
|
402
|
+
export interface LineDeleteParams {
|
|
403
|
+
/**
|
|
404
|
+
* Path param: ID of the production schedule.
|
|
405
|
+
*/
|
|
406
|
+
id: string;
|
|
407
|
+
/**
|
|
408
|
+
* Query param: Why the campaign was removed. Required when it sits in a frozen
|
|
409
|
+
* week.
|
|
410
|
+
*/
|
|
411
|
+
reason?: 'machine_down' | 'material_shortage' | 'rush_order' | 'quality_hold' | 'over_run' | 'under_run' | 'capacity_change' | 'other';
|
|
412
|
+
/**
|
|
413
|
+
* Query param: Free-form explanation of the change.
|
|
414
|
+
*/
|
|
415
|
+
reason_note?: string;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace Lines {
|
|
418
|
+
export { type CreateProductionScheduleLineRequest as CreateProductionScheduleLineRequest, type ListProductionScheduleLine as ListProductionScheduleLine, type ProductionScheduleLine as ProductionScheduleLine, type UpdateProductionScheduleLineRequest as UpdateProductionScheduleLineRequest, type LineDeleteResponse as LineDeleteResponse, type LineListParams as LineListParams, type LineCreateParams as LineCreateParams, type LineUpdateParams as LineUpdateParams, type LineDeleteParams as LineDeleteParams, };
|
|
419
|
+
}
|
|
420
|
+
//# sourceMappingURL=lines.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lines.d.mts","sourceRoot":"","sources":["../../../src/resources/operations/production-schedules/lines.ts"],"names":[],"mappings":"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"}
|