@chargetrip/types 1.40.0 → 1.41.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.
@@ -1 +1 @@
1
- {"version":3,"file":"graphql.js","names":["AccelerationUnit","AccessType","AdhocAuthorisationMethod","Amenities","AmenityType","AuxiliaryConsumptionUnit","BatteryInputType","CarBatteryFieldEstimations","CarConnectivityProvider","CarDrivetrain","CarFuel","CarImageType","CarImageTypeUploadable","CarMode","CarPropulsion","CarStatus","ChargeMode","ChargeSpeedUnit","ChargerStatus","ChargingBehaviourCode","ConnectProvider","ConnectScope","ConnectedVehicleStatus","ConnectorType","ConsumptionUnit","CountryCodeAlpha2","CurrencyUnit","DimensionUnit","DistanceUnit","ElevationUnit","EmissionRateUnit","EmissionUnit","FeatureType","FuelConsumptionUnit","FuelUnit","HeavyVehiclesEUType","HeavyVehiclesFacility","InstructionsFormat","IsolineFerryConnectionsType","IsolineQuality","IsolineStatus","LegType","LineStringType","MappingLanguage","MappingProvider","MeasurementUnit","MultiPolygonType","NavigationState","OCPICapability","OCPIConnectorFormat","OCPIConnectorType","OCPIDayOfWeek","OCPIEnergySourceCategory","OCPIEnvironmentalImpactCategory","OCPIFacility","OCPIImageCategory","OCPIParkingRestriction","OCPIParkingType","OCPIPowerType","OCPIReservationRestrictionType","OCPIStatus","OCPITariffDimensionType","OCPITariffType","OICPChargingModes","OICPEvseAuthenticationMode","OICPPaymentOptions","OICPValueAddedServices","ParkingCost","PointType","PowerSupported","PowerUnit","PressureUnit","PricingListElementType","RouteAlternativeType","RouteInstructionSign","RouteOperationalElectricityClimate","RouteOperationalElectricitySeason","RouteOperationalFuelType","RouteOperatorsType","RouteSeason","RouteStatus","RouteTagType","SpeedUnit","StateOfChargeUnit","StationAdhocAuthorisationPaymentMethod","StationSpeedType","StepType","TelemetryInputSource","TemperatureUnit","TorqueUnit","TurningCircleUnit","VehicleAvailabilityStatus","VehicleBatteryFieldEstimations","VehicleBatteryType","VehicleDataProvider","VehicleDrivetrainType","VehicleFuel","VehicleImageType","VehicleImageTypeUploadable","VehicleMode","VehiclePlugAndChargeSupport","VehiclePropulsion","VehicleProviderStatus","VehiclePurpose","VehicleRegion","VehicleStatus","VehicleType","VolumeUnit","WeightUnit"],"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 /** Returns 'OK' */\n Acknowledgement: any;\n /** The date and time scalar */\n DateTime: string;\n /** Email address scalar, email regex with HTML sanitization. */\n Email: any;\n /** Any JSON object */\n JSON: { [key: string]: number | string | boolean | null | Scalars[\"JSON\"] };\n /** The non empty string scalar. */\n NonEmptyString: any;\n /**\n * The `PlainString` scalar type represents textual data, represented as UTF-8 character sequences.\n * The PlainString type represents free-form human-readable text with HTML sanitization.\n */\n PlainString: any;\n /** The File Upload scalar. */\n Upload: any;\n};\n\nexport enum AccelerationUnit {\n /** Return the acceleration in seconds to 100 kilometers per hour. */\n SECONDS_TO_100_KILOMETERS_PER_HOUR = \"seconds_to_100_kilometers_per_hour\",\n /** Return the acceleration in seconds to 60 miles per hour. */\n SECONDS_TO_60_MILES_PER_HOUR = \"seconds_to_60_miles_per_hour\"\n}\n\nexport enum AccessType {\n PUBLIC = \"Public\",\n RESTRICTED = \"Restricted\",\n PRIVATE = \"Private\"\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 /** State or province. */\n state_province?: Maybe<Scalars[\"String\"]>;\n /** Municipality. */\n municipality?: 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 /**\n * Postal code of the location.\n * @deprecated In favor of postal_code.\n */\n postalCode?: Maybe<Scalars[\"String\"]>;\n /**\n * String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.\n * @deprecated In favor of what_3_words.\n */\n what3Words?: Maybe<Scalars[\"String\"]>;\n /**\n * Human-readable address of the location.\n * @deprecated In favor of formatted_address.\n */\n formattedAddress?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Postal code of the location. */\n postal_code?: 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 what_3_words?: Maybe<Scalars[\"String\"]>;\n /** Human-readable address of the location. */\n formatted_address?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\nexport enum AdhocAuthorisationMethod {\n CREDIT_CARD = \"CREDIT_CARD\",\n DEBIT_CARD = \"DEBIT_CARD\",\n OTHER = \"OTHER\",\n OTHER_APPLE_PAY = \"OTHER_Apple_Pay\",\n OTHER_AUTHENTICATION_BY_CAR = \"OTHER_Authentication_by_car\",\n OTHER_GOOGLE_PAY = \"OTHER_Google_Pay\",\n QR_CODE = \"QR_CODE\",\n SMS = \"SMS\"\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/** Amenity preferences for a route. */\nexport type AmenityPreferencesInput = {\n /** Desired amenities near all charge-stops along a route, with a 1 kilometer radius. */\n all_charge_stops?: Maybe<Array<AmenityType>>;\n /** Scheduled charge stops, with a specified amenity and timeline. */\n scheduled_charge_stops?: Maybe<Array<ScheduledChargeStopInput>>;\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/** A list of amenity types. */\nexport enum AmenityType {\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\nexport type AuthorizeConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n /** Provider specific options. See the developer portal for more details */\n options: AuthorizeConnectedVehicleOptions;\n};\n\nexport type AuthorizeConnectedVehicleOptions = {\n /** OAuth code returned as a query parameter on the OAuth callback */\n code?: Maybe<Scalars[\"PlainString\"]>;\n};\n\nexport type AuxiliaryConsumptionInput = {\n /** Value of the auxiliary power consumption of the vehicle. */\n value: Scalars[\"Float\"];\n /** Type of auxiliary power consumption of the vehicle. */\n type: AuxiliaryConsumptionUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum AuxiliaryConsumptionUnit {\n /** Return the auxiliary consumption in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\"\n}\n\n/** The type of the battery value. */\nexport enum BatteryInputType {\n KWH = \"kwh\",\n KM = \"km\",\n MILES = \"miles\",\n PERCENTAGE = \"percentage\"\n}\n\nexport type BatteryTemperatureInput = {\n /** Value of the temperature of the battery. */\n value: Scalars[\"Float\"];\n /** Type of temperature of the battery. */\n type: TemperatureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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\nexport enum CarConnectivityProvider {\n ENODE = \"Enode\"\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 make of a car. */\n brand?: Maybe<CarImage>;\n /** Thumbnail of a full size logo of the make 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 (make) logo at 768x432 px. */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand (make) logo at 56x24 px. */\n BRAND_THUMBNAIL = \"brand_thumbnail\",\n /** Placeholder image at 1536x864 px. */\n PLACEHOLDER = \"placeholder\"\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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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 /** Information about vehicle connectivity. */\n connect?: Maybe<ConnectFilter>;\n};\n\nexport type CarListMedia = {\n /** Latest image of the car. */\n image?: Maybe<CarImage>;\n /** Latest make 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 make 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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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 make 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 the starting price is based on an estimate. */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant that is applied to the starting price. */\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\nexport type ChargeSpeedInput = {\n /** Value of the charge speed of the battery. */\n value: Scalars[\"Float\"];\n /** Type of the charge speed of the battery. */\n type: ChargeSpeedUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum ChargeSpeedUnit {\n /** Return the charge speed in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\",\n /** Return the charge speed in kilometers per hour. */\n KILOMETERS_PER_HOUR = \"kilometers_per_hour\",\n /** Return the charge speed in miles per hour. */\n MILES_PER_HOUR = \"miles_per_hour\"\n}\n\nexport type ChargeTotalInput = {\n /** Value of the temperature of the battery. */\n value: Scalars[\"Float\"];\n /** Type of total charge amount. */\n type: StateOfChargeUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** A grouped representation of EVSEs. */\nexport type Charger = {\n /** Type of a 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/** Grouping 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/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRange = {\n /** Range in kilometers. Worst conditions are based on -10°C and use of heating. */\n worst?: Maybe<Scalars[\"Int\"]>;\n /** Range in kilometers. Best conditions are based on 23°C and no use of A/C. */\n best?: Maybe<Scalars[\"Int\"]>;\n};\n\n/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRangeworstArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\n/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRangebestArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type ChargingBehaviour = {\n /** Charging behaviour of users divided in groups, based on real-time information. */\n code?: Maybe<ChargingBehaviourCode>;\n /** Description of charging behaviour. */\n description?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum ChargingBehaviourCode {\n /** Mainly morning charging, and some mixed afternoon and evening charging. */\n URBAN_CHARGING = \"URBAN_CHARGING\",\n /** Mainly fast charging, with some morning and afternoon charging. */\n FAST_CHARGING = \"FAST_CHARGING\",\n /** Mixed behaviour between morning, afternoon, evening, overnight, and noise charging. */\n MIXED_CHARGING = \"MIXED_CHARGING\",\n /** Mainly noise charging. */\n NOISE_CHARGING = \"NOISE_CHARGING\",\n /** Mainly overnight charging. */\n OVERNIGHT_CHARGING = \"OVERNIGHT_CHARGING\",\n /** Mainly morning charging, with some afternoon charging. */\n OFFICE_CHARGING = \"OFFICE_CHARGING\"\n}\n\nexport type Connect = {\n /** List of connectivity providers to which the vehicle can connect. This field returns null for free users. Please contact customer success for more information. */\n providers?: Maybe<Array<ConnectProvider>>;\n};\n\nexport type ConnectBattery = {\n /** Estimated range by OEM */\n range?: Maybe<Scalars[\"Float\"]>;\n /** Percentage of the battery remaining */\n percentage?: Maybe<Scalars[\"Float\"]>;\n /** Capacity of the battery, in kwh */\n capacity?: Maybe<Scalars[\"Float\"]>;\n /** Date when the battery data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport type ConnectCharge = {\n /** Vehicle is plugged in */\n is_plugged_in?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle is charging */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Battery is fully charged */\n is_fully_charged?: Maybe<Scalars[\"Boolean\"]>;\n /** Charge limit defined by vehicle owner */\n limit?: Maybe<Scalars[\"Int\"]>;\n /** Charge speed, in kwh */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Estimation when charging is completed, as ISO-8601 date */\n fully_charged_at?: Maybe<Scalars[\"DateTime\"]>;\n /** Estimated minutes till charged */\n minutes_till_charged?: Maybe<Scalars[\"Int\"]>;\n /** Date when the charge data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport type ConnectFilter = {\n /** List of connectivity providers to which a vehicle can connect. */\n providers?: Maybe<Array<Maybe<ConnectProvider>>>;\n};\n\n/** Location of the vehicle */\nexport type ConnectLocation = {\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: GeometryPoint;\n /** Properties object containing meta data about the feature point */\n properties?: Maybe<ConnectLocationProperties>;\n};\n\n/** Properties of a vehicle location */\nexport type ConnectLocationProperties = {\n /** Date when the location was retrieved, as ISO-8601 date */\n date: Scalars[\"DateTime\"];\n};\n\nexport type ConnectOdometer = {\n /** Odometer value, distance driven, default in km */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Date when the odometer data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum ConnectProvider {\n ENODE = \"Enode\"\n}\n\nexport enum ConnectScope {\n /** Vehicle location, applicable for: Enode */\n LOCATION = \"location\",\n /** Charge state, applicable for: Enode */\n CHARGE_STATE = \"charge_state\",\n /** Odometer reading, applicable for: Enode */\n ODOMETER = \"odometer\"\n}\n\nexport type ConnectedVehicle = {\n /** Unique ID of the connected vehicle */\n id: Scalars[\"ID\"];\n /** Unique ID of the vehicle */\n vehicle_id: Scalars[\"ID\"];\n /** Status of the connected vehicle */\n status: ConnectedVehicleStatus;\n /** URL to connect the vehicle to the connectivity provider */\n authorization_url?: Maybe<Scalars[\"String\"]>;\n /** Connectivity provider */\n provider: CarConnectivityProvider;\n /** Scope for accessing the vehicle */\n scope?: Maybe<Array<Maybe<ConnectScope>>>;\n /** Custom label for a connected vehicle that can be assigned by a user */\n label?: Maybe<Scalars[\"String\"]>;\n /** Vehicle identification number, unique identifier for a vehicle */\n vin?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type ConnectedVehicleListFilter = {\n /** Status of the connected vehicle */\n status?: Maybe<Array<ConnectedVehicleStatus>>;\n};\n\nexport enum ConnectedVehicleStatus {\n /** Vehicle was added to the Chargetrip Connect platform but not yet authorized */\n PENDING_AUTHORIZATION = \"pending_authorization\",\n /** Vehicle was authorized. Chargetrip can retrieve data on behave of the user */\n AUTHORIZED = \"authorized\",\n /** Pending vehicle removal */\n PENDING_REMOVAL = \"pending_removal\",\n /** Vehicle was removed and access has been revoked */\n REMOVED = \"removed\"\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. This property is OCPI-compliant. */\n id?: Maybe<Scalars[\"String\"]>;\n /** Standard of an installed connector. This property is OCPI-compliant. */\n standard?: Maybe<ConnectorType>;\n /** Format (socket/cable) of an installed connector. This property is OCPI-compliant. */\n format?: Maybe<OCPIConnectorFormat>;\n /** Type of power of an installed connector. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n max_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Maximum amperage of a connector, in ampere [A]. This property is OCPI-compliant. */\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 vehicle, 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. This property is OCPI-compliant.\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. This property is OCPI-compliant.\n */\n tariff_ids?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** URL to an operator’s terms and conditions. This property is OCPI-compliant. */\n terms_and_conditions?: Maybe<Scalars[\"String\"]>;\n /** Timestamp when a connector was last updated (or created). This property is OCPI-compliant. */\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. */\n pricing?: Maybe<Pricing>;\n /** Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database. */\n custom_properties?: Maybe<ConnectorCustomProperties>;\n};\n\n/** Custom properties for connectors. */\nexport type ConnectorCustomProperties = {\n /**\n * Charging prices.\n * @deprecated In favor of connector.pricing\n */\n pricing?: Maybe<Pricing>;\n /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */\n oicp?: Maybe<OICPConnectorCustomProperties>;\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\nexport enum ConsumptionUnit {\n /** Return the consumption in kilowatt hours per 100 kilometers. */\n KILOWATT_HOURS_PER_100_KILOMETERS = \"kilowatt_hours_per_100_kilometers\",\n /** Return the consumption in watt hours per kilometer. */\n WATT_HOURS_PER_KILOMETER = \"watt_hours_per_kilometer\",\n /** Return the consumption in kilometers per kilowatt hour. */\n KILOMETERS_PER_KILOWATT_HOUR = \"kilometers_per_kilowatt_hour\",\n /** Return the consumption in kilowatt hours per 100 miles. */\n KILOWATT_HOURS_PER_100_MILES = \"kilowatt_hours_per_100_miles\",\n /** Return the consumption in watt hours per mile. */\n WATT_HOURS_PER_MILE = \"watt_hours_per_mile\",\n /** Return the consumption in miles per kilowatt hour. */\n MILES_PER_KILOWATT_HOUR = \"miles_per_kilowatt_hour\"\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 BL = \"BL\",\n BM = \"BM\",\n BN = \"BN\",\n BO = \"BO\",\n BQ = \"BQ\",\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 CW = \"CW\",\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 GG = \"GG\",\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 IM = \"IM\",\n IN = \"IN\",\n IO = \"IO\",\n IQ = \"IQ\",\n IR = \"IR\",\n IS = \"IS\",\n IT = \"IT\",\n JE = \"JE\",\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 SS = \"SS\",\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 VE = \"VE\",\n VG = \"VG\",\n VI = \"VI\",\n VN = \"VN\",\n VU = \"VU\",\n WF = \"WF\",\n WS = \"WS\",\n XK = \"XK\",\n YE = \"YE\",\n YT = \"YT\",\n ZA = \"ZA\",\n ZM = \"ZM\",\n ZW = \"ZW\"\n}\n\nexport type CreateConnectedVehicleInput = {\n /** Id from the vehicle */\n vehicle_id: Scalars[\"ID\"];\n /** Connectivity provider used to retrieve data from the vehicle */\n provider: CarConnectivityProvider;\n /** Label for a connected vehicle */\n label?: Maybe<Scalars[\"PlainString\"]>;\n /** Provider specific options. See the developer portal for more details */\n options: CreateConnectedVehicleOptions;\n};\n\nexport type CreateConnectedVehicleOptions = {\n /** Redirect uri */\n redirect_uri?: Maybe<Scalars[\"PlainString\"]>;\n /** Scope */\n scope?: Maybe<Array<ConnectScope>>;\n};\n\n/** Currency according to the ISO 4217 standard. */\nexport enum CurrencyUnit {\n /** Return the currency in EUR. */\n EUR = \"EUR\",\n /** Return the currency in USD. */\n USD = \"USD\",\n /** Return the currency in GBP. */\n GBP = \"GBP\"\n}\n\nexport enum DimensionUnit {\n /** Return the dimension in meters. */\n METER = \"meter\",\n /** Return the dimension in feet. */\n FOOT = \"foot\",\n /** Return the dimension in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the dimension in miles. */\n MILE = \"mile\"\n}\n\nexport enum DistanceUnit {\n /** Return the distance in meters. */\n METER = \"meter\",\n /** Return the distance in feet. */\n FOOT = \"foot\",\n /** Return the distance in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the distance in miles. */\n MILE = \"mile\"\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. This property is OCPI-compliant.\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. This property is OCPI-compliant. */\n evse_id?: Maybe<Scalars[\"String\"]>;\n /** Indicates the current status of an EVSE. This property is OCPI-compliant. */\n status?: Maybe<OCPIStatus>;\n /** Indicates a planned status update of a nEVSE. This property is OCPI-compliant. */\n status_schedule?: Maybe<Array<Maybe<OCPIStatusSchedule>>>;\n /** List of functionalities that an EVSE is capable of. This property is OCPI-compliant. */\n capabilities?: Maybe<Array<Maybe<OCPICapability>>>;\n /** List of available connectors on an EVSE. This property is OCPI-compliant. */\n connectors?: Maybe<Array<Maybe<Connector>>>;\n /** Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. This property is OCPI-compliant. */\n floor_level?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a EVSE. This property is OCPI-compliant. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** A number/string printed on the outside of an EVSE for visual identification. This property is OCPI-compliant. */\n physical_reference?: Maybe<Scalars[\"String\"]>;\n /** Restrictions that apply to a parking spot. This property is OCPI-compliant. */\n parking_restrictions?: Maybe<Array<Maybe<OCPIParkingRestriction>>>;\n /** Links to images related to an EVSE such as photos or logos. This property is OCPI-compliant. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Timestamp when this EVSE or one of its Connectors was last updated (or created). This property is OCPI-compliant. */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Indicates if parking is free or paid. */\n parking_cost?: Maybe<ParkingCost>;\n /** Unique ID of the location in the system of the CPO. */\n cpo_external_id?: 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 /** Custom properties of an EVSE. */\n custom_properties?: Maybe<EvseCustomProperties>;\n};\n\nexport type ElevationInput = {\n /** Value of the elevation. */\n value: Scalars[\"Float\"];\n /** Type of the value of elevation. */\n type: DistanceUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum ElevationUnit {\n /** Return the elevation in meters. */\n METER = \"meter\",\n /** Return the elevation in feet. */\n FOOT = \"foot\"\n}\n\nexport enum EmissionRateUnit {\n /** Return the emission rate in grams per kilometer. */\n GRAMS_PER_KILOMETER = \"grams_per_kilometer\",\n /** Return the emission rate in ounces per mile. */\n OUNCES_PER_MILE = \"ounces_per_mile\"\n}\n\nexport enum EmissionUnit {\n /** Return the emissions in grams. */\n GRAM = \"gram\",\n /** Return the emissions in ounces. */\n OUNCE = \"ounce\"\n}\n\n/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type EvseCustomProperties = {\n /** OICP standard custom properties. */\n oicp?: Maybe<OICPEvseCustomProperties>;\n};\n\n/** A GeoJSON Feature<LineString>. */\nexport type FeatureLineString = {\n /** Feature type. */\n type: FeatureType;\n /** Geometry of the feature. */\n geometry: LineString;\n};\n\n/** A GeoJSON Feature<MultiPolygon>. */\nexport type FeatureMultiPolygon = {\n /** Feature type. */\n type: FeatureType;\n /** Geometry of the feature. */\n geometry: MultiPolygon;\n /** Properties of the MultiPolygon Feature. */\n properties?: Maybe<PolygonProperties>;\n};\n\n/** A GeoJSON Feature<Point>. */\nexport type FeatureMultiPolygonPoint = {\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. */\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/** A GeoJSON Feature<Point> input. */\nexport type FeaturePointPolygonInput = {\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. */\n properties?: Maybe<FeaturePointPolygonPropertiesInput>;\n};\n\n/** Properties for Feature<Point> input. */\nexport type FeaturePointPolygonProperties = {\n /** Name of the location. */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Properties for Feature<Point> input. */\nexport type FeaturePointPolygonPropertiesInput = {\n /** Name of the location. */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** GeoJSON Feature type */\nexport enum FeatureType {\n FEATURE = \"Feature\"\n}\n\nexport enum FuelConsumptionUnit {\n /** Return the fuel consumption in liters per 100 kilometers. */\n LITERS_PER_100_KILOMETERS = \"liters_per_100_kilometers\",\n /** Return the fuel consumption in miles per gallon. */\n MILES_PER_GALLON = \"miles_per_gallon\"\n}\n\nexport enum FuelUnit {\n /** Return the fuel consumption in liters. */\n LITER = \"liter\",\n /** Return the fuel consumption in US gallon. */\n GALLON = \"gallon\"\n}\n\n/** Geometry point with GPS coordinates */\nexport type GeometryPoint = {\n type: PointType;\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\n/** Allowed N (EU) types of heavy vehicles. */\nexport enum HeavyVehiclesEUType {\n /** Only N1 type of heavy vehicles can be parked at the charging station. N1 vehicles have a maximum mass not exceeding 3.5 tonnes (7,700 lbs). */\n N1 = \"N1\",\n /** Only N2 type of heavy vehicles can be parked at the charging station. N2 vehicles have a maximum mass exceeding 3.5 tonnes but not exceeding 12 tonnes (26,000 lbs). */\n N2 = \"N2\",\n /** Only N3 type of heavy vehicles can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs). */\n N3 = \"N3\"\n}\n\n/** List of facilities in the location. */\nexport enum HeavyVehiclesFacility {\n /** Truck parking. */\n TRUCK_PARKING = \"TRUCK_PARKING\",\n /** Truck wash. */\n TRUCK_WASH = \"TRUCK_WASH\",\n /** Truck repair. */\n TRUCK_REPAIR = \"TRUCK_REPAIR\",\n /** Truck dealership. */\n TRUCK_DEALERSHIP = \"TRUCK_DEALERSHIP\",\n /** Secure truck parking. */\n SECURE_TRUCK_PARKING = \"SECURE_TRUCK_PARKING\"\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\nexport type Isoline = {\n /** Isoline id. */\n id: Scalars[\"ID\"];\n /** Isoline status. */\n status: IsolineStatus;\n /** Shape of the isoline consisting in a list of multipolygons. */\n polygons?: Maybe<Array<Maybe<FeatureMultiPolygon>>>;\n /** List of the ferries uniting islands formed by the isoline. */\n ferries?: Maybe<Array<Maybe<FeatureLineString>>>;\n /** The inputted request data for the isoline used to compute it. */\n request_input?: Maybe<IsolineRequestInput>;\n};\n\nexport enum IsolineFerryConnectionsType {\n /** Ferry connections should not be included. */\n NONE = \"none\",\n /** Ferry connections should be taken into account but only one level deep. For example: from the European mainland to England and no other connecting ferries departing from England. */\n SINGLE = \"single\"\n}\n\nexport type IsolineInput = {\n /** Vehicle id. */\n vehicle_id: Scalars[\"ID\"];\n /** Origin point of the request. */\n origin: FeaturePointPolygonInput;\n /** Numbers of polygons to be generated (maximum: 20). */\n polygon_count?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle should be able to return to the origin point from any point. */\n round_trip?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<TotalOccupantWeightInput>;\n /** Cargo weight. */\n total_cargo_weight?: Maybe<TotalCargoWeightInput>;\n /** Climate is on. */\n climate_control?: Maybe<Scalars[\"Boolean\"]>;\n /** Season to be taken into account when generating the isoline. */\n season?: Maybe<RouteSeason>;\n /** Polygons precision quality. */\n quality?: Maybe<IsolineQuality>;\n /** Include ferry connections. Single and multiple ferry connections increase the calculation time and the number of polygons. */\n ferry_connections?: Maybe<IsolineFerryConnectionsType>;\n /** Battery state of charge. When omitted the default value is 100 percent. */\n state_of_charge?: Maybe<StateOfChargeInput>;\n /** Minimum final battery state of charge. When omitted the default value is 0 percent. */\n final_state_of_charge?: Maybe<StateOfChargeInput>;\n};\n\n/** Granularity of the isoline. */\nexport enum IsolineQuality {\n /** High polygons precisions. */\n HIGH = \"high\",\n /** Low polygons precisions. */\n LOW = \"low\"\n}\n\nexport type IsolineRequestInput = {\n /** Vehicle id. */\n vehicle_id: Scalars[\"ID\"];\n /** Origin point of the request. */\n origin: FeaturePoint;\n /** Numbers of polygons that were generated. */\n polygon_count?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle should be able to return to the origin point from any point. */\n round_trip?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<Scalars[\"Float\"]>;\n /** Cargo weight. */\n total_cargo_weight?: Maybe<Scalars[\"Float\"]>;\n /** Climate is on. */\n climate_control?: Maybe<Scalars[\"Boolean\"]>;\n /** Season taken into account when isoline was generated. */\n season?: Maybe<RouteSeason>;\n /** Polygons precision quality. */\n quality?: Maybe<IsolineQuality>;\n /** Ferry connections. */\n ferry_connections?: Maybe<IsolineFerryConnectionsType>;\n /** Battery state of charge. */\n state_of_charge: Scalars[\"Float\"];\n /** Minimum final battery state of charge. */\n final_state_of_charge: Scalars[\"Float\"];\n};\n\nexport type IsolineRequestInputtotal_occupant_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type IsolineRequestInputtotal_cargo_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type IsolineRequestInputstate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type IsolineRequestInputfinal_state_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\n/** Status of the isoline label. */\nexport enum IsolineStatus {\n /** Isoline label has been successfully generated. */\n DONE = \"done\",\n /** Isoline label is under processing. */\n PENDING = \"pending\",\n /** There was an error while generating the isoline label. */\n ERROR = \"error\"\n}\n\n/** Types of a leg. */\nexport enum LegType {\n /** This leg ends at a charging station and the vehicle must recharge. */\n STATION = \"station\",\n /** This leg ends at a via charging station and the vehicle must recharge. */\n STATIONVIA = \"stationVia\",\n /** This leg ends at a scheduled charging station and the vehicle must recharge. */\n STATIONAMENITY = \"stationAmenity\",\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/** A GeoJSON LineString. */\nexport type LineString = {\n /** LineString type. */\n type: LineStringType;\n /** List of coordinates arrays with longitude as first value and latitude as second one. */\n coordinates: Array<Maybe<Array<Scalars[\"Float\"]>>>;\n};\n\n/** GeoJSON LineString type. */\nexport enum LineStringType {\n LINESTRING = \"LineString\"\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 enum MeasurementUnit {\n /** Return the measurement in millimeters. */\n MILLIMETER = \"millimeter\",\n /** Return the measurement in inches. */\n INCH = \"inch\"\n}\n\n/** A GeoJSON Polygon. */\nexport type MultiPolygon = {\n /** MultiPolygon type. */\n type: MultiPolygonType;\n /** List of coordinates representing a polygon. */\n coordinates: Array<\n Maybe<Array<Maybe<Array<Maybe<Array<Scalars[\"Float\"]>>>>>>\n >;\n};\n\n/** GeoJSON MultiPolygon type. */\nexport enum MultiPolygonType {\n MULTIPOLYGON = \"MultiPolygon\"\n}\n\nexport type Mutation = {\n /** [BETA] Create a connected vehicle for a given vehicle id and a connectivity provider */\n createConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Authorize a connected vehicle */\n authorizeConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Update a connected vehicle */\n updateConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Remove a connected vehicle and revoke access */\n removeConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** Create a consumption based isoline. */\n createIsoline?: Maybe<Scalars[\"ID\"]>;\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[\"Acknowledgement\"]>;\n /** [BETA] Recalculate the current navigation route */\n recalculateNavigation?: Maybe<Scalars[\"Acknowledgement\"]>;\n /** [BETA] End a navigation session */\n finishNavigation?: Maybe<Scalars[\"Acknowledgement\"]>;\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 MutationcreateConnectedVehicleArgs = {\n input?: Maybe<CreateConnectedVehicleInput>;\n};\n\nexport type MutationauthorizeConnectedVehicleArgs = {\n input?: Maybe<AuthorizeConnectedVehicleInput>;\n};\n\nexport type MutationupdateConnectedVehicleArgs = {\n input: UpdateConnectedVehicleInput;\n};\n\nexport type MutationremoveConnectedVehicleArgs = {\n input: RemoveConnectedVehicleInput;\n};\n\nexport type MutationcreateIsolineArgs = {\n input: IsolineInput;\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: Scalars[\"ID\"];\n /** The current route alternative used for navigation */\n route_alternative_id: Scalars[\"ID\"];\n /** The state of a navigation session. The status can be driving, charging, finished, or error */\n state: NavigationState;\n /** State of charge at the last known location */\n state_of_charge: Scalars[\"Float\"];\n /** Last known location */\n last_known_location: Point;\n /** Next charging station */\n next_station?: Maybe<NavigationStation>;\n /** A set of alternative charging stations to next station */\n alternative_stations: Array<NavigationStation>;\n /** Navigation instructions */\n instructions?: Maybe<Scalars[\"JSON\"]>;\n /** Navigation meta information. */\n meta?: Maybe<NavigationMeta>;\n};\n\n/** The navigation session data */\nexport type Navigationstate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\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\nexport type NavigationInstructionsInput = {\n /** Turn by turn instructions format for a route */\n instructions_format: InstructionsFormat;\n /** Preferred navigation instructions language. Default: en */\n language?: Maybe<MappingLanguage>;\n /** Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5 */\n precision?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Navigation meta information. */\nexport type NavigationMeta = {\n /** Creation time of the navigation session. */\n created_at?: Maybe<Scalars[\"DateTime\"]>;\n /** Last updated time of the navigation session. */\n updated_at?: Maybe<Scalars[\"DateTime\"]>;\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<StateOfChargeInput>;\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<FeaturePointInput>>;\n /** Telemetry data input */\n telemetry?: Maybe<TelemetryInput>;\n};\n\n/** Input for the navigation start */\nexport type NavigationStartInput = {\n /** ID of the route of the navigation session */\n route_id: Scalars[\"ID\"];\n /** ID of the route alternative of the navigation session */\n route_alternative_id?: Maybe<Scalars[\"ID\"]>;\n /** Current coordinates */\n current_location: PointInput;\n /** Instruction input format */\n instructions: NavigationInstructionsInput;\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: Scalars[\"ID\"];\n /** GPS location of the charging station */\n station_location: Point;\n /** An array with all GPS locations of via points until the next charging station */\n via: Array<Point>;\n /** Estimated state of charge, at arrival on the next charging station */\n estimated_state_of_charge: Scalars[\"Float\"];\n /** Estimated consumption, in kWh, from last the known location until the next charging station */\n estimated_consumption: Scalars[\"Float\"];\n /** Estimated duration, in seconds, from the last known location until the next charging station */\n estimated_duration: Scalars[\"Int\"];\n};\n\n/** Navigation session station type */\nexport type NavigationStationestimated_state_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\n/** Input for the navigation update */\nexport type NavigationUpdateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** A list of locations that were collected since the last update */\n location_data: Array<NavigationUpdateLocationsInput>;\n /** Telemetry data input */\n telemetry?: Maybe<TelemetryInput>;\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 */\n speed?: Maybe<VehicleSpeedInput>;\n /** UNIX timestamp at location, in seconds */\n timestamp: Scalars[\"Int\"];\n /** Elevation information */\n elevation?: Maybe<ElevationInput>;\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}. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n language?: Maybe<Scalars[\"String\"]>;\n /** Text to be displayed to an end user. No markup, html etc. allowed. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n is_green_energy?: Maybe<Scalars[\"Boolean\"]>;\n /** Key-value pairs (enum + percentage) of energy sources of this location’s tariff. This property is OCPI-compliant. */\n energy_sources?: Maybe<Array<Maybe<OCPIEnergySource>>>;\n /** Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. This property is OCPI-compliant. */\n environ_impact?: Maybe<Array<Maybe<OCPIEnvironmentalImpact>>>;\n /** Name of the energy supplier, delivering the energy for this location or tariff.*. This property is OCPI-compliant. */\n supplier_name?: Maybe<Scalars[\"String\"]>;\n /** Name of the energy suppliers product/tariff plan used at this location.*. This property is OCPI-compliant. */\n energy_product_name?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OCPIEnergySource = {\n /** The type of energy source. This property is OCPI-compliant. */\n source?: Maybe<OCPIEnergySourceCategory>;\n /** Percentage of this source (0-100) in the mix. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n category?: Maybe<OCPIEnvironmentalImpactCategory>;\n /** Amount of this portion in g/kWh. This property is OCPI-compliant. */\n amount?: Maybe<Scalars[\"Float\"]>;\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. This property is OCPI-compliant. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n url?: Maybe<Scalars[\"String\"]>;\n /** URL from where a thumbnail of the image can be fetched through a webbrowser. This property is OCPI-compliant. */\n thumbnail?: Maybe<Scalars[\"String\"]>;\n /** Category of an image. This property is OCPI-compliant. */\n category?: Maybe<OCPIImageCategory>;\n /** Image type: gif, jpeg, png, svg. This property is OCPI-compliant. */\n type?: Maybe<Scalars[\"String\"]>;\n /** Width of the full scale image. This property is OCPI-compliant. */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height of the full scale image. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Price/Cost including VAT. This property is OCPI-compliant. */\n incl_vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type OCPIPriceComponent = {\n /** Type of tariff dimension. This property is OCPI-compliant. */\n type?: Maybe<OCPITariffDimensionType>;\n /** Price per unit (excl. VAT) for this tariff dimension. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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). This property is OCPI-compliant. */\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]. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the scheduled period, if known. This property is OCPI-compliant. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n /** Status value during the scheduled period. This property is OCPI-compliant. */\n status?: Maybe<OCPIStatus>;\n};\n\nexport type OCPITariff = {\n /** ISO-3166 alpha-2 country code of the CPO that owns this tariff. This property is OCPI-compliant. */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of the CPO that owns this tariff (following the ISO-15118 standard). This property is OCPI-compliant. */\n party_id?: Maybe<Scalars[\"String\"]>;\n /** Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms). This property is OCPI-compliant. */\n id?: Maybe<Scalars[\"String\"]>;\n /** ISO-4217 code of the currency of this tariff. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n type?: Maybe<OCPITariffType>;\n /** List of alternative tariff information texts, in multiple languages. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n min_price?: Maybe<OCPIPrice>;\n /** When this field is set, a charging session with this tariff will NOT cost more than this amount. This property is OCPI-compliant. */\n max_price?: Maybe<OCPIPrice>;\n /** List of tariff elements. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n end_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Details about the energy supplied with this tariff. This property is OCPI-compliant. */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when this tariff was last updated (or created). This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n price_components?: Maybe<Array<Maybe<OCPIPriceComponent>>>;\n /** Restrictions that describe the applicability of a tariff. This property is OCPI-compliant. */\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]. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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]). This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n end_date?: Maybe<Scalars[\"String\"]>;\n /** Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used. This property is OCPI-compliant. */\n min_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n max_duration?: Maybe<Scalars[\"Float\"]>;\n /** Which day(s) of the week this tariff element is active. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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/** List of charging modes that are supported. */\nexport enum OICPChargingModes {\n MODE_1 = \"mode_1\",\n MODE_2 = \"mode_2\",\n MODE_3 = \"mode_3\",\n MODE_4 = \"mode_4\",\n CHADEMO = \"chademo\"\n}\n\n/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */\nexport type OICPConnectorCustomProperties = {\n /** Returns whether the connector is able to deliver different power outputs. */\n dynamic_power_level?: Maybe<Scalars[\"Boolean\"]>;\n /** List of charging modes that are supported as specified by IEC 61851-1. */\n charging_modes?: Maybe<Array<OICPChargingModes>>;\n};\n\n/** List of authentication modes that are supported. */\nexport enum OICPEvseAuthenticationMode {\n NFC_RFID_CLASSIC = \"nfc_rfid_classic\",\n NFC_RFID_DESFIRE = \"nfc_rfid_desfire\",\n PNC = \"pnc\",\n REMOTE = \"remote\",\n DIRECT_PAYMENT = \"direct_payment\",\n NO_AUTHENTICATION_REQUIRED = \"no_authentication_required\"\n}\n\n/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type OICPEvseCustomProperties = {\n /** List of authentication modes that are supported. */\n authentication_modes: Array<OICPEvseAuthenticationMode>;\n /** Returns a value if the EVSE has a limited capacity (e.g. built-in battery). Values are in kWh. */\n max_capacity?: Maybe<Scalars[\"Int\"]>;\n /** List of payment options that are supported. */\n payment_options: Array<OICPPaymentOptions>;\n /** List of value added services that are supported. */\n value_added_services: Array<OICPValueAddedServices>;\n /** List of additional info by locale. */\n additional_info?: Maybe<Array<OICPEvseCustomPropertiesAdditionalInfo>>;\n /** When the value is set to false this station does not support remote start and stop by Hubject. */\n is_hubject_compatible: Scalars[\"Boolean\"];\n /** Name of the charging point manufacturer. */\n hardware_manufacturer?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OICPEvseCustomPropertiesAdditionalInfo = {\n /** The language in which the additional info text is provided. */\n lang?: Maybe<Scalars[\"String\"]>;\n /** Additional info text value. */\n value?: Maybe<Scalars[\"String\"]>;\n};\n\n/** List of payment options that are supported. */\nexport enum OICPPaymentOptions {\n NO_PAYMENT = \"no_payment\",\n DIRECT = \"direct\",\n CONTRACT = \"contract\"\n}\n\n/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type OICPStationCustomProperties = {\n /** Returns whether the station is a parking facility. */\n parking_facility?: Maybe<Scalars[\"Boolean\"]>;\n /** Returns an identifier for the precise parking spot. Eg. 36 or 12-1. */\n parking_spot?: Maybe<Scalars[\"String\"]>;\n /** Returns information on how the charging station provides metering law data. */\n calibration_law_data_availability: Scalars[\"String\"];\n /** Identification of the corresponding clearing house in the event that roaming between different clearing houses must be processed in the future. */\n clearinghouse_id?: Maybe<Scalars[\"String\"]>;\n};\n\n/** List of value added services that are supported. */\nexport enum OICPValueAddedServices {\n RESERVATION = \"reservation\",\n DYNAMIC_PRICING = \"dynamic_pricing\",\n PARKING_SENSORS = \"parking_sensors\",\n MAXIMUM_POWER_CHARGING = \"maximum_power_charging\",\n PREDICTIVE_CHARGE_POINT_USAGE = \"predictive_charge_point_usage\",\n CHARGING_PLANS = \"charging_plans\",\n ROOF_PROVIDED = \"roof_provided\",\n NONE = \"none\"\n}\n\nexport type OdometerInput = {\n /** Value of the vehicle's odometer. */\n value: Scalars[\"Float\"];\n /** Type of the value of the vehicle's odometer. */\n type: DistanceUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** 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. This property is OCPI-compliant. */\n name?: Maybe<Scalars[\"String\"]>;\n /** Link to an operator’s website. This property is OCPI-compliant. */\n website?: Maybe<Scalars[\"String\"]>;\n /** Image link to an operator’s logo. This property is OCPI-compliant. */\n logo?: Maybe<OCPIImage>;\n /**\n * ISO-3166 alpha-2 country code an operator is active in.\n * @deprecated In favor of countries.\n */\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 type OutsideTempInput = {\n /** Value of the outside temperature. */\n value: Scalars[\"Float\"];\n /** Type of the value of the outside temperature. */\n type: TemperatureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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/** Polygon properties. */\nexport type PolygonProperties = {\n /** Index of the feature inside the list. */\n index?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type PowerInput = {\n /** Value of the positive or negative power. When negative the vehicle is charging. */\n value: Scalars[\"Float\"];\n /** Type of the value of the power. */\n type: PowerUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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\nexport enum PowerSupported {\n /** Power is supported. */\n AVAILABLE = \"available\",\n /** Power is not supported. */\n NOT_AVAILABLE = \"not_available\",\n /** Power is announced, but not yet supported. */\n ANNOUNCED = \"announced\"\n}\n\nexport enum PowerUnit {\n /** Return the power in kilowatts. */\n KILOWATT = \"kilowatt\",\n /** Return the power in horsepower. */\n HORSEPOWER = \"horsepower\"\n}\n\nexport enum PressureUnit {\n /** Return the pressure in bar. */\n BAR = \"bar\",\n /** Return the pressure in pounds per square inch. */\n POUNDS_PER_SQUARE_INCH = \"pounds_per_square_inch\"\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 connected vehicles by id */\n connectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Get the connected vehicles for the current user */\n connectedVehicleList?: Maybe<Array<Maybe<ConnectedVehicle>>>;\n /** [BETA] Retrieve live vehicle data by connected vehicle id */\n connectedVehicleData?: Maybe<VehicleData>;\n /** Get an isoline by ID. */\n isoline?: Maybe<Isoline>;\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 /** [BETA] Emissions profile for route. */\n routeEmissions: RouteEmissions;\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 /** [BETA] Get information about a vehicle by its ID. */\n vehicle?: Maybe<Vehicle>;\n /** [BETA] Vehicle premium data provides even more information about your vehicle: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data. */\n vehiclePremium?: Maybe<VehiclePremium>;\n /** [BETA] Get a full list of vehicles. */\n vehicleList?: Maybe<Array<Maybe<VehicleList>>>;\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 QueryconnectedVehicleArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryconnectedVehicleListArgs = {\n filter?: Maybe<ConnectedVehicleListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryconnectedVehicleDataArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryisolineArgs = {\n id: Scalars[\"ID\"];\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 QueryrouteEmissionsArgs = {\n route_id: Scalars[\"ID\"];\n route_alternative_id?: Maybe<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?: Maybe<Scalars[\"ID\"]>;\n evse_id?: Maybe<Scalars[\"String\"]>;\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\nexport type QueryvehicleArgs = {\n id: Scalars[\"ID\"];\n country?: Maybe<CountryCodeAlpha2>;\n};\n\nexport type QueryvehiclePremiumArgs = {\n id: Scalars[\"ID\"];\n country?: Maybe<CountryCodeAlpha2>;\n};\n\nexport type QueryvehicleListArgs = {\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<VehicleListFilter>;\n country?: Maybe<CountryCodeAlpha2>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RemoveConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n};\n\n/** EV specific data for a route request. */\nexport type RequestEv = {\n /** Internal ID of a Vehicle. */\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 /** Cargo weight, in kg. */\n cargo?: Maybe<Scalars[\"Float\"]>;\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 inputted 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 vehicle battery.usable_kwh. */\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 battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\n stateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n /** Desired final amount of energy in a battery. The value should be between 0 and 80% of the vehicle battery.usable_kwh If this is not filled in, we assume it is 20% of the vehicle battery.usable_kwh. */\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 vehicle 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 vehicle in idle mode. */\n idle?: Maybe<CarConsumptionInput>;\n};\n\nexport type RequestEvInput = {\n /** Internal ID of a Vehicle. */\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 /** Cargo weight, in kg. */\n cargo?: 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 /** Telemetry data used to overwrite routing parameters. */\n telemetry?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type RequestRoute = {\n /**\n * Requested amenities near the stations, within a 1 kilometer radius.\n * @deprecated Will be removed. Use the amenity preferences instead.\n */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Amenity preferences for a route. */\n amenity_preferences?: Maybe<RouteAmenityPreferences>;\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 /** Deprecated: in favor of amenity preferences. A list of desired amenities near the stations, with a 1 kilometer radius. */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Amenity preferences for a route. */\n amenity_preferences?: Maybe<AmenityPreferencesInput>;\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/** 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 /** Vehicle 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 vehicle 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 In favor of name.\n */\n firstName?: Maybe<Scalars[\"String\"]>;\n /**\n * Last name.\n * @deprecated In favor of name\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 /** Route telemetry data. */\n telemetry?: Maybe<Scalars[\"JSON\"]>;\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. In the case of a non BEV where the range end is negative, the value will be 0. */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, energy in kWh, at the end of a trip. In the case of a non BEV where the range end is negative, the value will be 0. */\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 gasoline 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\n/** Amenity preferences for a route. */\nexport type RouteAmenityPreferences = {\n /** Desired amenities near all charge-stops along a route, with a 1 kilometer radius. */\n all_charge_stops?: Maybe<Array<AmenityType>>;\n /** Scheduled charge stops, with a specified amenity and timeline. */\n scheduled_charge_stops?: Maybe<Array<RouteScheduledChargeStop>>;\n};\n\nexport type RouteApp = {\n /** ID of the app who requested a route. */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type RouteEmbeddedEmissions = {\n /** Total embedded emissions. */\n total: Scalars[\"Float\"];\n /** Total manufacturing emissions. */\n manufacturing: RouteEmbeddedManufacturingEmissions;\n /** Total distribution related emissions. */\n distribution: Scalars[\"Float\"];\n /** Distribution sea segment emissions. */\n maritime: RouteEmbeddedMaritimeEmissions;\n /** Distribution land segment emissions. */\n land: RouteEmbeddedLandEmissions;\n};\n\nexport type RouteEmbeddedEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedEmissionsdistributionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissions = {\n /** Total embedded land emissions. */\n total: Scalars[\"Float\"];\n /** Distribution land segment emissions from fuel consumption. */\n fuel: Scalars[\"Float\"];\n /** Distribution land segment lifecycle emissions. */\n lifecycle: Scalars[\"Float\"];\n};\n\nexport type RouteEmbeddedLandEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissionsfuelArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissionslifecycleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissions = {\n /** Total embedded manufacturing emissions. */\n total: Scalars[\"Float\"];\n /** Body manufacturing emissions. */\n body: Scalars[\"Float\"];\n /** Lithium ion battery manufacturing emissions. */\n battery?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionsbodyArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissions = {\n /** Total embedded maritime emissions. */\n total: Scalars[\"Float\"];\n /** Fuel related sea segment emissions. */\n fuel: Scalars[\"Float\"];\n /** Port facility related sea segment emissions. */\n port: Scalars[\"Float\"];\n /** Idling related sea segment emissions. */\n idle: Scalars[\"Float\"];\n /** Distributed lifecycle related sea segment emissions. */\n lifecycle: Scalars[\"Float\"];\n};\n\nexport type RouteEmbeddedMaritimeEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsfuelArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsportArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsidleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionslifecycleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmissions = {\n /** ID of the route for which we retrieve the emissions profile. */\n route_id: Scalars[\"ID\"];\n /** ID of the route alternative for which we retrieve the emissions profile. */\n route_alternative_id: Scalars[\"ID\"];\n /** Emissions profile for the vehicle used in route. */\n route_vehicle: RouteVehicleEmissions;\n /** Emissions profile for an equivalent internal combustion engine vehicle. */\n internal_combustion_vehicle: RouteInternalCombustionVehicleEmissions;\n};\n\nexport type RouteEmissionsinternal_combustion_vehicleArgs = {\n fuel_type?: Maybe<RouteOperationalFuelType>;\n};\n\nexport type RouteEndOfLifeEmissions = {\n /** Total end of life emissions. */\n total: Scalars[\"Float\"];\n /** Total fluid related end of life emissions. */\n fluids: RouteEndOfLifeFluidsEmissions;\n /** Battery related end of life emissions. */\n battery: Scalars[\"Float\"];\n /** Tire related end of life emissions. */\n tires: Scalars[\"Float\"];\n /** Body end of life emissions. */\n body: Scalars[\"Float\"];\n /** Transport end of life emissions. */\n transport: Scalars[\"Float\"];\n};\n\nexport type RouteEndOfLifeEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionstiresArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionsbodyArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionstransportArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissions = {\n /** Total end of life fluids emissions. */\n total: Scalars[\"Float\"];\n /** Total wiper fluid end of life emissions. */\n wiper: Scalars[\"Float\"];\n /** Total brake fluid end of life emissions. */\n brake: Scalars[\"Float\"];\n /** Total powertrain coolant fluid end of life emissions. */\n coolant: Scalars[\"Float\"];\n /** Total transmission fluid end of life emissions. */\n transmission: Scalars[\"Float\"];\n /** Total motor oil end of life emissions. */\n motor_oil?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionswiperArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionsbrakeArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionscoolantArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionstransmissionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionsmotor_oilArgs = {\n unit?: Maybe<EmissionUnit>;\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 RouteInternalCombustionVehicleEmissions = {\n /** Total co2e emissions. */\n total: Scalars[\"Float\"];\n /** Embedded emissions. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions. */\n operational: RouteInternalCombustionVehicleOperationalEmissions;\n /** End of life emissions. */\n end_of_life: RouteEndOfLifeEmissions;\n /** Emissions info for the legs in the order as within the route. */\n legs: Array<RouteInternalCombustionVehicleLegEmissions>;\n};\n\nexport type RouteInternalCombustionVehicleEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteInternalCombustionVehicleLegEmissions = {\n /** Total co2e emissions for the leg. */\n total: Scalars[\"Float\"];\n /** Embedded emissions for the leg. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions for the leg. */\n operational: RouteInternalCombustionVehicleOperationalEmissions;\n /** End of life emissions for the leg. */\n end_of_life: RouteEndOfLifeEmissions;\n};\n\nexport type RouteInternalCombustionVehicleLegEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteInternalCombustionVehicleOperationalEmissions = {\n /** Total operational emissions. */\n total: Scalars[\"Float\"];\n /** Fuel emissions data. */\n fuel: RouteOperationalFuelEmissions;\n /** Total road infrastructure emissions. */\n infrastructure: RouteOperationalInfrastructureEmissions;\n /** Total maintenance emissions. */\n maintenance: RouteOperationalMaintenanceEmissions;\n};\n\nexport type RouteInternalCombustionVehicleOperationalEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\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. In the case of a non BEV where the range end is negative, the value will be 0. */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Total energy left in a battery at the end of a leg, in kWh. In the case of a non BEV where the range end is negative, the value will be 0. */\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 compatible plugs available at a charge station. */\n plugsAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs occupied at a charge station. */\n plugsOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs unknown at a charge station. */\n plugsUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs out of order at a charge station. */\n plugsOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total number of compatible 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 /** Cargo weight in a vehicle for the duration of a leg, in kg. */\n cargo?: Maybe<Scalars[\"Float\"]>;\n /** Number of occupants in a vehicle for the duration of a leg. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteLegpolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteLegMeta = {\n /** Warnings that certain conditions specified in a route mutation are not respected. */\n warnings: Array<RouteMetaWarning>;\n};\n\nexport type RouteMeta = {\n /** Warnings that certain conditions specified in a route mutation are not respected. */\n warnings: Array<RouteMetaWarning>;\n};\n\nexport type RouteMetaWarning = {\n /** Static identifier, can be used for production purposes such as i18n. */\n code: Scalars[\"String\"];\n /** Human readable explanation of the warning, for development purposes. */\n message: Scalars[\"String\"];\n /** Optional JSON object containing data explaining the warning, for development purposes. */\n data?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** Köppen climate classification. */\nexport enum RouteOperationalElectricityClimate {\n /** Tropical rain forest climate. */\n AF = \"Af\",\n /** Tropical monsoon climate. */\n AM = \"Am\",\n /** Tropical savanna climate, dry summer. */\n AW = \"Aw\",\n /** Tropical savanna climate, dry winter. */\n AS = \"As\",\n /** Hot desert climate. */\n BWH = \"BWh\",\n /** Cold desert climate. */\n BWK = \"BWk\",\n /** Hot semi-arid climate. */\n BSH = \"BSh\",\n /** Cold semi-arid climate. */\n BSK = \"BSk\",\n /** Monsoon-influenced humid subtropical climate. */\n CWA = \"Cwa\",\n /** Subtropical highland climate. */\n CWB = \"Cwb\",\n /** Cold subtropical highland climate. */\n CWC = \"Cwc\",\n /** Humid subtropical climate. */\n CFA = \"Cfa\",\n /** Temperate oceanic climate. */\n CFB = \"Cfb\",\n /** Sub polar oceanic climate. */\n CFC = \"Cfc\",\n /** Hot-summer Mediterranean climate. */\n CSA = \"Csa\",\n /** Warm-summer Mediterranean climate. */\n CSB = \"Csb\",\n /** Cold-summer Mediterranean climate. */\n CSC = \"Csc\",\n /** Monsoon-influenced hot-summer humid continental climate. */\n DWA = \"Dwa\",\n /** Monsoon-influenced warm-summer humid continental climate. */\n DWB = \"Dwb\",\n /** Monsoon-influenced subarctic climate. */\n DWC = \"Dwc\",\n /** Monsoon-influenced extremely cold subarctic climate. */\n DWD = \"Dwd\",\n /** Hot-summer humid continental climate. */\n DFA = \"Dfa\",\n /** Warm-summer humid continental climate. */\n DFB = \"Dfb\",\n /** Subarctic climate. */\n DFC = \"Dfc\",\n /** Extremely cold subarctic climate. */\n DFD = \"Dfd\",\n /** Mediterranean-influenced hot-summer humid continental climate. */\n DSA = \"Dsa\",\n /** Mediterranean-influenced warm-summer humid continental climate. */\n DSB = \"Dsb\",\n /** Mediterranean-influenced subarctic climate. */\n DSC = \"Dsc\",\n /** Mediterranean-influenced extremely cold subarctic climate. */\n DSD = \"Dsd\",\n /** Tundra climate. */\n ET = \"ET\",\n /** Ice cap climate. */\n EF = \"EF\"\n}\n\nexport type RouteOperationalElectricityEmissions = {\n /** Total electricity emissions. */\n total: Scalars[\"Float\"];\n /** Base emissions without efficiency losses. */\n base_emissions: Scalars[\"Float\"];\n /** Emissions for electricity lost in the battery. */\n battery_losses: Scalars[\"Float\"];\n /** Emissions for electricity lost in transmission. */\n transmission_losses: Scalars[\"Float\"];\n /** Emissions for electricity lost during charging. */\n chargepoint_losses: Scalars[\"Float\"];\n /** Electricity efficiency information. */\n electricity_efficiency: RouteOperationalElectricityEmissionsEfficiency;\n /** Electricity intensity information. */\n electricity_intensity: RouteOperationalElectricityEmissionsIntensity;\n};\n\nexport type RouteOperationalElectricityEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsbase_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsbattery_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionstransmission_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionschargepoint_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiency = {\n /** Average total electricity efficiency. */\n total_efficiency: Scalars[\"Float\"];\n /** Average efficiency of the battery. */\n battery_efficiency: Scalars[\"Float\"];\n /** Average efficiency of electricity transmission. */\n transmission_efficiency: Scalars[\"Float\"];\n /** Average base regional grid efficiency. */\n base_transmission_efficiency: Scalars[\"Float\"];\n /** Average transmission efficiency change due to temperature. */\n transmission_efficiency_temperature_modifier: Scalars[\"Float\"];\n /** Average efficiency of the chargepoint. */\n chargepoint_efficiency: Scalars[\"Float\"];\n /** Average evse efficiency. */\n evse_efficiency: Scalars[\"Float\"];\n /** Average breaker efficiency. */\n breaker_efficiency: Scalars[\"Float\"];\n /** Average power electronics unit efficiency. */\n power_electronics_unit_efficiency: Scalars[\"Float\"];\n /** Average transformer efficiency. */\n transformer_efficiency: Scalars[\"Float\"];\n /** Change in chargepoint efficiency due to temperature. */\n chargepoint_efficiency_temperature_modifier: Scalars[\"Float\"];\n /** Average charging current in ampere. */\n average_charging_current: Scalars[\"Float\"];\n /** Average charging voltage in volts. */\n average_charging_voltage: Scalars[\"Float\"];\n /** Average outside temperature. */\n average_temperature: Scalars[\"Float\"];\n /** Average regional temperature. */\n average_regional_temperature: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiencyaverage_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiencyaverage_regional_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsGenerationMethods = {\n /** Fraction of coal production. */\n coal: Scalars[\"Float\"];\n /** Fraction of gas production. */\n gas: Scalars[\"Float\"];\n /** Fraction of hydroelectric production. */\n hydro: Scalars[\"Float\"];\n /** Fraction of solar production. */\n solar: Scalars[\"Float\"];\n /** Fraction of wind production. */\n wind: Scalars[\"Float\"];\n /** Fraction of oil production. */\n oil: Scalars[\"Float\"];\n /** Fraction of nuclear production. */\n nuclear: Scalars[\"Float\"];\n /** Fraction of biofuel production. */\n biofuel: Scalars[\"Float\"];\n /** Fraction of other misc renewable production. */\n other: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsIntensity = {\n /** Average route electricity emissions intensity in unit CO2e/kWh. */\n total_electricity_intensity: Scalars[\"Float\"];\n /** Base regional electricity emissions intensity in unit CO2e/kWh. */\n base_electricity_intensity: Scalars[\"Float\"];\n /** Generation methods of electricity production. */\n generation_methods: RouteOperationalElectricityEmissionsGenerationMethods;\n /** Average emissions intensity of processing and transport of primary energy, power generation infrastructure, etc in unit CO2e/kWh. */\n electricity_infrastructure_intensity: Scalars[\"Float\"];\n /** Season for which the route was calculated. */\n season: RouteOperationalElectricitySeason;\n /** The climate for which the route was calculated. */\n climate: RouteOperationalElectricityClimate;\n /** Average electricity demand at the time of route charges as a fraction of average demand. */\n average_electricity_demand: Scalars[\"Float\"];\n /** Fraction of regional power generation that is not affected by demand (always on). */\n base_load_fraction: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsIntensitytotal_electricity_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsIntensitybase_electricity_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsIntensityelectricity_infrastructure_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\n/** Yearly seasons. */\nexport enum RouteOperationalElectricitySeason {\n /** Winter season. */\n WINTER = \"winter\",\n /** Spring season. */\n SPRING = \"spring\",\n /** Summer season. */\n SUMMER = \"summer\",\n /** Fall season. */\n FALL = \"fall\"\n}\n\nexport type RouteOperationalFluidEmissions = {\n /** Total fluid. */\n total: Scalars[\"Float\"];\n /** Total wiper fluid maintenance emissions. */\n wiper: Scalars[\"Float\"];\n /** Total brake fluid maintenance emissions. */\n brake: Scalars[\"Float\"];\n /** Total powertrain coolant fluid maintenance emissions. */\n coolant: Scalars[\"Float\"];\n /** Total transmission fluid maintenance emissions. */\n transmission: Scalars[\"Float\"];\n /** Total motor oil maintenance emissions. */\n motor_oil?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteOperationalFluidEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionswiperArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionsbrakeArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionscoolantArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionstransmissionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionsmotor_oilArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissions = {\n /** Total fuel for the route. */\n total: Scalars[\"Float\"];\n /** Direct (combustion) emissions of the fuel. */\n direct_emissions: Scalars[\"Float\"];\n /** Indirect (production and transport) emissions of the fuel. */\n indirect_emissions: Scalars[\"Float\"];\n /** Fuel consumption for the route in litres. */\n fuel_consumption: Scalars[\"Float\"];\n /** Estimated internal combustion vehicle weight. */\n weight: Scalars[\"Float\"];\n /** Estimated internal combustion vehicle engine torque. */\n engine_torque: Scalars[\"Float\"];\n /** Average powertrain efficiency. */\n powertrain_efficiency: Scalars[\"Float\"];\n /** Average base powertrain efficiency. */\n base_powertrain_efficiency: Scalars[\"Float\"];\n /** Speed related change in powertrain efficiency from the base. */\n powertrain_efficiency_speed_modifier: Scalars[\"Float\"];\n /** Average speed of the vehicle. */\n average_speed: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalFuelEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsdirect_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsindirect_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsfuel_consumptionArgs = {\n unit?: Maybe<FuelUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsweightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsengine_torqueArgs = {\n unit?: Maybe<TorqueUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsaverage_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\n/** Fuel types. */\nexport enum RouteOperationalFuelType {\n /** Gasoline fuel. */\n GASOLINE = \"gasoline\",\n /** Diesel fuel. */\n DIESEL = \"diesel\"\n}\n\nexport type RouteOperationalInfrastructureEmissions = {\n /** Total infrastructure. */\n total: Scalars[\"Float\"];\n /** Embedded (construction, decommissioning, etc) emissions cost. */\n embedded: Scalars[\"Float\"];\n /** Induced maintenance emissions. */\n maintenance: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalInfrastructureEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalInfrastructureEmissionsembeddedArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalInfrastructureEmissionsmaintenanceArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissions = {\n /** Total maintenance. */\n total: Scalars[\"Float\"];\n /** Total fluid related maintenance emissions. */\n fluids: RouteOperationalFluidEmissions;\n /** Battery related maintenance emissions. */\n battery: Scalars[\"Float\"];\n /** Tire related maintenance emissions. */\n tires: Scalars[\"Float\"];\n /** Miscellaneous component maintenance emissions. */\n components: Scalars[\"Float\"];\n /** Accident repair related maintenance emissions. */\n repair: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalMaintenanceEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionstiresArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionscomponentsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionsrepairArgs = {\n unit?: Maybe<EmissionUnit>;\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/** Scheduled charge stop along a route. */\nexport type RouteScheduledChargeStop = {\n /** List of amenity types. */\n types?: Maybe<Array<Maybe<AmenityType>>>;\n /** Duration at the amenity, in seconds. */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Maximum allowed offset from the stop_after value in seconds. Default is 1800. */\n offset?: Maybe<Scalars[\"Int\"]>;\n /** Desired drive time before a scheduled stop after leaving the previous stop, in seconds. */\n stop_after?: Maybe<Scalars[\"Int\"]>;\n /** Maximum distance from a station to an amenity, in meters. */\n max_distance_from_station?: Maybe<Scalars[\"Int\"]>;\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 energy 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 CROSSBORDER = \"crossborder\"\n}\n\nexport type RouteVehicleEmissions = {\n /** Total co2e emissions. */\n total: Scalars[\"Float\"];\n /** Embedded emissions. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions. */\n operational: RouteVehicleOperationalEmissions;\n /** End of life emissions. */\n end_of_life: RouteEndOfLifeEmissions;\n /** Emissions info for the legs in the order as within the route. */\n legs: Array<RouteVehicleLegEmissions>;\n};\n\nexport type RouteVehicleEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteVehicleLegEmissions = {\n /** Total co2e emissions for the leg. */\n total: Scalars[\"Float\"];\n /** Embedded emissions for the leg. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions for the leg. */\n operational: RouteVehicleOperationalEmissions;\n /** End of life emissions for the leg. */\n end_of_life: RouteEndOfLifeEmissions;\n};\n\nexport type RouteVehicleLegEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteVehicleOperationalEmissions = {\n /** Total operational emissions. */\n total: Scalars[\"Float\"];\n /** Electricity emissions data. */\n electricity: RouteOperationalElectricityEmissions;\n /** Total road infrastructure emissions. */\n infrastructure: RouteOperationalInfrastructureEmissions;\n /** Total maintenance emissions. */\n maintenance: RouteOperationalMaintenanceEmissions;\n};\n\nexport type RouteVehicleOperationalEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\n/** Scheduled charge stop along a route. */\nexport type ScheduledChargeStopInput = {\n /** List of amenity types. */\n types: Array<AmenityType>;\n /** Duration at the amenity, in seconds. The value should be between 900 and 86400. */\n duration: Scalars[\"Int\"];\n /** Maximum allowed offset from the stop_after value in seconds. Default is 1800. */\n offset?: Maybe<Scalars[\"Int\"]>;\n /** Desired drive time for a scheduled stop after leaving the origin point, in seconds. */\n stop_after: Scalars[\"Int\"];\n /** Maximum distance from a station to an amenity, in meters. The value should be between 0 and 1000. Default is 1000. */\n max_distance_from_station?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport enum SpeedUnit {\n /** Return the speed in kilometers per hour. */\n KILOMETERS_PER_HOUR = \"kilometers_per_hour\",\n /** Return the speed in miles per hour. */\n MILES_PER_HOUR = \"miles_per_hour\"\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\nexport type StateOfChargeInput = {\n /** Value of the state of charge of the vehicle. */\n value: Scalars[\"Float\"];\n /** Type of the state of charge of the vehicle. */\n type: StateOfChargeUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum StateOfChargeUnit {\n /** Return the state of charge in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the state of charge in miles. */\n MILE = \"mile\",\n /** Return the state of charge in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\",\n /** Return the state of charge as a percentage. */\n PERCENTAGE = \"percentage\"\n}\n\n/** Station data which extends OCPI Location. */\nexport type Station = {\n /** Unique ID of a station. This property is OCPI-compliant. */\n id: Scalars[\"ID\"];\n /** ISO-3166 alpha-2 country code of a station. This property is OCPI-compliant. */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard). This property is OCPI-compliant. */\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. This property is OCPI-compliant.\n */\n publish?: Maybe<Scalars[\"Boolean\"]>;\n /** Name of a charging station. This property is OCPI-compliant. */\n name?: Maybe<Scalars[\"String\"]>;\n /** Street/block name and house number if available. This property is OCPI-compliant. */\n address?: Maybe<Scalars[\"String\"]>;\n /** City or town. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n postal_code?: Maybe<Scalars[\"String\"]>;\n /** State or province of a location, only to be used when relevant. This property is OCPI-compliant. */\n state?: Maybe<Scalars[\"String\"]>;\n /** ISO 3166-1 alpha-3 code for the country of this station. This property is OCPI-compliant. */\n country?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a location. This property is OCPI-compliant. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** Geographical location of related points relevant to a user. This property is OCPI-compliant. */\n related_locations?: Maybe<Array<Maybe<OCPIAdditionalGeoLocation>>>;\n /** Type of parking at a charge point location. This property is OCPI-compliant. */\n parking_type?: Maybe<OCPIParkingType>;\n /** EVSEs that belong to a station. This property is OCPI-compliant. */\n evses?: Maybe<Array<Maybe<EVSE>>>;\n /** Human-readable directions on how to reach a station. This property is OCPI-compliant. */\n directions?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** Information about an operator. This property is OCPI-compliant. */\n operator?: Maybe<Operator>;\n /** Information about a suboperator if applicable. This property is OCPI-compliant. */\n suboperator?: Maybe<Operator>;\n /** Information about an owner if available. This property is OCPI-compliant. */\n owner?: Maybe<Operator>;\n /** Facilities a charging station belongs to. This property is OCPI-compliant. */\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). This property is OCPI-compliant. */\n time_zone?: Maybe<Scalars[\"String\"]>;\n /** Times when an EVSEs at a location can be accessed for charging. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n charging_when_closed?: Maybe<Scalars[\"Boolean\"]>;\n /** Links to images related to a location such as photos or logos. This property is OCPI-compliant. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Details of the energy supplied at a location. This property is OCPI-compliant. */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created). This property is OCPI-compliant. */\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 /** Describes the heavy vehicle properties at the location. */\n heavy_vehicles_properties?: Maybe<StationHeavyVehiclesProperties>;\n /** Describes the heavy vehicle restrictions at the location. */\n heavy_vehicles_restrictions?: Maybe<StationHeavyVehiclesRestrictions>;\n /** Describes the vehicle restrictions at the location. */\n vehicle_restrictions?: Maybe<StationVehicleRestrictions>;\n /** Type of location where the charge point is located. For example, shop. */\n location_category?: Maybe<Scalars[\"String\"]>;\n /** Coordinates for the location's entrances in decimal degrees. If available, there can be more than one entrances to the location. */\n entrance_for_navigation?: Maybe<Array<OCPIAdditionalGeoLocation>>;\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 /**\n * A flag that indicates if a station is on private property.\n * @deprecated In favor of access_type.\n */\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 /** Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database. */\n custom_properties?: Maybe<StationCustomProperties>;\n /** Review of a station. */\n review?: Maybe<ReviewStats>;\n /** List of eMSP cards accepted at a charging station. */\n roaming?: Maybe<Array<Maybe<StationRoaming>>>;\n /** Phone number for assistance at a charging station. */\n support_phone_number?: Maybe<Scalars[\"String\"]>;\n /** Charging behavior of a station. */\n charging_behaviour?: Maybe<ChargingBehaviour>;\n /** Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values. */\n reliability_score?: Maybe<Scalars[\"Int\"]>;\n /** Indicates the authentication and payment methods. */\n adhoc_authorisation_payment_method?: Maybe<\n Array<StationAdhocAuthorisationPaymentMethod>\n >;\n /** Type of access to the charging station. */\n access_type?: Maybe<AccessType>;\n};\n\nexport enum StationAdhocAuthorisationPaymentMethod {\n /** Authentication by car through Plug and Charge. */\n AUTH_BY_CAR_PLUG_AND_CHARGE = \"AUTH_BY_CAR_PLUG_AND_CHARGE\",\n /** Apple Pay. */\n ONLINE_APPLE_PAY = \"ONLINE_APPLE_PAY\",\n /** Terminal in app. */\n TERMINAL_IN_APP = \"TERMINAL_IN_APP\",\n /** PayPal. */\n ONLINE_PAYPAL = \"ONLINE_PAYPAL\",\n /** Service Provider RFID Card. */\n SERVICE_PROVIDER_RFID_CARD = \"SERVICE_PROVIDER_RFID_CARD\",\n /** Terminal QR Code. */\n TERMINAL_QR_CODE = \"TERMINAL_QR_CODE\",\n /** Terminal Credit Card. */\n TERMINAL_CREDIT_CARD = \"TERMINAL_CREDIT_CARD\",\n /** Terminal Debit Card. */\n TERMINAL_DEBIT_CARD = \"TERMINAL_DEBIT_CARD\",\n /** Terminal SMS. */\n TERMINAL_SMS = \"TERMINAL_SMS\",\n /** Credit Card. */\n ONLINE_CREDIT_CARD = \"ONLINE_CREDIT_CARD\",\n /** Other. */\n OTHER_OTHER = \"OTHER_OTHER\",\n /** Terminal Contactless. */\n TERMINAL_CONTACTLESS = \"TERMINAL_CONTACTLESS\",\n /** Google Pay. */\n ONLINE_GOOGLE_PAY = \"ONLINE_GOOGLE_PAY\",\n /** Bank Payment. */\n ONLINE_BANK_PAYMENT = \"ONLINE_BANK_PAYMENT\",\n /** Authentication by car through Auto Charge. */\n AUTH_BY_CAR_AUTOCHARGE = \"AUTH_BY_CAR_AUTOCHARGE\"\n}\n\n/** Filter which can be applied to retrieve the station around list action. */\nexport type StationAroundFilter = {\n /** 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 /** 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\nexport type StationCustomProperties = {\n /**\n * List of eMSP cards accepted at a charging station.\n * @deprecated In favor of station.roaming.\n */\n roaming?: Maybe<Array<Maybe<StationRoaming>>>;\n /**\n * Phone number for assistance at a charging station.\n * @deprecated In favor of station.support_phone_number.\n */\n support_phone_number?: Maybe<Scalars[\"String\"]>;\n /**\n * Charging behavior of a station.\n * @deprecated In favor of station.charging_behaviour.\n */\n charging_behaviour?: Maybe<ChargingBehaviour>;\n /**\n * Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.\n * @deprecated In favor of station.reliability_score.\n */\n reliability_score?: Maybe<Scalars[\"Int\"]>;\n /**\n * List of available ad hoc payment methods.\n * @deprecated In favor of station.adhoc_authorisation_payment_method.\n */\n adhoc_authorisation_method?: Maybe<Array<Maybe<AdhocAuthorisationMethod>>>;\n /**\n * Predicted station occupancy.\n * @deprecated In favor of station.predicted_occupancy.\n */\n predicted_occupancy?: Maybe<Array<Maybe<StationPredictedOccupancy>>>;\n /**\n * Type of access to the charging station.\n * @deprecated In favor of station.charging_behaviour.\n */\n access_type?: Maybe<AccessType>;\n /** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\n oicp?: Maybe<OICPStationCustomProperties>;\n};\n\n/** Describes the heavy vehicle properties at the location. */\nexport type StationHeavyVehiclesProperties = {\n /** Indicates whether the location was constructed mainly for the purpose of heavy vehicles like trucks. */\n is_dedicated?: Maybe<Scalars[\"Boolean\"]>;\n /** List of facilities in the location. */\n facilities?: Maybe<Array<HeavyVehiclesFacility>>;\n /** Indicates whether the location is suitable for trucks with trailers. */\n is_trailer_accessible?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location is drive-through. */\n is_drive_through?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location allows charging of heavy vehicles transporting dangerous goods. */\n allows_dangerous_goods?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location is suitable for rigid heavy vehicles. */\n allows_rigid_vehicles?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location allows overnight charging of heavy vehicles. */\n allows_overnight_parking?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictions = {\n /** Maximum height of the heavy vehicle that is allowed to be parked at the charging station. */\n height?: Maybe<Scalars[\"Float\"]>;\n /** Maximum width of the heavy vehicle that is allowed to be parked at the charging station. */\n width?: Maybe<Scalars[\"Float\"]>;\n /** Maximum length of the heavy vehicle that is allowed to be parked at the charging station. */\n length?: Maybe<Scalars[\"Float\"]>;\n /** Maximum mass of the heavy vehicle that is allowed to be parked at the charging station. */\n mass?: Maybe<Scalars[\"Float\"]>;\n /** Allowed N (EU) types of heavy vehicles. */\n allowed_types_EU?: Maybe<Array<HeavyVehiclesEUType>>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionsheightArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionswidthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionslengthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionsmassArgs = {\n unit?: Maybe<WeightUnit>;\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\nexport type StationRoaming = {\n /** Unique id for a provider. It is created by Eco-Movement, and it is stable. */\n partner_id?: Maybe<Scalars[\"String\"]>;\n /**\n * Unique E-Mobility Account Identifier (eMA ID) for a provider.\n * It is created by Eco-Movement by combining the country code where the charging station is located, and the party id of the provider.\n * For example, NL-ECO. Note: A provider can have multiple eMA IDs.\n * For example, if a company named 'Example Company A' acquired 'Example Company B' and owns the charging stations of Example Company B,\n * then this attribute maps Example Company B's eMA IDs to Example Company A's eMA IDs. For example, ['NL-EXA', 'NL-EXB'].\n */\n ema_id?: Maybe<Array<Scalars[\"String\"]>>;\n /** Name of the EMSP provider. */\n emsp?: Maybe<Scalars[\"String\"]>;\n /** Name of the card accepted at a charging station. */\n card?: Maybe<Scalars[\"String\"]>;\n /** Link to native Android app for card accepted at a charging station. */\n android_app_link?: Maybe<Scalars[\"String\"]>;\n /** Link to native iOS app for card accepted at a charging station. */\n ios_app_link?: 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/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictions = {\n /** Maximum weight for a vehicle that is allowed at the location. */\n mass?: Maybe<Scalars[\"Float\"]>;\n /** Maximum width for a vehicle that is allowed at the location. */\n width?: Maybe<Scalars[\"Float\"]>;\n /** Maximum height for a vehicle that is allowed at the location. */\n height?: Maybe<Scalars[\"Float\"]>;\n /** Maximum length for a vehicle that is allowed at the location. */\n length?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionsmassArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionswidthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionsheightArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionslengthArgs = {\n unit?: Maybe<DimensionUnit>;\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 /** This step is a crossborder. */\n CROSSBORDER = \"crossborder\"\n}\n\nexport type Subscription = {\n /** [BETA] Subscribe to a connected vehicle. */\n connectedVehicle?: Maybe<ConnectedVehicle>;\n /** Subscribe to an isoline in order to receive updates. */\n isoline?: Maybe<Isoline>;\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 /** Subscription for a specific route was updated in the system event */\n routeUpdatedById?: Maybe<Route>;\n};\n\nexport type SubscriptionconnectedVehicleArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionisolineArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionnavigationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionrouteUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type Telemetry = {\n /** Value of the auxiliary power consumption of the vehicle. */\n auxiliary_consumption?: Maybe<Scalars[\"Float\"]>;\n /** Battery current in ampere. */\n battery_current?: Maybe<Scalars[\"Float\"]>;\n /** Value of the temperature of the battery. */\n battery_temperature?: Maybe<Scalars[\"Float\"]>;\n /** Battery voltage in volts. */\n battery_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Is the vehicle currently charging. */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Value of the rate of charge of the battery. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Value of the amount of battery charged. */\n charge_total?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current weight of the occupants. */\n total_occupant_weight?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current weight of the cargo. */\n total_cargo_weight?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current elevation. */\n elevation?: Maybe<Scalars[\"Float\"]>;\n /** Current heading in degrees. */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** RPM of the motor. */\n motor_rpm?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants present in the vehicle. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Value of the vehicle's odometer. */\n odometer?: Maybe<Scalars[\"Float\"]>;\n /** Value of the outside temperature. */\n outside_temperature?: Maybe<Scalars[\"Float\"]>;\n /** Vehicle is in park, neutral or turned off. */\n is_parked?: Maybe<Scalars[\"Boolean\"]>;\n /** Value of the positive or negative power. When negative the vehicle is charging. */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Value of the state of charge of the vehicle. */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Values for the average tire pressures of all wheels, starting from the front side right to left and to the rear. */\n tire_pressure?: Maybe<Array<Scalars[\"Float\"]>>;\n /** UNIX timestamp in seconds. */\n timestamp?: Maybe<Scalars[\"Int\"]>;\n /** Value of the vehicle speed. */\n vehicle_speed?: Maybe<Scalars[\"Float\"]>;\n /** Custom input fields can be added based on telemetry architecture. */\n custom?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type Telemetryauxiliary_consumptionArgs = {\n unit?: Maybe<AuxiliaryConsumptionUnit>;\n};\n\nexport type Telemetrybattery_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type Telemetrycharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type Telemetrycharge_totalArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type Telemetrytotal_occupant_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type Telemetrytotal_cargo_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type TelemetryelevationArgs = {\n unit?: Maybe<ElevationUnit>;\n};\n\nexport type TelemetryodometerArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type Telemetryoutside_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type TelemetrypowerArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type Telemetrystate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type Telemetrytire_pressureArgs = {\n unit?: Maybe<PressureUnit>;\n};\n\nexport type Telemetryvehicle_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport type TelemetryInput = {\n /** Average auxiliary power consumption. */\n auxiliary_consumption?: Maybe<AuxiliaryConsumptionInput>;\n /** Battery current in ampere. */\n battery_current?: Maybe<Scalars[\"Float\"]>;\n /** Battery temperature. */\n battery_temperature?: Maybe<BatteryTemperatureInput>;\n /** Battery voltage in volts. */\n battery_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Is the vehicle currently charging. */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Rate of charge. */\n charge_speed?: Maybe<ChargeSpeedInput>;\n /** Amount charged. */\n charge_total?: Maybe<ChargeTotalInput>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<TotalOccupantWeightInput>;\n /** Weight of the cargo. */\n total_cargo_weight?: Maybe<TotalCargoWeightInput>;\n /** Current elevation. */\n elevation?: Maybe<ElevationInput>;\n /** Current heading in degrees. */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** RPM of the motor. */\n motor_rpm?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants in the vehicle. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Mileage or odometer reading. */\n odometer?: Maybe<OdometerInput>;\n /** Outside temperature. */\n outside_temperature?: Maybe<OutsideTempInput>;\n /** Vehicle is in park, neutral or turned off. */\n is_parked?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle power. */\n power?: Maybe<PowerInput>;\n /** Battery state of charge. */\n state_of_charge?: Maybe<StateOfChargeInput>;\n /** Average tire pressures of all wheels, starting from the front side right to left and to the rear. */\n tire_pressure?: Maybe<TirePressureInput>;\n /** UNIX timestamp in seconds. */\n timestamp?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle speed. */\n vehicle_speed?: Maybe<VehicleSpeedInput>;\n /** Custom input fields can be added based on telemetry architecture. */\n custom?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport enum TelemetryInputSource {\n /** Manually inputted value. */\n MANUAL = \"manual\",\n /** Value from the vehicle's telemetry. */\n TELEMETRY = \"telemetry\"\n}\n\nexport enum TemperatureUnit {\n /** Return the temperature in Celsius. */\n CELSIUS = \"Celsius\",\n /** Return the temperature in Fahrenheit. */\n FAHRENHEIT = \"Fahrenheit\"\n}\n\nexport type TirePressureInput = {\n /** Values for the tire pressure, starting from the front side right to left and to the rear. */\n value: Array<Scalars[\"Float\"]>;\n /** Type of the value of pressure. */\n type: PressureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum TorqueUnit {\n /** Return the torque in newton meters. */\n NEWTON_METER = \"newton_meter\",\n /** Return the torque in foot pounds. */\n FOOT_POUND = \"foot_pound\"\n}\n\nexport type TotalCargoWeightInput = {\n /** Value of the current weight of the cargo. */\n value: Scalars[\"Float\"];\n /** Type of the current weight of the cargo. */\n type: WeightUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport type TotalOccupantWeightInput = {\n /** Value of the current weight of the occupants. */\n value: Scalars[\"Float\"];\n /** Type of the current weight of the occupants. */\n type: WeightUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum TurningCircleUnit {\n /** Return the turning circle in meters. */\n METER = \"meter\",\n /** Return the turning circle in feet. */\n FOOT = \"foot\"\n}\n\nexport type UpdateConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n /** New label for a connected vehicle */\n label?: Maybe<Scalars[\"PlainString\"]>;\n};\n\n/** Output of a vehicle query. */\nexport type Vehicle = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Naming of the vehicle. */\n naming: VehicleNaming;\n /** Drivetrain of the vehicle. */\n drivetrain: VehicleDrivetrain;\n /** Available connectors for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Adapters for the connectors of the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehicleBattery;\n /** Body of the vehicle. */\n body: VehicleBody;\n /** Availability of the vehicle. */\n availability: VehicleAvailability;\n /** Performance of the vehicle. */\n performance?: Maybe<VehiclePerformance>;\n /** Range of the vehicle. */\n range: VehicleRange;\n /** Media of the vehicle. */\n media: VehicleMedia;\n /** Routing of the vehicle. */\n routing: VehicleRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n /** Details about Heat Pump. */\n heat_pump?: Maybe<VehicleHeatPump>;\n};\n\nexport type VehicleAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\n};\n\n/** Availability status of a vehicle. */\nexport enum VehicleAvailabilityStatus {\n /** Vehicle no longer for sale in any market / region. */\n NO_LONGER_AVAILABLE = \"no_longer_available\",\n /** Vehicle currently for sale in at least one market / region. */\n AVAILABLE = \"available\",\n /** Vehicle expected in market from Date_From (estimated), pre-order open. */\n RELEASE_DATE_ANNOUNCED_PREORDERABLE = \"release_date_announced_preorderable\",\n /** Vehicle expected in market from Date_From (estimated), pre-order unknown or not open. */\n RELEASE_DATE_ANNOUNCED = \"release_date_announced\",\n /** Concept vehicle, nearing production and/or confirmed, pre-order open. */\n CONCEPT_VEHICLE_PREORDERABLE = \"concept_vehicle_preorderable\",\n /** Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open. */\n CONCEPT_VEHICLE = \"concept_vehicle\",\n /** Concept vehicle, not close to production and/or unconfirmed, pre-order open. */\n CONCEPT_VEHICLE_RELEASE_DATE_TBA_PREORDERABLE = \"concept_vehicle_release_date_tba_preorderable\",\n /** Concept vehicle, not close to production and/or unconfirmed, pre-order unknown. */\n CONCEPT_VEHICLE_RELEASE_DATE_TBA = \"concept_vehicle_release_date_tba\",\n /** Status uncertain, introduction date and/or pricing unclear. */\n UNCERTAIN = \"uncertain\"\n}\n\nexport type VehicleBattery = {\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\n/** Battery field estimated. */\nexport enum VehicleBatteryFieldEstimations {\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 enum VehicleBatteryType {\n /** Lithium-Ion Battery. */\n LITHIUM_ION = \"lithium_ion\"\n}\n\nexport type VehicleBody = {\n /** Width with folded mirrors, default in mm. */\n width: Scalars[\"Float\"];\n /** Height (average height for adjustable suspensions), default in mm. */\n height: Scalars[\"Float\"];\n /** Weight (unladen), default in kg. */\n weight: VehicleBodyWeight;\n /** Number of seats. */\n seats: Scalars[\"Int\"];\n};\n\nexport type VehicleBodywidthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehicleBodyheightArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehicleBodyWeight = {\n /** Minimum weight, default in kg. */\n minimum?: Maybe<Scalars[\"Float\"]>;\n /** Nominal weight, default in kg. */\n nominal?: Maybe<Scalars[\"Float\"]>;\n /** Maximal weight, default in kg. */\n maximal?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehicleBodyWeightminimumArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehicleBodyWeightnominalArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehicleBodyWeightmaximalArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\n/** Vehicle plug model. */\nexport type VehicleConnector = {\n /** Connector type, known as connector standard in OCPI. */\n standard: ConnectorType;\n /** Usable electric power in kW. */\n power: Scalars[\"Float\"];\n /** Maximum electric power in kW. */\n max_electric_power: Scalars[\"Float\"];\n /** Time it takes to charge from 10 to 80% with a fast charger, shown in minutes. */\n time: Scalars[\"Int\"];\n /** Charging speed, default in kmph. */\n speed: Scalars[\"Float\"];\n};\n\n/** Vehicle plug model. */\nexport type VehicleConnectorspeedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\n/** The consumption of the vehicle. */\nexport type VehicleConsumptionInput = {\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\nexport type VehicleData = {\n /** Battery data */\n battery?: Maybe<ConnectBattery>;\n /** Charge data */\n charge?: Maybe<ConnectCharge>;\n /** Location data */\n location?: Maybe<ConnectLocation>;\n /** Odometer data */\n odometer?: Maybe<ConnectOdometer>;\n};\n\nexport enum VehicleDataProvider {\n /** Internal data provider. */\n CHARGETRIP = \"chargetrip\",\n /** EV database data provider. */\n EVDATABASE = \"evdatabase\"\n}\n\nexport type VehicleDrivetrain = {\n /** Type of drivetrain. */\n type: VehicleDrivetrainType;\n};\n\n/** Drivetrain. */\nexport enum VehicleDrivetrainType {\n /** Battery Electric Vehicle. */\n BEV = \"BEV\",\n /** Extended Range Electric Vehicle. */\n EREV = \"EREV\",\n /** Hybrid Electric Vehicle. */\n HEV = \"HEV\",\n /** Plug-in Hybrid Electric Vehicle. */\n PHEV = \"PHEV\"\n}\n\n/** Fuel type. */\nexport enum VehicleFuel {\n /** ICE engine available. Uses diesel. */\n D = \"D\",\n /** Electricity only. Full electric vehicle. */\n E = \"E\",\n /** ICE engine available. Uses petrol. */\n P = \"P\"\n}\n\nexport type VehicleHeatPump = {\n /** Indicates if a heat pump is available for a specific vehicle. */\n is_available?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates if a heat pump is standard equipment for a specific vehicle. */\n is_standard_equipment?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehicleImage = {\n /** Image id. */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Image type. */\n type: VehicleImageType;\n /** Full path URL of a large image. */\n url: Scalars[\"String\"];\n /** Height of a large image in pixels. */\n height: Scalars[\"Int\"];\n /** Width of a large image in pixels. */\n width: Scalars[\"Int\"];\n /** Full path URL of a thumbnail image. */\n thumbnail_url: Scalars[\"String\"];\n /** Height of a thumbnail image in pixels. */\n thumbnail_height: Scalars[\"Int\"];\n /** Width of a thumbnail image in pixels. */\n thumbnail_width: Scalars[\"Int\"];\n};\n\n/** Available types of images which can be found for a vehicle. Each type has specific image sizes. */\nexport enum VehicleImageType {\n /** Images provided by a Vehicle 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 /** Premium image. */\n IMAGE_PREMIUM = \"image_premium\",\n /** Thumbnail of a premium image. */\n PREMIUM_IMAGE_THUMBNAIL = \"premium_image_thumbnail\",\n /** Full-sized brand (make) logo at 768x432 px. */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand (make) logo at 56x24 px. */\n BRAND_THUMBNAIL = \"brand_thumbnail\",\n /** Placeholder image at 1536x864 px. */\n PLACEHOLDER = \"placeholder\"\n}\n\n/** When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system. */\nexport enum VehicleImageTypeUploadable {\n /** Freemium vehicle image. */\n IMAGE = \"image\",\n /** Premium vehicle image. */\n IMAGE_PREMIUM = \"image_premium\"\n}\n\n/** The output element of the vehicleList query. */\nexport type VehicleList = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Naming of the vehicle. */\n naming: VehicleListNaming;\n /** Drivetrain of the vehicle. */\n drivetrain: VehicleDrivetrain;\n /** Connectors available for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Adapters available for the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehicleListBattery;\n /** Body of the vehicle. */\n body: VehicleListBody;\n /** Availability of the vehicle. */\n availability: VehicleListAvailability;\n /** Range of the vehicle. */\n range: VehicleListRange;\n /** Media of the vehicle. */\n media: VehicleListMedia;\n /** Routing of the vehicle. */\n routing: VehicleListRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n};\n\nexport type VehicleListAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\n};\n\nexport type VehicleListBattery = {\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\nexport type VehicleListBody = {\n /** Number of seats in a vehicle. */\n seats: Scalars[\"Int\"];\n};\n\nexport type VehicleListFilter = {\n /** Availability of a vehicle. */\n availability?: Maybe<Array<VehicleAvailabilityStatus>>;\n /** Drivetrain type of a vehicle. */\n drivetrain?: Maybe<Array<VehicleDrivetrainType>>;\n /** Information about vehicle connectivity. */\n connect?: Maybe<ConnectFilter>;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region?: Maybe<Array<VehicleRegion>>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose?: Maybe<Array<VehiclePurpose>>;\n /** Type of vehicle. */\n type?: Maybe<Array<VehicleType>>;\n};\n\nexport type VehicleListMedia = {\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo of the vehicle.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo of the vehicle. */\n make: VehicleImage;\n /** Latest video of the vehicle. */\n video?: Maybe<VehicleVideo>;\n};\n\nexport type VehicleListNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n};\n\nexport type VehicleListRange = {\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehicleListRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n};\n\nexport type VehicleMedia = {\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo. */\n make: VehicleImage;\n /** All images of the vehicle. */\n image_list: Array<VehicleImage>;\n /** Latest video. */\n video?: Maybe<VehicleVideo>;\n /** All videos of the vehicle. */\n video_list?: Maybe<Array<VehicleVideo>>;\n};\n\n/** Mode (state) of the current production. */\nexport enum VehicleMode {\n /** Old vehicle that is no longer manufactured. */\n INDEX_ONLY = \"index_only\",\n /** Vehicle is in production and has been released. */\n PRODUCTION = \"production\",\n /** Future releases of a vehicle, a concept of the vehicle, specs may change over time. */\n CONCEPT = \"concept\"\n}\n\nexport type VehicleNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n};\n\nexport type VehiclePerformance = {\n /** Acceleration in seconds, default in kmph to 100. */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Top speed of the vehicle, default in kmph. */\n top_speed?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePerformanceaccelerationArgs = {\n unit?: Maybe<AccelerationUnit>;\n};\n\nexport type VehiclePerformancetop_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport enum VehiclePlugAndChargeSupport {\n /** Plug and charge is available. */\n AVAILABLE = \"available\",\n /** Plug and charge is announced, but not yet available. */\n ANNOUNCED = \"announced\",\n /** Plug and charge is available in a limited context. */\n LIMITED = \"limited\",\n /** Plug and charge is not available. */\n NOT_AVAILABLE = \"not_available\"\n}\n\n/** The output element of the vehiclePremium query. */\nexport type VehiclePremium = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Internal ID of the successor vehicle trim. */\n succesor_id?: Maybe<Scalars[\"String\"]>;\n /** Naming of the vehicle. */\n naming: VehiclePremiumNaming;\n /** Connectors available for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Charge details. */\n charge: VehiclePremiumCharge;\n /** Fast charge details. */\n fast_charge: VehiclePremiumFastCharge;\n /** Adapters of connectors available for a connectors of the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehiclePremiumBattery;\n /** Body of the vehicle. */\n body: VehiclePremiumBody;\n /** Availability of the vehicle. */\n availability: VehiclePremiumAvailability;\n /**\n * Pricing of the vehicle.\n * @deprecated In favor of pricing.\n */\n price: VehiclePremiumPrice;\n /** Starting price in the currency defined in the field argument. If not defined, it will return the starting price in the currency returned in the currency field. */\n pricing: VehiclePremiumPriceValueWithGrant;\n /** Drivetrain of the vehicle. */\n drivetrain: VehiclePremiumDrivetrain;\n /** Performance of the vehicle. */\n performance?: Maybe<VehiclePremiumPerformance>;\n /** Range of the vehicle. */\n range: VehiclePremiumRange;\n /** Efficiency of the vehicle. */\n efficiency: VehiclePremiumEfficiency;\n /** Safety of the vehicle. */\n safety?: Maybe<VehiclePremiumSafety>;\n /** Media of the vehicle. */\n media: VehiclePremiumMedia;\n /** Routing of the vehicle. */\n routing: VehiclePremiumRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n /** Details about Heat Pump. */\n heat_pump?: Maybe<VehicleHeatPump>;\n};\n\nexport type VehiclePremiumAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\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 VehiclePremiumBattery = {\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Indicates which battery fields are estimated. */\n estimated_fields?: Maybe<VehicleBatteryFieldEstimations>;\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 /** Chemistry of the battery. */\n chemistry?: Maybe<Scalars[\"String\"]>;\n /** Manufacturer of the battery. */\n manufacturer?: Maybe<Scalars[\"String\"]>;\n /** Number of battery modules. */\n modules?: Maybe<Scalars[\"Float\"]>;\n /** Number of cells in the battery pack, can include configuration (s = serial, p = parallel). */\n cells?: Maybe<Scalars[\"String\"]>;\n /** Weight of the battery pack. */\n weight?: Maybe<Scalars[\"Float\"]>;\n /** Nominal voltage of battery. */\n nominal_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\nexport type VehiclePremiumBody = {\n /** Length, default in mm. */\n length?: Maybe<Scalars[\"Float\"]>;\n /** Width with folded mirrors, default in mm. */\n width: Scalars[\"Float\"];\n /** Width of vehicle including mirrors, default in mm. */\n full_width?: Maybe<Scalars[\"Float\"]>;\n /** Height (average height for adjustable suspensions), default in mm. */\n height: Scalars[\"Float\"];\n /** Indicates if length/width/height fields are estimations. */\n size_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Wheelbase, default in mm. */\n wheelbase?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if wheelbase field is estimated. */\n wheelbase_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Ground clearance of a vehicle as specified by the OEM, default in mm. */\n ground_clearance?: Maybe<Scalars[\"Float\"]>;\n /** Weight (unladen EU). */\n weight: VehicleBodyWeight;\n /** Maximum allowed vehicle weight with payload. */\n weight_gvwr?: Maybe<VehicleBodyWeight>;\n /** Maximum allowed vehicle and trailer weight with payload. */\n weight_gtw?: Maybe<VehicleBodyWeight>;\n /** Allowed payload weight. */\n weight_payload?: Maybe<VehicleBodyWeight>;\n /** Indicates if weight field is estimated. */\n weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum payload allowed for the vehicle, default in kg. */\n weight_max_payload?: Maybe<Scalars[\"Float\"]>;\n /**\n * Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg.\n * @deprecated In favor of weight_gvwr.nominal\n */\n max_gross_vehicle_weight?: Maybe<Scalars[\"Float\"]>;\n /** Standard luggage capacity, default in l. */\n boot_capacity?: Maybe<Scalars[\"Float\"]>;\n /** Storage capacity of front trunk/under the hood (frunk), default in l. */\n boot_front_capacity?: Maybe<Scalars[\"Float\"]>;\n /** Maximum luggage capacity, default in l. */\n boot_capacity_max?: Maybe<Scalars[\"Float\"]>;\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, default in kg. */\n tow_weight_unbraked?: Maybe<Scalars[\"Float\"]>;\n /** Maximum braked towing weight, default in kg. */\n tow_weight_braked?: Maybe<Scalars[\"Float\"]>;\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, default in kg. */\n tow_weight_vertical_load?: Maybe<Scalars[\"Float\"]>;\n /** Maximum load on roof of the vehicle, default in kg. */\n roof_load_max?: Maybe<Scalars[\"Float\"]>;\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: Scalars[\"Int\"];\n /** Indicates whether a vehicle has roof rails as a standard. */\n has_roofrails?: Maybe<Scalars[\"Boolean\"]>;\n /** Turning circle of the vehicle kerb-to-kerb, default in meters. */\n turning_circle?: Maybe<Scalars[\"Float\"]>;\n /** Name of the 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\nexport type VehiclePremiumBodylengthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodywidthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyfull_widthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyheightArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodywheelbaseArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyground_clearanceArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyweight_max_payloadArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodymax_gross_vehicle_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyboot_capacityArgs = {\n unit?: Maybe<VolumeUnit>;\n};\n\nexport type VehiclePremiumBodyboot_capacity_maxArgs = {\n unit?: Maybe<VolumeUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_unbrakedArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_brakedArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_vertical_loadArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyroof_load_maxArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyturning_circleArgs = {\n unit?: Maybe<TurningCircleUnit>;\n};\n\nexport type VehiclePremiumCharge = {\n /** Information about the main connector. */\n plug?: Maybe<VehiclePremiumChargePlug>;\n /** Information about vehicles secondary onboard charger. */\n second_plug?: Maybe<VehiclePremiumChargeSecondPlug>;\n /** Information about the vehicle standard onboard charger. */\n standard?: Maybe<VehiclePremiumChargeStandardOBC>;\n /** Optional upgrade for the standard onboard charger when available. */\n option?: Maybe<VehiclePremiumChargeOptionOBC>;\n /** Alternative upgrade for the standard onboard charger when available. */\n alternative?: Maybe<VehiclePremiumChargeAlternativeOBC>;\n /** Vehicle-to-everything charge support. */\n vehicle_to_everything?: Maybe<VehicleToEverything>;\n};\n\nexport type VehiclePremiumChargeAlternativeOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Charging details for the standard OBC at several charging points. */\n table?: Maybe<Array<Maybe<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeAlternativeOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargeOBCTable = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumChargeOBCTablecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargeOptionOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Charging details for the standard OBC at several charging points. */\n table?: Maybe<Array<Maybe<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeOptionOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargePlug = {\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 VehiclePremiumChargePower = {\n /** Maximum value. */\n max?: Maybe<Scalars[\"Float\"]>;\n /** Average value. */\n average?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumChargeSecondPlug = {\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 VehiclePremiumChargeStandardOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\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<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeStandardOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumDrivetrain = {\n /** Type of drivetrain. */\n type: VehicleDrivetrainType;\n /** Fuel type. */\n fuel?: Maybe<VehicleFuel>;\n /** Propulsion type. */\n propulsion?: Maybe<VehiclePropulsion>;\n /** Indicates if propulsion field is estimated. */\n propulsion_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output, default in kw. */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if power field is estimated. */\n power_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combine) power output, default in horsepower (PS). */\n power_hp?: Maybe<Scalars[\"Float\"]>;\n /** Maximum (combine) torque output, default in newton meter. */\n torque?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if torque field is estimated. */\n torque_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumDrivetrainpowerArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type VehiclePremiumDrivetrainpower_hpArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type VehiclePremiumDrivetraintorqueArgs = {\n unit?: Maybe<TorqueUnit>;\n};\n\nexport type VehiclePremiumEfficiency = {\n /** Rated efficiency in WLTP combined cycle. */\n wltp?: Maybe<VehiclePremiumEfficiencyWLTP>;\n /** Rated efficiency in WLTP combined cycle (TEH / least efficient trim). */\n wltp_teh?: Maybe<VehiclePremiumEfficiencyWLTPTEH>;\n /** Rated efficiency in NEDC combined cycle. */\n nedc?: Maybe<VehiclePremiumEfficiencyNEDC>;\n /** Vehicle efficiency based on provider range. */\n provider?: Maybe<VehiclePremiumEfficiencyProvider>;\n};\n\nexport type VehiclePremiumEfficiencyNEDC = {\n /** Rated efficiency in NEDC combined cycle, default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProvider = {\n /** Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Vehicle efficiency based on RealRange presented in gas equivalent, default 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<VehiclePremiumEfficiencyProviderValue>;\n /** Best conditions are based on 23°C and no use of A/C. */\n best?: Maybe<VehiclePremiumEfficiencyProviderValue>;\n};\n\nexport type VehiclePremiumEfficiencyProvidervalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValue = {\n /** Estimated value on highway or express roads, default in km. */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated value on city roads, default in km. */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated combined value, default in km. */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTP = {\n /** Rated efficiency in WLTP combined cycle, default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEH = {\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, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumFastCharge = {\n /** Details about the connector. */\n plug?: Maybe<VehiclePremiumChargePlug>;\n /** Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger). */\n power?: Maybe<VehiclePremiumChargePower>;\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), default is kmph. */\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<VehiclePremiumFastChargeTable>>>;\n /** Indicates if autocharge is available. */\n has_autocharge?: Maybe<Scalars[\"Boolean\"]>;\n /** Status of Plug & Charge (PnC ISO15118) support for vehicle. */\n iso_15118_pnc_support?: Maybe<VehiclePlugAndChargeSupport>;\n /** Status of Plug & Charge (PnC ISO15118) -2 protocol support for vehicle. */\n iso_15118_pnc_support_2?: Maybe<VehiclePlugAndChargeSupport>;\n /** Status of Plug & Charge (PnC ISO15118) -20 protocol support for vehicle. */\n iso_15118_pnc_support_20?: Maybe<VehiclePlugAndChargeSupport>;\n /** Indicates if the fastcharge data is based on a real-world test by Fastned. */\n is_fastned_tested?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumFastChargecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumFastChargeTable = {\n /** Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC). */\n format?: Maybe<Scalars[\"String\"]>;\n /** Fast charge power. */\n power?: Maybe<VehiclePremiumChargePower>;\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), default is kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\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 VehiclePremiumFastChargeTablecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumMedia = {\n /** URL for more details. */\n provider_details_url?: Maybe<Scalars[\"String\"]>;\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo. */\n make: VehicleImage;\n /** All images of the vehicle. */\n image_list: Array<VehicleImage>;\n /** Latest video. */\n video?: Maybe<VehicleVideo>;\n /** All videos of the vehicle. */\n video_list?: Maybe<Array<VehicleVideo>>;\n /** URL of the OEM page for this vehicle. */\n oem_details_url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehiclePremiumNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n /** Vehicle model length version. */\n length_version?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model height version. */\n height_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehiclePremiumPerformance = {\n /** Acceleration 0-100 km/h, default 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 the vehicle, default in km/h. */\n top_speed?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if top_speed field is estimated. */\n top_speed_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumPerformanceaccelerationArgs = {\n unit?: Maybe<AccelerationUnit>;\n};\n\nexport type VehiclePremiumPerformancetop_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport type VehiclePremiumPrice = {\n /** Starting price for German market. */\n DE?: Maybe<VehiclePremiumPriceValueWithGrant>;\n /** Starting price for Dutch market. */\n NL?: Maybe<VehiclePremiumPriceValueWithGrant>;\n /** Starting price for British market. */\n GB?: Maybe<VehiclePremiumPriceValueWithGrant>;\n};\n\nexport type VehiclePremiumPriceValueWithGrant = {\n /** Starting price for local market expressed in the currency in the field currency. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Currency in which the value without optional field conversion is expressed. */\n currency?: Maybe<CurrencyUnit>;\n /** Indicates if the starting price is based on an estimate. */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant that is applied to the starting price. */\n grant_applied?: Maybe<Scalars[\"Int\"]>;\n /** Total delivery fees (be aware that this field does not include grant). */\n price_delivery?: Maybe<Scalars[\"Int\"]>;\n /** First registration fee (be aware that this field does not include grant). */\n price_first_registration_fee?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type VehiclePremiumPriceValueWithGrantvalueArgs = {\n unit?: Maybe<CurrencyUnit>;\n};\n\nexport type VehiclePremiumRange = {\n /** Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km. */\n wltp?: Maybe<Scalars[\"Float\"]>;\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), default in km. */\n nedc?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if NEDC range is estimated (NULL if not NEDC rated). */\n nedc_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Index range, default in km. */\n provider?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if index range is estimated. */\n provider_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating. */\n worst: VehiclePremiumRangeValue;\n /** Best conditions are based on 23°C and no use of A/C. */\n best: VehiclePremiumRangeValue;\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehiclePremiumRangewltpArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangenedcArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangeproviderArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangeValue = {\n /** Estimated value on highway or express roads, default in km. */\n highway: Scalars[\"Float\"];\n /** Estimated value on city roads, default in km. */\n city: Scalars[\"Float\"];\n /** Estimated combined value, default in km. */\n combined: Scalars[\"Float\"];\n};\n\nexport type VehiclePremiumRangeValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRangeValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRangeValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n /** Drag coefficient. */\n drag_coefficient: Scalars[\"Float\"];\n /** Tire pressure recommended by manufacturer, default in bar. */\n tire_pressure: Scalars[\"Float\"];\n /** Extra consumption model. */\n consumption?: Maybe<VehiclePremiumRoutingConsumption>;\n /** Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km. */\n fuel_consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumRoutingtire_pressureArgs = {\n unit?: Maybe<PressureUnit>;\n};\n\nexport type VehiclePremiumRoutingfuel_consumptionArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumRoutingConsumption = {\n /** Consumption, in kWh, of the auxiliaries. */\n aux?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the battery management system. */\n bms?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n /** Consumption, in kWh, of the vehicle in idle mode. */\n idle?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n};\n\nexport type VehiclePremiumRoutingConsumptionValue = {\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 VehiclePremiumSafety = {\n /** Number of seats equipped with ISOFIX. */\n isofix_seats?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP results. */\n euro_ncap?: Maybe<VehiclePremiumSafetyEuroNcap>;\n};\n\nexport type VehiclePremiumSafetyEuroNcap = {\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 /** Link to the EuroNCAP test report. */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Propulsion. */\nexport enum VehiclePropulsion {\n /** All-wheel drive vehicle. */\n AWD = \"AWD\",\n /** Front-wheel drive vehicle. */\n FRONT = \"Front\",\n /** Rear-wheel drive vehicle. */\n REAR = \"Rear\"\n}\n\n/** Status of a vehicle provider. */\nexport enum VehicleProviderStatus {\n /** Is imported from any of the data providers. */\n NEW = \"new\",\n /** Has been attached to core vehicle. */\n ATTACHED = \"attached\",\n /** Has been detached from a core vehicle. */\n DETACHED = \"detached\",\n /** Has been archived by database maintainer. */\n ARCHIVED = \"archived\"\n}\n\nexport enum VehiclePurpose {\n /** Vehicle intended for the transportation of passengers. */\n PASSENGER = \"passenger\",\n /** Vehicle intended for the transportation of cargo. */\n CARGO = \"cargo\",\n /** Vehicle intended for the transportation of everything except cargo or passengers. Eg: ambulances, agricultural vehicles, etcetera. */\n UTILITY = \"utility\"\n}\n\nexport type VehicleRange = {\n /** Index range, default in km. */\n provider?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if index range is estimated. */\n provider_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating. */\n worst: VehicleRangeValue;\n /** Best conditions are based on 23°C and no use of A/C. */\n best: VehicleRangeValue;\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehicleRangeproviderArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValue = {\n /** Estimated value on the highway or express roads, default in km. */\n highway: Scalars[\"Float\"];\n /** Estimated value on the cities road, default in km. */\n city: Scalars[\"Float\"];\n /** Estimated combined value, default in km. */\n combined: Scalars[\"Float\"];\n};\n\nexport type VehicleRangeValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport enum VehicleRegion {\n /** Africa. */\n AF = \"AF\",\n /** Asia. */\n AS = \"AS\",\n /** Europe. */\n EU = \"EU\",\n /** North America. */\n NA = \"NA\",\n /** Oceania. */\n OC = \"OC\",\n /** South America. */\n SA = \"SA\"\n}\n\nexport type VehicleRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n};\n\nexport type VehicleSpeedInput = {\n /** Value of the vehicle speed. */\n value: Scalars[\"Float\"];\n /** Type of the vehicle speed. */\n type: SpeedUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** Status of a vehicle. */\nexport enum VehicleStatus {\n /** Is being reviewed by a human operator. */\n DRAFT = \"draft\",\n /** Is public and can be used by a customer. */\n PUBLIC = \"public\",\n /** Is private and can be used by a human operator. */\n PRIVATE = \"private\",\n /** Is archived and can not be used. */\n ARCHIVED = \"archived\"\n}\n\nexport type VehicleToEverything = {\n /** Information about Vehicle-to-Load. */\n vehicle_to_load?: Maybe<VehicleToEverythingLoad>;\n /** Information about Vehicle-to-Home. */\n vehicle_to_home?: Maybe<VehicleToEverythingHomeGrid>;\n /** Information about Vehicle-to-Grid. */\n vehicle_to_grid?: Maybe<VehicleToEverythingHomeGrid>;\n};\n\nexport type VehicleToEverythingHomeGrid = {\n /** Vehicle-to-Home/Grid AC power information. */\n ac?: Maybe<VehicleToEverythingPower>;\n /** Vehicle-to-Home/Grid DC power information */\n dc?: Maybe<VehicleToEverythingPower>;\n};\n\nexport type VehicleToEverythingLoad = {\n /** Vehicle-to-Load power information. */\n ac?: Maybe<VehicleToEverythingPower>;\n /** Details on interior ports available for V2L. */\n interior_ports?: Maybe<Scalars[\"String\"]>;\n /** Details on exterior ports available for V2L. */\n exterior_ports?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehicleToEverythingPower = {\n /** Indicates if this charging is supported. */\n is_supported?: Maybe<PowerSupported>;\n /** Maximum power output, in kilowatts. */\n maximum_power?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum VehicleType {\n /** Any motor vehicle with two wheels or a motor vehicle with no more than four wheels, does not have parallel seating, and is controlled by means of handlebars. */\n MOTORCYCLE = \"motorcycle\",\n /** A motor vehicle with three or four wheels that is not a Motorcycle, Pickup, Van, Truck, or Utility vehicle and either has a top speed of less than 60kph or an unladen weight of less than 400kg. */\n MICROCAR = \"microcar\",\n /** A motor vehicle that does not have an enclosed cab, is not a microcar or utility vehicle, is capable of carrying eight or fewer people, and that has less than one third of its internal volume dedicated to cargo, living, or sleeping space in its default configuration. */\n CAR = \"car\",\n /** A motor vehicle that has an enclosed cab, is not a utility vehicle, and has a fixed, non-articulated, open-top back cargo bed that is enclosed on at least three sides. */\n PICKUP = \"pickup\",\n /**\n * A motor vehicle that does not have an enclosed cab, is not a utility vehicle, that fulfills exactly one of the following conditions:\n * 1) It is capable of carrying more than eight but less than twenty people.\n * 2) At least one third of its internal volume is dedicated to cargo space in its default configuration.\n * 3) It is the passenger variant of a vehicle that meets criterion 2.\n */\n VAN = \"van\",\n /** A motor vehicle that does not have an enclosed cab, is not a Utility vehicle, and is capable of carrying 20 or more people in its default configuration. */\n BUS = \"bus\",\n /** A motor vehicle that has an enclosed cab and is not a Pickup or Utility vehicle. */\n TRUCK = \"truck\",\n /**\n * A motor vehicle that fulfills at least one of the following conditions:\n * 1) It does not have wheels.\n * 2) It has some mode of locomotion other than wheels in its default configuration such as treads, skis, or floats.\n * 3) It is capable of air or water travel in its default configuration.\n * 4) It was manufactured primarily for some purpose other than transporting cargo or passengers.\n * 5) It does not conform to any of the criteria for the other vehicle categories.\n */\n UTILITY = \"utility\"\n}\n\nexport type VehicleVideo = {\n /** Video id. */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Full path URL of a video. */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum VolumeUnit {\n /** Return the volume in liters. */\n LITER = \"liter\",\n /** Return the volume in cubic meters. */\n CUBIC_METER = \"cubic_meter\",\n /** Return the volume in cubic feet. */\n CUBIC_FOOT = \"cubic_foot\"\n}\n\nexport enum WeightUnit {\n /** Return the weight in kilograms. */\n KILOGRAM = \"kilogram\",\n /** Return the weight in pounds. */\n POUND = \"pound\"\n}\n"],"mappings":"AAQA;AA0BA,WAAYA,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAOZ,WAAYC,UAAZ;AAMA;;WANYA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AA+CZ,WAAYC,wBAAZ;AAWA;;WAXYA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAYZ,WAAYC,SAAZ;AAaA;;WAbYA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAuDZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAkCZ,WAAYC,wBAAZ;AAKA;;WALYA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAMZ,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AA4MZ;AACA,WAAYC,0BAAZ;;WAAYA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAsBZ,WAAYC,uBAAZ;AAIA;;WAJYA,uB;EAAAA,uB;GAAAA,uB,KAAAA,uB;;AAoBZ;AACA,WAAYC,aAAZ;AAOA;;WAPYA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA2BZ;AACA,WAAYC,OAAZ;;WAAYA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAoCZ;AACA,WAAYC,YAAZ;AAeA;;WAfYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAgBZ,WAAYC,sBAAZ;AAKA;;WALYA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAmQZ;AACA,WAAYC,OAAZ;;WAAYA,O;EAAAA,O;EAAAA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAmkBZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAsCZ;AACA,WAAYC,SAAZ;;WAAYA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAkBZ;AACA,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AAgBZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAkCZ,WAAYC,aAAZ;AAWA;;WAXYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA4DZ,WAAYC,qBAAZ;;WAAYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AA8EZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAIZ,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAiCZ,WAAYC,sBAAZ;AAWA;;WAXYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAgEZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAiFZ,WAAYC,eAAZ;AAeA;;WAfYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AA+BZ;AACA,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAkRZ;AACA,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AASZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAWZ,WAAYC,YAAZ;AAWA;;WAXYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA2DZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAOZ,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAOZ,WAAYC,YAAZ;AAOA;;WAPYA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAuFZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAIZ,WAAYC,mBAAZ;;WAAYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAOZ,WAAYC,QAAZ;AAOA;;WAPYA,Q;EAAAA,Q;EAAAA,Q;GAAAA,Q,KAAAA,Q;;AAaZ;AACA,WAAYC,mBAAZ;AASA;;WATYA,mB;EAAAA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAUZ,WAAYC,qBAAZ;AAaA;;WAbYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAcZ,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAoBZ,WAAYC,2BAAZ;;WAAYA,2B;EAAAA,2B;EAAAA,2B;GAAAA,2B,KAAAA,2B;;AAoCZ;AACA,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAoDZ;AACA,WAAYC,aAAZ;AASA;;WATYA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAUZ,WAAYC,OAAZ;AAeA;;WAfYA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAuBZ;AACA,WAAYC,cAAZ;AAIA;;WAJYA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAKZ,WAAYC,eAAZ;AAKA;;WALYA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAMZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAOZ,WAAYC,eAAZ;AAOA;;WAPYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAiBZ;AACA,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAwKZ;AACA,WAAYC,eAAZ;AAWA;;WAXYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAwEZ;AACA,WAAYC,cAAZ;AA6BA;;WA7BYA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AA8BZ,WAAYC,mBAAZ;AAOA;;WAPYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAQZ,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAiFZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAsCZ;AACA,WAAYC,wBAAZ;AAmBA;;WAnBYA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AA2BZ;AACA,WAAYC,+BAAZ;AAOA;;WAPYA,+B;EAAAA,+B;EAAAA,+B;GAAAA,+B,KAAAA,+B;;AAeZ,WAAYC,YAAZ;AA2CA;;WA3CYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA8EZ;AACA,WAAYC,iBAAZ;AAiBA;;WAjBYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAkBZ,WAAYC,sBAAZ;AAaA;;WAbYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAcZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAeZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAyCZ,WAAYC,8BAAZ;AAOA;;WAPYA,8B;EAAAA,8B;EAAAA,8B;GAAAA,8B,KAAAA,8B;;AAQZ,WAAYC,UAAZ;AAqBA;;WArBYA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AA8DZ,WAAYC,uBAAZ;;WAAYA,uB;EAAAA,uB;EAAAA,uB;EAAAA,uB;EAAAA,uB;GAAAA,uB,KAAAA,uB;;AAiDZ,WAAYC,cAAZ;AAaA;;WAbYA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAcZ,WAAYC,iBAAZ;AAQA;;WARYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAgBZ;AACA,WAAYC,0BAAZ;AASA;;WATYA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAkCZ;AACA,WAAYC,kBAAZ;AAMA;;WANYA,kB;EAAAA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAkBZ;AACA,WAAYC,sBAAZ;;WAAYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AA8EZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAwCZ;AACA,WAAYC,SAAZ;AAIA;;WAJYA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAmCZ,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AASZ,WAAYC,SAAZ;;WAAYA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAOZ,WAAYC,YAAZ;AAOA;;WAPYA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA4CZ,WAAYC,sBAAZ;;WAAYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAsoBZ;AACA,WAAYC,oBAAZ;AASA;;WATYA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAuOZ;AACA,WAAYC,oBAAZ;;WAAYA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAgKZ;AACA,WAAYC,kCAAZ;;WAAYA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;GAAAA,kC,KAAAA,kC;;AAmMZ;AACA,WAAYC,iCAAZ;;WAAYA,iC;EAAAA,iC;EAAAA,iC;EAAAA,iC;EAAAA,iC;GAAAA,iC,KAAAA,iC;;AAqGZ;AACA,WAAYC,wBAAZ;;WAAYA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAmIZ;AACA,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AA4CZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAwBZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAgCZ;AACA,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAsEZ,WAAYC,SAAZ;AAOA;;WAPYA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAwBZ,WAAYC,iBAAZ;AAWA;;WAXYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAmIZ,WAAYC,sCAAZ;AAiCA;;WAjCYA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;GAAAA,sC,KAAAA,sC;;AAgOZ;AACA,WAAYC,gBAAZ;AASA;;WATYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAmDZ;AACA,WAAYC,QAAZ;;WAAYA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;GAAAA,Q,KAAAA,Q;;AA4LZ,WAAYC,oBAAZ;;WAAYA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAOZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAgBZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AAyBZ,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAyDZ;AACA,WAAYC,yBAAZ;;WAAYA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;GAAAA,yB,KAAAA,yB;;AA8BZ;AACA,WAAYC,8BAAZ;;WAAYA,8B;EAAAA,8B;EAAAA,8B;EAAAA,8B;EAAAA,8B;GAAAA,8B,KAAAA,8B;;AAWZ,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAmFZ,WAAYC,mBAAZ;;WAAYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAYZ;AACA,WAAYC,qBAAZ;AAWA;;WAXYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAYZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAmCZ;AACA,WAAYC,gBAAZ;AAmBA;;WAnBYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAoBZ,WAAYC,0BAAZ;AAOA;;WAPYA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAsIZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAqCZ,WAAYC,2BAAZ;AAWA;;WAXYA,2B;EAAAA,2B;EAAAA,2B;EAAAA,2B;EAAAA,2B;GAAAA,2B,KAAAA,2B;;AA4xBZ;AACA,WAAYC,iBAAZ;AASA;;WATYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAUZ,WAAYC,qBAAZ;;WAAYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAWZ,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAmDZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA6BZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA2CZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAsCZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AASZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U"}
1
+ {"version":3,"file":"graphql.js","names":["AccelerationUnit","AccessType","AdhocAuthorisationMethod","Amenities","AmenityType","AuxiliaryConsumptionUnit","BatteryInputType","CarBatteryFieldEstimations","CarConnectivityProvider","CarDrivetrain","CarFuel","CarImageType","CarImageTypeUploadable","CarMode","CarPropulsion","CarStatus","ChargeMode","ChargeSpeedUnit","ChargerStatus","ChargingBehaviourCode","ConnectProvider","ConnectScope","ConnectedVehicleStatus","ConnectorType","ConsumptionUnit","CountryCodeAlpha2","CurrencyUnit","DimensionUnit","DistanceUnit","ElevationUnit","EmissionRateUnit","EmissionUnit","FeatureType","FuelConsumptionUnit","FuelUnit","HeatPumpMode","HeavyVehiclesEUType","HeavyVehiclesFacility","InstructionsFormat","IsolineFerryConnectionsType","IsolineQuality","IsolineStatus","LegType","LineStringType","MappingLanguage","MappingProvider","MeasurementUnit","MultiPolygonType","NavigationState","OCPICapability","OCPIConnectorFormat","OCPIConnectorType","OCPIDayOfWeek","OCPIEnergySourceCategory","OCPIEnvironmentalImpactCategory","OCPIFacility","OCPIImageCategory","OCPIParkingRestriction","OCPIParkingType","OCPIPowerType","OCPIReservationRestrictionType","OCPIStatus","OCPITariffDimensionType","OCPITariffType","OICPChargingModes","OICPEvseAuthenticationMode","OICPPaymentOptions","OICPValueAddedServices","ParkingCost","PointType","PowerSupported","PowerUnit","PressureUnit","PricingListElementType","RouteAlternativeType","RouteInstructionSign","RouteOperationalElectricityClimate","RouteOperationalElectricitySeason","RouteOperationalFuelType","RouteOperatorsType","RouteSeason","RouteStatus","RouteTagType","SpeedUnit","StateOfChargeUnit","StationAdhocAuthorisationPaymentMethod","StationSpeedType","StepType","TelemetryInputSource","TemperatureUnit","TorqueUnit","TurningCircleUnit","VehicleAvailabilityStatus","VehicleBatteryFieldEstimations","VehicleBatteryType","VehicleDataProvider","VehicleDrivetrainType","VehicleFuel","VehicleImageType","VehicleImageTypeUploadable","VehicleMode","VehiclePlugAndChargeSupport","VehiclePropulsion","VehicleProviderStatus","VehiclePurpose","VehicleRegion","VehicleStatus","VehicleType","VolumeUnit","WeightUnit"],"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 /** Returns 'OK' */\n Acknowledgement: any;\n /** The date and time scalar */\n DateTime: string;\n /** Email address scalar, email regex with HTML sanitization. */\n Email: any;\n /** Any JSON object */\n JSON: { [key: string]: number | string | boolean | null | Scalars[\"JSON\"] };\n /** The non empty string scalar. */\n NonEmptyString: any;\n /**\n * The `PlainString` scalar type represents textual data, represented as UTF-8 character sequences.\n * The PlainString type represents free-form human-readable text with HTML sanitization.\n */\n PlainString: any;\n /** The File Upload scalar. */\n Upload: any;\n};\n\nexport enum AccelerationUnit {\n /** Return the acceleration in seconds to 100 kilometers per hour. */\n SECONDS_TO_100_KILOMETERS_PER_HOUR = \"seconds_to_100_kilometers_per_hour\",\n /** Return the acceleration in seconds to 60 miles per hour. */\n SECONDS_TO_60_MILES_PER_HOUR = \"seconds_to_60_miles_per_hour\"\n}\n\nexport enum AccessType {\n PUBLIC = \"Public\",\n RESTRICTED = \"Restricted\",\n PRIVATE = \"Private\"\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 /** State or province. */\n state_province?: Maybe<Scalars[\"String\"]>;\n /** Municipality. */\n municipality?: 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 /**\n * Postal code of the location.\n * @deprecated In favor of postal_code.\n */\n postalCode?: Maybe<Scalars[\"String\"]>;\n /**\n * String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.\n * @deprecated In favor of what_3_words.\n */\n what3Words?: Maybe<Scalars[\"String\"]>;\n /**\n * Human-readable address of the location.\n * @deprecated In favor of formatted_address.\n */\n formattedAddress?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Postal code of the location. */\n postal_code?: 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 what_3_words?: Maybe<Scalars[\"String\"]>;\n /** Human-readable address of the location. */\n formatted_address?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n};\n\nexport enum AdhocAuthorisationMethod {\n CREDIT_CARD = \"CREDIT_CARD\",\n DEBIT_CARD = \"DEBIT_CARD\",\n OTHER = \"OTHER\",\n OTHER_APPLE_PAY = \"OTHER_Apple_Pay\",\n OTHER_AUTHENTICATION_BY_CAR = \"OTHER_Authentication_by_car\",\n OTHER_GOOGLE_PAY = \"OTHER_Google_Pay\",\n QR_CODE = \"QR_CODE\",\n SMS = \"SMS\"\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/** Amenity preferences for a route. */\nexport type AmenityPreferencesInput = {\n /** Desired amenities near all charge-stops along a route, with a 1 kilometer radius. */\n all_charge_stops?: Maybe<Array<AmenityType>>;\n /** Scheduled charge stops, with a specified amenity and timeline. */\n scheduled_charge_stops?: Maybe<Array<ScheduledChargeStopInput>>;\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/** A list of amenity types. */\nexport enum AmenityType {\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\nexport type AuthorizeConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n /** Provider specific options. See the developer portal for more details */\n options: AuthorizeConnectedVehicleOptions;\n};\n\nexport type AuthorizeConnectedVehicleOptions = {\n /** OAuth code returned as a query parameter on the OAuth callback */\n code?: Maybe<Scalars[\"PlainString\"]>;\n};\n\nexport type AuxiliaryConsumptionInput = {\n /** Value of the auxiliary power consumption of the vehicle. */\n value: Scalars[\"Float\"];\n /** Type of auxiliary power consumption of the vehicle. */\n type: AuxiliaryConsumptionUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum AuxiliaryConsumptionUnit {\n /** Return the auxiliary consumption in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\"\n}\n\n/** The type of the battery value. */\nexport enum BatteryInputType {\n KWH = \"kwh\",\n KM = \"km\",\n MILES = \"miles\",\n PERCENTAGE = \"percentage\"\n}\n\nexport type BatteryTemperatureInput = {\n /** Value of the temperature of the battery. */\n value: Scalars[\"Float\"];\n /** Type of temperature of the battery. */\n type: TemperatureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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\nexport enum CarConnectivityProvider {\n ENODE = \"Enode\"\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 make of a car. */\n brand?: Maybe<CarImage>;\n /** Thumbnail of a full size logo of the make 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 (make) logo at 768x432 px. */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand (make) logo at 56x24 px. */\n BRAND_THUMBNAIL = \"brand_thumbnail\",\n /** Placeholder image at 1536x864 px. */\n PLACEHOLDER = \"placeholder\"\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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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 /** Information about vehicle connectivity. */\n connect?: Maybe<ConnectFilter>;\n};\n\nexport type CarListMedia = {\n /** Latest image of the car. */\n image?: Maybe<CarImage>;\n /** Latest make 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 make 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 /** Information about vehicle connectivity. */\n connect?: Maybe<Connect>;\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 make 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 the starting price is based on an estimate. */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant that is applied to the starting price. */\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\nexport type ChargeSpeedInput = {\n /** Value of the charge speed of the battery. */\n value: Scalars[\"Float\"];\n /** Type of the charge speed of the battery. */\n type: ChargeSpeedUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum ChargeSpeedUnit {\n /** Return the charge speed in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\",\n /** Return the charge speed in kilometers per hour. */\n KILOMETERS_PER_HOUR = \"kilometers_per_hour\",\n /** Return the charge speed in miles per hour. */\n MILES_PER_HOUR = \"miles_per_hour\"\n}\n\nexport type ChargeTotalInput = {\n /** Value of the temperature of the battery. */\n value: Scalars[\"Float\"];\n /** Type of total charge amount. */\n type: StateOfChargeUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** A grouped representation of EVSEs. */\nexport type Charger = {\n /** Type of a 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/** Grouping 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/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRange = {\n /** Range in kilometers. Worst conditions are based on -10°C and use of heating. */\n worst?: Maybe<Scalars[\"Int\"]>;\n /** Range in kilometers. Best conditions are based on 23°C and no use of A/C. */\n best?: Maybe<Scalars[\"Int\"]>;\n};\n\n/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRangeworstArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\n/**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\nexport type ChargetripRangebestArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type ChargingBehaviour = {\n /** Charging behaviour of users divided in groups, based on real-time information. */\n code?: Maybe<ChargingBehaviourCode>;\n /** Description of charging behaviour. */\n description?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum ChargingBehaviourCode {\n /** Mainly morning charging, and some mixed afternoon and evening charging. */\n URBAN_CHARGING = \"URBAN_CHARGING\",\n /** Mainly fast charging, with some morning and afternoon charging. */\n FAST_CHARGING = \"FAST_CHARGING\",\n /** Mixed behaviour between morning, afternoon, evening, overnight, and noise charging. */\n MIXED_CHARGING = \"MIXED_CHARGING\",\n /** Mainly noise charging. */\n NOISE_CHARGING = \"NOISE_CHARGING\",\n /** Mainly overnight charging. */\n OVERNIGHT_CHARGING = \"OVERNIGHT_CHARGING\",\n /** Mainly morning charging, with some afternoon charging. */\n OFFICE_CHARGING = \"OFFICE_CHARGING\"\n}\n\nexport type Connect = {\n /** List of connectivity providers to which the vehicle can connect. This field returns null for free users. Please contact customer success for more information. */\n providers?: Maybe<Array<ConnectProvider>>;\n};\n\nexport type ConnectBattery = {\n /** Estimated range by OEM */\n range?: Maybe<Scalars[\"Float\"]>;\n /** Percentage of the battery remaining */\n percentage?: Maybe<Scalars[\"Float\"]>;\n /** Capacity of the battery, in kwh */\n capacity?: Maybe<Scalars[\"Float\"]>;\n /** Date when the battery data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport type ConnectCharge = {\n /** Vehicle is plugged in */\n is_plugged_in?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle is charging */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Battery is fully charged */\n is_fully_charged?: Maybe<Scalars[\"Boolean\"]>;\n /** Charge limit defined by vehicle owner */\n limit?: Maybe<Scalars[\"Int\"]>;\n /** Charge speed, in kwh */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Estimation when charging is completed, as ISO-8601 date */\n fully_charged_at?: Maybe<Scalars[\"DateTime\"]>;\n /** Estimated minutes till charged */\n minutes_till_charged?: Maybe<Scalars[\"Int\"]>;\n /** Date when the charge data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport type ConnectFilter = {\n /** List of connectivity providers to which a vehicle can connect. */\n providers?: Maybe<Array<Maybe<ConnectProvider>>>;\n};\n\n/** Location of the vehicle */\nexport type ConnectLocation = {\n /** Feature type */\n type: FeatureType;\n /** Geometry of the feature */\n geometry: GeometryPoint;\n /** Properties object containing meta data about the feature point */\n properties?: Maybe<ConnectLocationProperties>;\n};\n\n/** Properties of a vehicle location */\nexport type ConnectLocationProperties = {\n /** Date when the location was retrieved, as ISO-8601 date */\n date: Scalars[\"DateTime\"];\n};\n\nexport type ConnectOdometer = {\n /** Odometer value, distance driven, default in km */\n distance?: Maybe<Scalars[\"Float\"]>;\n /** Date when the odometer data was retrieved, as ISO-8601 date */\n date?: Maybe<Scalars[\"DateTime\"]>;\n};\n\nexport enum ConnectProvider {\n ENODE = \"Enode\"\n}\n\nexport enum ConnectScope {\n /** Vehicle location, applicable for: Enode */\n LOCATION = \"location\",\n /** Charge state, applicable for: Enode */\n CHARGE_STATE = \"charge_state\",\n /** Odometer reading, applicable for: Enode */\n ODOMETER = \"odometer\"\n}\n\nexport type ConnectedVehicle = {\n /** Unique ID of the connected vehicle */\n id: Scalars[\"ID\"];\n /** Unique ID of the vehicle */\n vehicle_id: Scalars[\"ID\"];\n /** Status of the connected vehicle */\n status: ConnectedVehicleStatus;\n /** URL to connect the vehicle to the connectivity provider */\n authorization_url?: Maybe<Scalars[\"String\"]>;\n /** Connectivity provider */\n provider: CarConnectivityProvider;\n /** Scope for accessing the vehicle */\n scope?: Maybe<Array<Maybe<ConnectScope>>>;\n /** Custom label for a connected vehicle that can be assigned by a user */\n label?: Maybe<Scalars[\"String\"]>;\n /** Vehicle identification number, unique identifier for a vehicle */\n vin?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type ConnectedVehicleListFilter = {\n /** Status of the connected vehicle */\n status?: Maybe<Array<ConnectedVehicleStatus>>;\n};\n\nexport enum ConnectedVehicleStatus {\n /** Vehicle was added to the Chargetrip Connect platform but not yet authorized */\n PENDING_AUTHORIZATION = \"pending_authorization\",\n /** Vehicle was authorized. Chargetrip can retrieve data on behave of the user */\n AUTHORIZED = \"authorized\",\n /** Pending vehicle removal */\n PENDING_REMOVAL = \"pending_removal\",\n /** Vehicle was removed and access has been revoked */\n REMOVED = \"removed\"\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. This property is OCPI-compliant. */\n id?: Maybe<Scalars[\"String\"]>;\n /** Standard of an installed connector. This property is OCPI-compliant. */\n standard?: Maybe<ConnectorType>;\n /** Format (socket/cable) of an installed connector. This property is OCPI-compliant. */\n format?: Maybe<OCPIConnectorFormat>;\n /** Type of power of an installed connector. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n max_voltage?: Maybe<Scalars[\"Int\"]>;\n /** Maximum amperage of a connector, in ampere [A]. This property is OCPI-compliant. */\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 vehicle, 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. This property is OCPI-compliant.\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. This property is OCPI-compliant.\n */\n tariff_ids?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** URL to an operator’s terms and conditions. This property is OCPI-compliant. */\n terms_and_conditions?: Maybe<Scalars[\"String\"]>;\n /** Timestamp when a connector was last updated (or created). This property is OCPI-compliant. */\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. */\n pricing?: Maybe<Pricing>;\n /** Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database. */\n custom_properties?: Maybe<ConnectorCustomProperties>;\n};\n\n/** Custom properties for connectors. */\nexport type ConnectorCustomProperties = {\n /**\n * Charging prices.\n * @deprecated In favor of connector.pricing\n */\n pricing?: Maybe<Pricing>;\n /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */\n oicp?: Maybe<OICPConnectorCustomProperties>;\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\nexport enum ConsumptionUnit {\n /** Return the consumption in kilowatt hours per 100 kilometers. */\n KILOWATT_HOURS_PER_100_KILOMETERS = \"kilowatt_hours_per_100_kilometers\",\n /** Return the consumption in watt hours per kilometer. */\n WATT_HOURS_PER_KILOMETER = \"watt_hours_per_kilometer\",\n /** Return the consumption in kilometers per kilowatt hour. */\n KILOMETERS_PER_KILOWATT_HOUR = \"kilometers_per_kilowatt_hour\",\n /** Return the consumption in kilowatt hours per 100 miles. */\n KILOWATT_HOURS_PER_100_MILES = \"kilowatt_hours_per_100_miles\",\n /** Return the consumption in watt hours per mile. */\n WATT_HOURS_PER_MILE = \"watt_hours_per_mile\",\n /** Return the consumption in miles per kilowatt hour. */\n MILES_PER_KILOWATT_HOUR = \"miles_per_kilowatt_hour\"\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 BL = \"BL\",\n BM = \"BM\",\n BN = \"BN\",\n BO = \"BO\",\n BQ = \"BQ\",\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 CW = \"CW\",\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 GG = \"GG\",\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 IM = \"IM\",\n IN = \"IN\",\n IO = \"IO\",\n IQ = \"IQ\",\n IR = \"IR\",\n IS = \"IS\",\n IT = \"IT\",\n JE = \"JE\",\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 SS = \"SS\",\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 VE = \"VE\",\n VG = \"VG\",\n VI = \"VI\",\n VN = \"VN\",\n VU = \"VU\",\n WF = \"WF\",\n WS = \"WS\",\n XK = \"XK\",\n YE = \"YE\",\n YT = \"YT\",\n ZA = \"ZA\",\n ZM = \"ZM\",\n ZW = \"ZW\"\n}\n\nexport type CreateConnectedVehicleInput = {\n /** Id from the vehicle */\n vehicle_id: Scalars[\"ID\"];\n /** Connectivity provider used to retrieve data from the vehicle */\n provider: CarConnectivityProvider;\n /** Label for a connected vehicle */\n label?: Maybe<Scalars[\"PlainString\"]>;\n /** Provider specific options. See the developer portal for more details */\n options: CreateConnectedVehicleOptions;\n};\n\nexport type CreateConnectedVehicleOptions = {\n /** Redirect uri */\n redirect_uri?: Maybe<Scalars[\"PlainString\"]>;\n /** Scope */\n scope?: Maybe<Array<ConnectScope>>;\n};\n\n/** Currency according to the ISO 4217 standard. */\nexport enum CurrencyUnit {\n /** Return the currency in EUR. */\n EUR = \"EUR\",\n /** Return the currency in USD. */\n USD = \"USD\",\n /** Return the currency in GBP. */\n GBP = \"GBP\"\n}\n\nexport enum DimensionUnit {\n /** Return the dimension in meters. */\n METER = \"meter\",\n /** Return the dimension in feet. */\n FOOT = \"foot\",\n /** Return the dimension in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the dimension in miles. */\n MILE = \"mile\"\n}\n\nexport enum DistanceUnit {\n /** Return the distance in meters. */\n METER = \"meter\",\n /** Return the distance in feet. */\n FOOT = \"foot\",\n /** Return the distance in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the distance in miles. */\n MILE = \"mile\"\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. This property is OCPI-compliant.\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. This property is OCPI-compliant. */\n evse_id?: Maybe<Scalars[\"String\"]>;\n /** Indicates the current status of an EVSE. This property is OCPI-compliant. */\n status?: Maybe<OCPIStatus>;\n /** Indicates a planned status update of a nEVSE. This property is OCPI-compliant. */\n status_schedule?: Maybe<Array<Maybe<OCPIStatusSchedule>>>;\n /** List of functionalities that an EVSE is capable of. This property is OCPI-compliant. */\n capabilities?: Maybe<Array<Maybe<OCPICapability>>>;\n /** List of available connectors on an EVSE. This property is OCPI-compliant. */\n connectors?: Maybe<Array<Maybe<Connector>>>;\n /** Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. This property is OCPI-compliant. */\n floor_level?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a EVSE. This property is OCPI-compliant. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** A number/string printed on the outside of an EVSE for visual identification. This property is OCPI-compliant. */\n physical_reference?: Maybe<Scalars[\"String\"]>;\n /** Restrictions that apply to a parking spot. This property is OCPI-compliant. */\n parking_restrictions?: Maybe<Array<Maybe<OCPIParkingRestriction>>>;\n /** Links to images related to an EVSE such as photos or logos. This property is OCPI-compliant. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Timestamp when this EVSE or one of its Connectors was last updated (or created). This property is OCPI-compliant. */\n last_updated?: Maybe<Scalars[\"DateTime\"]>;\n /** Indicates if parking is free or paid. */\n parking_cost?: Maybe<ParkingCost>;\n /** Unique ID of the location in the system of the CPO. */\n cpo_external_id?: 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 /** Custom properties of an EVSE. */\n custom_properties?: Maybe<EvseCustomProperties>;\n};\n\nexport type ElevationInput = {\n /** Value of the elevation. */\n value: Scalars[\"Float\"];\n /** Type of the value of elevation. */\n type: DistanceUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum ElevationUnit {\n /** Return the elevation in meters. */\n METER = \"meter\",\n /** Return the elevation in feet. */\n FOOT = \"foot\"\n}\n\nexport enum EmissionRateUnit {\n /** Return the emission rate in grams per kilometer. */\n GRAMS_PER_KILOMETER = \"grams_per_kilometer\",\n /** Return the emission rate in ounces per mile. */\n OUNCES_PER_MILE = \"ounces_per_mile\"\n}\n\nexport enum EmissionUnit {\n /** Return the emissions in grams. */\n GRAM = \"gram\",\n /** Return the emissions in ounces. */\n OUNCE = \"ounce\"\n}\n\n/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type EvseCustomProperties = {\n /** OICP standard custom properties. */\n oicp?: Maybe<OICPEvseCustomProperties>;\n};\n\n/** A GeoJSON Feature<LineString>. */\nexport type FeatureLineString = {\n /** Feature type. */\n type: FeatureType;\n /** Geometry of the feature. */\n geometry: LineString;\n};\n\n/** A GeoJSON Feature<MultiPolygon>. */\nexport type FeatureMultiPolygon = {\n /** Feature type. */\n type: FeatureType;\n /** Geometry of the feature. */\n geometry: MultiPolygon;\n /** Properties of the MultiPolygon Feature. */\n properties?: Maybe<PolygonProperties>;\n};\n\n/** A GeoJSON Feature<Point>. */\nexport type FeatureMultiPolygonPoint = {\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. */\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/** A GeoJSON Feature<Point> input. */\nexport type FeaturePointPolygonInput = {\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. */\n properties?: Maybe<FeaturePointPolygonPropertiesInput>;\n};\n\n/** Properties for Feature<Point> input. */\nexport type FeaturePointPolygonProperties = {\n /** Name of the location. */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Properties for Feature<Point> input. */\nexport type FeaturePointPolygonPropertiesInput = {\n /** Name of the location. */\n name?: Maybe<Scalars[\"String\"]>;\n};\n\n/** GeoJSON Feature type */\nexport enum FeatureType {\n FEATURE = \"Feature\"\n}\n\nexport enum FuelConsumptionUnit {\n /** Return the fuel consumption in liters per 100 kilometers. */\n LITERS_PER_100_KILOMETERS = \"liters_per_100_kilometers\",\n /** Return the fuel consumption in miles per gallon. */\n MILES_PER_GALLON = \"miles_per_gallon\"\n}\n\nexport enum FuelUnit {\n /** Return the fuel consumption in liters. */\n LITER = \"liter\",\n /** Return the fuel consumption in US gallon. */\n GALLON = \"gallon\"\n}\n\n/** Geometry point with GPS coordinates */\nexport type GeometryPoint = {\n type: PointType;\n coordinates: Array<Scalars[\"Float\"]>;\n};\n\nexport enum HeatPumpMode {\n /** Default to the vehicle configuration. */\n DEFAULT = \"default\",\n /** Vehicle has it installed. */\n INSTALLED = \"installed\",\n /** Vehicle doesn't have it installed. */\n NONE = \"none\"\n}\n\n/** Allowed N (EU) types of heavy vehicles. */\nexport enum HeavyVehiclesEUType {\n /** Only N1 type of heavy vehicles can be parked at the charging station. N1 vehicles have a maximum mass not exceeding 3.5 tonnes (7,700 lbs). */\n N1 = \"N1\",\n /** Only N2 type of heavy vehicles can be parked at the charging station. N2 vehicles have a maximum mass exceeding 3.5 tonnes but not exceeding 12 tonnes (26,000 lbs). */\n N2 = \"N2\",\n /** Only N3 type of heavy vehicles can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs). */\n N3 = \"N3\"\n}\n\n/** List of facilities in the location. */\nexport enum HeavyVehiclesFacility {\n /** Truck parking. */\n TRUCK_PARKING = \"TRUCK_PARKING\",\n /** Truck wash. */\n TRUCK_WASH = \"TRUCK_WASH\",\n /** Truck repair. */\n TRUCK_REPAIR = \"TRUCK_REPAIR\",\n /** Truck dealership. */\n TRUCK_DEALERSHIP = \"TRUCK_DEALERSHIP\",\n /** Secure truck parking. */\n SECURE_TRUCK_PARKING = \"SECURE_TRUCK_PARKING\"\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\nexport type Isoline = {\n /** Isoline id. */\n id: Scalars[\"ID\"];\n /** Isoline status. */\n status: IsolineStatus;\n /** Shape of the isoline consisting in a list of multipolygons. */\n polygons?: Maybe<Array<Maybe<FeatureMultiPolygon>>>;\n /** List of the ferries uniting islands formed by the isoline. */\n ferries?: Maybe<Array<Maybe<FeatureLineString>>>;\n /** The inputted request data for the isoline used to compute it. */\n request_input?: Maybe<IsolineRequestInput>;\n};\n\nexport type IsolineCabin = {\n /** Flag which indicate if the vehicle cabin was preconditioned for the desired temperature. */\n is_preconditioned?: Maybe<Scalars[\"Boolean\"]>;\n /** Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit. */\n desired_temperature?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type IsolineCabindesired_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\n/** Information about the cabin of the vehicle. */\nexport type IsolineCabinInput = {\n /** Flag which indicate if the vehicle cabin was preconditioned for the desired temperature. */\n is_preconditioned?: Maybe<Scalars[\"Boolean\"]>;\n /** Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit. */\n desired_temperature?: Maybe<TemperatureInput>;\n};\n\nexport enum IsolineFerryConnectionsType {\n /** Ferry connections should not be included. */\n NONE = \"none\",\n /** Ferry connections should be taken into account but only one level deep. For example: from the European mainland to England and no other connecting ferries departing from England. */\n SINGLE = \"single\"\n}\n\nexport type IsolineInput = {\n /** Vehicle id. */\n vehicle_id: Scalars[\"ID\"];\n /** Origin point of the request. */\n origin: FeaturePointPolygonInput;\n /** Numbers of polygons to be generated (maximum: 20). */\n polygon_count?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle should be able to return to the origin point from any point. */\n round_trip?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<TotalOccupantWeightInput>;\n /** Cargo weight. */\n total_cargo_weight?: Maybe<TotalCargoWeightInput>;\n /** Climate is on. */\n climate_control?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle Heat Pump configuration. */\n heat_pump?: Maybe<HeatPumpMode>;\n /** Vehicle cabin configuration. */\n cabin?: Maybe<IsolineCabinInput>;\n /** Season to be taken into account when generating the isoline. */\n season?: Maybe<RouteSeason>;\n /** Polygons precision quality. */\n quality?: Maybe<IsolineQuality>;\n /** Include ferry connections. Single and multiple ferry connections increase the calculation time and the number of polygons. */\n ferry_connections?: Maybe<IsolineFerryConnectionsType>;\n /** Battery state of charge. When omitted the default value is 100 percent. */\n state_of_charge?: Maybe<StateOfChargeInput>;\n /** Minimum final battery state of charge. When omitted the default value is 0 percent. */\n final_state_of_charge?: Maybe<StateOfChargeInput>;\n};\n\n/** Granularity of the isoline. */\nexport enum IsolineQuality {\n /** High polygons precisions. */\n HIGH = \"high\",\n /** Low polygons precisions. */\n LOW = \"low\"\n}\n\nexport type IsolineRequestInput = {\n /** Vehicle id. */\n vehicle_id: Scalars[\"ID\"];\n /** Origin point of the request. */\n origin: FeaturePoint;\n /** Numbers of polygons that were generated. */\n polygon_count?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle should be able to return to the origin point from any point. */\n round_trip?: Maybe<Scalars[\"Boolean\"]>;\n /** Number of occupants. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<Scalars[\"Float\"]>;\n /** Cargo weight. */\n total_cargo_weight?: Maybe<Scalars[\"Float\"]>;\n /** Climate is on. */\n climate_control?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle Heat Pump configuration. */\n heat_pump?: Maybe<HeatPumpMode>;\n /** Vehicle cabin configuration. */\n cabin?: Maybe<IsolineCabin>;\n /** Season taken into account when isoline was generated. */\n season?: Maybe<RouteSeason>;\n /** Polygons precision quality. */\n quality?: Maybe<IsolineQuality>;\n /** Ferry connections. */\n ferry_connections?: Maybe<IsolineFerryConnectionsType>;\n /** Battery state of charge. */\n state_of_charge: Scalars[\"Float\"];\n /** Minimum final battery state of charge. */\n final_state_of_charge: Scalars[\"Float\"];\n};\n\nexport type IsolineRequestInputtotal_occupant_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type IsolineRequestInputtotal_cargo_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type IsolineRequestInputstate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type IsolineRequestInputfinal_state_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\n/** Status of the isoline label. */\nexport enum IsolineStatus {\n /** Isoline label has been successfully generated. */\n DONE = \"done\",\n /** Isoline label is under processing. */\n PENDING = \"pending\",\n /** There was an error while generating the isoline label. */\n ERROR = \"error\"\n}\n\n/** Types of a leg. */\nexport enum LegType {\n /** This leg ends at a charging station and the vehicle must recharge. */\n STATION = \"station\",\n /** This leg ends at a via charging station and the vehicle must recharge. */\n STATIONVIA = \"stationVia\",\n /** This leg ends at a scheduled charging station and the vehicle must recharge. */\n STATIONAMENITY = \"stationAmenity\",\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/** A GeoJSON LineString. */\nexport type LineString = {\n /** LineString type. */\n type: LineStringType;\n /** List of coordinates arrays with longitude as first value and latitude as second one. */\n coordinates: Array<Maybe<Array<Scalars[\"Float\"]>>>;\n};\n\n/** GeoJSON LineString type. */\nexport enum LineStringType {\n LINESTRING = \"LineString\"\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 enum MeasurementUnit {\n /** Return the measurement in millimeters. */\n MILLIMETER = \"millimeter\",\n /** Return the measurement in inches. */\n INCH = \"inch\"\n}\n\n/** A GeoJSON Polygon. */\nexport type MultiPolygon = {\n /** MultiPolygon type. */\n type: MultiPolygonType;\n /** List of coordinates representing a polygon. */\n coordinates: Array<\n Maybe<Array<Maybe<Array<Maybe<Array<Scalars[\"Float\"]>>>>>>\n >;\n};\n\n/** GeoJSON MultiPolygon type. */\nexport enum MultiPolygonType {\n MULTIPOLYGON = \"MultiPolygon\"\n}\n\nexport type Mutation = {\n /** [BETA] Create a connected vehicle for a given vehicle id and a connectivity provider */\n createConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Authorize a connected vehicle */\n authorizeConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Update a connected vehicle */\n updateConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Remove a connected vehicle and revoke access */\n removeConnectedVehicle?: Maybe<ConnectedVehicle>;\n /** Create a consumption based isoline. */\n createIsoline?: Maybe<Scalars[\"ID\"]>;\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[\"Acknowledgement\"]>;\n /** [BETA] Recalculate the current navigation route */\n recalculateNavigation?: Maybe<Scalars[\"Acknowledgement\"]>;\n /** [BETA] End a navigation session */\n finishNavigation?: Maybe<Scalars[\"Acknowledgement\"]>;\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 MutationcreateConnectedVehicleArgs = {\n input?: Maybe<CreateConnectedVehicleInput>;\n};\n\nexport type MutationauthorizeConnectedVehicleArgs = {\n input?: Maybe<AuthorizeConnectedVehicleInput>;\n};\n\nexport type MutationupdateConnectedVehicleArgs = {\n input: UpdateConnectedVehicleInput;\n};\n\nexport type MutationremoveConnectedVehicleArgs = {\n input: RemoveConnectedVehicleInput;\n};\n\nexport type MutationcreateIsolineArgs = {\n input: IsolineInput;\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: Scalars[\"ID\"];\n /** The current route alternative used for navigation */\n route_alternative_id: Scalars[\"ID\"];\n /** The state of a navigation session. The status can be driving, charging, finished, or error */\n state: NavigationState;\n /** State of charge at the last known location */\n state_of_charge: Scalars[\"Float\"];\n /** Last known location */\n last_known_location: Point;\n /** Next charging station */\n next_station?: Maybe<NavigationStation>;\n /** A set of alternative charging stations to next station */\n alternative_stations: Array<NavigationStation>;\n /** Navigation instructions */\n instructions?: Maybe<Scalars[\"JSON\"]>;\n /** Navigation meta information. */\n meta?: Maybe<NavigationMeta>;\n};\n\n/** The navigation session data */\nexport type Navigationstate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\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\nexport type NavigationInstructionsInput = {\n /** Turn by turn instructions format for a route */\n instructions_format: InstructionsFormat;\n /** Preferred navigation instructions language. Default: en */\n language?: Maybe<MappingLanguage>;\n /** Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5 */\n precision?: Maybe<Scalars[\"Int\"]>;\n};\n\n/** Navigation meta information. */\nexport type NavigationMeta = {\n /** Creation time of the navigation session. */\n created_at?: Maybe<Scalars[\"DateTime\"]>;\n /** Last updated time of the navigation session. */\n updated_at?: Maybe<Scalars[\"DateTime\"]>;\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<StateOfChargeInput>;\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<FeaturePointInput>>;\n /** Telemetry data input */\n telemetry?: Maybe<TelemetryInput>;\n};\n\n/** Input for the navigation start */\nexport type NavigationStartInput = {\n /** ID of the route of the navigation session */\n route_id: Scalars[\"ID\"];\n /** ID of the route alternative of the navigation session */\n route_alternative_id?: Maybe<Scalars[\"ID\"]>;\n /** Current coordinates */\n current_location: PointInput;\n /** Instruction input format */\n instructions: NavigationInstructionsInput;\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: Scalars[\"ID\"];\n /** GPS location of the charging station */\n station_location: Point;\n /** An array with all GPS locations of via points until the next charging station */\n via: Array<Point>;\n /** Estimated state of charge, at arrival on the next charging station */\n estimated_state_of_charge: Scalars[\"Float\"];\n /** Estimated consumption, in kWh, from last the known location until the next charging station */\n estimated_consumption: Scalars[\"Float\"];\n /** Estimated duration, in seconds, from the last known location until the next charging station */\n estimated_duration: Scalars[\"Int\"];\n};\n\n/** Navigation session station type */\nexport type NavigationStationestimated_state_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\n/** Input for the navigation update */\nexport type NavigationUpdateInput = {\n /** ID of the navigation session */\n id: Scalars[\"ID\"];\n /** A list of locations that were collected since the last update */\n location_data: Array<NavigationUpdateLocationsInput>;\n /** Telemetry data input */\n telemetry?: Maybe<TelemetryInput>;\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 */\n speed?: Maybe<VehicleSpeedInput>;\n /** UNIX timestamp at location, in seconds */\n timestamp: Scalars[\"Int\"];\n /** Elevation information */\n elevation?: Maybe<ElevationInput>;\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}. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n language?: Maybe<Scalars[\"String\"]>;\n /** Text to be displayed to an end user. No markup, html etc. allowed. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n is_green_energy?: Maybe<Scalars[\"Boolean\"]>;\n /** Key-value pairs (enum + percentage) of energy sources of this location’s tariff. This property is OCPI-compliant. */\n energy_sources?: Maybe<Array<Maybe<OCPIEnergySource>>>;\n /** Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. This property is OCPI-compliant. */\n environ_impact?: Maybe<Array<Maybe<OCPIEnvironmentalImpact>>>;\n /** Name of the energy supplier, delivering the energy for this location or tariff.*. This property is OCPI-compliant. */\n supplier_name?: Maybe<Scalars[\"String\"]>;\n /** Name of the energy suppliers product/tariff plan used at this location.*. This property is OCPI-compliant. */\n energy_product_name?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OCPIEnergySource = {\n /** The type of energy source. This property is OCPI-compliant. */\n source?: Maybe<OCPIEnergySourceCategory>;\n /** Percentage of this source (0-100) in the mix. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n category?: Maybe<OCPIEnvironmentalImpactCategory>;\n /** Amount of this portion in g/kWh. This property is OCPI-compliant. */\n amount?: Maybe<Scalars[\"Float\"]>;\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. This property is OCPI-compliant. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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}. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n url?: Maybe<Scalars[\"String\"]>;\n /** URL from where a thumbnail of the image can be fetched through a webbrowser. This property is OCPI-compliant. */\n thumbnail?: Maybe<Scalars[\"String\"]>;\n /** Category of an image. This property is OCPI-compliant. */\n category?: Maybe<OCPIImageCategory>;\n /** Image type: gif, jpeg, png, svg. This property is OCPI-compliant. */\n type?: Maybe<Scalars[\"String\"]>;\n /** Width of the full scale image. This property is OCPI-compliant. */\n width?: Maybe<Scalars[\"Int\"]>;\n /** Height of the full scale image. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n excl_vat?: Maybe<Scalars[\"Float\"]>;\n /** Price/Cost including VAT. This property is OCPI-compliant. */\n incl_vat?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type OCPIPriceComponent = {\n /** Type of tariff dimension. This property is OCPI-compliant. */\n type?: Maybe<OCPITariffDimensionType>;\n /** Price per unit (excl. VAT) for this tariff dimension. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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). This property is OCPI-compliant. */\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]. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n period_begin?: Maybe<Scalars[\"DateTime\"]>;\n /** End of the scheduled period, if known. This property is OCPI-compliant. */\n period_end?: Maybe<Scalars[\"DateTime\"]>;\n /** Status value during the scheduled period. This property is OCPI-compliant. */\n status?: Maybe<OCPIStatus>;\n};\n\nexport type OCPITariff = {\n /** ISO-3166 alpha-2 country code of the CPO that owns this tariff. This property is OCPI-compliant. */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of the CPO that owns this tariff (following the ISO-15118 standard). This property is OCPI-compliant. */\n party_id?: Maybe<Scalars[\"String\"]>;\n /** Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms). This property is OCPI-compliant. */\n id?: Maybe<Scalars[\"String\"]>;\n /** ISO-4217 code of the currency of this tariff. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n type?: Maybe<OCPITariffType>;\n /** List of alternative tariff information texts, in multiple languages. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n min_price?: Maybe<OCPIPrice>;\n /** When this field is set, a charging session with this tariff will NOT cost more than this amount. This property is OCPI-compliant. */\n max_price?: Maybe<OCPIPrice>;\n /** List of tariff elements. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n end_date_time?: Maybe<Scalars[\"DateTime\"]>;\n /** Details about the energy supplied with this tariff. This property is OCPI-compliant. */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when this tariff was last updated (or created). This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n price_components?: Maybe<Array<Maybe<OCPIPriceComponent>>>;\n /** Restrictions that describe the applicability of a tariff. This property is OCPI-compliant. */\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]. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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]). This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n end_date?: Maybe<Scalars[\"String\"]>;\n /** Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used. This property is OCPI-compliant. */\n min_kwh?: Maybe<Scalars[\"Float\"]>;\n /** Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n max_duration?: Maybe<Scalars[\"Float\"]>;\n /** Which day(s) of the week this tariff element is active. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\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/** List of charging modes that are supported. */\nexport enum OICPChargingModes {\n MODE_1 = \"mode_1\",\n MODE_2 = \"mode_2\",\n MODE_3 = \"mode_3\",\n MODE_4 = \"mode_4\",\n CHADEMO = \"chademo\"\n}\n\n/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */\nexport type OICPConnectorCustomProperties = {\n /** Returns whether the connector is able to deliver different power outputs. */\n dynamic_power_level?: Maybe<Scalars[\"Boolean\"]>;\n /** List of charging modes that are supported as specified by IEC 61851-1. */\n charging_modes?: Maybe<Array<OICPChargingModes>>;\n};\n\n/** List of authentication modes that are supported. */\nexport enum OICPEvseAuthenticationMode {\n NFC_RFID_CLASSIC = \"nfc_rfid_classic\",\n NFC_RFID_DESFIRE = \"nfc_rfid_desfire\",\n PNC = \"pnc\",\n REMOTE = \"remote\",\n DIRECT_PAYMENT = \"direct_payment\",\n NO_AUTHENTICATION_REQUIRED = \"no_authentication_required\"\n}\n\n/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type OICPEvseCustomProperties = {\n /** List of authentication modes that are supported. */\n authentication_modes: Array<OICPEvseAuthenticationMode>;\n /** Returns a value if the EVSE has a limited capacity (e.g. built-in battery). Values are in kWh. */\n max_capacity?: Maybe<Scalars[\"Int\"]>;\n /** List of payment options that are supported. */\n payment_options: Array<OICPPaymentOptions>;\n /** List of value added services that are supported. */\n value_added_services: Array<OICPValueAddedServices>;\n /** List of additional info by locale. */\n additional_info?: Maybe<Array<OICPEvseCustomPropertiesAdditionalInfo>>;\n /** When the value is set to false this station does not support remote start and stop by Hubject. */\n is_hubject_compatible: Scalars[\"Boolean\"];\n /** Name of the charging point manufacturer. */\n hardware_manufacturer?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type OICPEvseCustomPropertiesAdditionalInfo = {\n /** The language in which the additional info text is provided. */\n lang?: Maybe<Scalars[\"String\"]>;\n /** Additional info text value. */\n value?: Maybe<Scalars[\"String\"]>;\n};\n\n/** List of payment options that are supported. */\nexport enum OICPPaymentOptions {\n NO_PAYMENT = \"no_payment\",\n DIRECT = \"direct\",\n CONTRACT = \"contract\"\n}\n\n/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\nexport type OICPStationCustomProperties = {\n /** Returns whether the station is a parking facility. */\n parking_facility?: Maybe<Scalars[\"Boolean\"]>;\n /** Returns an identifier for the precise parking spot. Eg. 36 or 12-1. */\n parking_spot?: Maybe<Scalars[\"String\"]>;\n /** Returns information on how the charging station provides metering law data. */\n calibration_law_data_availability: Scalars[\"String\"];\n /** Identification of the corresponding clearing house in the event that roaming between different clearing houses must be processed in the future. */\n clearinghouse_id?: Maybe<Scalars[\"String\"]>;\n};\n\n/** List of value added services that are supported. */\nexport enum OICPValueAddedServices {\n RESERVATION = \"reservation\",\n DYNAMIC_PRICING = \"dynamic_pricing\",\n PARKING_SENSORS = \"parking_sensors\",\n MAXIMUM_POWER_CHARGING = \"maximum_power_charging\",\n PREDICTIVE_CHARGE_POINT_USAGE = \"predictive_charge_point_usage\",\n CHARGING_PLANS = \"charging_plans\",\n ROOF_PROVIDED = \"roof_provided\",\n NONE = \"none\"\n}\n\nexport type OdometerInput = {\n /** Value of the vehicle's odometer. */\n value: Scalars[\"Float\"];\n /** Type of the value of the vehicle's odometer. */\n type: DistanceUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** 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. This property is OCPI-compliant. */\n name?: Maybe<Scalars[\"String\"]>;\n /** Link to an operator’s website. This property is OCPI-compliant. */\n website?: Maybe<Scalars[\"String\"]>;\n /** Image link to an operator’s logo. This property is OCPI-compliant. */\n logo?: Maybe<OCPIImage>;\n /**\n * ISO-3166 alpha-2 country code an operator is active in.\n * @deprecated In favor of countries.\n */\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 type OutsideTempInput = {\n /** Value of the outside temperature. */\n value: Scalars[\"Float\"];\n /** Type of the value of the outside temperature. */\n type: TemperatureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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/** Polygon properties. */\nexport type PolygonProperties = {\n /** Index of the feature inside the list. */\n index?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type PowerInput = {\n /** Value of the positive or negative power. When negative the vehicle is charging. */\n value: Scalars[\"Float\"];\n /** Type of the value of the power. */\n type: PowerUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\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\nexport enum PowerSupported {\n /** Power is supported. */\n AVAILABLE = \"available\",\n /** Power is not supported. */\n NOT_AVAILABLE = \"not_available\",\n /** Power is announced, but not yet supported. */\n ANNOUNCED = \"announced\"\n}\n\nexport enum PowerUnit {\n /** Return the power in kilowatts. */\n KILOWATT = \"kilowatt\",\n /** Return the power in horsepower. */\n HORSEPOWER = \"horsepower\"\n}\n\nexport enum PressureUnit {\n /** Return the pressure in bar. */\n BAR = \"bar\",\n /** Return the pressure in pounds per square inch. */\n POUNDS_PER_SQUARE_INCH = \"pounds_per_square_inch\"\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 connected vehicles by id */\n connectedVehicle?: Maybe<ConnectedVehicle>;\n /** [BETA] Get the connected vehicles for the current user */\n connectedVehicleList?: Maybe<Array<Maybe<ConnectedVehicle>>>;\n /** [BETA] Retrieve live vehicle data by connected vehicle id */\n connectedVehicleData?: Maybe<VehicleData>;\n /** Get an isoline by ID. */\n isoline?: Maybe<Isoline>;\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 /** [BETA] Emissions profile for route. */\n routeEmissions: RouteEmissions;\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 /** [BETA] Get information about a vehicle by its ID. */\n vehicle?: Maybe<Vehicle>;\n /** [BETA] Vehicle premium data provides even more information about your vehicle: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data. */\n vehiclePremium?: Maybe<VehiclePremium>;\n /** [BETA] Get a full list of vehicles. */\n vehicleList?: Maybe<Array<Maybe<VehicleList>>>;\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 QueryconnectedVehicleArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryconnectedVehicleListArgs = {\n filter?: Maybe<ConnectedVehicleListFilter>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type QueryconnectedVehicleDataArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type QueryisolineArgs = {\n id: Scalars[\"ID\"];\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 QueryrouteEmissionsArgs = {\n route_id: Scalars[\"ID\"];\n route_alternative_id?: Maybe<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?: Maybe<Scalars[\"ID\"]>;\n evse_id?: Maybe<Scalars[\"String\"]>;\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\nexport type QueryvehicleArgs = {\n id: Scalars[\"ID\"];\n country?: Maybe<CountryCodeAlpha2>;\n};\n\nexport type QueryvehiclePremiumArgs = {\n id: Scalars[\"ID\"];\n country?: Maybe<CountryCodeAlpha2>;\n};\n\nexport type QueryvehicleListArgs = {\n search?: Maybe<Scalars[\"String\"]>;\n filter?: Maybe<VehicleListFilter>;\n country?: Maybe<CountryCodeAlpha2>;\n size?: Maybe<Scalars[\"Int\"]>;\n page?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RemoveConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n};\n\n/** EV specific data for a route request. */\nexport type RequestEv = {\n /** Internal ID of a Vehicle. */\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 /** Vehicle Heat Pump configuration. */\n heatPump?: Maybe<HeatPumpMode>;\n /** Vehicle cabin configuration. */\n cabin?: Maybe<RequestEvCabin>;\n /** Cargo weight, in kg. */\n cargo?: Maybe<Scalars[\"Float\"]>;\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 inputted 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 vehicle battery.usable_kwh. */\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 battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\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 vehicle battery.usable_kwh. */\n stateOfCharge?: Maybe<RequestEvBatteryInputValue>;\n /** Desired final amount of energy in a battery. The value should be between 0 and 80% of the vehicle battery.usable_kwh If this is not filled in, we assume it is 20% of the vehicle battery.usable_kwh. */\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\n/** Vehicle cabin configuration. */\nexport type RequestEvCabin = {\n /** Flag which indicate if the vehicle cabin was preconditioned for the desired temperature. */\n isPreconditioned?: Maybe<Scalars[\"Boolean\"]>;\n /** Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit. */\n desiredTemperature?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Vehicle cabin configuration. */\nexport type RequestEvCabindesiredTemperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\n/** Vehicle cabin configuration. */\nexport type RequestEvCabinInput = {\n /** Flag which indicate if the vehicle cabin was preconditioned for the desired temperature. */\n isPreconditioned?: Maybe<Scalars[\"Boolean\"]>;\n /** Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit. */\n desiredTemperature?: Maybe<TemperatureInput>;\n};\n\nexport type RequestEvConsumption = {\n /** The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc */\n auxiliary?: Maybe<Scalars[\"Float\"]>;\n /**\n * Consumption, in kWh, of the auxiliaries.\n * @deprecated In favor of auxiliary\n */\n aux?: Maybe<CarConsumption>;\n /**\n * The consumption, in kWh, of the battery management system.\n * @deprecated In favor of auxiliary\n */\n bms?: Maybe<CarConsumption>;\n /**\n * The consumption, in kWh, of the vehicle in idle mode.\n * @deprecated In favor of auxiliary\n */\n idle?: Maybe<CarConsumption>;\n};\n\nexport type RequestEvConsumptionInput = {\n /** The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc. */\n auxiliary?: Maybe<Scalars[\"Float\"]>;\n /** Deprecated in favor of auxiliary. */\n aux?: Maybe<CarConsumptionInput>;\n /** Deprecated in favor of auxiliary. */\n bms?: Maybe<CarConsumptionInput>;\n /** Deprecated in favor of auxiliary. */\n idle?: Maybe<CarConsumptionInput>;\n};\n\nexport type RequestEvInput = {\n /** Internal ID of a Vehicle. */\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 /** Vehicle Heat Pump configuration. */\n heatPump?: Maybe<HeatPumpMode>;\n /** Vehicle cabin configuration. */\n cabin?: Maybe<RequestEvCabinInput>;\n /** Number of occupants. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Cargo weight, in kg. */\n cargo?: 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 /** Telemetry data used to overwrite routing parameters. */\n telemetry?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type RequestRoute = {\n /**\n * Requested amenities near the stations, within a 1 kilometer radius.\n * @deprecated Will be removed. Use the amenity preferences instead.\n */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Amenity preferences for a route. */\n amenity_preferences?: Maybe<RouteAmenityPreferences>;\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 /** Deprecated: in favor of amenity preferences. A list of desired amenities near the stations, with a 1 kilometer radius. */\n amenities?: Maybe<Array<Maybe<Scalars[\"String\"]>>>;\n /** Amenity preferences for a route. */\n amenity_preferences?: Maybe<AmenityPreferencesInput>;\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/** 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 /** Vehicle 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 vehicle 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 In favor of name.\n */\n firstName?: Maybe<Scalars[\"String\"]>;\n /**\n * Last name.\n * @deprecated In favor of name\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 /** Route telemetry data. */\n telemetry?: Maybe<Scalars[\"JSON\"]>;\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 /** Display value that indicates the range, in meters, available at the beginning of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. */\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 /** Display value that indicates the range, in meters, available at the end of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0. */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Remaining range, energy in kWh, at the end of a trip. In the case of a non BEV where the range end is negative, the value will be 0. */\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 gasoline 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\n/** Amenity preferences for a route. */\nexport type RouteAmenityPreferences = {\n /** Desired amenities near all charge-stops along a route, with a 1 kilometer radius. */\n all_charge_stops?: Maybe<Array<AmenityType>>;\n /** Scheduled charge stops, with a specified amenity and timeline. */\n scheduled_charge_stops?: Maybe<Array<RouteScheduledChargeStop>>;\n};\n\nexport type RouteApp = {\n /** ID of the app who requested a route. */\n id?: Maybe<Scalars[\"ID\"]>;\n};\n\nexport type RouteEmbeddedEmissions = {\n /** Total embedded emissions. */\n total: Scalars[\"Float\"];\n /** Total manufacturing emissions. */\n manufacturing: RouteEmbeddedManufacturingEmissions;\n /** Total distribution related emissions. */\n distribution: Scalars[\"Float\"];\n /** Distribution sea segment emissions. */\n maritime: RouteEmbeddedMaritimeEmissions;\n /** Distribution land segment emissions. */\n land: RouteEmbeddedLandEmissions;\n};\n\nexport type RouteEmbeddedEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedEmissionsdistributionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissions = {\n /** Total embedded land emissions. */\n total: Scalars[\"Float\"];\n /** Distribution land segment emissions from fuel consumption. */\n fuel: Scalars[\"Float\"];\n /** Distribution land segment lifecycle emissions. */\n lifecycle: Scalars[\"Float\"];\n};\n\nexport type RouteEmbeddedLandEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissionsfuelArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedLandEmissionslifecycleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissions = {\n /** Total embedded manufacturing emissions. */\n total: Scalars[\"Float\"];\n /** Body manufacturing emissions. */\n body: Scalars[\"Float\"];\n /** Lithium ion battery manufacturing emissions. */\n battery?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionsbodyArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedManufacturingEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissions = {\n /** Total embedded maritime emissions. */\n total: Scalars[\"Float\"];\n /** Fuel related sea segment emissions. */\n fuel: Scalars[\"Float\"];\n /** Port facility related sea segment emissions. */\n port: Scalars[\"Float\"];\n /** Idling related sea segment emissions. */\n idle: Scalars[\"Float\"];\n /** Distributed lifecycle related sea segment emissions. */\n lifecycle: Scalars[\"Float\"];\n};\n\nexport type RouteEmbeddedMaritimeEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsfuelArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsportArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionsidleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmbeddedMaritimeEmissionslifecycleArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEmissions = {\n /** ID of the route for which we retrieve the emissions profile. */\n route_id: Scalars[\"ID\"];\n /** ID of the route alternative for which we retrieve the emissions profile. */\n route_alternative_id: Scalars[\"ID\"];\n /** Emissions profile for the vehicle used in route. */\n route_vehicle: RouteVehicleEmissions;\n /** Emissions profile for an equivalent internal combustion engine vehicle. */\n internal_combustion_vehicle: RouteInternalCombustionVehicleEmissions;\n};\n\nexport type RouteEmissionsinternal_combustion_vehicleArgs = {\n fuel_type?: Maybe<RouteOperationalFuelType>;\n};\n\nexport type RouteEndOfLifeEmissions = {\n /** Total end of life emissions. */\n total: Scalars[\"Float\"];\n /** Total fluid related end of life emissions. */\n fluids: RouteEndOfLifeFluidsEmissions;\n /** Battery related end of life emissions. */\n battery: Scalars[\"Float\"];\n /** Tire related end of life emissions. */\n tires: Scalars[\"Float\"];\n /** Body end of life emissions. */\n body: Scalars[\"Float\"];\n /** Transport end of life emissions. */\n transport: Scalars[\"Float\"];\n};\n\nexport type RouteEndOfLifeEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionstiresArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionsbodyArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeEmissionstransportArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissions = {\n /** Total end of life fluids emissions. */\n total: Scalars[\"Float\"];\n /** Total wiper fluid end of life emissions. */\n wiper: Scalars[\"Float\"];\n /** Total brake fluid end of life emissions. */\n brake: Scalars[\"Float\"];\n /** Total powertrain coolant fluid end of life emissions. */\n coolant: Scalars[\"Float\"];\n /** Total transmission fluid end of life emissions. */\n transmission: Scalars[\"Float\"];\n /** Total motor oil end of life emissions. */\n motor_oil?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionswiperArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionsbrakeArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionscoolantArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionstransmissionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteEndOfLifeFluidsEmissionsmotor_oilArgs = {\n unit?: Maybe<EmissionUnit>;\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 RouteInternalCombustionVehicleEmissions = {\n /** Total co2e emissions. */\n total: Scalars[\"Float\"];\n /** Embedded emissions. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions. */\n operational: RouteInternalCombustionVehicleOperationalEmissions;\n /** End of life emissions. */\n end_of_life: RouteEndOfLifeEmissions;\n /** Emissions info for the legs in the order as within the route. */\n legs: Array<RouteInternalCombustionVehicleLegEmissions>;\n};\n\nexport type RouteInternalCombustionVehicleEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteInternalCombustionVehicleLegEmissions = {\n /** Total co2e emissions for the leg. */\n total: Scalars[\"Float\"];\n /** Embedded emissions for the leg. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions for the leg. */\n operational: RouteInternalCombustionVehicleOperationalEmissions;\n /** End of life emissions for the leg. */\n end_of_life: RouteEndOfLifeEmissions;\n};\n\nexport type RouteInternalCombustionVehicleLegEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteInternalCombustionVehicleOperationalEmissions = {\n /** Total operational emissions. */\n total: Scalars[\"Float\"];\n /** Fuel emissions data. */\n fuel: RouteOperationalFuelEmissions;\n /** Total road infrastructure emissions. */\n infrastructure: RouteOperationalInfrastructureEmissions;\n /** Total maintenance emissions. */\n maintenance: RouteOperationalMaintenanceEmissions;\n};\n\nexport type RouteInternalCombustionVehicleOperationalEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\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 /** Display value that indicates the range, in meters, available at the beginning of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. */\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 /** Display value that indicates the range, in meters, available at the end of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0. */\n rangeEnd?: Maybe<Scalars[\"Int\"]>;\n /** Total energy left in a battery at the end of a leg, in kWh. In the case of a non BEV where the range end is negative, the value will be 0. */\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 compatible plugs available at a charge station. */\n plugsAvailable?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs occupied at a charge station. */\n plugsOccupied?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs unknown at a charge station. */\n plugsUnknown?: Maybe<Scalars[\"Int\"]>;\n /** Number of compatible plugs out of order at a charge station. */\n plugsOutOfOrder?: Maybe<Scalars[\"Int\"]>;\n /** Total number of compatible 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 /** Cargo weight in a vehicle for the duration of a leg, in kg. */\n cargo?: Maybe<Scalars[\"Float\"]>;\n /** Number of occupants in a vehicle for the duration of a leg. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteLegpolylineArgs = {\n decimals?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type RouteLegMeta = {\n /** Warnings that certain conditions specified in a route mutation are not respected. */\n warnings: Array<RouteMetaWarning>;\n};\n\nexport type RouteMeta = {\n /** Warnings that certain conditions specified in a route mutation are not respected. */\n warnings: Array<RouteMetaWarning>;\n};\n\nexport type RouteMetaWarning = {\n /** Static identifier, can be used for production purposes such as i18n. */\n code: Scalars[\"String\"];\n /** Human readable explanation of the warning, for development purposes. */\n message: Scalars[\"String\"];\n /** Optional JSON object containing data explaining the warning, for development purposes. */\n data?: Maybe<Scalars[\"JSON\"]>;\n};\n\n/** Köppen climate classification. */\nexport enum RouteOperationalElectricityClimate {\n /** Tropical rain forest climate. */\n AF = \"Af\",\n /** Tropical monsoon climate. */\n AM = \"Am\",\n /** Tropical savanna climate, dry summer. */\n AW = \"Aw\",\n /** Tropical savanna climate, dry winter. */\n AS = \"As\",\n /** Hot desert climate. */\n BWH = \"BWh\",\n /** Cold desert climate. */\n BWK = \"BWk\",\n /** Hot semi-arid climate. */\n BSH = \"BSh\",\n /** Cold semi-arid climate. */\n BSK = \"BSk\",\n /** Monsoon-influenced humid subtropical climate. */\n CWA = \"Cwa\",\n /** Subtropical highland climate. */\n CWB = \"Cwb\",\n /** Cold subtropical highland climate. */\n CWC = \"Cwc\",\n /** Humid subtropical climate. */\n CFA = \"Cfa\",\n /** Temperate oceanic climate. */\n CFB = \"Cfb\",\n /** Sub polar oceanic climate. */\n CFC = \"Cfc\",\n /** Hot-summer Mediterranean climate. */\n CSA = \"Csa\",\n /** Warm-summer Mediterranean climate. */\n CSB = \"Csb\",\n /** Cold-summer Mediterranean climate. */\n CSC = \"Csc\",\n /** Monsoon-influenced hot-summer humid continental climate. */\n DWA = \"Dwa\",\n /** Monsoon-influenced warm-summer humid continental climate. */\n DWB = \"Dwb\",\n /** Monsoon-influenced subarctic climate. */\n DWC = \"Dwc\",\n /** Monsoon-influenced extremely cold subarctic climate. */\n DWD = \"Dwd\",\n /** Hot-summer humid continental climate. */\n DFA = \"Dfa\",\n /** Warm-summer humid continental climate. */\n DFB = \"Dfb\",\n /** Subarctic climate. */\n DFC = \"Dfc\",\n /** Extremely cold subarctic climate. */\n DFD = \"Dfd\",\n /** Mediterranean-influenced hot-summer humid continental climate. */\n DSA = \"Dsa\",\n /** Mediterranean-influenced warm-summer humid continental climate. */\n DSB = \"Dsb\",\n /** Mediterranean-influenced subarctic climate. */\n DSC = \"Dsc\",\n /** Mediterranean-influenced extremely cold subarctic climate. */\n DSD = \"Dsd\",\n /** Tundra climate. */\n ET = \"ET\",\n /** Ice cap climate. */\n EF = \"EF\"\n}\n\nexport type RouteOperationalElectricityEmissions = {\n /** Total electricity emissions. */\n total: Scalars[\"Float\"];\n /** Base emissions without efficiency losses. */\n base_emissions: Scalars[\"Float\"];\n /** Emissions for electricity lost in the battery. */\n battery_losses: Scalars[\"Float\"];\n /** Emissions for electricity lost in transmission. */\n transmission_losses: Scalars[\"Float\"];\n /** Emissions for electricity lost during charging. */\n chargepoint_losses: Scalars[\"Float\"];\n /** Electricity efficiency information. */\n electricity_efficiency: RouteOperationalElectricityEmissionsEfficiency;\n /** Electricity intensity information. */\n electricity_intensity: RouteOperationalElectricityEmissionsIntensity;\n};\n\nexport type RouteOperationalElectricityEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsbase_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsbattery_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionstransmission_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionschargepoint_lossesArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiency = {\n /** Average total electricity efficiency. */\n total_efficiency: Scalars[\"Float\"];\n /** Average efficiency of the battery. */\n battery_efficiency: Scalars[\"Float\"];\n /** Average efficiency of electricity transmission. */\n transmission_efficiency: Scalars[\"Float\"];\n /** Average base regional grid efficiency. */\n base_transmission_efficiency: Scalars[\"Float\"];\n /** Average transmission efficiency change due to temperature. */\n transmission_efficiency_temperature_modifier: Scalars[\"Float\"];\n /** Average efficiency of the chargepoint. */\n chargepoint_efficiency: Scalars[\"Float\"];\n /** Average evse efficiency. */\n evse_efficiency: Scalars[\"Float\"];\n /** Average breaker efficiency. */\n breaker_efficiency: Scalars[\"Float\"];\n /** Average power electronics unit efficiency. */\n power_electronics_unit_efficiency: Scalars[\"Float\"];\n /** Average transformer efficiency. */\n transformer_efficiency: Scalars[\"Float\"];\n /** Change in chargepoint efficiency due to temperature. */\n chargepoint_efficiency_temperature_modifier: Scalars[\"Float\"];\n /** Average charging current in ampere. */\n average_charging_current: Scalars[\"Float\"];\n /** Average charging voltage in volts. */\n average_charging_voltage: Scalars[\"Float\"];\n /** Average outside temperature. */\n average_temperature: Scalars[\"Float\"];\n /** Average regional temperature. */\n average_regional_temperature: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiencyaverage_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsEfficiencyaverage_regional_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsGenerationMethods = {\n /** Fraction of coal production. */\n coal: Scalars[\"Float\"];\n /** Fraction of gas production. */\n gas: Scalars[\"Float\"];\n /** Fraction of hydroelectric production. */\n hydro: Scalars[\"Float\"];\n /** Fraction of solar production. */\n solar: Scalars[\"Float\"];\n /** Fraction of wind production. */\n wind: Scalars[\"Float\"];\n /** Fraction of oil production. */\n oil: Scalars[\"Float\"];\n /** Fraction of nuclear production. */\n nuclear: Scalars[\"Float\"];\n /** Fraction of biofuel production. */\n biofuel: Scalars[\"Float\"];\n /** Fraction of other misc renewable production. */\n other: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsIntensity = {\n /** Average route electricity emissions intensity in unit CO2e/kWh. */\n total_electricity_intensity: Scalars[\"Float\"];\n /** Base regional electricity emissions intensity in unit CO2e/kWh. */\n base_electricity_intensity: Scalars[\"Float\"];\n /** Generation methods of electricity production. */\n generation_methods: RouteOperationalElectricityEmissionsGenerationMethods;\n /** Average emissions intensity of processing and transport of primary energy, power generation infrastructure, etc in unit CO2e/kWh. */\n electricity_infrastructure_intensity: Scalars[\"Float\"];\n /** Season for which the route was calculated. */\n season: RouteOperationalElectricitySeason;\n /** The climate for which the route was calculated. */\n climate: RouteOperationalElectricityClimate;\n /** Average electricity demand at the time of route charges as a fraction of average demand. */\n average_electricity_demand: Scalars[\"Float\"];\n /** Fraction of regional power generation that is not affected by demand (always on). */\n base_load_fraction: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalElectricityEmissionsIntensitytotal_electricity_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsIntensitybase_electricity_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalElectricityEmissionsIntensityelectricity_infrastructure_intensityArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\n/** Yearly seasons. */\nexport enum RouteOperationalElectricitySeason {\n /** Winter season. */\n WINTER = \"winter\",\n /** Spring season. */\n SPRING = \"spring\",\n /** Summer season. */\n SUMMER = \"summer\",\n /** Fall season. */\n FALL = \"fall\"\n}\n\nexport type RouteOperationalFluidEmissions = {\n /** Total fluid. */\n total: Scalars[\"Float\"];\n /** Total wiper fluid maintenance emissions. */\n wiper: Scalars[\"Float\"];\n /** Total brake fluid maintenance emissions. */\n brake: Scalars[\"Float\"];\n /** Total powertrain coolant fluid maintenance emissions. */\n coolant: Scalars[\"Float\"];\n /** Total transmission fluid maintenance emissions. */\n transmission: Scalars[\"Float\"];\n /** Total motor oil maintenance emissions. */\n motor_oil?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type RouteOperationalFluidEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionswiperArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionsbrakeArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionscoolantArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionstransmissionArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFluidEmissionsmotor_oilArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissions = {\n /** Total fuel for the route. */\n total: Scalars[\"Float\"];\n /** Direct (combustion) emissions of the fuel. */\n direct_emissions: Scalars[\"Float\"];\n /** Indirect (production and transport) emissions of the fuel. */\n indirect_emissions: Scalars[\"Float\"];\n /** Fuel consumption for the route in litres. */\n fuel_consumption: Scalars[\"Float\"];\n /** Estimated internal combustion vehicle weight. */\n weight: Scalars[\"Float\"];\n /** Estimated internal combustion vehicle engine torque. */\n engine_torque: Scalars[\"Float\"];\n /** Average powertrain efficiency. */\n powertrain_efficiency: Scalars[\"Float\"];\n /** Average base powertrain efficiency. */\n base_powertrain_efficiency: Scalars[\"Float\"];\n /** Speed related change in powertrain efficiency from the base. */\n powertrain_efficiency_speed_modifier: Scalars[\"Float\"];\n /** Average speed of the vehicle. */\n average_speed: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalFuelEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsdirect_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsindirect_emissionsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsfuel_consumptionArgs = {\n unit?: Maybe<FuelUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsweightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsengine_torqueArgs = {\n unit?: Maybe<TorqueUnit>;\n};\n\nexport type RouteOperationalFuelEmissionsaverage_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\n/** Fuel types. */\nexport enum RouteOperationalFuelType {\n /** Gasoline fuel. */\n GASOLINE = \"gasoline\",\n /** Diesel fuel. */\n DIESEL = \"diesel\"\n}\n\nexport type RouteOperationalInfrastructureEmissions = {\n /** Total infrastructure. */\n total: Scalars[\"Float\"];\n /** Embedded (construction, decommissioning, etc) emissions cost. */\n embedded: Scalars[\"Float\"];\n /** Induced maintenance emissions. */\n maintenance: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalInfrastructureEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalInfrastructureEmissionsembeddedArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalInfrastructureEmissionsmaintenanceArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissions = {\n /** Total maintenance. */\n total: Scalars[\"Float\"];\n /** Total fluid related maintenance emissions. */\n fluids: RouteOperationalFluidEmissions;\n /** Battery related maintenance emissions. */\n battery: Scalars[\"Float\"];\n /** Tire related maintenance emissions. */\n tires: Scalars[\"Float\"];\n /** Miscellaneous component maintenance emissions. */\n components: Scalars[\"Float\"];\n /** Accident repair related maintenance emissions. */\n repair: Scalars[\"Float\"];\n};\n\nexport type RouteOperationalMaintenanceEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionsbatteryArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionstiresArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionscomponentsArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteOperationalMaintenanceEmissionsrepairArgs = {\n unit?: Maybe<EmissionUnit>;\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/** Scheduled charge stop along a route. */\nexport type RouteScheduledChargeStop = {\n /** List of amenity types. */\n types?: Maybe<Array<Maybe<AmenityType>>>;\n /** Duration at the amenity, in seconds. */\n duration?: Maybe<Scalars[\"Int\"]>;\n /** Maximum allowed offset from the stop_after value in seconds. Default is 1800. */\n offset?: Maybe<Scalars[\"Int\"]>;\n /** Desired drive time before a scheduled stop after leaving the previous stop, in seconds. */\n stop_after?: Maybe<Scalars[\"Int\"]>;\n /** Maximum distance from a station to an amenity, in meters. */\n max_distance_from_station?: Maybe<Scalars[\"Int\"]>;\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 energy 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 CROSSBORDER = \"crossborder\"\n}\n\nexport type RouteVehicleEmissions = {\n /** Total co2e emissions. */\n total: Scalars[\"Float\"];\n /** Embedded emissions. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions. */\n operational: RouteVehicleOperationalEmissions;\n /** End of life emissions. */\n end_of_life: RouteEndOfLifeEmissions;\n /** Emissions info for the legs in the order as within the route. */\n legs: Array<RouteVehicleLegEmissions>;\n};\n\nexport type RouteVehicleEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteVehicleLegEmissions = {\n /** Total co2e emissions for the leg. */\n total: Scalars[\"Float\"];\n /** Embedded emissions for the leg. */\n embedded: RouteEmbeddedEmissions;\n /** Operational emissions for the leg. */\n operational: RouteVehicleOperationalEmissions;\n /** End of life emissions for the leg. */\n end_of_life: RouteEndOfLifeEmissions;\n};\n\nexport type RouteVehicleLegEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\nexport type RouteVehicleOperationalEmissions = {\n /** Total operational emissions. */\n total: Scalars[\"Float\"];\n /** Electricity emissions data. */\n electricity: RouteOperationalElectricityEmissions;\n /** Total road infrastructure emissions. */\n infrastructure: RouteOperationalInfrastructureEmissions;\n /** Total maintenance emissions. */\n maintenance: RouteOperationalMaintenanceEmissions;\n};\n\nexport type RouteVehicleOperationalEmissionstotalArgs = {\n unit?: Maybe<EmissionUnit>;\n};\n\n/** Scheduled charge stop along a route. */\nexport type ScheduledChargeStopInput = {\n /** List of amenity types. */\n types: Array<AmenityType>;\n /** Duration at the amenity, in seconds. The value should be between 900 and 86400. */\n duration: Scalars[\"Int\"];\n /** Maximum allowed offset from the stop_after value in seconds. Default is 1800. */\n offset?: Maybe<Scalars[\"Int\"]>;\n /** Desired drive time for a scheduled stop after leaving the origin point, in seconds. */\n stop_after: Scalars[\"Int\"];\n /** Maximum distance from a station to an amenity, in meters. The value should be between 0 and 1000. Default is 1000. */\n max_distance_from_station?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport enum SpeedUnit {\n /** Return the speed in kilometers per hour. */\n KILOMETERS_PER_HOUR = \"kilometers_per_hour\",\n /** Return the speed in miles per hour. */\n MILES_PER_HOUR = \"miles_per_hour\"\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\nexport type StateOfChargeInput = {\n /** Value of the state of charge of the vehicle. */\n value: Scalars[\"Float\"];\n /** Type of the state of charge of the vehicle. */\n type: StateOfChargeUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum StateOfChargeUnit {\n /** Return the state of charge in kilometers. */\n KILOMETER = \"kilometer\",\n /** Return the state of charge in miles. */\n MILE = \"mile\",\n /** Return the state of charge in kilowatt hours. */\n KILOWATT_HOUR = \"kilowatt_hour\",\n /** Return the state of charge as a percentage. */\n PERCENTAGE = \"percentage\"\n}\n\n/** Station data which extends OCPI Location. */\nexport type Station = {\n /** Unique ID of a station. This property is OCPI-compliant. */\n id: Scalars[\"ID\"];\n /** ISO-3166 alpha-2 country code of a station. This property is OCPI-compliant. */\n country_code?: Maybe<Scalars[\"String\"]>;\n /** CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard). This property is OCPI-compliant. */\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. This property is OCPI-compliant.\n */\n publish?: Maybe<Scalars[\"Boolean\"]>;\n /** Name of a charging station. This property is OCPI-compliant. */\n name?: Maybe<Scalars[\"String\"]>;\n /** Street/block name and house number if available. This property is OCPI-compliant. */\n address?: Maybe<Scalars[\"String\"]>;\n /** City or town. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n postal_code?: Maybe<Scalars[\"String\"]>;\n /** State or province of a location, only to be used when relevant. This property is OCPI-compliant. */\n state?: Maybe<Scalars[\"String\"]>;\n /** ISO 3166-1 alpha-3 code for the country of this station. This property is OCPI-compliant. */\n country?: Maybe<Scalars[\"String\"]>;\n /** Coordinates of a location. This property is OCPI-compliant. */\n coordinates?: Maybe<OCPIGeoLocation>;\n /** Geographical location of related points relevant to a user. This property is OCPI-compliant. */\n related_locations?: Maybe<Array<Maybe<OCPIAdditionalGeoLocation>>>;\n /** Type of parking at a charge point location. This property is OCPI-compliant. */\n parking_type?: Maybe<OCPIParkingType>;\n /** EVSEs that belong to a station. This property is OCPI-compliant. */\n evses?: Maybe<Array<Maybe<EVSE>>>;\n /** Human-readable directions on how to reach a station. This property is OCPI-compliant. */\n directions?: Maybe<Array<Maybe<OCPIDisplayText>>>;\n /** Information about an operator. This property is OCPI-compliant. */\n operator?: Maybe<Operator>;\n /** Information about a suboperator if applicable. This property is OCPI-compliant. */\n suboperator?: Maybe<Operator>;\n /** Information about an owner if available. This property is OCPI-compliant. */\n owner?: Maybe<Operator>;\n /** Facilities a charging station belongs to. This property is OCPI-compliant. */\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). This property is OCPI-compliant. */\n time_zone?: Maybe<Scalars[\"String\"]>;\n /** Times when an EVSEs at a location can be accessed for charging. This property is OCPI-compliant. */\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. This property is OCPI-compliant. */\n charging_when_closed?: Maybe<Scalars[\"Boolean\"]>;\n /** Links to images related to a location such as photos or logos. This property is OCPI-compliant. */\n images?: Maybe<Array<Maybe<OCPIImage>>>;\n /** Details of the energy supplied at a location. This property is OCPI-compliant. */\n energy_mix?: Maybe<OCPIEnergyMix>;\n /** Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created). This property is OCPI-compliant. */\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 /** Describes the heavy vehicle properties at the location. */\n heavy_vehicles_properties?: Maybe<StationHeavyVehiclesProperties>;\n /** Describes the heavy vehicle restrictions at the location. */\n heavy_vehicles_restrictions?: Maybe<StationHeavyVehiclesRestrictions>;\n /** Describes the vehicle restrictions at the location. */\n vehicle_restrictions?: Maybe<StationVehicleRestrictions>;\n /** Type of location where the charge point is located. For example, shop. */\n location_category?: Maybe<Scalars[\"String\"]>;\n /** Coordinates for the location's entrances in decimal degrees. If available, there can be more than one entrances to the location. */\n entrance_for_navigation?: Maybe<Array<OCPIAdditionalGeoLocation>>;\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 /**\n * A flag that indicates if a station is on private property.\n * @deprecated In favor of access_type.\n */\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 /** Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database. */\n custom_properties?: Maybe<StationCustomProperties>;\n /** Review of a station. */\n review?: Maybe<ReviewStats>;\n /** List of eMSP cards accepted at a charging station. */\n roaming?: Maybe<Array<Maybe<StationRoaming>>>;\n /** Phone number for assistance at a charging station. */\n support_phone_number?: Maybe<Scalars[\"String\"]>;\n /** Charging behavior of a station. */\n charging_behaviour?: Maybe<ChargingBehaviour>;\n /** Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values. */\n reliability_score?: Maybe<Scalars[\"Int\"]>;\n /** Indicates the authentication and payment methods. */\n adhoc_authorisation_payment_method?: Maybe<\n Array<StationAdhocAuthorisationPaymentMethod>\n >;\n /** Type of access to the charging station. */\n access_type?: Maybe<AccessType>;\n};\n\nexport enum StationAdhocAuthorisationPaymentMethod {\n /** Authentication by car through Plug and Charge. */\n AUTH_BY_CAR_PLUG_AND_CHARGE = \"AUTH_BY_CAR_PLUG_AND_CHARGE\",\n /** Apple Pay. */\n ONLINE_APPLE_PAY = \"ONLINE_APPLE_PAY\",\n /** Terminal in app. */\n TERMINAL_IN_APP = \"TERMINAL_IN_APP\",\n /** PayPal. */\n ONLINE_PAYPAL = \"ONLINE_PAYPAL\",\n /** Service Provider RFID Card. */\n SERVICE_PROVIDER_RFID_CARD = \"SERVICE_PROVIDER_RFID_CARD\",\n /** Terminal QR Code. */\n TERMINAL_QR_CODE = \"TERMINAL_QR_CODE\",\n /** Terminal Credit Card. */\n TERMINAL_CREDIT_CARD = \"TERMINAL_CREDIT_CARD\",\n /** Terminal Debit Card. */\n TERMINAL_DEBIT_CARD = \"TERMINAL_DEBIT_CARD\",\n /** Terminal SMS. */\n TERMINAL_SMS = \"TERMINAL_SMS\",\n /** Credit Card. */\n ONLINE_CREDIT_CARD = \"ONLINE_CREDIT_CARD\",\n /** Other. */\n OTHER_OTHER = \"OTHER_OTHER\",\n /** Terminal Contactless. */\n TERMINAL_CONTACTLESS = \"TERMINAL_CONTACTLESS\",\n /** Google Pay. */\n ONLINE_GOOGLE_PAY = \"ONLINE_GOOGLE_PAY\",\n /** Bank Payment. */\n ONLINE_BANK_PAYMENT = \"ONLINE_BANK_PAYMENT\",\n /** Authentication by car through Auto Charge. */\n AUTH_BY_CAR_AUTOCHARGE = \"AUTH_BY_CAR_AUTOCHARGE\"\n}\n\n/** Filter which can be applied to retrieve the station around list action. */\nexport type StationAroundFilter = {\n /** 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 /** 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\nexport type StationCustomProperties = {\n /**\n * List of eMSP cards accepted at a charging station.\n * @deprecated In favor of station.roaming.\n */\n roaming?: Maybe<Array<Maybe<StationRoaming>>>;\n /**\n * Phone number for assistance at a charging station.\n * @deprecated In favor of station.support_phone_number.\n */\n support_phone_number?: Maybe<Scalars[\"String\"]>;\n /**\n * Charging behavior of a station.\n * @deprecated In favor of station.charging_behaviour.\n */\n charging_behaviour?: Maybe<ChargingBehaviour>;\n /**\n * Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.\n * @deprecated In favor of station.reliability_score.\n */\n reliability_score?: Maybe<Scalars[\"Int\"]>;\n /**\n * List of available ad hoc payment methods.\n * @deprecated In favor of station.adhoc_authorisation_payment_method.\n */\n adhoc_authorisation_method?: Maybe<Array<Maybe<AdhocAuthorisationMethod>>>;\n /**\n * Predicted station occupancy.\n * @deprecated In favor of station.predicted_occupancy.\n */\n predicted_occupancy?: Maybe<Array<Maybe<StationPredictedOccupancy>>>;\n /**\n * Type of access to the charging station.\n * @deprecated In favor of station.charging_behaviour.\n */\n access_type?: Maybe<AccessType>;\n /** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */\n oicp?: Maybe<OICPStationCustomProperties>;\n};\n\n/** Describes the heavy vehicle properties at the location. */\nexport type StationHeavyVehiclesProperties = {\n /** Indicates whether the location was constructed mainly for the purpose of heavy vehicles like trucks. */\n is_dedicated?: Maybe<Scalars[\"Boolean\"]>;\n /** List of facilities in the location. */\n facilities?: Maybe<Array<HeavyVehiclesFacility>>;\n /** Indicates whether the location is suitable for trucks with trailers. */\n is_trailer_accessible?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location is drive-through. */\n is_drive_through?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location allows charging of heavy vehicles transporting dangerous goods. */\n allows_dangerous_goods?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location is suitable for rigid heavy vehicles. */\n allows_rigid_vehicles?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates whether the location allows overnight charging of heavy vehicles. */\n allows_overnight_parking?: Maybe<Scalars[\"Boolean\"]>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictions = {\n /** Maximum height of the heavy vehicle that is allowed to be parked at the charging station. */\n height?: Maybe<Scalars[\"Float\"]>;\n /** Maximum width of the heavy vehicle that is allowed to be parked at the charging station. */\n width?: Maybe<Scalars[\"Float\"]>;\n /** Maximum length of the heavy vehicle that is allowed to be parked at the charging station. */\n length?: Maybe<Scalars[\"Float\"]>;\n /** Maximum mass of the heavy vehicle that is allowed to be parked at the charging station. */\n mass?: Maybe<Scalars[\"Float\"]>;\n /** Allowed N (EU) types of heavy vehicles. */\n allowed_types_EU?: Maybe<Array<HeavyVehiclesEUType>>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionsheightArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionswidthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionslengthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the heavy vehicle restrictions at the location. */\nexport type StationHeavyVehiclesRestrictionsmassArgs = {\n unit?: Maybe<WeightUnit>;\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\nexport type StationRoaming = {\n /** Unique id for a provider. It is created by Eco-Movement, and it is stable. */\n partner_id?: Maybe<Scalars[\"String\"]>;\n /**\n * Unique E-Mobility Account Identifier (eMA ID) for a provider.\n * It is created by Eco-Movement by combining the country code where the charging station is located, and the party id of the provider.\n * For example, NL-ECO. Note: A provider can have multiple eMA IDs.\n * For example, if a company named 'Example Company A' acquired 'Example Company B' and owns the charging stations of Example Company B,\n * then this attribute maps Example Company B's eMA IDs to Example Company A's eMA IDs. For example, ['NL-EXA', 'NL-EXB'].\n */\n ema_id?: Maybe<Array<Scalars[\"String\"]>>;\n /** Name of the EMSP provider. */\n emsp?: Maybe<Scalars[\"String\"]>;\n /** Name of the card accepted at a charging station. */\n card?: Maybe<Scalars[\"String\"]>;\n /** Link to native Android app for card accepted at a charging station. */\n android_app_link?: Maybe<Scalars[\"String\"]>;\n /** Link to native iOS app for card accepted at a charging station. */\n ios_app_link?: 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/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictions = {\n /** Maximum weight for a vehicle that is allowed at the location. */\n mass?: Maybe<Scalars[\"Float\"]>;\n /** Maximum width for a vehicle that is allowed at the location. */\n width?: Maybe<Scalars[\"Float\"]>;\n /** Maximum height for a vehicle that is allowed at the location. */\n height?: Maybe<Scalars[\"Float\"]>;\n /** Maximum length for a vehicle that is allowed at the location. */\n length?: Maybe<Scalars[\"Float\"]>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionsmassArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionswidthArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionsheightArgs = {\n unit?: Maybe<DimensionUnit>;\n};\n\n/** Describes the vehicle restrictions at the location. */\nexport type StationVehicleRestrictionslengthArgs = {\n unit?: Maybe<DimensionUnit>;\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 /** This step is a crossborder. */\n CROSSBORDER = \"crossborder\"\n}\n\nexport type Subscription = {\n /** [BETA] Subscribe to a connected vehicle. */\n connectedVehicle?: Maybe<ConnectedVehicle>;\n /** Subscribe to an isoline in order to receive updates. */\n isoline?: Maybe<Isoline>;\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 /** Subscription for a specific route was updated in the system event */\n routeUpdatedById?: Maybe<Route>;\n};\n\nexport type SubscriptionconnectedVehicleArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionisolineArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionnavigationUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type SubscriptionrouteUpdatedByIdArgs = {\n id: Scalars[\"ID\"];\n};\n\nexport type Telemetry = {\n /** Value of the auxiliary power consumption of the vehicle. */\n auxiliary_consumption?: Maybe<Scalars[\"Float\"]>;\n /** Battery current in ampere. */\n battery_current?: Maybe<Scalars[\"Float\"]>;\n /** Value of the temperature of the battery. */\n battery_temperature?: Maybe<Scalars[\"Float\"]>;\n /** Battery voltage in volts. */\n battery_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Is the vehicle currently charging. */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Value of the rate of charge of the battery. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Value of the amount of battery charged. */\n charge_total?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current weight of the occupants. */\n total_occupant_weight?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current weight of the cargo. */\n total_cargo_weight?: Maybe<Scalars[\"Float\"]>;\n /** Value of the current elevation. */\n elevation?: Maybe<Scalars[\"Float\"]>;\n /** Current heading in degrees. */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** RPM of the motor. */\n motor_rpm?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants present in the vehicle. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Value of the vehicle's odometer. */\n odometer?: Maybe<Scalars[\"Float\"]>;\n /** Value of the outside temperature. */\n outside_temperature?: Maybe<Scalars[\"Float\"]>;\n /** Vehicle is in park, neutral or turned off. */\n is_parked?: Maybe<Scalars[\"Boolean\"]>;\n /** Value of the positive or negative power. When negative the vehicle is charging. */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Value of the state of charge of the vehicle. */\n state_of_charge?: Maybe<Scalars[\"Float\"]>;\n /** Values for the average tire pressures of all wheels, starting from the front side right to left and to the rear. */\n tire_pressure?: Maybe<Array<Scalars[\"Float\"]>>;\n /** UNIX timestamp in seconds. */\n timestamp?: Maybe<Scalars[\"Int\"]>;\n /** Value of the vehicle speed. */\n vehicle_speed?: Maybe<Scalars[\"Float\"]>;\n /** Custom input fields can be added based on telemetry architecture. */\n custom?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport type Telemetryauxiliary_consumptionArgs = {\n unit?: Maybe<AuxiliaryConsumptionUnit>;\n};\n\nexport type Telemetrybattery_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type Telemetrycharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type Telemetrycharge_totalArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type Telemetrytotal_occupant_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type Telemetrytotal_cargo_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type TelemetryelevationArgs = {\n unit?: Maybe<ElevationUnit>;\n};\n\nexport type TelemetryodometerArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type Telemetryoutside_temperatureArgs = {\n unit?: Maybe<TemperatureUnit>;\n};\n\nexport type TelemetrypowerArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type Telemetrystate_of_chargeArgs = {\n unit?: Maybe<StateOfChargeUnit>;\n};\n\nexport type Telemetrytire_pressureArgs = {\n unit?: Maybe<PressureUnit>;\n};\n\nexport type Telemetryvehicle_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport type TelemetryInput = {\n /** Average auxiliary power consumption. */\n auxiliary_consumption?: Maybe<AuxiliaryConsumptionInput>;\n /** Battery current in ampere. */\n battery_current?: Maybe<Scalars[\"Float\"]>;\n /** Battery temperature. */\n battery_temperature?: Maybe<BatteryTemperatureInput>;\n /** Battery voltage in volts. */\n battery_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Is the vehicle currently charging. */\n is_charging?: Maybe<Scalars[\"Boolean\"]>;\n /** Rate of charge. */\n charge_speed?: Maybe<ChargeSpeedInput>;\n /** Amount charged. */\n charge_total?: Maybe<ChargeTotalInput>;\n /** Cumulated weight of the occupants. */\n total_occupant_weight?: Maybe<TotalOccupantWeightInput>;\n /** Weight of the cargo. */\n total_cargo_weight?: Maybe<TotalCargoWeightInput>;\n /** Current elevation. */\n elevation?: Maybe<ElevationInput>;\n /** Current heading in degrees. */\n heading?: Maybe<Scalars[\"Float\"]>;\n /** RPM of the motor. */\n motor_rpm?: Maybe<Scalars[\"Int\"]>;\n /** Number of occupants in the vehicle. */\n occupants?: Maybe<Scalars[\"Int\"]>;\n /** Mileage or odometer reading. */\n odometer?: Maybe<OdometerInput>;\n /** Outside temperature. */\n outside_temperature?: Maybe<OutsideTempInput>;\n /** Vehicle is in park, neutral or turned off. */\n is_parked?: Maybe<Scalars[\"Boolean\"]>;\n /** Vehicle power. */\n power?: Maybe<PowerInput>;\n /** Battery state of charge. */\n state_of_charge?: Maybe<StateOfChargeInput>;\n /** Average tire pressures of all wheels, starting from the front side right to left and to the rear. */\n tire_pressure?: Maybe<TirePressureInput>;\n /** UNIX timestamp in seconds. */\n timestamp?: Maybe<Scalars[\"Int\"]>;\n /** Vehicle speed. */\n vehicle_speed?: Maybe<VehicleSpeedInput>;\n /** Custom input fields can be added based on telemetry architecture. */\n custom?: Maybe<Scalars[\"JSON\"]>;\n};\n\nexport enum TelemetryInputSource {\n /** Manually inputted value. */\n MANUAL = \"manual\",\n /** Value from the vehicle's telemetry. */\n TELEMETRY = \"telemetry\"\n}\n\nexport type Temperature = {\n /** Value of the temperature. */\n value: Scalars[\"Float\"];\n /** Type of temperature. */\n type: TemperatureUnit;\n};\n\nexport type TemperatureInput = {\n /** Value of the temperature. */\n value: Scalars[\"Float\"];\n /** Type of temperature. */\n type: TemperatureUnit;\n};\n\nexport enum TemperatureUnit {\n /** Return the temperature in Celsius. */\n CELSIUS = \"Celsius\",\n /** Return the temperature in Fahrenheit. */\n FAHRENHEIT = \"Fahrenheit\"\n}\n\nexport type TirePressureInput = {\n /** Values for the tire pressure, starting from the front side right to left and to the rear. */\n value: Array<Scalars[\"Float\"]>;\n /** Type of the value of pressure. */\n type: PressureUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum TorqueUnit {\n /** Return the torque in newton meters. */\n NEWTON_METER = \"newton_meter\",\n /** Return the torque in foot pounds. */\n FOOT_POUND = \"foot_pound\"\n}\n\nexport type TotalCargoWeightInput = {\n /** Value of the current weight of the cargo. */\n value: Scalars[\"Float\"];\n /** Type of the current weight of the cargo. */\n type: WeightUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport type TotalOccupantWeightInput = {\n /** Value of the current weight of the occupants. */\n value: Scalars[\"Float\"];\n /** Type of the current weight of the occupants. */\n type: WeightUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\nexport enum TurningCircleUnit {\n /** Return the turning circle in meters. */\n METER = \"meter\",\n /** Return the turning circle in feet. */\n FOOT = \"foot\"\n}\n\nexport type UpdateConnectedVehicleInput = {\n /** Id from the connected vehicle */\n id: Scalars[\"ID\"];\n /** New label for a connected vehicle */\n label?: Maybe<Scalars[\"PlainString\"]>;\n};\n\n/** Output of a vehicle query. */\nexport type Vehicle = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Naming of the vehicle. */\n naming: VehicleNaming;\n /** Drivetrain of the vehicle. */\n drivetrain: VehicleDrivetrain;\n /** Available connectors for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Adapters for the connectors of the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehicleBattery;\n /** Body of the vehicle. */\n body: VehicleBody;\n /** Availability of the vehicle. */\n availability: VehicleAvailability;\n /** Performance of the vehicle. */\n performance?: Maybe<VehiclePerformance>;\n /** Range of the vehicle. */\n range: VehicleRange;\n /** Media of the vehicle. */\n media: VehicleMedia;\n /** Routing of the vehicle. */\n routing: VehicleRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n /** Details about Heat Pump. */\n heat_pump?: Maybe<VehicleHeatPump>;\n};\n\nexport type VehicleAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\n};\n\n/** Availability status of a vehicle. */\nexport enum VehicleAvailabilityStatus {\n /** Vehicle no longer for sale in any market / region. */\n NO_LONGER_AVAILABLE = \"no_longer_available\",\n /** Vehicle currently for sale in at least one market / region. */\n AVAILABLE = \"available\",\n /** Vehicle expected in market from Date_From (estimated), pre-order open. */\n RELEASE_DATE_ANNOUNCED_PREORDERABLE = \"release_date_announced_preorderable\",\n /** Vehicle expected in market from Date_From (estimated), pre-order unknown or not open. */\n RELEASE_DATE_ANNOUNCED = \"release_date_announced\",\n /** Concept vehicle, nearing production and/or confirmed, pre-order open. */\n CONCEPT_VEHICLE_PREORDERABLE = \"concept_vehicle_preorderable\",\n /** Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open. */\n CONCEPT_VEHICLE = \"concept_vehicle\",\n /** Concept vehicle, not close to production and/or unconfirmed, pre-order open. */\n CONCEPT_VEHICLE_RELEASE_DATE_TBA_PREORDERABLE = \"concept_vehicle_release_date_tba_preorderable\",\n /** Concept vehicle, not close to production and/or unconfirmed, pre-order unknown. */\n CONCEPT_VEHICLE_RELEASE_DATE_TBA = \"concept_vehicle_release_date_tba\",\n /** Status uncertain, introduction date and/or pricing unclear. */\n UNCERTAIN = \"uncertain\"\n}\n\nexport type VehicleBattery = {\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\n/** Battery field estimated. */\nexport enum VehicleBatteryFieldEstimations {\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 enum VehicleBatteryType {\n /** Lithium-Ion Battery. */\n LITHIUM_ION = \"lithium_ion\"\n}\n\nexport type VehicleBody = {\n /** Width with folded mirrors, default in mm. */\n width: Scalars[\"Float\"];\n /** Height (average height for adjustable suspensions), default in mm. */\n height: Scalars[\"Float\"];\n /** Weight (unladen), default in kg. */\n weight: VehicleBodyWeight;\n /** Number of seats. */\n seats: Scalars[\"Int\"];\n};\n\nexport type VehicleBodywidthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehicleBodyheightArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehicleBodyWeight = {\n /** Minimum weight, default in kg. */\n minimum?: Maybe<Scalars[\"Float\"]>;\n /** Nominal weight, default in kg. */\n nominal?: Maybe<Scalars[\"Float\"]>;\n /** Maximal weight, default in kg. */\n maximal?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehicleBodyWeightminimumArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehicleBodyWeightnominalArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehicleBodyWeightmaximalArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\n/** Vehicle plug model. */\nexport type VehicleConnector = {\n /** Connector type, known as connector standard in OCPI. */\n standard: ConnectorType;\n /** Usable electric power in kW. */\n power: Scalars[\"Float\"];\n /** Maximum electric power in kW. */\n max_electric_power: Scalars[\"Float\"];\n /** Time it takes to charge from 10 to 80% with a fast charger, shown in minutes. */\n time: Scalars[\"Int\"];\n /** Charging speed, default in kmph. */\n speed: Scalars[\"Float\"];\n};\n\n/** Vehicle plug model. */\nexport type VehicleConnectorspeedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\n/** The consumption of the vehicle. */\nexport type VehicleConsumptionInput = {\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\nexport type VehicleData = {\n /** Battery data */\n battery?: Maybe<ConnectBattery>;\n /** Charge data */\n charge?: Maybe<ConnectCharge>;\n /** Location data */\n location?: Maybe<ConnectLocation>;\n /** Odometer data */\n odometer?: Maybe<ConnectOdometer>;\n};\n\nexport enum VehicleDataProvider {\n /** Internal data provider. */\n CHARGETRIP = \"chargetrip\",\n /** EV database data provider. */\n EVDATABASE = \"evdatabase\"\n}\n\nexport type VehicleDrivetrain = {\n /** Type of drivetrain. */\n type: VehicleDrivetrainType;\n};\n\n/** Drivetrain. */\nexport enum VehicleDrivetrainType {\n /** Battery Electric Vehicle. */\n BEV = \"BEV\",\n /** Extended Range Electric Vehicle. */\n EREV = \"EREV\",\n /** Hybrid Electric Vehicle. */\n HEV = \"HEV\",\n /** Plug-in Hybrid Electric Vehicle. */\n PHEV = \"PHEV\"\n}\n\n/** Fuel type. */\nexport enum VehicleFuel {\n /** ICE engine available. Uses diesel. */\n D = \"D\",\n /** Electricity only. Full electric vehicle. */\n E = \"E\",\n /** ICE engine available. Uses petrol. */\n P = \"P\"\n}\n\nexport type VehicleHeatPump = {\n /** Indicates if a heat pump is available for a specific vehicle. */\n is_available?: Maybe<Scalars[\"Boolean\"]>;\n /** Indicates if a heat pump is standard equipment for a specific vehicle. */\n is_standard_equipment?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehicleImage = {\n /** Image id. */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Image type. */\n type: VehicleImageType;\n /** Full path URL of a large image. */\n url: Scalars[\"String\"];\n /** Height of a large image in pixels. */\n height: Scalars[\"Int\"];\n /** Width of a large image in pixels. */\n width: Scalars[\"Int\"];\n /** Full path URL of a thumbnail image. */\n thumbnail_url: Scalars[\"String\"];\n /** Height of a thumbnail image in pixels. */\n thumbnail_height: Scalars[\"Int\"];\n /** Width of a thumbnail image in pixels. */\n thumbnail_width: Scalars[\"Int\"];\n};\n\n/** Available types of images which can be found for a vehicle. Each type has specific image sizes. */\nexport enum VehicleImageType {\n /** Images provided by a Vehicle 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 /** Premium image. */\n IMAGE_PREMIUM = \"image_premium\",\n /** Thumbnail of a premium image. */\n PREMIUM_IMAGE_THUMBNAIL = \"premium_image_thumbnail\",\n /** Full-sized brand (make) logo at 768x432 px. */\n BRAND = \"brand\",\n /** Thumbnail of a full-sized brand (make) logo at 56x24 px. */\n BRAND_THUMBNAIL = \"brand_thumbnail\",\n /** Placeholder image at 1536x864 px. */\n PLACEHOLDER = \"placeholder\"\n}\n\n/** When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system. */\nexport enum VehicleImageTypeUploadable {\n /** Freemium vehicle image. */\n IMAGE = \"image\",\n /** Premium vehicle image. */\n IMAGE_PREMIUM = \"image_premium\"\n}\n\n/** The output element of the vehicleList query. */\nexport type VehicleList = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Naming of the vehicle. */\n naming: VehicleListNaming;\n /** Drivetrain of the vehicle. */\n drivetrain: VehicleDrivetrain;\n /** Connectors available for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Adapters available for the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehicleListBattery;\n /** Body of the vehicle. */\n body: VehicleListBody;\n /** Availability of the vehicle. */\n availability: VehicleListAvailability;\n /** Range of the vehicle. */\n range: VehicleListRange;\n /** Media of the vehicle. */\n media: VehicleListMedia;\n /** Routing of the vehicle. */\n routing: VehicleListRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n};\n\nexport type VehicleListAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\n};\n\nexport type VehicleListBattery = {\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\nexport type VehicleListBody = {\n /** Number of seats in a vehicle. */\n seats: Scalars[\"Int\"];\n};\n\nexport type VehicleListFilter = {\n /** Availability of a vehicle. */\n availability?: Maybe<Array<VehicleAvailabilityStatus>>;\n /** Drivetrain type of a vehicle. */\n drivetrain?: Maybe<Array<VehicleDrivetrainType>>;\n /** Information about vehicle connectivity. */\n connect?: Maybe<ConnectFilter>;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region?: Maybe<Array<VehicleRegion>>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose?: Maybe<Array<VehiclePurpose>>;\n /** Type of vehicle. */\n type?: Maybe<Array<VehicleType>>;\n};\n\nexport type VehicleListMedia = {\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo of the vehicle.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo of the vehicle. */\n make: VehicleImage;\n /** Latest video of the vehicle. */\n video?: Maybe<VehicleVideo>;\n};\n\nexport type VehicleListNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n};\n\nexport type VehicleListRange = {\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehicleListRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n};\n\nexport type VehicleMedia = {\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo. */\n make: VehicleImage;\n /** All images of the vehicle. */\n image_list: Array<VehicleImage>;\n /** Latest video. */\n video?: Maybe<VehicleVideo>;\n /** All videos of the vehicle. */\n video_list?: Maybe<Array<VehicleVideo>>;\n};\n\n/** Mode (state) of the current production. */\nexport enum VehicleMode {\n /** Old vehicle that is no longer manufactured. */\n INDEX_ONLY = \"index_only\",\n /** Vehicle is in production and has been released. */\n PRODUCTION = \"production\",\n /** Future releases of a vehicle, a concept of the vehicle, specs may change over time. */\n CONCEPT = \"concept\"\n}\n\nexport type VehicleNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n};\n\nexport type VehiclePerformance = {\n /** Acceleration in seconds, default in kmph to 100. */\n acceleration?: Maybe<Scalars[\"Float\"]>;\n /** Top speed of the vehicle, default in kmph. */\n top_speed?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePerformanceaccelerationArgs = {\n unit?: Maybe<AccelerationUnit>;\n};\n\nexport type VehiclePerformancetop_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport enum VehiclePlugAndChargeSupport {\n /** Plug and charge is available. */\n AVAILABLE = \"available\",\n /** Plug and charge is announced, but not yet available. */\n ANNOUNCED = \"announced\",\n /** Plug and charge is available in a limited context. */\n LIMITED = \"limited\",\n /** Plug and charge is not available. */\n NOT_AVAILABLE = \"not_available\"\n}\n\n/** The output element of the vehiclePremium query. */\nexport type VehiclePremium = {\n /** Vehicles unique ID. */\n id: Scalars[\"ID\"];\n /** Internal ID of the successor vehicle trim. */\n succesor_id?: Maybe<Scalars[\"String\"]>;\n /** Naming of the vehicle. */\n naming: VehiclePremiumNaming;\n /** Connectors available for the vehicle. */\n connectors: Array<VehicleConnector>;\n /** Charge details. */\n charge: VehiclePremiumCharge;\n /** Fast charge details. */\n fast_charge: VehiclePremiumFastCharge;\n /** Adapters of connectors available for a connectors of the vehicle. */\n adapters: Array<VehicleConnector>;\n /** Battery of the vehicle. */\n battery: VehiclePremiumBattery;\n /** Body of the vehicle. */\n body: VehiclePremiumBody;\n /** Availability of the vehicle. */\n availability: VehiclePremiumAvailability;\n /**\n * Pricing of the vehicle.\n * @deprecated In favor of pricing.\n */\n price: VehiclePremiumPrice;\n /** Starting price in the currency defined in the field argument. If not defined, it will return the starting price in the currency returned in the currency field. */\n pricing: VehiclePremiumPriceValueWithGrant;\n /** Drivetrain of the vehicle. */\n drivetrain: VehiclePremiumDrivetrain;\n /** Performance of the vehicle. */\n performance?: Maybe<VehiclePremiumPerformance>;\n /** Range of the vehicle. */\n range: VehiclePremiumRange;\n /** Efficiency of the vehicle. */\n efficiency: VehiclePremiumEfficiency;\n /** Safety of the vehicle. */\n safety?: Maybe<VehiclePremiumSafety>;\n /** Media of the vehicle. */\n media: VehiclePremiumMedia;\n /** Routing of the vehicle. */\n routing: VehiclePremiumRouting;\n /** Information about vehicle connectivity. */\n connect: Connect;\n /** Regions in which the vehicle is available. Based on the continent code (CC) standard. */\n region: Array<VehicleRegion>;\n /** Vehicle intended use. Can be passenger, cargo, or utility. */\n purpose: VehiclePurpose;\n /** Type of vehicle. */\n type: VehicleType;\n /** Details about Heat Pump. */\n heat_pump?: Maybe<VehicleHeatPump>;\n};\n\nexport type VehiclePremiumAvailability = {\n /** Availability of the vehicle. */\n status: VehicleAvailabilityStatus;\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 VehiclePremiumBattery = {\n /** Usable battery capacity in kWh. */\n usable_kwh: Scalars[\"Float\"];\n /** Full battery capacity in kWh. */\n full_kwh: Scalars[\"Float\"];\n /** Indicates which battery fields are estimated. */\n estimated_fields?: Maybe<VehicleBatteryFieldEstimations>;\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 /** Chemistry of the battery. */\n chemistry?: Maybe<Scalars[\"String\"]>;\n /** Manufacturer of the battery. */\n manufacturer?: Maybe<Scalars[\"String\"]>;\n /** Number of battery modules. */\n modules?: Maybe<Scalars[\"Float\"]>;\n /** Number of cells in the battery pack, can include configuration (s = serial, p = parallel). */\n cells?: Maybe<Scalars[\"String\"]>;\n /** Weight of the battery pack. */\n weight?: Maybe<Scalars[\"Float\"]>;\n /** Nominal voltage of battery. */\n nominal_voltage?: Maybe<Scalars[\"Float\"]>;\n /** Type of battery. */\n type?: Maybe<VehicleBatteryType>;\n};\n\nexport type VehiclePremiumBody = {\n /** Length, default in mm. */\n length?: Maybe<Scalars[\"Float\"]>;\n /** Width with folded mirrors, default in mm. */\n width: Scalars[\"Float\"];\n /** Width of vehicle including mirrors, default in mm. */\n full_width?: Maybe<Scalars[\"Float\"]>;\n /** Height (average height for adjustable suspensions), default in mm. */\n height: Scalars[\"Float\"];\n /** Indicates if length/width/height fields are estimations. */\n size_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Wheelbase, default in mm. */\n wheelbase?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if wheelbase field is estimated. */\n wheelbase_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Ground clearance of a vehicle as specified by the OEM, default in mm. */\n ground_clearance?: Maybe<Scalars[\"Float\"]>;\n /** Weight (unladen EU). */\n weight: VehicleBodyWeight;\n /** Maximum allowed vehicle weight with payload. */\n weight_gvwr?: Maybe<VehicleBodyWeight>;\n /** Maximum allowed vehicle and trailer weight with payload. */\n weight_gtw?: Maybe<VehicleBodyWeight>;\n /** Allowed payload weight. */\n weight_payload?: Maybe<VehicleBodyWeight>;\n /** Indicates if weight field is estimated. */\n weight_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum payload allowed for the vehicle, default in kg. */\n weight_max_payload?: Maybe<Scalars[\"Float\"]>;\n /**\n * Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg.\n * @deprecated In favor of weight_gvwr.nominal\n */\n max_gross_vehicle_weight?: Maybe<Scalars[\"Float\"]>;\n /** Standard luggage capacity, default in l. */\n boot_capacity?: Maybe<Scalars[\"Float\"]>;\n /** Storage capacity of front trunk/under the hood (frunk), default in l. */\n boot_front_capacity?: Maybe<Scalars[\"Float\"]>;\n /** Maximum luggage capacity, default in l. */\n boot_capacity_max?: Maybe<Scalars[\"Float\"]>;\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, default in kg. */\n tow_weight_unbraked?: Maybe<Scalars[\"Float\"]>;\n /** Maximum braked towing weight, default in kg. */\n tow_weight_braked?: Maybe<Scalars[\"Float\"]>;\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, default in kg. */\n tow_weight_vertical_load?: Maybe<Scalars[\"Float\"]>;\n /** Maximum load on roof of the vehicle, default in kg. */\n roof_load_max?: Maybe<Scalars[\"Float\"]>;\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: Scalars[\"Int\"];\n /** Indicates whether a vehicle has roof rails as a standard. */\n has_roofrails?: Maybe<Scalars[\"Boolean\"]>;\n /** Turning circle of the vehicle kerb-to-kerb, default in meters. */\n turning_circle?: Maybe<Scalars[\"Float\"]>;\n /** Name of the 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\nexport type VehiclePremiumBodylengthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodywidthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyfull_widthArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyheightArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodywheelbaseArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyground_clearanceArgs = {\n unit?: Maybe<MeasurementUnit>;\n};\n\nexport type VehiclePremiumBodyweight_max_payloadArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodymax_gross_vehicle_weightArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyboot_capacityArgs = {\n unit?: Maybe<VolumeUnit>;\n};\n\nexport type VehiclePremiumBodyboot_capacity_maxArgs = {\n unit?: Maybe<VolumeUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_unbrakedArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_brakedArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodytow_weight_vertical_loadArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyroof_load_maxArgs = {\n unit?: Maybe<WeightUnit>;\n};\n\nexport type VehiclePremiumBodyturning_circleArgs = {\n unit?: Maybe<TurningCircleUnit>;\n};\n\nexport type VehiclePremiumCharge = {\n /** Information about the main connector. */\n plug?: Maybe<VehiclePremiumChargePlug>;\n /** Information about vehicles secondary onboard charger. */\n second_plug?: Maybe<VehiclePremiumChargeSecondPlug>;\n /** Information about the vehicle standard onboard charger. */\n standard?: Maybe<VehiclePremiumChargeStandardOBC>;\n /** Optional upgrade for the standard onboard charger when available. */\n option?: Maybe<VehiclePremiumChargeOptionOBC>;\n /** Alternative upgrade for the standard onboard charger when available. */\n alternative?: Maybe<VehiclePremiumChargeAlternativeOBC>;\n /** Vehicle-to-everything charge support. */\n vehicle_to_everything?: Maybe<VehicleToEverything>;\n};\n\nexport type VehiclePremiumChargeAlternativeOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Charging details for the standard OBC at several charging points. */\n table?: Maybe<Array<Maybe<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeAlternativeOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargeOBCTable = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumChargeOBCTablecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargeOptionOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\n /** Charging details for the standard OBC at several charging points. */\n table?: Maybe<Array<Maybe<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeOptionOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumChargePlug = {\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 VehiclePremiumChargePower = {\n /** Maximum value. */\n max?: Maybe<Scalars[\"Float\"]>;\n /** Average value. */\n average?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumChargeSecondPlug = {\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 VehiclePremiumChargeStandardOBC = {\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), default in kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\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<VehiclePremiumChargeOBCTable>>>;\n};\n\nexport type VehiclePremiumChargeStandardOBCcharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumDrivetrain = {\n /** Type of drivetrain. */\n type: VehicleDrivetrainType;\n /** Fuel type. */\n fuel?: Maybe<VehicleFuel>;\n /** Propulsion type. */\n propulsion?: Maybe<VehiclePropulsion>;\n /** Indicates if propulsion field is estimated. */\n propulsion_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combined) power output, default in kw. */\n power?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if power field is estimated. */\n power_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Maximum (combine) power output, default in horsepower (PS). */\n power_hp?: Maybe<Scalars[\"Float\"]>;\n /** Maximum (combine) torque output, default in newton meter. */\n torque?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if torque field is estimated. */\n torque_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumDrivetrainpowerArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type VehiclePremiumDrivetrainpower_hpArgs = {\n unit?: Maybe<PowerUnit>;\n};\n\nexport type VehiclePremiumDrivetraintorqueArgs = {\n unit?: Maybe<TorqueUnit>;\n};\n\nexport type VehiclePremiumEfficiency = {\n /** Rated efficiency in WLTP combined cycle. */\n wltp?: Maybe<VehiclePremiumEfficiencyWLTP>;\n /** Rated efficiency in WLTP combined cycle (TEH / least efficient trim). */\n wltp_teh?: Maybe<VehiclePremiumEfficiencyWLTPTEH>;\n /** Rated efficiency in NEDC combined cycle. */\n nedc?: Maybe<VehiclePremiumEfficiencyNEDC>;\n /** Vehicle efficiency based on provider range. */\n provider?: Maybe<VehiclePremiumEfficiencyProvider>;\n};\n\nexport type VehiclePremiumEfficiencyNEDC = {\n /** Rated efficiency in NEDC combined cycle, default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyNEDCco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProvider = {\n /** Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Vehicle efficiency based on RealRange presented in gas equivalent, default 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<VehiclePremiumEfficiencyProviderValue>;\n /** Best conditions are based on 23°C and no use of A/C. */\n best?: Maybe<VehiclePremiumEfficiencyProviderValue>;\n};\n\nexport type VehiclePremiumEfficiencyProvidervalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValue = {\n /** Estimated value on highway or express roads, default in km. */\n highway?: Maybe<Scalars[\"Float\"]>;\n /** Estimated value on city roads, default in km. */\n city?: Maybe<Scalars[\"Float\"]>;\n /** Estimated combined value, default in km. */\n combined?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyProviderValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTP = {\n /** Rated efficiency in WLTP combined cycle, default in kWh/100 km. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEH = {\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, default in l/100 km. */\n fuel_equivalent?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km. */\n vehicle?: Maybe<Scalars[\"Float\"]>;\n /** Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default 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), default in gr/km. */\n co2?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvalueArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHfuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvehicleArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHvehicle_fuel_equivalentArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumEfficiencyWLTPTEHco2Args = {\n unit?: Maybe<EmissionRateUnit>;\n};\n\nexport type VehiclePremiumFastCharge = {\n /** Details about the connector. */\n plug?: Maybe<VehiclePremiumChargePlug>;\n /** Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger). */\n power?: Maybe<VehiclePremiumChargePower>;\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), default is kmph. */\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<VehiclePremiumFastChargeTable>>>;\n /** Indicates if autocharge is available. */\n has_autocharge?: Maybe<Scalars[\"Boolean\"]>;\n /** Status of Plug & Charge (PnC ISO15118) support for vehicle. */\n iso_15118_pnc_support?: Maybe<VehiclePlugAndChargeSupport>;\n /** Status of Plug & Charge (PnC ISO15118) -2 protocol support for vehicle. */\n iso_15118_pnc_support_2?: Maybe<VehiclePlugAndChargeSupport>;\n /** Status of Plug & Charge (PnC ISO15118) -20 protocol support for vehicle. */\n iso_15118_pnc_support_20?: Maybe<VehiclePlugAndChargeSupport>;\n /** Indicates if the fastcharge data is based on a real-world test by Fastned. */\n is_fastned_tested?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumFastChargecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumFastChargeTable = {\n /** Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC). */\n format?: Maybe<Scalars[\"String\"]>;\n /** Fast charge power. */\n power?: Maybe<VehiclePremiumChargePower>;\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), default is kmph. */\n charge_speed?: Maybe<Scalars[\"Float\"]>;\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 VehiclePremiumFastChargeTablecharge_speedArgs = {\n unit?: Maybe<ChargeSpeedUnit>;\n};\n\nexport type VehiclePremiumMedia = {\n /** URL for more details. */\n provider_details_url?: Maybe<Scalars[\"String\"]>;\n /** Featured image of the vehicle from a 45-degree angle. */\n image: VehicleImage;\n /**\n * Latest make logo.\n * @deprecated In favor of make.\n */\n brand: VehicleImage;\n /** Latest make logo. */\n make: VehicleImage;\n /** All images of the vehicle. */\n image_list: Array<VehicleImage>;\n /** Latest video. */\n video?: Maybe<VehicleVideo>;\n /** All videos of the vehicle. */\n video_list?: Maybe<Array<VehicleVideo>>;\n /** URL of the OEM page for this vehicle. */\n oem_details_url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehiclePremiumNaming = {\n /** Vehicle manufacturer name. */\n make: Scalars[\"String\"];\n /** Vehicle model name. */\n model: Scalars[\"String\"];\n /** Version, edition or submodel of the vehicle. */\n version?: Maybe<Scalars[\"String\"]>;\n /** Another submodel level of the vehicle. */\n edition?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years. */\n chargetrip_version: Scalars[\"String\"];\n /** Vehicle model length version. */\n length_version?: Maybe<Scalars[\"String\"]>;\n /** Vehicle model height version. */\n height_version?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehiclePremiumPerformance = {\n /** Acceleration 0-100 km/h, default 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 the vehicle, default in km/h. */\n top_speed?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if top_speed field is estimated. */\n top_speed_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n};\n\nexport type VehiclePremiumPerformanceaccelerationArgs = {\n unit?: Maybe<AccelerationUnit>;\n};\n\nexport type VehiclePremiumPerformancetop_speedArgs = {\n unit?: Maybe<SpeedUnit>;\n};\n\nexport type VehiclePremiumPrice = {\n /** Starting price for German market. */\n DE?: Maybe<VehiclePremiumPriceValueWithGrant>;\n /** Starting price for Dutch market. */\n NL?: Maybe<VehiclePremiumPriceValueWithGrant>;\n /** Starting price for British market. */\n GB?: Maybe<VehiclePremiumPriceValueWithGrant>;\n};\n\nexport type VehiclePremiumPriceValueWithGrant = {\n /** Starting price for local market expressed in the currency in the field currency. */\n value?: Maybe<Scalars[\"Float\"]>;\n /** Currency in which the value without optional field conversion is expressed. */\n currency?: Maybe<CurrencyUnit>;\n /** Indicates if the starting price is based on an estimate. */\n is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Grant that is applied to the starting price. */\n grant_applied?: Maybe<Scalars[\"Int\"]>;\n /** Total delivery fees (be aware that this field does not include grant). */\n price_delivery?: Maybe<Scalars[\"Int\"]>;\n /** First registration fee (be aware that this field does not include grant). */\n price_first_registration_fee?: Maybe<Scalars[\"Int\"]>;\n};\n\nexport type VehiclePremiumPriceValueWithGrantvalueArgs = {\n unit?: Maybe<CurrencyUnit>;\n};\n\nexport type VehiclePremiumRange = {\n /** Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km. */\n wltp?: Maybe<Scalars[\"Float\"]>;\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), default in km. */\n nedc?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if NEDC range is estimated (NULL if not NEDC rated). */\n nedc_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Index range, default in km. */\n provider?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if index range is estimated. */\n provider_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating. */\n worst: VehiclePremiumRangeValue;\n /** Best conditions are based on 23°C and no use of A/C. */\n best: VehiclePremiumRangeValue;\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehiclePremiumRangewltpArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangenedcArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangeproviderArgs = {\n unit?: Maybe<ConsumptionUnit>;\n};\n\nexport type VehiclePremiumRangeValue = {\n /** Estimated value on highway or express roads, default in km. */\n highway: Scalars[\"Float\"];\n /** Estimated value on city roads, default in km. */\n city: Scalars[\"Float\"];\n /** Estimated combined value, default in km. */\n combined: Scalars[\"Float\"];\n};\n\nexport type VehiclePremiumRangeValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRangeValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRangeValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehiclePremiumRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n /** Drag coefficient. */\n drag_coefficient: Scalars[\"Float\"];\n /** Tire pressure recommended by manufacturer, default in bar. */\n tire_pressure: Scalars[\"Float\"];\n /** Extra consumption model. */\n consumption?: Maybe<VehiclePremiumRoutingConsumption>;\n /** Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km. */\n fuel_consumption?: Maybe<Scalars[\"Float\"]>;\n};\n\nexport type VehiclePremiumRoutingtire_pressureArgs = {\n unit?: Maybe<PressureUnit>;\n};\n\nexport type VehiclePremiumRoutingfuel_consumptionArgs = {\n unit?: Maybe<FuelConsumptionUnit>;\n};\n\nexport type VehiclePremiumRoutingConsumption = {\n /** The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc */\n auxiliary?: Maybe<Scalars[\"Float\"]>;\n /**\n * Consumption, in kWh, of the auxiliaries.\n * @deprecated In favor of auxiliary\n */\n aux?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n /**\n * Consumption, in kWh, of the battery management system.\n * @deprecated In favor of auxiliary\n */\n bms?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n /**\n * Consumption, in kWh, of the vehicle in idle mode.\n * @deprecated In favor of auxiliary\n */\n idle?: Maybe<VehiclePremiumRoutingConsumptionValue>;\n};\n\nexport type VehiclePremiumRoutingConsumptionValue = {\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 VehiclePremiumSafety = {\n /** Number of seats equipped with ISOFIX. */\n isofix_seats?: Maybe<Scalars[\"Int\"]>;\n /** EuroNCAP results. */\n euro_ncap?: Maybe<VehiclePremiumSafetyEuroNcap>;\n};\n\nexport type VehiclePremiumSafetyEuroNcap = {\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 /** Link to the EuroNCAP test report. */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\n/** Propulsion. */\nexport enum VehiclePropulsion {\n /** All-wheel drive vehicle. */\n AWD = \"AWD\",\n /** Front-wheel drive vehicle. */\n FRONT = \"Front\",\n /** Rear-wheel drive vehicle. */\n REAR = \"Rear\"\n}\n\n/** Status of a vehicle provider. */\nexport enum VehicleProviderStatus {\n /** Is imported from any of the data providers. */\n NEW = \"new\",\n /** Has been attached to core vehicle. */\n ATTACHED = \"attached\",\n /** Has been detached from a core vehicle. */\n DETACHED = \"detached\",\n /** Has been archived by database maintainer. */\n ARCHIVED = \"archived\"\n}\n\nexport enum VehiclePurpose {\n /** Vehicle intended for the transportation of passengers. */\n PASSENGER = \"passenger\",\n /** Vehicle intended for the transportation of cargo. */\n CARGO = \"cargo\",\n /** Vehicle intended for the transportation of everything except cargo or passengers. Eg: ambulances, agricultural vehicles, etcetera. */\n UTILITY = \"utility\"\n}\n\nexport type VehicleRange = {\n /** Index range, default in km. */\n provider?: Maybe<Scalars[\"Float\"]>;\n /** Indicates if index range is estimated. */\n provider_is_estimated?: Maybe<Scalars[\"Boolean\"]>;\n /** Worst conditions are based on -10°C and use of heating. */\n worst: VehicleRangeValue;\n /** Best conditions are based on 23°C and no use of A/C. */\n best: VehicleRangeValue;\n /**\n * Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\n * CT range is based on the theoretical distance driven using only the electric engine.\n * Vehicles that do not have a full electric drivetrain type ( all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\n */\n chargetrip_range: ChargetripRange;\n};\n\nexport type VehicleRangeproviderArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValue = {\n /** Estimated value on the highway or express roads, default in km. */\n highway: Scalars[\"Float\"];\n /** Estimated value on the cities road, default in km. */\n city: Scalars[\"Float\"];\n /** Estimated combined value, default in km. */\n combined: Scalars[\"Float\"];\n};\n\nexport type VehicleRangeValuehighwayArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValuecityArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport type VehicleRangeValuecombinedArgs = {\n unit?: Maybe<DistanceUnit>;\n};\n\nexport enum VehicleRegion {\n /** Africa. */\n AF = \"AF\",\n /** Asia. */\n AS = \"AS\",\n /** Europe. */\n EU = \"EU\",\n /** North America. */\n NA = \"NA\",\n /** Oceania. */\n OC = \"OC\",\n /** South America. */\n SA = \"SA\"\n}\n\nexport type VehicleRouting = {\n /** Vehicles that support fast charging have a minimum charging speed of 43 kWh. */\n fast_charging_support: Scalars[\"Boolean\"];\n};\n\nexport type VehicleSpeedInput = {\n /** Value of the vehicle speed. */\n value: Scalars[\"Float\"];\n /** Type of the vehicle speed. */\n type: SpeedUnit;\n /** Source of inputted data, defaults to 'manual'. */\n source?: Maybe<TelemetryInputSource>;\n};\n\n/** Status of a vehicle. */\nexport enum VehicleStatus {\n /** Is being reviewed by a human operator. */\n DRAFT = \"draft\",\n /** Is public and can be used by a customer. */\n PUBLIC = \"public\",\n /** Is private and can be used by a human operator. */\n PRIVATE = \"private\",\n /** Is archived and can not be used. */\n ARCHIVED = \"archived\"\n}\n\nexport type VehicleToEverything = {\n /** Information about Vehicle-to-Load. */\n vehicle_to_load?: Maybe<VehicleToEverythingLoad>;\n /** Information about Vehicle-to-Home. */\n vehicle_to_home?: Maybe<VehicleToEverythingHomeGrid>;\n /** Information about Vehicle-to-Grid. */\n vehicle_to_grid?: Maybe<VehicleToEverythingHomeGrid>;\n};\n\nexport type VehicleToEverythingHomeGrid = {\n /** Vehicle-to-Home/Grid AC power information. */\n ac?: Maybe<VehicleToEverythingPower>;\n /** Vehicle-to-Home/Grid DC power information */\n dc?: Maybe<VehicleToEverythingPower>;\n};\n\nexport type VehicleToEverythingLoad = {\n /** Vehicle-to-Load power information. */\n ac?: Maybe<VehicleToEverythingPower>;\n /** Details on interior ports available for V2L. */\n interior_ports?: Maybe<Scalars[\"String\"]>;\n /** Details on exterior ports available for V2L. */\n exterior_ports?: Maybe<Scalars[\"String\"]>;\n};\n\nexport type VehicleToEverythingPower = {\n /** Indicates if this charging is supported. */\n is_supported?: Maybe<PowerSupported>;\n /** Maximum power output, in kilowatts. */\n maximum_power?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum VehicleType {\n /** Any motor vehicle with two wheels or a motor vehicle with no more than four wheels, does not have parallel seating, and is controlled by means of handlebars. */\n MOTORCYCLE = \"motorcycle\",\n /** A motor vehicle with three or four wheels that is not a Motorcycle, Pickup, Van, Truck, or Utility vehicle and either has a top speed of less than 60kph or an unladen weight of less than 400kg. */\n MICROCAR = \"microcar\",\n /** A motor vehicle that does not have an enclosed cab, is not a microcar or utility vehicle, is capable of carrying eight or fewer people, and that has less than one third of its internal volume dedicated to cargo, living, or sleeping space in its default configuration. */\n CAR = \"car\",\n /** A motor vehicle that has an enclosed cab, is not a utility vehicle, and has a fixed, non-articulated, open-top back cargo bed that is enclosed on at least three sides. */\n PICKUP = \"pickup\",\n /**\n * A motor vehicle that does not have an enclosed cab, is not a utility vehicle, that fulfills exactly one of the following conditions:\n * 1) It is capable of carrying more than eight but less than twenty people.\n * 2) At least one third of its internal volume is dedicated to cargo space in its default configuration.\n * 3) It is the passenger variant of a vehicle that meets criterion 2.\n */\n VAN = \"van\",\n /** A motor vehicle that does not have an enclosed cab, is not a Utility vehicle, and is capable of carrying 20 or more people in its default configuration. */\n BUS = \"bus\",\n /** A motor vehicle that has an enclosed cab and is not a Pickup or Utility vehicle. */\n TRUCK = \"truck\",\n /**\n * A motor vehicle that fulfills at least one of the following conditions:\n * 1) It does not have wheels.\n * 2) It has some mode of locomotion other than wheels in its default configuration such as treads, skis, or floats.\n * 3) It is capable of air or water travel in its default configuration.\n * 4) It was manufactured primarily for some purpose other than transporting cargo or passengers.\n * 5) It does not conform to any of the criteria for the other vehicle categories.\n */\n UTILITY = \"utility\"\n}\n\nexport type VehicleVideo = {\n /** Video id. */\n id?: Maybe<Scalars[\"ID\"]>;\n /** Full path URL of a video. */\n url?: Maybe<Scalars[\"String\"]>;\n};\n\nexport enum VolumeUnit {\n /** Return the volume in liters. */\n LITER = \"liter\",\n /** Return the volume in cubic meters. */\n CUBIC_METER = \"cubic_meter\",\n /** Return the volume in cubic feet. */\n CUBIC_FOOT = \"cubic_foot\"\n}\n\nexport enum WeightUnit {\n /** Return the weight in kilograms. */\n KILOGRAM = \"kilogram\",\n /** Return the weight in pounds. */\n POUND = \"pound\"\n}\n"],"mappings":"AAQA;AA0BA,WAAYA,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAOZ,WAAYC,UAAZ;AAMA;;WANYA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AA+CZ,WAAYC,wBAAZ;AAWA;;WAXYA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAYZ,WAAYC,SAAZ;AAaA;;WAbYA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAuDZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAkCZ,WAAYC,wBAAZ;AAKA;;WALYA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAMZ,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AA4MZ;AACA,WAAYC,0BAAZ;;WAAYA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAsBZ,WAAYC,uBAAZ;AAIA;;WAJYA,uB;EAAAA,uB;GAAAA,uB,KAAAA,uB;;AAoBZ;AACA,WAAYC,aAAZ;AAOA;;WAPYA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA2BZ;AACA,WAAYC,OAAZ;;WAAYA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAoCZ;AACA,WAAYC,YAAZ;AAeA;;WAfYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAgBZ,WAAYC,sBAAZ;AAKA;;WALYA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAmQZ;AACA,WAAYC,OAAZ;;WAAYA,O;EAAAA,O;EAAAA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAmkBZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAsCZ;AACA,WAAYC,SAAZ;;WAAYA,S;EAAAA,S;EAAAA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAkBZ;AACA,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AAgBZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAkCZ,WAAYC,aAAZ;AAWA;;WAXYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA4DZ,WAAYC,qBAAZ;;WAAYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AA8EZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAIZ,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAiCZ,WAAYC,sBAAZ;AAWA;;WAXYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAgEZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAiFZ,WAAYC,eAAZ;AAeA;;WAfYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AA+BZ;AACA,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAkRZ;AACA,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AASZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAWZ,WAAYC,YAAZ;AAWA;;WAXYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA2DZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAOZ,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAOZ,WAAYC,YAAZ;AAOA;;WAPYA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAuFZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAIZ,WAAYC,mBAAZ;;WAAYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAOZ,WAAYC,QAAZ;AAOA;;WAPYA,Q;EAAAA,Q;EAAAA,Q;GAAAA,Q,KAAAA,Q;;AAaZ,WAAYC,YAAZ;AASA;;WATYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAUZ,WAAYC,mBAAZ;AASA;;WATYA,mB;EAAAA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAUZ,WAAYC,qBAAZ;AAaA;;WAbYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAcZ,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAuCZ,WAAYC,2BAAZ;;WAAYA,2B;EAAAA,2B;EAAAA,2B;GAAAA,2B,KAAAA,2B;;AAwCZ;AACA,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAwDZ;AACA,WAAYC,aAAZ;AASA;;WATYA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAUZ,WAAYC,OAAZ;AAeA;;WAfYA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;EAAAA,O;GAAAA,O,KAAAA,O;;AAuBZ;AACA,WAAYC,cAAZ;AAIA;;WAJYA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAKZ,WAAYC,eAAZ;AAKA;;WALYA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAMZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAOZ,WAAYC,eAAZ;AAOA;;WAPYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAiBZ;AACA,WAAYC,gBAAZ;;WAAYA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAwKZ;AACA,WAAYC,eAAZ;AAWA;;WAXYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAwEZ;AACA,WAAYC,cAAZ;AA6BA;;WA7BYA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AA8BZ,WAAYC,mBAAZ;AAOA;;WAPYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAQZ,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAiFZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAsCZ;AACA,WAAYC,wBAAZ;AAmBA;;WAnBYA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AA2BZ;AACA,WAAYC,+BAAZ;AAOA;;WAPYA,+B;EAAAA,+B;EAAAA,+B;GAAAA,+B,KAAAA,+B;;AAeZ,WAAYC,YAAZ;AA2CA;;WA3CYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA8EZ;AACA,WAAYC,iBAAZ;AAiBA;;WAjBYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAkBZ,WAAYC,sBAAZ;AAaA;;WAbYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAcZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAeZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AAyCZ,WAAYC,8BAAZ;AAOA;;WAPYA,8B;EAAAA,8B;EAAAA,8B;GAAAA,8B,KAAAA,8B;;AAQZ,WAAYC,UAAZ;AAqBA;;WArBYA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AA8DZ,WAAYC,uBAAZ;;WAAYA,uB;EAAAA,uB;EAAAA,uB;EAAAA,uB;EAAAA,uB;GAAAA,uB,KAAAA,uB;;AAiDZ,WAAYC,cAAZ;AAaA;;WAbYA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAcZ,WAAYC,iBAAZ;AAQA;;WARYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAgBZ;AACA,WAAYC,0BAAZ;AASA;;WATYA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAkCZ;AACA,WAAYC,kBAAZ;AAMA;;WANYA,kB;EAAAA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAkBZ;AACA,WAAYC,sBAAZ;;WAAYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AA8EZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAwCZ;AACA,WAAYC,SAAZ;AAIA;;WAJYA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAmCZ,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AASZ,WAAYC,SAAZ;;WAAYA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAOZ,WAAYC,YAAZ;AAOA;;WAPYA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AA4CZ,WAAYC,sBAAZ;;WAAYA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;EAAAA,sB;GAAAA,sB,KAAAA,sB;;AAgrBZ;AACA,WAAYC,oBAAZ;AASA;;WATYA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAuOZ;AACA,WAAYC,oBAAZ;;WAAYA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAgKZ;AACA,WAAYC,kCAAZ;;WAAYA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;EAAAA,kC;GAAAA,kC,KAAAA,kC;;AAmMZ;AACA,WAAYC,iCAAZ;;WAAYA,iC;EAAAA,iC;EAAAA,iC;EAAAA,iC;EAAAA,iC;GAAAA,iC,KAAAA,iC;;AAqGZ;AACA,WAAYC,wBAAZ;;WAAYA,wB;EAAAA,wB;EAAAA,wB;GAAAA,wB,KAAAA,wB;;AAmIZ;AACA,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;EAAAA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AA4CZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAwBZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAgCZ;AACA,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;EAAAA,Y;GAAAA,Y,KAAAA,Y;;AAsEZ,WAAYC,SAAZ;AAOA;;WAPYA,S;EAAAA,S;EAAAA,S;GAAAA,S,KAAAA,S;;AAwBZ,WAAYC,iBAAZ;AAWA;;WAXYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAmIZ,WAAYC,sCAAZ;AAiCA;;WAjCYA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;EAAAA,sC;GAAAA,sC,KAAAA,sC;;AAgOZ;AACA,WAAYC,gBAAZ;AASA;;WATYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAmDZ;AACA,WAAYC,QAAZ;;WAAYA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;GAAAA,Q,KAAAA,Q;;AA4LZ,WAAYC,oBAAZ;;WAAYA,oB;EAAAA,oB;EAAAA,oB;GAAAA,oB,KAAAA,oB;;AAqBZ,WAAYC,eAAZ;;WAAYA,e;EAAAA,e;EAAAA,e;GAAAA,e,KAAAA,e;;AAgBZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AAyBZ,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAyDZ;AACA,WAAYC,yBAAZ;;WAAYA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;EAAAA,yB;GAAAA,yB,KAAAA,yB;;AA8BZ;AACA,WAAYC,8BAAZ;;WAAYA,8B;EAAAA,8B;EAAAA,8B;EAAAA,8B;EAAAA,8B;GAAAA,8B,KAAAA,8B;;AAWZ,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB;GAAAA,kB,KAAAA,kB;;AAmFZ,WAAYC,mBAAZ;;WAAYA,mB;EAAAA,mB;EAAAA,mB;GAAAA,mB,KAAAA,mB;;AAYZ;AACA,WAAYC,qBAAZ;AAWA;;WAXYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAYZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAmCZ;AACA,WAAYC,gBAAZ;AAmBA;;WAnBYA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;EAAAA,gB;GAAAA,gB,KAAAA,gB;;AAoBZ,WAAYC,0BAAZ;AAOA;;WAPYA,0B;EAAAA,0B;EAAAA,0B;GAAAA,0B,KAAAA,0B;;AAsIZ;AACA,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAqCZ,WAAYC,2BAAZ;AAWA;;WAXYA,2B;EAAAA,2B;EAAAA,2B;EAAAA,2B;EAAAA,2B;GAAAA,2B,KAAAA,2B;;AAuyBZ;AACA,WAAYC,iBAAZ;AASA;;WATYA,iB;EAAAA,iB;EAAAA,iB;EAAAA,iB;GAAAA,iB,KAAAA,iB;;AAUZ,WAAYC,qBAAZ;;WAAYA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;EAAAA,qB;GAAAA,qB,KAAAA,qB;;AAWZ,WAAYC,cAAZ;;WAAYA,c;EAAAA,c;EAAAA,c;EAAAA,c;GAAAA,c,KAAAA,c;;AAmDZ,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA6BZ;AACA,WAAYC,aAAZ;;WAAYA,a;EAAAA,a;EAAAA,a;EAAAA,a;EAAAA,a;GAAAA,a,KAAAA,a;;AA2CZ,WAAYC,WAAZ;;WAAYA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;EAAAA,W;GAAAA,W,KAAAA,W;;AAsCZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U;;AASZ,WAAYC,UAAZ;;WAAYA,U;EAAAA,U;EAAAA,U;GAAAA,U,KAAAA,U"}