@saritasa/renewaire-frontend-sdk 0.420.0 → 0.421.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
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.421.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.420.0)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -6150,6 +6150,10 @@ interface ProjectDto {
|
|
|
6150
6150
|
* Shipping contact receiving hours.
|
|
6151
6151
|
*/
|
|
6152
6152
|
shippingContactReceivingHours: string;
|
|
6153
|
+
/**
|
|
6154
|
+
* Whether pallet priced units can be used in the project.
|
|
6155
|
+
*/
|
|
6156
|
+
canUsePalletPricedUnits: boolean;
|
|
6153
6157
|
/**
|
|
6154
6158
|
* Construction order type.<br />ConstructionOrderType<br />0 = NewConstruction<br />1 = RetrofitRemodel<br />2 = Stock<br />3 = ReplacementParts
|
|
6155
6159
|
*/
|