@likewatt/models-front 1.51.0 → 1.53.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.
|
@@ -91,7 +91,10 @@ export declare const SiteConstants: {
|
|
|
91
91
|
priceBuilder: number;
|
|
92
92
|
offgrid: number;
|
|
93
93
|
isOffgrid: boolean;
|
|
94
|
-
priceBuilderSlots:
|
|
94
|
+
priceBuilderSlots: {
|
|
95
|
+
ppaPrice: number;
|
|
96
|
+
addTVA: boolean;
|
|
97
|
+
}[];
|
|
95
98
|
demandMultiplier: number;
|
|
96
99
|
includeTVA: number;
|
|
97
100
|
includeTURPE: number;
|
|
@@ -722,7 +722,12 @@ exports.SiteConstants = {
|
|
|
722
722
|
priceBuilder: 0,
|
|
723
723
|
offgrid: 1,
|
|
724
724
|
isOffgrid: true,
|
|
725
|
-
priceBuilderSlots: [
|
|
725
|
+
priceBuilderSlots: [
|
|
726
|
+
{
|
|
727
|
+
ppaPrice: 0,
|
|
728
|
+
addTVA: false,
|
|
729
|
+
},
|
|
730
|
+
],
|
|
726
731
|
demandMultiplier: 1,
|
|
727
732
|
includeTVA: 0,
|
|
728
733
|
includeTURPE: 0,
|