@ampeco/public-api-mcp 3.231.1 → 3.231.2
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.
|
@@ -70017,7 +70017,7 @@
|
|
|
70017
70017
|
],
|
|
70018
70018
|
"info": {
|
|
70019
70019
|
"title": "Public API",
|
|
70020
|
-
"version": "3.231.
|
|
70020
|
+
"version": "3.231.2",
|
|
70021
70021
|
"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"
|
|
70022
70022
|
},
|
|
70023
70023
|
"servers": [
|
|
@@ -70031,13 +70031,13 @@
|
|
|
70031
70031
|
}
|
|
70032
70032
|
}
|
|
70033
70033
|
],
|
|
70034
|
-
"buildTimestamp": "2026-08-
|
|
70034
|
+
"buildTimestamp": "2026-08-12T13:04:34.699Z",
|
|
70035
70035
|
"stats": {
|
|
70036
70036
|
"totalEndpoints": 623,
|
|
70037
70037
|
"originalSize": 5470731,
|
|
70038
70038
|
"optimizedSize": 1541469,
|
|
70039
70039
|
"reductionPercent": 71.82,
|
|
70040
|
-
"buildDuration":
|
|
70040
|
+
"buildDuration": 2152,
|
|
70041
70041
|
"responseSchemas": {
|
|
70042
70042
|
"total": 623,
|
|
70043
70043
|
"withSchemas": 623,
|
package/package.json
CHANGED