@saritasa/renewaire-frontend-sdk 0.302.3 → 0.304.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/package.json +2 -2
- package/types/saritasa-renewaire-frontend-sdk.d.ts +10 -10
package/README.md
CHANGED
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.304.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.304.0+252f50e1359324f618566704b78920fa78c9bfd3)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -6701,13 +6701,17 @@ interface SaveQualifiedSpecificationDto {
|
|
|
6701
6701
|
*/
|
|
6702
6702
|
essProjectName: string;
|
|
6703
6703
|
/**
|
|
6704
|
-
*
|
|
6704
|
+
* ESS project bid date.
|
|
6705
6705
|
*/
|
|
6706
|
-
|
|
6706
|
+
essProjectBidDate: string;
|
|
6707
6707
|
/**
|
|
6708
|
-
*
|
|
6708
|
+
* ESS project bid date has explanation.
|
|
6709
6709
|
*/
|
|
6710
|
-
|
|
6710
|
+
essProjectBidDateHasExplanation: string;
|
|
6711
|
+
/**
|
|
6712
|
+
* Set address DTO.
|
|
6713
|
+
*/
|
|
6714
|
+
essProjectAddress: SetAddressDto;
|
|
6711
6715
|
/**
|
|
6712
6716
|
* Project qualified specification.
|
|
6713
6717
|
*/
|
|
@@ -6717,13 +6721,9 @@ interface SaveQualifiedSpecificationDto {
|
|
|
6717
6721
|
*/
|
|
6718
6722
|
removeAttachments: Array<number>;
|
|
6719
6723
|
/**
|
|
6720
|
-
*
|
|
6721
|
-
*/
|
|
6722
|
-
essProjectBidDate?: string | null;
|
|
6723
|
-
/**
|
|
6724
|
-
* ESS project bid date has explanation.
|
|
6724
|
+
* Notes.
|
|
6725
6725
|
*/
|
|
6726
|
-
|
|
6726
|
+
notes?: string | null;
|
|
6727
6727
|
}
|
|
6728
6728
|
|
|
6729
6729
|
/**
|