@happier-dev/stack 0.1.0-preview.96.1 → 0.2.0-preview.1775370152.55749
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/README.md +13 -9
- package/bin/happier.mjs +3 -0
- package/bin/hstack.mjs +96 -14
- package/docs/happy-development.md +2 -2
- package/docs/isolated-linux-vm.md +23 -15
- package/docs/mobile-ios.md +3 -1
- package/docs/paths-and-env.md +1 -1
- package/docs/remote-access.md +5 -2
- package/docs/server-flavors.md +6 -6
- package/docs/stacks.md +2 -1
- package/docs/tauri.md +1 -0
- package/docs/worktrees-and-forks.md +1 -1
- package/extras/swiftbar/hstack.5s.sh +38 -14
- package/extras/swiftbar/install.sh +12 -0
- package/extras/swiftbar/lib/system.sh +159 -7
- package/extras/swiftbar/lib/utils.sh +2 -2
- package/node_modules/@happier-dev/agents/README.md +4 -0
- package/node_modules/@happier-dev/agents/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/agents/dist/acp.d.ts +19 -0
- package/node_modules/@happier-dev/agents/dist/acp.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/acp.js +37 -0
- package/node_modules/@happier-dev/agents/dist/acp.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts +26 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.js +9 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/auth.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/auth.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/auth.js +109 -0
- package/node_modules/@happier-dev/agents/dist/auth.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.js +2 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/index.d.ts +41 -0
- package/node_modules/@happier-dev/agents/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/index.js +42 -0
- package/node_modules/@happier-dev/agents/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localCli.d.ts +17 -0
- package/node_modules/@happier-dev/agents/dist/localCli.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localCli.js +107 -0
- package/node_modules/@happier-dev/agents/dist/localCli.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localControl.d.ts +9 -0
- package/node_modules/@happier-dev/agents/dist/localControl.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localControl.js +16 -0
- package/node_modules/@happier-dev/agents/dist/localControl.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts +525 -0
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/manifest.js +291 -0
- package/node_modules/@happier-dev/agents/dist/manifest.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/models.d.ts +66 -0
- package/node_modules/@happier-dev/agents/dist/models.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/models.js +250 -0
- package/node_modules/@happier-dev/agents/dist/models.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/permissions/index.d.ts +46 -0
- package/node_modules/@happier-dev/agents/dist/permissions/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/permissions/index.js +151 -0
- package/node_modules/@happier-dev/agents/dist/permissions/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts +254 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js +263 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts +48 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js +53 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts +75 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js +120 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts +8 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.js +5 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts +7 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js +34 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts +18 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.js +2 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts +6 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js +30 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.js +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts +7 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js +8 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.js +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/index.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/index.js +2 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.d.ts +8 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.js +26 -0
- package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts +4 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js +56 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts +36 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js +212 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts +3 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js +24 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts +4 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js +39 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts +30 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.js +51 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts +87 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js +151 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts +30 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js +63 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts +12 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js +80 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js +57 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.d.ts +22 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.js +49 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts +13 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js +41 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.d.ts +19 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.js +24 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts +24 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js +56 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts +12 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js +48 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts +29 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js +87 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts +19 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js +120 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts +13 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js +54 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts +18 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js +56 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js +79 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts +22 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.js +54 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts +21 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js +101 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/tools.d.ts +10 -0
- package/node_modules/@happier-dev/agents/dist/tools.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/tools.js +14 -0
- package/node_modules/@happier-dev/agents/dist/tools.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/types.d.ts +112 -0
- package/node_modules/@happier-dev/agents/dist/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/types.js +18 -0
- package/node_modules/@happier-dev/agents/dist/types.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/index.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/voice/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/index.js +2 -0
- package/node_modules/@happier-dev/agents/dist/voice/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js +36 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts +25 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js +162 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts +9 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js +88 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js.map +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/LICENSE +21 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/README.md +208 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/index.cjs +33 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/index.d.cts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/index.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/index.js +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.cjs +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.d.cts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.d.ts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/locales/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.cjs +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.js +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/mini/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/package.json +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/index.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/locales/index.ts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/mini/index.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/errors.ts +13 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/external.ts +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/index.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/function.test.ts +261 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/types.ts +5138 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/external.ts +51 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/record.test.ts +632 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2990 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/api.ts +1798 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/config.ts +15 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/core.ts +138 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/errors.ts +448 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/index.ts +16 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/regexes.ts +183 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/schemas.ts +4538 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/util.ts +966 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/index.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/en.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fr.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/index.ts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/uz.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/external.ts +40 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.cjs +138 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.js +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.cjs +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.d.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.js +9 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.cjs +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.d.cts +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.d.ts +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.js +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.js +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.cjs +33 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.d.cts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.js +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.cjs +112 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.cjs +3777 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.d.cts +1034 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.d.ts +1034 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.js +3695 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.js +17 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.js +31 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.js +48 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.cjs +73 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.d.cts +15 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.d.ts +15 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.js +20 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.cjs +33 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.js +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.js +30 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.js +15 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.cjs +1272 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.d.cts +739 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.d.ts +739 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.cjs +1222 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.d.cts +304 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.d.ts +304 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.js +1082 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.cjs +601 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.js +575 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.cjs +83 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.d.cts +70 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.d.ts +70 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.js +76 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.cjs +39 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.js +35 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.cjs +213 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.d.cts +220 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.d.ts +220 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.js +182 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.cjs +47 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.d.cts +16 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.d.ts +16 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.js +16 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.cjs +131 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.js +93 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.cjs +166 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.d.cts +79 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.d.ts +79 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.js +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.cjs +56 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.js +51 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.cjs +2124 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.d.cts +1146 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.d.ts +1146 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.js +2093 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.cjs +710 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.d.cts +199 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.d.ts +199 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.js +651 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.cjs +8 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.js +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.cjs +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.d.cts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.js +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.js +106 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.cjs +132 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.js +105 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.cjs +183 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.js +156 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.js +120 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.js +111 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.cjs +142 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.js +115 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.cjs +159 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.js +132 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.js +114 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.js +112 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.cjs +241 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.js +214 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.js +147 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.cjs +133 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.js +106 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.cjs +104 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.d.cts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.d.ts +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.js +49 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.js +112 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.js +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.js +111 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.js +203 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.js +114 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.js +156 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.js +105 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.js +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.js +110 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.js +108 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.js +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.cjs +63 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.d.cts +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.d.ts +12 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.js +14 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.cjs +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.js +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.js +34 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.js +1 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.cjs +1046 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.d.cts +427 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.d.ts +427 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.js +925 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4/package.json +6 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.cjs +32 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.js +3 -0
- package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/package.json +6 -0
- package/node_modules/@happier-dev/agents/package.json +17 -0
- package/node_modules/@happier-dev/cli-common/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts +15 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js +157 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts +29 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js +84 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts +35 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js +105 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js +29 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts +15 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js +34 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js +76 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts +18 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js +30 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js +101 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts +93 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js +98 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js +40 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts +30 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js +18 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts +28 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js +35 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts +12 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts +28 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js +186 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js +151 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js +26 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts +96 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js +163 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js +145 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js +191 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js +90 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js +96 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts +18 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js +23 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js +5 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js +114 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts +12 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js +13 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js +31 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/links/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/links/index.js +72 -8
- package/node_modules/@happier-dev/cli-common/dist/links/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.js +3 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js +128 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js +72 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js +16 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js +87 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts +10 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.js +8 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts +70 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js +178 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.js +444 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts +25 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js +279 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js +119 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js +232 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js +138 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js +68 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js +44 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts +23 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js +206 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js +20 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js +23 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js +19 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js +2 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts +65 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js +719 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts +19 -0
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.js +94 -0
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts +55 -0
- package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/manager.js +379 -0
- package/node_modules/@happier-dev/cli-common/dist/service/manager.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.js +86 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts +12 -0
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.js +83 -0
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/windows.d.ts +8 -0
- package/node_modules/@happier-dev/cli-common/dist/service/windows.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/windows.js +29 -0
- package/node_modules/@happier-dev/cli-common/dist/service/windows.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js +72 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js +5 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts +56 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js +159 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js +177 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts +65 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js +148 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js +173 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts +55 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js +160 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js +98 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts +86 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js +303 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js +549 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts +32 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts +25 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js +141 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js +243 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts +66 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js +324 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js +204 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts +20 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js +119 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js +58 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js +63 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts +34 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js +21 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js +29 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/update/index.js +40 -5
- package/node_modules/@happier-dev/cli-common/dist/update/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts +38 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js +319 -12
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js +94 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/package.json +42 -1
- package/node_modules/@happier-dev/connection-supervisor/README.md +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js +315 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js +248 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.js +6 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts +7 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js +14 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts +88 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js +2 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts +23 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js +2 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js +14 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/package.json +16 -0
- package/node_modules/@happier-dev/protocol/README.md +12 -0
- package/node_modules/@happier-dev/protocol/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts +488 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js +130 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts +107 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts +225 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js +189 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts +613 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts +201 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js +13 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts +115 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js +68 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts +222 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js +87 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts +52 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js +146 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js +199 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts +326 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js +1241 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts +62 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js +80 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts +16 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js +225 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.js +19 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.js +107 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.js +93 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js +279 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts +133 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js +68 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts +258 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js +2391 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.js +18 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js +14 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts +16 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js +63 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts +139 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js +71 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/errors.d.ts +25 -0
- package/node_modules/@happier-dev/protocol/dist/auth/errors.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/errors.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/auth/errors.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts +36 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/providers.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/auth/providers.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/providers.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/auth/providers.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts +30 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.js +107 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/http.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/http.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/http.js +51 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/http.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.js +25 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.d.ts +36 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.js +65 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/submit.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/submit.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/submit.js +93 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/submit.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/types.d.ts +52 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/types.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/types.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.js +56 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts +60 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/changes.d.ts +64 -0
- package/node_modules/@happier-dev/protocol/dist/changes.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/changes.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/changes.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/checklists.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/checklists.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/checklists.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/checklists.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.d.ts +32 -0
- package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.js +53 -0
- package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/imageRef.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/common/imageRef.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/imageRef.js +9 -0
- package/node_modules/@happier-dev/protocol/dist/common/imageRef.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.d.ts +36 -0
- package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.js +154 -0
- package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/profileBadge.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/common/profileBadge.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/common/profileBadge.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/common/profileBadge.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.d.ts +28 -0
- package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.js +40 -0
- package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.js +32 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts +27 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js +26 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts +157 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js +94 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts +26 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js +117 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.js +24 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js +28 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts +40 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js +281 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts +256 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js +51 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts +224 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js +103 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts +99 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js +111 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts +379 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js +246 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts +64 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.d.ts +156 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.js +170 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.js +28 -0
- package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts +44 -0
- package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.js +34 -0
- package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts +29 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts +205 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js +96 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts +572 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js +162 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.js +38 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts +326 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.js +360 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts +142 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.js +55 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js +18 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.js +103 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureIds.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureIds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureIds.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/featureIds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts +128 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js +118 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.js +65 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts +251 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js +35 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts +40 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js +19 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts +93 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts +101 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.js +5 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts +119 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js +158 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts +374 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/features.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.js +14 -0
- package/node_modules/@happier-dev/protocol/dist/features.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.d.ts +160 -0
- package/node_modules/@happier-dev/protocol/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.js +164 -0
- package/node_modules/@happier-dev/protocol/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts +30 -0
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installables.js +14 -0
- package/node_modules/@happier-dev/protocol/dist/installables.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js +58 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts +60 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts +109 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js +117 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts +237 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js +112 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts +226 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js +88 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js +100 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js +190 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js +50 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts +206 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js +143 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts +16 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js +61 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.d.ts +82 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.js +61 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts +293 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js +198 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts +41 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js +24 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.d.ts +28 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js +41 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts +105 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js +110 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts +25 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js +47 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts +57 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js +97 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts +457 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js +174 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts +50 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js +104 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts +62 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts +304 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js +130 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts +110 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js +89 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js +98 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js +32 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js +152 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js +18 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts +25 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js +54 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js +46 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js +69 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js +65 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js +60 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts +51 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js +13 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts +71 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js +45 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts +141 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.js +144 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js +40 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts +904 -0
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.js +571 -0
- package/node_modules/@happier-dev/protocol/dist/scm.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts +183 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.js +51 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js +94 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.js +46 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts +209 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.js +63 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts +140 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sentFrom.d.ts +33 -0
- package/node_modules/@happier-dev/protocol/dist/sentFrom.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sentFrom.js +24 -0
- package/node_modules/@happier-dev/protocol/dist/sentFrom.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts +269 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.js +77 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js +61 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts +446 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js +424 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts +32 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts +523 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js +5 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js +66 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js +45 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts +399 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js +84 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts +66 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts +104 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts +2244 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js +493 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts +807 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js +206 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts +175 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js +128 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts +70 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js +125 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts +60 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.d.ts +83 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts +404 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js +373 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js +26 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts +126 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js +201 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts +87 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js +90 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.d.ts +27 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js +40 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts +67 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js +35 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js +35 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js +88 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts +43 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts +212 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.js +32 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts +29 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts +41 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js +24 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts +41 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js +34 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts +52 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js +32 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts +89 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js +34 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts +102 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts +42 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js +19 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.d.ts +22 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js +84 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js +158 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js +53 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.d.ts +57 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts +67 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js +40 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts +1448 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js +404 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts +650 -0
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.js +346 -0
- package/node_modules/@happier-dev/protocol/dist/updates.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js +187 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts +43 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js +46 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/LICENSE +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/README.md +521 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.js +18 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.js +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.d.ts +51 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.js +162 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.js +90 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.d.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.js +401 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.d.ts +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.js +459 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.d.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.js +420 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.js +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.js +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.d.ts +54 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.js +255 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.js +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.js +18 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.d.ts +47 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.js +166 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.js +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.js +45 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.d.ts +51 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.js +155 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.js +67 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.d.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.js +392 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.d.ts +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.js +452 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.d.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.js +413 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.js +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.js +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.d.ts +54 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.js +251 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.js +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.js +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.d.ts +47 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.js +160 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.d.ts +36 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.js +82 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.d.ts +35 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.js +86 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.js +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.d.ts +71 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.js +281 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/package.json +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.js +97 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.js +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.js +228 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.js +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.d.ts +159 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.js +375 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.js +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.d.ts +142 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.js +393 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.d.ts +53 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.js +234 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.d.ts +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.js +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.d.ts +161 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.js +281 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.d.ts +36 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.js +88 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.d.ts +35 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.js +91 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.js +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.d.ts +71 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.js +287 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/package.json +266 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.js +101 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.js +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.js +232 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.js +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.d.ts +159 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.js +384 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.js +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.d.ts +142 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.js +402 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.d.ts +53 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.js +239 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.d.ts +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.js +29 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_assert.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_blake.ts +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_md.ts +176 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_u64.ts +91 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/argon2.ts +497 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake1.ts +534 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2.ts +486 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2b.ts +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2s.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake3.ts +272 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/crypto.ts +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/cryptoNode.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/eskdf.ts +187 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/hkdf.ts +88 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/hmac.ts +94 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/index.ts +31 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/legacy.ts +293 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/pbkdf2.ts +122 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/ripemd160.ts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/scrypt.ts +257 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha1.ts +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha2.ts +402 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha256.ts +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha3-addons.ts +499 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha3.ts +258 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha512.ts +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/utils.ts +395 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.d.ts +161 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.js +313 -0
- package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.js.map +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/LICENSE +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/README.md +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/base64js.min.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/index.js +150 -0
- package/node_modules/@happier-dev/protocol/node_modules/base64-js/package.json +47 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/AUTHORS.md +27 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/CHANGELOG.md +283 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/LICENSE +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/README.md +494 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl-fast.js +2391 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl-fast.min.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.d.ts +98 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.js +1178 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.min.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/package.json +56 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/LICENSE +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/README.md +208 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/index.cjs +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/index.d.cts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/index.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.cjs +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.d.cts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/locales/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.cjs +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.js +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/mini/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/package.json +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/index.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/locales/index.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/mini/index.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/errors.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/external.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/index.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/function.test.ts +261 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/types.ts +5138 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/external.ts +51 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/record.test.ts +632 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2990 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/api.ts +1798 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/config.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/core.ts +138 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/errors.ts +448 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/index.ts +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/regexes.ts +183 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/schemas.ts +4538 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/util.ts +966 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/index.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/en.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fr.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/index.ts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/uz.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/external.ts +40 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.cjs +138 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.js +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.cjs +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.js +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.cjs +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.d.cts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.js +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.js +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.cjs +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.d.cts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.cjs +112 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.cjs +3777 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.d.cts +1034 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.d.ts +1034 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.js +3695 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.js +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.js +31 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.js +48 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.cjs +73 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.d.cts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.js +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.cjs +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.js +30 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.js +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.cjs +1272 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.d.cts +739 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.d.ts +739 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.cjs +1222 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.d.cts +304 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.d.ts +304 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.js +1082 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.cjs +601 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.js +575 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.cjs +83 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.d.cts +70 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.d.ts +70 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.js +76 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.cjs +39 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.js +35 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.cjs +213 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.d.cts +220 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.d.ts +220 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.js +182 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.cjs +47 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.d.cts +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.d.ts +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.js +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.cjs +131 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.js +93 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.cjs +166 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.d.cts +79 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.d.ts +79 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.js +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.cjs +56 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.js +51 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.cjs +2124 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.d.cts +1146 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.d.ts +1146 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.js +2093 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.cjs +710 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.d.cts +199 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.d.ts +199 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.js +651 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.cjs +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.js +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.cjs +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.d.cts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.js +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.js +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.cjs +132 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.js +105 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.cjs +183 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.js +156 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.js +120 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.js +111 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.cjs +142 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.js +115 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.cjs +159 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.js +132 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.js +114 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.js +112 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.cjs +241 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.js +214 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.js +147 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.cjs +133 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.js +106 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.cjs +104 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.d.cts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.d.ts +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.js +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.js +112 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.js +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.js +111 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.js +203 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.js +114 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.js +156 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.js +105 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.js +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.js +110 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.js +108 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.js +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.cjs +63 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.d.cts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.js +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.cjs +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.js +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.js +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.cjs +1046 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.d.cts +427 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.d.ts +427 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.js +925 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.cjs +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.js +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/package.json +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/README.md +390 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/changelog.md +82 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/package.json +78 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/node_modules/@happier-dev/protocol/package.json +69 -0
- package/node_modules/@happier-dev/release-runtime/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/_cjs/releaseRings.js +134 -0
- package/node_modules/@happier-dev/release-runtime/dist/assets.d.ts +22 -0
- package/node_modules/@happier-dev/release-runtime/dist/assets.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/assets.js +44 -0
- package/node_modules/@happier-dev/release-runtime/dist/assets.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/checksums.d.ts +5 -0
- package/node_modules/@happier-dev/release-runtime/dist/checksums.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/checksums.js +21 -0
- package/node_modules/@happier-dev/release-runtime/dist/checksums.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts +14 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js +48 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.d.ts +26 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.js +141 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.d.ts +18 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.js +112 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.d.ts +8 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.js +8 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/minisign.d.ts +7 -0
- package/node_modules/@happier-dev/release-runtime/dist/minisign.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/minisign.js +92 -0
- package/node_modules/@happier-dev/release-runtime/dist/minisign.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.cjs +134 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts +27 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js +124 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts +26 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js +47 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/package.json +43 -0
- package/package.json +17 -4
- package/scripts/auth.mjs +398 -106
- package/scripts/auth_copy_from_pglite_lock_in_use.integration.test.mjs +5 -4
- package/scripts/auth_copy_from_runCapture.integration.test.mjs +538 -8
- package/scripts/auth_dev_key_cmd.test.mjs +35 -0
- package/scripts/auth_force_flag.test.mjs +28 -0
- package/scripts/auth_help_cmd.test.mjs +5 -0
- package/scripts/auth_login_force_cleans_server_scoped_credentials.integration.test.mjs +189 -0
- package/scripts/auth_login_force_default.test.mjs +41 -1
- package/scripts/auth_login_guided_server_no_expo.test.mjs +460 -34
- package/scripts/auth_login_print_includes_configure_links.test.mjs +63 -5
- package/scripts/auth_login_respects_pinned_stack_port.test.mjs +200 -0
- package/scripts/auth_login_runtime_state_port.test.mjs +47 -0
- package/scripts/build/activate_runtime_snapshot.mjs +210 -0
- package/scripts/build/activate_runtime_snapshot.test.mjs +250 -0
- package/scripts/build/build_daemon_artifact.mjs +50 -0
- package/scripts/build/build_mode.mjs +20 -0
- package/scripts/build/build_mode.test.mjs +46 -0
- package/scripts/build/build_server_artifact.mjs +64 -0
- package/scripts/build/build_stack_artifacts.mjs +141 -0
- package/scripts/build/build_stack_artifacts.test.mjs +119 -0
- package/scripts/build/build_targets.mjs +63 -0
- package/scripts/build/build_targets.test.mjs +58 -0
- package/scripts/build/build_web_artifact.mjs +73 -0
- package/scripts/build/collect_build_source_metadata.mjs +76 -0
- package/scripts/build/collect_build_source_metadata.test.mjs +41 -0
- package/scripts/build/resolve_latest_component_artifact.mjs +31 -0
- package/scripts/build/runtime_build_lock.mjs +80 -0
- package/scripts/build/runtime_build_lock.test.mjs +95 -0
- package/scripts/build/runtime_retention.mjs +170 -0
- package/scripts/build/runtime_retention.test.mjs +183 -0
- package/scripts/build/workspace_build_sandbox.mjs +49 -0
- package/scripts/build/workspace_build_sandbox.test.mjs +37 -0
- package/scripts/build.mjs +42 -30
- package/scripts/bundleWorkspaceDeps.mjs +77 -13
- package/scripts/bundleWorkspaceDeps.test.mjs +295 -8
- package/scripts/daemon.getDaemonEnv.test.mjs +53 -0
- package/scripts/daemon.mjs +701 -160
- package/scripts/daemon_cleanup_lsof_unavailable.test.mjs +112 -0
- package/scripts/daemon_dist_guard.test.mjs +613 -21
- package/scripts/daemon_invalid_auth_reseed_stack_name.integration.test.mjs +112 -34
- package/scripts/daemon_server_scope_commands.test.mjs +196 -0
- package/scripts/daemon_server_scoped_state.test.mjs +41 -0
- package/scripts/daemon_start_verification.integration.test.mjs +491 -23
- package/scripts/daemon_stop_expected_pid.test.mjs +131 -0
- package/scripts/dev.mjs +218 -116
- package/scripts/dev_external_server_flags.test.mjs +75 -0
- package/scripts/dev_rn_devtools_flag.test.mjs +24 -0
- package/scripts/dev_runtime_mode_reject.test.mjs +22 -0
- package/scripts/dev_tauri_flag.test.mjs +35 -0
- package/scripts/doctor.mjs +17 -1
- package/scripts/doctor_runtime_snapshot.test.mjs +68 -0
- package/scripts/ghops.mjs +80 -0
- package/scripts/ghops.test.mjs +78 -0
- package/scripts/happier.mjs +379 -32
- package/scripts/happier_defaults_from_settings.test.mjs +402 -0
- package/scripts/happier_help_passthrough.test.mjs +47 -0
- package/scripts/happier_runtime_snapshot.test.mjs +107 -0
- package/scripts/happier_server_url_scope.test.mjs +61 -0
- package/scripts/happier_tsx_fallback.test.mjs +75 -0
- package/scripts/import.mjs +1 -1
- package/scripts/init.mjs +46 -9
- package/scripts/init_shim_invoked_cwd.test.mjs +392 -0
- package/scripts/logs.mjs +285 -0
- package/scripts/logs_cmd.test.mjs +113 -0
- package/scripts/menubar.mjs +93 -6
- package/scripts/menubar_install_stack_scoped_dry_run.test.mjs +117 -0
- package/scripts/mobile.mjs +52 -9
- package/scripts/mobile_dev_client.mjs +241 -40
- package/scripts/mobile_dev_client_android_eas_profile_avoids_bundle_prompt.test.mjs +45 -0
- package/scripts/mobile_dev_client_android_falls_back_to_pipeline_in_test_stub.test.mjs +39 -0
- package/scripts/mobile_dev_client_android_prefers_expo_run_android_in_test_stub.test.mjs +23 -0
- package/scripts/mobile_dev_client_android_reuse_existing_apk_in_test_stub.test.mjs +38 -0
- package/scripts/mobile_dev_client_android_reuse_falls_back_to_cached_apk_in_test_stub.test.mjs +35 -0
- package/scripts/mobile_dev_client_autopick_android_in_test_stub.test.mjs +25 -0
- package/scripts/mobile_dev_client_autopick_android_serial_when_platform_explicit_in_test_stub.test.mjs +22 -0
- package/scripts/mobile_dev_client_autopick_ios_in_test_stub.test.mjs +31 -0
- package/scripts/mobile_dev_client_help_smoke.test.mjs +25 -0
- package/scripts/mobile_prebuild_happyDir_defined.test.mjs +47 -0
- package/scripts/mobile_prebuild_sets_rct_metro_port.test.mjs +81 -0
- package/scripts/mobile_run_android_passes_port.test.mjs +85 -0
- package/scripts/mobile_run_ios_passes_port.integration.test.mjs +103 -0
- package/scripts/mobile_run_ios_uses_long_port_flag.test.mjs +106 -0
- package/scripts/orchestrated_stack_auth_flow_resolve_port.test.mjs +10 -15
- package/scripts/orchestrated_stack_auth_flow_webapp_url.test.mjs +115 -0
- package/scripts/pack.test.mjs +28 -1
- package/scripts/providers_cmd.mjs +207 -0
- package/scripts/provision/{linux-ubuntu-e2e.sh → linux-ubuntu-hstack-smoke.sh} +27 -33
- package/scripts/provision/linux-ubuntu-provision.sh +146 -0
- package/scripts/provision/linux-ubuntu-provision.test.mjs +163 -0
- package/scripts/provision/macos-lima-hstack-repeat-validation.sh +309 -0
- package/scripts/provision/macos-lima-hstack-repeat-validation.test.mjs +369 -0
- package/scripts/provision/macos-lima-hstack-smoke.sh +104 -0
- package/scripts/provision/playwright-wsrepl-matrix-url.test.mjs +143 -0
- package/scripts/provision/resolveStackAuthPaths.test.mjs +68 -0
- package/scripts/provision/wsreplMatrixCredentials.test.mjs +44 -0
- package/scripts/release.mjs +15 -2
- package/scripts/release_binary_smoke.integration.test.mjs +30 -8
- package/scripts/remote_cmd.mjs +286 -0
- package/scripts/remote_cmd.test.mjs +54 -0
- package/scripts/repo_cli_activate.mjs +41 -0
- package/scripts/repo_cli_activate.test.mjs +41 -0
- package/scripts/repo_local.mjs +547 -0
- package/scripts/repo_local_wrapper.test.mjs +495 -0
- package/scripts/review_pr.mjs +232 -11
- package/scripts/review_pr.warm_base_deps.test.mjs +138 -0
- package/scripts/review_pr.workspace_cache.test.mjs +197 -0
- package/scripts/root_package_repo_local_scripts.test.mjs +53 -0
- package/scripts/run.mjs +306 -85
- package/scripts/run_script_with_stack_env.partial_runtime_recovery.test.mjs +265 -0
- package/scripts/runtime/launch/inspectActiveRuntimeSnapshot.mjs +126 -0
- package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.mjs +19 -0
- package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.test.mjs +161 -0
- package/scripts/runtime/launch/resolveCliRuntimeLaunchSpec.mjs +23 -0
- package/scripts/runtime/launch/resolveLaunchSpecs.test.mjs +110 -0
- package/scripts/runtime/launch/resolveServerRuntimeLaunchSpec.mjs +19 -0
- package/scripts/runtime/launch/resolveStackRuntimeLaunchContext.mjs +17 -0
- package/scripts/runtime/readBundledWorkspaceSyncConfig.mjs +35 -0
- package/scripts/runtime/readBundledWorkspaceSyncConfig.test.mjs +33 -0
- package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.mjs +10 -0
- package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.test.mjs +20 -0
- package/scripts/runtime/shared/artifact_manifest.mjs +48 -0
- package/scripts/runtime/shared/ensureStackRuntimeModePrefer.mjs +30 -0
- package/scripts/runtime/shared/ensureStackRuntimeModePrefer.test.mjs +35 -0
- package/scripts/runtime/shared/runtime_fingerprint.mjs +24 -0
- package/scripts/runtime/shared/runtime_fingerprint.test.mjs +69 -0
- package/scripts/runtime/shared/runtime_manifest.mjs +85 -0
- package/scripts/runtime/shared/runtime_manifest.test.mjs +120 -0
- package/scripts/runtime/shared/runtime_mode.mjs +32 -0
- package/scripts/runtime/shared/runtime_mode.test.mjs +48 -0
- package/scripts/runtime/shared/runtime_paths.mjs +30 -0
- package/scripts/runtime/shared/runtime_paths.test.mjs +42 -0
- package/scripts/runtime_activate.mjs +135 -0
- package/scripts/sandbox_workspace_override.test.mjs +47 -0
- package/scripts/self.mjs +68 -12
- package/scripts/self_host/findExtractedExecutableByName.mjs +20 -0
- package/scripts/self_host/install_companion_cli.mjs +156 -0
- package/scripts/self_host/install_companion_cli.test.mjs +119 -0
- package/scripts/self_host/version_retention.mjs +69 -0
- package/scripts/self_host/version_retention.test.mjs +100 -0
- package/scripts/self_host_binary_smoke.integration.test.mjs +1 -1
- package/scripts/self_host_daemon.real.integration.test.mjs +296 -0
- package/scripts/self_host_launchd.real.integration.test.mjs +234 -0
- package/scripts/self_host_runtime.mjs +2249 -396
- package/scripts/self_host_runtime.test.mjs +1326 -1
- package/scripts/self_host_schtasks.real.integration.test.mjs +217 -0
- package/scripts/self_host_service_e2e_harness.mjs +93 -0
- package/scripts/self_host_systemd.real.integration.test.mjs +10 -88
- package/scripts/service.mjs +273 -154
- package/scripts/service_autostart_program_args.test.mjs +32 -0
- package/scripts/service_mode_help.test.mjs +1 -0
- package/scripts/setup.mjs +261 -54
- package/scripts/setup_deprecation_warning.test.mjs +47 -0
- package/scripts/setup_dev_child_env.test.mjs +244 -0
- package/scripts/setup_from_source_stable_branch_flag.test.mjs +129 -0
- package/scripts/setup_local_repo_profile.test.mjs +145 -0
- package/scripts/setup_pr.mjs +36 -22
- package/scripts/setup_pr.mobile_scheme.test.mjs +332 -0
- package/scripts/setup_pr_orchestrated_auth_flow_util_import.test.mjs +31 -1
- package/scripts/stack/command_arguments.mjs +1 -0
- package/scripts/stack/delegated_script_commands.mjs +11 -2
- package/scripts/stack/help_text.mjs +8 -4
- package/scripts/stack/run_script_with_stack_env.mjs +135 -17
- package/scripts/stack/stack_daemon_command.mjs +56 -4
- package/scripts/stack/stack_environment.mjs +34 -3
- package/scripts/stack/stack_environment.sanitization.test.mjs +70 -0
- package/scripts/stack/stack_info_snapshot.mjs +59 -3
- package/scripts/stack/stack_mobile_install_command.mjs +92 -25
- package/scripts/stack/stack_mobile_install_command.test.mjs +53 -0
- package/scripts/stack.mjs +83 -39
- package/scripts/stack_copy_auth_server_scoped.test.mjs +7 -3
- package/scripts/stack_create_dev_auth_seed_help_force.test.mjs +38 -0
- package/scripts/stack_create_dev_auth_seed_repo_pin.test.mjs +43 -0
- package/scripts/stack_daemon_cmd.integration.test.mjs +179 -70
- package/scripts/stack_editor_workspace_monorepo_root.test.mjs +9 -19
- package/scripts/stack_guided_login_bundle_timeout.test.mjs +210 -0
- package/scripts/stack_guided_login_does_not_preopen_browser.test.mjs +17 -0
- package/scripts/stack_guided_login_inner_invocation.test.mjs +99 -12
- package/scripts/stack_happy_cmd.integration.test.mjs +220 -60
- package/scripts/stack_info_runtime_snapshot.test.mjs +64 -0
- package/scripts/stack_info_snapshot_running_status.test.mjs +84 -22
- package/scripts/stack_interactive_monorepo_group.test.mjs +16 -44
- package/scripts/stack_owner_death_watchdog.integration.test.mjs +144 -0
- package/scripts/stack_package_scripts.test.mjs +17 -0
- package/scripts/stack_pr_help_cmd.test.mjs +38 -0
- package/scripts/stack_resume_cmd.integration.test.mjs +13 -53
- package/scripts/stack_runtime_activate_command.test.mjs +130 -0
- package/scripts/stack_runtime_start.integration.test.mjs +147 -0
- package/scripts/stack_service_passthrough.test.mjs +48 -0
- package/scripts/start_runtime_mode_json.test.mjs +34 -0
- package/scripts/stop.mjs +2 -3
- package/scripts/stopStackWithEnv_daemonControlToken.integration.test.mjs +140 -0
- package/scripts/stopStackWithEnv_kills_ephemeral_runtime_pids_without_env_markers.integration.test.mjs +98 -0
- package/scripts/stopStackWithEnv_sweeps_repo_local_stack_by_stackName_when_runtime_missing.integration.test.mjs +78 -0
- package/scripts/swiftbar_primary_stack_header.test.mjs +56 -0
- package/scripts/swiftbar_stack_status_runtime.test.mjs +429 -0
- package/scripts/tailscale.mjs +62 -143
- package/scripts/tailscale_cmd_output.test.mjs +136 -0
- package/scripts/tauri_dev.mjs +291 -0
- package/scripts/tauri_dev.test.mjs +117 -0
- package/scripts/test_ci.mjs +22 -18
- package/scripts/test_cmd.mjs +7 -23
- package/scripts/test_cmd.test.mjs +39 -28
- package/scripts/test_integration.mjs +31 -18
- package/scripts/testkit/auth_testkit.mjs +20 -54
- package/scripts/testkit/core/env_scope.mjs +88 -0
- package/scripts/testkit/core/fake_bin_harness.mjs +53 -0
- package/scripts/testkit/core/minimal_monorepo_layout.mjs +54 -0
- package/scripts/testkit/core/run_node_capture.mjs +69 -0
- package/scripts/testkit/core/runtime_snapshot_layout.mjs +135 -0
- package/scripts/testkit/core/spawn_test_process.mjs +27 -0
- package/scripts/testkit/core/spawn_test_process.test.mjs +52 -0
- package/scripts/testkit/core/stack_root.mjs +26 -0
- package/scripts/testkit/core/stub_happier_cli_files.mjs +46 -0
- package/scripts/testkit/core/stub_happier_cli_files.test.mjs +20 -0
- package/scripts/testkit/core/sync_logged_command_harness.mjs +49 -0
- package/scripts/testkit/core/temp_fixture.mjs +42 -0
- package/scripts/testkit/doctor_testkit.mjs +24 -52
- package/scripts/testkit/happier_cli_monorepo_testkit.mjs +31 -0
- package/scripts/testkit/mobile_dev_client_testkit.mjs +136 -0
- package/scripts/testkit/mobile_dev_client_testkit_env_sanitization.test.mjs +32 -0
- package/scripts/testkit/monorepo_port_testkit.mjs +9 -26
- package/scripts/testkit/runtime_snapshot_start_testkit.mjs +281 -0
- package/scripts/testkit/runtime_snapshot_testkit.mjs +57 -0
- package/scripts/testkit/stack_archive_command_testkit.mjs +23 -17
- package/scripts/testkit/stack_happier_cli_command_testkit.mjs +75 -0
- package/scripts/testkit/stack_new_monorepo_testkit.mjs +19 -37
- package/scripts/testkit/stack_script_command_testkit.mjs +1 -27
- package/scripts/testkit/stack_stop_sweeps_testkit.mjs +39 -42
- package/scripts/testkit/worktrees_monorepo_testkit.mjs +22 -35
- package/scripts/tui.mjs +751 -99
- package/scripts/tui_args_default_cmd.test.mjs +42 -0
- package/scripts/utils/auth/auth_force_flag.mjs +14 -0
- package/scripts/utils/auth/clearStackForceLoginCredentialPaths.mjs +20 -0
- package/scripts/utils/auth/credentials_paths.mjs +218 -30
- package/scripts/utils/auth/credentials_paths.test.mjs +149 -1
- package/scripts/utils/auth/ensure_active_access_key_valid.mjs +157 -0
- package/scripts/utils/auth/ensure_active_access_key_valid.test.mjs +208 -0
- package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.mjs +43 -0
- package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.test.mjs +56 -0
- package/scripts/utils/auth/interactive_stack_auth.mjs +8 -0
- package/scripts/utils/auth/interactive_stack_auth.test.mjs +29 -0
- package/scripts/utils/auth/login_ux.mjs +8 -0
- package/scripts/utils/auth/orchestrated_stack_auth_flow.mjs +187 -19
- package/scripts/utils/auth/orchestrated_stack_auth_flow_start_timeout.test.mjs +68 -0
- package/scripts/utils/auth/stable_scope_id.mjs +1 -1
- package/scripts/utils/auth/stack_guided_login.mjs +180 -34
- package/scripts/utils/cli/cliDistIntegrity.mjs +86 -0
- package/scripts/utils/cli/cli_registry.mjs +41 -5
- package/scripts/utils/cli/cwd_scope.mjs +9 -1
- package/scripts/utils/cli/cwd_scope.test.mjs +26 -31
- package/scripts/utils/cli/normalize.mjs +1 -0
- package/scripts/utils/cli/progress.mjs +8 -1
- package/scripts/utils/cli/progress.test.mjs +43 -0
- package/scripts/utils/dev/daemon.mjs +26 -10
- package/scripts/utils/dev/daemon_watch_resilience.test.mjs +64 -0
- package/scripts/utils/dev/expo_dev.buildEnv.test.mjs +37 -0
- package/scripts/utils/dev/expo_dev.ensure_workspace_built.test.mjs +74 -0
- package/scripts/utils/dev/expo_dev.mjs +139 -21
- package/scripts/utils/dev/expo_dev_restart_port_reservation.test.mjs +336 -7
- package/scripts/utils/dev/expo_dev_runtime_metadata.test.mjs +126 -0
- package/scripts/utils/dev/expo_dev_verbose_logs.test.mjs +9 -2
- package/scripts/utils/dev/react_native_devtools.mjs +27 -0
- package/scripts/utils/dev/react_native_devtools.test.mjs +26 -0
- package/scripts/utils/dev/resolveDevServerConnection.mjs +60 -0
- package/scripts/utils/dev/resolveDevServerConnection.test.mjs +74 -0
- package/scripts/utils/dev/server.mjs +9 -3
- package/scripts/utils/dev/tauri_dev.mjs +377 -0
- package/scripts/utils/dev/tauri_dev.test.mjs +490 -0
- package/scripts/utils/env/env.mjs +3 -0
- package/scripts/utils/env/scrub_env.mjs +21 -0
- package/scripts/utils/expo/command.mjs +88 -8
- package/scripts/utils/expo/command_export_max_workers.test.mjs +137 -0
- package/scripts/utils/expo/command_heap_limit_env.test.mjs +244 -0
- package/scripts/utils/expo/command_workspace_deps_built.test.mjs +250 -0
- package/scripts/utils/expo/expo.mjs +127 -3
- package/scripts/utils/expo/expoNodeHeapEnv.mjs +42 -0
- package/scripts/utils/expo/expo_shared_tmpdir.test.mjs +38 -0
- package/scripts/utils/expo/expo_state_running.test.mjs +66 -0
- package/scripts/utils/expo/expo_wait_for_metro.test.mjs +50 -0
- package/scripts/utils/expo/metro_ports.mjs +10 -3
- package/scripts/utils/expo/metro_ports.test.mjs +55 -0
- package/scripts/utils/git/default_branch.mjs +22 -0
- package/scripts/utils/git/default_branch.test.mjs +45 -0
- package/scripts/utils/git/dev_checkout.mjs +4 -3
- package/scripts/utils/git/fast_forward_to_remote.mjs +136 -0
- package/scripts/utils/git/fast_forward_to_remote.test.mjs +90 -0
- package/scripts/utils/git/refs.mjs +18 -1
- package/scripts/utils/git/refs.test.mjs +37 -0
- package/scripts/utils/git/worktrees_monorepo.test.mjs +8 -16
- package/scripts/utils/menubar/swiftbar.mjs +2 -2
- package/scripts/utils/mobile/config.mjs +1 -1
- package/scripts/utils/mobile/config.test.mjs +9 -0
- package/scripts/utils/mobile/copy_artifact.mjs +42 -0
- package/scripts/utils/mobile/copy_artifact.test.mjs +24 -0
- package/scripts/utils/mobile/dev_client_android_strategy.mjs +54 -0
- package/scripts/utils/mobile/dev_client_android_strategy.test.mjs +56 -0
- package/scripts/utils/mobile/dev_client_autopick.mjs +201 -0
- package/scripts/utils/mobile/dev_client_install_invocation.android.test.mjs +37 -0
- package/scripts/utils/mobile/dev_client_install_invocation.mjs +94 -0
- package/scripts/utils/mobile/dev_client_install_invocation.test.mjs +91 -0
- package/scripts/utils/mobile/dev_client_links.mjs +13 -3
- package/scripts/utils/mobile/dev_client_links.test.mjs +28 -0
- package/scripts/utils/mobile/identifiers.mjs +7 -4
- package/scripts/utils/mobile/identifiers.test.mjs +3 -3
- package/scripts/utils/mobile/ios_xcodeproj_patch.test.mjs +1 -1
- package/scripts/utils/net/ports.mjs +83 -7
- package/scripts/utils/net/ports.test.mjs +46 -0
- package/scripts/utils/paths/paths.mjs +12 -2
- package/scripts/utils/paths/paths_monorepo.test.mjs +49 -20
- package/scripts/utils/proc/cliDistBuildLock.mjs +102 -0
- package/scripts/utils/proc/cliDistBuildLock.test.mjs +42 -0
- package/scripts/utils/proc/commands.mjs +34 -3
- package/scripts/utils/proc/commands_commandExists_respects_path_env.test.mjs +25 -0
- package/scripts/utils/proc/ensureWorkspacePackagesBuilt.test.mjs +291 -0
- package/scripts/utils/proc/ownership.mjs +7 -0
- package/scripts/utils/proc/ownership_killProcessGroupOwnedByStack.test.mjs +83 -7
- package/scripts/utils/proc/ownership_listPidsWithEnvNeedles.test.mjs +2 -4
- package/scripts/utils/proc/pm.mjs +616 -114
- package/scripts/utils/proc/pm_spawn.integration.test.mjs +54 -0
- package/scripts/utils/proc/pm_stack_cache_env.test.mjs +699 -2
- package/scripts/utils/proc/pm_yarn_ready_auto_yes.test.mjs +92 -0
- package/scripts/utils/proc/proc.mjs +58 -16
- package/scripts/utils/proc/proc.test.mjs +24 -1
- package/scripts/utils/proc/terminate.test.mjs +3 -4
- package/scripts/utils/process/resolveCommandInvocation.mjs +14 -0
- package/scripts/utils/process/resolveCommandInvocation.win32CmdShim.test.mjs +35 -0
- package/scripts/utils/remote/install_remote_first_party_component.mjs +170 -0
- package/scripts/utils/remote/install_remote_first_party_component.test.mjs +63 -0
- package/scripts/utils/review/detached_worktree.test.mjs +2 -16
- package/scripts/utils/review/head_slice.test.mjs +3 -17
- package/scripts/utils/review/uncommitted_ops.test.mjs +3 -17
- package/scripts/utils/server/apply_runtime_server_light_sqlite_env.mjs +25 -0
- package/scripts/utils/server/port.mjs +20 -2
- package/scripts/utils/server/resolve_stack_server_port.mjs +101 -0
- package/scripts/utils/server/resolve_stack_server_port.test.mjs +185 -0
- package/scripts/utils/server/server.mjs +82 -25
- package/scripts/utils/server/server.test.mjs +183 -0
- package/scripts/utils/server/urls.mjs +5 -2
- package/scripts/utils/server/urls.test.mjs +51 -0
- package/scripts/utils/service/auth_guidance.mjs +56 -0
- package/scripts/utils/service/auth_guidance.test.mjs +65 -0
- package/scripts/utils/service/daemon_autostart.mjs +190 -0
- package/scripts/utils/service/daemon_autostart.test.mjs +257 -0
- package/scripts/utils/service/service_manager.definition.test.mjs +66 -0
- package/scripts/utils/service/service_manager.mjs +96 -0
- package/scripts/utils/service/service_manager.plan.test.mjs +37 -0
- package/scripts/utils/service/service_manager.test.mjs +20 -0
- package/scripts/utils/service/stack_autostart_resolution.mjs +77 -0
- package/scripts/utils/service/stack_autostart_resolution.test.mjs +117 -0
- package/scripts/utils/service/systemd_service_unit.mjs +1 -0
- package/scripts/utils/service/systemd_service_unit.test.mjs +42 -0
- package/scripts/utils/service/windows_schtasks_wrapper.mjs +1 -0
- package/scripts/utils/service/windows_schtasks_wrapper.test.mjs +25 -0
- package/scripts/utils/setup/child_env.mjs +13 -0
- package/scripts/utils/setup/child_env.test.mjs +36 -0
- package/scripts/utils/stack/owner_death_watchdog.mjs +73 -0
- package/scripts/utils/stack/owner_death_watchdog_runner.mjs +128 -0
- package/scripts/utils/stack/runtime_daemon_state.mjs +175 -0
- package/scripts/utils/stack/runtime_daemon_state.test.mjs +193 -0
- package/scripts/utils/stack/runtime_state.mjs +28 -2
- package/scripts/utils/stack/runtime_state.test.mjs +70 -0
- package/scripts/utils/stack/stacks.mjs +2 -2
- package/scripts/utils/stack/startup.mjs +22 -0
- package/scripts/utils/stack/startup_runtime_probe.test.mjs +46 -0
- package/scripts/utils/stack/stop.mjs +131 -12
- package/scripts/utils/stack/terminal_usage_instructions.mjs +52 -0
- package/scripts/utils/stack/terminal_usage_instructions.test.mjs +25 -0
- package/scripts/utils/tailscale/extract_https_url_from_status.mjs +5 -0
- package/scripts/utils/tailscale/ip.mjs +15 -54
- package/scripts/utils/tailscale/ip.test.mjs +37 -0
- package/scripts/utils/tauri/createStackTauriDevConfig.mjs +34 -0
- package/scripts/utils/tauri/createStackTauriDevConfig.test.mjs +39 -0
- package/scripts/utils/tauri/dev_runtime.mjs +45 -0
- package/scripts/utils/tauri/dev_runtime.test.mjs +79 -0
- package/scripts/utils/tauri/stack_overrides.mjs +16 -0
- package/scripts/utils/test/collect_test_files.mjs +3 -1
- package/scripts/utils/test/collect_test_files.test.mjs +73 -0
- package/scripts/utils/test/integration_test_runner.mjs +35 -0
- package/scripts/utils/test/integration_test_runner.test.mjs +42 -0
- package/scripts/utils/test/lane_contract.test.mjs +12 -0
- package/scripts/utils/test/test_cleanup.mjs +21 -0
- package/scripts/utils/test/test_collection.mjs +54 -0
- package/scripts/utils/test/test_collection.test.mjs +64 -0
- package/scripts/utils/test/test_env.mjs +17 -0
- package/scripts/utils/test/test_paths.mjs +42 -0
- package/scripts/utils/test/test_process.mjs +37 -0
- package/scripts/utils/test/test_process.test.mjs +20 -0
- package/scripts/utils/tui/actions.mjs +22 -0
- package/scripts/utils/tui/actions.test.mjs +39 -0
- package/scripts/utils/tui/args.mjs +60 -0
- package/scripts/utils/tui/args.test.mjs +90 -0
- package/scripts/utils/tui/child_termination_plan.mjs +28 -0
- package/scripts/utils/tui/child_termination_plan.test.mjs +25 -0
- package/scripts/utils/tui/daemon_auth_notice.mjs +77 -0
- package/scripts/utils/tui/daemon_auth_notice.test.mjs +65 -0
- package/scripts/utils/tui/daemon_autostart.mjs +36 -0
- package/scripts/utils/tui/daemon_autostart.test.mjs +173 -0
- package/scripts/utils/tui/daemon_pane_reconcile.mjs +45 -0
- package/scripts/utils/tui/daemon_pane_reconcile.test.mjs +45 -0
- package/scripts/utils/tui/pane_routing.mjs +12 -0
- package/scripts/utils/tui/pane_routing.test.mjs +18 -0
- package/scripts/utils/tui/script_pty_command.mjs +27 -0
- package/scripts/utils/tui/script_pty_command.test.mjs +29 -0
- package/scripts/utils/tui/stack_scope_env.mjs +10 -0
- package/scripts/utils/tui/stack_scope_env.test.mjs +21 -0
- package/scripts/utils/tui/stdin_error_guard.mjs +47 -0
- package/scripts/utils/tui/stdin_error_guard.test.mjs +17 -0
- package/scripts/utils/tui/stdin_handoff.mjs +101 -0
- package/scripts/utils/tui/stdin_handoff.test.mjs +29 -0
- package/scripts/utils/tui/summary_env.mjs +7 -0
- package/scripts/utils/tui/summary_env.test.mjs +22 -0
- package/scripts/utils/tui/tauri_mode.mjs +61 -0
- package/scripts/utils/tui/tauri_mode.test.mjs +109 -0
- package/scripts/utils/ui/box_line.mjs +46 -0
- package/scripts/utils/ui/box_line.test.mjs +20 -0
- package/scripts/utils/ui/ui_export_env.mjs +31 -0
- package/scripts/utils/ui/ui_export_env.test.mjs +26 -0
- package/scripts/utils/worktrees/reflink_copy_dir.mjs +35 -0
- package/scripts/utils/worktrees/seed_node_modules.mjs +35 -0
- package/scripts/utils/worktrees/seed_node_modules.test.mjs +82 -0
- package/scripts/utils/worktrees/yarn_install_guard.mjs +53 -0
- package/scripts/utils/worktrees/yarn_install_guard.test.mjs +73 -0
- package/scripts/where.mjs +3 -0
- package/scripts/worktrees.mjs +19 -0
- package/scripts/worktrees_archive_cmd.integration.test.mjs +23 -108
- package/scripts/worktrees_status_default_target.test.mjs +56 -0
- package/docs/codex-mcp-resume.md +0 -129
- package/scripts/provision/linux-ubuntu-review-pr.sh +0 -66
- package/scripts/provision/macos-lima-happy-vm.sh +0 -192
- package/scripts/provision/macos-lima-hstack-e2e.sh +0 -100
- package/scripts/utils/service/autostart_darwin.mjs +0 -198
- package/scripts/utils/service/autostart_darwin.test.mjs +0 -49
- package/scripts/utils/service/autostart_darwin_keepalive.test.mjs +0 -19
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
import * as checks from "./checks.js";
|
|
2
|
+
import type * as core from "./core.js";
|
|
3
|
+
import type * as errors from "./errors.js";
|
|
4
|
+
import * as registries from "./registries.js";
|
|
5
|
+
import * as schemas from "./schemas.js";
|
|
6
|
+
import * as util from "./util.js";
|
|
7
|
+
export type Params<T extends schemas.$ZodType | checks.$ZodCheck, IssueTypes extends errors.$ZodIssueBase, OmitKeys extends keyof T["_zod"]["def"] = never> = util.Flatten<Partial<util.EmptyToNever<Omit<T["_zod"]["def"], OmitKeys> & ([IssueTypes] extends [never] ? {} : {
|
|
8
|
+
error?: string | errors.$ZodErrorMap<IssueTypes> | undefined;
|
|
9
|
+
/** @deprecated This parameter is deprecated. Use `error` instead. */
|
|
10
|
+
message?: string | undefined;
|
|
11
|
+
})>>>;
|
|
12
|
+
export type TypeParams<T extends schemas.$ZodType = schemas.$ZodType & {
|
|
13
|
+
_isst: never;
|
|
14
|
+
}, AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error"> = never> = Params<T, NonNullable<T["_zod"]["isst"]>, "type" | "checks" | "error" | AlsoOmit>;
|
|
15
|
+
export type CheckParams<T extends checks.$ZodCheck = checks.$ZodCheck, // & { _issc: never },
|
|
16
|
+
AlsoOmit extends Exclude<keyof T["_zod"]["def"], "check" | "error"> = never> = Params<T, NonNullable<T["_zod"]["issc"]>, "check" | "error" | AlsoOmit>;
|
|
17
|
+
export type StringFormatParams<T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat, AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never> = Params<T, NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>, "type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit>;
|
|
18
|
+
export type CheckStringFormatParams<T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat, AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never> = Params<T, NonNullable<T["_zod"]["issc"]>, "type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit>;
|
|
19
|
+
export type CheckTypeParams<T extends schemas.$ZodType & checks.$ZodCheck = schemas.$ZodType & checks.$ZodCheck, AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error" | "check"> = never> = Params<T, NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>, "type" | "checks" | "error" | "check" | AlsoOmit>;
|
|
20
|
+
export type $ZodStringParams = TypeParams<schemas.$ZodString<string>, "coerce">;
|
|
21
|
+
export declare function _string<T extends schemas.$ZodString>(Class: util.SchemaClass<T>, params?: string | $ZodStringParams): T;
|
|
22
|
+
export declare function _coercedString<T extends schemas.$ZodString>(Class: util.SchemaClass<T>, params?: string | $ZodStringParams): T;
|
|
23
|
+
export type $ZodStringFormatParams = CheckTypeParams<schemas.$ZodStringFormat, "format" | "coerce" | "when" | "pattern">;
|
|
24
|
+
export type $ZodCheckStringFormatParams = CheckParams<checks.$ZodCheckStringFormat, "format">;
|
|
25
|
+
export type $ZodEmailParams = StringFormatParams<schemas.$ZodEmail, "when">;
|
|
26
|
+
export type $ZodCheckEmailParams = CheckStringFormatParams<schemas.$ZodEmail, "when">;
|
|
27
|
+
export declare function _email<T extends schemas.$ZodEmail>(Class: util.SchemaClass<T>, params?: string | $ZodEmailParams | $ZodCheckEmailParams): T;
|
|
28
|
+
export type $ZodGUIDParams = StringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
|
|
29
|
+
export type $ZodCheckGUIDParams = CheckStringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
|
|
30
|
+
export declare function _guid<T extends schemas.$ZodGUID>(Class: util.SchemaClass<T>, params?: string | $ZodGUIDParams | $ZodCheckGUIDParams): T;
|
|
31
|
+
export type $ZodUUIDParams = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
32
|
+
export type $ZodCheckUUIDParams = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
33
|
+
export declare function _uuid<T extends schemas.$ZodUUID>(Class: util.SchemaClass<T>, params?: string | $ZodUUIDParams | $ZodCheckUUIDParams): T;
|
|
34
|
+
export type $ZodUUIDv4Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
35
|
+
export type $ZodCheckUUIDv4Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
36
|
+
export declare function _uuidv4<T extends schemas.$ZodUUID>(Class: util.SchemaClass<T>, params?: string | $ZodUUIDv4Params | $ZodCheckUUIDv4Params): T;
|
|
37
|
+
export type $ZodUUIDv6Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
38
|
+
export type $ZodCheckUUIDv6Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
39
|
+
export declare function _uuidv6<T extends schemas.$ZodUUID>(Class: util.SchemaClass<T>, params?: string | $ZodUUIDv6Params | $ZodCheckUUIDv6Params): T;
|
|
40
|
+
export type $ZodUUIDv7Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
41
|
+
export type $ZodCheckUUIDv7Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
|
|
42
|
+
export declare function _uuidv7<T extends schemas.$ZodUUID>(Class: util.SchemaClass<T>, params?: string | $ZodUUIDv7Params | $ZodCheckUUIDv7Params): T;
|
|
43
|
+
export type $ZodURLParams = StringFormatParams<schemas.$ZodURL, "when">;
|
|
44
|
+
export type $ZodCheckURLParams = CheckStringFormatParams<schemas.$ZodURL, "when">;
|
|
45
|
+
export declare function _url<T extends schemas.$ZodURL>(Class: util.SchemaClass<T>, params?: string | $ZodURLParams | $ZodCheckURLParams): T;
|
|
46
|
+
export type $ZodEmojiParams = StringFormatParams<schemas.$ZodEmoji, "when">;
|
|
47
|
+
export type $ZodCheckEmojiParams = CheckStringFormatParams<schemas.$ZodEmoji, "when">;
|
|
48
|
+
export declare function _emoji<T extends schemas.$ZodEmoji>(Class: util.SchemaClass<T>, params?: string | $ZodEmojiParams | $ZodCheckEmojiParams): T;
|
|
49
|
+
export type $ZodNanoIDParams = StringFormatParams<schemas.$ZodNanoID, "when">;
|
|
50
|
+
export type $ZodCheckNanoIDParams = CheckStringFormatParams<schemas.$ZodNanoID, "when">;
|
|
51
|
+
export declare function _nanoid<T extends schemas.$ZodNanoID>(Class: util.SchemaClass<T>, params?: string | $ZodNanoIDParams | $ZodCheckNanoIDParams): T;
|
|
52
|
+
export type $ZodCUIDParams = StringFormatParams<schemas.$ZodCUID, "when">;
|
|
53
|
+
export type $ZodCheckCUIDParams = CheckStringFormatParams<schemas.$ZodCUID, "when">;
|
|
54
|
+
export declare function _cuid<T extends schemas.$ZodCUID>(Class: util.SchemaClass<T>, params?: string | $ZodCUIDParams | $ZodCheckCUIDParams): T;
|
|
55
|
+
export type $ZodCUID2Params = StringFormatParams<schemas.$ZodCUID2, "when">;
|
|
56
|
+
export type $ZodCheckCUID2Params = CheckStringFormatParams<schemas.$ZodCUID2, "when">;
|
|
57
|
+
export declare function _cuid2<T extends schemas.$ZodCUID2>(Class: util.SchemaClass<T>, params?: string | $ZodCUID2Params | $ZodCheckCUID2Params): T;
|
|
58
|
+
export type $ZodULIDParams = StringFormatParams<schemas.$ZodULID, "when">;
|
|
59
|
+
export type $ZodCheckULIDParams = CheckStringFormatParams<schemas.$ZodULID, "when">;
|
|
60
|
+
export declare function _ulid<T extends schemas.$ZodULID>(Class: util.SchemaClass<T>, params?: string | $ZodULIDParams | $ZodCheckULIDParams): T;
|
|
61
|
+
export type $ZodXIDParams = StringFormatParams<schemas.$ZodXID, "when">;
|
|
62
|
+
export type $ZodCheckXIDParams = CheckStringFormatParams<schemas.$ZodXID, "when">;
|
|
63
|
+
export declare function _xid<T extends schemas.$ZodXID>(Class: util.SchemaClass<T>, params?: string | $ZodXIDParams | $ZodCheckXIDParams): T;
|
|
64
|
+
export type $ZodKSUIDParams = StringFormatParams<schemas.$ZodKSUID, "when">;
|
|
65
|
+
export type $ZodCheckKSUIDParams = CheckStringFormatParams<schemas.$ZodKSUID, "when">;
|
|
66
|
+
export declare function _ksuid<T extends schemas.$ZodKSUID>(Class: util.SchemaClass<T>, params?: string | $ZodKSUIDParams | $ZodCheckKSUIDParams): T;
|
|
67
|
+
export type $ZodIPv4Params = StringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
|
|
68
|
+
export type $ZodCheckIPv4Params = CheckStringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
|
|
69
|
+
export declare function _ipv4<T extends schemas.$ZodIPv4>(Class: util.SchemaClass<T>, params?: string | $ZodIPv4Params | $ZodCheckIPv4Params): T;
|
|
70
|
+
export type $ZodIPv6Params = StringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
|
|
71
|
+
export type $ZodCheckIPv6Params = CheckStringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
|
|
72
|
+
export declare function _ipv6<T extends schemas.$ZodIPv6>(Class: util.SchemaClass<T>, params?: string | $ZodIPv6Params | $ZodCheckIPv6Params): T;
|
|
73
|
+
export type $ZodMACParams = StringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
|
|
74
|
+
export type $ZodCheckMACParams = CheckStringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
|
|
75
|
+
export declare function _mac<T extends schemas.$ZodMAC>(Class: util.SchemaClass<T>, params?: string | $ZodMACParams | $ZodCheckMACParams): T;
|
|
76
|
+
export type $ZodCIDRv4Params = StringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
|
|
77
|
+
export type $ZodCheckCIDRv4Params = CheckStringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
|
|
78
|
+
export declare function _cidrv4<T extends schemas.$ZodCIDRv4>(Class: util.SchemaClass<T>, params?: string | $ZodCIDRv4Params | $ZodCheckCIDRv4Params): T;
|
|
79
|
+
export type $ZodCIDRv6Params = StringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
|
|
80
|
+
export type $ZodCheckCIDRv6Params = CheckStringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
|
|
81
|
+
export declare function _cidrv6<T extends schemas.$ZodCIDRv6>(Class: util.SchemaClass<T>, params?: string | $ZodCIDRv6Params | $ZodCheckCIDRv6Params): T;
|
|
82
|
+
export type $ZodBase64Params = StringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
|
|
83
|
+
export type $ZodCheckBase64Params = CheckStringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
|
|
84
|
+
export declare function _base64<T extends schemas.$ZodBase64>(Class: util.SchemaClass<T>, params?: string | $ZodBase64Params | $ZodCheckBase64Params): T;
|
|
85
|
+
export type $ZodBase64URLParams = StringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
|
|
86
|
+
export type $ZodCheckBase64URLParams = CheckStringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
|
|
87
|
+
export declare function _base64url<T extends schemas.$ZodBase64URL>(Class: util.SchemaClass<T>, params?: string | $ZodBase64URLParams | $ZodCheckBase64URLParams): T;
|
|
88
|
+
export type $ZodE164Params = StringFormatParams<schemas.$ZodE164, "when">;
|
|
89
|
+
export type $ZodCheckE164Params = CheckStringFormatParams<schemas.$ZodE164, "when">;
|
|
90
|
+
export declare function _e164<T extends schemas.$ZodE164>(Class: util.SchemaClass<T>, params?: string | $ZodE164Params | $ZodCheckE164Params): T;
|
|
91
|
+
export type $ZodJWTParams = StringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
|
|
92
|
+
export type $ZodCheckJWTParams = CheckStringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
|
|
93
|
+
export declare function _jwt<T extends schemas.$ZodJWT>(Class: util.SchemaClass<T>, params?: string | $ZodJWTParams | $ZodCheckJWTParams): T;
|
|
94
|
+
export declare const TimePrecision: {
|
|
95
|
+
readonly Any: null;
|
|
96
|
+
readonly Minute: -1;
|
|
97
|
+
readonly Second: 0;
|
|
98
|
+
readonly Millisecond: 3;
|
|
99
|
+
readonly Microsecond: 6;
|
|
100
|
+
};
|
|
101
|
+
export type $ZodISODateTimeParams = StringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
|
|
102
|
+
export type $ZodCheckISODateTimeParams = CheckStringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
|
|
103
|
+
export declare function _isoDateTime<T extends schemas.$ZodISODateTime>(Class: util.SchemaClass<T>, params?: string | $ZodISODateTimeParams | $ZodCheckISODateTimeParams): T;
|
|
104
|
+
export type $ZodISODateParams = StringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
|
|
105
|
+
export type $ZodCheckISODateParams = CheckStringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
|
|
106
|
+
export declare function _isoDate<T extends schemas.$ZodISODate>(Class: util.SchemaClass<T>, params?: string | $ZodISODateParams | $ZodCheckISODateParams): T;
|
|
107
|
+
export type $ZodISOTimeParams = StringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
|
|
108
|
+
export type $ZodCheckISOTimeParams = CheckStringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
|
|
109
|
+
export declare function _isoTime<T extends schemas.$ZodISOTime>(Class: util.SchemaClass<T>, params?: string | $ZodISOTimeParams | $ZodCheckISOTimeParams): T;
|
|
110
|
+
export type $ZodISODurationParams = StringFormatParams<schemas.$ZodISODuration, "when">;
|
|
111
|
+
export type $ZodCheckISODurationParams = CheckStringFormatParams<schemas.$ZodISODuration, "when">;
|
|
112
|
+
export declare function _isoDuration<T extends schemas.$ZodISODuration>(Class: util.SchemaClass<T>, params?: string | $ZodISODurationParams | $ZodCheckISODurationParams): T;
|
|
113
|
+
export type $ZodNumberParams = TypeParams<schemas.$ZodNumber<number>, "coerce">;
|
|
114
|
+
export type $ZodNumberFormatParams = CheckTypeParams<schemas.$ZodNumberFormat, "format" | "coerce">;
|
|
115
|
+
export type $ZodCheckNumberFormatParams = CheckParams<checks.$ZodCheckNumberFormat, "format" | "when">;
|
|
116
|
+
export declare function _number<T extends schemas.$ZodNumber>(Class: util.SchemaClass<T>, params?: string | $ZodNumberParams): T;
|
|
117
|
+
export declare function _coercedNumber<T extends schemas.$ZodNumber>(Class: util.SchemaClass<T>, params?: string | $ZodNumberParams): T;
|
|
118
|
+
export declare function _int<T extends schemas.$ZodNumberFormat>(Class: util.SchemaClass<T>, params?: string | $ZodCheckNumberFormatParams): T;
|
|
119
|
+
export declare function _float32<T extends schemas.$ZodNumberFormat>(Class: util.SchemaClass<T>, params?: string | $ZodCheckNumberFormatParams): T;
|
|
120
|
+
export declare function _float64<T extends schemas.$ZodNumberFormat>(Class: util.SchemaClass<T>, params?: string | $ZodCheckNumberFormatParams): T;
|
|
121
|
+
export declare function _int32<T extends schemas.$ZodNumberFormat>(Class: util.SchemaClass<T>, params?: string | $ZodCheckNumberFormatParams): T;
|
|
122
|
+
export declare function _uint32<T extends schemas.$ZodNumberFormat>(Class: util.SchemaClass<T>, params?: string | $ZodCheckNumberFormatParams): T;
|
|
123
|
+
export type $ZodBooleanParams = TypeParams<schemas.$ZodBoolean<boolean>, "coerce">;
|
|
124
|
+
export declare function _boolean<T extends schemas.$ZodBoolean>(Class: util.SchemaClass<T>, params?: string | $ZodBooleanParams): T;
|
|
125
|
+
export declare function _coercedBoolean<T extends schemas.$ZodBoolean>(Class: util.SchemaClass<T>, params?: string | $ZodBooleanParams): T;
|
|
126
|
+
export type $ZodBigIntParams = TypeParams<schemas.$ZodBigInt<bigint>>;
|
|
127
|
+
export type $ZodBigIntFormatParams = CheckTypeParams<schemas.$ZodBigIntFormat, "format" | "coerce">;
|
|
128
|
+
export type $ZodCheckBigIntFormatParams = CheckParams<checks.$ZodCheckBigIntFormat, "format" | "when">;
|
|
129
|
+
export declare function _bigint<T extends schemas.$ZodBigInt>(Class: util.SchemaClass<T>, params?: string | $ZodBigIntParams): T;
|
|
130
|
+
export declare function _coercedBigint<T extends schemas.$ZodBigInt>(Class: util.SchemaClass<T>, params?: string | $ZodBigIntParams): T;
|
|
131
|
+
export declare function _int64<T extends schemas.$ZodBigIntFormat>(Class: util.SchemaClass<T>, params?: string | $ZodBigIntFormatParams): T;
|
|
132
|
+
export declare function _uint64<T extends schemas.$ZodBigIntFormat>(Class: util.SchemaClass<T>, params?: string | $ZodBigIntFormatParams): T;
|
|
133
|
+
export type $ZodSymbolParams = TypeParams<schemas.$ZodSymbol>;
|
|
134
|
+
export declare function _symbol<T extends schemas.$ZodSymbol>(Class: util.SchemaClass<T>, params?: string | $ZodSymbolParams): T;
|
|
135
|
+
export type $ZodUndefinedParams = TypeParams<schemas.$ZodUndefined>;
|
|
136
|
+
export declare function _undefined<T extends schemas.$ZodUndefined>(Class: util.SchemaClass<T>, params?: string | $ZodUndefinedParams): T;
|
|
137
|
+
export type $ZodNullParams = TypeParams<schemas.$ZodNull>;
|
|
138
|
+
export declare function _null<T extends schemas.$ZodNull>(Class: util.SchemaClass<T>, params?: string | $ZodNullParams): T;
|
|
139
|
+
export type $ZodAnyParams = TypeParams<schemas.$ZodAny>;
|
|
140
|
+
export declare function _any<T extends schemas.$ZodAny>(Class: util.SchemaClass<T>): T;
|
|
141
|
+
export type $ZodUnknownParams = TypeParams<schemas.$ZodUnknown>;
|
|
142
|
+
export declare function _unknown<T extends schemas.$ZodUnknown>(Class: util.SchemaClass<T>): T;
|
|
143
|
+
export type $ZodNeverParams = TypeParams<schemas.$ZodNever>;
|
|
144
|
+
export declare function _never<T extends schemas.$ZodNever>(Class: util.SchemaClass<T>, params?: string | $ZodNeverParams): T;
|
|
145
|
+
export type $ZodVoidParams = TypeParams<schemas.$ZodVoid>;
|
|
146
|
+
export declare function _void<T extends schemas.$ZodVoid>(Class: util.SchemaClass<T>, params?: string | $ZodVoidParams): T;
|
|
147
|
+
export type $ZodDateParams = TypeParams<schemas.$ZodDate, "coerce">;
|
|
148
|
+
export declare function _date<T extends schemas.$ZodDate>(Class: util.SchemaClass<T>, params?: string | $ZodDateParams): T;
|
|
149
|
+
export declare function _coercedDate<T extends schemas.$ZodDate>(Class: util.SchemaClass<T>, params?: string | $ZodDateParams): T;
|
|
150
|
+
export type $ZodNaNParams = TypeParams<schemas.$ZodNaN>;
|
|
151
|
+
export declare function _nan<T extends schemas.$ZodNaN>(Class: util.SchemaClass<T>, params?: string | $ZodNaNParams): T;
|
|
152
|
+
export type $ZodCheckLessThanParams = CheckParams<checks.$ZodCheckLessThan, "inclusive" | "value" | "when">;
|
|
153
|
+
export declare function _lt(value: util.Numeric, params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan<util.Numeric>;
|
|
154
|
+
export declare function _lte(value: util.Numeric, params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan<util.Numeric>;
|
|
155
|
+
export {
|
|
156
|
+
/** @deprecated Use `z.lte()` instead. */
|
|
157
|
+
_lte as _max, };
|
|
158
|
+
export type $ZodCheckGreaterThanParams = CheckParams<checks.$ZodCheckGreaterThan, "inclusive" | "value" | "when">;
|
|
159
|
+
export declare function _gt(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;
|
|
160
|
+
export declare function _gte(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;
|
|
161
|
+
export {
|
|
162
|
+
/** @deprecated Use `z.gte()` instead. */
|
|
163
|
+
_gte as _min, };
|
|
164
|
+
export declare function _positive(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;
|
|
165
|
+
export declare function _negative(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan;
|
|
166
|
+
export declare function _nonpositive(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan;
|
|
167
|
+
export declare function _nonnegative(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;
|
|
168
|
+
export type $ZodCheckMultipleOfParams = CheckParams<checks.$ZodCheckMultipleOf, "value" | "when">;
|
|
169
|
+
export declare function _multipleOf(value: number | bigint, params?: string | $ZodCheckMultipleOfParams): checks.$ZodCheckMultipleOf;
|
|
170
|
+
export type $ZodCheckMaxSizeParams = CheckParams<checks.$ZodCheckMaxSize, "maximum" | "when">;
|
|
171
|
+
export declare function _maxSize(maximum: number, params?: string | $ZodCheckMaxSizeParams): checks.$ZodCheckMaxSize<util.HasSize>;
|
|
172
|
+
export type $ZodCheckMinSizeParams = CheckParams<checks.$ZodCheckMinSize, "minimum" | "when">;
|
|
173
|
+
export declare function _minSize(minimum: number, params?: string | $ZodCheckMinSizeParams): checks.$ZodCheckMinSize<util.HasSize>;
|
|
174
|
+
export type $ZodCheckSizeEqualsParams = CheckParams<checks.$ZodCheckSizeEquals, "size" | "when">;
|
|
175
|
+
export declare function _size(size: number, params?: string | $ZodCheckSizeEqualsParams): checks.$ZodCheckSizeEquals<util.HasSize>;
|
|
176
|
+
export type $ZodCheckMaxLengthParams = CheckParams<checks.$ZodCheckMaxLength, "maximum" | "when">;
|
|
177
|
+
export declare function _maxLength(maximum: number, params?: string | $ZodCheckMaxLengthParams): checks.$ZodCheckMaxLength<util.HasLength>;
|
|
178
|
+
export type $ZodCheckMinLengthParams = CheckParams<checks.$ZodCheckMinLength, "minimum" | "when">;
|
|
179
|
+
export declare function _minLength(minimum: number, params?: string | $ZodCheckMinLengthParams): checks.$ZodCheckMinLength<util.HasLength>;
|
|
180
|
+
export type $ZodCheckLengthEqualsParams = CheckParams<checks.$ZodCheckLengthEquals, "length" | "when">;
|
|
181
|
+
export declare function _length(length: number, params?: string | $ZodCheckLengthEqualsParams): checks.$ZodCheckLengthEquals<util.HasLength>;
|
|
182
|
+
export type $ZodCheckRegexParams = CheckParams<checks.$ZodCheckRegex, "format" | "pattern" | "when">;
|
|
183
|
+
export declare function _regex(pattern: RegExp, params?: string | $ZodCheckRegexParams): checks.$ZodCheckRegex;
|
|
184
|
+
export type $ZodCheckLowerCaseParams = CheckParams<checks.$ZodCheckLowerCase, "format" | "when">;
|
|
185
|
+
export declare function _lowercase(params?: string | $ZodCheckLowerCaseParams): checks.$ZodCheckLowerCase;
|
|
186
|
+
export type $ZodCheckUpperCaseParams = CheckParams<checks.$ZodCheckUpperCase, "format" | "when">;
|
|
187
|
+
export declare function _uppercase(params?: string | $ZodCheckUpperCaseParams): checks.$ZodCheckUpperCase;
|
|
188
|
+
export type $ZodCheckIncludesParams = CheckParams<checks.$ZodCheckIncludes, "includes" | "format" | "when" | "pattern">;
|
|
189
|
+
export declare function _includes(includes: string, params?: string | $ZodCheckIncludesParams): checks.$ZodCheckIncludes;
|
|
190
|
+
export type $ZodCheckStartsWithParams = CheckParams<checks.$ZodCheckStartsWith, "prefix" | "format" | "when" | "pattern">;
|
|
191
|
+
export declare function _startsWith(prefix: string, params?: string | $ZodCheckStartsWithParams): checks.$ZodCheckStartsWith;
|
|
192
|
+
export type $ZodCheckEndsWithParams = CheckParams<checks.$ZodCheckEndsWith, "suffix" | "format" | "pattern" | "when">;
|
|
193
|
+
export declare function _endsWith(suffix: string, params?: string | $ZodCheckEndsWithParams): checks.$ZodCheckEndsWith;
|
|
194
|
+
export type $ZodCheckPropertyParams = CheckParams<checks.$ZodCheckProperty, "property" | "schema" | "when">;
|
|
195
|
+
export declare function _property<K extends string, T extends schemas.$ZodType>(property: K, schema: T, params?: string | $ZodCheckPropertyParams): checks.$ZodCheckProperty<{
|
|
196
|
+
[k in K]: core.output<T>;
|
|
197
|
+
}>;
|
|
198
|
+
export type $ZodCheckMimeTypeParams = CheckParams<checks.$ZodCheckMimeType, "mime" | "when">;
|
|
199
|
+
export declare function _mime(types: util.MimeTypes[], params?: string | $ZodCheckMimeTypeParams): checks.$ZodCheckMimeType;
|
|
200
|
+
export declare function _overwrite<T>(tx: (input: T) => T): checks.$ZodCheckOverwrite<T>;
|
|
201
|
+
export declare function _normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): checks.$ZodCheckOverwrite<string>;
|
|
202
|
+
export declare function _trim(): checks.$ZodCheckOverwrite<string>;
|
|
203
|
+
export declare function _toLowerCase(): checks.$ZodCheckOverwrite<string>;
|
|
204
|
+
export declare function _toUpperCase(): checks.$ZodCheckOverwrite<string>;
|
|
205
|
+
export declare function _slugify(): checks.$ZodCheckOverwrite<string>;
|
|
206
|
+
export type $ZodArrayParams = TypeParams<schemas.$ZodArray, "element">;
|
|
207
|
+
export declare function _array<T extends schemas.$ZodType>(Class: util.SchemaClass<schemas.$ZodArray>, element: T, params?: string | $ZodArrayParams): schemas.$ZodArray<T>;
|
|
208
|
+
export type $ZodObjectParams = TypeParams<schemas.$ZodObject, "shape" | "catchall">;
|
|
209
|
+
export type $ZodUnionParams = TypeParams<schemas.$ZodUnion, "options">;
|
|
210
|
+
export declare function _union<const T extends readonly schemas.$ZodObject[]>(Class: util.SchemaClass<schemas.$ZodUnion>, options: T, params?: string | $ZodUnionParams): schemas.$ZodUnion<T>;
|
|
211
|
+
export type $ZodXorParams = TypeParams<schemas.$ZodXor, "options">;
|
|
212
|
+
export declare function _xor<const T extends readonly schemas.$ZodObject[]>(Class: util.SchemaClass<schemas.$ZodXor>, options: T, params?: string | $ZodXorParams): schemas.$ZodXor<T>;
|
|
213
|
+
export interface $ZodTypeDiscriminableInternals extends schemas.$ZodTypeInternals {
|
|
214
|
+
propValues: util.PropValues;
|
|
215
|
+
}
|
|
216
|
+
export interface $ZodTypeDiscriminable extends schemas.$ZodType {
|
|
217
|
+
_zod: $ZodTypeDiscriminableInternals;
|
|
218
|
+
}
|
|
219
|
+
export type $ZodDiscriminatedUnionParams = TypeParams<schemas.$ZodDiscriminatedUnion, "options" | "discriminator">;
|
|
220
|
+
export declare function _discriminatedUnion<Types extends [$ZodTypeDiscriminable, ...$ZodTypeDiscriminable[]], Disc extends string>(Class: util.SchemaClass<schemas.$ZodDiscriminatedUnion>, discriminator: Disc, options: Types, params?: string | $ZodDiscriminatedUnionParams): schemas.$ZodDiscriminatedUnion<Types, Disc>;
|
|
221
|
+
export type $ZodIntersectionParams = TypeParams<schemas.$ZodIntersection, "left" | "right">;
|
|
222
|
+
export declare function _intersection<T extends schemas.$ZodObject, U extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodIntersection>, left: T, right: U): schemas.$ZodIntersection<T, U>;
|
|
223
|
+
export type $ZodTupleParams = TypeParams<schemas.$ZodTuple, "items" | "rest">;
|
|
224
|
+
export declare function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]]>(Class: util.SchemaClass<schemas.$ZodTuple>, items: T, params?: string | $ZodTupleParams): schemas.$ZodTuple<T, null>;
|
|
225
|
+
export declare function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]], Rest extends schemas.$ZodType>(Class: util.SchemaClass<schemas.$ZodTuple>, items: T, rest: Rest, params?: string | $ZodTupleParams): schemas.$ZodTuple<T, Rest>;
|
|
226
|
+
export type $ZodRecordParams = TypeParams<schemas.$ZodRecord, "keyType" | "valueType">;
|
|
227
|
+
export declare function _record<Key extends schemas.$ZodRecordKey, Value extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodRecord>, keyType: Key, valueType: Value, params?: string | $ZodRecordParams): schemas.$ZodRecord<Key, Value>;
|
|
228
|
+
export type $ZodMapParams = TypeParams<schemas.$ZodMap, "keyType" | "valueType">;
|
|
229
|
+
export declare function _map<Key extends schemas.$ZodObject, Value extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodMap>, keyType: Key, valueType: Value, params?: string | $ZodMapParams): schemas.$ZodMap<Key, Value>;
|
|
230
|
+
export type $ZodSetParams = TypeParams<schemas.$ZodSet, "valueType">;
|
|
231
|
+
export declare function _set<Value extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodSet>, valueType: Value, params?: string | $ZodSetParams): schemas.$ZodSet<Value>;
|
|
232
|
+
export type $ZodEnumParams = TypeParams<schemas.$ZodEnum, "entries">;
|
|
233
|
+
export declare function _enum<const T extends string[]>(Class: util.SchemaClass<schemas.$ZodEnum>, values: T, params?: string | $ZodEnumParams): schemas.$ZodEnum<util.ToEnum<T[number]>>;
|
|
234
|
+
export declare function _enum<T extends util.EnumLike>(Class: util.SchemaClass<schemas.$ZodEnum>, entries: T, params?: string | $ZodEnumParams): schemas.$ZodEnum<T>;
|
|
235
|
+
/** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
|
|
236
|
+
*
|
|
237
|
+
* ```ts
|
|
238
|
+
* enum Colors { red, green, blue }
|
|
239
|
+
* z.enum(Colors);
|
|
240
|
+
* ```
|
|
241
|
+
*/
|
|
242
|
+
export declare function _nativeEnum<T extends util.EnumLike>(Class: util.SchemaClass<schemas.$ZodEnum>, entries: T, params?: string | $ZodEnumParams): schemas.$ZodEnum<T>;
|
|
243
|
+
export type $ZodLiteralParams = TypeParams<schemas.$ZodLiteral, "values">;
|
|
244
|
+
export declare function _literal<const T extends Array<util.Literal>>(Class: util.SchemaClass<schemas.$ZodLiteral>, value: T, params?: string | $ZodLiteralParams): schemas.$ZodLiteral<T[number]>;
|
|
245
|
+
export declare function _literal<const T extends util.Literal>(Class: util.SchemaClass<schemas.$ZodLiteral>, value: T, params?: string | $ZodLiteralParams): schemas.$ZodLiteral<T>;
|
|
246
|
+
export type $ZodFileParams = TypeParams<schemas.$ZodFile>;
|
|
247
|
+
export declare function _file(Class: util.SchemaClass<schemas.$ZodFile>, params?: string | $ZodFileParams): schemas.$ZodFile;
|
|
248
|
+
export type $ZodTransformParams = TypeParams<schemas.$ZodTransform, "transform">;
|
|
249
|
+
export declare function _transform<I = unknown, O = I>(Class: util.SchemaClass<schemas.$ZodTransform>, fn: (input: I, ctx?: schemas.ParsePayload) => O): schemas.$ZodTransform<Awaited<O>, I>;
|
|
250
|
+
export type $ZodOptionalParams = TypeParams<schemas.$ZodOptional, "innerType">;
|
|
251
|
+
export declare function _optional<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodOptional>, innerType: T): schemas.$ZodOptional<T>;
|
|
252
|
+
export type $ZodNullableParams = TypeParams<schemas.$ZodNullable, "innerType">;
|
|
253
|
+
export declare function _nullable<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodNullable>, innerType: T): schemas.$ZodNullable<T>;
|
|
254
|
+
export type $ZodDefaultParams = TypeParams<schemas.$ZodDefault, "innerType" | "defaultValue">;
|
|
255
|
+
export declare function _default<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodDefault>, innerType: T, defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)): schemas.$ZodDefault<T>;
|
|
256
|
+
export type $ZodNonOptionalParams = TypeParams<schemas.$ZodNonOptional, "innerType">;
|
|
257
|
+
export declare function _nonoptional<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodNonOptional>, innerType: T, params?: string | $ZodNonOptionalParams): schemas.$ZodNonOptional<T>;
|
|
258
|
+
export type $ZodSuccessParams = TypeParams<schemas.$ZodSuccess, "innerType">;
|
|
259
|
+
export declare function _success<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodSuccess>, innerType: T): schemas.$ZodSuccess<T>;
|
|
260
|
+
export type $ZodCatchParams = TypeParams<schemas.$ZodCatch, "innerType" | "catchValue">;
|
|
261
|
+
export declare function _catch<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodCatch>, innerType: T, catchValue: core.output<T> | ((ctx: schemas.$ZodCatchCtx) => core.output<T>)): schemas.$ZodCatch<T>;
|
|
262
|
+
export type $ZodPipeParams = TypeParams<schemas.$ZodPipe, "in" | "out">;
|
|
263
|
+
export declare function _pipe<const A extends schemas.$ZodType, B extends schemas.$ZodType<unknown, core.output<A>> = schemas.$ZodType<unknown, core.output<A>>>(Class: util.SchemaClass<schemas.$ZodPipe>, in_: A, out: B | schemas.$ZodType<unknown, core.output<A>>): schemas.$ZodPipe<A, B>;
|
|
264
|
+
export type $ZodReadonlyParams = TypeParams<schemas.$ZodReadonly, "innerType">;
|
|
265
|
+
export declare function _readonly<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodReadonly>, innerType: T): schemas.$ZodReadonly<T>;
|
|
266
|
+
export type $ZodTemplateLiteralParams = TypeParams<schemas.$ZodTemplateLiteral, "parts">;
|
|
267
|
+
export declare function _templateLiteral<const Parts extends schemas.$ZodTemplateLiteralPart[]>(Class: util.SchemaClass<schemas.$ZodTemplateLiteral>, parts: Parts, params?: string | $ZodTemplateLiteralParams): schemas.$ZodTemplateLiteral<schemas.$PartsToTemplateLiteral<Parts>>;
|
|
268
|
+
export type $ZodLazyParams = TypeParams<schemas.$ZodLazy, "getter">;
|
|
269
|
+
export declare function _lazy<T extends schemas.$ZodType>(Class: util.SchemaClass<schemas.$ZodLazy>, getter: () => T): schemas.$ZodLazy<T>;
|
|
270
|
+
export type $ZodPromiseParams = TypeParams<schemas.$ZodPromise, "innerType">;
|
|
271
|
+
export declare function _promise<T extends schemas.$ZodObject>(Class: util.SchemaClass<schemas.$ZodPromise>, innerType: T): schemas.$ZodPromise<T>;
|
|
272
|
+
export type $ZodCustomParams = CheckTypeParams<schemas.$ZodCustom, "fn">;
|
|
273
|
+
export declare function _custom<O = unknown, I = O>(Class: util.SchemaClass<schemas.$ZodCustom>, fn: (data: O) => unknown, _params: string | $ZodCustomParams | undefined): schemas.$ZodCustom<O, I>;
|
|
274
|
+
export declare function _refine<O = unknown, I = O>(Class: util.SchemaClass<schemas.$ZodCustom>, fn: (data: O) => unknown, _params: string | $ZodCustomParams | undefined): schemas.$ZodCustom<O, I>;
|
|
275
|
+
export type $ZodSuperRefineIssue<T extends errors.$ZodIssueBase = errors.$ZodIssue> = T extends any ? RawIssue<T> : never;
|
|
276
|
+
type RawIssue<T extends errors.$ZodIssueBase> = T extends any ? util.Flatten<util.MakePartial<T, "message" | "path"> & {
|
|
277
|
+
/** The schema or check that originated this issue. */
|
|
278
|
+
readonly inst?: schemas.$ZodType | checks.$ZodCheck;
|
|
279
|
+
/** If `true`, Zod will execute subsequent checks/refinements instead of immediately aborting */
|
|
280
|
+
readonly continue?: boolean | undefined;
|
|
281
|
+
} & Record<string, unknown>> : never;
|
|
282
|
+
export interface $RefinementCtx<T = unknown> extends schemas.ParsePayload<T> {
|
|
283
|
+
addIssue(arg: string | $ZodSuperRefineIssue): void;
|
|
284
|
+
}
|
|
285
|
+
export declare function _superRefine<T>(fn: (arg: T, payload: $RefinementCtx<T>) => void | Promise<void>): checks.$ZodCheck<T>;
|
|
286
|
+
export declare function _check<O = unknown>(fn: schemas.CheckFn<O>, params?: string | $ZodCustomParams): checks.$ZodCheck<O>;
|
|
287
|
+
export declare function describe<T>(description: string): checks.$ZodCheck<T>;
|
|
288
|
+
export declare function meta<T>(metadata: registries.GlobalMeta): checks.$ZodCheck<T>;
|
|
289
|
+
export interface $ZodStringBoolParams extends TypeParams {
|
|
290
|
+
truthy?: string[];
|
|
291
|
+
falsy?: string[];
|
|
292
|
+
/**
|
|
293
|
+
* Options: `"sensitive"`, `"insensitive"`
|
|
294
|
+
*
|
|
295
|
+
* @default `"insensitive"`
|
|
296
|
+
*/
|
|
297
|
+
case?: "sensitive" | "insensitive" | undefined;
|
|
298
|
+
}
|
|
299
|
+
export declare function _stringbool(Classes: {
|
|
300
|
+
Codec?: typeof schemas.$ZodCodec;
|
|
301
|
+
Boolean?: typeof schemas.$ZodBoolean;
|
|
302
|
+
String?: typeof schemas.$ZodString;
|
|
303
|
+
}, _params?: string | $ZodStringBoolParams): schemas.$ZodCodec<schemas.$ZodString, schemas.$ZodBoolean>;
|
|
304
|
+
export declare function _stringFormat<Format extends string>(Class: typeof schemas.$ZodCustomStringFormat, format: Format, fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp, _params?: string | $ZodStringFormatParams): schemas.$ZodCustomStringFormat<Format>;
|