@lcdp/api-react-rest-client 3.1.11-develop.24569946879 → 3.1.11-develop.25320062896

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "3.1.11-develop.24569946879",
3
+ "version": "3.1.11-develop.25320062896",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -34,6 +34,7 @@ export interface RestrictedProductType {
34
34
  */
35
35
  export declare const RestrictedProductTypeActionsEnum: {
36
36
  readonly BUY: "BUY";
37
+ readonly SELL: "SELL";
37
38
  };
38
39
  export declare type RestrictedProductTypeActionsEnum = typeof RestrictedProductTypeActionsEnum[keyof typeof RestrictedProductTypeActionsEnum];
39
40
  /**
@@ -19,7 +19,8 @@ var ProductType_1 = require("./ProductType");
19
19
  * @export
20
20
  */
21
21
  exports.RestrictedProductTypeActionsEnum = {
22
- BUY: 'BUY'
22
+ BUY: 'BUY',
23
+ SELL: 'SELL'
23
24
  };
24
25
  /**
25
26
  * Check if a given object implements the RestrictedProductType interface.