@d19n/youfibre-odin-sdk 1.0.301 → 1.0.302
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.
|
@@ -39,12 +39,12 @@ export declare enum WorkOrderStatusUpdateEntityTypes {
|
|
|
39
39
|
* - `Customs Hold`
|
|
40
40
|
* - `Damaged`
|
|
41
41
|
* - `Delivered`
|
|
42
|
+
* - `Delivered by`
|
|
42
43
|
* - `Dispatched`
|
|
43
44
|
* - `Failed Attempt`
|
|
44
45
|
* - `Ignored`
|
|
45
46
|
* - `Inspection Complete`
|
|
46
|
-
* -
|
|
47
|
-
* - ... and 12 more
|
|
47
|
+
* - ... and 14 more
|
|
48
48
|
*/
|
|
49
49
|
export declare enum WorkOrderStatusUpdateStatus {
|
|
50
50
|
ADDRESS_ISSUE = "Address Issue",
|
|
@@ -57,6 +57,7 @@ export declare enum WorkOrderStatusUpdateStatus {
|
|
|
57
57
|
CUSTOMS_HOLD = "Customs Hold",
|
|
58
58
|
DAMAGED = "Damaged",
|
|
59
59
|
DELIVERED = "Delivered",
|
|
60
|
+
DELIVERED_BY = "Delivered by",
|
|
60
61
|
DISPATCHED = "Dispatched",
|
|
61
62
|
FAILED_ATTEMPT = "Failed Attempt",
|
|
62
63
|
IGNORED = "Ignored",
|
|
@@ -73,6 +74,7 @@ export declare enum WorkOrderStatusUpdateStatus {
|
|
|
73
74
|
RECEIVED = "Received",
|
|
74
75
|
RETURNED_TO_SENDER = "Returned To Sender",
|
|
75
76
|
RETURN_TO_SENDER = "Return To Sender",
|
|
77
|
+
THE_PARCEL_HAS_BEEN_BOOKED_WITH_THE_COURIER = "The parcel has been booked with the courier",
|
|
76
78
|
TRACKING_EXPIRED = "Tracking Expired"
|
|
77
79
|
}
|
|
78
80
|
/**
|
|
@@ -42,12 +42,12 @@ var WorkOrderStatusUpdateEntityTypes;
|
|
|
42
42
|
* - `Customs Hold`
|
|
43
43
|
* - `Damaged`
|
|
44
44
|
* - `Delivered`
|
|
45
|
+
* - `Delivered by`
|
|
45
46
|
* - `Dispatched`
|
|
46
47
|
* - `Failed Attempt`
|
|
47
48
|
* - `Ignored`
|
|
48
49
|
* - `Inspection Complete`
|
|
49
|
-
* -
|
|
50
|
-
* - ... and 12 more
|
|
50
|
+
* - ... and 14 more
|
|
51
51
|
*/
|
|
52
52
|
var WorkOrderStatusUpdateStatus;
|
|
53
53
|
(function (WorkOrderStatusUpdateStatus) {
|
|
@@ -61,6 +61,7 @@ var WorkOrderStatusUpdateStatus;
|
|
|
61
61
|
WorkOrderStatusUpdateStatus["CUSTOMS_HOLD"] = "Customs Hold";
|
|
62
62
|
WorkOrderStatusUpdateStatus["DAMAGED"] = "Damaged";
|
|
63
63
|
WorkOrderStatusUpdateStatus["DELIVERED"] = "Delivered";
|
|
64
|
+
WorkOrderStatusUpdateStatus["DELIVERED_BY"] = "Delivered by";
|
|
64
65
|
WorkOrderStatusUpdateStatus["DISPATCHED"] = "Dispatched";
|
|
65
66
|
WorkOrderStatusUpdateStatus["FAILED_ATTEMPT"] = "Failed Attempt";
|
|
66
67
|
WorkOrderStatusUpdateStatus["IGNORED"] = "Ignored";
|
|
@@ -77,6 +78,7 @@ var WorkOrderStatusUpdateStatus;
|
|
|
77
78
|
WorkOrderStatusUpdateStatus["RECEIVED"] = "Received";
|
|
78
79
|
WorkOrderStatusUpdateStatus["RETURNED_TO_SENDER"] = "Returned To Sender";
|
|
79
80
|
WorkOrderStatusUpdateStatus["RETURN_TO_SENDER"] = "Return To Sender";
|
|
81
|
+
WorkOrderStatusUpdateStatus["THE_PARCEL_HAS_BEEN_BOOKED_WITH_THE_COURIER"] = "The parcel has been booked with the courier";
|
|
80
82
|
WorkOrderStatusUpdateStatus["TRACKING_EXPIRED"] = "Tracking Expired";
|
|
81
83
|
})(WorkOrderStatusUpdateStatus = exports.WorkOrderStatusUpdateStatus || (exports.WorkOrderStatusUpdateStatus = {}));
|
|
82
84
|
/**
|