@augno/sdk 0.16.1 → 0.17.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 +4 -3
- package/README.md +1 -1
- package/client.js +1 -1
- package/client.mjs +1 -1
- package/package.json +1 -1
- package/resources/catalog/item-categories/actions.d.mts +8 -2
- package/resources/catalog/item-categories/actions.d.mts.map +1 -1
- package/resources/catalog/item-categories/actions.d.ts +8 -2
- package/resources/catalog/item-categories/actions.d.ts.map +1 -1
- package/resources/catalog/item-categories/actions.js +7 -2
- package/resources/catalog/item-categories/actions.js.map +1 -1
- package/resources/catalog/item-categories/actions.mjs +7 -2
- package/resources/catalog/item-categories/actions.mjs.map +1 -1
- package/resources/catalog/materials/actions.d.mts +7 -2
- package/resources/catalog/materials/actions.d.mts.map +1 -1
- package/resources/catalog/materials/actions.d.ts +7 -2
- package/resources/catalog/materials/actions.d.ts.map +1 -1
- package/resources/catalog/materials/actions.js +7 -2
- package/resources/catalog/materials/actions.js.map +1 -1
- package/resources/catalog/materials/actions.mjs +7 -2
- package/resources/catalog/materials/actions.mjs.map +1 -1
- package/resources/catalog/parts/actions.d.mts +7 -2
- package/resources/catalog/parts/actions.d.mts.map +1 -1
- package/resources/catalog/parts/actions.d.ts +7 -2
- package/resources/catalog/parts/actions.d.ts.map +1 -1
- package/resources/catalog/parts/actions.js +7 -2
- package/resources/catalog/parts/actions.js.map +1 -1
- package/resources/catalog/parts/actions.mjs +7 -2
- package/resources/catalog/parts/actions.mjs.map +1 -1
- package/resources/catalog/product-lines/actions.d.mts +8 -2
- package/resources/catalog/product-lines/actions.d.mts.map +1 -1
- package/resources/catalog/product-lines/actions.d.ts +8 -2
- package/resources/catalog/product-lines/actions.d.ts.map +1 -1
- package/resources/catalog/product-lines/actions.js +7 -2
- package/resources/catalog/product-lines/actions.js.map +1 -1
- package/resources/catalog/product-lines/actions.mjs +7 -2
- package/resources/catalog/product-lines/actions.mjs.map +1 -1
- package/resources/catalog/products/actions.d.mts +7 -2
- package/resources/catalog/products/actions.d.mts.map +1 -1
- package/resources/catalog/products/actions.d.ts +7 -2
- package/resources/catalog/products/actions.d.ts.map +1 -1
- package/resources/catalog/products/actions.js +7 -2
- package/resources/catalog/products/actions.js.map +1 -1
- package/resources/catalog/products/actions.mjs +7 -2
- package/resources/catalog/products/actions.mjs.map +1 -1
- package/resources/catalog/properties/actions.d.mts +8 -3
- package/resources/catalog/properties/actions.d.mts.map +1 -1
- package/resources/catalog/properties/actions.d.ts +8 -3
- package/resources/catalog/properties/actions.d.ts.map +1 -1
- package/resources/catalog/properties/actions.js +7 -2
- package/resources/catalog/properties/actions.js.map +1 -1
- package/resources/catalog/properties/actions.mjs +7 -2
- package/resources/catalog/properties/actions.mjs.map +1 -1
- package/resources/catalog/unit-groups/actions.d.mts +7 -2
- package/resources/catalog/unit-groups/actions.d.mts.map +1 -1
- package/resources/catalog/unit-groups/actions.d.ts +7 -2
- package/resources/catalog/unit-groups/actions.d.ts.map +1 -1
- package/resources/catalog/unit-groups/actions.js +7 -2
- package/resources/catalog/unit-groups/actions.js.map +1 -1
- package/resources/catalog/unit-groups/actions.mjs +7 -2
- package/resources/catalog/unit-groups/actions.mjs.map +1 -1
- package/resources/catalog/units/actions.d.mts +8 -2
- package/resources/catalog/units/actions.d.mts.map +1 -1
- package/resources/catalog/units/actions.d.ts +8 -2
- package/resources/catalog/units/actions.d.ts.map +1 -1
- package/resources/catalog/units/actions.js +7 -2
- package/resources/catalog/units/actions.js.map +1 -1
- package/resources/catalog/units/actions.mjs +7 -2
- package/resources/catalog/units/actions.mjs.map +1 -1
- package/resources/core/analytics.d.mts +195 -1
- package/resources/core/analytics.d.mts.map +1 -1
- package/resources/core/analytics.d.ts +195 -1
- package/resources/core/analytics.d.ts.map +1 -1
- package/resources/core/analytics.js +11 -0
- package/resources/core/analytics.js.map +1 -1
- package/resources/core/analytics.mjs +11 -0
- package/resources/core/analytics.mjs.map +1 -1
- 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 -6
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +6 -6
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs +1 -1
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/index.d.mts +2 -2
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +2 -2
- package/resources/core/index.d.ts.map +1 -1
- package/resources/core/index.js.map +1 -1
- package/resources/core/index.mjs.map +1 -1
- package/resources/core/jobs.d.mts +102 -60
- package/resources/core/jobs.d.mts.map +1 -1
- package/resources/core/jobs.d.ts +102 -60
- package/resources/core/jobs.d.ts.map +1 -1
- package/resources/core/jobs.js +12 -6
- package/resources/core/jobs.js.map +1 -1
- package/resources/core/jobs.mjs +12 -6
- package/resources/core/jobs.mjs.map +1 -1
- package/resources/identity/account-users/account-users.d.mts +39 -0
- package/resources/identity/account-users/account-users.d.mts.map +1 -1
- package/resources/identity/account-users/account-users.d.ts +39 -0
- package/resources/identity/account-users/account-users.d.ts.map +1 -1
- package/resources/identity/account-users/account-users.js.map +1 -1
- package/resources/identity/account-users/account-users.mjs.map +1 -1
- package/resources/messaging/blocks.d.mts +8 -0
- package/resources/messaging/blocks.d.mts.map +1 -1
- package/resources/messaging/blocks.d.ts +8 -0
- package/resources/messaging/blocks.d.ts.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/locations/actions.d.mts +7 -2
- package/resources/operations/locations/actions.d.mts.map +1 -1
- package/resources/operations/locations/actions.d.ts +7 -2
- package/resources/operations/locations/actions.d.ts.map +1 -1
- package/resources/operations/locations/actions.js +7 -2
- package/resources/operations/locations/actions.js.map +1 -1
- package/resources/operations/locations/actions.mjs +7 -2
- package/resources/operations/locations/actions.mjs.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.mts +5 -3
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.ts +5 -3
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.js +5 -3
- package/resources/operations/production-schedules/production-schedules.js.map +1 -1
- package/resources/operations/production-schedules/production-schedules.mjs +5 -3
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
- package/src/client.ts +1 -1
- package/src/resources/catalog/item-categories/actions.ts +15 -3
- package/src/resources/catalog/materials/actions.ts +14 -3
- package/src/resources/catalog/parts/actions.ts +14 -3
- package/src/resources/catalog/product-lines/actions.ts +15 -3
- package/src/resources/catalog/products/actions.ts +14 -3
- package/src/resources/catalog/properties/actions.ts +15 -4
- package/src/resources/catalog/unit-groups/actions.ts +14 -3
- package/src/resources/catalog/units/actions.ts +15 -3
- package/src/resources/core/analytics.ts +231 -0
- package/src/resources/core/audit-events.ts +16 -0
- package/src/resources/core/core.ts +30 -2
- package/src/resources/core/index.ts +7 -1
- package/src/resources/core/jobs.ts +422 -67
- package/src/resources/identity/account-users/account-users.ts +44 -0
- package/src/resources/messaging/blocks.ts +9 -0
- package/src/resources/messaging/conversations/conversations.ts +12 -0
- package/src/resources/messaging/conversations/links.ts +8 -0
- package/src/resources/messaging/conversations/messages.ts +8 -0
- package/src/resources/messaging/notifications/notifications.ts +8 -0
- package/src/resources/operations/locations/actions.ts +14 -3
- package/src/resources/operations/production-schedules/production-schedules.ts +5 -3
- 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
|
@@ -579,6 +579,8 @@ export interface CreateConversationRequest {
|
|
|
579
579
|
| 'analyze_delivery_performance_response'
|
|
580
580
|
| 'delivery_performance'
|
|
581
581
|
| 'delivery_backlog_bucket'
|
|
582
|
+
| 'delivery_lateness_bucket'
|
|
583
|
+
| 'delivery_breakdown'
|
|
582
584
|
| 'schedule_order_coverage'
|
|
583
585
|
| 'schedule_order_coverage_line'
|
|
584
586
|
| 'promise_date_quote'
|
|
@@ -751,6 +753,8 @@ export interface CreateConversationRequest {
|
|
|
751
753
|
| 'pack_list_back_order'
|
|
752
754
|
| 'pack_list_case'
|
|
753
755
|
| 'job'
|
|
756
|
+
| 'job_result'
|
|
757
|
+
| 'job_export'
|
|
754
758
|
| 'analyze_customer_pricing_response'
|
|
755
759
|
| 'customer_pricing_finding'
|
|
756
760
|
| 'customer_pricing_summary'
|
|
@@ -1427,6 +1431,8 @@ export interface ConversationCreateParams {
|
|
|
1427
1431
|
| 'analyze_delivery_performance_response'
|
|
1428
1432
|
| 'delivery_performance'
|
|
1429
1433
|
| 'delivery_backlog_bucket'
|
|
1434
|
+
| 'delivery_lateness_bucket'
|
|
1435
|
+
| 'delivery_breakdown'
|
|
1430
1436
|
| 'schedule_order_coverage'
|
|
1431
1437
|
| 'schedule_order_coverage_line'
|
|
1432
1438
|
| 'promise_date_quote'
|
|
@@ -1599,6 +1605,8 @@ export interface ConversationCreateParams {
|
|
|
1599
1605
|
| 'pack_list_back_order'
|
|
1600
1606
|
| 'pack_list_case'
|
|
1601
1607
|
| 'job'
|
|
1608
|
+
| 'job_result'
|
|
1609
|
+
| 'job_export'
|
|
1602
1610
|
| 'analyze_customer_pricing_response'
|
|
1603
1611
|
| 'customer_pricing_finding'
|
|
1604
1612
|
| 'customer_pricing_summary'
|
|
@@ -1804,6 +1812,8 @@ export interface ConversationListParams {
|
|
|
1804
1812
|
| 'analyze_delivery_performance_response'
|
|
1805
1813
|
| 'delivery_performance'
|
|
1806
1814
|
| 'delivery_backlog_bucket'
|
|
1815
|
+
| 'delivery_lateness_bucket'
|
|
1816
|
+
| 'delivery_breakdown'
|
|
1807
1817
|
| 'schedule_order_coverage'
|
|
1808
1818
|
| 'schedule_order_coverage_line'
|
|
1809
1819
|
| 'promise_date_quote'
|
|
@@ -1976,6 +1986,8 @@ export interface ConversationListParams {
|
|
|
1976
1986
|
| 'pack_list_back_order'
|
|
1977
1987
|
| 'pack_list_case'
|
|
1978
1988
|
| 'job'
|
|
1989
|
+
| 'job_result'
|
|
1990
|
+
| 'job_export'
|
|
1979
1991
|
| 'analyze_customer_pricing_response'
|
|
1980
1992
|
| 'customer_pricing_finding'
|
|
1981
1993
|
| 'customer_pricing_summary'
|
|
@@ -213,6 +213,8 @@ export interface AddConversationLinkRequest {
|
|
|
213
213
|
| 'analyze_delivery_performance_response'
|
|
214
214
|
| 'delivery_performance'
|
|
215
215
|
| 'delivery_backlog_bucket'
|
|
216
|
+
| 'delivery_lateness_bucket'
|
|
217
|
+
| 'delivery_breakdown'
|
|
216
218
|
| 'schedule_order_coverage'
|
|
217
219
|
| 'schedule_order_coverage_line'
|
|
218
220
|
| 'promise_date_quote'
|
|
@@ -385,6 +387,8 @@ export interface AddConversationLinkRequest {
|
|
|
385
387
|
| 'pack_list_back_order'
|
|
386
388
|
| 'pack_list_case'
|
|
387
389
|
| 'job'
|
|
390
|
+
| 'job_result'
|
|
391
|
+
| 'job_export'
|
|
388
392
|
| 'analyze_customer_pricing_response'
|
|
389
393
|
| 'customer_pricing_finding'
|
|
390
394
|
| 'customer_pricing_summary'
|
|
@@ -584,6 +588,8 @@ export interface LinkCreateParams {
|
|
|
584
588
|
| 'analyze_delivery_performance_response'
|
|
585
589
|
| 'delivery_performance'
|
|
586
590
|
| 'delivery_backlog_bucket'
|
|
591
|
+
| 'delivery_lateness_bucket'
|
|
592
|
+
| 'delivery_breakdown'
|
|
587
593
|
| 'schedule_order_coverage'
|
|
588
594
|
| 'schedule_order_coverage_line'
|
|
589
595
|
| 'promise_date_quote'
|
|
@@ -756,6 +762,8 @@ export interface LinkCreateParams {
|
|
|
756
762
|
| 'pack_list_back_order'
|
|
757
763
|
| 'pack_list_case'
|
|
758
764
|
| 'job'
|
|
765
|
+
| 'job_result'
|
|
766
|
+
| 'job_export'
|
|
759
767
|
| 'analyze_customer_pricing_response'
|
|
760
768
|
| 'customer_pricing_finding'
|
|
761
769
|
| 'customer_pricing_summary'
|
|
@@ -364,6 +364,8 @@ export interface SendMessageRequest {
|
|
|
364
364
|
| 'analyze_delivery_performance_response'
|
|
365
365
|
| 'delivery_performance'
|
|
366
366
|
| 'delivery_backlog_bucket'
|
|
367
|
+
| 'delivery_lateness_bucket'
|
|
368
|
+
| 'delivery_breakdown'
|
|
367
369
|
| 'schedule_order_coverage'
|
|
368
370
|
| 'schedule_order_coverage_line'
|
|
369
371
|
| 'promise_date_quote'
|
|
@@ -536,6 +538,8 @@ export interface SendMessageRequest {
|
|
|
536
538
|
| 'pack_list_back_order'
|
|
537
539
|
| 'pack_list_case'
|
|
538
540
|
| 'job'
|
|
541
|
+
| 'job_result'
|
|
542
|
+
| 'job_export'
|
|
539
543
|
| 'analyze_customer_pricing_response'
|
|
540
544
|
| 'customer_pricing_finding'
|
|
541
545
|
| 'customer_pricing_summary'
|
|
@@ -798,6 +802,8 @@ export interface MessageCreateParams {
|
|
|
798
802
|
| 'analyze_delivery_performance_response'
|
|
799
803
|
| 'delivery_performance'
|
|
800
804
|
| 'delivery_backlog_bucket'
|
|
805
|
+
| 'delivery_lateness_bucket'
|
|
806
|
+
| 'delivery_breakdown'
|
|
801
807
|
| 'schedule_order_coverage'
|
|
802
808
|
| 'schedule_order_coverage_line'
|
|
803
809
|
| 'promise_date_quote'
|
|
@@ -970,6 +976,8 @@ export interface MessageCreateParams {
|
|
|
970
976
|
| 'pack_list_back_order'
|
|
971
977
|
| 'pack_list_case'
|
|
972
978
|
| 'job'
|
|
979
|
+
| 'job_result'
|
|
980
|
+
| 'job_export'
|
|
973
981
|
| 'analyze_customer_pricing_response'
|
|
974
982
|
| 'customer_pricing_finding'
|
|
975
983
|
| 'customer_pricing_summary'
|
|
@@ -594,6 +594,8 @@ export interface SendNotificationRequest {
|
|
|
594
594
|
| 'analyze_delivery_performance_response'
|
|
595
595
|
| 'delivery_performance'
|
|
596
596
|
| 'delivery_backlog_bucket'
|
|
597
|
+
| 'delivery_lateness_bucket'
|
|
598
|
+
| 'delivery_breakdown'
|
|
597
599
|
| 'schedule_order_coverage'
|
|
598
600
|
| 'schedule_order_coverage_line'
|
|
599
601
|
| 'promise_date_quote'
|
|
@@ -766,6 +768,8 @@ export interface SendNotificationRequest {
|
|
|
766
768
|
| 'pack_list_back_order'
|
|
767
769
|
| 'pack_list_case'
|
|
768
770
|
| 'job'
|
|
771
|
+
| 'job_result'
|
|
772
|
+
| 'job_export'
|
|
769
773
|
| 'analyze_customer_pricing_response'
|
|
770
774
|
| 'customer_pricing_finding'
|
|
771
775
|
| 'customer_pricing_summary'
|
|
@@ -941,6 +945,8 @@ export interface NotificationCreateParams {
|
|
|
941
945
|
| 'analyze_delivery_performance_response'
|
|
942
946
|
| 'delivery_performance'
|
|
943
947
|
| 'delivery_backlog_bucket'
|
|
948
|
+
| 'delivery_lateness_bucket'
|
|
949
|
+
| 'delivery_breakdown'
|
|
944
950
|
| 'schedule_order_coverage'
|
|
945
951
|
| 'schedule_order_coverage_line'
|
|
946
952
|
| 'promise_date_quote'
|
|
@@ -1113,6 +1119,8 @@ export interface NotificationCreateParams {
|
|
|
1113
1119
|
| 'pack_list_back_order'
|
|
1114
1120
|
| 'pack_list_case'
|
|
1115
1121
|
| 'job'
|
|
1122
|
+
| 'job_result'
|
|
1123
|
+
| 'job_export'
|
|
1116
1124
|
| 'analyze_customer_pricing_response'
|
|
1117
1125
|
| 'customer_pricing_finding'
|
|
1118
1126
|
| 'customer_pricing_summary'
|
|
@@ -23,8 +23,13 @@ export class Actions extends APIResource {
|
|
|
23
23
|
* });
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
|
-
bulkUpsert(
|
|
27
|
-
|
|
26
|
+
bulkUpsert(params: ActionBulkUpsertParams, options?: RequestOptions): APIPromise<JobsAPI.Job> {
|
|
27
|
+
const { include, ...body } = params;
|
|
28
|
+
return this._client.post('/v1/operations/locations/actions/bulk-upsert', {
|
|
29
|
+
query: { include },
|
|
30
|
+
body,
|
|
31
|
+
...options,
|
|
32
|
+
});
|
|
28
33
|
}
|
|
29
34
|
}
|
|
30
35
|
|
|
@@ -68,9 +73,15 @@ export interface UpsertLocationInput {
|
|
|
68
73
|
|
|
69
74
|
export interface ActionBulkUpsertParams {
|
|
70
75
|
/**
|
|
71
|
-
* Locations to create or update, matched by name within the account.
|
|
76
|
+
* Body param: Locations to create or update, matched by name within the account.
|
|
72
77
|
*/
|
|
73
78
|
locations: Array<UpsertLocationInput>;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
82
|
+
* are returned as `null`.
|
|
83
|
+
*/
|
|
84
|
+
include?: Array<'created_by' | 'created_by.role'>;
|
|
74
85
|
}
|
|
75
86
|
|
|
76
87
|
export declare namespace Actions {
|
|
@@ -199,7 +199,7 @@ export class ProductionSchedules extends APIResource {
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Returns the
|
|
202
|
+
* Returns the department work implied by a schedule's constraint plan.
|
|
203
203
|
*
|
|
204
204
|
* The solver schedules only the constraint; every other department's work is
|
|
205
205
|
* derived from it by walking the production-step graph, applying each step's
|
|
@@ -207,8 +207,10 @@ export class ProductionSchedules extends APIResource {
|
|
|
207
207
|
* rather than a second plan someone has to maintain.
|
|
208
208
|
*
|
|
209
209
|
* `explosion_depth` is how many steps downstream the work sits, which is what a
|
|
210
|
-
* readiness indicator keys off.
|
|
211
|
-
*
|
|
210
|
+
* readiness indicator keys off. Depth 0 is the constraint's own campaigns, so a
|
|
211
|
+
* plant with nothing configured downstream of its constraint still gets the work
|
|
212
|
+
* it actually scheduled. Work whose derived week falls past the schedule's horizon
|
|
213
|
+
* is still returned — a department needs to see it coming.
|
|
212
214
|
*
|
|
213
215
|
* This endpoint requires the permission: `production_schedules:read`.
|
|
214
216
|
*
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.17.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.17.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.17.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.17.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|