@saritasa/renewaire-frontend-sdk 0.137.0 → 0.137.2

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 +16 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.137.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.137.2
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.137.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.137.2 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -2174,6 +2174,22 @@ interface ProjectBidStatusDto {
2174
2174
  * Project revision attachments.
2175
2175
  */
2176
2176
  attachments: Array<ProjectBidStatusAttachmentDto>;
2177
+ /**
2178
+ * Bid status creation date/time.
2179
+ */
2180
+ createdAt: string;
2181
+ /**
2182
+ * 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.
2183
+ */
2184
+ createdByUser: IdNameDto;
2185
+ /**
2186
+ * Bid status updated at date/time.
2187
+ */
2188
+ updatedAt: string | null;
2189
+ /**
2190
+ * 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.
2191
+ */
2192
+ updatedByUser: IdNameDto | null;
2177
2193
  /**
2178
2194
  * If RenewAire.Cores.UseCases.Projects.Dtos.BidStatus.ProjectBidStatusDto.Status is RenewAire.Cores.Domain.Projects.ProjectBidStatusType.Lost, states the reason why the revision was lost.
2179
2195
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.137.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.137.0+8111980a29f60f7d84a833f2de2952c38ec01613)",
3
+ "version": "0.137.2",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.137.2+4d1b2423244cffa8350e147a8abfc4db41c050e2)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",