@ampeco/public-api-mcp 3.105.9 → 3.105.11

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.
@@ -6505,20 +6505,13 @@
6505
6505
  "description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
6506
6506
  "properties": {
6507
6507
  "currentType": {
6508
- "oneOf": [
6509
- {
6510
- "type": "string",
6511
- "enum": [
6512
- "ac",
6513
- "dc"
6514
- ],
6515
- "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
6516
- },
6517
- {
6518
- "type": "null"
6519
- }
6520
- ],
6521
- "description": "Required current type (AC or DC). Omitted in response when not specified."
6508
+ "type": "string",
6509
+ "nullable": true,
6510
+ "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
6511
+ "enum": [
6512
+ "ac",
6513
+ "dc"
6514
+ ]
6522
6515
  },
6523
6516
  "minPower": {
6524
6517
  "type": "number",
@@ -6529,40 +6522,33 @@
6529
6522
  "description": "Maximum power requirement in kW. Omitted in response when not specified."
6530
6523
  },
6531
6524
  "connectorType": {
6532
- "oneOf": [
6533
- {
6534
- "type": "string",
6535
- "enum": [
6536
- "type1",
6537
- "type2",
6538
- "type3",
6539
- "chademo",
6540
- "ccs1",
6541
- "ccs2",
6542
- "schuko",
6543
- "nacs",
6544
- "cee16",
6545
- "cee32",
6546
- "j1772",
6547
- "inductive",
6548
- "nema-5-20",
6549
- "type-e-french",
6550
- "type-g-british",
6551
- "type-j-swiss",
6552
- "avcon",
6553
- "gb-t-ac",
6554
- "gb-t-dc",
6555
- "chaoji",
6556
- "nema-6-30",
6557
- "nema-6-50"
6558
- ],
6559
- "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
6560
- },
6561
- {
6562
- "type": "null"
6563
- }
6564
- ],
6565
- "description": "Required connector type. Omitted in response when not specified."
6525
+ "type": "string",
6526
+ "nullable": true,
6527
+ "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
6528
+ "enum": [
6529
+ "type1",
6530
+ "type2",
6531
+ "type3",
6532
+ "chademo",
6533
+ "ccs1",
6534
+ "ccs2",
6535
+ "schuko",
6536
+ "nacs",
6537
+ "cee16",
6538
+ "cee32",
6539
+ "j1772",
6540
+ "inductive",
6541
+ "nema-5-20",
6542
+ "type-e-french",
6543
+ "type-g-british",
6544
+ "type-j-swiss",
6545
+ "avcon",
6546
+ "gb-t-ac",
6547
+ "gb-t-dc",
6548
+ "chaoji",
6549
+ "nema-6-30",
6550
+ "nema-6-50"
6551
+ ]
6566
6552
  }
6567
6553
  }
6568
6554
  },
@@ -6591,26 +6577,19 @@
6591
6577
  "minimum": 1
6592
6578
  },
6593
6579
  "vehicleType": {
6594
- "oneOf": [
6595
- {
6596
- "type": "string",
6597
- "enum": [
6598
- "two_and_three_wheel_vehicles_and_quadricycles",
6599
- "passenger_vehicles",
6600
- "passenger_vehicles_with_trailer",
6601
- "light_duty_vans",
6602
- "heavy_duty_tractor_units_without_trailer",
6603
- "heavy_duty_trucks_without_articulation_point",
6604
- "heavy_duty_trucks_with_trailer_attached",
6605
- "buses_or_motor_coaches"
6606
- ],
6607
- "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
6608
- },
6609
- {
6610
- "type": "null"
6611
- }
6612
- ],
6613
- "description": "Required vehicle type. Omitted in response when not specified."
6580
+ "type": "string",
6581
+ "nullable": true,
6582
+ "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
6583
+ "enum": [
6584
+ "two_and_three_wheel_vehicles_and_quadricycles",
6585
+ "passenger_vehicles",
6586
+ "passenger_vehicles_with_trailer",
6587
+ "light_duty_vans",
6588
+ "heavy_duty_tractor_units_without_trailer",
6589
+ "heavy_duty_trucks_without_articulation_point",
6590
+ "heavy_duty_trucks_with_trailer_attached",
6591
+ "buses_or_motor_coaches"
6592
+ ]
6614
6593
  },
