@chargetrip/types 1.27.0 → 1.30.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/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/graphql.schema.json +4706 -3773
- package/package.json +2 -2
- package/src/graphql.ts +1446 -1286
- package/CHANGELOG.md +0 -206
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/graphql.ts"],"sourcesContent":["export type Maybe<T> = T | null;\nexport type Exact<T extends { [key: string]: unknown }> = {\n [K in keyof T]: T[K];\n};\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> &\n { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> &\n { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n /** The `DateTime` scalar represents a date and time following the ISO 8601 standard */\n DateTime: string;\n /** Any JSON object or array */\n JSON: { [key: string]: number | string | boolean | null | Scalars[\"JSON\"] };\n /** The File Upload scalar */\n Upload: any;\n /** Void custom scalar */\n Void: any;\n};\n\n/** Information about an address */\nexport type Address = {\n /** Continent code (2 letters) */\n continent?: Maybe<Scalars[\"String\"]>;\n /** Country code (2 letters) */\n country?: Maybe<Scalars[\"String\"]>;\n /** County code (2 letters) */\n county?: Maybe<Scalars[\"String\"]>;\n /** City */\n city?: Maybe<Scalars[\"String\"]>;\n /** Street name */\n street?: Maybe<Scalars[\"String\"]>;\n /** Street number */\n number?: Maybe<Scalars[\"String\"]>;\n /** Postal code of a location */\n postalCode?: Maybe<Scalars[\"String\"]>;\n /** String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words> */\n what3Words?: Maybe<Scalars[\"String\"]>;\n /** Human-readable address of a location */\n formattedAddress?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\n/** Amenities available near a station */\nexport enum Amenities {\n PARK = \"park\",\n RESTAURANT = \"restaurant\",\n MUSEUM = \"museum\",\n COFFEE = \"coffee\",\n HOTEL = \"hotel\",\n SHOPPING = \"shopping\",\n BATHROOM = \"bathroom\",\n SUPERMARKET = \"supermarket\",\n PLAYGROUND = \"playground\",\n PHARMACY = \"pharmacy\"\n}\n\n/** The amenity model */\nexport type Amenity = {\n /** Unique amenity ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** ID provided by an amenity data source as the row ID */\n externalId?: Maybe<Scalars[\"String\"]>;\n /** Name of an amenity */\n name?: Maybe<Scalars[\"String\"]>;\n /** Geo location coordinates. This is a GeoJSON Point */\n location?: Maybe<Point>;\n /** Embedded Address */\n address?: Maybe<Address>;\n /** Type of amenity. An amenity can belong to multiple categories */\n type?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Rating of an amenity, the value will be between 0.0 and 10.0. If no rating has been given, the value will be set to null */\n rating?: Maybe<Scalars[\"Float\"]>;\n /** Computed distance between station and amenity */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Full path URL to amenity foursquare page */\n foursquareUrl?: Maybe<Scalars[\"String\"]>;\n /** Date and time when an amenity was created */\n createdAt?: Maybe<Scalars[\"String\"]>;\n /** Date and time when an amenity was last updated */\n updatedAt?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Amenities stats model */\nexport type AmenityStats = {\n /** The amenity type */\n type?: Maybe<Scalars[\"String\"]>;\n /** The total number of stations with the specified amenity */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The type of the batter value */\nexport enum BatteryInputType {\n KWH = \"kwh\",\n KM = \"km\",\n MILES = \"miles\",\n PERCENTAGE = \"percentage\"\n}\n\n/** Output of a car query */\nexport type Car = {\n /** Cars unique ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Naming of a car */\n naming?: Maybe<CarNaming>;\n /** Available connectors for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** List of adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarBattery>;\n /** Body of a car */\n body?: Maybe<CarBody>;\n /** Availability of a car */\n availability?: Maybe<CarAvailability>;\n /** Performance of a car */\n performance?: Maybe<CarPerformance>;\n /** Range of a car */\n range?: Maybe<CarRange>;\n /** Media of a car */\n media?: Maybe<CarMedia>;\n /** Routing of a car */\n routing?: Maybe<CarRouting>;\n /**\n * ID provided by a car data source as the row ID\n * @deprecated Will be removed in the future\n */\n externalId?: Maybe<Scalars[\"String\"]>;\n /**\n * Car manufacturer\n * @deprecated In favor of naming.make\n */\n make?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model\n * @deprecated In favor of naming.model\n */\n carModel?: Maybe<Scalars[\"String\"]>;\n /**\n * Car edition\n * @deprecated In favor of naming.version\n */\n edition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years\n * @deprecated In favor of naming.chargetrip_version\n */\n chargetripEdition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car version\n * @deprecated In favor of naming.edition\n */\n version?: Maybe<Scalars[\"String\"]>;\n /**\n * Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data\n * @deprecated In favor of range.chargetrip_range\n */\n chargetripRange?: Maybe<ChargetripRange>;\n /**\n * Cars that support fast charging have a minimum charging speed of 43 kWh\n * @deprecated In favor of routing.fast_charging_support\n */\n fastChargingSupport?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Current production mode of a car\n * @deprecated In favor of availability.status\n */\n mode?: Maybe<CarMode>;\n /**\n * Number of seats\n * @deprecated In favor of body.seats\n */\n seats?: Maybe<Scalars[\"Int\"]>;\n /**\n * Weight in kg\n * @deprecated In favor of body.weight\n */\n weight?: Maybe<Scalars[\"Float\"]>;\n /**\n * Height in mm\n * @deprecated In favor of body.height\n */\n height?: Maybe<Scalars[\"Int\"]>;\n /**\n * Width in mm\n * @deprecated In favor of body.width\n */\n width?: Maybe<Scalars[\"Int\"]>;\n /**\n * Usable battery capacity in kWh\n * @deprecated In favor of battery.usable_kwh\n */\n batteryUsableKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Full battery capacity in kWh\n * @deprecated In favor of battery.full_kwh\n */\n batteryFullKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Battery efficiency in the city, highway and combined depending on weather conditions\n * @deprecated In favor of efficiency\n */\n batteryEfficiency?: Maybe<CarBatteryEfficiency>;\n /**\n * Acceleration time from 0 to 100 km/h\n * @deprecated In favor of performance.acceleration\n */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /**\n * Maximum car speed in km/h\n * @deprecated In favor of performance.top_speed\n */\n topSpeed?: Maybe<Scalars[\"Float\"]>;\n /**\n * Power of a car in Kw\n * @deprecated In favor of drivetrain.power\n */\n power?: Maybe<Scalars[\"Float\"]>;\n /**\n * Engine torque\n * @deprecated In favor of drivetrain.torque\n */\n torque?: Maybe<Scalars[\"Float\"]>;\n /**\n * Extra consumption model\n * @deprecated In favor of routing.consumption\n */\n consumption?: Maybe<CarExtraConsumption>;\n /**\n * Amount of petrol a similar petrol car would consume per 100 km\n * @deprecated In favor of routing.petrol_consumption\n */\n petrolConsumption?: Maybe<Scalars[\"Float\"]>;\n /**\n * A list of offset data for different charging speeds\n * @deprecated You will receive null values\n */\n chargingOffset?: Maybe<Scalars[\"JSON\"]>;\n /**\n * Images of a car\n * @deprecated In favor of media.image_list\n */\n images?: Maybe<Array<Maybe<CarImage>>>;\n /**\n * Images of a car in structured data\n * @deprecated In favor of media.image or media.brand\n */\n imagesData?: Maybe<CarImageData>;\n};\n\nexport type CarAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Deprecated */\nexport type CarBatteryEfficiency = {\n /** Average efficiency measured in kWh/100 km */\n average?: Maybe<Scalars[\"Float\"]>;\n /** Worst conditions are based on -10°C and use of heating, measured in kWh/100 km */\n worst?: Maybe<CarEstimationData>;\n /** Best conditions are based on 23°C and no use of A/C, measured in kWh/100 km */\n best?: Maybe<CarEstimationData>;\n};\n\n/** Battery field estimated */\nexport enum CarBatteryFieldEstimations {\n /** Both of the battery kWh fields are estimations */\n B = \"B\",\n /** full_kwh field is estimated */\n F = \"F\",\n /** None of the battery kWh fields are estimations */\n N = \"N\",\n /** usable_kwh field is estimated */\n U = \"U\"\n}\n\nexport type CarBody = {\n /** Width with folded mirrors in mm */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height (average height for adjustable suspensions) in mm */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Weight Unladen EU) in kg */\n weight?: Maybe<Scalars[\"Int\"]>;\n /** Number of seats */\n seats?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Deprecated */\nexport type CarConsumption = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** The consumption of the car */\nexport type CarConsumptionInput = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Drivetrain */\nexport enum CarDrivetrain {\n /** Battery Electric Car */\n BEV = \"BEV\",\n /** Extended Range Electric Car */\n EREV = \"EREV\"\n}\n\n/** Deprecated */\nexport type CarEstimationData = {\n /** Estimated battery efficiency on a highway or express roads, in km */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated battery efficiency on city roads, in km */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated battery efficiency on highway and city roads combined, in km */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Deprecated */\nexport type CarExtraConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumption>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumption>;\n /** Consumption, in kWh, of a car in idle mode */\n idle?: Maybe<CarConsumption>;\n};\n\n/** Fuel type */\nexport enum CarFuel {\n /** Electricity only. Full electric car */\n E = \"E\"\n}\n\nexport type CarImage = {\n /** Image id */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Image type */\n type?: Maybe<CarImageType>;\n /** Full path URL of a large image */\n url?: Maybe<Scalars[\"String\"]>;\n /** Height of a large image in pixels */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Width of a large image in pixels */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Full path URL of a thumbnail image */\n thumbnail_url?: Maybe<Scalars[\"String\"]>;\n /** Height of a thumbnail image in pixels */\n thumbnail_height?: Maybe<Scalars[\"Int\"]>;\n /** Width of a thumbnail image in pixels */\n thumbnail_width?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Deprecated */\nexport type CarImageData = {\n /** Full size image of a car */\n image?: Maybe<CarImage>;\n /** Thumbnail of a full size image */\n image_thumbnail?: Maybe<CarImage>;\n /** Full size logo of the maker of a car */\n brand?: Maybe<CarImage>;\n /** Thumbnail of a full size logo of the maker of a car */\n brand_thumbnail?: Maybe<CarImage>;\n};\n\n/** Available types of images which can be found for a car. Each type has specific image sizes */\nexport enum CarImageType {\n /** Images provided by a Car Datasource */\n PROVIDER = \"provider\",\n /** Full-sized image at 1536x864 px */\n IMAGE = \"image\",\n /** Thumbnail of a full-sized image at 131x72 px */\n IMAGE_THUMBNAIL = \"image_thumbnail\",\n /** Full-sized brand (maker) logo at 768x432 px */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand logo at 56x24 px */\n BRAND_THUMBNAIL = \"brand_thumbnail\"\n}\n\n/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */\nexport enum CarImageTypeUploadable {\n /** Full size image with a resolution at least 1536x864 px */\n IMAGE = \"image\"\n}\n\n/** The output element of the carList query */\nexport type CarList = {\n /** Cars unique ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Naming of a car */\n naming?: Maybe<CarListNaming>;\n /** Connectors available for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** Adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarListBattery>;\n /** Body of a car */\n body?: Maybe<CarListBody>;\n /** Availability of a car */\n availability?: Maybe<CarListAvailability>;\n /** Range of a car */\n range?: Maybe<CarListRange>;\n /** Media of a car */\n media?: Maybe<CarListMedia>;\n /** Routing of a car */\n routing?: Maybe<CarListRouting>;\n /**\n * ID provided by a car data source as the row ID\n * @deprecated Will be removed in the future\n */\n externalId?: Maybe<Scalars[\"String\"]>;\n /**\n * Car manufacturer\n * @deprecated In favor of naming.make\n */\n make?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model\n * @deprecated In favor of naming.model\n */\n carModel?: Maybe<Scalars[\"String\"]>;\n /**\n * Car edition\n * @deprecated In favor of naming.version\n */\n edition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years\n * @deprecated In favor of naming.chargetrip_version\n */\n chargetripEdition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car version\n * @deprecated In favor of naming.edition\n */\n version?: Maybe<Scalars[\"String\"]>;\n /**\n * Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data\n * @deprecated In favor of range.chargetrip_range\n */\n chargetripRange?: Maybe<ChargetripRange>;\n /**\n * Cars that support fast charging have a minimum charging speed of 43 kWh\n * @deprecated In favor of routing.fast_charging_support\n */\n fastChargingSupport?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Current production mode of a car\n * @deprecated In favor of availability.status\n */\n mode?: Maybe<CarMode>;\n /**\n * Number of seats\n * @deprecated In favor of body.seats\n */\n seats?: Maybe<Scalars[\"Int\"]>;\n /**\n * Usable battery capacity in kWh\n * @deprecated In favor of battery.usable_kwh\n */\n batteryUsableKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Full battery capacity in kWh\n * @deprecated In favor of battery.full_kwh\n */\n batteryFullKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Images of a car in structured data\n * @deprecated In favor of media.image and media.brand\n */\n imagesData?: Maybe<CarImageData>;\n /** @deprecated You will receive null values */\n power?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n topSpeed?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n torque?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n batteryEfficiency?: Maybe<CarBatteryEfficiency>;\n /** @deprecated You will receive null values */\n weight?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n height?: Maybe<Scalars[\"Int\"]>;\n /** @deprecated You will receive null values */\n width?: Maybe<Scalars[\"Int\"]>;\n /** @deprecated You will receive null values */\n consumption?: Maybe<CarExtraConsumption>;\n /** @deprecated You will receive null values */\n petrolConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n chargingOffset?: Maybe<Scalars[\"JSON\"]>;\n /** @deprecated You will receive null values */\n auxConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n bmsConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n dragCoefficient?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n tirePressure?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n motorEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n drivelineEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n regenEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n images?: Maybe<Array<Maybe<CarImage>>>;\n};\n\nexport type CarListAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarListBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarListBody = {\n /** Number of seats in car */\n seats?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarListFilter = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n availability?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\nexport type CarListMedia = {\n /** Latest image of the car */\n image?: Maybe<CarImage>;\n /** Latest maker logo of the car */\n brand?: Maybe<CarImage>;\n /** Latest video of the car */\n video?: Maybe<CarVideo>;\n};\n\nexport type CarListNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Deprecated */\nexport type CarListQuery = {\n /** Deprecated: Not used anymore */\n make?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n model?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n version?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n mode?: Maybe<CarMode>;\n};\n\nexport type CarListRange = {\n /**\n * Is an index value of what we consider to be the real-world range.\n * (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display in the front-end.\n */\n chargetrip_range?: Maybe<ChargetripRange>;\n /** @deprecated You will receive null values */\n wltp?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n worst?: Maybe<CarEstimationData>;\n /** @deprecated You will receive null values */\n best?: Maybe<CarEstimationData>;\n};\n\nexport type CarListRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarMedia = {\n /** URL to detail page on EV database */\n evdb_details_url?: Maybe<Scalars[\"String\"]>;\n /** Latest image */\n image?: Maybe<CarImage>;\n /** Latest maker logo */\n brand?: Maybe<CarImage>;\n /** All images */\n image_list?: Maybe<Array<Maybe<CarImage>>>;\n /** Latest video */\n video?: Maybe<CarVideo>;\n /** All videos */\n video_list?: Maybe<Array<Maybe<CarVideo>>>;\n /**\n * URL to detail page on EV database\n * @deprecated Will be removed in the future. Please use evdb_details_url\n */\n evdb_detail_url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Mode (state) of the current production */\nexport enum CarMode {\n /** Old car that is no longer manufactured */\n INDEX_ONLY = \"index_only\",\n /** Car is in production and has been released */\n PRODUCTION = \"production\",\n /** Future releases of a car, a concept of the car, specs may change over time */\n CONCEPT = \"concept\"\n}\n\nexport type CarNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPerformance = {\n /** Acceleration 0-100 km/h in seconds */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Top speed of car in km/h */\n top_speed?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Car plug model */\nexport type CarPlug = {\n /** Plug type, known as connector standard in OCPI */\n standard?: Maybe<ConnectorType>;\n /** Usable electric power in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Maximum electric power in kW */\n max_electric_power?: Maybe<Scalars[\"Float\"]>;\n /** Time it takes to charge from 10 to 80% with a fast charger, shown in minutes */\n time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed in km/h */\n speed?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The output element of the carPremium query */\nexport type CarPremium = {\n /** Unique ID of a car */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Internal ID of the successor car trim */\n succesor_id?: Maybe<Scalars[\"String\"]>;\n /** Naming of a car */\n naming?: Maybe<CarPremiumNaming>;\n /** Connectors available for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** Charge details */\n charge?: Maybe<CarPremiumCharge>;\n /** Fast charge details */\n fast_charge?: Maybe<CarPremiumFastCharge>;\n /** Adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarPremiumBattery>;\n /** Body of a car */\n body?: Maybe<CarPremiumBody>;\n /** Availability of a car */\n availability?: Maybe<CarPremiumAvailability>;\n /** Pricing of a car */\n price?: Maybe<CarPremiumPrice>;\n /** Drivetrain of a car */\n drivetrain?: Maybe<CarPremiumDrivetrain>;\n /** Performance of a car */\n performance?: Maybe<CarPremiumPerformance>;\n /** Range of a car */\n range?: Maybe<CarPremiumRange>;\n /** Efficiency of a car */\n efficiency?: Maybe<CarPremiumEfficiency>;\n /** Safety of a car */\n safety?: Maybe<CarPremiumSafety>;\n /** Media of a car */\n media?: Maybe<CarPremiumMedia>;\n /** Routing of a car */\n routing?: Maybe<CarPremiumRouting>;\n};\n\nexport type CarPremiumAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market/region\n * - 1 = Car currently for sale in at least one market/region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unknown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n /** Date of introduction, mm-yyyy */\n date_from?: Maybe<Scalars[\"String\"]>;\n /** Indicates if date from field is estimated */\n date_from_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Date last available, mm-yyyy */\n date_to?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Indicates which battery fields are estimated */\n estimated_fields?: Maybe<CarBatteryFieldEstimations>;\n /** Battery thermal management system (active/passive, air/liquid) */\n thermal_management_system?: Maybe<Scalars[\"String\"]>;\n /** Duration of battery warranty */\n warranty_period?: Maybe<Scalars[\"Float\"]>;\n /** Mileage of battery warranty */\n warranty_mileage?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumBody = {\n /** Length in mm */\n length?: Maybe<Scalars[\"Int\"]>;\n /** Width with folded mirrors in mm */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Width of vehicle in mm, including mirrors */\n full_width?: Maybe<Scalars[\"Int\"]>;\n /** Height (average height for adjustable suspensions) in mm */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if length/width/height fields are estimations */\n size_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Wheelbase in mm */\n wheelbase?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if wheelbase field is estimated */\n wheelbase_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Weight (unladen EU) in kg */\n weight?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if weight field is estimated */\n weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum payload allowed for vehicle in kg */\n weight_max_payload?: Maybe<Scalars[\"Int\"]>;\n /** Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload) in kg */\n max_gross_vehicle_weight?: Maybe<Scalars[\"Int\"]>;\n /** Standard luggage capacity in l */\n boot_capacity?: Maybe<Scalars[\"Int\"]>;\n /** Storage capacity of front trunk/under the hood (frunk) */\n boot_front_capacity?: Maybe<Scalars[\"Int\"]>;\n /** Maximum luggage capacity in l */\n boot_capacity_max?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if a tow hitch/towbar can be fitted according to vehicle homologation */\n tow_hitch_compatible?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum unbraked towing weight in kg */\n tow_weight_unbraked?: Maybe<Scalars[\"Int\"]>;\n /** Maximum braked towing weight in kg */\n tow_weight_braked?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if tow weight fields are estimations */\n tow_weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum vertical load / noseweight on tow hitch according to vehicle homologation */\n tow_weight_vertical_load?: Maybe<Scalars[\"Int\"]>;\n /** Maximum load on roof of car in kg */\n roof_load_max?: Maybe<Scalars[\"Int\"]>;\n /** Body type, listed in local naming convention where applicable */\n body_type?: Maybe<Scalars[\"String\"]>;\n /** Segment, listed in local naming convention where applicable */\n segment?: Maybe<Scalars[\"String\"]>;\n /** Number of seats */\n seats?: Maybe<Scalars[\"Int\"]>;\n /** Indicates whether a car has roof rails as a standard */\n has_roofrails?: Maybe<Scalars[\"Boolean\"]>;\n /** Turning circle of vehicle kerb-to-kerb */\n turning_circle?: Maybe<Scalars[\"Float\"]>;\n /** Name of vehicle platform used for vehicle (often abbreviated to indicate group platforms) */\n vehicle_platform?: Maybe<Scalars[\"String\"]>;\n /** Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform */\n vehicle_platform_is_dedicated?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Indicates whether a car has roof rails as a standard\n * @deprecated In favor of has_roofrails\n */\n rooftrails?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumCharge = {\n /** Location of charge port */\n plug?: Maybe<CarPremiumChargePlug>;\n /** Location of second charge port */\n second_plug?: Maybe<CarPremiumChargeSecondPlug>;\n /** The car standard charge */\n standard?: Maybe<CarPremiumChargeStandardOBC>;\n /** The car alternative charge */\n alternative?: Maybe<CarPremiumChargeAlternativeOBC>;\n /** The car option charge */\n option?: Maybe<CarPremiumChargeOptionOBC>;\n};\n\nexport type CarPremiumChargeAlternativeOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumChargeOBCTable = {\n /** Voltage between phase and neutral for this EVSE (phase voltage) */\n evse_phase_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Current per phase for this EVSE (phase current) */\n evse_phase_amperage?: Maybe<Scalars[\"Int\"]>;\n /** Number of phases for this EVSE */\n evse_phases?: Maybe<Scalars[\"Int\"]>;\n /** Voltage between phase and neutral used by standard OBC (phase voltage) */\n charge_phase_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Current per phase used by standard OBC (phase current) */\n charge_phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases used by standard OBC */\n charge_phases?: Maybe<Scalars[\"Int\"]>;\n /** Power used by standard OBC (before OBC losses) */\n charge_power?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC with this EVSE) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC with this EVSE) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumChargeOptionOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumChargePlug = {\n /** Type of charge port on vehicle */\n value?: Maybe<ConnectorType>;\n /** Indicates if value is an estimate */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Location of charge port */\n location?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumChargePower = {\n /** Maximum value */\n max?: Maybe<Scalars[\"Float\"]>;\n /** Average value */\n average?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumChargeSecondPlug = {\n /** Location of charge port */\n location?: Maybe<Scalars[\"String\"]>;\n /** Indicates if second charge port is optional */\n is_optional?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumChargeStandardOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if Charge_Standard fields are estimated */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumDrivetrain = {\n /** Type of drivetrain */\n type?: Maybe<CarDrivetrain>;\n /** Fuel type */\n fuel?: Maybe<CarFuel>;\n /** Propulsion type */\n propulsion?: Maybe<CarPropulsion>;\n /** Indicates if propulsion field is estimated */\n propulsion_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output in kw */\n power?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if power field is estimated */\n power_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output in horsepower (PS) */\n power_hp?: Maybe<Scalars[\"Int\"]>;\n /** Maximum (combined) torque output in newton meter */\n torque?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if torque field is estimated */\n torque_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumEfficiency = {\n /** Rated efficiency in WLTP combined cycle */\n wltp?: Maybe<CarPremiumEfficiencyWLTP>;\n /** Rated efficiency in WLTP combined cycle (TEH / least efficient trim) */\n wltp_teh?: Maybe<CarPremiumEfficiencyWLTPTEH>;\n /** Rated efficiency in NEDC combined cycle */\n nedc?: Maybe<CarPremiumEfficiencyNEDC>;\n /** Car efficiency based on RealRange */\n real?: Maybe<CarPremiumEfficiencyReal>;\n};\n\nexport type CarPremiumEfficiencyNEDC = {\n /** Rated efficiency in NEDC combined cycle in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in NEDC combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumEfficiencyReal = {\n /** Car efficiency based on RealRange (useable battery/range) in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Car efficiency based on RealRange presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarPremiumEfficiencyRealValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarPremiumEfficiencyRealValue>;\n};\n\nexport type CarPremiumEfficiencyRealValue = {\n /** Estimated value on highway or express roads */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated value on city roads */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumEfficiencyWLTP = {\n /** Rated efficiency in WLTP combined cycle in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumEfficiencyWLTPTEH = {\n /** Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim) */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumFastCharge = {\n /** Location of charge port */\n plug?: Maybe<CarPremiumChargePlug>;\n /** Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger) */\n power?: Maybe<CarPremiumChargePower>;\n /** Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger) */\n charge_time?: Maybe<Scalars[\"Float\"]>;\n /** Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger) */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if fast charge is optional in some markets/regions */\n is_optional?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates what fields are estimated */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Charging details for fast charging */\n table?: Maybe<Array<Maybe<CarPremiumFastChargeTable>>>;\n};\n\nexport type CarPremiumFastChargeTable = {\n /** Charging details for fast charging (format: ChargerPlug-ChargerPower-AC/DC) */\n format?: Maybe<Scalars[\"String\"]>;\n /** Fast charge power */\n power?: Maybe<CarPremiumChargePower>;\n /** Minutes needed to charge from 10% to 80% (optimal conditions) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed during fast charging from 10% to 80% (optimal conditions) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if maximum power during fast charging is limited by the vehicle */\n is_limited?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates if average power during fast charging is limited by the vehicle */\n average_is_limited?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumMedia = {\n /** URL to detail page on EV database */\n evdb_details_url?: Maybe<Scalars[\"String\"]>;\n /** Latest image */\n image?: Maybe<CarImage>;\n /** Latest maker logo */\n brand?: Maybe<CarImage>;\n /** All images */\n image_list?: Maybe<Array<Maybe<CarImage>>>;\n /** Latest video */\n video?: Maybe<CarVideo>;\n /** All videos */\n video_list?: Maybe<Array<Maybe<CarVideo>>>;\n /**\n * URL to detail page on EV database\n * @deprecated Will be removed in the future. Please use evdb_details_url\n */\n evdb_detail_url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumPerformance = {\n /** Acceleration 0-100 km/h in seconds */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if acceleration field is estimated */\n acceleration_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Top speed of car in km/h */\n top_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if top_speed field is estimated */\n top_speed_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumPrice = {\n /** Starting price for German market */\n de?: Maybe<CarPremiumPriceValue>;\n /** Starting price for Dutch market */\n nl?: Maybe<CarPremiumPriceValue>;\n /** Starting price for British market */\n uk?: Maybe<CarPremiumPriceValueWithGrant>;\n};\n\nexport type CarPremiumPriceValue = {\n /** Starting price for local market */\n value?: Maybe<Scalars[\"Int\"]>;\n /** Currency name for local market */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Indicates if price value is based on estimates */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Indicates if price value is based on estimates\n * @deprecated In favor of is_estimated\n */\n estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumPriceValueWithGrant = {\n /** Starting price for local market */\n value?: Maybe<Scalars[\"Int\"]>;\n /** Currency name for local market */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Indicates if price value is based on estimates */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant is applied to value */\n grant_applied?: Maybe<Scalars[\"Int\"]>;\n /**\n * Indicates if price value is based on estimates\n * @deprecated In favor of is_estimated\n */\n estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumRange = {\n /** Rated range in WLTP combined cycle (NULL if not WLTP rated) in km */\n wltp?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if WLTP range is estimated (NULL if not WLTP rated) */\n wltp_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated) */\n wltp_teh?: Maybe<Scalars[\"Int\"]>;\n /** Rated range in NEDC combined cycle (NULL if not NEDC rated) in km */\n nedc?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if NEDC range is estimated (NULL if not NEDC rated) */\n nedc_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Index range in EV Database RealRange model in km */\n real?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if real is estimated */\n real_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarPremiumRangeValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarPremiumRangeValue>;\n /** Is an index value of what we consider to be the real-world range. (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display on the front-end. */\n chargetrip_range?: Maybe<ChargetripRange>;\n};\n\nexport type CarPremiumRangeValue = {\n /** Estimated value on highway or express roads */\n highway?: Maybe<Scalars[\"Int\"]>;\n /** Estimated value on city roads */\n city?: Maybe<Scalars[\"Int\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n /** Drag coefficient */\n drag_coefficient?: Maybe<Scalars[\"Float\"]>;\n /** Tire pressure recommended by manufacturer */\n tire_pressure?: Maybe<Scalars[\"Float\"]>;\n /** Extra consumption model */\n consumption?: Maybe<CarPremiumRoutingConsumption>;\n /** Amount of petrol that an equivalent petrol car would consume in l/100 km */\n petrol_consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumRoutingConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarPremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarPremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarPremiumRoutingConsumptionValue>;\n};\n\nexport type CarPremiumRoutingConsumptionValue = {\n /** Best (lowest) consumption in summer */\n best?: Maybe<Scalars[\"Float\"]>;\n /** Best (lowest) consumption in winter */\n worst?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumSafety = {\n /** Number of seats equipped with ISOFIX */\n isofix_seats?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP results */\n euro_ncap?: Maybe<CarPremiumSafetyEuroNcap>;\n};\n\nexport type CarPremiumSafetyEuroNcap = {\n /** EuroNCAP rating (out of 5 stars) */\n rating?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP year of rating */\n year?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of adult protection (out of 100%) */\n adult?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of child protection (out of 100%) */\n child?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of vulnerable road users (out of 100%) */\n vru?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of safety assists (out of 100%) */\n sa?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Propulsion */\nexport enum CarPropulsion {\n /** All-wheel drive car */\n AWD = \"AWD\",\n /** Front-wheel drive car */\n FRONT = \"Front\",\n /** Rear-wheel drive car */\n REAR = \"Rear\"\n}\n\nexport type CarRange = {\n /** Index range in EV Database RealRange model in km */\n real?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if real is estimated */\n real_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarRangeValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarRangeValue>;\n /** Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data */\n chargetrip_range?: Maybe<ChargetripRange>;\n /** @deprecated You will receive null values */\n wltp?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarRangeValue = {\n /** Estimated value on the highway or express roads */\n highway?: Maybe<Scalars[\"Int\"]>;\n /** Estimated value on the cities road */\n city?: Maybe<Scalars[\"Int\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Status of a car */\nexport enum CarStatus {\n /** Was just imported */\n NEW = \"new\",\n /** Is being reviewed by a human operator */\n REVIEW = \"review\",\n /** Is public and can be used by a customer */\n PUBLIC = \"public\",\n /** Is removed and can not be used */\n REMOVED = \"removed\"\n}\n\nexport type CarVideo = {\n /** Video id */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Full path URL of a video */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Charging mode used at charging stations */\nexport enum ChargeMode {\n /** Optimizes the charging time at each station, in order to decrease the total travel time. You will only charge up until the SOC you need in order to reach the next stop */\n OPTIMIZE_TRAVEL_TIME = \"OPTIMIZE_TRAVEL_TIME\",\n /** Charge to the maximum capacity at every charging stop. The default maximum charging capacity is 80% */\n ALWAYS_TO_MAX_CHARGE = \"ALWAYS_TO_MAX_CHARGE\"\n}\n\n/** A groupped representation of EVSEs */\nexport type Charger = {\n /** Type of charger */\n standard?: Maybe<ConnectorType>;\n /** Power of a charger */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Price of a charger */\n price?: Maybe<Scalars[\"String\"]>;\n /** Charging speed */\n speed?: Maybe<StationSpeedType>;\n /** Statuses of all the EVSEs grouped in a charger */\n status?: Maybe<ChargerStatuses>;\n /** Total number of EVSEs grouped in a charger */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport enum ChargerStatus {\n /** The charger is free */\n FREE = \"free\",\n /** The charger is occupied/busy */\n BUSY = \"busy\",\n /** The charger is unknown */\n UNKNOWN = \"unknown\",\n /** The charger has an error */\n ERROR = \"error\"\n}\n\n/** Groupping by status of the chargers */\nexport type ChargerStatuses = {\n /** How many are free */\n free?: Maybe<Scalars[\"Int\"]>;\n /** How many are busy */\n busy?: Maybe<Scalars[\"Int\"]>;\n /** How many are unknown */\n unknown?: Maybe<Scalars[\"Int\"]>;\n /** How many are not available */\n error?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data */\nexport type ChargetripRange = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Connector data which extends OCPI Connector */\nexport type Connector = {\n /** Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object. */\n id?: Maybe<Scalars[\"String\"]>;\n /** Standard of an installed connector. */\n standard?: Maybe<ConnectorType>;\n /** Format (socket/cable) of an installed connector. */\n format?: Maybe<OCPIConnectorFormat>;\n /** Type of power of an installed connector. */\n power_type?: Maybe<OCPIPowerType>;\n /** Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full. */\n max_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Maximum amperage of a connector, in ampere [A]. */\n max_amperage?: Maybe<Scalars[\"Int\"]>;\n /**\n * Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\n * For example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the car, it may supply maximum voltage or current, but not both at the same time.\n * For AC Charge Points, the amount of phases used can also have influence on the maximum power.\n */\n max_electric_power?: Maybe<Scalars[\"Int\"]>;\n /** Maximum electric power in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /**\n * Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\n * When preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\n * For a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.\n */\n tariff_ids?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** URL to an operator’s terms and conditions. */\n terms_and_conditions?: Maybe<Scalars[\"String\"]>;\n /** Timestamp when a connector was last updated (or created). */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** List of valid charging tariffs */\n tariff?: Maybe<Array<Maybe<OCPITariff>>>;\n /** Charging prices, only available when using the EcoMovement database */\n pricing?: Maybe<Pricing>;\n};\n\n/** The socket or plug standard of the charging point. */\nexport enum ConnectorType {\n /** The connector type is CHAdeMO, DC */\n CHADEMO = \"CHADEMO\",\n /** Standard/domestic household, type \"A\", NEMA 1-15, 2 pins */\n DOMESTIC_A = \"DOMESTIC_A\",\n /** Standard/domestic household, type \"B\", NEMA 5-15, 3 pins */\n DOMESTIC_B = \"DOMESTIC_B\",\n /** Standard/domestic household, type \"C\", CEE 7/17, 2 pins */\n DOMESTIC_C = \"DOMESTIC_C\",\n /** Standard/domestic household, type \"D\", 3 pins */\n DOMESTIC_D = \"DOMESTIC_D\",\n /** Standard/domestic household, type \"E\", CEE 7/5 3 pins */\n DOMESTIC_E = \"DOMESTIC_E\",\n /** Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins */\n DOMESTIC_F = \"DOMESTIC_F\",\n /** Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins */\n DOMESTIC_G = \"DOMESTIC_G\",\n /** Standard/domestic household, type \"H\", SI-32, 3 pins */\n DOMESTIC_H = \"DOMESTIC_H\",\n /** Standard/domestic household, type \"I\", AS 3112, 3 pins */\n DOMESTIC_I = \"DOMESTIC_I\",\n /** Standard/domestic household, type \"J\", SEV 1011, 3 pins */\n DOMESTIC_J = \"DOMESTIC_J\",\n /** Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins */\n DOMESTIC_K = \"DOMESTIC_K\",\n /** Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins */\n DOMESTIC_L = \"DOMESTIC_L\",\n /** Standard/Domestic household, type \"M\", BS 546, 3 pins */\n DOMESTIC_M = \"DOMESTIC_M\",\n /** Standard/Domestic household, type \"N\", NBR 14136, 3 pins */\n DOMESTIC_N = \"DOMESTIC_N\",\n /** Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins */\n DOMESTIC_O = \"DOMESTIC_O\",\n /** IEC 60309-2 Industrial connector single phase 16 amperes (usually blue) */\n IEC_60309_2_SINGLE_16 = \"IEC_60309_2_single_16\",\n /** IEC 60309-2 Industrial connector three phase 16 amperes (usually red) */\n IEC_60309_2_THREE_16 = \"IEC_60309_2_three_16\",\n /** IEC 60309-2 Industrial connector three phase 32 amperes (usually red) */\n IEC_60309_2_THREE_32 = \"IEC_60309_2_three_32\",\n /** IEC 60309-2 Industrial connector three phase 64 amperes (usually red) */\n IEC_60309_2_THREE_64 = \"IEC_60309_2_three_64\",\n /** IEC 62196 Type 1 \"SAE J1772\" */\n IEC_62196_T1 = \"IEC_62196_T1\",\n /** Combo Type 1 based, DC */\n IEC_62196_T1_COMBO = \"IEC_62196_T1_COMBO\",\n /** IEC 62196 Type 2 \"Mennekes\" */\n IEC_62196_T2 = \"IEC_62196_T2\",\n /** Combo Type 2 based, DC */\n IEC_62196_T2_COMBO = \"IEC_62196_T2_COMBO\",\n /** IEC 62196 Type 3A */\n IEC_62196_T3A = \"IEC_62196_T3A\",\n /** IEC 62196 Type 3C \"Scame\" */\n IEC_62196_T3C = \"IEC_62196_T3C\",\n /** On-board bottom-up-pantograph typically for bus charging */\n PANTOGRAPH_BOTTOM_UP = \"PANTOGRAPH_BOTTOM_UP\",\n /** Off-board top-down-pantograph typically for bus charging */\n PANTOGRAPH_TOP_DOWN = \"PANTOGRAPH_TOP_DOWN\",\n /** Tesla connector \"Roadster\"-type (round, 4 pins) */\n TESLA_R = \"TESLA_R\",\n /** Tesla connector \"Model-S\"-type (oval, 5 pins) */\n TESLA_S = \"TESLA_S\",\n /** The connector type is GB_T (Chinese standard), DC */\n GB_T = \"GB_T\",\n /** The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC. */\n CHAOJI = \"CHAOJI\",\n /** The connector type is NEMA 5-20, 3 pins */\n NEMA_5_20 = \"NEMA_5_20\",\n /** The connector type is NEMA 6-30, 3 pins */\n NEMA_6_30 = \"NEMA_6_30\",\n /** The connector type is NEMA 6-50, 3 pins */\n NEMA_6_50 = \"NEMA_6_50\",\n /** The connector type is NEMA 10-30, 3 pins */\n NEMA_10_30 = \"NEMA_10_30\",\n /** The connector type is NEMA 10-50, 3 pins */\n NEMA_10_50 = \"NEMA_10_50\",\n /** The connector type is NEMA 14-30, 3 pins, rating of 30 A */\n NEMA_14_30 = \"NEMA_14_30\",\n /** The connector type is NEMA 14-50, 3 pins, rating of 50 A */\n NEMA_14_50 = \"NEMA_14_50\"\n}\n\n/** The complete contact information */\nexport type Contact = {\n /** The phone number in international format */\n phone?: Maybe<Scalars[\"String\"]>;\n /** The email address */\n email?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the website */\n website?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the facebook profile page */\n facebook?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the twitter profile page */\n twitter?: Maybe<Scalars[\"String\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** ISO-3166 alpha-2 country codes */\nexport enum CountryCodeAlpha2 {\n AD = \"AD\",\n AE = \"AE\",\n AF = \"AF\",\n AG = \"AG\",\n AI = \"AI\",\n AL = \"AL\",\n AM = \"AM\",\n AN = \"AN\",\n AO = \"AO\",\n AQ = \"AQ\",\n AR = \"AR\",\n AS = \"AS\",\n AT = \"AT\",\n AU = \"AU\",\n AW = \"AW\",\n AX = \"AX\",\n AZ = \"AZ\",\n BA = \"BA\",\n BB = \"BB\",\n BD = \"BD\",\n BE = \"BE\",\n BF = \"BF\",\n BG = \"BG\",\n BH = \"BH\",\n BI = \"BI\",\n BJ = \"BJ\",\n BM = \"BM\",\n BN = \"BN\",\n BO = \"BO\",\n BR = \"BR\",\n BS = \"BS\",\n BT = \"BT\",\n BV = \"BV\",\n BW = \"BW\",\n BY = \"BY\",\n BZ = \"BZ\",\n CA = \"CA\",\n CC = \"CC\",\n CD = \"CD\",\n CF = \"CF\",\n CG = \"CG\",\n CH = \"CH\",\n CI = \"CI\",\n CK = \"CK\",\n CL = \"CL\",\n CM = \"CM\",\n CN = \"CN\",\n CO = \"CO\",\n CR = \"CR\",\n CS = \"CS\",\n CU = \"CU\",\n CV = \"CV\",\n CX = \"CX\",\n CY = \"CY\",\n CZ = \"CZ\",\n DE = \"DE\",\n DJ = \"DJ\",\n DK = \"DK\",\n DM = \"DM\",\n DO = \"DO\",\n DZ = \"DZ\",\n EC = \"EC\",\n EE = \"EE\",\n EG = \"EG\",\n EH = \"EH\",\n ER = \"ER\",\n ES = \"ES\",\n ET = \"ET\",\n FI = \"FI\",\n FJ = \"FJ\",\n FK = \"FK\",\n FM = \"FM\",\n FO = \"FO\",\n FR = \"FR\",\n GA = \"GA\",\n GB = \"GB\",\n GD = \"GD\",\n GE = \"GE\",\n GF = \"GF\",\n GH = \"GH\",\n GI = \"GI\",\n GL = \"GL\",\n GM = \"GM\",\n GN = \"GN\",\n GP = \"GP\",\n GQ = \"GQ\",\n GR = \"GR\",\n GS = \"GS\",\n GT = \"GT\",\n GU = \"GU\",\n GW = \"GW\",\n GY = \"GY\",\n HK = \"HK\",\n HM = \"HM\",\n HN = \"HN\",\n HR = \"HR\",\n HT = \"HT\",\n HU = \"HU\",\n ID = \"ID\",\n IE = \"IE\",\n IL = \"IL\",\n IN = \"IN\",\n IO = \"IO\",\n IQ = \"IQ\",\n IR = \"IR\",\n IS = \"IS\",\n IT = \"IT\",\n JM = \"JM\",\n JO = \"JO\",\n JP = \"JP\",\n KE = \"KE\",\n KG = \"KG\",\n KH = \"KH\",\n KI = \"KI\",\n KM = \"KM\",\n KN = \"KN\",\n KP = \"KP\",\n KR = \"KR\",\n KW = \"KW\",\n KY = \"KY\",\n KZ = \"KZ\",\n LA = \"LA\",\n LB = \"LB\",\n LC = \"LC\",\n LI = \"LI\",\n LK = \"LK\",\n LR = \"LR\",\n LS = \"LS\",\n LT = \"LT\",\n LU = \"LU\",\n LV = \"LV\",\n LY = \"LY\",\n MA = \"MA\",\n MC = \"MC\",\n MD = \"MD\",\n ME = \"ME\",\n MF = \"MF\",\n MG = \"MG\",\n MH = \"MH\",\n MK = \"MK\",\n ML = \"ML\",\n MM = \"MM\",\n MN = \"MN\",\n MO = \"MO\",\n MP = \"MP\",\n MQ = \"MQ\",\n MR = \"MR\",\n MS = \"MS\",\n MT = \"MT\",\n MU = \"MU\",\n MV = \"MV\",\n MW = \"MW\",\n MX = \"MX\",\n MY = \"MY\",\n MZ = \"MZ\",\n NA = \"NA\",\n NC = \"NC\",\n NE = \"NE\",\n NF = \"NF\",\n NG = \"NG\",\n NI = \"NI\",\n NL = \"NL\",\n NO = \"NO\",\n NP = \"NP\",\n NR = \"NR\",\n NU = \"NU\",\n NZ = \"NZ\",\n OM = \"OM\",\n PA = \"PA\",\n PE = \"PE\",\n PF = \"PF\",\n PG = \"PG\",\n PH = \"PH\",\n PK = \"PK\",\n PL = \"PL\",\n PM = \"PM\",\n PN = \"PN\",\n PR = \"PR\",\n PS = \"PS\",\n PT = \"PT\",\n PW = \"PW\",\n PY = \"PY\",\n QA = \"QA\",\n RE = \"RE\",\n RKS = \"RKS\",\n RO = \"RO\",\n RS = \"RS\",\n RU = \"RU\",\n RW = \"RW\",\n SA = \"SA\",\n SB = \"SB\",\n SC = \"SC\",\n SD = \"SD\",\n SE = \"SE\",\n SG = \"SG\",\n SH = \"SH\",\n SI = \"SI\",\n SJ = \"SJ\",\n SK = \"SK\",\n SL = \"SL\",\n SM = \"SM\",\n SN = \"SN\",\n SO = \"SO\",\n SR = \"SR\",\n ST = \"ST\",\n SV = \"SV\",\n SX = \"SX\",\n SY = \"SY\",\n SZ = \"SZ\",\n TC = \"TC\",\n TD = \"TD\",\n TF = \"TF\",\n TG = \"TG\",\n TH = \"TH\",\n TJ = \"TJ\",\n TK = \"TK\",\n TL = \"TL\",\n TM = \"TM\",\n TN = \"TN\",\n TO = \"TO\",\n TR = \"TR\",\n TT = \"TT\",\n TV = \"TV\",\n TW = \"TW\",\n TZ = \"TZ\",\n UA = \"UA\",\n UG = \"UG\",\n UM = \"UM\",\n US = \"US\",\n UY = \"UY\",\n UZ = \"UZ\",\n VA = \"VA\",\n VC = \"VC\"\n}\n\n/** EVSE data which extends OCPI EVSE */\nexport type EVSE = {\n /**\n * 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.\n * This field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.\n */\n uid?: Maybe<Scalars[\"String\"]>;\n /** 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. */\n evse_id?: Maybe<Scalars[\"String\"]>;\n /** Indicates the current status of an EVSE. */\n status?: Maybe<OCPIStatus>;\n /** Indicates a planned status update of a nEVSE. */\n status_schedule?: Maybe<Array<Maybe<OCPIStatusSchedule>>>;\n /** List of functionalities that an EVSE is capable of. */\n capabilities?: Maybe<Array<Maybe<OCPICapability>>>;\n /** List of available connectors on an EVSE. */\n connectors?: Maybe<Array<Maybe<Connector>>>;\n /** Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. */\n floor_level?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a EVSE. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** A number/string printed on the outside of an EVSE for visual identification. */\n physical_reference?: Maybe<Scalars[\"String\"]>;\n /** Restrictions that apply to a parking spot. */\n parking_restrictions?: Maybe<Array<Maybe<OCPIParkingRestriction>>>;\n /** Links to images related to an EVSE such as photos or logos. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Timestamp when this EVSE or one of its Connectors was last updated (or created). */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Indicates if parking is free or paid. */\n parking_cost?: Maybe<ParkingCost>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** A GeoJSON Feature<Point> */\nexport type FeaturePoint = {\n /** Feature ID */\n id?: Maybe<Scalars[\"String\"]>;\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: Point;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** A GeoJSON Feature<Point> input */\nexport type FeaturePointInput = {\n /** The feature ID */\n id?: Maybe<Scalars[\"String\"]>;\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: PointInput;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** GeoJSON Feature type */\nexport enum FeatureType {\n FEATURE = \"Feature\"\n}\n\n/** Navigation service providers available */\nexport enum InstructionsFormat {\n /** Chargetrip raw instructions */\n CHARGETRIP = \"Chargetrip\",\n /** Mapbox instructions mapping */\n MAPBOXV5 = \"MapboxV5\"\n}\n\n/** Types of a leg */\nexport enum LegType {\n /** This leg ends at a charging station and the car must recharge */\n STATION = \"station\",\n /** This leg ends at a via charging station and the car must recharge */\n STATIONVIA = \"stationVia\",\n /** This leg ends at a via location */\n VIA = \"via\",\n /** This leg ends at the destination, and is the last leg of the route */\n FINAL = \"final\",\n /** This leg ends at the destination which is a charging station, and is the last leg of the route */\n STATIONFINAL = \"stationFinal\"\n}\n\n/** Preferred language for the mapping */\nexport enum MappingLanguage {\n /** English(US) */\n EN = \"en\"\n}\n\n/** Navigation service providers available */\nexport enum MappingProvider {\n /** Chargetrip raw instructions */\n CHARGETRIP = \"Chargetrip\",\n /** Mapbox instructions mapping */\n MAPBOXV5 = \"MapboxV5\"\n}\n\nexport type Mutation = {\n /** [BETA] Start a new navigation session on top of an existing route */\n startNavigation?: Maybe<Scalars[\"ID\"]>;\n /** [BETA] Update the navigation session */\n updateNavigation?: Maybe<Scalars[\"Void\"]>;\n /** [BETA] Recalculate the current navigation route */\n recalculateNavigation?: Maybe<Scalars[\"Void\"]>;\n /** [BETA] End a navigation session */\n finishNavigation?: Maybe<Scalars[\"Void\"]>;\n /**\n * Add a new review.\n * If the `x-token` header is send for a valid user, the review will belong to it, otherwise will be added for an anonymouse user\n */\n addReview: Review;\n /**\n * Remove a review added by an authenticated user.\n * The `x-token` header is mandatory in order to authorize the user who wants to remove a review.\n * In case it is not sent, an error will occur.\n * In case the review was not found or belongs to another user an error will occur.\n * This is a premium feature, contact Chargetrip for more information.\n */\n deleteUserReview: Review;\n /** Create a new route from the route input and its ID */\n newRoute?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type MutationstartNavigationArgs = {\n input: NavigationStartInput;\n};\n\nexport type MutationupdateNavigationArgs = {\n input: NavigationUpdateInput;\n};\n\nexport type MutationrecalculateNavigationArgs = {\n input: NavigationRecalculateInput;\n};\n\nexport type MutationfinishNavigationArgs = {\n input: NavigationFinishInput;\n};\n\nexport type MutationaddReviewArgs = {\n review: ReviewAdd;\n};\n\nexport type MutationdeleteUserReviewArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type MutationnewRouteArgs = {\n input?: Maybe<RequestInput>;\n};\n\n/** The navigation session data */\nexport type Navigation = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** The current route used for navigation */\n route_id?: Maybe<Scalars[\"String\"]>;\n /** The current route alternative used for navigation */\n route_alternative_id?: Maybe<Scalars[\"String\"]>;\n /** The state of a navigation session. The status can be driving, charging, finished, or error */\n state?: Maybe<NavigationState>;\n /** State of charge at the last known location */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Last known location */\n last_known_location?: Maybe<Point>;\n /** Next charging station */\n next_station?: Maybe<NavigationStation>;\n /** A set of alternative charging stations to next station */\n alternative_stations?: Maybe<Array<Maybe<NavigationStation>>>;\n /** Navigation instructions */\n instructions?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** The navigation session data */\nexport type NavigationinstructionsArgs = {\n instructions_format: InstructionsFormat;\n language?: Maybe<MappingLanguage>;\n precision?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation recalculate */\nexport type NavigationFinishInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** Current coordinates */\n current_location: PointInput;\n};\n\n/** Input for the navigation recalculate */\nexport type NavigationRecalculateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** State of charge at origin */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Origin location of a new route */\n current_location: PointInput;\n /** Via points of a new route. If this field is not sent, the original via points will be used */\n via?: Maybe<Array<Maybe<FeaturePointInput>>>;\n /** Heading of a vehicle, in degrees */\n heading?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Input for the navigation start */\nexport type NavigationStartInput = {\n /** ID of the route of the navigation session */\n route_id: Scalars[\"String\"];\n /** ID of the route alternative of the navigation session */\n route_alternative_id?: Maybe<Scalars[\"String\"]>;\n /** Current coordinates */\n current_location: PointInput;\n};\n\n/** State of navigation session */\nexport enum NavigationState {\n /** Vehicle is driving */\n DRIVING = \"driving\",\n /** Vehicle is charging */\n CHARGING = \"charging\",\n /** Navigation session is completed (either manually or automatically 48 hours after the last update) */\n FINISHED = \"finished\",\n /** Failed to update navigation session due to route error or not found */\n ERROR = \"error\"\n}\n\n/** Navigation session station type */\nexport type NavigationStation = {\n /** The ID as string of the charging station */\n station_id?: Maybe<Scalars[\"String\"]>;\n /** GPS location of the charging station */\n station_location?: Maybe<Point>;\n /** An array with all GPS locations of via points until the next charging station */\n via?: Maybe<Array<Maybe<Point>>>;\n /** Estimated state of charge, in kWh, at arrival on the next charging station */\n estimated_state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Estimated consumption, in kWh, from last the known location until the next charging station */\n estimated_consumption?: Maybe<Scalars[\"Float\"]>;\n /** Estimated duration, in seconds, from the last known location until the next charging station */\n estimated_duration?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation session update telemetry data */\nexport type NavigationTelemetryUpdateInput = {\n /** State of charge at the last known location */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if a vehicle is charging */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Tire pressure. This information should come from telemetry */\n tire_pressure?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Input for the navigation update */\nexport type NavigationUpdateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** Heading of a vehicle, in degrees */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** A list of locations that were collected since the last update */\n locations_data: Array<NavigationUpdateLocationsInput>;\n /** Telemetry data input */\n telemetry?: Maybe<NavigationTelemetryUpdateInput>;\n};\n\n/** Properties of the location */\nexport type NavigationUpdateLocationPropertiesInput = {\n /** Current route leg index corresponding to a location */\n route_leg: Scalars[\"Int\"];\n /** Speed at a location, in km/h */\n speed: Scalars[\"Float\"];\n /** UNIX timestamp at location, in seconds */\n timestamp: Scalars[\"Int\"];\n /** Altitude information, in meters. This is optional */\n altitude?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation update locations */\nexport type NavigationUpdateLocationsInput = {\n /** GPS location */\n geometry: PointInput;\n /** Extra information about the location */\n properties: NavigationUpdateLocationPropertiesInput;\n};\n\n/** This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84. */\nexport type OCPIAdditionalGeoLocation = {\n /** Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7} */\n latitude?: Maybe<Scalars[\"String\"]>;\n /** Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7} */\n longitude?: Maybe<Scalars[\"String\"]>;\n /** Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number. */\n name?: Maybe<OCPIDisplayText>;\n};\n\n/** The capabilities of an EVSE. */\nexport enum OCPICapability {\n /** The EVSE supports charging profiles. */\n CHARGING_PROFILE_CAPABLE = \"CHARGING_PROFILE_CAPABLE\",\n /** The EVSE supports charging preferences. */\n CHARGING_PREFERENCES_CAPABLE = \"CHARGING_PREFERENCES_CAPABLE\",\n /** EVSE has a payment terminal that supports chip cards. */\n CHIP_CARD_SUPPORT = \"CHIP_CARD_SUPPORT\",\n /** EVSE has a payment terminal that supports contactless cards. */\n CONTACTLESS_CARD_SUPPORT = \"CONTACTLESS_CARD_SUPPORT\",\n /** EVSE has a payment terminal that makes it possible to pay for charging using a credit card. */\n CREDIT_CARD_PAYABLE = \"CREDIT_CARD_PAYABLE\",\n /** EVSE has a payment terminal that makes it possible to pay for charging using a debit card. */\n DEBIT_CARD_PAYABLE = \"DEBIT_CARD_PAYABLE\",\n /** EVSE has a payment terminal with a pin-code entry device. */\n PED_TERMINAL = \"PED_TERMINAL\",\n /** The EVSE can remotely be started/stopped. */\n REMOTE_START_STOP_CAPABLE = \"REMOTE_START_STOP_CAPABLE\",\n /** The EVSE can be reserved. */\n RESERVABLE = \"RESERVABLE\",\n /** Charging at this EVSE can be authorized with an RFID token. */\n RFID_READER = \"RFID_READER\",\n /** This EVSE supports token groups, two or more tokens work as one, so that a session can be started with one token and stopped with another (handy when a card and key-fob are given to the EV-driver). */\n TOKEN_GROUP_CAPABLE = \"TOKEN_GROUP_CAPABLE\",\n /** Connectors have a mechanical lock that can be requested by the eMSP to be unlocked. */\n UNLOCK_CAPABLE = \"UNLOCK_CAPABLE\",\n /** When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object. */\n START_SESSION_CONNECTOR_REQUIRED = \"START_SESSION_CONNECTOR_REQUIRED\"\n}\n\n/** The format of the connector, whether it is a socket or a plug. */\nexport enum OCPIConnectorFormat {\n /** The connector is a socket; the EV user needs to bring a fitting plug. */\n SOCKET = \"SOCKET\",\n /** The connector is an attached cable; the EV users car needs to have a fitting inlet. */\n CABLE = \"CABLE\"\n}\n\n/** Deprecated: Please use ConnectorType instead */\nexport enum OCPIConnectorType {\n /** The connector type is CHAdeMO, DC */\n CHADEMO = \"CHADEMO\",\n /** Standard/domestic household, type \"A\", NEMA 1-15, 2 pins */\n DOMESTIC_A = \"DOMESTIC_A\",\n /** Standard/domestic household, type \"B\", NEMA 5-15, 3 pins */\n DOMESTIC_B = \"DOMESTIC_B\",\n /** Standard/domestic household, type \"C\", CEE 7/17, 2 pins */\n DOMESTIC_C = \"DOMESTIC_C\",\n /** Standard/domestic household, type \"D\", 3 pins */\n DOMESTIC_D = \"DOMESTIC_D\",\n /** Standard/domestic household, type \"E\", CEE 7/5 3 pins */\n DOMESTIC_E = \"DOMESTIC_E\",\n /** Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins */\n DOMESTIC_F = \"DOMESTIC_F\",\n /** Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins */\n DOMESTIC_G = \"DOMESTIC_G\",\n /** Standard/domestic household, type \"H\", SI-32, 3 pins */\n DOMESTIC_H = \"DOMESTIC_H\",\n /** Standard/domestic household, type \"I\", AS 3112, 3 pins */\n DOMESTIC_I = \"DOMESTIC_I\",\n /** Standard/domestic household, type \"J\", SEV 1011, 3 pins */\n DOMESTIC_J = \"DOMESTIC_J\",\n /** Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins */\n DOMESTIC_K = \"DOMESTIC_K\",\n /** Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins */\n DOMESTIC_L = \"DOMESTIC_L\",\n /** Standard/Domestic household, type \"M\", BS 546, 3 pins */\n DOMESTIC_M = \"DOMESTIC_M\",\n /** Standard/Domestic household, type \"N\", NBR 14136, 3 pins */\n DOMESTIC_N = \"DOMESTIC_N\",\n /** Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins */\n DOMESTIC_O = \"DOMESTIC_O\",\n /** IEC 60309-2 Industrial connector single phase 16 amperes (usually blue) */\n IEC_60309_2_SINGLE_16 = \"IEC_60309_2_single_16\",\n /** IEC 60309-2 Industrial connector three phase 16 amperes (usually red) */\n IEC_60309_2_THREE_16 = \"IEC_60309_2_three_16\",\n /** IEC 60309-2 Industrial connector three phase 32 amperes (usually red) */\n IEC_60309_2_THREE_32 = \"IEC_60309_2_three_32\",\n /** IEC 60309-2 Industrial connector three phase 64 amperes (usually red) */\n IEC_60309_2_THREE_64 = \"IEC_60309_2_three_64\",\n /** IEC 62196 Type 1 \"SAE J1772\" */\n IEC_62196_T1 = \"IEC_62196_T1\",\n /** Combo Type 1 based, DC */\n IEC_62196_T1_COMBO = \"IEC_62196_T1_COMBO\",\n /** IEC 62196 Type 2 \"Mennekes\" */\n IEC_62196_T2 = \"IEC_62196_T2\",\n /** Combo Type 2 based, DC */\n IEC_62196_T2_COMBO = \"IEC_62196_T2_COMBO\",\n /** IEC 62196 Type 3A */\n IEC_62196_T3A = \"IEC_62196_T3A\",\n /** IEC 62196 Type 3C \"Scame\" */\n IEC_62196_T3C = \"IEC_62196_T3C\",\n /** On-board bottom-up-pantograph typically for bus charging */\n PANTOGRAPH_BOTTOM_UP = \"PANTOGRAPH_BOTTOM_UP\",\n /** Off-board top-down-pantograph typically for bus charging */\n PANTOGRAPH_TOP_DOWN = \"PANTOGRAPH_TOP_DOWN\",\n /** Tesla connector \"Roadster\"-type (round, 4 pins) */\n TESLA_R = \"TESLA_R\",\n /** Tesla connector \"Model-S\"-type (oval, 5 pins) */\n TESLA_S = \"TESLA_S\",\n /** The connector type is GB_T (Chinese standard), DC */\n GB_T = \"GB_T\",\n /** The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC. */\n CHAOJI = \"CHAOJI\",\n /** The connector type is NEMA 5-20, 3 pins */\n NEMA_5_20 = \"NEMA_5_20\",\n /** The connector type is NEMA 6-30, 3 pins */\n NEMA_6_30 = \"NEMA_6_30\",\n /** The connector type is NEMA 6-50, 3 pins */\n NEMA_6_50 = \"NEMA_6_50\",\n /** The connector type is NEMA 10-30, 3 pins */\n NEMA_10_30 = \"NEMA_10_30\",\n /** The connector type is NEMA 10-50, 3 pins */\n NEMA_10_50 = \"NEMA_10_50\",\n /** The connector type is NEMA 14-30, 3 pins, rating of 30 A */\n NEMA_14_30 = \"NEMA_14_30\",\n /** The connector type is NEMA 14-50, 3 pins, rating of 50 A */\n NEMA_14_50 = \"NEMA_14_50\"\n}\n\nexport enum OCPIDayOfWeek {\n MONDAY = \"MONDAY\",\n TUESDAY = \"TUESDAY\",\n WEDNESDAY = \"WEDNESDAY\",\n THURSDAY = \"THURSDAY\",\n FRIDAY = \"FRIDAY\",\n SATURDAY = \"SATURDAY\",\n SUNDAY = \"SUNDAY\"\n}\n\nexport type OCPIDisplayText = {\n /** Language Code ISO 639-1 */\n language?: Maybe<Scalars[\"String\"]>;\n /** Text to be displayed to an end user. No markup, html etc. allowed. */\n text?: Maybe<Scalars[\"String\"]>;\n};\n\n/** This type is used to specify the energy mix and environmental impact of the supplied energy at a location or in a tariff. */\nexport type OCPIEnergyMix = {\n /** True if the power is 100% from regenerative sources */\n is_green_energy?: Maybe<Scalars[\"Boolean\"]>;\n /** Key-value pairs (enum + percentage) of energy sources of this location’s tariff. */\n energy_sources?: Maybe<Array<Maybe<OCPIEnergySource>>>;\n /** Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. */\n environ_impact?: Maybe<Array<Maybe<OCPIEnvironmentalImpact>>>;\n /** Name of the energy supplier, delivering the energy for this location or tariff.* */\n supplier_name?: Maybe<Scalars[\"String\"]>;\n /** Name of the energy suppliers product/tariff plan used at this location.* */\n energy_product_name?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OCPIEnergySource = {\n /** The type of energy source. */\n source?: Maybe<OCPIEnergySourceCategory>;\n /** Percentage of this source (0-100) in the mix. */\n percentage?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Categories of energy sources. */\nexport enum OCPIEnergySourceCategory {\n /** Nuclear power sources. */\n NUCLEAR = \"NUCLEAR\",\n /** All kinds of fossil power sources. */\n GENERAL_FOSSIL = \"GENERAL_FOSSIL\",\n /** Fossil power from coal. */\n COAL = \"COAL\",\n /** Fossil power from gas. */\n GAS = \"GAS\",\n /** All kinds of regenerative power sources. */\n GENERAL_GREEN = \"GENERAL_GREEN\",\n /** Regenerative power from PV. */\n SOLAR = \"SOLAR\",\n /** Regenerative power from wind turbines. */\n WIND = \"WIND\",\n /** Regenerative power from water turbines. */\n WATER = \"WATER\"\n}\n\n/** Amount of waste produced/emitted per kWh. */\nexport type OCPIEnvironmentalImpact = {\n /** The environmental impact category of this value. */\n category?: Maybe<OCPIEnvironmentalImpactCategory>;\n /** Amount of this portion in g/kWh. */\n amount?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Categories of environmental impact values. */\nexport enum OCPIEnvironmentalImpactCategory {\n /** Produced nuclear waste in grams per kilowatthour. */\n NUCLEAR_WASTE = \"NUCLEAR_WASTE\",\n /** Exhausted carbon dioxide in grams per kilowatthour. */\n CARBON_DIOXIDE = \"CARBON_DIOXIDE\"\n}\n\n/** Specifies one exceptional period for opening or access hours. */\nexport type OCPIExceptionalPeriod = {\n /** Begin of the exception. In UTC, time_zone field can be used to convert to local time. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the exception. In UTC, time_zone field can be used to convert to local time. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum OCPIFacility {\n /** A hotel. */\n HOTEL = \"HOTEL\",\n /** A restaurant. */\n RESTAURANT = \"RESTAURANT\",\n /** A cafe. */\n CAFE = \"CAFE\",\n /** A mall or shopping center. */\n MALL = \"MALL\",\n /** A supermarket. */\n SUPERMARKET = \"SUPERMARKET\",\n /** Sport facilities: gym, field etc. */\n SPORT = \"SPORT\",\n /** A recreation area. */\n RECREATION_AREA = \"RECREATION_AREA\",\n /** Located in, or close to, a park, nature reserve etc. */\n NATURE = \"NATURE\",\n /** A museum. */\n MUSEUM = \"MUSEUM\",\n /** A bike/e-bike/e-scooter sharing location. */\n BIKE_SHARING = \"BIKE_SHARING\",\n /** A bus stop. */\n BUS_STOP = \"BUS_STOP\",\n /** A taxi stand. */\n TAXI_STAND = \"TAXI_STAND\",\n /** A tram stop/station. */\n TRAM_STOP = \"TRAM_STOP\",\n /** A metro station. */\n METRO_STATION = \"METRO_STATION\",\n /** A train station. */\n TRAIN_STATION = \"TRAIN_STATION\",\n /** An airport. */\n AIRPORT = \"AIRPORT\",\n /** A parking lot. */\n PARKING_LOT = \"PARKING_LOT\",\n /** A carpool parking. */\n CARPOOL_PARKING = \"CARPOOL_PARKING\",\n /** A Fuel station. */\n FUEL_STATION = \"FUEL_STATION\",\n /** Wifi or other type of internet available. */\n WIFI = \"WIFI\"\n}\n\n/** This class defines the geo location of the Charge Point. The geodetic system to be used is WGS 84. */\nexport type OCPIGeoLocation = {\n /** Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7} */\n latitude?: Maybe<Scalars[\"String\"]>;\n /** Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7} */\n longitude?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Opening and access hours of the location. */\nexport type OCPIHours = {\n /** True to represent 24 hours a day and 7 days a week, except the given exceptions. */\n twentyfourseven?: Maybe<Scalars[\"Boolean\"]>;\n /** Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object. */\n regular_hours?: Maybe<Array<Maybe<OCPIRegularHours>>>;\n /** Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules. */\n exceptional_openings?: Maybe<Array<Maybe<OCPIExceptionalPeriod>>>;\n /** Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings. */\n exceptional_closings?: Maybe<Array<Maybe<OCPIExceptionalPeriod>>>;\n};\n\nexport type OCPIImage = {\n /** URL from where the image data can be fetched through a web browser. */\n url?: Maybe<Scalars[\"String\"]>;\n /** URL from where a thumbnail of the image can be fetched through a webbrowser. */\n thumbnail?: Maybe<Scalars[\"String\"]>;\n /** Category of an image */\n category?: Maybe<OCPIImageCategory>;\n /** Image type: gif, jpeg, png, svg */\n type?: Maybe<Scalars[\"String\"]>;\n /** Width of the full scale image */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height of the full scale image */\n height?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The category of an image to obtain the correct usage in a user presentation. The category has to be set accordingly to the image content in order to guarantee the right usage. */\nexport enum OCPIImageCategory {\n /** Photo of the physical device that contains one or more EVSEs. */\n CHARGER = \"CHARGER\",\n /** Location entrance photo. Should show the car entrance to the location from street side. */\n ENTRANCE = \"ENTRANCE\",\n /** Location overview photo. */\n LOCATION = \"LOCATION\",\n /** Logo of an associated roaming network to be displayed with the EVSE for example in lists, maps and detailed information views. */\n NETWORK = \"NETWORK\",\n /** Logo of the charge point operator, for example a municipality, to be displayed in the EVSEs detailed information view or in lists and maps, if no network logo is present. */\n OPERATOR = \"OPERATOR\",\n /** Other */\n OTHER = \"OTHER\",\n /** Logo of the charge point owner, for example a local store, to be displayed in the EVSEs detailed information view. */\n OWNER = \"OWNER\"\n}\n\n/** This value, if provided, represents the restriction to the parking spot for different purposes. */\nexport enum OCPIParkingRestriction {\n /** Reserved parking spot for electric vehicles. */\n EV_ONLY = \"EV_ONLY\",\n /** Parking is only allowed while plugged in (charging). */\n PLUGGED = \"PLUGGED\",\n /** Reserved parking spot for disabled people with valid ID. */\n DISABLED = \"DISABLED\",\n /** Parking spot for customers/guests only, for example in case of a hotel or shop. */\n CUSTOMERS = \"CUSTOMERS\",\n /** Parking spot only suitable for (electric) motorcycles or scooters. */\n MOTORCYCLES = \"MOTORCYCLES\"\n}\n\n/** Reflects the general type of the charge point’s location. May be used for user information. */\nexport enum OCPIParkingType {\n /** Location on a parking facility/rest area along a motorway, freeway, interstate, highway etc. */\n ALONG_MOTORWAY = \"ALONG_MOTORWAY\",\n /** Multistorey car park. */\n PARKING_GARAGE = \"PARKING_GARAGE\",\n /** A cleared area that is intended for parking vehicles, i.e. at supermarkets, bars, etc. */\n PARKING_LOT = \"PARKING_LOT\",\n /** Location is on the driveway of a house/building. */\n ON_DRIVEWAY = \"ON_DRIVEWAY\",\n /** Parking in public space along a street. */\n ON_STREET = \"ON_STREET\",\n /** Multistorey car park, mainly underground. */\n UNDERGROUND_GARAGE = \"UNDERGROUND_GARAGE\"\n}\n\nexport enum OCPIPowerType {\n /** AC single phase. */\n AC_1_PHASE = \"AC_1_PHASE\",\n /** AC three phase. */\n AC_3_PHASE = \"AC_3_PHASE\",\n /** AC two phases, only two of the three available phases connected. */\n AC_2_PHASE = \"AC_2_PHASE\",\n /** AC two phases using split phase system. */\n AC_2_PHASE_SPLIT = \"AC_2_PHASE_SPLIT\",\n /** Direct Current. */\n DC = \"DC\"\n}\n\nexport type OCPIPrice = {\n /** Price/Cost excluding VAT. */\n excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Price/Cost including VAT. */\n incl_vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type OCPIPriceComponent = {\n /** Type of tariff dimension. */\n type?: Maybe<OCPITariffDimensionType>;\n /** Price per unit (excl. VAT) for this tariff dimension. */\n price?: Maybe<Scalars[\"Float\"]>;\n /** Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here. */\n vat?: Maybe<Scalars[\"Float\"]>;\n /** Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed. */\n step_size?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Regular recurring operation or access hours. */\nexport type OCPIRegularHours = {\n /** Number of days in the week, from Monday (1) till Sunday (7) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]. */\n period_begin?: Maybe<Scalars[\"String\"]>;\n /** End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin. */\n period_end?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum OCPIReservationRestrictionType {\n /** Used in TariffElements to describe costs for a reservation. */\n RESERVATION = \"RESERVATION\",\n /** Used in TariffElements to describe costs for a reservation that expires (i.e. driver does not start a charging session before expiry_date of the reservation). */\n RESERVATION_EXPIRES = \"RESERVATION_EXPIRES\"\n}\n\n/** The status of an EVSE. */\nexport enum OCPIStatus {\n /** The EVSE/Connector is able to start a new charging session. */\n AVAILABLE = \"AVAILABLE\",\n /** The EVSE/Connector is not accessible because of a physical barrier, i.e. a car. */\n BLOCKED = \"BLOCKED\",\n /** The EVSE/Connector is in use. */\n CHARGING = \"CHARGING\",\n /** The EVSE/Connector is not yet active or it is no longer available (deleted). */\n INOPERATIVE = \"INOPERATIVE\",\n /** The EVSE/Connector is currently out of order. */\n OUTOFORDER = \"OUTOFORDER\",\n /** The EVSE/Connector is planned, will be operating soon. */\n PLANNED = \"PLANNED\",\n /** The EVSE/Connector was discontinued/removed. */\n REMOVED = \"REMOVED\",\n /** The EVSE/Connector is reserved for a particular EV driver and is unavailable for other drivers. */\n RESERVED = \"RESERVED\",\n /** No status information available (also used when offline). */\n UNKNOWN = \"UNKNOWN\"\n}\n\n/** This type is used to schedule status periods in the future. The eMSP can provide this information to the EV user for trip planning purposes. A period MAY have no end. Example: \"This station will be running as of tomorrow. Today it is still planned and under construction. */\nexport type OCPIStatusSchedule = {\n /** Begin of the scheduled period. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the scheduled period, if known. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n /** Status value during the scheduled period. */\n status?: Maybe<OCPIStatus>;\n};\n\nexport type OCPITariff = {\n /** ISO-3166 alpha-2 country code of the CPO that owns this tariff */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of the CPO that owns this tariff (following the ISO-15118 standard) */\n party_id?: Maybe<Scalars[\"String\"]>;\n /** Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms) */\n id?: Maybe<Scalars[\"String\"]>;\n /** ISO-4217 code of the currency of this tariff. */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions */\n type?: Maybe<OCPITariffType>;\n /** List of alternative tariff information texts, in multiple languages */\n tariff_alt_text?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** URL to a web page that contains an explanation of the tariff information in human readable form */\n tariff_alt_url?: Maybe<Scalars[\"String\"]>;\n /** When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount */\n min_price?: Maybe<OCPIPrice>;\n /** When this field is set, a charging session with this tariff will NOT cost more than this amount */\n max_price?: Maybe<OCPIPrice>;\n /** List of tariff elements */\n elements?: Maybe<Array<Maybe<OCPITariffElement>>>;\n /** Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active */\n start_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future */\n end_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Details about the energy supplied with this tariff */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when this tariff was last updated (or created) */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum OCPITariffDimensionType {\n /** Defined in kWh, step_size multiplier: 1 Wh */\n ENERGY = \"ENERGY\",\n /** Flat fee without unit for step_size */\n FLAT = \"FLAT\",\n /** Time not charging: defined in hours, step_size multiplier: 1 second */\n PARKING_TIME = \"PARKING_TIME\",\n /** Time charging: defined in hours, step_size multiplier: 1 second Can also be used in combination with a RESERVATION restriction to describe the price of the reservation time. */\n TIME = \"TIME\"\n}\n\nexport type OCPITariffElement = {\n /** List of price components that describe the pricing of a tariff. */\n price_components?: Maybe<Array<Maybe<OCPIPriceComponent>>>;\n /** Restrictions that describe the applicability of a tariff. */\n restrictions?: Maybe<Array<Maybe<OCPITariffRestrictions>>>;\n};\n\nexport type OCPITariffRestrictions = {\n /** Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9] */\n start_time?: Maybe<Scalars[\"String\"]>;\n /** End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time. */\n end_time?: Maybe<Scalars[\"String\"]>;\n /** Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) */\n start_date?: Maybe<Scalars[\"String\"]>;\n /** End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date */\n end_date?: Maybe<Scalars[\"String\"]>;\n /** Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used */\n min_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used */\n max_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value */\n min_current?: Maybe<Scalars[\"Float\"]>;\n /** Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value */\n max_current?: Maybe<Scalars[\"Float\"]>;\n /** Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value */\n min_power?: Maybe<Scalars[\"Float\"]>;\n /** Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value */\n max_power?: Maybe<Scalars[\"Float\"]>;\n /** Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active */\n min_duration?: Maybe<Scalars[\"Float\"]>;\n /** Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active */\n max_duration?: Maybe<Scalars[\"Float\"]>;\n /** Which day(s) of the week this tariff element is active. */\n day_of_week?: Maybe<OCPIDayOfWeek>;\n /** When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation */\n reservation?: Maybe<OCPIReservationRestrictionType>;\n};\n\nexport enum OCPITariffType {\n /** Used to describe that a tariff is valid when ad-hoc payment is used at the charge point (for example: Debit or Credit card payment terminal) */\n AD_HOC_PAYMENT = \"AD_HOC_PAYMENT\",\n /** Used to describe that a tariff is valid when charging preference: CHEAP is set for the session */\n PROFILE_CHEAP = \"PROFILE_CHEAP\",\n /** Used to describe that a tariff is valid when charging preference: FAST is set for the session */\n PROFILE_FAST = \"PROFILE_FAST\",\n /** Used to describe that a tariff is valid when charging preference: GREEN is set for the session */\n PROFILE_GREEN = \"PROFILE_GREEN\",\n /** Used to describe that a tariff is valid when using an RFID, without any charging preference, or when charging preference: REGULAR is set for the session */\n REGULAR = \"REGULAR\"\n}\n\n/** The operator data which extends OCPI BusinessDetails */\nexport type Operator = {\n /** Unique operator ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of an operator provided by the operator data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Name of an operator */\n name?: Maybe<Scalars[\"String\"]>;\n /** Link to an operator’s website */\n website?: Maybe<Scalars[\"String\"]>;\n /** Image link to an operator’s logo */\n logo?: Maybe<OCPIImage>;\n /** Deprecated: Not used anymore, please use countries property instead */\n country?: Maybe<Scalars[\"String\"]>;\n /** ISO-3166 alpha-2 country codes an operator is active in. */\n countries?: Maybe<Array<CountryCodeAlpha2>>;\n /** Contact information */\n contact?: Maybe<Contact>;\n /** Ranking level on which the operator is placed or null in case the operator is not on any ranking level */\n ranking?: Maybe<Scalars[\"Int\"]>;\n /** Flag which indicates if the operator is in the excluded list */\n excluded?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Filter which can be applied to retrieve the operator list action */\nexport type OperatorListFilter = {\n /** ISO-3166 alpha-2 country codes an operator is active in. */\n countries?: Maybe<Array<CountryCodeAlpha2>>;\n /** List of ranking level(s) to be retrieved. Valid values are 1 to 10 */\n ranking?: Maybe<Array<Scalars[\"Int\"]>>;\n /** Only retrieve operators that are in the excluded list */\n excluded?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Filter which can be applied to retrieve the operator list action */\nexport type OperatorListQuery = {\n /** Unique operator ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of an operator provided by an operator data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Exact name */\n name?: Maybe<Scalars[\"String\"]>;\n /** Exact country code */\n country?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum ParkingCost {\n /** Parking is free */\n FREE = \"free\",\n /** Parking includes a fee */\n PAID = \"paid\"\n}\n\nexport type PathSegment = {\n /** Elevation (altitude) in meters */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Average speed, in km/h, for this route path segment */\n averageSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh, of a route path segment */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh per km, of a route path segment */\n consumptionPerKm?: Maybe<Scalars[\"Float\"]>;\n /** Distance, in meters, of a route path segment */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Duration, in seconds, of a route path segment */\n duration?: Maybe<Scalars[\"Float\"]>;\n /** State of charge, in kWh, of a route path segment */\n stateOfCharge?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** A GeoJSON Point */\nexport type Point = {\n /** Point type */\n type: PointType;\n /** The coordinates array with longitude as first value and latitude as second one */\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\n/** A GeoJSON Point input */\nexport type PointInput = {\n /** Point type */\n type: PointType;\n /** Coordinates [longitude, latitude] */\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\n/** GeoJSON Point type */\nexport enum PointType {\n POINT = \"Point\"\n}\n\n/** The list of powers for the speed type */\nexport type PowerList = {\n /** The maximum power the plug provides in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /** The total number of stations with the specified power */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Power stats model */\nexport type PowerStats = {\n /** The charging speed type for the specified power */\n type?: Maybe<StationSpeedType>;\n /** The list of powers for the speed type */\n powers?: Maybe<Array<Maybe<PowerList>>>;\n};\n\n/** The price model */\nexport type Price = {\n /** The value of the price */\n value?: Maybe<Scalars[\"String\"]>;\n /** The currency of the price */\n currency?: Maybe<Scalars[\"String\"]>;\n /** The pricing model */\n model?: Maybe<Scalars[\"String\"]>;\n /** The value of the price which should be display by the frontend */\n displayValue?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Pricing = {\n /** Unique ID of a price */\n id?: Maybe<Scalars[\"String\"]>;\n /** Price details */\n price_list?: Maybe<Array<Maybe<PricingList>>>;\n};\n\nexport type PricingList = {\n /** (MSP) Mobility Service Provider */\n partner?: Maybe<Scalars[\"String\"]>;\n /** Product details */\n product?: Maybe<PricingListProduct>;\n /** Price product elements */\n elements?: Maybe<Array<Maybe<PricingListElement>>>;\n};\n\nexport type PricingListElement = {\n /** Price element type. */\n type?: Maybe<PricingListElementType>;\n /** Price of the element type without VAT. */\n price_excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** VAT percentage to apply */\n vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport enum PricingListElementType {\n /** Price per kWh */\n ENERGY = \"ENERGY\",\n /** Starting price, fixed fee per charge session */\n FLAT = \"FLAT\",\n /** Fixed price per hour */\n TIME = \"TIME\",\n /** Parking price per hour */\n PARKING_TIME = \"PARKING_TIME\"\n}\n\nexport type PricingListProduct = {\n /** Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price */\n name?: Maybe<Scalars[\"String\"]>;\n /** Description of the product */\n description?: Maybe<Scalars[\"String\"]>;\n /** Subscription type */\n subscription_type?: Maybe<Scalars[\"String\"]>;\n /** Subscription fee without VAT */\n subscription_fee_excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Currency */\n currency?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Query = {\n /** Get a full list of amenities around a station */\n amenityList?: Maybe<Array<Maybe<Amenity>>>;\n /** Get information about a car by its ID */\n car?: Maybe<Car>;\n /** Car premium data provides even more information about your car: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data. */\n carPremium?: Maybe<CarPremium>;\n /** Get a full list of cars */\n carList?: Maybe<Array<Maybe<CarList>>>;\n /** [BETA] Get a navigation session by ID */\n navigation?: Maybe<Navigation>;\n /** Get a full list of operators */\n operatorList?: Maybe<Array<Maybe<Operator>>>;\n /** Get information about an operator by its ID */\n operator?: Maybe<Operator>;\n /** Get all reviews of a station by the station ID */\n reviewList?: Maybe<Array<Review>>;\n /**\n * Get all reviews of stations that were added by an authenticated user.\n * The `x-token` header is mandatory in order to authorize the user who wants to retrieve all the reviews added by him/her.\n * This is a premium feature, contact Chargetrip for more information.\n */\n userReviewList?: Maybe<Array<Review>>;\n /** Get a route by ID */\n route?: Maybe<Route>;\n /** Retrieve information about a route path segment */\n routePath?: Maybe<RoutePath>;\n /** Get the station statistics */\n stationStats?: Maybe<StationStats>;\n /** Get information about a station by its ID */\n station?: Maybe<Station>;\n /** Get a full list of stations */\n stationList?: Maybe<Array<Maybe<Station>>>;\n /** Search for stations around a GeoJSON point with a specific distance in meters */\n stationAround?: Maybe<Array<Maybe<Station>>>;\n /** Get information about a tariff by the tariff ID */\n tariff?: Maybe<OCPITariff>;\n /** Get the full list of tariffs */\n tariffList?: Maybe<Array<Maybe<OCPITariff>>>;\n /** Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field. */\n navigationMapping?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type QueryamenityListArgs = {\n stationId: Scalars[\"ID\"];\n};\n\nexport type QuerycarArgs = {\n id?: Maybe<Scalars[\"ID\"]>;\n externalId?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerycarPremiumArgs = {\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type QuerycarListArgs = {\n query?: Maybe<CarListQuery>;\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<CarListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerynavigationArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryoperatorListArgs = {\n query?: Maybe<OperatorListQuery>;\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<OperatorListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryoperatorArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryreviewListArgs = {\n stationId: Scalars[\"ID\"];\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryuserReviewListArgs = {\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryrouteArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryroutePathArgs = {\n id: Scalars[\"ID\"];\n location: PointInput;\n alternativeId?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type QuerystationArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QuerystationListArgs = {\n query?: Maybe<StationListQuery>;\n filter?: Maybe<StationListFilter>;\n search?: Maybe<Scalars[\"String\"]>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerystationAroundArgs = {\n query?: Maybe<StationAroundQuery>;\n filter?: Maybe<StationAroundFilter>;\n search?: Maybe<Scalars[\"String\"]>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerytariffArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QuerytariffListArgs = {\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerynavigationMappingArgs = {\n id: Scalars[\"ID\"];\n provider: MappingProvider;\n precision?: Maybe<Scalars[\"Int\"]>;\n language?: Maybe<MappingLanguage>;\n};\n\n/** EV specific data for a route request */\nexport type RequestEv = {\n /** Internal ID of a Car */\n id?: Maybe<Scalars[\"ID\"]>;\n /** EV battery specific data */\n battery?: Maybe<RequestEvBattery>;\n /** Supported plugs for an EV */\n plugs?: Maybe<Array<Maybe<RequestEvPlug>>>;\n /** Supported adapters of plugs for an EV */\n adapters?: Maybe<Array<Maybe<RequestEvPlug>>>;\n /** Minimum desired power of chargers */\n minPower?: Maybe<Scalars[\"Int\"]>;\n /** Climate is on. The default is true */\n climate?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * The number of passengers on board\n * @deprecated In favor of occupants\n */\n numberOfPassengers?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Consumption specific to an EV or inputed by a request */\n consumption?: Maybe<RequestEvConsumption>;\n};\n\nexport type RequestEvBattery = {\n /** Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh */\n capacity?: Maybe<RequestEvBatteryValue>;\n /** Usable capacity of a battery, in kWh. This value is computed from the provided capacity value */\n capacityKwh?: Maybe<Scalars[\"Float\"]>;\n /** Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh */\n stateOfCharge?: Maybe<RequestEvBatteryValue>;\n /** Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge */\n stateOfChargeKwh?: Maybe<Scalars[\"Float\"]>;\n /** Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh */\n finalStateOfCharge?: Maybe<RequestEvBatteryValue>;\n /** Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge */\n finalStateOfChargeKwh?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvBatteryInput = {\n /** Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car batteryUsableKwh */\n capacity?: Maybe<RequestEvBatteryInputValue>;\n /** Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh */\n stateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n /** Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh */\n finalStateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n};\n\nexport type RequestEvBatteryInputValue = {\n /** Value of a desired final amount of energy in a battery */\n value: Scalars[\"Float\"];\n /** Type of a desired final amount of energy in a battery */\n type: BatteryInputType;\n};\n\nexport type RequestEvBatteryValue = {\n /** Value of the desired final amount of energy in a battery */\n value: Scalars[\"Float\"];\n /** Type of the desired final amount of energy in a battery */\n type: BatteryInputType;\n};\n\nexport type RequestEvConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumption>;\n /** The consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumption>;\n /** The consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarConsumption>;\n};\n\nexport type RequestEvConsumptionInput = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumptionInput>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumptionInput>;\n /** Consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarConsumptionInput>;\n};\n\nexport type RequestEvInput = {\n /** Internal ID of a Car */\n id: Scalars[\"ID\"];\n /** The EV battery specific data */\n battery?: Maybe<RequestEvBatteryInput>;\n /** Supported plugs of an EV */\n plugs?: Maybe<Array<Maybe<RequestEvPlugInput>>>;\n /** Supported adapters of plugs of an EV */\n adapters?: Maybe<Array<Maybe<RequestEvPlugInput>>>;\n /** Minimum desired power of chargers */\n minPower?: Maybe<Scalars[\"Int\"]>;\n /** Flag which indicates if the climate is on. The default is true */\n climate?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Consumption specific to the EV or inputted by the request */\n consumption?: Maybe<RequestEvConsumptionInput>;\n /** Deprecated */\n auxConsumption?: Maybe<Scalars[\"Float\"]>;\n /** Deprecated */\n bmsConsumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvPlug = {\n /** Type of the plug */\n standard?: Maybe<ConnectorType>;\n /** Maximum charging speed for a plug */\n chargingPower?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvPlugInput = {\n /** Type of a plug */\n standard: ConnectorType;\n /** Maximum charging speed for this plug */\n chargingPower: Scalars[\"Float\"];\n};\n\nexport type RequestInput = {\n /** EV specific data for a route request */\n ev: RequestEvInput;\n /** Route request data */\n routeRequest: RequestRouteInput;\n};\n\nexport type RequestRoute = {\n /** Desired amenities near the stations, within a 1 km radius */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /**\n * Requested operators\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorIds?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /**\n * Preferred operators are required. In case there are no preferred operators the route cannot be calculated\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorRequired?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Encourage the route to use preferred operators. In case there are no preferred operators the route can still be calculated\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorPrefer?: Maybe<Scalars[\"Boolean\"]>;\n /** Operator prioritization for a route */\n operators?: Maybe<RouteOperators>;\n /** Season */\n season?: Maybe<RouteSeason>;\n /** Percentage for the minimum limit of the battery capacity before a recharge. The value should be between 0 and 60, with a default of 10% */\n safeRiskMargin?: Maybe<Scalars[\"Int\"]>;\n /** Origin of a route */\n origin?: Maybe<FeaturePoint>;\n /** Destination of a route */\n destination?: Maybe<FeaturePoint>;\n /** Locations where a route will stop */\n via?: Maybe<Array<Maybe<FeaturePoint>>>;\n /** Radius in meters for alternative stations along a route (min 500 - max 5000) */\n stationsAlongRouteRadius?: Maybe<Scalars[\"Int\"]>;\n /** Flag indicating wether the turn-by-turn navigation instructions should be prepared. Disclaimer: The functionality is under active development and the final API is a subject to change. Not ready for production */\n instructions?: Maybe<Scalars[\"Boolean\"]>;\n /** Mode that indicates if we optimize the charging time or always charge to the maximum capacity */\n chargeMode?: Maybe<ChargeMode>;\n};\n\nexport type RequestRouteInput = {\n /** A list of desired amenities near the stations, with a 1 km radius */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Deprecated: in favor of operators. A list of requested operators */\n operatorIds?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Deprecated: in favor of operators. Flag which indicates if the operators are required */\n operatorRequired?: Maybe<Scalars[\"Boolean\"]>;\n /** Deprecated: in favor of operators. Flag which indicates if the preferred operators should be loaded */\n operatorPrefer?: Maybe<Scalars[\"Boolean\"]>;\n /** Operator prioritization for a route */\n operators?: Maybe<RouteOperatorsInput>;\n /** Optional flag to specify the season */\n season?: Maybe<RouteSeason>;\n /** Percentage for a minimum limit of a battery capacity before a recharge. The value should be between 0 and 60, with a default of 10% */\n safeRiskMargin?: Maybe<Scalars[\"Int\"]>;\n /** Mode that indicates if we optimize the charging time or always charge to the maximum capacity */\n chargeMode?: Maybe<ChargeMode>;\n /** Origin of a route */\n origin: FeaturePointInput;\n /** Destination of a route */\n destination: FeaturePointInput;\n /** An optional list of locations where we should stop */\n via?: Maybe<Array<Maybe<FeaturePointInput>>>;\n /** Alternative stations along a route within a specified radius in meters (minimum 500, maximum 5000) */\n stationsAlongRouteRadius?: Maybe<Scalars[\"Int\"]>;\n /** Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored */\n instructions?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type RequestUser = {\n /** ID of the user */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\n/** The review model */\nexport type Review = {\n /** ID of a review */\n id: Scalars[\"ID\"];\n /** Station for which a review was provided */\n station?: Maybe<Station>;\n /** User who added a review. If a review was added by an anonymous user, this will be null */\n user?: Maybe<ReviewUser>;\n /** Rating of a review */\n rating?: Maybe<Scalars[\"Int\"]>;\n /** Message of a review */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** Car that was provided/selected by a user */\n ev?: Maybe<Car>;\n /** Plug type that was provided/selected by a user */\n plugType?: Maybe<ConnectorType>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTags>;\n /** Date and time when a review was created */\n createdAt?: Maybe<Scalars[\"String\"]>;\n /** Date and time when a review was updated */\n updatedAt?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Form input to add a new review */\nexport type ReviewAdd = {\n /** Station ID for which a review is provided */\n stationId: Scalars[\"String\"];\n /** Rating of a review */\n rating: Scalars[\"Int\"];\n /** Review message */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** ID of the Car that was provided/selected by a user */\n ev?: Maybe<Scalars[\"String\"]>;\n /** Plug type that was provided/selected by a user */\n plugType?: Maybe<ConnectorType>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTagsInput>;\n};\n\n/** Form input for edit an existing review */\nexport type ReviewEdit = {\n /** Rating of a review */\n rating: Scalars[\"Int\"];\n /** Review message */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTagsInput>;\n};\n\n/** Statistical information for reviews of a station */\nexport type ReviewStats = {\n /** Average of all reviews */\n rating?: Maybe<Scalars[\"Float\"]>;\n /** 'Total number of reviews */\n count?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Boolean tags for the station review */\nexport type ReviewTags = {\n /** Flag which indicates if the station was working when the review was added */\n working?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag which indicates if the user recommended the station when the review was added */\n recommended?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Boolean tags for a station review */\nexport type ReviewTagsInput = {\n /** Flag which indicates if a station was working when the review was added */\n working?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag which indicates if a user recommended a station when the review was added */\n recommended?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Special format for the user of a review */\nexport type ReviewUser = {\n /** User full name. If a review was added by an anonymous user, this will be null */\n name?: Maybe<Scalars[\"String\"]>;\n /**\n * User ID\n * @deprecated Not sent back anymore, will be null\n */\n id?: Maybe<Scalars[\"ID\"]>;\n /**\n * First name\n * @deprecated Please use name instead\n */\n firstName?: Maybe<Scalars[\"String\"]>;\n /**\n * Last name\n * @deprecated Please use name instead\n */\n lastName?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Route = {\n /** Recommended route */\n route?: Maybe<RouteAlternative>;\n /** Available alternatives */\n alternatives?: Maybe<Array<Maybe<RouteAlternative>>>;\n /** EV specific data for a route request */\n ev?: Maybe<RequestEv>;\n /** @deprecated You will receive null values */\n user?: Maybe<RequestUser>;\n /** Route request data */\n routeRequest?: Maybe<RequestRoute>;\n /** Application who requested a route */\n app?: Maybe<RouteApp>;\n /** Route status */\n status?: Maybe<RouteStatus>;\n};\n\nexport type RouteAlternative = {\n /** ID of a route alternative */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Type of alternative route */\n type?: Maybe<RouteAlternativeType>;\n /** Number of charges along a route */\n charges?: Maybe<Scalars[\"Int\"]>;\n /** Number of available charges along a route */\n chargesAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupied charges along a route */\n chargesOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of unknown charges along a route */\n chargesUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of out of order charges along a route */\n chargesOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total distance of a route in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total duration of a route, including charge time, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total energy used for a route in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Total time required to charge for an entire route, in seconds */\n chargeTime?: Maybe<Scalars[\"Float\"]>;\n /**\n * Amenity ranking for an alternative\n * @deprecated Will be removed in the future\n */\n amenityRanking?: Maybe<Scalars[\"Int\"]>;\n /** Range, in meters, available at the beginning of a trip */\n rangeStart?: Maybe<Scalars[\"Int\"]>;\n /** Total energy in a battery at the beginning of a trip, in kWh */\n rangeStartKwh?: Maybe<Scalars[\"Float\"]>;\n /** Total energy in a battery at the beginning of a trip, in percentage */\n rangeStartPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, in meters, at the end of a trip */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, energy in kWh, at the end of a trip */\n rangeEndKwh?: Maybe<Scalars[\"Float\"]>;\n /** Remaining range, energy in percentage, at the end of a trip */\n rangeEndPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Text information about a route direction */\n via?: Maybe<Scalars[\"String\"]>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Path elevation, distance, duration, consumption and speed values, grouped into 100 segments */\n pathPlot?: Maybe<Array<Maybe<PathSegment>>>;\n /**\n * Elevation values. Each elevationPlot has a hundred points, independent of the length of a route\n * @deprecated Will be removed in the future; Use the pathPlot property\n */\n elevationPlot?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Total number of meters which are going up on a route */\n elevationUp?: Maybe<Scalars[\"Float\"]>;\n /** Total number of meters which are going down on a route */\n elevationDown?: Maybe<Scalars[\"Float\"]>;\n /** Highest value from the elevation array */\n elevationMax?: Maybe<Scalars[\"Float\"]>;\n /** Money and CO2 saving information */\n saving?: Maybe<RouteAlternativeSaving>;\n /** Legs of the route */\n legs?: Maybe<Array<Maybe<RouteLeg>>>;\n /** List of raw turn-by-turn navigation instructions */\n instructions?: Maybe<Array<Maybe<RouteInstruction>>>;\n /** Alternative stations along a route within specified radius in meters. Only if it was provided at newRoute mutation */\n stationsAlongRoute?: Maybe<Array<Maybe<RouteStationsAlong>>>;\n /** Tags of a route alternative. Values: road, highway, toll, ferry, etc. */\n tags?: Maybe<Array<Maybe<RouteTagType>>>;\n};\n\nexport type RouteAlternativepolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteAlternativeSaving = {\n /** Total amount of CO2, in grams, which would be used with a petrol vehicle */\n co2?: Maybe<Scalars[\"String\"]>;\n /** Money saved by a user driving this route with the electric vehicle */\n money?: Maybe<Scalars[\"String\"]>;\n /** Currency */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Average gas price with which the calculation was made */\n averageGasPrice?: Maybe<Scalars[\"String\"]>;\n /** Average energy price with which the calculation was made */\n averageEnergyPrice?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Types of an alternative route */\nexport enum RouteAlternativeType {\n /** Fastest route between origin and destination */\n FASTEST = \"fastest\",\n /** Best matching route based on operator and amenities preferences */\n BESTMATCHING = \"bestMatching\",\n /** An alternative to the fastest route */\n ALTERNATIVE = \"alternative\"\n}\n\nexport type RouteApp = {\n /** ID of the app who requested a route */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type RouteInstruction = {\n /** Information about the points on the polyline */\n points?: Maybe<RouteInstructionPoints>;\n /** Sign of the instruction. See `RouteInstructionSign` */\n sign?: Maybe<RouteInstructionSign>;\n /** Name of the street on which the instruction is */\n name?: Maybe<Scalars[\"String\"]>;\n /** Distance, in meters, of the current route instruction */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Duration, in seconds, of the current route instruction */\n time?: Maybe<Scalars[\"Int\"]>;\n /** Exit number on a roundabout. This field exists only on sign `USE_ROUNDABOUT` (6), otherwise is null */\n exit_number?: Maybe<Scalars[\"Int\"]>;\n /** Curvature angle between the roundabout and street you exit the roundabout. This field exists only on sign USE_ROUNDABOUT (6), otherwise is null */\n turn_angle?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteInstructionPoints = {\n /** Number of polyline points which are included in this instruction */\n size?: Maybe<Scalars[\"Int\"]>;\n /** The interval of points that are included in this instruction, an array with 2 values, where the first value is the index of the polyline where the interval starts. The second value is where it ends */\n interval?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\n/** Sign belonging to the instruction indicating the main maneuver */\nexport enum RouteInstructionSign {\n UNKNOWN = \"UNKNOWN\",\n U_TURN_UNKNOWN = \"U_TURN_UNKNOWN\",\n U_TURN_LEFT = \"U_TURN_LEFT\",\n KEEP_LEFT = \"KEEP_LEFT\",\n LEAVE_ROUNDABOUT = \"LEAVE_ROUNDABOUT\",\n TURN_SHARP_LEFT = \"TURN_SHARP_LEFT\",\n TURN_LEFT = \"TURN_LEFT\",\n TURN_SLIGHT_LEFT = \"TURN_SLIGHT_LEFT\",\n CONTINUE_ON_STREET = \"CONTINUE_ON_STREET\",\n TURN_SLIGHT_RIGHT = \"TURN_SLIGHT_RIGHT\",\n TURN_RIGHT = \"TURN_RIGHT\",\n TURN_SHARP_RIGHT = \"TURN_SHARP_RIGHT\",\n FINISH = \"FINISH\",\n REACHED_VIA = \"REACHED_VIA\",\n REACHED_CHARGING_STATION = \"REACHED_CHARGING_STATION\",\n USE_ROUNDABOUT = \"USE_ROUNDABOUT\",\n KEEP_RIGHT = \"KEEP_RIGHT\",\n U_TURN_RIGHT = \"U_TURN_RIGHT\",\n PT_START_TRIP = \"PT_START_TRIP\",\n PT_TRANSFER = \"PT_TRANSFER\",\n PT_END_TRIP = \"PT_END_TRIP\",\n IGNORE = \"IGNORE\"\n}\n\nexport type RouteLeg = {\n /** ID of a leg */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Distance from the start to the end of a leg, in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total drive time from the start to the end of a leg, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total energy used in a leg in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Range, in meters, available at the beginning of a leg */\n rangeStart?: Maybe<Scalars[\"Int\"]>;\n /** Total energy in a battery at the beginning of a leg, in kWh */\n rangeStartKwh?: Maybe<Scalars[\"Float\"]>;\n /** Total energy in a battery at the beginning of a trip, in percentage */\n rangeStartPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Range, in meters, available at the end of a leg */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Total energy left in a battery at the end of a leg, in kWh */\n rangeEndKwh?: Maybe<Scalars[\"Float\"]>;\n /** Remaining range, energy in percentage, at the end of a trip */\n rangeEndPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Origin point location */\n origin?: Maybe<FeaturePoint>;\n /** Destination point location */\n destination?: Maybe<FeaturePoint>;\n /** Type of a leg */\n type?: Maybe<LegType>;\n /** Name of a destination. This is the station name in case a user should charge or the name of the location in case this was provided */\n name?: Maybe<Scalars[\"String\"]>;\n /** ID of a station */\n stationId?: Maybe<Scalars[\"String\"]>;\n /** ID of an operator */\n operatorId?: Maybe<Scalars[\"String\"]>;\n /** Name of an operator */\n operatorName?: Maybe<Scalars[\"String\"]>;\n /** Ranking of an operator */\n operatorRanking?: Maybe<Scalars[\"Int\"]>;\n /** Total time required to charge a battery until 80%, in seconds */\n chargeTime?: Maybe<Scalars[\"Int\"]>;\n /** Recommended EVSE where to charge */\n evse?: Maybe<EVSE>;\n /** Recommended connector for charging */\n connector?: Maybe<Connector>;\n /** Number of available plugs at a station */\n plugsAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupied plugs at a charge station */\n plugsOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of unknown plugs at a charge station */\n plugsUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of out of order plugs at a charge station */\n plugsOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total number of plugs at a charge station */\n plugsCount?: Maybe<Scalars[\"Int\"]>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Steps of a leg */\n steps?: Maybe<Array<Maybe<RouteStep>>>;\n /** Tags of a leg. Values: road, highway, toll, ferry */\n tags?: Maybe<Array<Maybe<RouteTagType>>>;\n};\n\nexport type RouteLegpolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Prioritized operators for a route calculation */\nexport type RouteOperators = {\n /** Flag indicating if the operators ranking should be preferred or required */\n type?: Maybe<RouteOperatorsType>;\n /** Ranking of an operator with multiple levels, each level having it's own penalty value */\n ranking?: Maybe<RouteOperatorsRanking>;\n /** Operator IDs which should be excluded from a route */\n exclude?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Prioritized operators for a route calculation */\nexport type RouteOperatorsInput = {\n /** Flag indicating if the operators ranking should be preferred or required */\n type?: Maybe<RouteOperatorsType>;\n /** Ranking of an operator with multiple levels, each level having it's own penalty value */\n ranking?: Maybe<RouteOperatorsRankingInput>;\n /** Operator IDs which should be excluded from a route */\n exclude?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Ranking configuration for prioritized operators */\nexport type RouteOperatorsRanking = {\n /** Level 1 (most significant) for operator ranking */\n level1?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 2 for operator ranking */\n level2?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 3 for operator ranking */\n level3?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 4 for operator ranking */\n level4?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 5 for operator ranking */\n level5?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 6 for operator ranking */\n level6?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 7 for operator ranking */\n level7?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 8 for operator ranking */\n level8?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 9 for operator ranking */\n level9?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 10 (least significant) for operator ranking */\n level10?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Ranking configuration for prioritized operators */\nexport type RouteOperatorsRankingInput = {\n /** Level 1 (most significant) for operator ranking */\n level1?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 2 for operator ranking */\n level2?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 3 for operator ranking */\n level3?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 4 for operator ranking */\n level4?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 5 for operator ranking */\n level5?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 6 for operator ranking */\n level6?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 7 for operator ranking */\n level7?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 8 for operator ranking */\n level8?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 9 for operator ranking */\n level9?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 10 (least significant) for operator ranking */\n level10?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Type of operator prioritization for a route */\nexport enum RouteOperatorsType {\n /** Default option. Operators ranking will not be taken into account if no type is given */\n NONE = \"none\",\n /** Operators given in the operators ranking will be preferred when calculating routes */\n PREFERRED = \"preferred\",\n /** Operators given in the operators ranking will be required when calculating routes, all other operators will be ignored */\n REQUIRED = \"required\"\n}\n\nexport type RoutePath = {\n /** GeoJSON location of a route path segment */\n location?: Maybe<Point>;\n /** Elevation (altitude) in meters */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Average speed, in km/h, for this route path segment */\n averageSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Recommended speed, in km/h for this route path segment to optimise the consumption */\n recommendedSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh, of a route path segment */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh per km, of a route path segment */\n consumptionPerKm?: Maybe<Scalars[\"Float\"]>;\n /** Distance, in meters, of a route path segment */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Duration, in seconds, of a route path segment */\n duration?: Maybe<Scalars[\"Float\"]>;\n /** State of charge, in kWh, of a route path segment */\n stateOfCharge?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** The season of the route */\nexport enum RouteSeason {\n /** We suppose it is summer and we have the best weather conditions */\n SUMMER = \"summer\",\n /** We suppose it is winter and we have the worst weather conditions */\n WINTER = \"winter\",\n /** We fetch the current weather conditions */\n CURRENT = \"current\"\n}\n\nexport type RouteStationsAlong = {\n /** The ID of station */\n id?: Maybe<Scalars[\"String\"]>;\n /** Geojson location of a station */\n location?: Maybe<Point>;\n /** Speed of a station. A station along a route can be either fast or turbo */\n speed?: Maybe<StationSpeedType>;\n /** Status of a station */\n status?: Maybe<ChargerStatus>;\n /** The station uses a preferred operator */\n preferredOperator?: Maybe<Scalars[\"Boolean\"]>;\n /** Distance in meters between station and route path */\n distance?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The status of a route. The status can be pending, processing, done, not_found or error */\nexport enum RouteStatus {\n /** Route is queued and pending processing. Temporary status */\n PENDING = \"pending\",\n /** We are computing the route for your request. Temporary status */\n PROCESSING = \"processing\",\n /** We finished computing the route, with a result. Final status */\n DONE = \"done\",\n /** We finished the computing the route, without any result. Final status */\n NOT_FOUND = \"not_found\",\n /** An error occurred while computing the route. Final status */\n ERROR = \"error\"\n}\n\nexport type RouteStep = {\n /** ID of a step */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Type of a step */\n type?: Maybe<StepType>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Distance from the start to the end of a step, in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total drive time from the start to the end of a step, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total enery used in a step in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteSteppolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Tags of a route */\nexport enum RouteTagType {\n ROAD = \"road\",\n HIGHWAY = \"highway\",\n TOLL = \"toll\",\n FERRY = \"ferry\",\n WALKING = \"walking\"\n}\n\n/** Standards(plug type) stats model */\nexport type StandardStats = {\n /** The plug type */\n type?: Maybe<ConnectorType>;\n /** The total number of stations with the specified plug */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Station data which extends OCPI Location */\nexport type Station = {\n /** Review of a station */\n review?: Maybe<ReviewStats>;\n /** Unique ID of a station */\n id: Scalars[\"ID\"];\n /** ISO-3166 alpha-2 country code of a station */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard) */\n party_id?: Maybe<Scalars[\"String\"]>;\n /**\n * Defines if a location may be published on a website or app etc.\n * When this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\n * When the same location has EVSEs that may be published and may not be published, two 'locations' should be created\n */\n publish?: Maybe<Scalars[\"Boolean\"]>;\n /** Name of a charging station */\n name?: Maybe<Scalars[\"String\"]>;\n /** Street/block name and house number if available */\n address?: Maybe<Scalars[\"String\"]>;\n /** City or town */\n city?: Maybe<Scalars[\"String\"]>;\n /** Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes. */\n postal_code?: Maybe<Scalars[\"String\"]>;\n /** State or province of a location, only to be used when relevant */\n state?: Maybe<Scalars[\"String\"]>;\n /** ISO 3166-1 alpha-3 code for the country of this station */\n country?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a location */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** Geographical location of related points relevant to a user */\n related_locations?: Maybe<Array<Maybe<OCPIAdditionalGeoLocation>>>;\n /** Type of parking at a charge point location */\n parking_type?: Maybe<OCPIParkingType>;\n /** EVSEs that belong to a station */\n evses?: Maybe<Array<Maybe<EVSE>>>;\n /** Human-readable directions on how to reach a station */\n directions?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** Information about an operator */\n operator?: Maybe<Operator>;\n /** Information about a suboperator if applicable */\n suboperator?: Maybe<Operator>;\n /** Information about an owner if available */\n owner?: Maybe<Operator>;\n /** Facilities a charging station belongs to */\n facilities?: Maybe<Array<Maybe<OCPIFacility>>>;\n /** Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones) */\n time_zone?: Maybe<Scalars[\"String\"]>;\n /** Times when an EVSEs at a location can be accessed for charging */\n opening_times?: Maybe<OCPIHours>;\n /** Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true */\n charging_when_closed?: Maybe<Scalars[\"Boolean\"]>;\n /** Links to images related to a location such as photos or logos */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Details of the energy supplied at a location */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created) */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** ID provided by a station data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** GeoJSON location of a charging station */\n location?: Maybe<Point>;\n /** Elevation (altitude) level */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Groups of EVSEs by power and type */\n chargers?: Maybe<Array<Maybe<Charger>>>;\n /** Amenities located at this location */\n amenities?: Maybe<Scalars[\"JSON\"]>;\n /** Enriched information about the physical address of a station */\n physical_address?: Maybe<Address>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** A flag that indicates if a station has real-time information about the availability of its connectors */\n realtime?: Maybe<Scalars[\"Boolean\"]>;\n /** A flag that indicates if a station is on private property */\n private?: Maybe<Scalars[\"Boolean\"]>;\n /** Connectors grouped by power */\n power?: Maybe<Scalars[\"JSON\"]>;\n /**\n * Station availability\n * @deprecated predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy\n */\n predicted_availability?: Maybe<Array<Maybe<StationPredictedAvailability>>>;\n /** Predicted station occupancy */\n predicted_occupancy?: Maybe<Array<Maybe<StationPredictedOccupancy>>>;\n /** Charging speed for a station */\n speed?: Maybe<StationSpeedType>;\n /** Global status for a station */\n status?: Maybe<ChargerStatus>;\n};\n\n/** Filter which can be applied to retrieve the station around list action */\nexport type StationAroundFilter = {\n /** The GeoJSON Point of the center of the around me circle */\n location?: Maybe<PointInput>;\n /** Distance, in meters, to search around */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Powers in kWh */\n powers?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station */\n amenities?: Maybe<Array<Maybe<Amenities>>>;\n /** Station speed */\n power_groups?: Maybe<Array<Maybe<StationSpeedType>>>;\n /** Station socket or plug standards */\n connectors?: Maybe<Array<Maybe<ConnectorType>>>;\n /** Flag that allows you to return only available stations */\n available_only?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag indicating if only stations that are owned by an operator from a clients ranking list are returned */\n preferred_operator?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Deprecated: Replaced by filter & search params */\nexport type StationAroundQuery = {\n /** The GeoJSON Point of the center of the around me circle */\n location?: Maybe<PointInput>;\n /** Distance, in meters, to search around */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Power in kWh */\n power?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\n/** Filter which can be applied to retrieve the station list action */\nexport type StationListFilter = {\n /** Powers in kWh */\n powers?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station */\n amenities?: Maybe<Array<Maybe<Amenities>>>;\n /** Station speed */\n power_groups?: Maybe<Array<Maybe<StationSpeedType>>>;\n /** Station socket or plug standards */\n connectors?: Maybe<Array<Maybe<ConnectorType>>>;\n /** Flag that allows you to return only available stations */\n available_only?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag indicating if only stations that are owned by an operator from a clients ranking list are returned */\n preferred_operator?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Deprecated: Replaced by filter & search params */\nexport type StationListQuery = {\n /** ID of the station */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of the station provided by the station data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Exact name */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Station availability for each weekday and hour */\nexport type StationPredictedAvailability = {\n /** Number of weekday from 1 (monday) to 7 (sunday) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free)) */\n prediction?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\n/** Station occupancy for each weekday and hour */\nexport type StationPredictedOccupancy = {\n /** Number of weekday from 1 (monday) to 7 (sunday) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied */\n occupancy?: Maybe<Scalars[\"Int\"]>;\n /** Start of the period of the occupancy prediction (string of 'hh-mmZ' format) */\n period_begin?: Maybe<Scalars[\"String\"]>;\n /** End of the period of the occupancy prediction (string of 'hh-mmZ' format) */\n period_end?: Maybe<Scalars[\"String\"]>;\n};\n\n/** The station speed type */\nexport enum StationSpeedType {\n /** Slow charging (below 43 kWh) */\n SLOW = \"slow\",\n /** Fast charging stations (above 43 kWh and below 150 kWh) */\n FAST = \"fast\",\n /** Ultra fast charging stations (above 150 kWh) */\n TURBO = \"turbo\"\n}\n\n/** The station stats model */\nexport type StationStats = {\n /** Stations count grouped by standards */\n standards?: Maybe<Array<Maybe<StandardStats>>>;\n /** Stations count grouped by power */\n power?: Maybe<Array<Maybe<PowerStats>>>;\n /** Stations count grouped by amenities */\n amenities?: Maybe<Array<Maybe<AmenityStats>>>;\n};\n\n/** Types of a route step */\nexport enum StepType {\n /** This step is a road */\n ROAD = \"road\",\n /** This step is a highway */\n HIGHWAY = \"highway\",\n /** This step is a toll road */\n TOLL = \"toll\",\n /** This step is a ferry */\n FERRY = \"ferry\",\n /** This step is reachable by walking */\n WALKING = \"walking\"\n}\n\nexport type Subscription = {\n /** [BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates */\n navigationUpdatedById?: Maybe<Navigation>;\n /**\n * Subscription for a new operator was added in the system event\n * @deprecated operatorAdded has been removed, no value will be sent.\n */\n operatorAdded?: Maybe<Operator>;\n /**\n * Subscription for an operator was updated in the system event, any operator\n * @deprecated operatorUpdated has been removed, no value will be sent.\n */\n operatorUpdated?: Maybe<Operator>;\n /**\n * Subscription for an operator was removed from the system event, any operator\n * @deprecated operatorDeleted has been removed, no value will be sent.\n */\n operatorDeleted?: Maybe<Operator>;\n /**\n * Subscription for a specific operator was updated in the system event\n * @deprecated operatorUpdatedById has been removed, no value will be sent.\n */\n operatorUpdatedById?: Maybe<Operator>;\n /**\n * Subscription for a specific operator was removed from the system event\n * @deprecated operatorDeletedById has been removed, no value will be sent.\n */\n operatorDeletedById?: Maybe<Operator>;\n /** Subscription for a specific route was updated in the system event */\n routeUpdatedById?: Maybe<Route>;\n /**\n * Subscription for a new station was added in the system event\n * @deprecated stationAdded has been removed, no value will be sent.\n */\n stationAdded?: Maybe<Station>;\n /**\n * Subscription for a station was updated in the system event, any station\n * @deprecated stationUpdated has been removed, no value will be sent.\n */\n stationUpdated?: Maybe<Station>;\n /**\n * Subscription for a station was removed from the system event, any station\n * @deprecated stationDeleted has been removed, no value will be sent.\n */\n stationDeleted?: Maybe<Station>;\n /**\n * Subscription for a specific station was updated in the system event\n * @deprecated stationUpdatedById has been removed, no value will be sent.\n */\n stationUpdatedById?: Maybe<Station>;\n /**\n * Subscription for a specific station was removed from the system event\n * @deprecated stationDeletedById has been removed, no value will be sent.\n */\n stationDeletedById?: Maybe<Station>;\n};\n\nexport type SubscriptionnavigationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionoperatorUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionoperatorDeletedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionrouteUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionstationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionstationDeletedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n"],"names":["Amenities","BatteryInputType","CarBatteryFieldEstimations","CarDrivetrain","CarFuel","CarImageType","CarImageTypeUploadable","CarMode","CarPropulsion","CarStatus","ChargeMode","ChargerStatus","ConnectorType","CountryCodeAlpha2","FeatureType","InstructionsFormat","LegType","MappingLanguage","MappingProvider","NavigationState","OCPICapability","OCPIConnectorFormat","OCPIConnectorType","OCPIDayOfWeek","OCPIEnergySourceCategory","OCPIEnvironmentalImpactCategory","OCPIFacility","OCPIImageCategory","OCPIParkingRestriction","OCPIParkingType","OCPIPowerType","OCPIReservationRestrictionType","OCPIStatus","OCPITariffDimensionType","OCPITariffType","ParkingCost","PointType","PricingListElementType","RouteAlternativeType","RouteInstructionSign","RouteOperatorsType","RouteSeason","RouteStatus","RouteTagType","StationSpeedType","StepType"],"mappings":";;;;AAQA;;AAiBA;;AAsBA;AACYA;AAaZ;;WAbYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,sBAAAA;;AA+CZ;AACYC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,6BAAAA;;AAiMZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,uCAAAA;;AAsCZ;AACYC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AA2BZ;AACYC;;WAAAA;AAAAA,EAAAA;GAAAA,oBAAAA;;AAoCZ;AACYC;AAaZ;;WAbYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,yBAAAA;;AAcAC;AAKZ;;WALYA;AAAAA,EAAAA;GAAAA,mCAAAA;;AA+PZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,oBAAAA;;AAikBZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AAsCZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,sBAAAA;;AAkBZ;AACYC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,uBAAAA;;AAuBAC;AAWZ;;WAXYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AAuEZ;AACYC;AAiFZ;;WAjFYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AAiGZ;AACYC;AA4OZ;;WA5OYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,8BAAAA;;AAuSZ;AACYC;AAIZ;;WAJYA;AAAAA,EAAAA;GAAAA,wBAAAA;;AAKAC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,+BAAAA;;AAQAC;AAaZ;;WAbYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,oBAAAA;;AAcAC;AAKZ;;WALYA;AAAAA,EAAAA;GAAAA,4BAAAA;;AAMAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,4BAAAA;;AA0HZ;AACYC;AAWZ;;WAXYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,4BAAAA;;AA+EZ;AACYC;AA6BZ;;WA7BYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,2BAAAA;;AA8BAC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,gCAAAA;;AAQAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,8BAAAA;;AAiFAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AAsCZ;AACYC;AAmBZ;;WAnBYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,qCAAAA;;AA2BZ;AACYC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,4CAAAA;;AAeAC;AA2CZ;;WA3CYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,yBAAAA;;AA8EZ;AACYC;AAiBZ;;WAjBYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,8BAAAA;;AAkBAC;AAaZ;;WAbYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,mCAAAA;;AAcAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,4BAAAA;;AAeAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,0BAAAA;;AAyCAC;AAOZ;;WAPYA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,2CAAAA;;AAQAC;AAqBZ;;WArBYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,uBAAAA;;AA8DAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,oCAAAA;;AAiDAC;AAaZ;;WAbYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,2BAAAA;;AA2DAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,wBAAAA;;AAwCZ;AACYC;AAIZ;;WAJYA;AAAAA,EAAAA;GAAAA,sBAAAA;;AAyDAC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,mCAAAA;;AAwjBZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,iCAAAA;;AAsCZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,iCAAAA;;AA8JZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,+BAAAA;;AA8BZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,wBAAAA;;AAwBZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,wBAAAA;;AAgCZ;AACYC;AAQZ;;WARYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,yBAAAA;;AAyLZ;AACYC;AASZ;;WATYA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,6BAAAA;;AAmBZ;AACYC;;WAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;AAAAA,EAAAA;GAAAA,qBAAAA;;"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/graphql.ts"],"sourcesContent":["export type Maybe<T> = T | null;\nexport type Exact<T extends { [key: string]: unknown }> = {\n [K in keyof T]: T[K];\n};\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> &\n { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> &\n { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n /** The `DateTime` scalar represents a date and time following the ISO 8601 standard */\n DateTime: string;\n /** Any JSON object or array */\n JSON: { [key: string]: number | string | boolean | null | Scalars[\"JSON\"] };\n /** The File Upload scalar */\n Upload: any;\n /** Void custom scalar */\n Void: any;\n};\n\n/** Information about an address */\nexport type Address = {\n /** Continent code (2 letters) */\n continent?: Maybe<Scalars[\"String\"]>;\n /** Country code (2 letters) */\n country?: Maybe<Scalars[\"String\"]>;\n /** County code (2 letters) */\n county?: Maybe<Scalars[\"String\"]>;\n /** City */\n city?: Maybe<Scalars[\"String\"]>;\n /** Street name */\n street?: Maybe<Scalars[\"String\"]>;\n /** Street number */\n number?: Maybe<Scalars[\"String\"]>;\n /** Postal code of a location */\n postalCode?: Maybe<Scalars[\"String\"]>;\n /** String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words> */\n what3Words?: Maybe<Scalars[\"String\"]>;\n /** Human-readable address of a location */\n formattedAddress?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\n/** Amenities available near a station */\nexport enum Amenities {\n PARK = \"park\",\n RESTAURANT = \"restaurant\",\n MUSEUM = \"museum\",\n COFFEE = \"coffee\",\n HOTEL = \"hotel\",\n SHOPPING = \"shopping\",\n BATHROOM = \"bathroom\",\n SUPERMARKET = \"supermarket\",\n PLAYGROUND = \"playground\",\n PHARMACY = \"pharmacy\"\n}\n\n/** The amenity model */\nexport type Amenity = {\n /** Unique amenity ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** ID provided by an amenity data source as the row ID */\n externalId?: Maybe<Scalars[\"String\"]>;\n /** Name of an amenity */\n name?: Maybe<Scalars[\"String\"]>;\n /** Geo location coordinates. This is a GeoJSON Point */\n location?: Maybe<Point>;\n /** Embedded Address */\n address?: Maybe<Address>;\n /** Type of amenity. An amenity can belong to multiple categories */\n type?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Rating of an amenity, the value will be between 0.0 and 10.0. If no rating has been given, the value will be set to null */\n rating?: Maybe<Scalars[\"Float\"]>;\n /** Computed distance between station and amenity */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Full path URL to amenity foursquare page */\n foursquareUrl?: Maybe<Scalars[\"String\"]>;\n /** Date and time when an amenity was created */\n createdAt?: Maybe<Scalars[\"String\"]>;\n /** Date and time when an amenity was last updated */\n updatedAt?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Amenities stats model */\nexport type AmenityStats = {\n /** The amenity type */\n type?: Maybe<Scalars[\"String\"]>;\n /** The total number of stations with the specified amenity */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The type of the batter value */\nexport enum BatteryInputType {\n KWH = \"kwh\",\n KM = \"km\",\n MILES = \"miles\",\n PERCENTAGE = \"percentage\"\n}\n\n/** Output of a car query */\nexport type Car = {\n /** Cars unique ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Naming of a car */\n naming?: Maybe<CarNaming>;\n /** Available connectors for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** List of adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarBattery>;\n /** Body of a car */\n body?: Maybe<CarBody>;\n /** Availability of a car */\n availability?: Maybe<CarAvailability>;\n /** Performance of a car */\n performance?: Maybe<CarPerformance>;\n /** Range of a car */\n range?: Maybe<CarRange>;\n /** Media of a car */\n media?: Maybe<CarMedia>;\n /** Routing of a car */\n routing?: Maybe<CarRouting>;\n /**\n * ID provided by a car data source as the row ID\n * @deprecated Will be removed in the future\n */\n externalId?: Maybe<Scalars[\"String\"]>;\n /**\n * Car manufacturer\n * @deprecated In favor of naming.make\n */\n make?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model\n * @deprecated In favor of naming.model\n */\n carModel?: Maybe<Scalars[\"String\"]>;\n /**\n * Car edition\n * @deprecated In favor of naming.version\n */\n edition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years\n * @deprecated In favor of naming.chargetrip_version\n */\n chargetripEdition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car version\n * @deprecated In favor of naming.edition\n */\n version?: Maybe<Scalars[\"String\"]>;\n /**\n * Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data\n * @deprecated In favor of range.chargetrip_range\n */\n chargetripRange?: Maybe<ChargetripRange>;\n /**\n * Cars that support fast charging have a minimum charging speed of 43 kWh\n * @deprecated In favor of routing.fast_charging_support\n */\n fastChargingSupport?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Current production mode of a car\n * @deprecated In favor of availability.status\n */\n mode?: Maybe<CarMode>;\n /**\n * Number of seats\n * @deprecated In favor of body.seats\n */\n seats?: Maybe<Scalars[\"Int\"]>;\n /**\n * Weight in kg\n * @deprecated In favor of body.weight\n */\n weight?: Maybe<Scalars[\"Float\"]>;\n /**\n * Height in mm\n * @deprecated In favor of body.height\n */\n height?: Maybe<Scalars[\"Int\"]>;\n /**\n * Width in mm\n * @deprecated In favor of body.width\n */\n width?: Maybe<Scalars[\"Int\"]>;\n /**\n * Usable battery capacity in kWh\n * @deprecated In favor of battery.usable_kwh\n */\n batteryUsableKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Full battery capacity in kWh\n * @deprecated In favor of battery.full_kwh\n */\n batteryFullKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Battery efficiency in the city, highway and combined depending on weather conditions\n * @deprecated In favor of efficiency\n */\n batteryEfficiency?: Maybe<CarBatteryEfficiency>;\n /**\n * Acceleration time from 0 to 100 km/h\n * @deprecated In favor of performance.acceleration\n */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /**\n * Maximum car speed in km/h\n * @deprecated In favor of performance.top_speed\n */\n topSpeed?: Maybe<Scalars[\"Float\"]>;\n /**\n * Power of a car in Kw\n * @deprecated In favor of drivetrain.power\n */\n power?: Maybe<Scalars[\"Float\"]>;\n /**\n * Engine torque\n * @deprecated In favor of drivetrain.torque\n */\n torque?: Maybe<Scalars[\"Float\"]>;\n /**\n * Extra consumption model\n * @deprecated In favor of routing.consumption\n */\n consumption?: Maybe<CarExtraConsumption>;\n /**\n * Amount of petrol a similar petrol car would consume per 100 km\n * @deprecated In favor of routing.petrol_consumption\n */\n petrolConsumption?: Maybe<Scalars[\"Float\"]>;\n /**\n * A list of offset data for different charging speeds\n * @deprecated You will receive null values\n */\n chargingOffset?: Maybe<Scalars[\"JSON\"]>;\n /**\n * Images of a car\n * @deprecated In favor of media.image_list\n */\n images?: Maybe<Array<Maybe<CarImage>>>;\n /**\n * Images of a car in structured data\n * @deprecated In favor of media.image or media.brand\n */\n imagesData?: Maybe<CarImageData>;\n};\n\nexport type CarAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Deprecated */\nexport type CarBatteryEfficiency = {\n /** Average efficiency measured in kWh/100 km */\n average?: Maybe<Scalars[\"Float\"]>;\n /** Worst conditions are based on -10°C and use of heating, measured in kWh/100 km */\n worst?: Maybe<CarEstimationData>;\n /** Best conditions are based on 23°C and no use of A/C, measured in kWh/100 km */\n best?: Maybe<CarEstimationData>;\n};\n\n/** Battery field estimated */\nexport enum CarBatteryFieldEstimations {\n /** Both of the battery kWh fields are estimations */\n B = \"B\",\n /** full_kwh field is estimated */\n F = \"F\",\n /** None of the battery kWh fields are estimations */\n N = \"N\",\n /** usable_kwh field is estimated */\n U = \"U\"\n}\n\nexport type CarBody = {\n /** Width with folded mirrors in mm */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height (average height for adjustable suspensions) in mm */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Weight Unladen EU) in kg */\n weight?: Maybe<Scalars[\"Int\"]>;\n /** Number of seats */\n seats?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Deprecated */\nexport type CarConsumption = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** The consumption of the car */\nexport type CarConsumptionInput = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Drivetrain */\nexport enum CarDrivetrain {\n /** Battery Electric Car */\n BEV = \"BEV\",\n /** Extended Range Electric Car */\n EREV = \"EREV\"\n}\n\n/** Deprecated */\nexport type CarEstimationData = {\n /** Estimated battery efficiency on a highway or express roads, in km */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated battery efficiency on city roads, in km */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated battery efficiency on highway and city roads combined, in km */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Deprecated */\nexport type CarExtraConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumption>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumption>;\n /** Consumption, in kWh, of a car in idle mode */\n idle?: Maybe<CarConsumption>;\n};\n\n/** Fuel type */\nexport enum CarFuel {\n /** Electricity only. Full electric car */\n E = \"E\"\n}\n\nexport type CarImage = {\n /** Image id */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Image type */\n type?: Maybe<CarImageType>;\n /** Full path URL of a large image */\n url?: Maybe<Scalars[\"String\"]>;\n /** Height of a large image in pixels */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Width of a large image in pixels */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Full path URL of a thumbnail image */\n thumbnail_url?: Maybe<Scalars[\"String\"]>;\n /** Height of a thumbnail image in pixels */\n thumbnail_height?: Maybe<Scalars[\"Int\"]>;\n /** Width of a thumbnail image in pixels */\n thumbnail_width?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Deprecated */\nexport type CarImageData = {\n /** Full size image of a car */\n image?: Maybe<CarImage>;\n /** Thumbnail of a full size image */\n image_thumbnail?: Maybe<CarImage>;\n /** Full size logo of the maker of a car */\n brand?: Maybe<CarImage>;\n /** Thumbnail of a full size logo of the maker of a car */\n brand_thumbnail?: Maybe<CarImage>;\n};\n\n/** Available types of images which can be found for a car. Each type has specific image sizes */\nexport enum CarImageType {\n /** Images provided by a Car Datasource */\n PROVIDER = \"provider\",\n /** Full-sized image at 1536x864 px */\n IMAGE = \"image\",\n /** Thumbnail of a full-sized image at 131x72 px */\n IMAGE_THUMBNAIL = \"image_thumbnail\",\n /** Full-sized brand (maker) logo at 768x432 px */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand logo at 56x24 px */\n BRAND_THUMBNAIL = \"brand_thumbnail\"\n}\n\n/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */\nexport enum CarImageTypeUploadable {\n /** Full size image with a resolution at least 1536x864 px */\n IMAGE = \"image\"\n}\n\n/** The output element of the carList query */\nexport type CarList = {\n /** Cars unique ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Naming of a car */\n naming?: Maybe<CarListNaming>;\n /** Connectors available for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** Adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarListBattery>;\n /** Body of a car */\n body?: Maybe<CarListBody>;\n /** Availability of a car */\n availability?: Maybe<CarListAvailability>;\n /** Range of a car */\n range?: Maybe<CarListRange>;\n /** Media of a car */\n media?: Maybe<CarListMedia>;\n /** Routing of a car */\n routing?: Maybe<CarListRouting>;\n /**\n * ID provided by a car data source as the row ID\n * @deprecated Will be removed in the future\n */\n externalId?: Maybe<Scalars[\"String\"]>;\n /**\n * Car manufacturer\n * @deprecated In favor of naming.make\n */\n make?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model\n * @deprecated In favor of naming.model\n */\n carModel?: Maybe<Scalars[\"String\"]>;\n /**\n * Car edition\n * @deprecated In favor of naming.version\n */\n edition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years\n * @deprecated In favor of naming.chargetrip_version\n */\n chargetripEdition?: Maybe<Scalars[\"String\"]>;\n /**\n * Car version\n * @deprecated In favor of naming.edition\n */\n version?: Maybe<Scalars[\"String\"]>;\n /**\n * Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data\n * @deprecated In favor of range.chargetrip_range\n */\n chargetripRange?: Maybe<ChargetripRange>;\n /**\n * Cars that support fast charging have a minimum charging speed of 43 kWh\n * @deprecated In favor of routing.fast_charging_support\n */\n fastChargingSupport?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Current production mode of a car\n * @deprecated In favor of availability.status\n */\n mode?: Maybe<CarMode>;\n /**\n * Number of seats\n * @deprecated In favor of body.seats\n */\n seats?: Maybe<Scalars[\"Int\"]>;\n /**\n * Usable battery capacity in kWh\n * @deprecated In favor of battery.usable_kwh\n */\n batteryUsableKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Full battery capacity in kWh\n * @deprecated In favor of battery.full_kwh\n */\n batteryFullKwh?: Maybe<Scalars[\"Float\"]>;\n /**\n * Images of a car in structured data\n * @deprecated In favor of media.image and media.brand\n */\n imagesData?: Maybe<CarImageData>;\n /** @deprecated You will receive null values */\n power?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n topSpeed?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n torque?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n batteryEfficiency?: Maybe<CarBatteryEfficiency>;\n /** @deprecated You will receive null values */\n weight?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n height?: Maybe<Scalars[\"Int\"]>;\n /** @deprecated You will receive null values */\n width?: Maybe<Scalars[\"Int\"]>;\n /** @deprecated You will receive null values */\n consumption?: Maybe<CarExtraConsumption>;\n /** @deprecated You will receive null values */\n petrolConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n chargingOffset?: Maybe<Scalars[\"JSON\"]>;\n /** @deprecated You will receive null values */\n auxConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n bmsConsumption?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n dragCoefficient?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n tirePressure?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n motorEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n drivelineEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n regenEfficiency?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n images?: Maybe<Array<Maybe<CarImage>>>;\n};\n\nexport type CarListAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarListBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarListBody = {\n /** Number of seats in car */\n seats?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarListFilter = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market / region\n * - 1 = Car currently for sale in at least one market / region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n availability?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\nexport type CarListMedia = {\n /** Latest image of the car */\n image?: Maybe<CarImage>;\n /** Latest maker logo of the car */\n brand?: Maybe<CarImage>;\n /** Latest video of the car */\n video?: Maybe<CarVideo>;\n};\n\nexport type CarListNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Deprecated */\nexport type CarListQuery = {\n /** Deprecated: Not used anymore */\n make?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n model?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n version?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n /** Deprecated: Not used anymore */\n mode?: Maybe<CarMode>;\n};\n\nexport type CarListRange = {\n /**\n * Is an index value of what we consider to be the real-world range.\n * (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display in the front-end.\n */\n chargetrip_range?: Maybe<ChargetripRange>;\n /** @deprecated You will receive null values */\n wltp?: Maybe<Scalars[\"Float\"]>;\n /** @deprecated You will receive null values */\n worst?: Maybe<CarEstimationData>;\n /** @deprecated You will receive null values */\n best?: Maybe<CarEstimationData>;\n};\n\nexport type CarListRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarMedia = {\n /** URL to detail page on EV database */\n evdb_details_url?: Maybe<Scalars[\"String\"]>;\n /** Latest image */\n image?: Maybe<CarImage>;\n /** Latest maker logo */\n brand?: Maybe<CarImage>;\n /** All images */\n image_list?: Maybe<Array<Maybe<CarImage>>>;\n /** Latest video */\n video?: Maybe<CarVideo>;\n /** All videos */\n video_list?: Maybe<Array<Maybe<CarVideo>>>;\n /**\n * URL to detail page on EV database\n * @deprecated Will be removed in the future. Please use evdb_details_url\n */\n evdb_detail_url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Mode (state) of the current production */\nexport enum CarMode {\n /** Old car that is no longer manufactured */\n INDEX_ONLY = \"index_only\",\n /** Car is in production and has been released */\n PRODUCTION = \"production\",\n /** Future releases of a car, a concept of the car, specs may change over time */\n CONCEPT = \"concept\"\n}\n\nexport type CarNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPerformance = {\n /** Acceleration 0-100 km/h in seconds */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Top speed of car in km/h */\n top_speed?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Car plug model */\nexport type CarPlug = {\n /** Plug type, known as connector standard in OCPI */\n standard?: Maybe<ConnectorType>;\n /** Usable electric power in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Maximum electric power in kW */\n max_electric_power?: Maybe<Scalars[\"Float\"]>;\n /** Time it takes to charge from 10 to 80% with a fast charger, shown in minutes */\n time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed in km/h */\n speed?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The output element of the carPremium query */\nexport type CarPremium = {\n /** Unique ID of a car */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Internal ID of the successor car trim */\n succesor_id?: Maybe<Scalars[\"String\"]>;\n /** Naming of a car */\n naming?: Maybe<CarPremiumNaming>;\n /** Connectors available for a car */\n connectors?: Maybe<Array<Maybe<CarPlug>>>;\n /** Charge details */\n charge?: Maybe<CarPremiumCharge>;\n /** Fast charge details */\n fast_charge?: Maybe<CarPremiumFastCharge>;\n /** Adapters of connectors available for a car */\n adapters?: Maybe<Array<Maybe<CarPlug>>>;\n /** Battery of a car */\n battery?: Maybe<CarPremiumBattery>;\n /** Body of a car */\n body?: Maybe<CarPremiumBody>;\n /** Availability of a car */\n availability?: Maybe<CarPremiumAvailability>;\n /** Pricing of a car */\n price?: Maybe<CarPremiumPrice>;\n /** Drivetrain of a car */\n drivetrain?: Maybe<CarPremiumDrivetrain>;\n /** Performance of a car */\n performance?: Maybe<CarPremiumPerformance>;\n /** Range of a car */\n range?: Maybe<CarPremiumRange>;\n /** Efficiency of a car */\n efficiency?: Maybe<CarPremiumEfficiency>;\n /** Safety of a car */\n safety?: Maybe<CarPremiumSafety>;\n /** Media of a car */\n media?: Maybe<CarPremiumMedia>;\n /** Routing of a car */\n routing?: Maybe<CarPremiumRouting>;\n};\n\nexport type CarPremiumAvailability = {\n /**\n * Availability of car\n *\n * Values:\n * - 0 = Car no longer for sale in any market/region\n * - 1 = Car currently for sale in at least one market/region\n * - 2 = Car expected in market from Date_From (estimated), pre-order open\n * - 3 = Car expected in market from Date_From (estimated), pre-order unknown or not open\n * - 12 = Concept car, nearing production and/or confirmed, pre-order open\n * - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open\n * - 22 = Concept car, not close to production and/or unconfirmed, pre-order open\n * - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown\n * - 91 = Status uncertain, introduction date and/or pricing unclear\n */\n status?: Maybe<Scalars[\"Int\"]>;\n /** Date of introduction, mm-yyyy */\n date_from?: Maybe<Scalars[\"String\"]>;\n /** Indicates if date from field is estimated */\n date_from_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Date last available, mm-yyyy */\n date_to?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumBattery = {\n /** Usable battery capacity in kWh */\n usable_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Full battery capacity in kWh */\n full_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Indicates which battery fields are estimated */\n estimated_fields?: Maybe<CarBatteryFieldEstimations>;\n /** Battery thermal management system (active/passive, air/liquid) */\n thermal_management_system?: Maybe<Scalars[\"String\"]>;\n /** Duration of battery warranty */\n warranty_period?: Maybe<Scalars[\"Float\"]>;\n /** Mileage of battery warranty */\n warranty_mileage?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumBody = {\n /** Length in mm */\n length?: Maybe<Scalars[\"Int\"]>;\n /** Width with folded mirrors in mm */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Width of vehicle in mm, including mirrors */\n full_width?: Maybe<Scalars[\"Int\"]>;\n /** Height (average height for adjustable suspensions) in mm */\n height?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if length/width/height fields are estimations */\n size_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Wheelbase in mm */\n wheelbase?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if wheelbase field is estimated */\n wheelbase_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Weight (unladen EU) in kg */\n weight?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if weight field is estimated */\n weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum payload allowed for vehicle in kg */\n weight_max_payload?: Maybe<Scalars[\"Int\"]>;\n /** Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload) in kg */\n max_gross_vehicle_weight?: Maybe<Scalars[\"Int\"]>;\n /** Standard luggage capacity in l */\n boot_capacity?: Maybe<Scalars[\"Int\"]>;\n /** Storage capacity of front trunk/under the hood (frunk) */\n boot_front_capacity?: Maybe<Scalars[\"Int\"]>;\n /** Maximum luggage capacity in l */\n boot_capacity_max?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if a tow hitch/towbar can be fitted according to vehicle homologation */\n tow_hitch_compatible?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum unbraked towing weight in kg */\n tow_weight_unbraked?: Maybe<Scalars[\"Int\"]>;\n /** Maximum braked towing weight in kg */\n tow_weight_braked?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if tow weight fields are estimations */\n tow_weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum vertical load / noseweight on tow hitch according to vehicle homologation */\n tow_weight_vertical_load?: Maybe<Scalars[\"Int\"]>;\n /** Maximum load on roof of car in kg */\n roof_load_max?: Maybe<Scalars[\"Int\"]>;\n /** Body type, listed in local naming convention where applicable */\n body_type?: Maybe<Scalars[\"String\"]>;\n /** Segment, listed in local naming convention where applicable */\n segment?: Maybe<Scalars[\"String\"]>;\n /** Number of seats */\n seats?: Maybe<Scalars[\"Int\"]>;\n /** Indicates whether a car has roof rails as a standard */\n has_roofrails?: Maybe<Scalars[\"Boolean\"]>;\n /** Turning circle of vehicle kerb-to-kerb */\n turning_circle?: Maybe<Scalars[\"Float\"]>;\n /** Name of vehicle platform used for vehicle (often abbreviated to indicate group platforms) */\n vehicle_platform?: Maybe<Scalars[\"String\"]>;\n /** Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform */\n vehicle_platform_is_dedicated?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Indicates whether a car has roof rails as a standard\n * @deprecated In favor of has_roofrails\n */\n rooftrails?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumCharge = {\n /** Location of charge port */\n plug?: Maybe<CarPremiumChargePlug>;\n /** Location of second charge port */\n second_plug?: Maybe<CarPremiumChargeSecondPlug>;\n /** The car standard charge */\n standard?: Maybe<CarPremiumChargeStandardOBC>;\n /** The car alternative charge */\n alternative?: Maybe<CarPremiumChargeAlternativeOBC>;\n /** The car option charge */\n option?: Maybe<CarPremiumChargeOptionOBC>;\n};\n\nexport type CarPremiumChargeAlternativeOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumChargeOBCTable = {\n /** Voltage between phase and neutral for this EVSE (phase voltage) */\n evse_phase_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Current per phase for this EVSE (phase current) */\n evse_phase_amperage?: Maybe<Scalars[\"Int\"]>;\n /** Number of phases for this EVSE */\n evse_phases?: Maybe<Scalars[\"Int\"]>;\n /** Voltage between phase and neutral used by standard OBC (phase voltage) */\n charge_phase_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Current per phase used by standard OBC (phase current) */\n charge_phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases used by standard OBC */\n charge_phases?: Maybe<Scalars[\"Int\"]>;\n /** Power used by standard OBC (before OBC losses) */\n charge_power?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC with this EVSE) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC with this EVSE) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumChargeOptionOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumChargePlug = {\n /** Type of charge port on vehicle */\n value?: Maybe<ConnectorType>;\n /** Indicates if value is an estimate */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Location of charge port */\n location?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumChargePower = {\n /** Maximum value */\n max?: Maybe<Scalars[\"Float\"]>;\n /** Average value */\n average?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumChargeSecondPlug = {\n /** Location of charge port */\n location?: Maybe<Scalars[\"String\"]>;\n /** Indicates if second charge port is optional */\n is_optional?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumChargeStandardOBC = {\n /** Maximum power OBC can accept to charge a battery (standard OBC) */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Number of phases the OBC accepts to achieve maximum power (standard OBC) */\n phases?: Maybe<Scalars[\"Int\"]>;\n /** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC) */\n phase_amperage?: Maybe<Scalars[\"Float\"]>;\n /** Minutes needed to charge from 0% to 100% (standard OBC) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed when charging at maximum power (standard OBC) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if Charge_Standard fields are estimated */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Charging details for the standard OBC at several charging points */\n table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;\n};\n\nexport type CarPremiumDrivetrain = {\n /** Type of drivetrain */\n type?: Maybe<CarDrivetrain>;\n /** Fuel type */\n fuel?: Maybe<CarFuel>;\n /** Propulsion type */\n propulsion?: Maybe<CarPropulsion>;\n /** Indicates if propulsion field is estimated */\n propulsion_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output in kw */\n power?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if power field is estimated */\n power_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output in horsepower (PS) */\n power_hp?: Maybe<Scalars[\"Int\"]>;\n /** Maximum (combined) torque output in newton meter */\n torque?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if torque field is estimated */\n torque_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumEfficiency = {\n /** Rated efficiency in WLTP combined cycle */\n wltp?: Maybe<CarPremiumEfficiencyWLTP>;\n /** Rated efficiency in WLTP combined cycle (TEH / least efficient trim) */\n wltp_teh?: Maybe<CarPremiumEfficiencyWLTPTEH>;\n /** Rated efficiency in NEDC combined cycle */\n nedc?: Maybe<CarPremiumEfficiencyNEDC>;\n /** Car efficiency based on RealRange */\n real?: Maybe<CarPremiumEfficiencyReal>;\n};\n\nexport type CarPremiumEfficiencyNEDC = {\n /** Rated efficiency in NEDC combined cycle in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in NEDC combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumEfficiencyReal = {\n /** Car efficiency based on RealRange (useable battery/range) in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Car efficiency based on RealRange presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarPremiumEfficiencyRealValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarPremiumEfficiencyRealValue>;\n};\n\nexport type CarPremiumEfficiencyRealValue = {\n /** Estimated value on highway or express roads */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated value on city roads */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumEfficiencyWLTP = {\n /** Rated efficiency in WLTP combined cycle in kWh/100 km */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumEfficiencyWLTPTEH = {\n /** Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim) */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle (based on value) in kWh/100 km */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km */\n vehicle_fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated) in gr/km */\n co2?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumFastCharge = {\n /** Location of charge port */\n plug?: Maybe<CarPremiumChargePlug>;\n /** Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger) */\n power?: Maybe<CarPremiumChargePower>;\n /** Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger) */\n charge_time?: Maybe<Scalars[\"Float\"]>;\n /** Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger) */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if fast charge is optional in some markets/regions */\n is_optional?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates what fields are estimated */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Charging details for fast charging */\n table?: Maybe<Array<Maybe<CarPremiumFastChargeTable>>>;\n};\n\nexport type CarPremiumFastChargeTable = {\n /** Charging details for fast charging (format: ChargerPlug-ChargerPower-AC/DC) */\n format?: Maybe<Scalars[\"String\"]>;\n /** Fast charge power */\n power?: Maybe<CarPremiumChargePower>;\n /** Minutes needed to charge from 10% to 80% (optimal conditions) */\n charge_time?: Maybe<Scalars[\"Int\"]>;\n /** Charging speed during fast charging from 10% to 80% (optimal conditions) */\n charge_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if maximum power during fast charging is limited by the vehicle */\n is_limited?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates if average power during fast charging is limited by the vehicle */\n average_is_limited?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumMedia = {\n /** URL to detail page on EV database */\n evdb_details_url?: Maybe<Scalars[\"String\"]>;\n /** Latest image */\n image?: Maybe<CarImage>;\n /** Latest maker logo */\n brand?: Maybe<CarImage>;\n /** All images */\n image_list?: Maybe<Array<Maybe<CarImage>>>;\n /** Latest video */\n video?: Maybe<CarVideo>;\n /** All videos */\n video_list?: Maybe<Array<Maybe<CarVideo>>>;\n /**\n * URL to detail page on EV database\n * @deprecated Will be removed in the future. Please use evdb_details_url\n */\n evdb_detail_url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumNaming = {\n /** Car manufacturer name */\n make?: Maybe<Scalars[\"String\"]>;\n /** Car model name */\n model?: Maybe<Scalars[\"String\"]>;\n /** Version, edition or submodel of car */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of car */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years */\n chargetrip_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type CarPremiumPerformance = {\n /** Acceleration 0-100 km/h in seconds */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if acceleration field is estimated */\n acceleration_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Top speed of car in km/h */\n top_speed?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if top_speed field is estimated */\n top_speed_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumPrice = {\n /** Starting price for German market */\n de?: Maybe<CarPremiumPriceValue>;\n /** Starting price for Dutch market */\n nl?: Maybe<CarPremiumPriceValue>;\n /** Starting price for British market */\n uk?: Maybe<CarPremiumPriceValueWithGrant>;\n};\n\nexport type CarPremiumPriceValue = {\n /** Starting price for local market */\n value?: Maybe<Scalars[\"Int\"]>;\n /** Currency name for local market */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Indicates if price value is based on estimates */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Indicates if price value is based on estimates\n * @deprecated In favor of is_estimated\n */\n estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumPriceValueWithGrant = {\n /** Starting price for local market */\n value?: Maybe<Scalars[\"Int\"]>;\n /** Currency name for local market */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Indicates if price value is based on estimates */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant is applied to value */\n grant_applied?: Maybe<Scalars[\"Int\"]>;\n /**\n * Indicates if price value is based on estimates\n * @deprecated In favor of is_estimated\n */\n estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type CarPremiumRange = {\n /** Rated range in WLTP combined cycle (NULL if not WLTP rated) in km */\n wltp?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if WLTP range is estimated (NULL if not WLTP rated) */\n wltp_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated) */\n wltp_teh?: Maybe<Scalars[\"Int\"]>;\n /** Rated range in NEDC combined cycle (NULL if not NEDC rated) in km */\n nedc?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if NEDC range is estimated (NULL if not NEDC rated) */\n nedc_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Index range in EV Database RealRange model in km */\n real?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if real is estimated */\n real_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarPremiumRangeValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarPremiumRangeValue>;\n /** Is an index value of what we consider to be the real-world range. (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display on the front-end. */\n chargetrip_range?: Maybe<ChargetripRange>;\n};\n\nexport type CarPremiumRangeValue = {\n /** Estimated value on highway or express roads */\n highway?: Maybe<Scalars[\"Int\"]>;\n /** Estimated value on city roads */\n city?: Maybe<Scalars[\"Int\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarPremiumRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n /** Drag coefficient */\n drag_coefficient?: Maybe<Scalars[\"Float\"]>;\n /** Tire pressure recommended by manufacturer */\n tire_pressure?: Maybe<Scalars[\"Float\"]>;\n /** Extra consumption model */\n consumption?: Maybe<CarPremiumRoutingConsumption>;\n /** Amount of petrol that an equivalent petrol car would consume in l/100 km */\n petrol_consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumRoutingConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarPremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarPremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarPremiumRoutingConsumptionValue>;\n};\n\nexport type CarPremiumRoutingConsumptionValue = {\n /** Best (lowest) consumption in summer */\n best?: Maybe<Scalars[\"Float\"]>;\n /** Best (lowest) consumption in winter */\n worst?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarPremiumSafety = {\n /** Number of seats equipped with ISOFIX */\n isofix_seats?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP results */\n euro_ncap?: Maybe<CarPremiumSafetyEuroNcap>;\n};\n\nexport type CarPremiumSafetyEuroNcap = {\n /** EuroNCAP rating (out of 5 stars) */\n rating?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP year of rating */\n year?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of adult protection (out of 100%) */\n adult?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of child protection (out of 100%) */\n child?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of vulnerable road users (out of 100%) */\n vru?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP rating of safety assists (out of 100%) */\n sa?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Propulsion */\nexport enum CarPropulsion {\n /** All-wheel drive car */\n AWD = \"AWD\",\n /** Front-wheel drive car */\n FRONT = \"Front\",\n /** Rear-wheel drive car */\n REAR = \"Rear\"\n}\n\nexport type CarRange = {\n /** Index range in EV Database RealRange model in km */\n real?: Maybe<Scalars[\"Int\"]>;\n /** Indicates if real is estimated */\n real_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<CarRangeValue>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<CarRangeValue>;\n /** Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data */\n chargetrip_range?: Maybe<ChargetripRange>;\n /** @deprecated You will receive null values */\n wltp?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type CarRangeValue = {\n /** Estimated value on the highway or express roads */\n highway?: Maybe<Scalars[\"Int\"]>;\n /** Estimated value on the cities road */\n city?: Maybe<Scalars[\"Int\"]>;\n /** Estimated combined value */\n combined?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type CarRouting = {\n /** Cars that support fast charging have a minimum charging speed of 43 kWh */\n fast_charging_support?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Status of a car */\nexport enum CarStatus {\n /** Was just imported */\n NEW = \"new\",\n /** Is being reviewed by a human operator */\n REVIEW = \"review\",\n /** Is public and can be used by a customer */\n PUBLIC = \"public\",\n /** Is removed and can not be used */\n REMOVED = \"removed\"\n}\n\nexport type CarVideo = {\n /** Video id */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Full path URL of a video */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Charging mode used at charging stations */\nexport enum ChargeMode {\n /** Optimizes the charging time at each station, in order to decrease the total travel time. You will only charge up until the SOC you need in order to reach the next stop */\n OPTIMIZE_TRAVEL_TIME = \"OPTIMIZE_TRAVEL_TIME\",\n /** Charge to the maximum capacity at every charging stop. The default maximum charging capacity is 80% */\n ALWAYS_TO_MAX_CHARGE = \"ALWAYS_TO_MAX_CHARGE\"\n}\n\n/** A groupped representation of EVSEs */\nexport type Charger = {\n /** Type of charger */\n standard?: Maybe<ConnectorType>;\n /** Power of a charger */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Price of a charger */\n price?: Maybe<Scalars[\"String\"]>;\n /** Charging speed */\n speed?: Maybe<StationSpeedType>;\n /** Statuses of all the EVSEs grouped in a charger */\n status?: Maybe<ChargerStatuses>;\n /** Total number of EVSEs grouped in a charger */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport enum ChargerStatus {\n /** The charger is free */\n FREE = \"free\",\n /** The charger is occupied/busy */\n BUSY = \"busy\",\n /** The charger is unknown */\n UNKNOWN = \"unknown\",\n /** The charger has an error */\n ERROR = \"error\"\n}\n\n/** Groupping by status of the chargers */\nexport type ChargerStatuses = {\n /** How many are free */\n free?: Maybe<Scalars[\"Int\"]>;\n /** How many are busy */\n busy?: Maybe<Scalars[\"Int\"]>;\n /** How many are unknown */\n unknown?: Maybe<Scalars[\"Int\"]>;\n /** How many are not available */\n error?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data */\nexport type ChargetripRange = {\n /** Worst conditions are based on -10°C and use of heating */\n worst?: Maybe<Scalars[\"Float\"]>;\n /** Best conditions are based on 23°C and no use of A/C */\n best?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Connector data which extends OCPI Connector */\nexport type Connector = {\n /** Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object. */\n id?: Maybe<Scalars[\"String\"]>;\n /** Standard of an installed connector. */\n standard?: Maybe<ConnectorType>;\n /** Format (socket/cable) of an installed connector. */\n format?: Maybe<OCPIConnectorFormat>;\n /** Type of power of an installed connector. */\n power_type?: Maybe<OCPIPowerType>;\n /** Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full. */\n max_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Maximum amperage of a connector, in ampere [A]. */\n max_amperage?: Maybe<Scalars[\"Int\"]>;\n /**\n * Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\n * For example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the car, it may supply maximum voltage or current, but not both at the same time.\n * For AC Charge Points, the amount of phases used can also have influence on the maximum power.\n */\n max_electric_power?: Maybe<Scalars[\"Int\"]>;\n /** Maximum electric power in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /**\n * Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\n * When preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\n * For a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.\n */\n tariff_ids?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** URL to an operator’s terms and conditions. */\n terms_and_conditions?: Maybe<Scalars[\"String\"]>;\n /** Timestamp when a connector was last updated (or created). */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** List of valid charging tariffs */\n tariff?: Maybe<Array<Maybe<OCPITariff>>>;\n /** Charging prices, only available when using the EcoMovement database */\n pricing?: Maybe<Pricing>;\n};\n\n/** The socket or plug standard of the charging point. */\nexport enum ConnectorType {\n /** The connector type is CHAdeMO, DC */\n CHADEMO = \"CHADEMO\",\n /** Standard/domestic household, type \"A\", NEMA 1-15, 2 pins */\n DOMESTIC_A = \"DOMESTIC_A\",\n /** Standard/domestic household, type \"B\", NEMA 5-15, 3 pins */\n DOMESTIC_B = \"DOMESTIC_B\",\n /** Standard/domestic household, type \"C\", CEE 7/17, 2 pins */\n DOMESTIC_C = \"DOMESTIC_C\",\n /** Standard/domestic household, type \"D\", 3 pins */\n DOMESTIC_D = \"DOMESTIC_D\",\n /** Standard/domestic household, type \"E\", CEE 7/5 3 pins */\n DOMESTIC_E = \"DOMESTIC_E\",\n /** Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins */\n DOMESTIC_F = \"DOMESTIC_F\",\n /** Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins */\n DOMESTIC_G = \"DOMESTIC_G\",\n /** Standard/domestic household, type \"H\", SI-32, 3 pins */\n DOMESTIC_H = \"DOMESTIC_H\",\n /** Standard/domestic household, type \"I\", AS 3112, 3 pins */\n DOMESTIC_I = \"DOMESTIC_I\",\n /** Standard/domestic household, type \"J\", SEV 1011, 3 pins */\n DOMESTIC_J = \"DOMESTIC_J\",\n /** Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins */\n DOMESTIC_K = \"DOMESTIC_K\",\n /** Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins */\n DOMESTIC_L = \"DOMESTIC_L\",\n /** Standard/Domestic household, type \"M\", BS 546, 3 pins */\n DOMESTIC_M = \"DOMESTIC_M\",\n /** Standard/Domestic household, type \"N\", NBR 14136, 3 pins */\n DOMESTIC_N = \"DOMESTIC_N\",\n /** Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins */\n DOMESTIC_O = \"DOMESTIC_O\",\n /** IEC 60309-2 Industrial connector single phase 16 amperes (usually blue) */\n IEC_60309_2_SINGLE_16 = \"IEC_60309_2_single_16\",\n /** IEC 60309-2 Industrial connector three phase 16 amperes (usually red) */\n IEC_60309_2_THREE_16 = \"IEC_60309_2_three_16\",\n /** IEC 60309-2 Industrial connector three phase 32 amperes (usually red) */\n IEC_60309_2_THREE_32 = \"IEC_60309_2_three_32\",\n /** IEC 60309-2 Industrial connector three phase 64 amperes (usually red) */\n IEC_60309_2_THREE_64 = \"IEC_60309_2_three_64\",\n /** IEC 62196 Type 1 \"SAE J1772\" */\n IEC_62196_T1 = \"IEC_62196_T1\",\n /** Combo Type 1 based, DC */\n IEC_62196_T1_COMBO = \"IEC_62196_T1_COMBO\",\n /** IEC 62196 Type 2 \"Mennekes\" */\n IEC_62196_T2 = \"IEC_62196_T2\",\n /** Combo Type 2 based, DC */\n IEC_62196_T2_COMBO = \"IEC_62196_T2_COMBO\",\n /** IEC 62196 Type 3A */\n IEC_62196_T3A = \"IEC_62196_T3A\",\n /** IEC 62196 Type 3C \"Scame\" */\n IEC_62196_T3C = \"IEC_62196_T3C\",\n /** On-board bottom-up-pantograph typically for bus charging */\n PANTOGRAPH_BOTTOM_UP = \"PANTOGRAPH_BOTTOM_UP\",\n /** Off-board top-down-pantograph typically for bus charging */\n PANTOGRAPH_TOP_DOWN = \"PANTOGRAPH_TOP_DOWN\",\n /** Tesla connector \"Roadster\"-type (round, 4 pins) */\n TESLA_R = \"TESLA_R\",\n /** Tesla connector \"Model-S\"-type (oval, 5 pins) */\n TESLA_S = \"TESLA_S\",\n /** The connector type is GB_T (Chinese standard), DC */\n GB_T = \"GB_T\",\n /** The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC. */\n CHAOJI = \"CHAOJI\",\n /** The connector type is NEMA 5-20, 3 pins */\n NEMA_5_20 = \"NEMA_5_20\",\n /** The connector type is NEMA 6-30, 3 pins */\n NEMA_6_30 = \"NEMA_6_30\",\n /** The connector type is NEMA 6-50, 3 pins */\n NEMA_6_50 = \"NEMA_6_50\",\n /** The connector type is NEMA 10-30, 3 pins */\n NEMA_10_30 = \"NEMA_10_30\",\n /** The connector type is NEMA 10-50, 3 pins */\n NEMA_10_50 = \"NEMA_10_50\",\n /** The connector type is NEMA 14-30, 3 pins, rating of 30 A */\n NEMA_14_30 = \"NEMA_14_30\",\n /** The connector type is NEMA 14-50, 3 pins, rating of 50 A */\n NEMA_14_50 = \"NEMA_14_50\"\n}\n\n/** The complete contact information */\nexport type Contact = {\n /** The phone number in international format */\n phone?: Maybe<Scalars[\"String\"]>;\n /** The email address */\n email?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the website */\n website?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the facebook profile page */\n facebook?: Maybe<Scalars[\"String\"]>;\n /** The absolute URL of the twitter profile page */\n twitter?: Maybe<Scalars[\"String\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** ISO-3166 alpha-2 country codes */\nexport enum CountryCodeAlpha2 {\n AD = \"AD\",\n AE = \"AE\",\n AF = \"AF\",\n AG = \"AG\",\n AI = \"AI\",\n AL = \"AL\",\n AM = \"AM\",\n AN = \"AN\",\n AO = \"AO\",\n AQ = \"AQ\",\n AR = \"AR\",\n AS = \"AS\",\n AT = \"AT\",\n AU = \"AU\",\n AW = \"AW\",\n AX = \"AX\",\n AZ = \"AZ\",\n BA = \"BA\",\n BB = \"BB\",\n BD = \"BD\",\n BE = \"BE\",\n BF = \"BF\",\n BG = \"BG\",\n BH = \"BH\",\n BI = \"BI\",\n BJ = \"BJ\",\n BM = \"BM\",\n BN = \"BN\",\n BO = \"BO\",\n BR = \"BR\",\n BS = \"BS\",\n BT = \"BT\",\n BV = \"BV\",\n BW = \"BW\",\n BY = \"BY\",\n BZ = \"BZ\",\n CA = \"CA\",\n CC = \"CC\",\n CD = \"CD\",\n CF = \"CF\",\n CG = \"CG\",\n CH = \"CH\",\n CI = \"CI\",\n CK = \"CK\",\n CL = \"CL\",\n CM = \"CM\",\n CN = \"CN\",\n CO = \"CO\",\n CR = \"CR\",\n CS = \"CS\",\n CU = \"CU\",\n CV = \"CV\",\n CX = \"CX\",\n CY = \"CY\",\n CZ = \"CZ\",\n DE = \"DE\",\n DJ = \"DJ\",\n DK = \"DK\",\n DM = \"DM\",\n DO = \"DO\",\n DZ = \"DZ\",\n EC = \"EC\",\n EE = \"EE\",\n EG = \"EG\",\n EH = \"EH\",\n ER = \"ER\",\n ES = \"ES\",\n ET = \"ET\",\n FI = \"FI\",\n FJ = \"FJ\",\n FK = \"FK\",\n FM = \"FM\",\n FO = \"FO\",\n FR = \"FR\",\n GA = \"GA\",\n GB = \"GB\",\n GD = \"GD\",\n GE = \"GE\",\n GF = \"GF\",\n GH = \"GH\",\n GI = \"GI\",\n GL = \"GL\",\n GM = \"GM\",\n GN = \"GN\",\n GP = \"GP\",\n GQ = \"GQ\",\n GR = \"GR\",\n GS = \"GS\",\n GT = \"GT\",\n GU = \"GU\",\n GW = \"GW\",\n GY = \"GY\",\n HK = \"HK\",\n HM = \"HM\",\n HN = \"HN\",\n HR = \"HR\",\n HT = \"HT\",\n HU = \"HU\",\n ID = \"ID\",\n IE = \"IE\",\n IL = \"IL\",\n IN = \"IN\",\n IO = \"IO\",\n IQ = \"IQ\",\n IR = \"IR\",\n IS = \"IS\",\n IT = \"IT\",\n JM = \"JM\",\n JO = \"JO\",\n JP = \"JP\",\n KE = \"KE\",\n KG = \"KG\",\n KH = \"KH\",\n KI = \"KI\",\n KM = \"KM\",\n KN = \"KN\",\n KP = \"KP\",\n KR = \"KR\",\n KW = \"KW\",\n KY = \"KY\",\n KZ = \"KZ\",\n LA = \"LA\",\n LB = \"LB\",\n LC = \"LC\",\n LI = \"LI\",\n LK = \"LK\",\n LR = \"LR\",\n LS = \"LS\",\n LT = \"LT\",\n LU = \"LU\",\n LV = \"LV\",\n LY = \"LY\",\n MA = \"MA\",\n MC = \"MC\",\n MD = \"MD\",\n ME = \"ME\",\n MF = \"MF\",\n MG = \"MG\",\n MH = \"MH\",\n MK = \"MK\",\n ML = \"ML\",\n MM = \"MM\",\n MN = \"MN\",\n MO = \"MO\",\n MP = \"MP\",\n MQ = \"MQ\",\n MR = \"MR\",\n MS = \"MS\",\n MT = \"MT\",\n MU = \"MU\",\n MV = \"MV\",\n MW = \"MW\",\n MX = \"MX\",\n MY = \"MY\",\n MZ = \"MZ\",\n NA = \"NA\",\n NC = \"NC\",\n NE = \"NE\",\n NF = \"NF\",\n NG = \"NG\",\n NI = \"NI\",\n NL = \"NL\",\n NO = \"NO\",\n NP = \"NP\",\n NR = \"NR\",\n NU = \"NU\",\n NZ = \"NZ\",\n OM = \"OM\",\n PA = \"PA\",\n PE = \"PE\",\n PF = \"PF\",\n PG = \"PG\",\n PH = \"PH\",\n PK = \"PK\",\n PL = \"PL\",\n PM = \"PM\",\n PN = \"PN\",\n PR = \"PR\",\n PS = \"PS\",\n PT = \"PT\",\n PW = \"PW\",\n PY = \"PY\",\n QA = \"QA\",\n RE = \"RE\",\n RKS = \"RKS\",\n RO = \"RO\",\n RS = \"RS\",\n RU = \"RU\",\n RW = \"RW\",\n SA = \"SA\",\n SB = \"SB\",\n SC = \"SC\",\n SD = \"SD\",\n SE = \"SE\",\n SG = \"SG\",\n SH = \"SH\",\n SI = \"SI\",\n SJ = \"SJ\",\n SK = \"SK\",\n SL = \"SL\",\n SM = \"SM\",\n SN = \"SN\",\n SO = \"SO\",\n SR = \"SR\",\n ST = \"ST\",\n SV = \"SV\",\n SX = \"SX\",\n SY = \"SY\",\n SZ = \"SZ\",\n TC = \"TC\",\n TD = \"TD\",\n TF = \"TF\",\n TG = \"TG\",\n TH = \"TH\",\n TJ = \"TJ\",\n TK = \"TK\",\n TL = \"TL\",\n TM = \"TM\",\n TN = \"TN\",\n TO = \"TO\",\n TR = \"TR\",\n TT = \"TT\",\n TV = \"TV\",\n TW = \"TW\",\n TZ = \"TZ\",\n UA = \"UA\",\n UG = \"UG\",\n UM = \"UM\",\n US = \"US\",\n UY = \"UY\",\n UZ = \"UZ\",\n VA = \"VA\",\n VC = \"VC\"\n}\n\n/** EVSE data which extends OCPI EVSE */\nexport type EVSE = {\n /**\n * 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.\n * This field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.\n */\n uid?: Maybe<Scalars[\"String\"]>;\n /** 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. */\n evse_id?: Maybe<Scalars[\"String\"]>;\n /** Indicates the current status of an EVSE. */\n status?: Maybe<OCPIStatus>;\n /** Indicates a planned status update of a nEVSE. */\n status_schedule?: Maybe<Array<Maybe<OCPIStatusSchedule>>>;\n /** List of functionalities that an EVSE is capable of. */\n capabilities?: Maybe<Array<Maybe<OCPICapability>>>;\n /** List of available connectors on an EVSE. */\n connectors?: Maybe<Array<Maybe<Connector>>>;\n /** Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. */\n floor_level?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a EVSE. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** A number/string printed on the outside of an EVSE for visual identification. */\n physical_reference?: Maybe<Scalars[\"String\"]>;\n /** Restrictions that apply to a parking spot. */\n parking_restrictions?: Maybe<Array<Maybe<OCPIParkingRestriction>>>;\n /** Links to images related to an EVSE such as photos or logos. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Timestamp when this EVSE or one of its Connectors was last updated (or created). */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Indicates if parking is free or paid. */\n parking_cost?: Maybe<ParkingCost>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** A GeoJSON Feature<Point> */\nexport type FeaturePoint = {\n /** Feature ID */\n id?: Maybe<Scalars[\"String\"]>;\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: Point;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** A GeoJSON Feature<Point> input */\nexport type FeaturePointInput = {\n /** The feature ID */\n id?: Maybe<Scalars[\"String\"]>;\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: PointInput;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** GeoJSON Feature type */\nexport enum FeatureType {\n FEATURE = \"Feature\"\n}\n\n/** Navigation service providers available */\nexport enum InstructionsFormat {\n /** Chargetrip raw instructions */\n CHARGETRIP = \"Chargetrip\",\n /** Mapbox instructions mapping */\n MAPBOXV5 = \"MapboxV5\"\n}\n\n/** Types of a leg */\nexport enum LegType {\n /** This leg ends at a charging station and the car must recharge */\n STATION = \"station\",\n /** This leg ends at a via charging station and the car must recharge */\n STATIONVIA = \"stationVia\",\n /** This leg ends at a via location */\n VIA = \"via\",\n /** This leg ends at the destination, and is the last leg of the route */\n FINAL = \"final\",\n /** This leg ends at the destination which is a charging station, and is the last leg of the route */\n STATIONFINAL = \"stationFinal\"\n}\n\n/** Preferred language for the mapping */\nexport enum MappingLanguage {\n /** English(US) */\n EN = \"en\"\n}\n\n/** Navigation service providers available */\nexport enum MappingProvider {\n /** Chargetrip raw instructions */\n CHARGETRIP = \"Chargetrip\",\n /** Mapbox instructions mapping */\n MAPBOXV5 = \"MapboxV5\"\n}\n\nexport type Mutation = {\n /** [BETA] Start a new navigation session on top of an existing route */\n startNavigation?: Maybe<Scalars[\"ID\"]>;\n /** [BETA] Update the navigation session */\n updateNavigation?: Maybe<Scalars[\"Void\"]>;\n /** [BETA] Recalculate the current navigation route */\n recalculateNavigation?: Maybe<Scalars[\"Void\"]>;\n /** [BETA] End a navigation session */\n finishNavigation?: Maybe<Scalars[\"Void\"]>;\n /**\n * Add a new review.\n * If the `x-token` header is send for a valid user, the review will belong to it, otherwise will be added for an anonymouse user\n */\n addReview: Review;\n /**\n * Remove a review added by an authenticated user.\n * The `x-token` header is mandatory in order to authorize the user who wants to remove a review.\n * In case it is not sent, an error will occur.\n * In case the review was not found or belongs to another user an error will occur.\n * This is a premium feature, contact Chargetrip for more information.\n */\n deleteUserReview: Review;\n /** Create a new route from the route input and its ID */\n newRoute?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type MutationstartNavigationArgs = {\n input: NavigationStartInput;\n};\n\nexport type MutationupdateNavigationArgs = {\n input: NavigationUpdateInput;\n};\n\nexport type MutationrecalculateNavigationArgs = {\n input: NavigationRecalculateInput;\n};\n\nexport type MutationfinishNavigationArgs = {\n input: NavigationFinishInput;\n};\n\nexport type MutationaddReviewArgs = {\n review: ReviewAdd;\n};\n\nexport type MutationdeleteUserReviewArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type MutationnewRouteArgs = {\n input?: Maybe<RequestInput>;\n};\n\n/** The navigation session data */\nexport type Navigation = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** The current route used for navigation */\n route_id?: Maybe<Scalars[\"String\"]>;\n /** The current route alternative used for navigation */\n route_alternative_id?: Maybe<Scalars[\"String\"]>;\n /** The state of a navigation session. The status can be driving, charging, finished, or error */\n state?: Maybe<NavigationState>;\n /** State of charge at the last known location */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Last known location */\n last_known_location?: Maybe<Point>;\n /** Next charging station */\n next_station?: Maybe<NavigationStation>;\n /** A set of alternative charging stations to next station */\n alternative_stations?: Maybe<Array<Maybe<NavigationStation>>>;\n /** Navigation instructions */\n instructions?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** The navigation session data */\nexport type NavigationinstructionsArgs = {\n instructions_format: InstructionsFormat;\n language?: Maybe<MappingLanguage>;\n precision?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation recalculate */\nexport type NavigationFinishInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** Current coordinates */\n current_location: PointInput;\n};\n\n/** Input for the navigation recalculate */\nexport type NavigationRecalculateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** State of charge at origin */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Origin location of a new route */\n current_location: PointInput;\n /** Via points of a new route. If this field is not sent, the original via points will be used */\n via?: Maybe<Array<Maybe<FeaturePointInput>>>;\n /** Heading of a vehicle, in degrees */\n heading?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Input for the navigation start */\nexport type NavigationStartInput = {\n /** ID of the route of the navigation session */\n route_id: Scalars[\"String\"];\n /** ID of the route alternative of the navigation session */\n route_alternative_id?: Maybe<Scalars[\"String\"]>;\n /** Current coordinates */\n current_location: PointInput;\n};\n\n/** State of navigation session */\nexport enum NavigationState {\n /** Vehicle is driving */\n DRIVING = \"driving\",\n /** Vehicle is charging */\n CHARGING = \"charging\",\n /** Navigation session is completed (either manually or automatically 48 hours after the last update) */\n FINISHED = \"finished\",\n /** Failed to update navigation session due to route error or not found */\n ERROR = \"error\"\n}\n\n/** Navigation session station type */\nexport type NavigationStation = {\n /** The ID as string of the charging station */\n station_id?: Maybe<Scalars[\"String\"]>;\n /** GPS location of the charging station */\n station_location?: Maybe<Point>;\n /** An array with all GPS locations of via points until the next charging station */\n via?: Maybe<Array<Maybe<Point>>>;\n /** Estimated state of charge, in kWh, at arrival on the next charging station */\n estimated_state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Estimated consumption, in kWh, from last the known location until the next charging station */\n estimated_consumption?: Maybe<Scalars[\"Float\"]>;\n /** Estimated duration, in seconds, from the last known location until the next charging station */\n estimated_duration?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation session update telemetry data */\nexport type NavigationTelemetryUpdateInput = {\n /** State of charge at the last known location */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if a vehicle is charging */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Tire pressure. This information should come from telemetry */\n tire_pressure?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Input for the navigation update */\nexport type NavigationUpdateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** Heading of a vehicle, in degrees */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** A list of locations that were collected since the last update */\n locations_data: Array<NavigationUpdateLocationsInput>;\n /** Telemetry data input */\n telemetry?: Maybe<NavigationTelemetryUpdateInput>;\n};\n\n/** Properties of the location */\nexport type NavigationUpdateLocationPropertiesInput = {\n /** Current route leg index corresponding to a location */\n route_leg: Scalars[\"Int\"];\n /** Speed at a location, in km/h */\n speed: Scalars[\"Float\"];\n /** UNIX timestamp at location, in seconds */\n timestamp: Scalars[\"Int\"];\n /** Altitude information, in meters. This is optional */\n altitude?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Input for the navigation update locations */\nexport type NavigationUpdateLocationsInput = {\n /** GPS location */\n geometry: PointInput;\n /** Extra information about the location */\n properties: NavigationUpdateLocationPropertiesInput;\n};\n\n/** This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84. */\nexport type OCPIAdditionalGeoLocation = {\n /** Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7} */\n latitude?: Maybe<Scalars[\"String\"]>;\n /** Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7} */\n longitude?: Maybe<Scalars[\"String\"]>;\n /** Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number. */\n name?: Maybe<OCPIDisplayText>;\n};\n\n/** The capabilities of an EVSE. */\nexport enum OCPICapability {\n /** The EVSE supports charging profiles. */\n CHARGING_PROFILE_CAPABLE = \"CHARGING_PROFILE_CAPABLE\",\n /** The EVSE supports charging preferences. */\n CHARGING_PREFERENCES_CAPABLE = \"CHARGING_PREFERENCES_CAPABLE\",\n /** EVSE has a payment terminal that supports chip cards. */\n CHIP_CARD_SUPPORT = \"CHIP_CARD_SUPPORT\",\n /** EVSE has a payment terminal that supports contactless cards. */\n CONTACTLESS_CARD_SUPPORT = \"CONTACTLESS_CARD_SUPPORT\",\n /** EVSE has a payment terminal that makes it possible to pay for charging using a credit card. */\n CREDIT_CARD_PAYABLE = \"CREDIT_CARD_PAYABLE\",\n /** EVSE has a payment terminal that makes it possible to pay for charging using a debit card. */\n DEBIT_CARD_PAYABLE = \"DEBIT_CARD_PAYABLE\",\n /** EVSE has a payment terminal with a pin-code entry device. */\n PED_TERMINAL = \"PED_TERMINAL\",\n /** The EVSE can remotely be started/stopped. */\n REMOTE_START_STOP_CAPABLE = \"REMOTE_START_STOP_CAPABLE\",\n /** The EVSE can be reserved. */\n RESERVABLE = \"RESERVABLE\",\n /** Charging at this EVSE can be authorized with an RFID token. */\n RFID_READER = \"RFID_READER\",\n /** This EVSE supports token groups, two or more tokens work as one, so that a session can be started with one token and stopped with another (handy when a card and key-fob are given to the EV-driver). */\n TOKEN_GROUP_CAPABLE = \"TOKEN_GROUP_CAPABLE\",\n /** Connectors have a mechanical lock that can be requested by the eMSP to be unlocked. */\n UNLOCK_CAPABLE = \"UNLOCK_CAPABLE\",\n /** When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object. */\n START_SESSION_CONNECTOR_REQUIRED = \"START_SESSION_CONNECTOR_REQUIRED\"\n}\n\n/** The format of the connector, whether it is a socket or a plug. */\nexport enum OCPIConnectorFormat {\n /** The connector is a socket; the EV user needs to bring a fitting plug. */\n SOCKET = \"SOCKET\",\n /** The connector is an attached cable; the EV users car needs to have a fitting inlet. */\n CABLE = \"CABLE\"\n}\n\n/** Deprecated: Please use ConnectorType instead */\nexport enum OCPIConnectorType {\n /** The connector type is CHAdeMO, DC */\n CHADEMO = \"CHADEMO\",\n /** Standard/domestic household, type \"A\", NEMA 1-15, 2 pins */\n DOMESTIC_A = \"DOMESTIC_A\",\n /** Standard/domestic household, type \"B\", NEMA 5-15, 3 pins */\n DOMESTIC_B = \"DOMESTIC_B\",\n /** Standard/domestic household, type \"C\", CEE 7/17, 2 pins */\n DOMESTIC_C = \"DOMESTIC_C\",\n /** Standard/domestic household, type \"D\", 3 pins */\n DOMESTIC_D = \"DOMESTIC_D\",\n /** Standard/domestic household, type \"E\", CEE 7/5 3 pins */\n DOMESTIC_E = \"DOMESTIC_E\",\n /** Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins */\n DOMESTIC_F = \"DOMESTIC_F\",\n /** Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins */\n DOMESTIC_G = \"DOMESTIC_G\",\n /** Standard/domestic household, type \"H\", SI-32, 3 pins */\n DOMESTIC_H = \"DOMESTIC_H\",\n /** Standard/domestic household, type \"I\", AS 3112, 3 pins */\n DOMESTIC_I = \"DOMESTIC_I\",\n /** Standard/domestic household, type \"J\", SEV 1011, 3 pins */\n DOMESTIC_J = \"DOMESTIC_J\",\n /** Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins */\n DOMESTIC_K = \"DOMESTIC_K\",\n /** Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins */\n DOMESTIC_L = \"DOMESTIC_L\",\n /** Standard/Domestic household, type \"M\", BS 546, 3 pins */\n DOMESTIC_M = \"DOMESTIC_M\",\n /** Standard/Domestic household, type \"N\", NBR 14136, 3 pins */\n DOMESTIC_N = \"DOMESTIC_N\",\n /** Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins */\n DOMESTIC_O = \"DOMESTIC_O\",\n /** IEC 60309-2 Industrial connector single phase 16 amperes (usually blue) */\n IEC_60309_2_SINGLE_16 = \"IEC_60309_2_single_16\",\n /** IEC 60309-2 Industrial connector three phase 16 amperes (usually red) */\n IEC_60309_2_THREE_16 = \"IEC_60309_2_three_16\",\n /** IEC 60309-2 Industrial connector three phase 32 amperes (usually red) */\n IEC_60309_2_THREE_32 = \"IEC_60309_2_three_32\",\n /** IEC 60309-2 Industrial connector three phase 64 amperes (usually red) */\n IEC_60309_2_THREE_64 = \"IEC_60309_2_three_64\",\n /** IEC 62196 Type 1 \"SAE J1772\" */\n IEC_62196_T1 = \"IEC_62196_T1\",\n /** Combo Type 1 based, DC */\n IEC_62196_T1_COMBO = \"IEC_62196_T1_COMBO\",\n /** IEC 62196 Type 2 \"Mennekes\" */\n IEC_62196_T2 = \"IEC_62196_T2\",\n /** Combo Type 2 based, DC */\n IEC_62196_T2_COMBO = \"IEC_62196_T2_COMBO\",\n /** IEC 62196 Type 3A */\n IEC_62196_T3A = \"IEC_62196_T3A\",\n /** IEC 62196 Type 3C \"Scame\" */\n IEC_62196_T3C = \"IEC_62196_T3C\",\n /** On-board bottom-up-pantograph typically for bus charging */\n PANTOGRAPH_BOTTOM_UP = \"PANTOGRAPH_BOTTOM_UP\",\n /** Off-board top-down-pantograph typically for bus charging */\n PANTOGRAPH_TOP_DOWN = \"PANTOGRAPH_TOP_DOWN\",\n /** Tesla connector \"Roadster\"-type (round, 4 pins) */\n TESLA_R = \"TESLA_R\",\n /** Tesla connector \"Model-S\"-type (oval, 5 pins) */\n TESLA_S = \"TESLA_S\",\n /** The connector type is GB_T (Chinese standard), DC */\n GB_T = \"GB_T\",\n /** The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC. */\n CHAOJI = \"CHAOJI\",\n /** The connector type is NEMA 5-20, 3 pins */\n NEMA_5_20 = \"NEMA_5_20\",\n /** The connector type is NEMA 6-30, 3 pins */\n NEMA_6_30 = \"NEMA_6_30\",\n /** The connector type is NEMA 6-50, 3 pins */\n NEMA_6_50 = \"NEMA_6_50\",\n /** The connector type is NEMA 10-30, 3 pins */\n NEMA_10_30 = \"NEMA_10_30\",\n /** The connector type is NEMA 10-50, 3 pins */\n NEMA_10_50 = \"NEMA_10_50\",\n /** The connector type is NEMA 14-30, 3 pins, rating of 30 A */\n NEMA_14_30 = \"NEMA_14_30\",\n /** The connector type is NEMA 14-50, 3 pins, rating of 50 A */\n NEMA_14_50 = \"NEMA_14_50\"\n}\n\nexport enum OCPIDayOfWeek {\n MONDAY = \"MONDAY\",\n TUESDAY = \"TUESDAY\",\n WEDNESDAY = \"WEDNESDAY\",\n THURSDAY = \"THURSDAY\",\n FRIDAY = \"FRIDAY\",\n SATURDAY = \"SATURDAY\",\n SUNDAY = \"SUNDAY\"\n}\n\nexport type OCPIDisplayText = {\n /** Language Code ISO 639-1 */\n language?: Maybe<Scalars[\"String\"]>;\n /** Text to be displayed to an end user. No markup, html etc. allowed. */\n text?: Maybe<Scalars[\"String\"]>;\n};\n\n/** This type is used to specify the energy mix and environmental impact of the supplied energy at a location or in a tariff. */\nexport type OCPIEnergyMix = {\n /** True if the power is 100% from regenerative sources */\n is_green_energy?: Maybe<Scalars[\"Boolean\"]>;\n /** Key-value pairs (enum + percentage) of energy sources of this location’s tariff. */\n energy_sources?: Maybe<Array<Maybe<OCPIEnergySource>>>;\n /** Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. */\n environ_impact?: Maybe<Array<Maybe<OCPIEnvironmentalImpact>>>;\n /** Name of the energy supplier, delivering the energy for this location or tariff.* */\n supplier_name?: Maybe<Scalars[\"String\"]>;\n /** Name of the energy suppliers product/tariff plan used at this location.* */\n energy_product_name?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OCPIEnergySource = {\n /** The type of energy source. */\n source?: Maybe<OCPIEnergySourceCategory>;\n /** Percentage of this source (0-100) in the mix. */\n percentage?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Categories of energy sources. */\nexport enum OCPIEnergySourceCategory {\n /** Nuclear power sources. */\n NUCLEAR = \"NUCLEAR\",\n /** All kinds of fossil power sources. */\n GENERAL_FOSSIL = \"GENERAL_FOSSIL\",\n /** Fossil power from coal. */\n COAL = \"COAL\",\n /** Fossil power from gas. */\n GAS = \"GAS\",\n /** All kinds of regenerative power sources. */\n GENERAL_GREEN = \"GENERAL_GREEN\",\n /** Regenerative power from PV. */\n SOLAR = \"SOLAR\",\n /** Regenerative power from wind turbines. */\n WIND = \"WIND\",\n /** Regenerative power from water turbines. */\n WATER = \"WATER\"\n}\n\n/** Amount of waste produced/emitted per kWh. */\nexport type OCPIEnvironmentalImpact = {\n /** The environmental impact category of this value. */\n category?: Maybe<OCPIEnvironmentalImpactCategory>;\n /** Amount of this portion in g/kWh. */\n amount?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Categories of environmental impact values. */\nexport enum OCPIEnvironmentalImpactCategory {\n /** Produced nuclear waste in grams per kilowatthour. */\n NUCLEAR_WASTE = \"NUCLEAR_WASTE\",\n /** Exhausted carbon dioxide in grams per kilowatthour. */\n CARBON_DIOXIDE = \"CARBON_DIOXIDE\"\n}\n\n/** Specifies one exceptional period for opening or access hours. */\nexport type OCPIExceptionalPeriod = {\n /** Begin of the exception. In UTC, time_zone field can be used to convert to local time. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the exception. In UTC, time_zone field can be used to convert to local time. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum OCPIFacility {\n /** A hotel. */\n HOTEL = \"HOTEL\",\n /** A restaurant. */\n RESTAURANT = \"RESTAURANT\",\n /** A cafe. */\n CAFE = \"CAFE\",\n /** A mall or shopping center. */\n MALL = \"MALL\",\n /** A supermarket. */\n SUPERMARKET = \"SUPERMARKET\",\n /** Sport facilities: gym, field etc. */\n SPORT = \"SPORT\",\n /** A recreation area. */\n RECREATION_AREA = \"RECREATION_AREA\",\n /** Located in, or close to, a park, nature reserve etc. */\n NATURE = \"NATURE\",\n /** A museum. */\n MUSEUM = \"MUSEUM\",\n /** A bike/e-bike/e-scooter sharing location. */\n BIKE_SHARING = \"BIKE_SHARING\",\n /** A bus stop. */\n BUS_STOP = \"BUS_STOP\",\n /** A taxi stand. */\n TAXI_STAND = \"TAXI_STAND\",\n /** A tram stop/station. */\n TRAM_STOP = \"TRAM_STOP\",\n /** A metro station. */\n METRO_STATION = \"METRO_STATION\",\n /** A train station. */\n TRAIN_STATION = \"TRAIN_STATION\",\n /** An airport. */\n AIRPORT = \"AIRPORT\",\n /** A parking lot. */\n PARKING_LOT = \"PARKING_LOT\",\n /** A carpool parking. */\n CARPOOL_PARKING = \"CARPOOL_PARKING\",\n /** A Fuel station. */\n FUEL_STATION = \"FUEL_STATION\",\n /** Wifi or other type of internet available. */\n WIFI = \"WIFI\"\n}\n\n/** This class defines the geo location of the Charge Point. The geodetic system to be used is WGS 84. */\nexport type OCPIGeoLocation = {\n /** Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7} */\n latitude?: Maybe<Scalars[\"String\"]>;\n /** Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7} */\n longitude?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Opening and access hours of the location. */\nexport type OCPIHours = {\n /** True to represent 24 hours a day and 7 days a week, except the given exceptions. */\n twentyfourseven?: Maybe<Scalars[\"Boolean\"]>;\n /** Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object. */\n regular_hours?: Maybe<Array<Maybe<OCPIRegularHours>>>;\n /** Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules. */\n exceptional_openings?: Maybe<Array<Maybe<OCPIExceptionalPeriod>>>;\n /** Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings. */\n exceptional_closings?: Maybe<Array<Maybe<OCPIExceptionalPeriod>>>;\n};\n\nexport type OCPIImage = {\n /** URL from where the image data can be fetched through a web browser. */\n url?: Maybe<Scalars[\"String\"]>;\n /** URL from where a thumbnail of the image can be fetched through a webbrowser. */\n thumbnail?: Maybe<Scalars[\"String\"]>;\n /** Category of an image */\n category?: Maybe<OCPIImageCategory>;\n /** Image type: gif, jpeg, png, svg */\n type?: Maybe<Scalars[\"String\"]>;\n /** Width of the full scale image */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height of the full scale image */\n height?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The category of an image to obtain the correct usage in a user presentation. The category has to be set accordingly to the image content in order to guarantee the right usage. */\nexport enum OCPIImageCategory {\n /** Photo of the physical device that contains one or more EVSEs. */\n CHARGER = \"CHARGER\",\n /** Location entrance photo. Should show the car entrance to the location from street side. */\n ENTRANCE = \"ENTRANCE\",\n /** Location overview photo. */\n LOCATION = \"LOCATION\",\n /** Logo of an associated roaming network to be displayed with the EVSE for example in lists, maps and detailed information views. */\n NETWORK = \"NETWORK\",\n /** Logo of the charge point operator, for example a municipality, to be displayed in the EVSEs detailed information view or in lists and maps, if no network logo is present. */\n OPERATOR = \"OPERATOR\",\n /** Other */\n OTHER = \"OTHER\",\n /** Logo of the charge point owner, for example a local store, to be displayed in the EVSEs detailed information view. */\n OWNER = \"OWNER\"\n}\n\n/** This value, if provided, represents the restriction to the parking spot for different purposes. */\nexport enum OCPIParkingRestriction {\n /** Reserved parking spot for electric vehicles. */\n EV_ONLY = \"EV_ONLY\",\n /** Parking is only allowed while plugged in (charging). */\n PLUGGED = \"PLUGGED\",\n /** Reserved parking spot for disabled people with valid ID. */\n DISABLED = \"DISABLED\",\n /** Parking spot for customers/guests only, for example in case of a hotel or shop. */\n CUSTOMERS = \"CUSTOMERS\",\n /** Parking spot only suitable for (electric) motorcycles or scooters. */\n MOTORCYCLES = \"MOTORCYCLES\"\n}\n\n/** Reflects the general type of the charge point’s location. May be used for user information. */\nexport enum OCPIParkingType {\n /** Location on a parking facility/rest area along a motorway, freeway, interstate, highway etc. */\n ALONG_MOTORWAY = \"ALONG_MOTORWAY\",\n /** Multistorey car park. */\n PARKING_GARAGE = \"PARKING_GARAGE\",\n /** A cleared area that is intended for parking vehicles, i.e. at supermarkets, bars, etc. */\n PARKING_LOT = \"PARKING_LOT\",\n /** Location is on the driveway of a house/building. */\n ON_DRIVEWAY = \"ON_DRIVEWAY\",\n /** Parking in public space along a street. */\n ON_STREET = \"ON_STREET\",\n /** Multistorey car park, mainly underground. */\n UNDERGROUND_GARAGE = \"UNDERGROUND_GARAGE\"\n}\n\nexport enum OCPIPowerType {\n /** AC single phase. */\n AC_1_PHASE = \"AC_1_PHASE\",\n /** AC three phase. */\n AC_3_PHASE = \"AC_3_PHASE\",\n /** AC two phases, only two of the three available phases connected. */\n AC_2_PHASE = \"AC_2_PHASE\",\n /** AC two phases using split phase system. */\n AC_2_PHASE_SPLIT = \"AC_2_PHASE_SPLIT\",\n /** Direct Current. */\n DC = \"DC\"\n}\n\nexport type OCPIPrice = {\n /** Price/Cost excluding VAT. */\n excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Price/Cost including VAT. */\n incl_vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type OCPIPriceComponent = {\n /** Type of tariff dimension. */\n type?: Maybe<OCPITariffDimensionType>;\n /** Price per unit (excl. VAT) for this tariff dimension. */\n price?: Maybe<Scalars[\"Float\"]>;\n /** Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here. */\n vat?: Maybe<Scalars[\"Float\"]>;\n /** Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed. */\n step_size?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Regular recurring operation or access hours. */\nexport type OCPIRegularHours = {\n /** Number of days in the week, from Monday (1) till Sunday (7) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]. */\n period_begin?: Maybe<Scalars[\"String\"]>;\n /** End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin. */\n period_end?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum OCPIReservationRestrictionType {\n /** Used in TariffElements to describe costs for a reservation. */\n RESERVATION = \"RESERVATION\",\n /** Used in TariffElements to describe costs for a reservation that expires (i.e. driver does not start a charging session before expiry_date of the reservation). */\n RESERVATION_EXPIRES = \"RESERVATION_EXPIRES\"\n}\n\n/** The status of an EVSE. */\nexport enum OCPIStatus {\n /** The EVSE/Connector is able to start a new charging session. */\n AVAILABLE = \"AVAILABLE\",\n /** The EVSE/Connector is not accessible because of a physical barrier, i.e. a car. */\n BLOCKED = \"BLOCKED\",\n /** The EVSE/Connector is in use. */\n CHARGING = \"CHARGING\",\n /** The EVSE/Connector is not yet active or it is no longer available (deleted). */\n INOPERATIVE = \"INOPERATIVE\",\n /** The EVSE/Connector is currently out of order. */\n OUTOFORDER = \"OUTOFORDER\",\n /** The EVSE/Connector is planned, will be operating soon. */\n PLANNED = \"PLANNED\",\n /** The EVSE/Connector was discontinued/removed. */\n REMOVED = \"REMOVED\",\n /** The EVSE/Connector is reserved for a particular EV driver and is unavailable for other drivers. */\n RESERVED = \"RESERVED\",\n /** No status information available (also used when offline). */\n UNKNOWN = \"UNKNOWN\"\n}\n\n/** This type is used to schedule status periods in the future. The eMSP can provide this information to the EV user for trip planning purposes. A period MAY have no end. Example: \"This station will be running as of tomorrow. Today it is still planned and under construction. */\nexport type OCPIStatusSchedule = {\n /** Begin of the scheduled period. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the scheduled period, if known. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n /** Status value during the scheduled period. */\n status?: Maybe<OCPIStatus>;\n};\n\nexport type OCPITariff = {\n /** ISO-3166 alpha-2 country code of the CPO that owns this tariff */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of the CPO that owns this tariff (following the ISO-15118 standard) */\n party_id?: Maybe<Scalars[\"String\"]>;\n /** Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms) */\n id?: Maybe<Scalars[\"String\"]>;\n /** ISO-4217 code of the currency of this tariff. */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions */\n type?: Maybe<OCPITariffType>;\n /** List of alternative tariff information texts, in multiple languages */\n tariff_alt_text?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** URL to a web page that contains an explanation of the tariff information in human readable form */\n tariff_alt_url?: Maybe<Scalars[\"String\"]>;\n /** When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount */\n min_price?: Maybe<OCPIPrice>;\n /** When this field is set, a charging session with this tariff will NOT cost more than this amount */\n max_price?: Maybe<OCPIPrice>;\n /** List of tariff elements */\n elements?: Maybe<Array<Maybe<OCPITariffElement>>>;\n /** Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active */\n start_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future */\n end_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Details about the energy supplied with this tariff */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when this tariff was last updated (or created) */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum OCPITariffDimensionType {\n /** Defined in kWh, step_size multiplier: 1 Wh */\n ENERGY = \"ENERGY\",\n /** Flat fee without unit for step_size */\n FLAT = \"FLAT\",\n /** Time not charging: defined in hours, step_size multiplier: 1 second */\n PARKING_TIME = \"PARKING_TIME\",\n /** Time charging: defined in hours, step_size multiplier: 1 second Can also be used in combination with a RESERVATION restriction to describe the price of the reservation time. */\n TIME = \"TIME\"\n}\n\nexport type OCPITariffElement = {\n /** List of price components that describe the pricing of a tariff. */\n price_components?: Maybe<Array<Maybe<OCPIPriceComponent>>>;\n /** Restrictions that describe the applicability of a tariff. */\n restrictions?: Maybe<Array<Maybe<OCPITariffRestrictions>>>;\n};\n\nexport type OCPITariffRestrictions = {\n /** Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9] */\n start_time?: Maybe<Scalars[\"String\"]>;\n /** End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time. */\n end_time?: Maybe<Scalars[\"String\"]>;\n /** Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) */\n start_date?: Maybe<Scalars[\"String\"]>;\n /** End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date */\n end_date?: Maybe<Scalars[\"String\"]>;\n /** Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used */\n min_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used */\n max_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value */\n min_current?: Maybe<Scalars[\"Float\"]>;\n /** Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value */\n max_current?: Maybe<Scalars[\"Float\"]>;\n /** Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value */\n min_power?: Maybe<Scalars[\"Float\"]>;\n /** Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value */\n max_power?: Maybe<Scalars[\"Float\"]>;\n /** Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active */\n min_duration?: Maybe<Scalars[\"Float\"]>;\n /** Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active */\n max_duration?: Maybe<Scalars[\"Float\"]>;\n /** Which day(s) of the week this tariff element is active. */\n day_of_week?: Maybe<OCPIDayOfWeek>;\n /** When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation */\n reservation?: Maybe<OCPIReservationRestrictionType>;\n};\n\nexport enum OCPITariffType {\n /** Used to describe that a tariff is valid when ad-hoc payment is used at the charge point (for example: Debit or Credit card payment terminal) */\n AD_HOC_PAYMENT = \"AD_HOC_PAYMENT\",\n /** Used to describe that a tariff is valid when charging preference: CHEAP is set for the session */\n PROFILE_CHEAP = \"PROFILE_CHEAP\",\n /** Used to describe that a tariff is valid when charging preference: FAST is set for the session */\n PROFILE_FAST = \"PROFILE_FAST\",\n /** Used to describe that a tariff is valid when charging preference: GREEN is set for the session */\n PROFILE_GREEN = \"PROFILE_GREEN\",\n /** Used to describe that a tariff is valid when using an RFID, without any charging preference, or when charging preference: REGULAR is set for the session */\n REGULAR = \"REGULAR\"\n}\n\n/** The operator data which extends OCPI BusinessDetails */\nexport type Operator = {\n /** Unique operator ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of an operator provided by the operator data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Name of an operator */\n name?: Maybe<Scalars[\"String\"]>;\n /** Link to an operator’s website */\n website?: Maybe<Scalars[\"String\"]>;\n /** Image link to an operator’s logo */\n logo?: Maybe<OCPIImage>;\n /** Deprecated: Not used anymore, please use countries property instead */\n country?: Maybe<Scalars[\"String\"]>;\n /** ISO-3166 alpha-2 country codes an operator is active in. */\n countries?: Maybe<Array<CountryCodeAlpha2>>;\n /** Contact information */\n contact?: Maybe<Contact>;\n /** Ranking level on which the operator is placed or null in case the operator is not on any ranking level */\n ranking?: Maybe<Scalars[\"Int\"]>;\n /** Flag which indicates if the operator is in the excluded list */\n excluded?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Filter which can be applied to retrieve the operator list action */\nexport type OperatorListFilter = {\n /** ISO-3166 alpha-2 country codes an operator is active in. */\n countries?: Maybe<Array<CountryCodeAlpha2>>;\n /** List of ranking level(s) to be retrieved. Valid values are 1 to 10 */\n ranking?: Maybe<Array<Scalars[\"Int\"]>>;\n /** Only retrieve operators that are in the excluded list */\n excluded?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Filter which can be applied to retrieve the operator list action */\nexport type OperatorListQuery = {\n /** Unique operator ID */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of an operator provided by an operator data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Exact name */\n name?: Maybe<Scalars[\"String\"]>;\n /** Exact country code */\n country?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum ParkingCost {\n /** Parking is free */\n FREE = \"free\",\n /** Parking includes a fee */\n PAID = \"paid\"\n}\n\nexport type PathSegment = {\n /** Elevation (altitude) in meters */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Average speed, in km/h, for this route path segment */\n averageSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh, of a route path segment */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh per km, of a route path segment */\n consumptionPerKm?: Maybe<Scalars[\"Float\"]>;\n /** Distance, in meters, of a route path segment */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Duration, in seconds, of a route path segment */\n duration?: Maybe<Scalars[\"Float\"]>;\n /** State of charge, in kWh, of a route path segment */\n stateOfCharge?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** A GeoJSON Point */\nexport type Point = {\n /** Point type */\n type: PointType;\n /** The coordinates array with longitude as first value and latitude as second one */\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\n/** A GeoJSON Point input */\nexport type PointInput = {\n /** Point type */\n type: PointType;\n /** Coordinates [longitude, latitude] */\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\n/** GeoJSON Point type */\nexport enum PointType {\n POINT = \"Point\"\n}\n\n/** The list of powers for the speed type */\nexport type PowerList = {\n /** The maximum power the plug provides in kW */\n power?: Maybe<Scalars[\"Float\"]>;\n /** The total number of stations with the specified power */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Power stats model */\nexport type PowerStats = {\n /** The charging speed type for the specified power */\n type?: Maybe<StationSpeedType>;\n /** The list of powers for the speed type */\n powers?: Maybe<Array<Maybe<PowerList>>>;\n};\n\n/** The price model */\nexport type Price = {\n /** The value of the price */\n value?: Maybe<Scalars[\"String\"]>;\n /** The currency of the price */\n currency?: Maybe<Scalars[\"String\"]>;\n /** The pricing model */\n model?: Maybe<Scalars[\"String\"]>;\n /** The value of the price which should be display by the frontend */\n displayValue?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Pricing = {\n /** Unique ID of a price */\n id?: Maybe<Scalars[\"String\"]>;\n /** Price details */\n price_list?: Maybe<Array<Maybe<PricingList>>>;\n};\n\nexport type PricingList = {\n /** (MSP) Mobility Service Provider */\n partner?: Maybe<Scalars[\"String\"]>;\n /** Product details */\n product?: Maybe<PricingListProduct>;\n /** Price product elements */\n elements?: Maybe<Array<Maybe<PricingListElement>>>;\n};\n\nexport type PricingListElement = {\n /** Price element type. */\n type?: Maybe<PricingListElementType>;\n /** Price of the element type without VAT. */\n price_excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** VAT percentage to apply */\n vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport enum PricingListElementType {\n /** Price per kWh */\n ENERGY = \"ENERGY\",\n /** Starting price, fixed fee per charge session */\n FLAT = \"FLAT\",\n /** Fixed price per hour */\n TIME = \"TIME\",\n /** Parking price per hour */\n PARKING_TIME = \"PARKING_TIME\"\n}\n\nexport type PricingListProduct = {\n /** Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price */\n name?: Maybe<Scalars[\"String\"]>;\n /** Description of the product */\n description?: Maybe<Scalars[\"String\"]>;\n /** Subscription type */\n subscription_type?: Maybe<Scalars[\"String\"]>;\n /** Subscription fee without VAT */\n subscription_fee_excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Currency */\n currency?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Query = {\n /** Get a full list of amenities around a station */\n amenityList?: Maybe<Array<Maybe<Amenity>>>;\n /** Get information about a car by its ID */\n car?: Maybe<Car>;\n /** Car premium data provides even more information about your car: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data. */\n carPremium?: Maybe<CarPremium>;\n /** Get a full list of cars */\n carList?: Maybe<Array<Maybe<CarList>>>;\n /** [BETA] Get a navigation session by ID */\n navigation?: Maybe<Navigation>;\n /** Get a full list of operators */\n operatorList?: Maybe<Array<Maybe<Operator>>>;\n /** Get information about an operator by its ID */\n operator?: Maybe<Operator>;\n /** Get all reviews of a station by the station ID */\n reviewList?: Maybe<Array<Review>>;\n /**\n * Get all reviews of stations that were added by an authenticated user.\n * The `x-token` header is mandatory in order to authorize the user who wants to retrieve all the reviews added by him/her.\n * This is a premium feature, contact Chargetrip for more information.\n */\n userReviewList?: Maybe<Array<Review>>;\n /** Get a route by ID */\n route?: Maybe<Route>;\n /** Retrieve information about a route path segment */\n routePath?: Maybe<RoutePath>;\n /** Get the station statistics */\n stationStats?: Maybe<StationStats>;\n /** Get information about a station by its ID */\n station?: Maybe<Station>;\n /** Get a full list of stations */\n stationList?: Maybe<Array<Maybe<Station>>>;\n /** Search for stations around a GeoJSON point with a specific distance in meters */\n stationAround?: Maybe<Array<Maybe<Station>>>;\n /** Get information about a tariff by the tariff ID */\n tariff?: Maybe<OCPITariff>;\n /** Get the full list of tariffs */\n tariffList?: Maybe<Array<Maybe<OCPITariff>>>;\n /** Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field. */\n navigationMapping?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type QueryamenityListArgs = {\n stationId: Scalars[\"ID\"];\n};\n\nexport type QuerycarArgs = {\n id?: Maybe<Scalars[\"ID\"]>;\n externalId?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerycarPremiumArgs = {\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type QuerycarListArgs = {\n query?: Maybe<CarListQuery>;\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<CarListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerynavigationArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryoperatorListArgs = {\n query?: Maybe<OperatorListQuery>;\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<OperatorListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryoperatorArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryreviewListArgs = {\n stationId: Scalars[\"ID\"];\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryuserReviewListArgs = {\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryrouteArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryroutePathArgs = {\n id: Scalars[\"ID\"];\n location: PointInput;\n alternativeId?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type QuerystationArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QuerystationListArgs = {\n query?: Maybe<StationListQuery>;\n filter?: Maybe<StationListFilter>;\n search?: Maybe<Scalars[\"String\"]>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerystationAroundArgs = {\n query?: Maybe<StationAroundQuery>;\n filter?: Maybe<StationAroundFilter>;\n search?: Maybe<Scalars[\"String\"]>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerytariffArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QuerytariffListArgs = {\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QuerynavigationMappingArgs = {\n id: Scalars[\"ID\"];\n provider: MappingProvider;\n precision?: Maybe<Scalars[\"Int\"]>;\n language?: Maybe<MappingLanguage>;\n};\n\n/** EV specific data for a route request */\nexport type RequestEv = {\n /** Internal ID of a Car */\n id?: Maybe<Scalars[\"ID\"]>;\n /** EV battery specific data */\n battery?: Maybe<RequestEvBattery>;\n /** Supported plugs for an EV */\n plugs?: Maybe<Array<Maybe<RequestEvPlug>>>;\n /** Supported adapters of plugs for an EV */\n adapters?: Maybe<Array<Maybe<RequestEvPlug>>>;\n /** Minimum desired power of chargers */\n minPower?: Maybe<Scalars[\"Int\"]>;\n /** Climate is on. The default is true */\n climate?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * The number of passengers on board\n * @deprecated In favor of occupants\n */\n numberOfPassengers?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Consumption specific to an EV or inputed by a request */\n consumption?: Maybe<RequestEvConsumption>;\n};\n\nexport type RequestEvBattery = {\n /** Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh */\n capacity?: Maybe<RequestEvBatteryValue>;\n /** Usable capacity of a battery, in kWh. This value is computed from the provided capacity value */\n capacityKwh?: Maybe<Scalars[\"Float\"]>;\n /** Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh */\n stateOfCharge?: Maybe<RequestEvBatteryValue>;\n /** Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge */\n stateOfChargeKwh?: Maybe<Scalars[\"Float\"]>;\n /** Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh */\n finalStateOfCharge?: Maybe<RequestEvBatteryValue>;\n /** Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge */\n finalStateOfChargeKwh?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvBatteryInput = {\n /** Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car batteryUsableKwh */\n capacity?: Maybe<RequestEvBatteryInputValue>;\n /** Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh */\n stateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n /** Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh */\n finalStateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n};\n\nexport type RequestEvBatteryInputValue = {\n /** Value of a desired final amount of energy in a battery */\n value: Scalars[\"Float\"];\n /** Type of a desired final amount of energy in a battery */\n type: BatteryInputType;\n};\n\nexport type RequestEvBatteryValue = {\n /** Value of the desired final amount of energy in a battery */\n value: Scalars[\"Float\"];\n /** Type of the desired final amount of energy in a battery */\n type: BatteryInputType;\n};\n\nexport type RequestEvConsumption = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumption>;\n /** The consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumption>;\n /** The consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarConsumption>;\n};\n\nexport type RequestEvConsumptionInput = {\n /** Consumption, in kWh, of the auxiliaries */\n aux?: Maybe<CarConsumptionInput>;\n /** Consumption, in kWh, of the battery management system */\n bms?: Maybe<CarConsumptionInput>;\n /** Consumption, in kWh, of the car in idle mode */\n idle?: Maybe<CarConsumptionInput>;\n};\n\nexport type RequestEvInput = {\n /** Internal ID of a Car */\n id: Scalars[\"ID\"];\n /** The EV battery specific data */\n battery?: Maybe<RequestEvBatteryInput>;\n /** Supported plugs of an EV */\n plugs?: Maybe<Array<Maybe<RequestEvPlugInput>>>;\n /** Supported adapters of plugs of an EV */\n adapters?: Maybe<Array<Maybe<RequestEvPlugInput>>>;\n /** Minimum desired power of chargers */\n minPower?: Maybe<Scalars[\"Int\"]>;\n /** Flag which indicates if the climate is on. The default is true */\n climate?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Consumption specific to the EV or inputted by the request */\n consumption?: Maybe<RequestEvConsumptionInput>;\n /** Deprecated */\n auxConsumption?: Maybe<Scalars[\"Float\"]>;\n /** Deprecated */\n bmsConsumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvPlug = {\n /** Type of the plug */\n standard?: Maybe<ConnectorType>;\n /** Maximum charging speed for a plug */\n chargingPower?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RequestEvPlugInput = {\n /** Type of a plug */\n standard: ConnectorType;\n /** Maximum charging speed for this plug */\n chargingPower: Scalars[\"Float\"];\n};\n\nexport type RequestInput = {\n /** EV specific data for a route request */\n ev: RequestEvInput;\n /** Route request data */\n routeRequest: RequestRouteInput;\n};\n\nexport type RequestRoute = {\n /** Desired amenities near the stations, within a 1 km radius */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /**\n * Requested operators\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorIds?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /**\n * Preferred operators are required. In case there are no preferred operators the route cannot be calculated\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorRequired?: Maybe<Scalars[\"Boolean\"]>;\n /**\n * Encourage the route to use preferred operators. In case there are no preferred operators the route can still be calculated\n * @deprecated Will be removed. Use the operators property instead\n */\n operatorPrefer?: Maybe<Scalars[\"Boolean\"]>;\n /** Operator prioritization for a route */\n operators?: Maybe<RouteOperators>;\n /** Season */\n season?: Maybe<RouteSeason>;\n /** Percentage for the minimum limit of the battery capacity before a recharge. The value should be between 0 and 60, with a default of 10% */\n safeRiskMargin?: Maybe<Scalars[\"Int\"]>;\n /** Origin of a route */\n origin?: Maybe<FeaturePoint>;\n /** Destination of a route */\n destination?: Maybe<FeaturePoint>;\n /** Locations where a route will stop */\n via?: Maybe<Array<Maybe<FeaturePoint>>>;\n /** Radius in meters for alternative stations along a route (min 500 - max 5000) */\n stationsAlongRouteRadius?: Maybe<Scalars[\"Int\"]>;\n /** Flag indicating wether the turn-by-turn navigation instructions should be prepared. Disclaimer: The functionality is under active development and the final API is a subject to change. Not ready for production */\n instructions?: Maybe<Scalars[\"Boolean\"]>;\n /** Mode that indicates if we optimize the charging time or always charge to the maximum capacity */\n chargeMode?: Maybe<ChargeMode>;\n};\n\nexport type RequestRouteInput = {\n /** A list of desired amenities near the stations, with a 1 km radius */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Deprecated: in favor of operators. A list of requested operators */\n operatorIds?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Deprecated: in favor of operators. Flag which indicates if the operators are required */\n operatorRequired?: Maybe<Scalars[\"Boolean\"]>;\n /** Deprecated: in favor of operators. Flag which indicates if the preferred operators should be loaded */\n operatorPrefer?: Maybe<Scalars[\"Boolean\"]>;\n /** Operator prioritization for a route */\n operators?: Maybe<RouteOperatorsInput>;\n /** Optional flag to specify the season */\n season?: Maybe<RouteSeason>;\n /** Percentage for a minimum limit of a battery capacity before a recharge. The value should be between 0 and 60, with a default of 10% */\n safeRiskMargin?: Maybe<Scalars[\"Int\"]>;\n /** Mode that indicates if we optimize the charging time or always charge to the maximum capacity */\n chargeMode?: Maybe<ChargeMode>;\n /** Origin of a route */\n origin: FeaturePointInput;\n /** Destination of a route */\n destination: FeaturePointInput;\n /** An optional list of locations where we should stop */\n via?: Maybe<Array<Maybe<FeaturePointInput>>>;\n /** Alternative stations along a route within a specified radius in meters (minimum 500, maximum 5000) */\n stationsAlongRouteRadius?: Maybe<Scalars[\"Int\"]>;\n /** Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored */\n instructions?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type RequestUser = {\n /** ID of the user */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\n/** The review model */\nexport type Review = {\n /** ID of a review */\n id: Scalars[\"ID\"];\n /** Station for which a review was provided */\n station?: Maybe<Station>;\n /** User who added a review. If a review was added by an anonymous user, this will be null */\n user?: Maybe<ReviewUser>;\n /** Rating of a review */\n rating?: Maybe<Scalars[\"Int\"]>;\n /** Message of a review */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** Car that was provided/selected by a user */\n ev?: Maybe<Car>;\n /** Plug type that was provided/selected by a user */\n plugType?: Maybe<ConnectorType>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTags>;\n /** Date and time when a review was created */\n createdAt?: Maybe<Scalars[\"String\"]>;\n /** Date and time when a review was updated */\n updatedAt?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Form input to add a new review */\nexport type ReviewAdd = {\n /** Station ID for which a review is provided */\n stationId: Scalars[\"String\"];\n /** Rating of a review */\n rating: Scalars[\"Int\"];\n /** Review message */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** ID of the Car that was provided/selected by a user */\n ev?: Maybe<Scalars[\"String\"]>;\n /** Plug type that was provided/selected by a user */\n plugType?: Maybe<ConnectorType>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTagsInput>;\n};\n\n/** Form input for edit an existing review */\nexport type ReviewEdit = {\n /** Rating of a review */\n rating: Scalars[\"Int\"];\n /** Review message */\n message?: Maybe<Scalars[\"String\"]>;\n /** Locale of a message */\n locale?: Maybe<Scalars[\"String\"]>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** Boolean tags for a station review */\n tags?: Maybe<ReviewTagsInput>;\n};\n\n/** Statistical information for reviews of a station */\nexport type ReviewStats = {\n /** Average of all reviews */\n rating?: Maybe<Scalars[\"Float\"]>;\n /** 'Total number of reviews */\n count?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Boolean tags for the station review */\nexport type ReviewTags = {\n /** Flag which indicates if the station was working when the review was added */\n working?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag which indicates if the user recommended the station when the review was added */\n recommended?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Boolean tags for a station review */\nexport type ReviewTagsInput = {\n /** Flag which indicates if a station was working when the review was added */\n working?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag which indicates if a user recommended a station when the review was added */\n recommended?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Special format for the user of a review */\nexport type ReviewUser = {\n /** User full name. If a review was added by an anonymous user, this will be null */\n name?: Maybe<Scalars[\"String\"]>;\n /**\n * User ID\n * @deprecated Not sent back anymore, will be null\n */\n id?: Maybe<Scalars[\"ID\"]>;\n /**\n * First name\n * @deprecated Please use name instead\n */\n firstName?: Maybe<Scalars[\"String\"]>;\n /**\n * Last name\n * @deprecated Please use name instead\n */\n lastName?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type Route = {\n /** Recommended route */\n route?: Maybe<RouteAlternative>;\n /** Available alternatives */\n alternatives?: Maybe<Array<Maybe<RouteAlternative>>>;\n /** EV specific data for a route request */\n ev?: Maybe<RequestEv>;\n /** @deprecated You will receive null values */\n user?: Maybe<RequestUser>;\n /** Route request data */\n routeRequest?: Maybe<RequestRoute>;\n /** Application who requested a route */\n app?: Maybe<RouteApp>;\n /** Route status */\n status?: Maybe<RouteStatus>;\n};\n\nexport type RouteAlternative = {\n /** ID of a route alternative */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Type of alternative route */\n type?: Maybe<RouteAlternativeType>;\n /** Number of charges along a route */\n charges?: Maybe<Scalars[\"Int\"]>;\n /** Number of available charges along a route */\n chargesAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupied charges along a route */\n chargesOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of unknown charges along a route */\n chargesUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of out of order charges along a route */\n chargesOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total distance of a route in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total duration of a route, including charge time, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total energy used for a route in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Total time required to charge for an entire route, in seconds */\n chargeTime?: Maybe<Scalars[\"Float\"]>;\n /**\n * Amenity ranking for an alternative\n * @deprecated Will be removed in the future\n */\n amenityRanking?: Maybe<Scalars[\"Int\"]>;\n /** Range, in meters, available at the beginning of a trip */\n rangeStart?: Maybe<Scalars[\"Int\"]>;\n /** Total energy in a battery at the beginning of a trip, in kWh */\n rangeStartKwh?: Maybe<Scalars[\"Float\"]>;\n /** Total energy in a battery at the beginning of a trip, in percentage */\n rangeStartPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, in meters, at the end of a trip */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, energy in kWh, at the end of a trip */\n rangeEndKwh?: Maybe<Scalars[\"Float\"]>;\n /** Remaining range, energy in percentage, at the end of a trip */\n rangeEndPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Text information about a route direction */\n via?: Maybe<Scalars[\"String\"]>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Path elevation, distance, duration, consumption and speed values, grouped into 100 segments */\n pathPlot?: Maybe<Array<Maybe<PathSegment>>>;\n /**\n * Elevation values. Each elevationPlot has a hundred points, independent of the length of a route\n * @deprecated Will be removed in the future; Use the pathPlot property\n */\n elevationPlot?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Total number of meters which are going up on a route */\n elevationUp?: Maybe<Scalars[\"Float\"]>;\n /** Total number of meters which are going down on a route */\n elevationDown?: Maybe<Scalars[\"Float\"]>;\n /** Highest value from the elevation array */\n elevationMax?: Maybe<Scalars[\"Float\"]>;\n /** Money and CO2 saving information */\n saving?: Maybe<RouteAlternativeSaving>;\n /** Legs of the route */\n legs?: Maybe<Array<Maybe<RouteLeg>>>;\n /** List of raw turn-by-turn navigation instructions */\n instructions?: Maybe<Array<Maybe<RouteInstruction>>>;\n /** Alternative stations along a route within specified radius in meters. Only if it was provided at newRoute mutation */\n stationsAlongRoute?: Maybe<Array<Maybe<RouteStationsAlong>>>;\n /** Tags of a route alternative. Values: road, highway, toll, ferry, etc. */\n tags?: Maybe<Array<Maybe<RouteTagType>>>;\n};\n\nexport type RouteAlternativepolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteAlternativeSaving = {\n /** Total amount of CO2, in grams, which would be used with a petrol vehicle */\n co2?: Maybe<Scalars[\"String\"]>;\n /** Money saved by a user driving this route with the electric vehicle */\n money?: Maybe<Scalars[\"String\"]>;\n /** Currency */\n currency?: Maybe<Scalars[\"String\"]>;\n /** Average gas price with which the calculation was made */\n averageGasPrice?: Maybe<Scalars[\"String\"]>;\n /** Average energy price with which the calculation was made */\n averageEnergyPrice?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Types of an alternative route */\nexport enum RouteAlternativeType {\n /** Fastest route between origin and destination */\n FASTEST = \"fastest\",\n /** Best matching route based on operator and amenities preferences */\n BESTMATCHING = \"bestMatching\",\n /** An alternative to the fastest route */\n ALTERNATIVE = \"alternative\"\n}\n\nexport type RouteApp = {\n /** ID of the app who requested a route */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type RouteInstruction = {\n /** Information about the points on the polyline */\n points?: Maybe<RouteInstructionPoints>;\n /** Sign of the instruction. See `RouteInstructionSign` */\n sign?: Maybe<RouteInstructionSign>;\n /** Name of the street on which the instruction is */\n name?: Maybe<Scalars[\"String\"]>;\n /** Distance, in meters, of the current route instruction */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Duration, in seconds, of the current route instruction */\n time?: Maybe<Scalars[\"Int\"]>;\n /** Exit number on a roundabout. This field exists only on sign `USE_ROUNDABOUT` (6), otherwise is null */\n exit_number?: Maybe<Scalars[\"Int\"]>;\n /** Curvature angle between the roundabout and street you exit the roundabout. This field exists only on sign USE_ROUNDABOUT (6), otherwise is null */\n turn_angle?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteInstructionPoints = {\n /** Number of polyline points which are included in this instruction */\n size?: Maybe<Scalars[\"Int\"]>;\n /** The interval of points that are included in this instruction, an array with 2 values, where the first value is the index of the polyline where the interval starts. The second value is where it ends */\n interval?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\n/** Sign belonging to the instruction indicating the main maneuver */\nexport enum RouteInstructionSign {\n UNKNOWN = \"UNKNOWN\",\n U_TURN_UNKNOWN = \"U_TURN_UNKNOWN\",\n U_TURN_LEFT = \"U_TURN_LEFT\",\n KEEP_LEFT = \"KEEP_LEFT\",\n LEAVE_ROUNDABOUT = \"LEAVE_ROUNDABOUT\",\n TURN_SHARP_LEFT = \"TURN_SHARP_LEFT\",\n TURN_LEFT = \"TURN_LEFT\",\n TURN_SLIGHT_LEFT = \"TURN_SLIGHT_LEFT\",\n CONTINUE_ON_STREET = \"CONTINUE_ON_STREET\",\n TURN_SLIGHT_RIGHT = \"TURN_SLIGHT_RIGHT\",\n TURN_RIGHT = \"TURN_RIGHT\",\n TURN_SHARP_RIGHT = \"TURN_SHARP_RIGHT\",\n FINISH = \"FINISH\",\n REACHED_VIA = \"REACHED_VIA\",\n REACHED_CHARGING_STATION = \"REACHED_CHARGING_STATION\",\n USE_ROUNDABOUT = \"USE_ROUNDABOUT\",\n KEEP_RIGHT = \"KEEP_RIGHT\",\n U_TURN_RIGHT = \"U_TURN_RIGHT\",\n PT_START_TRIP = \"PT_START_TRIP\",\n PT_TRANSFER = \"PT_TRANSFER\",\n PT_END_TRIP = \"PT_END_TRIP\",\n IGNORE = \"IGNORE\"\n}\n\nexport type RouteLeg = {\n /** ID of a leg */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Distance from the start to the end of a leg, in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total drive time from the start to the end of a leg, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total energy used in a leg in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Range, in meters, available at the beginning of a leg */\n rangeStart?: Maybe<Scalars[\"Int\"]>;\n /** Total energy in a battery at the beginning of a leg, in kWh */\n rangeStartKwh?: Maybe<Scalars[\"Float\"]>;\n /** Total energy in a battery at the beginning of a trip, in percentage */\n rangeStartPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Range, in meters, available at the end of a leg */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Total energy left in a battery at the end of a leg, in kWh */\n rangeEndKwh?: Maybe<Scalars[\"Float\"]>;\n /** Remaining range, energy in percentage, at the end of a trip */\n rangeEndPercentage?: Maybe<Scalars[\"Int\"]>;\n /** Origin point location */\n origin?: Maybe<FeaturePoint>;\n /** Destination point location */\n destination?: Maybe<FeaturePoint>;\n /** Type of a leg */\n type?: Maybe<LegType>;\n /** Name of a destination. This is the station name in case a user should charge or the name of the location in case this was provided */\n name?: Maybe<Scalars[\"String\"]>;\n /** ID of a station */\n stationId?: Maybe<Scalars[\"String\"]>;\n /** ID of an operator */\n operatorId?: Maybe<Scalars[\"String\"]>;\n /** Name of an operator */\n operatorName?: Maybe<Scalars[\"String\"]>;\n /** Ranking of an operator */\n operatorRanking?: Maybe<Scalars[\"Int\"]>;\n /** Total time required to charge a battery until 80%, in seconds */\n chargeTime?: Maybe<Scalars[\"Int\"]>;\n /** Recommended EVSE where to charge */\n evse?: Maybe<EVSE>;\n /** Recommended connector for charging */\n connector?: Maybe<Connector>;\n /** Number of available plugs at a station */\n plugsAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupied plugs at a charge station */\n plugsOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of unknown plugs at a charge station */\n plugsUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of out of order plugs at a charge station */\n plugsOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total number of plugs at a charge station */\n plugsCount?: Maybe<Scalars[\"Int\"]>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Steps of a leg */\n steps?: Maybe<Array<Maybe<RouteStep>>>;\n /** Tags of a leg. Values: road, highway, toll, ferry */\n tags?: Maybe<Array<Maybe<RouteTagType>>>;\n};\n\nexport type RouteLegpolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Prioritized operators for a route calculation */\nexport type RouteOperators = {\n /** Flag indicating if the operators ranking should be preferred or required */\n type?: Maybe<RouteOperatorsType>;\n /** Ranking of an operator with multiple levels, each level having it's own penalty value */\n ranking?: Maybe<RouteOperatorsRanking>;\n /** Operator IDs which should be excluded from a route */\n exclude?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Prioritized operators for a route calculation */\nexport type RouteOperatorsInput = {\n /** Flag indicating if the operators ranking should be preferred or required */\n type?: Maybe<RouteOperatorsType>;\n /** Ranking of an operator with multiple levels, each level having it's own penalty value */\n ranking?: Maybe<RouteOperatorsRankingInput>;\n /** Operator IDs which should be excluded from a route */\n exclude?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Ranking configuration for prioritized operators */\nexport type RouteOperatorsRanking = {\n /** Level 1 (most significant) for operator ranking */\n level1?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 2 for operator ranking */\n level2?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 3 for operator ranking */\n level3?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 4 for operator ranking */\n level4?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 5 for operator ranking */\n level5?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 6 for operator ranking */\n level6?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 7 for operator ranking */\n level7?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 8 for operator ranking */\n level8?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 9 for operator ranking */\n level9?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 10 (least significant) for operator ranking */\n level10?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Ranking configuration for prioritized operators */\nexport type RouteOperatorsRankingInput = {\n /** Level 1 (most significant) for operator ranking */\n level1?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 2 for operator ranking */\n level2?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 3 for operator ranking */\n level3?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 4 for operator ranking */\n level4?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 5 for operator ranking */\n level5?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 6 for operator ranking */\n level6?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 7 for operator ranking */\n level7?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 8 for operator ranking */\n level8?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 9 for operator ranking */\n level9?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n /** Level 10 (least significant) for operator ranking */\n level10?: Maybe<Array<Maybe<Scalars[\"ID\"]>>>;\n};\n\n/** Type of operator prioritization for a route */\nexport enum RouteOperatorsType {\n /** Default option. Operators ranking will not be taken into account if no type is given */\n NONE = \"none\",\n /** Operators given in the operators ranking will be preferred when calculating routes */\n PREFERRED = \"preferred\",\n /** Operators given in the operators ranking will be required when calculating routes, all other operators will be ignored */\n REQUIRED = \"required\"\n}\n\nexport type RoutePath = {\n /** GeoJSON location of a route path segment */\n location?: Maybe<Point>;\n /** Elevation (altitude) in meters */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Average speed, in km/h, for this route path segment */\n averageSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Recommended speed, in km/h for this route path segment to optimise the consumption */\n recommendedSpeed?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh, of a route path segment */\n consumption?: Maybe<Scalars[\"Float\"]>;\n /** Consumption, in kWh per km, of a route path segment */\n consumptionPerKm?: Maybe<Scalars[\"Float\"]>;\n /** Distance, in meters, of a route path segment */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Duration, in seconds, of a route path segment */\n duration?: Maybe<Scalars[\"Float\"]>;\n /** State of charge, in kWh, of a route path segment */\n stateOfCharge?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** The season of the route */\nexport enum RouteSeason {\n /** We suppose it is summer and we have the best weather conditions */\n SUMMER = \"summer\",\n /** We suppose it is winter and we have the worst weather conditions */\n WINTER = \"winter\",\n /** We fetch the current weather conditions */\n CURRENT = \"current\"\n}\n\nexport type RouteStationsAlong = {\n /** The ID of station */\n id?: Maybe<Scalars[\"String\"]>;\n /** Geojson location of a station */\n location?: Maybe<Point>;\n /** Speed of a station. A station along a route can be either fast or turbo */\n speed?: Maybe<StationSpeedType>;\n /** Status of a station */\n status?: Maybe<ChargerStatus>;\n /** The station uses a preferred operator */\n preferredOperator?: Maybe<Scalars[\"Boolean\"]>;\n /** Distance in meters between station and route path */\n distance?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** The status of a route. The status can be pending, processing, done, not_found or error */\nexport enum RouteStatus {\n /** Route is queued and pending processing. Temporary status */\n PENDING = \"pending\",\n /** We are computing the route for your request. Temporary status */\n PROCESSING = \"processing\",\n /** We finished computing the route, with a result. Final status */\n DONE = \"done\",\n /** We finished the computing the route, without any result. Final status */\n NOT_FOUND = \"not_found\",\n /** An error occurred while computing the route. Final status */\n ERROR = \"error\"\n}\n\nexport type RouteStep = {\n /** ID of a step */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Type of a step */\n type?: Maybe<StepType>;\n /** Polyline containing encoded coordinates */\n polyline?: Maybe<Scalars[\"String\"]>;\n /** Distance from the start to the end of a step, in meters */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Total drive time from the start to the end of a step, in seconds */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Total enery used in a step in kWh */\n consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteSteppolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Tags of a route */\nexport enum RouteTagType {\n ROAD = \"road\",\n HIGHWAY = \"highway\",\n TOLL = \"toll\",\n FERRY = \"ferry\",\n WALKING = \"walking\"\n}\n\n/** Standards(plug type) stats model */\nexport type StandardStats = {\n /** The plug type */\n type?: Maybe<ConnectorType>;\n /** The total number of stations with the specified plug */\n total?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Station data which extends OCPI Location */\nexport type Station = {\n /** Review of a station */\n review?: Maybe<ReviewStats>;\n /** Unique ID of a station */\n id: Scalars[\"ID\"];\n /** ISO-3166 alpha-2 country code of a station */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard) */\n party_id?: Maybe<Scalars[\"String\"]>;\n /**\n * Defines if a location may be published on a website or app etc.\n * When this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\n * When the same location has EVSEs that may be published and may not be published, two 'locations' should be created\n */\n publish?: Maybe<Scalars[\"Boolean\"]>;\n /** Name of a charging station */\n name?: Maybe<Scalars[\"String\"]>;\n /** Street/block name and house number if available */\n address?: Maybe<Scalars[\"String\"]>;\n /** City or town */\n city?: Maybe<Scalars[\"String\"]>;\n /** Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes. */\n postal_code?: Maybe<Scalars[\"String\"]>;\n /** State or province of a location, only to be used when relevant */\n state?: Maybe<Scalars[\"String\"]>;\n /** ISO 3166-1 alpha-3 code for the country of this station */\n country?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a location */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** Geographical location of related points relevant to a user */\n related_locations?: Maybe<Array<Maybe<OCPIAdditionalGeoLocation>>>;\n /** Type of parking at a charge point location */\n parking_type?: Maybe<OCPIParkingType>;\n /** EVSEs that belong to a station */\n evses?: Maybe<Array<Maybe<EVSE>>>;\n /** Human-readable directions on how to reach a station */\n directions?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** Information about an operator */\n operator?: Maybe<Operator>;\n /** Information about a suboperator if applicable */\n suboperator?: Maybe<Operator>;\n /** Information about an owner if available */\n owner?: Maybe<Operator>;\n /** Facilities a charging station belongs to */\n facilities?: Maybe<Array<Maybe<OCPIFacility>>>;\n /** Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones) */\n time_zone?: Maybe<Scalars[\"String\"]>;\n /** Times when an EVSEs at a location can be accessed for charging */\n opening_times?: Maybe<OCPIHours>;\n /** Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true */\n charging_when_closed?: Maybe<Scalars[\"Boolean\"]>;\n /** Links to images related to a location such as photos or logos */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Details of the energy supplied at a location */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created) */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** ID provided by a station data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** GeoJSON location of a charging station */\n location?: Maybe<Point>;\n /** Elevation (altitude) level */\n elevation?: Maybe<Scalars[\"Int\"]>;\n /** Groups of EVSEs by power and type */\n chargers?: Maybe<Array<Maybe<Charger>>>;\n /** Amenities located at this location */\n amenities?: Maybe<Scalars[\"JSON\"]>;\n /** Enriched information about the physical address of a station */\n physical_address?: Maybe<Address>;\n /** Optional object where you can store custom data you need in your application. This extends the current functionalities we offer */\n properties?: Maybe<Scalars[\"JSON\"]>;\n /** A flag that indicates if a station has real-time information about the availability of its connectors */\n realtime?: Maybe<Scalars[\"Boolean\"]>;\n /** A flag that indicates if a station is on private property */\n private?: Maybe<Scalars[\"Boolean\"]>;\n /** Connectors grouped by power */\n power?: Maybe<Scalars[\"JSON\"]>;\n /**\n * Station availability\n * @deprecated predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy\n */\n predicted_availability?: Maybe<Array<Maybe<StationPredictedAvailability>>>;\n /** Predicted station occupancy */\n predicted_occupancy?: Maybe<Array<Maybe<StationPredictedOccupancy>>>;\n /** Charging speed for a station */\n speed?: Maybe<StationSpeedType>;\n /** Global status for a station */\n status?: Maybe<ChargerStatus>;\n};\n\n/** Filter which can be applied to retrieve the station around list action */\nexport type StationAroundFilter = {\n /** The GeoJSON Point of the center of the around me circle */\n location?: Maybe<PointInput>;\n /** Distance, in meters, to search around */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Powers in kWh */\n powers?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station */\n amenities?: Maybe<Array<Maybe<Amenities>>>;\n /** Station speed */\n power_groups?: Maybe<Array<Maybe<StationSpeedType>>>;\n /** Station socket or plug standards */\n connectors?: Maybe<Array<Maybe<ConnectorType>>>;\n /** Flag that allows you to return only available stations */\n available_only?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag indicating if only stations that are owned by an operator from a clients ranking list are returned */\n preferred_operator?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Deprecated: Replaced by filter & search params */\nexport type StationAroundQuery = {\n /** The GeoJSON Point of the center of the around me circle */\n location?: Maybe<PointInput>;\n /** Distance, in meters, to search around */\n distance?: Maybe<Scalars[\"Int\"]>;\n /** Power in kWh */\n power?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\n/** Filter which can be applied to retrieve the station list action */\nexport type StationListFilter = {\n /** Powers in kWh */\n powers?: Maybe<Array<Maybe<Scalars[\"Float\"]>>>;\n /** Amenities available near a station */\n amenities?: Maybe<Array<Maybe<Amenities>>>;\n /** Station speed */\n power_groups?: Maybe<Array<Maybe<StationSpeedType>>>;\n /** Station socket or plug standards */\n connectors?: Maybe<Array<Maybe<ConnectorType>>>;\n /** Flag that allows you to return only available stations */\n available_only?: Maybe<Scalars[\"Boolean\"]>;\n /** Flag indicating if only stations that are owned by an operator from a clients ranking list are returned */\n preferred_operator?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Deprecated: Replaced by filter & search params */\nexport type StationListQuery = {\n /** ID of the station */\n id?: Maybe<Scalars[\"ID\"]>;\n /** External ID of the station provided by the station data source */\n external_id?: Maybe<Scalars[\"String\"]>;\n /** Exact name */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Station availability for each weekday and hour */\nexport type StationPredictedAvailability = {\n /** Number of weekday from 1 (monday) to 7 (sunday) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free)) */\n prediction?: Maybe<Array<Maybe<Scalars[\"Int\"]>>>;\n};\n\n/** Station occupancy for each weekday and hour */\nexport type StationPredictedOccupancy = {\n /** Number of weekday from 1 (monday) to 7 (sunday) */\n weekday?: Maybe<Scalars[\"Int\"]>;\n /** Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied */\n occupancy?: Maybe<Scalars[\"Int\"]>;\n /** Start of the period of the occupancy prediction (string of 'hh-mmZ' format) */\n period_begin?: Maybe<Scalars[\"String\"]>;\n /** End of the period of the occupancy prediction (string of 'hh-mmZ' format) */\n period_end?: Maybe<Scalars[\"String\"]>;\n};\n\n/** The station speed type */\nexport enum StationSpeedType {\n /** Slow charging (below 43 kWh) */\n SLOW = \"slow\",\n /** Fast charging stations (above 43 kWh and below 150 kWh) */\n FAST = \"fast\",\n /** Ultra fast charging stations (above 150 kWh) */\n TURBO = \"turbo\"\n}\n\n/** The station stats model */\nexport type StationStats = {\n /** Stations count grouped by standards */\n standards?: Maybe<Array<Maybe<StandardStats>>>;\n /** Stations count grouped by power */\n power?: Maybe<Array<Maybe<PowerStats>>>;\n /** Stations count grouped by amenities */\n amenities?: Maybe<Array<Maybe<AmenityStats>>>;\n};\n\n/** Types of a route step */\nexport enum StepType {\n /** This step is a road */\n ROAD = \"road\",\n /** This step is a highway */\n HIGHWAY = \"highway\",\n /** This step is a toll road */\n TOLL = \"toll\",\n /** This step is a ferry */\n FERRY = \"ferry\",\n /** This step is reachable by walking */\n WALKING = \"walking\"\n}\n\nexport type Subscription = {\n /** [BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates */\n navigationUpdatedById?: Maybe<Navigation>;\n /**\n * Subscription for a new operator was added in the system event\n * @deprecated operatorAdded has been removed, no value will be sent.\n */\n operatorAdded?: Maybe<Operator>;\n /**\n * Subscription for an operator was updated in the system event, any operator\n * @deprecated operatorUpdated has been removed, no value will be sent.\n */\n operatorUpdated?: Maybe<Operator>;\n /**\n * Subscription for an operator was removed from the system event, any operator\n * @deprecated operatorDeleted has been removed, no value will be sent.\n */\n operatorDeleted?: Maybe<Operator>;\n /**\n * Subscription for a specific operator was updated in the system event\n * @deprecated operatorUpdatedById has been removed, no value will be sent.\n */\n operatorUpdatedById?: Maybe<Operator>;\n /**\n * Subscription for a specific operator was removed from the system event\n * @deprecated operatorDeletedById has been removed, no value will be sent.\n */\n operatorDeletedById?: Maybe<Operator>;\n /** Subscription for a specific route was updated in the system event */\n routeUpdatedById?: Maybe<Route>;\n /**\n * Subscription for a new station was added in the system event\n * @deprecated stationAdded has been removed, no value will be sent.\n */\n stationAdded?: Maybe<Station>;\n /**\n * Subscription for a station was updated in the system event, any station\n * @deprecated stationUpdated has been removed, no value will be sent.\n */\n stationUpdated?: Maybe<Station>;\n /**\n * Subscription for a station was removed from the system event, any station\n * @deprecated stationDeleted has been removed, no value will be sent.\n */\n stationDeleted?: Maybe<Station>;\n /**\n * Subscription for a specific station was updated in the system event\n * @deprecated stationUpdatedById has been removed, no value will be sent.\n */\n stationUpdatedById?: Maybe<Station>;\n /**\n * Subscription for a specific station was removed from the system event\n * @deprecated stationDeletedById has been removed, no value will be sent.\n */\n stationDeletedById?: Maybe<Station>;\n};\n\nexport type SubscriptionnavigationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionoperatorUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionoperatorDeletedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionrouteUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionstationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionstationDeletedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n"],"names":["Amenities","BatteryInputType","CarBatteryFieldEstimations","CarDrivetrain","CarFuel","CarImageType","CarImageTypeUploadable","CarMode","CarPropulsion","CarStatus","ChargeMode","ChargerStatus","ConnectorType","CountryCodeAlpha2","FeatureType","InstructionsFormat","LegType","MappingLanguage","MappingProvider","NavigationState","OCPICapability","OCPIConnectorFormat","OCPIConnectorType","OCPIDayOfWeek","OCPIEnergySourceCategory","OCPIEnvironmentalImpactCategory","OCPIFacility","OCPIImageCategory","OCPIParkingRestriction","OCPIParkingType","OCPIPowerType","OCPIReservationRestrictionType","OCPIStatus","OCPITariffDimensionType","OCPITariffType","ParkingCost","PointType","PricingListElementType","RouteAlternativeType","RouteInstructionSign","RouteOperatorsType","RouteSeason","RouteStatus","RouteTagType","StationSpeedType","StepType"],"mappings":";;;;AAQA;;AAiBA;;AAsBA;AACYA;AAaZ;;WAbYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,sBAAAA;;AA+CZ;AACYC;AAOZ;;WAPYA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,6BAAAA;;AAiMZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,uCAAAA;;AAsCZ;AACYC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,0BAAAA;;AA2BZ;AACYC;;WAAAA;EAAAA;GAAAA,oBAAAA;;AAoCZ;AACYC;AAaZ;;WAbYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,yBAAAA;;AAcAC;AAKZ;;WALYA;EAAAA;GAAAA,mCAAAA;;AA+PZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;GAAAA,oBAAAA;;AAikBZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;GAAAA,0BAAAA;;AAsCZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,sBAAAA;;AAkBZ;AACYC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,uBAAAA;;AAuBAC;AAWZ;;WAXYA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,0BAAAA;;AAuEZ;AACYC;AAiFZ;;WAjFYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,0BAAAA;;AAiGZ;AACYC;AA4OZ;;WA5OYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,8BAAAA;;AAuSZ;AACYC;AAIZ;;WAJYA;EAAAA;GAAAA,wBAAAA;;AAKAC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,+BAAAA;;AAQAC;AAaZ;;WAbYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,oBAAAA;;AAcAC;AAKZ;;WALYA;EAAAA;GAAAA,4BAAAA;;AAMAC;;WAAAA;EAAAA;EAAAA;GAAAA,4BAAAA;;AA0HZ;AACYC;AAWZ;;WAXYA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,4BAAAA;;AA+EZ;AACYC;AA6BZ;;WA7BYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,2BAAAA;;AA8BAC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,gCAAAA;;AAQAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,8BAAAA;;AAiFAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,0BAAAA;;AAsCZ;AACYC;AAmBZ;;WAnBYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,qCAAAA;;AA2BZ;AACYC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,4CAAAA;;AAeAC;AA2CZ;;WA3CYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,yBAAAA;;AA8EZ;AACYC;AAiBZ;;WAjBYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,8BAAAA;;AAkBAC;AAaZ;;WAbYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,mCAAAA;;AAcAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,4BAAAA;;AAeAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,0BAAAA;;AAyCAC;AAOZ;;WAPYA;EAAAA;EAAAA;GAAAA,2CAAAA;;AAQAC;AAqBZ;;WArBYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,uBAAAA;;AA8DAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,oCAAAA;;AAiDAC;AAaZ;;WAbYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,2BAAAA;;AA2DAC;;WAAAA;EAAAA;EAAAA;GAAAA,wBAAAA;;AAwCZ;AACYC;AAIZ;;WAJYA;EAAAA;GAAAA,sBAAAA;;AAyDAC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,mCAAAA;;AAwjBZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;GAAAA,iCAAAA;;AAsCZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,iCAAAA;;AA8JZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;GAAAA,+BAAAA;;AA8BZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;GAAAA,wBAAAA;;AAwBZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,wBAAAA;;AAgCZ;AACYC;AAQZ;;WARYA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,yBAAAA;;AAyLZ;AACYC;AASZ;;WATYA;EAAAA;EAAAA;EAAAA;GAAAA,6BAAAA;;AAmBZ;AACYC;;WAAAA;EAAAA;EAAAA;EAAAA;EAAAA;EAAAA;GAAAA,qBAAAA;;"}
|