@lcdp/api-react-rest-client 3.1.9-develop.24199517030 → 3.1.9-develop.24387613999

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 ForeorderWarning {
40
40
  export declare const ForeorderWarningCauseEnum: {
41
41
  readonly MINIMUM_PRICE: "MINIMUM_PRICE";
42
42
  readonly FORBIDDEN_SELLER: "FORBIDDEN_SELLER";
43
- readonly EMPTY_CART: "EMPTY_CART";
44
43
  };
45
44
  export declare type ForeorderWarningCauseEnum = typeof ForeorderWarningCauseEnum[keyof typeof ForeorderWarningCauseEnum];
46
45
  /**
@@ -19,8 +19,7 @@ exports.ForeorderWarningToJSON = exports.ForeorderWarningFromJSONTyped = exports
19
19
  */
20
20
  exports.ForeorderWarningCauseEnum = {
21
21
  MINIMUM_PRICE: 'MINIMUM_PRICE',
22
- FORBIDDEN_SELLER: 'FORBIDDEN_SELLER',
23
- EMPTY_CART: 'EMPTY_CART'
22
+ FORBIDDEN_SELLER: 'FORBIDDEN_SELLER'
24
23
  };
25
24
  /**
26
25
  * Check if a given object implements the ForeorderWarning interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "3.1.9-develop.24199517030",
3
+ "version": "3.1.9-develop.24387613999",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },