@saritasa/renewaire-frontend-sdk 0.356.0 → 0.358.0

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
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.356.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.358.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.356.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.358.0 --save
5
5
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.356.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.356.0)",
3
+ "version": "0.358.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.357.0)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,6 +28,7 @@
28
28
  }
29
29
  },
30
30
  "sideEffects": false,
31
+ "type": "module",
31
32
  "dependencies": {
32
33
  "tslib": "^2.3.0"
33
34
  }
@@ -5004,6 +5004,10 @@ interface ProjectLineDto {
5004
5004
  * Is auto added line.
5005
5005
  */
5006
5006
  isAutoAddedLine: boolean;
5007
+ /**
5008
+ * Line is customizable.
5009
+ */
5010
+ isCustomizable: boolean;
5007
5011
  /**
5008
5012
  * Lines library version.
5009
5013
  */