@ampeco/public-api-mcp 3.241.0 → 3.242.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.
|
@@ -71337,7 +71337,7 @@
|
|
|
71337
71337
|
],
|
|
71338
71338
|
"info": {
|
|
71339
71339
|
"title": "Public API",
|
|
71340
|
-
"version": "3.
|
|
71340
|
+
"version": "3.242.0",
|
|
71341
71341
|
"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"
|
|
71342
71342
|
},
|
|
71343
71343
|
"servers": [
|
|
@@ -71351,13 +71351,13 @@
|
|
|
71351
71351
|
}
|
|
71352
71352
|
}
|
|
71353
71353
|
],
|
|
71354
|
-
"buildTimestamp": "2026-
|
|
71354
|
+
"buildTimestamp": "2026-09-01T09:11:01.974Z",
|
|
71355
71355
|
"stats": {
|
|
71356
71356
|
"totalEndpoints": 637,
|
|
71357
71357
|
"originalSize": 5709854,
|
|
71358
71358
|
"optimizedSize": 1597678,
|
|
71359
71359
|
"reductionPercent": 72.02,
|
|
71360
|
-
"buildDuration":
|
|
71360
|
+
"buildDuration": 1485,
|
|
71361
71361
|
"responseSchemas": {
|
|
71362
71362
|
"total": 637,
|
|
71363
71363
|
"withSchemas": 637,
|
package/package.json
CHANGED