@saritasa/renewaire-frontend-sdk 0.204.0 → 0.206.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +4 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.204.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.206.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.204.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.206.0 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -2882,6 +2882,10 @@ interface ProjectShippingDto {
2882
2882
  * Shipping notes.
2883
2883
  */
2884
2884
  notes: string;
2885
+ /**
2886
+ * Update date.
2887
+ */
2888
+ updatedAt: string;
2885
2889
  }
2886
2890
 
2887
2891
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.204.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.204.0+dfaa12d832a23faf9a7fc472343b8640050de31f)",
3
+ "version": "0.206.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.205.0+df5e61819f35a63ea151453846404e5f8ff1bea8)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",