@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
|
@@ -234,6 +234,7 @@ export interface AuditEvent {
|
|
|
234
234
|
| 'carrier'
|
|
235
235
|
| 'service_level'
|
|
236
236
|
| 'item'
|
|
237
|
+
| 'item_lot_default'
|
|
237
238
|
| 'item_inventory'
|
|
238
239
|
| 'product'
|
|
239
240
|
| 'batch'
|
|
@@ -245,6 +246,24 @@ export interface AuditEvent {
|
|
|
245
246
|
| 'production_step'
|
|
246
247
|
| 'production_run'
|
|
247
248
|
| 'machine'
|
|
249
|
+
| 'machine_status'
|
|
250
|
+
| 'machine_downtime_event'
|
|
251
|
+
| 'demand_override'
|
|
252
|
+
| 'demand_override_type'
|
|
253
|
+
| 'machine_downtime_reason'
|
|
254
|
+
| 'production_schedule_preview'
|
|
255
|
+
| 'production_schedule_regenerate_preview'
|
|
256
|
+
| 'production_schedule'
|
|
257
|
+
| 'production_schedule_line'
|
|
258
|
+
| 'production_schedule_deviation'
|
|
259
|
+
| 'production_schedule_derived_line'
|
|
260
|
+
| 'production_schedule_settings'
|
|
261
|
+
| 'production_schedule_resource_setting'
|
|
262
|
+
| 'schedule_deviation_type'
|
|
263
|
+
| 'production_schedule_finished_policy'
|
|
264
|
+
| 'production_schedule_week_release'
|
|
265
|
+
| 'production_schedule_week_release_preview'
|
|
266
|
+
| 'production_schedule_item_policy'
|
|
248
267
|
| 'child_account'
|
|
249
268
|
| 'unit_group'
|
|
250
269
|
| 'unit_group_unit'
|
|
@@ -347,7 +366,9 @@ export interface AuditEvent {
|
|
|
347
366
|
| 'analyze_manufacturing_batch_response'
|
|
348
367
|
| 'analyze_quarterly_orders_response'
|
|
349
368
|
| 'analyze_new_customers_response'
|
|
369
|
+
| 'analyze_demand_forecast_response'
|
|
350
370
|
| 'analyze_oee_response'
|
|
371
|
+
| 'analyze_schedule_attainment_response'
|
|
351
372
|
| 'catalog_product_line'
|
|
352
373
|
| 'catalog_category'
|
|
353
374
|
| 'catalog_product'
|
|
@@ -574,6 +595,7 @@ export interface ListObjectType {
|
|
|
574
595
|
| 'carrier'
|
|
575
596
|
| 'service_level'
|
|
576
597
|
| 'item'
|
|
598
|
+
| 'item_lot_default'
|
|
577
599
|
| 'item_inventory'
|
|
578
600
|
| 'product'
|
|
579
601
|
| 'batch'
|
|
@@ -585,6 +607,24 @@ export interface ListObjectType {
|
|
|
585
607
|
| 'production_step'
|
|
586
608
|
| 'production_run'
|
|
587
609
|
| 'machine'
|
|
610
|
+
| 'machine_status'
|
|
611
|
+
| 'machine_downtime_event'
|
|
612
|
+
| 'demand_override'
|
|
613
|
+
| 'demand_override_type'
|
|
614
|
+
| 'machine_downtime_reason'
|
|
615
|
+
| 'production_schedule_preview'
|
|
616
|
+
| 'production_schedule_regenerate_preview'
|
|
617
|
+
| 'production_schedule'
|
|
618
|
+
| 'production_schedule_line'
|
|
619
|
+
| 'production_schedule_deviation'
|
|
620
|
+
| 'production_schedule_derived_line'
|
|
621
|
+
| 'production_schedule_settings'
|
|
622
|
+
| 'production_schedule_resource_setting'
|
|
623
|
+
| 'schedule_deviation_type'
|
|
624
|
+
| 'production_schedule_finished_policy'
|
|
625
|
+
| 'production_schedule_week_release'
|
|
626
|
+
| 'production_schedule_week_release_preview'
|
|
627
|
+
| 'production_schedule_item_policy'
|
|
588
628
|
| 'child_account'
|
|
589
629
|
| 'unit_group'
|
|
590
630
|
| 'unit_group_unit'
|
|
@@ -687,7 +727,9 @@ export interface ListObjectType {
|
|
|
687
727
|
| 'analyze_manufacturing_batch_response'
|
|
688
728
|
| 'analyze_quarterly_orders_response'
|
|
689
729
|
| 'analyze_new_customers_response'
|
|
730
|
+
| 'analyze_demand_forecast_response'
|
|
690
731
|
| 'analyze_oee_response'
|
|
732
|
+
| 'analyze_schedule_attainment_response'
|
|
691
733
|
| 'catalog_product_line'
|
|
692
734
|
| 'catalog_category'
|
|
693
735
|
| 'catalog_product'
|
|
@@ -914,6 +956,7 @@ export interface AuditEventListParams {
|
|
|
914
956
|
| 'carrier'
|
|
915
957
|
| 'service_level'
|
|
916
958
|
| 'item'
|
|
959
|
+
| 'item_lot_default'
|
|
917
960
|
| 'item_inventory'
|
|
918
961
|
| 'product'
|
|
919
962
|
| 'batch'
|
|
@@ -925,6 +968,24 @@ export interface AuditEventListParams {
|
|
|
925
968
|
| 'production_step'
|
|
926
969
|
| 'production_run'
|
|
927
970
|
| 'machine'
|
|
971
|
+
| 'machine_status'
|
|
972
|
+
| 'machine_downtime_event'
|
|
973
|
+
| 'demand_override'
|
|
974
|
+
| 'demand_override_type'
|
|
975
|
+
| 'machine_downtime_reason'
|
|
976
|
+
| 'production_schedule_preview'
|
|
977
|
+
| 'production_schedule_regenerate_preview'
|
|
978
|
+
| 'production_schedule'
|
|
979
|
+
| 'production_schedule_line'
|
|
980
|
+
| 'production_schedule_deviation'
|
|
981
|
+
| 'production_schedule_derived_line'
|
|
982
|
+
| 'production_schedule_settings'
|
|
983
|
+
| 'production_schedule_resource_setting'
|
|
984
|
+
| 'schedule_deviation_type'
|
|
985
|
+
| 'production_schedule_finished_policy'
|
|
986
|
+
| 'production_schedule_week_release'
|
|
987
|
+
| 'production_schedule_week_release_preview'
|
|
988
|
+
| 'production_schedule_item_policy'
|
|
928
989
|
| 'child_account'
|
|
929
990
|
| 'unit_group'
|
|
930
991
|
| 'unit_group_unit'
|
|
@@ -1027,7 +1088,9 @@ export interface AuditEventListParams {
|
|
|
1027
1088
|
| 'analyze_manufacturing_batch_response'
|
|
1028
1089
|
| 'analyze_quarterly_orders_response'
|
|
1029
1090
|
| 'analyze_new_customers_response'
|
|
1091
|
+
| 'analyze_demand_forecast_response'
|
|
1030
1092
|
| 'analyze_oee_response'
|
|
1093
|
+
| 'analyze_schedule_attainment_response'
|
|
1031
1094
|
| 'catalog_product_line'
|
|
1032
1095
|
| 'catalog_category'
|
|
1033
1096
|
| 'catalog_product'
|
|
@@ -1086,6 +1149,296 @@ export interface AuditEventListParams {
|
|
|
1086
1149
|
| 'pack_list_case'
|
|
1087
1150
|
>;
|
|
1088
1151
|
|
|
1152
|
+
/**
|
|
1153
|
+
* Filter by the root resource.
|
|
1154
|
+
*/
|
|
1155
|
+
root_resource_id?: string;
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* Scope results to a root record's entire history tree.
|
|
1159
|
+
*
|
|
1160
|
+
* Every event whose root resource matches, including the root itself and all of
|
|
1161
|
+
* its descendants (for example a sales order together with its lines, picks,
|
|
1162
|
+
* shipments, and invoices). Both `root_resource_type` and `root_resource_id` must
|
|
1163
|
+
* be supplied together.
|
|
1164
|
+
*/
|
|
1165
|
+
root_resource_type?:
|
|
1166
|
+
| 'account'
|
|
1167
|
+
| 'actor'
|
|
1168
|
+
| 'entity'
|
|
1169
|
+
| 'record'
|
|
1170
|
+
| 'freight'
|
|
1171
|
+
| 'sales_order_totals'
|
|
1172
|
+
| 'sales_order_stage_total'
|
|
1173
|
+
| 'sales_order_related'
|
|
1174
|
+
| 'order_contact'
|
|
1175
|
+
| 'user'
|
|
1176
|
+
| 'address'
|
|
1177
|
+
| 'api_key'
|
|
1178
|
+
| 'created_api_key'
|
|
1179
|
+
| 'refresh_token'
|
|
1180
|
+
| 'list'
|
|
1181
|
+
| 'sandbox'
|
|
1182
|
+
| 'registration_session'
|
|
1183
|
+
| 'pricing_plan'
|
|
1184
|
+
| 'account_plan'
|
|
1185
|
+
| 'plan_change'
|
|
1186
|
+
| 'enterprise_inquiry'
|
|
1187
|
+
| 'request_log'
|
|
1188
|
+
| 'audit_event'
|
|
1189
|
+
| 'audit_field_change'
|
|
1190
|
+
| 'role'
|
|
1191
|
+
| 'unit'
|
|
1192
|
+
| 'account_affiliation'
|
|
1193
|
+
| 'agent_definition'
|
|
1194
|
+
| 'available_tool'
|
|
1195
|
+
| 'agent_definition_tool'
|
|
1196
|
+
| 'agent_account_status'
|
|
1197
|
+
| 'agent_run'
|
|
1198
|
+
| 'agent_action'
|
|
1199
|
+
| 'agent_run_step'
|
|
1200
|
+
| 'agent_token_usage'
|
|
1201
|
+
| 'agent_memory'
|
|
1202
|
+
| 'notification'
|
|
1203
|
+
| 'notification_unread_count'
|
|
1204
|
+
| 'notification_send_result'
|
|
1205
|
+
| 'notification_unread_summary'
|
|
1206
|
+
| 'announcement'
|
|
1207
|
+
| 'conversation'
|
|
1208
|
+
| 'support_case'
|
|
1209
|
+
| 'conversation_participant'
|
|
1210
|
+
| 'read_cursor'
|
|
1211
|
+
| 'chat_message'
|
|
1212
|
+
| 'notification_unread_summary_account'
|
|
1213
|
+
| 'messaging_block'
|
|
1214
|
+
| 'notification_preference'
|
|
1215
|
+
| 'message_attachment'
|
|
1216
|
+
| 'attachment_upload_target'
|
|
1217
|
+
| 'scheduled_message'
|
|
1218
|
+
| 'messaging_contact'
|
|
1219
|
+
| 'message_report'
|
|
1220
|
+
| 'tool_group'
|
|
1221
|
+
| 'model'
|
|
1222
|
+
| 'payment_term'
|
|
1223
|
+
| 'shipping_term'
|
|
1224
|
+
| 'quantity'
|
|
1225
|
+
| 'account_group'
|
|
1226
|
+
| 'support_route'
|
|
1227
|
+
| 'support_availability'
|
|
1228
|
+
| 'account_status'
|
|
1229
|
+
| 'geolocation'
|
|
1230
|
+
| 'account_user'
|
|
1231
|
+
| 'department'
|
|
1232
|
+
| 'account_integration'
|
|
1233
|
+
| 'account_price'
|
|
1234
|
+
| 'product_line'
|
|
1235
|
+
| 'item_category'
|
|
1236
|
+
| 'attribute'
|
|
1237
|
+
| 'rate'
|
|
1238
|
+
| 'account_group_product_line_access'
|
|
1239
|
+
| 'sales_target'
|
|
1240
|
+
| 'adjustment_type'
|
|
1241
|
+
| 'account_branding'
|
|
1242
|
+
| 'account_portal'
|
|
1243
|
+
| 'account_logo_url'
|
|
1244
|
+
| 'account_favicon_url'
|
|
1245
|
+
| 'public_account'
|
|
1246
|
+
| 'property'
|
|
1247
|
+
| 'carrier'
|
|
1248
|
+
| 'service_level'
|
|
1249
|
+
| 'item'
|
|
1250
|
+
| 'item_lot_default'
|
|
1251
|
+
| 'item_inventory'
|
|
1252
|
+
| 'product'
|
|
1253
|
+
| 'batch'
|
|
1254
|
+
| 'batch_flow_node'
|
|
1255
|
+
| 'scanning_consumption'
|
|
1256
|
+
| 'open_batch_summary'
|
|
1257
|
+
| 'scanning_production_step_info'
|
|
1258
|
+
| 'scanning_station'
|
|
1259
|
+
| 'production_step'
|
|
1260
|
+
| 'production_run'
|
|
1261
|
+
| 'machine'
|
|
1262
|
+
| 'machine_status'
|
|
1263
|
+
| 'machine_downtime_event'
|
|
1264
|
+
| 'demand_override'
|
|
1265
|
+
| 'demand_override_type'
|
|
1266
|
+
| 'machine_downtime_reason'
|
|
1267
|
+
| 'production_schedule_preview'
|
|
1268
|
+
| 'production_schedule_regenerate_preview'
|
|
1269
|
+
| 'production_schedule'
|
|
1270
|
+
| 'production_schedule_line'
|
|
1271
|
+
| 'production_schedule_deviation'
|
|
1272
|
+
| 'production_schedule_derived_line'
|
|
1273
|
+
| 'production_schedule_settings'
|
|
1274
|
+
| 'production_schedule_resource_setting'
|
|
1275
|
+
| 'schedule_deviation_type'
|
|
1276
|
+
| 'production_schedule_finished_policy'
|
|
1277
|
+
| 'production_schedule_week_release'
|
|
1278
|
+
| 'production_schedule_week_release_preview'
|
|
1279
|
+
| 'production_schedule_item_policy'
|
|
1280
|
+
| 'child_account'
|
|
1281
|
+
| 'unit_group'
|
|
1282
|
+
| 'unit_group_unit'
|
|
1283
|
+
| 'consumption'
|
|
1284
|
+
| 'customer_product_line_access'
|
|
1285
|
+
| 'customer'
|
|
1286
|
+
| 'frequently_ordered_product'
|
|
1287
|
+
| 'priority'
|
|
1288
|
+
| 'delivery'
|
|
1289
|
+
| 'delivery_line'
|
|
1290
|
+
| 'sales_order'
|
|
1291
|
+
| 'location'
|
|
1292
|
+
| 'location_type'
|
|
1293
|
+
| 'lot'
|
|
1294
|
+
| 'email_log'
|
|
1295
|
+
| 'email_domain'
|
|
1296
|
+
| 'email_inbox'
|
|
1297
|
+
| 'portal_domain'
|
|
1298
|
+
| 'dns_record'
|
|
1299
|
+
| 'inventory_change_log'
|
|
1300
|
+
| 'invoice'
|
|
1301
|
+
| 'invoice_summary'
|
|
1302
|
+
| 'invoice_line'
|
|
1303
|
+
| 'invoice_allocation'
|
|
1304
|
+
| 'invoice_for_payment'
|
|
1305
|
+
| 'shipment'
|
|
1306
|
+
| 'shipment_summary'
|
|
1307
|
+
| 'shipment_line'
|
|
1308
|
+
| 'shipping_case'
|
|
1309
|
+
| 'shipping_case_label_url'
|
|
1310
|
+
| 'settlement'
|
|
1311
|
+
| 'settlement_summary'
|
|
1312
|
+
| 'role_permission'
|
|
1313
|
+
| 'registration_flow'
|
|
1314
|
+
| 'registration_flow_option'
|
|
1315
|
+
| 'transaction'
|
|
1316
|
+
| 'transaction_summary'
|
|
1317
|
+
| 'transaction_method'
|
|
1318
|
+
| 'transaction_type'
|
|
1319
|
+
| 'transaction_allocation'
|
|
1320
|
+
| 'usage_item'
|
|
1321
|
+
| 'account_usage_response'
|
|
1322
|
+
| 'subscription_info'
|
|
1323
|
+
| 'billing_portal_session_response'
|
|
1324
|
+
| 'switch_plan_response'
|
|
1325
|
+
| 'ensure_billing_customer_response'
|
|
1326
|
+
| 'spending_cap_response'
|
|
1327
|
+
| 'agent_spend_info'
|
|
1328
|
+
| 'webhook_response'
|
|
1329
|
+
| 'address_suggestion'
|
|
1330
|
+
| 'address_components'
|
|
1331
|
+
| 'address_details_result'
|
|
1332
|
+
| 'validated_address'
|
|
1333
|
+
| 'plan_limit'
|
|
1334
|
+
| 'plan_change_proration'
|
|
1335
|
+
| 'plan_change_line_item'
|
|
1336
|
+
| 'setup_billing_response'
|
|
1337
|
+
| 'confirm_payment_response'
|
|
1338
|
+
| 'oauth_response'
|
|
1339
|
+
| 'oauth_status_response'
|
|
1340
|
+
| 'stripe_publishable_key'
|
|
1341
|
+
| 'stripe_status'
|
|
1342
|
+
| 'healthcheck'
|
|
1343
|
+
| 'agent_definition_config'
|
|
1344
|
+
| 'trigger_config'
|
|
1345
|
+
| 'customer_contact_info'
|
|
1346
|
+
| 'customer_freight_preferences'
|
|
1347
|
+
| 'customer_defaults'
|
|
1348
|
+
| 'customer_notification_preferences'
|
|
1349
|
+
| 'order_notification_recipient'
|
|
1350
|
+
| 'order_discount'
|
|
1351
|
+
| 'sales_order_line'
|
|
1352
|
+
| 'sales_order_type'
|
|
1353
|
+
| 'sales_order_status'
|
|
1354
|
+
| 'material'
|
|
1355
|
+
| 'supplier_material'
|
|
1356
|
+
| 'part'
|
|
1357
|
+
| 'permission_group'
|
|
1358
|
+
| 'permission'
|
|
1359
|
+
| 'pick'
|
|
1360
|
+
| 'pick_line'
|
|
1361
|
+
| 'product_type'
|
|
1362
|
+
| 'production'
|
|
1363
|
+
| 'production_flow'
|
|
1364
|
+
| 'map'
|
|
1365
|
+
| 'purchase_order'
|
|
1366
|
+
| 'purchase_order_line'
|
|
1367
|
+
| 'supplier'
|
|
1368
|
+
| 'supplier_summary'
|
|
1369
|
+
| 'receivable_entry'
|
|
1370
|
+
| 'receiving_order'
|
|
1371
|
+
| 'receiving_order_line'
|
|
1372
|
+
| 'email_contact'
|
|
1373
|
+
| 'allocation_entry'
|
|
1374
|
+
| 'open_credit_entry'
|
|
1375
|
+
| 'volume_discount'
|
|
1376
|
+
| 'volume_discount_tier'
|
|
1377
|
+
| 'analyze_deliveries_response'
|
|
1378
|
+
| 'analyze_manufacturing_response'
|
|
1379
|
+
| 'analyze_manufacturing_batch_response'
|
|
1380
|
+
| 'analyze_quarterly_orders_response'
|
|
1381
|
+
| 'analyze_new_customers_response'
|
|
1382
|
+
| 'analyze_demand_forecast_response'
|
|
1383
|
+
| 'analyze_oee_response'
|
|
1384
|
+
| 'analyze_schedule_attainment_response'
|
|
1385
|
+
| 'catalog_product_line'
|
|
1386
|
+
| 'catalog_category'
|
|
1387
|
+
| 'catalog_product'
|
|
1388
|
+
| 'catalog_property'
|
|
1389
|
+
| 'catalog_attribute'
|
|
1390
|
+
| 'dc_location'
|
|
1391
|
+
| 'edi_run'
|
|
1392
|
+
| 'inventory_item'
|
|
1393
|
+
| 'analyze_weeks_of_sales_response'
|
|
1394
|
+
| 'bulk_reconcile_items_response'
|
|
1395
|
+
| 'sys_property'
|
|
1396
|
+
| 'sys_property_type'
|
|
1397
|
+
| 'sys_property_value'
|
|
1398
|
+
| 'territory'
|
|
1399
|
+
| 'tenancy'
|
|
1400
|
+
| 'checkout_session'
|
|
1401
|
+
| 'estimate_rate_result'
|
|
1402
|
+
| 'rate_shop_option'
|
|
1403
|
+
| 'rate_shop_result'
|
|
1404
|
+
| 'owner'
|
|
1405
|
+
| 'created_by'
|
|
1406
|
+
| 'message'
|
|
1407
|
+
| 'account_photo_upload_result'
|
|
1408
|
+
| 'user_photo_upload_result'
|
|
1409
|
+
| 'user_photo_url'
|
|
1410
|
+
| 'batch_lot'
|
|
1411
|
+
| 'check_duplicate_result'
|
|
1412
|
+
| 'item_trend_point'
|
|
1413
|
+
| 'pack_pick_response'
|
|
1414
|
+
| 'pick_shipments_response'
|
|
1415
|
+
| 'tenancy_pending_registration'
|
|
1416
|
+
| 'invoice_allocation_entry'
|
|
1417
|
+
| 'allocation_customer'
|
|
1418
|
+
| 'checkout_sales_order'
|
|
1419
|
+
| 'sales_order_price_quote'
|
|
1420
|
+
| 'sales_order_freight_quote'
|
|
1421
|
+
| 'sales_order_price_quote_line'
|
|
1422
|
+
| 'sales_order_quote_rate'
|
|
1423
|
+
| 'hubspot_sync_job'
|
|
1424
|
+
| 'hubspot_sync_report'
|
|
1425
|
+
| 'hubspot_company_review'
|
|
1426
|
+
| 'hubspot_company_candidate'
|
|
1427
|
+
| 'hubspot_sync_record'
|
|
1428
|
+
| 'contact_match'
|
|
1429
|
+
| 'reply_draft'
|
|
1430
|
+
| 'conversation_link'
|
|
1431
|
+
| 'messaging_group'
|
|
1432
|
+
| 'messaging_group_member'
|
|
1433
|
+
| 'portal_profile'
|
|
1434
|
+
| 'portal_registration_session'
|
|
1435
|
+
| 'portal_registration_session_data'
|
|
1436
|
+
| 'pack_list'
|
|
1437
|
+
| 'pack_list_party'
|
|
1438
|
+
| 'pack_list_line_item'
|
|
1439
|
+
| 'pack_list_back_order'
|
|
1440
|
+
| 'pack_list_case';
|
|
1441
|
+
|
|
1089
1442
|
/**
|
|
1090
1443
|
* Restricts results to audit events on or after this timestamp.
|
|
1091
1444
|
*/
|
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as AnalyticsAPI from './analytics';
|
|
5
|
+
import {
|
|
6
|
+
Analytics,
|
|
7
|
+
AnalyticsUpdateOeeParams,
|
|
8
|
+
AnalyticsUpdateScheduleAttainmentParams,
|
|
9
|
+
AnalyzeOeeRequest,
|
|
10
|
+
AnalyzeOeeResponse,
|
|
11
|
+
AnalyzeScheduleAttainmentRequest,
|
|
12
|
+
AnalyzeScheduleAttainmentResponse,
|
|
13
|
+
AttainmentBucket,
|
|
14
|
+
FrozenAdherence,
|
|
15
|
+
ListAttainmentBucket,
|
|
16
|
+
ListFrozenAdherence,
|
|
17
|
+
ListOeeDepartment,
|
|
18
|
+
ListOeeDowntimeReason,
|
|
19
|
+
OeeDepartment,
|
|
20
|
+
OeeDepartmentPlannedTime,
|
|
21
|
+
OeeDowntimeReason,
|
|
22
|
+
} from './analytics';
|
|
4
23
|
import * as AuditEventsAPI from './audit-events';
|
|
5
24
|
import {
|
|
6
25
|
AuditEvent,
|
|
@@ -54,6 +73,7 @@ export class Core extends APIResource {
|
|
|
54
73
|
auditEvents: AuditEventsAPI.AuditEvents = new AuditEventsAPI.AuditEvents(this._client);
|
|
55
74
|
addresses: AddressesAPI.Addresses = new AddressesAPI.Addresses(this._client);
|
|
56
75
|
emailLogs: EmailLogsAPI.EmailLogs = new EmailLogsAPI.EmailLogs(this._client);
|
|
76
|
+
analytics: AnalyticsAPI.Analytics = new AnalyticsAPI.Analytics(this._client);
|
|
57
77
|
|
|
58
78
|
/**
|
|
59
79
|
* Search returns lightweight `entity` references matching the query across the
|
|
@@ -194,6 +214,7 @@ export interface Entity {
|
|
|
194
214
|
| 'carrier'
|
|
195
215
|
| 'service_level'
|
|
196
216
|
| 'item'
|
|
217
|
+
| 'item_lot_default'
|
|
197
218
|
| 'item_inventory'
|
|
198
219
|
| 'product'
|
|
199
220
|
| 'batch'
|
|
@@ -205,6 +226,24 @@ export interface Entity {
|
|
|
205
226
|
| 'production_step'
|
|
206
227
|
| 'production_run'
|
|
207
228
|
| 'machine'
|
|
229
|
+
| 'machine_status'
|
|
230
|
+
| 'machine_downtime_event'
|
|
231
|
+
| 'demand_override'
|
|
232
|
+
| 'demand_override_type'
|
|
233
|
+
| 'machine_downtime_reason'
|
|
234
|
+
| 'production_schedule_preview'
|
|
235
|
+
| 'production_schedule_regenerate_preview'
|
|
236
|
+
| 'production_schedule'
|
|
237
|
+
| 'production_schedule_line'
|
|
238
|
+
| 'production_schedule_deviation'
|
|
239
|
+
| 'production_schedule_derived_line'
|
|
240
|
+
| 'production_schedule_settings'
|
|
241
|
+
| 'production_schedule_resource_setting'
|
|
242
|
+
| 'schedule_deviation_type'
|
|
243
|
+
| 'production_schedule_finished_policy'
|
|
244
|
+
| 'production_schedule_week_release'
|
|
245
|
+
| 'production_schedule_week_release_preview'
|
|
246
|
+
| 'production_schedule_item_policy'
|
|
208
247
|
| 'child_account'
|
|
209
248
|
| 'unit_group'
|
|
210
249
|
| 'unit_group_unit'
|
|
@@ -307,7 +346,9 @@ export interface Entity {
|
|
|
307
346
|
| 'analyze_manufacturing_batch_response'
|
|
308
347
|
| 'analyze_quarterly_orders_response'
|
|
309
348
|
| 'analyze_new_customers_response'
|
|
349
|
+
| 'analyze_demand_forecast_response'
|
|
310
350
|
| 'analyze_oee_response'
|
|
351
|
+
| 'analyze_schedule_attainment_response'
|
|
311
352
|
| 'catalog_product_line'
|
|
312
353
|
| 'catalog_category'
|
|
313
354
|
| 'catalog_product'
|
|
@@ -420,7 +461,8 @@ export interface CoreRetrieveSearchParams {
|
|
|
420
461
|
/**
|
|
421
462
|
* Filter the search to specific resource types.
|
|
422
463
|
*
|
|
423
|
-
*
|
|
464
|
+
* Attempting to read a type you do not have permission to read will result in a
|
|
465
|
+
* `403` error. Omit to search every supported type the caller can read.
|
|
424
466
|
*/
|
|
425
467
|
types?: Array<
|
|
426
468
|
| 'account'
|
|
@@ -507,6 +549,7 @@ export interface CoreRetrieveSearchParams {
|
|
|
507
549
|
| 'carrier'
|
|
508
550
|
| 'service_level'
|
|
509
551
|
| 'item'
|
|
552
|
+
| 'item_lot_default'
|
|
510
553
|
| 'item_inventory'
|
|
511
554
|
| 'product'
|
|
512
555
|
| 'batch'
|
|
@@ -518,6 +561,24 @@ export interface CoreRetrieveSearchParams {
|
|
|
518
561
|
| 'production_step'
|
|
519
562
|
| 'production_run'
|
|
520
563
|
| 'machine'
|
|
564
|
+
| 'machine_status'
|
|
565
|
+
| 'machine_downtime_event'
|
|
566
|
+
| 'demand_override'
|
|
567
|
+
| 'demand_override_type'
|
|
568
|
+
| 'machine_downtime_reason'
|
|
569
|
+
| 'production_schedule_preview'
|
|
570
|
+
| 'production_schedule_regenerate_preview'
|
|
571
|
+
| 'production_schedule'
|
|
572
|
+
| 'production_schedule_line'
|
|
573
|
+
| 'production_schedule_deviation'
|
|
574
|
+
| 'production_schedule_derived_line'
|
|
575
|
+
| 'production_schedule_settings'
|
|
576
|
+
| 'production_schedule_resource_setting'
|
|
577
|
+
| 'schedule_deviation_type'
|
|
578
|
+
| 'production_schedule_finished_policy'
|
|
579
|
+
| 'production_schedule_week_release'
|
|
580
|
+
| 'production_schedule_week_release_preview'
|
|
581
|
+
| 'production_schedule_item_policy'
|
|
521
582
|
| 'child_account'
|
|
522
583
|
| 'unit_group'
|
|
523
584
|
| 'unit_group_unit'
|
|
@@ -620,7 +681,9 @@ export interface CoreRetrieveSearchParams {
|
|
|
620
681
|
| 'analyze_manufacturing_batch_response'
|
|
621
682
|
| 'analyze_quarterly_orders_response'
|
|
622
683
|
| 'analyze_new_customers_response'
|
|
684
|
+
| 'analyze_demand_forecast_response'
|
|
623
685
|
| 'analyze_oee_response'
|
|
686
|
+
| 'analyze_schedule_attainment_response'
|
|
624
687
|
| 'catalog_product_line'
|
|
625
688
|
| 'catalog_category'
|
|
626
689
|
| 'catalog_product'
|
|
@@ -685,6 +748,7 @@ Core.RequestLogs = RequestLogs;
|
|
|
685
748
|
Core.AuditEvents = AuditEvents;
|
|
686
749
|
Core.Addresses = Addresses;
|
|
687
750
|
Core.EmailLogs = EmailLogs;
|
|
751
|
+
Core.Analytics = Analytics;
|
|
688
752
|
|
|
689
753
|
export declare namespace Core {
|
|
690
754
|
export {
|
|
@@ -738,4 +802,23 @@ export declare namespace Core {
|
|
|
738
802
|
type EmailLogListParams as EmailLogListParams,
|
|
739
803
|
type EmailLogRetrieveParams as EmailLogRetrieveParams,
|
|
740
804
|
};
|
|
805
|
+
|
|
806
|
+
export {
|
|
807
|
+
Analytics as Analytics,
|
|
808
|
+
type AnalyzeOeeRequest as AnalyzeOeeRequest,
|
|
809
|
+
type AnalyzeOeeResponse as AnalyzeOeeResponse,
|
|
810
|
+
type AnalyzeScheduleAttainmentRequest as AnalyzeScheduleAttainmentRequest,
|
|
811
|
+
type AnalyzeScheduleAttainmentResponse as AnalyzeScheduleAttainmentResponse,
|
|
812
|
+
type AttainmentBucket as AttainmentBucket,
|
|
813
|
+
type FrozenAdherence as FrozenAdherence,
|
|
814
|
+
type ListAttainmentBucket as ListAttainmentBucket,
|
|
815
|
+
type ListFrozenAdherence as ListFrozenAdherence,
|
|
816
|
+
type ListOeeDepartment as ListOeeDepartment,
|
|
817
|
+
type ListOeeDowntimeReason as ListOeeDowntimeReason,
|
|
818
|
+
type OeeDepartment as OeeDepartment,
|
|
819
|
+
type OeeDepartmentPlannedTime as OeeDepartmentPlannedTime,
|
|
820
|
+
type OeeDowntimeReason as OeeDowntimeReason,
|
|
821
|
+
type AnalyticsUpdateOeeParams as AnalyticsUpdateOeeParams,
|
|
822
|
+
type AnalyticsUpdateScheduleAttainmentParams as AnalyticsUpdateScheduleAttainmentParams,
|
|
823
|
+
};
|
|
741
824
|
}
|
|
@@ -6,6 +6,24 @@ export {
|
|
|
6
6
|
type ListAddressSuggestion,
|
|
7
7
|
type AddressRetrieveSuggestionsParams,
|
|
8
8
|
} from './addresses/index';
|
|
9
|
+
export {
|
|
10
|
+
Analytics,
|
|
11
|
+
type AnalyzeOeeRequest,
|
|
12
|
+
type AnalyzeOeeResponse,
|
|
13
|
+
type AnalyzeScheduleAttainmentRequest,
|
|
14
|
+
type AnalyzeScheduleAttainmentResponse,
|
|
15
|
+
type AttainmentBucket,
|
|
16
|
+
type FrozenAdherence,
|
|
17
|
+
type ListAttainmentBucket,
|
|
18
|
+
type ListFrozenAdherence,
|
|
19
|
+
type ListOeeDepartment,
|
|
20
|
+
type ListOeeDowntimeReason,
|
|
21
|
+
type OeeDepartment,
|
|
22
|
+
type OeeDepartmentPlannedTime,
|
|
23
|
+
type OeeDowntimeReason,
|
|
24
|
+
type AnalyticsUpdateOeeParams,
|
|
25
|
+
type AnalyticsUpdateScheduleAttainmentParams,
|
|
26
|
+
} from './analytics';
|
|
9
27
|
export {
|
|
10
28
|
AuditEvents,
|
|
11
29
|
type AuditEvent,
|
package/src/resources/index.ts
CHANGED
|
@@ -17,6 +17,20 @@ export {
|
|
|
17
17
|
} from './finance/finance';
|
|
18
18
|
export { Identity } from './identity/identity';
|
|
19
19
|
export { Messaging, type ListActor, type MessagingRetrieveContactsParams } from './messaging/messaging';
|
|
20
|
-
export {
|
|
20
|
+
export {
|
|
21
|
+
Operations,
|
|
22
|
+
type DemandOverrideType,
|
|
23
|
+
type ListDemandOverrideType,
|
|
24
|
+
type ListMachineDowntimeReason,
|
|
25
|
+
type ListMachineStatus,
|
|
26
|
+
type ListScheduleDeviationType,
|
|
27
|
+
type MachineCampaign,
|
|
28
|
+
type MachineDowntimeReason,
|
|
29
|
+
type MachineDowntimeReasonSummary,
|
|
30
|
+
type MachineDowntimeSummary,
|
|
31
|
+
type MachineStatus,
|
|
32
|
+
type ScheduleDeviationType,
|
|
33
|
+
type OperationRetrieveMachineStatusParams,
|
|
34
|
+
} from './operations/operations';
|
|
21
35
|
export { Sales } from './sales/sales';
|
|
22
36
|
export { Settings } from './settings/settings';
|