@ampeco/public-api-mcp 3.228.2 → 3.228.3
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.
|
@@ -69414,7 +69414,7 @@
|
|
|
69414
69414
|
],
|
|
69415
69415
|
"info": {
|
|
69416
69416
|
"title": "Public API",
|
|
69417
|
-
"version": "3.228.
|
|
69417
|
+
"version": "3.228.3",
|
|
69418
69418
|
"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"
|
|
69419
69419
|
},
|
|
69420
69420
|
"servers": [
|
|
@@ -69428,13 +69428,13 @@
|
|
|
69428
69428
|
}
|
|
69429
69429
|
}
|
|
69430
69430
|
],
|
|
69431
|
-
"buildTimestamp": "2026-08-
|
|
69431
|
+
"buildTimestamp": "2026-08-07T09:55:55.135Z",
|
|
69432
69432
|
"stats": {
|
|
69433
69433
|
"totalEndpoints": 623,
|
|
69434
69434
|
"originalSize": 5371059,
|
|
69435
69435
|
"optimizedSize": 1528498,
|
|
69436
69436
|
"reductionPercent": 71.54,
|
|
69437
|
-
"buildDuration":
|
|
69437
|
+
"buildDuration": 1430,
|
|
69438
69438
|
"responseSchemas": {
|
|
69439
69439
|
"total": 623,
|
|
69440
69440
|
"withSchemas": 623,
|
package/package.json
CHANGED