@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/index.d.ts
CHANGED
|
@@ -1796,7 +1796,7 @@ declare enum QualifiedSpecificationStatus {
|
|
|
1796
1796
|
* Do not edit the class manually.
|
|
1797
1797
|
*/
|
|
1798
1798
|
/**
|
|
1799
|
-
* 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 =
|
|
1799
|
+
* 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
|
|
1800
1800
|
*/
|
|
1801
1801
|
declare enum ProjectStatus {
|
|
1802
1802
|
Started = "Started",
|
|
@@ -1815,7 +1815,7 @@ declare enum ProjectStatus {
|
|
|
1815
1815
|
OnHold = "OnHold",
|
|
1816
1816
|
Cancelled = "Cancelled",
|
|
1817
1817
|
Closed = "Closed",
|
|
1818
|
-
|
|
1818
|
+
Ordered = "Ordered",
|
|
1819
1819
|
Archived = "Archived"
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
@@ -1842,7 +1842,7 @@ interface LinkedProjectDto {
|
|
|
1842
1842
|
*/
|
|
1843
1843
|
projectNumber: string;
|
|
1844
1844
|
/**
|
|
1845
|
-
* 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 =
|
|
1845
|
+
* 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
|
|
1846
1846
|
*/
|
|
1847
1847
|
status: ProjectStatus;
|
|
1848
1848
|
/**
|
|
@@ -2470,7 +2470,7 @@ interface ProjectDto {
|
|
|
2470
2470
|
*/
|
|
2471
2471
|
revisionNotes: string;
|
|
2472
2472
|
/**
|
|
2473
|
-
* 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 =
|
|
2473
|
+
* 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
|
|
2474
2474
|
*/
|
|
2475
2475
|
status: ProjectStatus;
|
|
2476
2476
|
/**
|
|
@@ -4157,7 +4157,7 @@ interface SearchProjectDto {
|
|
|
4157
4157
|
*/
|
|
4158
4158
|
name?: string | null;
|
|
4159
4159
|
/**
|
|
4160
|
-
* 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 =
|
|
4160
|
+
* 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
|
|
4161
4161
|
*/
|
|
4162
4162
|
status?: ProjectStatus | null;
|
|
4163
4163
|
/**
|
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.138.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.138.0+3f7fa55b3ef1dd77fcae9bee1f6f27013343b1ec)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|