@chargetrip/types 1.43.0 → 1.44.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.
@@ -1011,13 +1011,9 @@
1011
1011
  "name": "source",
1012
1012
  "description": "Source of inputted data, defaults to 'manual'.",
1013
1013
  "type": {
1014
- "kind": "NON_NULL",
1015
- "name": null,
1016
- "ofType": {
1017
- "kind": "ENUM",
1018
- "name": "TelemetryInputSource",
1019
- "ofType": null
1020
- }
1014
+ "kind": "ENUM",
1015
+ "name": "TelemetryInputSource",
1016
+ "ofType": null
1021
1017
  },
1022
1018
  "defaultValue": "manual",
1023
1019
  "isDeprecated": false,
@@ -7803,6 +7799,26 @@
7803
7799
  "name": "Pricing",
7804
7800
  "ofType": null
7805
7801
  },
7802
+ "isDeprecated": true,
7803
+ "deprecationReason": "In favor of prices."
7804
+ },
7805
+ {
7806
+ "name": "prices",
7807
+ "description": "Dynamic charging prices.",
7808
+ "args": [],
7809
+ "type": {
7810
+ "kind": "LIST",
7811
+ "name": null,
7812
+ "ofType": {
7813
+ "kind": "NON_NULL",
7814
+ "name": null,
7815
+ "ofType": {
7816
+ "kind": "OBJECT",
7817
+ "name": "ConnectorPrice",
7818
+ "ofType": null
7819
+ }
7820
+ }
7821
+ },
7806
7822
  "isDeprecated": false,
7807
7823
  "deprecationReason": null
7808
7824
  },
@@ -7839,7 +7855,7 @@
7839
7855
  "ofType": null
7840
7856
  },
7841
7857
  "isDeprecated": true,
7842
- "deprecationReason": "In favor of connector.pricing"
7858
+ "deprecationReason": "In favor of connector.prices."
7843
7859
  },
7844
7860
  {
7845
7861
  "name": "oicp",
@@ -7859,6 +7875,881 @@
7859
7875
  "enumValues": null,
7860
7876
  "possibleTypes": null
7861
7877
  },
