@happier-dev/stack 0.1.0-preview.9.1 → 0.1.0
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/docs/isolated-linux-vm.md +12 -12
- package/docs/server-flavors.md +6 -6
- package/docs/tauri.md +1 -0
- package/node_modules/@happier-dev/agents/README.md +4 -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 +13 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/index.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/index.js +17 -0
- package/node_modules/@happier-dev/agents/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts +171 -0
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/manifest.js +121 -0
- package/node_modules/@happier-dev/agents/dist/manifest.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/models.d.ts +45 -0
- package/node_modules/@happier-dev/agents/dist/models.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/models.js +104 -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 +22 -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 +81 -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 +15 -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 +28 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts +6 -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 +4 -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 +6 -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 +41 -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 +21 -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/cliInstallSpecs.d.ts +28 -0
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js +143 -0
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.d.ts +2 -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 +2 -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/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/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/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 +111 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js +112 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts +12 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.js +23 -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 +13 -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 +60 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/types.d.ts +86 -0
- package/node_modules/@happier-dev/agents/dist/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/types.js +25 -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/voiceAgentPrompt.d.ts +21 -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 +95 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js +30 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts +10 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js +54 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts +17 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js +65 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.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 +18 -0
- package/node_modules/@happier-dev/cli-common/dist/index.d.ts +2 -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 +2 -0
- package/node_modules/@happier-dev/cli-common/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts +51 -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 +129 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts +5 -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 +5 -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 +117 -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 +337 -0
- package/node_modules/@happier-dev/cli-common/dist/service/manager.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 +75 -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/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 +17 -3
- 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 +4 -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 +70 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/package.json +11 -0
- package/node_modules/@happier-dev/protocol/README.md +12 -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 +103 -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 +80 -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 +49 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts +2 -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 +2 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts +6 -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 +75 -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 +151 -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 +326 -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 +35 -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 +43 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts +15 -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 +223 -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/actionInputHintsRuntime.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js +35 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.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/actionSettings.d.ts +108 -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 +53 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js +18 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts +211 -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 +1181 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js +184 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.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/index.d.ts +10 -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 +10 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.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 +35 -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 +36 -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/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/bugReports.reporter.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js +68 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js +382 -0
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts +59 -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.automation.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js +19 -0
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.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 +21 -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 +20 -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 +149 -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 +92 -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 +135 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js +105 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.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/base64.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js +42 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.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/boxBundle.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js +65 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.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/encryptedDataKeyEnvelopeV1.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js +68 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.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/crypto/terminalProvisioningV2.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js +67 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts +209 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js +48 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js +53 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.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 +39 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts +24 -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 +26 -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/esmImportCycle.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts +488 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js +210 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js +174 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.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/buildPolicy.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts +230 -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 +264 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.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 +126 -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/decision.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.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 +64 -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 +61 -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 +105 -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 +26 -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 +27 -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 +14 -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/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 +77 -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 +94 -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 +186 -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.compat.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.js +150 -0
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/features.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.js +13 -0
- package/node_modules/@happier-dev/protocol/dist/features.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.d.ts +74 -0
- package/node_modules/@happier-dev/protocol/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/index.js +78 -0
- package/node_modules/@happier-dev/protocol/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts +50 -0
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installables.js +28 -0
- package/node_modules/@happier-dev/protocol/dist/installables.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 +141 -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 +89 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.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/reviews/ReviewFinding.d.ts +48 -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 +30 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.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/reviewEngines.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.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 +43 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts +70 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.js +73 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js +197 -0
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts +797 -0
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scm.js +530 -0
- package/node_modules/@happier-dev/protocol/dist/scm.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 +73 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.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/scmPathScope.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js +29 -0
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js +183 -0
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.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/serverControl/contract.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts +69 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts +1954 -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 +479 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js +54 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.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 +12 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts +65 -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 +68 -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/terminalMetadata.d.ts +39 -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 +24 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.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 +31 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts +28 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.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 +30 -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 +27 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts +41 -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 +35 -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 +75 -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 +37 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.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/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/structuredMessages/voiceAgentTurnV1.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts +4 -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 +6 -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.backcompat.spec.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.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 +59 -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 +35 -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 +1167 -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 +338 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js +50 -0
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts +509 -0
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.js +317 -0
- package/node_modules/@happier-dev/protocol/dist/updates.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js +58 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js +124 -0
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts +427 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.js +118 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts +2737 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.js +118 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.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 +61 -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 +39 -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 +20 -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 +60 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.d.ts +7 -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 +7 -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/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 +53 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/package.json +38 -0
- package/package.json +8 -2
- package/scripts/auth.mjs +71 -41
- package/scripts/auth_copy_from_pglite_lock_in_use.integration.test.mjs +1 -0
- package/scripts/auth_copy_from_runCapture.integration.test.mjs +173 -4
- package/scripts/auth_force_flag.test.mjs +28 -0
- package/scripts/auth_help_cmd.test.mjs +5 -0
- package/scripts/auth_login_guided_server_no_expo.test.mjs +2 -0
- 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.mjs +3 -18
- package/scripts/bundleWorkspaceDeps.mjs +27 -2
- package/scripts/bundleWorkspaceDeps.test.mjs +155 -2
- package/scripts/daemon.mjs +90 -10
- package/scripts/daemon_dist_guard.test.mjs +6 -5
- package/scripts/daemon_invalid_auth_reseed_stack_name.integration.test.mjs +107 -27
- package/scripts/daemon_start_verification.integration.test.mjs +13 -13
- package/scripts/daemon_stop_expected_pid.test.mjs +71 -0
- package/scripts/dev.mjs +144 -110
- package/scripts/dev_external_server_flags.test.mjs +59 -0
- package/scripts/ghops.mjs +80 -0
- package/scripts/ghops.test.mjs +78 -0
- package/scripts/init.mjs +5 -1
- package/scripts/init_shim_invoked_cwd.test.mjs +51 -0
- package/scripts/logs.mjs +286 -0
- package/scripts/logs_cmd.test.mjs +87 -0
- package/scripts/mobile.mjs +30 -2
- package/scripts/mobile_dev_client.mjs +7 -32
- package/scripts/mobile_dev_client_help_smoke.test.mjs +24 -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_ios_passes_port.integration.test.mjs +103 -0
- package/scripts/mobile_run_ios_uses_long_port_flag.test.mjs +106 -0
- package/scripts/providers_cmd.mjs +262 -0
- package/scripts/provision/{linux-ubuntu-e2e.sh → linux-ubuntu-hstack-smoke.sh} +27 -33
- package/scripts/provision/linux-ubuntu-provision.sh +147 -0
- package/scripts/provision/linux-ubuntu-provision.test.mjs +163 -0
- package/scripts/provision/macos-lima-hstack-smoke.sh +104 -0
- package/scripts/provision/macos-lima-vm.sh +257 -0
- package/scripts/provision/macos-lima-vm.test.mjs +133 -0
- package/scripts/release_binary_smoke.integration.test.mjs +30 -8
- package/scripts/remote_cmd.mjs +362 -0
- package/scripts/repo_cli_activate.mjs +41 -0
- package/scripts/repo_cli_activate.test.mjs +54 -0
- package/scripts/repo_local.mjs +541 -0
- package/scripts/repo_local_wrapper.test.mjs +454 -0
- package/scripts/root_package_repo_local_scripts.test.mjs +46 -0
- package/scripts/run.mjs +74 -31
- 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 +212 -0
- package/scripts/self_host_runtime.mjs +1893 -333
- package/scripts/self_host_runtime.test.mjs +698 -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 +156 -26
- package/scripts/setup.mjs +223 -44
- package/scripts/setup_dev_child_env.test.mjs +244 -0
- package/scripts/setup_local_repo_profile.test.mjs +178 -0
- package/scripts/setup_pr.mjs +9 -6
- package/scripts/setup_pr_orchestrated_auth_flow_util_import.test.mjs +23 -1
- package/scripts/stack/command_arguments.mjs +1 -0
- package/scripts/stack/help_text.mjs +4 -2
- package/scripts/stack/run_script_with_stack_env.mjs +24 -2
- package/scripts/stack/stack_daemon_command.mjs +31 -2
- package/scripts/stack/stack_environment.mjs +15 -2
- package/scripts/stack/stack_environment.sanitization.test.mjs +45 -0
- package/scripts/stack.mjs +5 -2
- package/scripts/stack_create_dev_auth_seed_help_force.test.mjs +38 -0
- package/scripts/stack_daemon_cmd.integration.test.mjs +70 -0
- package/scripts/stack_guided_login_does_not_preopen_browser.test.mjs +17 -0
- package/scripts/stack_happy_cmd.integration.test.mjs +36 -0
- package/scripts/stack_pr_help_cmd.test.mjs +38 -0
- package/scripts/stop.mjs +2 -3
- 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/tailscale.mjs +16 -1
- package/scripts/tailscale_cmd_output.test.mjs +88 -0
- package/scripts/tui.mjs +604 -88
- package/scripts/tui_args_default_cmd.test.mjs +41 -0
- package/scripts/utils/auth/auth_force_flag.mjs +14 -0
- package/scripts/utils/auth/credentials_paths.mjs +9 -9
- package/scripts/utils/auth/credentials_paths.test.mjs +8 -0
- package/scripts/utils/auth/orchestrated_stack_auth_flow.mjs +64 -3
- package/scripts/utils/auth/stable_scope_id.mjs +1 -1
- package/scripts/utils/auth/stack_guided_login.mjs +0 -6
- package/scripts/utils/cli/cli_registry.mjs +30 -3
- 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/expo_dev.buildEnv.test.mjs +17 -0
- package/scripts/utils/dev/expo_dev.mjs +59 -5
- package/scripts/utils/dev/expo_dev_restart_port_reservation.test.mjs +242 -1
- 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/resolveDevServerConnection.mjs +60 -0
- package/scripts/utils/dev/resolveDevServerConnection.test.mjs +74 -0
- package/scripts/utils/env/env.mjs +3 -0
- package/scripts/utils/expo/command.mjs +5 -2
- package/scripts/utils/expo/command_workspace_deps_built.test.mjs +158 -0
- package/scripts/utils/expo/metro_ports.test.mjs +55 -0
- package/scripts/utils/git/dev_checkout.mjs +3 -2
- package/scripts/utils/mobile/dev_client_install_invocation.mjs +68 -0
- package/scripts/utils/mobile/dev_client_install_invocation.test.mjs +27 -0
- package/scripts/utils/paths/paths.mjs +7 -1
- package/scripts/utils/paths/paths_monorepo.test.mjs +26 -1
- package/scripts/utils/proc/ensureWorkspacePackagesBuilt.test.mjs +120 -0
- package/scripts/utils/proc/pm.mjs +198 -11
- package/scripts/utils/proc/pm_stack_cache_env.test.mjs +244 -1
- package/scripts/utils/proc/proc.mjs +20 -2
- package/scripts/utils/proc/proc.test.mjs +16 -1
- 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 +148 -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/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/stacks.mjs +2 -2
- package/scripts/utils/stack/stop.mjs +82 -8
- package/scripts/utils/tauri/stack_overrides.mjs +16 -0
- package/scripts/utils/tui/actions.mjs +22 -0
- package/scripts/utils/tui/actions.test.mjs +39 -0
- package/scripts/utils/tui/args.mjs +49 -0
- package/scripts/utils/tui/args.test.mjs +70 -0
- package/scripts/utils/tui/daemon_auth_notice.mjs +74 -0
- package/scripts/utils/tui/daemon_auth_notice.test.mjs +53 -0
- package/scripts/utils/tui/daemon_autostart.mjs +34 -0
- package/scripts/utils/tui/daemon_autostart.test.mjs +157 -0
- package/scripts/utils/tui/daemon_pane_reconcile.mjs +43 -0
- package/scripts/utils/tui/daemon_pane_reconcile.test.mjs +35 -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_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/ui/box_line.mjs +46 -0
- package/scripts/utils/ui/box_line.test.mjs +20 -0
- package/scripts/utils/ui/ui_export_env.mjs +29 -0
- package/scripts/utils/ui/ui_export_env.test.mjs +25 -0
- package/scripts/worktrees.mjs +3 -0
- package/scripts/worktrees_status_default_target.test.mjs +56 -0
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionSpecs.js","sourceRoot":"","sources":["../../src/actions/actionSpecs.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionSpecs.test.d.ts","sourceRoot":"","sources":["../../src/actions/actionSpecs.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { describe, expect, it } from 'vitest';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
import { ExecutionRunIntentSchema } from '../executionRuns.js';
|
|
4
|
+
import { ActionSpecSchema, getActionSpec, listActionSpecs } from './actionSpecs.js';
|
|
5
|
+
describe('Action Spec Registry', () => {
|
|
6
|
+
it('exposes stable action specs', () => {
|
|
7
|
+
const all = listActionSpecs();
|
|
8
|
+
expect(all.length).toBeGreaterThan(0);
|
|
9
|
+
for (const spec of all) {
|
|
10
|
+
// Runtime safety: registry objects must validate against the schema.
|
|
11
|
+
ActionSpecSchema.parse(spec);
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
it('finds known action specs by id', () => {
|
|
15
|
+
const spec = getActionSpec('execution.run.list');
|
|
16
|
+
expect(spec.id).toBe('execution.run.list');
|
|
17
|
+
expect(spec.surfaces.voice_tool).toBe(true);
|
|
18
|
+
});
|
|
19
|
+
it('does not expose de-surfaced legacy execution.run.start action', () => {
|
|
20
|
+
expect(() => getActionSpec('execution.run.start')).toThrow();
|
|
21
|
+
});
|
|
22
|
+
it('does not expose legacy voice_mediator intent in ExecutionRunIntentSchema', () => {
|
|
23
|
+
expect(ExecutionRunIntentSchema.safeParse('voice_agent').success).toBe(true);
|
|
24
|
+
expect(ExecutionRunIntentSchema.safeParse('voice_mediator').success).toBe(false);
|
|
25
|
+
});
|
|
26
|
+
it('binds global voice reset to resetGlobalVoiceAgent', () => {
|
|
27
|
+
const spec = getActionSpec('ui.voice_global.reset');
|
|
28
|
+
expect(spec.bindings?.voiceClientToolName).toBe('resetGlobalVoiceAgent');
|
|
29
|
+
});
|
|
30
|
+
it('provides input hints for every ActionSpec (single source of truth for elicitation)', () => {
|
|
31
|
+
for (const spec of listActionSpecs()) {
|
|
32
|
+
expect(spec.inputHints).toBeTruthy();
|
|
33
|
+
expect(Array.isArray(spec.inputHints?.fields)).toBe(true);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
it('validates ActionSpec inputHints when present', () => {
|
|
37
|
+
expect(() => ActionSpecSchema.parse({
|
|
38
|
+
id: 'review.start',
|
|
39
|
+
title: 'Start review',
|
|
40
|
+
safety: 'safe',
|
|
41
|
+
placements: [],
|
|
42
|
+
surfaces: {
|
|
43
|
+
ui_button: true,
|
|
44
|
+
ui_slash_command: true,
|
|
45
|
+
voice_tool: true,
|
|
46
|
+
voice_action_block: true,
|
|
47
|
+
mcp: true,
|
|
48
|
+
session_control_cli: true,
|
|
49
|
+
},
|
|
50
|
+
inputSchema: z.object({}).strict(),
|
|
51
|
+
inputHints: {
|
|
52
|
+
fields: [
|
|
53
|
+
{
|
|
54
|
+
path: 'engineIds',
|
|
55
|
+
title: 'Engines',
|
|
56
|
+
widget: 'not-a-widget',
|
|
57
|
+
},
|
|
58
|
+
],
|
|
59
|
+
},
|
|
60
|
+
})).toThrow();
|
|
61
|
+
});
|
|
62
|
+
it('requires select/multiselect hints to declare options or optionsSourceId', () => {
|
|
63
|
+
expect(() => ActionSpecSchema.parse({
|
|
64
|
+
id: 'review.start',
|
|
65
|
+
title: 'Start review',
|
|
66
|
+
safety: 'safe',
|
|
67
|
+
placements: [],
|
|
68
|
+
surfaces: {
|
|
69
|
+
ui_button: true,
|
|
70
|
+
ui_slash_command: true,
|
|
71
|
+
voice_tool: true,
|
|
72
|
+
voice_action_block: true,
|
|
73
|
+
mcp: true,
|
|
74
|
+
session_control_cli: true,
|
|
75
|
+
},
|
|
76
|
+
inputSchema: z.object({}).strict(),
|
|
77
|
+
inputHints: {
|
|
78
|
+
fields: [
|
|
79
|
+
{
|
|
80
|
+
path: 'x',
|
|
81
|
+
title: 'X',
|
|
82
|
+
widget: 'select',
|
|
83
|
+
},
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
})).toThrow();
|
|
87
|
+
expect(() => ActionSpecSchema.parse({
|
|
88
|
+
id: 'review.start',
|
|
89
|
+
title: 'Start review',
|
|
90
|
+
safety: 'safe',
|
|
91
|
+
placements: [],
|
|
92
|
+
surfaces: {
|
|
93
|
+
ui_button: true,
|
|
94
|
+
ui_slash_command: true,
|
|
95
|
+
voice_tool: true,
|
|
96
|
+
voice_action_block: true,
|
|
97
|
+
mcp: true,
|
|
98
|
+
session_control_cli: true,
|
|
99
|
+
},
|
|
100
|
+
inputSchema: z.object({}).strict(),
|
|
101
|
+
inputHints: {
|
|
102
|
+
fields: [
|
|
103
|
+
{
|
|
104
|
+
path: 'x',
|
|
105
|
+
title: 'X',
|
|
106
|
+
widget: 'multiselect',
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
},
|
|
110
|
+
})).toThrow();
|
|
111
|
+
});
|
|
112
|
+
it('requires text_list hints to declare a listSeparator', () => {
|
|
113
|
+
expect(() => ActionSpecSchema.parse({
|
|
114
|
+
id: 'review.start',
|
|
115
|
+
title: 'Start review',
|
|
116
|
+
safety: 'safe',
|
|
117
|
+
placements: [],
|
|
118
|
+
surfaces: {
|
|
119
|
+
ui_button: true,
|
|
120
|
+
ui_slash_command: true,
|
|
121
|
+
voice_tool: true,
|
|
122
|
+
voice_action_block: true,
|
|
123
|
+
mcp: true,
|
|
124
|
+
session_control_cli: true,
|
|
125
|
+
},
|
|
126
|
+
inputSchema: z.object({}).strict(),
|
|
127
|
+
inputHints: {
|
|
128
|
+
fields: [
|
|
129
|
+
{
|
|
130
|
+
path: 'x',
|
|
131
|
+
title: 'X',
|
|
132
|
+
widget: 'text_list',
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
})).toThrow();
|
|
137
|
+
});
|
|
138
|
+
it('provides input hints for intent start actions surfaced as drafts', () => {
|
|
139
|
+
const plan = getActionSpec('plan.start');
|
|
140
|
+
const delegate = getActionSpec('delegate.start');
|
|
141
|
+
expect(plan.surfaces.ui_button).toBe(true);
|
|
142
|
+
expect(delegate.surfaces.ui_button).toBe(true);
|
|
143
|
+
const planFields = plan.inputHints?.fields ?? null;
|
|
144
|
+
const delegateFields = delegate.inputHints?.fields ?? null;
|
|
145
|
+
expect(Array.isArray(planFields)).toBe(true);
|
|
146
|
+
expect(Array.isArray(delegateFields)).toBe(true);
|
|
147
|
+
expect(planFields.map((f) => f.path)).toContain('backendIds');
|
|
148
|
+
expect(planFields.map((f) => f.path)).toContain('instructions');
|
|
149
|
+
expect(delegateFields.map((f) => f.path)).toContain('backendIds');
|
|
150
|
+
expect(delegateFields.map((f) => f.path)).toContain('instructions');
|
|
151
|
+
});
|
|
152
|
+
it('defaults delegate start permission mode to workspace_write', () => {
|
|
153
|
+
const spec = getActionSpec('delegate.start');
|
|
154
|
+
const parsed = spec.inputSchema.parse({
|
|
155
|
+
backendIds: ['codex'],
|
|
156
|
+
instructions: 'Do it.',
|
|
157
|
+
});
|
|
158
|
+
expect(parsed.permissionMode).toBe('workspace_write');
|
|
159
|
+
});
|
|
160
|
+
it('defaults voice agent start to long-lived streaming', () => {
|
|
161
|
+
const spec = getActionSpec('voice_agent.start');
|
|
162
|
+
const parsed = spec.inputSchema.parse({
|
|
163
|
+
backendIds: ['codex'],
|
|
164
|
+
instructions: 'Voice.',
|
|
165
|
+
});
|
|
166
|
+
expect(parsed.runClass).toBe('long_lived');
|
|
167
|
+
expect(parsed.ioMode).toBe('streaming');
|
|
168
|
+
});
|
|
169
|
+
it('exposes core voice session controls as voice surfaces', () => {
|
|
170
|
+
const all = listActionSpecs();
|
|
171
|
+
const byVoiceToolName = new Map(all
|
|
172
|
+
.filter((spec) => spec.surfaces.voice_tool && Boolean(spec.bindings?.voiceClientToolName))
|
|
173
|
+
.map((spec) => [spec.bindings.voiceClientToolName, spec]));
|
|
174
|
+
// Baseline expectations: these must exist so local voice and realtime voice can share one tool surface.
|
|
175
|
+
expect(byVoiceToolName.has('sendSessionMessage')).toBe(true);
|
|
176
|
+
expect(byVoiceToolName.has('processPermissionRequest')).toBe(true);
|
|
177
|
+
expect(byVoiceToolName.has('setPrimaryActionSession')).toBe(true);
|
|
178
|
+
expect(byVoiceToolName.has('setTrackedSessions')).toBe(true);
|
|
179
|
+
expect(byVoiceToolName.has('listSessions')).toBe(true);
|
|
180
|
+
expect(byVoiceToolName.has('getSessionActivity')).toBe(true);
|
|
181
|
+
expect(byVoiceToolName.has('getSessionRecentMessages')).toBe(true);
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
//# sourceMappingURL=actionSpecs.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionSpecs.test.js","sourceRoot":"","sources":["../../src/actions/actionSpecs.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* UI placement IDs are used to deterministically map actions into UI surfaces
|
|
4
|
+
* (header buttons, command palette, context menus, etc.) without ad-hoc wiring.
|
|
5
|
+
*/
|
|
6
|
+
export declare const ACTION_UI_PLACEMENTS: readonly ["agent_input_chips", "session_header", "session_info", "session_action_menu", "command_palette", "slash_command", "voice_panel", "run_list", "run_card"];
|
|
7
|
+
export declare const ActionUiPlacementSchema: z.ZodEnum<{
|
|
8
|
+
agent_input_chips: "agent_input_chips";
|
|
9
|
+
session_header: "session_header";
|
|
10
|
+
session_info: "session_info";
|
|
11
|
+
session_action_menu: "session_action_menu";
|
|
12
|
+
command_palette: "command_palette";
|
|
13
|
+
slash_command: "slash_command";
|
|
14
|
+
voice_panel: "voice_panel";
|
|
15
|
+
run_list: "run_list";
|
|
16
|
+
run_card: "run_card";
|
|
17
|
+
}>;
|
|
18
|
+
export type ActionUiPlacement = z.infer<typeof ActionUiPlacementSchema>;
|
|
19
|
+
//# sourceMappingURL=actionUiPlacements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionUiPlacements.d.ts","sourceRoot":"","sources":["../../src/actions/actionUiPlacements.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,eAAO,MAAM,oBAAoB,oKAUvB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;;EAA+B,CAAC;AACpE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* UI placement IDs are used to deterministically map actions into UI surfaces
|
|
4
|
+
* (header buttons, command palette, context menus, etc.) without ad-hoc wiring.
|
|
5
|
+
*/
|
|
6
|
+
export const ACTION_UI_PLACEMENTS = [
|
|
7
|
+
'agent_input_chips',
|
|
8
|
+
'session_header',
|
|
9
|
+
'session_info',
|
|
10
|
+
'session_action_menu',
|
|
11
|
+
'command_palette',
|
|
12
|
+
'slash_command',
|
|
13
|
+
'voice_panel',
|
|
14
|
+
'run_list',
|
|
15
|
+
'run_card',
|
|
16
|
+
];
|
|
17
|
+
export const ActionUiPlacementSchema = z.enum(ACTION_UI_PLACEMENTS);
|
|
18
|
+
//# sourceMappingURL=actionUiPlacements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionUiPlacements.js","sourceRoot":"","sources":["../../src/actions/actionUiPlacements.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,mBAAmB;IACnB,gBAAgB;IAChB,cAAc;IACd,qBAAqB;IACrB,iBAAiB;IACjB,eAAe;IACf,aAAa;IACb,UAAU;IACV,UAAU;CACF,CAAC;AAEX,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ACTION_IDS, ActionIdSchema, type ActionId } from './actionIds.js';
|
|
2
|
+
export { ACTION_UI_PLACEMENTS, ActionUiPlacementSchema, type ActionUiPlacement } from './actionUiPlacements.js';
|
|
3
|
+
export { ActionsSettingsV1Schema, isActionEnabledByActionsSettings, type ActionsSettingsV1, } from './actionSettings.js';
|
|
4
|
+
export { ACTION_SPECS, ActionSafetySchema, ActionSpecSchema, ActionSurfaceSchema, ActionInputFieldHintSchema, ActionInputHintsSchema, ActionInputOptionSchema, ActionInputWidgetSchema, getActionSpec, listActionSpecs, listVoiceActionBlockSpecs, listVoiceClientToolNames, listVoiceToolActionSpecs, type ActionSafety, type ActionInputFieldHint, type ActionInputHints, type ActionInputOption, type ActionInputWidget, type ActionSpec, type ActionSurfaces, } from './actionSpecs.js';
|
|
5
|
+
export { createActionExecutor, type ActionExecuteResult, type ActionExecutorContext, type ActionExecutorDeps, } from './actionExecutor.js';
|
|
6
|
+
export { resolveEffectiveActionInputFields, type EffectiveActionInputField } from './actionInputHintsRuntime.js';
|
|
7
|
+
export { buildActionDraftSeedInput } from './actionDraftSeed.js';
|
|
8
|
+
export { zodSchemaToJsonSchemaObject, type JsonSchemaObject } from './actionInputJsonSchema.js';
|
|
9
|
+
export { actionSpecToElevenLabsClientToolParameters } from './actionInputElevenLabsToolSchema.js';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAChH,OAAO,EACL,uBAAuB,EACvB,gCAAgC,EAChC,KAAK,iBAAiB,GACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,0BAA0B,EAC1B,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,aAAa,EACb,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,wBAAwB,EACxB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,cAAc,GACpB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACL,oBAAoB,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACxB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,iCAAiC,EAAE,KAAK,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACjH,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAChG,OAAO,EAAE,0CAA0C,EAAE,MAAM,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ACTION_IDS, ActionIdSchema } from './actionIds.js';
|
|
2
|
+
export { ACTION_UI_PLACEMENTS, ActionUiPlacementSchema } from './actionUiPlacements.js';
|
|
3
|
+
export { ActionsSettingsV1Schema, isActionEnabledByActionsSettings, } from './actionSettings.js';
|
|
4
|
+
export { ACTION_SPECS, ActionSafetySchema, ActionSpecSchema, ActionSurfaceSchema, ActionInputFieldHintSchema, ActionInputHintsSchema, ActionInputOptionSchema, ActionInputWidgetSchema, getActionSpec, listActionSpecs, listVoiceActionBlockSpecs, listVoiceClientToolNames, listVoiceToolActionSpecs, } from './actionSpecs.js';
|
|
5
|
+
export { createActionExecutor, } from './actionExecutor.js';
|
|
6
|
+
export { resolveEffectiveActionInputFields } from './actionInputHintsRuntime.js';
|
|
7
|
+
export { buildActionDraftSeedInput } from './actionDraftSeed.js';
|
|
8
|
+
export { zodSchemaToJsonSchemaObject } from './actionInputJsonSchema.js';
|
|
9
|
+
export { actionSpecToElevenLabsClientToolParameters } from './actionInputElevenLabsToolSchema.js';
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAiB,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAA0B,MAAM,yBAAyB,CAAC;AAChH,OAAO,EACL,uBAAuB,EACvB,gCAAgC,GAEjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,0BAA0B,EAC1B,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,aAAa,EACb,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,wBAAwB,GAQzB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACL,oBAAoB,GAIrB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,iCAAiC,EAAkC,MAAM,8BAA8B,CAAC;AACjH,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAyB,MAAM,4BAA4B,CAAC;AAChG,OAAO,EAAE,0CAA0C,EAAE,MAAM,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AUTH_ERROR_CODES: readonly ["unsupported-provider", "signup-provider-disabled", "provider-required", "not-eligible", "oauth_not_configured", "missing_access_token", "invalid_state", "server_error", "upstream_error", "profile_fetch_failed", "invalid_profile", "provider-already-linked", "username-taken", "username-required", "invalid-username", "invalid-pending", "invalid-public-key", "invalid-signature", "forbidden"];
|
|
3
|
+
export declare const AuthErrorCodeSchema: z.ZodEnum<{
|
|
4
|
+
forbidden: "forbidden";
|
|
5
|
+
"unsupported-provider": "unsupported-provider";
|
|
6
|
+
"signup-provider-disabled": "signup-provider-disabled";
|
|
7
|
+
"provider-required": "provider-required";
|
|
8
|
+
"not-eligible": "not-eligible";
|
|
9
|
+
oauth_not_configured: "oauth_not_configured";
|
|
10
|
+
missing_access_token: "missing_access_token";
|
|
11
|
+
invalid_state: "invalid_state";
|
|
12
|
+
server_error: "server_error";
|
|
13
|
+
upstream_error: "upstream_error";
|
|
14
|
+
profile_fetch_failed: "profile_fetch_failed";
|
|
15
|
+
invalid_profile: "invalid_profile";
|
|
16
|
+
"provider-already-linked": "provider-already-linked";
|
|
17
|
+
"username-taken": "username-taken";
|
|
18
|
+
"username-required": "username-required";
|
|
19
|
+
"invalid-username": "invalid-username";
|
|
20
|
+
"invalid-pending": "invalid-pending";
|
|
21
|
+
"invalid-public-key": "invalid-public-key";
|
|
22
|
+
"invalid-signature": "invalid-signature";
|
|
23
|
+
}>;
|
|
24
|
+
export type AuthErrorCode = z.infer<typeof AuthErrorCodeSchema>;
|
|
25
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/auth/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB,mZAyBnB,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;EAA2B,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const AUTH_ERROR_CODES = [
|
|
3
|
+
// Provider / policy
|
|
4
|
+
'unsupported-provider',
|
|
5
|
+
'signup-provider-disabled',
|
|
6
|
+
'provider-required',
|
|
7
|
+
'not-eligible',
|
|
8
|
+
// OAuth
|
|
9
|
+
'oauth_not_configured',
|
|
10
|
+
'missing_access_token',
|
|
11
|
+
'invalid_state',
|
|
12
|
+
'server_error',
|
|
13
|
+
'upstream_error',
|
|
14
|
+
'profile_fetch_failed',
|
|
15
|
+
'invalid_profile',
|
|
16
|
+
// Pending / finalize
|
|
17
|
+
'provider-already-linked',
|
|
18
|
+
'username-taken',
|
|
19
|
+
'username-required',
|
|
20
|
+
'invalid-username',
|
|
21
|
+
'invalid-pending',
|
|
22
|
+
'invalid-public-key',
|
|
23
|
+
'invalid-signature',
|
|
24
|
+
'forbidden',
|
|
25
|
+
];
|
|
26
|
+
export const AuthErrorCodeSchema = z.enum(AUTH_ERROR_CODES);
|
|
27
|
+
//# sourceMappingURL=errors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/auth/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,oBAAoB;IACpB,sBAAsB;IACtB,0BAA0B;IAC1B,mBAAmB;IACnB,cAAc;IAEd,QAAQ;IACR,sBAAsB;IACtB,sBAAsB;IACtB,eAAe;IACf,cAAc;IACd,gBAAgB;IAChB,sBAAsB;IACtB,iBAAiB;IAEjB,qBAAqB;IACrB,yBAAyB;IACzB,gBAAgB;IAChB,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;IACjB,oBAAoB;IACpB,mBAAmB;IACnB,WAAW;CACH,CAAC;AAEX,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const ExternalOAuthParamsResponseSchema: z.ZodObject<{
|
|
3
|
+
url: z.ZodString;
|
|
4
|
+
}, z.core.$strict>;
|
|
5
|
+
export type ExternalOAuthParamsResponse = z.infer<typeof ExternalOAuthParamsResponseSchema>;
|
|
6
|
+
export declare const ExternalOAuthErrorResponseSchema: z.ZodObject<{
|
|
7
|
+
error: z.ZodString;
|
|
8
|
+
}, z.core.$strict>;
|
|
9
|
+
export type ExternalOAuthErrorResponse = z.infer<typeof ExternalOAuthErrorResponseSchema>;
|
|
10
|
+
export declare const ExternalOAuthFinalizeAuthRequestSchema: z.ZodObject<{
|
|
11
|
+
pending: z.ZodString;
|
|
12
|
+
reset: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
+
username: z.ZodOptional<z.ZodString>;
|
|
14
|
+
publicKey: z.ZodString;
|
|
15
|
+
challenge: z.ZodString;
|
|
16
|
+
signature: z.ZodString;
|
|
17
|
+
contentPublicKey: z.ZodOptional<z.ZodString>;
|
|
18
|
+
contentPublicKeySig: z.ZodOptional<z.ZodString>;
|
|
19
|
+
}, z.core.$strict>;
|
|
20
|
+
export type ExternalOAuthFinalizeAuthRequest = z.infer<typeof ExternalOAuthFinalizeAuthRequestSchema>;
|
|
21
|
+
export declare const ExternalOAuthFinalizeAuthSuccessResponseSchema: z.ZodObject<{
|
|
22
|
+
success: z.ZodLiteral<true>;
|
|
23
|
+
token: z.ZodString;
|
|
24
|
+
}, z.core.$strict>;
|
|
25
|
+
export type ExternalOAuthFinalizeAuthSuccessResponse = z.infer<typeof ExternalOAuthFinalizeAuthSuccessResponseSchema>;
|
|
26
|
+
export declare const ExternalOAuthFinalizeConnectRequestSchema: z.ZodObject<{
|
|
27
|
+
pending: z.ZodString;
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
}, z.core.$strict>;
|
|
30
|
+
export type ExternalOAuthFinalizeConnectRequest = z.infer<typeof ExternalOAuthFinalizeConnectRequestSchema>;
|
|
31
|
+
export declare const ExternalOAuthFinalizeConnectSuccessResponseSchema: z.ZodObject<{
|
|
32
|
+
success: z.ZodLiteral<true>;
|
|
33
|
+
}, z.core.$strict>;
|
|
34
|
+
export type ExternalOAuthFinalizeConnectSuccessResponse = z.infer<typeof ExternalOAuthFinalizeConnectSuccessResponseSchema>;
|
|
35
|
+
//# sourceMappingURL=externalOAuth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"externalOAuth.d.ts","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iCAAiC;;kBAAgD,CAAC;AAC/F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,gCAAgC;;kBAAkD,CAAC;AAChG,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,eAAO,MAAM,sCAAsC;;;;;;;;;kBAqB/C,CAAC;AAEL,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,8CAA8C;;;kBAEhD,CAAC;AACZ,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAC;AAEtH,eAAO,MAAM,yCAAyC;;;kBAK3C,CAAC;AAEZ,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAE5G,eAAO,MAAM,iDAAiD;;kBAAkD,CAAC;AACjH,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iDAAiD,CAAC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const ExternalOAuthParamsResponseSchema = z.object({ url: z.string().min(1) }).strict();
|
|
3
|
+
export const ExternalOAuthErrorResponseSchema = z.object({ error: z.string().min(1) }).strict();
|
|
4
|
+
export const ExternalOAuthFinalizeAuthRequestSchema = z
|
|
5
|
+
.object({
|
|
6
|
+
pending: z.string().min(1),
|
|
7
|
+
reset: z.boolean().optional(),
|
|
8
|
+
username: z.string().min(1).optional(),
|
|
9
|
+
publicKey: z.string().min(1),
|
|
10
|
+
challenge: z.string().min(1),
|
|
11
|
+
signature: z.string().min(1),
|
|
12
|
+
contentPublicKey: z.string().min(1).optional(),
|
|
13
|
+
contentPublicKeySig: z.string().min(1).optional(),
|
|
14
|
+
})
|
|
15
|
+
.strict()
|
|
16
|
+
.superRefine((value, ctx) => {
|
|
17
|
+
const hasContentKey = typeof value.contentPublicKey === 'string';
|
|
18
|
+
const hasContentSig = typeof value.contentPublicKeySig === 'string';
|
|
19
|
+
if (hasContentKey !== hasContentSig) {
|
|
20
|
+
ctx.addIssue({
|
|
21
|
+
code: z.ZodIssueCode.custom,
|
|
22
|
+
message: 'contentPublicKey and contentPublicKeySig must be provided together',
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
export const ExternalOAuthFinalizeAuthSuccessResponseSchema = z
|
|
27
|
+
.object({ success: z.literal(true), token: z.string().min(1) })
|
|
28
|
+
.strict();
|
|
29
|
+
export const ExternalOAuthFinalizeConnectRequestSchema = z
|
|
30
|
+
.object({
|
|
31
|
+
pending: z.string().min(1),
|
|
32
|
+
username: z.string().min(1),
|
|
33
|
+
})
|
|
34
|
+
.strict();
|
|
35
|
+
export const ExternalOAuthFinalizeConnectSuccessResponseSchema = z.object({ success: z.literal(true) }).strict();
|
|
36
|
+
//# sourceMappingURL=externalOAuth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"externalOAuth.js","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAG/F,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAGhG,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC;KACpD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC9C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC;KACD,MAAM,EAAE;KACR,WAAW,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC1B,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,gBAAgB,KAAK,QAAQ,CAAC;IACjE,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,mBAAmB,KAAK,QAAQ,CAAC;IACpE,IAAI,aAAa,KAAK,aAAa,EAAE,CAAC;QACpC,GAAG,CAAC,QAAQ,CAAC;YACX,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM;YAC3B,OAAO,EAAE,oEAAoE;SAC9E,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC,CAAC;AAIL,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC;KAC5D,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;KAC9D,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC;KACvD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC5B,CAAC;KACD,MAAM,EAAE,CAAC;AAIZ,MAAM,CAAC,MAAM,iDAAiD,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/auth/providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oBAAoB,aAAoB,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../src/auth/providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BugReportArtifactPayload } from './types.js';
|
|
2
|
+
export declare function hasAcceptedBugReportArtifactKind(acceptedKinds: readonly string[], ...kinds: string[]): boolean;
|
|
3
|
+
export declare function pushBugReportArtifact(list: BugReportArtifactPayload[], artifact: BugReportArtifactPayload, input: {
|
|
4
|
+
maxArtifactBytes: number;
|
|
5
|
+
acceptedKinds: string[];
|
|
6
|
+
}): void;
|
|
7
|
+
//# sourceMappingURL=artifacts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"artifacts.d.ts","sourceRoot":"","sources":["../../src/bugReports/artifacts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAQ3D,wBAAgB,gCAAgC,CAAC,aAAa,EAAE,SAAS,MAAM,EAAE,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,OAAO,CAG9G;AAED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,wBAAwB,EAAE,EAChC,QAAQ,EAAE,wBAAwB,EAClC,KAAK,EAAE;IAAE,gBAAgB,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,EAAE,CAAA;CAAE,GAC3D,IAAI,CAKN"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { redactBugReportSensitiveText, trimBugReportTextToMaxBytes } from './redaction.js';
|
|
2
|
+
function shouldIncludeBugReportArtifact(kind, acceptedKinds) {
|
|
3
|
+
if (acceptedKinds.length === 0)
|
|
4
|
+
return true;
|
|
5
|
+
return acceptedKinds.includes(kind);
|
|
6
|
+
}
|
|
7
|
+
export function hasAcceptedBugReportArtifactKind(acceptedKinds, ...kinds) {
|
|
8
|
+
if (acceptedKinds.length === 0)
|
|
9
|
+
return true;
|
|
10
|
+
return kinds.some((kind) => acceptedKinds.includes(kind));
|
|
11
|
+
}
|
|
12
|
+
export function pushBugReportArtifact(list, artifact, input) {
|
|
13
|
+
if (!shouldIncludeBugReportArtifact(artifact.sourceKind, input.acceptedKinds))
|
|
14
|
+
return;
|
|
15
|
+
const content = trimBugReportTextToMaxBytes(redactBugReportSensitiveText(artifact.content), input.maxArtifactBytes);
|
|
16
|
+
if (!content.trim())
|
|
17
|
+
return;
|
|
18
|
+
list.push({ ...artifact, content });
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=artifacts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"artifacts.js","sourceRoot":"","sources":["../../src/bugReports/artifacts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAE3F,SAAS,8BAA8B,CAAC,IAAY,EAAE,aAAgC;IACpF,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IAC5C,OAAO,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,aAAgC,EAAE,GAAG,KAAe;IACnG,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IAC5C,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,qBAAqB,CACnC,IAAgC,EAChC,QAAkC,EAClC,KAA4D;IAE5D,IAAI,CAAC,8BAA8B,CAAC,QAAQ,CAAC,UAAU,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,OAAO;IACtF,MAAM,OAAO,GAAG,2BAA2B,CAAC,4BAA4B,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACpH,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE;QAAE,OAAO;IAC5B,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,QAAQ,EAAE,OAAO,EAAE,CAAC,CAAC;AACtC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type BugReportEnvironmentPayload, type BugReportFrequency, type BugReportSeverity } from './types.js';
|
|
2
|
+
export declare function normalizeBugReportReproductionSteps(raw: string | string[]): string[];
|
|
3
|
+
export declare function formatBugReportFallbackIssueBody(input: {
|
|
4
|
+
summary: string;
|
|
5
|
+
currentBehavior?: string;
|
|
6
|
+
expectedBehavior?: string;
|
|
7
|
+
reproductionSteps?: string[];
|
|
8
|
+
frequency?: BugReportFrequency;
|
|
9
|
+
severity?: BugReportSeverity;
|
|
10
|
+
environment: BugReportEnvironmentPayload;
|
|
11
|
+
whatChangedRecently?: string;
|
|
12
|
+
diagnosticsIncluded: boolean;
|
|
13
|
+
}): string;
|
|
14
|
+
export declare function buildBugReportFallbackIssueUrl(input: {
|
|
15
|
+
title: string;
|
|
16
|
+
body: string;
|
|
17
|
+
owner: string;
|
|
18
|
+
repo: string;
|
|
19
|
+
}): string;
|
|
20
|
+
//# sourceMappingURL=fallback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fallback.d.ts","sourceRoot":"","sources":["../../src/bugReports/fallback.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACvB,MAAM,YAAY,CAAC;AAGpB,wBAAgB,mCAAmC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,CAWpF;AAED,wBAAgB,gCAAgC,CAAC,KAAK,EAAE;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,WAAW,EAAE,2BAA2B,CAAC;IACzC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,EAAE,OAAO,CAAC;CAC9B,GAAG,MAAM,CAsDT;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,MAAM,CAyCT"}
|