@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,114 @@
|
|
|
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
|
+
* Adjust the demand a production schedule plans against. Overrides are how management accounts for demand that sales history cannot see.
|
|
6
|
+
*/
|
|
7
|
+
export class DemandOverrides extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Returns a paginated list of demand overrides, most recently created first.
|
|
10
|
+
*
|
|
11
|
+
* The period filters match on overlap rather than containment, so an override
|
|
12
|
+
* spanning a quarter is returned when querying a single month inside it.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint requires the permission: `demand_overrides:read`.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* const listDemandOverride =
|
|
19
|
+
* await client.operations.demandOverrides.list();
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
list(query = {}, options) {
|
|
23
|
+
return this._client.get('/v1/operations/demand-overrides', { query, ...options });
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Retrieves a single demand override by ID.
|
|
27
|
+
*
|
|
28
|
+
* This endpoint requires the permission: `demand_overrides:read`.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```ts
|
|
32
|
+
* const demandOverride =
|
|
33
|
+
* await client.operations.demandOverrides.retrieve(
|
|
34
|
+
* 'deov_0192b7d38c4f5a9b02d3e16f88',
|
|
35
|
+
* );
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
retrieve(id, query = {}, options) {
|
|
39
|
+
return this._client.get(path `/v1/operations/demand-overrides/${id}`, { query, ...options });
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Creates a demand override.
|
|
43
|
+
*
|
|
44
|
+
* The scope reference is validated against the account's items or product lines,
|
|
45
|
+
* so an override can never silently match nothing. An `absolute` value replaces
|
|
46
|
+
* the forecast for the period, `delta_units` adds to it, and `delta_percent`
|
|
47
|
+
* scales it; a percent override cannot reduce demand by more than 100%.
|
|
48
|
+
*
|
|
49
|
+
* This endpoint requires the permission: `demand_overrides:create`.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* ```ts
|
|
53
|
+
* const demandOverride =
|
|
54
|
+
* await client.operations.demandOverrides.create({
|
|
55
|
+
* adjustment: 'delta_units',
|
|
56
|
+
* period_ends_at: '2026-05-10T00:23:00Z',
|
|
57
|
+
* period_starts_at: '2026-05-10T00:00:00Z',
|
|
58
|
+
* scope_ref_id: 'it_0131e386ac683e8c29a71f6f1f',
|
|
59
|
+
* scope_type: 'item',
|
|
60
|
+
* value: 5000,
|
|
61
|
+
* });
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
create(params, options) {
|
|
65
|
+
const { include, ...body } = params;
|
|
66
|
+
return this._client.post('/v1/operations/demand-overrides', { query: { include }, body, ...options });
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Updates a demand override.
|
|
70
|
+
*
|
|
71
|
+
* The type and value are validated as a pair against the resulting override, so
|
|
72
|
+
* switching an existing units adjustment to `delta_percent` is checked as a
|
|
73
|
+
* percent even when only the type is sent.
|
|
74
|
+
*
|
|
75
|
+
* This endpoint requires the permission: `demand_overrides:update`.
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ```ts
|
|
79
|
+
* const demandOverride =
|
|
80
|
+
* await client.operations.demandOverrides.update(
|
|
81
|
+
* 'deov_0192b7d38c4f5a9b02d3e16f88',
|
|
82
|
+
* { value: 7500 },
|
|
83
|
+
* );
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
update(id, params = {}, options) {
|
|
87
|
+
const { include, ...body } = params ?? {};
|
|
88
|
+
return this._client.patch(path `/v1/operations/demand-overrides/${id}`, {
|
|
89
|
+
query: { include },
|
|
90
|
+
body,
|
|
91
|
+
...options,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Deletes a demand override.
|
|
96
|
+
*
|
|
97
|
+
* Schedules already generated are unaffected: a version snapshots the overrides it
|
|
98
|
+
* applied, so deleting one changes future solves only.
|
|
99
|
+
*
|
|
100
|
+
* This endpoint requires the permission: `demand_overrides:delete`.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* ```ts
|
|
104
|
+
* const demandOverride =
|
|
105
|
+
* await client.operations.demandOverrides.delete(
|
|
106
|
+
* 'deov_0192b7d38c4f5a9b02d3e16f88',
|
|
107
|
+
* );
|
|
108
|
+
* ```
|
|
109
|
+
*/
|
|
110
|
+
delete(id, options) {
|
|
111
|
+
return this._client.delete(path `/v1/operations/demand-overrides/${id}`, options);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=demand-overrides.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demand-overrides.mjs","sourceRoot":"","sources":["../../src/resources/operations/demand-overrides.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAOf,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,eAAgB,SAAQ,WAAW;IAC9C;;;;;;;;;;;;;OAaG;IACH,IAAI,CACF,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,mCAAmC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,MAAM,CAAC,MAAkC,EAAE,OAAwB;QACjE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CACJ,EAAU,EACV,SAAwD,EAAE,EAC1D,OAAwB;QAExB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,mCAAmC,EAAE,EAAE,EAAE;YACrE,KAAK,EAAE,EAAE,OAAO,EAAE;YAClB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,mCAAmC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;CACF"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export { Carriers, type CreateCarrierRequest, type ListCarrier, type UpdateCarrierRequest, type CarrierDeleteResponse, type CarrierListParams, type CarrierRetrieveParams, type CarrierCreateParams, type CarrierUpdateParams, } from "./carriers/index.mjs";
|
|
2
|
+
export { DemandOverrides, type CreateDemandOverrideRequest, type DemandOverride, type ListDemandOverride, type UpdateDemandOverrideRequest, type DemandOverrideDeleteResponse, type DemandOverrideListParams, type DemandOverrideRetrieveParams, type DemandOverrideCreateParams, type DemandOverrideUpdateParams, } from "./demand-overrides.mjs";
|
|
2
3
|
export { LocationTypes, type ListLocationType, type LocationType, type LocationTypeListParams, } from "./location-types.mjs";
|
|
3
4
|
export { Locations, type CreateLocationRequest, type UpdateLocationRequest, type LocationDeleteResponse, type LocationListParams, type LocationRetrieveParams, type LocationCreateParams, type LocationUpdateParams, } from "./locations.mjs";
|
|
4
|
-
export {
|
|
5
|
+
export { MachineDowntimeEvents, type CreateMachineDowntimeEventRequest, type ListMachineDowntimeEvent, type MachineDowntimeEvent, type UpdateMachineDowntimeEventRequest, type MachineDowntimeEventDeleteResponse, type MachineDowntimeEventListParams, type MachineDowntimeEventRetrieveParams, type MachineDowntimeEventCreateParams, type MachineDowntimeEventUpdateParams, } from "./machine-downtime-events.mjs";
|
|
6
|
+
export { Operations, type DemandOverrideType, type ListDemandOverrideType, type ListMachineDowntimeReason, type ListMachineStatus, type ListScheduleDeviationType, type MachineCampaign, type MachineDowntimeReason, type MachineDowntimeReasonSummary, type MachineDowntimeSummary, type MachineStatus, type ScheduleDeviationType, type OperationRetrieveMachineStatusParams, } from "./operations.mjs";
|
|
7
|
+
export { ProductionScheduleSettings, type UpdateProductionScheduleSettingsRequest, type ProductionScheduleSettingUpdateParams, } from "./production-schedule-settings/index.mjs";
|
|
8
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleDiagnostics, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules/index.mjs";
|
|
5
9
|
export { ScanningStations, type CreateScanningStationRequest, type UpdateScanningStationRequest, type ScanningStationDeleteResponse, type ScanningStationListParams, type ScanningStationRetrieveParams, type ScanningStationCreateParams, type ScanningStationUpdateParams, } from "./scanning-stations.mjs";
|
|
6
10
|
export { ShippingTerms, type CreateShippingTermRequest, type ListShippingTerm, type UpdateShippingTermRequest, type ShippingTermDeleteResponse, type ShippingTermListParams, type ShippingTermRetrieveParams, type ShippingTermCreateParams, type ShippingTermUpdateParams, } from "./shipping-terms.mjs";
|
|
7
11
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,eAAe,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,qBAAqB,EACrB,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,gCAAgC,GACtC;OACM,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oCAAoC,GAC1C;OACM,EACL,0BAA0B,EAC1B,KAAK,uCAAuC,EAC5C,KAAK,qCAAqC,GAC3C;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD;OACM,EACL,gBAAgB,EAChB,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC;OACM,EACL,aAAa,EACb,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export { Carriers, type CreateCarrierRequest, type ListCarrier, type UpdateCarrierRequest, type CarrierDeleteResponse, type CarrierListParams, type CarrierRetrieveParams, type CarrierCreateParams, type CarrierUpdateParams, } from "./carriers/index.js";
|
|
2
|
+
export { DemandOverrides, type CreateDemandOverrideRequest, type DemandOverride, type ListDemandOverride, type UpdateDemandOverrideRequest, type DemandOverrideDeleteResponse, type DemandOverrideListParams, type DemandOverrideRetrieveParams, type DemandOverrideCreateParams, type DemandOverrideUpdateParams, } from "./demand-overrides.js";
|
|
2
3
|
export { LocationTypes, type ListLocationType, type LocationType, type LocationTypeListParams, } from "./location-types.js";
|
|
3
4
|
export { Locations, type CreateLocationRequest, type UpdateLocationRequest, type LocationDeleteResponse, type LocationListParams, type LocationRetrieveParams, type LocationCreateParams, type LocationUpdateParams, } from "./locations.js";
|
|
4
|
-
export {
|
|
5
|
+
export { MachineDowntimeEvents, type CreateMachineDowntimeEventRequest, type ListMachineDowntimeEvent, type MachineDowntimeEvent, type UpdateMachineDowntimeEventRequest, type MachineDowntimeEventDeleteResponse, type MachineDowntimeEventListParams, type MachineDowntimeEventRetrieveParams, type MachineDowntimeEventCreateParams, type MachineDowntimeEventUpdateParams, } from "./machine-downtime-events.js";
|
|
6
|
+
export { Operations, type DemandOverrideType, type ListDemandOverrideType, type ListMachineDowntimeReason, type ListMachineStatus, type ListScheduleDeviationType, type MachineCampaign, type MachineDowntimeReason, type MachineDowntimeReasonSummary, type MachineDowntimeSummary, type MachineStatus, type ScheduleDeviationType, type OperationRetrieveMachineStatusParams, } from "./operations.js";
|
|
7
|
+
export { ProductionScheduleSettings, type UpdateProductionScheduleSettingsRequest, type ProductionScheduleSettingUpdateParams, } from "./production-schedule-settings/index.js";
|
|
8
|
+
export { ProductionSchedules, type GenerateProductionScheduleRequest, type ListProductionSchedule, type ListProductionScheduleDerivedLine, type ListProductionScheduleDeviation, type ListProductionScheduleFinishedPolicy, type ListProductionScheduleItemPolicy, type ListReleaseScheduleBatch, type ListReleasedScheduleLine, type ListScheduleAppliedOverride, type ProductionSchedule, type ProductionScheduleDerivedLine, type ProductionScheduleDeviation, type ProductionScheduleFinishedPolicy, type ProductionScheduleItemPolicy, type ReleaseScheduleBatch, type ReleaseScheduleWeekPreview, type ReleasedScheduleLine, type ScheduleAppliedOverride, type ScheduleDiagnostics, type ProductionScheduleDeleteResponse, type ProductionScheduleListParams, type ProductionScheduleCreateParams, type ProductionScheduleRetrieveDerivedLinesParams, type ProductionScheduleRetrieveDeviationsParams, type ProductionScheduleRetrieveWeekReleasePreviewParams, } from "./production-schedules/index.js";
|
|
5
9
|
export { ScanningStations, type CreateScanningStationRequest, type UpdateScanningStationRequest, type ScanningStationDeleteResponse, type ScanningStationListParams, type ScanningStationRetrieveParams, type ScanningStationCreateParams, type ScanningStationUpdateParams, } from "./scanning-stations.js";
|
|
6
10
|
export { ShippingTerms, type CreateShippingTermRequest, type ListShippingTerm, type UpdateShippingTermRequest, type ShippingTermDeleteResponse, type ShippingTermListParams, type ShippingTermRetrieveParams, type ShippingTermCreateParams, type ShippingTermUpdateParams, } from "./shipping-terms.js";
|
|
7
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EACL,eAAe,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC;OACM,EACL,aAAa,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,GAC5B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,qBAAqB,EACrB,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,gCAAgC,GACtC;OACM,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oCAAoC,GAC1C;OACM,EACL,0BAA0B,EAC1B,KAAK,uCAAuC,EAC5C,KAAK,qCAAqC,GAC3C;OACM,EACL,mBAAmB,EACnB,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,oCAAoC,EACzC,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACnC,KAAK,4CAA4C,EACjD,KAAK,0CAA0C,EAC/C,KAAK,kDAAkD,GACxD;OACM,EACL,gBAAgB,EAChB,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC;OACM,EACL,aAAa,EACb,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ShippingTerms = exports.ScanningStations = exports.Operations = exports.Locations = exports.LocationTypes = exports.Carriers = void 0;
|
|
4
|
+
exports.ShippingTerms = exports.ScanningStations = exports.ProductionSchedules = exports.ProductionScheduleSettings = exports.Operations = exports.MachineDowntimeEvents = exports.Locations = exports.LocationTypes = exports.DemandOverrides = exports.Carriers = void 0;
|
|
5
5
|
var index_1 = require("./carriers/index.js");
|
|
6
6
|
Object.defineProperty(exports, "Carriers", { enumerable: true, get: function () { return index_1.Carriers; } });
|
|
7
|
+
var demand_overrides_1 = require("./demand-overrides.js");
|
|
8
|
+
Object.defineProperty(exports, "DemandOverrides", { enumerable: true, get: function () { return demand_overrides_1.DemandOverrides; } });
|
|
7
9
|
var location_types_1 = require("./location-types.js");
|
|
8
10
|
Object.defineProperty(exports, "LocationTypes", { enumerable: true, get: function () { return location_types_1.LocationTypes; } });
|
|
9
11
|
var locations_1 = require("./locations.js");
|
|
10
12
|
Object.defineProperty(exports, "Locations", { enumerable: true, get: function () { return locations_1.Locations; } });
|
|
13
|
+
var machine_downtime_events_1 = require("./machine-downtime-events.js");
|
|
14
|
+
Object.defineProperty(exports, "MachineDowntimeEvents", { enumerable: true, get: function () { return machine_downtime_events_1.MachineDowntimeEvents; } });
|
|
11
15
|
var operations_1 = require("./operations.js");
|
|
12
16
|
Object.defineProperty(exports, "Operations", { enumerable: true, get: function () { return operations_1.Operations; } });
|
|
17
|
+
var index_2 = require("./production-schedule-settings/index.js");
|
|
18
|
+
Object.defineProperty(exports, "ProductionScheduleSettings", { enumerable: true, get: function () { return index_2.ProductionScheduleSettings; } });
|
|
19
|
+
var index_3 = require("./production-schedules/index.js");
|
|
20
|
+
Object.defineProperty(exports, "ProductionSchedules", { enumerable: true, get: function () { return index_3.ProductionSchedules; } });
|
|
13
21
|
var scanning_stations_1 = require("./scanning-stations.js");
|
|
14
22
|
Object.defineProperty(exports, "ScanningStations", { enumerable: true, get: function () { return scanning_stations_1.ScanningStations; } });
|
|
15
23
|
var shipping_terms_1 = require("./shipping-terms.js");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAU0B;AATxB,iGAAA,QAAQ,OAAA;AAUV,sDAK0B;AAJxB,+GAAA,aAAa,OAAA;AAKf,4CASqB;AARnB,sGAAA,SAAS,OAAA;AASX,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAU0B;AATxB,iGAAA,QAAQ,OAAA;AAUV,0DAW4B;AAV1B,mHAAA,eAAe,OAAA;AAWjB,sDAK0B;AAJxB,+GAAA,aAAa,OAAA;AAKf,4CASqB;AARnB,sGAAA,SAAS,OAAA;AASX,wEAWmC;AAVjC,gIAAA,qBAAqB,OAAA;AAWvB,8CAcsB;AAbpB,wGAAA,UAAU,OAAA;AAcZ,iEAI8C;AAH5C,mHAAA,0BAA0B,OAAA;AAI5B,yDA2BsC;AA1BpC,4GAAA,mBAAmB,OAAA;AA2BrB,4DAS6B;AAR3B,qHAAA,gBAAgB,OAAA;AASlB,sDAU0B;AATxB,+GAAA,aAAa,OAAA"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
export { Carriers, } from "./carriers/index.mjs";
|
|
3
|
+
export { DemandOverrides, } from "./demand-overrides.mjs";
|
|
3
4
|
export { LocationTypes, } from "./location-types.mjs";
|
|
4
5
|
export { Locations, } from "./locations.mjs";
|
|
5
|
-
export {
|
|
6
|
+
export { MachineDowntimeEvents, } from "./machine-downtime-events.mjs";
|
|
7
|
+
export { Operations, } from "./operations.mjs";
|
|
8
|
+
export { ProductionScheduleSettings, } from "./production-schedule-settings/index.mjs";
|
|
9
|
+
export { ProductionSchedules, } from "./production-schedules/index.mjs";
|
|
6
10
|
export { ScanningStations, } from "./scanning-stations.mjs";
|
|
7
11
|
export { ShippingTerms, } from "./shipping-terms.mjs";
|
|
8
12
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAST;OACM,EACL,aAAa,GAId;OACM,EACL,SAAS,GAQV;OACM,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/operations/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAST;OACM,EACL,eAAe,GAUhB;OACM,EACL,aAAa,GAId;OACM,EACL,SAAS,GAQV;OACM,EACL,qBAAqB,GAUtB;OACM,EACL,UAAU,GAaX;OACM,EACL,0BAA0B,GAG3B;OACM,EACL,mBAAmB,GA0BpB;OACM,EACL,gBAAgB,GAQjB;OACM,EACL,aAAa,GASd"}
|
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as CoreAPI from "../core/core.mjs";
|
|
3
|
+
import * as RequestLogsAPI from "../core/request-logs.mjs";
|
|
4
|
+
import * as BlocksAPI from "../messaging/blocks.mjs";
|
|
5
|
+
import * as OperationsAPI from "./operations.mjs";
|
|
6
|
+
import * as APIKeysAPI from "../auth/api-keys/api-keys.mjs";
|
|
7
|
+
import * as ItemsAPI from "../catalog/items/items.mjs";
|
|
8
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
9
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
10
|
+
/**
|
|
11
|
+
* Log and review machine stoppages. Downtime is the source of OEE availability and changeover time.
|
|
12
|
+
*/
|
|
13
|
+
export declare class MachineDowntimeEvents extends APIResource {
|
|
14
|
+
/**
|
|
15
|
+
* Returns a paginated list of machine downtime events, most recent first.
|
|
16
|
+
*
|
|
17
|
+
* This endpoint requires the permission: `machine_downtime:read`.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* const listMachineDowntimeEvent =
|
|
22
|
+
* await client.operations.machineDowntimeEvents.list();
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
list(query?: MachineDowntimeEventListParams | null | undefined, options?: RequestOptions): APIPromise<ListMachineDowntimeEvent>;
|
|
26
|
+
/**
|
|
27
|
+
* Returns a single machine downtime event.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `machine_downtime:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const machineDowntimeEvent =
|
|
34
|
+
* await client.operations.machineDowntimeEvents.retrieve(
|
|
35
|
+
* 'mcdt_0192a4c17b3e4f8a91c2d05e77',
|
|
36
|
+
* );
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
retrieve(id: string, query?: MachineDowntimeEventRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<MachineDowntimeEvent>;
|
|
40
|
+
/**
|
|
41
|
+
* Logs a machine downtime event.
|
|
42
|
+
*
|
|
43
|
+
* Omit `ended_at` while the machine is still down; a machine can only have one
|
|
44
|
+
* open event at a time. The department and production step are resolved from the
|
|
45
|
+
* machine, and the duration is calculated when the event is closed.
|
|
46
|
+
*
|
|
47
|
+
* This endpoint requires the permission: `machine_downtime:create`.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* ```ts
|
|
51
|
+
* const machineDowntimeEvent =
|
|
52
|
+
* await client.operations.machineDowntimeEvents.create({
|
|
53
|
+
* machine_id: 'mc_0177d18f55a1615f783d3bf8d0',
|
|
54
|
+
* reason: 'breakdown',
|
|
55
|
+
* started_at: '2026-05-10T00:00:00Z',
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
create(params: MachineDowntimeEventCreateParams, options?: RequestOptions): APIPromise<MachineDowntimeEvent>;
|
|
60
|
+
/**
|
|
61
|
+
* Updates a machine downtime event.
|
|
62
|
+
*
|
|
63
|
+
* Setting `ended_at` closes the event and calculates its duration.
|
|
64
|
+
*
|
|
65
|
+
* This endpoint requires the permission: `machine_downtime:update`.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```ts
|
|
69
|
+
* const machineDowntimeEvent =
|
|
70
|
+
* await client.operations.machineDowntimeEvents.update(
|
|
71
|
+
* 'mcdt_0192a4c17b3e4f8a91c2d05e77',
|
|
72
|
+
* { ended_at: '2026-05-10T00:23:00Z' },
|
|
73
|
+
* );
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
update(id: string, params?: MachineDowntimeEventUpdateParams | null | undefined, options?: RequestOptions): APIPromise<MachineDowntimeEvent>;
|
|
77
|
+
/**
|
|
78
|
+
* Deletes a machine downtime event.
|
|
79
|
+
*
|
|
80
|
+
* This endpoint requires the permission: `machine_downtime:delete`.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* ```ts
|
|
84
|
+
* const machineDowntimeEvent =
|
|
85
|
+
* await client.operations.machineDowntimeEvents.delete(
|
|
86
|
+
* 'mcdt_0192a4c17b3e4f8a91c2d05e77',
|
|
87
|
+
* );
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
delete(id: string, options?: RequestOptions): APIPromise<MachineDowntimeEventDeleteResponse>;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Request to log a machine downtime event.
|
|
94
|
+
*/
|
|
95
|
+
export interface CreateMachineDowntimeEventRequest {
|
|
96
|
+
/**
|
|
97
|
+
* ID of the machine that stopped.
|
|
98
|
+
*/
|
|
99
|
+
machine_id: string;
|
|
100
|
+
/**
|
|
101
|
+
* Why the machine stopped.
|
|
102
|
+
*/
|
|
103
|
+
reason: 'breakdown' | 'changeover' | 'material_shortage' | 'no_operator' | 'planned_maintenance' | 'minor_stop' | 'quality_hold' | 'no_schedule';
|
|
104
|
+
/**
|
|
105
|
+
* When the machine stopped.
|
|
106
|
+
*/
|
|
107
|
+
started_at: string;
|
|
108
|
+
/**
|
|
109
|
+
* ID of the batch in progress when the machine stopped.
|
|
110
|
+
*/
|
|
111
|
+
batch_id?: string;
|
|
112
|
+
/**
|
|
113
|
+
* When the machine started running again. Omit while the machine is still down.
|
|
114
|
+
*/
|
|
115
|
+
ended_at?: string;
|
|
116
|
+
/**
|
|
117
|
+
* ID of the item the machine was running when it stopped.
|
|
118
|
+
*/
|
|
119
|
+
item_id?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Free-form notes about the stoppage.
|
|
122
|
+
*/
|
|
123
|
+
note?: string;
|
|
124
|
+
/**
|
|
125
|
+
* ID of the production run in progress when the machine stopped.
|
|
126
|
+
*/
|
|
127
|
+
production_run_id?: string;
|
|
128
|
+
/**
|
|
129
|
+
* How the event was recorded.
|
|
130
|
+
*/
|
|
131
|
+
source?: 'manual' | 'scanner' | 'inferred' | 'api';
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* List represents a paginated list of resources.
|
|
135
|
+
*/
|
|
136
|
+
export interface ListMachineDowntimeEvent {
|
|
137
|
+
/**
|
|
138
|
+
* Resources in this page.
|
|
139
|
+
*/
|
|
140
|
+
data: Array<MachineDowntimeEvent>;
|
|
141
|
+
/**
|
|
142
|
+
* Resource type identifier.
|
|
143
|
+
*/
|
|
144
|
+
object: 'list';
|
|
145
|
+
/**
|
|
146
|
+
* PageInfo contains URL-based pagination metadata.
|
|
147
|
+
*/
|
|
148
|
+
page_info: APIKeysAPI.PageInfo;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* A period during which a machine was not running.
|
|
152
|
+
*
|
|
153
|
+
* Downtime is what makes OEE Availability a measurement rather than an estimate.
|
|
154
|
+
* An event with no `ended_at` is still open, meaning the machine is down right
|
|
155
|
+
* now; a machine can only have one open event at a time.
|
|
156
|
+
*/
|
|
157
|
+
export interface MachineDowntimeEvent {
|
|
158
|
+
/**
|
|
159
|
+
* Downtime event ID.
|
|
160
|
+
*/
|
|
161
|
+
id: string;
|
|
162
|
+
/**
|
|
163
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
164
|
+
*/
|
|
165
|
+
batch: CoreAPI.Entity | null;
|
|
166
|
+
/**
|
|
167
|
+
* Creation timestamp.
|
|
168
|
+
*/
|
|
169
|
+
created_at: string;
|
|
170
|
+
/**
|
|
171
|
+
* A functional area of a production operation, such as fabrication or packaging,
|
|
172
|
+
* that groups scanning stations and machines.
|
|
173
|
+
*/
|
|
174
|
+
department: BlocksAPI.Department | null;
|
|
175
|
+
/**
|
|
176
|
+
* How long the machine was down, in seconds.
|
|
177
|
+
*/
|
|
178
|
+
duration_seconds: number | null;
|
|
179
|
+
/**
|
|
180
|
+
* When the machine started running again.
|
|
181
|
+
*/
|
|
182
|
+
ended_at: string | null;
|
|
183
|
+
/**
|
|
184
|
+
* Item is an inventory item (product, material, or part).
|
|
185
|
+
*/
|
|
186
|
+
item: ItemsAPI.Item | null;
|
|
187
|
+
/**
|
|
188
|
+
* A piece of production equipment, such as a CNC router or press, assigned to a
|
|
189
|
+
* department.
|
|
190
|
+
*/
|
|
191
|
+
machine: BlocksAPI.Machine | null;
|
|
192
|
+
/**
|
|
193
|
+
* Free-form notes about the stoppage.
|
|
194
|
+
*/
|
|
195
|
+
note: string | null;
|
|
196
|
+
/**
|
|
197
|
+
* Resource type identifier.
|
|
198
|
+
*/
|
|
199
|
+
object: 'machine_downtime_event';
|
|
200
|
+
/**
|
|
201
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
202
|
+
*/
|
|
203
|
+
production_run: CoreAPI.Entity | null;
|
|
204
|
+
/**
|
|
205
|
+
* The reason for a stoppage, as carried on a downtime event.
|
|
206
|
+
*
|
|
207
|
+
* A denormalized view of the reason taxonomy: the stable code plus the display
|
|
208
|
+
* name and OEE bucket resolved from it at read time.
|
|
209
|
+
*/
|
|
210
|
+
reason: OperationsAPI.MachineDowntimeReasonSummary | null;
|
|
211
|
+
/**
|
|
212
|
+
* Reference to an actor — the user, API key, agent, or group identity associated
|
|
213
|
+
* with an action.
|
|
214
|
+
*/
|
|
215
|
+
reported_by: RequestLogsAPI.Actor | null;
|
|
216
|
+
/**
|
|
217
|
+
* Entity is a polymorphic reference to any resource in the system.
|
|
218
|
+
*/
|
|
219
|
+
schedule_line: CoreAPI.Entity | null;
|
|
220
|
+
/**
|
|
221
|
+
* The business day the stoppage is counted against.
|
|
222
|
+
*/
|
|
223
|
+
shift_at: string;
|
|
224
|
+
/**
|
|
225
|
+
* The shift the stoppage is counted against.
|
|
226
|
+
*/
|
|
227
|
+
shift_code: string | null;
|
|
228
|
+
/**
|
|
229
|
+
* How the event was recorded.
|
|
230
|
+
*/
|
|
231
|
+
source: 'manual' | 'scanner' | 'inferred' | 'api';
|
|
232
|
+
/**
|
|
233
|
+
* When the machine stopped.
|
|
234
|
+
*/
|
|
235
|
+
started_at: string;
|
|
236
|
+
/**
|
|
237
|
+
* Last updated timestamp.
|
|
238
|
+
*/
|
|
239
|
+
updated_at: string;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Request to update a machine downtime event.
|
|
243
|
+
*/
|
|
244
|
+
export interface UpdateMachineDowntimeEventRequest {
|
|
245
|
+
/**
|
|
246
|
+
* ID of the batch in progress when the machine stopped. Send null to detach the
|
|
247
|
+
* batch.
|
|
248
|
+
*/
|
|
249
|
+
batch_id?: string | null;
|
|
250
|
+
/**
|
|
251
|
+
* When the machine started running again. Send null to reopen an event that was
|
|
252
|
+
* closed by mistake.
|
|
253
|
+
*/
|
|
254
|
+
ended_at?: string | null;
|
|
255
|
+
/**
|
|
256
|
+
* ID of the item the machine was running when it stopped. Send null to detach the
|
|
257
|
+
* item.
|
|
258
|
+
*/
|
|
259
|
+
item_id?: string | null;
|
|
260
|
+
/**
|
|
261
|
+
* Free-form notes about the stoppage. Send null to remove the note.
|
|
262
|
+
*/
|
|
263
|
+
note?: string | null;
|
|
264
|
+
/**
|
|
265
|
+
* ID of the production run in progress when the machine stopped. Send null to
|
|
266
|
+
* detach the run.
|
|
267
|
+
*/
|
|
268
|
+
production_run_id?: string | null;
|
|
269
|
+
/**
|
|
270
|
+
* Why the machine stopped.
|
|
271
|
+
*/
|
|
272
|
+
reason?: 'breakdown' | 'changeover' | 'material_shortage' | 'no_operator' | 'planned_maintenance' | 'minor_stop' | 'quality_hold' | 'no_schedule';
|
|
273
|
+
/**
|
|
274
|
+
* When the machine stopped.
|
|
275
|
+
*/
|
|
276
|
+
started_at?: string;
|
|
277
|
+
}
|
|
278
|
+
export interface MachineDowntimeEventDeleteResponse {
|
|
279
|
+
}
|
|
280
|
+
export interface MachineDowntimeEventListParams {
|
|
281
|
+
/**
|
|
282
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
283
|
+
*
|
|
284
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
285
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
286
|
+
* page.
|
|
287
|
+
*/
|
|
288
|
+
cursor?: string;
|
|
289
|
+
/**
|
|
290
|
+
* Only return events for machines in these departments.
|
|
291
|
+
*/
|
|
292
|
+
department_ids?: Array<string>;
|
|
293
|
+
/**
|
|
294
|
+
* Only return events that started on or before this timestamp, formatted as
|
|
295
|
+
* RFC3339.
|
|
296
|
+
*/
|
|
297
|
+
end_date?: string;
|
|
298
|
+
/**
|
|
299
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
300
|
+
* `null`.
|
|
301
|
+
*/
|
|
302
|
+
include?: Array<'machine' | 'department' | 'item' | 'reported_by'>;
|
|
303
|
+
/**
|
|
304
|
+
* Maximum number of results to return in a single page.
|
|
305
|
+
*/
|
|
306
|
+
limit?: number;
|
|
307
|
+
/**
|
|
308
|
+
* Only return events for these machines.
|
|
309
|
+
*/
|
|
310
|
+
machine_ids?: Array<string>;
|
|
311
|
+
/**
|
|
312
|
+
* Only return events that are still open, meaning the machine is down right now.
|
|
313
|
+
*/
|
|
314
|
+
open?: boolean;
|
|
315
|
+
/**
|
|
316
|
+
* Free-text search term used to filter results.
|
|
317
|
+
*
|
|
318
|
+
* Which fields are matched against the term varies by endpoint.
|
|
319
|
+
*/
|
|
320
|
+
q?: string;
|
|
321
|
+
/**
|
|
322
|
+
* Only return events logged against these reasons.
|
|
323
|
+
*/
|
|
324
|
+
reasons?: Array<'breakdown' | 'changeover' | 'material_shortage' | 'no_operator' | 'planned_maintenance' | 'minor_stop' | 'quality_hold' | 'no_schedule'>;
|
|
325
|
+
/**
|
|
326
|
+
* Only return events that started on or after this timestamp, formatted as
|
|
327
|
+
* RFC3339.
|
|
328
|
+
*/
|
|
329
|
+
start_date?: string;
|
|
330
|
+
}
|
|
331
|
+
export interface MachineDowntimeEventRetrieveParams {
|
|
332
|
+
/**
|
|
333
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
334
|
+
* `null`.
|
|
335
|
+
*/
|
|
336
|
+
include?: Array<'machine' | 'department' | 'item' | 'reported_by'>;
|
|
337
|
+
}
|
|
338
|
+
export interface MachineDowntimeEventCreateParams {
|
|
339
|
+
/**
|
|
340
|
+
* Body param: ID of the machine that stopped.
|
|
341
|
+
*/
|
|
342
|
+
machine_id: string;
|
|
343
|
+
/**
|
|
344
|
+
* Body param: Why the machine stopped.
|
|
345
|
+
*/
|
|
346
|
+
reason: 'breakdown' | 'changeover' | 'material_shortage' | 'no_operator' | 'planned_maintenance' | 'minor_stop' | 'quality_hold' | 'no_schedule';
|
|
347
|
+
/**
|
|
348
|
+
* Body param: When the machine stopped.
|
|
349
|
+
*/
|
|
350
|
+
started_at: string;
|
|
351
|
+
/**
|
|
352
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
353
|
+
* are returned as `null`.
|
|
354
|
+
*/
|
|
355
|
+
include?: Array<'machine' | 'department' | 'item' | 'reported_by'>;
|
|
356
|
+
/**
|
|
357
|
+
* Body param: ID of the batch in progress when the machine stopped.
|
|
358
|
+
*/
|
|
359
|
+
batch_id?: string;
|
|
360
|
+
/**
|
|
361
|
+
* Body param: When the machine started running again. Omit while the machine is
|
|
362
|
+
* still down.
|
|
363
|
+
*/
|
|
364
|
+
ended_at?: string;
|
|
365
|
+
/**
|
|
366
|
+
* Body param: ID of the item the machine was running when it stopped.
|
|
367
|
+
*/
|
|
368
|
+
item_id?: string;
|
|
369
|
+
/**
|
|
370
|
+
* Body param: Free-form notes about the stoppage.
|
|
371
|
+
*/
|
|
372
|
+
note?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Body param: ID of the production run in progress when the machine stopped.
|
|
375
|
+
*/
|
|
376
|
+
production_run_id?: string;
|
|
377
|
+
/**
|
|
378
|
+
* Body param: How the event was recorded.
|
|
379
|
+
*/
|
|
380
|
+
source?: 'manual' | 'scanner' | 'inferred' | 'api';
|
|
381
|
+
}
|
|
382
|
+
export interface MachineDowntimeEventUpdateParams {
|
|
383
|
+
/**
|
|
384
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
385
|
+
* are returned as `null`.
|
|
386
|
+
*/
|
|
387
|
+
include?: Array<'machine' | 'department' | 'item' | 'reported_by'>;
|
|
388
|
+
/**
|
|
389
|
+
* Body param: ID of the batch in progress when the machine stopped. Send null to
|
|
390
|
+
* detach the batch.
|
|
391
|
+
*/
|
|
392
|
+
batch_id?: string | null;
|
|
393
|
+
/**
|
|
394
|
+
* Body param: When the machine started running again. Send null to reopen an event
|
|
395
|
+
* that was closed by mistake.
|
|
396
|
+
*/
|
|
397
|
+
ended_at?: string | null;
|
|
398
|
+
/**
|
|
399
|
+
* Body param: ID of the item the machine was running when it stopped. Send null to
|
|
400
|
+
* detach the item.
|
|
401
|
+
*/
|
|
402
|
+
item_id?: string | null;
|
|
403
|
+
/**
|
|
404
|
+
* Body param: Free-form notes about the stoppage. Send null to remove the note.
|
|
405
|
+
*/
|
|
406
|
+
note?: string | null;
|
|
407
|
+
/**
|
|
408
|
+
* Body param: ID of the production run in progress when the machine stopped. Send
|
|
409
|
+
* null to detach the run.
|
|
410
|
+
*/
|
|
411
|
+
production_run_id?: string | null;
|
|
412
|
+
/**
|
|
413
|
+
* Body param: Why the machine stopped.
|
|
414
|
+
*/
|
|
415
|
+
reason?: 'breakdown' | 'changeover' | 'material_shortage' | 'no_operator' | 'planned_maintenance' | 'minor_stop' | 'quality_hold' | 'no_schedule';
|
|
416
|
+
/**
|
|
417
|
+
* Body param: When the machine stopped.
|
|
418
|
+
*/
|
|
419
|
+
started_at?: string;
|
|
420
|
+
}
|
|
421
|
+
export declare namespace MachineDowntimeEvents {
|
|
422
|
+
export { type CreateMachineDowntimeEventRequest as CreateMachineDowntimeEventRequest, type ListMachineDowntimeEvent as ListMachineDowntimeEvent, type MachineDowntimeEvent as MachineDowntimeEvent, type UpdateMachineDowntimeEventRequest as UpdateMachineDowntimeEventRequest, type MachineDowntimeEventDeleteResponse as MachineDowntimeEventDeleteResponse, type MachineDowntimeEventListParams as MachineDowntimeEventListParams, type MachineDowntimeEventRetrieveParams as MachineDowntimeEventRetrieveParams, type MachineDowntimeEventCreateParams as MachineDowntimeEventCreateParams, type MachineDowntimeEventUpdateParams as MachineDowntimeEventUpdateParams, };
|
|
423
|
+
}
|
|
424
|
+
//# sourceMappingURL=machine-downtime-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machine-downtime-events.d.mts","sourceRoot":"","sources":["../../src/resources/operations/machine-downtime-events.ts"],"names":[],"mappings":"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"}
|