7878
+ {
7879
+ "kind": "OBJECT",
7880
+ "name": "ConnectorPrice",
7881
+ "description": "Connector charging price.",
7882
+ "fields": [
7883
+ {
7884
+ "name": "external_id",
7885
+ "description": "ID for the price.",
7886
+ "args": [],
7887
+ "type": {
7888
+ "kind": "NON_NULL",
7889
+ "name": null,
7890
+ "ofType": {
7891
+ "kind": "SCALAR",
7892
+ "name": "String",
7893
+ "ofType": null
7894
+ }
7895
+ },
7896
+ "isDeprecated": false,
7897
+ "deprecationReason": null
7898
+ },
7899
+ {
7900
+ "name": "partner",
7901
+ "description": "Owner of the payment product.",
7902
+ "args": [],
7903
+ "type": {
7904
+ "kind": "SCALAR",
7905
+ "name": "String",
7906
+ "ofType": null
7907
+ },
7908
+ "isDeprecated": false,
7909
+ "deprecationReason": null
7910
+ },
7911
+ {
7912
+ "name": "partner_id",
7913
+ "description": "ID for the owner of the payment product.",
7914
+ "args": [],
7915
+ "type": {
7916
+ "kind": "NON_NULL",
7917
+ "name": null,
7918
+ "ofType": {
7919
+ "kind": "SCALAR",
7920
+ "name": "String",
7921
+ "ofType": null
7922
+ }
7923
+ },
7924
+ "isDeprecated": false,
7925
+ "deprecationReason": null
7926
+ },
7927
+ {
7928
+ "name": "product",
7929
+ "description": "Payment product.",
7930
+ "args": [],
7931
+ "type": {
7932
+ "kind": "NON_NULL",
7933
+ "name": null,
7934
+ "ofType": {
7935
+ "kind": "OBJECT",
7936
+ "name": "ConnectorPriceProduct",
7937
+ "ofType": null
7938
+ }
7939
+ },
7940
+ "isDeprecated": false,
7941
+ "deprecationReason": null
7942
+ },
7943
+ {
7944
+ "name": "elements",
7945
+ "description": "Price product elements.",
7946
+ "args": [],
7947
+ "type": {
7948
+ "kind": "NON_NULL",
7949
+ "name": null,
7950
+ "ofType": {
7951
+ "kind": "LIST",
7952
+ "name": null,
7953
+ "ofType": {
7954
+ "kind": "NON_NULL",
7955
+ "name": null,
7956
+ "ofType": {
7957
+ "kind": "OBJECT",
7958
+ "name": "ConnectorPriceElement",
7959
+ "ofType": null
7960
+ }
7961
+ }
7962
+ }
7963
+ },
7964
+ "isDeprecated": false,
7965
+ "deprecationReason": null
7966
+ },
7967
+ {
7968
+ "name": "last_updated",
7969
+ "description": "Indicates when the pricing data was last updated. The date is in ISO 8601 standard and the time zone is UTC. The update could be a price update or any other update (for example, pricing type update).",
7970
+ "args": [],
7971
+ "type": {
7972
+ "kind": "SCALAR",
7973
+ "name": "DateTime",
7974
+ "ofType": null
7975
+ },
7976
+ "isDeprecated": false,
7977
+ "deprecationReason": null
7978
+ }
7979
+ ],
7980
+ "inputFields": null,
7981
+ "interfaces": [],
7982
+ "enumValues": null,
7983
+ "possibleTypes": null
7984
+ },
7985
+ {
7986
+ "kind": "OBJECT",
7987
+ "name": "ConnectorPriceElement",
7988
+ "description": null,
7989
+ "fields": [
7990
+ {
7991
+ "name": "components",
7992
+ "description": "Connector price element components.",
7993
+ "args": [],
7994
+ "type": {
7995
+ "kind": "NON_NULL",
7996
+ "name": null,
7997
+ "ofType": {
7998
+ "kind": "LIST",
7999
+ "name": null,
8000
+ "ofType": {
8001
+ "kind": "NON_NULL",
8002
+ "name": null,
8003
+ "ofType": {
8004
+ "kind": "OBJECT",
8005
+ "name": "ConnectorPriceElementComponent",
8006
+ "ofType": null
8007
+ }
8008
+ }
8009
+ }
8010
+ },
8011
+ "isDeprecated": false,
8012
+ "deprecationReason": null
8013
+ },
8014
+ {
8015
+ "name": "restrictions",
8016
+ "description": "Connector price element restrictions.",
8017
+ "args": [],
8018
+ "type": {
8019
+ "kind": "OBJECT",
8020
+ "name": "ConnectorPriceElementRestrictions",
8021
+ "ofType": null
8022
+ },
8023
+ "isDeprecated": false,
8024
+ "deprecationReason": null
8025
+ }
8026
+ ],
8027
+ "inputFields": null,
8028
+ "interfaces": [],
8029
+ "enumValues": null,
8030
+ "possibleTypes": null
8031
+ },
8032
+ {
8033
+ "kind": "OBJECT",
8034
+ "name": "ConnectorPriceElementComponent",
8035
+ "description": null,
8036
+ "fields": [
8037
+ {
8038
+ "name": "type",
8039
+ "description": "Type of pricing that is applicable.",
8040
+ "args": [],
8041
+ "type": {
8042
+ "kind": "NON_NULL",
8043
+ "name": null,
8044
+ "ofType": {
8045
+ "kind": "ENUM",
8046
+ "name": "ConnectorPriceElementComponentType",
8047
+ "ofType": null
8048
+ }
8049
+ },
8050
+ "isDeprecated": false,
8051
+ "deprecationReason": null
8052
+ },
8053
+ {
8054
+ "name": "price_excl_vat",
8055
+ "description": "Applicable price excluding VAT.",
8056
+ "args": [],
8057
+ "type": {
8058
+ "kind": "NON_NULL",
8059
+ "name": null,
8060
+ "ofType": {
8061
+ "kind": "SCALAR",
8062
+ "name": "Float",
8063
+ "ofType": null
8064
+ }
8065
+ },
8066
+ "isDeprecated": false,
8067
+ "deprecationReason": null
8068
+ },
8069
+ {
8070
+ "name": "vat",
8071
+ "description": "Applicable VAT.",
8072
+ "args": [],
8073
+ "type": {
8074
+ "kind": "NON_NULL",
8075
+ "name": null,
8076
+ "ofType": {
8077
+ "kind": "SCALAR",
8078
+ "name": "Float",
8079
+ "ofType": null
8080
+ }
8081
+ },
8082
+ "isDeprecated": false,
8083
+ "deprecationReason": null
8084
+ },
8085
+ {
8086
+ "name": "step_size",
8087
+ "description": "\tIndicates the minimum amount that is billed. A\nunit is billed in step-size blocks. For example, if the type is TIME and step_size is 300, then the time is billed in blocks of 5 minutes. Hence, if 6 minutes is used, then 10 minutes (2 blocks of step_size) is billed.\n\n\tNote: step_size also depends on the type. Every type (except FLAT) defines a step_size multiplier. This is the size of every 'step' and the unit. For example, PARKING_TIME has a step-size multiplier of 1 second. Therefore, the step_size of a price component is multiplied by 1 second. Thus, step_size = 300 means 300 seconds.",
8088
+ "args": [],
8089
+ "type": {
8090
+ "kind": "NON_NULL",
8091
+ "name": null,
8092
+ "ofType": {
8093
+ "kind": "SCALAR",
8094
+ "name": "Int",
8095
+ "ofType": null
8096
+ }
8097
+ },
8098
+ "isDeprecated": false,
8099
+ "deprecationReason": null
8100
+ }
8101
+ ],
8102
+ "inputFields": null,
8103
+ "interfaces": [],
8104
+ "enumValues": null,
8105
+ "possibleTypes": null
8106
+ },
8107
+ {
8108
+ "kind": "ENUM",
8109
+ "name": "ConnectorPriceElementComponentType",
8110
+ "description": "Type of pricing that is applicable.",
8111
+ "fields": null,
8112
+ "inputFields": null,
8113
+ "interfaces": null,
8114
+ "enumValues": [
8115
+ {
8116
+ "name": "energy",
8117
+ "description": "Price per kWh.",
8118
+ "isDeprecated": false,
8119
+ "deprecationReason": null
8120
+ },
8121
+ {
8122
+ "name": "flat",
8123
+ "description": "Fixed price per charging session.",
8124
+ "isDeprecated": false,
8125
+ "deprecationReason": null
8126
+ },
8127
+ {
8128
+ "name": "parking_time",
8129
+ "description": "Parking price per hour. This fee is applicable even if the parked car is not charging.",
8130
+ "isDeprecated": false,
8131
+ "deprecationReason": null
8132
+ },
8133
+ {
8134
+ "name": "time",
8135
+ "description": "Fixed price per hour.",
8136
+ "isDeprecated": false,
8137
+ "deprecationReason": null
8138
+ }
8139
+ ],
8140
+ "possibleTypes": null
8141
+ },
8142
+ {
8143
+ "kind": "OBJECT",
8144
+ "name": "ConnectorPriceElementRestrictions",
8145
+ "description": null,
8146
+ "fields": [
8147
+ {
8148
+ "name": "start_time",
8149
+ "description": "Starting time of the day for the prices.",
8150
+ "args": [],
8151
+ "type": {
8152
+ "kind": "SCALAR",
8153
+ "name": "String",
8154
+ "ofType": null
8155
+ },
8156
+ "isDeprecated": false,
8157
+ "deprecationReason": null
8158
+ },
8159
+ {
8160
+ "name": "end_time",
8161
+ "description": "Ending time of the day for the prices.",
8162
+ "args": [],
8163
+ "type": {
8164
+ "kind": "SCALAR",
8165
+ "name": "String",
8166
+ "ofType": null
8167
+ },
8168
+ "isDeprecated": false,
8169
+ "deprecationReason": null
8170
+ },
8171
+ {
8172
+ "name": "start_date",
8173
+ "description": "Starting date for the prices.",
8174
+ "args": [],
8175
+ "type": {
8176
+ "kind": "SCALAR",
8177
+ "name": "String",
8178
+ "ofType": null
8179
+ },
8180
+ "isDeprecated": false,
8181
+ "deprecationReason": null
8182
+ },
8183
+ {
8184
+ "name": "end_date",
8185
+ "description": "Ending date for the prices.",
8186
+ "args": [],
8187
+ "type": {
8188
+ "kind": "SCALAR",
8189
+ "name": "String",
8190
+ "ofType": null
8191
+ },
8192
+ "isDeprecated": false,
8193
+ "deprecationReason": null
8194
+ },
8195
+ {
8196
+ "name": "minimum_kwh",
8197
+ "description": "Minimum energy used, in kWh.",
8198
+ "args": [],
8199
+ "type": {
8200
+ "kind": "SCALAR",
8201
+ "name": "Float",
8202
+ "ofType": null
8203
+ },
8204
+ "isDeprecated": false,
8205
+ "deprecationReason": null
8206
+ },
8207
+ {
8208
+ "name": "maximum_kwh",
8209
+ "description": "Maximum energy used, in kWh.",
8210
+ "args": [],
8211
+ "type": {
8212
+ "kind": "SCALAR",
8213
+ "name": "Float",
8214
+ "ofType": null
8215
+ },
8216
+ "isDeprecated": false,
8217
+ "deprecationReason": null
8218
+ },
8219
+ {
8220
+ "name": "minimum_power",
8221
+ "description": "Minimum charging speed, in kW.",
8222
+ "args": [],
8223
+ "type": {
8224
+ "kind": "SCALAR",
8225
+ "name": "Float",
8226
+ "ofType": null
8227
+ },
8228
+ "isDeprecated": false,
8229
+ "deprecationReason": null
8230
+ },
8231
+ {
8232
+ "name": "maximum_power",
8233
+ "description": "Maximum charging speed, in kW.",
8234
+ "args": [],
8235
+ "type": {
8236
+ "kind": "SCALAR",
8237
+ "name": "Float",
8238
+ "ofType": null
8239
+ },
8240
+ "isDeprecated": false,
8241
+ "deprecationReason": null
8242
+ },
8243
+ {
8244
+ "name": "minimum_current",
8245
+ "description": "Sum of the minimum current (in Amperes) over all the phases. When the EV is charging with more than or equal to this value the prices are active. If the charging current is lower, this price is inactive.",
8246
+ "args": [],
8247
+ "type": {
8248
+ "kind": "SCALAR",
8249
+ "name": "Float",
8250
+ "ofType": null
8251
+ },
8252
+ "isDeprecated": false,
8253
+ "deprecationReason": null
8254
+ },
8255
+ {
8256
+ "name": "maximum_current",
8257
+ "description": "Sum of the maximum current (in Amperes) over all the phases. When the EV is charging with less than this value the prices are active. If the charging current is higher, this price is inactive.",
8258
+ "args": [],
8259
+ "type": {
8260
+ "kind": "SCALAR",
8261
+ "name": "Float",
8262
+ "ofType": null
8263
+ },
8264
+ "isDeprecated": false,
8265
+ "deprecationReason": null
8266
+ },
8267
+ {
8268
+ "name": "minimum_price",
8269
+ "description": "Minimum price based on the amount of kWh that is being delivered.",
8270
+ "args": [],
8271
+ "type": {
8272
+ "kind": "SCALAR",
8273
+ "name": "Float",
8274
+ "ofType": null
8275
+ },
8276
+ "isDeprecated": false,
8277
+ "deprecationReason": null
8278
+ },
8279
+ {
8280
+ "name": "maximum_price",
8281
+ "description": "Maximum price based on the amount of kWh that is being delivered.",
8282
+ "args": [],
8283
+ "type": {
8284
+ "kind": "SCALAR",
8285
+ "name": "Float",
8286
+ "ofType": null
8287
+ },
8288
+ "isDeprecated": false,
8289
+ "deprecationReason": null
8290
+ },
8291
+ {
8292
+ "name": "overstay_battery_percentage",
8293
+ "description": "Battery percentage at which the overstay prices are active.",
8294
+ "args": [],
8295
+ "type": {
8296
+ "kind": "OBJECT",
8297
+ "name": "ConnectorPriceRestrictionsOverstayBatteryPercentage",
8298
+ "ofType": null
8299
+ },
8300
+ "isDeprecated": false,
8301
+ "deprecationReason": null
8302
+ },
8303
+ {
8304
+ "name": "overstay_time",
8305
+ "description": "Time after which the overstay prices are active.",
8306
+ "args": [],
8307
+ "type": {
8308
+ "kind": "OBJECT",
8309
+ "name": "ConnectorPriceRestrictionsOverstayTime",
8310
+ "ofType": null
8311
+ },
8312
+ "isDeprecated": false,
8313
+ "deprecationReason": null
8314
+ },
8315
+ {
8316
+ "name": "minimum_duration",
8317
+ "description": "Minimum duration, in seconds.",
8318
+ "args": [],
8319
+ "type": {
8320
+ "kind": "SCALAR",
8321
+ "name": "Int",
8322
+ "ofType": null
8323
+ },
8324
+ "isDeprecated": false,
8325
+ "deprecationReason": null
8326
+ },
8327
+ {
8328
+ "name": "maximum_duration",
8329
+ "description": "Maximum duration, in seconds.",
8330
+ "args": [],
8331
+ "type": {
8332
+ "kind": "SCALAR",
8333
+ "name": "Int",
8334
+ "ofType": null
8335
+ },
8336
+ "isDeprecated": false,
8337
+ "deprecationReason": null
8338
+ },
8339
+ {
8340
+ "name": "day_of_week",
8341
+ "description": "Day(s) of the week that the prices are valid.",
8342
+ "args": [],
8343
+ "type": {
8344
+ "kind": "LIST",
8345
+ "name": null,
8346
+ "ofType": {
8347
+ "kind": "NON_NULL",
8348
+ "name": null,
8349
+ "ofType": {
8350
+ "kind": "ENUM",
8351
+ "name": "DayOfWeek",
8352
+ "ofType": null
8353
+ }
8354
+ }
8355
+ },
8356
+ "isDeprecated": false,
8357
+ "deprecationReason": null
8358
+ },
8359
+ {
8360
+ "name": "emsp_contract_date",
8361
+ "description": "Contract signed between the eMSP and the customer.",
8362
+ "args": [],
8363
+ "type": {
8364
+ "kind": "OBJECT",
8365
+ "name": "ConnectorPriceRestrictionsEmspContractDate",
8366
+ "ofType": null
8367
+ },
8368
+ "isDeprecated": false,
8369
+ "deprecationReason": null
8370
+ },
8371
+ {
8372
+ "name": "reservation",
8373
+ "description": "When this field is present, the ConnectorPriceElement describes reservation costs.\nA reservation starts when the reservation is made, and ends when the driver starts charging on the reserved EVSE/Location,\nor when the reservation expires. A reservation can only have: `flat` and `time` ConnectorPriceElementComponentType,\nwhere time is for the duration of the reservation.\n\nWhen a price has both, `reservation` and `reservation_expires` ConnectorPriceElement,\nwhere both ConnectorPriceElement have a time ConnectorPriceElementComponent,\nthen the time based cost of an expired reservation will be calculated based on the `reservation_expires` ConnectorPriceElement.",
8374
+ "args": [],
8375
+ "type": {
8376
+ "kind": "ENUM",
8377
+ "name": "ConnectorPriceRestrictionsReservationType",
8378
+ "ofType": null
8379
+ },
8380
+ "isDeprecated": false,
8381
+ "deprecationReason": null
8382
+ }
8383
+ ],
8384
+ "inputFields": null,
8385
+ "interfaces": [],
8386
+ "enumValues": null,
8387
+ "possibleTypes": null
8388
+ },
8389
+ {
8390
+ "kind": "OBJECT",
8391
+ "name": "ConnectorPriceProduct",
8392
+ "description": "Payment product.",
8393
+ "fields": [
8394
+ {
8395
+ "name": "name",
8396
+ "description": "Name of the payment product.",
8397
+ "args": [],
8398
+ "type": {
8399
+ "kind": "NON_NULL",
8400
+ "name": null,
8401
+ "ofType": {
8402
+ "kind": "SCALAR",
8403
+ "name": "String",
8404
+ "ofType": null
8405
+ }
8406
+ },
8407
+ "isDeprecated": false,
8408
+ "deprecationReason": null
8409
+ },
8410
+ {
8411
+ "name": "type",
8412
+ "description": "Type of the payment product.",
8413
+ "args": [],
8414
+ "type": {
8415
+ "kind": "NON_NULL",
8416
+ "name": null,
8417
+ "ofType": {
8418
+ "kind": "ENUM",
8419
+ "name": "ConnectorPriceProductType",
8420
+ "ofType": null
8421
+ }
8422
+ },
8423
+ "isDeprecated": false,
8424
+ "deprecationReason": null
8425
+ },
8426
+ {
8427
+ "name": "description",
8428
+ "description": "A brief description of the product.",
8429
+ "args": [],
8430
+ "type": {
8431
+ "kind": "NON_NULL",
8432
+ "name": null,
8433
+ "ofType": {
8434
+ "kind": "SCALAR",
8435
+ "name": "String",
8436
+ "ofType": null
8437
+ }
8438
+ },
8439
+ "isDeprecated": false,
8440
+ "deprecationReason": null
8441
+ },
8442
+ {
8443
+ "name": "subscription_type",
8444
+ "description": "Indicates the type of subscription.",
8445
+ "args": [],
8446
+ "type": {
8447
+ "kind": "NON_NULL",
8448
+ "name": null,
8449
+ "ofType": {
8450
+ "kind": "ENUM",
8451
+ "name": "ConnectorPriceProductSubscriptionType",
8452
+ "ofType": null
8453
+ }
8454
+ },
8455
+ "isDeprecated": false,
8456
+ "deprecationReason": null
8457
+ },
8458
+ {
8459
+ "name": "subscription_fee_excl_vat",
8460
+ "description": "Subscription price for a month or year, excluding VAT, if applicable.",
8461
+ "args": [],
8462
+ "type": {
8463
+ "kind": "NON_NULL",
8464
+ "name": null,
8465
+ "ofType": {
8466
+ "kind": "SCALAR",
8467
+ "name": "Float",
8468
+ "ofType": null
8469
+ }
8470
+ },
8471
+ "isDeprecated": false,
8472
+ "deprecationReason": null
8473
+ },
8474
+ {
8475
+ "name": "currency",
8476
+ "description": "Three-digit currency code of the country where the charging station is located.",
8477
+ "args": [],
8478
+ "type": {
8479
+ "kind": "NON_NULL",
8480
+ "name": null,
8481
+ "ofType": {
8482
+ "kind": "ENUM",
8483
+ "name": "CurrencyUnit",
8484
+ "ofType": null
8485
+ }
8486
+ },
8487
+ "isDeprecated": false,
8488
+ "deprecationReason": null
8489
+ }
8490
+ ],
8491
+ "inputFields": null,
8492
+ "interfaces": [],
8493
+ "enumValues": null,
8494
+ "possibleTypes": null
8495
+ },
8496
+ {
8497
+ "kind": "ENUM",
8498
+ "name": "ConnectorPriceProductSubscriptionType",
8499
+ "description": "Type of the payment product.",
8500
+ "fields": null,
8501
+ "inputFields": null,
8502
+ "interfaces": null,
8503
+ "enumValues": [
8504
+ {
8505
+ "name": "monthly",
8506
+ "description": "The subscription fee is applicable every month.",
8507
+ "isDeprecated": false,
8508
+ "deprecationReason": null
8509
+ },
8510
+ {
8511
+ "name": "yearly",
8512
+ "description": "The subscription fee is applicable every year.",
8513
+ "isDeprecated": false,
8514
+ "deprecationReason": null
8515
+ },
8516
+ {
8517
+ "name": "one_off",
8518
+ "description": "An initial fee is applicable to purchase a RFID card or chip, but there isn't a recurring subscription fee.",
8519
+ "isDeprecated": false,
8520
+ "deprecationReason": null
8521
+ },
8522
+ {
8523
+ "name": "not_applicable",
8524
+ "description": "The product doesn’t have a subscription option.",
8525
+ "isDeprecated": false,
8526
+ "deprecationReason": null
8527
+ }
8528
+ ],
8529
+ "possibleTypes": null
8530
+ },
8531
+ {
8532
+ "kind": "ENUM",
8533
+ "name": "ConnectorPriceProductType",
8534
+ "description": "Type of the payment product.",
8535
+ "fields": null,
8536
+ "inputFields": null,
8537
+ "interfaces": null,
8538
+ "enumValues": [
8539
+ {
8540
+ "name": "ad_hoc",
8541
+ "description": null,
8542
+ "isDeprecated": false,
8543
+ "deprecationReason": null
8544
+ },
8545
+ {
8546
+ "name": "msp",
8547
+ "description": null,
8548
+ "isDeprecated": false,
8549
+ "deprecationReason": null
8550
+ },
8551
+ {
8552
+ "name": "cpo_subscription",
8553
+ "description": null,
8554
+ "isDeprecated": false,
8555
+ "deprecationReason": null
8556
+ }
8557
+ ],
8558
+ "possibleTypes": null
8559
+ },
8560
+ {
8561
+ "kind": "OBJECT",
8562
+ "name": "ConnectorPriceRestrictionsEmspContractDate",
8563
+ "description": null,
8564
+ "fields": [
8565
+ {
8566
+ "name": "name",
8567
+ "description": "Name of the contract signed between the eMSP and a customer.",
8568
+ "args": [],
8569
+ "type": {
8570
+ "kind": "SCALAR",
8571
+ "name": "String",
8572
+ "ofType": null
8573
+ },
8574
+ "isDeprecated": false,
8575
+ "deprecationReason": null
8576
+ },
8577
+ {
8578
+ "name": "from",
8579
+ "description": "Prices are active from this date, which is based on the contract signed between the eMSP and a customer.",
8580
+ "args": [],
8581
+ "type": {
8582
+ "kind": "SCALAR",
8583
+ "name": "String",
8584
+ "ofType": null
8585
+ },
8586
+ "isDeprecated": false,
8587
+ "deprecationReason": null
8588
+ },
8589
+ {
8590
+ "name": "to",
8591
+ "description": "Prices are active until this date, which is based on the contract signed between the eMSP and a customer.",
8592
+ "args": [],
8593
+ "type": {
8594
+ "kind": "SCALAR",
8595
+ "name": "String",
8596
+ "ofType": null
8597
+ },
8598
+ "isDeprecated": false,
8599
+ "deprecationReason": null
8600
+ }
8601
+ ],
8602
+ "inputFields": null,
8603
+ "interfaces": [],
8604
+ "enumValues": null,
8605
+ "possibleTypes": null
8606
+ },
8607
+ {
8608
+ "kind": "OBJECT",
8609
+ "name": "ConnectorPriceRestrictionsOverstayBatteryPercentage",
8610
+ "description": null,
8611
+ "fields": [
8612
+ {
8613
+ "name": "minimum",
8614
+ "description": "Battery percentage at which the overstay prices are active.",
8615
+ "args": [],
8616
+ "type": {
8617
+ "kind": "SCALAR",
8618
+ "name": "Int",
8619
+ "ofType": null
8620
+ },
8621
+ "isDeprecated": false,
8622
+ "deprecationReason": null
8623
+ },
8624
+ {
8625
+ "name": "maximum",
8626
+ "description": "Battery percentage at which the overstay prices are inactive.",
8627
+ "args": [],
8628
+ "type": {
8629
+ "kind": "SCALAR",
8630
+ "name": "Int",
8631
+ "ofType": null
8632
+ },
8633
+ "isDeprecated": false,
8634
+ "deprecationReason": null
8635
+ },
8636
+ {
8637
+ "name": "unit",
8638
+ "description": "Unit for the time after which the prices are active.",
8639
+ "args": [],
8640
+ "type": {
8641
+ "kind": "ENUM",
8642
+ "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
8643
+ "ofType": null
8644
+ },
8645
+ "isDeprecated": false,
8646
+ "deprecationReason": null
8647
+ }
8648
+ ],
8649
+ "inputFields": null,
8650
+ "interfaces": [],
8651
+ "enumValues": null,
8652
+ "possibleTypes": null
8653
+ },
8654
+ {
8655
+ "kind": "OBJECT",
8656
+ "name": "ConnectorPriceRestrictionsOverstayTime",
8657
+ "description": null,
8658
+ "fields": [
8659
+ {
8660
+ "name": "minimum",
8661
+ "description": "Time at which the overstay prices are active.",
8662
+ "args": [],
8663
+ "type": {
8664
+ "kind": "SCALAR",
8665
+ "name": "Int",
8666
+ "ofType": null
8667
+ },
8668
+ "isDeprecated": false,
8669
+ "deprecationReason": null
8670
+ },
8671
+ {
8672
+ "name": "maximum",
8673
+ "description": "Time at which the overstay prices are inactive.",
8674
+ "args": [],
8675
+ "type": {
8676
+ "kind": "SCALAR",
8677
+ "name": "Int",
8678
+ "ofType": null
8679
+ },
8680
+ "isDeprecated": false,
8681
+ "deprecationReason": null
8682
+ },
8683
+ {
8684
+ "name": "unit",
8685
+ "description": "Unit for the time after which the prices are active.",
8686
+ "args": [],
8687
+ "type": {
8688
+ "kind": "ENUM",
8689
+ "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
8690
+ "ofType": null
8691
+ },
8692
+ "isDeprecated": false,
8693
+ "deprecationReason": null
8694
+ }
8695
+ ],
8696
+ "inputFields": null,
8697
+ "interfaces": [],
8698
+ "enumValues": null,
8699
+ "possibleTypes": null
8700
+ },
8701
+ {
8702
+ "kind": "ENUM",
8703
+ "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
8704
+ "description": "The unit of time after which the overstay restrictions are applicable.",
8705
+ "fields": null,
8706
+ "inputFields": null,
8707
+ "interfaces": null,
8708
+ "enumValues": [
8709
+ {
8710
+ "name": "seconds",
8711
+ "description": "The overstay restrictions are applicable after a certain number of seconds.",
8712
+ "isDeprecated": false,
8713
+ "deprecationReason": null
8714
+ },
8715
+ {
8716
+ "name": "minutes",
8717
+ "description": "The overstay restrictions are applicable after a certain number of minutes.",
8718
+ "isDeprecated": false,
8719
+ "deprecationReason": null
8720
+ },
8721
+ {
8722
+ "name": "hours",
8723
+ "description": "The overstay restrictions are applicable after a certain number of hours.",
8724
+ "isDeprecated": false,
8725
+ "deprecationReason": null
8726
+ }
8727
+ ],
8728
+ "possibleTypes": null
8729
+ },
8730
+ {
8731
+ "kind": "ENUM",
8732
+ "name": "ConnectorPriceRestrictionsReservationType",
8733
+ "description": "Describes the cost associated with reserving a charging station.",
8734
+ "fields": null,
8735
+ "inputFields": null,
8736
+ "interfaces": null,
8737
+ "enumValues": [
8738
+ {
8739
+ "name": "reservation",
8740
+ "description": "Describes costs for a reservation.",
8741
+ "isDeprecated": false,
8742
+ "deprecationReason": null
8743
+ },
8744
+ {
8745
+ "name": "reservation_expires",
8746
+ "description": "Describes costs for a reservation that expires (i.e. driver does not start a charging session before expiry date of the reservation).",
8747
+ "isDeprecated": false,
8748
+ "deprecationReason": null
8749
+ }
8750
+ ],
8751
+ "possibleTypes": null
8752
+ },
7862
8753
  {
7863
8754
  "kind": "ENUM",
7864
8755
  "name": "ConnectorType",
@@ -10118,18 +11009,6 @@
10118
11009
  "isDeprecated": false,
10119
11010
  "deprecationReason": null
10120
11011
  },