6615
6594
  "driveThroughRequired": {
6616
6595
  "type": "boolean",
@@ -7025,20 +7004,13 @@
7025
7004
  "description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
7026
7005
  "properties": {
7027
7006
  "currentType": {
7028
- "oneOf": [
7029
- {
7030
- "type": "string",
7031
- "enum": [
7032
- "ac",
7033
- "dc"
7034
- ],
7035
- "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
7036
- },
7037
- {
7038
- "type": "null"
7039
- }
7040
- ],
7041
- "description": "Required current type (AC or DC). Omitted in response when not specified."
7007
+ "type": "string",
7008
+ "nullable": true,
7009
+ "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
7010
+ "enum": [
7011
+ "ac",
7012
+ "dc"
7013
+ ]
7042
7014
  },
7043
7015
  "minPower": {
7044
7016
  "type": "number",
@@ -7049,40 +7021,33 @@
7049
7021
  "description": "Maximum power requirement in kW. Omitted in response when not specified."
7050
7022
  },
7051
7023
  "connectorType": {
7052
- "oneOf": [
7053
- {
7054
- "type": "string",
7055
- "enum": [
7056
- "type1",
7057
- "type2",
7058
- "type3",
7059
- "chademo",
7060
- "ccs1",
7061
- "ccs2",
7062
- "schuko",
7063
- "nacs",
7064
- "cee16",
7065
- "cee32",
7066
- "j1772",
7067
- "inductive",
7068
- "nema-5-20",
7069
- "type-e-french",
7070
- "type-g-british",
7071
- "type-j-swiss",
7072
- "avcon",
7073
- "gb-t-ac",
7074
- "gb-t-dc",
7075
- "chaoji",
7076
- "nema-6-30",
7077
- "nema-6-50"
7078
- ],
7079
- "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
7080
- },
7081
- {
7082
- "type": "null"
7083
- }
7084
- ],
7085
- "description": "Required connector type. Omitted in response when not specified."
7024
+ "type": "string",
7025
+ "nullable": true,
7026
+ "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
7027
+ "enum": [
7028
+ "type1",
7029
+ "type2",
7030
+ "type3",
7031
+ "chademo",
7032
+ "ccs1",
7033
+ "ccs2",
7034
+ "schuko",
7035
+ "nacs",
7036
+ "cee16",
7037
+ "cee32",
7038
+ "j1772",
7039
+ "inductive",
7040
+ "nema-5-20",
7041
+ "type-e-french",
7042
+ "type-g-british",
7043
+ "type-j-swiss",
7044
+ "avcon",
7045
+ "gb-t-ac",
7046
+ "gb-t-dc",
7047
+ "chaoji",
7048
+ "nema-6-30",
7049
+ "nema-6-50"
7050
+ ]
7086
7051
  }
7087
7052
  }
7088
7053
  },
@@ -7111,26 +7076,19 @@
7111
7076
  "minimum": 1
7112
7077
  },
7113
7078
  "vehicleType": {
7114
- "oneOf": [
7115
- {
7116
- "type": "string",
7117
- "enum": [
7118
- "two_and_three_wheel_vehicles_and_quadricycles",
7119
- "passenger_vehicles",
7120
- "passenger_vehicles_with_trailer",
7121
- "light_duty_vans",
7122
- "heavy_duty_tractor_units_without_trailer",
7123
- "heavy_duty_trucks_without_articulation_point",
7124
- "heavy_duty_trucks_with_trailer_attached",
7125
- "buses_or_motor_coaches"
7126
- ],
7127
- "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
7128
- },
7129
- {
7130
- "type": "null"
7131
- }
7132
- ],
7133
- "description": "Required vehicle type. Omitted in response when not specified."
7079
+ "type": "string",
7080
+ "nullable": true,
7081
+ "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
7082
+ "enum": [
7083
+ "two_and_three_wheel_vehicles_and_quadricycles",
7084
+ "passenger_vehicles",
7085
+ "passenger_vehicles_with_trailer",
7086
+ "light_duty_vans",
7087
+ "heavy_duty_tractor_units_without_trailer",
7088
+ "heavy_duty_trucks_without_articulation_point",
7089
+ "heavy_duty_trucks_with_trailer_attached",
7090
+ "buses_or_motor_coaches"
7091
+ ]
7134
7092
  },
7135
7093
  "driveThroughRequired": {
7136
7094
  "type": "boolean",
@@ -7528,20 +7486,13 @@
7528
7486
  "description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided.\n\nResponse behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified.\n",
7529
7487
  "properties": {
7530
7488
  "currentType": {
7531
- "oneOf": [
7532
- {
7533
- "type": "string",
7534
- "enum": [
7535
- "ac",
7536
- "dc"
7537
- ],
7538
- "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n"
7539
- },
7540
- {
7541
- "type": "null"
7542
- }
7543
- ],
7544
- "description": "Required current type (AC or DC). Omitted in response when not specified."
7489
+ "type": "string",
7490
+ "nullable": true,
7491
+ "description": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
7492
+ "enum": [
7493
+ "ac",
7494
+ "dc"
7495
+ ]
7545
7496
  },
7546
7497
  "minPower": {
7547
7498
  "type": "number",
@@ -7552,40 +7503,33 @@
7552
7503
  "description": "Maximum power requirement in kW. Omitted in response when not specified."
7553
7504
  },
7554
7505
  "connectorType": {
7555
- "oneOf": [
7556
- {
7557
- "type": "string",
7558
- "enum": [
7559
- "type1",
7560
- "type2",
7561
- "type3",
7562
- "chademo",
7563
- "ccs1",
7564
- "ccs2",
7565
- "schuko",
7566
- "nacs",
7567
- "cee16",
7568
- "cee32",
7569
- "j1772",
7570
- "inductive",
7571
- "nema-5-20",
7572
- "type-e-french",
7573
- "type-g-british",
7574
- "type-j-swiss",
7575
- "avcon",
7576
- "gb-t-ac",
7577
- "gb-t-dc",
7578
- "chaoji",
7579
- "nema-6-30",
7580
- "nema-6-50"
7581
- ],
7582
- "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n"
7583
- },
7584
- {
7585
- "type": "null"
7586
- }
7587
- ],
7588
- "description": "Required connector type. Omitted in response when not specified."
7506
+ "type": "string",
7507
+ "nullable": true,
7508
+ "description": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
7509
+ "enum": [
7510
+ "type1",
7511
+ "type2",
7512
+ "type3",
7513
+ "chademo",
7514
+ "ccs1",
7515
+ "ccs2",
7516
+ "schuko",
7517
+ "nacs",
7518
+ "cee16",
7519
+ "cee32",
7520
+ "j1772",
7521
+ "inductive",
7522
+ "nema-5-20",
7523
+ "type-e-french",
7524
+ "type-g-british",
7525
+ "type-j-swiss",
7526
+ "avcon",
7527
+ "gb-t-ac",
7528
+ "gb-t-dc",
7529
+ "chaoji",
7530
+ "nema-6-30",
7531
+ "nema-6-50"
7532
+ ]
7589
7533
  }
7590
7534
  }
7591
7535
  },
@@ -7614,26 +7558,19 @@
7614
7558
  "minimum": 1
7615
7559
  },
7616
7560
  "vehicleType": {
7617
- "oneOf": [
7618
- {
7619
- "type": "string",
7620
- "enum": [
7621
- "two_and_three_wheel_vehicles_and_quadricycles",
7622
- "passenger_vehicles",
7623
- "passenger_vehicles_with_trailer",
7624
- "light_duty_vans",
7625
- "heavy_duty_tractor_units_without_trailer",
7626
- "heavy_duty_trucks_without_articulation_point",
7627
- "heavy_duty_trucks_with_trailer_attached",
7628
- "buses_or_motor_coaches"
7629
- ],
7630
- "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n"
7631
- },
7632
- {
7633
- "type": "null"
7634
- }
7635
- ],
7636
- "description": "Required vehicle type. Omitted in response when not specified."
7561
+ "type": "string",
7562
+ "nullable": true,
7563
+ "description": "Type of vehicle that can use the parking space:\n- **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar\n- **passenger_vehicles**: Standard cars\n- **passenger_vehicles_with_trailer**: Cars with trailers attached\n- **light_duty_vans**: Small commercial vans\n- **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer\n- **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation\n- **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer\n- **buses_or_motor_coaches**: Buses and coaches\n",
7564
+ "enum": [
7565
+ "two_and_three_wheel_vehicles_and_quadricycles",
7566
+ "passenger_vehicles",
7567
+ "passenger_vehicles_with_trailer",
7568
+ "light_duty_vans",
7569
+ "heavy_duty_tractor_units_without_trailer",
7570
+ "heavy_duty_trucks_without_articulation_point",
7571
+ "heavy_duty_trucks_with_trailer_attached",
7572
+ "buses_or_motor_coaches"
7573
+ ]
7637
7574
  },
7638
7575
  "driveThroughRequired": {
7639
7576
  "type": "boolean",
@@ -60258,6 +60195,11 @@
60258
60195
  "networkStatusMonitoringEnabled": {
60259
60196
  "type": "boolean",
60260
60197
  "readOnly": true
60198
+ },
60199
+ "kioskModeEnabled": {
60200
+ "type": "boolean",
60201
+ "readOnly": true,
60202
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
60261
60203
  }
60262
60204
  }
60263
60205
  },
@@ -60833,6 +60775,11 @@
60833
60775
  "networkStatusMonitoringEnabled": {
60834
60776
  "type": "boolean",
60835
60777
  "readOnly": true
60778
+ },
60779
+ "kioskModeEnabled": {
60780
+ "type": "boolean",
60781
+ "readOnly": true,
60782
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
60836
60783
  }
60837
60784
  }
60838
60785
  },
@@ -60971,6 +60918,11 @@
60971
60918
  "networkStatusMonitoringEnabled": {
60972
60919
  "type": "boolean",
60973
60920
  "readOnly": true
60921
+ },
60922
+ "kioskModeEnabled": {
60923
+ "type": "boolean",
60924
+ "readOnly": true,
60925
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
60974
60926
  }
60975
60927
  }
60976
60928
  },
@@ -61110,6 +61062,11 @@
61110
61062
  "networkStatusMonitoringEnabled": {
61111
61063
  "type": "boolean",
61112
61064
  "readOnly": true
61065
+ },
61066
+ "kioskModeEnabled": {
61067
+ "type": "boolean",
61068
+ "readOnly": true,
61069
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
61113
61070
  }
61114
61071
  }
61115
61072
  }
@@ -61489,6 +61446,11 @@
61489
61446
  "networkStatusMonitoringEnabled": {
61490
61447
  "type": "boolean",
61491
61448
  "readOnly": true
61449
+ },
61450
+ "kioskModeEnabled": {
61451
+ "type": "boolean",
61452
+ "readOnly": true,
61453
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
61492
61454
  }
61493
61455
  }
61494
61456
  },
@@ -62064,6 +62026,11 @@
62064
62026
  "networkStatusMonitoringEnabled": {
62065
62027
  "type": "boolean",
62066
62028
  "readOnly": true
62029
+ },
62030
+ "kioskModeEnabled": {
62031
+ "type": "boolean",
62032
+ "readOnly": true,
62033
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
62067
62034
  }
62068
62035
  }
62069
62036
  },
@@ -62202,6 +62169,11 @@
62202
62169
  "networkStatusMonitoringEnabled": {
62203
62170
  "type": "boolean",
62204
62171
  "readOnly": true
62172
+ },
62173
+ "kioskModeEnabled": {
62174
+ "type": "boolean",
62175
+ "readOnly": true,
62176
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
62205
62177
  }
