@d19n/youfibre-odin-sdk 2.0.265 → 2.0.266-beta.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.
|
@@ -209,6 +209,7 @@ export declare enum ChangeReasonInformReason {
|
|
|
209
209
|
* - `ADVERSE_WEATHER_CONDITIONS` - Adverse weather conditions
|
|
210
210
|
* - `AREA_NOT_RFS_SUPPLIER` - Area not RFS
|
|
211
211
|
* - `AREA_NOT_RFS_TENANT` - Area not RFS
|
|
212
|
+
* - `AUTOMATICALLY_PROVISIONED_BY_START_ORDER`
|
|
212
213
|
* - `CANCELLATION_FOR_PERSONAL_REASONS` - Cancellation for personal reasons
|
|
213
214
|
* - `CHANGED_ASSIGNED_CONTRACTOR` - Changed assigned contractor
|
|
214
215
|
* - `CLAIMING_MISSELING` - Claiming misselling
|
|
@@ -219,13 +220,13 @@ export declare enum ChangeReasonInformReason {
|
|
|
219
220
|
* - `ENGINEER_DID_NOT_ATTEND` - Engineer did not attend
|
|
220
221
|
* - `HEALTH_AND_SAFETY_CONCERN_CUSTOMER_PREMISE` - Health and safety concern
|
|
221
222
|
* - `H_S_CONCERN_CUSTOMER_PREMISE` - HS Concern Customer Premise
|
|
222
|
-
* -
|
|
223
|
-
* - ... and 22 more
|
|
223
|
+
* - ... and 23 more
|
|
224
224
|
*/
|
|
225
225
|
export declare enum ChangeReasonCancelReason {
|
|
226
226
|
ADDITIONAL_WORK_REQ_APPROVAL_NEEDED = "ADDITIONAL_WORKS_REQUIRED_APPROVAL_NEEDED",
|
|
227
227
|
ADVERSE_WEATHER_CONDITIONS = "ADVERSE_WEATHER_CONDITIONS",
|
|
228
228
|
AREA_NOT_RFS = "AREA_NOT_RFS_SUPPLIER",
|
|
229
|
+
AUTOMATICALLY_PROVISIONED_BY_START_ORDER = "AUTOMATICALLY_PROVISIONED_BY_START_ORDER",
|
|
229
230
|
CANCELLATION_FOR_PERSONAL_REASONS = "CANCELLATION_FOR_PERSONAL_REASONS",
|
|
230
231
|
CHANGED_ASSIGNED_CONTRACTOR = "CHANGED_ASSIGNED_CONTRACTOR",
|
|
231
232
|
CLAIMING_MISSELLING = "CLAIMING_MISSELING",
|
|
@@ -213,6 +213,7 @@ var ChangeReasonInformReason;
|
|
|
213
213
|
* - `ADVERSE_WEATHER_CONDITIONS` - Adverse weather conditions
|
|
214
214
|
* - `AREA_NOT_RFS_SUPPLIER` - Area not RFS
|
|
215
215
|
* - `AREA_NOT_RFS_TENANT` - Area not RFS
|
|
216
|
+
* - `AUTOMATICALLY_PROVISIONED_BY_START_ORDER`
|
|
216
217
|
* - `CANCELLATION_FOR_PERSONAL_REASONS` - Cancellation for personal reasons
|
|
217
218
|
* - `CHANGED_ASSIGNED_CONTRACTOR` - Changed assigned contractor
|
|
218
219
|
* - `CLAIMING_MISSELING` - Claiming misselling
|
|
@@ -223,14 +224,14 @@ var ChangeReasonInformReason;
|
|
|
223
224
|
* - `ENGINEER_DID_NOT_ATTEND` - Engineer did not attend
|
|
224
225
|
* - `HEALTH_AND_SAFETY_CONCERN_CUSTOMER_PREMISE` - Health and safety concern
|
|
225
226
|
* - `H_S_CONCERN_CUSTOMER_PREMISE` - HS Concern Customer Premise
|
|
226
|
-
* -
|
|
227
|
-
* - ... and 22 more
|
|
227
|
+
* - ... and 23 more
|
|
228
228
|
*/
|
|
229
229
|
var ChangeReasonCancelReason;
|
|
230
230
|
(function (ChangeReasonCancelReason) {
|
|
231
231
|
ChangeReasonCancelReason["ADDITIONAL_WORK_REQ_APPROVAL_NEEDED"] = "ADDITIONAL_WORKS_REQUIRED_APPROVAL_NEEDED";
|
|
232
232
|
ChangeReasonCancelReason["ADVERSE_WEATHER_CONDITIONS"] = "ADVERSE_WEATHER_CONDITIONS";
|
|
233
233
|
ChangeReasonCancelReason["AREA_NOT_RFS"] = "AREA_NOT_RFS_SUPPLIER";
|
|
234
|
+
ChangeReasonCancelReason["AUTOMATICALLY_PROVISIONED_BY_START_ORDER"] = "AUTOMATICALLY_PROVISIONED_BY_START_ORDER";
|
|
234
235
|
ChangeReasonCancelReason["CANCELLATION_FOR_PERSONAL_REASONS"] = "CANCELLATION_FOR_PERSONAL_REASONS";
|
|
235
236
|
ChangeReasonCancelReason["CHANGED_ASSIGNED_CONTRACTOR"] = "CHANGED_ASSIGNED_CONTRACTOR";
|
|
236
237
|
ChangeReasonCancelReason["CLAIMING_MISSELLING"] = "CLAIMING_MISSELING";
|
|
@@ -606,15 +606,15 @@ export declare enum ReplacementAmcoWorkOrderStageNames {
|
|
|
606
606
|
PendingInspection = "Pending Inspection",
|
|
607
607
|
/** Error */
|
|
608
608
|
Error = "Error",
|
|
609
|
-
/** Failed Inspection */
|
|
609
|
+
/** Failed Inspection (fail) */
|
|
610
610
|
FailedInspection = "Failed Inspection",
|
|
611
611
|
/** Non Returned */
|
|
612
612
|
NonReturned = "Non Returned",
|
|
613
|
-
/** Cancelled */
|
|
613
|
+
/** Cancelled (success) */
|
|
614
614
|
Cancelled = "Cancelled",
|
|
615
|
-
/** Overridden */
|
|
615
|
+
/** Overridden (success) */
|
|
616
616
|
Overridden = "Overridden",
|
|
617
|
-
/** Complete */
|
|
617
|
+
/** Complete (success) */
|
|
618
618
|
Complete = "Complete"
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
@@ -578,15 +578,15 @@ var ReplacementAmcoWorkOrderStageNames;
|
|
|
578
578
|
ReplacementAmcoWorkOrderStageNames["PendingInspection"] = "Pending Inspection";
|
|
579
579
|
/** Error */
|
|
580
580
|
ReplacementAmcoWorkOrderStageNames["Error"] = "Error";
|
|
581
|
-
/** Failed Inspection */
|
|
581
|
+
/** Failed Inspection (fail) */
|
|
582
582
|
ReplacementAmcoWorkOrderStageNames["FailedInspection"] = "Failed Inspection";
|
|
583
583
|
/** Non Returned */
|
|
584
584
|
ReplacementAmcoWorkOrderStageNames["NonReturned"] = "Non Returned";
|
|
585
|
-
/** Cancelled */
|
|
585
|
+
/** Cancelled (success) */
|
|
586
586
|
ReplacementAmcoWorkOrderStageNames["Cancelled"] = "Cancelled";
|
|
587
|
-
/** Overridden */
|
|
587
|
+
/** Overridden (success) */
|
|
588
588
|
ReplacementAmcoWorkOrderStageNames["Overridden"] = "Overridden";
|
|
589
|
-
/** Complete */
|
|
589
|
+
/** Complete (success) */
|
|
590
590
|
ReplacementAmcoWorkOrderStageNames["Complete"] = "Complete";
|
|
591
591
|
})(ReplacementAmcoWorkOrderStageNames = exports.ReplacementAmcoWorkOrderStageNames || (exports.ReplacementAmcoWorkOrderStageNames = {}));
|
|
592
592
|
/**
|