10121
- {
10122
- "name": "elevation",
10123
- "description": "Current elevation.",
10124
- "type": {
10125
- "kind": "INPUT_OBJECT",
10126
- "name": "ElevationInput",
10127
- "ofType": null
10128
- },
10129
- "defaultValue": null,
10130
- "isDeprecated": false,
10131
- "deprecationReason": null
10132
- },
10133
11012
  {
10134
11013
  "name": "departure_time",
10135
11014
  "description": "Route departure time.",
@@ -10972,6 +11851,59 @@
10972
11851
  "enumValues": null,
10973
11852
  "possibleTypes": null
10974
11853
  },
11854
+ {
11855
+ "kind": "ENUM",
11856
+ "name": "DayOfWeek",
11857
+ "description": "Represents a day of the week.",
11858
+ "fields": null,
11859
+ "inputFields": null,
11860
+ "interfaces": null,
11861
+ "enumValues": [
11862
+ {
11863
+ "name": "monday",
11864
+ "description": null,
11865
+ "isDeprecated": false,
11866
+ "deprecationReason": null
11867
+ },
11868
+ {
11869
+ "name": "tuesday",
11870
+ "description": null,
11871
+ "isDeprecated": false,
11872
+ "deprecationReason": null
11873
+ },
11874
+ {
11875
+ "name": "wednesday",
11876
+ "description": null,
11877
+ "isDeprecated": false,
11878
+ "deprecationReason": null
11879
+ },
11880
+ {
11881
+ "name": "thursday",
11882
+ "description": null,
11883
+ "isDeprecated": false,
11884
+ "deprecationReason": null
11885
+ },
11886
+ {
11887
+ "name": "friday",
11888
+ "description": null,
11889
+ "isDeprecated": false,
11890
+ "deprecationReason": null
11891
+ },
11892
+ {
11893
+ "name": "saturday",
11894
+ "description": null,
11895
+ "isDeprecated": false,
11896
+ "deprecationReason": null
11897
+ },
11898
+ {
11899
+ "name": "sunday",
11900
+ "description": null,
11901
+ "isDeprecated": false,
11902
+ "deprecationReason": null
11903
+ }
11904
+ ],
11905
+ "possibleTypes": null
11906
+ },
10975
11907
  {
10976
11908
  "kind": "ENUM",
10977
11909
  "name": "DimensionUnit",
@@ -11363,13 +12295,9 @@
11363
12295
  "name": "source",
11364
12296
  "description": "Source of inputted data, defaults to 'manual'.",
11365
12297
  "type": {
11366
- "kind": "NON_NULL",
11367
- "name": null,
11368
- "ofType": {
11369
- "kind": "ENUM",
11370
- "name": "TelemetryInputSource",
11371
- "ofType": null
11372
- }
12298
+ "kind": "ENUM",
12299
+ "name": "TelemetryInputSource",
12300
+ "ofType": null
11373
12301
  },
11374
12302
  "defaultValue": "manual",
11375
12303
  "isDeprecated": false,
@@ -11977,12 +12905,12 @@
11977
12905
  },
