@lcdp/api-react-rest-client 2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19576316368 → 2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19576614230
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.
|
@@ -40,7 +40,6 @@ export interface OrderWarning {
|
|
|
40
40
|
export declare const OrderWarningCauseEnum: {
|
|
41
41
|
readonly MINIMUM_PRICE: "MINIMUM_PRICE";
|
|
42
42
|
readonly FORBIDDEN_SELLER: "FORBIDDEN_SELLER";
|
|
43
|
-
readonly RESTRICTED_FEATURE: "RESTRICTED_FEATURE";
|
|
44
43
|
};
|
|
45
44
|
export declare type OrderWarningCauseEnum = typeof OrderWarningCauseEnum[keyof typeof OrderWarningCauseEnum];
|
|
46
45
|
/**
|
|
@@ -19,8 +19,7 @@ exports.OrderWarningToJSON = exports.OrderWarningFromJSONTyped = exports.OrderWa
|
|
|
19
19
|
*/
|
|
20
20
|
exports.OrderWarningCauseEnum = {
|
|
21
21
|
MINIMUM_PRICE: 'MINIMUM_PRICE',
|
|
22
|
-
FORBIDDEN_SELLER: 'FORBIDDEN_SELLER'
|
|
23
|
-
RESTRICTED_FEATURE: 'RESTRICTED_FEATURE'
|
|
22
|
+
FORBIDDEN_SELLER: 'FORBIDDEN_SELLER'
|
|
24
23
|
};
|
|
25
24
|
/**
|
|
26
25
|
* Check if a given object implements the OrderWarning interface.
|