@d19n/youfibre-odin-sdk 1.0.279 → 1.0.281
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/dist/actions-v2/SetPendingAmcoWorkOrderDto.d.ts +22 -1
- package/dist/entities-v2/CollectionAmcoWorkOrder.d.ts +1 -8
- package/dist/entities-v2/CollectionAmcoWorkOrder.js +0 -2
- package/dist/entities-v2/CollectionWorkOrder.d.ts +1 -8
- package/dist/entities-v2/CollectionWorkOrder.js +0 -2
- package/dist/entities-v2/DispatchAmcoWorkOrder.d.ts +1 -8
- package/dist/entities-v2/DispatchAmcoWorkOrder.js +0 -2
- package/dist/entities-v2/FinanceWorkOrder.d.ts +1 -8
- package/dist/entities-v2/FinanceWorkOrder.js +0 -2
- package/dist/entities-v2/InspectionWorkOrder.d.ts +1 -8
- package/dist/entities-v2/InspectionWorkOrder.js +0 -2
- package/dist/entities-v2/InstallBusinessWorkOrder.d.ts +1 -8
- package/dist/entities-v2/InstallBusinessWorkOrder.js +0 -2
- package/dist/entities-v2/InstallServiceWorkOrder.d.ts +1 -8
- package/dist/entities-v2/InstallServiceWorkOrder.js +0 -2
- package/dist/entities-v2/InstallWorkOrder.d.ts +1 -8
- package/dist/entities-v2/InstallWorkOrder.js +0 -2
- package/dist/entities-v2/NetworkAdjustmentWorkOrder.d.ts +1 -8
- package/dist/entities-v2/NetworkAdjustmentWorkOrder.js +0 -2
- package/dist/entities-v2/PlanningWorkOrder.d.ts +1 -8
- package/dist/entities-v2/PlanningWorkOrder.js +0 -2
- package/dist/entities-v2/PrePullWorkOrder.d.ts +1 -8
- package/dist/entities-v2/PrePullWorkOrder.js +0 -2
- package/dist/entities-v2/RemediationWorkOrder.d.ts +1 -8
- package/dist/entities-v2/RemediationWorkOrder.js +0 -2
- package/dist/entities-v2/ReplacementAmcoWorkOrder.d.ts +1217 -0
- package/dist/entities-v2/ReplacementAmcoWorkOrder.js +593 -0
- package/dist/entities-v2/ServiceWorkOrder.d.ts +1 -8
- package/dist/entities-v2/ServiceWorkOrder.js +0 -2
- package/dist/entities-v2/WayleaveWorkOrder.d.ts +1 -8
- package/dist/entities-v2/WayleaveWorkOrder.js +0 -2
- package/dist/entities-v2/WorkOrder.d.ts +3 -8
- package/dist/entities-v2/WorkOrder.js +2 -2
- package/dist/records-v2/WorkOrderRecord.d.ts +7 -2
- package/dist/records-v2/WorkOrderRecord.js +6 -1
- package/package.json +1 -1
|
@@ -15,9 +15,30 @@ import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/o
|
|
|
15
15
|
* Properties for SetPendingAmcoWorkOrder action
|
|
16
16
|
*
|
|
17
17
|
* @property Required fields: 0
|
|
18
|
-
* @property Optional fields:
|
|
18
|
+
* @property Optional fields: 3
|
|
19
19
|
*/
|
|
20
20
|
export interface SetPendingAmcoWorkOrderProperties {
|
|
21
|
+
/**
|
|
22
|
+
* PendingAmcoCollection
|
|
23
|
+
*
|
|
24
|
+
* PendingAmcoCollection
|
|
25
|
+
* @type {BOOLEAN}
|
|
26
|
+
*/
|
|
27
|
+
PendingAmcoCollection?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* PendingAmcoDispatch
|
|
30
|
+
*
|
|
31
|
+
* PendingAmcoDispatch
|
|
32
|
+
* @type {BOOLEAN}
|
|
33
|
+
*/
|
|
34
|
+
PendingAmcoDispatch?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* PendingAmcoReplacement
|
|
37
|
+
*
|
|
38
|
+
* PendingAmcoReplacement
|
|
39
|
+
* @type {BOOLEAN}
|
|
40
|
+
*/
|
|
41
|
+
PendingAmcoReplacement?: boolean;
|
|
21
42
|
}
|
|
22
43
|
/**
|
|
23
44
|
* SetPendingAmcoWorkOrder
|
|
@@ -586,9 +586,7 @@ export declare enum CollectionAmcoWorkOrderPropertyKeys {
|
|
|
586
586
|
/** Other Product Required */
|
|
587
587
|
OtherProductRequired = "OtherProductRequired",
|
|
588
588
|
/** PendingAmcoOrder */
|
|
589
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
590
|
-
/** PendingAmcoDispatch */
|
|
591
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
589
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
592
590
|
}
|
|
593
591
|
/**
|
|
594
592
|
* Properties for COLLECTION_AMCO WorkOrder records
|
|
@@ -1137,11 +1135,6 @@ export interface CollectionAmcoWorkOrderProperties {
|
|
|
1137
1135
|
* @type {BOOLEAN}
|
|
1138
1136
|
*/
|
|
1139
1137
|
PendingAmcoOrder: boolean;
|
|
1140
|
-
/** PendingAmcoDispatch
|
|
1141
|
-
*
|
|
1142
|
-
* @type {BOOLEAN}
|
|
1143
|
-
*/
|
|
1144
|
-
PendingAmcoDispatch: boolean;
|
|
1145
1138
|
}
|
|
1146
1139
|
/**
|
|
1147
1140
|
* 3PL Collection
|
|
@@ -576,8 +576,6 @@ var CollectionAmcoWorkOrderPropertyKeys;
|
|
|
576
576
|
CollectionAmcoWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
577
577
|
/** PendingAmcoOrder */
|
|
578
578
|
CollectionAmcoWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
579
|
-
/** PendingAmcoDispatch */
|
|
580
|
-
CollectionAmcoWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
581
579
|
})(CollectionAmcoWorkOrderPropertyKeys = exports.CollectionAmcoWorkOrderPropertyKeys || (exports.CollectionAmcoWorkOrderPropertyKeys = {}));
|
|
582
580
|
/**
|
|
583
581
|
* 3PL Collection
|
|
@@ -592,9 +592,7 @@ export declare enum CollectionWorkOrderPropertyKeys {
|
|
|
592
592
|
/** Other Product Required */
|
|
593
593
|
OtherProductRequired = "OtherProductRequired",
|
|
594
594
|
/** PendingAmcoOrder */
|
|
595
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
596
|
-
/** PendingAmcoDispatch */
|
|
597
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
595
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
598
596
|
}
|
|
599
597
|
/**
|
|
600
598
|
* Properties for COLLECTION WorkOrder records
|
|
@@ -1154,11 +1152,6 @@ export interface CollectionWorkOrderProperties {
|
|
|
1154
1152
|
* @type {BOOLEAN}
|
|
1155
1153
|
*/
|
|
1156
1154
|
PendingAmcoOrder: boolean;
|
|
1157
|
-
/** PendingAmcoDispatch
|
|
1158
|
-
*
|
|
1159
|
-
* @type {BOOLEAN}
|
|
1160
|
-
*/
|
|
1161
|
-
PendingAmcoDispatch: boolean;
|
|
1162
1155
|
}
|
|
1163
1156
|
/**
|
|
1164
1157
|
* Collection
|
|
@@ -580,8 +580,6 @@ var CollectionWorkOrderPropertyKeys;
|
|
|
580
580
|
CollectionWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
581
581
|
/** PendingAmcoOrder */
|
|
582
582
|
CollectionWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
583
|
-
/** PendingAmcoDispatch */
|
|
584
|
-
CollectionWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
585
583
|
})(CollectionWorkOrderPropertyKeys = exports.CollectionWorkOrderPropertyKeys || (exports.CollectionWorkOrderPropertyKeys = {}));
|
|
586
584
|
/**
|
|
587
585
|
* Collection
|
|
@@ -586,9 +586,7 @@ export declare enum DispatchAmcoWorkOrderPropertyKeys {
|
|
|
586
586
|
/** Other Product Required */
|
|
587
587
|
OtherProductRequired = "OtherProductRequired",
|
|
588
588
|
/** PendingAmcoOrder */
|
|
589
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
590
|
-
/** PendingAmcoDispatch */
|
|
591
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
589
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
592
590
|
}
|
|
593
591
|
/**
|
|
594
592
|
* Properties for DISPATCH_AMCO WorkOrder records
|
|
@@ -1173,11 +1171,6 @@ export interface DispatchAmcoWorkOrderProperties {
|
|
|
1173
1171
|
* @type {BOOLEAN}
|
|
1174
1172
|
*/
|
|
1175
1173
|
PendingAmcoOrder: boolean;
|
|
1176
|
-
/** PendingAmcoDispatch
|
|
1177
|
-
*
|
|
1178
|
-
* @type {BOOLEAN}
|
|
1179
|
-
*/
|
|
1180
|
-
PendingAmcoDispatch: boolean;
|
|
1181
1174
|
}
|
|
1182
1175
|
/**
|
|
1183
1176
|
* 3PL Dispatch
|
|
@@ -576,8 +576,6 @@ var DispatchAmcoWorkOrderPropertyKeys;
|
|
|
576
576
|
DispatchAmcoWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
577
577
|
/** PendingAmcoOrder */
|
|
578
578
|
DispatchAmcoWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
579
|
-
/** PendingAmcoDispatch */
|
|
580
|
-
DispatchAmcoWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
581
579
|
})(DispatchAmcoWorkOrderPropertyKeys = exports.DispatchAmcoWorkOrderPropertyKeys || (exports.DispatchAmcoWorkOrderPropertyKeys = {}));
|
|
582
580
|
/**
|
|
583
581
|
* 3PL Dispatch
|
|
@@ -578,9 +578,7 @@ export declare enum FinanceWorkOrderPropertyKeys {
|
|
|
578
578
|
/** Other Product Required */
|
|
579
579
|
OtherProductRequired = "OtherProductRequired",
|
|
580
580
|
/** PendingAmcoOrder */
|
|
581
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
582
|
-
/** PendingAmcoDispatch */
|
|
583
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
581
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
584
582
|
}
|
|
585
583
|
/**
|
|
586
584
|
* Properties for FINANCE WorkOrder records
|
|
@@ -1129,11 +1127,6 @@ export interface FinanceWorkOrderProperties {
|
|
|
1129
1127
|
* @type {BOOLEAN}
|
|
1130
1128
|
*/
|
|
1131
1129
|
PendingAmcoOrder: boolean;
|
|
1132
|
-
/** PendingAmcoDispatch
|
|
1133
|
-
*
|
|
1134
|
-
* @type {BOOLEAN}
|
|
1135
|
-
*/
|
|
1136
|
-
PendingAmcoDispatch: boolean;
|
|
1137
1130
|
}
|
|
1138
1131
|
/**
|
|
1139
1132
|
* Finance
|
|
@@ -568,8 +568,6 @@ var FinanceWorkOrderPropertyKeys;
|
|
|
568
568
|
FinanceWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
569
569
|
/** PendingAmcoOrder */
|
|
570
570
|
FinanceWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
571
|
-
/** PendingAmcoDispatch */
|
|
572
|
-
FinanceWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
573
571
|
})(FinanceWorkOrderPropertyKeys = exports.FinanceWorkOrderPropertyKeys || (exports.FinanceWorkOrderPropertyKeys = {}));
|
|
574
572
|
/**
|
|
575
573
|
* Finance
|
|
@@ -616,9 +616,7 @@ export declare enum InspectionWorkOrderPropertyKeys {
|
|
|
616
616
|
/** Other Product Required */
|
|
617
617
|
OtherProductRequired = "OtherProductRequired",
|
|
618
618
|
/** PendingAmcoOrder */
|
|
619
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
620
|
-
/** PendingAmcoDispatch */
|
|
621
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
619
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
622
620
|
}
|
|
623
621
|
/**
|
|
624
622
|
* Properties for INSPECTION WorkOrder records
|
|
@@ -1174,11 +1172,6 @@ export interface InspectionWorkOrderProperties {
|
|
|
1174
1172
|
* @type {BOOLEAN}
|
|
1175
1173
|
*/
|
|
1176
1174
|
PendingAmcoOrder: boolean;
|
|
1177
|
-
/** PendingAmcoDispatch
|
|
1178
|
-
*
|
|
1179
|
-
* @type {BOOLEAN}
|
|
1180
|
-
*/
|
|
1181
|
-
PendingAmcoDispatch: boolean;
|
|
1182
1175
|
}
|
|
1183
1176
|
/**
|
|
1184
1177
|
* inspection
|
|
@@ -599,8 +599,6 @@ var InspectionWorkOrderPropertyKeys;
|
|
|
599
599
|
InspectionWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
600
600
|
/** PendingAmcoOrder */
|
|
601
601
|
InspectionWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
602
|
-
/** PendingAmcoDispatch */
|
|
603
|
-
InspectionWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
604
602
|
})(InspectionWorkOrderPropertyKeys = exports.InspectionWorkOrderPropertyKeys || (exports.InspectionWorkOrderPropertyKeys = {}));
|
|
605
603
|
/**
|
|
606
604
|
* inspection
|
|
@@ -600,9 +600,7 @@ export declare enum InstallBusinessWorkOrderPropertyKeys {
|
|
|
600
600
|
/** Other Product Required */
|
|
601
601
|
OtherProductRequired = "OtherProductRequired",
|
|
602
602
|
/** PendingAmcoOrder */
|
|
603
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
604
|
-
/** PendingAmcoDispatch */
|
|
605
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
603
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
606
604
|
}
|
|
607
605
|
/**
|
|
608
606
|
* Properties for INSTALL_BUSINESS WorkOrder records
|
|
@@ -1151,11 +1149,6 @@ export interface InstallBusinessWorkOrderProperties {
|
|
|
1151
1149
|
* @type {BOOLEAN}
|
|
1152
1150
|
*/
|
|
1153
1151
|
PendingAmcoOrder: boolean;
|
|
1154
|
-
/** PendingAmcoDispatch
|
|
1155
|
-
*
|
|
1156
|
-
* @type {BOOLEAN}
|
|
1157
|
-
*/
|
|
1158
|
-
PendingAmcoDispatch: boolean;
|
|
1159
1152
|
}
|
|
1160
1153
|
/**
|
|
1161
1154
|
* Business Install
|
|
@@ -580,8 +580,6 @@ var InstallBusinessWorkOrderPropertyKeys;
|
|
|
580
580
|
InstallBusinessWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
581
581
|
/** PendingAmcoOrder */
|
|
582
582
|
InstallBusinessWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
583
|
-
/** PendingAmcoDispatch */
|
|
584
|
-
InstallBusinessWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
585
583
|
})(InstallBusinessWorkOrderPropertyKeys = exports.InstallBusinessWorkOrderPropertyKeys || (exports.InstallBusinessWorkOrderPropertyKeys = {}));
|
|
586
584
|
/**
|
|
587
585
|
* Business Install
|
|
@@ -541,9 +541,7 @@ export declare enum InstallServiceWorkOrderPropertyKeys {
|
|
|
541
541
|
/** Other Product Required */
|
|
542
542
|
OtherProductRequired = "OtherProductRequired",
|
|
543
543
|
/** PendingAmcoOrder */
|
|
544
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
545
|
-
/** PendingAmcoDispatch */
|
|
546
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
544
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
547
545
|
}
|
|
548
546
|
/**
|
|
549
547
|
* Properties for INSTALL_SERVICE WorkOrder records
|
|
@@ -1092,11 +1090,6 @@ export interface InstallServiceWorkOrderProperties {
|
|
|
1092
1090
|
* @type {BOOLEAN}
|
|
1093
1091
|
*/
|
|
1094
1092
|
PendingAmcoOrder: boolean;
|
|
1095
|
-
/** PendingAmcoDispatch
|
|
1096
|
-
*
|
|
1097
|
-
* @type {BOOLEAN}
|
|
1098
|
-
*/
|
|
1099
|
-
PendingAmcoDispatch: boolean;
|
|
1100
1093
|
}
|
|
1101
1094
|
/**
|
|
1102
1095
|
* Install / Service
|
|
@@ -529,8 +529,6 @@ var InstallServiceWorkOrderPropertyKeys;
|
|
|
529
529
|
InstallServiceWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
530
530
|
/** PendingAmcoOrder */
|
|
531
531
|
InstallServiceWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
532
|
-
/** PendingAmcoDispatch */
|
|
533
|
-
InstallServiceWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
534
532
|
})(InstallServiceWorkOrderPropertyKeys = exports.InstallServiceWorkOrderPropertyKeys || (exports.InstallServiceWorkOrderPropertyKeys = {}));
|
|
535
533
|
/**
|
|
536
534
|
* Install / Service
|
|
@@ -715,9 +715,7 @@ export declare enum InstallWorkOrderPropertyKeys {
|
|
|
715
715
|
/** Other Product Required */
|
|
716
716
|
OtherProductRequired = "OtherProductRequired",
|
|
717
717
|
/** PendingAmcoOrder */
|
|
718
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
719
|
-
/** PendingAmcoDispatch */
|
|
720
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
718
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
721
719
|
}
|
|
722
720
|
/**
|
|
723
721
|
* Properties for INSTALL WorkOrder records
|
|
@@ -1317,11 +1315,6 @@ export interface InstallWorkOrderProperties {
|
|
|
1317
1315
|
* @type {BOOLEAN}
|
|
1318
1316
|
*/
|
|
1319
1317
|
PendingAmcoOrder: boolean;
|
|
1320
|
-
/** PendingAmcoDispatch
|
|
1321
|
-
*
|
|
1322
|
-
* @type {BOOLEAN}
|
|
1323
|
-
*/
|
|
1324
|
-
PendingAmcoDispatch: boolean;
|
|
1325
1318
|
}
|
|
1326
1319
|
/**
|
|
1327
1320
|
* install
|
|
@@ -697,8 +697,6 @@ var InstallWorkOrderPropertyKeys;
|
|
|
697
697
|
InstallWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
698
698
|
/** PendingAmcoOrder */
|
|
699
699
|
InstallWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
700
|
-
/** PendingAmcoDispatch */
|
|
701
|
-
InstallWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
702
700
|
})(InstallWorkOrderPropertyKeys = exports.InstallWorkOrderPropertyKeys || (exports.InstallWorkOrderPropertyKeys = {}));
|
|
703
701
|
/**
|
|
704
702
|
* install
|
|
@@ -576,9 +576,7 @@ export declare enum NetworkAdjustmentWorkOrderPropertyKeys {
|
|
|
576
576
|
/** Other Product Required */
|
|
577
577
|
OtherProductRequired = "OtherProductRequired",
|
|
578
578
|
/** PendingAmcoOrder */
|
|
579
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
580
|
-
/** PendingAmcoDispatch */
|
|
581
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
579
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
582
580
|
}
|
|
583
581
|
/**
|
|
584
582
|
* Properties for NETWORK_ADJUSTMENT WorkOrder records
|
|
@@ -1127,11 +1125,6 @@ export interface NetworkAdjustmentWorkOrderProperties {
|
|
|
1127
1125
|
* @type {BOOLEAN}
|
|
1128
1126
|
*/
|
|
1129
1127
|
PendingAmcoOrder: boolean;
|
|
1130
|
-
/** PendingAmcoDispatch
|
|
1131
|
-
*
|
|
1132
|
-
* @type {BOOLEAN}
|
|
1133
|
-
*/
|
|
1134
|
-
PendingAmcoDispatch: boolean;
|
|
1135
1128
|
}
|
|
1136
1129
|
/**
|
|
1137
1130
|
* Network Adjustment
|
|
@@ -564,8 +564,6 @@ var NetworkAdjustmentWorkOrderPropertyKeys;
|
|
|
564
564
|
NetworkAdjustmentWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
565
565
|
/** PendingAmcoOrder */
|
|
566
566
|
NetworkAdjustmentWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
567
|
-
/** PendingAmcoDispatch */
|
|
568
|
-
NetworkAdjustmentWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
569
567
|
})(NetworkAdjustmentWorkOrderPropertyKeys = exports.NetworkAdjustmentWorkOrderPropertyKeys || (exports.NetworkAdjustmentWorkOrderPropertyKeys = {}));
|
|
570
568
|
/**
|
|
571
569
|
* Network Adjustment
|
|
@@ -582,9 +582,7 @@ export declare enum PlanningWorkOrderPropertyKeys {
|
|
|
582
582
|
/** Other Product Required */
|
|
583
583
|
OtherProductRequired = "OtherProductRequired",
|
|
584
584
|
/** PendingAmcoOrder */
|
|
585
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
586
|
-
/** PendingAmcoDispatch */
|
|
587
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
585
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
588
586
|
}
|
|
589
587
|
/**
|
|
590
588
|
* Properties for PLANNING WorkOrder records
|
|
@@ -1133,11 +1131,6 @@ export interface PlanningWorkOrderProperties {
|
|
|
1133
1131
|
* @type {BOOLEAN}
|
|
1134
1132
|
*/
|
|
1135
1133
|
PendingAmcoOrder: boolean;
|
|
1136
|
-
/** PendingAmcoDispatch
|
|
1137
|
-
*
|
|
1138
|
-
* @type {BOOLEAN}
|
|
1139
|
-
*/
|
|
1140
|
-
PendingAmcoDispatch: boolean;
|
|
1141
1134
|
}
|
|
1142
1135
|
/**
|
|
1143
1136
|
* Planning
|
|
@@ -572,8 +572,6 @@ var PlanningWorkOrderPropertyKeys;
|
|
|
572
572
|
PlanningWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
573
573
|
/** PendingAmcoOrder */
|
|
574
574
|
PlanningWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
575
|
-
/** PendingAmcoDispatch */
|
|
576
|
-
PlanningWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
577
575
|
})(PlanningWorkOrderPropertyKeys = exports.PlanningWorkOrderPropertyKeys || (exports.PlanningWorkOrderPropertyKeys = {}));
|
|
578
576
|
/**
|
|
579
577
|
* Planning
|
|
@@ -604,9 +604,7 @@ export declare enum PrePullWorkOrderPropertyKeys {
|
|
|
604
604
|
/** Other Product Required */
|
|
605
605
|
OtherProductRequired = "OtherProductRequired",
|
|
606
606
|
/** PendingAmcoOrder */
|
|
607
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
608
|
-
/** PendingAmcoDispatch */
|
|
609
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
607
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
610
608
|
}
|
|
611
609
|
/**
|
|
612
610
|
* Properties for PRE_PULL WorkOrder records
|
|
@@ -1166,11 +1164,6 @@ export interface PrePullWorkOrderProperties {
|
|
|
1166
1164
|
* @type {BOOLEAN}
|
|
1167
1165
|
*/
|
|
1168
1166
|
PendingAmcoOrder: boolean;
|
|
1169
|
-
/** PendingAmcoDispatch
|
|
1170
|
-
*
|
|
1171
|
-
* @type {BOOLEAN}
|
|
1172
|
-
*/
|
|
1173
|
-
PendingAmcoDispatch: boolean;
|
|
1174
1167
|
}
|
|
1175
1168
|
/**
|
|
1176
1169
|
* Pre Pull
|
|
@@ -590,8 +590,6 @@ var PrePullWorkOrderPropertyKeys;
|
|
|
590
590
|
PrePullWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
591
591
|
/** PendingAmcoOrder */
|
|
592
592
|
PrePullWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
593
|
-
/** PendingAmcoDispatch */
|
|
594
|
-
PrePullWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
595
593
|
})(PrePullWorkOrderPropertyKeys = exports.PrePullWorkOrderPropertyKeys || (exports.PrePullWorkOrderPropertyKeys = {}));
|
|
596
594
|
/**
|
|
597
595
|
* Pre Pull
|
|
@@ -590,9 +590,7 @@ export declare enum RemediationWorkOrderPropertyKeys {
|
|
|
590
590
|
/** Other Product Required */
|
|
591
591
|
OtherProductRequired = "OtherProductRequired",
|
|
592
592
|
/** PendingAmcoOrder */
|
|
593
|
-
PendingAmcoOrder = "PendingAmcoOrder"
|
|
594
|
-
/** PendingAmcoDispatch */
|
|
595
|
-
PendingAmcoDispatch = "PendingAmcoDispatch"
|
|
593
|
+
PendingAmcoOrder = "PendingAmcoOrder"
|
|
596
594
|
}
|
|
597
595
|
/**
|
|
598
596
|
* Properties for REMEDIATION WorkOrder records
|
|
@@ -1171,11 +1169,6 @@ export interface RemediationWorkOrderProperties {
|
|
|
1171
1169
|
* @type {BOOLEAN}
|
|
1172
1170
|
*/
|
|
1173
1171
|
PendingAmcoOrder: boolean;
|
|
1174
|
-
/** PendingAmcoDispatch
|
|
1175
|
-
*
|
|
1176
|
-
* @type {BOOLEAN}
|
|
1177
|
-
*/
|
|
1178
|
-
PendingAmcoDispatch: boolean;
|
|
1179
1172
|
}
|
|
1180
1173
|
/**
|
|
1181
1174
|
* Remediation
|
|
@@ -576,8 +576,6 @@ var RemediationWorkOrderPropertyKeys;
|
|
|
576
576
|
RemediationWorkOrderPropertyKeys["OtherProductRequired"] = "OtherProductRequired";
|
|
577
577
|
/** PendingAmcoOrder */
|
|
578
578
|
RemediationWorkOrderPropertyKeys["PendingAmcoOrder"] = "PendingAmcoOrder";
|
|
579
|
-
/** PendingAmcoDispatch */
|
|
580
|
-
RemediationWorkOrderPropertyKeys["PendingAmcoDispatch"] = "PendingAmcoDispatch";
|
|
581
579
|
})(RemediationWorkOrderPropertyKeys = exports.RemediationWorkOrderPropertyKeys || (exports.RemediationWorkOrderPropertyKeys = {}));
|
|
582
580
|
/**
|
|
583
581
|
* Remediation
|