@ampeco/public-api-mcp 3.240.0 → 3.240.1
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.
|
@@ -71016,7 +71016,7 @@
|
|
|
71016
71016
|
],
|
|
71017
71017
|
"info": {
|
|
71018
71018
|
"title": "Public API",
|
|
71019
|
-
"version": "3.240.
|
|
71019
|
+
"version": "3.240.1",
|
|
71020
71020
|
"description": "The Public API provides server-to-server integration capabilities for your EV charging platform.\n\n**Authentication.** Existing integrations continue to work unchanged — long-lived UUID admin tokens are sent in `Authorization: Bearer ...` with no exchange required. Two security schemes are documented for OpenAPI client tooling, both resulting in the same Bearer header at the wire level:\n - `bearerAuth` — the token in the `Authorization: Bearer ...` header is either a long-lived UUID admin token (issued via the admin UI, used directly) or a short-lived access token previously obtained via OAuth.\n - `oauth2ClientCredentials` - a `client_id` / `client_secret` pair should be exchanged for a short-lived access token at `/public-api/oauth/token` per RFC 6749 Section 4.4 (Client Credentials Grant), and the short-lived token should be used in the `Authorization: Bearer ...` header. The OAuth `client_secret` itself cannot be sent directly as a bearer token — it must be exchanged first.\n"
|
|
71021
71021
|
},
|
|
71022
71022
|
"servers": [
|
|
@@ -71030,13 +71030,13 @@
|
|
|
71030
71030
|
}
|
|
71031
71031
|
}
|
|
71032
71032
|
],
|
|
71033
|
-
"buildTimestamp": "2026-08-
|
|
71033
|
+
"buildTimestamp": "2026-08-27T14:17:07.940Z",
|
|
71034
71034
|
"stats": {
|
|
71035
71035
|
"totalEndpoints": 637,
|
|
71036
71036
|
"originalSize": 5664280,
|
|
71037
71037
|
"optimizedSize": 1583489,
|
|
71038
71038
|
"reductionPercent": 72.04,
|
|
71039
|
-
"buildDuration":
|
|
71039
|
+
"buildDuration": 1496,
|
|
71040
71040
|
"responseSchemas": {
|
|
71041
71041
|
"total": 637,
|
|
71042
71042
|
"withSchemas": 637,
|
package/package.json
CHANGED