@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.
- package/README.md +2 -2
- package/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -4040,9 +4040,9 @@ interface ProjectQualifiedSpecificationDto {
|
|
|
4040
4040
|
*/
|
|
4041
4041
|
attachments: Array<ProjectQualifiedSpecificationAttachmentDto>;
|
|
4042
4042
|
/**
|
|
4043
|
-
*
|
|
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.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
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",
|