@epilot/sdk 2.7.4 → 2.7.5
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.
- package/definitions/pricing.json +43 -2
- package/package.json +1 -1
package/definitions/pricing.json
CHANGED
|
@@ -2307,11 +2307,50 @@
|
|
|
2307
2307
|
"value": [
|
|
2308
2308
|
{
|
|
2309
2309
|
"name": "Provider 1",
|
|
2310
|
-
"code": "code#1"
|
|
2310
|
+
"code": "code#1",
|
|
2311
|
+
"type": "power",
|
|
2312
|
+
"additionalData": {
|
|
2313
|
+
"gridOperators": [
|
|
2314
|
+
{
|
|
2315
|
+
"name": "Grid Operator 1",
|
|
2316
|
+
"codeNumber": "9900000000000"
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"defaultSuppliers": [
|
|
2320
|
+
{
|
|
2321
|
+
"name": "Default Supplier 1",
|
|
2322
|
+
"codeNumber": "9900000000001"
|
|
2323
|
+
}
|
|
2324
|
+
],
|
|
2325
|
+
"marketAreaDetails": {
|
|
2326
|
+
"controlZone": "10YDE-VE-------2",
|
|
2327
|
+
"balancingZone": "10YDE-VE-------2"
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2311
2330
|
},
|
|
2312
2331
|
{
|
|
2313
2332
|
"name": "Provider 2",
|
|
2314
|
-
"code": "code#2"
|
|
2333
|
+
"code": "code#2",
|
|
2334
|
+
"type": "gas",
|
|
2335
|
+
"additionalData": {
|
|
2336
|
+
"gridOperators": [
|
|
2337
|
+
{
|
|
2338
|
+
"name": "Grid Operator 2",
|
|
2339
|
+
"codeNumber": "9870000000000"
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"defaultSuppliers": [
|
|
2343
|
+
{
|
|
2344
|
+
"name": "Default Supplier 2",
|
|
2345
|
+
"codeNumber": "9870000000001"
|
|
2346
|
+
}
|
|
2347
|
+
],
|
|
2348
|
+
"marketAreaDetails": {
|
|
2349
|
+
"gasType": "H-Gas",
|
|
2350
|
+
"marketArea": "NCG",
|
|
2351
|
+
"virtualTradingPoint": "VHP"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2315
2354
|
}
|
|
2316
2355
|
]
|
|
2317
2356
|
}
|
|
@@ -6429,6 +6468,7 @@
|
|
|
6429
6468
|
"GasMarketAreaDetails": {
|
|
6430
6469
|
"description": "Market area details for gas",
|
|
6431
6470
|
"type": "object",
|
|
6471
|
+
"additionalProperties": false,
|
|
6432
6472
|
"properties": {
|
|
6433
6473
|
"gasType": {
|
|
6434
6474
|
"description": "The type of gas used",
|
|
@@ -6451,6 +6491,7 @@
|
|
|
6451
6491
|
"PowerMarketAreaDetails": {
|
|
6452
6492
|
"description": "Market area details for power",
|
|
6453
6493
|
"type": "object",
|
|
6494
|
+
"additionalProperties": false,
|
|
6454
6495
|
"properties": {
|
|
6455
6496
|
"controlZone": {
|
|
6456
6497
|
"description": "The EIC of the control zone",
|