create-zuplo-api 7.6.7 → 7.6.9

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.
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "get,post,delete": {
14
14
  "summary": "AI Gateway catch-all",
15
- "description": "Routes AI requests under /{app_id}/* to the AI Gateway handler. The configuration loader loads the application configuration from the app_id path segment; the configuration executor then runs the application's inboundPolicyChain. Only paths whose suffix is a supported /v1/... operation succeed (/v1/chat/completions, /v1/embeddings, /v1/messages, /v1/responses and its sub-resources); anything else under /{app_id} returns 404.",
15
+ "description": "Routes AI requests under /{app_id}/* to the AI Gateway handler. The configuration loader loads the application configuration from the app_id path segment; the configuration executor then runs the application's inboundPolicyChain. Only paths whose suffix is a supported /v1/... operation succeed; see resolveBasePath in packages/runtime/src/llm-translation/index.ts for the current set. Anything else under /{app_id} returns 404.",
16
16
  "operationId": "aiGatewayCatchAll",
17
17
  "responses": {
18
18
  "200": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zuplo-api",
3
- "version": "7.6.7",
3
+ "version": "7.6.9",
4
4
  "keywords": [
5
5
  "api",
6
6
  "openapi",