@likewatt/models-front 1.72.0 → 1.73.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.
|
@@ -17,10 +17,10 @@ export interface CollectiveSite {
|
|
|
17
17
|
createdAt: Date;
|
|
18
18
|
updatedAt: Date;
|
|
19
19
|
TMYstatus?: number;
|
|
20
|
-
addressDepartementNum
|
|
20
|
+
addressDepartementNum?: number;
|
|
21
21
|
addressZipCode: string;
|
|
22
22
|
addressCity: string;
|
|
23
|
-
addressDepartement
|
|
23
|
+
addressDepartement?: string;
|
|
24
24
|
user: string;
|
|
25
25
|
country: string;
|
|
26
26
|
timezone: number;
|
|
@@ -28,11 +28,11 @@ export interface Site {
|
|
|
28
28
|
owner?: string;
|
|
29
29
|
name: string;
|
|
30
30
|
isC_AND_I: boolean;
|
|
31
|
-
addressDepartementNum
|
|
31
|
+
addressDepartementNum?: number;
|
|
32
32
|
addressZipCode: string;
|
|
33
33
|
subscribedPowers: EnergyPrice[];
|
|
34
34
|
addressCity: string;
|
|
35
|
-
addressDepartement
|
|
35
|
+
addressDepartement?: string;
|
|
36
36
|
enedisNumber: string;
|
|
37
37
|
strasbourgNumber: string;
|
|
38
38
|
startDate: Date | 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,
|