@ampeco/public-api-mcp 3.248.0 → 3.248.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.
|
@@ -72199,7 +72199,7 @@
|
|
|
72199
72199
|
],
|
|
72200
72200
|
"info": {
|
|
72201
72201
|
"title": "Public API",
|
|
72202
|
-
"version": "3.248.
|
|
72202
|
+
"version": "3.248.1",
|
|
72203
72203
|
"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"
|
|
72204
72204
|
},
|
|
72205
72205
|
"servers": [
|
|
@@ -72213,13 +72213,13 @@
|
|
|
72213
72213
|
}
|
|
72214
72214
|
}
|
|
72215
72215
|
],
|
|
72216
|
-
"buildTimestamp": "2026-09-
|
|
72216
|
+
"buildTimestamp": "2026-09-14T14:44:11.738Z",
|
|
72217
72217
|
"stats": {
|
|
72218
72218
|
"totalEndpoints": 643,
|
|
72219
72219
|
"originalSize": 5956908,
|
|
72220
72220
|
"optimizedSize": 1651756,
|
|
72221
72221
|
"reductionPercent": 72.27,
|
|
72222
|
-
"buildDuration":
|
|
72222
|
+
"buildDuration": 1446,
|
|
72223
72223
|
"responseSchemas": {
|
|
72224
72224
|
"total": 643,
|
|
72225
72225
|
"withSchemas": 643,
|
package/package.json
CHANGED