@saritasa/renewaire-frontend-sdk 0.137.2 → 0.138.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
|
@@ -9571,7 +9571,7 @@ var ProjectSharingAccessLevel;
|
|
|
9571
9571
|
* Do not edit the class manually.
|
|
9572
9572
|
*/
|
|
9573
9573
|
/**
|
|
9574
|
-
* Project status.<br />ProjectStatus<br />0 = Started<br />1 = QSSubmitted<br />2 = QuoteRequested<br />3 = CustomPricingRequested<br />4 = QuoteSubmitted<br />5 = AwaitingCustomerApproval<br />6 = SubmittedToRenewAire<br />7 = AwaitingApproval<br />8 = Open<br />9 = OrderChangeRequested<br />10 = OrderCancellationRequested<br />11 = OrderChangeSubmitted<br />12 = OrderCancellationSubmitted<br />13 = OnHold<br />14 = Cancelled<br />15 = Closed<br />16 =
|
|
9574
|
+
* Project status.<br />ProjectStatus<br />0 = Started<br />1 = QSSubmitted<br />2 = QuoteRequested<br />3 = CustomPricingRequested<br />4 = QuoteSubmitted<br />5 = AwaitingCustomerApproval<br />6 = SubmittedToRenewAire<br />7 = AwaitingApproval<br />8 = Open<br />9 = OrderChangeRequested<br />10 = OrderCancellationRequested<br />11 = OrderChangeSubmitted<br />12 = OrderCancellationSubmitted<br />13 = OnHold<br />14 = Cancelled<br />15 = Closed<br />16 = Ordered<br />17 = Archived
|
|
9575
9575
|
*/
|
|
9576
9576
|
var ProjectStatus;
|
|
9577
9577
|
(function (ProjectStatus) {
|
|
@@ -9591,7 +9591,7 @@ var ProjectStatus;
|
|
|
9591
9591
|
ProjectStatus["OnHold"] = "OnHold";
|
|
9592
9592
|
ProjectStatus["Cancelled"] = "Cancelled";
|
|
9593
9593
|
ProjectStatus["Closed"] = "Closed";
|
|
9594
|
-
ProjectStatus["
|
|
9594
|
+
ProjectStatus["Ordered"] = "Ordered";
|
|
9595
9595
|
ProjectStatus["Archived"] = "Archived";
|
|
9596
9596
|
})(ProjectStatus || (ProjectStatus = {}));
|
|
9597
9597
|
|