@ampeco/public-api-mcp 3.101.11 → 3.102.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,13 +1,13 @@
1
1
  {
2
2
  "totalEndpoints": 445,
3
- "originalSize": 2542239,
4
- "optimizedSize": 758712,
5
- "reductionPercent": 70.16,
6
- "buildDuration": 773,
3
+ "originalSize": 2548904,
4
+ "optimizedSize": 761479,
5
+ "reductionPercent": 70.13,
6
+ "buildDuration": 686,
7
7
  "responseSchemas": {
8
8
  "total": 445,
9
9
  "withSchemas": 445,
10
- "totalSchemaSize": 1385982,
11
- "averageSchemaSize": 3115
10
+ "totalSchemaSize": 1389782,
11
+ "averageSchemaSize": 3123
12
12
  }
13
13
  }
@@ -7977,6 +7977,11 @@
7977
7977
  "meterType": {
7978
7978
  "type": "string",
7979
7979
  "nullable": true
7980
+ },
7981
+ "lastUpdatedAt": {
7982
+ "type": "string",
7983
+ "format": "date-time",
7984
+ "description": "ISO 8601 formatted date"
7980
7985
  }
7981
7986
  },
7982
7987
  "nullable": true
@@ -8777,7 +8782,8 @@
8777
8782
  "208",
8778
8783
  "240",
8779
8784
  "110-130",
8780
- "220-240"
8785
+ "220-240",
8786
+ "277"
8781
8787
  ]
8782
8788
  },
8783
8789
  "maxAmperage": {
@@ -8992,7 +8998,8 @@
8992
8998
  "208",
8993
8999
  "240",
8994
9000
  "110-130",
8995
- "220-240"
9001
+ "220-240",
9002
+ "277"
8996
9003
  ]
8997
9004
  },
8998
9005
  "maxAmperage": {
@@ -10520,7 +10527,8 @@
10520
10527
  "208",
10521
10528
  "240",
10522
10529
  "110-130",
10523
- "220-240"
10530
+ "220-240",
10531
+ "277"
10524
10532
  ]
10525
10533
  },
10526
10534
  "electricalConfiguration": {
@@ -10619,7 +10627,8 @@
10619
10627
  "208",
10620
10628
  "240",
10621
10629
  "110-130",
10622
- "220-240"
10630
+ "220-240",
10631
+ "277"
10623
10632
  ]
10624
10633
  },
10625
10634
  "electricalConfiguration": {
@@ -10718,7 +10727,8 @@
10718
10727
  "208",
10719
10728
  "240",
10720
10729
  "110-130",
10721
- "220-240"
10730
+ "220-240",
10731
+ "277"
10722
10732
  ]
10723
10733
  },
10724
10734
  "electricalConfiguration": {
@@ -11382,7 +11392,8 @@
11382
11392
  "208",
11383
11393
  "240",
11384
11394
  "110-130",
11385
- "220-240"
11395
+ "220-240",
11396
+ "277"
11386
11397
  ]
11387
11398
  },
11388
11399
  "maxCurrent": {
@@ -11623,7 +11634,8 @@
11623
11634
  "208",
11624
11635
  "240",
11625
11636
  "110-130",
11626
- "220-240"
11637
+ "220-240",
11638
+ "277"
11627
11639
  ]
11628
11640
  },
11629
11641
  "maxCurrent": {
@@ -16460,7 +16472,8 @@
16460
16472
  "208",
16461
16473
  "240",
16462
16474
  "110-130",
16463
- "220-240"
16475
+ "220-240",
16476
+ "277"
16464
16477
  ]
16465
16478
  },
16466
16479
  {
@@ -16832,7 +16845,8 @@
16832
16845
  "208",
16833
16846
  "240",
16834
16847
  "110-130",
16835
- "220-240"
16848
+ "220-240",
16849
+ "277"
16836
16850
  ]
16837
16851
  },
16838
16852
  "maxAmperage": {
@@ -17048,7 +17062,8 @@
17048
17062
  "208",
17049
17063
  "240",
17050
17064
  "110-130",
17051
- "220-240"
17065
+ "220-240",
17066
+ "277"
17052
17067
  ]
17053
17068
  },
17054
17069
  "maxAmperage": {
@@ -18110,6 +18125,9 @@
18110
18125
  "403": {
18111
18126
  "description": "You do not have permission to perform the action"
18112
18127
  },
18128
+ "422": {
18129
+ "description": "The payload you provided is invalid"
18130
+ },
18113
18131
  "429": {
18114
18132
  "description": "Too many requests. Please try again later. For more information, please check the rate limit headers X-RateLimit-*"
18115
18133
  }
@@ -23155,6 +23173,16 @@
23155
23173
  "type": "string",
23156
23174
  "format": "integer",
23157
23175
  "description": "Only list Parking spaces on a certain EVSE"
23176
+ },
23177
+ "lastUpdatedAfter": {
23178
+ "type": "string",
23179
+ "format": "date-time",
23180
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
23181
+ },
23182
+ "lastUpdatedBefore": {
23183
+ "type": "string",
23184
+ "format": "date-time",
23185
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
23158
23186
  }
23159
23187
  }
23160
23188
  }
@@ -23196,6 +23224,9 @@
23196
23224
  "404": {
23197
23225
  "description": "The record is not found"
23198
23226
  },
23227
+ "422": {
23228
+ "description": "The payload you provided is invalid"
23229
+ },
23199
23230
  "429": {
23200
23231
  "description": "Too many requests. Please try again later. For more information, please check the rate limit headers X-RateLimit-*"
23201
23232
  }
