@likewatt/models-front 1.71.1 → 1.73.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.
@@ -12,6 +12,7 @@ export type LeadLimitRule = {
12
12
  };
13
13
  export type LeadTenantLimits = {
14
14
  subscribedPowers?: LeadLimitRule;
15
+ blockedDepartements?: number[];
15
16
  };
16
17
  export type LeadTenant = {
17
18
  _id: string;
@@ -134,6 +134,7 @@ export declare const SiteConstants: {
134
134
  pvSubDuration: number;
135
135
  pvPurchasePrice: number[];
136
136
  useCase: string;
137
+ baselineUseCase: string;
137
138
  orientation: number[];
138
139
  panelYield: number;
139
140
  pvLifespan: number;
@@ -179,6 +180,7 @@ export declare const SiteConstants: {
179
180
  pv2LeasingTot: boolean;
180
181
  pv2LeasingRate: number;
181
182
  useCase2: string;
183
+ baselineUseCase2: string;
182
184
  aoBonus2: number;
183
185
  orientation2: number[];
184
186
  panelYield2: number;
@@ -769,6 +769,7 @@ exports.SiteConstants = {
769
769
  pvSubDuration: 1,
770
770
  pvPurchasePrice: [0, 0, 0, 0, 0],
771
771
  useCase: 'AOVS',
772
+ baselineUseCase: 'AOVS',
772
773
  orientation: [0],
773
774
  panelYield: 0.235,
774
775
  pvLifespan: 25,
@@ -816,6 +817,7 @@ exports.SiteConstants = {
816
817
  pv2LeasingTot: false,
817
818
  pv2LeasingRate: 0,
818
819
  useCase2: 'AOVS',
820
+ baselineUseCase2: 'AOVS',
819
821
  aoBonus2: 1.25,
820
822
  orientation2: [0],
821
823
  panelYield2: 0.22,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.71.1",
3
+ "version": "1.73.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",