@saritasa/renewaire-frontend-sdk 0.426.0 → 0.428.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
CHANGED
|
@@ -18181,7 +18181,7 @@ var ProjectStatus;
|
|
|
18181
18181
|
* Do not edit the class manually.
|
|
18182
18182
|
*/
|
|
18183
18183
|
/**
|
|
18184
|
-
* QS status.<br />QualifiedSpecificationStatus<br />0 = Approved<br />1 = ApprovedNoDiscount<br />2 = MoreInfoNeeded<br />3 = Rejected<br />4 = Cancelled
|
|
18184
|
+
* QS status.<br />QualifiedSpecificationStatus<br />0 = Approved<br />1 = ApprovedNoDiscount<br />2 = MoreInfoNeeded<br />3 = Rejected<br />4 = Cancelled<br />5 = ApprovedNoBonus
|
|
18185
18185
|
*/
|
|
18186
18186
|
var QualifiedSpecificationStatus;
|
|
18187
18187
|
(function (QualifiedSpecificationStatus) {
|
|
@@ -18190,6 +18190,7 @@ var QualifiedSpecificationStatus;
|
|
|
18190
18190
|
QualifiedSpecificationStatus["MoreInfoNeeded"] = "MoreInfoNeeded";
|
|
18191
18191
|
QualifiedSpecificationStatus["Rejected"] = "Rejected";
|
|
18192
18192
|
QualifiedSpecificationStatus["Cancelled"] = "Cancelled";
|
|
18193
|
+
QualifiedSpecificationStatus["ApprovedNoBonus"] = "ApprovedNoBonus";
|
|
18193
18194
|
})(QualifiedSpecificationStatus || (QualifiedSpecificationStatus = {}));
|
|
18194
18195
|
|
|
18195
18196
|
/**
|