@lcdp/api-react-rest-client 2.13.8-LDS-4704-fix-e2e-tests.16834371718 → 2.13.8-develop.16834381197
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.
|
@@ -23,7 +23,6 @@ export declare const OrderStatus: {
|
|
|
23
23
|
readonly DELIVERY_ONGOING: "DELIVERY_ONGOING";
|
|
24
24
|
readonly WAITING_FOR_VALIDATION: "WAITING_FOR_VALIDATION";
|
|
25
25
|
readonly LITIGATION: "LITIGATION";
|
|
26
|
-
readonly LITIGATION_RESOLVED: "LITIGATION_RESOLVED";
|
|
27
26
|
readonly CANCELED: "CANCELED";
|
|
28
27
|
readonly ARCHIVED: "ARCHIVED";
|
|
29
28
|
readonly INVALIDATED: "INVALIDATED";
|
|
@@ -28,7 +28,6 @@ exports.OrderStatus = {
|
|
|
28
28
|
DELIVERY_ONGOING: 'DELIVERY_ONGOING',
|
|
29
29
|
WAITING_FOR_VALIDATION: 'WAITING_FOR_VALIDATION',
|
|
30
30
|
LITIGATION: 'LITIGATION',
|
|
31
|
-
LITIGATION_RESOLVED: 'LITIGATION_RESOLVED',
|
|
32
31
|
CANCELED: 'CANCELED',
|
|
33
32
|
ARCHIVED: 'ARCHIVED',
|
|
34
33
|
INVALIDATED: 'INVALIDATED',
|