@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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "totalEndpoints": 449,
3
- "originalSize": 2679324,
4
- "optimizedSize": 785363,
5
- "reductionPercent": 70.69,
6
- "buildDuration": 694,
3
+ "originalSize": 2685496,
4
+ "optimizedSize": 786209,
5
+ "reductionPercent": 70.72,
6
+ "buildDuration": 648,
7
7
  "responseSchemas": {
8
8
  "total": 449,
9
9
  "withSchemas": 449,
10
- "totalSchemaSize": 1487633,
11
- "averageSchemaSize": 3313
10
+ "totalSchemaSize": 1491559,
11
+ "averageSchemaSize": 3322
12
12
  }
13
13
  }
@@ -5735,20 +5735,13 @@
5735
5735
  "type": "object",
5736
5736
  "properties": {
5737
5737
  "currentType": {
5738
- "oneOf": [
5739
- {
5740
- "type": "string",
5741
- "enum": [
5742
- "ac",
5743
- "dc"
5744
- ],
5745
- "description": "Type of current available on the EVSE: - **ac**: Alternating Current (AC) charging - **dc**: Direct Current (DC) fast charging"
5746
- },
5747
- {
5748
- "type": "null"
5749
- }
5738
+ "type": "string",
5739
+ "enum": [
5740
+ "ac",
5741
+ "dc"
5750
5742
  ],
5751
- "description": "Required current type (AC or DC). Omitted in response when not specified."
5743
+ "nullable": true,
5744
+ "description": "Type of current available on the EVSE: - **ac**: Alternating Current (AC) charging - **dc**: Direct Current (DC) fast charging"
5752
5745
  },
5753
5746
  "minPower": {
5754
5747
  "type": "number",
@@ -5759,40 +5752,33 @@
5759
5752
  "description": "Maximum power requirement in kW. Omitted in response when not specified."
5760
5753
  },
5761
5754
  "connectorType": {
5762
- "oneOf": [
5763
- {
5764
- "type": "string",
5765
- "enum": [
5766
- "type1",
5767
- "type2",
5768
- "type3",
5769
- "chademo",
5770
- "ccs1",
5771
- "ccs2",
5772
- "schuko",
5773
- "nacs",
5774
- "cee16",
5775
- "cee32",
5776
- "j1772",
5777
- "inductive",
5778
- "nema-5-20",
5779
- "type-e-french",
5780
- "type-g-british",
5781
- "type-j-swiss",
5782
- "avcon",
5783
- "gb-t-ac",
5784
- "gb-t-dc",
5785
- "chaoji",
5786
- "nema-6-30",
5787
- "nema-6-50"
5788
- ],
5789
- "description": "Type of connector available on the EVSE: - **type1**: Type 1 connector (SAE J1772 AC) - **type2**: Type 2 connector (IEC 62196-2 AC) - **type3**: Type 3 connector (IEC 62196-2 AC) - **chademo**: CHAdeMO DC fast charging - **ccs1**: Combined Charging System 1 (CCS1/Combo 1) - **ccs2**: Combined Charging System 2 (CCS2/Combo 2) - **schuko**: Standard European household socket - **nacs**: North American Charging Standard (Tesla) - **cee16**: CEE 16A industrial connector - **cee32**: CEE 32A industrial connector - **j1772**: SAE J1772 connector - **inductive**: Inductive/wireless charging - **nema-5-20**: Domestic M NEMA 5-20 Socket - **type-e-french**: French Type E socket - **type-g-british**: British Type G socket - **type-j-swiss**: Swiss Type J socket - **avcon**: AVCON connector (Australian standard) - **gb-t-ac**: GB/T AC connector (Chinese standard) - **gb-t-dc**: GB/T DC connector (Chinese standard) - **chaoji**: ChaoJi (CHAdeMO 3.0) - **nema-6-30**: NEMA 6-30 - **nema-6-50**: NEMA 6-50"
5790
- },
5791
- {
5792
- "type": "null"
5793
- }
5755
+ "type": "string",
5756
+ "enum": [
5757
+ "type1",
5758
+ "type2",
5759
+ "type3",
5760
+ "chademo",
5761
+ "ccs1",
5762
+ "ccs2",
5763
+ "schuko",
5764
+ "nacs",
5765
+ "cee16",
5766
+ "cee32",
5767
+ "j1772",
5768
+ "inductive",
5769
+ "nema-5-20",
5770
+ "type-e-french",
5771
+ "type-g-british",
5772
+ "type-j-swiss",
5773
+ "avcon",
5774
+ "gb-t-ac",
5775
+ "gb-t-dc",
5776
+ "chaoji",
5777
+ "nema-6-30",
5778
+ "nema-6-50"
5794
5779
  ],
5795
- "description": "Required connector type. Omitted in response when not specified."
5780
+ "nullable": true,
5781
+ "description": "Type of connector available on the EVSE: - **type1**: Type 1 connector (SAE J1772 AC) - **type2**: Type 2 connector (IEC 62196-2 AC) - **type3**: Type 3 connector (IEC 62196-2 AC) - **chademo**: CHAdeMO DC fast charging - **ccs1**: Combined Charging System 1 (CCS1/Combo 1) - **ccs2**: Combined Charging System 2 (CCS2/Combo 2) - **schuko**: Standard European household socket - **nacs**: North American Charging Standard (Tesla) - **cee16**: CEE 16A industrial connector - **cee32**: CEE 32A industrial connector - **j1772**: SAE J1772 connector - **inductive**: Inductive/wireless charging - **nema-5-20**: Domestic M NEMA 5-20 Socket - **type-e-french**: French Type E socket - **type-g-british**: British Type G socket - **type-j-swiss**: Swiss Type J socket - **avcon**: AVCON connector (Australian standard) - **gb-t-ac**: GB/T AC connector (Chinese standard) - **gb-t-dc**: GB/T DC connector (Chinese standard) - **chaoji**: ChaoJi (CHAdeMO 3.0) - **nema-6-30**: NEMA 6-30 - **nema-6-50**: NEMA 6-50"
5796
5782
  }
5797
5783
  },
5798
5784
  "description": "Criteria for automatic EVSE selection based on technical requirements. Ignored when evseId is explicitly provided. Response behavior: Only present when EVSE criteria were specified in the request. Omitted when evseId was provided or no criteria were specified."
@@ -5821,26 +5807,19 @@
5821
5807
  "description": "Vehicle width in centimeters. Omitted in response when not specified."
5822
5808
  },
5823
5809
  "vehicleType": {
5824
- "oneOf": [
5825
- {
5826
- "type": "string",
5827
- "enum": [
5828
- "two_and_three_wheel_vehicles_and_quadricycles",
5829
- "passenger_vehicles",
5830
- "passenger_vehicles_with_trailer",
5831
- "light_duty_vans",
5832
- "heavy_duty_tractor_units_without_trailer",
5833
- "heavy_duty_trucks_without_articulation_point",
5834
- "heavy_duty_trucks_with_trailer_attached",
5835
- "buses_or_motor_coaches"
5836
- ],
5837
- "description": "Type of vehicle that can use the parking space: - **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar - **passenger_vehicles**: Standard cars - **passenger_vehicles_with_trailer**: Cars with trailers attached - **light_duty_vans**: Small commercial vans - **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer - **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation - **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer - **buses_or_motor_coaches**: Buses and coaches"
5838
- },
5839
- {
5840
- "type": "null"
5841
- }
5810
+ "type": "string",
5811
+ "enum": [
5812
+ "two_and_three_wheel_vehicles_and_quadricycles",
5813
+ "passenger_vehicles",
5814
+ "passenger_vehicles_with_trailer",
5815
+ "light_duty_vans",
5816
+ "heavy_duty_tractor_units_without_trailer",
5817
+ "heavy_duty_trucks_without_articulation_point",
5818
+ "heavy_duty_trucks_with_trailer_attached",
5819
+ "buses_or_motor_coaches"
5842
5820
  ],
5843
- "description": "Required vehicle type. Omitted in response when not specified."
5821
+ "nullable": true,
5822
+ "description": "Type of vehicle that can use the parking space: - **two_and_three_wheel_vehicles_and_quadricycles**: Motorcycles, scooters, and similar - **passenger_vehicles**: Standard cars - **passenger_vehicles_with_trailer**: Cars with trailers attached - **light_duty_vans**: Small commercial vans - **heavy_duty_tractor_units_without_trailer**: Heavy trucks without trailer - **heavy_duty_trucks_without_articulation_point**: Heavy trucks without articulation - **heavy_duty_trucks_with_trailer_attached**: Heavy trucks with trailer - **buses_or_motor_coaches**: Buses and coaches"
5844
5823
  },
5845
5824
  "driveThroughRequired": {
5846
5825
  "type": "boolean",
@@ -28838,6 +28817,10 @@
28838
28817
  },
28839
28818
  "networkStatusMonitoringEnabled": {
28840
28819
  "type": "boolean"
28820
+ },
28821
+ "kioskModeEnabled": {
28822
+ "type": "boolean",
28823
+ "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."
28841
28824
  }
28842
28825
  },
28843
28826
  "required": [
@@ -29389,6 +29372,10 @@
29389
29372
  },
29390
29373
  "networkStatusMonitoringEnabled": {
29391
29374
  "type": "boolean"
29375
+ },
29376
+ "kioskModeEnabled": {
29377
+ "type": "boolean",
29378
+ "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."
29392
29379
  }
29393
29380
  },
