@saritasa/renewaire-frontend-sdk 0.294.0 → 0.295.1
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
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.295.1",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.295.1+df7a577644c70ea7fb17c32da189f9ccf967ed29)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -4504,9 +4504,9 @@ interface ProjectQuoteDto {
|
|
|
4504
4504
|
*/
|
|
4505
4505
|
termsAndAgreements: string;
|
|
4506
4506
|
/**
|
|
4507
|
-
*
|
|
4507
|
+
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.
|
|
4508
4508
|
*/
|
|
4509
|
-
calculateEstimatedFreightChargeState:
|
|
4509
|
+
calculateEstimatedFreightChargeState: IdNameDto | null;
|
|
4510
4510
|
/**
|
|
4511
4511
|
* Quote notes.
|
|
4512
4512
|
*/
|
|
@@ -8714,10 +8714,6 @@ interface UpdateProjectQuoteDto {
|
|
|
8714
8714
|
* Terms and Agreements.
|
|
8715
8715
|
*/
|
|
8716
8716
|
termsAndAgreements: string;
|
|
8717
|
-
/**
|
|
8718
|
-
* Calculate estimate freight charge state. Only shows if ERV units are present on the project.
|
|
8719
|
-
*/
|
|
8720
|
-
calculateEstimatedFreightChargeState: string;
|
|
8721
8717
|
/**
|
|
8722
8718
|
* Quote notes.
|
|
8723
8719
|
*/
|
|
@@ -8750,6 +8746,10 @@ interface UpdateProjectQuoteDto {
|
|
|
8750
8746
|
* <br />Required permissions: SystemAdmin | ViewExtraQuoteOptions
|
|
8751
8747
|
*/
|
|
8752
8748
|
customMultiplier?: number | null;
|
|
8749
|
+
/**
|
|
8750
|
+
* Calculate estimate freight charge state ID. Only shows if ERV units are present on the project.
|
|
8751
|
+
*/
|
|
8752
|
+
calculateEstimatedFreightChargeStateId?: number | null;
|
|
8753
8753
|
/**
|
|
8754
8754
|
* Markup. Negative values are allowed.
|
|
8755
8755
|
*/
|