@saritasa/renewaire-frontend-sdk 0.408.0 → 0.409.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.409.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.409.0)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -3752,6 +3752,10 @@ interface MaterialLayerDto {
|
|
|
3752
3752
|
* Specifies whether rules should be applied to nested layers.
|
|
3753
3753
|
*/
|
|
3754
3754
|
applyMultiplierToNestedLayers: boolean;
|
|
3755
|
+
/**
|
|
3756
|
+
* Specifies that layers should be excluded from the aggregate list.
|
|
3757
|
+
*/
|
|
3758
|
+
excludeInAggregate: boolean;
|
|
3755
3759
|
/**
|
|
3756
3760
|
* Material quantity rules.
|
|
3757
3761
|
*/
|
|
@@ -5484,6 +5488,10 @@ interface ProjectLineDto {
|
|
|
5484
5488
|
* Identifier for RenewAire.Cores.Domain.Projects.ProjectLine.
|
|
5485
5489
|
*/
|
|
5486
5490
|
id: string;
|
|
5491
|
+
/**
|
|
5492
|
+
* Identifier for RenewAire.Cores.Domain.Projects.ProjectRevision.
|
|
5493
|
+
*/
|
|
5494
|
+
projectRevisionId: number;
|
|
5487
5495
|
/**
|
|
5488
5496
|
* Line type.<br />ProjectLineType<br />0 = Unit<br />1 = Accessory<br />2 = ServicePart<br />3 = QuickShip<br />4 = Pallet
|
|
5489
5497
|
*/
|
|
@@ -8191,6 +8199,10 @@ interface SaveMaterialLayerDto {
|
|
|
8191
8199
|
* Part number.
|
|
8192
8200
|
*/
|
|
8193
8201
|
partNumber: string;
|
|
8202
|
+
/**
|
|
8203
|
+
* Specifies that layers should be excluded from the aggregate list.
|
|
8204
|
+
*/
|
|
8205
|
+
excludeInAggregate: boolean;
|
|
8194
8206
|
/**
|
|
8195
8207
|
* Material quantity rules.
|
|
8196
8208
|
*/
|