29394
29381
  "required": [
@@ -29520,6 +29507,10 @@
29520
29507
  },
29521
29508
  "networkStatusMonitoringEnabled": {
29522
29509
  "type": "boolean"
29510
+ },
29511
+ "kioskModeEnabled": {
29512
+ "type": "boolean",
29513
+ "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."
29523
29514
  }
29524
29515
  },
29525
29516
  "required": [
@@ -29650,6 +29641,10 @@
29650
29641
  },
29651
29642
  "networkStatusMonitoringEnabled": {
29652
29643
  "type": "boolean"
29644
+ },
29645
+ "kioskModeEnabled": {
29646
+ "type": "boolean",
29647
+ "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."
29653
29648
  }
29654
29649
  },
29655
29650
  "required": [
@@ -41815,7 +41810,7 @@
41815
41810
  ],
41816
41811
  "info": {
41817
41812
  "title": "AMPECO.CHARGE Public API",
41818
- "version": "3.106.1",
41813
+ "version": "3.107.1",
41819
41814
  "description": "AMPECO.CHARGE Public API provides you with the option to use AMPECO.CHARGE's backend in a server-to-server manner\n"
41820
41815
  },
41821
41816
  "servers": [
@@ -41829,18 +41824,18 @@
41829
41824
  }
41830
41825
  }
41831
41826
  ],
41832
- "buildTimestamp": "2025-12-03T06:52:48.630Z",
41827
+ "buildTimestamp": "2025-12-08T12:31:25.105Z",
41833
41828
  "stats": {
41834
41829
  "totalEndpoints": 449,
41835
- "originalSize": 2679324,
41836
- "optimizedSize": 785363,
41837
- "reductionPercent": 70.69,
41838
- "buildDuration": 694,
41830
+ "originalSize": 2685496,
41831
+ "optimizedSize": 786209,
41832
+ "reductionPercent": 70.72,
41833
+ "buildDuration": 648,
41839
41834
  "responseSchemas": {
41840
41835
  "total": 449,
41841
41836
  "withSchemas": 449,
41842
- "totalSchemaSize": 1487633,
41843
- "averageSchemaSize": 3313
41837
+ "totalSchemaSize": 1491559,
41838
+ "averageSchemaSize": 3322
41844
41839
  }
41845
41840
  }
41846
41841
  }