@code-yeongyu/senpi 2026.8.18 → 2026.8.19
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/CHANGELOG.md +118 -0
- package/dist/cli/args.d.ts +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +4 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +4 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +1 -0
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +49 -25
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +376 -76
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js +3 -0
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts +20 -3
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js +182 -52
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/cursor-exec-bridge-session.d.ts +12 -1
- package/dist/core/cursor-exec-bridge-session.d.ts.map +1 -1
- package/dist/core/cursor-exec-bridge-session.js +17 -4
- package/dist/core/cursor-exec-bridge-session.js.map +1 -1
- package/dist/core/cursor-exec-bridge.d.ts +2 -2
- package/dist/core/cursor-exec-bridge.d.ts.map +1 -1
- package/dist/core/cursor-exec-bridge.js +29 -20
- package/dist/core/cursor-exec-bridge.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.d.ts +2 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.js +15 -6
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/index.d.ts +3 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/index.js +18 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/index.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/oauth-login.d.ts +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/oauth-login.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/oauth-login.js +7 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/oauth-login.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.d.ts +4 -3
- package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.js +2 -2
- package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding-store.d.ts +29 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding-store.d.ts.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding-store.js +112 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding-store.js.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.d.ts +37 -23
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.js +119 -33
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.d.ts +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.js +20 -2
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.d.ts +3 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js +32 -2
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-wiring.d.ts +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-wiring.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-wiring.js +78 -11
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-wiring.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-restored-admission.d.ts +8 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-restored-admission.d.ts.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-restored-admission.js +11 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-restored-admission.js.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.js +17 -55
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-sync.d.ts +13 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-sync.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-sync.js +18 -5
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-sync.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.d.ts +11 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.d.ts.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.js +48 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.js.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/settings.d.ts +8 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/settings.js +18 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/settings.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.d.ts +7 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.js +10 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.d.ts +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.js +29 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js +30 -24
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/native-bootstrap.d.ts +14 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/native-bootstrap.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/native-bootstrap.js +58 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/native-bootstrap.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts +12 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js +20 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts +11 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js +6 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-model.d.ts +3 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-model.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-model.js +5 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-model.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.js +11 -4
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.js.map +1 -1
- package/dist/core/extensions/builtin/goal/direct-input-lifecycle.d.ts +8 -0
- package/dist/core/extensions/builtin/goal/direct-input-lifecycle.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/direct-input-lifecycle.js +10 -0
- package/dist/core/extensions/builtin/goal/direct-input-lifecycle.js.map +1 -1
- package/dist/core/extensions/builtin/goal/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/index.js +21 -3
- package/dist/core/extensions/builtin/goal/index.js.map +1 -1
- package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts +9 -0
- package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/monitor-continuation.js +16 -0
- package/dist/core/extensions/builtin/goal/monitor-continuation.js.map +1 -1
- package/dist/core/extensions/builtin/goal/reload-reengagement.d.ts +30 -0
- package/dist/core/extensions/builtin/goal/reload-reengagement.d.ts.map +1 -0
- package/dist/core/extensions/builtin/goal/reload-reengagement.js +36 -0
- package/dist/core/extensions/builtin/goal/reload-reengagement.js.map +1 -0
- package/dist/core/extensions/builtin/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/index.js +2 -0
- package/dist/core/extensions/builtin/index.js.map +1 -1
- package/dist/core/extensions/builtin/loop/command-registration.d.ts +7 -0
- package/dist/core/extensions/builtin/loop/command-registration.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/command-registration.js +13 -0
- package/dist/core/extensions/builtin/loop/command-registration.js.map +1 -0
- package/dist/core/extensions/builtin/loop/command.d.ts +41 -0
- package/dist/core/extensions/builtin/loop/command.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/command.js +281 -0
- package/dist/core/extensions/builtin/loop/command.js.map +1 -0
- package/dist/core/extensions/builtin/loop/cron-planner.d.ts +23 -0
- package/dist/core/extensions/builtin/loop/cron-planner.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/cron-planner.js +88 -0
- package/dist/core/extensions/builtin/loop/cron-planner.js.map +1 -0
- package/dist/core/extensions/builtin/loop/index.d.ts +134 -0
- package/dist/core/extensions/builtin/loop/index.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/index.js +742 -0
- package/dist/core/extensions/builtin/loop/index.js.map +1 -0
- package/dist/core/extensions/builtin/loop/loopfile.d.ts +40 -0
- package/dist/core/extensions/builtin/loop/loopfile.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/loopfile.js +102 -0
- package/dist/core/extensions/builtin/loop/loopfile.js.map +1 -0
- package/dist/core/extensions/builtin/loop/parse.d.ts +45 -0
- package/dist/core/extensions/builtin/loop/parse.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/parse.js +92 -0
- package/dist/core/extensions/builtin/loop/parse.js.map +1 -0
- package/dist/core/extensions/builtin/loop/scheduler.d.ts +225 -0
- package/dist/core/extensions/builtin/loop/scheduler.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/scheduler.js +708 -0
- package/dist/core/extensions/builtin/loop/scheduler.js.map +1 -0
- package/dist/core/extensions/builtin/loop/status.d.ts +24 -0
- package/dist/core/extensions/builtin/loop/status.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/status.js +113 -0
- package/dist/core/extensions/builtin/loop/status.js.map +1 -0
- package/dist/core/extensions/builtin/loop/store.d.ts +49 -0
- package/dist/core/extensions/builtin/loop/store.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/store.js +424 -0
- package/dist/core/extensions/builtin/loop/store.js.map +1 -0
- package/dist/core/extensions/builtin/loop/tick-prompt.d.ts +64 -0
- package/dist/core/extensions/builtin/loop/tick-prompt.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/tick-prompt.js +183 -0
- package/dist/core/extensions/builtin/loop/tick-prompt.js.map +1 -0
- package/dist/core/extensions/builtin/loop/tools.d.ts +122 -0
- package/dist/core/extensions/builtin/loop/tools.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/tools.js +155 -0
- package/dist/core/extensions/builtin/loop/tools.js.map +1 -0
- package/dist/core/extensions/builtin/loop/types.d.ts +206 -0
- package/dist/core/extensions/builtin/loop/types.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop/types.js +37 -0
- package/dist/core/extensions/builtin/loop/types.js.map +1 -0
- package/dist/core/extensions/index.d.ts +1 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +10 -5
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/types.d.ts +30 -3
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js +5 -10
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/model-registry.d.ts +2 -0
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +4 -0
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts +15 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +137 -43
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/model-runtime.d.ts +7 -0
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js +17 -0
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +8 -4
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/provider-composer.d.ts +8 -0
- package/dist/core/provider-composer.d.ts.map +1 -1
- package/dist/core/provider-composer.js.map +1 -1
- package/dist/core/provider-timeout-retry.d.ts.map +1 -1
- package/dist/core/provider-timeout-retry.js +29 -1
- package/dist/core/provider-timeout-retry.js.map +1 -1
- package/dist/core/remote-catalog-provider.d.ts.map +1 -1
- package/dist/core/remote-catalog-provider.js +2 -1
- package/dist/core/remote-catalog-provider.js.map +1 -1
- package/dist/core/retry-fallback/chains.d.ts +1 -0
- package/dist/core/retry-fallback/chains.d.ts.map +1 -1
- package/dist/core/retry-fallback/chains.js +3 -0
- package/dist/core/retry-fallback/chains.js.map +1 -1
- package/dist/core/retry-fallback/controller.d.ts +2 -0
- package/dist/core/retry-fallback/controller.d.ts.map +1 -1
- package/dist/core/retry-fallback/controller.js.map +1 -1
- package/dist/core/retry-fallback/expansion.d.ts +8 -0
- package/dist/core/retry-fallback/expansion.d.ts.map +1 -1
- package/dist/core/retry-fallback/expansion.js +2 -0
- package/dist/core/retry-fallback/expansion.js.map +1 -1
- package/dist/core/sdk.d.ts +5 -0
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +47 -12
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-manager.d.ts +5 -2
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +15 -6
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +1 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +14 -3
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js +51 -33
- package/dist/core/skills.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +17 -2
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/extensions/llama/index.d.ts.map +1 -1
- package/dist/extensions/llama/index.js +2 -0
- package/dist/extensions/llama/index.js.map +1 -1
- package/dist/extensions/llama/provider.d.ts.map +1 -1
- package/dist/extensions/llama/provider.js +6 -6
- package/dist/extensions/llama/provider.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +10 -4
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +1 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/editor-paste-transfer.d.ts +10 -1
- package/dist/modes/interactive/editor-paste-transfer.d.ts.map +1 -1
- package/dist/modes/interactive/editor-paste-transfer.js +27 -2
- package/dist/modes/interactive/editor-paste-transfer.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +69 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +435 -63
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/tips/catalog/dag-tips.d.ts +7 -0
- package/dist/modes/interactive/tips/catalog/dag-tips.d.ts.map +1 -0
- package/dist/modes/interactive/tips/catalog/dag-tips.js +57 -0
- package/dist/modes/interactive/tips/catalog/dag-tips.js.map +1 -0
- package/dist/modes/interactive/tips/catalog/memory-tips.d.ts +7 -0
- package/dist/modes/interactive/tips/catalog/memory-tips.d.ts.map +1 -0
- package/dist/modes/interactive/tips/catalog/memory-tips.js +100 -0
- package/dist/modes/interactive/tips/catalog/memory-tips.js.map +1 -0
- package/dist/modes/interactive/tips/registry.d.ts.map +1 -1
- package/dist/modes/interactive/tips/registry.js +4 -0
- package/dist/modes/interactive/tips/registry.js.map +1 -1
- package/dist/utils/management-http.d.ts +5 -3
- package/dist/utils/management-http.d.ts.map +1 -1
- package/dist/utils/management-http.js +14 -10
- package/dist/utils/management-http.js.map +1 -1
- package/docs/compaction.md +17 -0
- package/docs/custom-provider.md +5 -2
- package/docs/extensions.md +11 -2
- package/docs/llama-cpp.md +2 -0
- package/docs/models.md +8 -2
- package/docs/providers.md +9 -6
- package/docs/settings.md +22 -2
- package/docs/skills.md +4 -3
- package/examples/extensions/border-status-editor.ts +1 -1
- package/examples/extensions/git-checkpoint.ts +2 -2
- package/examples/extensions/notify.ts +3 -1
- package/examples/extensions/subagent/index.ts +6 -1
- package/examples/extensions/titlebar-spinner.ts +1 -1
- package/examples/rpc-extension-ui.ts +1 -1
- package/examples/sdk/06-extensions.ts +1 -1
- package/examples/sdk/README.md +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/lib/index.d.ts +41 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/lib/index.js +287 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/identifier-browser.js +63 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/identifier-browser.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/identifier.js +61 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/index.d.ts +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/index.js +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/helper-validator-identifier/package.json +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/LICENSE +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/README.md +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/bin/babel-parser.js +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/lib/index.d.ts +1035 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/lib/index.js +14276 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/package.json +57 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/parser/typings/babel-parser.d.ts +624 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/LICENSE +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/README.md +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/lib/index-legacy.d.ts +2743 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/lib/index.d.ts +3643 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/lib/index.js +11178 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/lib/index.js.flow +2596 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/lib/index.js.map +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/@babel/types/package.json +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/code.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/code.mjs +65 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/compile.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/compile.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/index.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/index.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/validator.d.mts +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/compile/validator.mjs +91 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/error/errors.d.mts +208 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/error/errors.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/error/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/error/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_idna.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_idna.mjs +246 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_puny.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_puny.mjs +77 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_registry.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/_registry.mjs +96 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/date.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/date.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/date_time.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/date_time.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/duration.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/duration.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/email.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/email.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/format.d.mts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/format.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/hostname.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/hostname.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/idn_email.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/idn_email.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/idn_hostname.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/idn_hostname.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/index.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/index.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/ipv4.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/ipv4.mjs +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/ipv6.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/ipv6.mjs +67 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/iri.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/iri.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/iri_reference.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/iri_reference.mjs +60 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/json_pointer.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/json_pointer.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/json_pointer_uri_fragment.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/json_pointer_uri_fragment.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/regex.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/regex.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/relative_json_pointer.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/relative_json_pointer.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/time.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/time.mjs +27 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri.mjs +135 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri_reference.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri_reference.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri_template.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uri_template.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/url.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/url.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uuid.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/format/uuid.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/emit.d.mts +56 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/emit.mjs +193 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/globals.d.mts +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/globals.mjs +90 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/guard.d.mts +71 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/guard.mjs +233 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/index.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/index.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/native.d.mts +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/native.mjs +60 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/string.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/guard/string.mjs +176 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/index.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/index.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/build.d.mts +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/build.mjs +118 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/check.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/check.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/compile.d.mts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/compile.mjs +46 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_context.d.mts +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_context.mjs +129 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_exact_optional.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_exact_optional.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_externals.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_externals.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_functions.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_functions.mjs +65 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_reducer.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_reducer.mjs +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_refine.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_refine.mjs +29 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_stack.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_stack.mjs +107 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_unique.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/_unique.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/additionalItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/additionalItems.mjs +60 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/additionalProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/additionalProperties.mjs +110 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/allOf.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/allOf.mjs +47 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/anyOf.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/anyOf.mjs +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/boolean.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/boolean.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/const.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/const.mjs +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/contains.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/contains.mjs +54 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependencies.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependencies.mjs +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependentRequired.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependentRequired.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependentSchemas.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dependentSchemas.mjs +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dynamicRef.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/dynamicRef.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/enum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/enum.mjs +33 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/exclusiveMaximum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/exclusiveMaximum.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/exclusiveMinimum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/exclusiveMinimum.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/format.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/format.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/if.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/if.mjs +47 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/index.d.mts +48 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/index.mjs +54 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/items.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/items.mjs +88 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxContains.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxContains.mjs +42 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxItems.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxLength.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxLength.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxProperties.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maxProperties.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maximum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/maximum.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minContains.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minContains.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minItems.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minLength.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minLength.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minProperties.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minProperties.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minimum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/minimum.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/multipleOf.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/multipleOf.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/not.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/not.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/oneOf.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/oneOf.mjs +59 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/pattern.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/pattern.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/patternProperties.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/patternProperties.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/prefixItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/prefixItems.mjs +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/properties.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/properties.mjs +75 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/propertyNames.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/propertyNames.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/recursiveRef.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/recursiveRef.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/ref.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/ref.mjs +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/required.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/required.mjs +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/schema.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/schema.mjs +347 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/type.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/type.mjs +70 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/unevaluatedItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/unevaluatedProperties.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/uniqueItems.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/engine/uniqueItems.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/errors.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/errors.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/index.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/index.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/parse.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/parse.mjs +27 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/index.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/index.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/pointer.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/pointer.mjs +106 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/pointer_get.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/pointer/pointer_get.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/ref.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/ref.mjs +146 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/resolve.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/resolve/resolve.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/schema.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/schema.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_canonical.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_canonical.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_comparer.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_comparer.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_elements.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/_elements.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/additionalProperties.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/additionalProperties.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/allOf.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/allOf.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/anyOf.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/anyOf.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/const.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/const.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/enum.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/enum.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/if.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/if.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/items.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/items.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/oneOf.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/oneOf.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/patternProperties.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/patternProperties.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/prefixItems.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/prefixItems.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/properties.d.mts +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/properties.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/ref.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/ref.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/required.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/required.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/schema.d.mts +56 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/schema.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/static.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/static.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/type.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/type.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/unevaluatedProperties.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/static/unevaluatedProperties.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/_refine.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/_refine.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/additionalItems.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/additionalItems.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/additionalProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/additionalProperties.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/allOf.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/allOf.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/anchor.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/anchor.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/anyOf.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/anyOf.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/const.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/const.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contains.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contains.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contentEncoding.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contentEncoding.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contentMediaType.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/contentMediaType.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/default.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/default.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/defs.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/defs.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependencies.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependencies.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependentRequired.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependentRequired.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependentSchemas.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dependentSchemas.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dynamicAnchor.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dynamicAnchor.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dynamicRef.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/dynamicRef.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/else.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/else.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/enum.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/enum.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/exclusiveMaximum.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/exclusiveMaximum.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/exclusiveMinimum.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/exclusiveMinimum.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/format.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/format.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/id.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/id.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/if.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/if.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/index.d.mts +53 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/index.mjs +59 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/items.d.mts +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/items.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxContains.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxContains.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxItems.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxItems.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxLength.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxLength.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maxProperties.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maximum.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/maximum.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minContains.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minContains.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minItems.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minItems.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minLength.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minLength.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minProperties.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minimum.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/minimum.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/multipleOf.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/multipleOf.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/not.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/not.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/oneOf.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/oneOf.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/pattern.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/pattern.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/patternProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/patternProperties.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/prefixItems.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/prefixItems.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/properties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/properties.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/propertyNames.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/propertyNames.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/recursiveAnchor.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/recursiveAnchor.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/recursiveRef.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/recursiveRef.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/ref.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/ref.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/required.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/required.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/schema.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/schema.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/then.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/then.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/type.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/type.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/unevaluatedItems.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/unevaluatedItems.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/unevaluatedProperties.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/unevaluatedProperties.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/uniqueItems.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/schema/types/uniqueItems.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/arguments/arguments.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/arguments/arguments.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/arguments/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/arguments/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/environment.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/environment.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/evaluate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/evaluate.mjs +37 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/environment/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/hashing/hash.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/hashing/hash.mjs +232 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/hashing/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/hashing/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/index.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/index.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/_config.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/_config.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/_locale.d.mts +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/_locale.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ar_001.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ar_001.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/bn_BD.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/bn_BD.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/cs_CZ.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/cs_CZ.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/de_DE.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/de_DE.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/el_GR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/el_GR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/en_US.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/en_US.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_419.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_419.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_AR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_AR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_ES.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_ES.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_MX.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/es_MX.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fa_IR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fa_IR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fil_PH.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fil_PH.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fr_CA.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fr_CA.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fr_FR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/fr_FR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ha_NG.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ha_NG.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/hi_IN.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/hi_IN.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/hu_HU.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/hu_HU.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/id_ID.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/id_ID.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/it_IT.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/it_IT.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ja_JP.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ja_JP.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ko_KR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ko_KR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ms_MY.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ms_MY.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/nl_NL.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/nl_NL.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pl_PL.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pl_PL.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pt_BR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pt_BR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pt_PT.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/pt_PT.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ro_RO.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ro_RO.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ru_RU.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ru_RU.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/sv_SE.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/sv_SE.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/sw_TZ.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/sw_TZ.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/th_TH.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/th_TH.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/tr_TR.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/tr_TR.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/uk_UA.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/uk_UA.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ur_PK.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/ur_PK.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/vi_VN.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/vi_VN.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/yo_NG.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/yo_NG.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/zh_Hans.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/zh_Hans.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/zh_Hant.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/locale/zh_Hant.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/assign.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/assign.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/clone.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/clone.mjs +110 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/create.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/create.mjs +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/discard.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/discard.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/memory.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/memory.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/metrics.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/metrics.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/update.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/memory/update.mjs +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/settings/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/settings/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/settings/settings.d.mts +71 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/settings/settings.mjs +34 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/system.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/system.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/unreachable/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/unreachable/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/unreachable/unreachable.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/system/unreachable/unreachable.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/capitalize.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/capitalize.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/conditional.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/conditional.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/constructor_parameters.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/constructor_parameters.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/evaluate.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/evaluate.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/exclude.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/exclude.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/extract.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/extract.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/index.d.mts +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/index.mjs +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/indexed.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/indexed.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/instance_type.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/instance_type.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/interface.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/interface.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/keyof.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/keyof.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/lowercase.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/lowercase.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/mapped.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/mapped.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/module.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/module.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/non_nullable.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/non_nullable.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/omit.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/omit.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/parameters.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/parameters.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/partial.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/partial.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/pick.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/pick.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/readonly_object.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/readonly_object.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/required.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/required.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/return_type.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/return_type.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/uncapitalize.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/uncapitalize.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/uppercase.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/uppercase.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/distribute_arguments.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +53 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/instantiate.d.mts +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/instantiate.mjs +49 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/resolve_arguments.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +33 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/resolve_target.d.mts +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/call/resolve_target.mjs +27 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/conditional/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/conditional/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/conditional/instantiate.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/conditional/instantiate.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/constructor_parameters/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/constructor_parameters/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/check.d.mts +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/check.mjs +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +47 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/extends.mjs +47 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/index.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/index.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/target.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/cyclic/target.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/enum/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/enum/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/enum/typescript_enum_to_enum_values.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/enum/typescript_enum_to_enum_values.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +43 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/compare.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/compare.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +34 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/composite.mjs +67 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +53 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/flatten.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/flatten.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/index.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/index.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/instantiate.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/instantiate.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/narrow.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/evaluate/narrow.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/instantiate.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/operation.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/exclude/operation.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/instantiate.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/operation.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/extract/operation.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/index.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/index.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/keys.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/keys.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/keys_to_indexer.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/keys_to_indexer.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/union.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/helpers/union.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/index.d.mts +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/index.mjs +37 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_cyclic.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_cyclic.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_intersect.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_literal.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_literal.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_type.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_union.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/from_union.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/to_indexable.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/to_indexable.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/to_indexable_keys.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexable/to_indexable_keys.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/array_indexer.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/array_indexer.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_array.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_array.mjs +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_object.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_object.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_tuple.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_tuple.mjs +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_type.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/from_type.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instance_type/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instance_type/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instance_type/instantiate.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instance_type/instantiate.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instantiate.d.mts +178 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/instantiate.mjs +158 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/interface/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/interface/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/interface/instantiate.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_literal.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_literal.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_type.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_type.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_union.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/from_union.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/instantiate.d.mts +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/instantiate.mjs +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/mapping.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/intrinsics/mapping.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_any.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_any.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_array.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_array.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_object.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_object.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_record.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_record.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_tuple.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_tuple.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_type.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/from_type.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +29 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/instantiate.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/instantiate.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +42 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/module/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/module/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/module/instantiate.d.mts +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/module/instantiate.mjs +36 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/non_nullable/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/non_nullable/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/non_nullable/instantiate.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/non_nullable/instantiate.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/collapse.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/collapse.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_cyclic.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_cyclic.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_intersect.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_intersect.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_object.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_object.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_tuple.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_tuple.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_type.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_type.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_union.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/from_union.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/object/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/from_type.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/from_type.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/omit/instantiate.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/parameters/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/parameters/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_cyclic.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_cyclic.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_object.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_object.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_type.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_type.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_union.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/from_union.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/partial/instantiate.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/index.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/index.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/pattern.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/pattern.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/template.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/patterns/template.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/from_type.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/from_type.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/pick/instantiate.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_cyclic.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_cyclic.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_union.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/from_union.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/readonly_object/instantiate.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key.d.mts +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key.mjs +40 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_any.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_any.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_boolean.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_boolean.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_integer.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_integer.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_intersect.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_literal.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_literal.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_number.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_number.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_string.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_string.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_union.d.mts +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/from_key_union.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/instantiate.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/record_create.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/record/record_create.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/ref/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/ref/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/ref/instantiate.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_cyclic.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_cyclic.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_object.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_object.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_type.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_type.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_union.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/from_union.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/required/instantiate.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/rest/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/rest/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/rest/spread.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/rest/spread.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/return_type/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/return_type/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/return_type/instantiate.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/return_type/instantiate.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/create.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/create.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/decode.d.mts +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/decode.mjs +81 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +33 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/encode.mjs +81 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/index.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/index.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/instantiate.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/instantiate.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/is_finite.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/is_pattern.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/static.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/template_literal/static.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/this/expand_this.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/this/expand_this.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/tuple/to_object.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/tuple/to_object.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/with/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/with/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/engine/with/instantiate.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/any.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/any.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/array.d.mts +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/array.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/bigint.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/bigint.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/boolean.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/boolean.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/constructor.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/constructor.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/enum.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/enum.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends_left.d.mts +53 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends_left.mjs +80 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends_right.d.mts +27 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/extends_right.mjs +49 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/function.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/function.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/index.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/index.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/inference.d.mts +34 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/inference.mjs +62 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/integer.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/integer.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/intersect.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/intersect.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/literal.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/literal.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/never.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/never.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/null.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/null.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/number.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/number.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/object.d.mts +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/object.mjs +109 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/parameters.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/parameters.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/result.d.mts +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/result.mjs +36 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/return_type.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/return_type.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/string.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/string.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/symbol.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/symbol.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/template_literal.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/template_literal.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/tuple.d.mts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/tuple.mjs +61 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/undefined.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/undefined.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/union.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/union.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/unknown.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/unknown.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/void.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/extends/void.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/index.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/index.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/mapping.d.mts +353 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/mapping.mjs +535 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/parser.d.mts +262 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/parser.mjs +136 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/script.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/script.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/bigint.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/bigint.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/const.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/const.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/ident.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/ident.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/index.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/index.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/integer.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/integer.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/char.d.mts +75 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/char.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/guard.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/many.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/many.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/match.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/match.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/optional.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/optional.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/take.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/take.mjs +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/trim.d.mts +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/internal/trim.mjs +34 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/number.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/number.mjs +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/rest.d.mts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/rest.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/span.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/span.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/string.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/string.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/unsigned_integer.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/unsigned_integer.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/unsigned_number.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/unsigned_number.mjs +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/until.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/until.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/until_1.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/script/token/until_1.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_codec.d.mts +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_codec.mjs +60 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_immutable.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_immutable.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_optional.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_optional.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_readonly.d.mts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_readonly.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_refine.d.mts +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/_refine.mjs +36 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/any.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/any.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/array.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/array.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/bigint.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/bigint.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/boolean.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/boolean.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/call.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/call.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/constructor.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/constructor.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/cyclic.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/cyclic.mjs +29 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/deferred.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/deferred.mjs +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/enum.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/enum.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/function.d.mts +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/function.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/generic.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/generic.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/identifier.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/identifier.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/index.d.mts +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/index.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/infer.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/infer.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/integer.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/integer.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/intersect.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/intersect.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/literal.d.mts +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/literal.mjs +62 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/never.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/never.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/null.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/null.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/number.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/number.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/object.d.mts +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/object.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/parameter.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/parameter.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/properties.d.mts +43 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/properties.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/record.d.mts +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/record.mjs +66 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/ref.d.mts +19 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/ref.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/rest.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/rest.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/schema.d.mts +176 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/schema.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/static.d.mts +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/static.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/string.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/string.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/symbol.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/symbol.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/template_literal.d.mts +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/template_literal.mjs +37 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/this.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/this.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/tuple.d.mts +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/tuple.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/undefined.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/undefined.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/union.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/union.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/unknown.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/unknown.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/unsafe.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/unsafe.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/void.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/type/types/void.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/typebox.d.mts +69 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/typebox.mjs +85 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/assert/assert.d.mts +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/assert/assert.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/assert/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/assert/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/check/check.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/check/check.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/check/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/check/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/additional.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/additional.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/clean.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/clean.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_array.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_cyclic.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_cyclic.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_intersect.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_object.mjs +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_record.mjs +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_ref.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_tuple.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_type.mjs +21 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/from_union.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clean/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clone/clone.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clone/clone.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clone/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/clone/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/callback.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/callback.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/decode.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/decode.mjs +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/encode.d.mts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/encode.mjs +52 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_array.mjs +35 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_cyclic.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_cyclic.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_intersect.mjs +58 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_object.mjs +42 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_record.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_ref.mjs +31 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_tuple.mjs +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_type.mjs +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/from_union.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/has.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/has.mjs +93 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/index.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/codec/index.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/convert.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/convert.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_additional.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_additional.mjs +18 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_array.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_bigint.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_bigint.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_boolean.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_boolean.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_cyclic.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_cyclic.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_enum.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_enum.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_integer.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_integer.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_literal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_literal.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_null.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_null.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_number.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_number.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_object.mjs +28 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_record.mjs +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_ref.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_string.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_string.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_template_literal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_template_literal.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_tuple.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_type.mjs +43 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_undefined.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_undefined.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_union.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_void.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/from_void.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_array.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_bigint.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_bigint.mjs +45 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_boolean.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_boolean.mjs +41 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_null.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_null.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_number.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_number.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_result.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_result.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_string.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_string.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_undefined.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/convert/try/try_undefined.mjs +44 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/create.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/create.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/error.d.mts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/error.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_array.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_bigint.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_bigint.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_boolean.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_boolean.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_constructor.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_constructor.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_cyclic.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_cyclic.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_default.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_default.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_enum.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_enum.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_function.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_function.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_integer.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_integer.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_literal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_literal.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_never.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_never.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_null.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_null.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_number.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_number.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_object.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_record.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_ref.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_string.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_string.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_symbol.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_symbol.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_template_literal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_template_literal.mjs +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_tuple.mjs +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_type.mjs +61 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_undefined.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_undefined.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_union.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_void.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/from_void.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/index.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/create/index.mjs +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/default.d.mts +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/default.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_array.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_cyclic.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_cyclic.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_default.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_default.mjs +13 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_intersect.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_object.mjs +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_record.mjs +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_ref.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_tuple.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_type.mjs +25 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/from_union.mjs +14 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/default/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/diff.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/diff.mjs +135 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/edit.d.mts +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/edit.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/index.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/index.mjs +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/patch.d.mts +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/delta/patch.mjs +42 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/equal/equal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/equal/equal.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/equal/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/equal/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/errors/errors.d.mts +16 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/errors/errors.mjs +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/errors/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/errors/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/hash/hash.d.mts +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/hash/hash.mjs +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/hash/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/hash/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/index.d.mts +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/index.mjs +29 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/parse/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/parse/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/parse/parse.d.mts +11 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/parse/parse.mjs +47 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pipeline/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pipeline/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pipeline/pipeline.d.mts +10 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pipeline/pipeline.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pointer/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/pointer/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/error.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/error.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_array.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_array.mjs +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_enum.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_enum.mjs +6 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_intersect.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_intersect.mjs +8 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_object.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_object.mjs +33 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_record.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_record.mjs +33 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_ref.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_ref.mjs +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_template_literal.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_template_literal.mjs +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_tuple.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_tuple.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_type.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_type.mjs +88 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_union.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_union.mjs +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_unknown.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/from_unknown.mjs +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/index.d.mts +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/index.mjs +1 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/repair.d.mts +17 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/repair/repair.mjs +20 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/index.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/index.mjs +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/optional_undefined.d.mts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/optional_undefined.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +7 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/union_priority_sort.mjs +72 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/union_score_select.d.mts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/shared/union_score_select.mjs +51 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/value.d.mts +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/build/value/value.mjs +15 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/license +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/package.json +87 -0
- package/node_modules/@code-yeongyu/senpi-codemode/node_modules/typebox/readme.md +363 -0
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/render.ts +11 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts +3 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +57 -18
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +7 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +12 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts +3 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +13 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js +14 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +9 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
- package/node_modules/@earendil-works/pi-ai/README.md +5 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts +7 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +21 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +7 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +39 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.d.ts +22 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/reasoning-params.d.ts +20 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/reasoning-params.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/reasoning-params.js +26 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/reasoning-params.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.d.ts +7 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts +5 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js +82 -12
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +14 -11
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.d.ts +5 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js +16 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +13 -10
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js +4 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +4 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +45 -29
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +8 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.js +18 -9
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/device-code.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/device-code.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/device-code.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/device-code.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/github-copilot.js +22 -9
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/catalog-grouping.d.ts +25 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/catalog-grouping.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/catalog-grouping.js +134 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/catalog-grouping.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/cursor-variant-aliases.json +1893 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/model-capabilities.d.ts +47 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/model-capabilities.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/model-capabilities.js +208 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/model-capabilities.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.d.ts +21 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.js +83 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.d.ts +8 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js +76 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts +13 -0
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +9 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js +40 -11
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/anthropic.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-individual.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-ams.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-sgp.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai-coding-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.js +1 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js +21 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-message-snapshot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-message-snapshot.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-message-snapshot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +45 -4
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/pi-user-agent.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/pi-user-agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/pi-user-agent.js +7 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/pi-user-agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +2 -3
- package/node_modules/@earendil-works/pi-pty/dist/loader.d.ts +6 -0
- package/node_modules/@earendil-works/pi-pty/dist/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/loader.js +11 -0
- package/node_modules/@earendil-works/pi-pty/dist/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/quarantine.d.ts +15 -0
- package/node_modules/@earendil-works/pi-pty/dist/quarantine.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-pty/dist/quarantine.js +27 -0
- package/node_modules/@earendil-works/pi-pty/dist/quarantine.js.map +1 -0
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +73 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +173 -17
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js +5 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/editor-component.d.ts +69 -0
- package/node_modules/@earendil-works/pi-tui/dist/editor-component.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/editor-component.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/image-markers.d.ts +46 -0
- package/node_modules/@earendil-works/pi-tui/dist/image-markers.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/image-markers.js +130 -0
- package/node_modules/@earendil-works/pi-tui/dist/image-markers.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/paste-markers.d.ts +3 -0
- package/node_modules/@earendil-works/pi-tui/dist/paste-markers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/paste-markers.js +23 -7
- package/node_modules/@earendil-works/pi-tui/dist/paste-markers.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js +5 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +7 -7
|
@@ -0,0 +1,1893 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "cursor-variant-aliases/v1",
|
|
3
|
+
"source": "union of GetUsableModels live capture (204 ids) and cursor-agent CLI listing capture (203 ids), 2026-08-18",
|
|
4
|
+
"aliases": {
|
|
5
|
+
"claude-4-sonnet": {
|
|
6
|
+
"targetId": "claude-4-sonnet",
|
|
7
|
+
"legacyVariantId": "claude-4-sonnet",
|
|
8
|
+
"encoding": "legacy-variant"
|
|
9
|
+
},
|
|
10
|
+
"claude-4-sonnet-thinking": {
|
|
11
|
+
"targetId": "claude-4-sonnet-thinking",
|
|
12
|
+
"legacyVariantId": "claude-4-sonnet-thinking",
|
|
13
|
+
"encoding": "legacy-variant"
|
|
14
|
+
},
|
|
15
|
+
"claude-4.5-opus-high": {
|
|
16
|
+
"targetId": "claude-4.5-opus",
|
|
17
|
+
"level": "high",
|
|
18
|
+
"legacyVariantId": "claude-4.5-opus-high",
|
|
19
|
+
"encoding": "legacy-variant"
|
|
20
|
+
},
|
|
21
|
+
"claude-4.5-opus-high-thinking": {
|
|
22
|
+
"targetId": "claude-4.5-opus-thinking",
|
|
23
|
+
"level": "high",
|
|
24
|
+
"legacyVariantId": "claude-4.5-opus-high-thinking",
|
|
25
|
+
"encoding": "legacy-variant"
|
|
26
|
+
},
|
|
27
|
+
"claude-4.5-sonnet": {
|
|
28
|
+
"targetId": "claude-4.5-sonnet",
|
|
29
|
+
"legacyVariantId": "claude-4.5-sonnet",
|
|
30
|
+
"encoding": "legacy-variant"
|
|
31
|
+
},
|
|
32
|
+
"claude-4.5-sonnet-thinking": {
|
|
33
|
+
"targetId": "claude-4.5-sonnet-thinking",
|
|
34
|
+
"legacyVariantId": "claude-4.5-sonnet-thinking",
|
|
35
|
+
"encoding": "legacy-variant"
|
|
36
|
+
},
|
|
37
|
+
"claude-4.6-opus-high": {
|
|
38
|
+
"targetId": "claude-4.6-opus",
|
|
39
|
+
"level": "high",
|
|
40
|
+
"legacyVariantId": "claude-4.6-opus-high",
|
|
41
|
+
"encoding": "legacy-variant"
|
|
42
|
+
},
|
|
43
|
+
"claude-4.6-opus-max": {
|
|
44
|
+
"targetId": "claude-4.6-opus",
|
|
45
|
+
"level": "max",
|
|
46
|
+
"legacyVariantId": "claude-4.6-opus-max",
|
|
47
|
+
"encoding": "legacy-variant"
|
|
48
|
+
},
|
|
49
|
+
"claude-4.6-opus-high-thinking": {
|
|
50
|
+
"targetId": "claude-4.6-opus-thinking",
|
|
51
|
+
"level": "high",
|
|
52
|
+
"legacyVariantId": "claude-4.6-opus-high-thinking",
|
|
53
|
+
"encoding": "legacy-variant"
|
|
54
|
+
},
|
|
55
|
+
"claude-4.6-opus-max-thinking": {
|
|
56
|
+
"targetId": "claude-4.6-opus-thinking",
|
|
57
|
+
"level": "max",
|
|
58
|
+
"legacyVariantId": "claude-4.6-opus-max-thinking",
|
|
59
|
+
"encoding": "legacy-variant"
|
|
60
|
+
},
|
|
61
|
+
"claude-4.6-sonnet-medium": {
|
|
62
|
+
"targetId": "claude-4.6-sonnet",
|
|
63
|
+
"level": "medium",
|
|
64
|
+
"legacyVariantId": "claude-4.6-sonnet-medium",
|
|
65
|
+
"encoding": "legacy-variant"
|
|
66
|
+
},
|
|
67
|
+
"claude-4.6-sonnet-medium-thinking": {
|
|
68
|
+
"targetId": "claude-4.6-sonnet-thinking",
|
|
69
|
+
"level": "medium",
|
|
70
|
+
"legacyVariantId": "claude-4.6-sonnet-medium-thinking",
|
|
71
|
+
"encoding": "legacy-variant"
|
|
72
|
+
},
|
|
73
|
+
"claude-fable-5-high": {
|
|
74
|
+
"targetId": "claude-fable-5",
|
|
75
|
+
"level": "high",
|
|
76
|
+
"legacyVariantId": "claude-fable-5-high",
|
|
77
|
+
"encoding": "legacy-variant"
|
|
78
|
+
},
|
|
79
|
+
"claude-fable-5-low": {
|
|
80
|
+
"targetId": "claude-fable-5",
|
|
81
|
+
"level": "low",
|
|
82
|
+
"legacyVariantId": "claude-fable-5-low",
|
|
83
|
+
"encoding": "legacy-variant"
|
|
84
|
+
},
|
|
85
|
+
"claude-fable-5-max": {
|
|
86
|
+
"targetId": "claude-fable-5",
|
|
87
|
+
"level": "max",
|
|
88
|
+
"legacyVariantId": "claude-fable-5-max",
|
|
89
|
+
"encoding": "legacy-variant"
|
|
90
|
+
},
|
|
91
|
+
"claude-fable-5-medium": {
|
|
92
|
+
"targetId": "claude-fable-5",
|
|
93
|
+
"level": "medium",
|
|
94
|
+
"legacyVariantId": "claude-fable-5-medium",
|
|
95
|
+
"encoding": "legacy-variant"
|
|
96
|
+
},
|
|
97
|
+
"claude-fable-5-xhigh": {
|
|
98
|
+
"targetId": "claude-fable-5",
|
|
99
|
+
"level": "xhigh",
|
|
100
|
+
"legacyVariantId": "claude-fable-5-xhigh",
|
|
101
|
+
"encoding": "legacy-variant"
|
|
102
|
+
},
|
|
103
|
+
"claude-fable-5-thinking-high": {
|
|
104
|
+
"targetId": "claude-fable-5-thinking",
|
|
105
|
+
"level": "high",
|
|
106
|
+
"legacyVariantId": "claude-fable-5-thinking-high",
|
|
107
|
+
"encoding": "legacy-variant"
|
|
108
|
+
},
|
|
109
|
+
"claude-fable-5-thinking-low": {
|
|
110
|
+
"targetId": "claude-fable-5-thinking",
|
|
111
|
+
"level": "low",
|
|
112
|
+
"legacyVariantId": "claude-fable-5-thinking-low",
|
|
113
|
+
"encoding": "legacy-variant"
|
|
114
|
+
},
|
|
115
|
+
"claude-fable-5-thinking-max": {
|
|
116
|
+
"targetId": "claude-fable-5-thinking",
|
|
117
|
+
"level": "max",
|
|
118
|
+
"legacyVariantId": "claude-fable-5-thinking-max",
|
|
119
|
+
"encoding": "legacy-variant"
|
|
120
|
+
},
|
|
121
|
+
"claude-fable-5-thinking-medium": {
|
|
122
|
+
"targetId": "claude-fable-5-thinking",
|
|
123
|
+
"level": "medium",
|
|
124
|
+
"legacyVariantId": "claude-fable-5-thinking-medium",
|
|
125
|
+
"encoding": "legacy-variant"
|
|
126
|
+
},
|
|
127
|
+
"claude-fable-5-thinking-xhigh": {
|
|
128
|
+
"targetId": "claude-fable-5-thinking",
|
|
129
|
+
"level": "xhigh",
|
|
130
|
+
"legacyVariantId": "claude-fable-5-thinking-xhigh",
|
|
131
|
+
"encoding": "legacy-variant"
|
|
132
|
+
},
|
|
133
|
+
"claude-opus-4-7-high": {
|
|
134
|
+
"targetId": "claude-opus-4-7",
|
|
135
|
+
"level": "high",
|
|
136
|
+
"legacyVariantId": "claude-opus-4-7-high",
|
|
137
|
+
"encoding": "legacy-variant"
|
|
138
|
+
},
|
|
139
|
+
"claude-opus-4-7-low": {
|
|
140
|
+
"targetId": "claude-opus-4-7",
|
|
141
|
+
"level": "low",
|
|
142
|
+
"legacyVariantId": "claude-opus-4-7-low",
|
|
143
|
+
"encoding": "legacy-variant"
|
|
144
|
+
},
|
|
145
|
+
"claude-opus-4-7-max": {
|
|
146
|
+
"targetId": "claude-opus-4-7",
|
|
147
|
+
"level": "max",
|
|
148
|
+
"legacyVariantId": "claude-opus-4-7-max",
|
|
149
|
+
"encoding": "legacy-variant"
|
|
150
|
+
},
|
|
151
|
+
"claude-opus-4-7-medium": {
|
|
152
|
+
"targetId": "claude-opus-4-7",
|
|
153
|
+
"level": "medium",
|
|
154
|
+
"legacyVariantId": "claude-opus-4-7-medium",
|
|
155
|
+
"encoding": "legacy-variant"
|
|
156
|
+
},
|
|
157
|
+
"claude-opus-4-7-xhigh": {
|
|
158
|
+
"targetId": "claude-opus-4-7",
|
|
159
|
+
"level": "xhigh",
|
|
160
|
+
"legacyVariantId": "claude-opus-4-7-xhigh",
|
|
161
|
+
"encoding": "legacy-variant"
|
|
162
|
+
},
|
|
163
|
+
"claude-opus-4-7-high-fast": {
|
|
164
|
+
"targetId": "claude-opus-4-7-high-fast",
|
|
165
|
+
"legacyVariantId": "claude-opus-4-7-high-fast",
|
|
166
|
+
"encoding": "legacy-variant"
|
|
167
|
+
},
|
|
168
|
+
"claude-opus-4-7-low-fast": {
|
|
169
|
+
"targetId": "claude-opus-4-7-low-fast",
|
|
170
|
+
"legacyVariantId": "claude-opus-4-7-low-fast",
|
|
171
|
+
"encoding": "legacy-variant"
|
|
172
|
+
},
|
|
173
|
+
"claude-opus-4-7-max-fast": {
|
|
174
|
+
"targetId": "claude-opus-4-7-max-fast",
|
|
175
|
+
"legacyVariantId": "claude-opus-4-7-max-fast",
|
|
176
|
+
"encoding": "legacy-variant"
|
|
177
|
+
},
|
|
178
|
+
"claude-opus-4-7-medium-fast": {
|
|
179
|
+
"targetId": "claude-opus-4-7-medium-fast",
|
|
180
|
+
"legacyVariantId": "claude-opus-4-7-medium-fast",
|
|
181
|
+
"encoding": "legacy-variant"
|
|
182
|
+
},
|
|
183
|
+
"claude-opus-4-7-xhigh-fast": {
|
|
184
|
+
"targetId": "claude-opus-4-7-xhigh-fast",
|
|
185
|
+
"legacyVariantId": "claude-opus-4-7-xhigh-fast",
|
|
186
|
+
"encoding": "legacy-variant"
|
|
187
|
+
},
|
|
188
|
+
"claude-opus-4-7-thinking-high": {
|
|
189
|
+
"targetId": "claude-opus-4-7-thinking",
|
|
190
|
+
"level": "high",
|
|
191
|
+
"legacyVariantId": "claude-opus-4-7-thinking-high",
|
|
192
|
+
"encoding": "legacy-variant"
|
|
193
|
+
},
|
|
194
|
+
"claude-opus-4-7-thinking-low": {
|
|
195
|
+
"targetId": "claude-opus-4-7-thinking",
|
|
196
|
+
"level": "low",
|
|
197
|
+
"legacyVariantId": "claude-opus-4-7-thinking-low",
|
|
198
|
+
"encoding": "legacy-variant"
|
|
199
|
+
},
|
|
200
|
+
"claude-opus-4-7-thinking-max": {
|
|
201
|
+
"targetId": "claude-opus-4-7-thinking",
|
|
202
|
+
"level": "max",
|
|
203
|
+
"legacyVariantId": "claude-opus-4-7-thinking-max",
|
|
204
|
+
"encoding": "legacy-variant"
|
|
205
|
+
},
|
|
206
|
+
"claude-opus-4-7-thinking-medium": {
|
|
207
|
+
"targetId": "claude-opus-4-7-thinking",
|
|
208
|
+
"level": "medium",
|
|
209
|
+
"legacyVariantId": "claude-opus-4-7-thinking-medium",
|
|
210
|
+
"encoding": "legacy-variant"
|
|
211
|
+
},
|
|
212
|
+
"claude-opus-4-7-thinking-xhigh": {
|
|
213
|
+
"targetId": "claude-opus-4-7-thinking",
|
|
214
|
+
"level": "xhigh",
|
|
215
|
+
"legacyVariantId": "claude-opus-4-7-thinking-xhigh",
|
|
216
|
+
"encoding": "legacy-variant"
|
|
217
|
+
},
|
|
218
|
+
"claude-opus-4-7-thinking-high-fast": {
|
|
219
|
+
"targetId": "claude-opus-4-7-thinking-high-fast",
|
|
220
|
+
"legacyVariantId": "claude-opus-4-7-thinking-high-fast",
|
|
221
|
+
"encoding": "legacy-variant"
|
|
222
|
+
},
|
|
223
|
+
"claude-opus-4-7-thinking-low-fast": {
|
|
224
|
+
"targetId": "claude-opus-4-7-thinking-low-fast",
|
|
225
|
+
"legacyVariantId": "claude-opus-4-7-thinking-low-fast",
|
|
226
|
+
"encoding": "legacy-variant"
|
|
227
|
+
},
|
|
228
|
+
"claude-opus-4-7-thinking-max-fast": {
|
|
229
|
+
"targetId": "claude-opus-4-7-thinking-max-fast",
|
|
230
|
+
"legacyVariantId": "claude-opus-4-7-thinking-max-fast",
|
|
231
|
+
"encoding": "legacy-variant"
|
|
232
|
+
},
|
|
233
|
+
"claude-opus-4-7-thinking-medium-fast": {
|
|
234
|
+
"targetId": "claude-opus-4-7-thinking-medium-fast",
|
|
235
|
+
"legacyVariantId": "claude-opus-4-7-thinking-medium-fast",
|
|
236
|
+
"encoding": "legacy-variant"
|
|
237
|
+
},
|
|
238
|
+
"claude-opus-4-7-thinking-xhigh-fast": {
|
|
239
|
+
"targetId": "claude-opus-4-7-thinking-xhigh-fast",
|
|
240
|
+
"legacyVariantId": "claude-opus-4-7-thinking-xhigh-fast",
|
|
241
|
+
"encoding": "legacy-variant"
|
|
242
|
+
},
|
|
243
|
+
"claude-opus-4-8-high": {
|
|
244
|
+
"targetId": "claude-opus-4-8",
|
|
245
|
+
"level": "high",
|
|
246
|
+
"legacyVariantId": "claude-opus-4-8-high",
|
|
247
|
+
"encoding": "legacy-variant"
|
|
248
|
+
},
|
|
249
|
+
"claude-opus-4-8-low": {
|
|
250
|
+
"targetId": "claude-opus-4-8",
|
|
251
|
+
"level": "low",
|
|
252
|
+
"legacyVariantId": "claude-opus-4-8-low",
|
|
253
|
+
"encoding": "legacy-variant"
|
|
254
|
+
},
|
|
255
|
+
"claude-opus-4-8-max": {
|
|
256
|
+
"targetId": "claude-opus-4-8",
|
|
257
|
+
"level": "max",
|
|
258
|
+
"legacyVariantId": "claude-opus-4-8-max",
|
|
259
|
+
"encoding": "legacy-variant"
|
|
260
|
+
},
|
|
261
|
+
"claude-opus-4-8-medium": {
|
|
262
|
+
"targetId": "claude-opus-4-8",
|
|
263
|
+
"level": "medium",
|
|
264
|
+
"legacyVariantId": "claude-opus-4-8-medium",
|
|
265
|
+
"encoding": "legacy-variant"
|
|
266
|
+
},
|
|
267
|
+
"claude-opus-4-8-xhigh": {
|
|
268
|
+
"targetId": "claude-opus-4-8",
|
|
269
|
+
"level": "xhigh",
|
|
270
|
+
"legacyVariantId": "claude-opus-4-8-xhigh",
|
|
271
|
+
"encoding": "legacy-variant"
|
|
272
|
+
},
|
|
273
|
+
"claude-opus-4-8-high-fast": {
|
|
274
|
+
"targetId": "claude-opus-4-8-high-fast",
|
|
275
|
+
"legacyVariantId": "claude-opus-4-8-high-fast",
|
|
276
|
+
"encoding": "legacy-variant"
|
|
277
|
+
},
|
|
278
|
+
"claude-opus-4-8-low-fast": {
|
|
279
|
+
"targetId": "claude-opus-4-8-low-fast",
|
|
280
|
+
"legacyVariantId": "claude-opus-4-8-low-fast",
|
|
281
|
+
"encoding": "legacy-variant"
|
|
282
|
+
},
|
|
283
|
+
"claude-opus-4-8-max-fast": {
|
|
284
|
+
"targetId": "claude-opus-4-8-max-fast",
|
|
285
|
+
"legacyVariantId": "claude-opus-4-8-max-fast",
|
|
286
|
+
"encoding": "legacy-variant"
|
|
287
|
+
},
|
|
288
|
+
"claude-opus-4-8-medium-fast": {
|
|
289
|
+
"targetId": "claude-opus-4-8-medium-fast",
|
|
290
|
+
"legacyVariantId": "claude-opus-4-8-medium-fast",
|
|
291
|
+
"encoding": "legacy-variant"
|
|
292
|
+
},
|
|
293
|
+
"claude-opus-4-8-xhigh-fast": {
|
|
294
|
+
"targetId": "claude-opus-4-8-xhigh-fast",
|
|
295
|
+
"legacyVariantId": "claude-opus-4-8-xhigh-fast",
|
|
296
|
+
"encoding": "legacy-variant"
|
|
297
|
+
},
|
|
298
|
+
"claude-opus-4-8-thinking-high": {
|
|
299
|
+
"targetId": "claude-opus-4-8-thinking",
|
|
300
|
+
"level": "high",
|
|
301
|
+
"legacyVariantId": "claude-opus-4-8-thinking-high",
|
|
302
|
+
"encoding": "legacy-variant"
|
|
303
|
+
},
|
|
304
|
+
"claude-opus-4-8-thinking-low": {
|
|
305
|
+
"targetId": "claude-opus-4-8-thinking",
|
|
306
|
+
"level": "low",
|
|
307
|
+
"legacyVariantId": "claude-opus-4-8-thinking-low",
|
|
308
|
+
"encoding": "legacy-variant"
|
|
309
|
+
},
|
|
310
|
+
"claude-opus-4-8-thinking-max": {
|
|
311
|
+
"targetId": "claude-opus-4-8-thinking",
|
|
312
|
+
"level": "max",
|
|
313
|
+
"legacyVariantId": "claude-opus-4-8-thinking-max",
|
|
314
|
+
"encoding": "legacy-variant"
|
|
315
|
+
},
|
|
316
|
+
"claude-opus-4-8-thinking-medium": {
|
|
317
|
+
"targetId": "claude-opus-4-8-thinking",
|
|
318
|
+
"level": "medium",
|
|
319
|
+
"legacyVariantId": "claude-opus-4-8-thinking-medium",
|
|
320
|
+
"encoding": "legacy-variant"
|
|
321
|
+
},
|
|
322
|
+
"claude-opus-4-8-thinking-xhigh": {
|
|
323
|
+
"targetId": "claude-opus-4-8-thinking",
|
|
324
|
+
"level": "xhigh",
|
|
325
|
+
"legacyVariantId": "claude-opus-4-8-thinking-xhigh",
|
|
326
|
+
"encoding": "legacy-variant"
|
|
327
|
+
},
|
|
328
|
+
"claude-opus-4-8-thinking-high-fast": {
|
|
329
|
+
"targetId": "claude-opus-4-8-thinking-high-fast",
|
|
330
|
+
"legacyVariantId": "claude-opus-4-8-thinking-high-fast",
|
|
331
|
+
"encoding": "legacy-variant"
|
|
332
|
+
},
|
|
333
|
+
"claude-opus-4-8-thinking-low-fast": {
|
|
334
|
+
"targetId": "claude-opus-4-8-thinking-low-fast",
|
|
335
|
+
"legacyVariantId": "claude-opus-4-8-thinking-low-fast",
|
|
336
|
+
"encoding": "legacy-variant"
|
|
337
|
+
},
|
|
338
|
+
"claude-opus-4-8-thinking-max-fast": {
|
|
339
|
+
"targetId": "claude-opus-4-8-thinking-max-fast",
|
|
340
|
+
"legacyVariantId": "claude-opus-4-8-thinking-max-fast",
|
|
341
|
+
"encoding": "legacy-variant"
|
|
342
|
+
},
|
|
343
|
+
"claude-opus-4-8-thinking-medium-fast": {
|
|
344
|
+
"targetId": "claude-opus-4-8-thinking-medium-fast",
|
|
345
|
+
"legacyVariantId": "claude-opus-4-8-thinking-medium-fast",
|
|
346
|
+
"encoding": "legacy-variant"
|
|
347
|
+
},
|
|
348
|
+
"claude-opus-4-8-thinking-xhigh-fast": {
|
|
349
|
+
"targetId": "claude-opus-4-8-thinking-xhigh-fast",
|
|
350
|
+
"legacyVariantId": "claude-opus-4-8-thinking-xhigh-fast",
|
|
351
|
+
"encoding": "legacy-variant"
|
|
352
|
+
},
|
|
353
|
+
"claude-opus-5-high": {
|
|
354
|
+
"targetId": "claude-opus-5",
|
|
355
|
+
"level": "high",
|
|
356
|
+
"legacyVariantId": "claude-opus-5-high",
|
|
357
|
+
"encoding": "legacy-variant"
|
|
358
|
+
},
|
|
359
|
+
"claude-opus-5-low": {
|
|
360
|
+
"targetId": "claude-opus-5",
|
|
361
|
+
"level": "low",
|
|
362
|
+
"legacyVariantId": "claude-opus-5-low",
|
|
363
|
+
"encoding": "legacy-variant"
|
|
364
|
+
},
|
|
365
|
+
"claude-opus-5-medium": {
|
|
366
|
+
"targetId": "claude-opus-5",
|
|
367
|
+
"level": "medium",
|
|
368
|
+
"legacyVariantId": "claude-opus-5-medium",
|
|
369
|
+
"encoding": "legacy-variant"
|
|
370
|
+
},
|
|
371
|
+
"claude-opus-5-max": {
|
|
372
|
+
"targetId": "claude-opus-5",
|
|
373
|
+
"level": "max",
|
|
374
|
+
"legacyVariantId": "claude-opus-5-max",
|
|
375
|
+
"encoding": "legacy-variant"
|
|
376
|
+
},
|
|
377
|
+
"claude-opus-5-high-fast": {
|
|
378
|
+
"targetId": "claude-opus-5-high-fast",
|
|
379
|
+
"legacyVariantId": "claude-opus-5-high-fast",
|
|
380
|
+
"encoding": "legacy-variant"
|
|
381
|
+
},
|
|
382
|
+
"claude-opus-5-low-fast": {
|
|
383
|
+
"targetId": "claude-opus-5-low-fast",
|
|
384
|
+
"legacyVariantId": "claude-opus-5-low-fast",
|
|
385
|
+
"encoding": "legacy-variant"
|
|
386
|
+
},
|
|
387
|
+
"claude-opus-5-medium-fast": {
|
|
388
|
+
"targetId": "claude-opus-5-medium-fast",
|
|
389
|
+
"legacyVariantId": "claude-opus-5-medium-fast",
|
|
390
|
+
"encoding": "legacy-variant"
|
|
391
|
+
},
|
|
392
|
+
"claude-opus-5-max-fast": {
|
|
393
|
+
"targetId": "claude-opus-5-max-fast",
|
|
394
|
+
"legacyVariantId": "claude-opus-5-max-fast",
|
|
395
|
+
"encoding": "legacy-variant"
|
|
396
|
+
},
|
|
397
|
+
"claude-opus-5-thinking-high": {
|
|
398
|
+
"targetId": "claude-opus-5-thinking",
|
|
399
|
+
"level": "high",
|
|
400
|
+
"legacyVariantId": "claude-opus-5-thinking-high",
|
|
401
|
+
"encoding": "legacy-variant"
|
|
402
|
+
},
|
|
403
|
+
"claude-opus-5-thinking-low": {
|
|
404
|
+
"targetId": "claude-opus-5-thinking",
|
|
405
|
+
"level": "low",
|
|
406
|
+
"legacyVariantId": "claude-opus-5-thinking-low",
|
|
407
|
+
"encoding": "legacy-variant"
|
|
408
|
+
},
|
|
409
|
+
"claude-opus-5-thinking-max": {
|
|
410
|
+
"targetId": "claude-opus-5-thinking",
|
|
411
|
+
"level": "max",
|
|
412
|
+
"legacyVariantId": "claude-opus-5-thinking-max",
|
|
413
|
+
"encoding": "legacy-variant"
|
|
414
|
+
},
|
|
415
|
+
"claude-opus-5-thinking-medium": {
|
|
416
|
+
"targetId": "claude-opus-5-thinking",
|
|
417
|
+
"level": "medium",
|
|
418
|
+
"legacyVariantId": "claude-opus-5-thinking-medium",
|
|
419
|
+
"encoding": "legacy-variant"
|
|
420
|
+
},
|
|
421
|
+
"claude-opus-5-thinking-xhigh": {
|
|
422
|
+
"targetId": "claude-opus-5-thinking",
|
|
423
|
+
"level": "xhigh",
|
|
424
|
+
"legacyVariantId": "claude-opus-5-thinking-xhigh",
|
|
425
|
+
"encoding": "legacy-variant"
|
|
426
|
+
},
|
|
427
|
+
"claude-opus-5-thinking-high-fast": {
|
|
428
|
+
"targetId": "claude-opus-5-thinking-high-fast",
|
|
429
|
+
"legacyVariantId": "claude-opus-5-thinking-high-fast",
|
|
430
|
+
"encoding": "legacy-variant"
|
|
431
|
+
},
|
|
432
|
+
"claude-opus-5-thinking-low-fast": {
|
|
433
|
+
"targetId": "claude-opus-5-thinking-low-fast",
|
|
434
|
+
"legacyVariantId": "claude-opus-5-thinking-low-fast",
|
|
435
|
+
"encoding": "legacy-variant"
|
|
436
|
+
},
|
|
437
|
+
"claude-opus-5-thinking-max-fast": {
|
|
438
|
+
"targetId": "claude-opus-5-thinking-max-fast",
|
|
439
|
+
"legacyVariantId": "claude-opus-5-thinking-max-fast",
|
|
440
|
+
"encoding": "legacy-variant"
|
|
441
|
+
},
|
|
442
|
+
"claude-opus-5-thinking-medium-fast": {
|
|
443
|
+
"targetId": "claude-opus-5-thinking-medium-fast",
|
|
444
|
+
"legacyVariantId": "claude-opus-5-thinking-medium-fast",
|
|
445
|
+
"encoding": "legacy-variant"
|
|
446
|
+
},
|
|
447
|
+
"claude-opus-5-thinking-xhigh-fast": {
|
|
448
|
+
"targetId": "claude-opus-5-thinking-xhigh-fast",
|
|
449
|
+
"legacyVariantId": "claude-opus-5-thinking-xhigh-fast",
|
|
450
|
+
"encoding": "legacy-variant"
|
|
451
|
+
},
|
|
452
|
+
"claude-sonnet-5-high": {
|
|
453
|
+
"targetId": "claude-sonnet-5",
|
|
454
|
+
"level": "high",
|
|
455
|
+
"legacyVariantId": "claude-sonnet-5-high",
|
|
456
|
+
"encoding": "legacy-variant"
|
|
457
|
+
},
|
|
458
|
+
"claude-sonnet-5-low": {
|
|
459
|
+
"targetId": "claude-sonnet-5",
|
|
460
|
+
"level": "low",
|
|
461
|
+
"legacyVariantId": "claude-sonnet-5-low",
|
|
462
|
+
"encoding": "legacy-variant"
|
|
463
|
+
},
|
|
464
|
+
"claude-sonnet-5-max": {
|
|
465
|
+
"targetId": "claude-sonnet-5",
|
|
466
|
+
"level": "max",
|
|
467
|
+
"legacyVariantId": "claude-sonnet-5-max",
|
|
468
|
+
"encoding": "legacy-variant"
|
|
469
|
+
},
|
|
470
|
+
"claude-sonnet-5-medium": {
|
|
471
|
+
"targetId": "claude-sonnet-5",
|
|
472
|
+
"level": "medium",
|
|
473
|
+
"legacyVariantId": "claude-sonnet-5-medium",
|
|
474
|
+
"encoding": "legacy-variant"
|
|
475
|
+
},
|
|
476
|
+
"claude-sonnet-5-xhigh": {
|
|
477
|
+
"targetId": "claude-sonnet-5",
|
|
478
|
+
"level": "xhigh",
|
|
479
|
+
"legacyVariantId": "claude-sonnet-5-xhigh",
|
|
480
|
+
"encoding": "legacy-variant"
|
|
481
|
+
},
|
|
482
|
+
"claude-sonnet-5-thinking-high": {
|
|
483
|
+
"targetId": "claude-sonnet-5-thinking",
|
|
484
|
+
"level": "high",
|
|
485
|
+
"legacyVariantId": "claude-sonnet-5-thinking-high",
|
|
486
|
+
"encoding": "legacy-variant"
|
|
487
|
+
},
|
|
488
|
+
"claude-sonnet-5-thinking-low": {
|
|
489
|
+
"targetId": "claude-sonnet-5-thinking",
|
|
490
|
+
"level": "low",
|
|
491
|
+
"legacyVariantId": "claude-sonnet-5-thinking-low",
|
|
492
|
+
"encoding": "legacy-variant"
|
|
493
|
+
},
|
|
494
|
+
"claude-sonnet-5-thinking-max": {
|
|
495
|
+
"targetId": "claude-sonnet-5-thinking",
|
|
496
|
+
"level": "max",
|
|
497
|
+
"legacyVariantId": "claude-sonnet-5-thinking-max",
|
|
498
|
+
"encoding": "legacy-variant"
|
|
499
|
+
},
|
|
500
|
+
"claude-sonnet-5-thinking-medium": {
|
|
501
|
+
"targetId": "claude-sonnet-5-thinking",
|
|
502
|
+
"level": "medium",
|
|
503
|
+
"legacyVariantId": "claude-sonnet-5-thinking-medium",
|
|
504
|
+
"encoding": "legacy-variant"
|
|
505
|
+
},
|
|
506
|
+
"claude-sonnet-5-thinking-xhigh": {
|
|
507
|
+
"targetId": "claude-sonnet-5-thinking",
|
|
508
|
+
"level": "xhigh",
|
|
509
|
+
"legacyVariantId": "claude-sonnet-5-thinking-xhigh",
|
|
510
|
+
"encoding": "legacy-variant"
|
|
511
|
+
},
|
|
512
|
+
"composer-2.5": {
|
|
513
|
+
"targetId": "composer-2.5",
|
|
514
|
+
"legacyVariantId": "composer-2.5",
|
|
515
|
+
"encoding": "legacy-variant"
|
|
516
|
+
},
|
|
517
|
+
"composer-2.5-fast": {
|
|
518
|
+
"targetId": "composer-2.5-fast",
|
|
519
|
+
"legacyVariantId": "composer-2.5-fast",
|
|
520
|
+
"encoding": "legacy-variant"
|
|
521
|
+
},
|
|
522
|
+
"cursor-grok-4.5-high": {
|
|
523
|
+
"targetId": "cursor-grok-4.5",
|
|
524
|
+
"level": "high",
|
|
525
|
+
"legacyVariantId": "cursor-grok-4.5-high",
|
|
526
|
+
"encoding": "legacy-variant"
|
|
527
|
+
},
|
|
528
|
+
"cursor-grok-4.5-low": {
|
|
529
|
+
"targetId": "cursor-grok-4.5",
|
|
530
|
+
"level": "low",
|
|
531
|
+
"legacyVariantId": "cursor-grok-4.5-low",
|
|
532
|
+
"encoding": "legacy-variant"
|
|
533
|
+
},
|
|
534
|
+
"cursor-grok-4.5-medium": {
|
|
535
|
+
"targetId": "cursor-grok-4.5",
|
|
536
|
+
"level": "medium",
|
|
537
|
+
"legacyVariantId": "cursor-grok-4.5-medium",
|
|
538
|
+
"encoding": "legacy-variant"
|
|
539
|
+
},
|
|
540
|
+
"cursor-grok-4.5-max": {
|
|
541
|
+
"targetId": "cursor-grok-4.5",
|
|
542
|
+
"level": "max",
|
|
543
|
+
"legacyVariantId": "cursor-grok-4.5-max",
|
|
544
|
+
"encoding": "legacy-variant"
|
|
545
|
+
},
|
|
546
|
+
"cursor-grok-4.5-thinking-low": {
|
|
547
|
+
"targetId": "cursor-grok-4.5",
|
|
548
|
+
"level": "low",
|
|
549
|
+
"legacyVariantId": "cursor-grok-4.5-thinking-low",
|
|
550
|
+
"encoding": "legacy-variant"
|
|
551
|
+
},
|
|
552
|
+
"cursor-grok-4.5-thinking-medium": {
|
|
553
|
+
"targetId": "cursor-grok-4.5",
|
|
554
|
+
"level": "medium",
|
|
555
|
+
"legacyVariantId": "cursor-grok-4.5-thinking-medium",
|
|
556
|
+
"encoding": "legacy-variant"
|
|
557
|
+
},
|
|
558
|
+
"cursor-grok-4.5-thinking-max": {
|
|
559
|
+
"targetId": "cursor-grok-4.5",
|
|
560
|
+
"level": "max",
|
|
561
|
+
"legacyVariantId": "cursor-grok-4.5-thinking-max",
|
|
562
|
+
"encoding": "legacy-variant"
|
|
563
|
+
},
|
|
564
|
+
"cursor-grok-4.5-high-fast": {
|
|
565
|
+
"targetId": "cursor-grok-4.5-high-fast",
|
|
566
|
+
"legacyVariantId": "cursor-grok-4.5-high-fast",
|
|
567
|
+
"encoding": "legacy-variant"
|
|
568
|
+
},
|
|
569
|
+
"cursor-grok-4.5-low-fast": {
|
|
570
|
+
"targetId": "cursor-grok-4.5-low-fast",
|
|
571
|
+
"legacyVariantId": "cursor-grok-4.5-low-fast",
|
|
572
|
+
"encoding": "legacy-variant"
|
|
573
|
+
},
|
|
574
|
+
"cursor-grok-4.5-medium-fast": {
|
|
575
|
+
"targetId": "cursor-grok-4.5-medium-fast",
|
|
576
|
+
"legacyVariantId": "cursor-grok-4.5-medium-fast",
|
|
577
|
+
"encoding": "legacy-variant"
|
|
578
|
+
},
|
|
579
|
+
"cursor-grok-4.5-max-fast": {
|
|
580
|
+
"targetId": "cursor-grok-4.5-max-fast",
|
|
581
|
+
"legacyVariantId": "cursor-grok-4.5-max-fast",
|
|
582
|
+
"encoding": "legacy-variant"
|
|
583
|
+
},
|
|
584
|
+
"cursor-grok-4.6-high": {
|
|
585
|
+
"targetId": "cursor-grok-4.6",
|
|
586
|
+
"level": "high",
|
|
587
|
+
"legacyVariantId": "cursor-grok-4.6-high",
|
|
588
|
+
"encoding": "legacy-variant"
|
|
589
|
+
},
|
|
590
|
+
"cursor-grok-4.6-low": {
|
|
591
|
+
"targetId": "cursor-grok-4.6",
|
|
592
|
+
"level": "low",
|
|
593
|
+
"legacyVariantId": "cursor-grok-4.6-low",
|
|
594
|
+
"encoding": "legacy-variant"
|
|
595
|
+
},
|
|
596
|
+
"cursor-grok-4.6-medium": {
|
|
597
|
+
"targetId": "cursor-grok-4.6",
|
|
598
|
+
"level": "medium",
|
|
599
|
+
"legacyVariantId": "cursor-grok-4.6-medium",
|
|
600
|
+
"encoding": "legacy-variant"
|
|
601
|
+
},
|
|
602
|
+
"cursor-grok-4.6-xhigh": {
|
|
603
|
+
"targetId": "cursor-grok-4.6",
|
|
604
|
+
"level": "xhigh",
|
|
605
|
+
"legacyVariantId": "cursor-grok-4.6-xhigh",
|
|
606
|
+
"encoding": "legacy-variant"
|
|
607
|
+
},
|
|
608
|
+
"cursor-grok-4.6-max": {
|
|
609
|
+
"targetId": "cursor-grok-4.6",
|
|
610
|
+
"level": "max",
|
|
611
|
+
"legacyVariantId": "cursor-grok-4.6-max",
|
|
612
|
+
"encoding": "legacy-variant"
|
|
613
|
+
},
|
|
614
|
+
"cursor-grok-4.6-thinking-low": {
|
|
615
|
+
"targetId": "cursor-grok-4.6",
|
|
616
|
+
"level": "low",
|
|
617
|
+
"legacyVariantId": "cursor-grok-4.6-thinking-low",
|
|
618
|
+
"encoding": "legacy-variant"
|
|
619
|
+
},
|
|
620
|
+
"cursor-grok-4.6-thinking-medium": {
|
|
621
|
+
"targetId": "cursor-grok-4.6",
|
|
622
|
+
"level": "medium",
|
|
623
|
+
"legacyVariantId": "cursor-grok-4.6-thinking-medium",
|
|
624
|
+
"encoding": "legacy-variant"
|
|
625
|
+
},
|
|
626
|
+
"cursor-grok-4.6-thinking-max": {
|
|
627
|
+
"targetId": "cursor-grok-4.6",
|
|
628
|
+
"level": "max",
|
|
629
|
+
"legacyVariantId": "cursor-grok-4.6-thinking-max",
|
|
630
|
+
"encoding": "legacy-variant"
|
|
631
|
+
},
|
|
632
|
+
"cursor-grok-4.6-high-fast": {
|
|
633
|
+
"targetId": "cursor-grok-4.6-high-fast",
|
|
634
|
+
"legacyVariantId": "cursor-grok-4.6-high-fast",
|
|
635
|
+
"encoding": "legacy-variant"
|
|
636
|
+
},
|
|
637
|
+
"cursor-grok-4.6-low-fast": {
|
|
638
|
+
"targetId": "cursor-grok-4.6-low-fast",
|
|
639
|
+
"legacyVariantId": "cursor-grok-4.6-low-fast",
|
|
640
|
+
"encoding": "legacy-variant"
|
|
641
|
+
},
|
|
642
|
+
"cursor-grok-4.6-medium-fast": {
|
|
643
|
+
"targetId": "cursor-grok-4.6-medium-fast",
|
|
644
|
+
"legacyVariantId": "cursor-grok-4.6-medium-fast",
|
|
645
|
+
"encoding": "legacy-variant"
|
|
646
|
+
},
|
|
647
|
+
"cursor-grok-4.6-xhigh-fast": {
|
|
648
|
+
"targetId": "cursor-grok-4.6-xhigh-fast",
|
|
649
|
+
"legacyVariantId": "cursor-grok-4.6-xhigh-fast",
|
|
650
|
+
"encoding": "legacy-variant"
|
|
651
|
+
},
|
|
652
|
+
"cursor-grok-4.6-max-fast": {
|
|
653
|
+
"targetId": "cursor-grok-4.6-max-fast",
|
|
654
|
+
"legacyVariantId": "cursor-grok-4.6-max-fast",
|
|
655
|
+
"encoding": "legacy-variant"
|
|
656
|
+
},
|
|
657
|
+
"default": {
|
|
658
|
+
"targetId": "default",
|
|
659
|
+
"legacyVariantId": "default",
|
|
660
|
+
"encoding": "legacy-variant"
|
|
661
|
+
},
|
|
662
|
+
"gemini-3-flash": {
|
|
663
|
+
"targetId": "gemini-3-flash",
|
|
664
|
+
"legacyVariantId": "gemini-3-flash",
|
|
665
|
+
"encoding": "legacy-variant"
|
|
666
|
+
},
|
|
667
|
+
"gemini-3.1-pro": {
|
|
668
|
+
"targetId": "gemini-3.1-pro",
|
|
669
|
+
"legacyVariantId": "gemini-3.1-pro",
|
|
670
|
+
"encoding": "legacy-variant"
|
|
671
|
+
},
|
|
672
|
+
"gemini-3.5-flash": {
|
|
673
|
+
"targetId": "gemini-3.5-flash",
|
|
674
|
+
"legacyVariantId": "gemini-3.5-flash",
|
|
675
|
+
"encoding": "legacy-variant"
|
|
676
|
+
},
|
|
677
|
+
"gemini-3.6-flash-high": {
|
|
678
|
+
"targetId": "gemini-3.6-flash",
|
|
679
|
+
"level": "high",
|
|
680
|
+
"legacyVariantId": "gemini-3.6-flash-high",
|
|
681
|
+
"encoding": "legacy-variant"
|
|
682
|
+
},
|
|
683
|
+
"gemini-3.6-flash-low": {
|
|
684
|
+
"targetId": "gemini-3.6-flash",
|
|
685
|
+
"level": "low",
|
|
686
|
+
"legacyVariantId": "gemini-3.6-flash-low",
|
|
687
|
+
"encoding": "legacy-variant"
|
|
688
|
+
},
|
|
689
|
+
"gemini-3.6-flash-medium": {
|
|
690
|
+
"targetId": "gemini-3.6-flash",
|
|
691
|
+
"level": "medium",
|
|
692
|
+
"legacyVariantId": "gemini-3.6-flash-medium",
|
|
693
|
+
"encoding": "legacy-variant"
|
|
694
|
+
},
|
|
695
|
+
"gemini-3.6-flash-minimal": {
|
|
696
|
+
"targetId": "gemini-3.6-flash",
|
|
697
|
+
"level": "minimal",
|
|
698
|
+
"legacyVariantId": "gemini-3.6-flash-minimal",
|
|
699
|
+
"encoding": "legacy-variant"
|
|
700
|
+
},
|
|
701
|
+
"gemini-3.7-flash-high": {
|
|
702
|
+
"targetId": "gemini-3.7-flash",
|
|
703
|
+
"level": "high",
|
|
704
|
+
"legacyVariantId": "gemini-3.7-flash-high",
|
|
705
|
+
"encoding": "legacy-variant"
|
|
706
|
+
},
|
|
707
|
+
"gemini-3.7-flash-low": {
|
|
708
|
+
"targetId": "gemini-3.7-flash",
|
|
709
|
+
"level": "low",
|
|
710
|
+
"legacyVariantId": "gemini-3.7-flash-low",
|
|
711
|
+
"encoding": "legacy-variant"
|
|
712
|
+
},
|
|
713
|
+
"gemini-3.7-flash-medium": {
|
|
714
|
+
"targetId": "gemini-3.7-flash",
|
|
715
|
+
"level": "medium",
|
|
716
|
+
"legacyVariantId": "gemini-3.7-flash-medium",
|
|
717
|
+
"encoding": "legacy-variant"
|
|
718
|
+
},
|
|
719
|
+
"gemini-3.7-flash-max": {
|
|
720
|
+
"targetId": "gemini-3.7-flash",
|
|
721
|
+
"level": "max",
|
|
722
|
+
"legacyVariantId": "gemini-3.7-flash-max",
|
|
723
|
+
"encoding": "legacy-variant"
|
|
724
|
+
},
|
|
725
|
+
"gemini-3.7-flash-thinking-low": {
|
|
726
|
+
"targetId": "gemini-3.7-flash",
|
|
727
|
+
"level": "low",
|
|
728
|
+
"legacyVariantId": "gemini-3.7-flash-thinking-low",
|
|
729
|
+
"encoding": "legacy-variant"
|
|
730
|
+
},
|
|
731
|
+
"gemini-3.7-flash-thinking-medium": {
|
|
732
|
+
"targetId": "gemini-3.7-flash",
|
|
733
|
+
"level": "medium",
|
|
734
|
+
"legacyVariantId": "gemini-3.7-flash-thinking-medium",
|
|
735
|
+
"encoding": "legacy-variant"
|
|
736
|
+
},
|
|
737
|
+
"gemini-3.7-flash-thinking-max": {
|
|
738
|
+
"targetId": "gemini-3.7-flash",
|
|
739
|
+
"level": "max",
|
|
740
|
+
"legacyVariantId": "gemini-3.7-flash-thinking-max",
|
|
741
|
+
"encoding": "legacy-variant"
|
|
742
|
+
},
|
|
743
|
+
"glm-5.2-high": {
|
|
744
|
+
"targetId": "glm-5.2",
|
|
745
|
+
"level": "high",
|
|
746
|
+
"legacyVariantId": "glm-5.2-high",
|
|
747
|
+
"encoding": "legacy-variant"
|
|
748
|
+
},
|
|
749
|
+
"glm-5.2-max": {
|
|
750
|
+
"targetId": "glm-5.2",
|
|
751
|
+
"level": "max",
|
|
752
|
+
"legacyVariantId": "glm-5.2-max",
|
|
753
|
+
"encoding": "legacy-variant"
|
|
754
|
+
},
|
|
755
|
+
"gpt-5-mini": {
|
|
756
|
+
"targetId": "gpt-5-mini",
|
|
757
|
+
"legacyVariantId": "gpt-5-mini",
|
|
758
|
+
"encoding": "legacy-variant"
|
|
759
|
+
},
|
|
760
|
+
"gpt-5.1": {
|
|
761
|
+
"targetId": "gpt-5.1",
|
|
762
|
+
"legacyVariantId": "gpt-5.1",
|
|
763
|
+
"encoding": "legacy-variant"
|
|
764
|
+
},
|
|
765
|
+
"gpt-5.1-high": {
|
|
766
|
+
"targetId": "gpt-5.1",
|
|
767
|
+
"level": "high",
|
|
768
|
+
"legacyVariantId": "gpt-5.1-high",
|
|
769
|
+
"encoding": "legacy-variant"
|
|
770
|
+
},
|
|
771
|
+
"gpt-5.1-low": {
|
|
772
|
+
"targetId": "gpt-5.1",
|
|
773
|
+
"level": "low",
|
|
774
|
+
"legacyVariantId": "gpt-5.1-low",
|
|
775
|
+
"encoding": "legacy-variant"
|
|
776
|
+
},
|
|
777
|
+
"gpt-5.2": {
|
|
778
|
+
"targetId": "gpt-5.2",
|
|
779
|
+
"legacyVariantId": "gpt-5.2",
|
|
780
|
+
"encoding": "legacy-variant"
|
|
781
|
+
},
|
|
782
|
+
"gpt-5.2-high": {
|
|
783
|
+
"targetId": "gpt-5.2",
|
|
784
|
+
"level": "high",
|
|
785
|
+
"legacyVariantId": "gpt-5.2-high",
|
|
786
|
+
"encoding": "legacy-variant"
|
|
787
|
+
},
|
|
788
|
+
"gpt-5.2-low": {
|
|
789
|
+
"targetId": "gpt-5.2",
|
|
790
|
+
"level": "low",
|
|
791
|
+
"legacyVariantId": "gpt-5.2-low",
|
|
792
|
+
"encoding": "legacy-variant"
|
|
793
|
+
},
|
|
794
|
+
"gpt-5.2-xhigh": {
|
|
795
|
+
"targetId": "gpt-5.2",
|
|
796
|
+
"level": "xhigh",
|
|
797
|
+
"legacyVariantId": "gpt-5.2-xhigh",
|
|
798
|
+
"encoding": "legacy-variant"
|
|
799
|
+
},
|
|
800
|
+
"gpt-5.2-medium": {
|
|
801
|
+
"targetId": "gpt-5.2",
|
|
802
|
+
"level": "medium",
|
|
803
|
+
"legacyVariantId": "gpt-5.2-medium",
|
|
804
|
+
"encoding": "legacy-variant"
|
|
805
|
+
},
|
|
806
|
+
"gpt-5.2-max": {
|
|
807
|
+
"targetId": "gpt-5.2",
|
|
808
|
+
"level": "max",
|
|
809
|
+
"legacyVariantId": "gpt-5.2-max",
|
|
810
|
+
"encoding": "legacy-variant"
|
|
811
|
+
},
|
|
812
|
+
"gpt-5.2-thinking-low": {
|
|
813
|
+
"targetId": "gpt-5.2",
|
|
814
|
+
"level": "low",
|
|
815
|
+
"legacyVariantId": "gpt-5.2-thinking-low",
|
|
816
|
+
"encoding": "legacy-variant"
|
|
817
|
+
},
|
|
818
|
+
"gpt-5.2-thinking-medium": {
|
|
819
|
+
"targetId": "gpt-5.2",
|
|
820
|
+
"level": "medium",
|
|
821
|
+
"legacyVariantId": "gpt-5.2-thinking-medium",
|
|
822
|
+
"encoding": "legacy-variant"
|
|
823
|
+
},
|
|
824
|
+
"gpt-5.2-thinking-max": {
|
|
825
|
+
"targetId": "gpt-5.2",
|
|
826
|
+
"level": "max",
|
|
827
|
+
"legacyVariantId": "gpt-5.2-thinking-max",
|
|
828
|
+
"encoding": "legacy-variant"
|
|
829
|
+
},
|
|
830
|
+
"gpt-5.2-fast": {
|
|
831
|
+
"targetId": "gpt-5.2-fast",
|
|
832
|
+
"legacyVariantId": "gpt-5.2-fast",
|
|
833
|
+
"encoding": "legacy-variant"
|
|
834
|
+
},
|
|
835
|
+
"gpt-5.2-high-fast": {
|
|
836
|
+
"targetId": "gpt-5.2-high-fast",
|
|
837
|
+
"legacyVariantId": "gpt-5.2-high-fast",
|
|
838
|
+
"encoding": "legacy-variant"
|
|
839
|
+
},
|
|
840
|
+
"gpt-5.2-low-fast": {
|
|
841
|
+
"targetId": "gpt-5.2-low-fast",
|
|
842
|
+
"legacyVariantId": "gpt-5.2-low-fast",
|
|
843
|
+
"encoding": "legacy-variant"
|
|
844
|
+
},
|
|
845
|
+
"gpt-5.2-xhigh-fast": {
|
|
846
|
+
"targetId": "gpt-5.2-xhigh-fast",
|
|
847
|
+
"legacyVariantId": "gpt-5.2-xhigh-fast",
|
|
848
|
+
"encoding": "legacy-variant"
|
|
849
|
+
},
|
|
850
|
+
"gpt-5.2-medium-fast": {
|
|
851
|
+
"targetId": "gpt-5.2-medium-fast",
|
|
852
|
+
"legacyVariantId": "gpt-5.2-medium-fast",
|
|
853
|
+
"encoding": "legacy-variant"
|
|
854
|
+
},
|
|
855
|
+
"gpt-5.2-max-fast": {
|
|
856
|
+
"targetId": "gpt-5.2-max-fast",
|
|
857
|
+
"legacyVariantId": "gpt-5.2-max-fast",
|
|
858
|
+
"encoding": "legacy-variant"
|
|
859
|
+
},
|
|
860
|
+
"gpt-5.3-codex": {
|
|
861
|
+
"targetId": "gpt-5.3-codex",
|
|
862
|
+
"legacyVariantId": "gpt-5.3-codex",
|
|
863
|
+
"encoding": "legacy-variant"
|
|
864
|
+
},
|
|
865
|
+
"gpt-5.3-codex-high": {
|
|
866
|
+
"targetId": "gpt-5.3-codex",
|
|
867
|
+
"level": "high",
|
|
868
|
+
"legacyVariantId": "gpt-5.3-codex-high",
|
|
869
|
+
"encoding": "legacy-variant"
|
|
870
|
+
},
|
|
871
|
+
"gpt-5.3-codex-low": {
|
|
872
|
+
"targetId": "gpt-5.3-codex",
|
|
873
|
+
"level": "low",
|
|
874
|
+
"legacyVariantId": "gpt-5.3-codex-low",
|
|
875
|
+
"encoding": "legacy-variant"
|
|
876
|
+
},
|
|
877
|
+
"gpt-5.3-codex-xhigh": {
|
|
878
|
+
"targetId": "gpt-5.3-codex",
|
|
879
|
+
"level": "xhigh",
|
|
880
|
+
"legacyVariantId": "gpt-5.3-codex-xhigh",
|
|
881
|
+
"encoding": "legacy-variant"
|
|
882
|
+
},
|
|
883
|
+
"gpt-5.3-codex-medium": {
|
|
884
|
+
"targetId": "gpt-5.3-codex",
|
|
885
|
+
"level": "medium",
|
|
886
|
+
"legacyVariantId": "gpt-5.3-codex-medium",
|
|
887
|
+
"encoding": "legacy-variant"
|
|
888
|
+
},
|
|
889
|
+
"gpt-5.3-codex-max": {
|
|
890
|
+
"targetId": "gpt-5.3-codex",
|
|
891
|
+
"level": "max",
|
|
892
|
+
"legacyVariantId": "gpt-5.3-codex-max",
|
|
893
|
+
"encoding": "legacy-variant"
|
|
894
|
+
},
|
|
895
|
+
"gpt-5.3-codex-thinking-low": {
|
|
896
|
+
"targetId": "gpt-5.3-codex",
|
|
897
|
+
"level": "low",
|
|
898
|
+
"legacyVariantId": "gpt-5.3-codex-thinking-low",
|
|
899
|
+
"encoding": "legacy-variant"
|
|
900
|
+
},
|
|
901
|
+
"gpt-5.3-codex-thinking-medium": {
|
|
902
|
+
"targetId": "gpt-5.3-codex",
|
|
903
|
+
"level": "medium",
|
|
904
|
+
"legacyVariantId": "gpt-5.3-codex-thinking-medium",
|
|
905
|
+
"encoding": "legacy-variant"
|
|
906
|
+
},
|
|
907
|
+
"gpt-5.3-codex-thinking-max": {
|
|
908
|
+
"targetId": "gpt-5.3-codex",
|
|
909
|
+
"level": "max",
|
|
910
|
+
"legacyVariantId": "gpt-5.3-codex-thinking-max",
|
|
911
|
+
"encoding": "legacy-variant"
|
|
912
|
+
},
|
|
913
|
+
"gpt-5.3-codex-fast": {
|
|
914
|
+
"targetId": "gpt-5.3-codex-fast",
|
|
915
|
+
"legacyVariantId": "gpt-5.3-codex-fast",
|
|
916
|
+
"encoding": "legacy-variant"
|
|
917
|
+
},
|
|
918
|
+
"gpt-5.3-codex-high-fast": {
|
|
919
|
+
"targetId": "gpt-5.3-codex-high-fast",
|
|
920
|
+
"legacyVariantId": "gpt-5.3-codex-high-fast",
|
|
921
|
+
"encoding": "legacy-variant"
|
|
922
|
+
},
|
|
923
|
+
"gpt-5.3-codex-low-fast": {
|
|
924
|
+
"targetId": "gpt-5.3-codex-low-fast",
|
|
925
|
+
"legacyVariantId": "gpt-5.3-codex-low-fast",
|
|
926
|
+
"encoding": "legacy-variant"
|
|
927
|
+
},
|
|
928
|
+
"gpt-5.3-codex-xhigh-fast": {
|
|
929
|
+
"targetId": "gpt-5.3-codex-xhigh-fast",
|
|
930
|
+
"legacyVariantId": "gpt-5.3-codex-xhigh-fast",
|
|
931
|
+
"encoding": "legacy-variant"
|
|
932
|
+
},
|
|
933
|
+
"gpt-5.3-codex-medium-fast": {
|
|
934
|
+
"targetId": "gpt-5.3-codex-medium-fast",
|
|
935
|
+
"legacyVariantId": "gpt-5.3-codex-medium-fast",
|
|
936
|
+
"encoding": "legacy-variant"
|
|
937
|
+
},
|
|
938
|
+
"gpt-5.3-codex-max-fast": {
|
|
939
|
+
"targetId": "gpt-5.3-codex-max-fast",
|
|
940
|
+
"legacyVariantId": "gpt-5.3-codex-max-fast",
|
|
941
|
+
"encoding": "legacy-variant"
|
|
942
|
+
},
|
|
943
|
+
"gpt-5.4-high": {
|
|
944
|
+
"targetId": "gpt-5.4",
|
|
945
|
+
"level": "high",
|
|
946
|
+
"legacyVariantId": "gpt-5.4-high",
|
|
947
|
+
"encoding": "legacy-variant"
|
|
948
|
+
},
|
|
949
|
+
"gpt-5.4-low": {
|
|
950
|
+
"targetId": "gpt-5.4",
|
|
951
|
+
"level": "low",
|
|
952
|
+
"legacyVariantId": "gpt-5.4-low",
|
|
953
|
+
"encoding": "legacy-variant"
|
|
954
|
+
},
|
|
955
|
+
"gpt-5.4-medium": {
|
|
956
|
+
"targetId": "gpt-5.4",
|
|
957
|
+
"level": "medium",
|
|
958
|
+
"legacyVariantId": "gpt-5.4-medium",
|
|
959
|
+
"encoding": "legacy-variant"
|
|
960
|
+
},
|
|
961
|
+
"gpt-5.4-xhigh": {
|
|
962
|
+
"targetId": "gpt-5.4",
|
|
963
|
+
"level": "xhigh",
|
|
964
|
+
"legacyVariantId": "gpt-5.4-xhigh",
|
|
965
|
+
"encoding": "legacy-variant"
|
|
966
|
+
},
|
|
967
|
+
"gpt-5.4-high-fast": {
|
|
968
|
+
"targetId": "gpt-5.4-high-fast",
|
|
969
|
+
"legacyVariantId": "gpt-5.4-high-fast",
|
|
970
|
+
"encoding": "legacy-variant"
|
|
971
|
+
},
|
|
972
|
+
"gpt-5.4-medium-fast": {
|
|
973
|
+
"targetId": "gpt-5.4-medium-fast",
|
|
974
|
+
"legacyVariantId": "gpt-5.4-medium-fast",
|
|
975
|
+
"encoding": "legacy-variant"
|
|
976
|
+
},
|
|
977
|
+
"gpt-5.4-xhigh-fast": {
|
|
978
|
+
"targetId": "gpt-5.4-xhigh-fast",
|
|
979
|
+
"legacyVariantId": "gpt-5.4-xhigh-fast",
|
|
980
|
+
"encoding": "legacy-variant"
|
|
981
|
+
},
|
|
982
|
+
"gpt-5.4-mini-high": {
|
|
983
|
+
"targetId": "gpt-5.4-mini",
|
|
984
|
+
"level": "high",
|
|
985
|
+
"legacyVariantId": "gpt-5.4-mini-high",
|
|
986
|
+
"encoding": "legacy-variant"
|
|
987
|
+
},
|
|
988
|
+
"gpt-5.4-mini-low": {
|
|
989
|
+
"targetId": "gpt-5.4-mini",
|
|
990
|
+
"level": "low",
|
|
991
|
+
"legacyVariantId": "gpt-5.4-mini-low",
|
|
992
|
+
"encoding": "legacy-variant"
|
|
993
|
+
},
|
|
994
|
+
"gpt-5.4-mini-medium": {
|
|
995
|
+
"targetId": "gpt-5.4-mini",
|
|
996
|
+
"level": "medium",
|
|
997
|
+
"legacyVariantId": "gpt-5.4-mini-medium",
|
|
998
|
+
"encoding": "legacy-variant"
|
|
999
|
+
},
|
|
1000
|
+
"gpt-5.4-mini-none": {
|
|
1001
|
+
"targetId": "gpt-5.4-mini",
|
|
1002
|
+
"level": "off",
|
|
1003
|
+
"legacyVariantId": "gpt-5.4-mini-none",
|
|
1004
|
+
"encoding": "legacy-variant"
|
|
1005
|
+
},
|
|
1006
|
+
"gpt-5.4-mini-xhigh": {
|
|
1007
|
+
"targetId": "gpt-5.4-mini",
|
|
1008
|
+
"level": "xhigh",
|
|
1009
|
+
"legacyVariantId": "gpt-5.4-mini-xhigh",
|
|
1010
|
+
"encoding": "legacy-variant"
|
|
1011
|
+
},
|
|
1012
|
+
"gpt-5.4-nano-high": {
|
|
1013
|
+
"targetId": "gpt-5.4-nano",
|
|
1014
|
+
"level": "high",
|
|
1015
|
+
"legacyVariantId": "gpt-5.4-nano-high",
|
|
1016
|
+
"encoding": "legacy-variant"
|
|
1017
|
+
},
|
|
1018
|
+
"gpt-5.4-nano-low": {
|
|
1019
|
+
"targetId": "gpt-5.4-nano",
|
|
1020
|
+
"level": "low",
|
|
1021
|
+
"legacyVariantId": "gpt-5.4-nano-low",
|
|
1022
|
+
"encoding": "legacy-variant"
|
|
1023
|
+
},
|
|
1024
|
+
"gpt-5.4-nano-medium": {
|
|
1025
|
+
"targetId": "gpt-5.4-nano",
|
|
1026
|
+
"level": "medium",
|
|
1027
|
+
"legacyVariantId": "gpt-5.4-nano-medium",
|
|
1028
|
+
"encoding": "legacy-variant"
|
|
1029
|
+
},
|
|
1030
|
+
"gpt-5.4-nano-none": {
|
|
1031
|
+
"targetId": "gpt-5.4-nano",
|
|
1032
|
+
"level": "off",
|
|
1033
|
+
"legacyVariantId": "gpt-5.4-nano-none",
|
|
1034
|
+
"encoding": "legacy-variant"
|
|
1035
|
+
},
|
|
1036
|
+
"gpt-5.4-nano-xhigh": {
|
|
1037
|
+
"targetId": "gpt-5.4-nano",
|
|
1038
|
+
"level": "xhigh",
|
|
1039
|
+
"legacyVariantId": "gpt-5.4-nano-xhigh",
|
|
1040
|
+
"encoding": "legacy-variant"
|
|
1041
|
+
},
|
|
1042
|
+
"gpt-5.5-extra-high": {
|
|
1043
|
+
"targetId": "gpt-5.5",
|
|
1044
|
+
"level": "extra-high",
|
|
1045
|
+
"legacyVariantId": "gpt-5.5-extra-high",
|
|
1046
|
+
"encoding": "legacy-variant"
|
|
1047
|
+
},
|
|
1048
|
+
"gpt-5.5-high": {
|
|
1049
|
+
"targetId": "gpt-5.5",
|
|
1050
|
+
"level": "high",
|
|
1051
|
+
"legacyVariantId": "gpt-5.5-high",
|
|
1052
|
+
"encoding": "legacy-variant"
|
|
1053
|
+
},
|
|
1054
|
+
"gpt-5.5-low": {
|
|
1055
|
+
"targetId": "gpt-5.5",
|
|
1056
|
+
"level": "low",
|
|
1057
|
+
"legacyVariantId": "gpt-5.5-low",
|
|
1058
|
+
"encoding": "legacy-variant"
|
|
1059
|
+
},
|
|
1060
|
+
"gpt-5.5-medium": {
|
|
1061
|
+
"targetId": "gpt-5.5",
|
|
1062
|
+
"level": "medium",
|
|
1063
|
+
"legacyVariantId": "gpt-5.5-medium",
|
|
1064
|
+
"encoding": "legacy-variant"
|
|
1065
|
+
},
|
|
1066
|
+
"gpt-5.5-none": {
|
|
1067
|
+
"targetId": "gpt-5.5",
|
|
1068
|
+
"level": "off",
|
|
1069
|
+
"legacyVariantId": "gpt-5.5-none",
|
|
1070
|
+
"encoding": "legacy-variant"
|
|
1071
|
+
},
|
|
1072
|
+
"gpt-5.5-max": {
|
|
1073
|
+
"targetId": "gpt-5.5",
|
|
1074
|
+
"level": "max",
|
|
1075
|
+
"legacyVariantId": "gpt-5.5-max",
|
|
1076
|
+
"encoding": "legacy-variant"
|
|
1077
|
+
},
|
|
1078
|
+
"gpt-5.5-thinking-low": {
|
|
1079
|
+
"targetId": "gpt-5.5",
|
|
1080
|
+
"level": "low",
|
|
1081
|
+
"legacyVariantId": "gpt-5.5-thinking-low",
|
|
1082
|
+
"encoding": "legacy-variant"
|
|
1083
|
+
},
|
|
1084
|
+
"gpt-5.5-thinking-medium": {
|
|
1085
|
+
"targetId": "gpt-5.5",
|
|
1086
|
+
"level": "medium",
|
|
1087
|
+
"legacyVariantId": "gpt-5.5-thinking-medium",
|
|
1088
|
+
"encoding": "legacy-variant"
|
|
1089
|
+
},
|
|
1090
|
+
"gpt-5.5-thinking-max": {
|
|
1091
|
+
"targetId": "gpt-5.5",
|
|
1092
|
+
"level": "max",
|
|
1093
|
+
"legacyVariantId": "gpt-5.5-thinking-max",
|
|
1094
|
+
"encoding": "legacy-variant"
|
|
1095
|
+
},
|
|
1096
|
+
"gpt-5.5-extra-high-fast": {
|
|
1097
|
+
"targetId": "gpt-5.5-extra-high-fast",
|
|
1098
|
+
"legacyVariantId": "gpt-5.5-extra-high-fast",
|
|
1099
|
+
"encoding": "legacy-variant"
|
|
1100
|
+
},
|
|
1101
|
+
"gpt-5.5-high-fast": {
|
|
1102
|
+
"targetId": "gpt-5.5-high-fast",
|
|
1103
|
+
"legacyVariantId": "gpt-5.5-high-fast",
|
|
1104
|
+
"encoding": "legacy-variant"
|
|
1105
|
+
},
|
|
1106
|
+
"gpt-5.5-low-fast": {
|
|
1107
|
+
"targetId": "gpt-5.5-low-fast",
|
|
1108
|
+
"legacyVariantId": "gpt-5.5-low-fast",
|
|
1109
|
+
"encoding": "legacy-variant"
|
|
1110
|
+
},
|
|
1111
|
+
"gpt-5.5-medium-fast": {
|
|
1112
|
+
"targetId": "gpt-5.5-medium-fast",
|
|
1113
|
+
"legacyVariantId": "gpt-5.5-medium-fast",
|
|
1114
|
+
"encoding": "legacy-variant"
|
|
1115
|
+
},
|
|
1116
|
+
"gpt-5.5-none-fast": {
|
|
1117
|
+
"targetId": "gpt-5.5-none-fast",
|
|
1118
|
+
"legacyVariantId": "gpt-5.5-none-fast",
|
|
1119
|
+
"encoding": "legacy-variant"
|
|
1120
|
+
},
|
|
1121
|
+
"gpt-5.5-max-fast": {
|
|
1122
|
+
"targetId": "gpt-5.5-max-fast",
|
|
1123
|
+
"legacyVariantId": "gpt-5.5-max-fast",
|
|
1124
|
+
"encoding": "legacy-variant"
|
|
1125
|
+
},
|
|
1126
|
+
"gpt-5.6-luna-high": {
|
|
1127
|
+
"targetId": "gpt-5.6-luna",
|
|
1128
|
+
"level": "high",
|
|
1129
|
+
"legacyVariantId": "gpt-5.6-luna-high",
|
|
1130
|
+
"encoding": "legacy-variant"
|
|
1131
|
+
},
|
|
1132
|
+
"gpt-5.6-luna-low": {
|
|
1133
|
+
"targetId": "gpt-5.6-luna",
|
|
1134
|
+
"level": "low",
|
|
1135
|
+
"legacyVariantId": "gpt-5.6-luna-low",
|
|
1136
|
+
"encoding": "legacy-variant"
|
|
1137
|
+
},
|
|
1138
|
+
"gpt-5.6-luna-max": {
|
|
1139
|
+
"targetId": "gpt-5.6-luna",
|
|
1140
|
+
"level": "max",
|
|
1141
|
+
"legacyVariantId": "gpt-5.6-luna-max",
|
|
1142
|
+
"encoding": "legacy-variant"
|
|
1143
|
+
},
|
|
1144
|
+
"gpt-5.6-luna-medium": {
|
|
1145
|
+
"targetId": "gpt-5.6-luna",
|
|
1146
|
+
"level": "medium",
|
|
1147
|
+
"legacyVariantId": "gpt-5.6-luna-medium",
|
|
1148
|
+
"encoding": "legacy-variant"
|
|
1149
|
+
},
|
|
1150
|
+
"gpt-5.6-luna-none": {
|
|
1151
|
+
"targetId": "gpt-5.6-luna",
|
|
1152
|
+
"level": "off",
|
|
1153
|
+
"legacyVariantId": "gpt-5.6-luna-none",
|
|
1154
|
+
"encoding": "legacy-variant"
|
|
1155
|
+
},
|
|
1156
|
+
"gpt-5.6-luna-xhigh": {
|
|
1157
|
+
"targetId": "gpt-5.6-luna",
|
|
1158
|
+
"level": "xhigh",
|
|
1159
|
+
"legacyVariantId": "gpt-5.6-luna-xhigh",
|
|
1160
|
+
"encoding": "legacy-variant"
|
|
1161
|
+
},
|
|
1162
|
+
"gpt-5.6-luna-thinking-low": {
|
|
1163
|
+
"targetId": "gpt-5.6-luna",
|
|
1164
|
+
"level": "low",
|
|
1165
|
+
"legacyVariantId": "gpt-5.6-luna-thinking-low",
|
|
1166
|
+
"encoding": "legacy-variant"
|
|
1167
|
+
},
|
|
1168
|
+
"gpt-5.6-luna-thinking-medium": {
|
|
1169
|
+
"targetId": "gpt-5.6-luna",
|
|
1170
|
+
"level": "medium",
|
|
1171
|
+
"legacyVariantId": "gpt-5.6-luna-thinking-medium",
|
|
1172
|
+
"encoding": "legacy-variant"
|
|
1173
|
+
},
|
|
1174
|
+
"gpt-5.6-luna-thinking-max": {
|
|
1175
|
+
"targetId": "gpt-5.6-luna",
|
|
1176
|
+
"level": "max",
|
|
1177
|
+
"legacyVariantId": "gpt-5.6-luna-thinking-max",
|
|
1178
|
+
"encoding": "legacy-variant"
|
|
1179
|
+
},
|
|
1180
|
+
"gpt-5.6-luna-high-fast": {
|
|
1181
|
+
"targetId": "gpt-5.6-luna-high-fast",
|
|
1182
|
+
"legacyVariantId": "gpt-5.6-luna-high-fast",
|
|
1183
|
+
"encoding": "legacy-variant"
|
|
1184
|
+
},
|
|
1185
|
+
"gpt-5.6-luna-low-fast": {
|
|
1186
|
+
"targetId": "gpt-5.6-luna-low-fast",
|
|
1187
|
+
"legacyVariantId": "gpt-5.6-luna-low-fast",
|
|
1188
|
+
"encoding": "legacy-variant"
|
|
1189
|
+
},
|
|
1190
|
+
"gpt-5.6-luna-max-fast": {
|
|
1191
|
+
"targetId": "gpt-5.6-luna-max-fast",
|
|
1192
|
+
"legacyVariantId": "gpt-5.6-luna-max-fast",
|
|
1193
|
+
"encoding": "legacy-variant"
|
|
1194
|
+
},
|
|
1195
|
+
"gpt-5.6-luna-medium-fast": {
|
|
1196
|
+
"targetId": "gpt-5.6-luna-medium-fast",
|
|
1197
|
+
"legacyVariantId": "gpt-5.6-luna-medium-fast",
|
|
1198
|
+
"encoding": "legacy-variant"
|
|
1199
|
+
},
|
|
1200
|
+
"gpt-5.6-luna-none-fast": {
|
|
1201
|
+
"targetId": "gpt-5.6-luna-none-fast",
|
|
1202
|
+
"legacyVariantId": "gpt-5.6-luna-none-fast",
|
|
1203
|
+
"encoding": "legacy-variant"
|
|
1204
|
+
},
|
|
1205
|
+
"gpt-5.6-luna-xhigh-fast": {
|
|
1206
|
+
"targetId": "gpt-5.6-luna-xhigh-fast",
|
|
1207
|
+
"legacyVariantId": "gpt-5.6-luna-xhigh-fast",
|
|
1208
|
+
"encoding": "legacy-variant"
|
|
1209
|
+
},
|
|
1210
|
+
"gpt-5.6-sol-high": {
|
|
1211
|
+
"targetId": "gpt-5.6-sol",
|
|
1212
|
+
"level": "high",
|
|
1213
|
+
"legacyVariantId": "gpt-5.6-sol-high",
|
|
1214
|
+
"encoding": "legacy-variant"
|
|
1215
|
+
},
|
|
1216
|
+
"gpt-5.6-sol-low": {
|
|
1217
|
+
"targetId": "gpt-5.6-sol",
|
|
1218
|
+
"level": "low",
|
|
1219
|
+
"legacyVariantId": "gpt-5.6-sol-low",
|
|
1220
|
+
"encoding": "legacy-variant"
|
|
1221
|
+
},
|
|
1222
|
+
"gpt-5.6-sol-max": {
|
|
1223
|
+
"targetId": "gpt-5.6-sol",
|
|
1224
|
+
"level": "max",
|
|
1225
|
+
"legacyVariantId": "gpt-5.6-sol-max",
|
|
1226
|
+
"encoding": "legacy-variant"
|
|
1227
|
+
},
|
|
1228
|
+
"gpt-5.6-sol-medium": {
|
|
1229
|
+
"targetId": "gpt-5.6-sol",
|
|
1230
|
+
"level": "medium",
|
|
1231
|
+
"legacyVariantId": "gpt-5.6-sol-medium",
|
|
1232
|
+
"encoding": "legacy-variant"
|
|
1233
|
+
},
|
|
1234
|
+
"gpt-5.6-sol-none": {
|
|
1235
|
+
"targetId": "gpt-5.6-sol",
|
|
1236
|
+
"level": "off",
|
|
1237
|
+
"legacyVariantId": "gpt-5.6-sol-none",
|
|
1238
|
+
"encoding": "legacy-variant"
|
|
1239
|
+
},
|
|
1240
|
+
"gpt-5.6-sol-xhigh": {
|
|
1241
|
+
"targetId": "gpt-5.6-sol",
|
|
1242
|
+
"level": "xhigh",
|
|
1243
|
+
"legacyVariantId": "gpt-5.6-sol-xhigh",
|
|
1244
|
+
"encoding": "legacy-variant"
|
|
1245
|
+
},
|
|
1246
|
+
"gpt-5.6-sol-thinking-low": {
|
|
1247
|
+
"targetId": "gpt-5.6-sol",
|
|
1248
|
+
"level": "low",
|
|
1249
|
+
"legacyVariantId": "gpt-5.6-sol-thinking-low",
|
|
1250
|
+
"encoding": "legacy-variant"
|
|
1251
|
+
},
|
|
1252
|
+
"gpt-5.6-sol-thinking-medium": {
|
|
1253
|
+
"targetId": "gpt-5.6-sol",
|
|
1254
|
+
"level": "medium",
|
|
1255
|
+
"legacyVariantId": "gpt-5.6-sol-thinking-medium",
|
|
1256
|
+
"encoding": "legacy-variant"
|
|
1257
|
+
},
|
|
1258
|
+
"gpt-5.6-sol-thinking-max": {
|
|
1259
|
+
"targetId": "gpt-5.6-sol",
|
|
1260
|
+
"level": "max",
|
|
1261
|
+
"legacyVariantId": "gpt-5.6-sol-thinking-max",
|
|
1262
|
+
"encoding": "legacy-variant"
|
|
1263
|
+
},
|
|
1264
|
+
"gpt-5.6-sol-high-fast": {
|
|
1265
|
+
"targetId": "gpt-5.6-sol-high-fast",
|
|
1266
|
+
"legacyVariantId": "gpt-5.6-sol-high-fast",
|
|
1267
|
+
"encoding": "legacy-variant"
|
|
1268
|
+
},
|
|
1269
|
+
"gpt-5.6-sol-low-fast": {
|
|
1270
|
+
"targetId": "gpt-5.6-sol-low-fast",
|
|
1271
|
+
"legacyVariantId": "gpt-5.6-sol-low-fast",
|
|
1272
|
+
"encoding": "legacy-variant"
|
|
1273
|
+
},
|
|
1274
|
+
"gpt-5.6-sol-max-fast": {
|
|
1275
|
+
"targetId": "gpt-5.6-sol-max-fast",
|
|
1276
|
+
"legacyVariantId": "gpt-5.6-sol-max-fast",
|
|
1277
|
+
"encoding": "legacy-variant"
|
|
1278
|
+
},
|
|
1279
|
+
"gpt-5.6-sol-medium-fast": {
|
|
1280
|
+
"targetId": "gpt-5.6-sol-medium-fast",
|
|
1281
|
+
"legacyVariantId": "gpt-5.6-sol-medium-fast",
|
|
1282
|
+
"encoding": "legacy-variant"
|
|
1283
|
+
},
|
|
1284
|
+
"gpt-5.6-sol-none-fast": {
|
|
1285
|
+
"targetId": "gpt-5.6-sol-none-fast",
|
|
1286
|
+
"legacyVariantId": "gpt-5.6-sol-none-fast",
|
|
1287
|
+
"encoding": "legacy-variant"
|
|
1288
|
+
},
|
|
1289
|
+
"gpt-5.6-sol-xhigh-fast": {
|
|
1290
|
+
"targetId": "gpt-5.6-sol-xhigh-fast",
|
|
1291
|
+
"legacyVariantId": "gpt-5.6-sol-xhigh-fast",
|
|
1292
|
+
"encoding": "legacy-variant"
|
|
1293
|
+
},
|
|
1294
|
+
"gpt-5.6-terra-high": {
|
|
1295
|
+
"targetId": "gpt-5.6-terra",
|
|
1296
|
+
"level": "high",
|
|
1297
|
+
"legacyVariantId": "gpt-5.6-terra-high",
|
|
1298
|
+
"encoding": "legacy-variant"
|
|
1299
|
+
},
|
|
1300
|
+
"gpt-5.6-terra-low": {
|
|
1301
|
+
"targetId": "gpt-5.6-terra",
|
|
1302
|
+
"level": "low",
|
|
1303
|
+
"legacyVariantId": "gpt-5.6-terra-low",
|
|
1304
|
+
"encoding": "legacy-variant"
|
|
1305
|
+
},
|
|
1306
|
+
"gpt-5.6-terra-max": {
|
|
1307
|
+
"targetId": "gpt-5.6-terra",
|
|
1308
|
+
"level": "max",
|
|
1309
|
+
"legacyVariantId": "gpt-5.6-terra-max",
|
|
1310
|
+
"encoding": "legacy-variant"
|
|
1311
|
+
},
|
|
1312
|
+
"gpt-5.6-terra-medium": {
|
|
1313
|
+
"targetId": "gpt-5.6-terra",
|
|
1314
|
+
"level": "medium",
|
|
1315
|
+
"legacyVariantId": "gpt-5.6-terra-medium",
|
|
1316
|
+
"encoding": "legacy-variant"
|
|
1317
|
+
},
|
|
1318
|
+
"gpt-5.6-terra-none": {
|
|
1319
|
+
"targetId": "gpt-5.6-terra",
|
|
1320
|
+
"level": "off",
|
|
1321
|
+
"legacyVariantId": "gpt-5.6-terra-none",
|
|
1322
|
+
"encoding": "legacy-variant"
|
|
1323
|
+
},
|
|
1324
|
+
"gpt-5.6-terra-xhigh": {
|
|
1325
|
+
"targetId": "gpt-5.6-terra",
|
|
1326
|
+
"level": "xhigh",
|
|
1327
|
+
"legacyVariantId": "gpt-5.6-terra-xhigh",
|
|
1328
|
+
"encoding": "legacy-variant"
|
|
1329
|
+
},
|
|
1330
|
+
"gpt-5.6-terra-high-fast": {
|
|
1331
|
+
"targetId": "gpt-5.6-terra-high-fast",
|
|
1332
|
+
"legacyVariantId": "gpt-5.6-terra-high-fast",
|
|
1333
|
+
"encoding": "legacy-variant"
|
|
1334
|
+
},
|
|
1335
|
+
"gpt-5.6-terra-low-fast": {
|
|
1336
|
+
"targetId": "gpt-5.6-terra-low-fast",
|
|
1337
|
+
"legacyVariantId": "gpt-5.6-terra-low-fast",
|
|
1338
|
+
"encoding": "legacy-variant"
|
|
1339
|
+
},
|
|
1340
|
+
"gpt-5.6-terra-max-fast": {
|
|
1341
|
+
"targetId": "gpt-5.6-terra-max-fast",
|
|
1342
|
+
"legacyVariantId": "gpt-5.6-terra-max-fast",
|
|
1343
|
+
"encoding": "legacy-variant"
|
|
1344
|
+
},
|
|
1345
|
+
"gpt-5.6-terra-medium-fast": {
|
|
1346
|
+
"targetId": "gpt-5.6-terra-medium-fast",
|
|
1347
|
+
"legacyVariantId": "gpt-5.6-terra-medium-fast",
|
|
1348
|
+
"encoding": "legacy-variant"
|
|
1349
|
+
},
|
|
1350
|
+
"gpt-5.6-terra-none-fast": {
|
|
1351
|
+
"targetId": "gpt-5.6-terra-none-fast",
|
|
1352
|
+
"legacyVariantId": "gpt-5.6-terra-none-fast",
|
|
1353
|
+
"encoding": "legacy-variant"
|
|
1354
|
+
},
|
|
1355
|
+
"gpt-5.6-terra-xhigh-fast": {
|
|
1356
|
+
"targetId": "gpt-5.6-terra-xhigh-fast",
|
|
1357
|
+
"legacyVariantId": "gpt-5.6-terra-xhigh-fast",
|
|
1358
|
+
"encoding": "legacy-variant"
|
|
1359
|
+
},
|
|
1360
|
+
"kimi-k2.7-code": {
|
|
1361
|
+
"targetId": "kimi-k2.7-code",
|
|
1362
|
+
"legacyVariantId": "kimi-k2.7-code",
|
|
1363
|
+
"encoding": "legacy-variant"
|
|
1364
|
+
},
|
|
1365
|
+
"kimi-k3-high": {
|
|
1366
|
+
"targetId": "kimi-k3",
|
|
1367
|
+
"level": "high",
|
|
1368
|
+
"legacyVariantId": "kimi-k3-high",
|
|
1369
|
+
"encoding": "legacy-variant"
|
|
1370
|
+
},
|
|
1371
|
+
"kimi-k3-low": {
|
|
1372
|
+
"targetId": "kimi-k3",
|
|
1373
|
+
"level": "low",
|
|
1374
|
+
"legacyVariantId": "kimi-k3-low",
|
|
1375
|
+
"encoding": "legacy-variant"
|
|
1376
|
+
},
|
|
1377
|
+
"kimi-k3-max": {
|
|
1378
|
+
"targetId": "kimi-k3",
|
|
1379
|
+
"level": "max",
|
|
1380
|
+
"legacyVariantId": "kimi-k3-max",
|
|
1381
|
+
"encoding": "legacy-variant"
|
|
1382
|
+
},
|
|
1383
|
+
"auto": {
|
|
1384
|
+
"targetId": "auto",
|
|
1385
|
+
"legacyVariantId": "auto",
|
|
1386
|
+
"encoding": "legacy-variant"
|
|
1387
|
+
},
|
|
1388
|
+
"claude-fable-5-low-fast": {
|
|
1389
|
+
"targetId": "claude-fable-5-low-fast",
|
|
1390
|
+
"legacyVariantId": "claude-fable-5-low-fast",
|
|
1391
|
+
"encoding": "legacy-variant"
|
|
1392
|
+
},
|
|
1393
|
+
"claude-fable-5-medium-fast": {
|
|
1394
|
+
"targetId": "claude-fable-5-medium-fast",
|
|
1395
|
+
"legacyVariantId": "claude-fable-5-medium-fast",
|
|
1396
|
+
"encoding": "legacy-variant"
|
|
1397
|
+
},
|
|
1398
|
+
"claude-fable-5-max-fast": {
|
|
1399
|
+
"targetId": "claude-fable-5-max-fast",
|
|
1400
|
+
"legacyVariantId": "claude-fable-5-max-fast",
|
|
1401
|
+
"encoding": "legacy-variant"
|
|
1402
|
+
},
|
|
1403
|
+
"claude-sonnet-5-low-fast": {
|
|
1404
|
+
"targetId": "claude-sonnet-5-low-fast",
|
|
1405
|
+
"legacyVariantId": "claude-sonnet-5-low-fast",
|
|
1406
|
+
"encoding": "legacy-variant"
|
|
1407
|
+
},
|
|
1408
|
+
"claude-sonnet-5-medium-fast": {
|
|
1409
|
+
"targetId": "claude-sonnet-5-medium-fast",
|
|
1410
|
+
"legacyVariantId": "claude-sonnet-5-medium-fast",
|
|
1411
|
+
"encoding": "legacy-variant"
|
|
1412
|
+
},
|
|
1413
|
+
"claude-sonnet-5-max-fast": {
|
|
1414
|
+
"targetId": "claude-sonnet-5-max-fast",
|
|
1415
|
+
"legacyVariantId": "claude-sonnet-5-max-fast",
|
|
1416
|
+
"encoding": "legacy-variant"
|
|
1417
|
+
},
|
|
1418
|
+
"claude-sonnet-4-7-low": {
|
|
1419
|
+
"targetId": "claude-sonnet-4-7",
|
|
1420
|
+
"level": "low",
|
|
1421
|
+
"legacyVariantId": "claude-sonnet-4-7-low",
|
|
1422
|
+
"encoding": "legacy-variant"
|
|
1423
|
+
},
|
|
1424
|
+
"claude-sonnet-4-7-medium": {
|
|
1425
|
+
"targetId": "claude-sonnet-4-7",
|
|
1426
|
+
"level": "medium",
|
|
1427
|
+
"legacyVariantId": "claude-sonnet-4-7-medium",
|
|
1428
|
+
"encoding": "legacy-variant"
|
|
1429
|
+
},
|
|
1430
|
+
"claude-sonnet-4-7-max": {
|
|
1431
|
+
"targetId": "claude-sonnet-4-7",
|
|
1432
|
+
"level": "max",
|
|
1433
|
+
"legacyVariantId": "claude-sonnet-4-7-max",
|
|
1434
|
+
"encoding": "legacy-variant"
|
|
1435
|
+
},
|
|
1436
|
+
"claude-sonnet-4-7-low-fast": {
|
|
1437
|
+
"targetId": "claude-sonnet-4-7-low-fast",
|
|
1438
|
+
"legacyVariantId": "claude-sonnet-4-7-low-fast",
|
|
1439
|
+
"encoding": "legacy-variant"
|
|
1440
|
+
},
|
|
1441
|
+
"claude-sonnet-4-7-medium-fast": {
|
|
1442
|
+
"targetId": "claude-sonnet-4-7-medium-fast",
|
|
1443
|
+
"legacyVariantId": "claude-sonnet-4-7-medium-fast",
|
|
1444
|
+
"encoding": "legacy-variant"
|
|
1445
|
+
},
|
|
1446
|
+
"claude-sonnet-4-7-max-fast": {
|
|
1447
|
+
"targetId": "claude-sonnet-4-7-max-fast",
|
|
1448
|
+
"legacyVariantId": "claude-sonnet-4-7-max-fast",
|
|
1449
|
+
"encoding": "legacy-variant"
|
|
1450
|
+
},
|
|
1451
|
+
"claude-sonnet-4-7-thinking-low": {
|
|
1452
|
+
"targetId": "claude-sonnet-4-7-thinking",
|
|
1453
|
+
"level": "low",
|
|
1454
|
+
"legacyVariantId": "claude-sonnet-4-7-thinking-low",
|
|
1455
|
+
"encoding": "legacy-variant"
|
|
1456
|
+
},
|
|
1457
|
+
"claude-sonnet-4-7-thinking-medium": {
|
|
1458
|
+
"targetId": "claude-sonnet-4-7-thinking",
|
|
1459
|
+
"level": "medium",
|
|
1460
|
+
"legacyVariantId": "claude-sonnet-4-7-thinking-medium",
|
|
1461
|
+
"encoding": "legacy-variant"
|
|
1462
|
+
},
|
|
1463
|
+
"claude-sonnet-4-7-thinking-max": {
|
|
1464
|
+
"targetId": "claude-sonnet-4-7-thinking",
|
|
1465
|
+
"level": "max",
|
|
1466
|
+
"legacyVariantId": "claude-sonnet-4-7-thinking-max",
|
|
1467
|
+
"encoding": "legacy-variant"
|
|
1468
|
+
},
|
|
1469
|
+
"claude-mythos-5-low": {
|
|
1470
|
+
"targetId": "claude-mythos-5",
|
|
1471
|
+
"level": "low",
|
|
1472
|
+
"legacyVariantId": "claude-mythos-5-low",
|
|
1473
|
+
"encoding": "legacy-variant"
|
|
1474
|
+
},
|
|
1475
|
+
"claude-mythos-5-medium": {
|
|
1476
|
+
"targetId": "claude-mythos-5",
|
|
1477
|
+
"level": "medium",
|
|
1478
|
+
"legacyVariantId": "claude-mythos-5-medium",
|
|
1479
|
+
"encoding": "legacy-variant"
|
|
1480
|
+
},
|
|
1481
|
+
"claude-mythos-5-max": {
|
|
1482
|
+
"targetId": "claude-mythos-5",
|
|
1483
|
+
"level": "max",
|
|
1484
|
+
"legacyVariantId": "claude-mythos-5-max",
|
|
1485
|
+
"encoding": "legacy-variant"
|
|
1486
|
+
},
|
|
1487
|
+
"claude-mythos-5-low-fast": {
|
|
1488
|
+
"targetId": "claude-mythos-5-low-fast",
|
|
1489
|
+
"legacyVariantId": "claude-mythos-5-low-fast",
|
|
1490
|
+
"encoding": "legacy-variant"
|
|
1491
|
+
},
|
|
1492
|
+
"claude-mythos-5-medium-fast": {
|
|
1493
|
+
"targetId": "claude-mythos-5-medium-fast",
|
|
1494
|
+
"legacyVariantId": "claude-mythos-5-medium-fast",
|
|
1495
|
+
"encoding": "legacy-variant"
|
|
1496
|
+
},
|
|
1497
|
+
"claude-mythos-5-max-fast": {
|
|
1498
|
+
"targetId": "claude-mythos-5-max-fast",
|
|
1499
|
+
"legacyVariantId": "claude-mythos-5-max-fast",
|
|
1500
|
+
"encoding": "legacy-variant"
|
|
1501
|
+
},
|
|
1502
|
+
"claude-mythos-5-thinking-low": {
|
|
1503
|
+
"targetId": "claude-mythos-5-thinking",
|
|
1504
|
+
"level": "low",
|
|
1505
|
+
"legacyVariantId": "claude-mythos-5-thinking-low",
|
|
1506
|
+
"encoding": "legacy-variant"
|
|
1507
|
+
},
|
|
1508
|
+
"claude-mythos-5-thinking-medium": {
|
|
1509
|
+
"targetId": "claude-mythos-5-thinking",
|
|
1510
|
+
"level": "medium",
|
|
1511
|
+
"legacyVariantId": "claude-mythos-5-thinking-medium",
|
|
1512
|
+
"encoding": "legacy-variant"
|
|
1513
|
+
},
|
|
1514
|
+
"claude-mythos-5-thinking-max": {
|
|
1515
|
+
"targetId": "claude-mythos-5-thinking",
|
|
1516
|
+
"level": "max",
|
|
1517
|
+
"legacyVariantId": "claude-mythos-5-thinking-max",
|
|
1518
|
+
"encoding": "legacy-variant"
|
|
1519
|
+
},
|
|
1520
|
+
"gpt-5.4-codex-low": {
|
|
1521
|
+
"targetId": "gpt-5.4-codex",
|
|
1522
|
+
"level": "low",
|
|
1523
|
+
"legacyVariantId": "gpt-5.4-codex-low",
|
|
1524
|
+
"encoding": "legacy-variant"
|
|
1525
|
+
},
|
|
1526
|
+
"gpt-5.4-codex-medium": {
|
|
1527
|
+
"targetId": "gpt-5.4-codex",
|
|
1528
|
+
"level": "medium",
|
|
1529
|
+
"legacyVariantId": "gpt-5.4-codex-medium",
|
|
1530
|
+
"encoding": "legacy-variant"
|
|
1531
|
+
},
|
|
1532
|
+
"gpt-5.4-codex-max": {
|
|
1533
|
+
"targetId": "gpt-5.4-codex",
|
|
1534
|
+
"level": "max",
|
|
1535
|
+
"legacyVariantId": "gpt-5.4-codex-max",
|
|
1536
|
+
"encoding": "legacy-variant"
|
|
1537
|
+
},
|
|
1538
|
+
"gpt-5.4-codex-thinking-low": {
|
|
1539
|
+
"targetId": "gpt-5.4-codex",
|
|
1540
|
+
"level": "low",
|
|
1541
|
+
"legacyVariantId": "gpt-5.4-codex-thinking-low",
|
|
1542
|
+
"encoding": "legacy-variant"
|
|
1543
|
+
},
|
|
1544
|
+
"gpt-5.4-codex-thinking-medium": {
|
|
1545
|
+
"targetId": "gpt-5.4-codex",
|
|
1546
|
+
"level": "medium",
|
|
1547
|
+
"legacyVariantId": "gpt-5.4-codex-thinking-medium",
|
|
1548
|
+
"encoding": "legacy-variant"
|
|
1549
|
+
},
|
|
1550
|
+
"gpt-5.4-codex-thinking-max": {
|
|
1551
|
+
"targetId": "gpt-5.4-codex",
|
|
1552
|
+
"level": "max",
|
|
1553
|
+
"legacyVariantId": "gpt-5.4-codex-thinking-max",
|
|
1554
|
+
"encoding": "legacy-variant"
|
|
1555
|
+
},
|
|
1556
|
+
"gpt-5.4-codex-low-fast": {
|
|
1557
|
+
"targetId": "gpt-5.4-codex-low-fast",
|
|
1558
|
+
"legacyVariantId": "gpt-5.4-codex-low-fast",
|
|
1559
|
+
"encoding": "legacy-variant"
|
|
1560
|
+
},
|
|
1561
|
+
"gpt-5.4-codex-medium-fast": {
|
|
1562
|
+
"targetId": "gpt-5.4-codex-medium-fast",
|
|
1563
|
+
"legacyVariantId": "gpt-5.4-codex-medium-fast",
|
|
1564
|
+
"encoding": "legacy-variant"
|
|
1565
|
+
},
|
|
1566
|
+
"gpt-5.4-codex-max-fast": {
|
|
1567
|
+
"targetId": "gpt-5.4-codex-max-fast",
|
|
1568
|
+
"legacyVariantId": "gpt-5.4-codex-max-fast",
|
|
1569
|
+
"encoding": "legacy-variant"
|
|
1570
|
+
},
|
|
1571
|
+
"gemini-3.7-flash-low-fast": {
|
|
1572
|
+
"targetId": "gemini-3.7-flash-low-fast",
|
|
1573
|
+
"legacyVariantId": "gemini-3.7-flash-low-fast",
|
|
1574
|
+
"encoding": "legacy-variant"
|
|
1575
|
+
},
|
|
1576
|
+
"gemini-3.7-flash-medium-fast": {
|
|
1577
|
+
"targetId": "gemini-3.7-flash-medium-fast",
|
|
1578
|
+
"legacyVariantId": "gemini-3.7-flash-medium-fast",
|
|
1579
|
+
"encoding": "legacy-variant"
|
|
1580
|
+
},
|
|
1581
|
+
"gemini-3.7-flash-max-fast": {
|
|
1582
|
+
"targetId": "gemini-3.7-flash-max-fast",
|
|
1583
|
+
"legacyVariantId": "gemini-3.7-flash-max-fast",
|
|
1584
|
+
"encoding": "legacy-variant"
|
|
1585
|
+
},
|
|
1586
|
+
"gemini-3.7-pro-low": {
|
|
1587
|
+
"targetId": "gemini-3.7-pro",
|
|
1588
|
+
"level": "low",
|
|
1589
|
+
"legacyVariantId": "gemini-3.7-pro-low",
|
|
1590
|
+
"encoding": "legacy-variant"
|
|
1591
|
+
},
|
|
1592
|
+
"gemini-3.7-pro-medium": {
|
|
1593
|
+
"targetId": "gemini-3.7-pro",
|
|
1594
|
+
"level": "medium",
|
|
1595
|
+
"legacyVariantId": "gemini-3.7-pro-medium",
|
|
1596
|
+
"encoding": "legacy-variant"
|
|
1597
|
+
},
|
|
1598
|
+
"gemini-3.7-pro-max": {
|
|
1599
|
+
"targetId": "gemini-3.7-pro",
|
|
1600
|
+
"level": "max",
|
|
1601
|
+
"legacyVariantId": "gemini-3.7-pro-max",
|
|
1602
|
+
"encoding": "legacy-variant"
|
|
1603
|
+
},
|
|
1604
|
+
"gemini-3.7-pro-thinking-low": {
|
|
1605
|
+
"targetId": "gemini-3.7-pro",
|
|
1606
|
+
"level": "low",
|
|
1607
|
+
"legacyVariantId": "gemini-3.7-pro-thinking-low",
|
|
1608
|
+
"encoding": "legacy-variant"
|
|
1609
|
+
},
|
|
1610
|
+
"gemini-3.7-pro-thinking-medium": {
|
|
1611
|
+
"targetId": "gemini-3.7-pro",
|
|
1612
|
+
"level": "medium",
|
|
1613
|
+
"legacyVariantId": "gemini-3.7-pro-thinking-medium",
|
|
1614
|
+
"encoding": "legacy-variant"
|
|
1615
|
+
},
|
|
1616
|
+
"gemini-3.7-pro-thinking-max": {
|
|
1617
|
+
"targetId": "gemini-3.7-pro",
|
|
1618
|
+
"level": "max",
|
|
1619
|
+
"legacyVariantId": "gemini-3.7-pro-thinking-max",
|
|
1620
|
+
"encoding": "legacy-variant"
|
|
1621
|
+
},
|
|
1622
|
+
"gemini-3.7-pro-low-fast": {
|
|
1623
|
+
"targetId": "gemini-3.7-pro-low-fast",
|
|
1624
|
+
"legacyVariantId": "gemini-3.7-pro-low-fast",
|
|
1625
|
+
"encoding": "legacy-variant"
|
|
1626
|
+
},
|
|
1627
|
+
"gemini-3.7-pro-medium-fast": {
|
|
1628
|
+
"targetId": "gemini-3.7-pro-medium-fast",
|
|
1629
|
+
"legacyVariantId": "gemini-3.7-pro-medium-fast",
|
|
1630
|
+
"encoding": "legacy-variant"
|
|
1631
|
+
},
|
|
1632
|
+
"gemini-3.7-pro-max-fast": {
|
|
1633
|
+
"targetId": "gemini-3.7-pro-max-fast",
|
|
1634
|
+
"legacyVariantId": "gemini-3.7-pro-max-fast",
|
|
1635
|
+
"encoding": "legacy-variant"
|
|
1636
|
+
},
|
|
1637
|
+
"gemini-3.6-pro-low": {
|
|
1638
|
+
"targetId": "gemini-3.6-pro",
|
|
1639
|
+
"level": "low",
|
|
1640
|
+
"legacyVariantId": "gemini-3.6-pro-low",
|
|
1641
|
+
"encoding": "legacy-variant"
|
|
1642
|
+
},
|
|
1643
|
+
"gemini-3.6-pro-medium": {
|
|
1644
|
+
"targetId": "gemini-3.6-pro",
|
|
1645
|
+
"level": "medium",
|
|
1646
|
+
"legacyVariantId": "gemini-3.6-pro-medium",
|
|
1647
|
+
"encoding": "legacy-variant"
|
|
1648
|
+
},
|
|
1649
|
+
"gemini-3.6-pro-max": {
|
|
1650
|
+
"targetId": "gemini-3.6-pro",
|
|
1651
|
+
"level": "max",
|
|
1652
|
+
"legacyVariantId": "gemini-3.6-pro-max",
|
|
1653
|
+
"encoding": "legacy-variant"
|
|
1654
|
+
},
|
|
1655
|
+
"gemini-3.6-pro-thinking-low": {
|
|
1656
|
+
"targetId": "gemini-3.6-pro",
|
|
1657
|
+
"level": "low",
|
|
1658
|
+
"legacyVariantId": "gemini-3.6-pro-thinking-low",
|
|
1659
|
+
"encoding": "legacy-variant"
|
|
1660
|
+
},
|
|
1661
|
+
"gemini-3.6-pro-thinking-medium": {
|
|
1662
|
+
"targetId": "gemini-3.6-pro",
|
|
1663
|
+
"level": "medium",
|
|
1664
|
+
"legacyVariantId": "gemini-3.6-pro-thinking-medium",
|
|
1665
|
+
"encoding": "legacy-variant"
|
|
1666
|
+
},
|
|
1667
|
+
"gemini-3.6-pro-thinking-max": {
|
|
1668
|
+
"targetId": "gemini-3.6-pro",
|
|
1669
|
+
"level": "max",
|
|
1670
|
+
"legacyVariantId": "gemini-3.6-pro-thinking-max",
|
|
1671
|
+
"encoding": "legacy-variant"
|
|
1672
|
+
},
|
|
1673
|
+
"gemini-3.6-pro-low-fast": {
|
|
1674
|
+
"targetId": "gemini-3.6-pro-low-fast",
|
|
1675
|
+
"legacyVariantId": "gemini-3.6-pro-low-fast",
|
|
1676
|
+
"encoding": "legacy-variant"
|
|
1677
|
+
},
|
|
1678
|
+
"gemini-3.6-pro-medium-fast": {
|
|
1679
|
+
"targetId": "gemini-3.6-pro-medium-fast",
|
|
1680
|
+
"legacyVariantId": "gemini-3.6-pro-medium-fast",
|
|
1681
|
+
"encoding": "legacy-variant"
|
|
1682
|
+
},
|
|
1683
|
+
"gemini-3.6-pro-max-fast": {
|
|
1684
|
+
"targetId": "gemini-3.6-pro-max-fast",
|
|
1685
|
+
"legacyVariantId": "gemini-3.6-pro-max-fast",
|
|
1686
|
+
"encoding": "legacy-variant"
|
|
1687
|
+
},
|
|
1688
|
+
"gemini-3.5-pro-low": {
|
|
1689
|
+
"targetId": "gemini-3.5-pro",
|
|
1690
|
+
"level": "low",
|
|
1691
|
+
"legacyVariantId": "gemini-3.5-pro-low",
|
|
1692
|
+
"encoding": "legacy-variant"
|
|
1693
|
+
},
|
|
1694
|
+
"gemini-3.5-pro-medium": {
|
|
1695
|
+
"targetId": "gemini-3.5-pro",
|
|
1696
|
+
"level": "medium",
|
|
1697
|
+
"legacyVariantId": "gemini-3.5-pro-medium",
|
|
1698
|
+
"encoding": "legacy-variant"
|
|
1699
|
+
},
|
|
1700
|
+
"gemini-3.5-pro-max": {
|
|
1701
|
+
"targetId": "gemini-3.5-pro",
|
|
1702
|
+
"level": "max",
|
|
1703
|
+
"legacyVariantId": "gemini-3.5-pro-max",
|
|
1704
|
+
"encoding": "legacy-variant"
|
|
1705
|
+
},
|
|
1706
|
+
"gemini-3.5-pro-thinking-low": {
|
|
1707
|
+
"targetId": "gemini-3.5-pro",
|
|
1708
|
+
"level": "low",
|
|
1709
|
+
"legacyVariantId": "gemini-3.5-pro-thinking-low",
|
|
1710
|
+
"encoding": "legacy-variant"
|
|
1711
|
+
},
|
|
1712
|
+
"gemini-3.5-pro-thinking-medium": {
|
|
1713
|
+
"targetId": "gemini-3.5-pro",
|
|
1714
|
+
"level": "medium",
|
|
1715
|
+
"legacyVariantId": "gemini-3.5-pro-thinking-medium",
|
|
1716
|
+
"encoding": "legacy-variant"
|
|
1717
|
+
},
|
|
1718
|
+
"gemini-3.5-pro-thinking-max": {
|
|
1719
|
+
"targetId": "gemini-3.5-pro",
|
|
1720
|
+
"level": "max",
|
|
1721
|
+
"legacyVariantId": "gemini-3.5-pro-thinking-max",
|
|
1722
|
+
"encoding": "legacy-variant"
|
|
1723
|
+
},
|
|
1724
|
+
"gemini-3.5-pro-low-fast": {
|
|
1725
|
+
"targetId": "gemini-3.5-pro-low-fast",
|
|
1726
|
+
"legacyVariantId": "gemini-3.5-pro-low-fast",
|
|
1727
|
+
"encoding": "legacy-variant"
|
|
1728
|
+
},
|
|
1729
|
+
"gemini-3.5-pro-medium-fast": {
|
|
1730
|
+
"targetId": "gemini-3.5-pro-medium-fast",
|
|
1731
|
+
"legacyVariantId": "gemini-3.5-pro-medium-fast",
|
|
1732
|
+
"encoding": "legacy-variant"
|
|
1733
|
+
},
|
|
1734
|
+
"gemini-3.5-pro-max-fast": {
|
|
1735
|
+
"targetId": "gemini-3.5-pro-max-fast",
|
|
1736
|
+
"legacyVariantId": "gemini-3.5-pro-max-fast",
|
|
1737
|
+
"encoding": "legacy-variant"
|
|
1738
|
+
},
|
|
1739
|
+
"composer-2.6-low": {
|
|
1740
|
+
"targetId": "composer-2.6",
|
|
1741
|
+
"level": "low",
|
|
1742
|
+
"legacyVariantId": "composer-2.6-low",
|
|
1743
|
+
"encoding": "legacy-variant"
|
|
1744
|
+
},
|
|
1745
|
+
"composer-2.6-medium": {
|
|
1746
|
+
"targetId": "composer-2.6",
|
|
1747
|
+
"level": "medium",
|
|
1748
|
+
"legacyVariantId": "composer-2.6-medium",
|
|
1749
|
+
"encoding": "legacy-variant"
|
|
1750
|
+
},
|
|
1751
|
+
"composer-2.6-max": {
|
|
1752
|
+
"targetId": "composer-2.6",
|
|
1753
|
+
"level": "max",
|
|
1754
|
+
"legacyVariantId": "composer-2.6-max",
|
|
1755
|
+
"encoding": "legacy-variant"
|
|
1756
|
+
},
|
|
1757
|
+
"composer-2.6-thinking-low": {
|
|
1758
|
+
"targetId": "composer-2.6",
|
|
1759
|
+
"level": "low",
|
|
1760
|
+
"legacyVariantId": "composer-2.6-thinking-low",
|
|
1761
|
+
"encoding": "legacy-variant"
|
|
1762
|
+
},
|
|
1763
|
+
"composer-2.6-thinking-medium": {
|
|
1764
|
+
"targetId": "composer-2.6",
|
|
1765
|
+
"level": "medium",
|
|
1766
|
+
"legacyVariantId": "composer-2.6-thinking-medium",
|
|
1767
|
+
"encoding": "legacy-variant"
|
|
1768
|
+
},
|
|
1769
|
+
"composer-2.6-thinking-max": {
|
|
1770
|
+
"targetId": "composer-2.6",
|
|
1771
|
+
"level": "max",
|
|
1772
|
+
"legacyVariantId": "composer-2.6-thinking-max",
|
|
1773
|
+
"encoding": "legacy-variant"
|
|
1774
|
+
},
|
|
1775
|
+
"composer-2.6-low-fast": {
|
|
1776
|
+
"targetId": "composer-2.6-low-fast",
|
|
1777
|
+
"legacyVariantId": "composer-2.6-low-fast",
|
|
1778
|
+
"encoding": "legacy-variant"
|
|
1779
|
+
},
|
|
1780
|
+
"composer-2.6-medium-fast": {
|
|
1781
|
+
"targetId": "composer-2.6-medium-fast",
|
|
1782
|
+
"legacyVariantId": "composer-2.6-medium-fast",
|
|
1783
|
+
"encoding": "legacy-variant"
|
|
1784
|
+
},
|
|
1785
|
+
"composer-2.6-max-fast": {
|
|
1786
|
+
"targetId": "composer-2.6-max-fast",
|
|
1787
|
+
"legacyVariantId": "composer-2.6-max-fast",
|
|
1788
|
+
"encoding": "legacy-variant"
|
|
1789
|
+
},
|
|
1790
|
+
"composer-2.6-lite-low": {
|
|
1791
|
+
"targetId": "composer-2.6-lite",
|
|
1792
|
+
"level": "low",
|
|
1793
|
+
"legacyVariantId": "composer-2.6-lite-low",
|
|
1794
|
+
"encoding": "legacy-variant"
|
|
1795
|
+
},
|
|
1796
|
+
"composer-2.6-lite-medium": {
|
|
1797
|
+
"targetId": "composer-2.6-lite",
|
|
1798
|
+
"level": "medium",
|
|
1799
|
+
"legacyVariantId": "composer-2.6-lite-medium",
|
|
1800
|
+
"encoding": "legacy-variant"
|
|
1801
|
+
},
|
|
1802
|
+
"composer-2.6-lite-max": {
|
|
1803
|
+
"targetId": "composer-2.6-lite",
|
|
1804
|
+
"level": "max",
|
|
1805
|
+
"legacyVariantId": "composer-2.6-lite-max",
|
|
1806
|
+
"encoding": "legacy-variant"
|
|
1807
|
+
},
|
|
1808
|
+
"composer-2.6-lite-thinking-low": {
|
|
1809
|
+
"targetId": "composer-2.6-lite",
|
|
1810
|
+
"level": "low",
|
|
1811
|
+
"legacyVariantId": "composer-2.6-lite-thinking-low",
|
|
1812
|
+
"encoding": "legacy-variant"
|
|
1813
|
+
},
|
|
1814
|
+
"composer-2.6-lite-thinking-medium": {
|
|
1815
|
+
"targetId": "composer-2.6-lite",
|
|
1816
|
+
"level": "medium",
|
|
1817
|
+
"legacyVariantId": "composer-2.6-lite-thinking-medium",
|
|
1818
|
+
"encoding": "legacy-variant"
|
|
1819
|
+
},
|
|
1820
|
+
"composer-2.6-lite-thinking-max": {
|
|
1821
|
+
"targetId": "composer-2.6-lite",
|
|
1822
|
+
"level": "max",
|
|
1823
|
+
"legacyVariantId": "composer-2.6-lite-thinking-max",
|
|
1824
|
+
"encoding": "legacy-variant"
|
|
1825
|
+
},
|
|
1826
|
+
"composer-2.6-lite-low-fast": {
|
|
1827
|
+
"targetId": "composer-2.6-lite-low-fast",
|
|
1828
|
+
"legacyVariantId": "composer-2.6-lite-low-fast",
|
|
1829
|
+
"encoding": "legacy-variant"
|
|
1830
|
+
},
|
|
1831
|
+
"composer-2.6-lite-medium-fast": {
|
|
1832
|
+
"targetId": "composer-2.6-lite-medium-fast",
|
|
1833
|
+
"legacyVariantId": "composer-2.6-lite-medium-fast",
|
|
1834
|
+
"encoding": "legacy-variant"
|
|
1835
|
+
},
|
|
1836
|
+
"composer-2.6-lite-max-fast": {
|
|
1837
|
+
"targetId": "composer-2.6-lite-max-fast",
|
|
1838
|
+
"legacyVariantId": "composer-2.6-lite-max-fast",
|
|
1839
|
+
"encoding": "legacy-variant"
|
|
1840
|
+
},
|
|
1841
|
+
"deepseek-v4-low": {
|
|
1842
|
+
"targetId": "deepseek-v4",
|
|
1843
|
+
"level": "low",
|
|
1844
|
+
"legacyVariantId": "deepseek-v4-low",
|
|
1845
|
+
"encoding": "legacy-variant"
|
|
1846
|
+
},
|
|
1847
|
+
"deepseek-v4-medium": {
|
|
1848
|
+
"targetId": "deepseek-v4",
|
|
1849
|
+
"level": "medium",
|
|
1850
|
+
"legacyVariantId": "deepseek-v4-medium",
|
|
1851
|
+
"encoding": "legacy-variant"
|
|
1852
|
+
},
|
|
1853
|
+
"deepseek-v4-max": {
|
|
1854
|
+
"targetId": "deepseek-v4",
|
|
1855
|
+
"level": "max",
|
|
1856
|
+
"legacyVariantId": "deepseek-v4-max",
|
|
1857
|
+
"encoding": "legacy-variant"
|
|
1858
|
+
},
|
|
1859
|
+
"deepseek-v4-thinking-low": {
|
|
1860
|
+
"targetId": "deepseek-v4",
|
|
1861
|
+
"level": "low",
|
|
1862
|
+
"legacyVariantId": "deepseek-v4-thinking-low",
|
|
1863
|
+
"encoding": "legacy-variant"
|
|
1864
|
+
},
|
|
1865
|
+
"deepseek-v4-thinking-medium": {
|
|
1866
|
+
"targetId": "deepseek-v4",
|
|
1867
|
+
"level": "medium",
|
|
1868
|
+
"legacyVariantId": "deepseek-v4-thinking-medium",
|
|
1869
|
+
"encoding": "legacy-variant"
|
|
1870
|
+
},
|
|
1871
|
+
"deepseek-v4-thinking-max": {
|
|
1872
|
+
"targetId": "deepseek-v4",
|
|
1873
|
+
"level": "max",
|
|
1874
|
+
"legacyVariantId": "deepseek-v4-thinking-max",
|
|
1875
|
+
"encoding": "legacy-variant"
|
|
1876
|
+
},
|
|
1877
|
+
"deepseek-v4-low-fast": {
|
|
1878
|
+
"targetId": "deepseek-v4-low-fast",
|
|
1879
|
+
"legacyVariantId": "deepseek-v4-low-fast",
|
|
1880
|
+
"encoding": "legacy-variant"
|
|
1881
|
+
},
|
|
1882
|
+
"deepseek-v4-medium-fast": {
|
|
1883
|
+
"targetId": "deepseek-v4-medium-fast",
|
|
1884
|
+
"legacyVariantId": "deepseek-v4-medium-fast",
|
|
1885
|
+
"encoding": "legacy-variant"
|
|
1886
|
+
},
|
|
1887
|
+
"deepseek-v4-max-fast": {
|
|
1888
|
+
"targetId": "deepseek-v4-max-fast",
|
|
1889
|
+
"legacyVariantId": "deepseek-v4-max-fast",
|
|
1890
|
+
"encoding": "legacy-variant"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
}
|