veryfront 0.1.501 → 0.1.503
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/esm/cli/commands/analyze-chunks/handler.d.ts +4 -4
- package/esm/cli/commands/analyze-chunks/handler.d.ts.map +1 -1
- package/esm/cli/commands/analyze-chunks/handler.js +6 -5
- package/esm/cli/commands/build/handler.d.ts +39 -27
- package/esm/cli/commands/build/handler.d.ts.map +1 -1
- package/esm/cli/commands/build/handler.js +15 -14
- package/esm/cli/commands/clean/command.js +1 -1
- package/esm/cli/commands/clean/handler.d.ts.map +1 -1
- package/esm/cli/commands/clean/handler.js +9 -8
- package/esm/cli/commands/demo/handler.d.ts +5 -5
- package/esm/cli/commands/demo/handler.d.ts.map +1 -1
- package/esm/cli/commands/demo/handler.js +7 -6
- package/esm/cli/commands/deploy/command.d.ts +30 -19
- package/esm/cli/commands/deploy/command.d.ts.map +1 -1
- package/esm/cli/commands/deploy/command.js +11 -10
- package/esm/cli/commands/dev/handler.d.ts +6 -6
- package/esm/cli/commands/dev/handler.d.ts.map +1 -1
- package/esm/cli/commands/dev/handler.js +8 -7
- package/esm/cli/commands/doctor/handler.d.ts +3 -3
- package/esm/cli/commands/doctor/handler.d.ts.map +1 -1
- package/esm/cli/commands/doctor/handler.js +5 -4
- package/esm/cli/commands/files/command.d.ts +38 -36
- package/esm/cli/commands/files/command.d.ts.map +1 -1
- package/esm/cli/commands/files/command.js +35 -31
- package/esm/cli/commands/generate/handler.d.ts +4 -4
- package/esm/cli/commands/generate/handler.d.ts.map +1 -1
- package/esm/cli/commands/generate/handler.js +6 -5
- package/esm/cli/commands/generate/integration-generator-helpers.js +4 -4
- package/esm/cli/commands/generate/integration-generator.js +8 -4
- package/esm/cli/commands/install/handler.d.ts +5 -5
- package/esm/cli/commands/install/handler.d.ts.map +1 -1
- package/esm/cli/commands/install/handler.js +7 -6
- package/esm/cli/commands/install/install.d.ts.map +1 -1
- package/esm/cli/commands/install/install.js +7 -4
- package/esm/cli/commands/install/types.d.ts +52 -43
- package/esm/cli/commands/install/types.d.ts.map +1 -1
- package/esm/cli/commands/install/types.js +26 -21
- package/esm/cli/commands/install/uninstall.d.ts.map +1 -1
- package/esm/cli/commands/install/uninstall.js +4 -2
- package/esm/cli/commands/knowledge/command.d.ts +19 -17
- package/esm/cli/commands/knowledge/command.d.ts.map +1 -1
- package/esm/cli/commands/knowledge/command.js +21 -20
- package/esm/cli/commands/lock/handler.d.ts.map +1 -1
- package/esm/cli/commands/lock/handler.js +10 -9
- package/esm/cli/commands/mcp/handler.d.ts +3 -3
- package/esm/cli/commands/mcp/handler.d.ts.map +1 -1
- package/esm/cli/commands/mcp/handler.js +5 -4
- package/esm/cli/commands/merge/command.d.ts +21 -15
- package/esm/cli/commands/merge/command.d.ts.map +1 -1
- package/esm/cli/commands/merge/command.js +9 -8
- package/esm/cli/commands/open/command.d.ts +17 -12
- package/esm/cli/commands/open/command.d.ts.map +1 -1
- package/esm/cli/commands/open/command.js +7 -6
- package/esm/cli/commands/pull/command.d.ts +36 -25
- package/esm/cli/commands/pull/command.d.ts.map +1 -1
- package/esm/cli/commands/pull/command.js +14 -13
- package/esm/cli/commands/push/command.d.ts +27 -19
- package/esm/cli/commands/push/command.d.ts.map +1 -1
- package/esm/cli/commands/push/command.js +11 -10
- package/esm/cli/commands/routes/handler.d.ts +4 -4
- package/esm/cli/commands/routes/handler.d.ts.map +1 -1
- package/esm/cli/commands/routes/handler.js +6 -5
- package/esm/cli/commands/schema/handler.d.ts.map +1 -1
- package/esm/cli/commands/schema/handler.js +5 -4
- package/esm/cli/commands/serve/handler.d.ts +9 -9
- package/esm/cli/commands/serve/handler.d.ts.map +1 -1
- package/esm/cli/commands/serve/handler.js +10 -9
- package/esm/cli/commands/start/handler.d.ts +6 -6
- package/esm/cli/commands/start/handler.d.ts.map +1 -1
- package/esm/cli/commands/start/handler.js +8 -7
- package/esm/cli/commands/studio/handler.d.ts +5 -5
- package/esm/cli/commands/studio/handler.d.ts.map +1 -1
- package/esm/cli/commands/studio/handler.js +7 -6
- package/esm/cli/commands/styles/command.d.ts.map +1 -1
- package/esm/cli/commands/styles/command.js +9 -8
- package/esm/cli/commands/styles/handler.d.ts +12 -12
- package/esm/cli/commands/styles/handler.d.ts.map +1 -1
- package/esm/cli/commands/styles/handler.js +7 -6
- package/esm/cli/commands/task/handler.d.ts +12 -12
- package/esm/cli/commands/task/handler.d.ts.map +1 -1
- package/esm/cli/commands/task/handler.js +7 -6
- package/esm/cli/commands/test/handler.d.ts.map +1 -1
- package/esm/cli/commands/test/handler.js +6 -5
- package/esm/cli/commands/up/command.d.ts +14 -10
- package/esm/cli/commands/up/command.d.ts.map +1 -1
- package/esm/cli/commands/up/command.js +6 -5
- package/esm/cli/commands/uploads/command.d.ts +43 -41
- package/esm/cli/commands/uploads/command.d.ts.map +1 -1
- package/esm/cli/commands/uploads/command.js +40 -36
- package/esm/cli/commands/worker/handler.d.ts +20 -23
- package/esm/cli/commands/worker/handler.d.ts.map +1 -1
- package/esm/cli/commands/worker/handler.js +11 -10
- package/esm/cli/commands/workflow/handler.d.ts +14 -16
- package/esm/cli/commands/workflow/handler.d.ts.map +1 -1
- package/esm/cli/commands/workflow/handler.js +8 -7
- package/esm/cli/mcp/jsonrpc.d.ts +34 -18
- package/esm/cli/mcp/jsonrpc.d.ts.map +1 -1
- package/esm/cli/mcp/jsonrpc.js +21 -17
- package/esm/cli/mcp/remote-file-tools.d.ts +79 -83
- package/esm/cli/mcp/remote-file-tools.d.ts.map +1 -1
- package/esm/cli/mcp/remote-file-tools.js +79 -67
- package/esm/cli/mcp/server.d.ts +0 -1
- package/esm/cli/mcp/server.d.ts.map +1 -1
- package/esm/cli/mcp/server.js +2 -60
- package/esm/cli/mcp/tools/bootstrap-tool.d.ts +5 -5
- package/esm/cli/mcp/tools/bootstrap-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/bootstrap-tool.js +5 -4
- package/esm/cli/mcp/tools/build-tool.d.ts +9 -9
- package/esm/cli/mcp/tools/build-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/build-tool.js +9 -8
- package/esm/cli/mcp/tools/catalog-tools.d.ts +18 -33
- package/esm/cli/mcp/tools/catalog-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/catalog-tools.js +19 -14
- package/esm/cli/mcp/tools/context7-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/context7-tools.js +9 -9
- package/esm/cli/mcp/tools/deploy-tool.d.ts +7 -7
- package/esm/cli/mcp/tools/deploy-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/deploy-tool.js +7 -6
- package/esm/cli/mcp/tools/dev-tools.d.ts +31 -35
- package/esm/cli/mcp/tools/dev-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/dev-tools.js +31 -25
- package/esm/cli/mcp/tools/introspection-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/introspection-tools.js +6 -6
- package/esm/cli/mcp/tools/project-tools.d.ts +20 -25
- package/esm/cli/mcp/tools/project-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/project-tools.js +20 -16
- package/esm/cli/mcp/tools/run-lint-tool.d.ts +5 -5
- package/esm/cli/mcp/tools/run-lint-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/run-lint-tool.js +5 -4
- package/esm/cli/mcp/tools/run-tests-tool.d.ts +7 -7
- package/esm/cli/mcp/tools/run-tests-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/run-tests-tool.js +7 -6
- package/esm/cli/mcp/tools/scaffold-tools.d.ts +12 -33
- package/esm/cli/mcp/tools/scaffold-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/scaffold-tools.js +23 -21
- package/esm/cli/mcp/tools/skill-tools.d.ts +10 -10
- package/esm/cli/mcp/tools/skill-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/skill-tools.js +8 -8
- package/esm/cli/mcp/tools.d.ts +27 -48
- package/esm/cli/mcp/tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools.js +26 -21
- package/esm/cli/shared/args.d.ts +11 -8
- package/esm/cli/shared/args.d.ts.map +1 -1
- package/esm/cli/shared/args.js +9 -6
- package/esm/cli/shared/config.d.ts +38 -20
- package/esm/cli/shared/config.d.ts.map +1 -1
- package/esm/cli/shared/config.js +20 -17
- package/esm/cli/shared/types.d.ts +4 -7
- package/esm/cli/shared/types.d.ts.map +1 -1
- package/esm/cli/shared/types.js +3 -2
- package/esm/cli/skills/types.d.ts +30 -16
- package/esm/cli/skills/types.d.ts.map +1 -1
- package/esm/cli/skills/types.js +17 -15
- package/esm/cli/templates/manifest.js +211 -211
- package/esm/deno.d.ts +5 -0
- package/esm/deno.js +10 -4
- package/esm/extensions/ext-zod/src/adapter.d.ts +22 -0
- package/esm/extensions/ext-zod/src/adapter.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/adapter.js +159 -0
- package/esm/extensions/ext-zod/src/index.d.ts +19 -0
- package/esm/extensions/ext-zod/src/index.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/index.js +32 -0
- package/esm/extensions/ext-zod/src/json-schema.d.ts +15 -0
- package/esm/extensions/ext-zod/src/json-schema.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/json-schema.js +247 -0
- package/esm/src/agent/ag-ui-detached-start.d.ts +97 -50
- package/esm/src/agent/ag-ui-detached-start.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-detached-start.js +26 -17
- package/esm/src/agent/ag-ui-forwarded-context.d.ts +3 -3
- package/esm/src/agent/ag-ui-forwarded-context.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-forwarded-context.js +3 -2
- package/esm/src/agent/ag-ui-handler.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-handler.js +5 -3
- package/esm/src/agent/ag-ui-host-support.d.ts +119 -65
- package/esm/src/agent/ag-ui-host-support.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-host-support.js +48 -42
- package/esm/src/agent/ag-ui-request-shared.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-request-shared.js +11 -2
- package/esm/src/agent/ag-ui-run-control.d.ts +15 -8
- package/esm/src/agent/ag-ui-run-control.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-run-control.js +18 -13
- package/esm/src/agent/ag-ui-runtime-handler.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-runtime-handler.js +5 -3
- package/esm/src/agent/ag-ui-sse-parser.d.ts +57 -0
- package/esm/src/agent/ag-ui-sse-parser.d.ts.map +1 -0
- package/esm/src/agent/ag-ui-sse-parser.js +227 -0
- package/esm/src/agent/ag-ui-tool-shared.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-tool-shared.js +3 -2
- package/esm/src/agent/chat-handler.d.ts.map +1 -1
- package/esm/src/agent/chat-handler.js +58 -57
- package/esm/src/agent/composition/composition.js +2 -2
- package/esm/src/agent/conversation-bootstrap.d.ts +13 -16
- package/esm/src/agent/conversation-bootstrap.d.ts.map +1 -1
- package/esm/src/agent/conversation-bootstrap.js +19 -12
- package/esm/src/agent/conversation-hosted-lifecycle.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-context.d.ts +1 -10
- package/esm/src/agent/conversation-run-context.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-events.d.ts +9 -5
- package/esm/src/agent/conversation-run-events.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-events.js +6 -4
- package/esm/src/agent/default-hosted-invoke-agent-tool.d.ts +37 -16
- package/esm/src/agent/default-hosted-invoke-agent-tool.d.ts.map +1 -1
- package/esm/src/agent/default-hosted-invoke-agent-tool.js +10 -5
- package/esm/src/agent/durable.d.ts +70 -129
- package/esm/src/agent/durable.d.ts.map +1 -1
- package/esm/src/agent/durable.js +107 -109
- package/esm/src/agent/hosted-ag-ui-chat-request.d.ts +29 -11
- package/esm/src/agent/hosted-ag-ui-chat-request.d.ts.map +1 -1
- package/esm/src/agent/hosted-ag-ui-chat-request.js +16 -15
- package/esm/src/agent/hosted-agent-service-config.d.ts +6 -6
- package/esm/src/agent/hosted-agent-service-routes.d.ts.map +1 -1
- package/esm/src/agent/hosted-agent-service-routes.js +4 -3
- package/esm/src/agent/hosted-chat-request-parser.d.ts.map +1 -1
- package/esm/src/agent/hosted-chat-request-parser.js +7 -4
- package/esm/src/agent/hosted-chat-request.d.ts +291 -20
- package/esm/src/agent/hosted-chat-request.d.ts.map +1 -1
- package/esm/src/agent/hosted-chat-request.js +33 -31
- package/esm/src/agent/hosted-child-fork-step-message-preparation.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-status.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-status.js +2 -0
- package/esm/src/agent/hosted-child-tool-input.d.ts +21 -11
- package/esm/src/agent/hosted-child-tool-input.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-tool-input.js +12 -10
- package/esm/src/agent/hosted-form-input-tool.d.ts +78 -86
- package/esm/src/agent/hosted-form-input-tool.d.ts.map +1 -1
- package/esm/src/agent/hosted-form-input-tool.js +10 -3
- package/esm/src/agent/human-input.d.ts +337 -277
- package/esm/src/agent/human-input.d.ts.map +1 -1
- package/esm/src/agent/human-input.js +88 -72
- package/esm/src/agent/index.d.ts +8 -7
- package/esm/src/agent/index.d.ts.map +1 -1
- package/esm/src/agent/index.js +8 -7
- package/esm/src/agent/input-request-protocol.d.ts +461 -1611
- package/esm/src/agent/input-request-protocol.d.ts.map +1 -1
- package/esm/src/agent/input-request-protocol.js +120 -107
- package/esm/src/agent/invoke-agent-child-runs.d.ts +109 -107
- package/esm/src/agent/invoke-agent-child-runs.d.ts.map +1 -1
- package/esm/src/agent/invoke-agent-child-runs.js +36 -29
- package/esm/src/agent/runtime-ag-ui-contract.d.ts +206 -206
- package/esm/src/agent/runtime-ag-ui-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime-ag-ui-contract.js +96 -91
- package/esm/src/agent/runtime-agent-definition.d.ts +47 -24
- package/esm/src/agent/runtime-agent-definition.d.ts.map +1 -1
- package/esm/src/agent/runtime-agent-definition.js +26 -20
- package/esm/src/agent/runtime-agent-invocation-contract.d.ts +306 -168
- package/esm/src/agent/runtime-agent-invocation-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime-agent-invocation-contract.js +116 -101
- package/esm/src/agent/runtime-builtin-skill-files.d.ts.map +1 -1
- package/esm/src/agent/runtime-builtin-skill-files.js +3 -2
- package/esm/src/agent/runtime-client-profile.d.ts +23 -32
- package/esm/src/agent/runtime-client-profile.d.ts.map +1 -1
- package/esm/src/agent/runtime-client-profile.js +29 -27
- package/esm/src/agent/runtime-load-skill-tool.d.ts +6 -7
- package/esm/src/agent/runtime-load-skill-tool.d.ts.map +1 -1
- package/esm/src/agent/runtime-load-skill-tool.js +7 -6
- package/esm/src/agent/runtime-project-files-client.d.ts +19 -10
- package/esm/src/agent/runtime-project-files-client.d.ts.map +1 -1
- package/esm/src/agent/runtime-project-files-client.js +33 -35
- package/esm/src/agent/runtime-skill-metadata.d.ts +6 -20
- package/esm/src/agent/runtime-skill-metadata.d.ts.map +1 -1
- package/esm/src/agent/runtime-skill-metadata.js +24 -18
- package/esm/src/agent/runtime-upload-url-client.d.ts.map +1 -1
- package/esm/src/agent/runtime-upload-url-client.js +19 -25
- package/esm/src/agent/schemas/agent.schema.d.ts +258 -307
- package/esm/src/agent/schemas/agent.schema.d.ts.map +1 -1
- package/esm/src/agent/schemas/agent.schema.js +105 -101
- package/esm/src/agent/schemas/index.d.ts +2 -2
- package/esm/src/agent/schemas/index.d.ts.map +1 -1
- package/esm/src/agent/schemas/index.js +2 -2
- package/esm/src/agent/schemas/tool.schema.d.ts +5 -5
- package/esm/src/agent/schemas/tool.schema.d.ts.map +1 -1
- package/esm/src/agent/schemas/tool.schema.js +4 -4
- package/esm/src/cache/schemas/cache-backend.schema.d.ts +15 -14
- package/esm/src/cache/schemas/cache-backend.schema.d.ts.map +1 -1
- package/esm/src/cache/schemas/cache-backend.schema.js +10 -7
- package/esm/src/cache/schemas/cache-key.schema.d.ts +12 -10
- package/esm/src/cache/schemas/cache-key.schema.d.ts.map +1 -1
- package/esm/src/cache/schemas/cache-key.schema.js +8 -6
- package/esm/src/channels/control-plane.d.ts +246 -156
- package/esm/src/channels/control-plane.d.ts.map +1 -1
- package/esm/src/channels/control-plane.js +80 -73
- package/esm/src/channels/invoke.d.ts +220 -134
- package/esm/src/channels/invoke.d.ts.map +1 -1
- package/esm/src/channels/invoke.js +105 -93
- package/esm/src/chat/ag-ui.d.ts +494 -273
- package/esm/src/chat/ag-ui.d.ts.map +1 -1
- package/esm/src/chat/ag-ui.js +164 -180
- package/esm/src/chat/conversation.d.ts +273 -183
- package/esm/src/chat/conversation.d.ts.map +1 -1
- package/esm/src/chat/conversation.js +97 -111
- package/esm/src/chat/types.d.ts +635 -14
- package/esm/src/chat/types.d.ts.map +1 -1
- package/esm/src/chat/types.js +146 -174
- package/esm/src/config/schemas/config.schema.d.ts +799 -395
- package/esm/src/config/schemas/config.schema.d.ts.map +1 -1
- package/esm/src/config/schemas/config.schema.js +300 -268
- package/esm/src/data/schemas/data.schema.d.ts +89 -48
- package/esm/src/data/schemas/data.schema.d.ts.map +1 -1
- package/esm/src/data/schemas/data.schema.js +36 -29
- package/esm/src/extensions/builtin-extensions.d.ts.map +1 -1
- package/esm/src/extensions/builtin-extensions.js +9 -0
- package/esm/src/extensions/schema/index.d.ts +1 -1
- package/esm/src/extensions/schema/index.d.ts.map +1 -1
- package/esm/src/extensions/schema/json-schema.d.ts +23 -0
- package/esm/src/extensions/schema/json-schema.d.ts.map +1 -0
- package/esm/src/extensions/schema/json-schema.js +8 -0
- package/esm/src/extensions/schema/schema-validator.d.ts +97 -4
- package/esm/src/extensions/schema/schema-validator.d.ts.map +1 -1
- package/esm/src/html/hydration-script-builder/hydration-data-generator.js +1 -1
- package/esm/src/html/schemas/html.schema.d.ts +107 -90
- package/esm/src/html/schemas/html.schema.d.ts.map +1 -1
- package/esm/src/html/schemas/html.schema.js +60 -52
- package/esm/src/html/utils.d.ts.map +1 -1
- package/esm/src/html/utils.js +1 -1
- package/esm/src/integrations/schema.d.ts +455 -433
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +105 -95
- package/esm/src/internal-agents/ag-ui-sse.d.ts.map +1 -1
- package/esm/src/internal-agents/ag-ui-sse.js +60 -82
- package/esm/src/internal-agents/control-plane-auth.d.ts +10 -10
- package/esm/src/internal-agents/control-plane-auth.d.ts.map +1 -1
- package/esm/src/internal-agents/run-stream.d.ts.map +1 -1
- package/esm/src/internal-agents/run-stream.js +3 -2
- package/esm/src/internal-agents/schema.d.ts +272 -281
- package/esm/src/internal-agents/schema.d.ts.map +1 -1
- package/esm/src/internal-agents/schema.js +55 -47
- package/esm/src/issues/core.d.ts.map +1 -1
- package/esm/src/issues/mcp.d.ts.map +1 -1
- package/esm/src/issues/mcp.js +47 -41
- package/esm/src/issues/schemas/index.d.ts +1 -1
- package/esm/src/issues/schemas/index.d.ts.map +1 -1
- package/esm/src/issues/schemas/index.js +1 -1
- package/esm/src/issues/schemas/issue.schema.d.ts +151 -116
- package/esm/src/issues/schemas/issue.schema.d.ts.map +1 -1
- package/esm/src/issues/schemas/issue.schema.js +64 -55
- package/esm/src/jobs/schemas.d.ts +1087 -658
- package/esm/src/jobs/schemas.d.ts.map +1 -1
- package/esm/src/jobs/schemas.js +244 -214
- package/esm/src/mcp/index.d.ts +6 -2
- package/esm/src/mcp/index.d.ts.map +1 -1
- package/esm/src/mcp/index.js +6 -2
- package/esm/src/mcp/schemas/index.d.ts +1 -1
- package/esm/src/mcp/schemas/index.d.ts.map +1 -1
- package/esm/src/mcp/schemas/index.js +1 -1
- package/esm/src/mcp/schemas/mcp.schema.d.ts +59 -31
- package/esm/src/mcp/schemas/mcp.schema.d.ts.map +1 -1
- package/esm/src/mcp/schemas/mcp.schema.js +28 -24
- package/esm/src/mcp/types.d.ts +2 -2
- package/esm/src/mcp/types.d.ts.map +1 -1
- package/esm/src/oauth/providers/atlassian.d.ts +36 -30
- package/esm/src/oauth/providers/atlassian.d.ts.map +1 -1
- package/esm/src/oauth/providers/common.d.ts +312 -260
- package/esm/src/oauth/providers/common.d.ts.map +1 -1
- package/esm/src/oauth/providers/google.d.ts +48 -40
- package/esm/src/oauth/providers/google.d.ts.map +1 -1
- package/esm/src/oauth/providers/microsoft.d.ts +48 -40
- package/esm/src/oauth/providers/microsoft.d.ts.map +1 -1
- package/esm/src/oauth/schemas/oauth.schema.d.ts +180 -92
- package/esm/src/oauth/schemas/oauth.schema.d.ts.map +1 -1
- package/esm/src/oauth/schemas/oauth.schema.js +67 -59
- package/esm/src/platform/adapters/fs/github/github-api-client.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/github-api-client.js +4 -4
- package/esm/src/platform/adapters/fs/github/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/github/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/index.js +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.d.ts +97 -140
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.js +40 -37
- package/esm/src/platform/adapters/fs/github/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/index.js +1 -1
- package/esm/src/platform/adapters/fs/veryfront/proxy-manager.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/proxy-manager.js +7 -4
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.js +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.d.ts +11 -11
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.js +10 -10
- package/esm/src/platform/adapters/fs/veryfront/stat-operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/stat-operations.js +1 -0
- package/esm/src/platform/adapters/veryfront-api-client/client.d.ts +63 -63
- package/esm/src/platform/adapters/veryfront-api-client/index.d.ts +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/index.js +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.js +11 -21
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.d.ts +444 -471
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.js +150 -122
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.js +1 -1
- package/esm/src/prompt/schemas/prompt.schema.d.ts +10 -9
- package/esm/src/prompt/schemas/prompt.schema.d.ts.map +1 -1
- package/esm/src/prompt/schemas/prompt.schema.js +8 -8
- package/esm/src/proxy/handler.d.ts.map +1 -1
- package/esm/src/proxy/handler.js +0 -1
- package/esm/src/repositories/schemas/repository.schema.d.ts +40 -25
- package/esm/src/repositories/schemas/repository.schema.d.ts.map +1 -1
- package/esm/src/repositories/schemas/repository.schema.js +23 -19
- package/esm/src/resource/index.d.ts +6 -2
- package/esm/src/resource/index.d.ts.map +1 -1
- package/esm/src/resource/index.js +6 -2
- package/esm/src/resource/schemas/index.d.ts +1 -1
- package/esm/src/resource/schemas/index.d.ts.map +1 -1
- package/esm/src/resource/schemas/index.js +1 -1
- package/esm/src/resource/schemas/resource.schema.d.ts +13 -16
- package/esm/src/resource/schemas/resource.schema.d.ts.map +1 -1
- package/esm/src/resource/schemas/resource.schema.js +9 -6
- package/esm/src/resource/types.d.ts +3 -3
- package/esm/src/resource/types.d.ts.map +1 -1
- package/esm/src/routing/api/openapi/types.d.ts +4 -4
- package/esm/src/routing/api/openapi/types.d.ts.map +1 -1
- package/esm/src/sandbox/hosted-tools.d.ts.map +1 -1
- package/esm/src/sandbox/hosted-tools.js +11 -13
- package/esm/src/schemas/common.d.ts +48 -28
- package/esm/src/schemas/common.d.ts.map +1 -1
- package/esm/src/schemas/common.js +67 -28
- package/esm/src/schemas/define.d.ts +3 -2
- package/esm/src/schemas/define.d.ts.map +1 -1
- package/esm/src/schemas/define.js +12 -6
- package/esm/src/schemas/index.d.ts +8 -4
- package/esm/src/schemas/index.d.ts.map +1 -1
- package/esm/src/schemas/index.js +8 -7
- package/esm/src/schemas/json-schema.d.ts +25 -0
- package/esm/src/schemas/json-schema.d.ts.map +1 -0
- package/esm/src/schemas/json-schema.js +27 -0
- package/esm/src/schemas/primitives.d.ts +34 -23
- package/esm/src/schemas/primitives.d.ts.map +1 -1
- package/esm/src/schemas/primitives.js +25 -18
- package/esm/src/security/input-validation/handler.d.ts +3 -3
- package/esm/src/security/input-validation/handler.d.ts.map +1 -1
- package/esm/src/security/input-validation/parsers.d.ts +4 -4
- package/esm/src/security/input-validation/parsers.d.ts.map +1 -1
- package/esm/src/security/input-validation/parsers.js +35 -45
- package/esm/src/server/bootstrap.js +2 -2
- package/esm/src/server/dev-ui/manifest.js +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.js +1 -0
- package/esm/src/server/handlers/request/agent-run-cancel.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-run-cancel.handler.js +2 -3
- package/esm/src/server/handlers/request/agent-run-resume.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-run-resume.handler.js +4 -5
- package/esm/src/server/handlers/request/agent-stream.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-stream.handler.js +3 -4
- package/esm/src/server/handlers/request/internal-agents-list.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/internal-agents-list.handler.js +2 -4
- package/esm/src/server/runtime-handler/environment-resolution.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/environment-resolution.js +4 -5
- package/esm/src/server/runtime-handler/request-utils.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/request-utils.js +1 -2
- package/esm/src/server/schemas/action.schema.d.ts +10 -6
- package/esm/src/server/schemas/action.schema.d.ts.map +1 -1
- package/esm/src/server/schemas/action.schema.js +7 -5
- package/esm/src/skill/tools.d.ts.map +1 -1
- package/esm/src/skill/tools.js +24 -21
- package/esm/src/tool/factory.d.ts +1 -1
- package/esm/src/tool/factory.d.ts.map +1 -1
- package/esm/src/tool/factory.js +12 -1
- package/esm/src/tool/host-tools.d.ts +1 -1
- package/esm/src/tool/host-tools.d.ts.map +1 -1
- package/esm/src/tool/host-tools.js +17 -3
- package/esm/src/tool/index.d.ts +9 -5
- package/esm/src/tool/index.d.ts.map +1 -1
- package/esm/src/tool/index.js +9 -5
- package/esm/src/tool/remote-source-tools.d.ts.map +1 -1
- package/esm/src/tool/remote-source-tools.js +9 -2
- package/esm/src/tool/schema/json-schema.d.ts +8 -15
- package/esm/src/tool/schema/json-schema.d.ts.map +1 -1
- package/esm/src/tool/schema/json-schema.js +7 -0
- package/esm/src/tool/schema/zod-json-schema.d.ts +33 -4
- package/esm/src/tool/schema/zod-json-schema.d.ts.map +1 -1
- package/esm/src/tool/schema/zod-json-schema.js +70 -159
- package/esm/src/tool/sleep.d.ts +21 -11
- package/esm/src/tool/sleep.d.ts.map +1 -1
- package/esm/src/tool/sleep.js +42 -4
- package/esm/src/tool/types.d.ts +12 -8
- package/esm/src/tool/types.d.ts.map +1 -1
- package/esm/src/transforms/npm-import-rewrites.d.ts +1 -1
- package/esm/src/transforms/npm-import-rewrites.d.ts.map +1 -1
- package/esm/src/transforms/npm-import-rewrites.js +1 -3
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/workflow/api.d.ts +22 -22
- package/esm/src/workflow/blob/veryfront-cloud-storage.d.ts.map +1 -1
- package/esm/src/workflow/blob/veryfront-cloud-storage.js +37 -33
- package/esm/src/workflow/claude-code/tool.d.ts +37 -44
- package/esm/src/workflow/claude-code/tool.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/tool.js +11 -19
- package/esm/src/workflow/dsl/workflow.d.ts +3 -3
- package/esm/src/workflow/dsl/workflow.d.ts.map +1 -1
- package/esm/src/workflow/schemas/index.d.ts +1 -1
- package/esm/src/workflow/schemas/index.d.ts.map +1 -1
- package/esm/src/workflow/schemas/index.js +1 -1
- package/esm/src/workflow/schemas/workflow.schema.d.ts +194 -177
- package/esm/src/workflow/schemas/workflow.schema.d.ts.map +1 -1
- package/esm/src/workflow/schemas/workflow.schema.js +101 -83
- package/esm/src/workflow/types.d.ts +3 -3
- package/esm/src/workflow/types.d.ts.map +1 -1
- package/package.json +4 -1
- package/src/cli/commands/analyze-chunks/handler.ts +9 -5
- package/src/cli/commands/build/handler.ts +20 -15
- package/src/cli/commands/clean/command.ts +1 -1
- package/src/cli/commands/clean/handler.ts +12 -8
- package/src/cli/commands/demo/handler.ts +12 -7
- package/src/cli/commands/deploy/command.ts +17 -12
- package/src/cli/commands/dev/handler.ts +11 -7
- package/src/cli/commands/doctor/handler.ts +8 -4
- package/src/cli/commands/files/command.ts +64 -44
- package/src/cli/commands/generate/handler.ts +9 -5
- package/src/cli/commands/generate/integration-generator-helpers.ts +4 -4
- package/src/cli/commands/generate/integration-generator.ts +8 -4
- package/src/cli/commands/install/detect.ts +1 -1
- package/src/cli/commands/install/handler.ts +10 -6
- package/src/cli/commands/install/install.ts +20 -12
- package/src/cli/commands/install/types.ts +58 -41
- package/src/cli/commands/install/uninstall.ts +6 -2
- package/src/cli/commands/knowledge/command.ts +60 -52
- package/src/cli/commands/lock/handler.ts +13 -9
- package/src/cli/commands/mcp/handler.ts +8 -4
- package/src/cli/commands/merge/command.ts +14 -9
- package/src/cli/commands/open/command.ts +12 -7
- package/src/cli/commands/pull/command.ts +20 -15
- package/src/cli/commands/push/command.ts +17 -12
- package/src/cli/commands/routes/handler.ts +9 -5
- package/src/cli/commands/schema/handler.ts +8 -4
- package/src/cli/commands/serve/handler.ts +15 -11
- package/src/cli/commands/start/handler.ts +11 -7
- package/src/cli/commands/studio/handler.ts +10 -6
- package/src/cli/commands/styles/command.ts +22 -17
- package/src/cli/commands/styles/handler.ts +12 -7
- package/src/cli/commands/task/handler.ts +12 -7
- package/src/cli/commands/test/handler.ts +9 -5
- package/src/cli/commands/up/command.ts +11 -6
- package/src/cli/commands/uploads/command.ts +72 -52
- package/src/cli/commands/worker/handler.ts +16 -11
- package/src/cli/commands/workflow/handler.ts +13 -8
- package/src/cli/mcp/jsonrpc.ts +32 -19
- package/src/cli/mcp/remote-file-tools.ts +134 -97
- package/src/cli/mcp/server.ts +2 -80
- package/src/cli/mcp/tools/bootstrap-tool.ts +11 -7
- package/src/cli/mcp/tools/build-tool.ts +32 -28
- package/src/cli/mcp/tools/catalog-tools.ts +53 -42
- package/src/cli/mcp/tools/context7-tools.ts +29 -25
- package/src/cli/mcp/tools/deploy-tool.ts +17 -13
- package/src/cli/mcp/tools/dev-tools.ts +90 -66
- package/src/cli/mcp/tools/introspection-tools.ts +8 -6
- package/src/cli/mcp/tools/project-tools.ts +45 -32
- package/src/cli/mcp/tools/run-lint-tool.ts +11 -7
- package/src/cli/mcp/tools/run-tests-tool.ts +17 -13
- package/src/cli/mcp/tools/scaffold-tools.ts +43 -36
- package/src/cli/mcp/tools/skill-tools.ts +17 -12
- package/src/cli/mcp/tools.ts +65 -51
- package/src/cli/shared/args.ts +12 -9
- package/src/cli/shared/config.ts +32 -22
- package/src/cli/shared/project-source-context.ts +1 -1
- package/src/cli/shared/types.ts +5 -3
- package/src/cli/skills/types.ts +29 -24
- package/src/cli/templates/manifest.js +211 -211
- package/src/deno.js +10 -4
- package/src/extensions/ext-zod/src/adapter.ts +238 -0
- package/src/extensions/ext-zod/src/index.ts +36 -0
- package/src/extensions/ext-zod/src/json-schema.ts +311 -0
- package/src/src/agent/ag-ui-detached-start.ts +44 -21
- package/src/src/agent/ag-ui-forwarded-context.ts +6 -4
- package/src/src/agent/ag-ui-handler.ts +7 -3
- package/src/src/agent/ag-ui-host-support.ts +84 -66
- package/src/src/agent/ag-ui-request-shared.ts +16 -2
- package/src/src/agent/ag-ui-run-control.ts +26 -15
- package/src/src/agent/ag-ui-runtime-handler.ts +7 -3
- package/src/src/agent/ag-ui-sse-parser.ts +306 -0
- package/src/src/agent/ag-ui-tool-shared.ts +5 -2
- package/src/src/agent/chat-handler.ts +89 -67
- package/src/src/agent/composition/composition.ts +2 -2
- package/src/src/agent/conversation-bootstrap.ts +38 -17
- package/src/src/agent/conversation-hosted-lifecycle.ts +12 -10
- package/src/src/agent/conversation-run-events.ts +13 -5
- package/src/src/agent/default-hosted-invoke-agent-tool.ts +19 -8
- package/src/src/agent/durable.ts +186 -144
- package/src/src/agent/hosted-ag-ui-chat-request.ts +26 -16
- package/src/src/agent/hosted-agent-service-routes.ts +4 -3
- package/src/src/agent/hosted-chat-request-parser.ts +8 -4
- package/src/src/agent/hosted-chat-request.ts +46 -32
- package/src/src/agent/hosted-child-fork-step-message-preparation.ts +3 -1
- package/src/src/agent/hosted-child-status.ts +8 -1
- package/src/src/agent/hosted-child-tool-input.ts +27 -19
- package/src/src/agent/hosted-durable-child-fork-execution.ts +3 -3
- package/src/src/agent/hosted-form-input-tool.ts +15 -5
- package/src/src/agent/human-input.ts +129 -92
- package/src/src/agent/index.ts +38 -20
- package/src/src/agent/input-request-protocol.ts +193 -124
- package/src/src/agent/invoke-agent-child-runs.ts +64 -44
- package/src/src/agent/runtime-ag-ui-contract.ts +159 -123
- package/src/src/agent/runtime-agent-definition.ts +45 -24
- package/src/src/agent/runtime-agent-invocation-contract.ts +241 -174
- package/src/src/agent/runtime-builtin-skill-files.ts +3 -2
- package/src/src/agent/runtime-client-profile.ts +51 -34
- package/src/src/agent/runtime-load-skill-tool.ts +19 -12
- package/src/src/agent/runtime-project-files-client.ts +51 -39
- package/src/src/agent/runtime-skill-metadata.ts +41 -24
- package/src/src/agent/runtime-upload-url-client.ts +24 -24
- package/src/src/agent/schemas/agent.schema.ts +179 -142
- package/src/src/agent/schemas/index.ts +15 -15
- package/src/src/agent/schemas/tool.schema.ts +8 -5
- package/src/src/cache/schemas/cache-backend.schema.ts +18 -9
- package/src/src/cache/schemas/cache-key.schema.ts +13 -7
- package/src/src/channels/control-plane.ts +132 -96
- package/src/src/channels/invoke.ts +165 -120
- package/src/src/chat/ag-ui.ts +229 -225
- package/src/src/chat/conversation.ts +121 -124
- package/src/src/chat/types.ts +230 -205
- package/src/src/config/schemas/config.schema.ts +653 -610
- package/src/src/data/schemas/data.schema.ts +62 -39
- package/src/src/extensions/builtin-extensions.ts +9 -0
- package/src/src/extensions/schema/index.ts +3 -0
- package/src/src/extensions/schema/json-schema.ts +23 -0
- package/src/src/extensions/schema/schema-validator.ts +105 -6
- package/src/src/html/html-shell-generator.ts +1 -1
- package/src/src/html/hydration-script-builder/hydration-data-generator.ts +2 -2
- package/src/src/html/schemas/html.schema.ts +81 -65
- package/src/src/html/utils.ts +4 -1
- package/src/src/integrations/schema.ts +140 -111
- package/src/src/internal-agents/ag-ui-sse.ts +85 -83
- package/src/src/internal-agents/run-stream.ts +4 -2
- package/src/src/internal-agents/schema.ts +120 -89
- package/src/src/issues/core.ts +3 -1
- package/src/src/issues/mcp.ts +81 -58
- package/src/src/issues/schemas/index.ts +11 -0
- package/src/src/issues/schemas/issue.schema.ts +99 -73
- package/src/src/jobs/jobs-client.ts +4 -4
- package/src/src/jobs/schemas.ts +414 -297
- package/src/src/mcp/index.ts +6 -2
- package/src/src/mcp/schemas/index.ts +3 -0
- package/src/src/mcp/schemas/mcp.schema.ts +45 -29
- package/src/src/mcp/types.ts +2 -3
- package/src/src/oauth/schemas/oauth.schema.ts +96 -70
- package/src/src/platform/adapters/fs/github/github-api-client.ts +6 -6
- package/src/src/platform/adapters/fs/github/index.ts +5 -5
- package/src/src/platform/adapters/fs/github/schemas/github-api.schema.ts +58 -42
- package/src/src/platform/adapters/fs/github/schemas/index.ts +5 -5
- package/src/src/platform/adapters/fs/veryfront/proxy-manager.ts +9 -5
- package/src/src/platform/adapters/fs/veryfront/schemas/index.ts +1 -1
- package/src/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.ts +14 -11
- package/src/src/platform/adapters/fs/veryfront/stat-operations.ts +1 -0
- package/src/src/platform/adapters/veryfront-api-client/index.ts +17 -16
- package/src/src/platform/adapters/veryfront-api-client/operations.ts +20 -31
- package/src/src/platform/adapters/veryfront-api-client/schemas/api.schema.ts +231 -150
- package/src/src/platform/adapters/veryfront-api-client/schemas/index.ts +17 -16
- package/src/src/prompt/schemas/prompt.schema.ts +13 -10
- package/src/src/proxy/handler.ts +0 -1
- package/src/src/rendering/orchestrator/html-project-css.ts +1 -1
- package/src/src/rendering/renderer.ts +2 -2
- package/src/src/repositories/schemas/repository.schema.ts +36 -22
- package/src/src/resource/index.ts +6 -2
- package/src/src/resource/schemas/index.ts +2 -0
- package/src/src/resource/schemas/resource.schema.ts +17 -8
- package/src/src/resource/types.ts +3 -3
- package/src/src/routing/api/openapi/types.ts +5 -5
- package/src/src/sandbox/hosted-tools.ts +17 -13
- package/src/src/schemas/common.ts +83 -31
- package/src/src/schemas/define.ts +13 -6
- package/src/src/schemas/index.ts +29 -17
- package/src/src/schemas/json-schema.ts +33 -0
- package/src/src/schemas/primitives.ts +71 -35
- package/src/src/security/http/config.ts +1 -1
- package/src/src/security/input-validation/handler.ts +3 -3
- package/src/src/security/input-validation/parsers.ts +40 -45
- package/src/src/server/bootstrap.ts +3 -3
- package/src/src/server/dev-ui/manifest.js +1 -1
- package/src/src/server/handlers/dev/framework-candidates.generated.ts +1 -0
- package/src/src/server/handlers/request/agent-run-cancel.handler.ts +2 -6
- package/src/src/server/handlers/request/agent-run-resume.handler.ts +4 -9
- package/src/src/server/handlers/request/agent-stream.handler.ts +2 -4
- package/src/src/server/handlers/request/internal-agents-list.handler.ts +2 -5
- package/src/src/server/runtime-handler/environment-resolution.ts +4 -5
- package/src/src/server/runtime-handler/request-utils.ts +1 -2
- package/src/src/server/schemas/action.schema.ts +12 -6
- package/src/src/skill/tools.ts +37 -25
- package/src/src/tool/factory.ts +23 -5
- package/src/src/tool/host-tools.ts +16 -6
- package/src/src/tool/index.ts +9 -5
- package/src/src/tool/remote-source-tools.ts +10 -2
- package/src/src/tool/schema/json-schema.ts +9 -15
- package/src/src/tool/schema/zod-json-schema.ts +75 -209
- package/src/src/tool/sleep.ts +55 -7
- package/src/src/tool/types.ts +12 -8
- package/src/src/transforms/npm-import-rewrites.ts +1 -3
- package/src/src/utils/version-constant.ts +1 -1
- package/src/src/workflow/blob/veryfront-cloud-storage.ts +53 -39
- package/src/src/workflow/claude-code/tool.ts +29 -38
- package/src/src/workflow/dsl/workflow.ts +3 -3
- package/src/src/workflow/schemas/index.ts +17 -0
- package/src/src/workflow/schemas/workflow.schema.ts +183 -123
- package/src/src/workflow/types.ts +3 -3
- package/esm/src/schemas/zod-adapter.d.ts +0 -25
- package/esm/src/schemas/zod-adapter.d.ts.map +0 -1
- package/esm/src/schemas/zod-adapter.js +0 -120
- package/src/src/schemas/zod-adapter.ts +0 -180
|
@@ -1,398 +1,802 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const
|
|
3
|
-
projectSlug:
|
|
4
|
-
title:
|
|
5
|
-
description:
|
|
6
|
-
react:
|
|
7
|
-
version
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
app:
|
|
26
|
-
theme:
|
|
27
|
-
colors:
|
|
28
|
-
}
|
|
29
|
-
build:
|
|
30
|
-
outDir:
|
|
31
|
-
trailingSlash:
|
|
32
|
-
esbuild:
|
|
33
|
-
wasmURL:
|
|
34
|
-
worker:
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
cache:
|
|
38
|
-
dir:
|
|
39
|
-
bundleManifest:
|
|
40
|
-
type:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
endpoint:
|
|
171
|
-
serviceName:
|
|
172
|
-
sampleRate:
|
|
173
|
-
}
|
|
174
|
-
metrics:
|
|
175
|
-
enabled:
|
|
176
|
-
exporter:
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
json:
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
1
|
+
import type { InferInput, InferSchema } from "../../extensions/schema/index.js";
|
|
2
|
+
export declare const getVeryfrontConfigSchema: () => import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
3
|
+
projectSlug: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
4
|
+
title: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
5
|
+
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
6
|
+
react: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
7
|
+
/** React version to use (e.g., "18.3.1", "19.1.1"). Defaults to auto-detect from package.json or 19.1.1 */
|
|
8
|
+
version: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
9
|
+
}>> | undefined>;
|
|
10
|
+
directories: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
11
|
+
app: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
12
|
+
pages: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
13
|
+
components: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
14
|
+
ai: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
15
|
+
}>> | undefined>;
|
|
16
|
+
experimental: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
17
|
+
esmLayouts: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
18
|
+
precompileMDX: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
19
|
+
rsc: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
20
|
+
}>> | undefined>;
|
|
21
|
+
router: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
22
|
+
/** Path to the layout component (e.g., 'components/layout.tsx'), or false to disable */
|
|
23
|
+
layout: import("../../internal-agents/schema.js").Schema<string | false | undefined>;
|
|
24
|
+
/** Path to the app wrapper component (e.g., 'components/app.tsx'), or false to disable */
|
|
25
|
+
app: import("../../internal-agents/schema.js").Schema<string | false | undefined>;
|
|
26
|
+
theme: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
27
|
+
colors: import("../../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
28
|
+
}>> | undefined>;
|
|
29
|
+
build: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
30
|
+
outDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
31
|
+
trailingSlash: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
32
|
+
esbuild: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
33
|
+
wasmURL: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
34
|
+
worker: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
35
|
+
}>> | undefined>;
|
|
36
|
+
}>> | undefined>;
|
|
37
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
38
|
+
dir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
39
|
+
bundleManifest: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
40
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
41
|
+
redisUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
42
|
+
keyPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
43
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
44
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
45
|
+
}>> | undefined>;
|
|
46
|
+
render: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
47
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
48
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
49
|
+
maxEntries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
50
|
+
kvPath: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
51
|
+
redisUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
52
|
+
redisKeyPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
53
|
+
}>> | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Query parameter handling for page cache keys.
|
|
56
|
+
* Controls which URL query params affect cache key generation.
|
|
57
|
+
*
|
|
58
|
+
* Policies:
|
|
59
|
+
* - "ignore-all": Ignore all query params (pages with ?utm_campaign=x share cache with /)
|
|
60
|
+
* - "include-all": Include all query params (default, each unique query = separate cache)
|
|
61
|
+
* - "include-list": Only include specified params in cache key
|
|
62
|
+
* - "exclude-list": Exclude specified params (+ common tracking params like utm_*)
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* // Ignore all marketing/tracking params (recommended for most sites)
|
|
66
|
+
* cache: { queryParams: { policy: "exclude-list" } }
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* // Only vary cache by specific params
|
|
70
|
+
* cache: { queryParams: { policy: "include-list", params: ["page", "sort"] } }
|
|
71
|
+
*/
|
|
72
|
+
queryParams: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
73
|
+
policy: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
74
|
+
params: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
75
|
+
}>> | undefined>;
|
|
76
|
+
}>> | undefined>;
|
|
77
|
+
dev: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
78
|
+
port: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
79
|
+
host: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
80
|
+
open: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
81
|
+
hmr: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
82
|
+
hmrPort: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
83
|
+
components: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
84
|
+
moduleServerUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
85
|
+
}>> | undefined>;
|
|
86
|
+
resolve: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
87
|
+
importMap: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
88
|
+
imports: import("../../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
89
|
+
scopes: import("../../internal-agents/schema.js").Schema<Record<string, Record<string, string>> | undefined>;
|
|
90
|
+
}>> | undefined>;
|
|
91
|
+
}>> | undefined>;
|
|
92
|
+
security: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
93
|
+
auth: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
94
|
+
basic: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
95
|
+
username: import("../../internal-agents/schema.js").Schema<string>;
|
|
96
|
+
password: import("../../internal-agents/schema.js").Schema<string>;
|
|
97
|
+
realm: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
98
|
+
}> | undefined>;
|
|
99
|
+
bearer: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
100
|
+
token: import("../../internal-agents/schema.js").Schema<string>;
|
|
101
|
+
}> | undefined>;
|
|
102
|
+
}>> | undefined>;
|
|
103
|
+
csp: import("../../internal-agents/schema.js").Schema<Record<string, string[]> | undefined>;
|
|
104
|
+
remoteHosts: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
105
|
+
cors: import("../../internal-agents/schema.js").Schema<boolean | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
106
|
+
origin: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
107
|
+
}> | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* CSRF protection using the double-submit cookie pattern.
|
|
110
|
+
* Set `true` for defaults, or pass an object to customize.
|
|
111
|
+
*
|
|
112
|
+
* When enabled, POST/PUT/PATCH/DELETE requests must include
|
|
113
|
+
* an `x-csrf-token` header matching the `vf_csrf` cookie.
|
|
114
|
+
* The cookie is set automatically on HTML document responses.
|
|
115
|
+
*
|
|
116
|
+
* Server Actions (`/_veryfront/rsc/action`) are CSRF-protected;
|
|
117
|
+
* client code must forward the cookie value as the header.
|
|
118
|
+
*/
|
|
119
|
+
csrf: import("../../internal-agents/schema.js").Schema<boolean | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
120
|
+
cookieName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
121
|
+
headerName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
122
|
+
excludePaths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
123
|
+
ttlSec: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
124
|
+
}> | undefined>;
|
|
125
|
+
coop: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
126
|
+
corp: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
127
|
+
coep: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* Restrict module imports to specific directories (opt-in security).
|
|
130
|
+
* When not set, users can import from any directory in the project.
|
|
131
|
+
* When set, only imports from these directories are allowed.
|
|
132
|
+
* @example ["app", "pages", "components", "lib", "src", "utils"]
|
|
133
|
+
*/
|
|
134
|
+
allowedImportDirs: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
135
|
+
}>> | undefined>;
|
|
136
|
+
middleware: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
137
|
+
custom: import("../../internal-agents/schema.js").Schema<any[] | undefined>;
|
|
138
|
+
}>> | undefined>;
|
|
139
|
+
theming: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
140
|
+
brandName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
141
|
+
logoHtml: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
142
|
+
}>> | undefined>;
|
|
143
|
+
assetPipeline: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
144
|
+
images: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
145
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
146
|
+
formats: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
147
|
+
sizes: import("../../internal-agents/schema.js").Schema<number[] | undefined>;
|
|
148
|
+
quality: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
149
|
+
inputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
150
|
+
outputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
151
|
+
preserveOriginal: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
152
|
+
}>> | undefined>;
|
|
153
|
+
css: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
154
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
155
|
+
minify: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
156
|
+
autoprefixer: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
157
|
+
purge: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
158
|
+
criticalCSS: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
159
|
+
inputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
160
|
+
outputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
161
|
+
browsers: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
162
|
+
purgeContent: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
163
|
+
sourceMap: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
164
|
+
}>> | undefined>;
|
|
165
|
+
}>> | undefined>;
|
|
166
|
+
observability: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
167
|
+
tracing: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
168
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
169
|
+
exporter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
170
|
+
endpoint: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
171
|
+
serviceName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
172
|
+
sampleRate: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
173
|
+
}>> | undefined>;
|
|
174
|
+
metrics: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
175
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
176
|
+
exporter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
177
|
+
endpoint: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
178
|
+
prefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
179
|
+
collectInterval: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
180
|
+
}>> | undefined>;
|
|
181
|
+
logging: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
182
|
+
file: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
183
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
184
|
+
path: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
185
|
+
maxSize: import("../../internal-agents/schema.js").Schema<string | number | undefined>;
|
|
186
|
+
maxFiles: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
187
|
+
level: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
188
|
+
format: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
189
|
+
}>> | undefined>;
|
|
190
|
+
}>> | undefined>;
|
|
191
|
+
}>> | undefined>;
|
|
192
|
+
search: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
193
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
194
|
+
embedding: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
195
|
+
provider: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
196
|
+
model: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
197
|
+
dimension: import("../../internal-agents/schema.js").Schema<1024 | 4096 | 768 | 1536 | 3072 | undefined>;
|
|
198
|
+
apiKey: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
199
|
+
batchSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
200
|
+
}>> | undefined>;
|
|
201
|
+
chunking: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
202
|
+
maxTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
203
|
+
overlapTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
204
|
+
include: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
205
|
+
exclude: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
206
|
+
}>> | undefined>;
|
|
207
|
+
autoIndex: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
208
|
+
}>> | undefined>;
|
|
209
|
+
fs: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
210
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
211
|
+
local: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
212
|
+
baseDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
213
|
+
}>> | undefined>;
|
|
214
|
+
veryfront: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
215
|
+
apiBaseUrl: import("../../internal-agents/schema.js").Schema<string>;
|
|
216
|
+
/** API token - optional in proxy mode (token provided per-request via headers) */
|
|
217
|
+
apiToken: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
218
|
+
/** Project slug - optional in proxy mode (slug provided per-request via headers) */
|
|
219
|
+
projectSlug: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
220
|
+
/** Enable proxy mode for multi-project handling (tokens/slugs from headers) */
|
|
221
|
+
proxyMode: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
222
|
+
/** Production mode - fetch from releases instead of draft files */
|
|
223
|
+
productionMode: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
224
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
225
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
226
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
227
|
+
maxSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
228
|
+
}>> | undefined>;
|
|
229
|
+
retry: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
230
|
+
maxRetries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
231
|
+
initialDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
232
|
+
maxDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
233
|
+
}>> | undefined>;
|
|
234
|
+
}>> | undefined>;
|
|
235
|
+
memory: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
236
|
+
files: import("../../internal-agents/schema.js").Schema<Record<string, string | Uint8Array<ArrayBuffer>> | undefined>;
|
|
237
|
+
}>> | undefined>;
|
|
238
|
+
github: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
239
|
+
/** GitHub Personal Access Token */
|
|
240
|
+
token: import("../../internal-agents/schema.js").Schema<string>;
|
|
241
|
+
/** Repository owner (user or organization) */
|
|
242
|
+
owner: import("../../internal-agents/schema.js").Schema<string>;
|
|
243
|
+
/** Repository name */
|
|
244
|
+
repo: import("../../internal-agents/schema.js").Schema<string>;
|
|
245
|
+
/** Branch, tag, or commit SHA (default: "main") */
|
|
246
|
+
ref: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
247
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
248
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
249
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
250
|
+
maxSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
251
|
+
maxMemory: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
252
|
+
}>> | undefined>;
|
|
253
|
+
retry: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
254
|
+
maxRetries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
255
|
+
initialDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
256
|
+
maxDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
257
|
+
}>> | undefined>;
|
|
258
|
+
}> | undefined>;
|
|
259
|
+
}>> | undefined>;
|
|
260
|
+
ai: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
261
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
262
|
+
providers: import("../../internal-agents/schema.js").Schema<Record<string, {} & {
|
|
263
|
+
apiKey?: string | undefined;
|
|
264
|
+
baseURL?: string | undefined;
|
|
265
|
+
defaultModel?: string | undefined;
|
|
266
|
+
organization?: string | undefined;
|
|
267
|
+
} & Record<string, unknown>> | undefined>;
|
|
268
|
+
tools: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
269
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
270
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
271
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
272
|
+
}>> | undefined>;
|
|
273
|
+
}>> | undefined>;
|
|
274
|
+
agents: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
275
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
276
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
277
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
278
|
+
}>> | undefined>;
|
|
279
|
+
}>> | undefined>;
|
|
280
|
+
skills: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
281
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
282
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
283
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
284
|
+
}>> | undefined>;
|
|
285
|
+
}>> | undefined>;
|
|
286
|
+
resources: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
287
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
288
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
289
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
290
|
+
}>> | undefined>;
|
|
291
|
+
}>> | undefined>;
|
|
292
|
+
prompts: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
293
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
294
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
295
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
296
|
+
}>> | undefined>;
|
|
297
|
+
}>> | undefined>;
|
|
298
|
+
workflows: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
299
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
300
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
301
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
302
|
+
}>> | undefined>;
|
|
303
|
+
}>> | undefined>;
|
|
304
|
+
tasks: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
305
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
306
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
307
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
308
|
+
}>> | undefined>;
|
|
309
|
+
}>> | undefined>;
|
|
310
|
+
mcp: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
311
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
312
|
+
port: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
313
|
+
expose: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
314
|
+
}>> | undefined>;
|
|
315
|
+
}>> | undefined>;
|
|
316
|
+
client: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
317
|
+
/** How to resolve veryfront client modules in browser */
|
|
318
|
+
moduleResolution: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
319
|
+
/** CDN options when moduleResolution is 'cdn' */
|
|
320
|
+
cdn: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
321
|
+
provider: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
322
|
+
/** 'auto' detects from package.json, or pin specific versions */
|
|
323
|
+
versions: import("../../internal-agents/schema.js").Schema<"auto" | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
324
|
+
react: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
325
|
+
veryfront: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
326
|
+
}> | undefined>;
|
|
327
|
+
}>> | undefined>;
|
|
328
|
+
}>> | undefined>;
|
|
329
|
+
/** CLI generate command preferences */
|
|
330
|
+
generate: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
331
|
+
/** Preferred router for generated pages */
|
|
332
|
+
preferredRouter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
333
|
+
}>> | undefined>;
|
|
334
|
+
tailwind: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
335
|
+
/** Path to the global stylesheet (default: "globals.css") */
|
|
336
|
+
stylesheet: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
337
|
+
/** Enable built-in Tailwind CDN plugins (forms, typography, aspect-ratio, container-queries) */
|
|
338
|
+
plugins: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
339
|
+
/** Extend the Tailwind theme (merged with veryfront defaults) */
|
|
340
|
+
theme: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
341
|
+
extend: import("../../internal-agents/schema.js").Schema<Record<string, unknown> | undefined>;
|
|
342
|
+
}>> | undefined>;
|
|
343
|
+
/** Custom CSS content to add (for @layer, @apply directives, etc.) */
|
|
344
|
+
customCSS: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
345
|
+
}>> | undefined>;
|
|
346
|
+
/** Third-party integration configuration (e.g., Slack, GitHub) */
|
|
347
|
+
integrations: import("../../internal-agents/schema.js").Schema<Record<string, Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
348
|
+
/** Token scope: "project" (shared) or "endUser" (per-end-user OAuth). */
|
|
349
|
+
scope: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
350
|
+
/** @deprecated Use `scope: "endUser"` instead. */
|
|
351
|
+
perUser: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
352
|
+
/** Allowlist of tool IDs to expose. When set, only these tools are registered.
|
|
353
|
+
* This keeps the MCP context narrow by excluding unused tools.
|
|
354
|
+
* @example ["list-issues", "create-issue"] */
|
|
355
|
+
tools: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
356
|
+
}>> | undefined> | undefined>;
|
|
357
|
+
/**
|
|
358
|
+
* Extensions registered for this project.
|
|
359
|
+
*
|
|
360
|
+
* Each entry is either a fully-materialized `Extension` object or a
|
|
361
|
+
* disable directive `{ name, enabled: false }` that vetoes an extension
|
|
362
|
+
* discovered from a lower-priority source. The runtime type is
|
|
363
|
+
* tightened at the `veryfront/extensions` barrel — we keep this as
|
|
364
|
+
* `v.unknown()` here to avoid pulling the extensions module into the
|
|
365
|
+
* config layer (would introduce a circular import).
|
|
366
|
+
*/
|
|
367
|
+
extensions: import("../../internal-agents/schema.js").Schema<unknown[] | undefined>;
|
|
368
|
+
/** OpenAPI documentation configuration */
|
|
369
|
+
openapi: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
370
|
+
/** Enable OpenAPI endpoint (default: true) */
|
|
371
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
372
|
+
/** Enable interactive docs page using Scalar (default: true) */
|
|
373
|
+
docs: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
374
|
+
/** API title for OpenAPI info section */
|
|
375
|
+
title: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
376
|
+
/** API version (default: "1.0.0") */
|
|
377
|
+
version: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
378
|
+
/** API description */
|
|
379
|
+
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
380
|
+
/** Custom path configuration */
|
|
381
|
+
paths: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
382
|
+
/** Path for JSON spec (default: "/_openapi.json") */
|
|
383
|
+
json: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
384
|
+
/** Path for YAML spec (default: "/_openapi.yaml") */
|
|
385
|
+
yaml: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
386
|
+
/** Path for interactive docs (default: "/_docs") */
|
|
387
|
+
docs: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
388
|
+
}>> | undefined>;
|
|
389
|
+
/** MCP integration configuration */
|
|
390
|
+
mcp: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
391
|
+
/** Expose OpenAPI spec as MCP resource at openapi://spec (default: true) */
|
|
392
|
+
resource: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
393
|
+
/** Auto-generate MCP tools from API routes (default: true) */
|
|
394
|
+
tools: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
395
|
+
/** Tool naming prefix (default: "api") - tools named as prefix:operationId */
|
|
396
|
+
toolPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
397
|
+
}>> | undefined>;
|
|
398
|
+
}>> | undefined>;
|
|
399
|
+
}>>>;
|
|
400
|
+
export declare const veryfrontConfigSchema: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
401
|
+
projectSlug: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
402
|
+
title: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
403
|
+
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
404
|
+
react: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
405
|
+
/** React version to use (e.g., "18.3.1", "19.1.1"). Defaults to auto-detect from package.json or 19.1.1 */
|
|
406
|
+
version: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
407
|
+
}>> | undefined>;
|
|
408
|
+
directories: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
409
|
+
app: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
410
|
+
pages: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
411
|
+
components: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
412
|
+
ai: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
413
|
+
}>> | undefined>;
|
|
414
|
+
experimental: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
415
|
+
esmLayouts: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
416
|
+
precompileMDX: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
417
|
+
rsc: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
418
|
+
}>> | undefined>;
|
|
419
|
+
router: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
420
|
+
/** Path to the layout component (e.g., 'components/layout.tsx'), or false to disable */
|
|
421
|
+
layout: import("../../internal-agents/schema.js").Schema<string | false | undefined>;
|
|
422
|
+
/** Path to the app wrapper component (e.g., 'components/app.tsx'), or false to disable */
|
|
423
|
+
app: import("../../internal-agents/schema.js").Schema<string | false | undefined>;
|
|
424
|
+
theme: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
425
|
+
colors: import("../../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
426
|
+
}>> | undefined>;
|
|
427
|
+
build: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
428
|
+
outDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
429
|
+
trailingSlash: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
430
|
+
esbuild: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
431
|
+
wasmURL: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
432
|
+
worker: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
433
|
+
}>> | undefined>;
|
|
434
|
+
}>> | undefined>;
|
|
435
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
436
|
+
dir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
437
|
+
bundleManifest: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
438
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
439
|
+
redisUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
440
|
+
keyPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
441
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
442
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
443
|
+
}>> | undefined>;
|
|
444
|
+
render: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
445
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
446
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
447
|
+
maxEntries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
448
|
+
kvPath: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
449
|
+
redisUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
450
|
+
redisKeyPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
451
|
+
}>> | undefined>;
|
|
452
|
+
/**
|
|
453
|
+
* Query parameter handling for page cache keys.
|
|
454
|
+
* Controls which URL query params affect cache key generation.
|
|
455
|
+
*
|
|
456
|
+
* Policies:
|
|
457
|
+
* - "ignore-all": Ignore all query params (pages with ?utm_campaign=x share cache with /)
|
|
458
|
+
* - "include-all": Include all query params (default, each unique query = separate cache)
|
|
459
|
+
* - "include-list": Only include specified params in cache key
|
|
460
|
+
* - "exclude-list": Exclude specified params (+ common tracking params like utm_*)
|
|
461
|
+
*
|
|
462
|
+
* @example
|
|
463
|
+
* // Ignore all marketing/tracking params (recommended for most sites)
|
|
464
|
+
* cache: { queryParams: { policy: "exclude-list" } }
|
|
465
|
+
*
|
|
466
|
+
* @example
|
|
467
|
+
* // Only vary cache by specific params
|
|
468
|
+
* cache: { queryParams: { policy: "include-list", params: ["page", "sort"] } }
|
|
469
|
+
*/
|
|
470
|
+
queryParams: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
471
|
+
policy: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
472
|
+
params: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
473
|
+
}>> | undefined>;
|
|
474
|
+
}>> | undefined>;
|
|
475
|
+
dev: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
476
|
+
port: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
477
|
+
host: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
478
|
+
open: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
479
|
+
hmr: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
480
|
+
hmrPort: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
481
|
+
components: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
482
|
+
moduleServerUrl: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
483
|
+
}>> | undefined>;
|
|
484
|
+
resolve: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
485
|
+
importMap: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
486
|
+
imports: import("../../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
487
|
+
scopes: import("../../internal-agents/schema.js").Schema<Record<string, Record<string, string>> | undefined>;
|
|
488
|
+
}>> | undefined>;
|
|
489
|
+
}>> | undefined>;
|
|
490
|
+
security: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
491
|
+
auth: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
492
|
+
basic: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
493
|
+
username: import("../../internal-agents/schema.js").Schema<string>;
|
|
494
|
+
password: import("../../internal-agents/schema.js").Schema<string>;
|
|
495
|
+
realm: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
496
|
+
}> | undefined>;
|
|
497
|
+
bearer: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
498
|
+
token: import("../../internal-agents/schema.js").Schema<string>;
|
|
499
|
+
}> | undefined>;
|
|
500
|
+
}>> | undefined>;
|
|
501
|
+
csp: import("../../internal-agents/schema.js").Schema<Record<string, string[]> | undefined>;
|
|
502
|
+
remoteHosts: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
503
|
+
cors: import("../../internal-agents/schema.js").Schema<boolean | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
504
|
+
origin: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
505
|
+
}> | undefined>;
|
|
506
|
+
/**
|
|
507
|
+
* CSRF protection using the double-submit cookie pattern.
|
|
508
|
+
* Set `true` for defaults, or pass an object to customize.
|
|
509
|
+
*
|
|
510
|
+
* When enabled, POST/PUT/PATCH/DELETE requests must include
|
|
511
|
+
* an `x-csrf-token` header matching the `vf_csrf` cookie.
|
|
512
|
+
* The cookie is set automatically on HTML document responses.
|
|
513
|
+
*
|
|
514
|
+
* Server Actions (`/_veryfront/rsc/action`) are CSRF-protected;
|
|
515
|
+
* client code must forward the cookie value as the header.
|
|
516
|
+
*/
|
|
517
|
+
csrf: import("../../internal-agents/schema.js").Schema<boolean | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
518
|
+
cookieName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
519
|
+
headerName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
520
|
+
excludePaths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
521
|
+
ttlSec: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
522
|
+
}> | undefined>;
|
|
523
|
+
coop: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
524
|
+
corp: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
525
|
+
coep: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
526
|
+
/**
|
|
527
|
+
* Restrict module imports to specific directories (opt-in security).
|
|
528
|
+
* When not set, users can import from any directory in the project.
|
|
529
|
+
* When set, only imports from these directories are allowed.
|
|
530
|
+
* @example ["app", "pages", "components", "lib", "src", "utils"]
|
|
531
|
+
*/
|
|
532
|
+
allowedImportDirs: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
533
|
+
}>> | undefined>;
|
|
534
|
+
middleware: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
535
|
+
custom: import("../../internal-agents/schema.js").Schema<any[] | undefined>;
|
|
536
|
+
}>> | undefined>;
|
|
537
|
+
theming: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
538
|
+
brandName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
539
|
+
logoHtml: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
540
|
+
}>> | undefined>;
|
|
541
|
+
assetPipeline: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
542
|
+
images: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
543
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
544
|
+
formats: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
545
|
+
sizes: import("../../internal-agents/schema.js").Schema<number[] | undefined>;
|
|
546
|
+
quality: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
547
|
+
inputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
548
|
+
outputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
549
|
+
preserveOriginal: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
550
|
+
}>> | undefined>;
|
|
551
|
+
css: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
552
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
553
|
+
minify: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
554
|
+
autoprefixer: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
555
|
+
purge: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
556
|
+
criticalCSS: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
557
|
+
inputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
558
|
+
outputDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
559
|
+
browsers: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
560
|
+
purgeContent: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
561
|
+
sourceMap: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
562
|
+
}>> | undefined>;
|
|
563
|
+
}>> | undefined>;
|
|
564
|
+
observability: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
565
|
+
tracing: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
566
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
567
|
+
exporter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
568
|
+
endpoint: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
569
|
+
serviceName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
570
|
+
sampleRate: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
571
|
+
}>> | undefined>;
|
|
572
|
+
metrics: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
573
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
574
|
+
exporter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
575
|
+
endpoint: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
576
|
+
prefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
577
|
+
collectInterval: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
578
|
+
}>> | undefined>;
|
|
579
|
+
logging: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
580
|
+
file: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
581
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
582
|
+
path: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
583
|
+
maxSize: import("../../internal-agents/schema.js").Schema<string | number | undefined>;
|
|
584
|
+
maxFiles: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
585
|
+
level: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
586
|
+
format: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
587
|
+
}>> | undefined>;
|
|
588
|
+
}>> | undefined>;
|
|
589
|
+
}>> | undefined>;
|
|
590
|
+
search: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
591
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
592
|
+
embedding: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
593
|
+
provider: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
594
|
+
model: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
595
|
+
dimension: import("../../internal-agents/schema.js").Schema<1024 | 4096 | 768 | 1536 | 3072 | undefined>;
|
|
596
|
+
apiKey: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
597
|
+
batchSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
598
|
+
}>> | undefined>;
|
|
599
|
+
chunking: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
600
|
+
maxTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
601
|
+
overlapTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
602
|
+
include: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
603
|
+
exclude: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
604
|
+
}>> | undefined>;
|
|
605
|
+
autoIndex: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
606
|
+
}>> | undefined>;
|
|
607
|
+
fs: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
608
|
+
type: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
609
|
+
local: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
610
|
+
baseDir: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
611
|
+
}>> | undefined>;
|
|
612
|
+
veryfront: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
613
|
+
apiBaseUrl: import("../../internal-agents/schema.js").Schema<string>;
|
|
614
|
+
/** API token - optional in proxy mode (token provided per-request via headers) */
|
|
615
|
+
apiToken: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
616
|
+
/** Project slug - optional in proxy mode (slug provided per-request via headers) */
|
|
617
|
+
projectSlug: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
618
|
+
/** Enable proxy mode for multi-project handling (tokens/slugs from headers) */
|
|
619
|
+
proxyMode: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
620
|
+
/** Production mode - fetch from releases instead of draft files */
|
|
621
|
+
productionMode: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
622
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
623
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
624
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
625
|
+
maxSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
626
|
+
}>> | undefined>;
|
|
627
|
+
retry: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
628
|
+
maxRetries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
629
|
+
initialDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
630
|
+
maxDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
631
|
+
}>> | undefined>;
|
|
632
|
+
}>> | undefined>;
|
|
633
|
+
memory: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
634
|
+
files: import("../../internal-agents/schema.js").Schema<Record<string, string | Uint8Array<ArrayBuffer>> | undefined>;
|
|
635
|
+
}>> | undefined>;
|
|
636
|
+
github: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
637
|
+
/** GitHub Personal Access Token */
|
|
638
|
+
token: import("../../internal-agents/schema.js").Schema<string>;
|
|
639
|
+
/** Repository owner (user or organization) */
|
|
640
|
+
owner: import("../../internal-agents/schema.js").Schema<string>;
|
|
641
|
+
/** Repository name */
|
|
642
|
+
repo: import("../../internal-agents/schema.js").Schema<string>;
|
|
643
|
+
/** Branch, tag, or commit SHA (default: "main") */
|
|
644
|
+
ref: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
645
|
+
cache: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
646
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
647
|
+
ttl: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
648
|
+
maxSize: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
649
|
+
maxMemory: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
650
|
+
}>> | undefined>;
|
|
651
|
+
retry: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
652
|
+
maxRetries: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
653
|
+
initialDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
654
|
+
maxDelay: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
655
|
+
}>> | undefined>;
|
|
656
|
+
}> | undefined>;
|
|
657
|
+
}>> | undefined>;
|
|
658
|
+
ai: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
659
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
660
|
+
providers: import("../../internal-agents/schema.js").Schema<Record<string, {} & {
|
|
661
|
+
apiKey?: string | undefined;
|
|
662
|
+
baseURL?: string | undefined;
|
|
663
|
+
defaultModel?: string | undefined;
|
|
664
|
+
organization?: string | undefined;
|
|
665
|
+
} & Record<string, unknown>> | undefined>;
|
|
666
|
+
tools: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
667
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
668
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
669
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
670
|
+
}>> | undefined>;
|
|
671
|
+
}>> | undefined>;
|
|
672
|
+
agents: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
673
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
674
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
675
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
676
|
+
}>> | undefined>;
|
|
677
|
+
}>> | undefined>;
|
|
678
|
+
skills: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
679
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
680
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
681
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
682
|
+
}>> | undefined>;
|
|
683
|
+
}>> | undefined>;
|
|
684
|
+
resources: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
685
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
686
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
687
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
688
|
+
}>> | undefined>;
|
|
689
|
+
}>> | undefined>;
|
|
690
|
+
prompts: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
691
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
692
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
693
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
694
|
+
}>> | undefined>;
|
|
695
|
+
}>> | undefined>;
|
|
696
|
+
workflows: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
697
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
698
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
699
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
700
|
+
}>> | undefined>;
|
|
701
|
+
}>> | undefined>;
|
|
702
|
+
tasks: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
703
|
+
discovery: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
704
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
705
|
+
paths: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
706
|
+
}>> | undefined>;
|
|
707
|
+
}>> | undefined>;
|
|
708
|
+
mcp: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
709
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
710
|
+
port: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
711
|
+
expose: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
712
|
+
}>> | undefined>;
|
|
713
|
+
}>> | undefined>;
|
|
714
|
+
client: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
715
|
+
/** How to resolve veryfront client modules in browser */
|
|
716
|
+
moduleResolution: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
717
|
+
/** CDN options when moduleResolution is 'cdn' */
|
|
718
|
+
cdn: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
719
|
+
provider: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
720
|
+
/** 'auto' detects from package.json, or pin specific versions */
|
|
721
|
+
versions: import("../../internal-agents/schema.js").Schema<"auto" | import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
722
|
+
react: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
723
|
+
veryfront: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
724
|
+
}> | undefined>;
|
|
725
|
+
}>> | undefined>;
|
|
726
|
+
}>> | undefined>;
|
|
727
|
+
/** CLI generate command preferences */
|
|
728
|
+
generate: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
729
|
+
/** Preferred router for generated pages */
|
|
730
|
+
preferredRouter: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
731
|
+
}>> | undefined>;
|
|
732
|
+
tailwind: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
733
|
+
/** Path to the global stylesheet (default: "globals.css") */
|
|
734
|
+
stylesheet: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
735
|
+
/** Enable built-in Tailwind CDN plugins (forms, typography, aspect-ratio, container-queries) */
|
|
736
|
+
plugins: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
737
|
+
/** Extend the Tailwind theme (merged with veryfront defaults) */
|
|
738
|
+
theme: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
739
|
+
extend: import("../../internal-agents/schema.js").Schema<Record<string, unknown> | undefined>;
|
|
740
|
+
}>> | undefined>;
|
|
741
|
+
/** Custom CSS content to add (for @layer, @apply directives, etc.) */
|
|
742
|
+
customCSS: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
743
|
+
}>> | undefined>;
|
|
744
|
+
/** Third-party integration configuration (e.g., Slack, GitHub) */
|
|
745
|
+
integrations: import("../../internal-agents/schema.js").Schema<Record<string, Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
746
|
+
/** Token scope: "project" (shared) or "endUser" (per-end-user OAuth). */
|
|
747
|
+
scope: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
748
|
+
/** @deprecated Use `scope: "endUser"` instead. */
|
|
749
|
+
perUser: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
750
|
+
/** Allowlist of tool IDs to expose. When set, only these tools are registered.
|
|
751
|
+
* This keeps the MCP context narrow by excluding unused tools.
|
|
752
|
+
* @example ["list-issues", "create-issue"] */
|
|
753
|
+
tools: import("../../internal-agents/schema.js").Schema<string[] | undefined>;
|
|
754
|
+
}>> | undefined> | undefined>;
|
|
755
|
+
/**
|
|
756
|
+
* Extensions registered for this project.
|
|
757
|
+
*
|
|
758
|
+
* Each entry is either a fully-materialized `Extension` object or a
|
|
759
|
+
* disable directive `{ name, enabled: false }` that vetoes an extension
|
|
760
|
+
* discovered from a lower-priority source. The runtime type is
|
|
761
|
+
* tightened at the `veryfront/extensions` barrel — we keep this as
|
|
762
|
+
* `v.unknown()` here to avoid pulling the extensions module into the
|
|
763
|
+
* config layer (would introduce a circular import).
|
|
764
|
+
*/
|
|
765
|
+
extensions: import("../../internal-agents/schema.js").Schema<unknown[] | undefined>;
|
|
766
|
+
/** OpenAPI documentation configuration */
|
|
767
|
+
openapi: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
768
|
+
/** Enable OpenAPI endpoint (default: true) */
|
|
769
|
+
enabled: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
770
|
+
/** Enable interactive docs page using Scalar (default: true) */
|
|
771
|
+
docs: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
772
|
+
/** API title for OpenAPI info section */
|
|
773
|
+
title: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
774
|
+
/** API version (default: "1.0.0") */
|
|
775
|
+
version: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
776
|
+
/** API description */
|
|
777
|
+
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
778
|
+
/** Custom path configuration */
|
|
779
|
+
paths: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
780
|
+
/** Path for JSON spec (default: "/_openapi.json") */
|
|
781
|
+
json: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
782
|
+
/** Path for YAML spec (default: "/_openapi.yaml") */
|
|
783
|
+
yaml: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
784
|
+
/** Path for interactive docs (default: "/_docs") */
|
|
785
|
+
docs: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
786
|
+
}>> | undefined>;
|
|
787
|
+
/** MCP integration configuration */
|
|
788
|
+
mcp: import("../../internal-agents/schema.js").Schema<Partial<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
789
|
+
/** Expose OpenAPI spec as MCP resource at openapi://spec (default: true) */
|
|
790
|
+
resource: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
791
|
+
/** Auto-generate MCP tools from API routes (default: true) */
|
|
792
|
+
tools: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
793
|
+
/** Tool naming prefix (default: "api") - tools named as prefix:operationId */
|
|
794
|
+
toolPrefix: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
795
|
+
}>> | undefined>;
|
|
796
|
+
}>> | undefined>;
|
|
797
|
+
}>>>;
|
|
798
|
+
export type VeryfrontConfig = InferSchema<ReturnType<typeof getVeryfrontConfigSchema>>;
|
|
799
|
+
export type VeryfrontConfigInput = InferInput<ReturnType<typeof getVeryfrontConfigSchema>>;
|
|
396
800
|
export declare function validateVeryfrontConfig(input: unknown): VeryfrontConfig;
|
|
397
801
|
export declare function findUnknownTopLevelKeys(input: Record<string, unknown>): string[];
|
|
398
802
|
//# sourceMappingURL=config.schema.d.ts.map
|