@powercalc/power-router 1.1.34 → 1.1.35

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.
@@ -2,9 +2,10 @@
2
2
  "price": {
3
3
  "name": "Price",
4
4
  "psrType": "X99",
5
- "co2Footprint": null,
5
+ "co2Footprint": 0,
6
6
  "color": "pink",
7
7
  "yAxis": "price",
8
+ "type": "price",
8
9
  "abbr": "PR"
9
10
  },
10
11
  "naturalGasPrice": {
@@ -13,6 +14,7 @@
13
14
  "co2Footprint": 0,
14
15
  "color": "purple",
15
16
  "yAxis": "price",
17
+ "type": "price",
16
18
  "stack": "naturalGasPrice",
17
19
  "abbr": "NP"
18
20
  },
@@ -22,6 +24,7 @@
22
24
  "co2Footprint": 0,
23
25
  "color": "blue",
24
26
  "yAxis": "price",
27
+ "type": "price",
25
28
  "stack": "naturalGasPrice",
26
29
  "abbr": "DP"
27
30
  },
@@ -31,6 +34,7 @@
31
34
  "co2Footprint": 0,
32
35
  "color": "red",
33
36
  "yAxis": "price",
37
+ "type": "price",
34
38
  "stack": "naturalGasPrice",
35
39
  "abbr": "GP"
36
40
  },
@@ -295,7 +299,7 @@
295
299
  "co2Footprint": 0,
296
300
  "color": "blue",
297
301
  "abbr": "PC",
298
- "type": "dispatchablegreen"
302
+ "type": "charge"
299
303
  },
300
304
  "hydroPumpedStorageDischarge": {
301
305
  "name": "Hydro Pumped Storage Discharge",
@@ -303,7 +307,7 @@
303
307
  "co2Footprint": 0,
304
308
  "color": "blue",
305
309
  "abbr": "PD",
306
- "type": "dispatchablegreen"
310
+ "type": "discharge"
307
311
  },
308
312
 
309
313
  "battery": {
@@ -321,7 +325,7 @@
321
325
  "co2Footprint": 0,
322
326
  "color": "#ff008c",
323
327
  "abbr": "BG",
324
- "type": "dispatchablegreen"
328
+ "type": "charge"
325
329
  },
326
330
 
327
331
  "batteryDischarge": {
@@ -330,7 +334,7 @@
330
334
  "co2Footprint": 0,
331
335
  "color": "#ff008c",
332
336
  "abbr": "BD",
333
- "type": "dispatchablegreen"
337
+ "type": "discharge"
334
338
  },
335
339
 
336
340
 
@@ -349,7 +353,7 @@
349
353
  "co2Footprint": null,
350
354
  "color": "#F86612_stripes",
351
355
  "abbr": "HG",
352
- "type": "dispatchablegreen"
356
+ "type": "charge"
353
357
  },
354
358
 
355
359
 
@@ -359,7 +363,7 @@
359
363
  "co2Footprint": null,
360
364
  "color": "#F86612_stripes",
361
365
  "abbr": "HD",
362
- "type": "dispatchablegreen"
366
+ "type": "discharge"
363
367
  },
364
368
 
365
369
 
@@ -472,6 +476,7 @@
472
476
  },
473
477
  "curtailment": {
474
478
  "name": "Curtailment",
479
+ "type": "curtailment",
475
480
  "psrType": "X42",
476
481
  "co2Footprint": 0,
477
482
  "color": "#cfcfcf",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powercalc/power-router",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "a",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2,9 +2,10 @@
2
2
  "price": {
3
3
  "name": "Price",
4
4
  "psrType": "X99",
5
- "co2Footprint": null,
5
+ "co2Footprint": 0,
6
6
  "color": "pink",
7
7
  "yAxis": "price",
8
+ "type": "price",
8
9
  "abbr": "PR"
9
10
  },
10
11
  "naturalGasPrice": {
@@ -13,6 +14,7 @@
13
14
  "co2Footprint": 0,
14
15
  "color": "purple",
15
16
  "yAxis": "price",
17
+ "type": "price",
16
18
  "stack": "naturalGasPrice",
17
19
  "abbr": "NP"
18
20
  },
@@ -22,6 +24,7 @@
22
24
  "co2Footprint": 0,
23
25
  "color": "blue",
24
26
  "yAxis": "price",
27
+ "type": "price",
25
28
  "stack": "naturalGasPrice",
26
29
  "abbr": "DP"
27
30
  },
@@ -31,6 +34,7 @@
31
34
  "co2Footprint": 0,
32
35
  "color": "red",
33
36
  "yAxis": "price",
37
+ "type": "price",
34
38
  "stack": "naturalGasPrice",
35
39
  "abbr": "GP"
36
40
  },
@@ -295,7 +299,7 @@
295
299
  "co2Footprint": 0,
296
300
  "color": "blue",
297
301
  "abbr": "PC",
298
- "type": "dispatchablegreen"
302
+ "type": "charge"
299
303
  },
300
304
  "hydroPumpedStorageDischarge": {
301
305
  "name": "Hydro Pumped Storage Discharge",
@@ -303,7 +307,7 @@
303
307
  "co2Footprint": 0,
304
308
  "color": "blue",
305
309
  "abbr": "PD",
306
- "type": "dispatchablegreen"
310
+ "type": "discharge"
307
311
  },
308
312
 
309
313
  "battery": {
@@ -321,7 +325,7 @@
321
325
  "co2Footprint": 0,
322
326
  "color": "#ff008c",
323
327
  "abbr": "BG",
324
- "type": "dispatchablegreen"
328
+ "type": "charge"
325
329
  },
326
330
 
327
331
  "batteryDischarge": {
@@ -330,7 +334,7 @@
330
334
  "co2Footprint": 0,
331
335
  "color": "#ff008c",
332
336
  "abbr": "BD",
333
- "type": "dispatchablegreen"
337
+ "type": "discharge"
334
338
  },
335
339
 
336
340
 
@@ -349,7 +353,7 @@
349
353
  "co2Footprint": null,
350
354
  "color": "#F86612_stripes",
351
355
  "abbr": "HG",
352
- "type": "dispatchablegreen"
356
+ "type": "charge"
353
357
  },
354
358
 
355
359
 
@@ -359,7 +363,7 @@
359
363
  "co2Footprint": null,
360
364
  "color": "#F86612_stripes",
361
365
  "abbr": "HD",
362
- "type": "dispatchablegreen"
366
+ "type": "discharge"
363
367
  },
364
368
 
365
369
 
@@ -472,6 +476,7 @@
472
476
  },
473
477
  "curtailment": {
474
478
  "name": "Curtailment",
479
+ "type": "curtailment",
475
480
  "psrType": "X42",
476
481
  "co2Footprint": 0,
477
482
  "color": "#cfcfcf",