@saritasa/renewaire-frontend-sdk 0.273.0 → 0.274.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +2 -2
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.273.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.274.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.273.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.274.0 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -4040,9 +4040,9 @@ interface ProjectQualifiedSpecificationDto {
4040
4040
  */
4041
4041
  attachments: Array<ProjectQualifiedSpecificationAttachmentDto>;
4042
4042
  /**
4043
- * QS status.<br />QualifiedSpecificationStatus<br />0 = Approved<br />1 = ApprovedNoDiscount<br />2 = MoreInfoNeeded<br />3 = Rejected<br />4 = Cancelled
4043
+ * QualifiedSpecificationStatus<br />0 = Approved<br />1 = ApprovedNoDiscount<br />2 = MoreInfoNeeded<br />3 = Rejected<br />4 = Cancelled
4044
4044
  */
4045
- qsStatus: QualifiedSpecificationStatus;
4045
+ qsStatus: QualifiedSpecificationStatus | null;
4046
4046
  /**
4047
4047
  * <br />Required permissions: SystemAdmin | QsBonus
4048
4048
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.273.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.273.0+fc6fd11fc99187da54830fcef9163ab407fa85db)",
3
+ "version": "0.274.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.274.0+02a41649396012e5a92c0a28097a6aa56d95ed38)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",