11978
12906
  {
11979
12907
  "kind": "OBJECT",
11980
- "name": "FluidEmissions",
12908
+ "name": "FluidEndOfLifeEmissions",
11981
12909
  "description": null,
11982
12910
  "fields": [
11983
12911
  {
11984
12912
  "name": "total",
11985
- "description": "Total fluid emissions.",
12913
+ "description": "Total fluid end of life emissions.",
11986
12914
  "args": [
11987
12915
  {
11988
12916
  "name": "unit",
@@ -12011,7 +12939,7 @@
12011
12939
  },
12012
12940
  {
12013
12941
  "name": "wiper",
12014
- "description": "Wiper fluid maintenance emissions.",
12942
+ "description": "Wiper fluid end of life emissions.",
12015
12943
  "args": [
12016
12944
  {
12017
12945
  "name": "unit",
@@ -12040,7 +12968,7 @@
12040
12968
  },
12041
12969
  {
12042
12970
  "name": "brake",
12043
- "description": "Brake fluid maintenance emissions.",
12971
+ "description": "Brake fluid end of life emissions.",
12044
12972
  "args": [
12045
12973
  {
12046
12974
  "name": "unit",
@@ -12069,7 +12997,7 @@
12069
12997
  },
12070
12998
  {
12071
12999
  "name": "powertrain_coolant",
12072
- "description": "Powertrain coolant fluid maintenance emissions.",
13000
+ "description": "Powertrain coolant fluid end of life emissions.",
12073
13001
  "args": [
12074
13002
  {
12075
13003
  "name": "unit",
@@ -12098,7 +13026,7 @@
12098
13026
  },
12099
13027
  {
12100
13028
  "name": "transmission",
12101
- "description": "Transmission fluid maintenance emissions.",
13029
+ "description": "Transmission fluid end of life emissions.",
12102
13030
  "args": [
12103
13031
  {
12104
13032
  "name": "unit",
@@ -12127,7 +13055,7 @@
12127
13055
  },
12128
13056
  {
12129
13057
  "name": "motor_oil",
12130
- "description": "Motor oil maintenance emissions.",
13058
+ "description": "Motor oil end of life emissions.",
12131
13059
  "args": [
12132
13060
  {
12133
13061
  "name": "unit",
@@ -12156,6 +13084,109 @@
12156
13084
  "enumValues": null,
12157
13085
  "possibleTypes": null
12158
13086
  },
13087
+ {
13088
+ "kind": "OBJECT",
13089
+ "name": "FluidMaintenanceEmissions",
13090
+ "description": null,
13091
+ "fields": [
13092
+ {
13093
+ "name": "total",
13094
+ "description": "Total fluid maintenance emissions.",
13095
+ "args": [],
13096
+ "type": {
13097
+ "kind": "NON_NULL",
13098
+ "name": null,
13099
+ "ofType": {
13100
+ "kind": "OBJECT",
13101
+ "name": "RouteOperationalMaintenanceEmissionsField",
13102
+ "ofType": null
13103
+ }
13104
+ },
13105
+ "isDeprecated": false,
13106
+ "deprecationReason": null
13107
+ },
13108
+ {
13109
+ "name": "wiper",
13110
+ "description": "Wiper fluid maintenance emissions.",
13111
+ "args": [],
13112
+ "type": {
13113
+ "kind": "NON_NULL",
13114
+ "name": null,
13115
+ "ofType": {
13116
+ "kind": "OBJECT",
13117
+ "name": "RouteOperationalMaintenanceEmissionsField",
13118
+ "ofType": null
13119
+ }
13120
+ },
13121
+ "isDeprecated": false,
13122
+ "deprecationReason": null
13123
+ },
13124
+ {
13125
+ "name": "brake",
13126
+ "description": "Brake fluid maintenance emissions.",
13127
+ "args": [],
13128
+ "type": {
13129
+ "kind": "NON_NULL",
13130
+ "name": null,
13131
+ "ofType": {
13132
+ "kind": "OBJECT",
13133
+ "name": "RouteOperationalMaintenanceEmissionsField",
13134
+ "ofType": null
13135
+ }
13136
+ },
13137
+ "isDeprecated": false,
13138
+ "deprecationReason": null
13139
+ },
13140
+ {
13141
+ "name": "powertrain_coolant",
13142
+ "description": "Powertrain coolant fluid maintenance emissions.",
13143
+ "args": [],
13144
+ "type": {
13145
+ "kind": "NON_NULL",
13146
+ "name": null,
13147
+ "ofType": {
13148
+ "kind": "OBJECT",
13149
+ "name": "RouteOperationalMaintenanceEmissionsField",
13150
+ "ofType": null
13151
+ }
13152
+ },
13153
+ "isDeprecated": false,
13154
+ "deprecationReason": null
13155
+ },
13156
+ {
13157
+ "name": "transmission",
13158
+ "description": "Transmission fluid maintenance emissions.",
13159
+ "args": [],
13160
+ "type": {
13161
+ "kind": "NON_NULL",
13162
+ "name": null,
13163
+ "ofType": {
13164
+ "kind": "OBJECT",
13165
+ "name": "RouteOperationalMaintenanceEmissionsField",
13166
+ "ofType": null
13167
+ }
13168
+ },
13169
+ "isDeprecated": false,
13170
+ "deprecationReason": null
13171
+ },
13172
+ {
13173
+ "name": "motor_oil",
13174
+ "description": "Motor oil maintenance emissions.",
13175
+ "args": [],
13176
+ "type": {
13177
+ "kind": "OBJECT",
13178
+ "name": "RouteOperationalMaintenanceEmissionsField",
13179
+ "ofType": null
13180
+ },
13181
+ "isDeprecated": false,
13182
+ "deprecationReason": null
13183
+ }
13184
+ ],
13185
+ "inputFields": null,
13186
+ "interfaces": [],
13187
+ "enumValues": null,
13188
+ "possibleTypes": null
13189
+ },
12159
13190
  {
12160
13191
  "kind": "ENUM",
12161
13192
  "name": "FuelConsumptionUnit",
@@ -17032,6 +18063,65 @@
17032
18063
  ],
17033
18064
  "possibleTypes": null
17034
18065
  },
18066
+ {
18067
+ "kind": "OBJECT",
18068
+ "name": "Odometer",
18069
+ "description": null,
18070
+ "fields": [
18071
+ {
18072
+ "name": "value",
18073
+ "description": "Value of the vehicle's odometer.",
18074
+ "args": [],
18075
+ "type": {
18076
+ "kind": "NON_NULL",
18077
+ "name": null,
18078
+ "ofType": {
18079
+ "kind": "SCALAR",
18080
+ "name": "Float",
18081
+ "ofType": null
18082
+ }
18083
+ },
18084
+ "isDeprecated": false,
18085
+ "deprecationReason": null
18086
+ },
18087
+ {
18088
+ "name": "type",
18089
+ "description": "Type of the value of the vehicle's odometer.",
18090
+ "args": [],
18091
+ "type": {
18092
+ "kind": "NON_NULL",
18093
+ "name": null,
18094
+ "ofType": {
18095
+ "kind": "ENUM",
18096
+ "name": "DistanceUnit",
18097
+ "ofType": null
18098
+ }
18099
+ },
18100
+ "isDeprecated": false,
18101
+ "deprecationReason": null
18102
+ },
18103
+ {
18104
+ "name": "source",
18105
+ "description": "Source of inputted data.",
18106
+ "args": [],
18107
+ "type": {
18108
+ "kind": "NON_NULL",
18109
+ "name": null,
18110
+ "ofType": {
18111
+ "kind": "ENUM",
18112
+ "name": "TelemetryInputSource",
18113
+ "ofType": null
18114
+ }
18115
+ },
18116
+ "isDeprecated": false,
18117
+ "deprecationReason": null
18118
+ }
18119
+ ],
18120
+ "inputFields": null,
18121
+ "interfaces": [],
18122
+ "enumValues": null,
18123
+ "possibleTypes": null
18124
+ },
17035
18125
  {
17036
18126
  "kind": "INPUT_OBJECT",
17037
18127
  "name": "OdometerInput",
@@ -17353,63 +18443,37 @@
17353
18443
  "possibleTypes": null
17354
18444
  },
17355
18445
  {
17356
- "kind": "INPUT_OBJECT",
17357
- "name": "OutsideTempInput",
17358
- "description": null,
18446
+ "kind": "ENUM",
18447
+ "name": "OperatorRankingLevel",
18448
+ "description": "Operator ranking level.",
17359
18449
  "fields": null,
17360
- "inputFields": [
18450
+ "inputFields": null,
18451
+ "interfaces": null,
18452
+ "enumValues": [
17361
18453
  {
17362
- "name": "value",
17363
- "description": "Value of the outside temperature.",
17364
- "type": {
17365
- "kind": "NON_NULL",
17366
- "name": null,
17367
- "ofType": {
17368
- "kind": "SCALAR",
17369
- "name": "Float",
17370
- "ofType": null
17371
- }
17372
- },
17373
- "defaultValue": null,
18454
+ "name": "low",
18455
+ "description": null,
17374
18456
  "isDeprecated": false,
17375
18457
  "deprecationReason": null
17376
18458
  },
17377
18459
  {
17378
- "name": "type",
17379
- "description": "Type of the value of the outside temperature.",
17380
- "type": {
17381
- "kind": "NON_NULL",
17382
- "name": null,
17383
- "ofType": {
17384
- "kind": "ENUM",
17385
- "name": "TemperatureUnit",
17386
- "ofType": null
17387
- }
17388
- },
17389
- "defaultValue": null,
18460
+ "name": "medium",
18461
+ "description": null,
17390
18462
  "isDeprecated": false,
17391
18463
  "deprecationReason": null
17392
18464
  },
17393
18465
  {
17394
- "name": "source",
17395
- "description": "Source of inputted data, defaults to 'manual'.",
17396
- "type": {
17397
- "kind": "ENUM",
17398
- "name": "TelemetryInputSource",
17399
- "ofType": null
17400
- },
17401
- "defaultValue": "manual",
18466
+ "name": "high",
18467
+ "description": null,
17402
18468
  "isDeprecated": false,
17403
18469
  "deprecationReason": null
17404
18470
  }
17405
18471
  ],
17406
- "interfaces": null,
17407
- "enumValues": null,
17408
18472
  "possibleTypes": null
17409
18473
  },
17410
18474
  {
17411
18475
  "kind": "INPUT_OBJECT",
17412
- "name": "OutsideTemperatureInput",
18476
+ "name": "OutsideTempInput",
17413
18477
  "description": null,
17414
18478
  "fields": null,
17415
18479
  "inputFields": [
@@ -17447,15 +18511,11 @@
17447
18511
  },
17448
18512
  {
17449
18513
  "name": "source",
17450
- "description": "Source of inputted data.",
18514
+ "description": "Source of inputted data, defaults to 'manual'.",
17451
18515
  "type": {
17452
- "kind": "NON_NULL",
17453
- "name": null,
17454
- "ofType": {
17455
- "kind": "ENUM",
17456
- "name": "TelemetryInputSource",
17457
- "ofType": null
17458
- }
18516
+ "kind": "ENUM",
18517
+ "name": "TelemetryInputSource",
18518
+ "ofType": null
17459
18519
  },
17460
18520
  "defaultValue": "manual",
17461
18521
  "isDeprecated": false,
@@ -18858,7 +19918,7 @@
18858
19918
  },
18859
19919
  {
18860
19920
  "name": "route_details_id",
18861
- "description": "ID of the route details for which we retrieve the emissions profile. If not provided, we will retrieve the recommended route details.",
19921
+ "description": "ID of the route details for which we retrieve the emissions profile.",
18862
19922
  "type": {
18863
19923
  "kind": "NON_NULL",
18864
19924
  "name": null,
@@ -18887,7 +19947,7 @@
18887
19947
  },
18888
19948
  {
18889
19949
  "name": "routeEmissions",
18890
- "description": "[BETA] Emissions profile for route.",
19950
+ "description": "Emissions profile for route.",
18891
19951
  "args": [
18892
19952
  {
18893
19953
  "name": "route_id",
@@ -19260,75 +20320,6 @@
19260
20320
  "isDeprecated": false,
19261
20321
  "deprecationReason": null
19262
20322
  },
19263
- {
19264
- "name": "navigationMapping",
19265
- "description": "Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field.",
19266
- "args": [
19267
- {
19268
- "name": "id",
19269
- "description": "ID of a route that needs to be mapped to navigation service provider specific format",
19270
- "type": {
19271
- "kind": "NON_NULL",
19272
- "name": null,
19273
- "ofType": {
19274
- "kind": "SCALAR",
19275
- "name": "ID",
19276
- "ofType": null
19277
- }
19278
- },
19279
- "defaultValue": null,
19280
- "isDeprecated": false,
19281
- "deprecationReason": null
19282
- },
19283
- {
19284
- "name": "provider",
19285
- "description": "Navigation service provider",
19286
- "type": {
19287
- "kind": "NON_NULL",
19288
- "name": null,
19289
- "ofType": {
19290
- "kind": "ENUM",
19291
- "name": "MappingProvider",
19292
- "ofType": null
19293
- }
19294
- },
19295
- "defaultValue": null,
19296
- "isDeprecated": false,
19297
- "deprecationReason": null
19298
- },
19299
- {
19300
- "name": "precision",
19301
- "description": "Number of decimals used for Google Polyline encoding Algorithm. Allowed values are 5 or 6.",
19302
- "type": {
19303
- "kind": "SCALAR",
19304
- "name": "Int",
19305
- "ofType": null
19306
- },
19307
- "defaultValue": "5",
19308
- "isDeprecated": false,
19309
- "deprecationReason": null
19310
- },
19311
- {
19312
- "name": "language",
19313
- "description": "Preferred language.",
19314
- "type": {
19315
- "kind": "ENUM",
19316
- "name": "MappingLanguage",
19317
- "ofType": null
19318
- },
19319
- "defaultValue": "en",
19320
- "isDeprecated": false,
19321
- "deprecationReason": null
19322
- }
19323
- ],
19324
- "type": {
19325
- "kind": "SCALAR",
19326
- "name": "JSON",
19327
- "ofType": null
19328
- },
19329
- "isDeprecated": false,
19330
- "deprecationReason": null
19331
- },
19332
20323
  {
19333
20324
  "name": "vehicle",
19334
20325
  "description": "Get information about a vehicle by its ID.",
@@ -22037,6 +23028,18 @@
22037
23028
  "name": "RouteDestinationFeaturePoint",
22038
23029
  "description": null,
22039
23030
  "fields": [
23031
+ {
23032
+ "name": "id",
23033
+ "description": "ID of the feature.",
23034
+ "args": [],
23035
+ "type": {
23036
+ "kind": "SCALAR",
23037
+ "name": "ID",
23038
+ "ofType": null
23039
+ },
23040
+ "isDeprecated": false,
23041
+ "deprecationReason": null
23042
+ },
22040
23043
  {
22041
23044
  "name": "type",
22042
23045
  "description": "Feature type.",
@@ -22093,6 +23096,18 @@
22093
23096
  "description": null,
22094
23097
  "fields": null,
22095
23098
  "inputFields": [
23099
+ {
23100
+ "name": "id",
23101
+ "description": "ID of the feature.",
23102
+ "type": {
23103
+ "kind": "SCALAR",
23104
+ "name": "ID",
23105
+ "ofType": null
23106
+ },
23107
+ "defaultValue": null,
23108
+ "isDeprecated": false,
23109
+ "deprecationReason": null
23110
+ },
22096
23111
  {
22097
23112
  "name": "type",
22098
23113
  "description": "Feature type.",
@@ -22233,38 +23248,6 @@
22233
23248
  "isDeprecated": false,
22234
23249
  "deprecationReason": null
22235
23250
  },
22236
- {
22237
- "name": "type",
22238
- "description": "Type of a computed route.",
22239
- "args": [],
22240
- "type": {
22241
- "kind": "NON_NULL",
22242
- "name": null,
22243
- "ofType": {
22244
- "kind": "ENUM",
22245
- "name": "RouteDetailsType",
22246
- "ofType": null
22247
- }
22248
- },
22249
- "isDeprecated": false,
22250
- "deprecationReason": null
22251
- },
22252
- {
22253
- "name": "connectors",
22254
- "description": "Aggregation of the connectors.",
22255
- "args": [],
22256
- "type": {
22257
- "kind": "NON_NULL",
22258
- "name": null,
22259
- "ofType": {
22260
- "kind": "OBJECT",
22261
- "name": "RouteDetailsConnectors",
22262
- "ofType": null
22263
- }
22264
- },
22265
- "isDeprecated": false,
22266
- "deprecationReason": null
22267
- },
22268
23251
  {
22269
23252
  "name": "distance",
22270
23253
  "description": "Total distance of a route.",
@@ -22645,8 +23628,8 @@
22645
23628
  "description": "Ranking of an operator.",
22646
23629
  "args": [],
22647
23630
  "type": {
22648
- "kind": "SCALAR",
22649
- "name": "Int",
23631
+ "kind": "ENUM",
23632
+ "name": "OperatorRankingLevel",
22650
23633
  "ofType": null
22651
23634
  },
22652
23635
  "isDeprecated": false,
@@ -22658,140 +23641,6 @@
22658
23641
  "enumValues": null,
22659
23642
  "possibleTypes": null
22660
23643
  },
22661
- {
22662
- "kind": "OBJECT",
22663
- "name": "RouteDetailsConnectors",
22664
- "description": "Aggregation of the connectors on a route.",
22665
- "fields": [
22666
- {
22667
- "name": "all",
22668
- "description": "Aggregation of every connector on a route.",
22669
- "args": [],
22670
- "type": {
22671
- "kind": "NON_NULL",
22672
- "name": null,
22673
- "ofType": {
22674
- "kind": "OBJECT",
22675
- "name": "RouteDetailsConnectorsValues",
22676
- "ofType": null
22677
- }
22678
- },
22679
- "isDeprecated": false,
22680
- "deprecationReason": null
22681
- },
22682
- {
22683
- "name": "usable",
22684
- "description": "Aggregation of every usable connector on a route.",
22685
- "args": [],
22686
- "type": {
22687
- "kind": "NON_NULL",
22688
- "name": null,
22689
- "ofType": {
22690
- "kind": "OBJECT",
22691
- "name": "RouteDetailsConnectorsValues",
22692
- "ofType": null
22693
- }
22694
- },
22695
- "isDeprecated": false,
22696
- "deprecationReason": null
22697
- }
22698
- ],
22699
- "inputFields": null,
22700
- "interfaces": [],
22701
- "enumValues": null,
22702
- "possibleTypes": null
22703
- },
22704
- {
22705
- "kind": "OBJECT",
22706
- "name": "RouteDetailsConnectorsValues",
22707
- "description": "Aggregation of the connectors on a route by status.",
22708
- "fields": [
22709
- {
22710
- "name": "total",
22711
- "description": "Total numbers of connectors.",
22712
- "args": [],
22713
- "type": {
22714
- "kind": "NON_NULL",
22715
- "name": null,
22716
- "ofType": {
22717
- "kind": "SCALAR",
22718
- "name": "Int",
22719
- "ofType": null
22720
- }
22721
- },
22722
- "isDeprecated": false,
22723
- "deprecationReason": null
22724
- },
22725
- {
22726
- "name": "available",
22727
- "description": "Number of connectors with status available.",
22728
- "args": [],
22729
- "type": {
22730
- "kind": "NON_NULL",
22731
- "name": null,
22732
- "ofType": {
22733
- "kind": "SCALAR",
22734
- "name": "Int",
22735
- "ofType": null
22736
- }
22737
- },
22738
- "isDeprecated": false,
22739
- "deprecationReason": null
22740
- },
22741
- {
22742
- "name": "occupied",
22743
- "description": "Number of connectors with status occupied.",
22744
- "args": [],
22745
- "type": {
22746
- "kind": "NON_NULL",
22747
- "name": null,
22748
- "ofType": {
22749
- "kind": "SCALAR",
22750
- "name": "Int",
22751
- "ofType": null
22752
- }
22753
- },
22754
- "isDeprecated": false,
22755
- "deprecationReason": null
22756
- },
22757
- {
22758
- "name": "unknown",
22759
- "description": "Number of connectors with status unknown.",
22760
- "args": [],
22761
- "type": {
22762
- "kind": "NON_NULL",
22763
- "name": null,
22764
- "ofType": {
22765
- "kind": "SCALAR",
22766
- "name": "Int",
22767
- "ofType": null
22768
- }
22769
- },
22770
- "isDeprecated": false,
22771
- "deprecationReason": null
22772
- },
22773
- {
22774
- "name": "out_of_order",
22775
- "description": "Number of connectors with status out of order.",
22776
- "args": [],
22777
- "type": {
22778
- "kind": "NON_NULL",
22779
- "name": null,
22780
- "ofType": {
22781
- "kind": "SCALAR",
22782
- "name": "Int",
22783
- "ofType": null
22784
- }
22785
- },
22786
- "isDeprecated": false,
22787
- "deprecationReason": null
22788
- }
22789
- ],
22790
- "inputFields": null,
22791
- "interfaces": [],
22792
- "enumValues": null,
22793
- "possibleTypes": null
22794
- },
22795
23644
  {
22796
23645
  "kind": "OBJECT",
22797
23646
  "name": "RouteDetailsDurations",
@@ -23344,22 +24193,6 @@
23344
24193
  "isDeprecated": false,
23345
24194
  "deprecationReason": null
23346
24195
  },
23347
- {
23348
- "name": "connectors",
23349
- "description": "Aggregation of the connectors on the leg.",
23350
- "args": [],
23351
- "type": {
23352
- "kind": "NON_NULL",
23353
- "name": null,
23354
- "ofType": {
23355
- "kind": "OBJECT",
23356
- "name": "RouteDetailsConnectors",
23357
- "ofType": null
23358
- }
23359
- },
23360
- "isDeprecated": false,
23361
- "deprecationReason": null
23362
- },
23363
24196
  {
23364
24197
  "name": "polyline",
23365
24198
  "description": "Polyline containing encoded coordinates.",
@@ -23476,6 +24309,18 @@
23476
24309
  "name": "RouteDetailsLegFeaturePoint",
23477
24310
  "description": null,
23478
24311
  "fields": [
24312
+ {
24313
+ "name": "id",
24314
+ "description": "ID of the feature.",
24315
+ "args": [],
24316
+ "type": {
24317
+ "kind": "SCALAR",
24318
+ "name": "ID",
24319
+ "ofType": null
24320
+ },
24321
+ "isDeprecated": false,
24322
+ "deprecationReason": null
24323
+ },
23479
24324
  {
23480
24325
  "name": "type",
23481
24326
  "description": "Feature type.",
@@ -23586,7 +24431,7 @@
23586
24431
  ],
23587
24432
  "type": {
23588
24433
  "kind": "SCALAR",
23589
- "name": "Float",
24434
+ "name": "Int",
23590
24435
  "ofType": null
23591
24436
  },
23592
24437
  "isDeprecated": false,
@@ -24068,6 +24913,18 @@
24068
24913
  "name": "RouteDetailsLegSectionFeaturePoint",
24069
24914
  "description": null,
24070
24915
  "fields": [
24916
+ {
24917
+ "name": "id",
24918
+ "description": "ID of the feature.",
24919
+ "args": [],
24920
+ "type": {
24921
+ "kind": "SCALAR",
24922
+ "name": "ID",
24923
+ "ofType": null
24924
+ },
24925
+ "isDeprecated": false,
24926
+ "deprecationReason": null
24927
+ },
24071
24928
  {
24072
24929
  "name": "type",
24073
24930
  "description": "Feature type.",
@@ -24250,47 +25107,7 @@
24250
25107
  "deprecationReason": null
24251
25108
  },
24252
25109
  {
24253
- "name": "station_name",
24254
- "description": "Name of a station.",
24255
- "args": [],
24256
- "type": {
24257
- "kind": "SCALAR",
24258
- "name": "String",
24259
- "ofType": null
24260
- },
24261
- "isDeprecated": false,
24262
- "deprecationReason": null
24263
- },
24264
- {
24265
- "name": "operator_id",
24266
- "description": "ID of an operator.",
24267
- "args": [],
24268
- "type": {
24269
- "kind": "NON_NULL",
24270
- "name": null,
24271
- "ofType": {
24272
- "kind": "SCALAR",
24273
- "name": "ID",
24274
- "ofType": null
24275
- }
24276
- },
24277
- "isDeprecated": false,
24278
- "deprecationReason": null
24279
- },
24280
- {
24281
- "name": "operator_name",
24282
- "description": "Name of an operator.",
24283
- "args": [],
24284
- "type": {
24285
- "kind": "SCALAR",
24286
- "name": "String",
24287
- "ofType": null
24288
- },
24289
- "isDeprecated": false,
24290
- "deprecationReason": null
24291
- },
24292
- {
24293
- "name": "evse_uid",
25110
+ "name": "evse_id",
24294
25111
  "description": "ID of the EVSE that was selected in a route.",
24295
25112
  "args": [],
24296
25113
  "type": {
@@ -24306,28 +25123,12 @@
24306
25123
  "description": "ID of the connector that was selected in a route.",
24307
25124
  "args": [],
24308
25125
  "type": {
24309
- "kind": "SCALAR",
24310
- "name": "ID",
24311
- "ofType": null
24312
- },
24313
- "isDeprecated": false,
24314
- "deprecationReason": null
24315
- },
24316
- {
24317
- "name": "amenities",
24318
- "description": "List of amenities present at the station.",
24319
- "args": [],
24320
- "type": {
24321
- "kind": "LIST",
25126
+ "kind": "NON_NULL",
24322
25127
  "name": null,
24323
25128
  "ofType": {
24324
- "kind": "NON_NULL",
24325
- "name": null,
24326
- "ofType": {
24327
- "kind": "ENUM",
24328
- "name": "AmenityType",
24329
- "ofType": null
24330
- }
25129
+ "kind": "SCALAR",
25130
+ "name": "ID",
25131
+ "ofType": null
24331
25132
  }
24332
25133
  },
24333
25134
  "isDeprecated": false,
@@ -24820,35 +25621,6 @@
24820
25621
  ],
24821
25622
  "possibleTypes": null
24822
25623
  },
24823
- {
24824
- "kind": "ENUM",
24825
- "name": "RouteDetailsType",
24826
- "description": "Types of a route.",
24827
- "fields": null,
24828
- "inputFields": null,
24829
- "interfaces": null,
24830
- "enumValues": [
24831
- {
24832
- "name": "fastest",
24833
- "description": null,
24834
- "isDeprecated": false,
24835
- "deprecationReason": null
24836
- },
24837
- {
24838
- "name": "best_matching",
24839
- "description": null,
24840
- "isDeprecated": false,
24841
- "deprecationReason": null
24842
- },
24843
- {
24844
- "name": "alternative",
24845
- "description": null,
24846
- "isDeprecated": false,
24847
- "deprecationReason": null
24848
- }
24849
- ],
24850
- "possibleTypes": null
24851
- },
24852
25624
  {
24853
25625
  "kind": "OBJECT",
24854
25626
  "name": "RouteEmbeddedEmissions",
@@ -25445,7 +26217,7 @@
25445
26217
  "name": null,
25446
26218
  "ofType": {
25447
26219
  "kind": "OBJECT",
25448
- "name": "FluidEmissions",
26220
+ "name": "FluidEndOfLifeEmissions",
25449
26221
  "ofType": null
25450
26222
  }
25451
26223
  },
@@ -28600,26 +29372,13 @@
28600
29372
  {
28601
29373
  "name": "total",
28602
29374
  "description": "Total maintenance emissions.",
28603
- "args": [
28604
- {
28605
- "name": "unit",
28606
- "description": "Emission unit.",
28607
- "type": {
28608
- "kind": "ENUM",
28609
- "name": "EmissionUnit",
28610
- "ofType": null
28611
- },
28612
- "defaultValue": "gram",
28613
- "isDeprecated": false,
28614
- "deprecationReason": null
28615
- }
28616
- ],
29375
+ "args": [],
28617
29376
  "type": {
28618
29377
  "kind": "NON_NULL",
28619
29378
  "name": null,
28620
29379
  "ofType": {
28621
- "kind": "SCALAR",
28622
- "name": "Float",
29380
+ "kind": "OBJECT",
29381
+ "name": "RouteOperationalMaintenanceEmissionsField",
28623
29382
  "ofType": null
28624
29383
  }
28625
29384
  },
@@ -28635,7 +29394,7 @@
28635
29394
  "name": null,
28636
29395
  "ofType": {
28637
29396
  "kind": "OBJECT",
28638
- "name": "FluidEmissions",
29397
+ "name": "FluidMaintenanceEmissions",
28639
29398
  "ofType": null
28640
29399
  }
28641
29400
  },
@@ -28645,26 +29404,13 @@
28645
29404
  {
28646
29405
  "name": "battery",
28647
29406
  "description": "Battery related maintenance emissions.",
28648
- "args": [
28649
- {
28650
- "name": "unit",
28651
- "description": "Emission unit.",
28652
- "type": {
28653
- "kind": "ENUM",
28654
- "name": "EmissionUnit",
28655
- "ofType": null
28656
- },
28657
- "defaultValue": "gram",
28658
- "isDeprecated": false,
28659
- "deprecationReason": null
28660
- }
28661
- ],
29407
+ "args": [],
28662
29408
  "type": {
28663
29409
  "kind": "NON_NULL",
28664
29410
  "name": null,
28665
29411
  "ofType": {
28666
- "kind": "SCALAR",
28667
- "name": "Float",
29412
+ "kind": "OBJECT",
29413
+ "name": "RouteOperationalMaintenanceEmissionsField",
28668
29414
  "ofType": null
28669
29415
  }
28670
29416
  },
@@ -28674,6 +29420,65 @@
28674
29420
  {
28675
29421
  "name": "tires",
28676
29422
  "description": "Tire related maintenance emissions.",
29423
+ "args": [],
29424
+ "type": {
29425
+ "kind": "NON_NULL",
29426
+ "name": null,
29427
+ "ofType": {
29428
+ "kind": "OBJECT",
29429
+ "name": "RouteOperationalMaintenanceEmissionsField",
29430
+ "ofType": null
29431
+ }
29432
+ },
29433
+ "isDeprecated": false,
29434
+ "deprecationReason": null
29435
+ },
29436
+ {
29437
+ "name": "components",
29438
+ "description": "Miscellaneous component maintenance emissions.",
29439
+ "args": [],
29440
+ "type": {
29441
+ "kind": "NON_NULL",
29442
+ "name": null,
29443
+ "ofType": {
29444
+ "kind": "OBJECT",
29445
+ "name": "RouteOperationalMaintenanceEmissionsField",
29446
+ "ofType": null
29447
+ }
29448
+ },
29449
+ "isDeprecated": false,
29450
+ "deprecationReason": null
29451
+ },
29452
+ {
29453
+ "name": "repair",
29454
+ "description": "Accident repair related maintenance emissions.",
29455
+ "args": [],
29456
+ "type": {
29457
+ "kind": "NON_NULL",
29458
+ "name": null,
29459
+ "ofType": {
29460
+ "kind": "OBJECT",
29461
+ "name": "RouteOperationalMaintenanceEmissionsField",
29462
+ "ofType": null
29463
+ }
29464
+ },
29465
+ "isDeprecated": false,
29466
+ "deprecationReason": null
29467
+ }
29468
+ ],
29469
+ "inputFields": null,
29470
+ "interfaces": [],
29471
+ "enumValues": null,
29472
+ "possibleTypes": null
29473
+ },
29474
+ {
29475
+ "kind": "OBJECT",
29476
+ "name": "RouteOperationalMaintenanceEmissionsField",
29477
+ "description": null,
29478
+ "fields": [
29479
+ {
29480
+ "name": "total",
29481
+ "description": "Total emissions.",
28677
29482
  "args": [
28678
29483
  {
28679
29484
  "name": "unit",
@@ -28701,8 +29506,8 @@
28701
29506
  "deprecationReason": null
28702
29507
  },
28703
29508
  {
28704
- "name": "components",
28705
- "description": "Miscellaneous component maintenance emissions.",
29509
+ "name": "production",
29510
+ "description": "Emissions from replacement production and transport.",
28706
29511
  "args": [
28707
29512
  {
28708
29513
  "name": "unit",
@@ -28730,8 +29535,8 @@
28730
29535
  "deprecationReason": null
28731
29536
  },
28732
29537
  {
28733
- "name": "repair",
28734
- "description": "Accident repair related maintenance emissions.",
29538
+ "name": "disposal",
29539
+ "description": "Emissions from disposal.",
28735
29540
  "args": [
28736
29541
  {
28737
29542
  "name": "unit",
@@ -28769,18 +29574,6 @@
28769
29574
  "name": "RouteOperatorPreferences",
28770
29575
  "description": null,
28771
29576
  "fields": [
28772
- {
28773
- "name": "type",
28774
- "description": "Flag indicating if an operator should be preferred or required.",
28775
- "args": [],
28776
- "type": {
28777
- "kind": "ENUM",
28778
- "name": "RouteOperatorsType",
28779
- "ofType": null
28780
- },
28781
- "isDeprecated": false,
28782
- "deprecationReason": null
28783
- },
28784
29577
  {
28785
29578
  "name": "ranking",
28786
29579
  "description": "Ranking of an operator with multiple levels, each level having its own penalty value.",
@@ -28825,22 +29618,6 @@
28825
29618
  "description": "Prioritized operators for a route calculation.",
28826
29619
  "fields": null,
28827
29620
  "inputFields": [
28828
- {
28829
- "name": "type",
28830
- "description": "Flag indicating if the operators ranking should be preferred or required.",
28831
- "type": {
28832
- "kind": "NON_NULL",
28833
- "name": null,
28834
- "ofType": {
28835
- "kind": "ENUM",
28836
- "name": "RouteOperatorsType",
28837
- "ofType": null
28838
- }
28839
- },
28840
- "defaultValue": null,
28841
- "isDeprecated": false,
28842
- "deprecationReason": null
28843
- },
28844
29621
  {
28845
29622
  "name": "ranking",
28846
29623
  "description": "Ranking of an operator with multiple levels, each level having its own penalty value.",
@@ -28884,148 +29661,86 @@
28884
29661
  "description": null,
28885
29662
  "fields": [
28886
29663
  {
28887
- "name": "level_one",
28888
- "description": "Level one (most significant) for operator ranking.",
28889
- "args": [],
28890
- "type": {
28891
- "kind": "LIST",
28892
- "name": null,
28893
- "ofType": {
28894
- "kind": "NON_NULL",
28895
- "name": null,
28896
- "ofType": {
28897
- "kind": "OBJECT",
28898
- "name": "RouteOperatorsValue",
28899
- "ofType": null
28900
- }
28901
- }
28902
- },
28903
- "isDeprecated": false,
28904
- "deprecationReason": null
28905
- },
28906
- {
28907
- "name": "level_two",
28908
- "description": "Level two for operator ranking.",
28909
- "args": [],
28910
- "type": {
28911
- "kind": "LIST",
28912
- "name": null,
28913
- "ofType": {
28914
- "kind": "NON_NULL",
28915
- "name": null,
28916
- "ofType": {
28917
- "kind": "OBJECT",
28918
- "name": "RouteOperatorsValue",
28919
- "ofType": null
28920
- }
28921
- }
28922
- },
28923
- "isDeprecated": false,
28924
- "deprecationReason": null
28925
- },
28926
- {
28927
- "name": "level_three",
28928
- "description": "Level three for operator ranking.",
28929
- "args": [],
28930
- "type": {
28931
- "kind": "LIST",
28932
- "name": null,
28933
- "ofType": {
28934
- "kind": "NON_NULL",
28935
- "name": null,
28936
- "ofType": {
28937
- "kind": "OBJECT",
28938
- "name": "RouteOperatorsValue",
28939
- "ofType": null
28940
- }
28941
- }
28942
- },
28943
- "isDeprecated": false,
28944
- "deprecationReason": null
28945
- },
28946
- {
28947
- "name": "level_four",
28948
- "description": "Level four for operator ranking.",
29664
+ "name": "type",
29665
+ "description": "Flag indicating if an operator should be preferred or required.",
28949
29666
  "args": [],
28950
29667
  "type": {
28951
- "kind": "LIST",
29668
+ "kind": "NON_NULL",
28952
29669
  "name": null,
28953
29670
  "ofType": {
28954
- "kind": "NON_NULL",
28955
- "name": null,
28956
- "ofType": {
28957
- "kind": "OBJECT",
28958
- "name": "RouteOperatorsValue",
28959
- "ofType": null
28960
- }
29671
+ "kind": "ENUM",
29672
+ "name": "RouteOperatorsType",
29673
+ "ofType": null
28961
29674
  }
28962
29675
  },
28963
29676
  "isDeprecated": false,
28964
29677
  "deprecationReason": null
28965
29678
  },
28966
29679
  {
28967
- "name": "level_five",
28968
- "description": "Level five for operator ranking.",
29680
+ "name": "levels",
29681
+ "description": "Ranking levels for operator ranking.",
28969
29682
  "args": [],
28970
29683
  "type": {
28971
- "kind": "LIST",
28972
- "name": null,
28973
- "ofType": {
28974
- "kind": "NON_NULL",
28975
- "name": null,
28976
- "ofType": {
28977
- "kind": "OBJECT",
28978
- "name": "RouteOperatorsValue",
28979
- "ofType": null
28980
- }
28981
- }
29684
+ "kind": "OBJECT",
29685
+ "name": "RouteOperatorPreferencesRankingLevels",
29686
+ "ofType": null
28982
29687
  },
28983
29688
  "isDeprecated": false,
28984
29689
  "deprecationReason": null
28985
- },
29690
+ }
29691
+ ],
29692
+ "inputFields": null,
29693
+ "interfaces": [],
29694
+ "enumValues": null,
29695
+ "possibleTypes": null
29696
+ },
29697
+ {
29698
+ "kind": "INPUT_OBJECT",
29699
+ "name": "RouteOperatorPreferencesRankingInput",
29700
+ "description": null,
29701
+ "fields": null,
29702
+ "inputFields": [
28986
29703
  {
28987
- "name": "level_six",
28988
- "description": "Level six for operator ranking.",
28989
- "args": [],
29704
+ "name": "type",
29705
+ "description": "Flag indicating if the operators ranking should be preferred or required.",
28990
29706
  "type": {
28991
- "kind": "LIST",
29707
+ "kind": "NON_NULL",
28992
29708
  "name": null,
28993
29709
  "ofType": {
28994
- "kind": "NON_NULL",
28995
- "name": null,
28996
- "ofType": {
28997
- "kind": "OBJECT",
28998
- "name": "RouteOperatorsValue",
28999
- "ofType": null
29000
- }
29710
+ "kind": "ENUM",
29711
+ "name": "RouteOperatorsType",
29712
+ "ofType": null
29001
29713
  }
29002
29714
  },
29715
+ "defaultValue": null,
29003
29716
  "isDeprecated": false,
29004
29717
  "deprecationReason": null
29005
29718
  },
29006
29719
  {
29007
- "name": "level_seven",
29008
- "description": "Level seven for operator ranking.",
29009
- "args": [],
29720
+ "name": "levels",
29721
+ "description": "Ranking levels for operator ranking.",
29010
29722
  "type": {
29011
- "kind": "LIST",
29012
- "name": null,
29013
- "ofType": {
29014
- "kind": "NON_NULL",
29015
- "name": null,
29016
- "ofType": {
29017
- "kind": "OBJECT",
29018
- "name": "RouteOperatorsValue",
29019
- "ofType": null
29020
- }
29021
- }
29723
+ "kind": "INPUT_OBJECT",
29724
+ "name": "RouteOperatorPreferencesRankingLevelsInput",
29725
+ "ofType": null
29022
29726
  },
29727
+ "defaultValue": null,
29023
29728
  "isDeprecated": false,
29024
29729
  "deprecationReason": null
29025
- },
29730
+ }
29731
+ ],
29732
+ "interfaces": null,
29733
+ "enumValues": null,
29734
+ "possibleTypes": null
29735
+ },
29736
+ {
29737
+ "kind": "OBJECT",
29738
+ "name": "RouteOperatorPreferencesRankingLevels",
29739
+ "description": null,
29740
+ "fields": [
29026
29741
  {
29027
- "name": "level_eight",
29028
- "description": "Level eight for operator ranking.",
29742
+ "name": "low",
29743
+ "description": "Least significant level for operators ranking.",
29029
29744
  "args": [],
29030
29745
  "type": {
29031
29746
  "kind": "LIST",
@@ -29044,8 +29759,8 @@
29044
29759
  "deprecationReason": null
29045
29760
  },
29046
29761
  {
29047
- "name": "level_nine",
29048
- "description": "Level nine for operator ranking.",
29762
+ "name": "medium",
29763
+ "description": "Medium level for operators ranking.",
29049
29764
  "args": [],
29050
29765
  "type": {
29051
29766
  "kind": "LIST",
@@ -29064,8 +29779,8 @@
29064
29779
  "deprecationReason": null
29065
29780
  },
29066
29781
  {
29067
- "name": "level_ten",
29068
- "description": "Level ten for operator ranking.",
29782
+ "name": "high",
29783
+ "description": "Most significant level for operator ranking.",
29069
29784
  "args": [],
29070
29785
  "type": {
29071
29786
  "kind": "LIST",
@@ -29091,153 +29806,13 @@
29091
29806
  },
29092
29807
  {
29093
29808
  "kind": "INPUT_OBJECT",
29094
- "name": "RouteOperatorPreferencesRankingInput",
29809
+ "name": "RouteOperatorPreferencesRankingLevelsInput",
29095
29810
  "description": null,
29096
29811
  "fields": null,
29097
29812
  "inputFields": [
29098
29813
  {
29099
- "name": "level_one",
29100
- "description": "Level one (most significant) for operator ranking.",
29101
- "type": {
29102
- "kind": "LIST",
29103
- "name": null,
29104
- "ofType": {
29105
- "kind": "NON_NULL",
29106
- "name": null,
29107
- "ofType": {
29108
- "kind": "INPUT_OBJECT",
29109
- "name": "RouteOperatorsValueInput",
29110
- "ofType": null
29111
- }
29112
- }
29113
- },
29114
- "defaultValue": null,
29115
- "isDeprecated": false,
29116
- "deprecationReason": null
29117
- },
29118
- {
29119
- "name": "level_two",
29120
- "description": "Level two for operator ranking.",
29121
- "type": {
29122
- "kind": "LIST",
29123
- "name": null,
29124
- "ofType": {
29125
- "kind": "NON_NULL",
29126
- "name": null,
29127
- "ofType": {
29128
- "kind": "INPUT_OBJECT",
29129
- "name": "RouteOperatorsValueInput",
29130
- "ofType": null
29131
- }
29132
- }
29133
- },
29134
- "defaultValue": null,
29135
- "isDeprecated": false,
29136
- "deprecationReason": null
29137
- },
29138
- {
29139
- "name": "level_three",
29140
- "description": "Level three for operator ranking.",
29141
- "type": {
29142
- "kind": "LIST",
29143
- "name": null,
29144
- "ofType": {
29145
- "kind": "NON_NULL",
29146
- "name": null,
29147
- "ofType": {
29148
- "kind": "INPUT_OBJECT",
29149
- "name": "RouteOperatorsValueInput",
29150
- "ofType": null
29151
- }
29152
- }
29153
- },
29154
- "defaultValue": null,
29155
- "isDeprecated": false,
29156
- "deprecationReason": null
29157
- },
29158
- {
29159
- "name": "level_four",
29160
- "description": "Level four for operator ranking.",
29161
- "type": {
29162
- "kind": "LIST",
29163
- "name": null,
29164
- "ofType": {
29165
- "kind": "NON_NULL",
29166
- "name": null,
29167
- "ofType": {
29168
- "kind": "INPUT_OBJECT",
29169
- "name": "RouteOperatorsValueInput",
29170
- "ofType": null
29171
- }
29172
- }
29173
- },
29174
- "defaultValue": null,
29175
- "isDeprecated": false,
29176
- "deprecationReason": null
29177
- },
29178
- {
29179
- "name": "level_five",
29180
- "description": "Level five for operator ranking.",
29181
- "type": {
29182
- "kind": "LIST",
29183
- "name": null,
29184
- "ofType": {
29185
- "kind": "NON_NULL",
29186
- "name": null,
29187
- "ofType": {
29188
- "kind": "INPUT_OBJECT",
29189
- "name": "RouteOperatorsValueInput",
29190
- "ofType": null
29191
- }
29192
- }
29193
- },
29194
- "defaultValue": null,
29195
- "isDeprecated": false,
29196
- "deprecationReason": null
29197
- },
29198
- {
29199
- "name": "level_six",
29200
- "description": "Level six for operator ranking.",
29201
- "type": {
29202
- "kind": "LIST",
29203
- "name": null,
29204
- "ofType": {
29205
- "kind": "NON_NULL",
29206
- "name": null,
29207
- "ofType": {
29208
- "kind": "INPUT_OBJECT",
29209
- "name": "RouteOperatorsValueInput",
29210
- "ofType": null
29211
- }
29212
- }
29213
- },
29214
- "defaultValue": null,
29215
- "isDeprecated": false,
29216
- "deprecationReason": null
29217
- },
29218
- {
29219
- "name": "level_seven",
29220
- "description": "Level seven for operator ranking.",
29221
- "type": {
29222
- "kind": "LIST",
29223
- "name": null,
29224
- "ofType": {
29225
- "kind": "NON_NULL",
29226
- "name": null,
29227
- "ofType": {
29228
- "kind": "INPUT_OBJECT",
29229
- "name": "RouteOperatorsValueInput",
29230
- "ofType": null
29231
- }
29232
- }
29233
- },
29234
- "defaultValue": null,
29235
- "isDeprecated": false,
29236
- "deprecationReason": null
29237
- },
29238
- {
29239
- "name": "level_eight",
29240
- "description": "Level eight for operator ranking.",
29814
+ "name": "low",
29815
+ "description": "Least significant level for operator ranking.",
29241
29816
  "type": {
29242
29817
  "kind": "LIST",
29243
29818
  "name": null,
@@ -29256,8 +29831,8 @@
29256
29831
  "deprecationReason": null
29257
29832
  },
29258
29833
  {
29259
- "name": "level_nine",
29260
- "description": "Level nine for operator ranking.",
29834
+ "name": "medium",
29835
+ "description": "Medium level for operator ranking.",
29261
29836
  "type": {
29262
29837
  "kind": "LIST",
29263
29838
  "name": null,
@@ -29276,8 +29851,8 @@
29276
29851
  "deprecationReason": null
29277
29852
  },
29278
29853
  {
29279
- "name": "level_ten",
29280
- "description": "Level ten (least significant) for operator ranking.",
29854
+ "name": "high",
29855
+ "description": "Most significant level three for operator ranking.",
29281
29856
  "type": {
29282
29857
  "kind": "LIST",
29283
29858
  "name": null,
@@ -29796,7 +30371,7 @@
29796
30371
  },
29797
30372
  {
29798
30373
  "name": "countries",
29799
- "description": "List of country codes.",
30374
+ "description": "List of countries in which the operator should be preferred/excluded. When omitted the operator will be preferred/excluded in every country.",
29800
30375
  "args": [],
29801
30376
  "type": {
29802
30377
  "kind": "LIST",
@@ -29844,25 +30419,21 @@
29844
30419
  },
29845
30420
  {
29846
30421
  "name": "countries",
29847
- "description": "List of countries in which the operator should be excluded. When not specified the operator will be excluded in every country.",
30422
+ "description": "List of countries in which the operator should be preferred/excluded. When omitted the operator will be preferred/excluded in every country.",
29848
30423
  "type": {
29849
- "kind": "NON_NULL",
30424
+ "kind": "LIST",
29850
30425
  "name": null,
29851
30426
  "ofType": {
29852
- "kind": "LIST",
30427
+ "kind": "NON_NULL",
29853
30428
  "name": null,
29854
30429
  "ofType": {
29855
- "kind": "NON_NULL",
29856
- "name": null,
29857
- "ofType": {
29858
- "kind": "ENUM",
29859
- "name": "CountryCodeAlpha2",
29860
- "ofType": null
29861
- }
30430
+ "kind": "ENUM",
30431
+ "name": "CountryCodeAlpha2",
30432
+ "ofType": null
29862
30433
  }
29863
30434
  }
29864
30435
  },
29865
- "defaultValue": null,
30436
+ "defaultValue": "[]",
29866
30437
  "isDeprecated": false,
29867
30438
  "deprecationReason": null
29868
30439
  }
@@ -29876,6 +30447,18 @@
29876
30447
  "name": "RouteOriginFeaturePoint",
29877
30448
  "description": null,
29878
30449
  "fields": [
30450
+ {
30451
+ "name": "id",
30452
+ "description": "ID of the feature.",
30453
+ "args": [],
30454
+ "type": {
30455
+ "kind": "SCALAR",
30456
+ "name": "ID",
30457
+ "ofType": null
30458
+ },
30459
+ "isDeprecated": false,
30460
+ "deprecationReason": null
30461
+ },
29879
30462
  {
29880
30463
  "name": "type",
29881
30464
  "description": "Feature type.",
@@ -29932,6 +30515,18 @@
29932
30515
  "description": null,
29933
30516
  "fields": null,
29934
30517
  "inputFields": [
30518
+ {
30519
+ "name": "id",
30520
+ "description": "ID of the feature.",
30521
+ "type": {
30522
+ "kind": "SCALAR",
30523
+ "name": "ID",
30524
+ "ofType": null
30525
+ },
30526
+ "defaultValue": null,
30527
+ "isDeprecated": false,
30528
+ "deprecationReason": null
30529
+ },
29935
30530
  {
29936
30531
  "name": "type",
29937
30532
  "description": "Feature type.",
@@ -30045,18 +30640,6 @@
30045
30640
  "defaultValue": null,
30046
30641
  "isDeprecated": false,
30047
30642
  "deprecationReason": null
30048
- },
30049
- {
30050
- "name": "station",
30051
- "description": "Station data at the origin location.",
30052
- "type": {
30053
- "kind": "INPUT_OBJECT",
30054
- "name": "RoutePropertiesStationInput",
30055
- "ofType": null
30056
- },
30057
- "defaultValue": null,
30058
- "isDeprecated": false,
30059
- "deprecationReason": null
30060
30643
  }
30061
30644
  ],
30062
30645
  "interfaces": null,
@@ -30210,62 +30793,6 @@
30210
30793
  },
30211
30794
  "isDeprecated": false,
30212
30795
  "deprecationReason": null
30213
- },
30214
- {
30215
- "name": "temperature",
30216
- "description": "Temperature.",
30217
- "args": [],
30218
- "type": {
30219
- "kind": "SCALAR",
30220
- "name": "Float",
30221
- "ofType": null
30222
- },
30223
- "isDeprecated": false,
30224
- "deprecationReason": null
30225
- },
30226
- {
30227
- "name": "air_pressure",
30228
- "description": "Air pressure.",
30229
- "args": [],
30230
- "type": {
30231
- "kind": "SCALAR",
30232
- "name": "Float",
30233
- "ofType": null
30234
- },
30235
- "isDeprecated": false,
30236
- "deprecationReason": null
30237
- },
30238
- {
30239
- "name": "solar_irradiance",
30240
- "description": "Solar irradiance.",
30241
- "args": [],
30242
- "type": {
30243
- "kind": "SCALAR",
30244
- "name": "Float",
30245
- "ofType": null
30246
- },
30247
- "isDeprecated": false,
30248
- "deprecationReason": null
30249
- },
30250
- {
30251
- "name": "country",
30252
- "description": "Country.",
30253
- "args": [],
30254
- "type": {
30255
- "kind": "LIST",
30256
- "name": null,
30257
- "ofType": {
30258
- "kind": "NON_NULL",
30259
- "name": null,
30260
- "ofType": {
30261
- "kind": "ENUM",
30262
- "name": "CountryCodeAlpha2",
30263
- "ofType": null
30264
- }
30265
- }
30266
- },
30267
- "isDeprecated": false,
30268
- "deprecationReason": null
30269
30796
  }
30270
30797
  ],
30271
30798
  "inputFields": null,
@@ -31008,8 +31535,8 @@
31008
31535
  "description": "Value of the vehicle's odometer.",
31009
31536
  "args": [],
31010
31537
  "type": {
31011
- "kind": "SCALAR",
31012
- "name": "Float",
31538
+ "kind": "OBJECT",
31539
+ "name": "Odometer",
31013
31540
  "ofType": null
31014
31541
  },
31015
31542
  "isDeprecated": false,
@@ -31303,7 +31830,7 @@
31303
31830
  "description": "Battery temperature.",
31304
31831
  "type": {
31305
31832
  "kind": "INPUT_OBJECT",
31306
- "name": "BatteryTemperatureInput",
31833
+ "name": "TemperatureInput",
31307
31834
  "ofType": null
31308
31835
  },
31309
31836
  "defaultValue": null,
@@ -31980,12 +32507,24 @@
31980
32507
  "isDeprecated": false,
31981
32508
  "deprecationReason": null
31982
32509
  },
32510
+ {
32511
+ "name": "motor_rpm",
32512
+ "description": "Revolutions per minute of the motor, a measure of the rotational speed of the motor's rotor component.",
32513
+ "type": {
32514
+ "kind": "SCALAR",
32515
+ "name": "Int",
32516
+ "ofType": null
32517
+ },
32518
+ "defaultValue": null,
32519
+ "isDeprecated": false,
32520
+ "deprecationReason": null
32521
+ },
31983
32522
  {
31984
32523
  "name": "outside_temperature",
31985
32524
  "description": "Outside temperature.",
31986
32525
  "type": {
31987
32526
  "kind": "INPUT_OBJECT",
31988
- "name": "OutsideTemperatureInput",
32527
+ "name": "TemperatureInput",
31989
32528
  "ofType": null
31990
32529
  },
31991
32530
  "defaultValue": null,
@@ -32331,6 +32870,18 @@
32331
32870
  "name": "RouteViaFeaturePoint",
32332
32871
  "description": null,
32333
32872
  "fields": [
32873
+ {
32874
+ "name": "id",
32875
+ "description": "ID of the feature.",
32876
+ "args": [],
32877
+ "type": {
32878
+ "kind": "SCALAR",
32879
+ "name": "ID",
32880
+ "ofType": null
32881
+ },
32882
+ "isDeprecated": false,
32883
+ "deprecationReason": null
32884
+ },
32334
32885
  {
32335
32886
  "name": "type",
32336
32887
  "description": "Feature type.",
@@ -32387,6 +32938,18 @@
32387
32938
  "description": null,
32388
32939
  "fields": null,
32389
32940
  "inputFields": [
32941
+ {
32942
+ "name": "id",
32943
+ "description": "ID of the feature.",
32944
+ "type": {
32945
+ "kind": "SCALAR",
32946
+ "name": "ID",
32947
+ "ofType": null
32948
+ },
32949
+ "defaultValue": null,
32950
+ "isDeprecated": false,
32951
+ "deprecationReason": null
32952
+ },
32390
32953
  {
32391
32954
  "name": "type",
32392
32955
  "description": "Feature type.",
@@ -32446,13 +33009,9 @@
32446
33009
  "description": "Location data of the via point.",
32447
33010
  "args": [],
32448
33011
  "type": {
32449
- "kind": "NON_NULL",
32450
- "name": null,
32451
- "ofType": {
32452
- "kind": "OBJECT",
32453
- "name": "RoutePropertiesLocation",
32454
- "ofType": null
32455
- }
33012
+ "kind": "OBJECT",
33013
+ "name": "RoutePropertiesLocation",
33014
+ "ofType": null
32456
33015
  },
32457
33016
  "isDeprecated": false,
32458
33017
  "deprecationReason": null
@@ -32462,13 +33021,9 @@
32462
33021
  "description": "Vehicle data of the via point.",
32463
33022
  "args": [],
32464
33023
  "type": {
32465
- "kind": "NON_NULL",
32466
- "name": null,
32467
- "ofType": {
32468
- "kind": "OBJECT",
32469
- "name": "RoutePropertiesVehicle",
32470
- "ofType": null
32471
- }
33024
+ "kind": "OBJECT",
33025
+ "name": "RoutePropertiesVehicle",
33026
+ "ofType": null
32472
33027
  },
32473
33028
  "isDeprecated": false,
32474
33029
  "deprecationReason": null
@@ -32478,13 +33033,9 @@
32478
33033
  "description": "Station data of the via point.",
32479
33034
  "args": [],
32480
33035
  "type": {
32481
- "kind": "NON_NULL",
32482
- "name": null,
32483
- "ofType": {
32484
- "kind": "OBJECT",
32485
- "name": "RoutePropertiesStation",
32486
- "ofType": null
32487
- }
33036
+ "kind": "OBJECT",
33037
+ "name": "RoutePropertiesStation",
33038
+ "ofType": null
32488
33039
  },
32489
33040
  "isDeprecated": false,
32490
33041
  "deprecationReason": null
@@ -32505,13 +33056,9 @@
32505
33056
  "name": "location",
32506
33057
  "description": "Location data of the via point.",
32507
33058
  "type": {
32508
- "kind": "NON_NULL",
32509
- "name": null,
32510
- "ofType": {
32511
- "kind": "INPUT_OBJECT",
32512
- "name": "RoutePropertiesLocationInput",
32513
- "ofType": null
32514
- }
33059
+ "kind": "INPUT_OBJECT",
33060
+ "name": "RoutePropertiesLocationInput",
33061
+ "ofType": null
32515
33062
  },
32516
33063
  "defaultValue": null,
32517
33064
  "isDeprecated": false,
@@ -32521,13 +33068,9 @@
32521
33068
  "name": "vehicle",
32522
33069
  "description": "Vehicle data of the via point.",
32523
33070
  "type": {
32524
- "kind": "NON_NULL",
32525
- "name": null,
32526
- "ofType": {
32527
- "kind": "INPUT_OBJECT",
32528
- "name": "RoutePropertiesVehicleInput",
32529
- "ofType": null
32530
- }
33071
+ "kind": "INPUT_OBJECT",
33072
+ "name": "RoutePropertiesVehicleInput",
33073
+ "ofType": null
32531
33074
  },
32532
33075
  "defaultValue": null,
32533
33076
  "isDeprecated": false,
@@ -32537,13 +33080,9 @@
32537
33080
  "name": "station",
32538
33081
  "description": "Station data of the via point.",
32539
33082
  "type": {
32540
- "kind": "NON_NULL",
32541
- "name": null,
32542
- "ofType": {
32543
- "kind": "INPUT_OBJECT",
32544
- "name": "RoutePropertiesStationInput",
32545
- "ofType": null
32546
- }
33083
+ "kind": "INPUT_OBJECT",
33084
+ "name": "RoutePropertiesStationInput",
33085
+ "ofType": null
32547
33086
  },
32548
33087
  "defaultValue": null,
32549
33088
  "isDeprecated": false,
@@ -33361,8 +33900,8 @@
33361
33900
  "name": "JSON",
33362
33901
  "ofType": null
33363
33902
  },
33364
- "isDeprecated": false,
33365
- "deprecationReason": null
33903
+ "isDeprecated": true,
33904
+ "deprecationReason": "No longer used."
33366
33905
  },
33367
33906
  {
33368
33907
  "name": "realtime",
@@ -35741,22 +36280,6 @@
35741
36280
  },
35742
36281
  "isDeprecated": false,
35743
36282
  "deprecationReason": null
35744
- },
35745
- {
35746
- "name": "source",
35747
- "description": "Source of inputted data.",
35748
- "args": [],
35749
- "type": {
35750
- "kind": "NON_NULL",
35751
- "name": null,
35752
- "ofType": {
35753
- "kind": "ENUM",
35754
- "name": "TelemetryInputSource",
35755
- "ofType": null
35756
- }
35757
- },
35758
- "isDeprecated": false,
35759
- "deprecationReason": null
35760
36283
  }
35761
36284
  ],
35762
36285
  "inputFields": null,
@@ -35801,22 +36324,6 @@
35801
36324
  "defaultValue": null,
35802
36325
  "isDeprecated": false,
35803
36326
  "deprecationReason": null
35804
- },
35805
- {
35806
- "name": "source",
35807
- "description": "Source of inputted data.",
35808
- "type": {
35809
- "kind": "NON_NULL",
35810
- "name": null,
35811
- "ofType": {
35812
- "kind": "ENUM",
35813
- "name": "TelemetryInputSource",
35814
- "ofType": null
35815
- }
35816
- },
35817
- "defaultValue": "manual",
35818
- "isDeprecated": false,
35819
- "deprecationReason": null
35820
36327
  }
35821
36328
  ],
35822
36329
  "interfaces": null,
@@ -43322,41 +43829,6 @@
43322
43829
  "enumValues": null,
43323
43830
  "possibleTypes": null
43324
43831
  },
43325
- {
43326
- "kind": "ENUM",
43327
- "name": "VehicleStatus",
43328
- "description": "Status of a vehicle.",
43329
- "fields": null,
43330
- "inputFields": null,
43331
- "interfaces": null,
43332
- "enumValues": [
43333
- {
43334
- "name": "draft",
43335
- "description": "Is being reviewed by a human operator.",
43336
- "isDeprecated": false,
43337
- "deprecationReason": null
43338
- },
43339
- {
43340
- "name": "public",
43341
- "description": "Is public and can be used by a customer.",
43342
- "isDeprecated": false,
43343
- "deprecationReason": null
43344
- },
43345
- {
43346
- "name": "private",
43347
- "description": "Is private and can be used by a human operator.",
43348
- "isDeprecated": false,
43349
- "deprecationReason": null
43350
- },
43351
- {
43352
- "name": "archived",
43353
- "description": "Is archived and can not be used.",
43354
- "isDeprecated": false,
43355
- "deprecationReason": null
43356
- }
43357
- ],
43358
- "possibleTypes": null
43359
- },
43360
43832
  {
43361
43833
  "kind": "OBJECT",
43362
43834
  "name": "VehicleToEverything",
@@ -44583,6 +45055,54 @@
44583
45055
  }
44584
45056
  ]
44585
45057
  },
45058
+ {
45059
+ "name": "defaultValue",
45060
+ "description": null,
45061
+ "isRepeatable": false,
45062
+ "locations": ["FIELD_DEFINITION"],
45063
+ "args": [
45064
+ {
45065
+ "name": "type",
45066
+ "description": null,
45067
+ "type": {
45068
+ "kind": "SCALAR",
45069
+ "name": "PlainString",
45070
+ "ofType": null
45071
+ },
45072
+ "defaultValue": null,
45073
+ "isDeprecated": false,
45074
+ "deprecationReason": null
45075
+ },
45076
+ {
45077
+ "name": "defaultValue",
45078
+ "description": null,
45079
+ "type": {
45080
+ "kind": "LIST",
45081
+ "name": null,
45082
+ "ofType": {
45083
+ "kind": "SCALAR",
45084
+ "name": "PlainString",
45085
+ "ofType": null
45086
+ }
45087
+ },
45088
+ "defaultValue": null,
45089
+ "isDeprecated": false,
45090
+ "deprecationReason": null
45091
+ },
45092
+ {
45093
+ "name": "description",
45094
+ "description": null,
45095
+ "type": {
45096
+ "kind": "SCALAR",
45097
+ "name": "PlainString",
45098
+ "ofType": null
45099
+ },
45100
+ "defaultValue": null,
45101
+ "isDeprecated": false,
45102
+ "deprecationReason": null
45103
+ }
45104
+ ]
45105
+ },
44586
45106
  {
44587
45107
  "name": "emissionUnitArgument",
44588
45108
  "description": null,