@likewatt/models-front 1.45.0 → 1.46.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.
|
@@ -350,6 +350,7 @@ export declare const SiteConstants: {
|
|
|
350
350
|
readonly ProdData: "https://firebasestorage.googleapis.com/v0/b/dev-likewatt-1ec3f.appspot.com/o/Producers%2FUtils%2FConsoData.csv?alt=media&token=92cd464e-f836-4db7-85db-4c23076ed7a4";
|
|
351
351
|
readonly FULLSELLOUT_DATA: "https://firebasestorage.googleapis.com/v0/b/likewatt-4bb4b.appspot.com/o/utils%2FFullSellOut.csv?alt=media&token=b2c3de17-58a0-4137-b568-77987c7cceac";
|
|
352
352
|
readonly profiles: {
|
|
353
|
+
readonly NONE: "NONE";
|
|
353
354
|
readonly RES_BASE: "RES_BASE";
|
|
354
355
|
readonly RES_BASE_INF_6: "RES_BASE_INF_6";
|
|
355
356
|
readonly RES_BASE_SUP_6: "RES_BASE_SUP_6";
|
|
@@ -21,6 +21,7 @@ exports.SiteConstants = {
|
|
|
21
21
|
ProdData: 'https://firebasestorage.googleapis.com/v0/b/dev-likewatt-1ec3f.appspot.com/o/Producers%2FUtils%2FConsoData.csv?alt=media&token=92cd464e-f836-4db7-85db-4c23076ed7a4',
|
|
22
22
|
FULLSELLOUT_DATA: 'https://firebasestorage.googleapis.com/v0/b/likewatt-4bb4b.appspot.com/o/utils%2FFullSellOut.csv?alt=media&token=b2c3de17-58a0-4137-b568-77987c7cceac',
|
|
23
23
|
profiles: {
|
|
24
|
+
NONE: 'NONE',
|
|
24
25
|
RES_BASE: 'RES_BASE',
|
|
25
26
|
RES_BASE_INF_6: 'RES_BASE_INF_6',
|
|
26
27
|
RES_BASE_SUP_6: 'RES_BASE_SUP_6',
|