@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,452 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Blake1 legacy hash function, one of SHA3 proposals.
|
|
3
|
+
* Rarely used. Check out blake2 or blake3 instead.
|
|
4
|
+
* https://www.aumasson.jp/blake/blake.pdf
|
|
5
|
+
*
|
|
6
|
+
* In the best case, there are 0 allocations.
|
|
7
|
+
*
|
|
8
|
+
* Differences from blake2:
|
|
9
|
+
*
|
|
10
|
+
* - BE instead of LE
|
|
11
|
+
* - Paddings, similar to MD5, RIPEMD, SHA1, SHA2, but:
|
|
12
|
+
* - length flag is located before actual length
|
|
13
|
+
* - padding block is compressed differently (no lengths)
|
|
14
|
+
* Instead of msg[sigma[k]], we have `msg[sigma[k]] ^ constants[sigma[k-1]]`
|
|
15
|
+
* (-1 for g1, g2 without -1)
|
|
16
|
+
* - Salt is XOR-ed into constants instead of state
|
|
17
|
+
* - Salt is XOR-ed with output in `compress`
|
|
18
|
+
* - Additional rows (+64 bytes) in SIGMA for new rounds
|
|
19
|
+
* - Different round count:
|
|
20
|
+
* - 14 / 10 rounds in blake256 / blake2s
|
|
21
|
+
* - 16 / 12 rounds in blake512 / blake2b
|
|
22
|
+
* - blake512: G1b: rotr 24 -> 25, G2b: rotr 63 -> 11
|
|
23
|
+
* @module
|
|
24
|
+
*/
|
|
25
|
+
import { BSIGMA, G1s, G2s } from "./_blake.js";
|
|
26
|
+
import { setBigUint64, SHA224_IV, SHA256_IV, SHA384_IV, SHA512_IV } from "./_md.js";
|
|
27
|
+
import * as u64 from "./_u64.js";
|
|
28
|
+
// prettier-ignore
|
|
29
|
+
import { abytes, aexists, aoutput, clean, createOptHasher, createView, Hash, toBytes, } from "./utils.js";
|
|
30
|
+
// Empty zero-filled salt
|
|
31
|
+
const EMPTY_SALT = /* @__PURE__ */ new Uint32Array(8);
|
|
32
|
+
class BLAKE1 extends Hash {
|
|
33
|
+
constructor(blockLen, outputLen, lengthFlag, counterLen, saltLen, constants, opts = {}) {
|
|
34
|
+
super();
|
|
35
|
+
this.finished = false;
|
|
36
|
+
this.length = 0;
|
|
37
|
+
this.pos = 0;
|
|
38
|
+
this.destroyed = false;
|
|
39
|
+
const { salt } = opts;
|
|
40
|
+
this.blockLen = blockLen;
|
|
41
|
+
this.outputLen = outputLen;
|
|
42
|
+
this.lengthFlag = lengthFlag;
|
|
43
|
+
this.counterLen = counterLen;
|
|
44
|
+
this.buffer = new Uint8Array(blockLen);
|
|
45
|
+
this.view = createView(this.buffer);
|
|
46
|
+
if (salt) {
|
|
47
|
+
let slt = salt;
|
|
48
|
+
slt = toBytes(slt);
|
|
49
|
+
abytes(slt);
|
|
50
|
+
if (slt.length !== 4 * saltLen)
|
|
51
|
+
throw new Error('wrong salt length');
|
|
52
|
+
const salt32 = (this.salt = new Uint32Array(saltLen));
|
|
53
|
+
const sv = createView(slt);
|
|
54
|
+
this.constants = constants.slice();
|
|
55
|
+
for (let i = 0, offset = 0; i < salt32.length; i++, offset += 4) {
|
|
56
|
+
salt32[i] = sv.getUint32(offset, false);
|
|
57
|
+
this.constants[i] ^= salt32[i];
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
this.salt = EMPTY_SALT;
|
|
62
|
+
this.constants = constants;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
update(data) {
|
|
66
|
+
aexists(this);
|
|
67
|
+
data = toBytes(data);
|
|
68
|
+
abytes(data);
|
|
69
|
+
// From _md, but update length before each compress
|
|
70
|
+
const { view, buffer, blockLen } = this;
|
|
71
|
+
const len = data.length;
|
|
72
|
+
let dataView;
|
|
73
|
+
for (let pos = 0; pos < len;) {
|
|
74
|
+
const take = Math.min(blockLen - this.pos, len - pos);
|
|
75
|
+
// Fast path: we have at least one block in input, cast it to view and process
|
|
76
|
+
if (take === blockLen) {
|
|
77
|
+
if (!dataView)
|
|
78
|
+
dataView = createView(data);
|
|
79
|
+
for (; blockLen <= len - pos; pos += blockLen) {
|
|
80
|
+
this.length += blockLen;
|
|
81
|
+
this.compress(dataView, pos);
|
|
82
|
+
}
|
|
83
|
+
continue;
|
|
84
|
+
}
|
|
85
|
+
buffer.set(data.subarray(pos, pos + take), this.pos);
|
|
86
|
+
this.pos += take;
|
|
87
|
+
pos += take;
|
|
88
|
+
if (this.pos === blockLen) {
|
|
89
|
+
this.length += blockLen;
|
|
90
|
+
this.compress(view, 0, true);
|
|
91
|
+
this.pos = 0;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
return this;
|
|
95
|
+
}
|
|
96
|
+
destroy() {
|
|
97
|
+
this.destroyed = true;
|
|
98
|
+
if (this.salt !== EMPTY_SALT) {
|
|
99
|
+
clean(this.salt, this.constants);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
_cloneInto(to) {
|
|
103
|
+
to || (to = new this.constructor());
|
|
104
|
+
to.set(...this.get());
|
|
105
|
+
const { buffer, length, finished, destroyed, constants, salt, pos } = this;
|
|
106
|
+
to.buffer.set(buffer);
|
|
107
|
+
to.constants = constants.slice();
|
|
108
|
+
to.destroyed = destroyed;
|
|
109
|
+
to.finished = finished;
|
|
110
|
+
to.length = length;
|
|
111
|
+
to.pos = pos;
|
|
112
|
+
to.salt = salt.slice();
|
|
113
|
+
return to;
|
|
114
|
+
}
|
|
115
|
+
clone() {
|
|
116
|
+
return this._cloneInto();
|
|
117
|
+
}
|
|
118
|
+
digestInto(out) {
|
|
119
|
+
aexists(this);
|
|
120
|
+
aoutput(out, this);
|
|
121
|
+
this.finished = true;
|
|
122
|
+
// Padding
|
|
123
|
+
const { buffer, blockLen, counterLen, lengthFlag, view } = this;
|
|
124
|
+
clean(buffer.subarray(this.pos)); // clean buf
|
|
125
|
+
const counter = BigInt((this.length + this.pos) * 8);
|
|
126
|
+
const counterPos = blockLen - counterLen - 1;
|
|
127
|
+
buffer[this.pos] |= 128; // End block flag
|
|
128
|
+
this.length += this.pos; // add unwritten length
|
|
129
|
+
// Not enough in buffer for length: write what we have.
|
|
130
|
+
if (this.pos > counterPos) {
|
|
131
|
+
this.compress(view, 0);
|
|
132
|
+
clean(buffer);
|
|
133
|
+
this.pos = 0;
|
|
134
|
+
}
|
|
135
|
+
// Difference with md: here we have lengthFlag!
|
|
136
|
+
buffer[counterPos] |= lengthFlag; // Length flag
|
|
137
|
+
// We always set 8 byte length flag. Because length will overflow significantly sooner.
|
|
138
|
+
setBigUint64(view, blockLen - 8, counter, false);
|
|
139
|
+
this.compress(view, 0, this.pos !== 0); // don't add length if length is not empty block?
|
|
140
|
+
// Write output
|
|
141
|
+
clean(buffer);
|
|
142
|
+
const v = createView(out);
|
|
143
|
+
const state = this.get();
|
|
144
|
+
for (let i = 0; i < this.outputLen / 4; ++i)
|
|
145
|
+
v.setUint32(i * 4, state[i]);
|
|
146
|
+
}
|
|
147
|
+
digest() {
|
|
148
|
+
const { buffer, outputLen } = this;
|
|
149
|
+
this.digestInto(buffer);
|
|
150
|
+
const res = buffer.slice(0, outputLen);
|
|
151
|
+
this.destroy();
|
|
152
|
+
return res;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
// Constants
|
|
156
|
+
const B64C = /* @__PURE__ */ Uint32Array.from([
|
|
157
|
+
0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,
|
|
158
|
+
0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917,
|
|
159
|
+
0x9216d5d9, 0x8979fb1b, 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, 0xb8e1afed, 0x6a267e96,
|
|
160
|
+
0xba7c9045, 0xf12c7f99, 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, 0x636920d8, 0x71574e69,
|
|
161
|
+
]);
|
|
162
|
+
// first half of C512
|
|
163
|
+
const B32C = B64C.slice(0, 16);
|
|
164
|
+
const B256_IV = SHA256_IV.slice();
|
|
165
|
+
const B224_IV = SHA224_IV.slice();
|
|
166
|
+
const B384_IV = SHA384_IV.slice();
|
|
167
|
+
const B512_IV = SHA512_IV.slice();
|
|
168
|
+
function generateTBL256() {
|
|
169
|
+
const TBL = [];
|
|
170
|
+
for (let i = 0, j = 0; i < 14; i++, j += 16) {
|
|
171
|
+
for (let offset = 1; offset < 16; offset += 2) {
|
|
172
|
+
TBL.push(B32C[BSIGMA[j + offset]]);
|
|
173
|
+
TBL.push(B32C[BSIGMA[j + offset - 1]]);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
return new Uint32Array(TBL);
|
|
177
|
+
}
|
|
178
|
+
const TBL256 = /* @__PURE__ */ generateTBL256(); // C256[SIGMA[X]] precompute
|
|
179
|
+
// Reusable temporary buffer
|
|
180
|
+
const BLAKE256_W = /* @__PURE__ */ new Uint32Array(16);
|
|
181
|
+
class Blake1_32 extends BLAKE1 {
|
|
182
|
+
constructor(outputLen, IV, lengthFlag, opts = {}) {
|
|
183
|
+
super(64, outputLen, lengthFlag, 8, 4, B32C, opts);
|
|
184
|
+
this.v0 = IV[0] | 0;
|
|
185
|
+
this.v1 = IV[1] | 0;
|
|
186
|
+
this.v2 = IV[2] | 0;
|
|
187
|
+
this.v3 = IV[3] | 0;
|
|
188
|
+
this.v4 = IV[4] | 0;
|
|
189
|
+
this.v5 = IV[5] | 0;
|
|
190
|
+
this.v6 = IV[6] | 0;
|
|
191
|
+
this.v7 = IV[7] | 0;
|
|
192
|
+
}
|
|
193
|
+
get() {
|
|
194
|
+
const { v0, v1, v2, v3, v4, v5, v6, v7 } = this;
|
|
195
|
+
return [v0, v1, v2, v3, v4, v5, v6, v7];
|
|
196
|
+
}
|
|
197
|
+
// prettier-ignore
|
|
198
|
+
set(v0, v1, v2, v3, v4, v5, v6, v7) {
|
|
199
|
+
this.v0 = v0 | 0;
|
|
200
|
+
this.v1 = v1 | 0;
|
|
201
|
+
this.v2 = v2 | 0;
|
|
202
|
+
this.v3 = v3 | 0;
|
|
203
|
+
this.v4 = v4 | 0;
|
|
204
|
+
this.v5 = v5 | 0;
|
|
205
|
+
this.v6 = v6 | 0;
|
|
206
|
+
this.v7 = v7 | 0;
|
|
207
|
+
}
|
|
208
|
+
destroy() {
|
|
209
|
+
super.destroy();
|
|
210
|
+
this.set(0, 0, 0, 0, 0, 0, 0, 0);
|
|
211
|
+
}
|
|
212
|
+
compress(view, offset, withLength = true) {
|
|
213
|
+
for (let i = 0; i < 16; i++, offset += 4)
|
|
214
|
+
BLAKE256_W[i] = view.getUint32(offset, false);
|
|
215
|
+
// NOTE: we cannot re-use compress from blake2s, since there is additional xor over u256[SIGMA[e]]
|
|
216
|
+
let v00 = this.v0 | 0;
|
|
217
|
+
let v01 = this.v1 | 0;
|
|
218
|
+
let v02 = this.v2 | 0;
|
|
219
|
+
let v03 = this.v3 | 0;
|
|
220
|
+
let v04 = this.v4 | 0;
|
|
221
|
+
let v05 = this.v5 | 0;
|
|
222
|
+
let v06 = this.v6 | 0;
|
|
223
|
+
let v07 = this.v7 | 0;
|
|
224
|
+
let v08 = this.constants[0] | 0;
|
|
225
|
+
let v09 = this.constants[1] | 0;
|
|
226
|
+
let v10 = this.constants[2] | 0;
|
|
227
|
+
let v11 = this.constants[3] | 0;
|
|
228
|
+
const { h, l } = u64.fromBig(BigInt(withLength ? this.length * 8 : 0));
|
|
229
|
+
let v12 = (this.constants[4] ^ l) >>> 0;
|
|
230
|
+
let v13 = (this.constants[5] ^ l) >>> 0;
|
|
231
|
+
let v14 = (this.constants[6] ^ h) >>> 0;
|
|
232
|
+
let v15 = (this.constants[7] ^ h) >>> 0;
|
|
233
|
+
// prettier-ignore
|
|
234
|
+
for (let i = 0, k = 0, j = 0; i < 14; i++) {
|
|
235
|
+
({ a: v00, b: v04, c: v08, d: v12 } = G1s(v00, v04, v08, v12, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
236
|
+
({ a: v00, b: v04, c: v08, d: v12 } = G2s(v00, v04, v08, v12, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
237
|
+
({ a: v01, b: v05, c: v09, d: v13 } = G1s(v01, v05, v09, v13, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
238
|
+
({ a: v01, b: v05, c: v09, d: v13 } = G2s(v01, v05, v09, v13, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
239
|
+
({ a: v02, b: v06, c: v10, d: v14 } = G1s(v02, v06, v10, v14, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
240
|
+
({ a: v02, b: v06, c: v10, d: v14 } = G2s(v02, v06, v10, v14, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
241
|
+
({ a: v03, b: v07, c: v11, d: v15 } = G1s(v03, v07, v11, v15, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
242
|
+
({ a: v03, b: v07, c: v11, d: v15 } = G2s(v03, v07, v11, v15, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
243
|
+
({ a: v00, b: v05, c: v10, d: v15 } = G1s(v00, v05, v10, v15, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
244
|
+
({ a: v00, b: v05, c: v10, d: v15 } = G2s(v00, v05, v10, v15, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
245
|
+
({ a: v01, b: v06, c: v11, d: v12 } = G1s(v01, v06, v11, v12, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
246
|
+
({ a: v01, b: v06, c: v11, d: v12 } = G2s(v01, v06, v11, v12, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
247
|
+
({ a: v02, b: v07, c: v08, d: v13 } = G1s(v02, v07, v08, v13, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
248
|
+
({ a: v02, b: v07, c: v08, d: v13 } = G2s(v02, v07, v08, v13, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
249
|
+
({ a: v03, b: v04, c: v09, d: v14 } = G1s(v03, v04, v09, v14, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
250
|
+
({ a: v03, b: v04, c: v09, d: v14 } = G2s(v03, v04, v09, v14, BLAKE256_W[BSIGMA[k++]] ^ TBL256[j++]));
|
|
251
|
+
}
|
|
252
|
+
this.v0 = (this.v0 ^ v00 ^ v08 ^ this.salt[0]) >>> 0;
|
|
253
|
+
this.v1 = (this.v1 ^ v01 ^ v09 ^ this.salt[1]) >>> 0;
|
|
254
|
+
this.v2 = (this.v2 ^ v02 ^ v10 ^ this.salt[2]) >>> 0;
|
|
255
|
+
this.v3 = (this.v3 ^ v03 ^ v11 ^ this.salt[3]) >>> 0;
|
|
256
|
+
this.v4 = (this.v4 ^ v04 ^ v12 ^ this.salt[0]) >>> 0;
|
|
257
|
+
this.v5 = (this.v5 ^ v05 ^ v13 ^ this.salt[1]) >>> 0;
|
|
258
|
+
this.v6 = (this.v6 ^ v06 ^ v14 ^ this.salt[2]) >>> 0;
|
|
259
|
+
this.v7 = (this.v7 ^ v07 ^ v15 ^ this.salt[3]) >>> 0;
|
|
260
|
+
clean(BLAKE256_W);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
const BBUF = /* @__PURE__ */ new Uint32Array(32);
|
|
264
|
+
const BLAKE512_W = /* @__PURE__ */ new Uint32Array(32);
|
|
265
|
+
function generateTBL512() {
|
|
266
|
+
const TBL = [];
|
|
267
|
+
for (let r = 0, k = 0; r < 16; r++, k += 16) {
|
|
268
|
+
for (let offset = 1; offset < 16; offset += 2) {
|
|
269
|
+
TBL.push(B64C[BSIGMA[k + offset] * 2 + 0]);
|
|
270
|
+
TBL.push(B64C[BSIGMA[k + offset] * 2 + 1]);
|
|
271
|
+
TBL.push(B64C[BSIGMA[k + offset - 1] * 2 + 0]);
|
|
272
|
+
TBL.push(B64C[BSIGMA[k + offset - 1] * 2 + 1]);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
return new Uint32Array(TBL);
|
|
276
|
+
}
|
|
277
|
+
const TBL512 = /* @__PURE__ */ generateTBL512(); // C512[SIGMA[X]] precompute
|
|
278
|
+
// Mixing function G splitted in two halfs
|
|
279
|
+
function G1b(a, b, c, d, msg, k) {
|
|
280
|
+
const Xpos = 2 * BSIGMA[k];
|
|
281
|
+
const Xl = msg[Xpos + 1] ^ TBL512[k * 2 + 1], Xh = msg[Xpos] ^ TBL512[k * 2]; // prettier-ignore
|
|
282
|
+
let Al = BBUF[2 * a + 1], Ah = BBUF[2 * a]; // prettier-ignore
|
|
283
|
+
let Bl = BBUF[2 * b + 1], Bh = BBUF[2 * b]; // prettier-ignore
|
|
284
|
+
let Cl = BBUF[2 * c + 1], Ch = BBUF[2 * c]; // prettier-ignore
|
|
285
|
+
let Dl = BBUF[2 * d + 1], Dh = BBUF[2 * d]; // prettier-ignore
|
|
286
|
+
// v[a] = (v[a] + v[b] + x) | 0;
|
|
287
|
+
let ll = u64.add3L(Al, Bl, Xl);
|
|
288
|
+
Ah = u64.add3H(ll, Ah, Bh, Xh) >>> 0;
|
|
289
|
+
Al = (ll | 0) >>> 0;
|
|
290
|
+
// v[d] = rotr(v[d] ^ v[a], 32)
|
|
291
|
+
({ Dh, Dl } = { Dh: Dh ^ Ah, Dl: Dl ^ Al });
|
|
292
|
+
({ Dh, Dl } = { Dh: u64.rotr32H(Dh, Dl), Dl: u64.rotr32L(Dh, Dl) });
|
|
293
|
+
// v[c] = (v[c] + v[d]) | 0;
|
|
294
|
+
({ h: Ch, l: Cl } = u64.add(Ch, Cl, Dh, Dl));
|
|
295
|
+
// v[b] = rotr(v[b] ^ v[c], 25)
|
|
296
|
+
({ Bh, Bl } = { Bh: Bh ^ Ch, Bl: Bl ^ Cl });
|
|
297
|
+
({ Bh, Bl } = { Bh: u64.rotrSH(Bh, Bl, 25), Bl: u64.rotrSL(Bh, Bl, 25) });
|
|
298
|
+
(BBUF[2 * a + 1] = Al), (BBUF[2 * a] = Ah);
|
|
299
|
+
(BBUF[2 * b + 1] = Bl), (BBUF[2 * b] = Bh);
|
|
300
|
+
(BBUF[2 * c + 1] = Cl), (BBUF[2 * c] = Ch);
|
|
301
|
+
(BBUF[2 * d + 1] = Dl), (BBUF[2 * d] = Dh);
|
|
302
|
+
}
|
|
303
|
+
function G2b(a, b, c, d, msg, k) {
|
|
304
|
+
const Xpos = 2 * BSIGMA[k];
|
|
305
|
+
const Xl = msg[Xpos + 1] ^ TBL512[k * 2 + 1], Xh = msg[Xpos] ^ TBL512[k * 2]; // prettier-ignore
|
|
306
|
+
let Al = BBUF[2 * a + 1], Ah = BBUF[2 * a]; // prettier-ignore
|
|
307
|
+
let Bl = BBUF[2 * b + 1], Bh = BBUF[2 * b]; // prettier-ignore
|
|
308
|
+
let Cl = BBUF[2 * c + 1], Ch = BBUF[2 * c]; // prettier-ignore
|
|
309
|
+
let Dl = BBUF[2 * d + 1], Dh = BBUF[2 * d]; // prettier-ignore
|
|
310
|
+
// v[a] = (v[a] + v[b] + x) | 0;
|
|
311
|
+
let ll = u64.add3L(Al, Bl, Xl);
|
|
312
|
+
Ah = u64.add3H(ll, Ah, Bh, Xh);
|
|
313
|
+
Al = ll | 0;
|
|
314
|
+
// v[d] = rotr(v[d] ^ v[a], 16)
|
|
315
|
+
({ Dh, Dl } = { Dh: Dh ^ Ah, Dl: Dl ^ Al });
|
|
316
|
+
({ Dh, Dl } = { Dh: u64.rotrSH(Dh, Dl, 16), Dl: u64.rotrSL(Dh, Dl, 16) });
|
|
317
|
+
// v[c] = (v[c] + v[d]) | 0;
|
|
318
|
+
({ h: Ch, l: Cl } = u64.add(Ch, Cl, Dh, Dl));
|
|
319
|
+
// v[b] = rotr(v[b] ^ v[c], 11)
|
|
320
|
+
({ Bh, Bl } = { Bh: Bh ^ Ch, Bl: Bl ^ Cl });
|
|
321
|
+
({ Bh, Bl } = { Bh: u64.rotrSH(Bh, Bl, 11), Bl: u64.rotrSL(Bh, Bl, 11) });
|
|
322
|
+
(BBUF[2 * a + 1] = Al), (BBUF[2 * a] = Ah);
|
|
323
|
+
(BBUF[2 * b + 1] = Bl), (BBUF[2 * b] = Bh);
|
|
324
|
+
(BBUF[2 * c + 1] = Cl), (BBUF[2 * c] = Ch);
|
|
325
|
+
(BBUF[2 * d + 1] = Dl), (BBUF[2 * d] = Dh);
|
|
326
|
+
}
|
|
327
|
+
class Blake1_64 extends BLAKE1 {
|
|
328
|
+
constructor(outputLen, IV, lengthFlag, opts = {}) {
|
|
329
|
+
super(128, outputLen, lengthFlag, 16, 8, B64C, opts);
|
|
330
|
+
this.v0l = IV[0] | 0;
|
|
331
|
+
this.v0h = IV[1] | 0;
|
|
332
|
+
this.v1l = IV[2] | 0;
|
|
333
|
+
this.v1h = IV[3] | 0;
|
|
334
|
+
this.v2l = IV[4] | 0;
|
|
335
|
+
this.v2h = IV[5] | 0;
|
|
336
|
+
this.v3l = IV[6] | 0;
|
|
337
|
+
this.v3h = IV[7] | 0;
|
|
338
|
+
this.v4l = IV[8] | 0;
|
|
339
|
+
this.v4h = IV[9] | 0;
|
|
340
|
+
this.v5l = IV[10] | 0;
|
|
341
|
+
this.v5h = IV[11] | 0;
|
|
342
|
+
this.v6l = IV[12] | 0;
|
|
343
|
+
this.v6h = IV[13] | 0;
|
|
344
|
+
this.v7l = IV[14] | 0;
|
|
345
|
+
this.v7h = IV[15] | 0;
|
|
346
|
+
}
|
|
347
|
+
// prettier-ignore
|
|
348
|
+
get() {
|
|
349
|
+
let { v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h } = this;
|
|
350
|
+
return [v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h];
|
|
351
|
+
}
|
|
352
|
+
// prettier-ignore
|
|
353
|
+
set(v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h) {
|
|
354
|
+
this.v0l = v0l | 0;
|
|
355
|
+
this.v0h = v0h | 0;
|
|
356
|
+
this.v1l = v1l | 0;
|
|
357
|
+
this.v1h = v1h | 0;
|
|
358
|
+
this.v2l = v2l | 0;
|
|
359
|
+
this.v2h = v2h | 0;
|
|
360
|
+
this.v3l = v3l | 0;
|
|
361
|
+
this.v3h = v3h | 0;
|
|
362
|
+
this.v4l = v4l | 0;
|
|
363
|
+
this.v4h = v4h | 0;
|
|
364
|
+
this.v5l = v5l | 0;
|
|
365
|
+
this.v5h = v5h | 0;
|
|
366
|
+
this.v6l = v6l | 0;
|
|
367
|
+
this.v6h = v6h | 0;
|
|
368
|
+
this.v7l = v7l | 0;
|
|
369
|
+
this.v7h = v7h | 0;
|
|
370
|
+
}
|
|
371
|
+
destroy() {
|
|
372
|
+
super.destroy();
|
|
373
|
+
this.set(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
|
374
|
+
}
|
|
375
|
+
compress(view, offset, withLength = true) {
|
|
376
|
+
for (let i = 0; i < 32; i++, offset += 4)
|
|
377
|
+
BLAKE512_W[i] = view.getUint32(offset, false);
|
|
378
|
+
this.get().forEach((v, i) => (BBUF[i] = v)); // First half from state.
|
|
379
|
+
BBUF.set(this.constants.subarray(0, 16), 16);
|
|
380
|
+
if (withLength) {
|
|
381
|
+
const { h, l } = u64.fromBig(BigInt(this.length * 8));
|
|
382
|
+
BBUF[24] = (BBUF[24] ^ h) >>> 0;
|
|
383
|
+
BBUF[25] = (BBUF[25] ^ l) >>> 0;
|
|
384
|
+
BBUF[26] = (BBUF[26] ^ h) >>> 0;
|
|
385
|
+
BBUF[27] = (BBUF[27] ^ l) >>> 0;
|
|
386
|
+
}
|
|
387
|
+
for (let i = 0, k = 0; i < 16; i++) {
|
|
388
|
+
G1b(0, 4, 8, 12, BLAKE512_W, k++);
|
|
389
|
+
G2b(0, 4, 8, 12, BLAKE512_W, k++);
|
|
390
|
+
G1b(1, 5, 9, 13, BLAKE512_W, k++);
|
|
391
|
+
G2b(1, 5, 9, 13, BLAKE512_W, k++);
|
|
392
|
+
G1b(2, 6, 10, 14, BLAKE512_W, k++);
|
|
393
|
+
G2b(2, 6, 10, 14, BLAKE512_W, k++);
|
|
394
|
+
G1b(3, 7, 11, 15, BLAKE512_W, k++);
|
|
395
|
+
G2b(3, 7, 11, 15, BLAKE512_W, k++);
|
|
396
|
+
G1b(0, 5, 10, 15, BLAKE512_W, k++);
|
|
397
|
+
G2b(0, 5, 10, 15, BLAKE512_W, k++);
|
|
398
|
+
G1b(1, 6, 11, 12, BLAKE512_W, k++);
|
|
399
|
+
G2b(1, 6, 11, 12, BLAKE512_W, k++);
|
|
400
|
+
G1b(2, 7, 8, 13, BLAKE512_W, k++);
|
|
401
|
+
G2b(2, 7, 8, 13, BLAKE512_W, k++);
|
|
402
|
+
G1b(3, 4, 9, 14, BLAKE512_W, k++);
|
|
403
|
+
G2b(3, 4, 9, 14, BLAKE512_W, k++);
|
|
404
|
+
}
|
|
405
|
+
this.v0l ^= BBUF[0] ^ BBUF[16] ^ this.salt[0];
|
|
406
|
+
this.v0h ^= BBUF[1] ^ BBUF[17] ^ this.salt[1];
|
|
407
|
+
this.v1l ^= BBUF[2] ^ BBUF[18] ^ this.salt[2];
|
|
408
|
+
this.v1h ^= BBUF[3] ^ BBUF[19] ^ this.salt[3];
|
|
409
|
+
this.v2l ^= BBUF[4] ^ BBUF[20] ^ this.salt[4];
|
|
410
|
+
this.v2h ^= BBUF[5] ^ BBUF[21] ^ this.salt[5];
|
|
411
|
+
this.v3l ^= BBUF[6] ^ BBUF[22] ^ this.salt[6];
|
|
412
|
+
this.v3h ^= BBUF[7] ^ BBUF[23] ^ this.salt[7];
|
|
413
|
+
this.v4l ^= BBUF[8] ^ BBUF[24] ^ this.salt[0];
|
|
414
|
+
this.v4h ^= BBUF[9] ^ BBUF[25] ^ this.salt[1];
|
|
415
|
+
this.v5l ^= BBUF[10] ^ BBUF[26] ^ this.salt[2];
|
|
416
|
+
this.v5h ^= BBUF[11] ^ BBUF[27] ^ this.salt[3];
|
|
417
|
+
this.v6l ^= BBUF[12] ^ BBUF[28] ^ this.salt[4];
|
|
418
|
+
this.v6h ^= BBUF[13] ^ BBUF[29] ^ this.salt[5];
|
|
419
|
+
this.v7l ^= BBUF[14] ^ BBUF[30] ^ this.salt[6];
|
|
420
|
+
this.v7h ^= BBUF[15] ^ BBUF[31] ^ this.salt[7];
|
|
421
|
+
clean(BBUF, BLAKE512_W);
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
export class BLAKE224 extends Blake1_32 {
|
|
425
|
+
constructor(opts = {}) {
|
|
426
|
+
super(28, B224_IV, 0, opts);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
export class BLAKE256 extends Blake1_32 {
|
|
430
|
+
constructor(opts = {}) {
|
|
431
|
+
super(32, B256_IV, 1, opts);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
export class BLAKE384 extends Blake1_64 {
|
|
435
|
+
constructor(opts = {}) {
|
|
436
|
+
super(48, B384_IV, 0, opts);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
export class BLAKE512 extends Blake1_64 {
|
|
440
|
+
constructor(opts = {}) {
|
|
441
|
+
super(64, B512_IV, 1, opts);
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
/** blake1-224 hash function */
|
|
445
|
+
export const blake224 = /* @__PURE__ */ createOptHasher((opts) => new BLAKE224(opts));
|
|
446
|
+
/** blake1-256 hash function */
|
|
447
|
+
export const blake256 = /* @__PURE__ */ createOptHasher((opts) => new BLAKE256(opts));
|
|
448
|
+
/** blake1-384 hash function */
|
|
449
|
+
export const blake384 = /* @__PURE__ */ createOptHasher((opts) => new BLAKE384(opts));
|
|
450
|
+
/** blake1-512 hash function */
|
|
451
|
+
export const blake512 = /* @__PURE__ */ createOptHasher((opts) => new BLAKE512(opts));
|
|
452
|
+
//# sourceMappingURL=blake1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blake1.js","sourceRoot":"","sources":["../src/blake1.ts"],"names":[],"mappings":"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,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YACtG,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE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,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/C,KAAK,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAC1B,CAAC;CACF;AAED,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC,YAAY,OAAkB,EAAE;QAC9B,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE,CAAW,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;CACF;AACD,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC,YAAY,OAAkB,EAAE;QAC9B,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE,CAAW,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;CACF;AACD,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC,YAAY,OAAkB,EAAE;QAC9B,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE,CAAW,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;CACF;AACD,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC,YAAY,OAAkB,EAAE;QAC9B,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE,CAAW,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;CACF;AACD,+BAA+B;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAW,eAAe,CAAC,eAAe,CAC7D,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,CAC7B,CAAC;AACF,+BAA+B;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAW,eAAe,CAAC,eAAe,CAC7D,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,CAC7B,CAAC;AACF,+BAA+B;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAW,eAAe,CAAC,eAAe,CAC7D,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,CAC7B,CAAC;AACF,+BAA+B;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAW,eAAe,CAAC,eAAe,CAC7D,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,CAC7B,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { Hash, type CHashO, type Input } from './utils.ts';
|
|
2
|
+
/** Blake hash options. dkLen is output length. key is used in MAC mode. salt is used in KDF mode. */
|
|
3
|
+
export type Blake2Opts = {
|
|
4
|
+
dkLen?: number;
|
|
5
|
+
key?: Input;
|
|
6
|
+
salt?: Input;
|
|
7
|
+
personalization?: Input;
|
|
8
|
+
};
|
|
9
|
+
/** Class, from which others are subclassed. */
|
|
10
|
+
export declare abstract class BLAKE2<T extends BLAKE2<T>> extends Hash<T> {
|
|
11
|
+
protected abstract compress(msg: Uint32Array, offset: number, isLast: boolean): void;
|
|
12
|
+
protected abstract get(): number[];
|
|
13
|
+
protected abstract set(...args: number[]): void;
|
|
14
|
+
abstract destroy(): void;
|
|
15
|
+
protected buffer: Uint8Array;
|
|
16
|
+
protected buffer32: Uint32Array;
|
|
17
|
+
protected finished: boolean;
|
|
18
|
+
protected destroyed: boolean;
|
|
19
|
+
protected length: number;
|
|
20
|
+
protected pos: number;
|
|
21
|
+
readonly blockLen: number;
|
|
22
|
+
readonly outputLen: number;
|
|
23
|
+
constructor(blockLen: number, outputLen: number);
|
|
24
|
+
update(data: Input): this;
|
|
25
|
+
digestInto(out: Uint8Array): void;
|
|
26
|
+
digest(): Uint8Array;
|
|
27
|
+
_cloneInto(to?: T): T;
|
|
28
|
+
clone(): T;
|
|
29
|
+
}
|
|
30
|
+
export declare class BLAKE2b extends BLAKE2<BLAKE2b> {
|
|
31
|
+
private v0l;
|
|
32
|
+
private v0h;
|
|
33
|
+
private v1l;
|
|
34
|
+
private v1h;
|
|
35
|
+
private v2l;
|
|
36
|
+
private v2h;
|
|
37
|
+
private v3l;
|
|
38
|
+
private v3h;
|
|
39
|
+
private v4l;
|
|
40
|
+
private v4h;
|
|
41
|
+
private v5l;
|
|
42
|
+
private v5h;
|
|
43
|
+
private v6l;
|
|
44
|
+
private v6h;
|
|
45
|
+
private v7l;
|
|
46
|
+
private v7h;
|
|
47
|
+
constructor(opts?: Blake2Opts);
|
|
48
|
+
protected get(): [
|
|
49
|
+
number,
|
|
50
|
+
number,
|
|
51
|
+
number,
|
|
52
|
+
number,
|
|
53
|
+
number,
|
|
54
|
+
number,
|
|
55
|
+
number,
|
|
56
|
+
number,
|
|
57
|
+
number,
|
|
58
|
+
number,
|
|
59
|
+
number,
|
|
60
|
+
number,
|
|
61
|
+
number,
|
|
62
|
+
number,
|
|
63
|
+
number,
|
|
64
|
+
number
|
|
65
|
+
];
|
|
66
|
+
protected set(v0l: number, v0h: number, v1l: number, v1h: number, v2l: number, v2h: number, v3l: number, v3h: number, v4l: number, v4h: number, v5l: number, v5h: number, v6l: number, v6h: number, v7l: number, v7h: number): void;
|
|
67
|
+
protected compress(msg: Uint32Array, offset: number, isLast: boolean): void;
|
|
68
|
+
destroy(): void;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Blake2b hash function. 64-bit. 1.5x slower than blake2s in JS.
|
|
72
|
+
* @param msg - message that would be hashed
|
|
73
|
+
* @param opts - dkLen output length, key for MAC mode, salt, personalization
|
|
74
|
+
*/
|
|
75
|
+
export declare const blake2b: CHashO;
|
|
76
|
+
export type Num16 = {
|
|
77
|
+
v0: number;
|
|
78
|
+
v1: number;
|
|
79
|
+
v2: number;
|
|
80
|
+
v3: number;
|
|
81
|
+
v4: number;
|
|
82
|
+
v5: number;
|
|
83
|
+
v6: number;
|
|
84
|
+
v7: number;
|
|
85
|
+
v8: number;
|
|
86
|
+
v9: number;
|
|
87
|
+
v10: number;
|
|
88
|
+
v11: number;
|
|
89
|
+
v12: number;
|
|
90
|
+
v13: number;
|
|
91
|
+
v14: number;
|
|
92
|
+
v15: number;
|
|
93
|
+
};
|
|
94
|
+
export declare function compress(s: Uint8Array, offset: number, msg: Uint32Array, rounds: number, v0: number, v1: number, v2: number, v3: number, v4: number, v5: number, v6: number, v7: number, v8: number, v9: number, v10: number, v11: number, v12: number, v13: number, v14: number, v15: number): Num16;
|
|
95
|
+
export declare class BLAKE2s extends BLAKE2<BLAKE2s> {
|
|
96
|
+
private v0;
|
|
97
|
+
private v1;
|
|
98
|
+
private v2;
|
|
99
|
+
private v3;
|
|
100
|
+
private v4;
|
|
101
|
+
private v5;
|
|
102
|
+
private v6;
|
|
103
|
+
private v7;
|
|
104
|
+
constructor(opts?: Blake2Opts);
|
|
105
|
+
protected get(): [number, number, number, number, number, number, number, number];
|
|
106
|
+
protected set(v0: number, v1: number, v2: number, v3: number, v4: number, v5: number, v6: number, v7: number): void;
|
|
107
|
+
protected compress(msg: Uint32Array, offset: number, isLast: boolean): void;
|
|
108
|
+
destroy(): void;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Blake2s hash function. Focuses on 8-bit to 32-bit platforms. 1.5x faster than blake2b in JS.
|
|
112
|
+
* @param msg - message that would be hashed
|
|
113
|
+
* @param opts - dkLen output length, key for MAC mode, salt, personalization
|
|
114
|
+
*/
|
|
115
|
+
export declare const blake2s: CHashO;
|
|
116
|
+
//# sourceMappingURL=blake2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blake2.d.ts","sourceRoot":"","sources":["../src/blake2.ts"],"names":[],"mappings":"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"}
|