@skillcap/gdh 0.1.2
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/INSTALL-BUNDLE.json +5 -0
- package/LICENSE +21 -0
- package/README.md +142 -0
- package/bin/gdh +13 -0
- package/bin/gdh.cmd +3 -0
- package/node_modules/@clack/core/CHANGELOG.md +340 -0
- package/node_modules/@clack/core/LICENSE +9 -0
- package/node_modules/@clack/core/README.md +22 -0
- package/node_modules/@clack/core/dist/index.d.mts +349 -0
- package/node_modules/@clack/core/dist/index.mjs +11 -0
- package/node_modules/@clack/core/dist/index.mjs.map +1 -0
- package/node_modules/@clack/core/package.json +60 -0
- package/node_modules/@clack/prompts/CHANGELOG.md +576 -0
- package/node_modules/@clack/prompts/LICENSE +9 -0
- package/node_modules/@clack/prompts/README.md +270 -0
- package/node_modules/@clack/prompts/dist/index.d.mts +391 -0
- package/node_modules/@clack/prompts/dist/index.mjs +137 -0
- package/node_modules/@clack/prompts/dist/index.mjs.map +1 -0
- package/node_modules/@clack/prompts/package.json +65 -0
- package/node_modules/@gdh/adapters/dist/index.d.ts +36 -0
- package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/adapters/dist/index.js +2415 -0
- package/node_modules/@gdh/adapters/dist/index.js.map +1 -0
- package/node_modules/@gdh/adapters/package.json +23 -0
- package/node_modules/@gdh/authoring/dist/cache.d.ts +23 -0
- package/node_modules/@gdh/authoring/dist/cache.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/cache.js +252 -0
- package/node_modules/@gdh/authoring/dist/cache.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/index.d.ts +13 -0
- package/node_modules/@gdh/authoring/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/index.js +37 -0
- package/node_modules/@gdh/authoring/dist/index.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/lsp.d.ts +15 -0
- package/node_modules/@gdh/authoring/dist/lsp.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/lsp.js +644 -0
- package/node_modules/@gdh/authoring/dist/lsp.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/prepare.d.ts +16 -0
- package/node_modules/@gdh/authoring/dist/prepare.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/prepare.js +327 -0
- package/node_modules/@gdh/authoring/dist/prepare.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/project.d.ts +23 -0
- package/node_modules/@gdh/authoring/dist/project.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/project.js +443 -0
- package/node_modules/@gdh/authoring/dist/project.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/report.d.ts +8 -0
- package/node_modules/@gdh/authoring/dist/report.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/report.js +134 -0
- package/node_modules/@gdh/authoring/dist/report.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/warmup.d.ts +8 -0
- package/node_modules/@gdh/authoring/dist/warmup.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/warmup.js +92 -0
- package/node_modules/@gdh/authoring/dist/warmup.js.map +1 -0
- package/node_modules/@gdh/authoring/package.json +17 -0
- package/node_modules/@gdh/cli/dist/cli.d.ts +3 -0
- package/node_modules/@gdh/cli/dist/cli.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/cli.js +7 -0
- package/node_modules/@gdh/cli/dist/cli.js.map +1 -0
- package/node_modules/@gdh/cli/dist/index.d.ts +7 -0
- package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/index.js +3766 -0
- package/node_modules/@gdh/cli/dist/index.js.map +1 -0
- package/node_modules/@gdh/cli/dist/migrate.d.ts +31 -0
- package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/migrate.js +514 -0
- package/node_modules/@gdh/cli/dist/migrate.js.map +1 -0
- package/node_modules/@gdh/cli/dist/public-terms.d.ts +2 -0
- package/node_modules/@gdh/cli/dist/public-terms.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/public-terms.js +2 -0
- package/node_modules/@gdh/cli/dist/public-terms.js.map +1 -0
- package/node_modules/@gdh/cli/dist/setup.d.ts +37 -0
- package/node_modules/@gdh/cli/dist/setup.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/setup.js +518 -0
- package/node_modules/@gdh/cli/dist/setup.js.map +1 -0
- package/node_modules/@gdh/cli/package.json +30 -0
- package/node_modules/@gdh/core/dist/godot-docs-version.d.ts +64 -0
- package/node_modules/@gdh/core/dist/godot-docs-version.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/godot-docs-version.js +373 -0
- package/node_modules/@gdh/core/dist/godot-docs-version.js.map +1 -0
- package/node_modules/@gdh/core/dist/index.d.ts +1632 -0
- package/node_modules/@gdh/core/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/index.js +284 -0
- package/node_modules/@gdh/core/dist/index.js.map +1 -0
- package/node_modules/@gdh/core/dist/local-path-hints.d.ts +9 -0
- package/node_modules/@gdh/core/dist/local-path-hints.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/local-path-hints.js +50 -0
- package/node_modules/@gdh/core/dist/local-path-hints.js.map +1 -0
- package/node_modules/@gdh/core/dist/official-docs.d.ts +85 -0
- package/node_modules/@gdh/core/dist/official-docs.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/official-docs.js +2 -0
- package/node_modules/@gdh/core/dist/official-docs.js.map +1 -0
- package/node_modules/@gdh/core/package.json +14 -0
- package/node_modules/@gdh/docs/dist/agent-contract.d.ts +10 -0
- package/node_modules/@gdh/docs/dist/agent-contract.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/agent-contract.js +81 -0
- package/node_modules/@gdh/docs/dist/agent-contract.js.map +1 -0
- package/node_modules/@gdh/docs/dist/files.d.ts +9 -0
- package/node_modules/@gdh/docs/dist/files.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/files.js +18 -0
- package/node_modules/@gdh/docs/dist/files.js.map +1 -0
- package/node_modules/@gdh/docs/dist/guidance.d.ts +14 -0
- package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/guidance.js +327 -0
- package/node_modules/@gdh/docs/dist/guidance.js.map +1 -0
- package/node_modules/@gdh/docs/dist/index.d.ts +7 -0
- package/node_modules/@gdh/docs/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/index.js +13 -0
- package/node_modules/@gdh/docs/dist/index.js.map +1 -0
- package/node_modules/@gdh/docs/dist/official-docs.d.ts +4 -0
- package/node_modules/@gdh/docs/dist/official-docs.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/official-docs.js +913 -0
- package/node_modules/@gdh/docs/dist/official-docs.js.map +1 -0
- package/node_modules/@gdh/docs/dist/query.d.ts +4 -0
- package/node_modules/@gdh/docs/dist/query.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/query.js +157 -0
- package/node_modules/@gdh/docs/dist/query.js.map +1 -0
- package/node_modules/@gdh/docs/dist/rules.d.ts +6 -0
- package/node_modules/@gdh/docs/dist/rules.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/rules.js +231 -0
- package/node_modules/@gdh/docs/dist/rules.js.map +1 -0
- package/node_modules/@gdh/docs/package.json +18 -0
- package/node_modules/@gdh/mcp/dist/index.d.ts +12 -0
- package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/mcp/dist/index.js +1016 -0
- package/node_modules/@gdh/mcp/dist/index.js.map +1 -0
- package/node_modules/@gdh/mcp/package.json +24 -0
- package/node_modules/@gdh/observability/dist/guidance-audit.d.ts +30 -0
- package/node_modules/@gdh/observability/dist/guidance-audit.d.ts.map +1 -0
- package/node_modules/@gdh/observability/dist/guidance-audit.js +809 -0
- package/node_modules/@gdh/observability/dist/guidance-audit.js.map +1 -0
- package/node_modules/@gdh/observability/dist/index.d.ts +5 -0
- package/node_modules/@gdh/observability/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/observability/dist/index.js +11 -0
- package/node_modules/@gdh/observability/dist/index.js.map +1 -0
- package/node_modules/@gdh/observability/dist/runtime-bundles.d.ts +10 -0
- package/node_modules/@gdh/observability/dist/runtime-bundles.d.ts.map +1 -0
- package/node_modules/@gdh/observability/dist/runtime-bundles.js +332 -0
- package/node_modules/@gdh/observability/dist/runtime-bundles.js.map +1 -0
- package/node_modules/@gdh/observability/dist/runtime-corpus.d.ts +5 -0
- package/node_modules/@gdh/observability/dist/runtime-corpus.d.ts.map +1 -0
- package/node_modules/@gdh/observability/dist/runtime-corpus.js +28 -0
- package/node_modules/@gdh/observability/dist/runtime-corpus.js.map +1 -0
- package/node_modules/@gdh/observability/package.json +17 -0
- package/node_modules/@gdh/runtime/dist/bridge-surface.d.ts +25 -0
- package/node_modules/@gdh/runtime/dist/bridge-surface.d.ts.map +1 -0
- package/node_modules/@gdh/runtime/dist/bridge-surface.js +946 -0
- package/node_modules/@gdh/runtime/dist/bridge-surface.js.map +1 -0
- package/node_modules/@gdh/runtime/dist/index.d.ts +34 -0
- package/node_modules/@gdh/runtime/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/runtime/dist/index.js +1699 -0
- package/node_modules/@gdh/runtime/dist/index.js.map +1 -0
- package/node_modules/@gdh/runtime/package.json +19 -0
- package/node_modules/@gdh/scan/dist/index.d.ts +4 -0
- package/node_modules/@gdh/scan/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/scan/dist/index.js +10 -0
- package/node_modules/@gdh/scan/dist/index.js.map +1 -0
- package/node_modules/@gdh/scan/dist/onboard.d.ts +11 -0
- package/node_modules/@gdh/scan/dist/onboard.d.ts.map +1 -0
- package/node_modules/@gdh/scan/dist/onboard.js +441 -0
- package/node_modules/@gdh/scan/dist/onboard.js.map +1 -0
- package/node_modules/@gdh/scan/dist/scan.d.ts +3 -0
- package/node_modules/@gdh/scan/dist/scan.d.ts.map +1 -0
- package/node_modules/@gdh/scan/dist/scan.js +316 -0
- package/node_modules/@gdh/scan/dist/scan.js.map +1 -0
- package/node_modules/@gdh/scan/package.json +18 -0
- package/node_modules/@gdh/verify/dist/corpus.d.ts +24 -0
- package/node_modules/@gdh/verify/dist/corpus.d.ts.map +1 -0
- package/node_modules/@gdh/verify/dist/corpus.js +638 -0
- package/node_modules/@gdh/verify/dist/corpus.js.map +1 -0
- package/node_modules/@gdh/verify/dist/index.d.ts +6 -0
- package/node_modules/@gdh/verify/dist/index.d.ts.map +1 -0
- package/node_modules/@gdh/verify/dist/index.js +19 -0
- package/node_modules/@gdh/verify/dist/index.js.map +1 -0
- package/node_modules/@gdh/verify/dist/policy.d.ts +19 -0
- package/node_modules/@gdh/verify/dist/policy.d.ts.map +1 -0
- package/node_modules/@gdh/verify/dist/policy.js +455 -0
- package/node_modules/@gdh/verify/dist/policy.js.map +1 -0
- package/node_modules/@gdh/verify/dist/readiness.d.ts +6 -0
- package/node_modules/@gdh/verify/dist/readiness.d.ts.map +1 -0
- package/node_modules/@gdh/verify/dist/readiness.js +85 -0
- package/node_modules/@gdh/verify/dist/readiness.js.map +1 -0
- package/node_modules/@gdh/verify/dist/scenarios.d.ts +27 -0
- package/node_modules/@gdh/verify/dist/scenarios.d.ts.map +1 -0
- package/node_modules/@gdh/verify/dist/scenarios.js +624 -0
- package/node_modules/@gdh/verify/dist/scenarios.js.map +1 -0
- package/node_modules/@gdh/verify/package.json +23 -0
- package/node_modules/@hono/node-server/LICENSE +21 -0
- package/node_modules/@hono/node-server/README.md +358 -0
- package/node_modules/@hono/node-server/dist/conninfo.d.mts +10 -0
- package/node_modules/@hono/node-server/dist/conninfo.d.ts +10 -0
- package/node_modules/@hono/node-server/dist/conninfo.js +42 -0
- package/node_modules/@hono/node-server/dist/conninfo.mjs +17 -0
- package/node_modules/@hono/node-server/dist/globals.d.mts +2 -0
- package/node_modules/@hono/node-server/dist/globals.d.ts +2 -0
- package/node_modules/@hono/node-server/dist/globals.js +29 -0
- package/node_modules/@hono/node-server/dist/globals.mjs +5 -0
- package/node_modules/@hono/node-server/dist/index.d.mts +8 -0
- package/node_modules/@hono/node-server/dist/index.d.ts +8 -0
- package/node_modules/@hono/node-server/dist/index.js +680 -0
- package/node_modules/@hono/node-server/dist/index.mjs +640 -0
- package/node_modules/@hono/node-server/dist/listener.d.mts +13 -0
- package/node_modules/@hono/node-server/dist/listener.d.ts +13 -0
- package/node_modules/@hono/node-server/dist/listener.js +648 -0
- package/node_modules/@hono/node-server/dist/listener.mjs +613 -0
- package/node_modules/@hono/node-server/dist/request.d.mts +25 -0
- package/node_modules/@hono/node-server/dist/request.d.ts +25 -0
- package/node_modules/@hono/node-server/dist/request.js +227 -0
- package/node_modules/@hono/node-server/dist/request.mjs +195 -0
- package/node_modules/@hono/node-server/dist/response.d.mts +26 -0
- package/node_modules/@hono/node-server/dist/response.d.ts +26 -0
- package/node_modules/@hono/node-server/dist/response.js +101 -0
- package/node_modules/@hono/node-server/dist/response.mjs +74 -0
- package/node_modules/@hono/node-server/dist/serve-static.d.mts +17 -0
- package/node_modules/@hono/node-server/dist/serve-static.d.ts +17 -0
- package/node_modules/@hono/node-server/dist/serve-static.js +177 -0
- package/node_modules/@hono/node-server/dist/serve-static.mjs +152 -0
- package/node_modules/@hono/node-server/dist/server.d.mts +10 -0
- package/node_modules/@hono/node-server/dist/server.d.ts +10 -0
- package/node_modules/@hono/node-server/dist/server.js +674 -0
- package/node_modules/@hono/node-server/dist/server.mjs +638 -0
- package/node_modules/@hono/node-server/dist/types.d.mts +44 -0
- package/node_modules/@hono/node-server/dist/types.d.ts +44 -0
- package/node_modules/@hono/node-server/dist/types.js +18 -0
- package/node_modules/@hono/node-server/dist/types.mjs +0 -0
- package/node_modules/@hono/node-server/dist/utils/response/constants.d.mts +3 -0
- package/node_modules/@hono/node-server/dist/utils/response/constants.d.ts +3 -0
- package/node_modules/@hono/node-server/dist/utils/response/constants.js +30 -0
- package/node_modules/@hono/node-server/dist/utils/response/constants.mjs +5 -0
- package/node_modules/@hono/node-server/dist/utils/response.d.mts +3 -0
- package/node_modules/@hono/node-server/dist/utils/response.d.ts +3 -0
- package/node_modules/@hono/node-server/dist/utils/response.js +37 -0
- package/node_modules/@hono/node-server/dist/utils/response.mjs +10 -0
- package/node_modules/@hono/node-server/dist/utils.d.mts +9 -0
- package/node_modules/@hono/node-server/dist/utils.d.ts +9 -0
- package/node_modules/@hono/node-server/dist/utils.js +99 -0
- package/node_modules/@hono/node-server/dist/utils.mjs +71 -0
- package/node_modules/@hono/node-server/dist/vercel.d.mts +7 -0
- package/node_modules/@hono/node-server/dist/vercel.d.ts +7 -0
- package/node_modules/@hono/node-server/dist/vercel.js +655 -0
- package/node_modules/@hono/node-server/dist/vercel.mjs +618 -0
- package/node_modules/@hono/node-server/package.json +103 -0
- package/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/node_modules/@modelcontextprotocol/sdk/README.md +172 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +190 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +299 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +451 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +943 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +591 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +629 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +169 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +252 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +81 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +211 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +482 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +58 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +121 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +188 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +39 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +232 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +36 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +170 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +250 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +251 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +28 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +148 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +202 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +201 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +4 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +21 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +136 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +21 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +75 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +71 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +49 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +159 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +101 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +128 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +38 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +48 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +56 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +444 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +364 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +922 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +80 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +82 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +172 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +28 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +82 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +122 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +165 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +268 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +755 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +244 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +79 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +48 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +240 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +224 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +443 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +1112 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +37 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +97 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +89 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +43 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +243 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +2311 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +27 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +8168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +2105 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +53 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +69 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +30 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +190 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +269 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +451 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +918 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +591 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +624 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +169 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +245 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +81 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +206 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +188 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +477 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +54 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +121 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +184 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +64 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +20 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +232 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +170 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +246 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +246 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +148 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +180 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +4 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +15 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +71 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +59 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +107 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +18 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +72 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +49 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +155 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +101 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +118 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +38 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +41 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +50 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +440 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +364 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +917 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +76 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +82 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +165 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +28 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +75 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +122 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +161 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +268 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +751 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +209 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +44 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +240 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +198 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +22 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +443 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +1107 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +92 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +89 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +39 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +239 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +2311 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +8168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +2065 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +53 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +87 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/package.json +164 -0
- package/node_modules/accepts/HISTORY.md +250 -0
- package/node_modules/accepts/LICENSE +23 -0
- package/node_modules/accepts/README.md +140 -0
- package/node_modules/accepts/index.js +238 -0
- package/node_modules/accepts/package.json +47 -0
- package/node_modules/ajv/.runkit_example.js +23 -0
- package/node_modules/ajv/LICENSE +22 -0
- package/node_modules/ajv/README.md +207 -0
- package/node_modules/ajv/dist/2019.d.ts +19 -0
- package/node_modules/ajv/dist/2019.js +61 -0
- package/node_modules/ajv/dist/2019.js.map +1 -0
- package/node_modules/ajv/dist/2020.d.ts +19 -0
- package/node_modules/ajv/dist/2020.js +55 -0
- package/node_modules/ajv/dist/2020.js.map +1 -0
- package/node_modules/ajv/dist/ajv.d.ts +18 -0
- package/node_modules/ajv/dist/ajv.js +50 -0
- package/node_modules/ajv/dist/ajv.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
- package/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
- package/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
- package/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
- package/node_modules/ajv/dist/compile/errors.d.ts +13 -0
- package/node_modules/ajv/dist/compile/errors.js +123 -0
- package/node_modules/ajv/dist/compile/errors.js.map +1 -0
- package/node_modules/ajv/dist/compile/index.d.ts +80 -0
- package/node_modules/ajv/dist/compile/index.js +242 -0
- package/node_modules/ajv/dist/compile/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
- package/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
- package/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.js +236 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
- package/node_modules/ajv/dist/compile/jtd/types.js +14 -0
- package/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
- package/node_modules/ajv/dist/compile/names.d.ts +20 -0
- package/node_modules/ajv/dist/compile/names.js +28 -0
- package/node_modules/ajv/dist/compile/names.js.map +1 -0
- package/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
- package/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
- package/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
- package/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/node_modules/ajv/dist/compile/resolve.js.map +1 -0
- package/node_modules/ajv/dist/compile/rules.d.ts +28 -0
- package/node_modules/ajv/dist/compile/rules.js +26 -0
- package/node_modules/ajv/dist/compile/rules.js.map +1 -0
- package/node_modules/ajv/dist/compile/util.d.ts +40 -0
- package/node_modules/ajv/dist/compile/util.js +178 -0
- package/node_modules/ajv/dist/compile/util.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
- package/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
- package/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
- package/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
- package/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
- package/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
- package/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
- package/node_modules/ajv/dist/core.d.ts +174 -0
- package/node_modules/ajv/dist/core.js +618 -0
- package/node_modules/ajv/dist/core.js.map +1 -0
- package/node_modules/ajv/dist/jtd.d.ts +47 -0
- package/node_modules/ajv/dist/jtd.js +72 -0
- package/node_modules/ajv/dist/jtd.js.map +1 -0
- package/node_modules/ajv/dist/refs/data.json +13 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- package/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- package/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- package/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
- package/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
- package/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
- package/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/node_modules/ajv/dist/runtime/equal.js.map +1 -0
- package/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
- package/node_modules/ajv/dist/runtime/parseJson.js +185 -0
- package/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
- package/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/quote.js +30 -0
- package/node_modules/ajv/dist/runtime/quote.js.map +1 -0
- package/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/re2.js +6 -0
- package/node_modules/ajv/dist/runtime/re2.js.map +1 -0
- package/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/timestamp.js +42 -0
- package/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
- package/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
- package/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/node_modules/ajv/dist/runtime/uri.js.map +1 -0
- package/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
- package/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
- package/node_modules/ajv/dist/standalone/index.d.ts +6 -0
- package/node_modules/ajv/dist/standalone/index.js +90 -0
- package/node_modules/ajv/dist/standalone/index.js.map +1 -0
- package/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
- package/node_modules/ajv/dist/standalone/instance.js +35 -0
- package/node_modules/ajv/dist/standalone/instance.js.map +1 -0
- package/node_modules/ajv/dist/types/index.d.ts +183 -0
- package/node_modules/ajv/dist/types/index.js +3 -0
- package/node_modules/ajv/dist/types/index.js.map +1 -0
- package/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
- package/node_modules/ajv/dist/types/json-schema.js +3 -0
- package/node_modules/ajv/dist/types/json-schema.js.map +1 -0
- package/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
- package/node_modules/ajv/dist/types/jtd-schema.js +3 -0
- package/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
- package/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/errors.js +3 -0
- package/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/next.js +8 -0
- package/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
- package/node_modules/ajv/lib/2019.ts +81 -0
- package/node_modules/ajv/lib/2020.ts +75 -0
- package/node_modules/ajv/lib/ajv.ts +70 -0
- package/node_modules/ajv/lib/compile/codegen/code.ts +169 -0
- package/node_modules/ajv/lib/compile/codegen/index.ts +852 -0
- package/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
- package/node_modules/ajv/lib/compile/errors.ts +184 -0
- package/node_modules/ajv/lib/compile/index.ts +324 -0
- package/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
- package/node_modules/ajv/lib/compile/jtd/serialize.ts +277 -0
- package/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
- package/node_modules/ajv/lib/compile/names.ts +27 -0
- package/node_modules/ajv/lib/compile/ref_error.ts +13 -0
- package/node_modules/ajv/lib/compile/resolve.ts +149 -0
- package/node_modules/ajv/lib/compile/rules.ts +50 -0
- package/node_modules/ajv/lib/compile/util.ts +213 -0
- package/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
- package/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
- package/node_modules/ajv/lib/compile/validate/dataType.ts +230 -0
- package/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
- package/node_modules/ajv/lib/compile/validate/index.ts +582 -0
- package/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
- package/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
- package/node_modules/ajv/lib/core.ts +892 -0
- package/node_modules/ajv/lib/jtd.ts +132 -0
- package/node_modules/ajv/lib/refs/data.json +13 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- package/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- package/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
- package/node_modules/ajv/lib/runtime/equal.ts +7 -0
- package/node_modules/ajv/lib/runtime/parseJson.ts +177 -0
- package/node_modules/ajv/lib/runtime/quote.ts +31 -0
- package/node_modules/ajv/lib/runtime/re2.ts +6 -0
- package/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
- package/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
- package/node_modules/ajv/lib/runtime/uri.ts +6 -0
- package/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
- package/node_modules/ajv/lib/standalone/index.ts +100 -0
- package/node_modules/ajv/lib/standalone/instance.ts +36 -0
- package/node_modules/ajv/lib/types/index.ts +244 -0
- package/node_modules/ajv/lib/types/json-schema.ts +187 -0
- package/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
- package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
- package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
- package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
- package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
- package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
- package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
- package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
- package/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
- package/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
- package/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
- package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
- package/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
- package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
- package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
- package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
- package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
- package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
- package/node_modules/ajv/lib/vocabularies/code.ts +168 -0
- package/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
- package/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
- package/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
- package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +113 -0
- package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
- package/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
- package/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
- package/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
- package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
- package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
- package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
- package/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
- package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
- package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
- package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
- package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
- package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
- package/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
- package/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
- package/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
- package/node_modules/ajv/lib/vocabularies/next.ts +8 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
- package/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
- package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
- package/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
- package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
- package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +39 -0
- package/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
- package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
- package/node_modules/ajv/package.json +127 -0
- package/node_modules/ajv-formats/LICENSE +21 -0
- package/node_modules/ajv-formats/README.md +125 -0
- package/node_modules/ajv-formats/dist/formats.d.ts +9 -0
- package/node_modules/ajv-formats/dist/formats.js +208 -0
- package/node_modules/ajv-formats/dist/formats.js.map +1 -0
- package/node_modules/ajv-formats/dist/index.d.ts +15 -0
- package/node_modules/ajv-formats/dist/index.js +37 -0
- package/node_modules/ajv-formats/dist/index.js.map +1 -0
- package/node_modules/ajv-formats/dist/limit.d.ts +10 -0
- package/node_modules/ajv-formats/dist/limit.js +69 -0
- package/node_modules/ajv-formats/dist/limit.js.map +1 -0
- package/node_modules/ajv-formats/package.json +74 -0
- package/node_modules/ajv-formats/src/formats.ts +269 -0
- package/node_modules/ajv-formats/src/index.ts +62 -0
- package/node_modules/ajv-formats/src/limit.ts +99 -0
- package/node_modules/async-function/.eslintrc +16 -0
- package/node_modules/async-function/.github/FUNDING.yml +12 -0
- package/node_modules/async-function/.nycrc +9 -0
- package/node_modules/async-function/CHANGELOG.md +16 -0
- package/node_modules/async-function/LICENSE +21 -0
- package/node_modules/async-function/README.md +51 -0
- package/node_modules/async-function/index.d.mts +3 -0
- package/node_modules/async-function/index.d.ts +13 -0
- package/node_modules/async-function/index.js +8 -0
- package/node_modules/async-function/index.mjs +4 -0
- package/node_modules/async-function/legacy.js +18 -0
- package/node_modules/async-function/package.json +86 -0
- package/node_modules/async-function/require.mjs +5 -0
- package/node_modules/async-function/tsconfig.json +9 -0
- package/node_modules/async-generator-function/.eslintrc +26 -0
- package/node_modules/async-generator-function/.github/FUNDING.yml +12 -0
- package/node_modules/async-generator-function/.nycrc +9 -0
- package/node_modules/async-generator-function/CHANGELOG.md +15 -0
- package/node_modules/async-generator-function/LICENSE +21 -0
- package/node_modules/async-generator-function/README.md +52 -0
- package/node_modules/async-generator-function/index.d.mts +3 -0
- package/node_modules/async-generator-function/index.d.ts +22 -0
- package/node_modules/async-generator-function/index.js +8 -0
- package/node_modules/async-generator-function/index.mjs +4 -0
- package/node_modules/async-generator-function/legacy.js +18 -0
- package/node_modules/async-generator-function/package.json +87 -0
- package/node_modules/async-generator-function/require.mjs +5 -0
- package/node_modules/async-generator-function/tsconfig.json +9 -0
- package/node_modules/body-parser/LICENSE +23 -0
- package/node_modules/body-parser/README.md +494 -0
- package/node_modules/body-parser/index.js +71 -0
- package/node_modules/body-parser/lib/read.js +247 -0
- package/node_modules/body-parser/lib/types/json.js +158 -0
- package/node_modules/body-parser/lib/types/raw.js +42 -0
- package/node_modules/body-parser/lib/types/text.js +36 -0
- package/node_modules/body-parser/lib/types/urlencoded.js +142 -0
- package/node_modules/body-parser/lib/utils.js +98 -0
- package/node_modules/body-parser/package.json +52 -0
- package/node_modules/bytes/History.md +97 -0
- package/node_modules/bytes/LICENSE +23 -0
- package/node_modules/bytes/Readme.md +152 -0
- package/node_modules/bytes/index.js +170 -0
- package/node_modules/bytes/package.json +42 -0
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/node_modules/call-bound/.nycrc +9 -0
- package/node_modules/call-bound/CHANGELOG.md +42 -0
- package/node_modules/call-bound/LICENSE +21 -0
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +94 -0
- package/node_modules/call-bound/index.js +19 -0
- package/node_modules/call-bound/package.json +99 -0
- package/node_modules/call-bound/tsconfig.json +10 -0
- package/node_modules/content-disposition/LICENSE +22 -0
- package/node_modules/content-disposition/README.md +141 -0
- package/node_modules/content-disposition/index.js +536 -0
- package/node_modules/content-disposition/package.json +40 -0
- package/node_modules/content-type/HISTORY.md +29 -0
- package/node_modules/content-type/LICENSE +22 -0
- package/node_modules/content-type/README.md +94 -0
- package/node_modules/content-type/index.js +225 -0
- package/node_modules/content-type/package.json +42 -0
- package/node_modules/cookie/LICENSE +24 -0
- package/node_modules/cookie/README.md +317 -0
- package/node_modules/cookie/SECURITY.md +25 -0
- package/node_modules/cookie/index.js +335 -0
- package/node_modules/cookie/package.json +44 -0
- package/node_modules/cookie-signature/History.md +70 -0
- package/node_modules/cookie-signature/LICENSE +22 -0
- package/node_modules/cookie-signature/Readme.md +23 -0
- package/node_modules/cookie-signature/index.js +47 -0
- package/node_modules/cookie-signature/package.json +24 -0
- package/node_modules/cors/LICENSE +22 -0
- package/node_modules/cors/README.md +277 -0
- package/node_modules/cors/lib/index.js +238 -0
- package/node_modules/cors/package.json +42 -0
- package/node_modules/cross-spawn/LICENSE +21 -0
- package/node_modules/cross-spawn/README.md +89 -0
- package/node_modules/cross-spawn/index.js +39 -0
- package/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/node_modules/cross-spawn/lib/parse.js +91 -0
- package/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/node_modules/cross-spawn/node_modules/isexe/.npmignore +2 -0
- package/node_modules/cross-spawn/node_modules/isexe/LICENSE +15 -0
- package/node_modules/cross-spawn/node_modules/isexe/README.md +51 -0
- package/node_modules/cross-spawn/node_modules/isexe/index.js +57 -0
- package/node_modules/cross-spawn/node_modules/isexe/mode.js +41 -0
- package/node_modules/cross-spawn/node_modules/isexe/package.json +31 -0
- package/node_modules/cross-spawn/node_modules/isexe/windows.js +42 -0
- package/node_modules/cross-spawn/node_modules/which/LICENSE +15 -0
- package/node_modules/cross-spawn/node_modules/which/README.md +54 -0
- package/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
- package/node_modules/cross-spawn/node_modules/which/package.json +43 -0
- package/node_modules/cross-spawn/node_modules/which/which.js +125 -0
- package/node_modules/cross-spawn/package.json +73 -0
- package/node_modules/debug/LICENSE +20 -0
- package/node_modules/debug/README.md +481 -0
- package/node_modules/debug/package.json +64 -0
- package/node_modules/debug/src/browser.js +272 -0
- package/node_modules/debug/src/common.js +292 -0
- package/node_modules/debug/src/index.js +10 -0
- package/node_modules/debug/src/node.js +263 -0
- package/node_modules/depd/History.md +103 -0
- package/node_modules/depd/LICENSE +22 -0
- package/node_modules/depd/Readme.md +280 -0
- package/node_modules/depd/index.js +538 -0
- package/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/depd/package.json +45 -0
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/ee-first/LICENSE +22 -0
- package/node_modules/ee-first/README.md +80 -0
- package/node_modules/ee-first/index.js +95 -0
- package/node_modules/ee-first/package.json +29 -0
- package/node_modules/encodeurl/LICENSE +22 -0
- package/node_modules/encodeurl/README.md +109 -0
- package/node_modules/encodeurl/index.js +60 -0
- package/node_modules/encodeurl/package.json +40 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/escape-html/LICENSE +24 -0
- package/node_modules/escape-html/Readme.md +43 -0
- package/node_modules/escape-html/index.js +78 -0
- package/node_modules/escape-html/package.json +24 -0
- package/node_modules/etag/HISTORY.md +83 -0
- package/node_modules/etag/LICENSE +22 -0
- package/node_modules/etag/README.md +159 -0
- package/node_modules/etag/index.js +131 -0
- package/node_modules/etag/package.json +47 -0
- package/node_modules/eventsource/LICENSE +22 -0
- package/node_modules/eventsource/README.md +167 -0
- package/node_modules/eventsource/dist/index.cjs +273 -0
- package/node_modules/eventsource/dist/index.cjs.map +1 -0
- package/node_modules/eventsource/dist/index.d.cts +332 -0
- package/node_modules/eventsource/dist/index.d.ts +332 -0
- package/node_modules/eventsource/dist/index.js +273 -0
- package/node_modules/eventsource/dist/index.js.map +1 -0
- package/node_modules/eventsource/package.json +130 -0
- package/node_modules/eventsource/src/EventSource.ts +596 -0
- package/node_modules/eventsource/src/errors.ts +141 -0
- package/node_modules/eventsource/src/index.ts +3 -0
- package/node_modules/eventsource/src/types.ts +152 -0
- package/node_modules/eventsource-parser/LICENSE +21 -0
- package/node_modules/eventsource-parser/README.md +126 -0
- package/node_modules/eventsource-parser/dist/index.cjs +106 -0
- package/node_modules/eventsource-parser/dist/index.cjs.map +1 -0
- package/node_modules/eventsource-parser/dist/index.d.cts +144 -0
- package/node_modules/eventsource-parser/dist/index.d.ts +144 -0
- package/node_modules/eventsource-parser/dist/index.js +106 -0
- package/node_modules/eventsource-parser/dist/index.js.map +1 -0
- package/node_modules/eventsource-parser/dist/stream.cjs +28 -0
- package/node_modules/eventsource-parser/dist/stream.cjs.map +1 -0
- package/node_modules/eventsource-parser/dist/stream.d.cts +118 -0
- package/node_modules/eventsource-parser/dist/stream.d.ts +118 -0
- package/node_modules/eventsource-parser/dist/stream.js +29 -0
- package/node_modules/eventsource-parser/dist/stream.js.map +1 -0
- package/node_modules/eventsource-parser/package.json +115 -0
- package/node_modules/eventsource-parser/src/errors.ts +44 -0
- package/node_modules/eventsource-parser/src/index.ts +3 -0
- package/node_modules/eventsource-parser/src/parse.ts +232 -0
- package/node_modules/eventsource-parser/src/stream.ts +88 -0
- package/node_modules/eventsource-parser/src/types.ts +97 -0
- package/node_modules/eventsource-parser/stream.js +2 -0
- package/node_modules/express/LICENSE +24 -0
- package/node_modules/express/Readme.md +276 -0
- package/node_modules/express/index.js +11 -0
- package/node_modules/express/lib/application.js +631 -0
- package/node_modules/express/lib/express.js +81 -0
- package/node_modules/express/lib/request.js +514 -0
- package/node_modules/express/lib/response.js +1053 -0
- package/node_modules/express/lib/utils.js +271 -0
- package/node_modules/express/lib/view.js +205 -0
- package/node_modules/express/package.json +99 -0
- package/node_modules/express-rate-limit/dist/index.cjs +975 -0
- package/node_modules/express-rate-limit/dist/index.d.cts +642 -0
- package/node_modules/express-rate-limit/dist/index.d.mts +642 -0
- package/node_modules/express-rate-limit/dist/index.d.ts +642 -0
- package/node_modules/express-rate-limit/dist/index.mjs +945 -0
- package/node_modules/express-rate-limit/license.md +20 -0
- package/node_modules/express-rate-limit/package.json +112 -0
- package/node_modules/express-rate-limit/readme.md +136 -0
- package/node_modules/express-rate-limit/tsconfig.json +8 -0
- package/node_modules/fast-deep-equal/LICENSE +21 -0
- package/node_modules/fast-deep-equal/README.md +96 -0
- package/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/index.js +72 -0
- package/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/react.js +79 -0
- package/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/node_modules/fast-deep-equal/index.js +46 -0
- package/node_modules/fast-deep-equal/package.json +61 -0
- package/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/react.js +53 -0
- package/node_modules/fast-string-truncated-width/dist/index.d.ts +4 -0
- package/node_modules/fast-string-truncated-width/dist/index.js +171 -0
- package/node_modules/fast-string-truncated-width/dist/types.d.ts +22 -0
- package/node_modules/fast-string-truncated-width/dist/types.js +2 -0
- package/node_modules/fast-string-truncated-width/dist/utils.d.ts +4 -0
- package/node_modules/fast-string-truncated-width/dist/utils.js +15 -0
- package/node_modules/fast-string-truncated-width/license +21 -0
- package/node_modules/fast-string-truncated-width/package.json +35 -0
- package/node_modules/fast-string-truncated-width/readme.md +60 -0
- package/node_modules/fast-string-width/dist/index.d.ts +4 -0
- package/node_modules/fast-string-width/dist/index.js +14 -0
- package/node_modules/fast-string-width/license +21 -0
- package/node_modules/fast-string-width/package.json +34 -0
- package/node_modules/fast-string-width/readme.md +45 -0
- package/node_modules/fast-uri/.gitattributes +2 -0
- package/node_modules/fast-uri/.github/.stale.yml +21 -0
- package/node_modules/fast-uri/.github/dependabot.yml +13 -0
- package/node_modules/fast-uri/.github/tests_checker.yml +8 -0
- package/node_modules/fast-uri/.github/workflows/ci.yml +101 -0
- package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +24 -0
- package/node_modules/fast-uri/LICENSE +32 -0
- package/node_modules/fast-uri/README.md +143 -0
- package/node_modules/fast-uri/eslint.config.js +6 -0
- package/node_modules/fast-uri/index.js +340 -0
- package/node_modules/fast-uri/lib/schemes.js +267 -0
- package/node_modules/fast-uri/lib/utils.js +336 -0
- package/node_modules/fast-uri/package.json +69 -0
- package/node_modules/fast-uri/tsconfig.json +9 -0
- package/node_modules/fast-uri/types/index.d.ts +60 -0
- package/node_modules/fast-uri/types/index.test-d.ts +17 -0
- package/node_modules/fast-wrap-ansi/LICENSE +23 -0
- package/node_modules/fast-wrap-ansi/README.md +26 -0
- package/node_modules/fast-wrap-ansi/lib/main.d.ts +6 -0
- package/node_modules/fast-wrap-ansi/lib/main.js +216 -0
- package/node_modules/fast-wrap-ansi/lib/main.js.map +1 -0
- package/node_modules/fast-wrap-ansi/package.json +51 -0
- package/node_modules/finalhandler/HISTORY.md +239 -0
- package/node_modules/finalhandler/LICENSE +22 -0
- package/node_modules/finalhandler/README.md +150 -0
- package/node_modules/finalhandler/index.js +293 -0
- package/node_modules/finalhandler/package.json +47 -0
- package/node_modules/forwarded/HISTORY.md +21 -0
- package/node_modules/forwarded/LICENSE +22 -0
- package/node_modules/forwarded/README.md +57 -0
- package/node_modules/forwarded/index.js +90 -0
- package/node_modules/forwarded/package.json +45 -0
- package/node_modules/fresh/HISTORY.md +80 -0
- package/node_modules/fresh/LICENSE +23 -0
- package/node_modules/fresh/README.md +117 -0
- package/node_modules/fresh/index.js +136 -0
- package/node_modules/fresh/package.json +46 -0
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/generator-function/.eslintrc +16 -0
- package/node_modules/generator-function/.github/FUNDING.yml +12 -0
- package/node_modules/generator-function/.nycrc +9 -0
- package/node_modules/generator-function/CHANGELOG.md +27 -0
- package/node_modules/generator-function/LICENSE.md +7 -0
- package/node_modules/generator-function/README.md +51 -0
- package/node_modules/generator-function/index.d.mts +3 -0
- package/node_modules/generator-function/index.d.ts +3 -0
- package/node_modules/generator-function/index.js +8 -0
- package/node_modules/generator-function/index.mjs +4 -0
- package/node_modules/generator-function/legacy.js +18 -0
- package/node_modules/generator-function/package.json +88 -0
- package/node_modules/generator-function/require.mjs +5 -0
- package/node_modules/generator-function/tsconfig.json +9 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +193 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +373 -0
- package/node_modules/get-intrinsic/package.json +100 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/hono/LICENSE +21 -0
- package/node_modules/hono/README.md +85 -0
- package/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +366 -0
- package/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
- package/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
- package/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
- package/node_modules/hono/dist/adapter/bun/index.js +16 -0
- package/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
- package/node_modules/hono/dist/adapter/bun/server.js +5 -0
- package/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
- package/node_modules/hono/dist/adapter/bun/websocket.js +71 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
- package/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
- package/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
- package/node_modules/hono/dist/adapter/deno/index.js +12 -0
- package/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
- package/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
- package/node_modules/hono/dist/adapter/deno/websocket.js +28 -0
- package/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/lambda-edge/handler.js +80 -0
- package/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
- package/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
- package/node_modules/hono/dist/adapter/netlify/index.js +2 -0
- package/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
- package/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
- package/node_modules/hono/dist/adapter/service-worker/index.js +9 -0
- package/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
- package/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
- package/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
- package/node_modules/hono/dist/adapter/vercel/index.js +7 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +397 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
- package/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
- package/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
- package/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
- package/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
- package/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
- package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +96 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
- package/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
- package/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
- package/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
- package/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
- package/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
- package/node_modules/hono/dist/cjs/adapter/deno/websocket.js +50 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +114 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/index.js +32 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
- package/node_modules/hono/dist/cjs/client/client.js +195 -0
- package/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
- package/node_modules/hono/dist/cjs/client/index.js +32 -0
- package/node_modules/hono/dist/cjs/client/types.js +15 -0
- package/node_modules/hono/dist/cjs/client/utils.js +105 -0
- package/node_modules/hono/dist/cjs/compose.js +68 -0
- package/node_modules/hono/dist/cjs/context.js +435 -0
- package/node_modules/hono/dist/cjs/helper/accepts/accepts.js +43 -0
- package/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
- package/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
- package/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
- package/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
- package/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
- package/node_modules/hono/dist/cjs/helper/css/common.js +271 -0
- package/node_modules/hono/dist/cjs/helper/css/index.js +149 -0
- package/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
- package/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
- package/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
- package/node_modules/hono/dist/cjs/helper/proxy/index.js +111 -0
- package/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
- package/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
- package/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
- package/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
- package/node_modules/hono/dist/cjs/helper/ssg/ssg.js +318 -0
- package/node_modules/hono/dist/cjs/helper/ssg/utils.js +93 -0
- package/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
- package/node_modules/hono/dist/cjs/helper/streaming/sse.js +90 -0
- package/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
- package/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
- package/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
- package/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
- package/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
- package/node_modules/hono/dist/cjs/hono-base.js +400 -0
- package/node_modules/hono/dist/cjs/hono.js +43 -0
- package/node_modules/hono/dist/cjs/http-exception.js +57 -0
- package/node_modules/hono/dist/cjs/index.js +27 -0
- package/node_modules/hono/dist/cjs/jsx/base.js +374 -0
- package/node_modules/hono/dist/cjs/jsx/children.js +44 -0
- package/node_modules/hono/dist/cjs/jsx/components.js +201 -0
- package/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
- package/node_modules/hono/dist/cjs/jsx/context.js +62 -0
- package/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
- package/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
- package/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
- package/node_modules/hono/dist/cjs/jsx/dom/css.js +168 -0
- package/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
- package/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
- package/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
- package/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
- package/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
- package/node_modules/hono/dist/cjs/jsx/dom/render.js +628 -0
- package/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
- package/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
- package/node_modules/hono/dist/cjs/jsx/hooks/index.js +370 -0
- package/node_modules/hono/dist/cjs/jsx/index.js +138 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
- package/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
- package/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +68 -0
- package/node_modules/hono/dist/cjs/jsx/streaming.js +177 -0
- package/node_modules/hono/dist/cjs/jsx/types.js +15 -0
- package/node_modules/hono/dist/cjs/jsx/utils.js +50 -0
- package/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
- package/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +114 -0
- package/node_modules/hono/dist/cjs/middleware/body-limit/index.js +84 -0
- package/node_modules/hono/dist/cjs/middleware/cache/index.js +111 -0
- package/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
- package/node_modules/hono/dist/cjs/middleware/compress/index.js +65 -0
- package/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +112 -0
- package/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
- package/node_modules/hono/dist/cjs/middleware/etag/digest.js +55 -0
- package/node_modules/hono/dist/cjs/middleware/etag/index.js +95 -0
- package/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +146 -0
- package/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
- package/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
- package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +134 -0
- package/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
- package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +140 -0
- package/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
- package/node_modules/hono/dist/cjs/middleware/language/language.js +221 -0
- package/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
- package/node_modules/hono/dist/cjs/middleware/method-override/index.js +104 -0
- package/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
- package/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +37 -0
- package/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
- package/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +189 -0
- package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
- package/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
- package/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
- package/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
- package/node_modules/hono/dist/cjs/middleware/timing/timing.js +128 -0
- package/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
- package/node_modules/hono/dist/cjs/package.json +3 -0
- package/node_modules/hono/dist/cjs/preset/quick.js +38 -0
- package/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
- package/node_modules/hono/dist/cjs/request/constants.js +27 -0
- package/node_modules/hono/dist/cjs/request.js +324 -0
- package/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/linear-router/router.js +140 -0
- package/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/pattern-router/router.js +70 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +134 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +208 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +81 -0
- package/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
- package/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/trie-router/node.js +201 -0
- package/node_modules/hono/dist/cjs/router/trie-router/router.js +48 -0
- package/node_modules/hono/dist/cjs/router.js +40 -0
- package/node_modules/hono/dist/cjs/types.js +28 -0
- package/node_modules/hono/dist/cjs/utils/accept.js +245 -0
- package/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
- package/node_modules/hono/dist/cjs/utils/body.js +97 -0
- package/node_modules/hono/dist/cjs/utils/buffer.js +102 -0
- package/node_modules/hono/dist/cjs/utils/color.js +48 -0
- package/node_modules/hono/dist/cjs/utils/compress.js +27 -0
- package/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
- package/node_modules/hono/dist/cjs/utils/constants.js +27 -0
- package/node_modules/hono/dist/cjs/utils/cookie.js +198 -0
- package/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
- package/node_modules/hono/dist/cjs/utils/encode.js +54 -0
- package/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
- package/node_modules/hono/dist/cjs/utils/handler.js +36 -0
- package/node_modules/hono/dist/cjs/utils/headers.js +15 -0
- package/node_modules/hono/dist/cjs/utils/html.js +150 -0
- package/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
- package/node_modules/hono/dist/cjs/utils/ipaddr.js +135 -0
- package/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jwt.js +213 -0
- package/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
- package/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
- package/node_modules/hono/dist/cjs/utils/mime.js +108 -0
- package/node_modules/hono/dist/cjs/utils/stream.js +101 -0
- package/node_modules/hono/dist/cjs/utils/types.js +15 -0
- package/node_modules/hono/dist/cjs/utils/url.js +256 -0
- package/node_modules/hono/dist/cjs/validator/index.js +27 -0
- package/node_modules/hono/dist/cjs/validator/utils.js +15 -0
- package/node_modules/hono/dist/cjs/validator/validator.js +108 -0
- package/node_modules/hono/dist/client/client.js +180 -0
- package/node_modules/hono/dist/client/fetch-result-please.js +62 -0
- package/node_modules/hono/dist/client/index.js +8 -0
- package/node_modules/hono/dist/client/types.js +0 -0
- package/node_modules/hono/dist/client/utils.js +76 -0
- package/node_modules/hono/dist/compose.js +46 -0
- package/node_modules/hono/dist/context.js +412 -0
- package/node_modules/hono/dist/helper/accepts/accepts.js +20 -0
- package/node_modules/hono/dist/helper/accepts/index.js +5 -0
- package/node_modules/hono/dist/helper/adapter/index.js +56 -0
- package/node_modules/hono/dist/helper/conninfo/index.js +0 -0
- package/node_modules/hono/dist/helper/conninfo/types.js +0 -0
- package/node_modules/hono/dist/helper/cookie/index.js +102 -0
- package/node_modules/hono/dist/helper/css/common.js +234 -0
- package/node_modules/hono/dist/helper/css/index.js +132 -0
- package/node_modules/hono/dist/helper/dev/index.js +55 -0
- package/node_modules/hono/dist/helper/factory/index.js +30 -0
- package/node_modules/hono/dist/helper/html/index.js +41 -0
- package/node_modules/hono/dist/helper/proxy/index.js +89 -0
- package/node_modules/hono/dist/helper/route/index.js +46 -0
- package/node_modules/hono/dist/helper/ssg/index.js +19 -0
- package/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
- package/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
- package/node_modules/hono/dist/helper/ssg/ssg.js +295 -0
- package/node_modules/hono/dist/helper/ssg/utils.js +67 -0
- package/node_modules/hono/dist/helper/streaming/index.js +10 -0
- package/node_modules/hono/dist/helper/streaming/sse.js +67 -0
- package/node_modules/hono/dist/helper/streaming/stream.js +34 -0
- package/node_modules/hono/dist/helper/streaming/text.js +12 -0
- package/node_modules/hono/dist/helper/streaming/utils.js +13 -0
- package/node_modules/hono/dist/helper/testing/index.js +11 -0
- package/node_modules/hono/dist/helper/websocket/index.js +57 -0
- package/node_modules/hono/dist/hono-base.js +378 -0
- package/node_modules/hono/dist/hono.js +21 -0
- package/node_modules/hono/dist/http-exception.js +35 -0
- package/node_modules/hono/dist/index.js +5 -0
- package/node_modules/hono/dist/jsx/base.js +331 -0
- package/node_modules/hono/dist/jsx/children.js +21 -0
- package/node_modules/hono/dist/jsx/components.js +178 -0
- package/node_modules/hono/dist/jsx/constants.js +15 -0
- package/node_modules/hono/dist/jsx/context.js +38 -0
- package/node_modules/hono/dist/jsx/dom/client.js +53 -0
- package/node_modules/hono/dist/jsx/dom/components.js +32 -0
- package/node_modules/hono/dist/jsx/dom/context.js +48 -0
- package/node_modules/hono/dist/jsx/dom/css.js +150 -0
- package/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
- package/node_modules/hono/dist/jsx/dom/index.js +142 -0
- package/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
- package/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
- package/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
- package/node_modules/hono/dist/jsx/dom/render.js +604 -0
- package/node_modules/hono/dist/jsx/dom/server.js +33 -0
- package/node_modules/hono/dist/jsx/dom/utils.js +10 -0
- package/node_modules/hono/dist/jsx/hooks/index.js +328 -0
- package/node_modules/hono/dist/jsx/index.js +103 -0
- package/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
- package/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
- package/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
- package/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
- package/node_modules/hono/dist/jsx/jsx-runtime.js +41 -0
- package/node_modules/hono/dist/jsx/streaming.js +153 -0
- package/node_modules/hono/dist/jsx/types.js +0 -0
- package/node_modules/hono/dist/jsx/utils.js +27 -0
- package/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
- package/node_modules/hono/dist/middleware/bearer-auth/index.js +92 -0
- package/node_modules/hono/dist/middleware/body-limit/index.js +62 -0
- package/node_modules/hono/dist/middleware/cache/index.js +89 -0
- package/node_modules/hono/dist/middleware/combine/index.js +77 -0
- package/node_modules/hono/dist/middleware/compress/index.js +43 -0
- package/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
- package/node_modules/hono/dist/middleware/cors/index.js +90 -0
- package/node_modules/hono/dist/middleware/csrf/index.js +55 -0
- package/node_modules/hono/dist/middleware/etag/digest.js +33 -0
- package/node_modules/hono/dist/middleware/etag/index.js +72 -0
- package/node_modules/hono/dist/middleware/ip-restriction/index.js +131 -0
- package/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
- package/node_modules/hono/dist/middleware/jwk/index.js +5 -0
- package/node_modules/hono/dist/middleware/jwk/jwk.js +112 -0
- package/node_modules/hono/dist/middleware/jwt/index.js +11 -0
- package/node_modules/hono/dist/middleware/jwt/jwt.js +114 -0
- package/node_modules/hono/dist/middleware/language/index.js +15 -0
- package/node_modules/hono/dist/middleware/language/language.js +190 -0
- package/node_modules/hono/dist/middleware/logger/index.js +44 -0
- package/node_modules/hono/dist/middleware/method-override/index.js +82 -0
- package/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
- package/node_modules/hono/dist/middleware/pretty-json/index.js +15 -0
- package/node_modules/hono/dist/middleware/request-id/index.js +5 -0
- package/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
- package/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
- package/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
- package/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +166 -0
- package/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
- package/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
- package/node_modules/hono/dist/middleware/timeout/index.js +25 -0
- package/node_modules/hono/dist/middleware/timing/index.js +9 -0
- package/node_modules/hono/dist/middleware/timing/timing.js +102 -0
- package/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
- package/node_modules/hono/dist/preset/quick.js +16 -0
- package/node_modules/hono/dist/preset/tiny.js +12 -0
- package/node_modules/hono/dist/request/constants.js +5 -0
- package/node_modules/hono/dist/request.js +301 -0
- package/node_modules/hono/dist/router/linear-router/index.js +5 -0
- package/node_modules/hono/dist/router/linear-router/router.js +118 -0
- package/node_modules/hono/dist/router/pattern-router/index.js +5 -0
- package/node_modules/hono/dist/router/pattern-router/router.js +48 -0
- package/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
- package/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
- package/node_modules/hono/dist/router/reg-exp-router/node.js +111 -0
- package/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
- package/node_modules/hono/dist/router/reg-exp-router/router.js +190 -0
- package/node_modules/hono/dist/router/reg-exp-router/trie.js +59 -0
- package/node_modules/hono/dist/router/smart-router/index.js +5 -0
- package/node_modules/hono/dist/router/smart-router/router.js +58 -0
- package/node_modules/hono/dist/router/trie-router/index.js +5 -0
- package/node_modules/hono/dist/router/trie-router/node.js +179 -0
- package/node_modules/hono/dist/router/trie-router/router.js +26 -0
- package/node_modules/hono/dist/router.js +14 -0
- package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +1 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +144 -0
- package/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
- package/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
- package/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
- package/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
- package/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
- package/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
- package/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
- package/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
- package/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
- package/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
- package/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
- package/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
- package/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
- package/node_modules/hono/dist/types/client/client.d.ts +4 -0
- package/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
- package/node_modules/hono/dist/types/client/index.d.ts +7 -0
- package/node_modules/hono/dist/types/client/types.d.ts +229 -0
- package/node_modules/hono/dist/types/client/utils.d.ts +18 -0
- package/node_modules/hono/dist/types/compose.d.ts +14 -0
- package/node_modules/hono/dist/types/context.d.ts +455 -0
- package/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
- package/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
- package/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
- package/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
- package/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
- package/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
- package/node_modules/hono/dist/types/helper/css/common.d.ts +59 -0
- package/node_modules/hono/dist/types/helper/css/index.d.ts +80 -0
- package/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
- package/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
- package/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
- package/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
- package/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
- package/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
- package/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
- package/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
- package/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
- package/node_modules/hono/dist/types/helper/ssg/utils.d.ts +16 -0
- package/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
- package/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
- package/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
- package/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
- package/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
- package/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
- package/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
- package/node_modules/hono/dist/types/hono-base.d.ts +220 -0
- package/node_modules/hono/dist/types/hono.d.ts +19 -0
- package/node_modules/hono/dist/types/http-exception.d.ts +59 -0
- package/node_modules/hono/dist/types/index.d.ts +36 -0
- package/node_modules/hono/dist/types/jsx/base.d.ts +58 -0
- package/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
- package/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
- package/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
- package/node_modules/hono/dist/types/jsx/context.d.ts +12 -0
- package/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
- package/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
- package/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
- package/node_modules/hono/dist/types/jsx/dom/css.d.ts +83 -0
- package/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
- package/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
- package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
- package/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
- package/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
- package/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
- package/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
- package/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
- package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +45 -0
- package/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
- package/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
- package/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
- package/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
- package/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
- package/node_modules/hono/dist/types/jsx/utils.d.ts +2 -0
- package/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
- package/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +91 -0
- package/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
- package/node_modules/hono/dist/types/middleware/cache/index.d.ts +41 -0
- package/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
- package/node_modules/hono/dist/types/middleware/compress/index.d.ts +29 -0
- package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
- package/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
- package/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
- package/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
- package/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
- package/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +67 -0
- package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
- package/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
- package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +54 -0
- package/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
- package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +67 -0
- package/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/language/language.d.ts +102 -0
- package/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
- package/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
- package/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
- package/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
- package/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
- package/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
- package/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
- package/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
- package/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
- package/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +78 -0
- package/node_modules/hono/dist/types/package.json +3 -0
- package/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
- package/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
- package/node_modules/hono/dist/types/request/constants.d.ts +1 -0
- package/node_modules/hono/dist/types/request.d.ts +311 -0
- package/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
- package/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +10 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +7 -0
- package/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
- package/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/trie-router/node.d.ts +7 -0
- package/node_modules/hono/dist/types/router/trie-router/router.d.ts +8 -0
- package/node_modules/hono/dist/types/router.d.ts +97 -0
- package/node_modules/hono/dist/types/types.d.ts +573 -0
- package/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
- package/node_modules/hono/dist/types/utils/body.d.ts +79 -0
- package/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
- package/node_modules/hono/dist/types/utils/color.d.ts +21 -0
- package/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
- package/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
- package/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
- package/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
- package/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
- package/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/html.d.ts +44 -0
- package/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
- package/node_modules/hono/dist/types/utils/ipaddr.d.ts +52 -0
- package/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
- package/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
- package/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
- package/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
- package/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
- package/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
- package/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
- package/node_modules/hono/dist/types/utils/types.d.ts +74 -0
- package/node_modules/hono/dist/types/utils/url.d.ts +39 -0
- package/node_modules/hono/dist/types/validator/index.d.ts +7 -0
- package/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
- package/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
- package/node_modules/hono/dist/types.js +6 -0
- package/node_modules/hono/dist/utils/accept.js +223 -0
- package/node_modules/hono/dist/utils/basic-auth.js +23 -0
- package/node_modules/hono/dist/utils/body.js +75 -0
- package/node_modules/hono/dist/utils/buffer.js +77 -0
- package/node_modules/hono/dist/utils/color.js +25 -0
- package/node_modules/hono/dist/utils/compress.js +5 -0
- package/node_modules/hono/dist/utils/concurrent.js +39 -0
- package/node_modules/hono/dist/utils/constants.js +5 -0
- package/node_modules/hono/dist/utils/cookie.js +173 -0
- package/node_modules/hono/dist/utils/crypto.js +44 -0
- package/node_modules/hono/dist/utils/encode.js +29 -0
- package/node_modules/hono/dist/utils/filepath.js +35 -0
- package/node_modules/hono/dist/utils/handler.js +13 -0
- package/node_modules/hono/dist/utils/headers.js +0 -0
- package/node_modules/hono/dist/utils/html.js +123 -0
- package/node_modules/hono/dist/utils/http-status.js +0 -0
- package/node_modules/hono/dist/utils/ipaddr.js +106 -0
- package/node_modules/hono/dist/utils/jwt/index.js +6 -0
- package/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
- package/node_modules/hono/dist/utils/jwt/jws.js +192 -0
- package/node_modules/hono/dist/utils/jwt/jwt.js +201 -0
- package/node_modules/hono/dist/utils/jwt/types.js +124 -0
- package/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
- package/node_modules/hono/dist/utils/mime.js +84 -0
- package/node_modules/hono/dist/utils/stream.js +79 -0
- package/node_modules/hono/dist/utils/types.js +0 -0
- package/node_modules/hono/dist/utils/url.js +222 -0
- package/node_modules/hono/dist/validator/index.js +5 -0
- package/node_modules/hono/dist/validator/utils.js +0 -0
- package/node_modules/hono/dist/validator/validator.js +86 -0
- package/node_modules/hono/package.json +692 -0
- package/node_modules/http-errors/HISTORY.md +186 -0
- package/node_modules/http-errors/LICENSE +23 -0
- package/node_modules/http-errors/README.md +169 -0
- package/node_modules/http-errors/index.js +290 -0
- package/node_modules/http-errors/package.json +54 -0
- package/node_modules/iconv-lite/LICENSE +21 -0
- package/node_modules/iconv-lite/README.md +138 -0
- package/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/node_modules/iconv-lite/encodings/index.js +23 -0
- package/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/node_modules/iconv-lite/lib/index.js +182 -0
- package/node_modules/iconv-lite/lib/streams.js +105 -0
- package/node_modules/iconv-lite/package.json +70 -0
- package/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/ip-address/LICENSE +19 -0
- package/node_modules/ip-address/README.md +105 -0
- package/node_modules/ip-address/dist/address-error.d.ts +5 -0
- package/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
- package/node_modules/ip-address/dist/address-error.js +12 -0
- package/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/node_modules/ip-address/dist/common.d.ts +15 -0
- package/node_modules/ip-address/dist/common.d.ts.map +1 -0
- package/node_modules/ip-address/dist/common.js +46 -0
- package/node_modules/ip-address/dist/common.js.map +1 -0
- package/node_modules/ip-address/dist/ip-address.d.ts +8 -0
- package/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
- package/node_modules/ip-address/dist/ip-address.js +35 -0
- package/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/node_modules/ip-address/dist/ipv4.d.ts +209 -0
- package/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
- package/node_modules/ip-address/dist/ipv4.js +360 -0
- package/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/node_modules/ip-address/dist/ipv6.d.ts +428 -0
- package/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
- package/node_modules/ip-address/dist/ipv6.js +1003 -0
- package/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/node_modules/ip-address/dist/v4/constants.d.ts +5 -0
- package/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
- package/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/node_modules/ip-address/dist/v6/constants.d.ts +45 -0
- package/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
- package/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
- package/node_modules/ip-address/dist/v6/helpers.js +45 -0
- package/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +6 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/node_modules/ip-address/package.json +78 -0
- package/node_modules/ip-address/src/address-error.ts +11 -0
- package/node_modules/ip-address/src/common.ts +55 -0
- package/node_modules/ip-address/src/ip-address.ts +7 -0
- package/node_modules/ip-address/src/ipv4.ts +394 -0
- package/node_modules/ip-address/src/ipv6.ts +1212 -0
- package/node_modules/ip-address/src/v4/constants.ts +7 -0
- package/node_modules/ip-address/src/v6/constants.ts +79 -0
- package/node_modules/ip-address/src/v6/helpers.ts +48 -0
- package/node_modules/ip-address/src/v6/regular-expressions.ts +94 -0
- package/node_modules/ipaddr.js/LICENSE +19 -0
- package/node_modules/ipaddr.js/README.md +233 -0
- package/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/node_modules/ipaddr.js/package.json +35 -0
- package/node_modules/is-promise/LICENSE +19 -0
- package/node_modules/is-promise/index.d.ts +2 -0
- package/node_modules/is-promise/index.js +6 -0
- package/node_modules/is-promise/index.mjs +3 -0
- package/node_modules/is-promise/package.json +30 -0
- package/node_modules/is-promise/readme.md +33 -0
- package/node_modules/jose/LICENSE.md +21 -0
- package/node_modules/jose/README.md +153 -0
- package/node_modules/jose/dist/types/index.d.ts +55 -0
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +31 -0
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +65 -0
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +31 -0
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +83 -0
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +38 -0
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +17 -0
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +32 -0
- package/node_modules/jose/dist/types/jwks/local.d.ts +29 -0
- package/node_modules/jose/dist/types/jwks/remote.d.ts +237 -0
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +36 -0
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +33 -0
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +42 -0
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +33 -0
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +53 -0
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +41 -0
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +35 -0
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +91 -0
- package/node_modules/jose/dist/types/jwt/sign.d.ts +43 -0
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +43 -0
- package/node_modules/jose/dist/types/jwt/verify.d.ts +37 -0
- package/node_modules/jose/dist/types/key/export.d.ts +33 -0
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +47 -0
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +35 -0
- package/node_modules/jose/dist/types/key/import.d.ts +83 -0
- package/node_modules/jose/dist/types/types.d.ts +852 -0
- package/node_modules/jose/dist/types/util/base64url.d.ts +9 -0
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +18 -0
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +17 -0
- package/node_modules/jose/dist/types/util/errors.d.ts +213 -0
- package/node_modules/jose/dist/webapi/index.js +32 -0
- package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +27 -0
- package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +27 -0
- package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +159 -0
- package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +167 -0
- package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +31 -0
- package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +182 -0
- package/node_modules/jose/dist/webapi/jwk/embedded.js +17 -0
- package/node_modules/jose/dist/webapi/jwk/thumbprint.js +68 -0
- package/node_modules/jose/dist/webapi/jwks/local.js +119 -0
- package/node_modules/jose/dist/webapi/jwks/remote.js +179 -0
- package/node_modules/jose/dist/webapi/jws/compact/sign.js +18 -0
- package/node_modules/jose/dist/webapi/jws/compact/verify.js +21 -0
- package/node_modules/jose/dist/webapi/jws/flattened/sign.js +89 -0
- package/node_modules/jose/dist/webapi/jws/flattened/verify.js +110 -0
- package/node_modules/jose/dist/webapi/jws/general/sign.js +70 -0
- package/node_modules/jose/dist/webapi/jws/general/verify.js +24 -0
- package/node_modules/jose/dist/webapi/jwt/decrypt.js +23 -0
- package/node_modules/jose/dist/webapi/jwt/encrypt.js +101 -0
- package/node_modules/jose/dist/webapi/jwt/sign.js +52 -0
- package/node_modules/jose/dist/webapi/jwt/unsecured.js +63 -0
- package/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
- package/node_modules/jose/dist/webapi/key/export.js +11 -0
- package/node_modules/jose/dist/webapi/key/generate_key_pair.js +97 -0
- package/node_modules/jose/dist/webapi/key/generate_secret.js +40 -0
- package/node_modules/jose/dist/webapi/key/import.js +57 -0
- package/node_modules/jose/dist/webapi/lib/aesgcmkw.js +15 -0
- package/node_modules/jose/dist/webapi/lib/aeskw.js +25 -0
- package/node_modules/jose/dist/webapi/lib/asn1.js +243 -0
- package/node_modules/jose/dist/webapi/lib/base64.js +22 -0
- package/node_modules/jose/dist/webapi/lib/buffer_utils.js +43 -0
- package/node_modules/jose/dist/webapi/lib/check_key_type.js +122 -0
- package/node_modules/jose/dist/webapi/lib/content_encryption.js +217 -0
- package/node_modules/jose/dist/webapi/lib/crypto_key.js +136 -0
- package/node_modules/jose/dist/webapi/lib/deflate.js +44 -0
- package/node_modules/jose/dist/webapi/lib/ecdhes.js +52 -0
- package/node_modules/jose/dist/webapi/lib/helpers.js +19 -0
- package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +27 -0
- package/node_modules/jose/dist/webapi/lib/is_key_like.js +17 -0
- package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +107 -0
- package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +238 -0
- package/node_modules/jose/dist/webapi/lib/key_management.js +186 -0
- package/node_modules/jose/dist/webapi/lib/key_to_jwk.js +31 -0
- package/node_modules/jose/dist/webapi/lib/normalize_key.js +166 -0
- package/node_modules/jose/dist/webapi/lib/pbes2kw.js +39 -0
- package/node_modules/jose/dist/webapi/lib/rsaes.js +24 -0
- package/node_modules/jose/dist/webapi/lib/signing.js +68 -0
- package/node_modules/jose/dist/webapi/lib/type_checks.js +40 -0
- package/node_modules/jose/dist/webapi/lib/validate_algorithms.js +10 -0
- package/node_modules/jose/dist/webapi/lib/validate_crit.js +33 -0
- package/node_modules/jose/dist/webapi/util/base64url.js +30 -0
- package/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
- package/node_modules/jose/dist/webapi/util/decode_protected_header.js +34 -0
- package/node_modules/jose/dist/webapi/util/errors.js +99 -0
- package/node_modules/jose/package.json +200 -0
- package/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
- package/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
- package/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
- package/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
- package/node_modules/json-schema-traverse/LICENSE +21 -0
- package/node_modules/json-schema-traverse/README.md +95 -0
- package/node_modules/json-schema-traverse/index.d.ts +40 -0
- package/node_modules/json-schema-traverse/index.js +93 -0
- package/node_modules/json-schema-traverse/package.json +43 -0
- package/node_modules/json-schema-typed/LICENSE.md +57 -0
- package/node_modules/json-schema-typed/README.md +108 -0
- package/node_modules/json-schema-typed/draft_07.d.ts +882 -0
- package/node_modules/json-schema-typed/draft_07.js +328 -0
- package/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
- package/node_modules/json-schema-typed/draft_2019_09.js +349 -0
- package/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
- package/node_modules/json-schema-typed/draft_2020_12.js +352 -0
- package/node_modules/json-schema-typed/package.json +44 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/media-typer/HISTORY.md +50 -0
- package/node_modules/media-typer/LICENSE +22 -0
- package/node_modules/media-typer/README.md +93 -0
- package/node_modules/media-typer/index.js +143 -0
- package/node_modules/media-typer/package.json +33 -0
- package/node_modules/merge-descriptors/index.d.ts +11 -0
- package/node_modules/merge-descriptors/index.js +26 -0
- package/node_modules/merge-descriptors/license +11 -0
- package/node_modules/merge-descriptors/package.json +50 -0
- package/node_modules/merge-descriptors/readme.md +55 -0
- package/node_modules/mime-db/HISTORY.md +541 -0
- package/node_modules/mime-db/LICENSE +23 -0
- package/node_modules/mime-db/README.md +109 -0
- package/node_modules/mime-db/db.json +9342 -0
- package/node_modules/mime-db/index.js +12 -0
- package/node_modules/mime-db/package.json +56 -0
- package/node_modules/mime-types/HISTORY.md +428 -0
- package/node_modules/mime-types/LICENSE +23 -0
- package/node_modules/mime-types/README.md +126 -0
- package/node_modules/mime-types/index.js +211 -0
- package/node_modules/mime-types/mimeScore.js +57 -0
- package/node_modules/mime-types/package.json +49 -0
- package/node_modules/ms/index.js +162 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +38 -0
- package/node_modules/ms/readme.md +59 -0
- package/node_modules/negotiator/HISTORY.md +114 -0
- package/node_modules/negotiator/LICENSE +24 -0
- package/node_modules/negotiator/README.md +212 -0
- package/node_modules/negotiator/index.js +83 -0
- package/node_modules/negotiator/lib/charset.js +169 -0
- package/node_modules/negotiator/lib/encoding.js +205 -0
- package/node_modules/negotiator/lib/language.js +179 -0
- package/node_modules/negotiator/lib/mediaType.js +294 -0
- package/node_modules/negotiator/package.json +43 -0
- package/node_modules/object-assign/index.js +90 -0
- package/node_modules/object-assign/license +21 -0
- package/node_modules/object-assign/package.json +42 -0
- package/node_modules/object-assign/readme.md +61 -0
- package/node_modules/object-inspect/.eslintrc +53 -0
- package/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/node_modules/object-inspect/.nycrc +13 -0
- package/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/node_modules/object-inspect/LICENSE +21 -0
- package/node_modules/object-inspect/index.js +544 -0
- package/node_modules/object-inspect/package-support.json +20 -0
- package/node_modules/object-inspect/package.json +105 -0
- package/node_modules/object-inspect/readme.markdown +84 -0
- package/node_modules/object-inspect/test-core-js.js +26 -0
- package/node_modules/object-inspect/util.inspect.js +1 -0
- package/node_modules/on-finished/HISTORY.md +98 -0
- package/node_modules/on-finished/LICENSE +23 -0
- package/node_modules/on-finished/README.md +162 -0
- package/node_modules/on-finished/index.js +234 -0
- package/node_modules/on-finished/package.json +39 -0
- package/node_modules/once/LICENSE +15 -0
- package/node_modules/once/README.md +79 -0
- package/node_modules/once/once.js +42 -0
- package/node_modules/once/package.json +33 -0
- package/node_modules/parseurl/HISTORY.md +58 -0
- package/node_modules/parseurl/LICENSE +24 -0
- package/node_modules/parseurl/README.md +133 -0
- package/node_modules/parseurl/index.js +158 -0
- package/node_modules/parseurl/package.json +40 -0
- package/node_modules/path-key/index.d.ts +40 -0
- package/node_modules/path-key/index.js +16 -0
- package/node_modules/path-key/license +9 -0
- package/node_modules/path-key/package.json +39 -0
- package/node_modules/path-key/readme.md +61 -0
- package/node_modules/path-to-regexp/LICENSE +21 -0
- package/node_modules/path-to-regexp/Readme.md +224 -0
- package/node_modules/path-to-regexp/dist/index.d.ts +147 -0
- package/node_modules/path-to-regexp/dist/index.js +431 -0
- package/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/node_modules/path-to-regexp/package.json +64 -0
- package/node_modules/picocolors/LICENSE +15 -0
- package/node_modules/picocolors/README.md +21 -0
- package/node_modules/picocolors/package.json +25 -0
- package/node_modules/picocolors/picocolors.browser.js +4 -0
- package/node_modules/picocolors/picocolors.d.ts +5 -0
- package/node_modules/picocolors/picocolors.js +75 -0
- package/node_modules/picocolors/types.d.ts +51 -0
- package/node_modules/pkce-challenge/CHANGELOG.md +114 -0
- package/node_modules/pkce-challenge/LICENSE +21 -0
- package/node_modules/pkce-challenge/README.md +55 -0
- package/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
- package/node_modules/pkce-challenge/dist/index.browser.js +75 -0
- package/node_modules/pkce-challenge/dist/index.node.cjs +83 -0
- package/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
- package/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
- package/node_modules/pkce-challenge/dist/index.node.js +78 -0
- package/node_modules/pkce-challenge/package.json +59 -0
- package/node_modules/proxy-addr/HISTORY.md +161 -0
- package/node_modules/proxy-addr/LICENSE +22 -0
- package/node_modules/proxy-addr/README.md +139 -0
- package/node_modules/proxy-addr/index.js +327 -0
- package/node_modules/proxy-addr/package.json +47 -0
- package/node_modules/qs/.editorconfig +46 -0
- package/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/qs/.github/SECURITY.md +11 -0
- package/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/node_modules/qs/.nycrc +13 -0
- package/node_modules/qs/CHANGELOG.md +812 -0
- package/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/qs/README.md +758 -0
- package/node_modules/qs/dist/qs.js +141 -0
- package/node_modules/qs/eslint.config.mjs +56 -0
- package/node_modules/qs/lib/formats.js +23 -0
- package/node_modules/qs/lib/index.js +11 -0
- package/node_modules/qs/lib/parse.js +373 -0
- package/node_modules/qs/lib/stringify.js +356 -0
- package/node_modules/qs/lib/utils.js +342 -0
- package/node_modules/qs/package.json +94 -0
- package/node_modules/range-parser/HISTORY.md +56 -0
- package/node_modules/range-parser/LICENSE +23 -0
- package/node_modules/range-parser/README.md +84 -0
- package/node_modules/range-parser/index.js +162 -0
- package/node_modules/range-parser/package.json +44 -0
- package/node_modules/raw-body/LICENSE +22 -0
- package/node_modules/raw-body/README.md +223 -0
- package/node_modules/raw-body/index.d.ts +85 -0
- package/node_modules/raw-body/index.js +336 -0
- package/node_modules/raw-body/package.json +46 -0
- package/node_modules/require-from-string/index.js +34 -0
- package/node_modules/require-from-string/license +21 -0
- package/node_modules/require-from-string/package.json +28 -0
- package/node_modules/require-from-string/readme.md +56 -0
- package/node_modules/router/HISTORY.md +228 -0
- package/node_modules/router/LICENSE +23 -0
- package/node_modules/router/README.md +416 -0
- package/node_modules/router/index.js +748 -0
- package/node_modules/router/lib/layer.js +247 -0
- package/node_modules/router/lib/route.js +242 -0
- package/node_modules/router/package.json +44 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +34 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/send/LICENSE +23 -0
- package/node_modules/send/README.md +317 -0
- package/node_modules/send/index.js +997 -0
- package/node_modules/send/package.json +63 -0
- package/node_modules/serve-static/LICENSE +25 -0
- package/node_modules/serve-static/README.md +253 -0
- package/node_modules/serve-static/index.js +208 -0
- package/node_modules/serve-static/package.json +44 -0
- package/node_modules/setprototypeof/LICENSE +13 -0
- package/node_modules/setprototypeof/README.md +31 -0
- package/node_modules/setprototypeof/index.d.ts +2 -0
- package/node_modules/setprototypeof/index.js +17 -0
- package/node_modules/setprototypeof/package.json +38 -0
- package/node_modules/shebang-command/index.js +19 -0
- package/node_modules/shebang-command/license +9 -0
- package/node_modules/shebang-command/package.json +34 -0
- package/node_modules/shebang-command/readme.md +34 -0
- package/node_modules/shebang-regex/index.d.ts +22 -0
- package/node_modules/shebang-regex/index.js +2 -0
- package/node_modules/shebang-regex/license +9 -0
- package/node_modules/shebang-regex/package.json +35 -0
- package/node_modules/shebang-regex/readme.md +33 -0
- package/node_modules/side-channel/.editorconfig +9 -0
- package/node_modules/side-channel/.eslintrc +12 -0
- package/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel/.nycrc +13 -0
- package/node_modules/side-channel/CHANGELOG.md +110 -0
- package/node_modules/side-channel/LICENSE +21 -0
- package/node_modules/side-channel/README.md +61 -0
- package/node_modules/side-channel/index.d.ts +14 -0
- package/node_modules/side-channel/index.js +43 -0
- package/node_modules/side-channel/package.json +85 -0
- package/node_modules/side-channel/tsconfig.json +9 -0
- package/node_modules/side-channel-list/.editorconfig +9 -0
- package/node_modules/side-channel-list/.eslintrc +11 -0
- package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-list/.nycrc +13 -0
- package/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/node_modules/side-channel-list/LICENSE +21 -0
- package/node_modules/side-channel-list/README.md +62 -0
- package/node_modules/side-channel-list/index.d.ts +13 -0
- package/node_modules/side-channel-list/index.js +111 -0
- package/node_modules/side-channel-list/list.d.ts +14 -0
- package/node_modules/side-channel-list/package.json +77 -0
- package/node_modules/side-channel-list/tsconfig.json +9 -0
- package/node_modules/side-channel-map/.editorconfig +9 -0
- package/node_modules/side-channel-map/.eslintrc +11 -0
- package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-map/.nycrc +13 -0
- package/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/node_modules/side-channel-map/LICENSE +21 -0
- package/node_modules/side-channel-map/README.md +62 -0
- package/node_modules/side-channel-map/index.d.ts +15 -0
- package/node_modules/side-channel-map/index.js +68 -0
- package/node_modules/side-channel-map/package.json +80 -0
- package/node_modules/side-channel-map/tsconfig.json +9 -0
- package/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/node_modules/side-channel-weakmap/README.md +62 -0
- package/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/node_modules/side-channel-weakmap/index.js +84 -0
- package/node_modules/side-channel-weakmap/package.json +87 -0
- package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/node_modules/sisteransi/license +21 -0
- package/node_modules/sisteransi/package.json +34 -0
- package/node_modules/sisteransi/readme.md +113 -0
- package/node_modules/sisteransi/src/index.js +58 -0
- package/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
- package/node_modules/statuses/HISTORY.md +87 -0
- package/node_modules/statuses/LICENSE +23 -0
- package/node_modules/statuses/README.md +139 -0
- package/node_modules/statuses/codes.json +65 -0
- package/node_modules/statuses/index.js +146 -0
- package/node_modules/statuses/package.json +49 -0
- package/node_modules/toidentifier/HISTORY.md +9 -0
- package/node_modules/toidentifier/LICENSE +21 -0
- package/node_modules/toidentifier/README.md +61 -0
- package/node_modules/toidentifier/index.js +32 -0
- package/node_modules/toidentifier/package.json +38 -0
- package/node_modules/type-is/HISTORY.md +292 -0
- package/node_modules/type-is/LICENSE +23 -0
- package/node_modules/type-is/README.md +198 -0
- package/node_modules/type-is/index.js +250 -0
- package/node_modules/type-is/package.json +47 -0
- package/node_modules/unpipe/HISTORY.md +4 -0
- package/node_modules/unpipe/LICENSE +22 -0
- package/node_modules/unpipe/README.md +43 -0
- package/node_modules/unpipe/index.js +69 -0
- package/node_modules/unpipe/package.json +27 -0
- package/node_modules/vary/HISTORY.md +39 -0
- package/node_modules/vary/LICENSE +22 -0
- package/node_modules/vary/README.md +101 -0
- package/node_modules/vary/index.js +149 -0
- package/node_modules/vary/package.json +43 -0
- package/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/wrappy/README.md +36 -0
- package/node_modules/wrappy/package.json +29 -0
- package/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/ws/LICENSE +20 -0
- package/node_modules/ws/README.md +548 -0
- package/node_modules/ws/browser.js +8 -0
- package/node_modules/ws/index.js +22 -0
- package/node_modules/ws/lib/buffer-util.js +131 -0
- package/node_modules/ws/lib/constants.js +19 -0
- package/node_modules/ws/lib/event-target.js +292 -0
- package/node_modules/ws/lib/extension.js +203 -0
- package/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/node_modules/ws/lib/receiver.js +706 -0
- package/node_modules/ws/lib/sender.js +602 -0
- package/node_modules/ws/lib/stream.js +161 -0
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +152 -0
- package/node_modules/ws/lib/websocket-server.js +554 -0
- package/node_modules/ws/lib/websocket.js +1393 -0
- package/node_modules/ws/package.json +70 -0
- package/node_modules/ws/wrapper.mjs +21 -0
- package/node_modules/yaml/LICENSE +13 -0
- package/node_modules/yaml/README.md +172 -0
- package/node_modules/yaml/bin.mjs +11 -0
- package/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
- package/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
- package/node_modules/yaml/browser/dist/compose/compose-node.js +109 -0
- package/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
- package/node_modules/yaml/browser/dist/compose/composer.js +217 -0
- package/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
- package/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
- package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
- package/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
- package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
- package/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
- package/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
- package/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
- package/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
- package/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
- package/node_modules/yaml/browser/dist/doc/Document.js +335 -0
- package/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
- package/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
- package/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
- package/node_modules/yaml/browser/dist/doc/directives.js +176 -0
- package/node_modules/yaml/browser/dist/errors.js +57 -0
- package/node_modules/yaml/browser/dist/index.js +17 -0
- package/node_modules/yaml/browser/dist/log.js +11 -0
- package/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
- package/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
- package/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
- package/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
- package/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
- package/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
- package/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
- package/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
- package/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
- package/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
- package/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
- package/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
- package/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
- package/node_modules/yaml/browser/dist/parse/cst.js +98 -0
- package/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
- package/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
- package/node_modules/yaml/browser/dist/parse/parser.js +967 -0
- package/node_modules/yaml/browser/dist/public-api.js +102 -0
- package/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
- package/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
- package/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
- package/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
- package/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
- package/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
- package/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
- package/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
- package/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
- package/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
- package/node_modules/yaml/browser/dist/schema/tags.js +96 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
- package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
- package/node_modules/yaml/browser/dist/stringify/stringify.js +129 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +153 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
- package/node_modules/yaml/browser/dist/util.js +11 -0
- package/node_modules/yaml/browser/dist/visit.js +233 -0
- package/node_modules/yaml/browser/index.js +5 -0
- package/node_modules/yaml/browser/package.json +3 -0
- package/node_modules/yaml/dist/cli.d.ts +8 -0
- package/node_modules/yaml/dist/cli.mjs +201 -0
- package/node_modules/yaml/dist/compose/compose-collection.d.ts +11 -0
- package/node_modules/yaml/dist/compose/compose-collection.js +90 -0
- package/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
- package/node_modules/yaml/dist/compose/compose-doc.js +45 -0
- package/node_modules/yaml/dist/compose/compose-node.d.ts +29 -0
- package/node_modules/yaml/dist/compose/compose-node.js +112 -0
- package/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
- package/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
- package/node_modules/yaml/dist/compose/composer.d.ts +63 -0
- package/node_modules/yaml/dist/compose/composer.js +222 -0
- package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
- package/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
- package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +11 -0
- package/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
- package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
- package/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
- package/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
- package/node_modules/yaml/dist/compose/resolve-end.js +39 -0
- package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
- package/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
- package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
- package/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
- package/node_modules/yaml/dist/compose/resolve-props.d.ts +23 -0
- package/node_modules/yaml/dist/compose/resolve-props.js +148 -0
- package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
- package/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
- package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
- package/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
- package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
- package/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
- package/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
- package/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
- package/node_modules/yaml/dist/doc/Document.d.ts +141 -0
- package/node_modules/yaml/dist/doc/Document.js +337 -0
- package/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
- package/node_modules/yaml/dist/doc/anchors.js +76 -0
- package/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
- package/node_modules/yaml/dist/doc/applyReviver.js +57 -0
- package/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
- package/node_modules/yaml/dist/doc/createNode.js +90 -0
- package/node_modules/yaml/dist/doc/directives.d.ts +49 -0
- package/node_modules/yaml/dist/doc/directives.js +178 -0
- package/node_modules/yaml/dist/errors.d.ts +21 -0
- package/node_modules/yaml/dist/errors.js +62 -0
- package/node_modules/yaml/dist/index.d.ts +25 -0
- package/node_modules/yaml/dist/index.js +50 -0
- package/node_modules/yaml/dist/log.d.ts +3 -0
- package/node_modules/yaml/dist/log.js +19 -0
- package/node_modules/yaml/dist/nodes/Alias.d.ts +29 -0
- package/node_modules/yaml/dist/nodes/Alias.js +116 -0
- package/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
- package/node_modules/yaml/dist/nodes/Collection.js +151 -0
- package/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
- package/node_modules/yaml/dist/nodes/Node.js +40 -0
- package/node_modules/yaml/dist/nodes/Pair.d.ts +22 -0
- package/node_modules/yaml/dist/nodes/Pair.js +39 -0
- package/node_modules/yaml/dist/nodes/Scalar.d.ts +43 -0
- package/node_modules/yaml/dist/nodes/Scalar.js +27 -0
- package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
- package/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
- package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
- package/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
- package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
- package/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
- package/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
- package/node_modules/yaml/dist/nodes/identity.js +53 -0
- package/node_modules/yaml/dist/nodes/toJS.d.ts +29 -0
- package/node_modules/yaml/dist/nodes/toJS.js +39 -0
- package/node_modules/yaml/dist/options.d.ts +350 -0
- package/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
- package/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
- package/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
- package/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
- package/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
- package/node_modules/yaml/dist/parse/cst-visit.js +99 -0
- package/node_modules/yaml/dist/parse/cst.d.ts +109 -0
- package/node_modules/yaml/dist/parse/cst.js +112 -0
- package/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
- package/node_modules/yaml/dist/parse/lexer.js +719 -0
- package/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
- package/node_modules/yaml/dist/parse/line-counter.js +41 -0
- package/node_modules/yaml/dist/parse/parser.d.ts +84 -0
- package/node_modules/yaml/dist/parse/parser.js +972 -0
- package/node_modules/yaml/dist/public-api.d.ts +44 -0
- package/node_modules/yaml/dist/public-api.js +107 -0
- package/node_modules/yaml/dist/schema/Schema.d.ts +17 -0
- package/node_modules/yaml/dist/schema/Schema.js +39 -0
- package/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
- package/node_modules/yaml/dist/schema/common/map.js +19 -0
- package/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
- package/node_modules/yaml/dist/schema/common/null.js +17 -0
- package/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
- package/node_modules/yaml/dist/schema/common/seq.js +19 -0
- package/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
- package/node_modules/yaml/dist/schema/common/string.js +16 -0
- package/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
- package/node_modules/yaml/dist/schema/core/bool.js +21 -0
- package/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
- package/node_modules/yaml/dist/schema/core/float.js +47 -0
- package/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
- package/node_modules/yaml/dist/schema/core/int.js +42 -0
- package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
- package/node_modules/yaml/dist/schema/core/schema.js +25 -0
- package/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
- package/node_modules/yaml/dist/schema/json/schema.js +64 -0
- package/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
- package/node_modules/yaml/dist/schema/tags.d.ts +48 -0
- package/node_modules/yaml/dist/schema/tags.js +99 -0
- package/node_modules/yaml/dist/schema/types.d.ts +92 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +9 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +22 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
- package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
- package/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
- package/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
- package/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
- package/node_modules/yaml/dist/stringify/stringify.js +132 -0
- package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
- package/node_modules/yaml/dist/stringify/stringifyCollection.js +155 -0
- package/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
- package/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
- package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
- package/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
- package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
- package/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
- package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
- package/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
- package/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
- package/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
- package/node_modules/yaml/dist/test-events.d.ts +4 -0
- package/node_modules/yaml/dist/test-events.js +134 -0
- package/node_modules/yaml/dist/util.d.ts +16 -0
- package/node_modules/yaml/dist/util.js +28 -0
- package/node_modules/yaml/dist/visit.d.ts +102 -0
- package/node_modules/yaml/dist/visit.js +236 -0
- package/node_modules/yaml/package.json +97 -0
- package/node_modules/yaml/util.js +2 -0
- package/node_modules/zod/LICENSE +21 -0
- package/node_modules/zod/README.md +208 -0
- package/node_modules/zod/index.cjs +33 -0
- package/node_modules/zod/index.d.cts +4 -0
- package/node_modules/zod/index.d.ts +4 -0
- package/node_modules/zod/index.js +4 -0
- package/node_modules/zod/locales/index.cjs +17 -0
- package/node_modules/zod/locales/index.d.cts +1 -0
- package/node_modules/zod/locales/index.d.ts +1 -0
- package/node_modules/zod/locales/index.js +1 -0
- package/node_modules/zod/locales/package.json +6 -0
- package/node_modules/zod/mini/index.cjs +32 -0
- package/node_modules/zod/mini/index.d.cts +3 -0
- package/node_modules/zod/mini/index.d.ts +3 -0
- package/node_modules/zod/mini/index.js +3 -0
- package/node_modules/zod/mini/package.json +6 -0
- package/node_modules/zod/package.json +135 -0
- package/node_modules/zod/src/index.ts +4 -0
- package/node_modules/zod/src/locales/index.ts +1 -0
- package/node_modules/zod/src/mini/index.ts +3 -0
- package/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/node_modules/zod/src/v3/errors.ts +13 -0
- package/node_modules/zod/src/v3/external.ts +6 -0
- package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/node_modules/zod/src/v3/index.ts +4 -0
- package/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/node_modules/zod/src/v3/types.ts +5138 -0
- package/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/node_modules/zod/src/v4/classic/external.ts +51 -0
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
- package/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
- package/node_modules/zod/src/v4/core/api.ts +1798 -0
- package/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/node_modules/zod/src/v4/core/config.ts +15 -0
- package/node_modules/zod/src/v4/core/core.ts +138 -0
- package/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/node_modules/zod/src/v4/core/errors.ts +448 -0
- package/node_modules/zod/src/v4/core/index.ts +16 -0
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
- package/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/node_modules/zod/src/v4/core/regexes.ts +183 -0
- package/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/node_modules/zod/src/v4/core/schemas.ts +4538 -0
- package/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
- package/node_modules/zod/src/v4/core/util.ts +966 -0
- package/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/node_modules/zod/src/v4/index.ts +4 -0
- package/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/node_modules/zod/src/v4/locales/en.ts +119 -0
- package/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/node_modules/zod/src/v4/locales/fr.ts +116 -0
- package/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/node_modules/zod/src/v4/locales/index.ts +49 -0
- package/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/node_modules/zod/src/v4/locales/uz.ts +116 -0
- package/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/node_modules/zod/src/v4/mini/external.ts +40 -0
- package/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
- package/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/node_modules/zod/v3/ZodError.cjs +138 -0
- package/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/node_modules/zod/v3/ZodError.js +133 -0
- package/node_modules/zod/v3/errors.cjs +17 -0
- package/node_modules/zod/v3/errors.d.cts +5 -0
- package/node_modules/zod/v3/errors.d.ts +5 -0
- package/node_modules/zod/v3/errors.js +9 -0
- package/node_modules/zod/v3/external.cjs +22 -0
- package/node_modules/zod/v3/external.d.cts +6 -0
- package/node_modules/zod/v3/external.d.ts +6 -0
- package/node_modules/zod/v3/external.js +6 -0
- package/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/node_modules/zod/v3/helpers/util.js +133 -0
- package/node_modules/zod/v3/index.cjs +33 -0
- package/node_modules/zod/v3/index.d.cts +4 -0
- package/node_modules/zod/v3/index.d.ts +4 -0
- package/node_modules/zod/v3/index.js +4 -0
- package/node_modules/zod/v3/locales/en.cjs +112 -0
- package/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/node_modules/zod/v3/locales/en.js +109 -0
- package/node_modules/zod/v3/package.json +6 -0
- package/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/node_modules/zod/v3/standard-schema.js +1 -0
- package/node_modules/zod/v3/types.cjs +3777 -0
- package/node_modules/zod/v3/types.d.cts +1034 -0
- package/node_modules/zod/v3/types.d.ts +1034 -0
- package/node_modules/zod/v3/types.js +3695 -0
- package/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/node_modules/zod/v4/classic/checks.js +1 -0
- package/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/node_modules/zod/v4/classic/coerce.js +17 -0
- package/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/node_modules/zod/v4/classic/compat.js +31 -0
- package/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/node_modules/zod/v4/classic/errors.js +48 -0
- package/node_modules/zod/v4/classic/external.cjs +73 -0
- package/node_modules/zod/v4/classic/external.d.cts +15 -0
- package/node_modules/zod/v4/classic/external.d.ts +15 -0
- package/node_modules/zod/v4/classic/external.js +20 -0
- package/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
- package/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/node_modules/zod/v4/classic/index.cjs +33 -0
- package/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/node_modules/zod/v4/classic/index.js +4 -0
- package/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/node_modules/zod/v4/classic/iso.js +30 -0
- package/node_modules/zod/v4/classic/package.json +6 -0
- package/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/node_modules/zod/v4/classic/parse.js +15 -0
- package/node_modules/zod/v4/classic/schemas.cjs +1272 -0
- package/node_modules/zod/v4/classic/schemas.d.cts +739 -0
- package/node_modules/zod/v4/classic/schemas.d.ts +739 -0
- package/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/node_modules/zod/v4/core/api.cjs +1222 -0
- package/node_modules/zod/v4/core/api.d.cts +304 -0
- package/node_modules/zod/v4/core/api.d.ts +304 -0
- package/node_modules/zod/v4/core/api.js +1082 -0
- package/node_modules/zod/v4/core/checks.cjs +601 -0
- package/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/node_modules/zod/v4/core/checks.js +575 -0
- package/node_modules/zod/v4/core/core.cjs +83 -0
- package/node_modules/zod/v4/core/core.d.cts +70 -0
- package/node_modules/zod/v4/core/core.d.ts +70 -0
- package/node_modules/zod/v4/core/core.js +76 -0
- package/node_modules/zod/v4/core/doc.cjs +39 -0
- package/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/node_modules/zod/v4/core/doc.js +35 -0
- package/node_modules/zod/v4/core/errors.cjs +213 -0
- package/node_modules/zod/v4/core/errors.d.cts +220 -0
- package/node_modules/zod/v4/core/errors.d.ts +220 -0
- package/node_modules/zod/v4/core/errors.js +182 -0
- package/node_modules/zod/v4/core/index.cjs +47 -0
- package/node_modules/zod/v4/core/index.d.cts +16 -0
- package/node_modules/zod/v4/core/index.d.ts +16 -0
- package/node_modules/zod/v4/core/index.js +16 -0
- package/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/node_modules/zod/v4/core/json-schema.js +1 -0
- package/node_modules/zod/v4/core/package.json +6 -0
- package/node_modules/zod/v4/core/parse.cjs +131 -0
- package/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/node_modules/zod/v4/core/parse.js +93 -0
- package/node_modules/zod/v4/core/regexes.cjs +166 -0
- package/node_modules/zod/v4/core/regexes.d.cts +79 -0
- package/node_modules/zod/v4/core/regexes.d.ts +79 -0
- package/node_modules/zod/v4/core/regexes.js +133 -0
- package/node_modules/zod/v4/core/registries.cjs +56 -0
- package/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/node_modules/zod/v4/core/registries.js +51 -0
- package/node_modules/zod/v4/core/schemas.cjs +2124 -0
- package/node_modules/zod/v4/core/schemas.d.cts +1146 -0
- package/node_modules/zod/v4/core/schemas.d.ts +1146 -0
- package/node_modules/zod/v4/core/schemas.js +2093 -0
- package/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
- package/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/node_modules/zod/v4/core/util.cjs +710 -0
- package/node_modules/zod/v4/core/util.d.cts +199 -0
- package/node_modules/zod/v4/core/util.d.ts +199 -0
- package/node_modules/zod/v4/core/util.js +651 -0
- package/node_modules/zod/v4/core/versions.cjs +8 -0
- package/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/node_modules/zod/v4/core/versions.js +5 -0
- package/node_modules/zod/v4/index.cjs +22 -0
- package/node_modules/zod/v4/index.d.cts +3 -0
- package/node_modules/zod/v4/index.d.ts +3 -0
- package/node_modules/zod/v4/index.js +3 -0
- package/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/node_modules/zod/v4/locales/ar.js +106 -0
- package/node_modules/zod/v4/locales/az.cjs +132 -0
- package/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/node_modules/zod/v4/locales/az.js +105 -0
- package/node_modules/zod/v4/locales/be.cjs +183 -0
- package/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/node_modules/zod/v4/locales/be.js +156 -0
- package/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/node_modules/zod/v4/locales/bg.js +120 -0
- package/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/node_modules/zod/v4/locales/ca.js +107 -0
- package/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/node_modules/zod/v4/locales/cs.js +111 -0
- package/node_modules/zod/v4/locales/da.cjs +142 -0
- package/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/node_modules/zod/v4/locales/da.js +115 -0
- package/node_modules/zod/v4/locales/de.cjs +135 -0
- package/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/node_modules/zod/v4/locales/de.js +108 -0
- package/node_modules/zod/v4/locales/en.cjs +136 -0
- package/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/node_modules/zod/v4/locales/en.js +109 -0
- package/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/node_modules/zod/v4/locales/eo.js +109 -0
- package/node_modules/zod/v4/locales/es.cjs +159 -0
- package/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/node_modules/zod/v4/locales/es.js +132 -0
- package/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/node_modules/zod/v4/locales/fa.js +114 -0
- package/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/node_modules/zod/v4/locales/fi.js +112 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/node_modules/zod/v4/locales/fr.cjs +135 -0
- package/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr.js +108 -0
- package/node_modules/zod/v4/locales/he.cjs +241 -0
- package/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/node_modules/zod/v4/locales/he.js +214 -0
- package/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/node_modules/zod/v4/locales/hu.js +108 -0
- package/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/node_modules/zod/v4/locales/hy.js +147 -0
- package/node_modules/zod/v4/locales/id.cjs +133 -0
- package/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/node_modules/zod/v4/locales/id.js +106 -0
- package/node_modules/zod/v4/locales/index.cjs +104 -0
- package/node_modules/zod/v4/locales/index.d.cts +49 -0
- package/node_modules/zod/v4/locales/index.d.ts +49 -0
- package/node_modules/zod/v4/locales/index.js +49 -0
- package/node_modules/zod/v4/locales/is.cjs +136 -0
- package/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/node_modules/zod/v4/locales/is.js +109 -0
- package/node_modules/zod/v4/locales/it.cjs +135 -0
- package/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/node_modules/zod/v4/locales/it.js +108 -0
- package/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/node_modules/zod/v4/locales/ja.js +107 -0
- package/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/node_modules/zod/v4/locales/ka.js +112 -0
- package/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/node_modules/zod/v4/locales/kh.js +5 -0
- package/node_modules/zod/v4/locales/km.cjs +137 -0
- package/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/node_modules/zod/v4/locales/km.js +110 -0
- package/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/node_modules/zod/v4/locales/ko.js +111 -0
- package/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/node_modules/zod/v4/locales/lt.js +203 -0
- package/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/node_modules/zod/v4/locales/mk.js +109 -0
- package/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/node_modules/zod/v4/locales/ms.js +107 -0
- package/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/node_modules/zod/v4/locales/nl.js +110 -0
- package/node_modules/zod/v4/locales/no.cjs +135 -0
- package/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/node_modules/zod/v4/locales/no.js +108 -0
- package/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/node_modules/zod/v4/locales/ota.js +109 -0
- package/node_modules/zod/v4/locales/package.json +6 -0
- package/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/node_modules/zod/v4/locales/pl.js +109 -0
- package/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/node_modules/zod/v4/locales/ps.js +114 -0
- package/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/node_modules/zod/v4/locales/pt.js +108 -0
- package/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/node_modules/zod/v4/locales/ru.js +156 -0
- package/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/node_modules/zod/v4/locales/sl.js +109 -0
- package/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/node_modules/zod/v4/locales/sv.js +110 -0
- package/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/node_modules/zod/v4/locales/ta.js +110 -0
- package/node_modules/zod/v4/locales/th.cjs +137 -0
- package/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/node_modules/zod/v4/locales/th.js +110 -0
- package/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/node_modules/zod/v4/locales/tr.js +105 -0
- package/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/node_modules/zod/v4/locales/ua.js +5 -0
- package/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/node_modules/zod/v4/locales/uk.js +108 -0
- package/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/node_modules/zod/v4/locales/ur.js +110 -0
- package/node_modules/zod/v4/locales/uz.cjs +136 -0
- package/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/node_modules/zod/v4/locales/uz.js +109 -0
- package/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/node_modules/zod/v4/locales/vi.js +108 -0
- package/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/node_modules/zod/v4/locales/yo.js +107 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/node_modules/zod/v4/mini/checks.js +1 -0
- package/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/node_modules/zod/v4/mini/coerce.js +22 -0
- package/node_modules/zod/v4/mini/external.cjs +63 -0
- package/node_modules/zod/v4/mini/external.d.cts +12 -0
- package/node_modules/zod/v4/mini/external.d.ts +12 -0
- package/node_modules/zod/v4/mini/external.js +14 -0
- package/node_modules/zod/v4/mini/index.cjs +32 -0
- package/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/node_modules/zod/v4/mini/index.js +3 -0
- package/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/node_modules/zod/v4/mini/iso.js +34 -0
- package/node_modules/zod/v4/mini/package.json +6 -0
- package/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/node_modules/zod/v4/mini/parse.js +1 -0
- package/node_modules/zod/v4/mini/schemas.cjs +1046 -0
- package/node_modules/zod/v4/mini/schemas.d.cts +427 -0
- package/node_modules/zod/v4/mini/schemas.d.ts +427 -0
- package/node_modules/zod/v4/mini/schemas.js +925 -0
- package/node_modules/zod/v4/package.json +6 -0
- package/node_modules/zod/v4-mini/index.cjs +32 -0
- package/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/node_modules/zod/v4-mini/index.js +3 -0
- package/node_modules/zod/v4-mini/package.json +6 -0
- package/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
- package/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
- package/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/node_modules/zod-to-json-schema/README.md +390 -0
- package/node_modules/zod-to-json-schema/changelog.md +83 -0
- package/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
- package/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
- package/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
- package/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
- package/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
- package/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
- package/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
- package/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
- package/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
- package/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
- package/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
- package/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
- package/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
- package/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
- package/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
- package/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
- package/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
- package/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
- package/node_modules/zod-to-json-schema/package.json +85 -0
- package/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/package.json +65 -0
|
@@ -0,0 +1,1632 @@
|
|
|
1
|
+
export declare const GDH_PRODUCT_NAME = "GDH";
|
|
2
|
+
export declare const GDH_PUBLIC_PACKAGE_NAMES: readonly ["gdh", "@skillcap/gdh"];
|
|
3
|
+
export declare const GDH_SCANNER_VERSION = "phase-2-scan-v1";
|
|
4
|
+
export declare const GDH_PROJECT_CONFIG_VERSION = 2;
|
|
5
|
+
export declare const GDH_RECIPE_SCHEMA_VERSION = 2;
|
|
6
|
+
export declare const GDH_SCENARIO_SCHEMA_VERSION = 2;
|
|
7
|
+
export declare const GDH_RULES_SCHEMA_VERSION = 1;
|
|
8
|
+
export declare const GDH_AGENT_CONTRACT_VERSION = 1;
|
|
9
|
+
export declare const GDH_GUIDANCE_INDEX_VERSION = 1;
|
|
10
|
+
export declare const GDH_GUIDANCE_UNIT_VERSION = 1;
|
|
11
|
+
export declare const GDH_GUIDANCE_AUDIT_VERSION = 1;
|
|
12
|
+
export declare const GDH_AUTHORING_SESSION_VERSION = 2;
|
|
13
|
+
export declare const GDH_AUTHORING_DOGFOOD_VERSION = 1;
|
|
14
|
+
export declare const GDH_AUTHORING_SLICE_REPORT_VERSION = 1;
|
|
15
|
+
export declare const GDH_MCP_MANIFEST_VERSION = 1;
|
|
16
|
+
export declare const GDH_CURSOR_RULE_VERSION = 1;
|
|
17
|
+
export declare const GDH_MCP_LAUNCHER_VERSION = 1;
|
|
18
|
+
export declare const GDH_RUNTIME_RECIPE_RUN_VERSION = 1;
|
|
19
|
+
export declare const GDH_RUNTIME_RUN_BUNDLE_VERSION = 1;
|
|
20
|
+
export declare const GDH_RUNTIME_CORPUS_ARTIFACT_VERSION = 1;
|
|
21
|
+
export declare const GDH_RUNTIME_BRIDGE_SURFACE_VERSION = 1;
|
|
22
|
+
export type GdhProductReleaseStage = "targeted_internal_use" | "broader_internal_release" | "external_or_public_preview";
|
|
23
|
+
export type GdhCurrentInstallMode = "development_checkout" | "packaged_install";
|
|
24
|
+
export type GdhProductCompatibilityState = "compatible" | "migration_available" | "migration_needed" | "migration_blocked" | "compatibility_degraded";
|
|
25
|
+
export type GdhProductVersionSource = "root_package_json";
|
|
26
|
+
export type GdhManagedProjectSurfaceId = "project_config" | "run_configuration_schema" | "verification_scenario_schema" | "rules_schema" | "agent_contract" | "guidance_index" | "guidance_unit" | "mcp_manifest" | "cursor_rule" | "mcp_launcher" | "runtime_bridge_surface";
|
|
27
|
+
export type GdhProjectLifecycleSurfaceManagement = "project_owned" | "managed" | "merge_managed";
|
|
28
|
+
export type GdhProjectLifecycleActionKind = "apply_migration" | "run_repair" | "manual_review";
|
|
29
|
+
export interface GdhProjectLifecycleActionHint {
|
|
30
|
+
readonly kind: GdhProjectLifecycleActionKind;
|
|
31
|
+
readonly summary: string;
|
|
32
|
+
readonly command: readonly string[] | null;
|
|
33
|
+
readonly autoApplicable: boolean;
|
|
34
|
+
}
|
|
35
|
+
export interface GdhProjectLifecycleVersionProbe {
|
|
36
|
+
readonly relativePath: string;
|
|
37
|
+
readonly absolutePath: string;
|
|
38
|
+
readonly present: boolean;
|
|
39
|
+
readonly expectedVersion: number | null;
|
|
40
|
+
readonly detectedVersion: number | null;
|
|
41
|
+
}
|
|
42
|
+
export interface GdhProjectLifecycleSurfaceStatus {
|
|
43
|
+
readonly surface: GdhManagedProjectSurfaceId;
|
|
44
|
+
readonly management: GdhProjectLifecycleSurfaceManagement;
|
|
45
|
+
readonly state: GdhProductCompatibilityState;
|
|
46
|
+
readonly summary: string;
|
|
47
|
+
readonly reasons: readonly string[];
|
|
48
|
+
readonly probes: readonly GdhProjectLifecycleVersionProbe[];
|
|
49
|
+
readonly action: GdhProjectLifecycleActionHint | null;
|
|
50
|
+
}
|
|
51
|
+
export interface GdhProjectLifecycleCompatibilityResult {
|
|
52
|
+
readonly targetPath: string;
|
|
53
|
+
readonly state: GdhProductCompatibilityState;
|
|
54
|
+
readonly summary: string;
|
|
55
|
+
readonly reasons: readonly string[];
|
|
56
|
+
readonly surfaces: readonly GdhProjectLifecycleSurfaceStatus[];
|
|
57
|
+
}
|
|
58
|
+
export interface GdhManagedProjectSurfaceVersion {
|
|
59
|
+
readonly surface: GdhManagedProjectSurfaceId;
|
|
60
|
+
readonly version: number;
|
|
61
|
+
}
|
|
62
|
+
export interface GdhProductMetadata {
|
|
63
|
+
readonly name: typeof GDH_PRODUCT_NAME;
|
|
64
|
+
readonly version: string;
|
|
65
|
+
readonly releaseStage: GdhProductReleaseStage;
|
|
66
|
+
readonly versionSource: GdhProductVersionSource;
|
|
67
|
+
readonly compatibilityStates: readonly GdhProductCompatibilityState[];
|
|
68
|
+
readonly managedProjectSurfaces: readonly GdhManagedProjectSurfaceVersion[];
|
|
69
|
+
}
|
|
70
|
+
export interface GdhCurrentInstall {
|
|
71
|
+
readonly rootPath: string;
|
|
72
|
+
readonly mode: GdhCurrentInstallMode;
|
|
73
|
+
readonly defaultDevRepoPath: string | null;
|
|
74
|
+
}
|
|
75
|
+
export declare function listGdhProductCompatibilityStates(): readonly GdhProductCompatibilityState[];
|
|
76
|
+
export declare function listGdhManagedProjectSurfaceVersions(): readonly GdhManagedProjectSurfaceVersion[];
|
|
77
|
+
export declare function resolveGdhProductMetadata(): GdhProductMetadata;
|
|
78
|
+
export declare function resolveCurrentGdhInstall(startUrl?: string | URL): GdhCurrentInstall;
|
|
79
|
+
export type GdhCapabilityId = "scan" | "authoring.readiness" | "authoring.lsp";
|
|
80
|
+
export type GdhCapabilityPresetId = "core" | "authoring";
|
|
81
|
+
export type GdhReadinessState = "undetected" | "detected" | "authorable" | "imports_needed" | "launchable" | "observable" | "verifiable";
|
|
82
|
+
export type GdhCapabilityAvailabilityState = "available" | "unavailable" | "disabled";
|
|
83
|
+
export type GdhAuthoringCheckStatus = "passed" | "diagnostics" | "degraded" | "unavailable";
|
|
84
|
+
export type GdhValidationKind = "authoring_check" | "unit_tests" | "integration_tests" | "editor_validation" | "runtime_scenario" | "manual_review";
|
|
85
|
+
export type GdhPackageName = "@gdh/core" | "@gdh/cli" | "@gdh/authoring" | "@gdh/scan" | "@gdh/docs" | "@gdh/adapters" | "@gdh/mcp" | "@gdh/observability" | "@gdh/runtime" | "@gdh/verify";
|
|
86
|
+
export type GdhPackageLayer = "foundation" | "capability" | "integration" | "surface";
|
|
87
|
+
export type GdhJsonPrimitive = string | number | boolean | null;
|
|
88
|
+
export type GdhJsonValue = GdhJsonPrimitive | readonly GdhJsonValue[] | {
|
|
89
|
+
readonly [key: string]: GdhJsonValue;
|
|
90
|
+
};
|
|
91
|
+
export declare function presentPublicRuntimeTerms(value: unknown): unknown;
|
|
92
|
+
export declare function canonicalizeRuntimeTerms(value: unknown): unknown;
|
|
93
|
+
export interface GdhPackageBoundary {
|
|
94
|
+
readonly name: GdhPackageName;
|
|
95
|
+
readonly layer: GdhPackageLayer;
|
|
96
|
+
readonly responsibility: string;
|
|
97
|
+
readonly allowedInternalDependencies: readonly GdhPackageName[];
|
|
98
|
+
}
|
|
99
|
+
export interface GdhCapabilityAvailability {
|
|
100
|
+
readonly id: GdhCapabilityId;
|
|
101
|
+
readonly declared: boolean;
|
|
102
|
+
readonly effective: boolean;
|
|
103
|
+
readonly availability: GdhCapabilityAvailabilityState;
|
|
104
|
+
readonly reason: string | null;
|
|
105
|
+
}
|
|
106
|
+
export interface GdhCapabilityOverrides {
|
|
107
|
+
readonly enable: readonly GdhCapabilityId[];
|
|
108
|
+
readonly disable: readonly GdhCapabilityId[];
|
|
109
|
+
}
|
|
110
|
+
export interface GdhWorktreeStateSnapshot {
|
|
111
|
+
readonly inventoryPath: string;
|
|
112
|
+
readonly inventoryPresent: boolean;
|
|
113
|
+
readonly readinessPath: string;
|
|
114
|
+
readonly readinessPresent: boolean;
|
|
115
|
+
readonly authoringStatePath: string;
|
|
116
|
+
readonly authoringStatePresent: boolean;
|
|
117
|
+
}
|
|
118
|
+
export interface GdhAuthoringStatusResult {
|
|
119
|
+
readonly targetPath: string;
|
|
120
|
+
readonly readiness: GdhReadinessState;
|
|
121
|
+
readonly summary: string;
|
|
122
|
+
readonly reasons: readonly string[];
|
|
123
|
+
readonly detectedProjectCount: number;
|
|
124
|
+
readonly primaryProjectPath: string | null;
|
|
125
|
+
readonly capabilityPreset: GdhCapabilityPresetId | null;
|
|
126
|
+
readonly capabilityOverrides: GdhCapabilityOverrides;
|
|
127
|
+
readonly declaredCapabilities: readonly GdhCapabilityId[];
|
|
128
|
+
readonly effectiveCapabilities: readonly GdhCapabilityId[];
|
|
129
|
+
readonly capabilities: readonly GdhCapabilityAvailability[];
|
|
130
|
+
readonly inventoryObservedAt: string;
|
|
131
|
+
readonly worktreeState: GdhWorktreeStateSnapshot;
|
|
132
|
+
}
|
|
133
|
+
export interface GdhAuthoringDiagnostic {
|
|
134
|
+
readonly message: string;
|
|
135
|
+
readonly path: string | null;
|
|
136
|
+
readonly severity: "error" | "warning" | "info";
|
|
137
|
+
readonly source: "gdh" | "godot_lsp";
|
|
138
|
+
}
|
|
139
|
+
export interface GdhValidationExpectation {
|
|
140
|
+
readonly id: string;
|
|
141
|
+
readonly kind: GdhValidationKind;
|
|
142
|
+
readonly required: boolean;
|
|
143
|
+
readonly summary: string;
|
|
144
|
+
}
|
|
145
|
+
export interface GdhRuleEntry {
|
|
146
|
+
readonly id: string;
|
|
147
|
+
readonly summary: string;
|
|
148
|
+
readonly rationale: string | null;
|
|
149
|
+
readonly validationExpectations: readonly GdhValidationExpectation[];
|
|
150
|
+
}
|
|
151
|
+
export interface GdhPathScopeRules {
|
|
152
|
+
readonly id: string;
|
|
153
|
+
readonly summary: string;
|
|
154
|
+
readonly pathGlobs: readonly string[];
|
|
155
|
+
readonly hardRules: readonly GdhRuleEntry[];
|
|
156
|
+
readonly softGuidance: readonly GdhRuleEntry[];
|
|
157
|
+
readonly prohibitedPatterns: readonly GdhRuleEntry[];
|
|
158
|
+
readonly validationExpectations: readonly GdhValidationExpectation[];
|
|
159
|
+
}
|
|
160
|
+
export interface GdhRulesDocument {
|
|
161
|
+
readonly schemaVersion: typeof GDH_RULES_SCHEMA_VERSION;
|
|
162
|
+
readonly hardRules: readonly GdhRuleEntry[];
|
|
163
|
+
readonly softGuidance: readonly GdhRuleEntry[];
|
|
164
|
+
readonly prohibitedPatterns: readonly GdhRuleEntry[];
|
|
165
|
+
readonly pathScopes: readonly GdhPathScopeRules[];
|
|
166
|
+
}
|
|
167
|
+
export type GdhGuidanceStrength = "required" | "recommended";
|
|
168
|
+
export interface GdhGuidanceWhen {
|
|
169
|
+
readonly taskTypes: readonly string[];
|
|
170
|
+
readonly capabilities: readonly string[];
|
|
171
|
+
readonly repoState: readonly string[];
|
|
172
|
+
readonly keywords: readonly string[];
|
|
173
|
+
}
|
|
174
|
+
export interface GdhGuidanceUnitMetadata {
|
|
175
|
+
readonly id: string;
|
|
176
|
+
readonly title: string;
|
|
177
|
+
readonly version: typeof GDH_GUIDANCE_UNIT_VERSION;
|
|
178
|
+
readonly strength: GdhGuidanceStrength;
|
|
179
|
+
readonly when: GdhGuidanceWhen;
|
|
180
|
+
}
|
|
181
|
+
export interface GdhGuidanceUnitDocument {
|
|
182
|
+
readonly relativePath: string;
|
|
183
|
+
readonly absolutePath: string;
|
|
184
|
+
readonly metadata: GdhGuidanceUnitMetadata;
|
|
185
|
+
readonly body: string;
|
|
186
|
+
}
|
|
187
|
+
export interface GdhGuidanceIndexEntry {
|
|
188
|
+
readonly id: string;
|
|
189
|
+
readonly title: string;
|
|
190
|
+
readonly relativePath: string;
|
|
191
|
+
readonly strength: GdhGuidanceStrength;
|
|
192
|
+
}
|
|
193
|
+
export interface GdhGuidanceIndexDocument {
|
|
194
|
+
readonly version: typeof GDH_GUIDANCE_INDEX_VERSION;
|
|
195
|
+
readonly relativePath: string;
|
|
196
|
+
readonly absolutePath: string;
|
|
197
|
+
readonly body: string;
|
|
198
|
+
readonly entries: readonly GdhGuidanceIndexEntry[];
|
|
199
|
+
}
|
|
200
|
+
export interface GdhGuidanceSurface {
|
|
201
|
+
readonly rules: GdhRulesDocument | null;
|
|
202
|
+
readonly index: GdhGuidanceIndexDocument | null;
|
|
203
|
+
readonly units: readonly GdhGuidanceUnitDocument[];
|
|
204
|
+
}
|
|
205
|
+
export type GdhGuidanceSurfaceState = "missing" | "partial" | "ready";
|
|
206
|
+
export interface GdhGuidanceRulesStatus {
|
|
207
|
+
readonly relativePath: string;
|
|
208
|
+
readonly absolutePath: string;
|
|
209
|
+
readonly present: boolean;
|
|
210
|
+
readonly hardRuleCount: number;
|
|
211
|
+
readonly softGuidanceCount: number;
|
|
212
|
+
readonly prohibitedPatternCount: number;
|
|
213
|
+
readonly pathScopeCount: number;
|
|
214
|
+
}
|
|
215
|
+
export interface GdhGuidanceIndexStatus {
|
|
216
|
+
readonly relativePath: string;
|
|
217
|
+
readonly absolutePath: string;
|
|
218
|
+
readonly present: boolean;
|
|
219
|
+
readonly version: number | null;
|
|
220
|
+
readonly entryCount: number;
|
|
221
|
+
}
|
|
222
|
+
export interface GdhAgentContractStatus {
|
|
223
|
+
readonly relativePath: string;
|
|
224
|
+
readonly absolutePath: string;
|
|
225
|
+
readonly present: boolean;
|
|
226
|
+
readonly hasManagedBlock: boolean;
|
|
227
|
+
readonly version: number | null;
|
|
228
|
+
readonly canonicalIndexRelativePath: string | null;
|
|
229
|
+
}
|
|
230
|
+
export interface GdhGuidanceUnitsStatus {
|
|
231
|
+
readonly directoryRelativePath: string;
|
|
232
|
+
readonly directoryAbsolutePath: string;
|
|
233
|
+
readonly count: number;
|
|
234
|
+
readonly entries: readonly GdhGuidanceIndexEntry[];
|
|
235
|
+
}
|
|
236
|
+
export interface GdhGuidanceStatusResult {
|
|
237
|
+
readonly targetPath: string;
|
|
238
|
+
readonly state: GdhGuidanceSurfaceState;
|
|
239
|
+
readonly summary: string;
|
|
240
|
+
readonly agentContract: GdhAgentContractStatus;
|
|
241
|
+
readonly rules: GdhGuidanceRulesStatus;
|
|
242
|
+
readonly index: GdhGuidanceIndexStatus;
|
|
243
|
+
readonly units: GdhGuidanceUnitsStatus;
|
|
244
|
+
}
|
|
245
|
+
export interface GdhGuidanceResolveRequest {
|
|
246
|
+
readonly taskTypes: readonly string[];
|
|
247
|
+
readonly capabilities: readonly string[];
|
|
248
|
+
readonly repoState: readonly string[];
|
|
249
|
+
readonly keywords: readonly string[];
|
|
250
|
+
}
|
|
251
|
+
export interface GdhGuidanceResolvedUnit extends GdhGuidanceIndexEntry {
|
|
252
|
+
readonly matchedOn: GdhGuidanceWhen;
|
|
253
|
+
}
|
|
254
|
+
export interface GdhGuidanceResolveResult {
|
|
255
|
+
readonly targetPath: string;
|
|
256
|
+
readonly status: GdhGuidanceStatusResult;
|
|
257
|
+
readonly request: GdhGuidanceResolveRequest;
|
|
258
|
+
readonly effectiveRepoState: readonly string[];
|
|
259
|
+
readonly rules: GdhRulesDocument | null;
|
|
260
|
+
readonly eligibleUnits: readonly GdhGuidanceResolvedUnit[];
|
|
261
|
+
readonly requiredUnits: readonly GdhGuidanceResolvedUnit[];
|
|
262
|
+
readonly recommendedUnits: readonly GdhGuidanceResolvedUnit[];
|
|
263
|
+
}
|
|
264
|
+
export type GdhGuidanceAuditLoadMode = "auto" | "manual";
|
|
265
|
+
export type GdhGuidanceAuditHeuristicKind = "late_load" | "redundant_discovery" | "repeat_search" | "unused_guidance" | "miss_after_failure" | "reload_churn";
|
|
266
|
+
export interface GdhGuidanceAuditEligibleUnit {
|
|
267
|
+
readonly id: string;
|
|
268
|
+
readonly strength: GdhGuidanceStrength;
|
|
269
|
+
readonly reasons: readonly string[];
|
|
270
|
+
}
|
|
271
|
+
export interface GdhGuidanceAuditLoadedUnit {
|
|
272
|
+
readonly id: string;
|
|
273
|
+
readonly strength: GdhGuidanceStrength;
|
|
274
|
+
readonly loadMode: GdhGuidanceAuditLoadMode;
|
|
275
|
+
readonly loadedAt: string;
|
|
276
|
+
}
|
|
277
|
+
export interface GdhGuidanceAuditFinding {
|
|
278
|
+
readonly kind: GdhGuidanceAuditHeuristicKind;
|
|
279
|
+
readonly summary: string;
|
|
280
|
+
readonly relatedUnitIds: readonly string[];
|
|
281
|
+
}
|
|
282
|
+
export interface GdhGuidanceAuditTurn {
|
|
283
|
+
readonly turnId: string;
|
|
284
|
+
readonly recordedAt: string;
|
|
285
|
+
readonly taskSummary: string | null;
|
|
286
|
+
readonly eligibleUnits: readonly GdhGuidanceAuditEligibleUnit[];
|
|
287
|
+
readonly loadedUnits: readonly GdhGuidanceAuditLoadedUnit[];
|
|
288
|
+
readonly findings: readonly GdhGuidanceAuditFinding[];
|
|
289
|
+
}
|
|
290
|
+
export interface GdhGuidanceAuditSession {
|
|
291
|
+
readonly sessionId: string;
|
|
292
|
+
readonly startedAt: string;
|
|
293
|
+
readonly lastUpdatedAt: string;
|
|
294
|
+
readonly turns: readonly GdhGuidanceAuditTurn[];
|
|
295
|
+
}
|
|
296
|
+
export interface GdhGuidanceAuditArtifact {
|
|
297
|
+
readonly version: typeof GDH_GUIDANCE_AUDIT_VERSION;
|
|
298
|
+
readonly targetPath: string;
|
|
299
|
+
readonly sessions: readonly GdhGuidanceAuditSession[];
|
|
300
|
+
}
|
|
301
|
+
export type GdhGuidanceAuditInspectionState = "missing" | "empty" | "available";
|
|
302
|
+
export interface GdhGuidanceAuditInspectionResult {
|
|
303
|
+
readonly targetPath: string;
|
|
304
|
+
readonly artifactPath: string;
|
|
305
|
+
readonly state: GdhGuidanceAuditInspectionState;
|
|
306
|
+
readonly summary: string;
|
|
307
|
+
readonly sessionCount: number;
|
|
308
|
+
readonly turnCount: number;
|
|
309
|
+
readonly lastRecordedAt: string | null;
|
|
310
|
+
readonly artifact: GdhGuidanceAuditArtifact | null;
|
|
311
|
+
}
|
|
312
|
+
export interface GdhGuidanceStatusView {
|
|
313
|
+
readonly targetPath: string;
|
|
314
|
+
readonly projectConfigPresent: boolean;
|
|
315
|
+
readonly authoringReadiness: GdhReadinessState | null;
|
|
316
|
+
readonly effectiveRepoState: readonly string[];
|
|
317
|
+
readonly guidance: GdhGuidanceStatusResult;
|
|
318
|
+
readonly audit: GdhGuidanceAuditInspectionResult;
|
|
319
|
+
}
|
|
320
|
+
export type GdhAuthoringSessionEventKind = "onboard" | "status" | "bridge_status" | "bridge_install" | "bridge_repair" | "bridge_remove" | "authoring_check" | "target_prepare" | "imports_refresh" | "recipe_list" | "recipe_show" | "recipe_check" | "recipe_run" | "scenario_list" | "scenario_show" | "verify_run" | "verify_inspect" | "verify_readiness" | "guidance_status" | "guidance_resolve" | "guidance_audit" | "verify_recommend" | "verify_done";
|
|
321
|
+
export type GdhAuthoringSessionEventState = "succeeded" | "blocked" | "failed";
|
|
322
|
+
export interface GdhAuthoringSessionGuidanceSnapshot {
|
|
323
|
+
readonly effectiveRepoState: readonly string[];
|
|
324
|
+
readonly requiredUnitIds: readonly string[];
|
|
325
|
+
readonly recommendedUnitIds: readonly string[];
|
|
326
|
+
}
|
|
327
|
+
export interface GdhAuthoringSessionValidationSnapshot {
|
|
328
|
+
readonly changedFiles: readonly string[];
|
|
329
|
+
readonly recommendedKinds: readonly GdhValidationKind[];
|
|
330
|
+
readonly performedKinds: readonly GdhValidationKind[];
|
|
331
|
+
}
|
|
332
|
+
export interface GdhAuthoringSessionEvent {
|
|
333
|
+
readonly eventId: string;
|
|
334
|
+
readonly startedAt: string;
|
|
335
|
+
readonly recordedAt: string;
|
|
336
|
+
readonly finishedAt: string;
|
|
337
|
+
readonly durationMs: number | null;
|
|
338
|
+
readonly kind: GdhAuthoringSessionEventKind;
|
|
339
|
+
readonly command: string;
|
|
340
|
+
readonly state: GdhAuthoringSessionEventState;
|
|
341
|
+
readonly summary: string;
|
|
342
|
+
readonly changedFiles: readonly string[];
|
|
343
|
+
readonly producedArtifacts: readonly string[];
|
|
344
|
+
readonly guidance: GdhAuthoringSessionGuidanceSnapshot | null;
|
|
345
|
+
readonly validation: GdhAuthoringSessionValidationSnapshot | null;
|
|
346
|
+
readonly errorMessage: string | null;
|
|
347
|
+
}
|
|
348
|
+
export interface GdhAuthoringSession {
|
|
349
|
+
readonly sessionId: string;
|
|
350
|
+
readonly startedAt: string;
|
|
351
|
+
readonly lastUpdatedAt: string;
|
|
352
|
+
readonly events: readonly GdhAuthoringSessionEvent[];
|
|
353
|
+
}
|
|
354
|
+
export interface GdhAuthoringSessionArtifact {
|
|
355
|
+
readonly version: typeof GDH_AUTHORING_SESSION_VERSION;
|
|
356
|
+
readonly targetPath: string;
|
|
357
|
+
readonly sessions: readonly GdhAuthoringSession[];
|
|
358
|
+
}
|
|
359
|
+
export type GdhAuthoringSessionInspectionState = "missing" | "empty" | "available";
|
|
360
|
+
export interface GdhAuthoringSessionInspectionResult {
|
|
361
|
+
readonly targetPath: string;
|
|
362
|
+
readonly artifactPath: string;
|
|
363
|
+
readonly state: GdhAuthoringSessionInspectionState;
|
|
364
|
+
readonly summary: string;
|
|
365
|
+
readonly sessionCount: number;
|
|
366
|
+
readonly eventCount: number;
|
|
367
|
+
readonly lastRecordedAt: string | null;
|
|
368
|
+
readonly session: GdhAuthoringSession | null;
|
|
369
|
+
readonly artifact: GdhAuthoringSessionArtifact | null;
|
|
370
|
+
}
|
|
371
|
+
export type GdhAuthoringEffectivenessState = "insufficient_data" | "effective" | "partial" | "ineffective";
|
|
372
|
+
export interface GdhAuthoringEffectivenessGuidanceSummary {
|
|
373
|
+
readonly guidanceAware: boolean;
|
|
374
|
+
readonly effectiveRepoState: readonly string[];
|
|
375
|
+
readonly requiredUnitIds: readonly string[];
|
|
376
|
+
readonly recommendedUnitIds: readonly string[];
|
|
377
|
+
}
|
|
378
|
+
export interface GdhAuthoringEffectivenessValidationSummary {
|
|
379
|
+
readonly changedFiles: readonly string[];
|
|
380
|
+
readonly recommendedKinds: readonly GdhValidationKind[];
|
|
381
|
+
readonly performedKinds: readonly GdhValidationKind[];
|
|
382
|
+
readonly missingRecommendedKinds: readonly GdhValidationKind[];
|
|
383
|
+
readonly coverageRatio: number | null;
|
|
384
|
+
}
|
|
385
|
+
export interface GdhAuthoringEffectivenessWorkflowSummary {
|
|
386
|
+
readonly stepsToFirstGuidance: number | null;
|
|
387
|
+
readonly stepsToFirstValidationRecommendation: number | null;
|
|
388
|
+
readonly stepsToFirstAuthoringCheck: number | null;
|
|
389
|
+
readonly stepsToFirstRuntimeVerification: number | null;
|
|
390
|
+
readonly stepsToDoneEvaluation: number | null;
|
|
391
|
+
readonly guidanceBeforeValidationRecommendation: boolean | null;
|
|
392
|
+
readonly validationRecommendationBeforeDone: boolean | null;
|
|
393
|
+
readonly doneAfterRecommendedValidation: boolean | null;
|
|
394
|
+
}
|
|
395
|
+
export interface GdhAuthoringEffectivenessCoverageSummary {
|
|
396
|
+
readonly validationRecommended: boolean;
|
|
397
|
+
readonly doneEvaluated: boolean;
|
|
398
|
+
readonly authoringChecked: boolean;
|
|
399
|
+
readonly runtimeVerified: boolean;
|
|
400
|
+
}
|
|
401
|
+
export interface GdhAuthoringEffectivenessEvidenceSummary {
|
|
402
|
+
readonly producedArtifactCount: number;
|
|
403
|
+
readonly producedArtifacts: readonly string[];
|
|
404
|
+
readonly hasRuntimeRunRecordEvidence: boolean;
|
|
405
|
+
}
|
|
406
|
+
export interface GdhAuthoringEffectivenessFrictionSummary {
|
|
407
|
+
readonly blockedKinds: readonly GdhAuthoringSessionEventKind[];
|
|
408
|
+
readonly failedKinds: readonly GdhAuthoringSessionEventKind[];
|
|
409
|
+
readonly repeatedBlockedKinds: readonly GdhAuthoringSessionEventKind[];
|
|
410
|
+
readonly repeatedFailedKinds: readonly GdhAuthoringSessionEventKind[];
|
|
411
|
+
}
|
|
412
|
+
export interface GdhAuthoringEffectivenessSuggestion {
|
|
413
|
+
readonly code: string;
|
|
414
|
+
readonly summary: string;
|
|
415
|
+
}
|
|
416
|
+
export interface GdhAuthoringEffectivenessResult {
|
|
417
|
+
readonly targetPath: string;
|
|
418
|
+
readonly artifactPath: string;
|
|
419
|
+
readonly state: GdhAuthoringEffectivenessState;
|
|
420
|
+
readonly summary: string;
|
|
421
|
+
readonly sessionId: string | null;
|
|
422
|
+
readonly eventCount: number;
|
|
423
|
+
readonly succeededCount: number;
|
|
424
|
+
readonly blockedCount: number;
|
|
425
|
+
readonly failedCount: number;
|
|
426
|
+
readonly guidance: GdhAuthoringEffectivenessGuidanceSummary;
|
|
427
|
+
readonly validation: GdhAuthoringEffectivenessValidationSummary;
|
|
428
|
+
readonly workflow: GdhAuthoringEffectivenessWorkflowSummary;
|
|
429
|
+
readonly coverage: GdhAuthoringEffectivenessCoverageSummary;
|
|
430
|
+
readonly evidence: GdhAuthoringEffectivenessEvidenceSummary;
|
|
431
|
+
readonly friction: GdhAuthoringEffectivenessFrictionSummary;
|
|
432
|
+
readonly suggestions: readonly GdhAuthoringEffectivenessSuggestion[];
|
|
433
|
+
readonly session: GdhAuthoringSession | null;
|
|
434
|
+
readonly sessionInspection: GdhAuthoringSessionInspectionResult;
|
|
435
|
+
}
|
|
436
|
+
export type GdhAuthoringDogfoodTargetKind = "fixture" | "pilot";
|
|
437
|
+
export type GdhAuthoringDogfoodExecutionStrategy = "temporary_copy";
|
|
438
|
+
export type GdhAuthoringDogfoodTargetState = "passed" | "blocked" | "failed";
|
|
439
|
+
export type GdhAuthoringDogfoodReportState = "healthy" | "degraded" | "failed";
|
|
440
|
+
export interface GdhAuthoringDogfoodTarget {
|
|
441
|
+
readonly kind: GdhAuthoringDogfoodTargetKind;
|
|
442
|
+
readonly sourcePath: string;
|
|
443
|
+
readonly executionStrategy: GdhAuthoringDogfoodExecutionStrategy;
|
|
444
|
+
}
|
|
445
|
+
export interface GdhAuthoringDogfoodTargetResult {
|
|
446
|
+
readonly target: GdhAuthoringDogfoodTarget;
|
|
447
|
+
readonly state: GdhAuthoringDogfoodTargetState;
|
|
448
|
+
readonly summary: string;
|
|
449
|
+
readonly changedFiles: readonly string[];
|
|
450
|
+
readonly inventory: GdhProjectInventory | null;
|
|
451
|
+
readonly onboarding: GdhOnboardingResult | null;
|
|
452
|
+
readonly status: GdhAuthoringStatusResult | null;
|
|
453
|
+
readonly guidanceStatus: GdhGuidanceStatusResult | null;
|
|
454
|
+
readonly guidanceResolve: GdhGuidanceResolveResult | null;
|
|
455
|
+
readonly validationRecommendation: GdhValidationRecommendationResult | null;
|
|
456
|
+
readonly sessionInspection: GdhAuthoringSessionInspectionResult | null;
|
|
457
|
+
readonly blockedReason: string | null;
|
|
458
|
+
readonly errorMessage: string | null;
|
|
459
|
+
}
|
|
460
|
+
export interface GdhAuthoringDogfoodResult {
|
|
461
|
+
readonly version: typeof GDH_AUTHORING_DOGFOOD_VERSION;
|
|
462
|
+
readonly generatedAt: string;
|
|
463
|
+
readonly state: GdhAuthoringDogfoodReportState;
|
|
464
|
+
readonly summary: string;
|
|
465
|
+
readonly fixtureTargets: readonly string[];
|
|
466
|
+
readonly pilotTarget: string | null;
|
|
467
|
+
readonly results: readonly GdhAuthoringDogfoodTargetResult[];
|
|
468
|
+
}
|
|
469
|
+
export type GdhAuthoringSliceReportState = "ready" | "blocked" | "degraded" | "failed";
|
|
470
|
+
export type GdhAuthoringSliceFailureClass = "project_issue" | "environment_issue" | "harness_gap" | "agent_judgment_issue" | "unknown";
|
|
471
|
+
export interface GdhAuthoringSliceReport {
|
|
472
|
+
readonly version: typeof GDH_AUTHORING_SLICE_REPORT_VERSION;
|
|
473
|
+
readonly generatedAt: string;
|
|
474
|
+
readonly targetPath: string;
|
|
475
|
+
readonly state: GdhAuthoringSliceReportState;
|
|
476
|
+
readonly summary: string;
|
|
477
|
+
readonly failureClass: GdhAuthoringSliceFailureClass | null;
|
|
478
|
+
readonly reasons: readonly string[];
|
|
479
|
+
readonly adapters: GdhAgentAdaptersStatusResult | null;
|
|
480
|
+
readonly dogfood: GdhAuthoringDogfoodTargetResult;
|
|
481
|
+
readonly authoringCheck: GdhAuthoringCheckResult | null;
|
|
482
|
+
readonly donePolicy: GdhDonePolicyResult | null;
|
|
483
|
+
}
|
|
484
|
+
export type GdhMcpToolName = "status.get" | "guidance.resolve" | "docs.search" | "docs.fetch" | "target.prepare" | "authoring.check" | "verify.recommend" | "verify.done" | "run-config.check" | "run-config.run" | "bridge.session.start" | "bridge.entry.list" | "bridge.entry.invoke" | "bridge.session.stop" | "verify.run" | "verify.inspect" | "verify.readiness";
|
|
485
|
+
export interface GdhMcpResourceManifestEntry {
|
|
486
|
+
readonly name: string;
|
|
487
|
+
readonly summary: string;
|
|
488
|
+
readonly mimeType: string;
|
|
489
|
+
readonly uri: string | null;
|
|
490
|
+
readonly uriTemplate: string | null;
|
|
491
|
+
}
|
|
492
|
+
export type GdhMcpTargetPathPolicy = "optional" | "required";
|
|
493
|
+
export type GdhMcpSchemaType = "string" | "number" | "boolean" | "array" | "object";
|
|
494
|
+
export interface GdhMcpSchemaProperty {
|
|
495
|
+
readonly type: GdhMcpSchemaType;
|
|
496
|
+
readonly description: string;
|
|
497
|
+
readonly items?: GdhMcpSchemaProperty;
|
|
498
|
+
readonly properties?: Readonly<Record<string, GdhMcpSchemaProperty>>;
|
|
499
|
+
readonly required?: readonly string[];
|
|
500
|
+
readonly additionalProperties?: boolean;
|
|
501
|
+
}
|
|
502
|
+
export interface GdhMcpToolManifestEntry {
|
|
503
|
+
readonly name: GdhMcpToolName;
|
|
504
|
+
readonly summary: string;
|
|
505
|
+
readonly targetPathPolicy: GdhMcpTargetPathPolicy;
|
|
506
|
+
readonly inputSchema: GdhMcpSchemaProperty;
|
|
507
|
+
readonly outputSchema: GdhMcpSchemaProperty;
|
|
508
|
+
readonly outputContract: string;
|
|
509
|
+
}
|
|
510
|
+
export interface GdhMcpManifest {
|
|
511
|
+
readonly version: typeof GDH_MCP_MANIFEST_VERSION;
|
|
512
|
+
readonly generatedAt: string;
|
|
513
|
+
readonly product: GdhProductMetadata;
|
|
514
|
+
readonly tools: readonly GdhMcpToolManifestEntry[];
|
|
515
|
+
readonly resources: readonly GdhMcpResourceManifestEntry[];
|
|
516
|
+
}
|
|
517
|
+
export interface GdhMcpInvokeRequest {
|
|
518
|
+
readonly toolName: GdhMcpToolName;
|
|
519
|
+
readonly targetPath: string | null;
|
|
520
|
+
readonly input: Readonly<Record<string, GdhJsonValue>>;
|
|
521
|
+
}
|
|
522
|
+
export type GdhMcpInvokeState = "succeeded" | "failed";
|
|
523
|
+
export interface GdhMcpInvokeResult {
|
|
524
|
+
readonly manifestVersion: typeof GDH_MCP_MANIFEST_VERSION;
|
|
525
|
+
readonly toolName: GdhMcpToolName;
|
|
526
|
+
readonly targetPath: string | null;
|
|
527
|
+
readonly state: GdhMcpInvokeState;
|
|
528
|
+
readonly output: GdhJsonValue | null;
|
|
529
|
+
readonly error: string | null;
|
|
530
|
+
}
|
|
531
|
+
export type GdhSupportedAgent = "codex" | "claude" | "cursor";
|
|
532
|
+
export type GdhAgentAdapterSurfaceKind = "canonical_entrypoint" | "symlink" | "command_file" | "skill_file" | "rule_file" | "mcp_file" | "launcher_file" | "user_registration";
|
|
533
|
+
export type GdhAgentAdapterSurfaceState = "ready" | "missing" | "misconfigured";
|
|
534
|
+
export type GdhAgentAdapterSurfaceScope = "repo" | "user";
|
|
535
|
+
export type GdhAgentAdapterState = "ready" | "needs_install" | "misconfigured" | "visibility_broken";
|
|
536
|
+
export interface GdhAgentAdapterSurfaceStatus {
|
|
537
|
+
readonly kind: GdhAgentAdapterSurfaceKind;
|
|
538
|
+
readonly scope: GdhAgentAdapterSurfaceScope;
|
|
539
|
+
readonly relativePath: string | null;
|
|
540
|
+
readonly absolutePath: string | null;
|
|
541
|
+
readonly present: boolean;
|
|
542
|
+
readonly state: GdhAgentAdapterSurfaceState;
|
|
543
|
+
readonly summary: string;
|
|
544
|
+
readonly version: number | null;
|
|
545
|
+
readonly expectedTarget: string | null;
|
|
546
|
+
readonly detectedTarget: string | null;
|
|
547
|
+
}
|
|
548
|
+
export interface GdhAgentAdapterStatus {
|
|
549
|
+
readonly agent: GdhSupportedAgent;
|
|
550
|
+
readonly state: GdhAgentAdapterState;
|
|
551
|
+
readonly summary: string;
|
|
552
|
+
readonly surfaces: readonly GdhAgentAdapterSurfaceStatus[];
|
|
553
|
+
}
|
|
554
|
+
export interface GdhAgentAdaptersStatusResult {
|
|
555
|
+
readonly targetPath: string;
|
|
556
|
+
readonly guidance: GdhGuidanceStatusResult;
|
|
557
|
+
readonly adapters: readonly GdhAgentAdapterStatus[];
|
|
558
|
+
}
|
|
559
|
+
export type GdhAgentAdapterInstallActionKind = "ensure_symlink" | "write_file" | "run_command";
|
|
560
|
+
export type GdhAgentAdapterInstallActionState = "planned" | "applied" | "unchanged";
|
|
561
|
+
export type GdhAgentAdapterInstallActionMode = "create" | "replace" | "unchanged";
|
|
562
|
+
export type GdhAgentAdaptersInstallState = "blocked" | "planned" | "applied";
|
|
563
|
+
export interface GdhAgentAdapterInstallAction {
|
|
564
|
+
readonly agent: GdhSupportedAgent;
|
|
565
|
+
readonly kind: GdhAgentAdapterInstallActionKind;
|
|
566
|
+
readonly scope: GdhAgentAdapterSurfaceScope;
|
|
567
|
+
readonly relativePath: string | null;
|
|
568
|
+
readonly absolutePath: string | null;
|
|
569
|
+
readonly state: GdhAgentAdapterInstallActionState;
|
|
570
|
+
readonly mode: GdhAgentAdapterInstallActionMode;
|
|
571
|
+
readonly summary: string;
|
|
572
|
+
readonly version: number | null;
|
|
573
|
+
readonly expectedTarget: string | null;
|
|
574
|
+
readonly content: string | null;
|
|
575
|
+
readonly command: readonly string[] | null;
|
|
576
|
+
}
|
|
577
|
+
export interface GdhAgentAdaptersInstallResult {
|
|
578
|
+
readonly targetPath: string;
|
|
579
|
+
readonly dryRun: boolean;
|
|
580
|
+
readonly state: GdhAgentAdaptersInstallState;
|
|
581
|
+
readonly summary: string;
|
|
582
|
+
readonly requestedAgents: readonly GdhSupportedAgent[];
|
|
583
|
+
readonly guidance: GdhGuidanceStatusResult;
|
|
584
|
+
readonly adapters: readonly GdhAgentAdapterStatus[];
|
|
585
|
+
readonly actions: readonly GdhAgentAdapterInstallAction[];
|
|
586
|
+
}
|
|
587
|
+
export type GdhWorkflowAdapter = "gsd";
|
|
588
|
+
export type GdhWorkflowAdapterState = "available" | "disabled_by_default";
|
|
589
|
+
export type GdhWorkflowAdapterProjectionState = "available" | "unavailable";
|
|
590
|
+
export interface GdhWorkflowAdapterStatus {
|
|
591
|
+
readonly adapter: GdhWorkflowAdapter;
|
|
592
|
+
readonly enabledByDefault: boolean;
|
|
593
|
+
readonly state: GdhWorkflowAdapterState;
|
|
594
|
+
readonly summary: string;
|
|
595
|
+
}
|
|
596
|
+
export interface GdhWorkflowAdapterProjection<T> {
|
|
597
|
+
readonly state: GdhWorkflowAdapterProjectionState;
|
|
598
|
+
readonly summary: string;
|
|
599
|
+
readonly value: T | null;
|
|
600
|
+
}
|
|
601
|
+
export interface GdhGsdSnapshot {
|
|
602
|
+
readonly targetPath: string;
|
|
603
|
+
readonly adapter: GdhWorkflowAdapterStatus;
|
|
604
|
+
readonly files: readonly string[];
|
|
605
|
+
readonly performed: readonly GdhValidationKind[];
|
|
606
|
+
readonly status: GdhAuthoringStatusResult;
|
|
607
|
+
readonly guidanceStatus: GdhGuidanceStatusView;
|
|
608
|
+
readonly guidanceResolve: GdhGuidanceResolveResult;
|
|
609
|
+
readonly validationRecommendation: GdhWorkflowAdapterProjection<GdhValidationRecommendationResult>;
|
|
610
|
+
readonly donePolicy: GdhWorkflowAdapterProjection<GdhDonePolicyResult>;
|
|
611
|
+
}
|
|
612
|
+
export type GdhAuthoringImportStateStatus = "unknown" | "cold" | "seed_available" | "hydrated";
|
|
613
|
+
export interface GdhAuthoringImportState {
|
|
614
|
+
readonly status: GdhAuthoringImportStateStatus;
|
|
615
|
+
readonly summary: string;
|
|
616
|
+
readonly reasons: readonly string[];
|
|
617
|
+
readonly seedPath: string | null;
|
|
618
|
+
readonly worktreePath: string | null;
|
|
619
|
+
}
|
|
620
|
+
export type GdhAuthoringCaveatKind = "import_state" | "editor_validation";
|
|
621
|
+
export type GdhAuthoringCaveatSeverity = "info" | "warning";
|
|
622
|
+
export interface GdhAuthoringCaveat {
|
|
623
|
+
readonly id: string;
|
|
624
|
+
readonly kind: GdhAuthoringCaveatKind;
|
|
625
|
+
readonly severity: GdhAuthoringCaveatSeverity;
|
|
626
|
+
readonly summary: string;
|
|
627
|
+
readonly reason: string;
|
|
628
|
+
readonly evidencePaths: readonly string[];
|
|
629
|
+
}
|
|
630
|
+
export type GdhLspLifecycleStatus = "ready" | "degraded" | "unavailable";
|
|
631
|
+
export type GdhLspTrustState = "trusted" | "degraded" | "stale";
|
|
632
|
+
export type GdhLspLauncherKind = "godot_editor" | "test_fake";
|
|
633
|
+
export type GdhLspValidationMode = "unimplemented" | "passed" | "diagnostics" | "degraded";
|
|
634
|
+
export interface GdhWorktreeIdentity {
|
|
635
|
+
readonly rootPath: string;
|
|
636
|
+
readonly worktreeKey: string;
|
|
637
|
+
readonly projectKey: string | null;
|
|
638
|
+
readonly primaryProjectPath: string | null;
|
|
639
|
+
readonly stateRootPath: string;
|
|
640
|
+
}
|
|
641
|
+
export interface GdhLspLeaseSnapshot {
|
|
642
|
+
readonly leaseId: string;
|
|
643
|
+
readonly owner: string;
|
|
644
|
+
readonly acquiredAt: string;
|
|
645
|
+
}
|
|
646
|
+
export interface GdhManagedLspInstanceSnapshot {
|
|
647
|
+
readonly instanceId: string;
|
|
648
|
+
readonly launcher: GdhLspLauncherKind;
|
|
649
|
+
readonly port: number;
|
|
650
|
+
readonly pid: number | null;
|
|
651
|
+
readonly projectPath: string;
|
|
652
|
+
readonly command: readonly string[];
|
|
653
|
+
readonly trust: GdhLspTrustState;
|
|
654
|
+
readonly launchedAt: string;
|
|
655
|
+
readonly lastValidatedAt: string;
|
|
656
|
+
}
|
|
657
|
+
export interface GdhManagedLspSessionSnapshot {
|
|
658
|
+
readonly lease: GdhLspLeaseSnapshot | null;
|
|
659
|
+
readonly activeLeaseCount: number;
|
|
660
|
+
readonly reusedInstance: boolean;
|
|
661
|
+
readonly cleanedStaleInstance: boolean;
|
|
662
|
+
}
|
|
663
|
+
export interface GdhManagedLspStatusProvenance {
|
|
664
|
+
readonly source: "authoring.lsp";
|
|
665
|
+
readonly inventoryObservedAt: string;
|
|
666
|
+
readonly projectConfigPresent: boolean;
|
|
667
|
+
readonly stateRootPath: string;
|
|
668
|
+
readonly rawPayload: Readonly<Record<string, unknown>> | null;
|
|
669
|
+
}
|
|
670
|
+
export interface GdhManagedLspStatusResult {
|
|
671
|
+
readonly targetPath: string;
|
|
672
|
+
readonly capability: "authoring.lsp";
|
|
673
|
+
readonly readiness: GdhReadinessState;
|
|
674
|
+
readonly availability: GdhCapabilityAvailabilityState;
|
|
675
|
+
readonly status: GdhLspLifecycleStatus;
|
|
676
|
+
readonly summary: string;
|
|
677
|
+
readonly reasons: readonly string[];
|
|
678
|
+
readonly worktree: GdhWorktreeIdentity;
|
|
679
|
+
readonly session: GdhManagedLspSessionSnapshot;
|
|
680
|
+
readonly instance: GdhManagedLspInstanceSnapshot | null;
|
|
681
|
+
readonly provenance: GdhManagedLspStatusProvenance;
|
|
682
|
+
}
|
|
683
|
+
export interface GdhAuthoringCheckLspSnapshot {
|
|
684
|
+
readonly status: GdhLspLifecycleStatus;
|
|
685
|
+
readonly trust: GdhLspTrustState | null;
|
|
686
|
+
readonly instanceId: string | null;
|
|
687
|
+
readonly port: number | null;
|
|
688
|
+
readonly leaseId: string | null;
|
|
689
|
+
readonly reusedInstance: boolean;
|
|
690
|
+
readonly validationMode: GdhLspValidationMode | null;
|
|
691
|
+
}
|
|
692
|
+
export interface GdhAuthoringCheckProvenance {
|
|
693
|
+
readonly source: "authoring.readiness" | "authoring.lsp";
|
|
694
|
+
readonly inventoryObservedAt: string;
|
|
695
|
+
readonly projectConfigPresent: boolean;
|
|
696
|
+
readonly lsp: GdhAuthoringCheckLspSnapshot | null;
|
|
697
|
+
readonly rawPayload: Readonly<Record<string, unknown>> | null;
|
|
698
|
+
}
|
|
699
|
+
export interface GdhAuthoringCheckResult {
|
|
700
|
+
readonly targetPath: string;
|
|
701
|
+
readonly capability: "authoring.lsp";
|
|
702
|
+
readonly readiness: GdhReadinessState;
|
|
703
|
+
readonly status: GdhAuthoringCheckStatus;
|
|
704
|
+
readonly summary: string;
|
|
705
|
+
readonly diagnostics: readonly GdhAuthoringDiagnostic[];
|
|
706
|
+
readonly importState: GdhAuthoringImportState;
|
|
707
|
+
readonly caveats: readonly GdhAuthoringCaveat[];
|
|
708
|
+
readonly reasons: readonly string[];
|
|
709
|
+
readonly provenance: GdhAuthoringCheckProvenance;
|
|
710
|
+
}
|
|
711
|
+
export type GdhValidationRequirementLevel = "required" | "recommended";
|
|
712
|
+
export type GdhValidationAvailability = "available" | "manual" | "unavailable";
|
|
713
|
+
export type GdhValidationSourceKind = "guidance" | "path_scope" | "content_signal" | "inventory";
|
|
714
|
+
export interface GdhValidationSource {
|
|
715
|
+
readonly kind: GdhValidationSourceKind;
|
|
716
|
+
readonly id: string;
|
|
717
|
+
readonly summary: string;
|
|
718
|
+
}
|
|
719
|
+
export interface GdhValidationScopeMatch {
|
|
720
|
+
readonly id: string;
|
|
721
|
+
readonly summary: string;
|
|
722
|
+
readonly matchedFiles: readonly string[];
|
|
723
|
+
readonly validationExpectationIds: readonly string[];
|
|
724
|
+
}
|
|
725
|
+
export interface GdhValidationRecommendationItem {
|
|
726
|
+
readonly id: string;
|
|
727
|
+
readonly kind: GdhValidationKind;
|
|
728
|
+
readonly level: GdhValidationRequirementLevel;
|
|
729
|
+
readonly availability: GdhValidationAvailability;
|
|
730
|
+
readonly summary: string;
|
|
731
|
+
readonly reason: string;
|
|
732
|
+
readonly matchedFiles: readonly string[];
|
|
733
|
+
readonly sources: readonly GdhValidationSource[];
|
|
734
|
+
}
|
|
735
|
+
export interface GdhValidationRecommendationResult {
|
|
736
|
+
readonly targetPath: string;
|
|
737
|
+
readonly files: readonly string[];
|
|
738
|
+
readonly readiness: GdhReadinessState;
|
|
739
|
+
readonly impactedAreas: readonly string[];
|
|
740
|
+
readonly summary: string;
|
|
741
|
+
readonly reasons: readonly string[];
|
|
742
|
+
readonly guidance: GdhGuidanceResolveResult;
|
|
743
|
+
readonly pathScopeMatches: readonly GdhValidationScopeMatch[];
|
|
744
|
+
readonly recommendations: readonly GdhValidationRecommendationItem[];
|
|
745
|
+
}
|
|
746
|
+
export type GdhPerformedValidationSource = "gdh" | "operator";
|
|
747
|
+
export interface GdhPerformedValidation {
|
|
748
|
+
readonly kind: GdhValidationKind;
|
|
749
|
+
readonly source: GdhPerformedValidationSource;
|
|
750
|
+
readonly summary: string;
|
|
751
|
+
}
|
|
752
|
+
export type GdhDoneRequirementStatus = "satisfied" | "missing" | "failed" | "unavailable" | "recommended";
|
|
753
|
+
export interface GdhDoneRequirementEvaluation extends GdhValidationRecommendationItem {
|
|
754
|
+
readonly status: GdhDoneRequirementStatus;
|
|
755
|
+
readonly resultSummary: string;
|
|
756
|
+
readonly satisfiedBy: GdhPerformedValidation | null;
|
|
757
|
+
}
|
|
758
|
+
export type GdhDonePolicyStatus = "done" | "not_done" | "blocked";
|
|
759
|
+
export interface GdhDonePolicyResult {
|
|
760
|
+
readonly targetPath: string;
|
|
761
|
+
readonly files: readonly string[];
|
|
762
|
+
readonly readiness: GdhReadinessState;
|
|
763
|
+
readonly status: GdhDonePolicyStatus;
|
|
764
|
+
readonly summary: string;
|
|
765
|
+
readonly reasons: readonly string[];
|
|
766
|
+
readonly recommendation: GdhValidationRecommendationResult;
|
|
767
|
+
readonly performedValidations: readonly GdhPerformedValidation[];
|
|
768
|
+
readonly authoringCheck: GdhAuthoringCheckResult | null;
|
|
769
|
+
readonly evaluations: readonly GdhDoneRequirementEvaluation[];
|
|
770
|
+
}
|
|
771
|
+
export type GdhProjectPlacement = "root" | "nested" | "submodule" | "vendored";
|
|
772
|
+
export interface GdhScanProvenance {
|
|
773
|
+
readonly source: "filesystem_scan";
|
|
774
|
+
readonly scannerVersion: string;
|
|
775
|
+
readonly targetPath: string;
|
|
776
|
+
readonly observedAt: string;
|
|
777
|
+
readonly evidenceFiles: readonly string[];
|
|
778
|
+
}
|
|
779
|
+
export interface GdhStalenessMetadata {
|
|
780
|
+
readonly status: "fresh";
|
|
781
|
+
readonly observedAt: string;
|
|
782
|
+
readonly invalidationHint: string;
|
|
783
|
+
}
|
|
784
|
+
export interface GdhDiscoveredAddon {
|
|
785
|
+
readonly name: string;
|
|
786
|
+
readonly configPath: string;
|
|
787
|
+
}
|
|
788
|
+
export interface GdhDiscoveredAutoload {
|
|
789
|
+
readonly name: string;
|
|
790
|
+
readonly scriptPath: string;
|
|
791
|
+
}
|
|
792
|
+
export interface GdhDiscoveredScene {
|
|
793
|
+
readonly path: string;
|
|
794
|
+
readonly configuredAsMainScene: boolean;
|
|
795
|
+
}
|
|
796
|
+
export interface GdhDiscoveredTest {
|
|
797
|
+
readonly path: string;
|
|
798
|
+
readonly kind: "gdscript" | "typescript" | "generic";
|
|
799
|
+
}
|
|
800
|
+
export interface GdhLikelyEntryPoint {
|
|
801
|
+
readonly kind: "main_scene" | "autoload" | "likely_scene";
|
|
802
|
+
readonly path: string;
|
|
803
|
+
readonly reason: string;
|
|
804
|
+
}
|
|
805
|
+
export interface GdhDetectedGodotProject {
|
|
806
|
+
readonly name: string | null;
|
|
807
|
+
readonly rootPath: string;
|
|
808
|
+
readonly relativePath: string;
|
|
809
|
+
readonly placement: GdhProjectPlacement;
|
|
810
|
+
readonly projectFilePath: string;
|
|
811
|
+
readonly engineVersionHints: readonly string[];
|
|
812
|
+
readonly addons: readonly GdhDiscoveredAddon[];
|
|
813
|
+
readonly autoloads: readonly GdhDiscoveredAutoload[];
|
|
814
|
+
readonly scenes: readonly GdhDiscoveredScene[];
|
|
815
|
+
readonly tests: readonly GdhDiscoveredTest[];
|
|
816
|
+
readonly likelyEntryPoints: readonly GdhLikelyEntryPoint[];
|
|
817
|
+
readonly provenance: GdhScanProvenance;
|
|
818
|
+
readonly staleness: GdhStalenessMetadata;
|
|
819
|
+
}
|
|
820
|
+
export interface GdhProjectInventory {
|
|
821
|
+
readonly targetPath: string;
|
|
822
|
+
readonly projects: readonly GdhDetectedGodotProject[];
|
|
823
|
+
readonly provenance: GdhScanProvenance;
|
|
824
|
+
readonly staleness: GdhStalenessMetadata;
|
|
825
|
+
}
|
|
826
|
+
export type GdhRecipeStatus = "draft" | "observed" | "verified" | "broken";
|
|
827
|
+
export type GdhRecipeProviderId = string;
|
|
828
|
+
export type GdhRecipeParameterResolutionStatus = "resolved" | "missing";
|
|
829
|
+
export type GdhRecipeFeatureFlagResolutionSource = "default" | "input";
|
|
830
|
+
export type GdhRecipeEnvironmentResolutionStatus = "resolved" | "missing";
|
|
831
|
+
export type GdhRecipePrecheckKind = "project_path_exists" | "godot_project_exists" | "godot_editor_configured" | "launch_adapter_exists" | "env_var_present";
|
|
832
|
+
export type GdhRecipePrecheckStatus = "passed" | "failed" | "skipped";
|
|
833
|
+
export type GdhRuntimeRecipeSurfaceState = "ready" | "unavailable";
|
|
834
|
+
export type GdhRuntimeRecipeCheckState = "runnable" | "blocked" | "misconfigured";
|
|
835
|
+
export type GdhRuntimeBridgeReadinessState = "not_required" | "missing" | "ready";
|
|
836
|
+
export type GdhRuntimeBridgeManagedArtifactState = "present" | "missing" | "drifted";
|
|
837
|
+
export type GdhRuntimeBridgeSurfaceState = "ready" | "needs_install" | "drifted" | "blocked";
|
|
838
|
+
export type GdhRuntimeBridgeCompatibilityState = Extract<GdhProductCompatibilityState, "compatible" | "migration_available">;
|
|
839
|
+
export type GdhRuntimeBridgeEntryKind = "probe" | "action" | "waiter";
|
|
840
|
+
export type GdhRuntimeBridgeEntryShape = "leaf" | "composite";
|
|
841
|
+
export type GdhRuntimeBridgeEntrySource = "core" | "project";
|
|
842
|
+
export type GdhRuntimeBridgeExecutionRoute = "player_reachable" | "internal_route";
|
|
843
|
+
export type GdhRuntimeBridgeSafetyLevel = "read_only" | "controlled" | "destructive";
|
|
844
|
+
export type GdhRuntimeWorkspaceMode = "isolated_copy" | "live_workspace";
|
|
845
|
+
export type GdhRuntimeRecipeRunState = "passed" | "failed" | "blocked";
|
|
846
|
+
export type GdhRuntimeStatusPromotion = "none" | "candidate_observed";
|
|
847
|
+
export type GdhScenarioStatus = "draft" | "observed" | "verified" | "stale" | "broken";
|
|
848
|
+
export type GdhScenarioAssertionSource = "launch" | "stdout_json" | "stderr_json" | "stdout_text" | "stderr_text" | "recipe_report";
|
|
849
|
+
export type GdhScenarioAssertionOperator = "equals" | "includes" | "excludes";
|
|
850
|
+
export type GdhScenarioAssertionStatus = "passed" | "failed" | "blocked";
|
|
851
|
+
export type GdhRuntimeVerificationOutcome = "passed" | "flaky" | "failed" | "blocked";
|
|
852
|
+
export type GdhRuntimeInspectionSourceState = "available" | "missing" | "invalid";
|
|
853
|
+
export type GdhRuntimeRunBundleState = "available" | "missing";
|
|
854
|
+
export type GdhRuntimeEvidenceFreshness = "fresh" | "stale" | "unknown";
|
|
855
|
+
export type GdhRuntimeBridgeSessionState = "starting" | "ready" | "failed" | "closed";
|
|
856
|
+
export type GdhRuntimeBridgeSessionStartState = "ready" | "blocked" | "failed";
|
|
857
|
+
export type GdhRuntimeBridgeEntryListState = "ready" | "missing";
|
|
858
|
+
export type GdhRuntimeBridgeStopState = "stopped" | "missing";
|
|
859
|
+
export type GdhRuntimeBridgeInvocationState = "ok" | "unavailable" | "busy" | "failed" | "cancelled";
|
|
860
|
+
export type GdhFailureAttribution = "project_issue" | "environment_issue" | "recipe_issue" | "scenario_issue" | "gdh_gap" | "agent_judgment_issue" | "unknown";
|
|
861
|
+
export interface GdhProjectRootReference {
|
|
862
|
+
readonly path: string;
|
|
863
|
+
readonly name: string | null;
|
|
864
|
+
readonly placement: GdhProjectPlacement;
|
|
865
|
+
readonly engineVersionHints: readonly string[];
|
|
866
|
+
readonly primary: boolean;
|
|
867
|
+
}
|
|
868
|
+
export interface GdhRuntimeBridgeConfig {
|
|
869
|
+
readonly enabled: boolean;
|
|
870
|
+
readonly managed: boolean;
|
|
871
|
+
readonly projectPath: string;
|
|
872
|
+
readonly addonPath: string;
|
|
873
|
+
readonly autoloadName: string;
|
|
874
|
+
readonly autoloadScriptPath: string;
|
|
875
|
+
}
|
|
876
|
+
export interface GdhProjectConfig {
|
|
877
|
+
readonly schemaVersion: typeof GDH_PROJECT_CONFIG_VERSION;
|
|
878
|
+
readonly projectName: string;
|
|
879
|
+
readonly projectKeySeed: string;
|
|
880
|
+
readonly primaryGodotProjectPath: string;
|
|
881
|
+
readonly godotProjects: readonly GdhProjectRootReference[];
|
|
882
|
+
readonly defaultRecipeId: string | null;
|
|
883
|
+
readonly mcp: {
|
|
884
|
+
readonly enabled: boolean;
|
|
885
|
+
};
|
|
886
|
+
readonly runtimeBridge: GdhRuntimeBridgeConfig | null;
|
|
887
|
+
readonly allowedProviders: readonly string[];
|
|
888
|
+
readonly capabilityPreset: GdhCapabilityPresetId | null;
|
|
889
|
+
readonly capabilityOverrides: GdhCapabilityOverrides;
|
|
890
|
+
readonly enabledCapabilities: readonly GdhCapabilityId[];
|
|
891
|
+
}
|
|
892
|
+
export type GdhCacheScope = "worktree_local" | "project_machine" | "shared_machine";
|
|
893
|
+
export interface GdhCacheNamespace {
|
|
894
|
+
readonly cacheRootPath: string;
|
|
895
|
+
readonly projectKey: string;
|
|
896
|
+
readonly projectCacheRootPath: string;
|
|
897
|
+
readonly authoringProjectCachePath: string;
|
|
898
|
+
readonly sharedCacheRootPath: string;
|
|
899
|
+
readonly worktreeStateRootPath: string;
|
|
900
|
+
readonly worktreeReadinessPath: string;
|
|
901
|
+
readonly authoringWorktreeStatePath: string;
|
|
902
|
+
readonly importSeedPath: string;
|
|
903
|
+
readonly worktreeImportStatePath: string;
|
|
904
|
+
}
|
|
905
|
+
export type GdhWarmupActionKind = "seed_worktree_state" | "rebuild_worktree_state" | "ensure_project_cache";
|
|
906
|
+
export type GdhWarmupActionStatus = "planned" | "applied";
|
|
907
|
+
export interface GdhWarmupAction {
|
|
908
|
+
readonly id: string;
|
|
909
|
+
readonly kind: GdhWarmupActionKind;
|
|
910
|
+
readonly scope: GdhCacheScope;
|
|
911
|
+
readonly status: GdhWarmupActionStatus;
|
|
912
|
+
readonly sourcePath: string | null;
|
|
913
|
+
readonly targetPath: string;
|
|
914
|
+
readonly reason: string;
|
|
915
|
+
}
|
|
916
|
+
export interface GdhWarmupResult {
|
|
917
|
+
readonly targetPath: string;
|
|
918
|
+
readonly dryRun: boolean;
|
|
919
|
+
readonly readiness: GdhReadinessState;
|
|
920
|
+
readonly summary: string;
|
|
921
|
+
readonly reasons: readonly string[];
|
|
922
|
+
readonly capabilityPreset: GdhCapabilityPresetId | null;
|
|
923
|
+
readonly capabilityOverrides: GdhCapabilityOverrides;
|
|
924
|
+
readonly declaredCapabilities: readonly GdhCapabilityId[];
|
|
925
|
+
readonly effectiveCapabilities: readonly GdhCapabilityId[];
|
|
926
|
+
readonly capabilities: readonly GdhCapabilityAvailability[];
|
|
927
|
+
readonly cacheNamespace: GdhCacheNamespace | null;
|
|
928
|
+
readonly actions: readonly GdhWarmupAction[];
|
|
929
|
+
readonly inventoryObservedAt: string;
|
|
930
|
+
readonly projectConfigPresent: boolean;
|
|
931
|
+
}
|
|
932
|
+
export interface GdhStatusResult extends GdhAuthoringStatusResult {
|
|
933
|
+
readonly product: GdhProductMetadata;
|
|
934
|
+
readonly projectLifecycle: GdhProjectLifecycleCompatibilityResult;
|
|
935
|
+
}
|
|
936
|
+
export interface GdhLocalPathHints {
|
|
937
|
+
readonly sourceTargets: readonly string[];
|
|
938
|
+
readonly gdhDevRepoPath: string | null;
|
|
939
|
+
readonly godotEditorBinPath: string | null;
|
|
940
|
+
}
|
|
941
|
+
export type GdhTargetPrepareActionKind = "authoring_warmup" | "hydrate_godot_state" | "refresh_imports";
|
|
942
|
+
export type GdhTargetPrepareActionStatus = "planned" | "applied" | "skipped" | "blocked" | "failed";
|
|
943
|
+
export interface GdhTargetPrepareAction {
|
|
944
|
+
readonly id: string;
|
|
945
|
+
readonly kind: GdhTargetPrepareActionKind;
|
|
946
|
+
readonly status: GdhTargetPrepareActionStatus;
|
|
947
|
+
readonly sourcePath: string | null;
|
|
948
|
+
readonly targetPath: string | null;
|
|
949
|
+
readonly command: readonly string[] | null;
|
|
950
|
+
readonly reason: string;
|
|
951
|
+
}
|
|
952
|
+
export type GdhImportRefreshState = "planned" | "applied" | "blocked" | "failed";
|
|
953
|
+
export interface GdhImportRefreshResult {
|
|
954
|
+
readonly targetPath: string;
|
|
955
|
+
readonly dryRun: boolean;
|
|
956
|
+
readonly readiness: GdhReadinessState;
|
|
957
|
+
readonly state: GdhImportRefreshState;
|
|
958
|
+
readonly summary: string;
|
|
959
|
+
readonly reasons: readonly string[];
|
|
960
|
+
readonly primaryProjectPath: string | null;
|
|
961
|
+
readonly projectRootPath: string | null;
|
|
962
|
+
readonly command: readonly string[] | null;
|
|
963
|
+
readonly exitCode: number | null;
|
|
964
|
+
readonly projectConfigPresent: boolean;
|
|
965
|
+
}
|
|
966
|
+
export type GdhTargetPrepareState = "ready" | "blocked";
|
|
967
|
+
export interface GdhTargetPrepareResult {
|
|
968
|
+
readonly targetPath: string;
|
|
969
|
+
readonly dryRun: boolean;
|
|
970
|
+
readonly readiness: GdhReadinessState;
|
|
971
|
+
readonly state: GdhTargetPrepareState;
|
|
972
|
+
readonly summary: string;
|
|
973
|
+
readonly reasons: readonly string[];
|
|
974
|
+
readonly projectConfigPresent: boolean;
|
|
975
|
+
readonly sourceTargets: readonly string[];
|
|
976
|
+
readonly selectedSourceTargetPath: string | null;
|
|
977
|
+
readonly warmup: GdhWarmupResult | null;
|
|
978
|
+
readonly importRefresh: GdhImportRefreshResult | null;
|
|
979
|
+
readonly actions: readonly GdhTargetPrepareAction[];
|
|
980
|
+
}
|
|
981
|
+
export interface GdhCacheEntry {
|
|
982
|
+
readonly id: string;
|
|
983
|
+
readonly scope: GdhCacheScope;
|
|
984
|
+
readonly entryType: "directory" | "file";
|
|
985
|
+
readonly path: string;
|
|
986
|
+
readonly present: boolean;
|
|
987
|
+
readonly summary: string;
|
|
988
|
+
}
|
|
989
|
+
export interface GdhCacheInspectResult {
|
|
990
|
+
readonly targetPath: string;
|
|
991
|
+
readonly readiness: GdhReadinessState;
|
|
992
|
+
readonly summary: string;
|
|
993
|
+
readonly reasons: readonly string[];
|
|
994
|
+
readonly cacheNamespace: GdhCacheNamespace | null;
|
|
995
|
+
readonly importState: GdhAuthoringImportState;
|
|
996
|
+
readonly entries: readonly GdhCacheEntry[];
|
|
997
|
+
readonly projectConfigPresent: boolean;
|
|
998
|
+
}
|
|
999
|
+
export type GdhCachePruneScope = "worktree" | "project" | "all";
|
|
1000
|
+
export type GdhCachePruneActionStatus = "planned" | "applied" | "skipped";
|
|
1001
|
+
export interface GdhCachePruneAction {
|
|
1002
|
+
readonly id: string;
|
|
1003
|
+
readonly scope: GdhCacheScope;
|
|
1004
|
+
readonly status: GdhCachePruneActionStatus;
|
|
1005
|
+
readonly targetPath: string;
|
|
1006
|
+
readonly removed: boolean;
|
|
1007
|
+
readonly reason: string;
|
|
1008
|
+
}
|
|
1009
|
+
export interface GdhCachePruneResult {
|
|
1010
|
+
readonly targetPath: string;
|
|
1011
|
+
readonly dryRun: boolean;
|
|
1012
|
+
readonly scope: GdhCachePruneScope;
|
|
1013
|
+
readonly readiness: GdhReadinessState;
|
|
1014
|
+
readonly summary: string;
|
|
1015
|
+
readonly reasons: readonly string[];
|
|
1016
|
+
readonly cacheNamespace: GdhCacheNamespace | null;
|
|
1017
|
+
readonly actions: readonly GdhCachePruneAction[];
|
|
1018
|
+
readonly projectConfigPresent: boolean;
|
|
1019
|
+
}
|
|
1020
|
+
export interface GdhRecipeProvenance {
|
|
1021
|
+
readonly source: "scan_inventory";
|
|
1022
|
+
readonly observedAt: string;
|
|
1023
|
+
readonly evidenceFiles: readonly string[];
|
|
1024
|
+
readonly reason: string;
|
|
1025
|
+
}
|
|
1026
|
+
export interface GdhRecipeParameterDefinition {
|
|
1027
|
+
readonly id: string;
|
|
1028
|
+
readonly summary: string;
|
|
1029
|
+
readonly required: boolean;
|
|
1030
|
+
readonly defaultValue: string | null;
|
|
1031
|
+
readonly argumentTokens: readonly string[];
|
|
1032
|
+
readonly envVarName: string | null;
|
|
1033
|
+
}
|
|
1034
|
+
export interface GdhRecipeFeatureFlagDefinition {
|
|
1035
|
+
readonly id: string;
|
|
1036
|
+
readonly summary: string;
|
|
1037
|
+
readonly enabledByDefault: boolean;
|
|
1038
|
+
readonly argumentTokens: readonly string[];
|
|
1039
|
+
readonly envVarName: string | null;
|
|
1040
|
+
readonly envValue: string | null;
|
|
1041
|
+
}
|
|
1042
|
+
export interface GdhRecipeEnvironmentVariableDefinition {
|
|
1043
|
+
readonly name: string;
|
|
1044
|
+
readonly summary: string;
|
|
1045
|
+
readonly source: "inline" | "process_env";
|
|
1046
|
+
readonly value: string | null;
|
|
1047
|
+
readonly required: boolean;
|
|
1048
|
+
}
|
|
1049
|
+
export interface GdhRecipePrecheckDefinition {
|
|
1050
|
+
readonly id: string;
|
|
1051
|
+
readonly kind: GdhRecipePrecheckKind;
|
|
1052
|
+
readonly summary: string;
|
|
1053
|
+
readonly required: boolean;
|
|
1054
|
+
readonly relativePath: string | null;
|
|
1055
|
+
readonly envVarName: string | null;
|
|
1056
|
+
}
|
|
1057
|
+
export interface GdhGodotProjectLaunchDefinition {
|
|
1058
|
+
readonly kind: "godot_project";
|
|
1059
|
+
readonly scenePath: string;
|
|
1060
|
+
readonly entryPointKind: "main_scene" | "likely_scene";
|
|
1061
|
+
readonly arguments: readonly string[];
|
|
1062
|
+
}
|
|
1063
|
+
export interface GdhProjectLaunchAdapterDefinition {
|
|
1064
|
+
readonly kind: "project_launch_adapter";
|
|
1065
|
+
readonly scriptPath: string;
|
|
1066
|
+
readonly interpreter: string | null;
|
|
1067
|
+
readonly arguments: readonly string[];
|
|
1068
|
+
readonly workingDirectory: string | null;
|
|
1069
|
+
}
|
|
1070
|
+
export type GdhRecipeLaunchDefinition = GdhGodotProjectLaunchDefinition | GdhProjectLaunchAdapterDefinition;
|
|
1071
|
+
export interface GdhRecipeDefinition {
|
|
1072
|
+
readonly schemaVersion: typeof GDH_RECIPE_SCHEMA_VERSION;
|
|
1073
|
+
readonly id: string;
|
|
1074
|
+
readonly name: string;
|
|
1075
|
+
readonly status: GdhRecipeStatus;
|
|
1076
|
+
readonly draftReason: string | null;
|
|
1077
|
+
readonly projectPath: string;
|
|
1078
|
+
readonly providers: readonly GdhRecipeProviderId[];
|
|
1079
|
+
readonly parameters: readonly GdhRecipeParameterDefinition[];
|
|
1080
|
+
readonly featureFlags: readonly GdhRecipeFeatureFlagDefinition[];
|
|
1081
|
+
readonly environment: readonly GdhRecipeEnvironmentVariableDefinition[];
|
|
1082
|
+
readonly preChecks: readonly GdhRecipePrecheckDefinition[];
|
|
1083
|
+
readonly launch: GdhRecipeLaunchDefinition;
|
|
1084
|
+
readonly provenance: GdhRecipeProvenance;
|
|
1085
|
+
}
|
|
1086
|
+
export interface GdhRuntimeRecipeListEntry {
|
|
1087
|
+
readonly id: string;
|
|
1088
|
+
readonly name: string;
|
|
1089
|
+
readonly status: GdhRecipeStatus;
|
|
1090
|
+
readonly projectPath: string;
|
|
1091
|
+
readonly launchKind: GdhRecipeLaunchDefinition["kind"];
|
|
1092
|
+
readonly providers: readonly GdhRecipeProviderId[];
|
|
1093
|
+
}
|
|
1094
|
+
export interface GdhRuntimeRecipeListResult {
|
|
1095
|
+
readonly targetPath: string;
|
|
1096
|
+
readonly state: GdhRuntimeRecipeSurfaceState;
|
|
1097
|
+
readonly summary: string;
|
|
1098
|
+
readonly reasons: readonly string[];
|
|
1099
|
+
readonly projectConfigPresent: boolean;
|
|
1100
|
+
readonly recipes: readonly GdhRuntimeRecipeListEntry[];
|
|
1101
|
+
}
|
|
1102
|
+
export interface GdhRuntimeRecipeShowResult {
|
|
1103
|
+
readonly targetPath: string;
|
|
1104
|
+
readonly state: GdhRuntimeRecipeSurfaceState;
|
|
1105
|
+
readonly summary: string;
|
|
1106
|
+
readonly reasons: readonly string[];
|
|
1107
|
+
readonly recipe: GdhRecipeDefinition | null;
|
|
1108
|
+
}
|
|
1109
|
+
export interface GdhRecipeParameterResolution {
|
|
1110
|
+
readonly id: string;
|
|
1111
|
+
readonly summary: string;
|
|
1112
|
+
readonly status: GdhRecipeParameterResolutionStatus;
|
|
1113
|
+
readonly required: boolean;
|
|
1114
|
+
readonly value: string | null;
|
|
1115
|
+
readonly source: "input" | "default" | "missing";
|
|
1116
|
+
readonly argumentTokens: readonly string[];
|
|
1117
|
+
readonly envVarName: string | null;
|
|
1118
|
+
}
|
|
1119
|
+
export interface GdhRecipeFeatureFlagResolution {
|
|
1120
|
+
readonly id: string;
|
|
1121
|
+
readonly summary: string;
|
|
1122
|
+
readonly enabled: boolean;
|
|
1123
|
+
readonly source: GdhRecipeFeatureFlagResolutionSource;
|
|
1124
|
+
readonly argumentTokens: readonly string[];
|
|
1125
|
+
readonly envVarName: string | null;
|
|
1126
|
+
readonly envValue: string | null;
|
|
1127
|
+
}
|
|
1128
|
+
export interface GdhRecipeEnvironmentResolution {
|
|
1129
|
+
readonly name: string;
|
|
1130
|
+
readonly summary: string;
|
|
1131
|
+
readonly status: GdhRecipeEnvironmentResolutionStatus;
|
|
1132
|
+
readonly required: boolean;
|
|
1133
|
+
readonly value: string | null;
|
|
1134
|
+
readonly source: "input" | "inline" | "process_env" | "missing";
|
|
1135
|
+
}
|
|
1136
|
+
export interface GdhRecipePrecheckResult {
|
|
1137
|
+
readonly id: string;
|
|
1138
|
+
readonly kind: GdhRecipePrecheckKind;
|
|
1139
|
+
readonly status: GdhRecipePrecheckStatus;
|
|
1140
|
+
readonly required: boolean;
|
|
1141
|
+
readonly summary: string;
|
|
1142
|
+
readonly relativePath: string | null;
|
|
1143
|
+
readonly envVarName: string | null;
|
|
1144
|
+
readonly reason: string | null;
|
|
1145
|
+
}
|
|
1146
|
+
export interface GdhRuntimeProviderResolution {
|
|
1147
|
+
readonly requested: GdhRecipeProviderId | null;
|
|
1148
|
+
readonly resolved: GdhRecipeProviderId | null;
|
|
1149
|
+
readonly allowedProviders: readonly GdhRecipeProviderId[];
|
|
1150
|
+
readonly supported: boolean;
|
|
1151
|
+
readonly summary: string;
|
|
1152
|
+
}
|
|
1153
|
+
export interface GdhRuntimeBridgeReadiness {
|
|
1154
|
+
readonly required: boolean;
|
|
1155
|
+
readonly state: GdhRuntimeBridgeReadinessState;
|
|
1156
|
+
readonly summary: string;
|
|
1157
|
+
readonly reasons: readonly string[];
|
|
1158
|
+
}
|
|
1159
|
+
export interface GdhRuntimeBridgeManagedArtifactStatus {
|
|
1160
|
+
readonly id: string;
|
|
1161
|
+
readonly relativePath: string;
|
|
1162
|
+
readonly absolutePath: string;
|
|
1163
|
+
readonly managed: boolean;
|
|
1164
|
+
readonly state: GdhRuntimeBridgeManagedArtifactState;
|
|
1165
|
+
readonly summary: string;
|
|
1166
|
+
readonly expectedVersion: number | null;
|
|
1167
|
+
readonly detectedVersion: number | null;
|
|
1168
|
+
}
|
|
1169
|
+
export interface GdhRuntimeBridgeStatusResult {
|
|
1170
|
+
readonly targetPath: string;
|
|
1171
|
+
readonly state: GdhRuntimeBridgeSurfaceState;
|
|
1172
|
+
readonly summary: string;
|
|
1173
|
+
readonly reasons: readonly string[];
|
|
1174
|
+
readonly projectConfigPresent: boolean;
|
|
1175
|
+
readonly compatibility: GdhRuntimeBridgeCompatibilityState;
|
|
1176
|
+
readonly runtimeBridge: GdhRuntimeBridgeConfig | null;
|
|
1177
|
+
readonly targetProjectPath: string | null;
|
|
1178
|
+
readonly projectGodotPath: string | null;
|
|
1179
|
+
readonly addonRootPath: string | null;
|
|
1180
|
+
readonly autoloadRegistered: boolean;
|
|
1181
|
+
readonly customEntryPaths: readonly string[];
|
|
1182
|
+
readonly managedArtifacts: readonly GdhRuntimeBridgeManagedArtifactStatus[];
|
|
1183
|
+
}
|
|
1184
|
+
export type GdhRuntimeBridgeActionKind = "write_file" | "update_project_godot" | "remove_file" | "remove_project_godot_entry";
|
|
1185
|
+
export type GdhRuntimeBridgeActionState = "planned" | "applied" | "unchanged";
|
|
1186
|
+
export type GdhRuntimeBridgeApplyState = "planned" | "applied" | "blocked";
|
|
1187
|
+
export type GdhRuntimeBridgeOperation = "install" | "repair" | "remove";
|
|
1188
|
+
export interface GdhRuntimeBridgeAction {
|
|
1189
|
+
readonly id: string;
|
|
1190
|
+
readonly kind: GdhRuntimeBridgeActionKind;
|
|
1191
|
+
readonly state: GdhRuntimeBridgeActionState;
|
|
1192
|
+
readonly relativePath: string;
|
|
1193
|
+
readonly summary: string;
|
|
1194
|
+
}
|
|
1195
|
+
export interface GdhRuntimeBridgeApplyResult {
|
|
1196
|
+
readonly targetPath: string;
|
|
1197
|
+
readonly dryRun: boolean;
|
|
1198
|
+
readonly operation: GdhRuntimeBridgeOperation;
|
|
1199
|
+
readonly state: GdhRuntimeBridgeApplyState;
|
|
1200
|
+
readonly summary: string;
|
|
1201
|
+
readonly reasons: readonly string[];
|
|
1202
|
+
readonly actions: readonly GdhRuntimeBridgeAction[];
|
|
1203
|
+
readonly status: GdhRuntimeBridgeStatusResult | null;
|
|
1204
|
+
}
|
|
1205
|
+
export interface GdhRuntimeBridgeEntrySummary {
|
|
1206
|
+
readonly id: string;
|
|
1207
|
+
readonly summary: string;
|
|
1208
|
+
readonly kind: GdhRuntimeBridgeEntryKind;
|
|
1209
|
+
readonly shape: GdhRuntimeBridgeEntryShape;
|
|
1210
|
+
readonly source: GdhRuntimeBridgeEntrySource;
|
|
1211
|
+
readonly executionRoute: GdhRuntimeBridgeExecutionRoute | null;
|
|
1212
|
+
readonly safetyLevel: GdhRuntimeBridgeSafetyLevel;
|
|
1213
|
+
}
|
|
1214
|
+
export interface GdhRuntimeBridgeSessionSummary {
|
|
1215
|
+
readonly sessionId: string;
|
|
1216
|
+
readonly targetPath: string;
|
|
1217
|
+
readonly recipeId: string;
|
|
1218
|
+
readonly state: GdhRuntimeBridgeSessionState;
|
|
1219
|
+
readonly startedAt: string;
|
|
1220
|
+
readonly finishedAt: string | null;
|
|
1221
|
+
readonly workspaceMode: GdhRuntimeWorkspaceMode;
|
|
1222
|
+
readonly workingCopyPath: string | null;
|
|
1223
|
+
readonly artifactDirectory: string;
|
|
1224
|
+
readonly entries: readonly GdhRuntimeBridgeEntrySummary[];
|
|
1225
|
+
}
|
|
1226
|
+
export interface GdhRuntimeBridgeSessionStartResult {
|
|
1227
|
+
readonly targetPath: string;
|
|
1228
|
+
readonly recipeId: string;
|
|
1229
|
+
readonly state: GdhRuntimeBridgeSessionStartState;
|
|
1230
|
+
readonly summary: string;
|
|
1231
|
+
readonly reasons: readonly string[];
|
|
1232
|
+
readonly bridge: GdhRuntimeBridgeReadiness;
|
|
1233
|
+
readonly launchCommand: readonly string[] | null;
|
|
1234
|
+
readonly session: GdhRuntimeBridgeSessionSummary | null;
|
|
1235
|
+
}
|
|
1236
|
+
export interface GdhRuntimeBridgeEntryListResult {
|
|
1237
|
+
readonly sessionId: string;
|
|
1238
|
+
readonly state: GdhRuntimeBridgeEntryListState;
|
|
1239
|
+
readonly summary: string;
|
|
1240
|
+
readonly reasons: readonly string[];
|
|
1241
|
+
readonly entries: readonly GdhRuntimeBridgeEntrySummary[];
|
|
1242
|
+
}
|
|
1243
|
+
export interface GdhRuntimeBridgeInvocationResult {
|
|
1244
|
+
readonly sessionId: string;
|
|
1245
|
+
readonly entryId: string;
|
|
1246
|
+
readonly state: GdhRuntimeBridgeInvocationState;
|
|
1247
|
+
readonly summary: string;
|
|
1248
|
+
readonly reasons: readonly string[];
|
|
1249
|
+
readonly result: GdhJsonValue | null;
|
|
1250
|
+
readonly transcriptPath: string | null;
|
|
1251
|
+
}
|
|
1252
|
+
export interface GdhRuntimeBridgeSessionStopResult {
|
|
1253
|
+
readonly sessionId: string;
|
|
1254
|
+
readonly state: GdhRuntimeBridgeStopState;
|
|
1255
|
+
readonly summary: string;
|
|
1256
|
+
readonly reasons: readonly string[];
|
|
1257
|
+
readonly session: GdhRuntimeBridgeSessionSummary | null;
|
|
1258
|
+
readonly transcriptPath: string | null;
|
|
1259
|
+
readonly exitCode: number | null;
|
|
1260
|
+
}
|
|
1261
|
+
export interface GdhRuntimeLaunchPreview {
|
|
1262
|
+
readonly command: readonly string[] | null;
|
|
1263
|
+
readonly cwd: string | null;
|
|
1264
|
+
readonly env: readonly {
|
|
1265
|
+
readonly name: string;
|
|
1266
|
+
readonly value: string;
|
|
1267
|
+
}[];
|
|
1268
|
+
readonly workspaceMode: GdhRuntimeWorkspaceMode;
|
|
1269
|
+
}
|
|
1270
|
+
export interface GdhRuntimeRecipeCheckResult {
|
|
1271
|
+
readonly targetPath: string;
|
|
1272
|
+
readonly recipeId: string;
|
|
1273
|
+
readonly state: GdhRuntimeRecipeCheckState;
|
|
1274
|
+
readonly summary: string;
|
|
1275
|
+
readonly reasons: readonly string[];
|
|
1276
|
+
readonly recipe: GdhRecipeDefinition | null;
|
|
1277
|
+
readonly provider: GdhRuntimeProviderResolution | null;
|
|
1278
|
+
readonly parameters: readonly GdhRecipeParameterResolution[];
|
|
1279
|
+
readonly featureFlags: readonly GdhRecipeFeatureFlagResolution[];
|
|
1280
|
+
readonly environment: readonly GdhRecipeEnvironmentResolution[];
|
|
1281
|
+
readonly preChecks: readonly GdhRecipePrecheckResult[];
|
|
1282
|
+
readonly bridge: GdhRuntimeBridgeReadiness;
|
|
1283
|
+
readonly launchPreview: GdhRuntimeLaunchPreview | null;
|
|
1284
|
+
}
|
|
1285
|
+
export interface GdhRuntimeSessionIdentity {
|
|
1286
|
+
readonly launchMode: "gdh_launch";
|
|
1287
|
+
readonly workspaceMode: GdhRuntimeWorkspaceMode;
|
|
1288
|
+
readonly targetPath: string;
|
|
1289
|
+
readonly workingCopyPath: string | null;
|
|
1290
|
+
}
|
|
1291
|
+
export interface GdhRuntimeArtifactReference {
|
|
1292
|
+
readonly id: string;
|
|
1293
|
+
readonly path: string;
|
|
1294
|
+
readonly description: string;
|
|
1295
|
+
}
|
|
1296
|
+
export interface GdhRuntimeRecipeRunResult {
|
|
1297
|
+
readonly version: typeof GDH_RUNTIME_RECIPE_RUN_VERSION;
|
|
1298
|
+
readonly targetPath: string;
|
|
1299
|
+
readonly recipeId: string;
|
|
1300
|
+
readonly state: GdhRuntimeRecipeRunState;
|
|
1301
|
+
readonly summary: string;
|
|
1302
|
+
readonly reasons: readonly string[];
|
|
1303
|
+
readonly recipe: GdhRecipeDefinition | null;
|
|
1304
|
+
readonly check: GdhRuntimeRecipeCheckResult;
|
|
1305
|
+
readonly session: GdhRuntimeSessionIdentity | null;
|
|
1306
|
+
readonly startedAt: string | null;
|
|
1307
|
+
readonly finishedAt: string;
|
|
1308
|
+
readonly exitCode: number | null;
|
|
1309
|
+
readonly launchCommand: readonly string[] | null;
|
|
1310
|
+
readonly artifacts: readonly GdhRuntimeArtifactReference[];
|
|
1311
|
+
readonly statusPromotion: GdhRuntimeStatusPromotion;
|
|
1312
|
+
}
|
|
1313
|
+
export interface GdhScenarioAssertionDefinition {
|
|
1314
|
+
readonly id: string;
|
|
1315
|
+
readonly summary: string;
|
|
1316
|
+
readonly source: GdhScenarioAssertionSource;
|
|
1317
|
+
readonly path: string;
|
|
1318
|
+
readonly operator: GdhScenarioAssertionOperator;
|
|
1319
|
+
readonly expected: GdhJsonValue;
|
|
1320
|
+
readonly required: boolean;
|
|
1321
|
+
}
|
|
1322
|
+
export interface GdhScenarioArtifactPolicy {
|
|
1323
|
+
readonly captureState: boolean;
|
|
1324
|
+
readonly screenshots: "never" | "fallback";
|
|
1325
|
+
}
|
|
1326
|
+
export interface GdhScenarioExecutionPolicy {
|
|
1327
|
+
readonly maxRuntimeSeconds: number | null;
|
|
1328
|
+
}
|
|
1329
|
+
export interface GdhScenarioRetryPolicy {
|
|
1330
|
+
readonly maxAttempts: number;
|
|
1331
|
+
}
|
|
1332
|
+
export interface GdhScenarioDefinition {
|
|
1333
|
+
readonly schemaVersion: typeof GDH_SCENARIO_SCHEMA_VERSION;
|
|
1334
|
+
readonly id: string;
|
|
1335
|
+
readonly name: string;
|
|
1336
|
+
readonly status: GdhScenarioStatus;
|
|
1337
|
+
readonly goal: string;
|
|
1338
|
+
readonly recipeId: string;
|
|
1339
|
+
readonly setupSteps: readonly string[];
|
|
1340
|
+
readonly actions: readonly string[];
|
|
1341
|
+
readonly assertions: readonly GdhScenarioAssertionDefinition[];
|
|
1342
|
+
readonly artifactPolicy: GdhScenarioArtifactPolicy;
|
|
1343
|
+
readonly executionPolicy: GdhScenarioExecutionPolicy;
|
|
1344
|
+
readonly retryPolicy: GdhScenarioRetryPolicy;
|
|
1345
|
+
readonly doneRelevance: readonly string[];
|
|
1346
|
+
}
|
|
1347
|
+
export interface GdhRuntimeScenarioListEntry {
|
|
1348
|
+
readonly id: string;
|
|
1349
|
+
readonly name: string;
|
|
1350
|
+
readonly status: GdhScenarioStatus;
|
|
1351
|
+
readonly recipeId: string;
|
|
1352
|
+
}
|
|
1353
|
+
export interface GdhRuntimeScenarioListResult {
|
|
1354
|
+
readonly targetPath: string;
|
|
1355
|
+
readonly state: GdhRuntimeRecipeSurfaceState;
|
|
1356
|
+
readonly summary: string;
|
|
1357
|
+
readonly reasons: readonly string[];
|
|
1358
|
+
readonly scenarios: readonly GdhRuntimeScenarioListEntry[];
|
|
1359
|
+
}
|
|
1360
|
+
export interface GdhRuntimeScenarioShowResult {
|
|
1361
|
+
readonly targetPath: string;
|
|
1362
|
+
readonly state: GdhRuntimeRecipeSurfaceState;
|
|
1363
|
+
readonly summary: string;
|
|
1364
|
+
readonly reasons: readonly string[];
|
|
1365
|
+
readonly scenario: GdhScenarioDefinition | null;
|
|
1366
|
+
}
|
|
1367
|
+
export interface GdhRuntimeInspectionSource {
|
|
1368
|
+
readonly id: GdhScenarioAssertionSource;
|
|
1369
|
+
readonly state: GdhRuntimeInspectionSourceState;
|
|
1370
|
+
readonly summary: string;
|
|
1371
|
+
readonly artifactPath: string | null;
|
|
1372
|
+
readonly value: GdhJsonValue | null;
|
|
1373
|
+
}
|
|
1374
|
+
export interface GdhScenarioAssertionResult {
|
|
1375
|
+
readonly id: string;
|
|
1376
|
+
readonly summary: string;
|
|
1377
|
+
readonly required: boolean;
|
|
1378
|
+
readonly status: GdhScenarioAssertionStatus;
|
|
1379
|
+
readonly source: GdhScenarioAssertionSource;
|
|
1380
|
+
readonly path: string;
|
|
1381
|
+
readonly operator: GdhScenarioAssertionOperator;
|
|
1382
|
+
readonly expected: GdhJsonValue;
|
|
1383
|
+
readonly actual: GdhJsonValue | null;
|
|
1384
|
+
readonly reason: string | null;
|
|
1385
|
+
}
|
|
1386
|
+
export interface GdhRuntimeInputTrackedFile {
|
|
1387
|
+
readonly relativePath: string;
|
|
1388
|
+
readonly digest: string;
|
|
1389
|
+
}
|
|
1390
|
+
export interface GdhRuntimeInputTrackedEnvironment {
|
|
1391
|
+
readonly name: string;
|
|
1392
|
+
readonly value: string | null;
|
|
1393
|
+
}
|
|
1394
|
+
export interface GdhRuntimeInputSignature {
|
|
1395
|
+
readonly algorithm: "sha256";
|
|
1396
|
+
readonly digest: string;
|
|
1397
|
+
readonly trackedFiles: readonly GdhRuntimeInputTrackedFile[];
|
|
1398
|
+
readonly trackedEnvironment: readonly GdhRuntimeInputTrackedEnvironment[];
|
|
1399
|
+
}
|
|
1400
|
+
export interface GdhRuntimeEvidenceFreshnessResult {
|
|
1401
|
+
readonly state: GdhRuntimeEvidenceFreshness;
|
|
1402
|
+
readonly summary: string;
|
|
1403
|
+
readonly reasons: readonly string[];
|
|
1404
|
+
readonly bundleSignature: GdhRuntimeInputSignature | null;
|
|
1405
|
+
readonly currentSignature: GdhRuntimeInputSignature | null;
|
|
1406
|
+
}
|
|
1407
|
+
export interface GdhHarnessFeedbackItem {
|
|
1408
|
+
readonly id: string;
|
|
1409
|
+
readonly attribution: GdhFailureAttribution;
|
|
1410
|
+
readonly code: string;
|
|
1411
|
+
readonly summary: string;
|
|
1412
|
+
readonly details: readonly string[];
|
|
1413
|
+
}
|
|
1414
|
+
export interface GdhRuntimeScenarioAttemptResult {
|
|
1415
|
+
readonly attemptNumber: number;
|
|
1416
|
+
readonly startedAt: string;
|
|
1417
|
+
readonly finishedAt: string;
|
|
1418
|
+
readonly outcome: GdhRuntimeVerificationOutcome;
|
|
1419
|
+
readonly summary: string;
|
|
1420
|
+
readonly reasons: readonly string[];
|
|
1421
|
+
readonly recipeRun: GdhRuntimeRecipeRunResult;
|
|
1422
|
+
readonly inspection: readonly GdhRuntimeInspectionSource[];
|
|
1423
|
+
readonly assertions: readonly GdhScenarioAssertionResult[];
|
|
1424
|
+
readonly feedback: readonly GdhHarnessFeedbackItem[];
|
|
1425
|
+
}
|
|
1426
|
+
export interface GdhRuntimeRunBundle {
|
|
1427
|
+
readonly version: typeof GDH_RUNTIME_RUN_BUNDLE_VERSION;
|
|
1428
|
+
readonly bundleId: string;
|
|
1429
|
+
readonly bundlePath: string;
|
|
1430
|
+
readonly targetPath: string;
|
|
1431
|
+
readonly recipeId: string;
|
|
1432
|
+
readonly scenarioId: string;
|
|
1433
|
+
readonly outcome: GdhRuntimeVerificationOutcome;
|
|
1434
|
+
readonly summary: string;
|
|
1435
|
+
readonly reasons: readonly string[];
|
|
1436
|
+
readonly scenario: GdhScenarioDefinition;
|
|
1437
|
+
readonly attempts: readonly GdhRuntimeScenarioAttemptResult[];
|
|
1438
|
+
readonly retainedFirstFailureAttempt: number | null;
|
|
1439
|
+
readonly feedback: readonly GdhHarnessFeedbackItem[];
|
|
1440
|
+
readonly startedAt: string;
|
|
1441
|
+
readonly finishedAt: string;
|
|
1442
|
+
readonly inputSignature: GdhRuntimeInputSignature;
|
|
1443
|
+
readonly artifacts: readonly GdhRuntimeArtifactReference[];
|
|
1444
|
+
}
|
|
1445
|
+
export interface GdhRuntimeRunBundleInspectionResult {
|
|
1446
|
+
readonly targetPath: string;
|
|
1447
|
+
readonly state: GdhRuntimeRunBundleState;
|
|
1448
|
+
readonly summary: string;
|
|
1449
|
+
readonly reasons: readonly string[];
|
|
1450
|
+
readonly freshness: GdhRuntimeEvidenceFreshnessResult | null;
|
|
1451
|
+
readonly bundle: GdhRuntimeRunBundle | null;
|
|
1452
|
+
}
|
|
1453
|
+
export interface GdhRuntimeFeedbackAggregate {
|
|
1454
|
+
readonly code: string;
|
|
1455
|
+
readonly attribution: GdhFailureAttribution;
|
|
1456
|
+
readonly count: number;
|
|
1457
|
+
readonly latestBundleId: string | null;
|
|
1458
|
+
readonly latestFinishedAt: string | null;
|
|
1459
|
+
readonly summaries: readonly string[];
|
|
1460
|
+
}
|
|
1461
|
+
export type GdhRuntimeVerificationReadinessState = "ready" | "needs_verification" | "blocked";
|
|
1462
|
+
export interface GdhRuntimeVerificationReadinessResult {
|
|
1463
|
+
readonly targetPath: string;
|
|
1464
|
+
readonly state: GdhRuntimeVerificationReadinessState;
|
|
1465
|
+
readonly summary: string;
|
|
1466
|
+
readonly reasons: readonly string[];
|
|
1467
|
+
readonly recipeCount: number;
|
|
1468
|
+
readonly scenarioCount: number;
|
|
1469
|
+
readonly bundleCount: number;
|
|
1470
|
+
readonly latestBundle: GdhRuntimeRunBundleInspectionResult | null;
|
|
1471
|
+
readonly recurringFeedback: readonly GdhRuntimeFeedbackAggregate[];
|
|
1472
|
+
}
|
|
1473
|
+
export type GdhRuntimeCorpusEntryKind = "local_fixture" | "pinned_external_repo";
|
|
1474
|
+
export interface GdhRuntimeCorpusManifestEntry {
|
|
1475
|
+
readonly id: string;
|
|
1476
|
+
readonly kind: GdhRuntimeCorpusEntryKind;
|
|
1477
|
+
readonly path?: string;
|
|
1478
|
+
readonly repo?: string;
|
|
1479
|
+
readonly ref?: string;
|
|
1480
|
+
readonly requiredForLocalMatrix: boolean;
|
|
1481
|
+
readonly requiredForReleaseSubset: boolean;
|
|
1482
|
+
readonly coverage: readonly string[];
|
|
1483
|
+
readonly notes: string;
|
|
1484
|
+
}
|
|
1485
|
+
export interface GdhRuntimeCorpusManifest {
|
|
1486
|
+
readonly version: number;
|
|
1487
|
+
readonly updatedAt: string;
|
|
1488
|
+
readonly entries: readonly GdhRuntimeCorpusManifestEntry[];
|
|
1489
|
+
}
|
|
1490
|
+
export interface GdhRuntimeCorpusValidationRecord {
|
|
1491
|
+
readonly entryId: string;
|
|
1492
|
+
readonly entryKind: GdhRuntimeCorpusEntryKind;
|
|
1493
|
+
readonly targetPath: string;
|
|
1494
|
+
readonly recordedAt: string;
|
|
1495
|
+
readonly readinessState: GdhRuntimeVerificationReadinessState;
|
|
1496
|
+
readonly summary: string;
|
|
1497
|
+
readonly reasons: readonly string[];
|
|
1498
|
+
readonly latestBundleId: string | null;
|
|
1499
|
+
readonly latestBundleOutcome: GdhRuntimeVerificationOutcome | null;
|
|
1500
|
+
readonly latestBundleFreshness: GdhRuntimeEvidenceFreshness | null;
|
|
1501
|
+
}
|
|
1502
|
+
export interface GdhRuntimeCorpusArtifact {
|
|
1503
|
+
readonly version: typeof GDH_RUNTIME_CORPUS_ARTIFACT_VERSION;
|
|
1504
|
+
readonly workspaceRoot: string;
|
|
1505
|
+
readonly manifestPath: string;
|
|
1506
|
+
readonly updatedAt: string;
|
|
1507
|
+
readonly records: readonly GdhRuntimeCorpusValidationRecord[];
|
|
1508
|
+
}
|
|
1509
|
+
export type GdhRuntimeCorpusEntryStatusState = "missing" | "recorded_ready" | "recorded_needs_verification" | "recorded_blocked";
|
|
1510
|
+
export interface GdhRuntimeCorpusEntryStatus {
|
|
1511
|
+
readonly entry: GdhRuntimeCorpusManifestEntry;
|
|
1512
|
+
readonly state: GdhRuntimeCorpusEntryStatusState;
|
|
1513
|
+
readonly summary: string;
|
|
1514
|
+
readonly latestRecord: GdhRuntimeCorpusValidationRecord | null;
|
|
1515
|
+
}
|
|
1516
|
+
export type GdhRuntimeCorpusStatusState = "ready" | "needs_validation" | "blocked";
|
|
1517
|
+
export interface GdhRuntimeCorpusStatusResult {
|
|
1518
|
+
readonly workspaceRoot: string;
|
|
1519
|
+
readonly manifestPath: string;
|
|
1520
|
+
readonly artifactPath: string;
|
|
1521
|
+
readonly state: GdhRuntimeCorpusStatusState;
|
|
1522
|
+
readonly summary: string;
|
|
1523
|
+
readonly reasons: readonly string[];
|
|
1524
|
+
readonly requiredForLocalMatrixRemaining: readonly string[];
|
|
1525
|
+
readonly requiredForReleaseSubsetRemaining: readonly string[];
|
|
1526
|
+
readonly entries: readonly GdhRuntimeCorpusEntryStatus[];
|
|
1527
|
+
readonly artifact: GdhRuntimeCorpusArtifact | null;
|
|
1528
|
+
}
|
|
1529
|
+
export type GdhRuntimeCorpusRecordResultState = "recorded" | "blocked";
|
|
1530
|
+
export interface GdhRuntimeCorpusRecordResult {
|
|
1531
|
+
readonly workspaceRoot: string;
|
|
1532
|
+
readonly manifestPath: string;
|
|
1533
|
+
readonly artifactPath: string;
|
|
1534
|
+
readonly state: GdhRuntimeCorpusRecordResultState;
|
|
1535
|
+
readonly summary: string;
|
|
1536
|
+
readonly reasons: readonly string[];
|
|
1537
|
+
readonly entry: GdhRuntimeCorpusManifestEntry;
|
|
1538
|
+
readonly record: GdhRuntimeCorpusValidationRecord | null;
|
|
1539
|
+
readonly readiness: GdhRuntimeVerificationReadinessResult;
|
|
1540
|
+
}
|
|
1541
|
+
export type GdhRuntimeCorpusMaterializeState = "ready" | "blocked";
|
|
1542
|
+
export interface GdhRuntimeCorpusMaterializeResult {
|
|
1543
|
+
readonly workspaceRoot: string;
|
|
1544
|
+
readonly manifestPath: string;
|
|
1545
|
+
readonly state: GdhRuntimeCorpusMaterializeState;
|
|
1546
|
+
readonly summary: string;
|
|
1547
|
+
readonly reasons: readonly string[];
|
|
1548
|
+
readonly entry: GdhRuntimeCorpusManifestEntry | null;
|
|
1549
|
+
readonly sourcePath: string | null;
|
|
1550
|
+
readonly materializedRef: string | null;
|
|
1551
|
+
}
|
|
1552
|
+
export interface GdhRuntimeCorpusExerciseWarning {
|
|
1553
|
+
readonly code: string;
|
|
1554
|
+
readonly summary: string;
|
|
1555
|
+
readonly artifactPath: string | null;
|
|
1556
|
+
}
|
|
1557
|
+
export type GdhRuntimeCorpusExerciseState = "ready" | "blocked" | "failed";
|
|
1558
|
+
export interface GdhRuntimeCorpusExerciseResult {
|
|
1559
|
+
readonly workspaceRoot: string;
|
|
1560
|
+
readonly manifestPath: string;
|
|
1561
|
+
readonly state: GdhRuntimeCorpusExerciseState;
|
|
1562
|
+
readonly summary: string;
|
|
1563
|
+
readonly reasons: readonly string[];
|
|
1564
|
+
readonly entry: GdhRuntimeCorpusManifestEntry | null;
|
|
1565
|
+
readonly materialization: GdhRuntimeCorpusMaterializeResult | null;
|
|
1566
|
+
readonly sourcePath: string | null;
|
|
1567
|
+
readonly workingTargetPath: string | null;
|
|
1568
|
+
readonly onboarding: GdhOnboardingResult | null;
|
|
1569
|
+
readonly status: GdhAuthoringStatusResult | null;
|
|
1570
|
+
readonly targetPrepare: GdhTargetPrepareResult | null;
|
|
1571
|
+
readonly runConfigurations: GdhRuntimeRecipeListResult | null;
|
|
1572
|
+
readonly defaultRunConfigurationId: string | null;
|
|
1573
|
+
readonly verificationScenarios: GdhRuntimeScenarioListResult | null;
|
|
1574
|
+
readonly defaultVerificationScenarioId: string | null;
|
|
1575
|
+
readonly runConfigurationCheck: GdhRuntimeRecipeCheckResult | null;
|
|
1576
|
+
readonly runConfigurationRun: GdhRuntimeRecipeRunResult | null;
|
|
1577
|
+
readonly verificationScenarioRun: GdhRuntimeRunBundle | null;
|
|
1578
|
+
readonly verificationReadiness: GdhRuntimeVerificationReadinessResult | null;
|
|
1579
|
+
readonly warnings: readonly GdhRuntimeCorpusExerciseWarning[];
|
|
1580
|
+
}
|
|
1581
|
+
export type GdhOnboardingArtifactScope = "durable_truth" | "derived_state";
|
|
1582
|
+
export type GdhOnboardingArtifactFormat = "yaml" | "json" | "markdown";
|
|
1583
|
+
export type GdhOnboardingArtifactMode = "create" | "overwrite" | "unchanged";
|
|
1584
|
+
export type GdhOnboardingArtifactWriteStrategy = "exclusive" | "merge_managed";
|
|
1585
|
+
export interface GdhOnboardingArtifactWrite {
|
|
1586
|
+
readonly relativePath: string;
|
|
1587
|
+
readonly absolutePath: string;
|
|
1588
|
+
readonly scope: GdhOnboardingArtifactScope;
|
|
1589
|
+
readonly format: GdhOnboardingArtifactFormat;
|
|
1590
|
+
readonly mode: GdhOnboardingArtifactMode;
|
|
1591
|
+
readonly writeStrategy: GdhOnboardingArtifactWriteStrategy;
|
|
1592
|
+
readonly content: string;
|
|
1593
|
+
}
|
|
1594
|
+
export type GdhOnboardingStatus = "ready" | "unresolved";
|
|
1595
|
+
export type GdhOnboardingQuestionResponseKind = "single_select" | "free_text";
|
|
1596
|
+
export type GdhOnboardingQuestionSubject = "godot_project_root" | "launch_surface";
|
|
1597
|
+
export interface GdhOnboardingQuestionOption {
|
|
1598
|
+
readonly value: string;
|
|
1599
|
+
readonly label: string;
|
|
1600
|
+
readonly evidenceSummary: string;
|
|
1601
|
+
}
|
|
1602
|
+
export interface GdhOnboardingQuestion {
|
|
1603
|
+
readonly id: string;
|
|
1604
|
+
readonly subject: GdhOnboardingQuestionSubject;
|
|
1605
|
+
readonly responseKind: GdhOnboardingQuestionResponseKind;
|
|
1606
|
+
readonly prompt: string;
|
|
1607
|
+
readonly options: readonly GdhOnboardingQuestionOption[];
|
|
1608
|
+
}
|
|
1609
|
+
export interface GdhOnboardingGap {
|
|
1610
|
+
readonly id: string;
|
|
1611
|
+
readonly summary: string;
|
|
1612
|
+
readonly reason: string;
|
|
1613
|
+
readonly missingEvidence: readonly string[];
|
|
1614
|
+
readonly question: GdhOnboardingQuestion;
|
|
1615
|
+
}
|
|
1616
|
+
export interface GdhOnboardingResult {
|
|
1617
|
+
readonly status: GdhOnboardingStatus;
|
|
1618
|
+
readonly targetPath: string;
|
|
1619
|
+
readonly dryRun: boolean;
|
|
1620
|
+
readonly inventory: GdhProjectInventory;
|
|
1621
|
+
readonly selectedProject: GdhDetectedGodotProject | null;
|
|
1622
|
+
readonly projectConfig: GdhProjectConfig | null;
|
|
1623
|
+
readonly recipes: readonly GdhRecipeDefinition[];
|
|
1624
|
+
readonly gaps: readonly GdhOnboardingGap[];
|
|
1625
|
+
readonly writes: readonly GdhOnboardingArtifactWrite[];
|
|
1626
|
+
}
|
|
1627
|
+
export declare function definePackageBoundary(boundary: GdhPackageBoundary): GdhPackageBoundary;
|
|
1628
|
+
export declare const corePackage: GdhPackageBoundary;
|
|
1629
|
+
export * from "./godot-docs-version.js";
|
|
1630
|
+
export * from "./local-path-hints.js";
|
|
1631
|
+
export * from "./official-docs.js";
|
|
1632
|
+
//# sourceMappingURL=index.d.ts.map
|