@@ -23458,6 +23489,23 @@
23458
23489
  "minimum": 1,
23459
23490
  "maximum": 100,
23460
23491
  "default": 100
23492
+ },
23493
+ "filter": {
23494
+ "schema": {
23495
+ "type": "object",
23496
+ "properties": {
23497
+ "lastUpdatedAfter": {
23498
+ "type": "string",
23499
+ "format": "date-time",
23500
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
23501
+ },
23502
+ "lastUpdatedBefore": {
23503
+ "type": "string",
23504
+ "format": "date-time",
23505
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
23506
+ }
23507
+ }
23508
+ }
23461
23509
  }
23462
23510
  }
23463
23511
  },
@@ -24090,6 +24138,26 @@
24090
24138
  "type": "string",
24091
24139
  "format": "email",
24092
24140
  "description": "Only list partner invite records sent to a particular email address"
24141
+ },
24142
+ "lastUpdatedAfter": {
24143
+ "type": "string",
24144
+ "format": "date-time",
24145
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
24146
+ },
24147
+ "lastUpdatedBefore": {
24148
+ "type": "string",
24149
+ "format": "date-time",
24150
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
24151
+ },
24152
+ "acceptedAfter": {
24153
+ "type": "string",
24154
+ "format": "date-time",
24155
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
24156
+ },
24157
+ "acceptedBefore": {
24158
+ "type": "string",
24159
+ "format": "date-time",
24160
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
24093
24161
  }
24094
24162
  }
24095
24163
  }
@@ -25154,6 +25222,16 @@
25154
25222
  "type": "string",
25155
25223
  "nullable": true,
25156
25224
  "description": "Only list partner, identified by the externalId"
25225
+ },
25226
+ "lastUpdatedAfter": {
25227
+ "type": "string",
25228
+ "format": "date-time",
25229
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
25230
+ },
25231
+ "lastUpdatedBefore": {
25232
+ "type": "string",
25233
+ "format": "date-time",
25234
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
25157
25235
  }
25158
25236
  }
25159
25237
  }
@@ -26365,6 +26443,16 @@
26365
26443
  "type": "string",
26366
26444
  "nullable": true,
26367
26445
  "description": "Only list partner, identified by the externalId"
26446
+ },
26447
+ "lastUpdatedAfter": {
26448
+ "type": "string",
26449
+ "format": "date-time",
26450
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
26451
+ },
26452
+ "lastUpdatedBefore": {
26453
+ "type": "string",
26454
+ "format": "date-time",
26455
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
26368
26456
  }
26369
26457
  }
26370
26458
  }
@@ -32472,6 +32560,23 @@
32472
32560
  "minimum": 1,
32473
32561
  "maximum": 100,
32474
32562
  "default": 100
32563
+ },
32564
+ "filter": {
32565
+ "schema": {
32566
+ "type": "object",
32567
+ "properties": {
32568
+ "lastUpdatedAfter": {
32569
+ "type": "string",
32570
+ "format": "date-time",
32571
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
32572
+ },
32573
+ "lastUpdatedBefore": {
32574
+ "type": "string",
32575
+ "format": "date-time",
32576
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
32577
+ }
32578
+ }
32579
+ }
32475
32580
  }
32476
32581
  }
32477
32582
  },
@@ -36600,6 +36705,16 @@
36600
36705
  "type": "string",
36601
36706
  "format": "integer",
36602
36707
  "description": "User Groups of a specific Partner."
36708
+ },
36709
+ "lastUpdatedAfter": {
36710
+ "type": "string",
36711
+ "format": "date-time",
36712
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
36713
+ },
36714
+ "lastUpdatedBefore": {
36715
+ "type": "string",
36716
+ "format": "date-time",
36717
+ "description": "ISO 8601 formatted date. Only list status logs created after this datetime"
36603
36718
  }
36604
36719
  }
36605
36720
  }
@@ -40815,7 +40930,7 @@
40815
40930
  ],
40816
40931
  "info": {
40817
40932
  "title": "AMPECO.CHARGE Public API",
40818
- "version": "3.101.11",
40933
+ "version": "3.102.0",
40819
40934
  "description": "AMPECO.CHARGE Public API provides you with the option to use AMPECO.CHARGE's backend in a server-to-server manner\n"
40820
40935
  },
40821
40936
  "servers": [
@@ -40829,18 +40944,18 @@
40829
40944
  }
40830
40945
  }
40831
40946
  ],
40832
- "buildTimestamp": "2025-11-11T12:09:00.441Z",
40947
+ "buildTimestamp": "2025-11-13T11:13:18.717Z",
40833
40948
  "stats": {
40834
40949
  "totalEndpoints": 445,
40835
- "originalSize": 2542239,
40836
- "optimizedSize": 758712,
40837
- "reductionPercent": 70.16,
40838
- "buildDuration": 773,
40950
+ "originalSize": 2548904,
40951
+ "optimizedSize": 761479,
40952
+ "reductionPercent": 70.13,
40953
+ "buildDuration": 686,
40839
40954
  "responseSchemas": {
40840
40955
  "total": 445,
40841
40956
  "withSchemas": 445,
40842
- "totalSchemaSize": 1385982,
40843
- "averageSchemaSize": 3115
40957
+ "totalSchemaSize": 1389782,
40958
+ "averageSchemaSize": 3123
40844
40959
  }
40845
40960
  }
40846
40961
  }