@inkeep/agents-manage-api 0.0.0-dev-20251217094718 → 0.0.0-dev-20251217181439
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.
- package/dist/factory2.js +4 -1
- package/dist/factory2.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/factory2.js
CHANGED
|
@@ -36222,7 +36222,10 @@ app$2.openapi(createRoute({
|
|
|
36222
36222
|
tags: ["Playground"],
|
|
36223
36223
|
description: "Generates a short-lived API key (1 hour expiry) for authenticated users to access the run-api from the playground",
|
|
36224
36224
|
security: [{ cookieAuth: [] }],
|
|
36225
|
-
request: {
|
|
36225
|
+
request: {
|
|
36226
|
+
params: TenantParamsSchema,
|
|
36227
|
+
body: { content: { "application/json": { schema: PlaygroundTokenRequestSchema } } }
|
|
36228
|
+
},
|
|
36226
36229
|
responses: {
|
|
36227
36230
|
200: {
|
|
36228
36231
|
description: "Temporary API key generated successfully",
|