@saritasa/renewaire-frontend-sdk 0.155.0 → 0.155.1

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 +5 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.155.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.155.1
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.155.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.155.1 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -2399,7 +2399,7 @@ interface ProjectFacilityDto {
2399
2399
  */
2400
2400
 
2401
2401
  /**
2402
- * DTO that contains information about RenewAire.Cores.Domain.Projects.Project and its main RenewAire.Cores.Domain.Projects.ProjectRevision.
2402
+ * DTO that contains information about RenewAire.Cores.Domain.Projects.Project and a revision.
2403
2403
  */
2404
2404
  interface ProjectDto {
2405
2405
  /**
@@ -2506,6 +2506,10 @@ interface ProjectDto {
2506
2506
  * DTO for RenewAire.Cores.Domain.Projects.ProjectFacility.
2507
2507
  */
2508
2508
  facility: ProjectFacilityDto;
2509
+ /**
2510
+ * Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.
2511
+ */
2512
+ projectCreatedBy: IdNameDto;
2509
2513
  }
2510
2514
 
2511
2515
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.155.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.154.0+5da5bec41e59f225128adbae0638b9f210b25063)",
3
+ "version": "0.155.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.155.1+77232698b0ecc02ac66c52b6fb25c9000190ebdc)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",