@chargetrip/types 1.19.0 → 1.24.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.
- package/CHANGELOG.md +29 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +348 -4
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +348 -4
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +524 -31
- package/graphql.schema.json +2692 -136
- package/package.json +4 -3
- package/src/graphql.ts +573 -64
package/graphql.schema.json
CHANGED
|
@@ -380,6 +380,12 @@
|
|
|
380
380
|
"description": null,
|
|
381
381
|
"isDeprecated": false,
|
|
382
382
|
"deprecationReason": null
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "percentage",
|
|
386
|
+
"description": null,
|
|
387
|
+
"isDeprecated": false,
|
|
388
|
+
"deprecationReason": null
|
|
383
389
|
}
|
|
384
390
|
],
|
|
385
391
|
"possibleTypes": null
|
|
@@ -2631,7 +2637,7 @@
|
|
|
2631
2637
|
"args": [],
|
|
2632
2638
|
"type": {
|
|
2633
2639
|
"kind": "ENUM",
|
|
2634
|
-
"name": "
|
|
2640
|
+
"name": "ConnectorType",
|
|
2635
2641
|
"ofType": null
|
|
2636
2642
|
},
|
|
2637
2643
|
"isDeprecated": false,
|
|
@@ -3790,7 +3796,7 @@
|
|
|
3790
3796
|
"args": [],
|
|
3791
3797
|
"type": {
|
|
3792
3798
|
"kind": "ENUM",
|
|
3793
|
-
"name": "
|
|
3799
|
+
"name": "ConnectorType",
|
|
3794
3800
|
"ofType": null
|
|
3795
3801
|
},
|
|
3796
3802
|
"isDeprecated": false,
|
|
@@ -5819,7 +5825,7 @@
|
|
|
5819
5825
|
"args": [],
|
|
5820
5826
|
"type": {
|
|
5821
5827
|
"kind": "ENUM",
|
|
5822
|
-
"name": "
|
|
5828
|
+
"name": "ConnectorType",
|
|
5823
5829
|
"ofType": null
|
|
5824
5830
|
},
|
|
5825
5831
|
"isDeprecated": false,
|
|
@@ -6043,7 +6049,7 @@
|
|
|
6043
6049
|
"args": [],
|
|
6044
6050
|
"type": {
|
|
6045
6051
|
"kind": "ENUM",
|
|
6046
|
-
"name": "
|
|
6052
|
+
"name": "ConnectorType",
|
|
6047
6053
|
"ofType": null
|
|
6048
6054
|
},
|
|
6049
6055
|
"isDeprecated": false,
|
|
@@ -6188,6 +6194,18 @@
|
|
|
6188
6194
|
},
|
|
6189
6195
|
"isDeprecated": false,
|
|
6190
6196
|
"deprecationReason": null
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"name": "pricing",
|
|
6200
|
+
"description": "Charging prices, only available when using the EcoMovement database",
|
|
6201
|
+
"args": [],
|
|
6202
|
+
"type": {
|
|
6203
|
+
"kind": "OBJECT",
|
|
6204
|
+
"name": "Pricing",
|
|
6205
|
+
"ofType": null
|
|
6206
|
+
},
|
|
6207
|
+
"isDeprecated": false,
|
|
6208
|
+
"deprecationReason": null
|
|
6191
6209
|
}
|
|
6192
6210
|
],
|
|
6193
6211
|
"inputFields": null,
|
|
@@ -6195,6 +6213,251 @@
|
|
|
6195
6213
|
"enumValues": null,
|
|
6196
6214
|
"possibleTypes": null
|
|
6197
6215
|
},
|
|
6216
|
+
{
|
|
6217
|
+
"kind": "ENUM",
|
|
6218
|
+
"name": "ConnectorType",
|
|
6219
|
+
"description": "The socket or plug standard of the charging point.",
|
|
6220
|
+
"fields": null,
|
|
6221
|
+
"inputFields": null,
|
|
6222
|
+
"interfaces": null,
|
|
6223
|
+
"enumValues": [
|
|
6224
|
+
{
|
|
6225
|
+
"name": "CHADEMO",
|
|
6226
|
+
"description": "The connector type is CHAdeMO, DC",
|
|
6227
|
+
"isDeprecated": false,
|
|
6228
|
+
"deprecationReason": null
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"name": "DOMESTIC_A",
|
|
6232
|
+
"description": "Standard/domestic household, type \"A\", NEMA 1-15, 2 pins",
|
|
6233
|
+
"isDeprecated": false,
|
|
6234
|
+
"deprecationReason": null
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "DOMESTIC_B",
|
|
6238
|
+
"description": "Standard/domestic household, type \"B\", NEMA 5-15, 3 pins",
|
|
6239
|
+
"isDeprecated": false,
|
|
6240
|
+
"deprecationReason": null
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"name": "DOMESTIC_C",
|
|
6244
|
+
"description": "Standard/domestic household, type \"C\", CEE 7/17, 2 pins",
|
|
6245
|
+
"isDeprecated": false,
|
|
6246
|
+
"deprecationReason": null
|
|
6247
|
+
},
|
|
6248
|
+
{
|
|
6249
|
+
"name": "DOMESTIC_D",
|
|
6250
|
+
"description": "Standard/domestic household, type \"D\", 3 pins",
|
|
6251
|
+
"isDeprecated": false,
|
|
6252
|
+
"deprecationReason": null
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "DOMESTIC_E",
|
|
6256
|
+
"description": "Standard/domestic household, type \"E\", CEE 7/5 3 pins",
|
|
6257
|
+
"isDeprecated": false,
|
|
6258
|
+
"deprecationReason": null
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "DOMESTIC_F",
|
|
6262
|
+
"description": "Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins",
|
|
6263
|
+
"isDeprecated": false,
|
|
6264
|
+
"deprecationReason": null
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"name": "DOMESTIC_G",
|
|
6268
|
+
"description": "Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins",
|
|
6269
|
+
"isDeprecated": false,
|
|
6270
|
+
"deprecationReason": null
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"name": "DOMESTIC_H",
|
|
6274
|
+
"description": "Standard/domestic household, type \"H\", SI-32, 3 pins",
|
|
6275
|
+
"isDeprecated": false,
|
|
6276
|
+
"deprecationReason": null
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"name": "DOMESTIC_I",
|
|
6280
|
+
"description": "Standard/domestic household, type \"I\", AS 3112, 3 pins",
|
|
6281
|
+
"isDeprecated": false,
|
|
6282
|
+
"deprecationReason": null
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "DOMESTIC_J",
|
|
6286
|
+
"description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
|
|
6287
|
+
"isDeprecated": false,
|
|
6288
|
+
"deprecationReason": null
|
|
6289
|
+
},
|
|
6290
|
+
{
|
|
6291
|
+
"name": "DOMESTIC_K",
|
|
6292
|
+
"description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins",
|
|
6293
|
+
"isDeprecated": false,
|
|
6294
|
+
"deprecationReason": null
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"name": "DOMESTIC_L",
|
|
6298
|
+
"description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins",
|
|
6299
|
+
"isDeprecated": false,
|
|
6300
|
+
"deprecationReason": null
|
|
6301
|
+
},
|
|
6302
|
+
{
|
|
6303
|
+
"name": "DOMESTIC_M",
|
|
6304
|
+
"description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
|
|
6305
|
+
"isDeprecated": false,
|
|
6306
|
+
"deprecationReason": null
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"name": "DOMESTIC_N",
|
|
6310
|
+
"description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
|
|
6311
|
+
"isDeprecated": false,
|
|
6312
|
+
"deprecationReason": null
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"name": "DOMESTIC_O",
|
|
6316
|
+
"description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
|
|
6317
|
+
"isDeprecated": false,
|
|
6318
|
+
"deprecationReason": null
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"name": "IEC_60309_2_single_16",
|
|
6322
|
+
"description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue)",
|
|
6323
|
+
"isDeprecated": false,
|
|
6324
|
+
"deprecationReason": null
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "IEC_60309_2_three_16",
|
|
6328
|
+
"description": "IEC 60309-2 Industrial connector three phase 16 amperes (usually red)",
|
|
6329
|
+
"isDeprecated": false,
|
|
6330
|
+
"deprecationReason": null
|
|
6331
|
+
},
|
|
6332
|
+
{
|
|
6333
|
+
"name": "IEC_60309_2_three_32",
|
|
6334
|
+
"description": "IEC 60309-2 Industrial connector three phase 32 amperes (usually red)",
|
|
6335
|
+
"isDeprecated": false,
|
|
6336
|
+
"deprecationReason": null
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "IEC_60309_2_three_64",
|
|
6340
|
+
"description": "IEC 60309-2 Industrial connector three phase 64 amperes (usually red)",
|
|
6341
|
+
"isDeprecated": false,
|
|
6342
|
+
"deprecationReason": null
|
|
6343
|
+
},
|
|
6344
|
+
{
|
|
6345
|
+
"name": "IEC_62196_T1",
|
|
6346
|
+
"description": "IEC 62196 Type 1 \"SAE J1772\"",
|
|
6347
|
+
"isDeprecated": false,
|
|
6348
|
+
"deprecationReason": null
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
"name": "IEC_62196_T1_COMBO",
|
|
6352
|
+
"description": "Combo Type 1 based, DC",
|
|
6353
|
+
"isDeprecated": false,
|
|
6354
|
+
"deprecationReason": null
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "IEC_62196_T2",
|
|
6358
|
+
"description": "IEC 62196 Type 2 \"Mennekes\"",
|
|
6359
|
+
"isDeprecated": false,
|
|
6360
|
+
"deprecationReason": null
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"name": "IEC_62196_T2_COMBO",
|
|
6364
|
+
"description": "Combo Type 2 based, DC",
|
|
6365
|
+
"isDeprecated": false,
|
|
6366
|
+
"deprecationReason": null
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "IEC_62196_T3A",
|
|
6370
|
+
"description": "IEC 62196 Type 3A",
|
|
6371
|
+
"isDeprecated": false,
|
|
6372
|
+
"deprecationReason": null
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "IEC_62196_T3C",
|
|
6376
|
+
"description": "IEC 62196 Type 3C \"Scame\"",
|
|
6377
|
+
"isDeprecated": false,
|
|
6378
|
+
"deprecationReason": null
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"name": "PANTOGRAPH_BOTTOM_UP",
|
|
6382
|
+
"description": "On-board bottom-up-pantograph typically for bus charging",
|
|
6383
|
+
"isDeprecated": false,
|
|
6384
|
+
"deprecationReason": null
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "PANTOGRAPH_TOP_DOWN",
|
|
6388
|
+
"description": "Off-board top-down-pantograph typically for bus charging",
|
|
6389
|
+
"isDeprecated": false,
|
|
6390
|
+
"deprecationReason": null
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"name": "TESLA_R",
|
|
6394
|
+
"description": "Tesla connector \"Roadster\"-type (round, 4 pins)",
|
|
6395
|
+
"isDeprecated": false,
|
|
6396
|
+
"deprecationReason": null
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"name": "TESLA_S",
|
|
6400
|
+
"description": "Tesla connector \"Model-S\"-type (oval, 5 pins)",
|
|
6401
|
+
"isDeprecated": false,
|
|
6402
|
+
"deprecationReason": null
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
"name": "GB_T",
|
|
6406
|
+
"description": "The connector type is GB_T (Chinese standard), DC",
|
|
6407
|
+
"isDeprecated": false,
|
|
6408
|
+
"deprecationReason": null
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"name": "CHAOJI",
|
|
6412
|
+
"description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
|
|
6413
|
+
"isDeprecated": false,
|
|
6414
|
+
"deprecationReason": null
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"name": "NEMA_5_20",
|
|
6418
|
+
"description": "The connector type is NEMA 5-20, 3 pins",
|
|
6419
|
+
"isDeprecated": false,
|
|
6420
|
+
"deprecationReason": null
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "NEMA_6_30",
|
|
6424
|
+
"description": "The connector type is NEMA 6-30, 3 pins",
|
|
6425
|
+
"isDeprecated": false,
|
|
6426
|
+
"deprecationReason": null
|
|
6427
|
+
},
|
|
6428
|
+
{
|
|
6429
|
+
"name": "NEMA_6_50",
|
|
6430
|
+
"description": "The connector type is NEMA 6-50, 3 pins",
|
|
6431
|
+
"isDeprecated": false,
|
|
6432
|
+
"deprecationReason": null
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"name": "NEMA_10_30",
|
|
6436
|
+
"description": "The connector type is NEMA 10-30, 3 pins",
|
|
6437
|
+
"isDeprecated": false,
|
|
6438
|
+
"deprecationReason": null
|
|
6439
|
+
},
|
|
6440
|
+
{
|
|
6441
|
+
"name": "NEMA_10_50",
|
|
6442
|
+
"description": "The connector type is NEMA 10-50, 3 pins",
|
|
6443
|
+
"isDeprecated": false,
|
|
6444
|
+
"deprecationReason": null
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "NEMA_14_30",
|
|
6448
|
+
"description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A",
|
|
6449
|
+
"isDeprecated": false,
|
|
6450
|
+
"deprecationReason": null
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"name": "NEMA_14_50",
|
|
6454
|
+
"description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
|
|
6455
|
+
"isDeprecated": false,
|
|
6456
|
+
"deprecationReason": null
|
|
6457
|
+
}
|
|
6458
|
+
],
|
|
6459
|
+
"possibleTypes": null
|
|
6460
|
+
},
|
|
6198
6461
|
{
|
|
6199
6462
|
"kind": "OBJECT",
|
|
6200
6463
|
"name": "Contact",
|
|
@@ -6279,28 +6542,1437 @@
|
|
|
6279
6542
|
"possibleTypes": null
|
|
6280
6543
|
},
|
|
6281
6544
|
{
|
|
6282
|
-
"kind": "
|
|
6283
|
-
"name": "
|
|
6284
|
-
"description": "
|
|
6545
|
+
"kind": "ENUM",
|
|
6546
|
+
"name": "CountryCodeAlpha2",
|
|
6547
|
+
"description": "ISO-3166 alpha-2 country codes",
|
|
6285
6548
|
"fields": null,
|
|
6286
6549
|
"inputFields": null,
|
|
6287
6550
|
"interfaces": null,
|
|
6288
|
-
"enumValues":
|
|
6289
|
-
"possibleTypes": null
|
|
6290
|
-
},
|
|
6291
|
-
{
|
|
6292
|
-
"kind": "OBJECT",
|
|
6293
|
-
"name": "EVSE",
|
|
6294
|
-
"description": "EVSE data which extends OCPI EVSE",
|
|
6295
|
-
"fields": [
|
|
6551
|
+
"enumValues": [
|
|
6296
6552
|
{
|
|
6297
|
-
"name": "
|
|
6298
|
-
"description":
|
|
6299
|
-
"
|
|
6300
|
-
"
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6553
|
+
"name": "AD",
|
|
6554
|
+
"description": null,
|
|
6555
|
+
"isDeprecated": false,
|
|
6556
|
+
"deprecationReason": null
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"name": "AE",
|
|
6560
|
+
"description": null,
|
|
6561
|
+
"isDeprecated": false,
|
|
6562
|
+
"deprecationReason": null
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"name": "AF",
|
|
6566
|
+
"description": null,
|
|
6567
|
+
"isDeprecated": false,
|
|
6568
|
+
"deprecationReason": null
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"name": "AG",
|
|
6572
|
+
"description": null,
|
|
6573
|
+
"isDeprecated": false,
|
|
6574
|
+
"deprecationReason": null
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"name": "AI",
|
|
6578
|
+
"description": null,
|
|
6579
|
+
"isDeprecated": false,
|
|
6580
|
+
"deprecationReason": null
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"name": "AL",
|
|
6584
|
+
"description": null,
|
|
6585
|
+
"isDeprecated": false,
|
|
6586
|
+
"deprecationReason": null
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"name": "AM",
|
|
6590
|
+
"description": null,
|
|
6591
|
+
"isDeprecated": false,
|
|
6592
|
+
"deprecationReason": null
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"name": "AN",
|
|
6596
|
+
"description": null,
|
|
6597
|
+
"isDeprecated": false,
|
|
6598
|
+
"deprecationReason": null
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"name": "AO",
|
|
6602
|
+
"description": null,
|
|
6603
|
+
"isDeprecated": false,
|
|
6604
|
+
"deprecationReason": null
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"name": "AQ",
|
|
6608
|
+
"description": null,
|
|
6609
|
+
"isDeprecated": false,
|
|
6610
|
+
"deprecationReason": null
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "AR",
|
|
6614
|
+
"description": null,
|
|
6615
|
+
"isDeprecated": false,
|
|
6616
|
+
"deprecationReason": null
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"name": "AS",
|
|
6620
|
+
"description": null,
|
|
6621
|
+
"isDeprecated": false,
|
|
6622
|
+
"deprecationReason": null
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"name": "AT",
|
|
6626
|
+
"description": null,
|
|
6627
|
+
"isDeprecated": false,
|
|
6628
|
+
"deprecationReason": null
|
|
6629
|
+
},
|
|
6630
|
+
{
|
|
6631
|
+
"name": "AU",
|
|
6632
|
+
"description": null,
|
|
6633
|
+
"isDeprecated": false,
|
|
6634
|
+
"deprecationReason": null
|
|
6635
|
+
},
|
|
6636
|
+
{
|
|
6637
|
+
"name": "AW",
|
|
6638
|
+
"description": null,
|
|
6639
|
+
"isDeprecated": false,
|
|
6640
|
+
"deprecationReason": null
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"name": "AX",
|
|
6644
|
+
"description": null,
|
|
6645
|
+
"isDeprecated": false,
|
|
6646
|
+
"deprecationReason": null
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"name": "AZ",
|
|
6650
|
+
"description": null,
|
|
6651
|
+
"isDeprecated": false,
|
|
6652
|
+
"deprecationReason": null
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"name": "BA",
|
|
6656
|
+
"description": null,
|
|
6657
|
+
"isDeprecated": false,
|
|
6658
|
+
"deprecationReason": null
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"name": "BB",
|
|
6662
|
+
"description": null,
|
|
6663
|
+
"isDeprecated": false,
|
|
6664
|
+
"deprecationReason": null
|
|
6665
|
+
},
|
|
6666
|
+
{
|
|
6667
|
+
"name": "BD",
|
|
6668
|
+
"description": null,
|
|
6669
|
+
"isDeprecated": false,
|
|
6670
|
+
"deprecationReason": null
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"name": "BE",
|
|
6674
|
+
"description": null,
|
|
6675
|
+
"isDeprecated": false,
|
|
6676
|
+
"deprecationReason": null
|
|
6677
|
+
},
|
|
6678
|
+
{
|
|
6679
|
+
"name": "BF",
|
|
6680
|
+
"description": null,
|
|
6681
|
+
"isDeprecated": false,
|
|
6682
|
+
"deprecationReason": null
|
|
6683
|
+
},
|
|
6684
|
+
{
|
|
6685
|
+
"name": "BG",
|
|
6686
|
+
"description": null,
|
|
6687
|
+
"isDeprecated": false,
|
|
6688
|
+
"deprecationReason": null
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"name": "BH",
|
|
6692
|
+
"description": null,
|
|
6693
|
+
"isDeprecated": false,
|
|
6694
|
+
"deprecationReason": null
|
|
6695
|
+
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "BI",
|
|
6698
|
+
"description": null,
|
|
6699
|
+
"isDeprecated": false,
|
|
6700
|
+
"deprecationReason": null
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"name": "BJ",
|
|
6704
|
+
"description": null,
|
|
6705
|
+
"isDeprecated": false,
|
|
6706
|
+
"deprecationReason": null
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"name": "BM",
|
|
6710
|
+
"description": null,
|
|
6711
|
+
"isDeprecated": false,
|
|
6712
|
+
"deprecationReason": null
|
|
6713
|
+
},
|
|
6714
|
+
{
|
|
6715
|
+
"name": "BN",
|
|
6716
|
+
"description": null,
|
|
6717
|
+
"isDeprecated": false,
|
|
6718
|
+
"deprecationReason": null
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "BO",
|
|
6722
|
+
"description": null,
|
|
6723
|
+
"isDeprecated": false,
|
|
6724
|
+
"deprecationReason": null
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "BR",
|
|
6728
|
+
"description": null,
|
|
6729
|
+
"isDeprecated": false,
|
|
6730
|
+
"deprecationReason": null
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"name": "BS",
|
|
6734
|
+
"description": null,
|
|
6735
|
+
"isDeprecated": false,
|
|
6736
|
+
"deprecationReason": null
|
|
6737
|
+
},
|
|
6738
|
+
{
|
|
6739
|
+
"name": "BT",
|
|
6740
|
+
"description": null,
|
|
6741
|
+
"isDeprecated": false,
|
|
6742
|
+
"deprecationReason": null
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"name": "BV",
|
|
6746
|
+
"description": null,
|
|
6747
|
+
"isDeprecated": false,
|
|
6748
|
+
"deprecationReason": null
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
"name": "BW",
|
|
6752
|
+
"description": null,
|
|
6753
|
+
"isDeprecated": false,
|
|
6754
|
+
"deprecationReason": null
|
|
6755
|
+
},
|
|
6756
|
+
{
|
|
6757
|
+
"name": "BY",
|
|
6758
|
+
"description": null,
|
|
6759
|
+
"isDeprecated": false,
|
|
6760
|
+
"deprecationReason": null
|
|
6761
|
+
},
|
|
6762
|
+
{
|
|
6763
|
+
"name": "BZ",
|
|
6764
|
+
"description": null,
|
|
6765
|
+
"isDeprecated": false,
|
|
6766
|
+
"deprecationReason": null
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"name": "CA",
|
|
6770
|
+
"description": null,
|
|
6771
|
+
"isDeprecated": false,
|
|
6772
|
+
"deprecationReason": null
|
|
6773
|
+
},
|
|
6774
|
+
{
|
|
6775
|
+
"name": "CC",
|
|
6776
|
+
"description": null,
|
|
6777
|
+
"isDeprecated": false,
|
|
6778
|
+
"deprecationReason": null
|
|
6779
|
+
},
|
|
6780
|
+
{
|
|
6781
|
+
"name": "CD",
|
|
6782
|
+
"description": null,
|
|
6783
|
+
"isDeprecated": false,
|
|
6784
|
+
"deprecationReason": null
|
|
6785
|
+
},
|
|
6786
|
+
{
|
|
6787
|
+
"name": "CF",
|
|
6788
|
+
"description": null,
|
|
6789
|
+
"isDeprecated": false,
|
|
6790
|
+
"deprecationReason": null
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "CG",
|
|
6794
|
+
"description": null,
|
|
6795
|
+
"isDeprecated": false,
|
|
6796
|
+
"deprecationReason": null
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"name": "CH",
|
|
6800
|
+
"description": null,
|
|
6801
|
+
"isDeprecated": false,
|
|
6802
|
+
"deprecationReason": null
|
|
6803
|
+
},
|
|
6804
|
+
{
|
|
6805
|
+
"name": "CI",
|
|
6806
|
+
"description": null,
|
|
6807
|
+
"isDeprecated": false,
|
|
6808
|
+
"deprecationReason": null
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"name": "CK",
|
|
6812
|
+
"description": null,
|
|
6813
|
+
"isDeprecated": false,
|
|
6814
|
+
"deprecationReason": null
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "CL",
|
|
6818
|
+
"description": null,
|
|
6819
|
+
"isDeprecated": false,
|
|
6820
|
+
"deprecationReason": null
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "CM",
|
|
6824
|
+
"description": null,
|
|
6825
|
+
"isDeprecated": false,
|
|
6826
|
+
"deprecationReason": null
|
|
6827
|
+
},
|
|
6828
|
+
{
|
|
6829
|
+
"name": "CN",
|
|
6830
|
+
"description": null,
|
|
6831
|
+
"isDeprecated": false,
|
|
6832
|
+
"deprecationReason": null
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "CO",
|
|
6836
|
+
"description": null,
|
|
6837
|
+
"isDeprecated": false,
|
|
6838
|
+
"deprecationReason": null
|
|
6839
|
+
},
|
|
6840
|
+
{
|
|
6841
|
+
"name": "CR",
|
|
6842
|
+
"description": null,
|
|
6843
|
+
"isDeprecated": false,
|
|
6844
|
+
"deprecationReason": null
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"name": "CS",
|
|
6848
|
+
"description": null,
|
|
6849
|
+
"isDeprecated": false,
|
|
6850
|
+
"deprecationReason": null
|
|
6851
|
+
},
|
|
6852
|
+
{
|
|
6853
|
+
"name": "CU",
|
|
6854
|
+
"description": null,
|
|
6855
|
+
"isDeprecated": false,
|
|
6856
|
+
"deprecationReason": null
|
|
6857
|
+
},
|
|
6858
|
+
{
|
|
6859
|
+
"name": "CV",
|
|
6860
|
+
"description": null,
|
|
6861
|
+
"isDeprecated": false,
|
|
6862
|
+
"deprecationReason": null
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "CX",
|
|
6866
|
+
"description": null,
|
|
6867
|
+
"isDeprecated": false,
|
|
6868
|
+
"deprecationReason": null
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"name": "CY",
|
|
6872
|
+
"description": null,
|
|
6873
|
+
"isDeprecated": false,
|
|
6874
|
+
"deprecationReason": null
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"name": "CZ",
|
|
6878
|
+
"description": null,
|
|
6879
|
+
"isDeprecated": false,
|
|
6880
|
+
"deprecationReason": null
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"name": "DE",
|
|
6884
|
+
"description": null,
|
|
6885
|
+
"isDeprecated": false,
|
|
6886
|
+
"deprecationReason": null
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
"name": "DJ",
|
|
6890
|
+
"description": null,
|
|
6891
|
+
"isDeprecated": false,
|
|
6892
|
+
"deprecationReason": null
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
"name": "DK",
|
|
6896
|
+
"description": null,
|
|
6897
|
+
"isDeprecated": false,
|
|
6898
|
+
"deprecationReason": null
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"name": "DM",
|
|
6902
|
+
"description": null,
|
|
6903
|
+
"isDeprecated": false,
|
|
6904
|
+
"deprecationReason": null
|
|
6905
|
+
},
|
|
6906
|
+
{
|
|
6907
|
+
"name": "DO",
|
|
6908
|
+
"description": null,
|
|
6909
|
+
"isDeprecated": false,
|
|
6910
|
+
"deprecationReason": null
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"name": "DZ",
|
|
6914
|
+
"description": null,
|
|
6915
|
+
"isDeprecated": false,
|
|
6916
|
+
"deprecationReason": null
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"name": "EC",
|
|
6920
|
+
"description": null,
|
|
6921
|
+
"isDeprecated": false,
|
|
6922
|
+
"deprecationReason": null
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"name": "EE",
|
|
6926
|
+
"description": null,
|
|
6927
|
+
"isDeprecated": false,
|
|
6928
|
+
"deprecationReason": null
|
|
6929
|
+
},
|
|
6930
|
+
{
|
|
6931
|
+
"name": "EG",
|
|
6932
|
+
"description": null,
|
|
6933
|
+
"isDeprecated": false,
|
|
6934
|
+
"deprecationReason": null
|
|
6935
|
+
},
|
|
6936
|
+
{
|
|
6937
|
+
"name": "EH",
|
|
6938
|
+
"description": null,
|
|
6939
|
+
"isDeprecated": false,
|
|
6940
|
+
"deprecationReason": null
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "ER",
|
|
6944
|
+
"description": null,
|
|
6945
|
+
"isDeprecated": false,
|
|
6946
|
+
"deprecationReason": null
|
|
6947
|
+
},
|
|
6948
|
+
{
|
|
6949
|
+
"name": "ES",
|
|
6950
|
+
"description": null,
|
|
6951
|
+
"isDeprecated": false,
|
|
6952
|
+
"deprecationReason": null
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "ET",
|
|
6956
|
+
"description": null,
|
|
6957
|
+
"isDeprecated": false,
|
|
6958
|
+
"deprecationReason": null
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"name": "FI",
|
|
6962
|
+
"description": null,
|
|
6963
|
+
"isDeprecated": false,
|
|
6964
|
+
"deprecationReason": null
|
|
6965
|
+
},
|
|
6966
|
+
{
|
|
6967
|
+
"name": "FJ",
|
|
6968
|
+
"description": null,
|
|
6969
|
+
"isDeprecated": false,
|
|
6970
|
+
"deprecationReason": null
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"name": "FK",
|
|
6974
|
+
"description": null,
|
|
6975
|
+
"isDeprecated": false,
|
|
6976
|
+
"deprecationReason": null
|
|
6977
|
+
},
|
|
6978
|
+
{
|
|
6979
|
+
"name": "FM",
|
|
6980
|
+
"description": null,
|
|
6981
|
+
"isDeprecated": false,
|
|
6982
|
+
"deprecationReason": null
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"name": "FO",
|
|
6986
|
+
"description": null,
|
|
6987
|
+
"isDeprecated": false,
|
|
6988
|
+
"deprecationReason": null
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"name": "FR",
|
|
6992
|
+
"description": null,
|
|
6993
|
+
"isDeprecated": false,
|
|
6994
|
+
"deprecationReason": null
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"name": "GA",
|
|
6998
|
+
"description": null,
|
|
6999
|
+
"isDeprecated": false,
|
|
7000
|
+
"deprecationReason": null
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "GB",
|
|
7004
|
+
"description": null,
|
|
7005
|
+
"isDeprecated": false,
|
|
7006
|
+
"deprecationReason": null
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"name": "GD",
|
|
7010
|
+
"description": null,
|
|
7011
|
+
"isDeprecated": false,
|
|
7012
|
+
"deprecationReason": null
|
|
7013
|
+
},
|
|
7014
|
+
{
|
|
7015
|
+
"name": "GE",
|
|
7016
|
+
"description": null,
|
|
7017
|
+
"isDeprecated": false,
|
|
7018
|
+
"deprecationReason": null
|
|
7019
|
+
},
|
|
7020
|
+
{
|
|
7021
|
+
"name": "GF",
|
|
7022
|
+
"description": null,
|
|
7023
|
+
"isDeprecated": false,
|
|
7024
|
+
"deprecationReason": null
|
|
7025
|
+
},
|
|
7026
|
+
{
|
|
7027
|
+
"name": "GH",
|
|
7028
|
+
"description": null,
|
|
7029
|
+
"isDeprecated": false,
|
|
7030
|
+
"deprecationReason": null
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "GI",
|
|
7034
|
+
"description": null,
|
|
7035
|
+
"isDeprecated": false,
|
|
7036
|
+
"deprecationReason": null
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"name": "GL",
|
|
7040
|
+
"description": null,
|
|
7041
|
+
"isDeprecated": false,
|
|
7042
|
+
"deprecationReason": null
|
|
7043
|
+
},
|
|
7044
|
+
{
|
|
7045
|
+
"name": "GM",
|
|
7046
|
+
"description": null,
|
|
7047
|
+
"isDeprecated": false,
|
|
7048
|
+
"deprecationReason": null
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "GN",
|
|
7052
|
+
"description": null,
|
|
7053
|
+
"isDeprecated": false,
|
|
7054
|
+
"deprecationReason": null
|
|
7055
|
+
},
|
|
7056
|
+
{
|
|
7057
|
+
"name": "GP",
|
|
7058
|
+
"description": null,
|
|
7059
|
+
"isDeprecated": false,
|
|
7060
|
+
"deprecationReason": null
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"name": "GQ",
|
|
7064
|
+
"description": null,
|
|
7065
|
+
"isDeprecated": false,
|
|
7066
|
+
"deprecationReason": null
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"name": "GR",
|
|
7070
|
+
"description": null,
|
|
7071
|
+
"isDeprecated": false,
|
|
7072
|
+
"deprecationReason": null
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"name": "GS",
|
|
7076
|
+
"description": null,
|
|
7077
|
+
"isDeprecated": false,
|
|
7078
|
+
"deprecationReason": null
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"name": "GT",
|
|
7082
|
+
"description": null,
|
|
7083
|
+
"isDeprecated": false,
|
|
7084
|
+
"deprecationReason": null
|
|
7085
|
+
},
|
|
7086
|
+
{
|
|
7087
|
+
"name": "GU",
|
|
7088
|
+
"description": null,
|
|
7089
|
+
"isDeprecated": false,
|
|
7090
|
+
"deprecationReason": null
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"name": "GW",
|
|
7094
|
+
"description": null,
|
|
7095
|
+
"isDeprecated": false,
|
|
7096
|
+
"deprecationReason": null
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
"name": "GY",
|
|
7100
|
+
"description": null,
|
|
7101
|
+
"isDeprecated": false,
|
|
7102
|
+
"deprecationReason": null
|
|
7103
|
+
},
|
|
7104
|
+
{
|
|
7105
|
+
"name": "HK",
|
|
7106
|
+
"description": null,
|
|
7107
|
+
"isDeprecated": false,
|
|
7108
|
+
"deprecationReason": null
|
|
7109
|
+
},
|
|
7110
|
+
{
|
|
7111
|
+
"name": "HM",
|
|
7112
|
+
"description": null,
|
|
7113
|
+
"isDeprecated": false,
|
|
7114
|
+
"deprecationReason": null
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
"name": "HN",
|
|
7118
|
+
"description": null,
|
|
7119
|
+
"isDeprecated": false,
|
|
7120
|
+
"deprecationReason": null
|
|
7121
|
+
},
|
|
7122
|
+
{
|
|
7123
|
+
"name": "HR",
|
|
7124
|
+
"description": null,
|
|
7125
|
+
"isDeprecated": false,
|
|
7126
|
+
"deprecationReason": null
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"name": "HT",
|
|
7130
|
+
"description": null,
|
|
7131
|
+
"isDeprecated": false,
|
|
7132
|
+
"deprecationReason": null
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
"name": "HU",
|
|
7136
|
+
"description": null,
|
|
7137
|
+
"isDeprecated": false,
|
|
7138
|
+
"deprecationReason": null
|
|
7139
|
+
},
|
|
7140
|
+
{
|
|
7141
|
+
"name": "ID",
|
|
7142
|
+
"description": null,
|
|
7143
|
+
"isDeprecated": false,
|
|
7144
|
+
"deprecationReason": null
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"name": "IE",
|
|
7148
|
+
"description": null,
|
|
7149
|
+
"isDeprecated": false,
|
|
7150
|
+
"deprecationReason": null
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"name": "IL",
|
|
7154
|
+
"description": null,
|
|
7155
|
+
"isDeprecated": false,
|
|
7156
|
+
"deprecationReason": null
|
|
7157
|
+
},
|
|
7158
|
+
{
|
|
7159
|
+
"name": "IN",
|
|
7160
|
+
"description": null,
|
|
7161
|
+
"isDeprecated": false,
|
|
7162
|
+
"deprecationReason": null
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"name": "IO",
|
|
7166
|
+
"description": null,
|
|
7167
|
+
"isDeprecated": false,
|
|
7168
|
+
"deprecationReason": null
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"name": "IQ",
|
|
7172
|
+
"description": null,
|
|
7173
|
+
"isDeprecated": false,
|
|
7174
|
+
"deprecationReason": null
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"name": "IR",
|
|
7178
|
+
"description": null,
|
|
7179
|
+
"isDeprecated": false,
|
|
7180
|
+
"deprecationReason": null
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"name": "IS",
|
|
7184
|
+
"description": null,
|
|
7185
|
+
"isDeprecated": false,
|
|
7186
|
+
"deprecationReason": null
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"name": "IT",
|
|
7190
|
+
"description": null,
|
|
7191
|
+
"isDeprecated": false,
|
|
7192
|
+
"deprecationReason": null
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"name": "JM",
|
|
7196
|
+
"description": null,
|
|
7197
|
+
"isDeprecated": false,
|
|
7198
|
+
"deprecationReason": null
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"name": "JO",
|
|
7202
|
+
"description": null,
|
|
7203
|
+
"isDeprecated": false,
|
|
7204
|
+
"deprecationReason": null
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "JP",
|
|
7208
|
+
"description": null,
|
|
7209
|
+
"isDeprecated": false,
|
|
7210
|
+
"deprecationReason": null
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"name": "KE",
|
|
7214
|
+
"description": null,
|
|
7215
|
+
"isDeprecated": false,
|
|
7216
|
+
"deprecationReason": null
|
|
7217
|
+
},
|
|
7218
|
+
{
|
|
7219
|
+
"name": "KG",
|
|
7220
|
+
"description": null,
|
|
7221
|
+
"isDeprecated": false,
|
|
7222
|
+
"deprecationReason": null
|
|
7223
|
+
},
|
|
7224
|
+
{
|
|
7225
|
+
"name": "KH",
|
|
7226
|
+
"description": null,
|
|
7227
|
+
"isDeprecated": false,
|
|
7228
|
+
"deprecationReason": null
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"name": "KI",
|
|
7232
|
+
"description": null,
|
|
7233
|
+
"isDeprecated": false,
|
|
7234
|
+
"deprecationReason": null
|
|
7235
|
+
},
|
|
7236
|
+
{
|
|
7237
|
+
"name": "KM",
|
|
7238
|
+
"description": null,
|
|
7239
|
+
"isDeprecated": false,
|
|
7240
|
+
"deprecationReason": null
|
|
7241
|
+
},
|
|
7242
|
+
{
|
|
7243
|
+
"name": "KN",
|
|
7244
|
+
"description": null,
|
|
7245
|
+
"isDeprecated": false,
|
|
7246
|
+
"deprecationReason": null
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"name": "KP",
|
|
7250
|
+
"description": null,
|
|
7251
|
+
"isDeprecated": false,
|
|
7252
|
+
"deprecationReason": null
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"name": "KR",
|
|
7256
|
+
"description": null,
|
|
7257
|
+
"isDeprecated": false,
|
|
7258
|
+
"deprecationReason": null
|
|
7259
|
+
},
|
|
7260
|
+
{
|
|
7261
|
+
"name": "KW",
|
|
7262
|
+
"description": null,
|
|
7263
|
+
"isDeprecated": false,
|
|
7264
|
+
"deprecationReason": null
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"name": "KY",
|
|
7268
|
+
"description": null,
|
|
7269
|
+
"isDeprecated": false,
|
|
7270
|
+
"deprecationReason": null
|
|
7271
|
+
},
|
|
7272
|
+
{
|
|
7273
|
+
"name": "KZ",
|
|
7274
|
+
"description": null,
|
|
7275
|
+
"isDeprecated": false,
|
|
7276
|
+
"deprecationReason": null
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "LA",
|
|
7280
|
+
"description": null,
|
|
7281
|
+
"isDeprecated": false,
|
|
7282
|
+
"deprecationReason": null
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "LB",
|
|
7286
|
+
"description": null,
|
|
7287
|
+
"isDeprecated": false,
|
|
7288
|
+
"deprecationReason": null
|
|
7289
|
+
},
|
|
7290
|
+
{
|
|
7291
|
+
"name": "LC",
|
|
7292
|
+
"description": null,
|
|
7293
|
+
"isDeprecated": false,
|
|
7294
|
+
"deprecationReason": null
|
|
7295
|
+
},
|
|
7296
|
+
{
|
|
7297
|
+
"name": "LI",
|
|
7298
|
+
"description": null,
|
|
7299
|
+
"isDeprecated": false,
|
|
7300
|
+
"deprecationReason": null
|
|
7301
|
+
},
|
|
7302
|
+
{
|
|
7303
|
+
"name": "LK",
|
|
7304
|
+
"description": null,
|
|
7305
|
+
"isDeprecated": false,
|
|
7306
|
+
"deprecationReason": null
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"name": "LR",
|
|
7310
|
+
"description": null,
|
|
7311
|
+
"isDeprecated": false,
|
|
7312
|
+
"deprecationReason": null
|
|
7313
|
+
},
|
|
7314
|
+
{
|
|
7315
|
+
"name": "LS",
|
|
7316
|
+
"description": null,
|
|
7317
|
+
"isDeprecated": false,
|
|
7318
|
+
"deprecationReason": null
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "LT",
|
|
7322
|
+
"description": null,
|
|
7323
|
+
"isDeprecated": false,
|
|
7324
|
+
"deprecationReason": null
|
|
7325
|
+
},
|
|
7326
|
+
{
|
|
7327
|
+
"name": "LU",
|
|
7328
|
+
"description": null,
|
|
7329
|
+
"isDeprecated": false,
|
|
7330
|
+
"deprecationReason": null
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"name": "LV",
|
|
7334
|
+
"description": null,
|
|
7335
|
+
"isDeprecated": false,
|
|
7336
|
+
"deprecationReason": null
|
|
7337
|
+
},
|
|
7338
|
+
{
|
|
7339
|
+
"name": "LY",
|
|
7340
|
+
"description": null,
|
|
7341
|
+
"isDeprecated": false,
|
|
7342
|
+
"deprecationReason": null
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
"name": "MA",
|
|
7346
|
+
"description": null,
|
|
7347
|
+
"isDeprecated": false,
|
|
7348
|
+
"deprecationReason": null
|
|
7349
|
+
},
|
|
7350
|
+
{
|
|
7351
|
+
"name": "MC",
|
|
7352
|
+
"description": null,
|
|
7353
|
+
"isDeprecated": false,
|
|
7354
|
+
"deprecationReason": null
|
|
7355
|
+
},
|
|
7356
|
+
{
|
|
7357
|
+
"name": "MD",
|
|
7358
|
+
"description": null,
|
|
7359
|
+
"isDeprecated": false,
|
|
7360
|
+
"deprecationReason": null
|
|
7361
|
+
},
|
|
7362
|
+
{
|
|
7363
|
+
"name": "ME",
|
|
7364
|
+
"description": null,
|
|
7365
|
+
"isDeprecated": false,
|
|
7366
|
+
"deprecationReason": null
|
|
7367
|
+
},
|
|
7368
|
+
{
|
|
7369
|
+
"name": "MF",
|
|
7370
|
+
"description": null,
|
|
7371
|
+
"isDeprecated": false,
|
|
7372
|
+
"deprecationReason": null
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "MG",
|
|
7376
|
+
"description": null,
|
|
7377
|
+
"isDeprecated": false,
|
|
7378
|
+
"deprecationReason": null
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"name": "MH",
|
|
7382
|
+
"description": null,
|
|
7383
|
+
"isDeprecated": false,
|
|
7384
|
+
"deprecationReason": null
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"name": "MK",
|
|
7388
|
+
"description": null,
|
|
7389
|
+
"isDeprecated": false,
|
|
7390
|
+
"deprecationReason": null
|
|
7391
|
+
},
|
|
7392
|
+
{
|
|
7393
|
+
"name": "ML",
|
|
7394
|
+
"description": null,
|
|
7395
|
+
"isDeprecated": false,
|
|
7396
|
+
"deprecationReason": null
|
|
7397
|
+
},
|
|
7398
|
+
{
|
|
7399
|
+
"name": "MM",
|
|
7400
|
+
"description": null,
|
|
7401
|
+
"isDeprecated": false,
|
|
7402
|
+
"deprecationReason": null
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"name": "MN",
|
|
7406
|
+
"description": null,
|
|
7407
|
+
"isDeprecated": false,
|
|
7408
|
+
"deprecationReason": null
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"name": "MO",
|
|
7412
|
+
"description": null,
|
|
7413
|
+
"isDeprecated": false,
|
|
7414
|
+
"deprecationReason": null
|
|
7415
|
+
},
|
|
7416
|
+
{
|
|
7417
|
+
"name": "MP",
|
|
7418
|
+
"description": null,
|
|
7419
|
+
"isDeprecated": false,
|
|
7420
|
+
"deprecationReason": null
|
|
7421
|
+
},
|
|
7422
|
+
{
|
|
7423
|
+
"name": "MQ",
|
|
7424
|
+
"description": null,
|
|
7425
|
+
"isDeprecated": false,
|
|
7426
|
+
"deprecationReason": null
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"name": "MR",
|
|
7430
|
+
"description": null,
|
|
7431
|
+
"isDeprecated": false,
|
|
7432
|
+
"deprecationReason": null
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"name": "MS",
|
|
7436
|
+
"description": null,
|
|
7437
|
+
"isDeprecated": false,
|
|
7438
|
+
"deprecationReason": null
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
"name": "MT",
|
|
7442
|
+
"description": null,
|
|
7443
|
+
"isDeprecated": false,
|
|
7444
|
+
"deprecationReason": null
|
|
7445
|
+
},
|
|
7446
|
+
{
|
|
7447
|
+
"name": "MU",
|
|
7448
|
+
"description": null,
|
|
7449
|
+
"isDeprecated": false,
|
|
7450
|
+
"deprecationReason": null
|
|
7451
|
+
},
|
|
7452
|
+
{
|
|
7453
|
+
"name": "MV",
|
|
7454
|
+
"description": null,
|
|
7455
|
+
"isDeprecated": false,
|
|
7456
|
+
"deprecationReason": null
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"name": "MW",
|
|
7460
|
+
"description": null,
|
|
7461
|
+
"isDeprecated": false,
|
|
7462
|
+
"deprecationReason": null
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"name": "MX",
|
|
7466
|
+
"description": null,
|
|
7467
|
+
"isDeprecated": false,
|
|
7468
|
+
"deprecationReason": null
|
|
7469
|
+
},
|
|
7470
|
+
{
|
|
7471
|
+
"name": "MY",
|
|
7472
|
+
"description": null,
|
|
7473
|
+
"isDeprecated": false,
|
|
7474
|
+
"deprecationReason": null
|
|
7475
|
+
},
|
|
7476
|
+
{
|
|
7477
|
+
"name": "MZ",
|
|
7478
|
+
"description": null,
|
|
7479
|
+
"isDeprecated": false,
|
|
7480
|
+
"deprecationReason": null
|
|
7481
|
+
},
|
|
7482
|
+
{
|
|
7483
|
+
"name": "NA",
|
|
7484
|
+
"description": null,
|
|
7485
|
+
"isDeprecated": false,
|
|
7486
|
+
"deprecationReason": null
|
|
7487
|
+
},
|
|
7488
|
+
{
|
|
7489
|
+
"name": "NC",
|
|
7490
|
+
"description": null,
|
|
7491
|
+
"isDeprecated": false,
|
|
7492
|
+
"deprecationReason": null
|
|
7493
|
+
},
|
|
7494
|
+
{
|
|
7495
|
+
"name": "NE",
|
|
7496
|
+
"description": null,
|
|
7497
|
+
"isDeprecated": false,
|
|
7498
|
+
"deprecationReason": null
|
|
7499
|
+
},
|
|
7500
|
+
{
|
|
7501
|
+
"name": "NF",
|
|
7502
|
+
"description": null,
|
|
7503
|
+
"isDeprecated": false,
|
|
7504
|
+
"deprecationReason": null
|
|
7505
|
+
},
|
|
7506
|
+
{
|
|
7507
|
+
"name": "NG",
|
|
7508
|
+
"description": null,
|
|
7509
|
+
"isDeprecated": false,
|
|
7510
|
+
"deprecationReason": null
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"name": "NI",
|
|
7514
|
+
"description": null,
|
|
7515
|
+
"isDeprecated": false,
|
|
7516
|
+
"deprecationReason": null
|
|
7517
|
+
},
|
|
7518
|
+
{
|
|
7519
|
+
"name": "NL",
|
|
7520
|
+
"description": null,
|
|
7521
|
+
"isDeprecated": false,
|
|
7522
|
+
"deprecationReason": null
|
|
7523
|
+
},
|
|
7524
|
+
{
|
|
7525
|
+
"name": "NO",
|
|
7526
|
+
"description": null,
|
|
7527
|
+
"isDeprecated": false,
|
|
7528
|
+
"deprecationReason": null
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "NP",
|
|
7532
|
+
"description": null,
|
|
7533
|
+
"isDeprecated": false,
|
|
7534
|
+
"deprecationReason": null
|
|
7535
|
+
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "NR",
|
|
7538
|
+
"description": null,
|
|
7539
|
+
"isDeprecated": false,
|
|
7540
|
+
"deprecationReason": null
|
|
7541
|
+
},
|
|
7542
|
+
{
|
|
7543
|
+
"name": "NU",
|
|
7544
|
+
"description": null,
|
|
7545
|
+
"isDeprecated": false,
|
|
7546
|
+
"deprecationReason": null
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
"name": "NZ",
|
|
7550
|
+
"description": null,
|
|
7551
|
+
"isDeprecated": false,
|
|
7552
|
+
"deprecationReason": null
|
|
7553
|
+
},
|
|
7554
|
+
{
|
|
7555
|
+
"name": "OM",
|
|
7556
|
+
"description": null,
|
|
7557
|
+
"isDeprecated": false,
|
|
7558
|
+
"deprecationReason": null
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "PA",
|
|
7562
|
+
"description": null,
|
|
7563
|
+
"isDeprecated": false,
|
|
7564
|
+
"deprecationReason": null
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"name": "PE",
|
|
7568
|
+
"description": null,
|
|
7569
|
+
"isDeprecated": false,
|
|
7570
|
+
"deprecationReason": null
|
|
7571
|
+
},
|
|
7572
|
+
{
|
|
7573
|
+
"name": "PF",
|
|
7574
|
+
"description": null,
|
|
7575
|
+
"isDeprecated": false,
|
|
7576
|
+
"deprecationReason": null
|
|
7577
|
+
},
|
|
7578
|
+
{
|
|
7579
|
+
"name": "PG",
|
|
7580
|
+
"description": null,
|
|
7581
|
+
"isDeprecated": false,
|
|
7582
|
+
"deprecationReason": null
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "PH",
|
|
7586
|
+
"description": null,
|
|
7587
|
+
"isDeprecated": false,
|
|
7588
|
+
"deprecationReason": null
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
7591
|
+
"name": "PK",
|
|
7592
|
+
"description": null,
|
|
7593
|
+
"isDeprecated": false,
|
|
7594
|
+
"deprecationReason": null
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "PL",
|
|
7598
|
+
"description": null,
|
|
7599
|
+
"isDeprecated": false,
|
|
7600
|
+
"deprecationReason": null
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"name": "PM",
|
|
7604
|
+
"description": null,
|
|
7605
|
+
"isDeprecated": false,
|
|
7606
|
+
"deprecationReason": null
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"name": "PN",
|
|
7610
|
+
"description": null,
|
|
7611
|
+
"isDeprecated": false,
|
|
7612
|
+
"deprecationReason": null
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"name": "PR",
|
|
7616
|
+
"description": null,
|
|
7617
|
+
"isDeprecated": false,
|
|
7618
|
+
"deprecationReason": null
|
|
7619
|
+
},
|
|
7620
|
+
{
|
|
7621
|
+
"name": "PS",
|
|
7622
|
+
"description": null,
|
|
7623
|
+
"isDeprecated": false,
|
|
7624
|
+
"deprecationReason": null
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"name": "PT",
|
|
7628
|
+
"description": null,
|
|
7629
|
+
"isDeprecated": false,
|
|
7630
|
+
"deprecationReason": null
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"name": "PW",
|
|
7634
|
+
"description": null,
|
|
7635
|
+
"isDeprecated": false,
|
|
7636
|
+
"deprecationReason": null
|
|
7637
|
+
},
|
|
7638
|
+
{
|
|
7639
|
+
"name": "PY",
|
|
7640
|
+
"description": null,
|
|
7641
|
+
"isDeprecated": false,
|
|
7642
|
+
"deprecationReason": null
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "QA",
|
|
7646
|
+
"description": null,
|
|
7647
|
+
"isDeprecated": false,
|
|
7648
|
+
"deprecationReason": null
|
|
7649
|
+
},
|
|
7650
|
+
{
|
|
7651
|
+
"name": "RE",
|
|
7652
|
+
"description": null,
|
|
7653
|
+
"isDeprecated": false,
|
|
7654
|
+
"deprecationReason": null
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
"name": "RKS",
|
|
7658
|
+
"description": null,
|
|
7659
|
+
"isDeprecated": false,
|
|
7660
|
+
"deprecationReason": null
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"name": "RO",
|
|
7664
|
+
"description": null,
|
|
7665
|
+
"isDeprecated": false,
|
|
7666
|
+
"deprecationReason": null
|
|
7667
|
+
},
|
|
7668
|
+
{
|
|
7669
|
+
"name": "RS",
|
|
7670
|
+
"description": null,
|
|
7671
|
+
"isDeprecated": false,
|
|
7672
|
+
"deprecationReason": null
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"name": "RU",
|
|
7676
|
+
"description": null,
|
|
7677
|
+
"isDeprecated": false,
|
|
7678
|
+
"deprecationReason": null
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"name": "RW",
|
|
7682
|
+
"description": null,
|
|
7683
|
+
"isDeprecated": false,
|
|
7684
|
+
"deprecationReason": null
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"name": "SA",
|
|
7688
|
+
"description": null,
|
|
7689
|
+
"isDeprecated": false,
|
|
7690
|
+
"deprecationReason": null
|
|
7691
|
+
},
|
|
7692
|
+
{
|
|
7693
|
+
"name": "SB",
|
|
7694
|
+
"description": null,
|
|
7695
|
+
"isDeprecated": false,
|
|
7696
|
+
"deprecationReason": null
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"name": "SC",
|
|
7700
|
+
"description": null,
|
|
7701
|
+
"isDeprecated": false,
|
|
7702
|
+
"deprecationReason": null
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"name": "SD",
|
|
7706
|
+
"description": null,
|
|
7707
|
+
"isDeprecated": false,
|
|
7708
|
+
"deprecationReason": null
|
|
7709
|
+
},
|
|
7710
|
+
{
|
|
7711
|
+
"name": "SE",
|
|
7712
|
+
"description": null,
|
|
7713
|
+
"isDeprecated": false,
|
|
7714
|
+
"deprecationReason": null
|
|
7715
|
+
},
|
|
7716
|
+
{
|
|
7717
|
+
"name": "SG",
|
|
7718
|
+
"description": null,
|
|
7719
|
+
"isDeprecated": false,
|
|
7720
|
+
"deprecationReason": null
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"name": "SH",
|
|
7724
|
+
"description": null,
|
|
7725
|
+
"isDeprecated": false,
|
|
7726
|
+
"deprecationReason": null
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"name": "SI",
|
|
7730
|
+
"description": null,
|
|
7731
|
+
"isDeprecated": false,
|
|
7732
|
+
"deprecationReason": null
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "SJ",
|
|
7736
|
+
"description": null,
|
|
7737
|
+
"isDeprecated": false,
|
|
7738
|
+
"deprecationReason": null
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"name": "SK",
|
|
7742
|
+
"description": null,
|
|
7743
|
+
"isDeprecated": false,
|
|
7744
|
+
"deprecationReason": null
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"name": "SL",
|
|
7748
|
+
"description": null,
|
|
7749
|
+
"isDeprecated": false,
|
|
7750
|
+
"deprecationReason": null
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"name": "SM",
|
|
7754
|
+
"description": null,
|
|
7755
|
+
"isDeprecated": false,
|
|
7756
|
+
"deprecationReason": null
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"name": "SN",
|
|
7760
|
+
"description": null,
|
|
7761
|
+
"isDeprecated": false,
|
|
7762
|
+
"deprecationReason": null
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"name": "SO",
|
|
7766
|
+
"description": null,
|
|
7767
|
+
"isDeprecated": false,
|
|
7768
|
+
"deprecationReason": null
|
|
7769
|
+
},
|
|
7770
|
+
{
|
|
7771
|
+
"name": "SR",
|
|
7772
|
+
"description": null,
|
|
7773
|
+
"isDeprecated": false,
|
|
7774
|
+
"deprecationReason": null
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"name": "ST",
|
|
7778
|
+
"description": null,
|
|
7779
|
+
"isDeprecated": false,
|
|
7780
|
+
"deprecationReason": null
|
|
7781
|
+
},
|
|
7782
|
+
{
|
|
7783
|
+
"name": "SV",
|
|
7784
|
+
"description": null,
|
|
7785
|
+
"isDeprecated": false,
|
|
7786
|
+
"deprecationReason": null
|
|
7787
|
+
},
|
|
7788
|
+
{
|
|
7789
|
+
"name": "SX",
|
|
7790
|
+
"description": null,
|
|
7791
|
+
"isDeprecated": false,
|
|
7792
|
+
"deprecationReason": null
|
|
7793
|
+
},
|
|
7794
|
+
{
|
|
7795
|
+
"name": "SY",
|
|
7796
|
+
"description": null,
|
|
7797
|
+
"isDeprecated": false,
|
|
7798
|
+
"deprecationReason": null
|
|
7799
|
+
},
|
|
7800
|
+
{
|
|
7801
|
+
"name": "SZ",
|
|
7802
|
+
"description": null,
|
|
7803
|
+
"isDeprecated": false,
|
|
7804
|
+
"deprecationReason": null
|
|
7805
|
+
},
|
|
7806
|
+
{
|
|
7807
|
+
"name": "TC",
|
|
7808
|
+
"description": null,
|
|
7809
|
+
"isDeprecated": false,
|
|
7810
|
+
"deprecationReason": null
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"name": "TD",
|
|
7814
|
+
"description": null,
|
|
7815
|
+
"isDeprecated": false,
|
|
7816
|
+
"deprecationReason": null
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"name": "TF",
|
|
7820
|
+
"description": null,
|
|
7821
|
+
"isDeprecated": false,
|
|
7822
|
+
"deprecationReason": null
|
|
7823
|
+
},
|
|
7824
|
+
{
|
|
7825
|
+
"name": "TG",
|
|
7826
|
+
"description": null,
|
|
7827
|
+
"isDeprecated": false,
|
|
7828
|
+
"deprecationReason": null
|
|
7829
|
+
},
|
|
7830
|
+
{
|
|
7831
|
+
"name": "TH",
|
|
7832
|
+
"description": null,
|
|
7833
|
+
"isDeprecated": false,
|
|
7834
|
+
"deprecationReason": null
|
|
7835
|
+
},
|
|
7836
|
+
{
|
|
7837
|
+
"name": "TJ",
|
|
7838
|
+
"description": null,
|
|
7839
|
+
"isDeprecated": false,
|
|
7840
|
+
"deprecationReason": null
|
|
7841
|
+
},
|
|
7842
|
+
{
|
|
7843
|
+
"name": "TK",
|
|
7844
|
+
"description": null,
|
|
7845
|
+
"isDeprecated": false,
|
|
7846
|
+
"deprecationReason": null
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"name": "TL",
|
|
7850
|
+
"description": null,
|
|
7851
|
+
"isDeprecated": false,
|
|
7852
|
+
"deprecationReason": null
|
|
7853
|
+
},
|
|
7854
|
+
{
|
|
7855
|
+
"name": "TM",
|
|
7856
|
+
"description": null,
|
|
7857
|
+
"isDeprecated": false,
|
|
7858
|
+
"deprecationReason": null
|
|
7859
|
+
},
|
|
7860
|
+
{
|
|
7861
|
+
"name": "TN",
|
|
7862
|
+
"description": null,
|
|
7863
|
+
"isDeprecated": false,
|
|
7864
|
+
"deprecationReason": null
|
|
7865
|
+
},
|
|
7866
|
+
{
|
|
7867
|
+
"name": "TO",
|
|
7868
|
+
"description": null,
|
|
7869
|
+
"isDeprecated": false,
|
|
7870
|
+
"deprecationReason": null
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
"name": "TR",
|
|
7874
|
+
"description": null,
|
|
7875
|
+
"isDeprecated": false,
|
|
7876
|
+
"deprecationReason": null
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"name": "TT",
|
|
7880
|
+
"description": null,
|
|
7881
|
+
"isDeprecated": false,
|
|
7882
|
+
"deprecationReason": null
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"name": "TV",
|
|
7886
|
+
"description": null,
|
|
7887
|
+
"isDeprecated": false,
|
|
7888
|
+
"deprecationReason": null
|
|
7889
|
+
},
|
|
7890
|
+
{
|
|
7891
|
+
"name": "TW",
|
|
7892
|
+
"description": null,
|
|
7893
|
+
"isDeprecated": false,
|
|
7894
|
+
"deprecationReason": null
|
|
7895
|
+
},
|
|
7896
|
+
{
|
|
7897
|
+
"name": "TZ",
|
|
7898
|
+
"description": null,
|
|
7899
|
+
"isDeprecated": false,
|
|
7900
|
+
"deprecationReason": null
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"name": "UA",
|
|
7904
|
+
"description": null,
|
|
7905
|
+
"isDeprecated": false,
|
|
7906
|
+
"deprecationReason": null
|
|
7907
|
+
},
|
|
7908
|
+
{
|
|
7909
|
+
"name": "UG",
|
|
7910
|
+
"description": null,
|
|
7911
|
+
"isDeprecated": false,
|
|
7912
|
+
"deprecationReason": null
|
|
7913
|
+
},
|
|
7914
|
+
{
|
|
7915
|
+
"name": "UM",
|
|
7916
|
+
"description": null,
|
|
7917
|
+
"isDeprecated": false,
|
|
7918
|
+
"deprecationReason": null
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"name": "US",
|
|
7922
|
+
"description": null,
|
|
7923
|
+
"isDeprecated": false,
|
|
7924
|
+
"deprecationReason": null
|
|
7925
|
+
},
|
|
7926
|
+
{
|
|
7927
|
+
"name": "UY",
|
|
7928
|
+
"description": null,
|
|
7929
|
+
"isDeprecated": false,
|
|
7930
|
+
"deprecationReason": null
|
|
7931
|
+
},
|
|
7932
|
+
{
|
|
7933
|
+
"name": "UZ",
|
|
7934
|
+
"description": null,
|
|
7935
|
+
"isDeprecated": false,
|
|
7936
|
+
"deprecationReason": null
|
|
7937
|
+
},
|
|
7938
|
+
{
|
|
7939
|
+
"name": "VA",
|
|
7940
|
+
"description": null,
|
|
7941
|
+
"isDeprecated": false,
|
|
7942
|
+
"deprecationReason": null
|
|
7943
|
+
},
|
|
7944
|
+
{
|
|
7945
|
+
"name": "VC",
|
|
7946
|
+
"description": null,
|
|
7947
|
+
"isDeprecated": false,
|
|
7948
|
+
"deprecationReason": null
|
|
7949
|
+
}
|
|
7950
|
+
],
|
|
7951
|
+
"possibleTypes": null
|
|
7952
|
+
},
|
|
7953
|
+
{
|
|
7954
|
+
"kind": "SCALAR",
|
|
7955
|
+
"name": "DateTime",
|
|
7956
|
+
"description": "The `DateTime` scalar represents a date and time following the ISO 8601 standard",
|
|
7957
|
+
"fields": null,
|
|
7958
|
+
"inputFields": null,
|
|
7959
|
+
"interfaces": null,
|
|
7960
|
+
"enumValues": null,
|
|
7961
|
+
"possibleTypes": null
|
|
7962
|
+
},
|
|
7963
|
+
{
|
|
7964
|
+
"kind": "OBJECT",
|
|
7965
|
+
"name": "EVSE",
|
|
7966
|
+
"description": "EVSE data which extends OCPI EVSE",
|
|
7967
|
+
"fields": [
|
|
7968
|
+
{
|
|
7969
|
+
"name": "uid",
|
|
7970
|
+
"description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.",
|
|
7971
|
+
"args": [],
|
|
7972
|
+
"type": {
|
|
7973
|
+
"kind": "SCALAR",
|
|
7974
|
+
"name": "String",
|
|
7975
|
+
"ofType": null
|
|
6304
7976
|
},
|
|
6305
7977
|
"isDeprecated": false,
|
|
6306
7978
|
"deprecationReason": null
|
|
@@ -6651,7 +8323,7 @@
|
|
|
6651
8323
|
{
|
|
6652
8324
|
"kind": "ENUM",
|
|
6653
8325
|
"name": "LegType",
|
|
6654
|
-
"description": "
|
|
8326
|
+
"description": "Types of a leg",
|
|
6655
8327
|
"fields": null,
|
|
6656
8328
|
"inputFields": null,
|
|
6657
8329
|
"interfaces": null,
|
|
@@ -6689,6 +8361,40 @@
|
|
|
6689
8361
|
],
|
|
6690
8362
|
"possibleTypes": null
|
|
6691
8363
|
},
|
|
8364
|
+
{
|
|
8365
|
+
"kind": "ENUM",
|
|
8366
|
+
"name": "MappingLanguage",
|
|
8367
|
+
"description": "Preferred language for the mapping",
|
|
8368
|
+
"fields": null,
|
|
8369
|
+
"inputFields": null,
|
|
8370
|
+
"interfaces": null,
|
|
8371
|
+
"enumValues": [
|
|
8372
|
+
{
|
|
8373
|
+
"name": "en",
|
|
8374
|
+
"description": null,
|
|
8375
|
+
"isDeprecated": false,
|
|
8376
|
+
"deprecationReason": null
|
|
8377
|
+
}
|
|
8378
|
+
],
|
|
8379
|
+
"possibleTypes": null
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"kind": "ENUM",
|
|
8383
|
+
"name": "MappingProvider",
|
|
8384
|
+
"description": "Navigation service providers available",
|
|
8385
|
+
"fields": null,
|
|
8386
|
+
"inputFields": null,
|
|
8387
|
+
"interfaces": null,
|
|
8388
|
+
"enumValues": [
|
|
8389
|
+
{
|
|
8390
|
+
"name": "MapboxV5",
|
|
8391
|
+
"description": "Mapbox Navigation",
|
|
8392
|
+
"isDeprecated": false,
|
|
8393
|
+
"deprecationReason": null
|
|
8394
|
+
}
|
|
8395
|
+
],
|
|
8396
|
+
"possibleTypes": null
|
|
8397
|
+
},
|
|
6692
8398
|
{
|
|
6693
8399
|
"kind": "OBJECT",
|
|
6694
8400
|
"name": "Mutation",
|
|
@@ -6917,6 +8623,12 @@
|
|
|
6917
8623
|
"description": "Connectors have a mechanical lock that can be requested by the eMSP to be unlocked.",
|
|
6918
8624
|
"isDeprecated": false,
|
|
6919
8625
|
"deprecationReason": null
|
|
8626
|
+
},
|
|
8627
|
+
{
|
|
8628
|
+
"name": "START_SESSION_CONNECTOR_REQUIRED",
|
|
8629
|
+
"description": "When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object.",
|
|
8630
|
+
"isDeprecated": false,
|
|
8631
|
+
"deprecationReason": null
|
|
6920
8632
|
}
|
|
6921
8633
|
],
|
|
6922
8634
|
"possibleTypes": null
|
|
@@ -6947,7 +8659,7 @@
|
|
|
6947
8659
|
{
|
|
6948
8660
|
"kind": "ENUM",
|
|
6949
8661
|
"name": "OCPIConnectorType",
|
|
6950
|
-
"description": "
|
|
8662
|
+
"description": "Deprecated: Please use ConnectorType instead",
|
|
6951
8663
|
"fields": null,
|
|
6952
8664
|
"inputFields": null,
|
|
6953
8665
|
"interfaces": null,
|
|
@@ -7030,6 +8742,24 @@
|
|
|
7030
8742
|
"isDeprecated": false,
|
|
7031
8743
|
"deprecationReason": null
|
|
7032
8744
|
},
|
|
8745
|
+
{
|
|
8746
|
+
"name": "DOMESTIC_M",
|
|
8747
|
+
"description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
|
|
8748
|
+
"isDeprecated": false,
|
|
8749
|
+
"deprecationReason": null
|
|
8750
|
+
},
|
|
8751
|
+
{
|
|
8752
|
+
"name": "DOMESTIC_N",
|
|
8753
|
+
"description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
|
|
8754
|
+
"isDeprecated": false,
|
|
8755
|
+
"deprecationReason": null
|
|
8756
|
+
},
|
|
8757
|
+
{
|
|
8758
|
+
"name": "DOMESTIC_O",
|
|
8759
|
+
"description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
|
|
8760
|
+
"isDeprecated": false,
|
|
8761
|
+
"deprecationReason": null
|
|
8762
|
+
},
|
|
7033
8763
|
{
|
|
7034
8764
|
"name": "IEC_60309_2_single_16",
|
|
7035
8765
|
"description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue)",
|
|
@@ -7116,7 +8846,55 @@
|
|
|
7116
8846
|
},
|
|
7117
8847
|
{
|
|
7118
8848
|
"name": "GB_T",
|
|
7119
|
-
"description": "
|
|
8849
|
+
"description": "The connector type is GB_T (Chinese standard), DC",
|
|
8850
|
+
"isDeprecated": false,
|
|
8851
|
+
"deprecationReason": null
|
|
8852
|
+
},
|
|
8853
|
+
{
|
|
8854
|
+
"name": "CHAOJI",
|
|
8855
|
+
"description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
|
|
8856
|
+
"isDeprecated": false,
|
|
8857
|
+
"deprecationReason": null
|
|
8858
|
+
},
|
|
8859
|
+
{
|
|
8860
|
+
"name": "NEMA_5_20",
|
|
8861
|
+
"description": "The connector type is NEMA 5-20, 3 pins",
|
|
8862
|
+
"isDeprecated": false,
|
|
8863
|
+
"deprecationReason": null
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"name": "NEMA_6_30",
|
|
8867
|
+
"description": "The connector type is NEMA 6-30, 3 pins",
|
|
8868
|
+
"isDeprecated": false,
|
|
8869
|
+
"deprecationReason": null
|
|
8870
|
+
},
|
|
8871
|
+
{
|
|
8872
|
+
"name": "NEMA_6_50",
|
|
8873
|
+
"description": "The connector type is NEMA 6-50, 3 pins",
|
|
8874
|
+
"isDeprecated": false,
|
|
8875
|
+
"deprecationReason": null
|
|
8876
|
+
},
|
|
8877
|
+
{
|
|
8878
|
+
"name": "NEMA_10_30",
|
|
8879
|
+
"description": "The connector type is NEMA 10-30, 3 pins",
|
|
8880
|
+
"isDeprecated": false,
|
|
8881
|
+
"deprecationReason": null
|
|
8882
|
+
},
|
|
8883
|
+
{
|
|
8884
|
+
"name": "NEMA_10_50",
|
|
8885
|
+
"description": "The connector type is NEMA 10-50, 3 pins",
|
|
8886
|
+
"isDeprecated": false,
|
|
8887
|
+
"deprecationReason": null
|
|
8888
|
+
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "NEMA_14_30",
|
|
8891
|
+
"description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A",
|
|
8892
|
+
"isDeprecated": false,
|
|
8893
|
+
"deprecationReason": null
|
|
8894
|
+
},
|
|
8895
|
+
{
|
|
8896
|
+
"name": "NEMA_14_50",
|
|
8897
|
+
"description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
|
|
7120
8898
|
"isDeprecated": false,
|
|
7121
8899
|
"deprecationReason": null
|
|
7122
8900
|
}
|
|
@@ -7958,6 +9736,18 @@
|
|
|
7958
9736
|
"isDeprecated": false,
|
|
7959
9737
|
"deprecationReason": null
|
|
7960
9738
|
},
|
|
9739
|
+
{
|
|
9740
|
+
"name": "AC_2_PHASE",
|
|
9741
|
+
"description": "AC two phases, only two of the three available phases connected.",
|
|
9742
|
+
"isDeprecated": false,
|
|
9743
|
+
"deprecationReason": null
|
|
9744
|
+
},
|
|
9745
|
+
{
|
|
9746
|
+
"name": "AC_2_PHASE_SPLIT",
|
|
9747
|
+
"description": "AC two phases using split phase system.",
|
|
9748
|
+
"isDeprecated": false,
|
|
9749
|
+
"deprecationReason": null
|
|
9750
|
+
},
|
|
7961
9751
|
{
|
|
7962
9752
|
"name": "DC",
|
|
7963
9753
|
"description": "Direct Current.",
|
|
@@ -8763,63 +10553,170 @@
|
|
|
8763
10553
|
"args": [],
|
|
8764
10554
|
"type": {
|
|
8765
10555
|
"kind": "SCALAR",
|
|
8766
|
-
"name": "String",
|
|
10556
|
+
"name": "String",
|
|
10557
|
+
"ofType": null
|
|
10558
|
+
},
|
|
10559
|
+
"isDeprecated": false,
|
|
10560
|
+
"deprecationReason": null
|
|
10561
|
+
},
|
|
10562
|
+
{
|
|
10563
|
+
"name": "website",
|
|
10564
|
+
"description": "Link to an operator’s website",
|
|
10565
|
+
"args": [],
|
|
10566
|
+
"type": {
|
|
10567
|
+
"kind": "SCALAR",
|
|
10568
|
+
"name": "String",
|
|
10569
|
+
"ofType": null
|
|
10570
|
+
},
|
|
10571
|
+
"isDeprecated": false,
|
|
10572
|
+
"deprecationReason": null
|
|
10573
|
+
},
|
|
10574
|
+
{
|
|
10575
|
+
"name": "logo",
|
|
10576
|
+
"description": "Image link to an operator’s logo",
|
|
10577
|
+
"args": [],
|
|
10578
|
+
"type": {
|
|
10579
|
+
"kind": "OBJECT",
|
|
10580
|
+
"name": "OCPIImage",
|
|
10581
|
+
"ofType": null
|
|
10582
|
+
},
|
|
10583
|
+
"isDeprecated": false,
|
|
10584
|
+
"deprecationReason": null
|
|
10585
|
+
},
|
|
10586
|
+
{
|
|
10587
|
+
"name": "country",
|
|
10588
|
+
"description": "Deprecated: Not used anymore, please use countries property instead",
|
|
10589
|
+
"args": [],
|
|
10590
|
+
"type": {
|
|
10591
|
+
"kind": "SCALAR",
|
|
10592
|
+
"name": "String",
|
|
10593
|
+
"ofType": null
|
|
10594
|
+
},
|
|
10595
|
+
"isDeprecated": false,
|
|
10596
|
+
"deprecationReason": null
|
|
10597
|
+
},
|
|
10598
|
+
{
|
|
10599
|
+
"name": "countries",
|
|
10600
|
+
"description": "ISO-3166 alpha-2 country codes an operator is active in.",
|
|
10601
|
+
"args": [],
|
|
10602
|
+
"type": {
|
|
10603
|
+
"kind": "LIST",
|
|
10604
|
+
"name": null,
|
|
10605
|
+
"ofType": {
|
|
10606
|
+
"kind": "NON_NULL",
|
|
10607
|
+
"name": null,
|
|
10608
|
+
"ofType": {
|
|
10609
|
+
"kind": "ENUM",
|
|
10610
|
+
"name": "CountryCodeAlpha2",
|
|
10611
|
+
"ofType": null
|
|
10612
|
+
}
|
|
10613
|
+
}
|
|
10614
|
+
},
|
|
10615
|
+
"isDeprecated": false,
|
|
10616
|
+
"deprecationReason": null
|
|
10617
|
+
},
|
|
10618
|
+
{
|
|
10619
|
+
"name": "contact",
|
|
10620
|
+
"description": "Contact information",
|
|
10621
|
+
"args": [],
|
|
10622
|
+
"type": {
|
|
10623
|
+
"kind": "OBJECT",
|
|
10624
|
+
"name": "Contact",
|
|
10625
|
+
"ofType": null
|
|
10626
|
+
},
|
|
10627
|
+
"isDeprecated": false,
|
|
10628
|
+
"deprecationReason": null
|
|
10629
|
+
},
|
|
10630
|
+
{
|
|
10631
|
+
"name": "ranking",
|
|
10632
|
+
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level",
|
|
10633
|
+
"args": [],
|
|
10634
|
+
"type": {
|
|
10635
|
+
"kind": "SCALAR",
|
|
10636
|
+
"name": "Int",
|
|
8767
10637
|
"ofType": null
|
|
8768
10638
|
},
|
|
8769
10639
|
"isDeprecated": false,
|
|
8770
10640
|
"deprecationReason": null
|
|
8771
10641
|
},
|
|
8772
10642
|
{
|
|
8773
|
-
"name": "
|
|
8774
|
-
"description": "
|
|
10643
|
+
"name": "excluded",
|
|
10644
|
+
"description": "Flag which indicates if the operator is in the excluded list",
|
|
8775
10645
|
"args": [],
|
|
8776
10646
|
"type": {
|
|
8777
10647
|
"kind": "SCALAR",
|
|
8778
|
-
"name": "
|
|
10648
|
+
"name": "Boolean",
|
|
8779
10649
|
"ofType": null
|
|
8780
10650
|
},
|
|
8781
10651
|
"isDeprecated": false,
|
|
8782
10652
|
"deprecationReason": null
|
|
8783
|
-
}
|
|
10653
|
+
}
|
|
10654
|
+
],
|
|
10655
|
+
"inputFields": null,
|
|
10656
|
+
"interfaces": [],
|
|
10657
|
+
"enumValues": null,
|
|
10658
|
+
"possibleTypes": null
|
|
10659
|
+
},
|
|
10660
|
+
{
|
|
10661
|
+
"kind": "INPUT_OBJECT",
|
|
10662
|
+
"name": "OperatorListFilter",
|
|
10663
|
+
"description": "Filter which can be applied to retrieve the operator list action",
|
|
10664
|
+
"fields": null,
|
|
10665
|
+
"inputFields": [
|
|
8784
10666
|
{
|
|
8785
|
-
"name": "
|
|
8786
|
-
"description": "
|
|
8787
|
-
"args": [],
|
|
10667
|
+
"name": "countries",
|
|
10668
|
+
"description": "ISO-3166 alpha-2 country codes an operator is active in.",
|
|
8788
10669
|
"type": {
|
|
8789
|
-
"kind": "
|
|
8790
|
-
"name":
|
|
8791
|
-
"ofType":
|
|
10670
|
+
"kind": "LIST",
|
|
10671
|
+
"name": null,
|
|
10672
|
+
"ofType": {
|
|
10673
|
+
"kind": "NON_NULL",
|
|
10674
|
+
"name": null,
|
|
10675
|
+
"ofType": {
|
|
10676
|
+
"kind": "ENUM",
|
|
10677
|
+
"name": "CountryCodeAlpha2",
|
|
10678
|
+
"ofType": null
|
|
10679
|
+
}
|
|
10680
|
+
}
|
|
8792
10681
|
},
|
|
10682
|
+
"defaultValue": null,
|
|
8793
10683
|
"isDeprecated": false,
|
|
8794
10684
|
"deprecationReason": null
|
|
8795
10685
|
},
|
|
8796
10686
|
{
|
|
8797
|
-
"name": "
|
|
8798
|
-
"description": "
|
|
8799
|
-
"args": [],
|
|
10687
|
+
"name": "ranking",
|
|
10688
|
+
"description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10",
|
|
8800
10689
|
"type": {
|
|
8801
|
-
"kind": "
|
|
8802
|
-
"name":
|
|
8803
|
-
"ofType":
|
|
10690
|
+
"kind": "LIST",
|
|
10691
|
+
"name": null,
|
|
10692
|
+
"ofType": {
|
|
10693
|
+
"kind": "NON_NULL",
|
|
10694
|
+
"name": null,
|
|
10695
|
+
"ofType": {
|
|
10696
|
+
"kind": "SCALAR",
|
|
10697
|
+
"name": "Int",
|
|
10698
|
+
"ofType": null
|
|
10699
|
+
}
|
|
10700
|
+
}
|
|
8804
10701
|
},
|
|
10702
|
+
"defaultValue": null,
|
|
8805
10703
|
"isDeprecated": false,
|
|
8806
10704
|
"deprecationReason": null
|
|
8807
10705
|
},
|
|
8808
10706
|
{
|
|
8809
|
-
"name": "
|
|
8810
|
-
"description": "
|
|
8811
|
-
"args": [],
|
|
10707
|
+
"name": "excluded",
|
|
10708
|
+
"description": "Only retrieve operators that are in the excluded list",
|
|
8812
10709
|
"type": {
|
|
8813
|
-
"kind": "
|
|
8814
|
-
"name": "
|
|
10710
|
+
"kind": "SCALAR",
|
|
10711
|
+
"name": "Boolean",
|
|
8815
10712
|
"ofType": null
|
|
8816
10713
|
},
|
|
10714
|
+
"defaultValue": null,
|
|
8817
10715
|
"isDeprecated": false,
|
|
8818
10716
|
"deprecationReason": null
|
|
8819
10717
|
}
|
|
8820
10718
|
],
|
|
8821
|
-
"
|
|
8822
|
-
"interfaces": [],
|
|
10719
|
+
"interfaces": null,
|
|
8823
10720
|
"enumValues": null,
|
|
8824
10721
|
"possibleTypes": null
|
|
8825
10722
|
},
|
|
@@ -9068,73 +10965,261 @@
|
|
|
9068
10965
|
"kind": "NON_NULL",
|
|
9069
10966
|
"name": null,
|
|
9070
10967
|
"ofType": {
|
|
9071
|
-
"kind": "LIST",
|
|
9072
|
-
"name": null,
|
|
9073
|
-
"ofType": {
|
|
9074
|
-
"kind": "NON_NULL",
|
|
9075
|
-
"name": null,
|
|
9076
|
-
"ofType": {
|
|
9077
|
-
"kind": "SCALAR",
|
|
9078
|
-
"name": "Float",
|
|
9079
|
-
"ofType": null
|
|
9080
|
-
}
|
|
9081
|
-
}
|
|
10968
|
+
"kind": "LIST",
|
|
10969
|
+
"name": null,
|
|
10970
|
+
"ofType": {
|
|
10971
|
+
"kind": "NON_NULL",
|
|
10972
|
+
"name": null,
|
|
10973
|
+
"ofType": {
|
|
10974
|
+
"kind": "SCALAR",
|
|
10975
|
+
"name": "Float",
|
|
10976
|
+
"ofType": null
|
|
10977
|
+
}
|
|
10978
|
+
}
|
|
10979
|
+
}
|
|
10980
|
+
},
|
|
10981
|
+
"defaultValue": null,
|
|
10982
|
+
"isDeprecated": false,
|
|
10983
|
+
"deprecationReason": null
|
|
10984
|
+
}
|
|
10985
|
+
],
|
|
10986
|
+
"interfaces": null,
|
|
10987
|
+
"enumValues": null,
|
|
10988
|
+
"possibleTypes": null
|
|
10989
|
+
},
|
|
10990
|
+
{
|
|
10991
|
+
"kind": "ENUM",
|
|
10992
|
+
"name": "PointType",
|
|
10993
|
+
"description": "GeoJSON Point type",
|
|
10994
|
+
"fields": null,
|
|
10995
|
+
"inputFields": null,
|
|
10996
|
+
"interfaces": null,
|
|
10997
|
+
"enumValues": [
|
|
10998
|
+
{
|
|
10999
|
+
"name": "Point",
|
|
11000
|
+
"description": null,
|
|
11001
|
+
"isDeprecated": false,
|
|
11002
|
+
"deprecationReason": null
|
|
11003
|
+
}
|
|
11004
|
+
],
|
|
11005
|
+
"possibleTypes": null
|
|
11006
|
+
},
|
|
11007
|
+
{
|
|
11008
|
+
"kind": "OBJECT",
|
|
11009
|
+
"name": "PowerList",
|
|
11010
|
+
"description": "The list of powers for the speed type",
|
|
11011
|
+
"fields": [
|
|
11012
|
+
{
|
|
11013
|
+
"name": "power",
|
|
11014
|
+
"description": "The maximum power the plug provides in kW",
|
|
11015
|
+
"args": [],
|
|
11016
|
+
"type": {
|
|
11017
|
+
"kind": "SCALAR",
|
|
11018
|
+
"name": "Float",
|
|
11019
|
+
"ofType": null
|
|
11020
|
+
},
|
|
11021
|
+
"isDeprecated": false,
|
|
11022
|
+
"deprecationReason": null
|
|
11023
|
+
},
|
|
11024
|
+
{
|
|
11025
|
+
"name": "total",
|
|
11026
|
+
"description": "The total number of stations with the specified power",
|
|
11027
|
+
"args": [],
|
|
11028
|
+
"type": {
|
|
11029
|
+
"kind": "SCALAR",
|
|
11030
|
+
"name": "Int",
|
|
11031
|
+
"ofType": null
|
|
11032
|
+
},
|
|
11033
|
+
"isDeprecated": false,
|
|
11034
|
+
"deprecationReason": null
|
|
11035
|
+
}
|
|
11036
|
+
],
|
|
11037
|
+
"inputFields": null,
|
|
11038
|
+
"interfaces": [],
|
|
11039
|
+
"enumValues": null,
|
|
11040
|
+
"possibleTypes": null
|
|
11041
|
+
},
|
|
11042
|
+
{
|
|
11043
|
+
"kind": "OBJECT",
|
|
11044
|
+
"name": "PowerStats",
|
|
11045
|
+
"description": "Power stats model",
|
|
11046
|
+
"fields": [
|
|
11047
|
+
{
|
|
11048
|
+
"name": "type",
|
|
11049
|
+
"description": "The charging speed type for the specified power",
|
|
11050
|
+
"args": [],
|
|
11051
|
+
"type": {
|
|
11052
|
+
"kind": "ENUM",
|
|
11053
|
+
"name": "StationSpeedType",
|
|
11054
|
+
"ofType": null
|
|
11055
|
+
},
|
|
11056
|
+
"isDeprecated": false,
|
|
11057
|
+
"deprecationReason": null
|
|
11058
|
+
},
|
|
11059
|
+
{
|
|
11060
|
+
"name": "powers",
|
|
11061
|
+
"description": "The list of powers for the speed type",
|
|
11062
|
+
"args": [],
|
|
11063
|
+
"type": {
|
|
11064
|
+
"kind": "LIST",
|
|
11065
|
+
"name": null,
|
|
11066
|
+
"ofType": {
|
|
11067
|
+
"kind": "OBJECT",
|
|
11068
|
+
"name": "PowerList",
|
|
11069
|
+
"ofType": null
|
|
11070
|
+
}
|
|
11071
|
+
},
|
|
11072
|
+
"isDeprecated": false,
|
|
11073
|
+
"deprecationReason": null
|
|
11074
|
+
}
|
|
11075
|
+
],
|
|
11076
|
+
"inputFields": null,
|
|
11077
|
+
"interfaces": [],
|
|
11078
|
+
"enumValues": null,
|
|
11079
|
+
"possibleTypes": null
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"kind": "OBJECT",
|
|
11083
|
+
"name": "Price",
|
|
11084
|
+
"description": "The price model",
|
|
11085
|
+
"fields": [
|
|
11086
|
+
{
|
|
11087
|
+
"name": "value",
|
|
11088
|
+
"description": "The value of the price",
|
|
11089
|
+
"args": [],
|
|
11090
|
+
"type": {
|
|
11091
|
+
"kind": "SCALAR",
|
|
11092
|
+
"name": "String",
|
|
11093
|
+
"ofType": null
|
|
11094
|
+
},
|
|
11095
|
+
"isDeprecated": false,
|
|
11096
|
+
"deprecationReason": null
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"name": "currency",
|
|
11100
|
+
"description": "The currency of the price",
|
|
11101
|
+
"args": [],
|
|
11102
|
+
"type": {
|
|
11103
|
+
"kind": "SCALAR",
|
|
11104
|
+
"name": "String",
|
|
11105
|
+
"ofType": null
|
|
11106
|
+
},
|
|
11107
|
+
"isDeprecated": false,
|
|
11108
|
+
"deprecationReason": null
|
|
11109
|
+
},
|
|
11110
|
+
{
|
|
11111
|
+
"name": "model",
|
|
11112
|
+
"description": "The pricing model",
|
|
11113
|
+
"args": [],
|
|
11114
|
+
"type": {
|
|
11115
|
+
"kind": "SCALAR",
|
|
11116
|
+
"name": "String",
|
|
11117
|
+
"ofType": null
|
|
11118
|
+
},
|
|
11119
|
+
"isDeprecated": false,
|
|
11120
|
+
"deprecationReason": null
|
|
11121
|
+
},
|
|
11122
|
+
{
|
|
11123
|
+
"name": "displayValue",
|
|
11124
|
+
"description": "The value of the price which should be display by the frontend",
|
|
11125
|
+
"args": [],
|
|
11126
|
+
"type": {
|
|
11127
|
+
"kind": "SCALAR",
|
|
11128
|
+
"name": "String",
|
|
11129
|
+
"ofType": null
|
|
11130
|
+
},
|
|
11131
|
+
"isDeprecated": false,
|
|
11132
|
+
"deprecationReason": null
|
|
11133
|
+
}
|
|
11134
|
+
],
|
|
11135
|
+
"inputFields": null,
|
|
11136
|
+
"interfaces": [],
|
|
11137
|
+
"enumValues": null,
|
|
11138
|
+
"possibleTypes": null
|
|
11139
|
+
},
|
|
11140
|
+
{
|
|
11141
|
+
"kind": "OBJECT",
|
|
11142
|
+
"name": "Pricing",
|
|
11143
|
+
"description": null,
|
|
11144
|
+
"fields": [
|
|
11145
|
+
{
|
|
11146
|
+
"name": "id",
|
|
11147
|
+
"description": "Unique ID of a price",
|
|
11148
|
+
"args": [],
|
|
11149
|
+
"type": {
|
|
11150
|
+
"kind": "SCALAR",
|
|
11151
|
+
"name": "String",
|
|
11152
|
+
"ofType": null
|
|
11153
|
+
},
|
|
11154
|
+
"isDeprecated": false,
|
|
11155
|
+
"deprecationReason": null
|
|
11156
|
+
},
|
|
11157
|
+
{
|
|
11158
|
+
"name": "price_list",
|
|
11159
|
+
"description": "Price details",
|
|
11160
|
+
"args": [],
|
|
11161
|
+
"type": {
|
|
11162
|
+
"kind": "LIST",
|
|
11163
|
+
"name": null,
|
|
11164
|
+
"ofType": {
|
|
11165
|
+
"kind": "OBJECT",
|
|
11166
|
+
"name": "PricingList",
|
|
11167
|
+
"ofType": null
|
|
9082
11168
|
}
|
|
9083
11169
|
},
|
|
9084
|
-
"defaultValue": null,
|
|
9085
11170
|
"isDeprecated": false,
|
|
9086
11171
|
"deprecationReason": null
|
|
9087
11172
|
}
|
|
9088
11173
|
],
|
|
9089
|
-
"interfaces": null,
|
|
9090
|
-
"enumValues": null,
|
|
9091
|
-
"possibleTypes": null
|
|
9092
|
-
},
|
|
9093
|
-
{
|
|
9094
|
-
"kind": "ENUM",
|
|
9095
|
-
"name": "PointType",
|
|
9096
|
-
"description": "GeoJSON Point type",
|
|
9097
|
-
"fields": null,
|
|
9098
11174
|
"inputFields": null,
|
|
9099
|
-
"interfaces":
|
|
9100
|
-
"enumValues":
|
|
9101
|
-
{
|
|
9102
|
-
"name": "Point",
|
|
9103
|
-
"description": null,
|
|
9104
|
-
"isDeprecated": false,
|
|
9105
|
-
"deprecationReason": null
|
|
9106
|
-
}
|
|
9107
|
-
],
|
|
11175
|
+
"interfaces": [],
|
|
11176
|
+
"enumValues": null,
|
|
9108
11177
|
"possibleTypes": null
|
|
9109
11178
|
},
|
|
9110
11179
|
{
|
|
9111
11180
|
"kind": "OBJECT",
|
|
9112
|
-
"name": "
|
|
9113
|
-
"description":
|
|
11181
|
+
"name": "PricingList",
|
|
11182
|
+
"description": null,
|
|
9114
11183
|
"fields": [
|
|
9115
11184
|
{
|
|
9116
|
-
"name": "
|
|
9117
|
-
"description": "
|
|
11185
|
+
"name": "partner",
|
|
11186
|
+
"description": "(MSP) Mobility Service Provider",
|
|
9118
11187
|
"args": [],
|
|
9119
11188
|
"type": {
|
|
9120
11189
|
"kind": "SCALAR",
|
|
9121
|
-
"name": "
|
|
11190
|
+
"name": "String",
|
|
9122
11191
|
"ofType": null
|
|
9123
11192
|
},
|
|
9124
11193
|
"isDeprecated": false,
|
|
9125
11194
|
"deprecationReason": null
|
|
9126
11195
|
},
|
|
9127
11196
|
{
|
|
9128
|
-
"name": "
|
|
9129
|
-
"description": "
|
|
11197
|
+
"name": "product",
|
|
11198
|
+
"description": "Product details",
|
|
9130
11199
|
"args": [],
|
|
9131
11200
|
"type": {
|
|
9132
|
-
"kind": "
|
|
9133
|
-
"name": "
|
|
11201
|
+
"kind": "OBJECT",
|
|
11202
|
+
"name": "PricingListProduct",
|
|
9134
11203
|
"ofType": null
|
|
9135
11204
|
},
|
|
9136
11205
|
"isDeprecated": false,
|
|
9137
11206
|
"deprecationReason": null
|
|
11207
|
+
},
|
|
11208
|
+
{
|
|
11209
|
+
"name": "elements",
|
|
11210
|
+
"description": "Price product elements",
|
|
11211
|
+
"args": [],
|
|
11212
|
+
"type": {
|
|
11213
|
+
"kind": "LIST",
|
|
11214
|
+
"name": null,
|
|
11215
|
+
"ofType": {
|
|
11216
|
+
"kind": "OBJECT",
|
|
11217
|
+
"name": "PricingListElement",
|
|
11218
|
+
"ofType": null
|
|
11219
|
+
}
|
|
11220
|
+
},
|
|
11221
|
+
"isDeprecated": false,
|
|
11222
|
+
"deprecationReason": null
|
|
9138
11223
|
}
|
|
9139
11224
|
],
|
|
9140
11225
|
"inputFields": null,
|
|
@@ -9144,33 +11229,41 @@
|
|
|
9144
11229
|
},
|
|
9145
11230
|
{
|
|
9146
11231
|
"kind": "OBJECT",
|
|
9147
|
-
"name": "
|
|
9148
|
-
"description":
|
|
11232
|
+
"name": "PricingListElement",
|
|
11233
|
+
"description": null,
|
|
9149
11234
|
"fields": [
|
|
9150
11235
|
{
|
|
9151
11236
|
"name": "type",
|
|
9152
|
-
"description": "
|
|
11237
|
+
"description": "Price element type.",
|
|
9153
11238
|
"args": [],
|
|
9154
11239
|
"type": {
|
|
9155
11240
|
"kind": "ENUM",
|
|
9156
|
-
"name": "
|
|
11241
|
+
"name": "PricingListElementType",
|
|
9157
11242
|
"ofType": null
|
|
9158
11243
|
},
|
|
9159
11244
|
"isDeprecated": false,
|
|
9160
11245
|
"deprecationReason": null
|
|
9161
11246
|
},
|
|
9162
11247
|
{
|
|
9163
|
-
"name": "
|
|
9164
|
-
"description": "
|
|
11248
|
+
"name": "price_excl_vat",
|
|
11249
|
+
"description": "Price of the element type without VAT.",
|
|
9165
11250
|
"args": [],
|
|
9166
11251
|
"type": {
|
|
9167
|
-
"kind": "
|
|
9168
|
-
"name":
|
|
9169
|
-
"ofType":
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
11252
|
+
"kind": "SCALAR",
|
|
11253
|
+
"name": "Float",
|
|
11254
|
+
"ofType": null
|
|
11255
|
+
},
|
|
11256
|
+
"isDeprecated": false,
|
|
11257
|
+
"deprecationReason": null
|
|
11258
|
+
},
|
|
11259
|
+
{
|
|
11260
|
+
"name": "vat",
|
|
11261
|
+
"description": "VAT percentage to apply",
|
|
11262
|
+
"args": [],
|
|
11263
|
+
"type": {
|
|
11264
|
+
"kind": "SCALAR",
|
|
11265
|
+
"name": "Float",
|
|
11266
|
+
"ofType": null
|
|
9174
11267
|
},
|
|
9175
11268
|
"isDeprecated": false,
|
|
9176
11269
|
"deprecationReason": null
|
|
@@ -9181,14 +11274,49 @@
|
|
|
9181
11274
|
"enumValues": null,
|
|
9182
11275
|
"possibleTypes": null
|
|
9183
11276
|
},
|
|
11277
|
+
{
|
|
11278
|
+
"kind": "ENUM",
|
|
11279
|
+
"name": "PricingListElementType",
|
|
11280
|
+
"description": null,
|
|
11281
|
+
"fields": null,
|
|
11282
|
+
"inputFields": null,
|
|
11283
|
+
"interfaces": null,
|
|
11284
|
+
"enumValues": [
|
|
11285
|
+
{
|
|
11286
|
+
"name": "ENERGY",
|
|
11287
|
+
"description": "Price per kWh",
|
|
11288
|
+
"isDeprecated": false,
|
|
11289
|
+
"deprecationReason": null
|
|
11290
|
+
},
|
|
11291
|
+
{
|
|
11292
|
+
"name": "FLAT",
|
|
11293
|
+
"description": "Starting price, fixed fee per charge session",
|
|
11294
|
+
"isDeprecated": false,
|
|
11295
|
+
"deprecationReason": null
|
|
11296
|
+
},
|
|
11297
|
+
{
|
|
11298
|
+
"name": "TIME",
|
|
11299
|
+
"description": "Fixed price per hour",
|
|
11300
|
+
"isDeprecated": false,
|
|
11301
|
+
"deprecationReason": null
|
|
11302
|
+
},
|
|
11303
|
+
{
|
|
11304
|
+
"name": "PARKING_TIME",
|
|
11305
|
+
"description": "Parking price per hour",
|
|
11306
|
+
"isDeprecated": false,
|
|
11307
|
+
"deprecationReason": null
|
|
11308
|
+
}
|
|
11309
|
+
],
|
|
11310
|
+
"possibleTypes": null
|
|
11311
|
+
},
|
|
9184
11312
|
{
|
|
9185
11313
|
"kind": "OBJECT",
|
|
9186
|
-
"name": "
|
|
9187
|
-
"description":
|
|
11314
|
+
"name": "PricingListProduct",
|
|
11315
|
+
"description": null,
|
|
9188
11316
|
"fields": [
|
|
9189
11317
|
{
|
|
9190
|
-
"name": "
|
|
9191
|
-
"description": "
|
|
11318
|
+
"name": "name",
|
|
11319
|
+
"description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price",
|
|
9192
11320
|
"args": [],
|
|
9193
11321
|
"type": {
|
|
9194
11322
|
"kind": "SCALAR",
|
|
@@ -9199,8 +11327,8 @@
|
|
|
9199
11327
|
"deprecationReason": null
|
|
9200
11328
|
},
|
|
9201
11329
|
{
|
|
9202
|
-
"name": "
|
|
9203
|
-
"description": "
|
|
11330
|
+
"name": "description",
|
|
11331
|
+
"description": "Description of the product",
|
|
9204
11332
|
"args": [],
|
|
9205
11333
|
"type": {
|
|
9206
11334
|
"kind": "SCALAR",
|
|
@@ -9211,8 +11339,8 @@
|
|
|
9211
11339
|
"deprecationReason": null
|
|
9212
11340
|
},
|
|
9213
11341
|
{
|
|
9214
|
-
"name": "
|
|
9215
|
-
"description": "
|
|
11342
|
+
"name": "subscription_type",
|
|
11343
|
+
"description": "Subscription type",
|
|
9216
11344
|
"args": [],
|
|
9217
11345
|
"type": {
|
|
9218
11346
|
"kind": "SCALAR",
|
|
@@ -9223,8 +11351,20 @@
|
|
|
9223
11351
|
"deprecationReason": null
|
|
9224
11352
|
},
|
|
9225
11353
|
{
|
|
9226
|
-
"name": "
|
|
9227
|
-
"description": "
|
|
11354
|
+
"name": "subscription_fee_excl_vat",
|
|
11355
|
+
"description": "Subscription fee without VAT",
|
|
11356
|
+
"args": [],
|
|
11357
|
+
"type": {
|
|
11358
|
+
"kind": "SCALAR",
|
|
11359
|
+
"name": "Float",
|
|
11360
|
+
"ofType": null
|
|
11361
|
+
},
|
|
11362
|
+
"isDeprecated": false,
|
|
11363
|
+
"deprecationReason": null
|
|
11364
|
+
},
|
|
11365
|
+
{
|
|
11366
|
+
"name": "currency",
|
|
11367
|
+
"description": "Currency",
|
|
9228
11368
|
"args": [],
|
|
9229
11369
|
"type": {
|
|
9230
11370
|
"kind": "SCALAR",
|
|
@@ -9423,7 +11563,7 @@
|
|
|
9423
11563
|
"args": [
|
|
9424
11564
|
{
|
|
9425
11565
|
"name": "query",
|
|
9426
|
-
"description": "
|
|
11566
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
9427
11567
|
"type": {
|
|
9428
11568
|
"kind": "INPUT_OBJECT",
|
|
9429
11569
|
"name": "OperatorListQuery",
|
|
@@ -9433,6 +11573,30 @@
|
|
|
9433
11573
|
"isDeprecated": false,
|
|
9434
11574
|
"deprecationReason": null
|
|
9435
11575
|
},
|
|
11576
|
+
{
|
|
11577
|
+
"name": "search",
|
|
11578
|
+
"description": "Search operator by name",
|
|
11579
|
+
"type": {
|
|
11580
|
+
"kind": "SCALAR",
|
|
11581
|
+
"name": "String",
|
|
11582
|
+
"ofType": null
|
|
11583
|
+
},
|
|
11584
|
+
"defaultValue": null,
|
|
11585
|
+
"isDeprecated": false,
|
|
11586
|
+
"deprecationReason": null
|
|
11587
|
+
},
|
|
11588
|
+
{
|
|
11589
|
+
"name": "filter",
|
|
11590
|
+
"description": "Filter operators by parameters",
|
|
11591
|
+
"type": {
|
|
11592
|
+
"kind": "INPUT_OBJECT",
|
|
11593
|
+
"name": "OperatorListFilter",
|
|
11594
|
+
"ofType": null
|
|
11595
|
+
},
|
|
11596
|
+
"defaultValue": null,
|
|
11597
|
+
"isDeprecated": false,
|
|
11598
|
+
"deprecationReason": null
|
|
11599
|
+
},
|
|
9436
11600
|
{
|
|
9437
11601
|
"name": "size",
|
|
9438
11602
|
"description": "Number of elements (count) to return, default: 10",
|
|
@@ -9911,6 +12075,75 @@
|
|
|
9911
12075
|
},
|
|
9912
12076
|
"isDeprecated": false,
|
|
9913
12077
|
"deprecationReason": null
|
|
12078
|
+
},
|
|
12079
|
+
{
|
|
12080
|
+
"name": "navigationMapping",
|
|
12081
|
+
"description": "Convert a route to navigation instructions for a specified mapping provider",
|
|
12082
|
+
"args": [
|
|
12083
|
+
{
|
|
12084
|
+
"name": "id",
|
|
12085
|
+
"description": "ID of a route",
|
|
12086
|
+
"type": {
|
|
12087
|
+
"kind": "NON_NULL",
|
|
12088
|
+
"name": null,
|
|
12089
|
+
"ofType": {
|
|
12090
|
+
"kind": "SCALAR",
|
|
12091
|
+
"name": "ID",
|
|
12092
|
+
"ofType": null
|
|
12093
|
+
}
|
|
12094
|
+
},
|
|
12095
|
+
"defaultValue": null,
|
|
12096
|
+
"isDeprecated": false,
|
|
12097
|
+
"deprecationReason": null
|
|
12098
|
+
},
|
|
12099
|
+
{
|
|
12100
|
+
"name": "provider",
|
|
12101
|
+
"description": "Navigation service provider",
|
|
12102
|
+
"type": {
|
|
12103
|
+
"kind": "NON_NULL",
|
|
12104
|
+
"name": null,
|
|
12105
|
+
"ofType": {
|
|
12106
|
+
"kind": "ENUM",
|
|
12107
|
+
"name": "MappingProvider",
|
|
12108
|
+
"ofType": null
|
|
12109
|
+
}
|
|
12110
|
+
},
|
|
12111
|
+
"defaultValue": null,
|
|
12112
|
+
"isDeprecated": false,
|
|
12113
|
+
"deprecationReason": null
|
|
12114
|
+
},
|
|
12115
|
+
{
|
|
12116
|
+
"name": "precision",
|
|
12117
|
+
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
12118
|
+
"type": {
|
|
12119
|
+
"kind": "SCALAR",
|
|
12120
|
+
"name": "Int",
|
|
12121
|
+
"ofType": null
|
|
12122
|
+
},
|
|
12123
|
+
"defaultValue": null,
|
|
12124
|
+
"isDeprecated": false,
|
|
12125
|
+
"deprecationReason": null
|
|
12126
|
+
},
|
|
12127
|
+
{
|
|
12128
|
+
"name": "language",
|
|
12129
|
+
"description": "Preferred language, the default is English",
|
|
12130
|
+
"type": {
|
|
12131
|
+
"kind": "ENUM",
|
|
12132
|
+
"name": "MappingLanguage",
|
|
12133
|
+
"ofType": null
|
|
12134
|
+
},
|
|
12135
|
+
"defaultValue": null,
|
|
12136
|
+
"isDeprecated": false,
|
|
12137
|
+
"deprecationReason": null
|
|
12138
|
+
}
|
|
12139
|
+
],
|
|
12140
|
+
"type": {
|
|
12141
|
+
"kind": "SCALAR",
|
|
12142
|
+
"name": "JSON",
|
|
12143
|
+
"ofType": null
|
|
12144
|
+
},
|
|
12145
|
+
"isDeprecated": false,
|
|
12146
|
+
"deprecationReason": null
|
|
9914
12147
|
}
|
|
9915
12148
|
],
|
|
9916
12149
|
"inputFields": null,
|
|
@@ -10012,6 +12245,18 @@
|
|
|
10012
12245
|
"name": "Int",
|
|
10013
12246
|
"ofType": null
|
|
10014
12247
|
},
|
|
12248
|
+
"isDeprecated": true,
|
|
12249
|
+
"deprecationReason": "In favor of occupants"
|
|
12250
|
+
},
|
|
12251
|
+
{
|
|
12252
|
+
"name": "occupants",
|
|
12253
|
+
"description": "Number of occupants",
|
|
12254
|
+
"args": [],
|
|
12255
|
+
"type": {
|
|
12256
|
+
"kind": "SCALAR",
|
|
12257
|
+
"name": "Int",
|
|
12258
|
+
"ofType": null
|
|
12259
|
+
},
|
|
10015
12260
|
"isDeprecated": false,
|
|
10016
12261
|
"deprecationReason": null
|
|
10017
12262
|
},
|
|
@@ -10434,8 +12679,8 @@
|
|
|
10434
12679
|
"deprecationReason": null
|
|
10435
12680
|
},
|
|
10436
12681
|
{
|
|
10437
|
-
"name": "
|
|
10438
|
-
"description": "Number of
|
|
12682
|
+
"name": "occupants",
|
|
12683
|
+
"description": "Number of occupants",
|
|
10439
12684
|
"type": {
|
|
10440
12685
|
"kind": "SCALAR",
|
|
10441
12686
|
"name": "Int",
|
|
@@ -10497,7 +12742,7 @@
|
|
|
10497
12742
|
"args": [],
|
|
10498
12743
|
"type": {
|
|
10499
12744
|
"kind": "ENUM",
|
|
10500
|
-
"name": "
|
|
12745
|
+
"name": "ConnectorType",
|
|
10501
12746
|
"ofType": null
|
|
10502
12747
|
},
|
|
10503
12748
|
"isDeprecated": false,
|
|
@@ -10535,7 +12780,7 @@
|
|
|
10535
12780
|
"name": null,
|
|
10536
12781
|
"ofType": {
|
|
10537
12782
|
"kind": "ENUM",
|
|
10538
|
-
"name": "
|
|
12783
|
+
"name": "ConnectorType",
|
|
10539
12784
|
"ofType": null
|
|
10540
12785
|
}
|
|
10541
12786
|
},
|
|
@@ -10670,7 +12915,7 @@
|
|
|
10670
12915
|
},
|
|
10671
12916
|
{
|
|
10672
12917
|
"name": "operators",
|
|
10673
|
-
"description": "Operator
|
|
12918
|
+
"description": "Operator prioritization for a route",
|
|
10674
12919
|
"args": [],
|
|
10675
12920
|
"type": {
|
|
10676
12921
|
"kind": "OBJECT",
|
|
@@ -10850,7 +13095,7 @@
|
|
|
10850
13095
|
},
|
|
10851
13096
|
{
|
|
10852
13097
|
"name": "operators",
|
|
10853
|
-
"description": "Operator
|
|
13098
|
+
"description": "Operator prioritization for a route",
|
|
10854
13099
|
"type": {
|
|
10855
13100
|
"kind": "INPUT_OBJECT",
|
|
10856
13101
|
"name": "RouteOperatorsInput",
|
|
@@ -11095,7 +13340,7 @@
|
|
|
11095
13340
|
"args": [],
|
|
11096
13341
|
"type": {
|
|
11097
13342
|
"kind": "ENUM",
|
|
11098
|
-
"name": "
|
|
13343
|
+
"name": "ConnectorType",
|
|
11099
13344
|
"ofType": null
|
|
11100
13345
|
},
|
|
11101
13346
|
"isDeprecated": false,
|
|
@@ -11234,7 +13479,7 @@
|
|
|
11234
13479
|
"description": "Plug type that was provided/selected by a user",
|
|
11235
13480
|
"type": {
|
|
11236
13481
|
"kind": "ENUM",
|
|
11237
|
-
"name": "
|
|
13482
|
+
"name": "ConnectorType",
|
|
11238
13483
|
"ofType": null
|
|
11239
13484
|
},
|
|
11240
13485
|
"defaultValue": null,
|
|
@@ -11742,8 +13987,8 @@
|
|
|
11742
13987
|
"name": "Int",
|
|
11743
13988
|
"ofType": null
|
|
11744
13989
|
},
|
|
11745
|
-
"isDeprecated":
|
|
11746
|
-
"deprecationReason":
|
|
13990
|
+
"isDeprecated": true,
|
|
13991
|
+
"deprecationReason": "Will be removed in the future"
|
|
11747
13992
|
},
|
|
11748
13993
|
{
|
|
11749
13994
|
"name": "rangeStart",
|
|
@@ -11769,6 +14014,18 @@
|
|
|
11769
14014
|
"isDeprecated": false,
|
|
11770
14015
|
"deprecationReason": null
|
|
11771
14016
|
},
|
|
14017
|
+
{
|
|
14018
|
+
"name": "rangeStartPercentage",
|
|
14019
|
+
"description": "Total energy in a battery at the beginning of a trip, in percentage",
|
|
14020
|
+
"args": [],
|
|
14021
|
+
"type": {
|
|
14022
|
+
"kind": "SCALAR",
|
|
14023
|
+
"name": "Int",
|
|
14024
|
+
"ofType": null
|
|
14025
|
+
},
|
|
14026
|
+
"isDeprecated": false,
|
|
14027
|
+
"deprecationReason": null
|
|
14028
|
+
},
|
|
11772
14029
|
{
|
|
11773
14030
|
"name": "rangeEnd",
|
|
11774
14031
|
"description": "Remaining range, in meters, at the end of a trip",
|
|
@@ -11782,12 +14039,24 @@
|
|
|
11782
14039
|
"deprecationReason": null
|
|
11783
14040
|
},
|
|
11784
14041
|
{
|
|
11785
|
-
"name": "rangeEndKwh",
|
|
11786
|
-
"description": "Remaining range, energy in kWh, at the end of a trip.",
|
|
14042
|
+
"name": "rangeEndKwh",
|
|
14043
|
+
"description": "Remaining range, energy in kWh, at the end of a trip.",
|
|
14044
|
+
"args": [],
|
|
14045
|
+
"type": {
|
|
14046
|
+
"kind": "SCALAR",
|
|
14047
|
+
"name": "Float",
|
|
14048
|
+
"ofType": null
|
|
14049
|
+
},
|
|
14050
|
+
"isDeprecated": false,
|
|
14051
|
+
"deprecationReason": null
|
|
14052
|
+
},
|
|
14053
|
+
{
|
|
14054
|
+
"name": "rangeEndPercentage",
|
|
14055
|
+
"description": "Remaining range, energy in percentage, at the end of a trip.",
|
|
11787
14056
|
"args": [],
|
|
11788
14057
|
"type": {
|
|
11789
14058
|
"kind": "SCALAR",
|
|
11790
|
-
"name": "
|
|
14059
|
+
"name": "Int",
|
|
11791
14060
|
"ofType": null
|
|
11792
14061
|
},
|
|
11793
14062
|
"isDeprecated": false,
|
|
@@ -11811,7 +14080,7 @@
|
|
|
11811
14080
|
"args": [
|
|
11812
14081
|
{
|
|
11813
14082
|
"name": "decimals",
|
|
11814
|
-
"description": "Number of decimals used
|
|
14083
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
11815
14084
|
"type": {
|
|
11816
14085
|
"kind": "SCALAR",
|
|
11817
14086
|
"name": "Int",
|
|
@@ -11957,6 +14226,22 @@
|
|
|
11957
14226
|
},
|
|
11958
14227
|
"isDeprecated": false,
|
|
11959
14228
|
"deprecationReason": null
|
|
14229
|
+
},
|
|
14230
|
+
{
|
|
14231
|
+
"name": "tags",
|
|
14232
|
+
"description": "Tags of a route alternative. Values: road, highway, toll, ferry, etc.",
|
|
14233
|
+
"args": [],
|
|
14234
|
+
"type": {
|
|
14235
|
+
"kind": "LIST",
|
|
14236
|
+
"name": null,
|
|
14237
|
+
"ofType": {
|
|
14238
|
+
"kind": "ENUM",
|
|
14239
|
+
"name": "RouteTagType",
|
|
14240
|
+
"ofType": null
|
|
14241
|
+
}
|
|
14242
|
+
},
|
|
14243
|
+
"isDeprecated": false,
|
|
14244
|
+
"deprecationReason": null
|
|
11960
14245
|
}
|
|
11961
14246
|
],
|
|
11962
14247
|
"inputFields": null,
|
|
@@ -12051,7 +14336,7 @@
|
|
|
12051
14336
|
},
|
|
12052
14337
|
{
|
|
12053
14338
|
"name": "bestMatching",
|
|
12054
|
-
"description": "Best matching
|
|
14339
|
+
"description": "Best matching route based on operator and amenities preferences",
|
|
12055
14340
|
"isDeprecated": false,
|
|
12056
14341
|
"deprecationReason": null
|
|
12057
14342
|
},
|
|
@@ -12418,6 +14703,18 @@
|
|
|
12418
14703
|
"isDeprecated": false,
|
|
12419
14704
|
"deprecationReason": null
|
|
12420
14705
|
},
|
|
14706
|
+
{
|
|
14707
|
+
"name": "rangeStartPercentage",
|
|
14708
|
+
"description": "Total energy in a battery at the beginning of a trip, in percentage",
|
|
14709
|
+
"args": [],
|
|
14710
|
+
"type": {
|
|
14711
|
+
"kind": "SCALAR",
|
|
14712
|
+
"name": "Int",
|
|
14713
|
+
"ofType": null
|
|
14714
|
+
},
|
|
14715
|
+
"isDeprecated": false,
|
|
14716
|
+
"deprecationReason": null
|
|
14717
|
+
},
|
|
12421
14718
|
{
|
|
12422
14719
|
"name": "rangeEnd",
|
|
12423
14720
|
"description": "Range, in meters, available at the end of a leg",
|
|
@@ -12442,6 +14739,18 @@
|
|
|
12442
14739
|
"isDeprecated": false,
|
|
12443
14740
|
"deprecationReason": null
|
|
12444
14741
|
},
|
|
14742
|
+
{
|
|
14743
|
+
"name": "rangeEndPercentage",
|
|
14744
|
+
"description": "Remaining range, energy in percentage, at the end of a trip.",
|
|
14745
|
+
"args": [],
|
|
14746
|
+
"type": {
|
|
14747
|
+
"kind": "SCALAR",
|
|
14748
|
+
"name": "Int",
|
|
14749
|
+
"ofType": null
|
|
14750
|
+
},
|
|
14751
|
+
"isDeprecated": false,
|
|
14752
|
+
"deprecationReason": null
|
|
14753
|
+
},
|
|
12445
14754
|
{
|
|
12446
14755
|
"name": "origin",
|
|
12447
14756
|
"description": "Origin point location",
|
|
@@ -12504,7 +14813,19 @@
|
|
|
12504
14813
|
},
|
|
12505
14814
|
{
|
|
12506
14815
|
"name": "operatorId",
|
|
12507
|
-
"description": "ID of
|
|
14816
|
+
"description": "ID of an operator",
|
|
14817
|
+
"args": [],
|
|
14818
|
+
"type": {
|
|
14819
|
+
"kind": "SCALAR",
|
|
14820
|
+
"name": "String",
|
|
14821
|
+
"ofType": null
|
|
14822
|
+
},
|
|
14823
|
+
"isDeprecated": false,
|
|
14824
|
+
"deprecationReason": null
|
|
14825
|
+
},
|
|
14826
|
+
{
|
|
14827
|
+
"name": "operatorName",
|
|
14828
|
+
"description": "Name of an operator",
|
|
12508
14829
|
"args": [],
|
|
12509
14830
|
"type": {
|
|
12510
14831
|
"kind": "SCALAR",
|
|
@@ -12514,6 +14835,18 @@
|
|
|
12514
14835
|
"isDeprecated": false,
|
|
12515
14836
|
"deprecationReason": null
|
|
12516
14837
|
},
|
|
14838
|
+
{
|
|
14839
|
+
"name": "operatorRanking",
|
|
14840
|
+
"description": "Ranking of an operator",
|
|
14841
|
+
"args": [],
|
|
14842
|
+
"type": {
|
|
14843
|
+
"kind": "SCALAR",
|
|
14844
|
+
"name": "Int",
|
|
14845
|
+
"ofType": null
|
|
14846
|
+
},
|
|
14847
|
+
"isDeprecated": false,
|
|
14848
|
+
"deprecationReason": null
|
|
14849
|
+
},
|
|
12517
14850
|
{
|
|
12518
14851
|
"name": "chargeTime",
|
|
12519
14852
|
"description": "Total time required to charge a battery until 80%, in seconds",
|
|
@@ -12609,6 +14942,63 @@
|
|
|
12609
14942
|
},
|
|
12610
14943
|
"isDeprecated": false,
|
|
12611
14944
|
"deprecationReason": null
|
|
14945
|
+
},
|
|
14946
|
+
{
|
|
14947
|
+
"name": "polyline",
|
|
14948
|
+
"description": "Polyline containing encoded coordinates",
|
|
14949
|
+
"args": [
|
|
14950
|
+
{
|
|
14951
|
+
"name": "decimals",
|
|
14952
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
14953
|
+
"type": {
|
|
14954
|
+
"kind": "SCALAR",
|
|
14955
|
+
"name": "Int",
|
|
14956
|
+
"ofType": null
|
|
14957
|
+
},
|
|
14958
|
+
"defaultValue": null,
|
|
14959
|
+
"isDeprecated": false,
|
|
14960
|
+
"deprecationReason": null
|
|
14961
|
+
}
|
|
14962
|
+
],
|
|
14963
|
+
"type": {
|
|
14964
|
+
"kind": "SCALAR",
|
|
14965
|
+
"name": "String",
|
|
14966
|
+
"ofType": null
|
|
14967
|
+
},
|
|
14968
|
+
"isDeprecated": false,
|
|
14969
|
+
"deprecationReason": null
|
|
14970
|
+
},
|
|
14971
|
+
{
|
|
14972
|
+
"name": "steps",
|
|
14973
|
+
"description": "Steps of a leg",
|
|
14974
|
+
"args": [],
|
|
14975
|
+
"type": {
|
|
14976
|
+
"kind": "LIST",
|
|
14977
|
+
"name": null,
|
|
14978
|
+
"ofType": {
|
|
14979
|
+
"kind": "OBJECT",
|
|
14980
|
+
"name": "RouteStep",
|
|
14981
|
+
"ofType": null
|
|
14982
|
+
}
|
|
14983
|
+
},
|
|
14984
|
+
"isDeprecated": false,
|
|
14985
|
+
"deprecationReason": null
|
|
14986
|
+
},
|
|
14987
|
+
{
|
|
14988
|
+
"name": "tags",
|
|
14989
|
+
"description": "Tags of a leg. Values: road, highway, toll, ferry",
|
|
14990
|
+
"args": [],
|
|
14991
|
+
"type": {
|
|
14992
|
+
"kind": "LIST",
|
|
14993
|
+
"name": null,
|
|
14994
|
+
"ofType": {
|
|
14995
|
+
"kind": "ENUM",
|
|
14996
|
+
"name": "RouteTagType",
|
|
14997
|
+
"ofType": null
|
|
14998
|
+
}
|
|
14999
|
+
},
|
|
15000
|
+
"isDeprecated": false,
|
|
15001
|
+
"deprecationReason": null
|
|
12612
15002
|
}
|
|
12613
15003
|
],
|
|
12614
15004
|
"inputFields": null,
|
|
@@ -12619,7 +15009,7 @@
|
|
|
12619
15009
|
{
|
|
12620
15010
|
"kind": "OBJECT",
|
|
12621
15011
|
"name": "RouteOperators",
|
|
12622
|
-
"description":
|
|
15012
|
+
"description": "Prioritized operators for a route calculation",
|
|
12623
15013
|
"fields": [
|
|
12624
15014
|
{
|
|
12625
15015
|
"name": "type",
|
|
@@ -12670,7 +15060,7 @@
|
|
|
12670
15060
|
{
|
|
12671
15061
|
"kind": "INPUT_OBJECT",
|
|
12672
15062
|
"name": "RouteOperatorsInput",
|
|
12673
|
-
"description": "
|
|
15063
|
+
"description": "Prioritized operators for a route calculation",
|
|
12674
15064
|
"fields": null,
|
|
12675
15065
|
"inputFields": [
|
|
12676
15066
|
{
|
|
@@ -12721,7 +15111,7 @@
|
|
|
12721
15111
|
{
|
|
12722
15112
|
"kind": "OBJECT",
|
|
12723
15113
|
"name": "RouteOperatorsRanking",
|
|
12724
|
-
"description": "Ranking configuration for
|
|
15114
|
+
"description": "Ranking configuration for prioritized operators",
|
|
12725
15115
|
"fields": [
|
|
12726
15116
|
{
|
|
12727
15117
|
"name": "level1",
|
|
@@ -12892,7 +15282,7 @@
|
|
|
12892
15282
|
{
|
|
12893
15283
|
"kind": "INPUT_OBJECT",
|
|
12894
15284
|
"name": "RouteOperatorsRankingInput",
|
|
12895
|
-
"description": "Ranking configuration for
|
|
15285
|
+
"description": "Ranking configuration for prioritized operators",
|
|
12896
15286
|
"fields": null,
|
|
12897
15287
|
"inputFields": [
|
|
12898
15288
|
{
|
|
@@ -13063,7 +15453,7 @@
|
|
|
13063
15453
|
{
|
|
13064
15454
|
"kind": "ENUM",
|
|
13065
15455
|
"name": "RouteOperatorsType",
|
|
13066
|
-
"description": "Type of operator
|
|
15456
|
+
"description": "Type of operator prioritization for a route",
|
|
13067
15457
|
"fields": null,
|
|
13068
15458
|
"inputFields": null,
|
|
13069
15459
|
"interfaces": null,
|
|
@@ -13082,7 +15472,7 @@
|
|
|
13082
15472
|
},
|
|
13083
15473
|
{
|
|
13084
15474
|
"name": "required",
|
|
13085
|
-
"description": "Operators given in the operators ranking will be required when calculating routes,
|
|
15475
|
+
"description": "Operators given in the operators ranking will be required when calculating routes, all other operators will be ignored",
|
|
13086
15476
|
"isDeprecated": false,
|
|
13087
15477
|
"deprecationReason": null
|
|
13088
15478
|
}
|
|
@@ -13349,6 +15739,137 @@
|
|
|
13349
15739
|
],
|
|
13350
15740
|
"possibleTypes": null
|
|
13351
15741
|
},
|
|
15742
|
+
{
|
|
15743
|
+
"kind": "OBJECT",
|
|
15744
|
+
"name": "RouteStep",
|
|
15745
|
+
"description": null,
|
|
15746
|
+
"fields": [
|
|
15747
|
+
{
|
|
15748
|
+
"name": "id",
|
|
15749
|
+
"description": "ID of a step",
|
|
15750
|
+
"args": [],
|
|
15751
|
+
"type": {
|
|
15752
|
+
"kind": "SCALAR",
|
|
15753
|
+
"name": "ID",
|
|
15754
|
+
"ofType": null
|
|
15755
|
+
},
|
|
15756
|
+
"isDeprecated": false,
|
|
15757
|
+
"deprecationReason": null
|
|
15758
|
+
},
|
|
15759
|
+
{
|
|
15760
|
+
"name": "type",
|
|
15761
|
+
"description": "Type of a step",
|
|
15762
|
+
"args": [],
|
|
15763
|
+
"type": {
|
|
15764
|
+
"kind": "ENUM",
|
|
15765
|
+
"name": "StepType",
|
|
15766
|
+
"ofType": null
|
|
15767
|
+
},
|
|
15768
|
+
"isDeprecated": false,
|
|
15769
|
+
"deprecationReason": null
|
|
15770
|
+
},
|
|
15771
|
+
{
|
|
15772
|
+
"name": "polyline",
|
|
15773
|
+
"description": "Polyline containing encoded coordinates",
|
|
15774
|
+
"args": [
|
|
15775
|
+
{
|
|
15776
|
+
"name": "decimals",
|
|
15777
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
15778
|
+
"type": {
|
|
15779
|
+
"kind": "SCALAR",
|
|
15780
|
+
"name": "Int",
|
|
15781
|
+
"ofType": null
|
|
15782
|
+
},
|
|
15783
|
+
"defaultValue": null,
|
|
15784
|
+
"isDeprecated": false,
|
|
15785
|
+
"deprecationReason": null
|
|
15786
|
+
}
|
|
15787
|
+
],
|
|
15788
|
+
"type": {
|
|
15789
|
+
"kind": "SCALAR",
|
|
15790
|
+
"name": "String",
|
|
15791
|
+
"ofType": null
|
|
15792
|
+
},
|
|
15793
|
+
"isDeprecated": false,
|
|
15794
|
+
"deprecationReason": null
|
|
15795
|
+
},
|
|
15796
|
+
{
|
|
15797
|
+
"name": "distance",
|
|
15798
|
+
"description": "Distance from the start to the end of a step, in meters",
|
|
15799
|
+
"args": [],
|
|
15800
|
+
"type": {
|
|
15801
|
+
"kind": "SCALAR",
|
|
15802
|
+
"name": "Int",
|
|
15803
|
+
"ofType": null
|
|
15804
|
+
},
|
|
15805
|
+
"isDeprecated": false,
|
|
15806
|
+
"deprecationReason": null
|
|
15807
|
+
},
|
|
15808
|
+
{
|
|
15809
|
+
"name": "duration",
|
|
15810
|
+
"description": "Total drive time from the start to the end of a step, in seconds",
|
|
15811
|
+
"args": [],
|
|
15812
|
+
"type": {
|
|
15813
|
+
"kind": "SCALAR",
|
|
15814
|
+
"name": "Int",
|
|
15815
|
+
"ofType": null
|
|
15816
|
+
},
|
|
15817
|
+
"isDeprecated": false,
|
|
15818
|
+
"deprecationReason": null
|
|
15819
|
+
},
|
|
15820
|
+
{
|
|
15821
|
+
"name": "consumption",
|
|
15822
|
+
"description": "Total enery used in a step in kWh",
|
|
15823
|
+
"args": [],
|
|
15824
|
+
"type": {
|
|
15825
|
+
"kind": "SCALAR",
|
|
15826
|
+
"name": "Float",
|
|
15827
|
+
"ofType": null
|
|
15828
|
+
},
|
|
15829
|
+
"isDeprecated": false,
|
|
15830
|
+
"deprecationReason": null
|
|
15831
|
+
}
|
|
15832
|
+
],
|
|
15833
|
+
"inputFields": null,
|
|
15834
|
+
"interfaces": [],
|
|
15835
|
+
"enumValues": null,
|
|
15836
|
+
"possibleTypes": null
|
|
15837
|
+
},
|
|
15838
|
+
{
|
|
15839
|
+
"kind": "ENUM",
|
|
15840
|
+
"name": "RouteTagType",
|
|
15841
|
+
"description": "Tags of a route",
|
|
15842
|
+
"fields": null,
|
|
15843
|
+
"inputFields": null,
|
|
15844
|
+
"interfaces": null,
|
|
15845
|
+
"enumValues": [
|
|
15846
|
+
{
|
|
15847
|
+
"name": "road",
|
|
15848
|
+
"description": null,
|
|
15849
|
+
"isDeprecated": false,
|
|
15850
|
+
"deprecationReason": null
|
|
15851
|
+
},
|
|
15852
|
+
{
|
|
15853
|
+
"name": "highway",
|
|
15854
|
+
"description": null,
|
|
15855
|
+
"isDeprecated": false,
|
|
15856
|
+
"deprecationReason": null
|
|
15857
|
+
},
|
|
15858
|
+
{
|
|
15859
|
+
"name": "toll",
|
|
15860
|
+
"description": null,
|
|
15861
|
+
"isDeprecated": false,
|
|
15862
|
+
"deprecationReason": null
|
|
15863
|
+
},
|
|
15864
|
+
{
|
|
15865
|
+
"name": "ferry",
|
|
15866
|
+
"description": null,
|
|
15867
|
+
"isDeprecated": false,
|
|
15868
|
+
"deprecationReason": null
|
|
15869
|
+
}
|
|
15870
|
+
],
|
|
15871
|
+
"possibleTypes": null
|
|
15872
|
+
},
|
|
13352
15873
|
{
|
|
13353
15874
|
"kind": "OBJECT",
|
|
13354
15875
|
"name": "StandardStats",
|
|
@@ -13360,7 +15881,7 @@
|
|
|
13360
15881
|
"args": [],
|
|
13361
15882
|
"type": {
|
|
13362
15883
|
"kind": "ENUM",
|
|
13363
|
-
"name": "
|
|
15884
|
+
"name": "ConnectorType",
|
|
13364
15885
|
"ofType": null
|
|
13365
15886
|
},
|
|
13366
15887
|
"isDeprecated": false,
|
|
@@ -13779,7 +16300,7 @@
|
|
|
13779
16300
|
},
|
|
13780
16301
|
{
|
|
13781
16302
|
"name": "amenities",
|
|
13782
|
-
"description": "
|
|
16303
|
+
"description": "Amenities located at this location",
|
|
13783
16304
|
"args": [],
|
|
13784
16305
|
"type": {
|
|
13785
16306
|
"kind": "SCALAR",
|
|
@@ -14219,6 +16740,41 @@
|
|
|
14219
16740
|
"enumValues": null,
|
|
14220
16741
|
"possibleTypes": null
|
|
14221
16742
|
},
|
|
16743
|
+
{
|
|
16744
|
+
"kind": "ENUM",
|
|
16745
|
+
"name": "StepType",
|
|
16746
|
+
"description": "Types of a route step",
|
|
16747
|
+
"fields": null,
|
|
16748
|
+
"inputFields": null,
|
|
16749
|
+
"interfaces": null,
|
|
16750
|
+
"enumValues": [
|
|
16751
|
+
{
|
|
16752
|
+
"name": "road",
|
|
16753
|
+
"description": "This step is a road",
|
|
16754
|
+
"isDeprecated": false,
|
|
16755
|
+
"deprecationReason": null
|
|
16756
|
+
},
|
|
16757
|
+
{
|
|
16758
|
+
"name": "highway",
|
|
16759
|
+
"description": "This step is a highway",
|
|
16760
|
+
"isDeprecated": false,
|
|
16761
|
+
"deprecationReason": null
|
|
16762
|
+
},
|
|
16763
|
+
{
|
|
16764
|
+
"name": "toll",
|
|
16765
|
+
"description": "This step is a toll road",
|
|
16766
|
+
"isDeprecated": false,
|
|
16767
|
+
"deprecationReason": null
|
|
16768
|
+
},
|
|
16769
|
+
{
|
|
16770
|
+
"name": "ferry",
|
|
16771
|
+
"description": "This step is a ferry",
|
|
16772
|
+
"isDeprecated": false,
|
|
16773
|
+
"deprecationReason": null
|
|
16774
|
+
}
|
|
16775
|
+
],
|
|
16776
|
+
"possibleTypes": null
|
|
16777
|
+
},
|
|
14222
16778
|
{
|
|
14223
16779
|
"kind": "OBJECT",
|
|
14224
16780
|
"name": "Subscription",
|