@ampeco/public-api-mcp 3.233.0 → 3.234.0
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.
|
@@ -71065,7 +71065,7 @@
|
|
|
71065
71065
|
],
|
|
71066
71066
|
"info": {
|
|
71067
71067
|
"title": "Public API",
|
|
71068
|
-
"version": "3.
|
|
71068
|
+
"version": "3.234.0",
|
|
71069
71069
|
"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"
|
|
71070
71070
|
},
|
|
71071
71071
|
"servers": [
|
|
@@ -71079,13 +71079,13 @@
|
|
|
71079
71079
|
}
|
|
71080
71080
|
}
|
|
71081
71081
|
],
|
|
71082
|
-
"buildTimestamp": "2026-08-
|
|
71082
|
+
"buildTimestamp": "2026-08-18T10:32:50.995Z",
|
|
71083
71083
|
"stats": {
|
|
71084
71084
|
"totalEndpoints": 637,
|
|
71085
71085
|
"originalSize": 5601430,
|
|
71086
71086
|
"optimizedSize": 1579580,
|
|
71087
71087
|
"reductionPercent": 71.8,
|
|
71088
|
-
"buildDuration":
|
|
71088
|
+
"buildDuration": 1100,
|
|
71089
71089
|
"responseSchemas": {
|
|
71090
71090
|
"total": 637,
|
|
71091
71091
|
"withSchemas": 637,
|
package/package.json
CHANGED