@ampeco/public-api-mcp 3.244.1 → 3.244.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.
|
@@ -71587,7 +71587,7 @@
|
|
|
71587
71587
|
],
|
|
71588
71588
|
"info": {
|
|
71589
71589
|
"title": "Public API",
|
|
71590
|
-
"version": "3.244.
|
|
71590
|
+
"version": "3.244.3",
|
|
71591
71591
|
"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"
|
|
71592
71592
|
},
|
|
71593
71593
|
"servers": [
|
|
@@ -71601,13 +71601,13 @@
|
|
|
71601
71601
|
}
|
|
71602
71602
|
}
|
|
71603
71603
|
],
|
|
71604
|
-
"buildTimestamp": "2026-09-
|
|
71604
|
+
"buildTimestamp": "2026-09-07T17:54:54.221Z",
|
|
71605
71605
|
"stats": {
|
|
71606
71606
|
"totalEndpoints": 640,
|
|
71607
71607
|
"originalSize": 5774967,
|
|
71608
71608
|
"optimizedSize": 1609217,
|
|
71609
71609
|
"reductionPercent": 72.13,
|
|
71610
|
-
"buildDuration":
|
|
71610
|
+
"buildDuration": 1275,
|
|
71611
71611
|
"responseSchemas": {
|
|
71612
71612
|
"total": 640,
|
|
71613
71613
|
"withSchemas": 640,
|
package/package.json
CHANGED