62206
62178
  }
62207
62179
  },
@@ -62341,6 +62313,11 @@
62341
62313
  "networkStatusMonitoringEnabled": {
62342
62314
  "type": "boolean",
62343
62315
  "readOnly": true
62316
+ },
62317
+ "kioskModeEnabled": {
62318
+ "type": "boolean",
62319
+ "readOnly": true,
62320
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
62344
62321
  }
62345
62322
  }
62346
62323
  }
@@ -62657,6 +62634,11 @@
62657
62634
  "networkStatusMonitoringEnabled": {
62658
62635
  "type": "boolean",
62659
62636
  "readOnly": true
62637
+ },
62638
+ "kioskModeEnabled": {
62639
+ "type": "boolean",
62640
+ "readOnly": true,
62641
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
62660
62642
  }
62661
62643
  }
62662
62644
  },
@@ -63232,6 +63214,11 @@
63232
63214
  "networkStatusMonitoringEnabled": {
63233
63215
  "type": "boolean",
63234
63216
  "readOnly": true
63217
+ },
63218
+ "kioskModeEnabled": {
63219
+ "type": "boolean",
63220
+ "readOnly": true,
63221
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
63235
63222
  }
63236
63223
  }
63237
63224
  },
@@ -63370,6 +63357,11 @@
63370
63357
  "networkStatusMonitoringEnabled": {
63371
63358
  "type": "boolean",
63372
63359
  "readOnly": true
63360
+ },
63361
+ "kioskModeEnabled": {
63362
+ "type": "boolean",
63363
+ "readOnly": true,
63364
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
63373
63365
  }
63374
63366
  }
63375
63367
  },
@@ -63509,6 +63501,11 @@
63509
63501
  "networkStatusMonitoringEnabled": {
63510
63502
  "type": "boolean",
63511
63503
  "readOnly": true
63504
+ },
63505
+ "kioskModeEnabled": {
63506
+ "type": "boolean",
63507
+ "readOnly": true,
63508
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
63512
63509
  }
63513
63510
  }
63514
63511
  }
@@ -63868,6 +63865,11 @@
63868
63865
  "networkStatusMonitoringEnabled": {
63869
63866
  "type": "boolean",
63870
63867
  "readOnly": true
63868
+ },
63869
+ "kioskModeEnabled": {
63870
+ "type": "boolean",
63871
+ "readOnly": true,
63872
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
63871
63873
  }
63872
63874
  }
63873
63875
  },
@@ -64443,6 +64445,11 @@
64443
64445
  "networkStatusMonitoringEnabled": {
64444
64446
  "type": "boolean",
64445
64447
  "readOnly": true
64448
+ },
64449
+ "kioskModeEnabled": {
64450
+ "type": "boolean",
64451
+ "readOnly": true,
64452
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
64446
64453
  }
64447
64454
  }
64448
64455
  },
@@ -64581,6 +64588,11 @@
64581
64588
  "networkStatusMonitoringEnabled": {
64582
64589
  "type": "boolean",
64583
64590
  "readOnly": true
64591
+ },
64592
+ "kioskModeEnabled": {
64593
+ "type": "boolean",
64594
+ "readOnly": true,
64595
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
64584
64596
  }
64585
64597
  }
64586
64598
  },
@@ -64720,6 +64732,11 @@
64720
64732
  "networkStatusMonitoringEnabled": {
64721
64733
  "type": "boolean",
64722
64734
  "readOnly": true
64735
+ },
64736
+ "kioskModeEnabled": {
64737
+ "type": "boolean",
64738
+ "readOnly": true,
64739
+ "description": "Indicates whether kiosk mode is enabled for this terminal. When true, the terminal forces connector selection even in single charge point setups. Only applicable for Single Charge Point terminals; omitted for Location terminals."
64723
64740
  }
64724
64741
  }
64725
64742
  }