@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
|
@@ -294,6 +294,8 @@ export interface AuditEvent {
|
|
|
294
294
|
| 'analyze_delivery_performance_response'
|
|
295
295
|
| 'delivery_performance'
|
|
296
296
|
| 'delivery_backlog_bucket'
|
|
297
|
+
| 'delivery_lateness_bucket'
|
|
298
|
+
| 'delivery_breakdown'
|
|
297
299
|
| 'schedule_order_coverage'
|
|
298
300
|
| 'schedule_order_coverage_line'
|
|
299
301
|
| 'promise_date_quote'
|
|
@@ -466,6 +468,8 @@ export interface AuditEvent {
|
|
|
466
468
|
| 'pack_list_back_order'
|
|
467
469
|
| 'pack_list_case'
|
|
468
470
|
| 'job'
|
|
471
|
+
| 'job_result'
|
|
472
|
+
| 'job_export'
|
|
469
473
|
| 'analyze_customer_pricing_response'
|
|
470
474
|
| 'customer_pricing_finding'
|
|
471
475
|
| 'customer_pricing_summary'
|
|
@@ -695,6 +699,8 @@ export interface ListObjectType {
|
|
|
695
699
|
| 'analyze_delivery_performance_response'
|
|
696
700
|
| 'delivery_performance'
|
|
697
701
|
| 'delivery_backlog_bucket'
|
|
702
|
+
| 'delivery_lateness_bucket'
|
|
703
|
+
| 'delivery_breakdown'
|
|
698
704
|
| 'schedule_order_coverage'
|
|
699
705
|
| 'schedule_order_coverage_line'
|
|
700
706
|
| 'promise_date_quote'
|
|
@@ -867,6 +873,8 @@ export interface ListObjectType {
|
|
|
867
873
|
| 'pack_list_back_order'
|
|
868
874
|
| 'pack_list_case'
|
|
869
875
|
| 'job'
|
|
876
|
+
| 'job_result'
|
|
877
|
+
| 'job_export'
|
|
870
878
|
| 'analyze_customer_pricing_response'
|
|
871
879
|
| 'customer_pricing_finding'
|
|
872
880
|
| 'customer_pricing_summary'
|
|
@@ -1084,6 +1092,8 @@ export interface AuditEventListParams {
|
|
|
1084
1092
|
| 'analyze_delivery_performance_response'
|
|
1085
1093
|
| 'delivery_performance'
|
|
1086
1094
|
| 'delivery_backlog_bucket'
|
|
1095
|
+
| 'delivery_lateness_bucket'
|
|
1096
|
+
| 'delivery_breakdown'
|
|
1087
1097
|
| 'schedule_order_coverage'
|
|
1088
1098
|
| 'schedule_order_coverage_line'
|
|
1089
1099
|
| 'promise_date_quote'
|
|
@@ -1256,6 +1266,8 @@ export interface AuditEventListParams {
|
|
|
1256
1266
|
| 'pack_list_back_order'
|
|
1257
1267
|
| 'pack_list_case'
|
|
1258
1268
|
| 'job'
|
|
1269
|
+
| 'job_result'
|
|
1270
|
+
| 'job_export'
|
|
1259
1271
|
| 'analyze_customer_pricing_response'
|
|
1260
1272
|
| 'customer_pricing_finding'
|
|
1261
1273
|
| 'customer_pricing_summary'
|
|
@@ -1396,6 +1408,8 @@ export interface AuditEventListParams {
|
|
|
1396
1408
|
| 'analyze_delivery_performance_response'
|
|
1397
1409
|
| 'delivery_performance'
|
|
1398
1410
|
| 'delivery_backlog_bucket'
|
|
1411
|
+
| 'delivery_lateness_bucket'
|
|
1412
|
+
| 'delivery_breakdown'
|
|
1399
1413
|
| 'schedule_order_coverage'
|
|
1400
1414
|
| 'schedule_order_coverage_line'
|
|
1401
1415
|
| 'promise_date_quote'
|
|
@@ -1568,6 +1582,8 @@ export interface AuditEventListParams {
|
|
|
1568
1582
|
| 'pack_list_back_order'
|
|
1569
1583
|
| 'pack_list_case'
|
|
1570
1584
|
| 'job'
|
|
1585
|
+
| 'job_result'
|
|
1586
|
+
| 'job_export'
|
|
1571
1587
|
| 'analyze_customer_pricing_response'
|
|
1572
1588
|
| 'customer_pricing_finding'
|
|
1573
1589
|
| 'customer_pricing_summary'
|
|
@@ -18,10 +18,14 @@ import {
|
|
|
18
18
|
AnalyzeScheduleAttainmentResponse,
|
|
19
19
|
AttainmentBucket,
|
|
20
20
|
DeliveryBacklogBucket,
|
|
21
|
+
DeliveryBreakdown,
|
|
22
|
+
DeliveryLatenessBucket,
|
|
21
23
|
DeliveryPerformance,
|
|
22
24
|
FrozenAdherence,
|
|
23
25
|
ListAttainmentBucket,
|
|
24
26
|
ListDeliveryBacklogBucket,
|
|
27
|
+
ListDeliveryBreakdown,
|
|
28
|
+
ListDeliveryLatenessBucket,
|
|
25
29
|
ListDeliveryPerformance,
|
|
26
30
|
ListFrozenAdherence,
|
|
27
31
|
ListOeeDepartment,
|
|
@@ -46,7 +50,17 @@ import {
|
|
|
46
50
|
import * as EmailLogsAPI from './email-logs';
|
|
47
51
|
import { EmailLog, EmailLogListParams, EmailLogRetrieveParams, EmailLogs, ListEmailLog } from './email-logs';
|
|
48
52
|
import * as JobsAPI from './jobs';
|
|
49
|
-
import {
|
|
53
|
+
import {
|
|
54
|
+
Job,
|
|
55
|
+
JobCancelParams,
|
|
56
|
+
JobExport,
|
|
57
|
+
JobResult,
|
|
58
|
+
JobRetrieveParams,
|
|
59
|
+
Jobs,
|
|
60
|
+
ListJobResult,
|
|
61
|
+
QuotaInfo,
|
|
62
|
+
ResponseError,
|
|
63
|
+
} from './jobs';
|
|
50
64
|
import * as RequestLogsAPI from './request-logs';
|
|
51
65
|
import {
|
|
52
66
|
Actor,
|
|
@@ -270,6 +284,8 @@ export interface Entity {
|
|
|
270
284
|
| 'analyze_delivery_performance_response'
|
|
271
285
|
| 'delivery_performance'
|
|
272
286
|
| 'delivery_backlog_bucket'
|
|
287
|
+
| 'delivery_lateness_bucket'
|
|
288
|
+
| 'delivery_breakdown'
|
|
273
289
|
| 'schedule_order_coverage'
|
|
274
290
|
| 'schedule_order_coverage_line'
|
|
275
291
|
| 'promise_date_quote'
|
|
@@ -442,6 +458,8 @@ export interface Entity {
|
|
|
442
458
|
| 'pack_list_back_order'
|
|
443
459
|
| 'pack_list_case'
|
|
444
460
|
| 'job'
|
|
461
|
+
| 'job_result'
|
|
462
|
+
| 'job_export'
|
|
445
463
|
| 'analyze_customer_pricing_response'
|
|
446
464
|
| 'customer_pricing_finding'
|
|
447
465
|
| 'customer_pricing_summary'
|
|
@@ -637,6 +655,8 @@ export interface CoreRetrieveSearchParams {
|
|
|
637
655
|
| 'analyze_delivery_performance_response'
|
|
638
656
|
| 'delivery_performance'
|
|
639
657
|
| 'delivery_backlog_bucket'
|
|
658
|
+
| 'delivery_lateness_bucket'
|
|
659
|
+
| 'delivery_breakdown'
|
|
640
660
|
| 'schedule_order_coverage'
|
|
641
661
|
| 'schedule_order_coverage_line'
|
|
642
662
|
| 'promise_date_quote'
|
|
@@ -809,6 +829,8 @@ export interface CoreRetrieveSearchParams {
|
|
|
809
829
|
| 'pack_list_back_order'
|
|
810
830
|
| 'pack_list_case'
|
|
811
831
|
| 'job'
|
|
832
|
+
| 'job_result'
|
|
833
|
+
| 'job_export'
|
|
812
834
|
| 'analyze_customer_pricing_response'
|
|
813
835
|
| 'customer_pricing_finding'
|
|
814
836
|
| 'customer_pricing_summary'
|
|
@@ -886,9 +908,11 @@ export declare namespace Core {
|
|
|
886
908
|
type Job as Job,
|
|
887
909
|
type JobExport as JobExport,
|
|
888
910
|
type JobResult as JobResult,
|
|
911
|
+
type ListJobResult as ListJobResult,
|
|
889
912
|
type QuotaInfo as QuotaInfo,
|
|
890
913
|
type ResponseError as ResponseError,
|
|
891
|
-
type
|
|
914
|
+
type JobRetrieveParams as JobRetrieveParams,
|
|
915
|
+
type JobCancelParams as JobCancelParams,
|
|
892
916
|
};
|
|
893
917
|
|
|
894
918
|
export {
|
|
@@ -903,10 +927,14 @@ export declare namespace Core {
|
|
|
903
927
|
type AnalyzeScheduleAttainmentResponse as AnalyzeScheduleAttainmentResponse,
|
|
904
928
|
type AttainmentBucket as AttainmentBucket,
|
|
905
929
|
type DeliveryBacklogBucket as DeliveryBacklogBucket,
|
|
930
|
+
type DeliveryBreakdown as DeliveryBreakdown,
|
|
931
|
+
type DeliveryLatenessBucket as DeliveryLatenessBucket,
|
|
906
932
|
type DeliveryPerformance as DeliveryPerformance,
|
|
907
933
|
type FrozenAdherence as FrozenAdherence,
|
|
908
934
|
type ListAttainmentBucket as ListAttainmentBucket,
|
|
909
935
|
type ListDeliveryBacklogBucket as ListDeliveryBacklogBucket,
|
|
936
|
+
type ListDeliveryBreakdown as ListDeliveryBreakdown,
|
|
937
|
+
type ListDeliveryLatenessBucket as ListDeliveryLatenessBucket,
|
|
910
938
|
type ListDeliveryPerformance as ListDeliveryPerformance,
|
|
911
939
|
type ListFrozenAdherence as ListFrozenAdherence,
|
|
912
940
|
type ListOeeDepartment as ListOeeDepartment,
|
|
@@ -18,10 +18,14 @@ export {
|
|
|
18
18
|
type AnalyzeScheduleAttainmentResponse,
|
|
19
19
|
type AttainmentBucket,
|
|
20
20
|
type DeliveryBacklogBucket,
|
|
21
|
+
type DeliveryBreakdown,
|
|
22
|
+
type DeliveryLatenessBucket,
|
|
21
23
|
type DeliveryPerformance,
|
|
22
24
|
type FrozenAdherence,
|
|
23
25
|
type ListAttainmentBucket,
|
|
24
26
|
type ListDeliveryBacklogBucket,
|
|
27
|
+
type ListDeliveryBreakdown,
|
|
28
|
+
type ListDeliveryLatenessBucket,
|
|
25
29
|
type ListDeliveryPerformance,
|
|
26
30
|
type ListFrozenAdherence,
|
|
27
31
|
type ListOeeDepartment,
|
|
@@ -59,9 +63,11 @@ export {
|
|
|
59
63
|
type Job,
|
|
60
64
|
type JobExport,
|
|
61
65
|
type JobResult,
|
|
66
|
+
type ListJobResult,
|
|
62
67
|
type QuotaInfo,
|
|
63
68
|
type ResponseError,
|
|
64
|
-
type
|
|
69
|
+
type JobRetrieveParams,
|
|
70
|
+
type JobCancelParams,
|
|
65
71
|
} from './jobs';
|
|
66
72
|
export {
|
|
67
73
|
RequestLogs,
|