@saritasa/renewaire-frontend-sdk 0.259.0 → 0.260.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 +2 -2
- package/index.d.ts +16 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -3836,6 +3836,22 @@ interface ProjectDiscountDto {
|
|
|
3836
3836
|
* Project discount attachments.
|
|
3837
3837
|
*/
|
|
3838
3838
|
attachments: Array<ProjectDiscountAttachmentDto>;
|
|
3839
|
+
/**
|
|
3840
|
+
* Creation data/time.
|
|
3841
|
+
*/
|
|
3842
|
+
createdAt: string;
|
|
3843
|
+
/**
|
|
3844
|
+
* 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.
|
|
3845
|
+
*/
|
|
3846
|
+
createdByUser: IdNameDto;
|
|
3847
|
+
/**
|
|
3848
|
+
* Reviewed date.
|
|
3849
|
+
*/
|
|
3850
|
+
reviewedAt?: string | null;
|
|
3851
|
+
/**
|
|
3852
|
+
* 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.
|
|
3853
|
+
*/
|
|
3854
|
+
reviewedByUser?: IdNameDto | null;
|
|
3839
3855
|
}
|
|
3840
3856
|
|
|
3841
3857
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.260.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.260.0+59c27696260a6121f9ded24b6119dc87441ce951)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|