@chargetrip/types 1.18.0 → 1.23.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 +28 -0
- package/graphql.schema.json +2881 -283
- package/package.json +4 -3
- package/src/graphql.ts +597 -71
- package/dist/browser/index.js +0 -2
- package/dist/browser/index.js.map +0 -1
- package/dist/node/index.js +0 -432
- package/dist/node/index.js.map +0 -1
- package/dist/react-native/graphql.js +0 -428
- package/dist/react-native/graphql.js.map +0 -1
- package/dist/react-native/index.js +0 -2
- package/dist/react-native/index.js.map +0 -1
- package/dist/ts/graphql.d.ts +0 -2864
- package/dist/ts/index.d.ts +0 -1
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,
|
|
@@ -3396,6 +3402,18 @@
|
|
|
3396
3402
|
},
|
|
3397
3403
|
"isDeprecated": false,
|
|
3398
3404
|
"deprecationReason": null
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "rooftrails",
|
|
3408
|
+
"description": "Indicates whether a car has roof rails as a standard",
|
|
3409
|
+
"args": [],
|
|
3410
|
+
"type": {
|
|
3411
|
+
"kind": "SCALAR",
|
|
3412
|
+
"name": "Boolean",
|
|
3413
|
+
"ofType": null
|
|
3414
|
+
},
|
|
3415
|
+
"isDeprecated": true,
|
|
3416
|
+
"deprecationReason": "In favor of has_roofrails"
|
|
3399
3417
|
}
|
|
3400
3418
|
],
|
|
3401
3419
|
"inputFields": null,
|
|
@@ -3778,7 +3796,7 @@
|
|
|
3778
3796
|
"args": [],
|
|
3779
3797
|
"type": {
|
|
3780
3798
|
"kind": "ENUM",
|
|
3781
|
-
"name": "
|
|
3799
|
+
"name": "ConnectorType",
|
|
3782
3800
|
"ofType": null
|
|
3783
3801
|
},
|
|
3784
3802
|
"isDeprecated": false,
|
|
@@ -4982,6 +5000,18 @@
|
|
|
4982
5000
|
},
|
|
4983
5001
|
"isDeprecated": false,
|
|
4984
5002
|
"deprecationReason": null
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"name": "estimated",
|
|
5006
|
+
"description": "Indicates if price value is based on estimates",
|
|
5007
|
+
"args": [],
|
|
5008
|
+
"type": {
|
|
5009
|
+
"kind": "SCALAR",
|
|
5010
|
+
"name": "Boolean",
|
|
5011
|
+
"ofType": null
|
|
5012
|
+
},
|
|
5013
|
+
"isDeprecated": true,
|
|
5014
|
+
"deprecationReason": "In favor of is_estimated"
|
|
4985
5015
|
}
|
|
4986
5016
|
],
|
|
4987
5017
|
"inputFields": null,
|
|
@@ -5041,6 +5071,18 @@
|
|
|
5041
5071
|
},
|
|
5042
5072
|
"isDeprecated": false,
|
|
5043
5073
|
"deprecationReason": null
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"name": "estimated",
|
|
5077
|
+
"description": "Indicates if price value is based on estimates",
|
|
5078
|
+
"args": [],
|
|
5079
|
+
"type": {
|
|
5080
|
+
"kind": "SCALAR",
|
|
5081
|
+
"name": "Boolean",
|
|
5082
|
+
"ofType": null
|
|
5083
|
+
},
|
|
5084
|
+
"isDeprecated": true,
|
|
5085
|
+
"deprecationReason": "In favor of is_estimated"
|
|
5044
5086
|
}
|
|
5045
5087
|
],
|
|
5046
5088
|
"inputFields": null,
|
|
@@ -5783,7 +5825,7 @@
|
|
|
5783
5825
|
"args": [],
|
|
5784
5826
|
"type": {
|
|
5785
5827
|
"kind": "ENUM",
|
|
5786
|
-
"name": "
|
|
5828
|
+
"name": "ConnectorType",
|
|
5787
5829
|
"ofType": null
|
|
5788
5830
|
},
|
|
5789
5831
|
"isDeprecated": false,
|
|
@@ -6007,7 +6049,7 @@
|
|
|
6007
6049
|
"args": [],
|
|
6008
6050
|
"type": {
|
|
6009
6051
|
"kind": "ENUM",
|
|
6010
|
-
"name": "
|
|
6052
|
+
"name": "ConnectorType",
|
|
6011
6053
|
"ofType": null
|
|
6012
6054
|
},
|
|
6013
6055
|
"isDeprecated": false,
|
|
@@ -6152,6 +6194,18 @@
|
|
|
6152
6194
|
},
|
|
6153
6195
|
"isDeprecated": false,
|
|
6154
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
|
|
6155
6209
|
}
|
|
6156
6210
|
],
|
|
6157
6211
|
"inputFields": null,
|
|
@@ -6160,248 +6214,1902 @@
|
|
|
6160
6214
|
"possibleTypes": null
|
|
6161
6215
|
},
|
|
6162
6216
|
{
|
|
6163
|
-
"kind": "
|
|
6164
|
-
"name": "
|
|
6165
|
-
"description": "The
|
|
6166
|
-
"fields":
|
|
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": [
|
|
6167
6224
|
{
|
|
6168
|
-
"name": "
|
|
6169
|
-
"description": "The
|
|
6170
|
-
"args": [],
|
|
6171
|
-
"type": {
|
|
6172
|
-
"kind": "SCALAR",
|
|
6173
|
-
"name": "String",
|
|
6174
|
-
"ofType": null
|
|
6175
|
-
},
|
|
6225
|
+
"name": "CHADEMO",
|
|
6226
|
+
"description": "The connector type is CHAdeMO, DC",
|
|
6176
6227
|
"isDeprecated": false,
|
|
6177
6228
|
"deprecationReason": null
|
|
6178
6229
|
},
|
|
6179
6230
|
{
|
|
6180
|
-
"name": "
|
|
6181
|
-
"description": "
|
|
6182
|
-
"args": [],
|
|
6183
|
-
"type": {
|
|
6184
|
-
"kind": "SCALAR",
|
|
6185
|
-
"name": "String",
|
|
6186
|
-
"ofType": null
|
|
6187
|
-
},
|
|
6231
|
+
"name": "DOMESTIC_A",
|
|
6232
|
+
"description": "Standard/domestic household, type \"A\", NEMA 1-15, 2 pins",
|
|
6188
6233
|
"isDeprecated": false,
|
|
6189
6234
|
"deprecationReason": null
|
|
6190
6235
|
},
|
|
6191
6236
|
{
|
|
6192
|
-
"name": "
|
|
6193
|
-
"description": "
|
|
6194
|
-
"args": [],
|
|
6195
|
-
"type": {
|
|
6196
|
-
"kind": "SCALAR",
|
|
6197
|
-
"name": "String",
|
|
6198
|
-
"ofType": null
|
|
6199
|
-
},
|
|
6237
|
+
"name": "DOMESTIC_B",
|
|
6238
|
+
"description": "Standard/domestic household, type \"B\", NEMA 5-15, 3 pins",
|
|
6200
6239
|
"isDeprecated": false,
|
|
6201
6240
|
"deprecationReason": null
|
|
6202
6241
|
},
|
|
6203
6242
|
{
|
|
6204
|
-
"name": "
|
|
6205
|
-
"description": "
|
|
6206
|
-
"args": [],
|
|
6207
|
-
"type": {
|
|
6208
|
-
"kind": "SCALAR",
|
|
6209
|
-
"name": "String",
|
|
6210
|
-
"ofType": null
|
|
6211
|
-
},
|
|
6243
|
+
"name": "DOMESTIC_C",
|
|
6244
|
+
"description": "Standard/domestic household, type \"C\", CEE 7/17, 2 pins",
|
|
6212
6245
|
"isDeprecated": false,
|
|
6213
6246
|
"deprecationReason": null
|
|
6214
6247
|
},
|
|
6215
6248
|
{
|
|
6216
|
-
"name": "
|
|
6217
|
-
"description": "
|
|
6218
|
-
"args": [],
|
|
6219
|
-
"type": {
|
|
6220
|
-
"kind": "SCALAR",
|
|
6221
|
-
"name": "String",
|
|
6222
|
-
"ofType": null
|
|
6223
|
-
},
|
|
6249
|
+
"name": "DOMESTIC_D",
|
|
6250
|
+
"description": "Standard/domestic household, type \"D\", 3 pins",
|
|
6224
6251
|
"isDeprecated": false,
|
|
6225
6252
|
"deprecationReason": null
|
|
6226
6253
|
},
|
|
6227
6254
|
{
|
|
6228
|
-
"name": "
|
|
6229
|
-
"description": "
|
|
6230
|
-
"args": [],
|
|
6231
|
-
"type": {
|
|
6232
|
-
"kind": "SCALAR",
|
|
6233
|
-
"name": "JSON",
|
|
6234
|
-
"ofType": null
|
|
6235
|
-
},
|
|
6255
|
+
"name": "DOMESTIC_E",
|
|
6256
|
+
"description": "Standard/domestic household, type \"E\", CEE 7/5 3 pins",
|
|
6236
6257
|
"isDeprecated": false,
|
|
6237
6258
|
"deprecationReason": null
|
|
6238
|
-
}
|
|
6239
|
-
],
|
|
6240
|
-
"inputFields": null,
|
|
6241
|
-
"interfaces": [],
|
|
6242
|
-
"enumValues": null,
|
|
6243
|
-
"possibleTypes": null
|
|
6244
|
-
},
|
|
6245
|
-
{
|
|
6246
|
-
"kind": "SCALAR",
|
|
6247
|
-
"name": "DateTime",
|
|
6248
|
-
"description": "The `DateTime` scalar represents a date and time following the ISO 8601 standard",
|
|
6249
|
-
"fields": null,
|
|
6250
|
-
"inputFields": null,
|
|
6251
|
-
"interfaces": null,
|
|
6252
|
-
"enumValues": null,
|
|
6253
|
-
"possibleTypes": null
|
|
6254
|
-
},
|
|
6255
|
-
{
|
|
6256
|
-
"kind": "OBJECT",
|
|
6257
|
-
"name": "EVSE",
|
|
6258
|
-
"description": "EVSE data which extends OCPI EVSE",
|
|
6259
|
-
"fields": [
|
|
6259
|
+
},
|
|
6260
6260
|
{
|
|
6261
|
-
"name": "
|
|
6262
|
-
"description": "
|
|
6263
|
-
"args": [],
|
|
6264
|
-
"type": {
|
|
6265
|
-
"kind": "SCALAR",
|
|
6266
|
-
"name": "String",
|
|
6267
|
-
"ofType": null
|
|
6268
|
-
},
|
|
6261
|
+
"name": "DOMESTIC_F",
|
|
6262
|
+
"description": "Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins",
|
|
6269
6263
|
"isDeprecated": false,
|
|
6270
6264
|
"deprecationReason": null
|
|
6271
6265
|
},
|
|
6272
6266
|
{
|
|
6273
|
-
"name": "
|
|
6274
|
-
"description": "
|
|
6275
|
-
"args": [],
|
|
6276
|
-
"type": {
|
|
6277
|
-
"kind": "SCALAR",
|
|
6278
|
-
"name": "String",
|
|
6279
|
-
"ofType": null
|
|
6280
|
-
},
|
|
6267
|
+
"name": "DOMESTIC_G",
|
|
6268
|
+
"description": "Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins",
|
|
6281
6269
|
"isDeprecated": false,
|
|
6282
6270
|
"deprecationReason": null
|
|
6283
6271
|
},
|
|
6284
6272
|
{
|
|
6285
|
-
"name": "
|
|
6286
|
-
"description": "
|
|
6287
|
-
"args": [],
|
|
6288
|
-
"type": {
|
|
6289
|
-
"kind": "ENUM",
|
|
6290
|
-
"name": "OCPIStatus",
|
|
6291
|
-
"ofType": null
|
|
6292
|
-
},
|
|
6273
|
+
"name": "DOMESTIC_H",
|
|
6274
|
+
"description": "Standard/domestic household, type \"H\", SI-32, 3 pins",
|
|
6293
6275
|
"isDeprecated": false,
|
|
6294
6276
|
"deprecationReason": null
|
|
6295
6277
|
},
|
|
6296
6278
|
{
|
|
6297
|
-
"name": "
|
|
6298
|
-
"description": "
|
|
6299
|
-
"args": [],
|
|
6300
|
-
"type": {
|
|
6301
|
-
"kind": "LIST",
|
|
6302
|
-
"name": null,
|
|
6303
|
-
"ofType": {
|
|
6304
|
-
"kind": "OBJECT",
|
|
6305
|
-
"name": "OCPIStatusSchedule",
|
|
6306
|
-
"ofType": null
|
|
6307
|
-
}
|
|
6308
|
-
},
|
|
6279
|
+
"name": "DOMESTIC_I",
|
|
6280
|
+
"description": "Standard/domestic household, type \"I\", AS 3112, 3 pins",
|
|
6309
6281
|
"isDeprecated": false,
|
|
6310
6282
|
"deprecationReason": null
|
|
6311
6283
|
},
|
|
6312
6284
|
{
|
|
6313
|
-
"name": "
|
|
6314
|
-
"description": "
|
|
6315
|
-
"args": [],
|
|
6316
|
-
"type": {
|
|
6317
|
-
"kind": "LIST",
|
|
6318
|
-
"name": null,
|
|
6319
|
-
"ofType": {
|
|
6320
|
-
"kind": "ENUM",
|
|
6321
|
-
"name": "OCPICapability",
|
|
6322
|
-
"ofType": null
|
|
6323
|
-
}
|
|
6324
|
-
},
|
|
6285
|
+
"name": "DOMESTIC_J",
|
|
6286
|
+
"description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
|
|
6325
6287
|
"isDeprecated": false,
|
|
6326
6288
|
"deprecationReason": null
|
|
6327
6289
|
},
|
|
6328
6290
|
{
|
|
6329
|
-
"name": "
|
|
6330
|
-
"description": "
|
|
6331
|
-
"args": [],
|
|
6332
|
-
"type": {
|
|
6333
|
-
"kind": "LIST",
|
|
6334
|
-
"name": null,
|
|
6335
|
-
"ofType": {
|
|
6336
|
-
"kind": "OBJECT",
|
|
6337
|
-
"name": "Connector",
|
|
6338
|
-
"ofType": null
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6291
|
+
"name": "DOMESTIC_K",
|
|
6292
|
+
"description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins",
|
|
6341
6293
|
"isDeprecated": false,
|
|
6342
6294
|
"deprecationReason": null
|
|
6343
6295
|
},
|
|
6344
6296
|
{
|
|
6345
|
-
"name": "
|
|
6346
|
-
"description": "
|
|
6347
|
-
"args": [],
|
|
6348
|
-
"type": {
|
|
6349
|
-
"kind": "SCALAR",
|
|
6350
|
-
"name": "String",
|
|
6351
|
-
"ofType": null
|
|
6352
|
-
},
|
|
6297
|
+
"name": "DOMESTIC_L",
|
|
6298
|
+
"description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins",
|
|
6353
6299
|
"isDeprecated": false,
|
|
6354
6300
|
"deprecationReason": null
|
|
6355
6301
|
},
|
|
6356
6302
|
{
|
|
6357
|
-
"name": "
|
|
6358
|
-
"description": "
|
|
6359
|
-
"args": [],
|
|
6360
|
-
"type": {
|
|
6361
|
-
"kind": "OBJECT",
|
|
6362
|
-
"name": "OCPIGeoLocation",
|
|
6363
|
-
"ofType": null
|
|
6364
|
-
},
|
|
6303
|
+
"name": "DOMESTIC_M",
|
|
6304
|
+
"description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
|
|
6365
6305
|
"isDeprecated": false,
|
|
6366
6306
|
"deprecationReason": null
|
|
6367
6307
|
},
|
|
6368
6308
|
{
|
|
6369
|
-
"name": "
|
|
6370
|
-
"description": "
|
|
6371
|
-
"args": [],
|
|
6372
|
-
"type": {
|
|
6373
|
-
"kind": "SCALAR",
|
|
6374
|
-
"name": "String",
|
|
6375
|
-
"ofType": null
|
|
6376
|
-
},
|
|
6309
|
+
"name": "DOMESTIC_N",
|
|
6310
|
+
"description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
|
|
6377
6311
|
"isDeprecated": false,
|
|
6378
6312
|
"deprecationReason": null
|
|
6379
6313
|
},
|
|
6380
6314
|
{
|
|
6381
|
-
"name": "
|
|
6382
|
-
"description": "
|
|
6383
|
-
"args": [],
|
|
6384
|
-
"type": {
|
|
6385
|
-
"kind": "LIST",
|
|
6386
|
-
"name": null,
|
|
6387
|
-
"ofType": {
|
|
6388
|
-
"kind": "ENUM",
|
|
6389
|
-
"name": "OCPIParkingRestriction",
|
|
6390
|
-
"ofType": null
|
|
6391
|
-
}
|
|
6392
|
-
},
|
|
6315
|
+
"name": "DOMESTIC_O",
|
|
6316
|
+
"description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
|
|
6393
6317
|
"isDeprecated": false,
|
|
6394
6318
|
"deprecationReason": null
|
|
6395
6319
|
},
|
|
6396
6320
|
{
|
|
6397
|
-
"name": "
|
|
6398
|
-
"description": "
|
|
6399
|
-
"
|
|
6400
|
-
"
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
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
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
"kind": "OBJECT",
|
|
6463
|
+
"name": "Contact",
|
|
6464
|
+
"description": "The complete contact information",
|
|
6465
|
+
"fields": [
|
|
6466
|
+
{
|
|
6467
|
+
"name": "phone",
|
|
6468
|
+
"description": "The phone number in international format",
|
|
6469
|
+
"args": [],
|
|
6470
|
+
"type": {
|
|
6471
|
+
"kind": "SCALAR",
|
|
6472
|
+
"name": "String",
|
|
6473
|
+
"ofType": null
|
|
6474
|
+
},
|
|
6475
|
+
"isDeprecated": false,
|
|
6476
|
+
"deprecationReason": null
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "email",
|
|
6480
|
+
"description": "The email address",
|
|
6481
|
+
"args": [],
|
|
6482
|
+
"type": {
|
|
6483
|
+
"kind": "SCALAR",
|
|
6484
|
+
"name": "String",
|
|
6485
|
+
"ofType": null
|
|
6486
|
+
},
|
|
6487
|
+
"isDeprecated": false,
|
|
6488
|
+
"deprecationReason": null
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "website",
|
|
6492
|
+
"description": "The absolute URL of the website",
|
|
6493
|
+
"args": [],
|
|
6494
|
+
"type": {
|
|
6495
|
+
"kind": "SCALAR",
|
|
6496
|
+
"name": "String",
|
|
6497
|
+
"ofType": null
|
|
6498
|
+
},
|
|
6499
|
+
"isDeprecated": false,
|
|
6500
|
+
"deprecationReason": null
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "facebook",
|
|
6504
|
+
"description": "The absolute URL of the facebook profile page",
|
|
6505
|
+
"args": [],
|
|
6506
|
+
"type": {
|
|
6507
|
+
"kind": "SCALAR",
|
|
6508
|
+
"name": "String",
|
|
6509
|
+
"ofType": null
|
|
6510
|
+
},
|
|
6511
|
+
"isDeprecated": false,
|
|
6512
|
+
"deprecationReason": null
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"name": "twitter",
|
|
6516
|
+
"description": "The absolute URL of the twitter profile page",
|
|
6517
|
+
"args": [],
|
|
6518
|
+
"type": {
|
|
6519
|
+
"kind": "SCALAR",
|
|
6520
|
+
"name": "String",
|
|
6521
|
+
"ofType": null
|
|
6522
|
+
},
|
|
6523
|
+
"isDeprecated": false,
|
|
6524
|
+
"deprecationReason": null
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"name": "properties",
|
|
6528
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
6529
|
+
"args": [],
|
|
6530
|
+
"type": {
|
|
6531
|
+
"kind": "SCALAR",
|
|
6532
|
+
"name": "JSON",
|
|
6533
|
+
"ofType": null
|
|
6534
|
+
},
|
|
6535
|
+
"isDeprecated": false,
|
|
6536
|
+
"deprecationReason": null
|
|
6537
|
+
}
|
|
6538
|
+
],
|
|
6539
|
+
"inputFields": null,
|
|
6540
|
+
"interfaces": [],
|
|
6541
|
+
"enumValues": null,
|
|
6542
|
+
"possibleTypes": null
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"kind": "ENUM",
|
|
6546
|
+
"name": "CountryCodeAlpha2",
|
|
6547
|
+
"description": "ISO-3166 alpha-2 country codes",
|
|
6548
|
+
"fields": null,
|
|
6549
|
+
"inputFields": null,
|
|
6550
|
+
"interfaces": null,
|
|
6551
|
+
"enumValues": [
|
|
6552
|
+
{
|
|
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
|
|
7976
|
+
},
|
|
7977
|
+
"isDeprecated": false,
|
|
7978
|
+
"deprecationReason": null
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "evse_id",
|
|
7982
|
+
"description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED.",
|
|
7983
|
+
"args": [],
|
|
7984
|
+
"type": {
|
|
7985
|
+
"kind": "SCALAR",
|
|
7986
|
+
"name": "String",
|
|
7987
|
+
"ofType": null
|
|
7988
|
+
},
|
|
7989
|
+
"isDeprecated": false,
|
|
7990
|
+
"deprecationReason": null
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
"name": "status",
|
|
7994
|
+
"description": "Indicates the current status of an EVSE.",
|
|
7995
|
+
"args": [],
|
|
7996
|
+
"type": {
|
|
7997
|
+
"kind": "ENUM",
|
|
7998
|
+
"name": "OCPIStatus",
|
|
7999
|
+
"ofType": null
|
|
8000
|
+
},
|
|
8001
|
+
"isDeprecated": false,
|
|
8002
|
+
"deprecationReason": null
|
|
8003
|
+
},
|
|
8004
|
+
{
|
|
8005
|
+
"name": "status_schedule",
|
|
8006
|
+
"description": "Indicates a planned status update of a nEVSE.",
|
|
8007
|
+
"args": [],
|
|
8008
|
+
"type": {
|
|
8009
|
+
"kind": "LIST",
|
|
8010
|
+
"name": null,
|
|
8011
|
+
"ofType": {
|
|
8012
|
+
"kind": "OBJECT",
|
|
8013
|
+
"name": "OCPIStatusSchedule",
|
|
8014
|
+
"ofType": null
|
|
8015
|
+
}
|
|
8016
|
+
},
|
|
8017
|
+
"isDeprecated": false,
|
|
8018
|
+
"deprecationReason": null
|
|
8019
|
+
},
|
|
8020
|
+
{
|
|
8021
|
+
"name": "capabilities",
|
|
8022
|
+
"description": "List of functionalities that an EVSE is capable of.",
|
|
8023
|
+
"args": [],
|
|
8024
|
+
"type": {
|
|
8025
|
+
"kind": "LIST",
|
|
8026
|
+
"name": null,
|
|
8027
|
+
"ofType": {
|
|
8028
|
+
"kind": "ENUM",
|
|
8029
|
+
"name": "OCPICapability",
|
|
8030
|
+
"ofType": null
|
|
8031
|
+
}
|
|
8032
|
+
},
|
|
8033
|
+
"isDeprecated": false,
|
|
8034
|
+
"deprecationReason": null
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"name": "connectors",
|
|
8038
|
+
"description": "List of available connectors on an EVSE.",
|
|
8039
|
+
"args": [],
|
|
8040
|
+
"type": {
|
|
8041
|
+
"kind": "LIST",
|
|
8042
|
+
"name": null,
|
|
8043
|
+
"ofType": {
|
|
8044
|
+
"kind": "OBJECT",
|
|
8045
|
+
"name": "Connector",
|
|
8046
|
+
"ofType": null
|
|
8047
|
+
}
|
|
8048
|
+
},
|
|
8049
|
+
"isDeprecated": false,
|
|
8050
|
+
"deprecationReason": null
|
|
8051
|
+
},
|
|
8052
|
+
{
|
|
8053
|
+
"name": "floor_level",
|
|
8054
|
+
"description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.",
|
|
8055
|
+
"args": [],
|
|
8056
|
+
"type": {
|
|
8057
|
+
"kind": "SCALAR",
|
|
8058
|
+
"name": "String",
|
|
8059
|
+
"ofType": null
|
|
8060
|
+
},
|
|
8061
|
+
"isDeprecated": false,
|
|
8062
|
+
"deprecationReason": null
|
|
8063
|
+
},
|
|
8064
|
+
{
|
|
8065
|
+
"name": "coordinates",
|
|
8066
|
+
"description": "Coordinates of a EVSE.",
|
|
8067
|
+
"args": [],
|
|
8068
|
+
"type": {
|
|
8069
|
+
"kind": "OBJECT",
|
|
8070
|
+
"name": "OCPIGeoLocation",
|
|
8071
|
+
"ofType": null
|
|
8072
|
+
},
|
|
8073
|
+
"isDeprecated": false,
|
|
8074
|
+
"deprecationReason": null
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"name": "physical_reference",
|
|
8078
|
+
"description": "A number/string printed on the outside of an EVSE for visual identification.",
|
|
8079
|
+
"args": [],
|
|
8080
|
+
"type": {
|
|
8081
|
+
"kind": "SCALAR",
|
|
8082
|
+
"name": "String",
|
|
8083
|
+
"ofType": null
|
|
8084
|
+
},
|
|
8085
|
+
"isDeprecated": false,
|
|
8086
|
+
"deprecationReason": null
|
|
8087
|
+
},
|
|
8088
|
+
{
|
|
8089
|
+
"name": "parking_restrictions",
|
|
8090
|
+
"description": "Restrictions that apply to a parking spot.",
|
|
8091
|
+
"args": [],
|
|
8092
|
+
"type": {
|
|
8093
|
+
"kind": "LIST",
|
|
8094
|
+
"name": null,
|
|
8095
|
+
"ofType": {
|
|
8096
|
+
"kind": "ENUM",
|
|
8097
|
+
"name": "OCPIParkingRestriction",
|
|
8098
|
+
"ofType": null
|
|
8099
|
+
}
|
|
8100
|
+
},
|
|
8101
|
+
"isDeprecated": false,
|
|
8102
|
+
"deprecationReason": null
|
|
8103
|
+
},
|
|
8104
|
+
{
|
|
8105
|
+
"name": "images",
|
|
8106
|
+
"description": "Links to images related to an EVSE such as photos or logos.",
|
|
8107
|
+
"args": [],
|
|
8108
|
+
"type": {
|
|
8109
|
+
"kind": "LIST",
|
|
8110
|
+
"name": null,
|
|
8111
|
+
"ofType": {
|
|
8112
|
+
"kind": "OBJECT",
|
|
6405
8113
|
"name": "OCPIImage",
|
|
6406
8114
|
"ofType": null
|
|
6407
8115
|
}
|
|
@@ -6615,7 +8323,7 @@
|
|
|
6615
8323
|
{
|
|
6616
8324
|
"kind": "ENUM",
|
|
6617
8325
|
"name": "LegType",
|
|
6618
|
-
"description": "
|
|
8326
|
+
"description": "Types of a leg",
|
|
6619
8327
|
"fields": null,
|
|
6620
8328
|
"inputFields": null,
|
|
6621
8329
|
"interfaces": null,
|
|
@@ -6653,6 +8361,40 @@
|
|
|
6653
8361
|
],
|
|
6654
8362
|
"possibleTypes": null
|
|
6655
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
|
+
},
|
|
6656
8398
|
{
|
|
6657
8399
|
"kind": "OBJECT",
|
|
6658
8400
|
"name": "Mutation",
|
|
@@ -6881,6 +8623,12 @@
|
|
|
6881
8623
|
"description": "Connectors have a mechanical lock that can be requested by the eMSP to be unlocked.",
|
|
6882
8624
|
"isDeprecated": false,
|
|
6883
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
|
|
6884
8632
|
}
|
|
6885
8633
|
],
|
|
6886
8634
|
"possibleTypes": null
|
|
@@ -6911,7 +8659,7 @@
|
|
|
6911
8659
|
{
|
|
6912
8660
|
"kind": "ENUM",
|
|
6913
8661
|
"name": "OCPIConnectorType",
|
|
6914
|
-
"description": "
|
|
8662
|
+
"description": "Deprecated: Please use ConnectorType instead",
|
|
6915
8663
|
"fields": null,
|
|
6916
8664
|
"inputFields": null,
|
|
6917
8665
|
"interfaces": null,
|
|
@@ -6994,6 +8742,24 @@
|
|
|
6994
8742
|
"isDeprecated": false,
|
|
6995
8743
|
"deprecationReason": null
|
|
6996
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
|
+
},
|
|
6997
8763
|
{
|
|
6998
8764
|
"name": "IEC_60309_2_single_16",
|
|
6999
8765
|
"description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue)",
|
|
@@ -7077,6 +8843,60 @@
|
|
|
7077
8843
|
"description": "Tesla connector \"Model-S\"-type (oval, 5 pins)",
|
|
7078
8844
|
"isDeprecated": false,
|
|
7079
8845
|
"deprecationReason": null
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"name": "GB_T",
|
|
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",
|
|
8898
|
+
"isDeprecated": false,
|
|
8899
|
+
"deprecationReason": null
|
|
7080
8900
|
}
|
|
7081
8901
|
],
|
|
7082
8902
|
"possibleTypes": null
|
|
@@ -7916,6 +9736,18 @@
|
|
|
7916
9736
|
"isDeprecated": false,
|
|
7917
9737
|
"deprecationReason": null
|
|
7918
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
|
+
},
|
|
7919
9751
|
{
|
|
7920
9752
|
"name": "DC",
|
|
7921
9753
|
"description": "Direct Current.",
|
|
@@ -8716,8 +10548,44 @@
|
|
|
8716
10548
|
"deprecationReason": null
|
|
8717
10549
|
},
|
|
8718
10550
|
{
|
|
8719
|
-
"name": "name",
|
|
8720
|
-
"description": "Name of an operator",
|
|
10551
|
+
"name": "name",
|
|
10552
|
+
"description": "Name of an operator",
|
|
10553
|
+
"args": [],
|
|
10554
|
+
"type": {
|
|
10555
|
+
"kind": "SCALAR",
|
|
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",
|
|
8721
10589
|
"args": [],
|
|
8722
10590
|
"type": {
|
|
8723
10591
|
"kind": "SCALAR",
|
|
@@ -8728,48 +10596,56 @@
|
|
|
8728
10596
|
"deprecationReason": null
|
|
8729
10597
|
},
|
|
8730
10598
|
{
|
|
8731
|
-
"name": "
|
|
8732
|
-
"description": "
|
|
10599
|
+
"name": "countries",
|
|
10600
|
+
"description": "ISO-3166 alpha-2 country codes an operator is active in.",
|
|
8733
10601
|
"args": [],
|
|
8734
10602
|
"type": {
|
|
8735
|
-
"kind": "
|
|
8736
|
-
"name":
|
|
8737
|
-
"ofType":
|
|
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
|
+
}
|
|
8738
10614
|
},
|
|
8739
10615
|
"isDeprecated": false,
|
|
8740
10616
|
"deprecationReason": null
|
|
8741
10617
|
},
|
|
8742
10618
|
{
|
|
8743
|
-
"name": "
|
|
8744
|
-
"description": "
|
|
10619
|
+
"name": "contact",
|
|
10620
|
+
"description": "Contact information",
|
|
8745
10621
|
"args": [],
|
|
8746
10622
|
"type": {
|
|
8747
10623
|
"kind": "OBJECT",
|
|
8748
|
-
"name": "
|
|
10624
|
+
"name": "Contact",
|
|
8749
10625
|
"ofType": null
|
|
8750
10626
|
},
|
|
8751
10627
|
"isDeprecated": false,
|
|
8752
10628
|
"deprecationReason": null
|
|
8753
10629
|
},
|
|
8754
10630
|
{
|
|
8755
|
-
"name": "
|
|
8756
|
-
"description": "
|
|
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",
|
|
8757
10633
|
"args": [],
|
|
8758
10634
|
"type": {
|
|
8759
10635
|
"kind": "SCALAR",
|
|
8760
|
-
"name": "
|
|
10636
|
+
"name": "Int",
|
|
8761
10637
|
"ofType": null
|
|
8762
10638
|
},
|
|
8763
10639
|
"isDeprecated": false,
|
|
8764
10640
|
"deprecationReason": null
|
|
8765
10641
|
},
|
|
8766
10642
|
{
|
|
8767
|
-
"name": "
|
|
8768
|
-
"description": "
|
|
10643
|
+
"name": "excluded",
|
|
10644
|
+
"description": "Flag which indicates if the operator is in the excluded list",
|
|
8769
10645
|
"args": [],
|
|
8770
10646
|
"type": {
|
|
8771
|
-
"kind": "
|
|
8772
|
-
"name": "
|
|
10647
|
+
"kind": "SCALAR",
|
|
10648
|
+
"name": "Boolean",
|
|
8773
10649
|
"ofType": null
|
|
8774
10650
|
},
|
|
8775
10651
|
"isDeprecated": false,
|
|
@@ -8781,6 +10657,69 @@
|
|
|
8781
10657
|
"enumValues": null,
|
|
8782
10658
|
"possibleTypes": null
|
|
8783
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": [
|
|
10666
|
+
{
|
|
10667
|
+
"name": "countries",
|
|
10668
|
+
"description": "ISO-3166 alpha-2 country codes an operator is active in.",
|
|
10669
|
+
"type": {
|
|
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
|
+
}
|
|
10681
|
+
},
|
|
10682
|
+
"defaultValue": null,
|
|
10683
|
+
"isDeprecated": false,
|
|
10684
|
+
"deprecationReason": null
|
|
10685
|
+
},
|
|
10686
|
+
{
|
|
10687
|
+
"name": "ranking",
|
|
10688
|
+
"description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10",
|
|
10689
|
+
"type": {
|
|
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
|
+
}
|
|
10701
|
+
},
|
|
10702
|
+
"defaultValue": null,
|
|
10703
|
+
"isDeprecated": false,
|
|
10704
|
+
"deprecationReason": null
|
|
10705
|
+
},
|
|
10706
|
+
{
|
|
10707
|
+
"name": "excluded",
|
|
10708
|
+
"description": "Only retrieve operators that are in the excluded list",
|
|
10709
|
+
"type": {
|
|
10710
|
+
"kind": "SCALAR",
|
|
10711
|
+
"name": "Boolean",
|
|
10712
|
+
"ofType": null
|
|
10713
|
+
},
|
|
10714
|
+
"defaultValue": null,
|
|
10715
|
+
"isDeprecated": false,
|
|
10716
|
+
"deprecationReason": null
|
|
10717
|
+
}
|
|
10718
|
+
],
|
|
10719
|
+
"interfaces": null,
|
|
10720
|
+
"enumValues": null,
|
|
10721
|
+
"possibleTypes": null
|
|
10722
|
+
},
|
|
8784
10723
|
{
|
|
8785
10724
|
"kind": "INPUT_OBJECT",
|
|
8786
10725
|
"name": "OperatorListQuery",
|
|
@@ -9039,60 +10978,248 @@
|
|
|
9039
10978
|
}
|
|
9040
10979
|
}
|
|
9041
10980
|
},
|
|
9042
|
-
"defaultValue": null,
|
|
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
|
+
},
|
|
9043
11154
|
"isDeprecated": false,
|
|
9044
11155
|
"deprecationReason": null
|
|
9045
|
-
}
|
|
9046
|
-
],
|
|
9047
|
-
"interfaces": null,
|
|
9048
|
-
"enumValues": null,
|
|
9049
|
-
"possibleTypes": null
|
|
9050
|
-
},
|
|
9051
|
-
{
|
|
9052
|
-
"kind": "ENUM",
|
|
9053
|
-
"name": "PointType",
|
|
9054
|
-
"description": "GeoJSON Point type",
|
|
9055
|
-
"fields": null,
|
|
9056
|
-
"inputFields": null,
|
|
9057
|
-
"interfaces": null,
|
|
9058
|
-
"enumValues": [
|
|
11156
|
+
},
|
|
9059
11157
|
{
|
|
9060
|
-
"name": "
|
|
9061
|
-
"description":
|
|
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
|
|
11168
|
+
}
|
|
11169
|
+
},
|
|
9062
11170
|
"isDeprecated": false,
|
|
9063
11171
|
"deprecationReason": null
|
|
9064
11172
|
}
|
|
9065
11173
|
],
|
|
11174
|
+
"inputFields": null,
|
|
11175
|
+
"interfaces": [],
|
|
11176
|
+
"enumValues": null,
|
|
9066
11177
|
"possibleTypes": null
|
|
9067
11178
|
},
|
|
9068
11179
|
{
|
|
9069
11180
|
"kind": "OBJECT",
|
|
9070
|
-
"name": "
|
|
9071
|
-
"description":
|
|
11181
|
+
"name": "PricingList",
|
|
11182
|
+
"description": null,
|
|
9072
11183
|
"fields": [
|
|
9073
11184
|
{
|
|
9074
|
-
"name": "
|
|
9075
|
-
"description": "
|
|
11185
|
+
"name": "partner",
|
|
11186
|
+
"description": "(MSP) Mobility Service Provider",
|
|
9076
11187
|
"args": [],
|
|
9077
11188
|
"type": {
|
|
9078
11189
|
"kind": "SCALAR",
|
|
9079
|
-
"name": "
|
|
11190
|
+
"name": "String",
|
|
9080
11191
|
"ofType": null
|
|
9081
11192
|
},
|
|
9082
11193
|
"isDeprecated": false,
|
|
9083
11194
|
"deprecationReason": null
|
|
9084
11195
|
},
|
|
9085
11196
|
{
|
|
9086
|
-
"name": "
|
|
9087
|
-
"description": "
|
|
11197
|
+
"name": "product",
|
|
11198
|
+
"description": "Product details",
|
|
9088
11199
|
"args": [],
|
|
9089
11200
|
"type": {
|
|
9090
|
-
"kind": "
|
|
9091
|
-
"name": "
|
|
11201
|
+
"kind": "OBJECT",
|
|
11202
|
+
"name": "PricingListProduct",
|
|
9092
11203
|
"ofType": null
|
|
9093
11204
|
},
|
|
9094
11205
|
"isDeprecated": false,
|
|
9095
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
|
|
9096
11223
|
}
|
|
9097
11224
|
],
|
|
9098
11225
|
"inputFields": null,
|
|
@@ -9102,33 +11229,41 @@
|
|
|
9102
11229
|
},
|
|
9103
11230
|
{
|
|
9104
11231
|
"kind": "OBJECT",
|
|
9105
|
-
"name": "
|
|
9106
|
-
"description":
|
|
11232
|
+
"name": "PricingListElement",
|
|
11233
|
+
"description": null,
|
|
9107
11234
|
"fields": [
|
|
9108
11235
|
{
|
|
9109
11236
|
"name": "type",
|
|
9110
|
-
"description": "
|
|
11237
|
+
"description": "Price element type.",
|
|
9111
11238
|
"args": [],
|
|
9112
11239
|
"type": {
|
|
9113
11240
|
"kind": "ENUM",
|
|
9114
|
-
"name": "
|
|
11241
|
+
"name": "PricingListElementType",
|
|
9115
11242
|
"ofType": null
|
|
9116
11243
|
},
|
|
9117
11244
|
"isDeprecated": false,
|
|
9118
11245
|
"deprecationReason": null
|
|
9119
11246
|
},
|
|
9120
11247
|
{
|
|
9121
|
-
"name": "
|
|
9122
|
-
"description": "
|
|
11248
|
+
"name": "price_excl_vat",
|
|
11249
|
+
"description": "Price of the element type without VAT.",
|
|
9123
11250
|
"args": [],
|
|
9124
11251
|
"type": {
|
|
9125
|
-
"kind": "
|
|
9126
|
-
"name":
|
|
9127
|
-
"ofType":
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
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
|
|
9132
11267
|
},
|
|
9133
11268
|
"isDeprecated": false,
|
|
9134
11269
|
"deprecationReason": null
|
|
@@ -9139,14 +11274,49 @@
|
|
|
9139
11274
|
"enumValues": null,
|
|
9140
11275
|
"possibleTypes": null
|
|
9141
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
|
+
},
|
|
9142
11312
|
{
|
|
9143
11313
|
"kind": "OBJECT",
|
|
9144
|
-
"name": "
|
|
9145
|
-
"description":
|
|
11314
|
+
"name": "PricingListProduct",
|
|
11315
|
+
"description": null,
|
|
9146
11316
|
"fields": [
|
|
9147
11317
|
{
|
|
9148
|
-
"name": "
|
|
9149
|
-
"description": "
|
|
11318
|
+
"name": "name",
|
|
11319
|
+
"description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price",
|
|
9150
11320
|
"args": [],
|
|
9151
11321
|
"type": {
|
|
9152
11322
|
"kind": "SCALAR",
|
|
@@ -9157,8 +11327,8 @@
|
|
|
9157
11327
|
"deprecationReason": null
|
|
9158
11328
|
},
|
|
9159
11329
|
{
|
|
9160
|
-
"name": "
|
|
9161
|
-
"description": "
|
|
11330
|
+
"name": "description",
|
|
11331
|
+
"description": "Description of the product",
|
|
9162
11332
|
"args": [],
|
|
9163
11333
|
"type": {
|
|
9164
11334
|
"kind": "SCALAR",
|
|
@@ -9169,8 +11339,8 @@
|
|
|
9169
11339
|
"deprecationReason": null
|
|
9170
11340
|
},
|
|
9171
11341
|
{
|
|
9172
|
-
"name": "
|
|
9173
|
-
"description": "
|
|
11342
|
+
"name": "subscription_type",
|
|
11343
|
+
"description": "Subscription type",
|
|
9174
11344
|
"args": [],
|
|
9175
11345
|
"type": {
|
|
9176
11346
|
"kind": "SCALAR",
|
|
@@ -9181,8 +11351,20 @@
|
|
|
9181
11351
|
"deprecationReason": null
|
|
9182
11352
|
},
|
|
9183
11353
|
{
|
|
9184
|
-
"name": "
|
|
9185
|
-
"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",
|
|
9186
11368
|
"args": [],
|
|
9187
11369
|
"type": {
|
|
9188
11370
|
"kind": "SCALAR",
|
|
@@ -9381,7 +11563,7 @@
|
|
|
9381
11563
|
"args": [
|
|
9382
11564
|
{
|
|
9383
11565
|
"name": "query",
|
|
9384
|
-
"description": "
|
|
11566
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
9385
11567
|
"type": {
|
|
9386
11568
|
"kind": "INPUT_OBJECT",
|
|
9387
11569
|
"name": "OperatorListQuery",
|
|
@@ -9391,6 +11573,30 @@
|
|
|
9391
11573
|
"isDeprecated": false,
|
|
9392
11574
|
"deprecationReason": null
|
|
9393
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
|
+
},
|
|
9394
11600
|
{
|
|
9395
11601
|
"name": "size",
|
|
9396
11602
|
"description": "Number of elements (count) to return, default: 10",
|
|
@@ -9869,6 +12075,75 @@
|
|
|
9869
12075
|
},
|
|
9870
12076
|
"isDeprecated": false,
|
|
9871
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
|
|
9872
12147
|
}
|
|
9873
12148
|
],
|
|
9874
12149
|
"inputFields": null,
|
|
@@ -9970,6 +12245,18 @@
|
|
|
9970
12245
|
"name": "Int",
|
|
9971
12246
|
"ofType": null
|
|
9972
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
|
+
},
|
|
9973
12260
|
"isDeprecated": false,
|
|
9974
12261
|
"deprecationReason": null
|
|
9975
12262
|
},
|
|
@@ -10082,7 +12369,7 @@
|
|
|
10082
12369
|
"inputFields": [
|
|
10083
12370
|
{
|
|
10084
12371
|
"name": "capacity",
|
|
10085
|
-
"description": "Usable capacity of a battery used to compute a route. If this in not filled in, we assume it is the same value as the car batteryUsableKwh.",
|
|
12372
|
+
"description": "Usable capacity of a battery used to compute a route. Allowed value is between -50% and 50% of the car usable battery capacity. If this in not filled in, we assume it is the same value as the car batteryUsableKwh.",
|
|
10086
12373
|
"type": {
|
|
10087
12374
|
"kind": "INPUT_OBJECT",
|
|
10088
12375
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -10274,7 +12561,7 @@
|
|
|
10274
12561
|
},
|
|
10275
12562
|
{
|
|
10276
12563
|
"name": "bms",
|
|
10277
|
-
"description": "
|
|
12564
|
+
"description": "Consumption, in kWh, of the battery management system",
|
|
10278
12565
|
"type": {
|
|
10279
12566
|
"kind": "INPUT_OBJECT",
|
|
10280
12567
|
"name": "CarConsumptionInput",
|
|
@@ -10309,7 +12596,7 @@
|
|
|
10309
12596
|
"inputFields": [
|
|
10310
12597
|
{
|
|
10311
12598
|
"name": "id",
|
|
10312
|
-
"description": "
|
|
12599
|
+
"description": "Internal ID of a Car",
|
|
10313
12600
|
"type": {
|
|
10314
12601
|
"kind": "NON_NULL",
|
|
10315
12602
|
"name": null,
|
|
@@ -10392,8 +12679,8 @@
|
|
|
10392
12679
|
"deprecationReason": null
|
|
10393
12680
|
},
|
|
10394
12681
|
{
|
|
10395
|
-
"name": "
|
|
10396
|
-
"description": "Number of
|
|
12682
|
+
"name": "occupants",
|
|
12683
|
+
"description": "Number of occupants",
|
|
10397
12684
|
"type": {
|
|
10398
12685
|
"kind": "SCALAR",
|
|
10399
12686
|
"name": "Int",
|
|
@@ -10405,7 +12692,7 @@
|
|
|
10405
12692
|
},
|
|
10406
12693
|
{
|
|
10407
12694
|
"name": "consumption",
|
|
10408
|
-
"description": "Consumption specific to the EV or
|
|
12695
|
+
"description": "Consumption specific to the EV or inputted by the request",
|
|
10409
12696
|
"type": {
|
|
10410
12697
|
"kind": "INPUT_OBJECT",
|
|
10411
12698
|
"name": "RequestEvConsumptionInput",
|
|
@@ -10455,7 +12742,7 @@
|
|
|
10455
12742
|
"args": [],
|
|
10456
12743
|
"type": {
|
|
10457
12744
|
"kind": "ENUM",
|
|
10458
|
-
"name": "
|
|
12745
|
+
"name": "ConnectorType",
|
|
10459
12746
|
"ofType": null
|
|
10460
12747
|
},
|
|
10461
12748
|
"isDeprecated": false,
|
|
@@ -10493,7 +12780,7 @@
|
|
|
10493
12780
|
"name": null,
|
|
10494
12781
|
"ofType": {
|
|
10495
12782
|
"kind": "ENUM",
|
|
10496
|
-
"name": "
|
|
12783
|
+
"name": "ConnectorType",
|
|
10497
12784
|
"ofType": null
|
|
10498
12785
|
}
|
|
10499
12786
|
},
|
|
@@ -10628,7 +12915,7 @@
|
|
|
10628
12915
|
},
|
|
10629
12916
|
{
|
|
10630
12917
|
"name": "operators",
|
|
10631
|
-
"description": "Operator
|
|
12918
|
+
"description": "Operator prioritization for a route",
|
|
10632
12919
|
"args": [],
|
|
10633
12920
|
"type": {
|
|
10634
12921
|
"kind": "OBJECT",
|
|
@@ -10768,7 +13055,7 @@
|
|
|
10768
13055
|
},
|
|
10769
13056
|
{
|
|
10770
13057
|
"name": "operatorIds",
|
|
10771
|
-
"description": "
|
|
13058
|
+
"description": "Deprecated: in favor of operators. A list of requested operators",
|
|
10772
13059
|
"type": {
|
|
10773
13060
|
"kind": "LIST",
|
|
10774
13061
|
"name": null,
|
|
@@ -10784,7 +13071,7 @@
|
|
|
10784
13071
|
},
|
|
10785
13072
|
{
|
|
10786
13073
|
"name": "operatorRequired",
|
|
10787
|
-
"description": "Flag which indicates if the operators are required
|
|
13074
|
+
"description": "Deprecated: in favor of operators. Flag which indicates if the operators are required",
|
|
10788
13075
|
"type": {
|
|
10789
13076
|
"kind": "SCALAR",
|
|
10790
13077
|
"name": "Boolean",
|
|
@@ -10796,7 +13083,7 @@
|
|
|
10796
13083
|
},
|
|
10797
13084
|
{
|
|
10798
13085
|
"name": "operatorPrefer",
|
|
10799
|
-
"description": "Flag which indicates if the preferred operators should be loaded
|
|
13086
|
+
"description": "Deprecated: in favor of operators. Flag which indicates if the preferred operators should be loaded",
|
|
10800
13087
|
"type": {
|
|
10801
13088
|
"kind": "SCALAR",
|
|
10802
13089
|
"name": "Boolean",
|
|
@@ -10808,7 +13095,7 @@
|
|
|
10808
13095
|
},
|
|
10809
13096
|
{
|
|
10810
13097
|
"name": "operators",
|
|
10811
|
-
"description": "Operator
|
|
13098
|
+
"description": "Operator prioritization for a route",
|
|
10812
13099
|
"type": {
|
|
10813
13100
|
"kind": "INPUT_OBJECT",
|
|
10814
13101
|
"name": "RouteOperatorsInput",
|
|
@@ -11053,7 +13340,7 @@
|
|
|
11053
13340
|
"args": [],
|
|
11054
13341
|
"type": {
|
|
11055
13342
|
"kind": "ENUM",
|
|
11056
|
-
"name": "
|
|
13343
|
+
"name": "ConnectorType",
|
|
11057
13344
|
"ofType": null
|
|
11058
13345
|
},
|
|
11059
13346
|
"isDeprecated": false,
|
|
@@ -11192,7 +13479,7 @@
|
|
|
11192
13479
|
"description": "Plug type that was provided/selected by a user",
|
|
11193
13480
|
"type": {
|
|
11194
13481
|
"kind": "ENUM",
|
|
11195
|
-
"name": "
|
|
13482
|
+
"name": "ConnectorType",
|
|
11196
13483
|
"ofType": null
|
|
11197
13484
|
},
|
|
11198
13485
|
"defaultValue": null,
|
|
@@ -11700,8 +13987,8 @@
|
|
|
11700
13987
|
"name": "Int",
|
|
11701
13988
|
"ofType": null
|
|
11702
13989
|
},
|
|
11703
|
-
"isDeprecated":
|
|
11704
|
-
"deprecationReason":
|
|
13990
|
+
"isDeprecated": true,
|
|
13991
|
+
"deprecationReason": "Will be removed in the future"
|
|
11705
13992
|
},
|
|
11706
13993
|
{
|
|
11707
13994
|
"name": "rangeStart",
|
|
@@ -11727,6 +14014,18 @@
|
|
|
11727
14014
|
"isDeprecated": false,
|
|
11728
14015
|
"deprecationReason": null
|
|
11729
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
|
+
},
|
|
11730
14029
|
{
|
|
11731
14030
|
"name": "rangeEnd",
|
|
11732
14031
|
"description": "Remaining range, in meters, at the end of a trip",
|
|
@@ -11740,12 +14039,24 @@
|
|
|
11740
14039
|
"deprecationReason": null
|
|
11741
14040
|
},
|
|
11742
14041
|
{
|
|
11743
|
-
"name": "rangeEndKwh",
|
|
11744
|
-
"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.",
|
|
11745
14056
|
"args": [],
|
|
11746
14057
|
"type": {
|
|
11747
14058
|
"kind": "SCALAR",
|
|
11748
|
-
"name": "
|
|
14059
|
+
"name": "Int",
|
|
11749
14060
|
"ofType": null
|
|
11750
14061
|
},
|
|
11751
14062
|
"isDeprecated": false,
|
|
@@ -11769,7 +14080,7 @@
|
|
|
11769
14080
|
"args": [
|
|
11770
14081
|
{
|
|
11771
14082
|
"name": "decimals",
|
|
11772
|
-
"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",
|
|
11773
14084
|
"type": {
|
|
11774
14085
|
"kind": "SCALAR",
|
|
11775
14086
|
"name": "Int",
|
|
@@ -11915,6 +14226,22 @@
|
|
|
11915
14226
|
},
|
|
11916
14227
|
"isDeprecated": false,
|
|
11917
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
|
|
11918
14245
|
}
|
|
11919
14246
|
],
|
|
11920
14247
|
"inputFields": null,
|
|
@@ -12009,7 +14336,7 @@
|
|
|
12009
14336
|
},
|
|
12010
14337
|
{
|
|
12011
14338
|
"name": "bestMatching",
|
|
12012
|
-
"description": "Best matching
|
|
14339
|
+
"description": "Best matching route based on operator and amenities preferences",
|
|
12013
14340
|
"isDeprecated": false,
|
|
12014
14341
|
"deprecationReason": null
|
|
12015
14342
|
},
|
|
@@ -12376,6 +14703,18 @@
|
|
|
12376
14703
|
"isDeprecated": false,
|
|
12377
14704
|
"deprecationReason": null
|
|
12378
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
|
+
},
|
|
12379
14718
|
{
|
|
12380
14719
|
"name": "rangeEnd",
|
|
12381
14720
|
"description": "Range, in meters, available at the end of a leg",
|
|
@@ -12400,6 +14739,18 @@
|
|
|
12400
14739
|
"isDeprecated": false,
|
|
12401
14740
|
"deprecationReason": null
|
|
12402
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
|
+
},
|
|
12403
14754
|
{
|
|
12404
14755
|
"name": "origin",
|
|
12405
14756
|
"description": "Origin point location",
|
|
@@ -12462,7 +14813,19 @@
|
|
|
12462
14813
|
},
|
|
12463
14814
|
{
|
|
12464
14815
|
"name": "operatorId",
|
|
12465
|
-
"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",
|
|
12466
14829
|
"args": [],
|
|
12467
14830
|
"type": {
|
|
12468
14831
|
"kind": "SCALAR",
|
|
@@ -12472,6 +14835,18 @@
|
|
|
12472
14835
|
"isDeprecated": false,
|
|
12473
14836
|
"deprecationReason": null
|
|
12474
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
|
+
},
|
|
12475
14850
|
{
|
|
12476
14851
|
"name": "chargeTime",
|
|
12477
14852
|
"description": "Total time required to charge a battery until 80%, in seconds",
|
|
@@ -12567,6 +14942,63 @@
|
|
|
12567
14942
|
},
|
|
12568
14943
|
"isDeprecated": false,
|
|
12569
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
|
|
12570
15002
|
}
|
|
12571
15003
|
],
|
|
12572
15004
|
"inputFields": null,
|
|
@@ -12577,7 +15009,7 @@
|
|
|
12577
15009
|
{
|
|
12578
15010
|
"kind": "OBJECT",
|
|
12579
15011
|
"name": "RouteOperators",
|
|
12580
|
-
"description":
|
|
15012
|
+
"description": "Prioritized operators for a route calculation",
|
|
12581
15013
|
"fields": [
|
|
12582
15014
|
{
|
|
12583
15015
|
"name": "type",
|
|
@@ -12628,7 +15060,7 @@
|
|
|
12628
15060
|
{
|
|
12629
15061
|
"kind": "INPUT_OBJECT",
|
|
12630
15062
|
"name": "RouteOperatorsInput",
|
|
12631
|
-
"description": "
|
|
15063
|
+
"description": "Prioritized operators for a route calculation",
|
|
12632
15064
|
"fields": null,
|
|
12633
15065
|
"inputFields": [
|
|
12634
15066
|
{
|
|
@@ -12679,7 +15111,7 @@
|
|
|
12679
15111
|
{
|
|
12680
15112
|
"kind": "OBJECT",
|
|
12681
15113
|
"name": "RouteOperatorsRanking",
|
|
12682
|
-
"description": "Ranking configuration for
|
|
15114
|
+
"description": "Ranking configuration for prioritized operators",
|
|
12683
15115
|
"fields": [
|
|
12684
15116
|
{
|
|
12685
15117
|
"name": "level1",
|
|
@@ -12850,7 +15282,7 @@
|
|
|
12850
15282
|
{
|
|
12851
15283
|
"kind": "INPUT_OBJECT",
|
|
12852
15284
|
"name": "RouteOperatorsRankingInput",
|
|
12853
|
-
"description": "Ranking configuration for
|
|
15285
|
+
"description": "Ranking configuration for prioritized operators",
|
|
12854
15286
|
"fields": null,
|
|
12855
15287
|
"inputFields": [
|
|
12856
15288
|
{
|
|
@@ -13021,7 +15453,7 @@
|
|
|
13021
15453
|
{
|
|
13022
15454
|
"kind": "ENUM",
|
|
13023
15455
|
"name": "RouteOperatorsType",
|
|
13024
|
-
"description": "Type of operator
|
|
15456
|
+
"description": "Type of operator prioritization for a route",
|
|
13025
15457
|
"fields": null,
|
|
13026
15458
|
"inputFields": null,
|
|
13027
15459
|
"interfaces": null,
|
|
@@ -13040,7 +15472,7 @@
|
|
|
13040
15472
|
},
|
|
13041
15473
|
{
|
|
13042
15474
|
"name": "required",
|
|
13043
|
-
"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",
|
|
13044
15476
|
"isDeprecated": false,
|
|
13045
15477
|
"deprecationReason": null
|
|
13046
15478
|
}
|
|
@@ -13307,6 +15739,137 @@
|
|
|
13307
15739
|
],
|
|
13308
15740
|
"possibleTypes": null
|
|
13309
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
|
+
},
|
|
13310
15873
|
{
|
|
13311
15874
|
"kind": "OBJECT",
|
|
13312
15875
|
"name": "StandardStats",
|
|
@@ -13318,7 +15881,7 @@
|
|
|
13318
15881
|
"args": [],
|
|
13319
15882
|
"type": {
|
|
13320
15883
|
"kind": "ENUM",
|
|
13321
|
-
"name": "
|
|
15884
|
+
"name": "ConnectorType",
|
|
13322
15885
|
"ofType": null
|
|
13323
15886
|
},
|
|
13324
15887
|
"isDeprecated": false,
|
|
@@ -13345,7 +15908,7 @@
|
|
|
13345
15908
|
{
|
|
13346
15909
|
"kind": "OBJECT",
|
|
13347
15910
|
"name": "Station",
|
|
13348
|
-
"description": "
|
|
15911
|
+
"description": "Station data which extends OCPI Location",
|
|
13349
15912
|
"fields": [
|
|
13350
15913
|
{
|
|
13351
15914
|
"name": "review",
|
|
@@ -13737,7 +16300,7 @@
|
|
|
13737
16300
|
},
|
|
13738
16301
|
{
|
|
13739
16302
|
"name": "amenities",
|
|
13740
|
-
"description": "
|
|
16303
|
+
"description": "Amenities located at this location",
|
|
13741
16304
|
"args": [],
|
|
13742
16305
|
"type": {
|
|
13743
16306
|
"kind": "SCALAR",
|
|
@@ -14177,6 +16740,41 @@
|
|
|
14177
16740
|
"enumValues": null,
|
|
14178
16741
|
"possibleTypes": null
|
|
14179
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
|
+
},
|
|
14180
16778
|
{
|
|
14181
16779
|
"kind": "OBJECT",
|
|
14182
16780
|
"name": "Subscription",
|