@emilgroup/public-api-sdk-node 1.35.1-beta.19 → 1.35.1-beta.20

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/public-api-sdk-node@1.35.1-beta.19 --save
20
+ npm install @emilgroup/public-api-sdk-node@1.35.1-beta.20 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/public-api-sdk-node@1.35.1-beta.19
24
+ yarn add @emilgroup/public-api-sdk-node@1.35.1-beta.20
25
25
  ```
26
26
 
27
27
  And then you can import `PublicApi`.
@@ -81,6 +81,12 @@ export interface ProductFieldClass {
81
81
  * @memberof ProductFieldClass
82
82
  */
83
83
  'isEditableCustomerPortal': boolean;
84
+ /**
85
+ * Whether this field can be overridden by product config.
86
+ * @type {boolean}
87
+ * @memberof ProductFieldClass
88
+ */
89
+ 'isProductConfigOverridable': boolean;
84
90
  /**
85
91
  * Is this a system field? - System fields can neither be deleted nor modified
86
92
  * @type {boolean}
@@ -86,6 +86,12 @@ export interface ProductFieldClass {
86
86
  * @memberof ProductFieldClass
87
87
  */
88
88
  'isEditableCustomerPortal': boolean;
89
+ /**
90
+ * Whether this field can be overridden by product config.
91
+ * @type {boolean}
92
+ * @memberof ProductFieldClass
93
+ */
94
+ 'isProductConfigOverridable': boolean;
89
95
  /**
90
96
  * Is this a system field? - System fields can neither be deleted nor modified
91
97
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/public-api-sdk-node",
3
- "version": "1.35.1-beta.19",
3
+ "version": "1.35.1-beta.20",
4
4
  "description": "OpenAPI client for @emilgroup/public-api-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [