@ampeco/public-api-mcp 3.232.0 → 3.232.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.
|
@@ -70181,7 +70181,7 @@
|
|
|
70181
70181
|
],
|
|
70182
70182
|
"info": {
|
|
70183
70183
|
"title": "Public API",
|
|
70184
|
-
"version": "3.232.
|
|
70184
|
+
"version": "3.232.1",
|
|
70185
70185
|
"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"
|
|
70186
70186
|
},
|
|
70187
70187
|
"servers": [
|
|
@@ -70195,13 +70195,13 @@
|
|
|
70195
70195
|
}
|
|
70196
70196
|
}
|
|
70197
70197
|
],
|
|
70198
|
-
"buildTimestamp": "2026-08-
|
|
70198
|
+
"buildTimestamp": "2026-08-17T08:28:28.680Z",
|
|
70199
70199
|
"stats": {
|
|
70200
70200
|
"totalEndpoints": 624,
|
|
70201
70201
|
"originalSize": 5492259,
|
|
70202
70202
|
"optimizedSize": 1545702,
|
|
70203
70203
|
"reductionPercent": 71.86,
|
|
70204
|
-
"buildDuration":
|
|
70204
|
+
"buildDuration": 1538,
|
|
70205
70205
|
"responseSchemas": {
|
|
70206
70206
|
"total": 624,
|
|
70207
70207
|
"withSchemas": 624,
|
package/package.json
CHANGED