@saritasa/renewaire-frontend-sdk 0.387.0 → 0.388.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.387.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.388.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.387.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.388.0 --save
5
5
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.387.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.386.0)",
3
+ "version": "0.388.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.388.0)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -5057,9 +5057,9 @@ interface ProjectDownloadHistoryDto {
5057
5057
  */
5058
5058
  createdBy: IdNameDto;
5059
5059
  /**
5060
- * URL to download the file.
5060
+ * DTO for RenewAire.Cores.Domain.File.
5061
5061
  */
5062
- link: string;
5062
+ file: FileDto;
5063
5063
  }
5064
5064
 
5065
5065
  /**