@happier-dev/stack 0.1.0-preview.96.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.
Files changed (2769) hide show
  1. package/docs/isolated-linux-vm.md +12 -12
  2. package/docs/server-flavors.md +6 -6
  3. package/docs/tauri.md +1 -0
  4. package/node_modules/@happier-dev/agents/README.md +4 -0
  5. package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts +26 -0
  6. package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts.map +1 -0
  7. package/node_modules/@happier-dev/agents/dist/advancedModes.js +13 -0
  8. package/node_modules/@happier-dev/agents/dist/advancedModes.js.map +1 -0
  9. package/node_modules/@happier-dev/agents/dist/index.d.ts +16 -0
  10. package/node_modules/@happier-dev/agents/dist/index.d.ts.map +1 -0
  11. package/node_modules/@happier-dev/agents/dist/index.js +17 -0
  12. package/node_modules/@happier-dev/agents/dist/index.js.map +1 -0
  13. package/node_modules/@happier-dev/agents/dist/manifest.d.ts +171 -0
  14. package/node_modules/@happier-dev/agents/dist/manifest.d.ts.map +1 -0
  15. package/node_modules/@happier-dev/agents/dist/manifest.js +121 -0
  16. package/node_modules/@happier-dev/agents/dist/manifest.js.map +1 -0
  17. package/node_modules/@happier-dev/agents/dist/models.d.ts +45 -0
  18. package/node_modules/@happier-dev/agents/dist/models.d.ts.map +1 -0
  19. package/node_modules/@happier-dev/agents/dist/models.js +104 -0
  20. package/node_modules/@happier-dev/agents/dist/models.js.map +1 -0
  21. package/node_modules/@happier-dev/agents/dist/permissions/index.d.ts +46 -0
  22. package/node_modules/@happier-dev/agents/dist/permissions/index.d.ts.map +1 -0
  23. package/node_modules/@happier-dev/agents/dist/permissions/index.js +151 -0
  24. package/node_modules/@happier-dev/agents/dist/permissions/index.js.map +1 -0
  25. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts +22 -0
  26. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts.map +1 -0
  27. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js +81 -0
  28. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js.map +1 -0
  29. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts +15 -0
  30. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts.map +1 -0
  31. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js +28 -0
  32. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js.map +1 -0
  33. package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts +6 -0
  34. package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts.map +1 -0
  35. package/node_modules/@happier-dev/agents/dist/providerSettings/index.js +4 -0
  36. package/node_modules/@happier-dev/agents/dist/providerSettings/index.js.map +1 -0
  37. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts +6 -0
  38. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts.map +1 -0
  39. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js +41 -0
  40. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js.map +1 -0
  41. package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts +21 -0
  42. package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts.map +1 -0
  43. package/node_modules/@happier-dev/agents/dist/providerSettings/types.js +2 -0
  44. package/node_modules/@happier-dev/agents/dist/providerSettings/types.js.map +1 -0
  45. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts +28 -0
  46. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts.map +1 -0
  47. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js +143 -0
  48. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js.map +1 -0
  49. package/node_modules/@happier-dev/agents/dist/providers/index.d.ts +2 -0
  50. package/node_modules/@happier-dev/agents/dist/providers/index.d.ts.map +1 -0
  51. package/node_modules/@happier-dev/agents/dist/providers/index.js +2 -0
  52. package/node_modules/@happier-dev/agents/dist/providers/index.js.map +1 -0
  53. package/node_modules/@happier-dev/agents/dist/providers/pi/index.d.ts +2 -0
  54. package/node_modules/@happier-dev/agents/dist/providers/pi/index.d.ts.map +1 -0
  55. package/node_modules/@happier-dev/agents/dist/providers/pi/index.js +2 -0
  56. package/node_modules/@happier-dev/agents/dist/providers/pi/index.js.map +1 -0
  57. package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.d.ts +8 -0
  58. package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.d.ts.map +1 -0
  59. package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.js +26 -0
  60. package/node_modules/@happier-dev/agents/dist/providers/pi/thinking.js.map +1 -0
  61. package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.d.ts +22 -0
  62. package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.d.ts.map +1 -0
  63. package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.js +49 -0
  64. package/node_modules/@happier-dev/agents/dist/sessionControls/metadata.js.map +1 -0
  65. package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.d.ts +19 -0
  66. package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.d.ts.map +1 -0
  67. package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.js +24 -0
  68. package/node_modules/@happier-dev/agents/dist/sessionControls/monotonic.js.map +1 -0
  69. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts +19 -0
  70. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts.map +1 -0
  71. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js +111 -0
  72. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js.map +1 -0
  73. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts +2 -0
  74. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts.map +1 -0
  75. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js +112 -0
  76. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js.map +1 -0
  77. package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts +12 -0
  78. package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts.map +1 -0
  79. package/node_modules/@happier-dev/agents/dist/sessionModes.js +23 -0
  80. package/node_modules/@happier-dev/agents/dist/sessionModes.js.map +1 -0
  81. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts +13 -0
  82. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts.map +1 -0
  83. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js +60 -0
  84. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js.map +1 -0
  85. package/node_modules/@happier-dev/agents/dist/types.d.ts +86 -0
  86. package/node_modules/@happier-dev/agents/dist/types.d.ts.map +1 -0
  87. package/node_modules/@happier-dev/agents/dist/types.js +25 -0
  88. package/node_modules/@happier-dev/agents/dist/types.js.map +1 -0
  89. package/node_modules/@happier-dev/agents/dist/voice/index.d.ts +2 -0
  90. package/node_modules/@happier-dev/agents/dist/voice/index.d.ts.map +1 -0
  91. package/node_modules/@happier-dev/agents/dist/voice/index.js +2 -0
  92. package/node_modules/@happier-dev/agents/dist/voice/index.js.map +1 -0
  93. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts +21 -0
  94. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts.map +1 -0
  95. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js +95 -0
  96. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js.map +1 -0
  97. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts +2 -0
  98. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts.map +1 -0
  99. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js +30 -0
  100. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js.map +1 -0
  101. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts +10 -0
  102. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts.map +1 -0
  103. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js +54 -0
  104. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js.map +1 -0
  105. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts +17 -0
  106. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts.map +1 -0
  107. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js +65 -0
  108. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js.map +1 -0
  109. package/node_modules/@happier-dev/agents/node_modules/zod/LICENSE +21 -0
  110. package/node_modules/@happier-dev/agents/node_modules/zod/README.md +208 -0
  111. package/node_modules/@happier-dev/agents/node_modules/zod/index.cjs +33 -0
  112. package/node_modules/@happier-dev/agents/node_modules/zod/index.d.cts +4 -0
  113. package/node_modules/@happier-dev/agents/node_modules/zod/index.d.ts +4 -0
  114. package/node_modules/@happier-dev/agents/node_modules/zod/index.js +4 -0
  115. package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.cjs +17 -0
  116. package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.d.cts +1 -0
  117. package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.d.ts +1 -0
  118. package/node_modules/@happier-dev/agents/node_modules/zod/locales/index.js +1 -0
  119. package/node_modules/@happier-dev/agents/node_modules/zod/locales/package.json +6 -0
  120. package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.cjs +32 -0
  121. package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.d.cts +3 -0
  122. package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.d.ts +3 -0
  123. package/node_modules/@happier-dev/agents/node_modules/zod/mini/index.js +3 -0
  124. package/node_modules/@happier-dev/agents/node_modules/zod/mini/package.json +6 -0
  125. package/node_modules/@happier-dev/agents/node_modules/zod/package.json +135 -0
  126. package/node_modules/@happier-dev/agents/node_modules/zod/src/index.ts +4 -0
  127. package/node_modules/@happier-dev/agents/node_modules/zod/src/locales/index.ts +1 -0
  128. package/node_modules/@happier-dev/agents/node_modules/zod/src/mini/index.ts +3 -0
  129. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/ZodError.ts +330 -0
  130. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  131. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  132. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  133. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  134. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  135. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  136. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  137. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  138. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  139. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/errors.ts +13 -0
  140. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/external.ts +6 -0
  141. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  142. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  143. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  144. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  145. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  146. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/helpers/util.ts +224 -0
  147. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/index.ts +4 -0
  148. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/locales/en.ts +124 -0
  149. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/standard-schema.ts +113 -0
  150. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  151. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  152. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  153. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  154. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  155. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  156. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  157. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  158. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  159. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  160. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  161. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  162. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  163. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  164. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  165. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  166. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  167. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  168. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  169. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/error.test.ts +551 -0
  170. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  171. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  172. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  173. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  174. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  175. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
  176. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  177. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
  178. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  179. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  180. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  181. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  182. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  183. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  184. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  185. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  186. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  187. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  188. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/object.test.ts +434 -0
  189. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  190. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  191. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  192. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  193. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  194. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  195. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  196. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  197. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  198. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
  199. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  200. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  201. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  202. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  203. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  204. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  205. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/string.test.ts +916 -0
  206. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  207. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  208. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  209. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  210. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  211. package/node_modules/@happier-dev/agents/node_modules/zod/src/v3/types.ts +5138 -0
  212. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/checks.ts +32 -0
  213. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  214. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/compat.ts +70 -0
  215. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/errors.ts +82 -0
  216. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/external.ts +51 -0
  217. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
  218. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/index.ts +5 -0
  219. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/iso.ts +90 -0
  220. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/parse.ts +82 -0
  221. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
  222. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  223. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
  224. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  225. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
  226. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  227. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  228. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  229. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
  230. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  231. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
  232. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  233. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
  234. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
  235. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  236. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  237. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  238. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
  239. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
  240. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
  241. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  242. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  243. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
  244. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
  245. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
  246. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
  247. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  248. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  249. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  250. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
  251. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
  252. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  253. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
  254. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
  255. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
  256. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
  257. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  258. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
  259. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
  260. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
  261. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  262. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  263. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  264. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  265. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
  266. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
  267. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
  268. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
  269. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  270. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  271. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
  272. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
  273. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  274. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  275. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  276. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
  277. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/record.test.ts +632 -0
  278. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
  279. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
  280. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  281. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
  282. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
  283. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  284. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
  285. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
  286. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
  287. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  288. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2990 -0
  289. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
  290. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
  291. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
  292. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  293. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  294. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  295. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/api.ts +1798 -0
  296. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/checks.ts +1293 -0
  297. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/config.ts +15 -0
  298. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/core.ts +138 -0
  299. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/doc.ts +44 -0
  300. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/errors.ts +448 -0
  301. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/index.ts +16 -0
  302. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
  303. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
  304. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/json-schema.ts +147 -0
  305. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/parse.ts +195 -0
  306. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/regexes.ts +183 -0
  307. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/registries.ts +105 -0
  308. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/schemas.ts +4538 -0
  309. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  310. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  311. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  312. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  313. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  314. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
  315. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  316. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  317. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  318. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  319. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
  320. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
  321. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  322. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
  323. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/util.ts +966 -0
  324. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/versions.ts +5 -0
  325. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/core/zsf.ts +323 -0
  326. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/index.ts +4 -0
  327. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ar.ts +115 -0
  328. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/az.ts +111 -0
  329. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/be.ts +176 -0
  330. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/bg.ts +128 -0
  331. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ca.ts +116 -0
  332. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/cs.ts +118 -0
  333. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/da.ts +123 -0
  334. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/de.ts +116 -0
  335. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/en.ts +119 -0
  336. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/eo.ts +118 -0
  337. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/es.ts +141 -0
  338. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fa.ts +126 -0
  339. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fi.ts +121 -0
  340. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
  341. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/fr.ts +116 -0
  342. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/he.ts +246 -0
  343. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/hu.ts +117 -0
  344. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/hy.ts +164 -0
  345. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/id.ts +115 -0
  346. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/index.ts +49 -0
  347. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/is.ts +119 -0
  348. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/it.ts +116 -0
  349. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ja.ts +114 -0
  350. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ka.ts +123 -0
  351. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/kh.ts +7 -0
  352. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/km.ts +119 -0
  353. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ko.ts +121 -0
  354. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/lt.ts +239 -0
  355. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/mk.ts +118 -0
  356. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ms.ts +115 -0
  357. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/nl.ts +121 -0
  358. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/no.ts +116 -0
  359. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ota.ts +117 -0
  360. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/pl.ts +118 -0
  361. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ps.ts +126 -0
  362. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/pt.ts +116 -0
  363. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ru.ts +176 -0
  364. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/sl.ts +118 -0
  365. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/sv.ts +119 -0
  366. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ta.ts +118 -0
  367. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/th.ts +119 -0
  368. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/tr.ts +111 -0
  369. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ua.ts +7 -0
  370. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/uk.ts +117 -0
  371. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/ur.ts +119 -0
  372. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/uz.ts +116 -0
  373. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/vi.ts +117 -0
  374. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/yo.ts +124 -0
  375. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
  376. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
  377. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/checks.ts +32 -0
  378. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  379. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/external.ts +40 -0
  380. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/index.ts +3 -0
  381. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/iso.ts +66 -0
  382. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/parse.ts +14 -0
  383. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
  384. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
  385. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
  386. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  387. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
  388. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
  389. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  390. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
  391. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
  392. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
  393. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
  394. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
  395. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  396. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
  397. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  398. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
  399. package/node_modules/@happier-dev/agents/node_modules/zod/src/v4-mini/index.ts +3 -0
  400. package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.cjs +138 -0
  401. package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.d.cts +164 -0
  402. package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.d.ts +164 -0
  403. package/node_modules/@happier-dev/agents/node_modules/zod/v3/ZodError.js +133 -0
  404. package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.cjs +17 -0
  405. package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.d.cts +5 -0
  406. package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.d.ts +5 -0
  407. package/node_modules/@happier-dev/agents/node_modules/zod/v3/errors.js +9 -0
  408. package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.cjs +22 -0
  409. package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.d.cts +6 -0
  410. package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.d.ts +6 -0
  411. package/node_modules/@happier-dev/agents/node_modules/zod/v3/external.js +6 -0
  412. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  413. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  414. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  415. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  416. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  417. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  418. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  419. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  420. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  421. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  422. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  423. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  424. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  425. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  426. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  427. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  428. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  429. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  430. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  431. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  432. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.cjs +137 -0
  433. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.d.cts +85 -0
  434. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.d.ts +85 -0
  435. package/node_modules/@happier-dev/agents/node_modules/zod/v3/helpers/util.js +133 -0
  436. package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.cjs +33 -0
  437. package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.d.cts +4 -0
  438. package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.d.ts +4 -0
  439. package/node_modules/@happier-dev/agents/node_modules/zod/v3/index.js +4 -0
  440. package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.cjs +112 -0
  441. package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.d.cts +3 -0
  442. package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.d.ts +3 -0
  443. package/node_modules/@happier-dev/agents/node_modules/zod/v3/locales/en.js +109 -0
  444. package/node_modules/@happier-dev/agents/node_modules/zod/v3/package.json +6 -0
  445. package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.cjs +2 -0
  446. package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.d.cts +102 -0
  447. package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.d.ts +102 -0
  448. package/node_modules/@happier-dev/agents/node_modules/zod/v3/standard-schema.js +1 -0
  449. package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.cjs +3777 -0
  450. package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.d.cts +1034 -0
  451. package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.d.ts +1034 -0
  452. package/node_modules/@happier-dev/agents/node_modules/zod/v3/types.js +3695 -0
  453. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.cjs +33 -0
  454. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.d.cts +1 -0
  455. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.d.ts +1 -0
  456. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/checks.js +1 -0
  457. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.cjs +47 -0
  458. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  459. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  460. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/coerce.js +17 -0
  461. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.cjs +61 -0
  462. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.d.cts +50 -0
  463. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.d.ts +50 -0
  464. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/compat.js +31 -0
  465. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.cjs +74 -0
  466. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.d.cts +30 -0
  467. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.d.ts +30 -0
  468. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/errors.js +48 -0
  469. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.cjs +73 -0
  470. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.d.cts +15 -0
  471. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.d.ts +15 -0
  472. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/external.js +20 -0
  473. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
  474. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  475. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  476. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/from-json-schema.js +584 -0
  477. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.cjs +33 -0
  478. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.d.cts +4 -0
  479. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.d.ts +4 -0
  480. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/index.js +4 -0
  481. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.cjs +60 -0
  482. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.d.cts +22 -0
  483. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.d.ts +22 -0
  484. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/iso.js +30 -0
  485. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/package.json +6 -0
  486. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.cjs +41 -0
  487. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.d.cts +31 -0
  488. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.d.ts +31 -0
  489. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/parse.js +15 -0
  490. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.cjs +1272 -0
  491. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.d.cts +739 -0
  492. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.d.ts +739 -0
  493. package/node_modules/@happier-dev/agents/node_modules/zod/v4/classic/schemas.js +1157 -0
  494. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.cjs +1222 -0
  495. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.d.cts +304 -0
  496. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.d.ts +304 -0
  497. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/api.js +1082 -0
  498. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.cjs +601 -0
  499. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.d.cts +278 -0
  500. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.d.ts +278 -0
  501. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/checks.js +575 -0
  502. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.cjs +83 -0
  503. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.d.cts +70 -0
  504. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.d.ts +70 -0
  505. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/core.js +76 -0
  506. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.cjs +39 -0
  507. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.d.cts +14 -0
  508. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.d.ts +14 -0
  509. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/doc.js +35 -0
  510. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.cjs +213 -0
  511. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.d.cts +220 -0
  512. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.d.ts +220 -0
  513. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/errors.js +182 -0
  514. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.cjs +47 -0
  515. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.d.cts +16 -0
  516. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.d.ts +16 -0
  517. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/index.js +16 -0
  518. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
  519. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  520. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  521. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-generator.js +95 -0
  522. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
  523. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  524. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  525. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema-processors.js +605 -0
  526. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.cjs +2 -0
  527. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.d.cts +88 -0
  528. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.d.ts +88 -0
  529. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/json-schema.js +1 -0
  530. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/package.json +6 -0
  531. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.cjs +131 -0
  532. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.d.cts +49 -0
  533. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.d.ts +49 -0
  534. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/parse.js +93 -0
  535. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.cjs +166 -0
  536. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.d.cts +79 -0
  537. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.d.ts +79 -0
  538. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/regexes.js +133 -0
  539. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.cjs +56 -0
  540. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.d.cts +35 -0
  541. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.d.ts +35 -0
  542. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/registries.js +51 -0
  543. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.cjs +2124 -0
  544. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.d.cts +1146 -0
  545. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.d.ts +1146 -0
  546. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/schemas.js +2093 -0
  547. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  548. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  549. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  550. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/standard-schema.js +1 -0
  551. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
  552. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
  553. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
  554. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/to-json-schema.js +437 -0
  555. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.cjs +710 -0
  556. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.d.cts +199 -0
  557. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.d.ts +199 -0
  558. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/util.js +651 -0
  559. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.cjs +8 -0
  560. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.d.cts +5 -0
  561. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.d.ts +5 -0
  562. package/node_modules/@happier-dev/agents/node_modules/zod/v4/core/versions.js +5 -0
  563. package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.cjs +22 -0
  564. package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.d.cts +3 -0
  565. package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.d.ts +3 -0
  566. package/node_modules/@happier-dev/agents/node_modules/zod/v4/index.js +3 -0
  567. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.cjs +133 -0
  568. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.d.cts +5 -0
  569. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.d.ts +4 -0
  570. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ar.js +106 -0
  571. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.cjs +132 -0
  572. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.d.cts +5 -0
  573. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.d.ts +4 -0
  574. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/az.js +105 -0
  575. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.cjs +183 -0
  576. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.d.cts +5 -0
  577. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.d.ts +4 -0
  578. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/be.js +156 -0
  579. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.cjs +147 -0
  580. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.d.cts +5 -0
  581. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.d.ts +4 -0
  582. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/bg.js +120 -0
  583. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.cjs +134 -0
  584. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.d.cts +5 -0
  585. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.d.ts +4 -0
  586. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ca.js +107 -0
  587. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.cjs +138 -0
  588. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.d.cts +5 -0
  589. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.d.ts +4 -0
  590. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/cs.js +111 -0
  591. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.cjs +142 -0
  592. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.d.cts +5 -0
  593. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.d.ts +4 -0
  594. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/da.js +115 -0
  595. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.cjs +135 -0
  596. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.d.cts +5 -0
  597. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.d.ts +4 -0
  598. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/de.js +108 -0
  599. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.cjs +136 -0
  600. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.d.cts +5 -0
  601. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.d.ts +4 -0
  602. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/en.js +109 -0
  603. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.cjs +136 -0
  604. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.d.cts +5 -0
  605. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.d.ts +4 -0
  606. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/eo.js +109 -0
  607. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.cjs +159 -0
  608. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.d.cts +5 -0
  609. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.d.ts +4 -0
  610. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/es.js +132 -0
  611. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.cjs +141 -0
  612. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.d.cts +5 -0
  613. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.d.ts +4 -0
  614. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fa.js +114 -0
  615. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.cjs +139 -0
  616. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.d.cts +5 -0
  617. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.d.ts +4 -0
  618. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fi.js +112 -0
  619. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
  620. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  621. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  622. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr-CA.js +107 -0
  623. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.cjs +135 -0
  624. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.d.cts +5 -0
  625. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.d.ts +4 -0
  626. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/fr.js +108 -0
  627. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.cjs +241 -0
  628. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.d.cts +5 -0
  629. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.d.ts +4 -0
  630. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/he.js +214 -0
  631. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.cjs +135 -0
  632. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.d.cts +5 -0
  633. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.d.ts +4 -0
  634. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hu.js +108 -0
  635. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.cjs +174 -0
  636. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.d.cts +5 -0
  637. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.d.ts +4 -0
  638. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/hy.js +147 -0
  639. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.cjs +133 -0
  640. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.d.cts +5 -0
  641. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.d.ts +4 -0
  642. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/id.js +106 -0
  643. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.cjs +104 -0
  644. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.d.cts +49 -0
  645. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.d.ts +49 -0
  646. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/index.js +49 -0
  647. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.cjs +136 -0
  648. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.d.cts +5 -0
  649. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.d.ts +4 -0
  650. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/is.js +109 -0
  651. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.cjs +135 -0
  652. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.d.cts +5 -0
  653. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.d.ts +4 -0
  654. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/it.js +108 -0
  655. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.cjs +134 -0
  656. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.d.cts +5 -0
  657. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.d.ts +4 -0
  658. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ja.js +107 -0
  659. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.cjs +139 -0
  660. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.d.cts +5 -0
  661. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.d.ts +4 -0
  662. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ka.js +112 -0
  663. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.cjs +12 -0
  664. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.d.cts +5 -0
  665. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.d.ts +5 -0
  666. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/kh.js +5 -0
  667. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.cjs +137 -0
  668. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.d.cts +5 -0
  669. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.d.ts +4 -0
  670. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/km.js +110 -0
  671. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.cjs +138 -0
  672. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.d.cts +5 -0
  673. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.d.ts +4 -0
  674. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ko.js +111 -0
  675. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.cjs +230 -0
  676. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.d.cts +5 -0
  677. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.d.ts +4 -0
  678. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/lt.js +203 -0
  679. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.cjs +136 -0
  680. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.d.cts +5 -0
  681. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.d.ts +4 -0
  682. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/mk.js +109 -0
  683. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.cjs +134 -0
  684. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.d.cts +5 -0
  685. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.d.ts +4 -0
  686. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ms.js +107 -0
  687. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.cjs +137 -0
  688. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.d.cts +5 -0
  689. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.d.ts +4 -0
  690. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/nl.js +110 -0
  691. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.cjs +135 -0
  692. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.d.cts +5 -0
  693. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.d.ts +4 -0
  694. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/no.js +108 -0
  695. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.cjs +136 -0
  696. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.d.cts +5 -0
  697. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.d.ts +4 -0
  698. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ota.js +109 -0
  699. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/package.json +6 -0
  700. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.cjs +136 -0
  701. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.d.cts +5 -0
  702. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.d.ts +4 -0
  703. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pl.js +109 -0
  704. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.cjs +141 -0
  705. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.d.cts +5 -0
  706. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.d.ts +4 -0
  707. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ps.js +114 -0
  708. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.cjs +135 -0
  709. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.d.cts +5 -0
  710. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.d.ts +4 -0
  711. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/pt.js +108 -0
  712. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.cjs +183 -0
  713. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.d.cts +5 -0
  714. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.d.ts +4 -0
  715. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ru.js +156 -0
  716. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.cjs +136 -0
  717. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.d.cts +5 -0
  718. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.d.ts +4 -0
  719. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sl.js +109 -0
  720. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.cjs +137 -0
  721. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.d.cts +5 -0
  722. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.d.ts +4 -0
  723. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/sv.js +110 -0
  724. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.cjs +137 -0
  725. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.d.cts +5 -0
  726. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.d.ts +4 -0
  727. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ta.js +110 -0
  728. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.cjs +137 -0
  729. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.d.cts +5 -0
  730. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.d.ts +4 -0
  731. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/th.js +110 -0
  732. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.cjs +132 -0
  733. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.d.cts +5 -0
  734. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.d.ts +4 -0
  735. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/tr.js +105 -0
  736. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.cjs +12 -0
  737. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.d.cts +5 -0
  738. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.d.ts +5 -0
  739. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ua.js +5 -0
  740. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.cjs +135 -0
  741. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.d.cts +5 -0
  742. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.d.ts +4 -0
  743. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uk.js +108 -0
  744. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.cjs +137 -0
  745. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.d.cts +5 -0
  746. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.d.ts +4 -0
  747. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/ur.js +110 -0
  748. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.cjs +136 -0
  749. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.d.cts +5 -0
  750. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.d.ts +4 -0
  751. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/uz.js +109 -0
  752. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.cjs +135 -0
  753. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.d.cts +5 -0
  754. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.d.ts +4 -0
  755. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/vi.js +108 -0
  756. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.cjs +134 -0
  757. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.d.cts +5 -0
  758. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.d.ts +4 -0
  759. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/yo.js +107 -0
  760. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
  761. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  762. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  763. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-CN.js +109 -0
  764. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
  765. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  766. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  767. package/node_modules/@happier-dev/agents/node_modules/zod/v4/locales/zh-TW.js +107 -0
  768. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.cjs +34 -0
  769. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.d.cts +1 -0
  770. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.d.ts +1 -0
  771. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/checks.js +1 -0
  772. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.cjs +52 -0
  773. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  774. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  775. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/coerce.js +22 -0
  776. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.cjs +63 -0
  777. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.d.cts +12 -0
  778. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.d.ts +12 -0
  779. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/external.js +14 -0
  780. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.cjs +32 -0
  781. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.d.cts +3 -0
  782. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.d.ts +3 -0
  783. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/index.js +3 -0
  784. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.cjs +64 -0
  785. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.d.cts +22 -0
  786. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.d.ts +22 -0
  787. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/iso.js +34 -0
  788. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/package.json +6 -0
  789. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.cjs +16 -0
  790. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.d.cts +1 -0
  791. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.d.ts +1 -0
  792. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/parse.js +1 -0
  793. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.cjs +1046 -0
  794. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.d.cts +427 -0
  795. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.d.ts +427 -0
  796. package/node_modules/@happier-dev/agents/node_modules/zod/v4/mini/schemas.js +925 -0
  797. package/node_modules/@happier-dev/agents/node_modules/zod/v4/package.json +6 -0
  798. package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.cjs +32 -0
  799. package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.d.cts +3 -0
  800. package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.d.ts +3 -0
  801. package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/index.js +3 -0
  802. package/node_modules/@happier-dev/agents/node_modules/zod/v4-mini/package.json +6 -0
  803. package/node_modules/@happier-dev/agents/package.json +18 -0
  804. package/node_modules/@happier-dev/cli-common/dist/index.d.ts +2 -0
  805. package/node_modules/@happier-dev/cli-common/dist/index.d.ts.map +1 -1
  806. package/node_modules/@happier-dev/cli-common/dist/index.js +2 -0
  807. package/node_modules/@happier-dev/cli-common/dist/index.js.map +1 -1
  808. package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts +51 -0
  809. package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts.map +1 -0
  810. package/node_modules/@happier-dev/cli-common/dist/providers/index.js +129 -0
  811. package/node_modules/@happier-dev/cli-common/dist/providers/index.js.map +1 -0
  812. package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts +5 -0
  813. package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts.map +1 -0
  814. package/node_modules/@happier-dev/cli-common/dist/service/index.js +5 -0
  815. package/node_modules/@happier-dev/cli-common/dist/service/index.js.map +1 -0
  816. package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts +19 -0
  817. package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts.map +1 -0
  818. package/node_modules/@happier-dev/cli-common/dist/service/launchd.js +117 -0
  819. package/node_modules/@happier-dev/cli-common/dist/service/launchd.js.map +1 -0
  820. package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts +55 -0
  821. package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts.map +1 -0
  822. package/node_modules/@happier-dev/cli-common/dist/service/manager.js +337 -0
  823. package/node_modules/@happier-dev/cli-common/dist/service/manager.js.map +1 -0
  824. package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts +12 -0
  825. package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts.map +1 -0
  826. package/node_modules/@happier-dev/cli-common/dist/service/systemd.js +75 -0
  827. package/node_modules/@happier-dev/cli-common/dist/service/systemd.js.map +1 -0
  828. package/node_modules/@happier-dev/cli-common/dist/service/windows.d.ts +8 -0
  829. package/node_modules/@happier-dev/cli-common/dist/service/windows.d.ts.map +1 -0
  830. package/node_modules/@happier-dev/cli-common/dist/service/windows.js +29 -0
  831. package/node_modules/@happier-dev/cli-common/dist/service/windows.js.map +1 -0
  832. package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts +9 -0
  833. package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts.map +1 -1
  834. package/node_modules/@happier-dev/cli-common/dist/update/index.js +17 -3
  835. package/node_modules/@happier-dev/cli-common/dist/update/index.js.map +1 -1
  836. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts +4 -0
  837. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts.map +1 -1
  838. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js +70 -1
  839. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js.map +1 -1
  840. package/node_modules/@happier-dev/cli-common/package.json +11 -0
  841. package/node_modules/@happier-dev/protocol/README.md +12 -0
  842. package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.d.ts +17 -0
  843. package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.d.ts.map +1 -0
  844. package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.js +10 -0
  845. package/node_modules/@happier-dev/protocol/dist/account/encryptionMode.js.map +1 -0
  846. package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts +103 -0
  847. package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts.map +1 -0
  848. package/node_modules/@happier-dev/protocol/dist/account/profile.js +37 -0
  849. package/node_modules/@happier-dev/protocol/dist/account/profile.js.map +1 -0
  850. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts +80 -0
  851. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts.map +1 -0
  852. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js +49 -0
  853. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js.map +1 -0
  854. package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts +2 -0
  855. package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts.map +1 -0
  856. package/node_modules/@happier-dev/protocol/dist/account/settings/index.js +2 -0
  857. package/node_modules/@happier-dev/protocol/dist/account/settings/index.js.map +1 -0
  858. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts +6 -0
  859. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts.map +1 -0
  860. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js +75 -0
  861. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js.map +1 -0
  862. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts +151 -0
  863. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts.map +1 -0
  864. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js +326 -0
  865. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js.map +1 -0
  866. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts +35 -0
  867. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts.map +1 -0
  868. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js +43 -0
  869. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js.map +1 -0
  870. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts +2 -0
  871. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts.map +1 -0
  872. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js +12 -0
  873. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js.map +1 -0
  874. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts +15 -0
  875. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts.map +1 -0
  876. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js +223 -0
  877. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js.map +1 -0
  878. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.d.ts +8 -0
  879. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.d.ts.map +1 -0
  880. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.js +19 -0
  881. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.js.map +1 -0
  882. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts +2 -0
  883. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts.map +1 -0
  884. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js +35 -0
  885. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js.map +1 -0
  886. package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.d.ts +4 -0
  887. package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.d.ts.map +1 -0
  888. package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.js +107 -0
  889. package/node_modules/@happier-dev/protocol/dist/actions/actionInputJsonSchema.js.map +1 -0
  890. package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.d.ts +9 -0
  891. package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.d.ts.map +1 -0
  892. package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.js +93 -0
  893. package/node_modules/@happier-dev/protocol/dist/actions/actionInputPredicates.js.map +1 -0
  894. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts +108 -0
  895. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts.map +1 -0
  896. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js +53 -0
  897. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js.map +1 -0
  898. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts +2 -0
  899. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts.map +1 -0
  900. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js +18 -0
  901. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js.map +1 -0
  902. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts +211 -0
  903. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts.map +1 -0
  904. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js +1181 -0
  905. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js.map +1 -0
  906. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts +2 -0
  907. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts.map +1 -0
  908. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js +184 -0
  909. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js.map +1 -0
  910. package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.d.ts +19 -0
  911. package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.d.ts.map +1 -0
  912. package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.js +18 -0
  913. package/node_modules/@happier-dev/protocol/dist/actions/actionUiPlacements.js.map +1 -0
  914. package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts +10 -0
  915. package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts.map +1 -0
  916. package/node_modules/@happier-dev/protocol/dist/actions/index.js +10 -0
  917. package/node_modules/@happier-dev/protocol/dist/actions/index.js.map +1 -0
  918. package/node_modules/@happier-dev/protocol/dist/auth/errors.d.ts +25 -0
  919. package/node_modules/@happier-dev/protocol/dist/auth/errors.d.ts.map +1 -0
  920. package/node_modules/@happier-dev/protocol/dist/auth/errors.js +27 -0
  921. package/node_modules/@happier-dev/protocol/dist/auth/errors.js.map +1 -0
  922. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts +35 -0
  923. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts.map +1 -0
  924. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js +36 -0
  925. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js.map +1 -0
  926. package/node_modules/@happier-dev/protocol/dist/auth/providers.d.ts +4 -0
  927. package/node_modules/@happier-dev/protocol/dist/auth/providers.d.ts.map +1 -0
  928. package/node_modules/@happier-dev/protocol/dist/auth/providers.js +3 -0
  929. package/node_modules/@happier-dev/protocol/dist/auth/providers.js.map +1 -0
  930. package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.d.ts +7 -0
  931. package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.d.ts.map +1 -0
  932. package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.js +20 -0
  933. package/node_modules/@happier-dev/protocol/dist/bugReports/artifacts.js.map +1 -0
  934. package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.d.ts +20 -0
  935. package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.d.ts.map +1 -0
  936. package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.js +107 -0
  937. package/node_modules/@happier-dev/protocol/dist/bugReports/fallback.js.map +1 -0
  938. package/node_modules/@happier-dev/protocol/dist/bugReports/http.d.ts +12 -0
  939. package/node_modules/@happier-dev/protocol/dist/bugReports/http.d.ts.map +1 -0
  940. package/node_modules/@happier-dev/protocol/dist/bugReports/http.js +51 -0
  941. package/node_modules/@happier-dev/protocol/dist/bugReports/http.js.map +1 -0
  942. package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.d.ts +18 -0
  943. package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.d.ts.map +1 -0
  944. package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.js +25 -0
  945. package/node_modules/@happier-dev/protocol/dist/bugReports/issueTarget.js.map +1 -0
  946. package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.d.ts +36 -0
  947. package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.d.ts.map +1 -0
  948. package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.js +30 -0
  949. package/node_modules/@happier-dev/protocol/dist/bugReports/machineDiagnostics.js.map +1 -0
  950. package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.d.ts +3 -0
  951. package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.d.ts.map +1 -0
  952. package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.js +17 -0
  953. package/node_modules/@happier-dev/protocol/dist/bugReports/redaction.js.map +1 -0
  954. package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.d.ts +3 -0
  955. package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.d.ts.map +1 -0
  956. package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.js +30 -0
  957. package/node_modules/@happier-dev/protocol/dist/bugReports/reporter.js.map +1 -0
  958. package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.d.ts +7 -0
  959. package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.d.ts.map +1 -0
  960. package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.js +65 -0
  961. package/node_modules/@happier-dev/protocol/dist/bugReports/sanitize.js.map +1 -0
  962. package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.d.ts +2 -0
  963. package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.d.ts.map +1 -0
  964. package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.js +7 -0
  965. package/node_modules/@happier-dev/protocol/dist/bugReports/serverDiagnostics.js.map +1 -0
  966. package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.d.ts +21 -0
  967. package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.d.ts.map +1 -0
  968. package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.js +33 -0
  969. package/node_modules/@happier-dev/protocol/dist/bugReports/similarIssues.js.map +1 -0
  970. package/node_modules/@happier-dev/protocol/dist/bugReports/submit.d.ts +7 -0
  971. package/node_modules/@happier-dev/protocol/dist/bugReports/submit.d.ts.map +1 -0
  972. package/node_modules/@happier-dev/protocol/dist/bugReports/submit.js +93 -0
  973. package/node_modules/@happier-dev/protocol/dist/bugReports/submit.js.map +1 -0
  974. package/node_modules/@happier-dev/protocol/dist/bugReports/types.d.ts +52 -0
  975. package/node_modules/@happier-dev/protocol/dist/bugReports/types.d.ts.map +1 -0
  976. package/node_modules/@happier-dev/protocol/dist/bugReports/types.js +8 -0
  977. package/node_modules/@happier-dev/protocol/dist/bugReports/types.js.map +1 -0
  978. package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.d.ts +3 -0
  979. package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.d.ts.map +1 -0
  980. package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.js +56 -0
  981. package/node_modules/@happier-dev/protocol/dist/bugReports/utf8.js.map +1 -0
  982. package/node_modules/@happier-dev/protocol/dist/bugReports.d.ts +12 -0
  983. package/node_modules/@happier-dev/protocol/dist/bugReports.d.ts.map +1 -0
  984. package/node_modules/@happier-dev/protocol/dist/bugReports.js +12 -0
  985. package/node_modules/@happier-dev/protocol/dist/bugReports.js.map +1 -0
  986. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts +2 -0
  987. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts.map +1 -0
  988. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js +33 -0
  989. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js.map +1 -0
  990. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts +2 -0
  991. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts.map +1 -0
  992. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js +12 -0
  993. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js.map +1 -0
  994. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts +2 -0
  995. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts.map +1 -0
  996. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js +68 -0
  997. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js.map +1 -0
  998. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts +2 -0
  999. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts.map +1 -0
  1000. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js +382 -0
  1001. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js.map +1 -0
  1002. package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts +59 -0
  1003. package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts.map +1 -0
  1004. package/node_modules/@happier-dev/protocol/dist/capabilities.js +2 -0
  1005. package/node_modules/@happier-dev/protocol/dist/capabilities.js.map +1 -0
  1006. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts +2 -0
  1007. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts.map +1 -0
  1008. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js +19 -0
  1009. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js.map +1 -0
  1010. package/node_modules/@happier-dev/protocol/dist/changes.d.ts +64 -0
  1011. package/node_modules/@happier-dev/protocol/dist/changes.d.ts.map +1 -0
  1012. package/node_modules/@happier-dev/protocol/dist/changes.js +30 -0
  1013. package/node_modules/@happier-dev/protocol/dist/changes.js.map +1 -0
  1014. package/node_modules/@happier-dev/protocol/dist/checklists.d.ts +8 -0
  1015. package/node_modules/@happier-dev/protocol/dist/checklists.d.ts.map +1 -0
  1016. package/node_modules/@happier-dev/protocol/dist/checklists.js +8 -0
  1017. package/node_modules/@happier-dev/protocol/dist/checklists.js.map +1 -0
  1018. package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.d.ts +32 -0
  1019. package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.d.ts.map +1 -0
  1020. package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.js +53 -0
  1021. package/node_modules/@happier-dev/protocol/dist/common/asyncTtlCache.js.map +1 -0
  1022. package/node_modules/@happier-dev/protocol/dist/common/imageRef.d.ts +10 -0
  1023. package/node_modules/@happier-dev/protocol/dist/common/imageRef.d.ts.map +1 -0
  1024. package/node_modules/@happier-dev/protocol/dist/common/imageRef.js +9 -0
  1025. package/node_modules/@happier-dev/protocol/dist/common/imageRef.js.map +1 -0
  1026. package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.d.ts +36 -0
  1027. package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.d.ts.map +1 -0
  1028. package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.js +154 -0
  1029. package/node_modules/@happier-dev/protocol/dist/common/probedResourceCache.js.map +1 -0
  1030. package/node_modules/@happier-dev/protocol/dist/common/profileBadge.d.ts +8 -0
  1031. package/node_modules/@happier-dev/protocol/dist/common/profileBadge.d.ts.map +1 -0
  1032. package/node_modules/@happier-dev/protocol/dist/common/profileBadge.js +7 -0
  1033. package/node_modules/@happier-dev/protocol/dist/common/profileBadge.js.map +1 -0
  1034. package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.d.ts +28 -0
  1035. package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.d.ts.map +1 -0
  1036. package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.js +40 -0
  1037. package/node_modules/@happier-dev/protocol/dist/connect/buildConnectedServiceCredentialRecord.js.map +1 -0
  1038. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.d.ts +20 -0
  1039. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.d.ts.map +1 -0
  1040. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.js +32 -0
  1041. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceCipher.js.map +1 -0
  1042. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts +21 -0
  1043. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts.map +1 -0
  1044. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js +20 -0
  1045. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js.map +1 -0
  1046. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts +149 -0
  1047. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts.map +1 -0
  1048. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js +92 -0
  1049. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js.map +1 -0
  1050. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts +26 -0
  1051. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts.map +1 -0
  1052. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js +135 -0
  1053. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js.map +1 -0
  1054. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts +2 -0
  1055. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts.map +1 -0
  1056. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js +105 -0
  1057. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js.map +1 -0
  1058. package/node_modules/@happier-dev/protocol/dist/crypto/base64.d.ts +4 -0
  1059. package/node_modules/@happier-dev/protocol/dist/crypto/base64.d.ts.map +1 -0
  1060. package/node_modules/@happier-dev/protocol/dist/crypto/base64.js +36 -0
  1061. package/node_modules/@happier-dev/protocol/dist/crypto/base64.js.map +1 -0
  1062. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts +2 -0
  1063. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts.map +1 -0
  1064. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js +42 -0
  1065. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js.map +1 -0
  1066. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.d.ts +15 -0
  1067. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.d.ts.map +1 -0
  1068. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.js +57 -0
  1069. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.js.map +1 -0
  1070. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts +2 -0
  1071. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts.map +1 -0
  1072. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js +65 -0
  1073. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js.map +1 -0
  1074. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.d.ts +11 -0
  1075. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.d.ts.map +1 -0
  1076. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.js +24 -0
  1077. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.js.map +1 -0
  1078. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts +2 -0
  1079. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts.map +1 -0
  1080. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js +68 -0
  1081. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js.map +1 -0
  1082. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.d.ts +13 -0
  1083. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.d.ts.map +1 -0
  1084. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.js +31 -0
  1085. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.js.map +1 -0
  1086. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts +2 -0
  1087. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts.map +1 -0
  1088. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js +67 -0
  1089. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js.map +1 -0
  1090. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts +209 -0
  1091. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts.map +1 -0
  1092. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js +48 -0
  1093. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js.map +1 -0
  1094. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts +2 -0
  1095. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts.map +1 -0
  1096. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js +53 -0
  1097. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js.map +1 -0
  1098. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts +2 -0
  1099. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts.map +1 -0
  1100. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js +39 -0
  1101. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js.map +1 -0
  1102. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts +24 -0
  1103. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts.map +1 -0
  1104. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js +26 -0
  1105. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js.map +1 -0
  1106. package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.d.ts +156 -0
  1107. package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.d.ts.map +1 -0
  1108. package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.js +170 -0
  1109. package/node_modules/@happier-dev/protocol/dist/e2e/providerSpec.js.map +1 -0
  1110. package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.d.ts +8 -0
  1111. package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.d.ts.map +1 -0
  1112. package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.js +28 -0
  1113. package/node_modules/@happier-dev/protocol/dist/encryption/storagePolicyDecisions.js.map +1 -0
  1114. package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.d.ts +3 -0
  1115. package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.d.ts.map +1 -0
  1116. package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.js +17 -0
  1117. package/node_modules/@happier-dev/protocol/dist/env/parseBooleanEnv.js.map +1 -0
  1118. package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts +44 -0
  1119. package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts.map +1 -0
  1120. package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.js +34 -0
  1121. package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.js.map +1 -0
  1122. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts +2 -0
  1123. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts.map +1 -0
  1124. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js +16 -0
  1125. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js.map +1 -0
  1126. package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts +488 -0
  1127. package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts.map +1 -0
  1128. package/node_modules/@happier-dev/protocol/dist/executionRuns.js +210 -0
  1129. package/node_modules/@happier-dev/protocol/dist/executionRuns.js.map +1 -0
  1130. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts +2 -0
  1131. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts.map +1 -0
  1132. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js +23 -0
  1133. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js.map +1 -0
  1134. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts +2 -0
  1135. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts.map +1 -0
  1136. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js +174 -0
  1137. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js.map +1 -0
  1138. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.d.ts +12 -0
  1139. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.d.ts.map +1 -0
  1140. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.js +38 -0
  1141. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.js.map +1 -0
  1142. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts +2 -0
  1143. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts.map +1 -0
  1144. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js +22 -0
  1145. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js.map +1 -0
  1146. package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts +230 -0
  1147. package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts.map +1 -0
  1148. package/node_modules/@happier-dev/protocol/dist/features/catalog.js +264 -0
  1149. package/node_modules/@happier-dev/protocol/dist/features/catalog.js.map +1 -0
  1150. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts +2 -0
  1151. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts.map +1 -0
  1152. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js +31 -0
  1153. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js.map +1 -0
  1154. package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.d.ts +9 -0
  1155. package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.d.ts.map +1 -0
  1156. package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.js +2 -0
  1157. package/node_modules/@happier-dev/protocol/dist/features/catalogTypes.js.map +1 -0
  1158. package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts +126 -0
  1159. package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts.map +1 -0
  1160. package/node_modules/@happier-dev/protocol/dist/features/decision.js +55 -0
  1161. package/node_modules/@happier-dev/protocol/dist/features/decision.js.map +1 -0
  1162. package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts +2 -0
  1163. package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts.map +1 -0
  1164. package/node_modules/@happier-dev/protocol/dist/features/decision.test.js +31 -0
  1165. package/node_modules/@happier-dev/protocol/dist/features/decision.test.js.map +1 -0
  1166. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts +14 -0
  1167. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts.map +1 -0
  1168. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js +18 -0
  1169. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js.map +1 -0
  1170. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.d.ts +11 -0
  1171. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.d.ts.map +1 -0
  1172. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.js +36 -0
  1173. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicy.js.map +1 -0
  1174. package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.d.ts +21 -0
  1175. package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.d.ts.map +1 -0
  1176. package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.js +103 -0
  1177. package/node_modules/@happier-dev/protocol/dist/features/featureDecisionEngine.js.map +1 -0
  1178. package/node_modules/@happier-dev/protocol/dist/features/featureIds.d.ts +3 -0
  1179. package/node_modules/@happier-dev/protocol/dist/features/featureIds.d.ts.map +1 -0
  1180. package/node_modules/@happier-dev/protocol/dist/features/featureIds.js +2 -0
  1181. package/node_modules/@happier-dev/protocol/dist/features/featureIds.js.map +1 -0
  1182. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts +64 -0
  1183. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts.map +1 -0
  1184. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js +61 -0
  1185. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js.map +1 -0
  1186. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.d.ts +15 -0
  1187. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.d.ts.map +1 -0
  1188. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.js +65 -0
  1189. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/bugReportsCapabilities.js.map +1 -0
  1190. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts +105 -0
  1191. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts.map +1 -0
  1192. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js +26 -0
  1193. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js.map +1 -0
  1194. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts +27 -0
  1195. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts.map +1 -0
  1196. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js +14 -0
  1197. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js.map +1 -0
  1198. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.d.ts +8 -0
  1199. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.d.ts.map +1 -0
  1200. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.js +10 -0
  1201. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/socialFriendsCapabilities.js.map +1 -0
  1202. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.d.ts +12 -0
  1203. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.d.ts.map +1 -0
  1204. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.js +22 -0
  1205. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/voiceCapabilities.js.map +1 -0
  1206. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.d.ts +6 -0
  1207. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.d.ts.map +1 -0
  1208. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.js +5 -0
  1209. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGate.js.map +1 -0
  1210. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts +77 -0
  1211. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts.map +1 -0
  1212. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js +94 -0
  1213. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js.map +1 -0
  1214. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts +186 -0
  1215. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts.map +1 -0
  1216. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.js +27 -0
  1217. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.js.map +1 -0
  1218. package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.d.ts +2 -0
  1219. package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.d.ts.map +1 -0
  1220. package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.js +4 -0
  1221. package/node_modules/@happier-dev/protocol/dist/features/payload/isRecord.js.map +1 -0
  1222. package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.d.ts +7 -0
  1223. package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.d.ts.map +1 -0
  1224. package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.js +6 -0
  1225. package/node_modules/@happier-dev/protocol/dist/features/payload/oauthProviderStatus.js.map +1 -0
  1226. package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.d.ts +6 -0
  1227. package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.d.ts.map +1 -0
  1228. package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.js +37 -0
  1229. package/node_modules/@happier-dev/protocol/dist/features/serverEnabledBit.js.map +1 -0
  1230. package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts +2 -0
  1231. package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts.map +1 -0
  1232. package/node_modules/@happier-dev/protocol/dist/features.compat.test.js +150 -0
  1233. package/node_modules/@happier-dev/protocol/dist/features.compat.test.js.map +1 -0
  1234. package/node_modules/@happier-dev/protocol/dist/features.d.ts +10 -0
  1235. package/node_modules/@happier-dev/protocol/dist/features.d.ts.map +1 -0
  1236. package/node_modules/@happier-dev/protocol/dist/features.js +13 -0
  1237. package/node_modules/@happier-dev/protocol/dist/features.js.map +1 -0
  1238. package/node_modules/@happier-dev/protocol/dist/index.d.ts +74 -0
  1239. package/node_modules/@happier-dev/protocol/dist/index.d.ts.map +1 -0
  1240. package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts +2 -0
  1241. package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts.map +1 -0
  1242. package/node_modules/@happier-dev/protocol/dist/index.exports.test.js +57 -0
  1243. package/node_modules/@happier-dev/protocol/dist/index.exports.test.js.map +1 -0
  1244. package/node_modules/@happier-dev/protocol/dist/index.js +78 -0
  1245. package/node_modules/@happier-dev/protocol/dist/index.js.map +1 -0
  1246. package/node_modules/@happier-dev/protocol/dist/installables.d.ts +50 -0
  1247. package/node_modules/@happier-dev/protocol/dist/installables.d.ts.map +1 -0
  1248. package/node_modules/@happier-dev/protocol/dist/installables.js +28 -0
  1249. package/node_modules/@happier-dev/protocol/dist/installables.js.map +1 -0
  1250. package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.d.ts +82 -0
  1251. package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.d.ts.map +1 -0
  1252. package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.js +61 -0
  1253. package/node_modules/@happier-dev/protocol/dist/memory/memorySearch.js.map +1 -0
  1254. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts +141 -0
  1255. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts.map +1 -0
  1256. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js +89 -0
  1257. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js.map +1 -0
  1258. package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.d.ts +28 -0
  1259. package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.d.ts.map +1 -0
  1260. package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.js +23 -0
  1261. package/node_modules/@happier-dev/protocol/dist/memory/memoryWindow.js.map +1 -0
  1262. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts +48 -0
  1263. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts.map +1 -0
  1264. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js +30 -0
  1265. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js.map +1 -0
  1266. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.d.ts +15 -0
  1267. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.d.ts.map +1 -0
  1268. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.js +21 -0
  1269. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.js.map +1 -0
  1270. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts +2 -0
  1271. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts.map +1 -0
  1272. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js +10 -0
  1273. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js.map +1 -0
  1274. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts +71 -0
  1275. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts.map +1 -0
  1276. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js +43 -0
  1277. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js.map +1 -0
  1278. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts +2 -0
  1279. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts.map +1 -0
  1280. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js +15 -0
  1281. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js.map +1 -0
  1282. package/node_modules/@happier-dev/protocol/dist/rpc.d.ts +70 -0
  1283. package/node_modules/@happier-dev/protocol/dist/rpc.d.ts.map +1 -0
  1284. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts +2 -0
  1285. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts.map +1 -0
  1286. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js +8 -0
  1287. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js.map +1 -0
  1288. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts +2 -0
  1289. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts.map +1 -0
  1290. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js +11 -0
  1291. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js.map +1 -0
  1292. package/node_modules/@happier-dev/protocol/dist/rpc.js +73 -0
  1293. package/node_modules/@happier-dev/protocol/dist/rpc.js.map +1 -0
  1294. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts +2 -0
  1295. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts.map +1 -0
  1296. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js +22 -0
  1297. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js.map +1 -0
  1298. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts +2 -0
  1299. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts.map +1 -0
  1300. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js +8 -0
  1301. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js.map +1 -0
  1302. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts +2 -0
  1303. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts.map +1 -0
  1304. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js +10 -0
  1305. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js.map +1 -0
  1306. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts +2 -0
  1307. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts.map +1 -0
  1308. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js +10 -0
  1309. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js.map +1 -0
  1310. package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts +13 -0
  1311. package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts.map +1 -0
  1312. package/node_modules/@happier-dev/protocol/dist/rpcErrors.js +30 -0
  1313. package/node_modules/@happier-dev/protocol/dist/rpcErrors.js.map +1 -0
  1314. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts +2 -0
  1315. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts.map +1 -0
  1316. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js +39 -0
  1317. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js.map +1 -0
  1318. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts +2 -0
  1319. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts.map +1 -0
  1320. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js +197 -0
  1321. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js.map +1 -0
  1322. package/node_modules/@happier-dev/protocol/dist/scm.d.ts +797 -0
  1323. package/node_modules/@happier-dev/protocol/dist/scm.d.ts.map +1 -0
  1324. package/node_modules/@happier-dev/protocol/dist/scm.js +530 -0
  1325. package/node_modules/@happier-dev/protocol/dist/scm.js.map +1 -0
  1326. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts +5 -0
  1327. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts.map +1 -0
  1328. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js +73 -0
  1329. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js.map +1 -0
  1330. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts +2 -0
  1331. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts.map +1 -0
  1332. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js +23 -0
  1333. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js.map +1 -0
  1334. package/node_modules/@happier-dev/protocol/dist/scmPathScope.d.ts +10 -0
  1335. package/node_modules/@happier-dev/protocol/dist/scmPathScope.d.ts.map +1 -0
  1336. package/node_modules/@happier-dev/protocol/dist/scmPathScope.js +46 -0
  1337. package/node_modules/@happier-dev/protocol/dist/scmPathScope.js.map +1 -0
  1338. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts +2 -0
  1339. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts.map +1 -0
  1340. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js +29 -0
  1341. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js.map +1 -0
  1342. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts +2 -0
  1343. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts.map +1 -0
  1344. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js +183 -0
  1345. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js.map +1 -0
  1346. package/node_modules/@happier-dev/protocol/dist/sentFrom.d.ts +33 -0
  1347. package/node_modules/@happier-dev/protocol/dist/sentFrom.d.ts.map +1 -0
  1348. package/node_modules/@happier-dev/protocol/dist/sentFrom.js +24 -0
  1349. package/node_modules/@happier-dev/protocol/dist/sentFrom.js.map +1 -0
  1350. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts +269 -0
  1351. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts.map +1 -0
  1352. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.js +77 -0
  1353. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.js.map +1 -0
  1354. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts +2 -0
  1355. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts.map +1 -0
  1356. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js +23 -0
  1357. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js.map +1 -0
  1358. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts +69 -0
  1359. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts.map +1 -0
  1360. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js +36 -0
  1361. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js.map +1 -0
  1362. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts +2 -0
  1363. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts.map +1 -0
  1364. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js +33 -0
  1365. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js.map +1 -0
  1366. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts +1954 -0
  1367. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts.map +1 -0
  1368. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js +479 -0
  1369. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js.map +1 -0
  1370. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts +2 -0
  1371. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts.map +1 -0
  1372. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js +54 -0
  1373. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js.map +1 -0
  1374. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.d.ts +83 -0
  1375. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.d.ts.map +1 -0
  1376. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.js +39 -0
  1377. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionMessageMeta.js.map +1 -0
  1378. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts +10 -0
  1379. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts.map +1 -0
  1380. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js +12 -0
  1381. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js.map +1 -0
  1382. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts +65 -0
  1383. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts.map +1 -0
  1384. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js +68 -0
  1385. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js.map +1 -0
  1386. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.d.ts +27 -0
  1387. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.d.ts.map +1 -0
  1388. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.js +20 -0
  1389. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionPermissionModes.js.map +1 -0
  1390. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts +39 -0
  1391. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts.map +1 -0
  1392. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js +24 -0
  1393. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js.map +1 -0
  1394. package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts +212 -0
  1395. package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts.map +1 -0
  1396. package/node_modules/@happier-dev/protocol/dist/social/friends.js +31 -0
  1397. package/node_modules/@happier-dev/protocol/dist/social/friends.js.map +1 -0
  1398. package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts +11 -0
  1399. package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts.map +1 -0
  1400. package/node_modules/@happier-dev/protocol/dist/socketRpc.js +10 -0
  1401. package/node_modules/@happier-dev/protocol/dist/socketRpc.js.map +1 -0
  1402. package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts +28 -0
  1403. package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts.map +1 -0
  1404. package/node_modules/@happier-dev/protocol/dist/spawnSession.js +16 -0
  1405. package/node_modules/@happier-dev/protocol/dist/spawnSession.js.map +1 -0
  1406. package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.d.ts +12 -0
  1407. package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.d.ts.map +1 -0
  1408. package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.js +11 -0
  1409. package/node_modules/@happier-dev/protocol/dist/structuredMessages/HappierMetaEnvelope.js.map +1 -0
  1410. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts +30 -0
  1411. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts.map +1 -0
  1412. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js +27 -0
  1413. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js.map +1 -0
  1414. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts +41 -0
  1415. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts.map +1 -0
  1416. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js +35 -0
  1417. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js.map +1 -0
  1418. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts +75 -0
  1419. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts.map +1 -0
  1420. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js +37 -0
  1421. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js.map +1 -0
  1422. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.d.ts +22 -0
  1423. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.d.ts.map +1 -0
  1424. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.js +36 -0
  1425. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSummaryShardV1.js.map +1 -0
  1426. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.d.ts +17 -0
  1427. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.d.ts.map +1 -0
  1428. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.js +16 -0
  1429. package/node_modules/@happier-dev/protocol/dist/structuredMessages/sessionSynopsisV1.js.map +1 -0
  1430. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.d.ts +20 -0
  1431. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.d.ts.map +1 -0
  1432. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.js +16 -0
  1433. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.js.map +1 -0
  1434. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts +2 -0
  1435. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts.map +1 -0
  1436. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js +16 -0
  1437. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js.map +1 -0
  1438. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts +4 -0
  1439. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts.map +1 -0
  1440. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js +6 -0
  1441. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js.map +1 -0
  1442. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts +2 -0
  1443. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts.map +1 -0
  1444. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js +43 -0
  1445. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js.map +1 -0
  1446. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.d.ts +57 -0
  1447. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.d.ts.map +1 -0
  1448. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.js +27 -0
  1449. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.js.map +1 -0
  1450. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts +59 -0
  1451. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts.map +1 -0
  1452. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js +35 -0
  1453. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js.map +1 -0
  1454. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts +1167 -0
  1455. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts.map +1 -0
  1456. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js +338 -0
  1457. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js.map +1 -0
  1458. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts +2 -0
  1459. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts.map +1 -0
  1460. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js +50 -0
  1461. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js.map +1 -0
  1462. package/node_modules/@happier-dev/protocol/dist/updates.d.ts +509 -0
  1463. package/node_modules/@happier-dev/protocol/dist/updates.d.ts.map +1 -0
  1464. package/node_modules/@happier-dev/protocol/dist/updates.js +317 -0
  1465. package/node_modules/@happier-dev/protocol/dist/updates.js.map +1 -0
  1466. package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts +12 -0
  1467. package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts.map +1 -0
  1468. package/node_modules/@happier-dev/protocol/dist/voiceActions.js +58 -0
  1469. package/node_modules/@happier-dev/protocol/dist/voiceActions.js.map +1 -0
  1470. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts +2 -0
  1471. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts.map +1 -0
  1472. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js +124 -0
  1473. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js.map +1 -0
  1474. package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts +427 -0
  1475. package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts.map +1 -0
  1476. package/node_modules/@happier-dev/protocol/dist/voiceAgent.js +118 -0
  1477. package/node_modules/@happier-dev/protocol/dist/voiceAgent.js.map +1 -0
  1478. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts +2 -0
  1479. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts.map +1 -0
  1480. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js +43 -0
  1481. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js.map +1 -0
  1482. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts +2 -0
  1483. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts.map +1 -0
  1484. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js +16 -0
  1485. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js.map +1 -0
  1486. package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts +2737 -0
  1487. package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts.map +1 -0
  1488. package/node_modules/@happier-dev/protocol/dist/voiceMediator.js +118 -0
  1489. package/node_modules/@happier-dev/protocol/dist/voiceMediator.js.map +1 -0
  1490. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts +2 -0
  1491. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts.map +1 -0
  1492. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js +43 -0
  1493. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js.map +1 -0
  1494. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts +2 -0
  1495. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts.map +1 -0
  1496. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js +16 -0
  1497. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js.map +1 -0
  1498. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/LICENSE +21 -0
  1499. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/README.md +521 -0
  1500. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.d.ts +17 -0
  1501. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.d.ts.map +1 -0
  1502. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.js +18 -0
  1503. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_assert.js.map +1 -0
  1504. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.d.ts +14 -0
  1505. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
  1506. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.js +50 -0
  1507. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_blake.js.map +1 -0
  1508. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.d.ts +51 -0
  1509. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.d.ts.map +1 -0
  1510. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.js +162 -0
  1511. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_md.js.map +1 -0
  1512. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.d.ts +55 -0
  1513. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
  1514. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.js +90 -0
  1515. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/_u64.js.map +1 -0
  1516. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.d.ts +32 -0
  1517. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
  1518. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.js +401 -0
  1519. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/argon2.js.map +1 -0
  1520. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.d.ts +106 -0
  1521. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
  1522. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.js +459 -0
  1523. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake1.js.map +1 -0
  1524. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.d.ts +116 -0
  1525. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
  1526. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.js +420 -0
  1527. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2.js.map +1 -0
  1528. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.d.ts +11 -0
  1529. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.d.ts.map +1 -0
  1530. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.js +14 -0
  1531. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2b.js.map +1 -0
  1532. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.d.ts +20 -0
  1533. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.d.ts.map +1 -0
  1534. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.js +24 -0
  1535. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake2s.js.map +1 -0
  1536. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.d.ts +54 -0
  1537. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
  1538. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.js +255 -0
  1539. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/blake3.js.map +1 -0
  1540. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.d.ts +2 -0
  1541. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.d.ts.map +1 -0
  1542. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.js +5 -0
  1543. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/crypto.js.map +1 -0
  1544. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
  1545. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.d.ts.map +1 -0
  1546. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.js +18 -0
  1547. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
  1548. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.d.ts +47 -0
  1549. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
  1550. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.js +166 -0
  1551. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/eskdf.js.map +1 -0
  1552. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.d.ts +17 -0
  1553. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.d.ts.map +1 -0
  1554. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.js +15 -0
  1555. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
  1556. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.d.ts +14 -0
  1557. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.d.ts.map +1 -0
  1558. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.js +45 -0
  1559. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
  1560. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.d.ts +51 -0
  1561. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.d.ts.map +1 -0
  1562. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.js +155 -0
  1563. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_md.js.map +1 -0
  1564. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.d.ts +55 -0
  1565. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.d.ts.map +1 -0
  1566. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.js +67 -0
  1567. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
  1568. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.d.ts +32 -0
  1569. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.d.ts.map +1 -0
  1570. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.js +392 -0
  1571. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
  1572. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.d.ts +106 -0
  1573. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.d.ts.map +1 -0
  1574. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.js +452 -0
  1575. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake1.js.map +1 -0
  1576. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.d.ts +116 -0
  1577. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.d.ts.map +1 -0
  1578. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.js +413 -0
  1579. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2.js.map +1 -0
  1580. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.d.ts +11 -0
  1581. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.d.ts.map +1 -0
  1582. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.js +11 -0
  1583. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
  1584. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.d.ts +20 -0
  1585. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.d.ts.map +1 -0
  1586. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.js +21 -0
  1587. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
  1588. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.d.ts +54 -0
  1589. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.d.ts.map +1 -0
  1590. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.js +251 -0
  1591. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
  1592. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.d.ts +2 -0
  1593. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.d.ts.map +1 -0
  1594. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.js +2 -0
  1595. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
  1596. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.d.ts +2 -0
  1597. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.d.ts.map +1 -0
  1598. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.js +15 -0
  1599. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
  1600. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.d.ts +47 -0
  1601. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.d.ts.map +1 -0
  1602. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.js +160 -0
  1603. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
  1604. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.d.ts +36 -0
  1605. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.d.ts.map +1 -0
  1606. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.js +82 -0
  1607. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
  1608. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.d.ts +35 -0
  1609. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.d.ts.map +1 -0
  1610. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.js +86 -0
  1611. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
  1612. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.d.ts +2 -0
  1613. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.d.ts.map +1 -0
  1614. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.js +33 -0
  1615. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/index.js.map +1 -0
  1616. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.d.ts +71 -0
  1617. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.d.ts.map +1 -0
  1618. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.js +281 -0
  1619. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/legacy.js.map +1 -0
  1620. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/package.json +10 -0
  1621. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.d.ts +23 -0
  1622. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.d.ts.map +1 -0
  1623. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.js +97 -0
  1624. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
  1625. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.d.ts +13 -0
  1626. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.d.ts.map +1 -0
  1627. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.js +13 -0
  1628. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
  1629. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.d.ts +34 -0
  1630. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.d.ts.map +1 -0
  1631. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.js +228 -0
  1632. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
  1633. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.d.ts +11 -0
  1634. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.d.ts.map +1 -0
  1635. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.js +11 -0
  1636. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
  1637. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.d.ts +159 -0
  1638. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.d.ts.map +1 -0
  1639. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.js +375 -0
  1640. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
  1641. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.d.ts +20 -0
  1642. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.d.ts.map +1 -0
  1643. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.js +20 -0
  1644. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
  1645. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.d.ts +142 -0
  1646. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.d.ts.map +1 -0
  1647. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.js +393 -0
  1648. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
  1649. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.d.ts +53 -0
  1650. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.d.ts.map +1 -0
  1651. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.js +234 -0
  1652. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
  1653. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.d.ts +26 -0
  1654. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.d.ts.map +1 -0
  1655. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.js +26 -0
  1656. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
  1657. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.d.ts +161 -0
  1658. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.d.ts.map +1 -0
  1659. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.js +281 -0
  1660. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/esm/utils.js.map +1 -0
  1661. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.d.ts +36 -0
  1662. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
  1663. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.js +88 -0
  1664. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hkdf.js.map +1 -0
  1665. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.d.ts +35 -0
  1666. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
  1667. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.js +91 -0
  1668. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/hmac.js.map +1 -0
  1669. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.d.ts +1 -0
  1670. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.d.ts.map +1 -0
  1671. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.js +33 -0
  1672. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/index.js.map +1 -0
  1673. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.d.ts +71 -0
  1674. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
  1675. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.js +287 -0
  1676. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/legacy.js.map +1 -0
  1677. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/package.json +266 -0
  1678. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.d.ts +23 -0
  1679. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
  1680. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.js +101 -0
  1681. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
  1682. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.d.ts +13 -0
  1683. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.d.ts.map +1 -0
  1684. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.js +16 -0
  1685. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/ripemd160.js.map +1 -0
  1686. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.d.ts +34 -0
  1687. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
  1688. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.js +232 -0
  1689. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/scrypt.js.map +1 -0
  1690. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.d.ts +11 -0
  1691. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.d.ts.map +1 -0
  1692. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.js +14 -0
  1693. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha1.js.map +1 -0
  1694. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.d.ts +159 -0
  1695. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
  1696. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.js +384 -0
  1697. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha2.js.map +1 -0
  1698. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.d.ts +20 -0
  1699. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.d.ts.map +1 -0
  1700. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.js +23 -0
  1701. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha256.js.map +1 -0
  1702. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.d.ts +142 -0
  1703. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
  1704. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.js +402 -0
  1705. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
  1706. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.d.ts +53 -0
  1707. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
  1708. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.js +239 -0
  1709. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha3.js.map +1 -0
  1710. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.d.ts +26 -0
  1711. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.d.ts.map +1 -0
  1712. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.js +29 -0
  1713. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/sha512.js.map +1 -0
  1714. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_assert.ts +22 -0
  1715. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_blake.ts +50 -0
  1716. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_md.ts +176 -0
  1717. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/_u64.ts +91 -0
  1718. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/argon2.ts +497 -0
  1719. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake1.ts +534 -0
  1720. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2.ts +486 -0
  1721. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2b.ts +10 -0
  1722. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake2s.ts +20 -0
  1723. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/blake3.ts +272 -0
  1724. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/crypto.ts +9 -0
  1725. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/cryptoNode.ts +15 -0
  1726. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/eskdf.ts +187 -0
  1727. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/hkdf.ts +88 -0
  1728. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/hmac.ts +94 -0
  1729. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/index.ts +31 -0
  1730. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/legacy.ts +293 -0
  1731. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/pbkdf2.ts +122 -0
  1732. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/ripemd160.ts +12 -0
  1733. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/scrypt.ts +257 -0
  1734. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha1.ts +10 -0
  1735. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha2.ts +402 -0
  1736. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha256.ts +24 -0
  1737. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha3-addons.ts +499 -0
  1738. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha3.ts +258 -0
  1739. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/sha512.ts +34 -0
  1740. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/src/utils.ts +395 -0
  1741. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.d.ts +161 -0
  1742. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.d.ts.map +1 -0
  1743. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.js +313 -0
  1744. package/node_modules/@happier-dev/protocol/node_modules/@noble/hashes/utils.js.map +1 -0
  1745. package/node_modules/@happier-dev/protocol/node_modules/base64-js/LICENSE +21 -0
  1746. package/node_modules/@happier-dev/protocol/node_modules/base64-js/README.md +34 -0
  1747. package/node_modules/@happier-dev/protocol/node_modules/base64-js/base64js.min.js +1 -0
  1748. package/node_modules/@happier-dev/protocol/node_modules/base64-js/index.d.ts +3 -0
  1749. package/node_modules/@happier-dev/protocol/node_modules/base64-js/index.js +150 -0
  1750. package/node_modules/@happier-dev/protocol/node_modules/base64-js/package.json +47 -0
  1751. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/AUTHORS.md +27 -0
  1752. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/CHANGELOG.md +283 -0
  1753. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/LICENSE +24 -0
  1754. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
  1755. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/README.md +494 -0
  1756. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl-fast.js +2391 -0
  1757. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl-fast.min.js +1 -0
  1758. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.d.ts +98 -0
  1759. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.js +1178 -0
  1760. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/nacl.min.js +1 -0
  1761. package/node_modules/@happier-dev/protocol/node_modules/tweetnacl/package.json +56 -0
  1762. package/node_modules/@happier-dev/protocol/node_modules/zod/LICENSE +21 -0
  1763. package/node_modules/@happier-dev/protocol/node_modules/zod/README.md +208 -0
  1764. package/node_modules/@happier-dev/protocol/node_modules/zod/index.cjs +33 -0
  1765. package/node_modules/@happier-dev/protocol/node_modules/zod/index.d.cts +4 -0
  1766. package/node_modules/@happier-dev/protocol/node_modules/zod/index.d.ts +4 -0
  1767. package/node_modules/@happier-dev/protocol/node_modules/zod/index.js +4 -0
  1768. package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.cjs +17 -0
  1769. package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.d.cts +1 -0
  1770. package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.d.ts +1 -0
  1771. package/node_modules/@happier-dev/protocol/node_modules/zod/locales/index.js +1 -0
  1772. package/node_modules/@happier-dev/protocol/node_modules/zod/locales/package.json +6 -0
  1773. package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.cjs +32 -0
  1774. package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.d.cts +3 -0
  1775. package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.d.ts +3 -0
  1776. package/node_modules/@happier-dev/protocol/node_modules/zod/mini/index.js +3 -0
  1777. package/node_modules/@happier-dev/protocol/node_modules/zod/mini/package.json +6 -0
  1778. package/node_modules/@happier-dev/protocol/node_modules/zod/package.json +135 -0
  1779. package/node_modules/@happier-dev/protocol/node_modules/zod/src/index.ts +4 -0
  1780. package/node_modules/@happier-dev/protocol/node_modules/zod/src/locales/index.ts +1 -0
  1781. package/node_modules/@happier-dev/protocol/node_modules/zod/src/mini/index.ts +3 -0
  1782. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/ZodError.ts +330 -0
  1783. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  1784. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  1785. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  1786. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  1787. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  1788. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  1789. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  1790. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  1791. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  1792. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/errors.ts +13 -0
  1793. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/external.ts +6 -0
  1794. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  1795. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  1796. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  1797. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  1798. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  1799. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/helpers/util.ts +224 -0
  1800. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/index.ts +4 -0
  1801. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/locales/en.ts +124 -0
  1802. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/standard-schema.ts +113 -0
  1803. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  1804. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  1805. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  1806. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  1807. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  1808. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  1809. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  1810. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  1811. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  1812. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  1813. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  1814. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  1815. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  1816. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  1817. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  1818. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  1819. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  1820. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  1821. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  1822. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/error.test.ts +551 -0
  1823. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  1824. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  1825. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  1826. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  1827. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  1828. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
  1829. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  1830. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
  1831. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  1832. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  1833. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  1834. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  1835. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  1836. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  1837. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  1838. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  1839. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  1840. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  1841. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/object.test.ts +434 -0
  1842. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  1843. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  1844. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  1845. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  1846. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  1847. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  1848. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  1849. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  1850. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  1851. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
  1852. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  1853. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  1854. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  1855. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  1856. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  1857. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  1858. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/string.test.ts +916 -0
  1859. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  1860. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  1861. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  1862. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  1863. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  1864. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v3/types.ts +5138 -0
  1865. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/checks.ts +32 -0
  1866. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  1867. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/compat.ts +70 -0
  1868. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/errors.ts +82 -0
  1869. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/external.ts +51 -0
  1870. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
  1871. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/index.ts +5 -0
  1872. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/iso.ts +90 -0
  1873. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/parse.ts +82 -0
  1874. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
  1875. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  1876. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
  1877. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  1878. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
  1879. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  1880. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  1881. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  1882. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
  1883. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  1884. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
  1885. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  1886. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
  1887. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
  1888. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  1889. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  1890. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  1891. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
  1892. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
  1893. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
  1894. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  1895. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  1896. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
  1897. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
  1898. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
  1899. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
  1900. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  1901. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  1902. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  1903. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
  1904. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
  1905. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  1906. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
  1907. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
  1908. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
  1909. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
  1910. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  1911. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
  1912. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
  1913. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
  1914. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  1915. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  1916. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  1917. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  1918. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
  1919. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
  1920. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
  1921. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
  1922. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  1923. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  1924. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
  1925. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
  1926. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  1927. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  1928. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  1929. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
  1930. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/record.test.ts +632 -0
  1931. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
  1932. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
  1933. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  1934. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
  1935. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
  1936. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  1937. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
  1938. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
  1939. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
  1940. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  1941. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2990 -0
  1942. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
  1943. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
  1944. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
  1945. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  1946. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  1947. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  1948. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/api.ts +1798 -0
  1949. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/checks.ts +1293 -0
  1950. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/config.ts +15 -0
  1951. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/core.ts +138 -0
  1952. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/doc.ts +44 -0
  1953. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/errors.ts +448 -0
  1954. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/index.ts +16 -0
  1955. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
  1956. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
  1957. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/json-schema.ts +147 -0
  1958. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/parse.ts +195 -0
  1959. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/regexes.ts +183 -0
  1960. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/registries.ts +105 -0
  1961. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/schemas.ts +4538 -0
  1962. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  1963. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  1964. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  1965. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  1966. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  1967. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
  1968. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  1969. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  1970. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  1971. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  1972. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
  1973. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
  1974. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  1975. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
  1976. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/util.ts +966 -0
  1977. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/versions.ts +5 -0
  1978. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/core/zsf.ts +323 -0
  1979. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/index.ts +4 -0
  1980. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ar.ts +115 -0
  1981. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/az.ts +111 -0
  1982. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/be.ts +176 -0
  1983. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/bg.ts +128 -0
  1984. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ca.ts +116 -0
  1985. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/cs.ts +118 -0
  1986. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/da.ts +123 -0
  1987. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/de.ts +116 -0
  1988. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/en.ts +119 -0
  1989. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/eo.ts +118 -0
  1990. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/es.ts +141 -0
  1991. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fa.ts +126 -0
  1992. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fi.ts +121 -0
  1993. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
  1994. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/fr.ts +116 -0
  1995. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/he.ts +246 -0
  1996. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/hu.ts +117 -0
  1997. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/hy.ts +164 -0
  1998. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/id.ts +115 -0
  1999. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/index.ts +49 -0
  2000. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/is.ts +119 -0
  2001. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/it.ts +116 -0
  2002. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ja.ts +114 -0
  2003. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ka.ts +123 -0
  2004. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/kh.ts +7 -0
  2005. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/km.ts +119 -0
  2006. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ko.ts +121 -0
  2007. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/lt.ts +239 -0
  2008. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/mk.ts +118 -0
  2009. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ms.ts +115 -0
  2010. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/nl.ts +121 -0
  2011. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/no.ts +116 -0
  2012. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ota.ts +117 -0
  2013. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/pl.ts +118 -0
  2014. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ps.ts +126 -0
  2015. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/pt.ts +116 -0
  2016. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ru.ts +176 -0
  2017. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/sl.ts +118 -0
  2018. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/sv.ts +119 -0
  2019. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ta.ts +118 -0
  2020. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/th.ts +119 -0
  2021. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/tr.ts +111 -0
  2022. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ua.ts +7 -0
  2023. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/uk.ts +117 -0
  2024. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/ur.ts +119 -0
  2025. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/uz.ts +116 -0
  2026. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/vi.ts +117 -0
  2027. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/yo.ts +124 -0
  2028. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
  2029. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
  2030. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/checks.ts +32 -0
  2031. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  2032. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/external.ts +40 -0
  2033. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/index.ts +3 -0
  2034. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/iso.ts +66 -0
  2035. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/parse.ts +14 -0
  2036. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
  2037. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
  2038. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
  2039. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  2040. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
  2041. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
  2042. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  2043. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
  2044. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
  2045. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
  2046. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
  2047. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
  2048. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  2049. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
  2050. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  2051. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
  2052. package/node_modules/@happier-dev/protocol/node_modules/zod/src/v4-mini/index.ts +3 -0
  2053. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.cjs +138 -0
  2054. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.d.cts +164 -0
  2055. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.d.ts +164 -0
  2056. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/ZodError.js +133 -0
  2057. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.cjs +17 -0
  2058. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.d.cts +5 -0
  2059. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.d.ts +5 -0
  2060. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/errors.js +9 -0
  2061. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.cjs +22 -0
  2062. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.d.cts +6 -0
  2063. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.d.ts +6 -0
  2064. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/external.js +6 -0
  2065. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  2066. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  2067. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  2068. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  2069. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  2070. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  2071. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  2072. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  2073. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  2074. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  2075. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  2076. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  2077. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  2078. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  2079. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  2080. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  2081. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  2082. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  2083. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  2084. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  2085. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.cjs +137 -0
  2086. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.d.cts +85 -0
  2087. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.d.ts +85 -0
  2088. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/helpers/util.js +133 -0
  2089. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.cjs +33 -0
  2090. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.d.cts +4 -0
  2091. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.d.ts +4 -0
  2092. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/index.js +4 -0
  2093. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.cjs +112 -0
  2094. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.d.cts +3 -0
  2095. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.d.ts +3 -0
  2096. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/locales/en.js +109 -0
  2097. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/package.json +6 -0
  2098. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.cjs +2 -0
  2099. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.d.cts +102 -0
  2100. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.d.ts +102 -0
  2101. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/standard-schema.js +1 -0
  2102. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.cjs +3777 -0
  2103. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.d.cts +1034 -0
  2104. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.d.ts +1034 -0
  2105. package/node_modules/@happier-dev/protocol/node_modules/zod/v3/types.js +3695 -0
  2106. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.cjs +33 -0
  2107. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.d.cts +1 -0
  2108. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.d.ts +1 -0
  2109. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/checks.js +1 -0
  2110. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.cjs +47 -0
  2111. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  2112. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  2113. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/coerce.js +17 -0
  2114. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.cjs +61 -0
  2115. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.d.cts +50 -0
  2116. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.d.ts +50 -0
  2117. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/compat.js +31 -0
  2118. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.cjs +74 -0
  2119. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.d.cts +30 -0
  2120. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.d.ts +30 -0
  2121. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/errors.js +48 -0
  2122. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.cjs +73 -0
  2123. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.d.cts +15 -0
  2124. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.d.ts +15 -0
  2125. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/external.js +20 -0
  2126. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
  2127. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  2128. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  2129. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/from-json-schema.js +584 -0
  2130. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.cjs +33 -0
  2131. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.d.cts +4 -0
  2132. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.d.ts +4 -0
  2133. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/index.js +4 -0
  2134. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.cjs +60 -0
  2135. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.d.cts +22 -0
  2136. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.d.ts +22 -0
  2137. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/iso.js +30 -0
  2138. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/package.json +6 -0
  2139. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.cjs +41 -0
  2140. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.d.cts +31 -0
  2141. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.d.ts +31 -0
  2142. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/parse.js +15 -0
  2143. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.cjs +1272 -0
  2144. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.d.cts +739 -0
  2145. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.d.ts +739 -0
  2146. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/classic/schemas.js +1157 -0
  2147. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.cjs +1222 -0
  2148. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.d.cts +304 -0
  2149. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.d.ts +304 -0
  2150. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/api.js +1082 -0
  2151. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.cjs +601 -0
  2152. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.d.cts +278 -0
  2153. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.d.ts +278 -0
  2154. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/checks.js +575 -0
  2155. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.cjs +83 -0
  2156. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.d.cts +70 -0
  2157. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.d.ts +70 -0
  2158. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/core.js +76 -0
  2159. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.cjs +39 -0
  2160. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.d.cts +14 -0
  2161. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.d.ts +14 -0
  2162. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/doc.js +35 -0
  2163. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.cjs +213 -0
  2164. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.d.cts +220 -0
  2165. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.d.ts +220 -0
  2166. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/errors.js +182 -0
  2167. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.cjs +47 -0
  2168. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.d.cts +16 -0
  2169. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.d.ts +16 -0
  2170. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/index.js +16 -0
  2171. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
  2172. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  2173. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  2174. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-generator.js +95 -0
  2175. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
  2176. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  2177. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  2178. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema-processors.js +605 -0
  2179. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.cjs +2 -0
  2180. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.d.cts +88 -0
  2181. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.d.ts +88 -0
  2182. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/json-schema.js +1 -0
  2183. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/package.json +6 -0
  2184. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.cjs +131 -0
  2185. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.d.cts +49 -0
  2186. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.d.ts +49 -0
  2187. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/parse.js +93 -0
  2188. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.cjs +166 -0
  2189. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.d.cts +79 -0
  2190. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.d.ts +79 -0
  2191. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/regexes.js +133 -0
  2192. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.cjs +56 -0
  2193. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.d.cts +35 -0
  2194. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.d.ts +35 -0
  2195. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/registries.js +51 -0
  2196. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.cjs +2124 -0
  2197. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.d.cts +1146 -0
  2198. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.d.ts +1146 -0
  2199. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/schemas.js +2093 -0
  2200. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  2201. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  2202. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  2203. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/standard-schema.js +1 -0
  2204. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
  2205. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
  2206. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
  2207. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/to-json-schema.js +437 -0
  2208. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.cjs +710 -0
  2209. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.d.cts +199 -0
  2210. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.d.ts +199 -0
  2211. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/util.js +651 -0
  2212. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.cjs +8 -0
  2213. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.d.cts +5 -0
  2214. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.d.ts +5 -0
  2215. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/core/versions.js +5 -0
  2216. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.cjs +22 -0
  2217. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.d.cts +3 -0
  2218. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.d.ts +3 -0
  2219. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/index.js +3 -0
  2220. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.cjs +133 -0
  2221. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.d.cts +5 -0
  2222. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.d.ts +4 -0
  2223. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ar.js +106 -0
  2224. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.cjs +132 -0
  2225. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.d.cts +5 -0
  2226. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.d.ts +4 -0
  2227. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/az.js +105 -0
  2228. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.cjs +183 -0
  2229. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.d.cts +5 -0
  2230. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.d.ts +4 -0
  2231. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/be.js +156 -0
  2232. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.cjs +147 -0
  2233. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.d.cts +5 -0
  2234. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.d.ts +4 -0
  2235. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/bg.js +120 -0
  2236. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.cjs +134 -0
  2237. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.d.cts +5 -0
  2238. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.d.ts +4 -0
  2239. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ca.js +107 -0
  2240. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.cjs +138 -0
  2241. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.d.cts +5 -0
  2242. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.d.ts +4 -0
  2243. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/cs.js +111 -0
  2244. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.cjs +142 -0
  2245. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.d.cts +5 -0
  2246. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.d.ts +4 -0
  2247. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/da.js +115 -0
  2248. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.cjs +135 -0
  2249. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.d.cts +5 -0
  2250. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.d.ts +4 -0
  2251. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/de.js +108 -0
  2252. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.cjs +136 -0
  2253. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.d.cts +5 -0
  2254. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.d.ts +4 -0
  2255. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/en.js +109 -0
  2256. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.cjs +136 -0
  2257. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.d.cts +5 -0
  2258. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.d.ts +4 -0
  2259. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/eo.js +109 -0
  2260. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.cjs +159 -0
  2261. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.d.cts +5 -0
  2262. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.d.ts +4 -0
  2263. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/es.js +132 -0
  2264. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.cjs +141 -0
  2265. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.d.cts +5 -0
  2266. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.d.ts +4 -0
  2267. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fa.js +114 -0
  2268. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.cjs +139 -0
  2269. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.d.cts +5 -0
  2270. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.d.ts +4 -0
  2271. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fi.js +112 -0
  2272. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
  2273. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  2274. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  2275. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr-CA.js +107 -0
  2276. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.cjs +135 -0
  2277. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.d.cts +5 -0
  2278. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.d.ts +4 -0
  2279. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/fr.js +108 -0
  2280. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.cjs +241 -0
  2281. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.d.cts +5 -0
  2282. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.d.ts +4 -0
  2283. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/he.js +214 -0
  2284. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.cjs +135 -0
  2285. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.d.cts +5 -0
  2286. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.d.ts +4 -0
  2287. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hu.js +108 -0
  2288. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.cjs +174 -0
  2289. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.d.cts +5 -0
  2290. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.d.ts +4 -0
  2291. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/hy.js +147 -0
  2292. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.cjs +133 -0
  2293. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.d.cts +5 -0
  2294. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.d.ts +4 -0
  2295. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/id.js +106 -0
  2296. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.cjs +104 -0
  2297. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.d.cts +49 -0
  2298. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.d.ts +49 -0
  2299. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/index.js +49 -0
  2300. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.cjs +136 -0
  2301. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.d.cts +5 -0
  2302. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.d.ts +4 -0
  2303. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/is.js +109 -0
  2304. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.cjs +135 -0
  2305. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.d.cts +5 -0
  2306. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.d.ts +4 -0
  2307. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/it.js +108 -0
  2308. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.cjs +134 -0
  2309. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.d.cts +5 -0
  2310. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.d.ts +4 -0
  2311. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ja.js +107 -0
  2312. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.cjs +139 -0
  2313. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.d.cts +5 -0
  2314. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.d.ts +4 -0
  2315. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ka.js +112 -0
  2316. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.cjs +12 -0
  2317. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.d.cts +5 -0
  2318. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.d.ts +5 -0
  2319. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/kh.js +5 -0
  2320. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.cjs +137 -0
  2321. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.d.cts +5 -0
  2322. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.d.ts +4 -0
  2323. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/km.js +110 -0
  2324. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.cjs +138 -0
  2325. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.d.cts +5 -0
  2326. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.d.ts +4 -0
  2327. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ko.js +111 -0
  2328. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.cjs +230 -0
  2329. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.d.cts +5 -0
  2330. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.d.ts +4 -0
  2331. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/lt.js +203 -0
  2332. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.cjs +136 -0
  2333. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.d.cts +5 -0
  2334. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.d.ts +4 -0
  2335. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/mk.js +109 -0
  2336. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.cjs +134 -0
  2337. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.d.cts +5 -0
  2338. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.d.ts +4 -0
  2339. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ms.js +107 -0
  2340. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.cjs +137 -0
  2341. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.d.cts +5 -0
  2342. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.d.ts +4 -0
  2343. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/nl.js +110 -0
  2344. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.cjs +135 -0
  2345. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.d.cts +5 -0
  2346. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.d.ts +4 -0
  2347. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/no.js +108 -0
  2348. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.cjs +136 -0
  2349. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.d.cts +5 -0
  2350. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.d.ts +4 -0
  2351. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ota.js +109 -0
  2352. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/package.json +6 -0
  2353. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.cjs +136 -0
  2354. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.d.cts +5 -0
  2355. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.d.ts +4 -0
  2356. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pl.js +109 -0
  2357. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.cjs +141 -0
  2358. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.d.cts +5 -0
  2359. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.d.ts +4 -0
  2360. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ps.js +114 -0
  2361. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.cjs +135 -0
  2362. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.d.cts +5 -0
  2363. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.d.ts +4 -0
  2364. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/pt.js +108 -0
  2365. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.cjs +183 -0
  2366. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.d.cts +5 -0
  2367. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.d.ts +4 -0
  2368. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ru.js +156 -0
  2369. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.cjs +136 -0
  2370. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.d.cts +5 -0
  2371. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.d.ts +4 -0
  2372. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sl.js +109 -0
  2373. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.cjs +137 -0
  2374. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.d.cts +5 -0
  2375. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.d.ts +4 -0
  2376. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/sv.js +110 -0
  2377. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.cjs +137 -0
  2378. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.d.cts +5 -0
  2379. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.d.ts +4 -0
  2380. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ta.js +110 -0
  2381. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.cjs +137 -0
  2382. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.d.cts +5 -0
  2383. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.d.ts +4 -0
  2384. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/th.js +110 -0
  2385. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.cjs +132 -0
  2386. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.d.cts +5 -0
  2387. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.d.ts +4 -0
  2388. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/tr.js +105 -0
  2389. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.cjs +12 -0
  2390. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.d.cts +5 -0
  2391. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.d.ts +5 -0
  2392. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ua.js +5 -0
  2393. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.cjs +135 -0
  2394. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.d.cts +5 -0
  2395. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.d.ts +4 -0
  2396. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uk.js +108 -0
  2397. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.cjs +137 -0
  2398. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.d.cts +5 -0
  2399. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.d.ts +4 -0
  2400. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/ur.js +110 -0
  2401. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.cjs +136 -0
  2402. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.d.cts +5 -0
  2403. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.d.ts +4 -0
  2404. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/uz.js +109 -0
  2405. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.cjs +135 -0
  2406. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.d.cts +5 -0
  2407. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.d.ts +4 -0
  2408. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/vi.js +108 -0
  2409. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.cjs +134 -0
  2410. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.d.cts +5 -0
  2411. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.d.ts +4 -0
  2412. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/yo.js +107 -0
  2413. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
  2414. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  2415. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  2416. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-CN.js +109 -0
  2417. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
  2418. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  2419. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  2420. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/locales/zh-TW.js +107 -0
  2421. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.cjs +34 -0
  2422. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.d.cts +1 -0
  2423. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.d.ts +1 -0
  2424. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/checks.js +1 -0
  2425. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.cjs +52 -0
  2426. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  2427. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  2428. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/coerce.js +22 -0
  2429. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.cjs +63 -0
  2430. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.d.cts +12 -0
  2431. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.d.ts +12 -0
  2432. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/external.js +14 -0
  2433. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.cjs +32 -0
  2434. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.d.cts +3 -0
  2435. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.d.ts +3 -0
  2436. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/index.js +3 -0
  2437. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.cjs +64 -0
  2438. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.d.cts +22 -0
  2439. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.d.ts +22 -0
  2440. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/iso.js +34 -0
  2441. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/package.json +6 -0
  2442. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.cjs +16 -0
  2443. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.d.cts +1 -0
  2444. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.d.ts +1 -0
  2445. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/parse.js +1 -0
  2446. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.cjs +1046 -0
  2447. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.d.cts +427 -0
  2448. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.d.ts +427 -0
  2449. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/mini/schemas.js +925 -0
  2450. package/node_modules/@happier-dev/protocol/node_modules/zod/v4/package.json +6 -0
  2451. package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.cjs +32 -0
  2452. package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.d.cts +3 -0
  2453. package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.d.ts +3 -0
  2454. package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/index.js +3 -0
  2455. package/node_modules/@happier-dev/protocol/node_modules/zod/v4-mini/package.json +6 -0
  2456. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
  2457. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
  2458. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
  2459. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/LICENSE +15 -0
  2460. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/README.md +390 -0
  2461. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/changelog.md +82 -0
  2462. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/contributing.md +9 -0
  2463. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/createIndex.ts +32 -0
  2464. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
  2465. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
  2466. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
  2467. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
  2468. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
  2469. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
  2470. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
  2471. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
  2472. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
  2473. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
  2474. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
  2475. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
  2476. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
  2477. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
  2478. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
  2479. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
  2480. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
  2481. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
  2482. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
  2483. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
  2484. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
  2485. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
  2486. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
  2487. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
  2488. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
  2489. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
  2490. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
  2491. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
  2492. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
  2493. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
  2494. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
  2495. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
  2496. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
  2497. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
  2498. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
  2499. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
  2500. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
  2501. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
  2502. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
  2503. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
  2504. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
  2505. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
  2506. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
  2507. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
  2508. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
  2509. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
  2510. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
  2511. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
  2512. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
  2513. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
  2514. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
  2515. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
  2516. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
  2517. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
  2518. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
  2519. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
  2520. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
  2521. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
  2522. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
  2523. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
  2524. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
  2525. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
  2526. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
  2527. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
  2528. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
  2529. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
  2530. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
  2531. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
  2532. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
  2533. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
  2534. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
  2535. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
  2536. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
  2537. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
  2538. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
  2539. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
  2540. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
  2541. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
  2542. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
  2543. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
  2544. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
  2545. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
  2546. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
  2547. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
  2548. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
  2549. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
  2550. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
  2551. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
  2552. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
  2553. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
  2554. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
  2555. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
  2556. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
  2557. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
  2558. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
  2559. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
  2560. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
  2561. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
  2562. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
  2563. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
  2564. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
  2565. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
  2566. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
  2567. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
  2568. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
  2569. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
  2570. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
  2571. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
  2572. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
  2573. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
  2574. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
  2575. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
  2576. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
  2577. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
  2578. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
  2579. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
  2580. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
  2581. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
  2582. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
  2583. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/package.json +78 -0
  2584. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/postcjs.ts +3 -0
  2585. package/node_modules/@happier-dev/protocol/node_modules/zod-to-json-schema/postesm.ts +3 -0
  2586. package/node_modules/@happier-dev/protocol/package.json +61 -0
  2587. package/node_modules/@happier-dev/release-runtime/dist/assets.d.ts +22 -0
  2588. package/node_modules/@happier-dev/release-runtime/dist/assets.d.ts.map +1 -0
  2589. package/node_modules/@happier-dev/release-runtime/dist/assets.js +44 -0
  2590. package/node_modules/@happier-dev/release-runtime/dist/assets.js.map +1 -0
  2591. package/node_modules/@happier-dev/release-runtime/dist/checksums.d.ts +5 -0
  2592. package/node_modules/@happier-dev/release-runtime/dist/checksums.d.ts.map +1 -0
  2593. package/node_modules/@happier-dev/release-runtime/dist/checksums.js +21 -0
  2594. package/node_modules/@happier-dev/release-runtime/dist/checksums.js.map +1 -0
  2595. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts +14 -0
  2596. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts.map +1 -0
  2597. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js +39 -0
  2598. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js.map +1 -0
  2599. package/node_modules/@happier-dev/release-runtime/dist/github.d.ts +20 -0
  2600. package/node_modules/@happier-dev/release-runtime/dist/github.d.ts.map +1 -0
  2601. package/node_modules/@happier-dev/release-runtime/dist/github.js +60 -0
  2602. package/node_modules/@happier-dev/release-runtime/dist/github.js.map +1 -0
  2603. package/node_modules/@happier-dev/release-runtime/dist/index.d.ts +7 -0
  2604. package/node_modules/@happier-dev/release-runtime/dist/index.d.ts.map +1 -0
  2605. package/node_modules/@happier-dev/release-runtime/dist/index.js +7 -0
  2606. package/node_modules/@happier-dev/release-runtime/dist/index.js.map +1 -0
  2607. package/node_modules/@happier-dev/release-runtime/dist/minisign.d.ts +7 -0
  2608. package/node_modules/@happier-dev/release-runtime/dist/minisign.d.ts.map +1 -0
  2609. package/node_modules/@happier-dev/release-runtime/dist/minisign.js +92 -0
  2610. package/node_modules/@happier-dev/release-runtime/dist/minisign.js.map +1 -0
  2611. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts +26 -0
  2612. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts.map +1 -0
  2613. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js +53 -0
  2614. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js.map +1 -0
  2615. package/node_modules/@happier-dev/release-runtime/package.json +38 -0
  2616. package/package.json +8 -2
  2617. package/scripts/auth.mjs +71 -41
  2618. package/scripts/auth_copy_from_pglite_lock_in_use.integration.test.mjs +1 -0
  2619. package/scripts/auth_copy_from_runCapture.integration.test.mjs +173 -4
  2620. package/scripts/auth_force_flag.test.mjs +28 -0
  2621. package/scripts/auth_help_cmd.test.mjs +5 -0
  2622. package/scripts/auth_login_guided_server_no_expo.test.mjs +2 -0
  2623. package/scripts/auth_login_respects_pinned_stack_port.test.mjs +200 -0
  2624. package/scripts/auth_login_runtime_state_port.test.mjs +47 -0
  2625. package/scripts/build.mjs +3 -18
  2626. package/scripts/bundleWorkspaceDeps.mjs +27 -2
  2627. package/scripts/bundleWorkspaceDeps.test.mjs +155 -2
  2628. package/scripts/daemon.mjs +90 -10
  2629. package/scripts/daemon_dist_guard.test.mjs +6 -5
  2630. package/scripts/daemon_invalid_auth_reseed_stack_name.integration.test.mjs +107 -27
  2631. package/scripts/daemon_start_verification.integration.test.mjs +13 -13
  2632. package/scripts/daemon_stop_expected_pid.test.mjs +71 -0
  2633. package/scripts/dev.mjs +144 -110
  2634. package/scripts/dev_external_server_flags.test.mjs +59 -0
  2635. package/scripts/ghops.mjs +80 -0
  2636. package/scripts/ghops.test.mjs +78 -0
  2637. package/scripts/init.mjs +5 -1
  2638. package/scripts/init_shim_invoked_cwd.test.mjs +51 -0
  2639. package/scripts/logs.mjs +286 -0
  2640. package/scripts/logs_cmd.test.mjs +87 -0
  2641. package/scripts/mobile.mjs +30 -2
  2642. package/scripts/mobile_dev_client.mjs +7 -32
  2643. package/scripts/mobile_dev_client_help_smoke.test.mjs +24 -0
  2644. package/scripts/mobile_prebuild_happyDir_defined.test.mjs +47 -0
  2645. package/scripts/mobile_prebuild_sets_rct_metro_port.test.mjs +81 -0
  2646. package/scripts/mobile_run_ios_passes_port.integration.test.mjs +103 -0
  2647. package/scripts/mobile_run_ios_uses_long_port_flag.test.mjs +106 -0
  2648. package/scripts/providers_cmd.mjs +262 -0
  2649. package/scripts/provision/{linux-ubuntu-e2e.sh → linux-ubuntu-hstack-smoke.sh} +27 -33
  2650. package/scripts/provision/linux-ubuntu-provision.sh +147 -0
  2651. package/scripts/provision/linux-ubuntu-provision.test.mjs +163 -0
  2652. package/scripts/provision/macos-lima-hstack-smoke.sh +104 -0
  2653. package/scripts/provision/macos-lima-vm.sh +257 -0
  2654. package/scripts/provision/macos-lima-vm.test.mjs +133 -0
  2655. package/scripts/release_binary_smoke.integration.test.mjs +30 -8
  2656. package/scripts/remote_cmd.mjs +362 -0
  2657. package/scripts/repo_cli_activate.mjs +41 -0
  2658. package/scripts/repo_cli_activate.test.mjs +54 -0
  2659. package/scripts/repo_local.mjs +541 -0
  2660. package/scripts/repo_local_wrapper.test.mjs +454 -0
  2661. package/scripts/root_package_repo_local_scripts.test.mjs +46 -0
  2662. package/scripts/run.mjs +74 -31
  2663. package/scripts/self_host_binary_smoke.integration.test.mjs +1 -1
  2664. package/scripts/self_host_daemon.real.integration.test.mjs +296 -0
  2665. package/scripts/self_host_launchd.real.integration.test.mjs +212 -0
  2666. package/scripts/self_host_runtime.mjs +1893 -333
  2667. package/scripts/self_host_runtime.test.mjs +698 -1
  2668. package/scripts/self_host_schtasks.real.integration.test.mjs +217 -0
  2669. package/scripts/self_host_service_e2e_harness.mjs +93 -0
  2670. package/scripts/self_host_systemd.real.integration.test.mjs +10 -88
  2671. package/scripts/service.mjs +156 -26
  2672. package/scripts/setup.mjs +223 -44
  2673. package/scripts/setup_dev_child_env.test.mjs +244 -0
  2674. package/scripts/setup_local_repo_profile.test.mjs +178 -0
  2675. package/scripts/setup_pr.mjs +9 -6
  2676. package/scripts/setup_pr_orchestrated_auth_flow_util_import.test.mjs +23 -1
  2677. package/scripts/stack/command_arguments.mjs +1 -0
  2678. package/scripts/stack/help_text.mjs +4 -2
  2679. package/scripts/stack/run_script_with_stack_env.mjs +24 -2
  2680. package/scripts/stack/stack_daemon_command.mjs +31 -2
  2681. package/scripts/stack/stack_environment.mjs +15 -2
  2682. package/scripts/stack/stack_environment.sanitization.test.mjs +45 -0
  2683. package/scripts/stack.mjs +5 -2
  2684. package/scripts/stack_create_dev_auth_seed_help_force.test.mjs +38 -0
  2685. package/scripts/stack_daemon_cmd.integration.test.mjs +70 -0
  2686. package/scripts/stack_guided_login_does_not_preopen_browser.test.mjs +17 -0
  2687. package/scripts/stack_happy_cmd.integration.test.mjs +36 -0
  2688. package/scripts/stack_pr_help_cmd.test.mjs +38 -0
  2689. package/scripts/stop.mjs +2 -3
  2690. package/scripts/stopStackWithEnv_kills_ephemeral_runtime_pids_without_env_markers.integration.test.mjs +98 -0
  2691. package/scripts/stopStackWithEnv_sweeps_repo_local_stack_by_stackName_when_runtime_missing.integration.test.mjs +78 -0
  2692. package/scripts/tailscale.mjs +16 -1
  2693. package/scripts/tailscale_cmd_output.test.mjs +88 -0
  2694. package/scripts/tui.mjs +604 -88
  2695. package/scripts/tui_args_default_cmd.test.mjs +41 -0
  2696. package/scripts/utils/auth/auth_force_flag.mjs +14 -0
  2697. package/scripts/utils/auth/credentials_paths.mjs +9 -9
  2698. package/scripts/utils/auth/credentials_paths.test.mjs +8 -0
  2699. package/scripts/utils/auth/orchestrated_stack_auth_flow.mjs +64 -3
  2700. package/scripts/utils/auth/stable_scope_id.mjs +1 -1
  2701. package/scripts/utils/auth/stack_guided_login.mjs +0 -6
  2702. package/scripts/utils/cli/cli_registry.mjs +30 -3
  2703. package/scripts/utils/cli/normalize.mjs +1 -0
  2704. package/scripts/utils/cli/progress.mjs +8 -1
  2705. package/scripts/utils/cli/progress.test.mjs +43 -0
  2706. package/scripts/utils/dev/expo_dev.buildEnv.test.mjs +17 -0
  2707. package/scripts/utils/dev/expo_dev.mjs +59 -5
  2708. package/scripts/utils/dev/expo_dev_restart_port_reservation.test.mjs +242 -1
  2709. package/scripts/utils/dev/expo_dev_runtime_metadata.test.mjs +126 -0
  2710. package/scripts/utils/dev/expo_dev_verbose_logs.test.mjs +9 -2
  2711. package/scripts/utils/dev/resolveDevServerConnection.mjs +60 -0
  2712. package/scripts/utils/dev/resolveDevServerConnection.test.mjs +74 -0
  2713. package/scripts/utils/env/env.mjs +3 -0
  2714. package/scripts/utils/expo/command.mjs +5 -2
  2715. package/scripts/utils/expo/command_workspace_deps_built.test.mjs +158 -0
  2716. package/scripts/utils/expo/metro_ports.test.mjs +55 -0
  2717. package/scripts/utils/git/dev_checkout.mjs +3 -2
  2718. package/scripts/utils/mobile/dev_client_install_invocation.mjs +68 -0
  2719. package/scripts/utils/mobile/dev_client_install_invocation.test.mjs +27 -0
  2720. package/scripts/utils/paths/paths.mjs +7 -1
  2721. package/scripts/utils/paths/paths_monorepo.test.mjs +26 -1
  2722. package/scripts/utils/proc/ensureWorkspacePackagesBuilt.test.mjs +120 -0
  2723. package/scripts/utils/proc/pm.mjs +198 -11
  2724. package/scripts/utils/proc/pm_stack_cache_env.test.mjs +244 -1
  2725. package/scripts/utils/proc/proc.mjs +20 -2
  2726. package/scripts/utils/proc/proc.test.mjs +16 -1
  2727. package/scripts/utils/server/port.mjs +20 -2
  2728. package/scripts/utils/server/resolve_stack_server_port.mjs +101 -0
  2729. package/scripts/utils/server/resolve_stack_server_port.test.mjs +148 -0
  2730. package/scripts/utils/service/service_manager.definition.test.mjs +66 -0
  2731. package/scripts/utils/service/service_manager.mjs +96 -0
  2732. package/scripts/utils/service/service_manager.plan.test.mjs +37 -0
  2733. package/scripts/utils/service/service_manager.test.mjs +20 -0
  2734. package/scripts/utils/service/systemd_service_unit.mjs +1 -0
  2735. package/scripts/utils/service/systemd_service_unit.test.mjs +42 -0
  2736. package/scripts/utils/service/windows_schtasks_wrapper.mjs +1 -0
  2737. package/scripts/utils/service/windows_schtasks_wrapper.test.mjs +25 -0
  2738. package/scripts/utils/setup/child_env.mjs +13 -0
  2739. package/scripts/utils/setup/child_env.test.mjs +36 -0
  2740. package/scripts/utils/stack/stacks.mjs +2 -2
  2741. package/scripts/utils/stack/stop.mjs +82 -8
  2742. package/scripts/utils/tauri/stack_overrides.mjs +16 -0
  2743. package/scripts/utils/tui/actions.mjs +22 -0
  2744. package/scripts/utils/tui/actions.test.mjs +39 -0
  2745. package/scripts/utils/tui/args.mjs +49 -0
  2746. package/scripts/utils/tui/args.test.mjs +70 -0
  2747. package/scripts/utils/tui/daemon_auth_notice.mjs +74 -0
  2748. package/scripts/utils/tui/daemon_auth_notice.test.mjs +53 -0
  2749. package/scripts/utils/tui/daemon_autostart.mjs +34 -0
  2750. package/scripts/utils/tui/daemon_autostart.test.mjs +157 -0
  2751. package/scripts/utils/tui/daemon_pane_reconcile.mjs +43 -0
  2752. package/scripts/utils/tui/daemon_pane_reconcile.test.mjs +35 -0
  2753. package/scripts/utils/tui/script_pty_command.mjs +27 -0
  2754. package/scripts/utils/tui/script_pty_command.test.mjs +29 -0
  2755. package/scripts/utils/tui/stack_scope_env.mjs +10 -0
  2756. package/scripts/utils/tui/stack_scope_env.test.mjs +21 -0
  2757. package/scripts/utils/tui/stdin_handoff.mjs +101 -0
  2758. package/scripts/utils/tui/stdin_handoff.test.mjs +29 -0
  2759. package/scripts/utils/tui/summary_env.mjs +7 -0
  2760. package/scripts/utils/tui/summary_env.test.mjs +22 -0
  2761. package/scripts/utils/ui/box_line.mjs +46 -0
  2762. package/scripts/utils/ui/box_line.test.mjs +20 -0
  2763. package/scripts/utils/ui/ui_export_env.mjs +29 -0
  2764. package/scripts/utils/ui/ui_export_env.test.mjs +25 -0
  2765. package/scripts/worktrees.mjs +3 -0
  2766. package/scripts/worktrees_status_default_target.test.mjs +56 -0
  2767. package/scripts/provision/linux-ubuntu-review-pr.sh +0 -66
  2768. package/scripts/provision/macos-lima-happy-vm.sh +0 -192
  2769. package/scripts/provision/macos-lima-hstack-e2e.sh +0 -100
@@ -0,0 +1,413 @@
1
+ /**
2
+ * blake2b (64-bit) & blake2s (8 to 32-bit) hash functions.
3
+ * b could have been faster, but there is no fast u64 in js, so s is 1.5x faster.
4
+ * @module
5
+ */
6
+ import { BSIGMA, G1s, G2s } from "./_blake.js";
7
+ import { SHA256_IV } from "./_md.js";
8
+ import * as u64 from "./_u64.js";
9
+ // prettier-ignore
10
+ import { abytes, aexists, anumber, aoutput, clean, createOptHasher, Hash, swap32IfBE, swap8IfBE, toBytes, u32 } from "./utils.js";
11
+ // Same as SHA512_IV, but swapped endianness: LE instead of BE. iv[1] is iv[0], etc.
12
+ const B2B_IV = /* @__PURE__ */ Uint32Array.from([
13
+ 0xf3bcc908, 0x6a09e667, 0x84caa73b, 0xbb67ae85, 0xfe94f82b, 0x3c6ef372, 0x5f1d36f1, 0xa54ff53a,
14
+ 0xade682d1, 0x510e527f, 0x2b3e6c1f, 0x9b05688c, 0xfb41bd6b, 0x1f83d9ab, 0x137e2179, 0x5be0cd19,
15
+ ]);
16
+ // Temporary buffer
17
+ const BBUF = /* @__PURE__ */ new Uint32Array(32);
18
+ // Mixing function G splitted in two halfs
19
+ function G1b(a, b, c, d, msg, x) {
20
+ // NOTE: V is LE here
21
+ const Xl = msg[x], Xh = msg[x + 1]; // prettier-ignore
22
+ let Al = BBUF[2 * a], Ah = BBUF[2 * a + 1]; // prettier-ignore
23
+ let Bl = BBUF[2 * b], Bh = BBUF[2 * b + 1]; // prettier-ignore
24
+ let Cl = BBUF[2 * c], Ch = BBUF[2 * c + 1]; // prettier-ignore
25
+ let Dl = BBUF[2 * d], Dh = BBUF[2 * d + 1]; // prettier-ignore
26
+ // v[a] = (v[a] + v[b] + x) | 0;
27
+ let ll = u64.add3L(Al, Bl, Xl);
28
+ Ah = u64.add3H(ll, Ah, Bh, Xh);
29
+ Al = ll | 0;
30
+ // v[d] = rotr(v[d] ^ v[a], 32)
31
+ ({ Dh, Dl } = { Dh: Dh ^ Ah, Dl: Dl ^ Al });
32
+ ({ Dh, Dl } = { Dh: u64.rotr32H(Dh, Dl), Dl: u64.rotr32L(Dh, Dl) });
33
+ // v[c] = (v[c] + v[d]) | 0;
34
+ ({ h: Ch, l: Cl } = u64.add(Ch, Cl, Dh, Dl));
35
+ // v[b] = rotr(v[b] ^ v[c], 24)
36
+ ({ Bh, Bl } = { Bh: Bh ^ Ch, Bl: Bl ^ Cl });
37
+ ({ Bh, Bl } = { Bh: u64.rotrSH(Bh, Bl, 24), Bl: u64.rotrSL(Bh, Bl, 24) });
38
+ (BBUF[2 * a] = Al), (BBUF[2 * a + 1] = Ah);
39
+ (BBUF[2 * b] = Bl), (BBUF[2 * b + 1] = Bh);
40
+ (BBUF[2 * c] = Cl), (BBUF[2 * c + 1] = Ch);
41
+ (BBUF[2 * d] = Dl), (BBUF[2 * d + 1] = Dh);
42
+ }
43
+ function G2b(a, b, c, d, msg, x) {
44
+ // NOTE: V is LE here
45
+ const Xl = msg[x], Xh = msg[x + 1]; // prettier-ignore
46
+ let Al = BBUF[2 * a], Ah = BBUF[2 * a + 1]; // prettier-ignore
47
+ let Bl = BBUF[2 * b], Bh = BBUF[2 * b + 1]; // prettier-ignore
48
+ let Cl = BBUF[2 * c], Ch = BBUF[2 * c + 1]; // prettier-ignore
49
+ let Dl = BBUF[2 * d], Dh = BBUF[2 * d + 1]; // prettier-ignore
50
+ // v[a] = (v[a] + v[b] + x) | 0;
51
+ let ll = u64.add3L(Al, Bl, Xl);
52
+ Ah = u64.add3H(ll, Ah, Bh, Xh);
53
+ Al = ll | 0;
54
+ // v[d] = rotr(v[d] ^ v[a], 16)
55
+ ({ Dh, Dl } = { Dh: Dh ^ Ah, Dl: Dl ^ Al });
56
+ ({ Dh, Dl } = { Dh: u64.rotrSH(Dh, Dl, 16), Dl: u64.rotrSL(Dh, Dl, 16) });
57
+ // v[c] = (v[c] + v[d]) | 0;
58
+ ({ h: Ch, l: Cl } = u64.add(Ch, Cl, Dh, Dl));
59
+ // v[b] = rotr(v[b] ^ v[c], 63)
60
+ ({ Bh, Bl } = { Bh: Bh ^ Ch, Bl: Bl ^ Cl });
61
+ ({ Bh, Bl } = { Bh: u64.rotrBH(Bh, Bl, 63), Bl: u64.rotrBL(Bh, Bl, 63) });
62
+ (BBUF[2 * a] = Al), (BBUF[2 * a + 1] = Ah);
63
+ (BBUF[2 * b] = Bl), (BBUF[2 * b + 1] = Bh);
64
+ (BBUF[2 * c] = Cl), (BBUF[2 * c + 1] = Ch);
65
+ (BBUF[2 * d] = Dl), (BBUF[2 * d + 1] = Dh);
66
+ }
67
+ function checkBlake2Opts(outputLen, opts = {}, keyLen, saltLen, persLen) {
68
+ anumber(keyLen);
69
+ if (outputLen < 0 || outputLen > keyLen)
70
+ throw new Error('outputLen bigger than keyLen');
71
+ const { key, salt, personalization } = opts;
72
+ if (key !== undefined && (key.length < 1 || key.length > keyLen))
73
+ throw new Error('key length must be undefined or 1..' + keyLen);
74
+ if (salt !== undefined && salt.length !== saltLen)
75
+ throw new Error('salt must be undefined or ' + saltLen);
76
+ if (personalization !== undefined && personalization.length !== persLen)
77
+ throw new Error('personalization must be undefined or ' + persLen);
78
+ }
79
+ /** Class, from which others are subclassed. */
80
+ export class BLAKE2 extends Hash {
81
+ constructor(blockLen, outputLen) {
82
+ super();
83
+ this.finished = false;
84
+ this.destroyed = false;
85
+ this.length = 0;
86
+ this.pos = 0;
87
+ anumber(blockLen);
88
+ anumber(outputLen);
89
+ this.blockLen = blockLen;
90
+ this.outputLen = outputLen;
91
+ this.buffer = new Uint8Array(blockLen);
92
+ this.buffer32 = u32(this.buffer);
93
+ }
94
+ update(data) {
95
+ aexists(this);
96
+ data = toBytes(data);
97
+ abytes(data);
98
+ // Main difference with other hashes: there is flag for last block,
99
+ // so we cannot process current block before we know that there
100
+ // is the next one. This significantly complicates logic and reduces ability
101
+ // to do zero-copy processing
102
+ const { blockLen, buffer, buffer32 } = this;
103
+ const len = data.length;
104
+ const offset = data.byteOffset;
105
+ const buf = data.buffer;
106
+ for (let pos = 0; pos < len;) {
107
+ // If buffer is full and we still have input (don't process last block, same as blake2s)
108
+ if (this.pos === blockLen) {
109
+ swap32IfBE(buffer32);
110
+ this.compress(buffer32, 0, false);
111
+ swap32IfBE(buffer32);
112
+ this.pos = 0;
113
+ }
114
+ const take = Math.min(blockLen - this.pos, len - pos);
115
+ const dataOffset = offset + pos;
116
+ // full block && aligned to 4 bytes && not last in input
117
+ if (take === blockLen && !(dataOffset % 4) && pos + take < len) {
118
+ const data32 = new Uint32Array(buf, dataOffset, Math.floor((len - pos) / 4));
119
+ swap32IfBE(data32);
120
+ for (let pos32 = 0; pos + blockLen < len; pos32 += buffer32.length, pos += blockLen) {
121
+ this.length += blockLen;
122
+ this.compress(data32, pos32, false);
123
+ }
124
+ swap32IfBE(data32);
125
+ continue;
126
+ }
127
+ buffer.set(data.subarray(pos, pos + take), this.pos);
128
+ this.pos += take;
129
+ this.length += take;
130
+ pos += take;
131
+ }
132
+ return this;
133
+ }
134
+ digestInto(out) {
135
+ aexists(this);
136
+ aoutput(out, this);
137
+ const { pos, buffer32 } = this;
138
+ this.finished = true;
139
+ // Padding
140
+ clean(this.buffer.subarray(pos));
141
+ swap32IfBE(buffer32);
142
+ this.compress(buffer32, 0, true);
143
+ swap32IfBE(buffer32);
144
+ const out32 = u32(out);
145
+ this.get().forEach((v, i) => (out32[i] = swap8IfBE(v)));
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
+ _cloneInto(to) {
155
+ const { buffer, length, finished, destroyed, outputLen, pos } = this;
156
+ to || (to = new this.constructor({ dkLen: outputLen }));
157
+ to.set(...this.get());
158
+ to.buffer.set(buffer);
159
+ to.destroyed = destroyed;
160
+ to.finished = finished;
161
+ to.length = length;
162
+ to.pos = pos;
163
+ // @ts-ignore
164
+ to.outputLen = outputLen;
165
+ return to;
166
+ }
167
+ clone() {
168
+ return this._cloneInto();
169
+ }
170
+ }
171
+ export class BLAKE2b extends BLAKE2 {
172
+ constructor(opts = {}) {
173
+ const olen = opts.dkLen === undefined ? 64 : opts.dkLen;
174
+ super(128, olen);
175
+ // Same as SHA-512, but LE
176
+ this.v0l = B2B_IV[0] | 0;
177
+ this.v0h = B2B_IV[1] | 0;
178
+ this.v1l = B2B_IV[2] | 0;
179
+ this.v1h = B2B_IV[3] | 0;
180
+ this.v2l = B2B_IV[4] | 0;
181
+ this.v2h = B2B_IV[5] | 0;
182
+ this.v3l = B2B_IV[6] | 0;
183
+ this.v3h = B2B_IV[7] | 0;
184
+ this.v4l = B2B_IV[8] | 0;
185
+ this.v4h = B2B_IV[9] | 0;
186
+ this.v5l = B2B_IV[10] | 0;
187
+ this.v5h = B2B_IV[11] | 0;
188
+ this.v6l = B2B_IV[12] | 0;
189
+ this.v6h = B2B_IV[13] | 0;
190
+ this.v7l = B2B_IV[14] | 0;
191
+ this.v7h = B2B_IV[15] | 0;
192
+ checkBlake2Opts(olen, opts, 64, 16, 16);
193
+ let { key, personalization, salt } = opts;
194
+ let keyLength = 0;
195
+ if (key !== undefined) {
196
+ key = toBytes(key);
197
+ keyLength = key.length;
198
+ }
199
+ this.v0l ^= this.outputLen | (keyLength << 8) | (0x01 << 16) | (0x01 << 24);
200
+ if (salt !== undefined) {
201
+ salt = toBytes(salt);
202
+ const slt = u32(salt);
203
+ this.v4l ^= swap8IfBE(slt[0]);
204
+ this.v4h ^= swap8IfBE(slt[1]);
205
+ this.v5l ^= swap8IfBE(slt[2]);
206
+ this.v5h ^= swap8IfBE(slt[3]);
207
+ }
208
+ if (personalization !== undefined) {
209
+ personalization = toBytes(personalization);
210
+ const pers = u32(personalization);
211
+ this.v6l ^= swap8IfBE(pers[0]);
212
+ this.v6h ^= swap8IfBE(pers[1]);
213
+ this.v7l ^= swap8IfBE(pers[2]);
214
+ this.v7h ^= swap8IfBE(pers[3]);
215
+ }
216
+ if (key !== undefined) {
217
+ // Pad to blockLen and update
218
+ const tmp = new Uint8Array(this.blockLen);
219
+ tmp.set(key);
220
+ this.update(tmp);
221
+ }
222
+ }
223
+ // prettier-ignore
224
+ get() {
225
+ let { v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h } = this;
226
+ return [v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h];
227
+ }
228
+ // prettier-ignore
229
+ set(v0l, v0h, v1l, v1h, v2l, v2h, v3l, v3h, v4l, v4h, v5l, v5h, v6l, v6h, v7l, v7h) {
230
+ this.v0l = v0l | 0;
231
+ this.v0h = v0h | 0;
232
+ this.v1l = v1l | 0;
233
+ this.v1h = v1h | 0;
234
+ this.v2l = v2l | 0;
235
+ this.v2h = v2h | 0;
236
+ this.v3l = v3l | 0;
237
+ this.v3h = v3h | 0;
238
+ this.v4l = v4l | 0;
239
+ this.v4h = v4h | 0;
240
+ this.v5l = v5l | 0;
241
+ this.v5h = v5h | 0;
242
+ this.v6l = v6l | 0;
243
+ this.v6h = v6h | 0;
244
+ this.v7l = v7l | 0;
245
+ this.v7h = v7h | 0;
246
+ }
247
+ compress(msg, offset, isLast) {
248
+ this.get().forEach((v, i) => (BBUF[i] = v)); // First half from state.
249
+ BBUF.set(B2B_IV, 16); // Second half from IV.
250
+ let { h, l } = u64.fromBig(BigInt(this.length));
251
+ BBUF[24] = B2B_IV[8] ^ l; // Low word of the offset.
252
+ BBUF[25] = B2B_IV[9] ^ h; // High word.
253
+ // Invert all bits for last block
254
+ if (isLast) {
255
+ BBUF[28] = ~BBUF[28];
256
+ BBUF[29] = ~BBUF[29];
257
+ }
258
+ let j = 0;
259
+ const s = BSIGMA;
260
+ for (let i = 0; i < 12; i++) {
261
+ G1b(0, 4, 8, 12, msg, offset + 2 * s[j++]);
262
+ G2b(0, 4, 8, 12, msg, offset + 2 * s[j++]);
263
+ G1b(1, 5, 9, 13, msg, offset + 2 * s[j++]);
264
+ G2b(1, 5, 9, 13, msg, offset + 2 * s[j++]);
265
+ G1b(2, 6, 10, 14, msg, offset + 2 * s[j++]);
266
+ G2b(2, 6, 10, 14, msg, offset + 2 * s[j++]);
267
+ G1b(3, 7, 11, 15, msg, offset + 2 * s[j++]);
268
+ G2b(3, 7, 11, 15, msg, offset + 2 * s[j++]);
269
+ G1b(0, 5, 10, 15, msg, offset + 2 * s[j++]);
270
+ G2b(0, 5, 10, 15, msg, offset + 2 * s[j++]);
271
+ G1b(1, 6, 11, 12, msg, offset + 2 * s[j++]);
272
+ G2b(1, 6, 11, 12, msg, offset + 2 * s[j++]);
273
+ G1b(2, 7, 8, 13, msg, offset + 2 * s[j++]);
274
+ G2b(2, 7, 8, 13, msg, offset + 2 * s[j++]);
275
+ G1b(3, 4, 9, 14, msg, offset + 2 * s[j++]);
276
+ G2b(3, 4, 9, 14, msg, offset + 2 * s[j++]);
277
+ }
278
+ this.v0l ^= BBUF[0] ^ BBUF[16];
279
+ this.v0h ^= BBUF[1] ^ BBUF[17];
280
+ this.v1l ^= BBUF[2] ^ BBUF[18];
281
+ this.v1h ^= BBUF[3] ^ BBUF[19];
282
+ this.v2l ^= BBUF[4] ^ BBUF[20];
283
+ this.v2h ^= BBUF[5] ^ BBUF[21];
284
+ this.v3l ^= BBUF[6] ^ BBUF[22];
285
+ this.v3h ^= BBUF[7] ^ BBUF[23];
286
+ this.v4l ^= BBUF[8] ^ BBUF[24];
287
+ this.v4h ^= BBUF[9] ^ BBUF[25];
288
+ this.v5l ^= BBUF[10] ^ BBUF[26];
289
+ this.v5h ^= BBUF[11] ^ BBUF[27];
290
+ this.v6l ^= BBUF[12] ^ BBUF[28];
291
+ this.v6h ^= BBUF[13] ^ BBUF[29];
292
+ this.v7l ^= BBUF[14] ^ BBUF[30];
293
+ this.v7h ^= BBUF[15] ^ BBUF[31];
294
+ clean(BBUF);
295
+ }
296
+ destroy() {
297
+ this.destroyed = true;
298
+ clean(this.buffer32);
299
+ this.set(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
300
+ }
301
+ }
302
+ /**
303
+ * Blake2b hash function. 64-bit. 1.5x slower than blake2s in JS.
304
+ * @param msg - message that would be hashed
305
+ * @param opts - dkLen output length, key for MAC mode, salt, personalization
306
+ */
307
+ export const blake2b = /* @__PURE__ */ createOptHasher((opts) => new BLAKE2b(opts));
308
+ // prettier-ignore
309
+ export function compress(s, offset, msg, rounds, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15) {
310
+ let j = 0;
311
+ for (let i = 0; i < rounds; i++) {
312
+ ({ a: v0, b: v4, c: v8, d: v12 } = G1s(v0, v4, v8, v12, msg[offset + s[j++]]));
313
+ ({ a: v0, b: v4, c: v8, d: v12 } = G2s(v0, v4, v8, v12, msg[offset + s[j++]]));
314
+ ({ a: v1, b: v5, c: v9, d: v13 } = G1s(v1, v5, v9, v13, msg[offset + s[j++]]));
315
+ ({ a: v1, b: v5, c: v9, d: v13 } = G2s(v1, v5, v9, v13, msg[offset + s[j++]]));
316
+ ({ a: v2, b: v6, c: v10, d: v14 } = G1s(v2, v6, v10, v14, msg[offset + s[j++]]));
317
+ ({ a: v2, b: v6, c: v10, d: v14 } = G2s(v2, v6, v10, v14, msg[offset + s[j++]]));
318
+ ({ a: v3, b: v7, c: v11, d: v15 } = G1s(v3, v7, v11, v15, msg[offset + s[j++]]));
319
+ ({ a: v3, b: v7, c: v11, d: v15 } = G2s(v3, v7, v11, v15, msg[offset + s[j++]]));
320
+ ({ a: v0, b: v5, c: v10, d: v15 } = G1s(v0, v5, v10, v15, msg[offset + s[j++]]));
321
+ ({ a: v0, b: v5, c: v10, d: v15 } = G2s(v0, v5, v10, v15, msg[offset + s[j++]]));
322
+ ({ a: v1, b: v6, c: v11, d: v12 } = G1s(v1, v6, v11, v12, msg[offset + s[j++]]));
323
+ ({ a: v1, b: v6, c: v11, d: v12 } = G2s(v1, v6, v11, v12, msg[offset + s[j++]]));
324
+ ({ a: v2, b: v7, c: v8, d: v13 } = G1s(v2, v7, v8, v13, msg[offset + s[j++]]));
325
+ ({ a: v2, b: v7, c: v8, d: v13 } = G2s(v2, v7, v8, v13, msg[offset + s[j++]]));
326
+ ({ a: v3, b: v4, c: v9, d: v14 } = G1s(v3, v4, v9, v14, msg[offset + s[j++]]));
327
+ ({ a: v3, b: v4, c: v9, d: v14 } = G2s(v3, v4, v9, v14, msg[offset + s[j++]]));
328
+ }
329
+ return { v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15 };
330
+ }
331
+ const B2S_IV = SHA256_IV;
332
+ export class BLAKE2s extends BLAKE2 {
333
+ constructor(opts = {}) {
334
+ const olen = opts.dkLen === undefined ? 32 : opts.dkLen;
335
+ super(64, olen);
336
+ // Internal state, same as SHA-256
337
+ this.v0 = B2S_IV[0] | 0;
338
+ this.v1 = B2S_IV[1] | 0;
339
+ this.v2 = B2S_IV[2] | 0;
340
+ this.v3 = B2S_IV[3] | 0;
341
+ this.v4 = B2S_IV[4] | 0;
342
+ this.v5 = B2S_IV[5] | 0;
343
+ this.v6 = B2S_IV[6] | 0;
344
+ this.v7 = B2S_IV[7] | 0;
345
+ checkBlake2Opts(olen, opts, 32, 8, 8);
346
+ let { key, personalization, salt } = opts;
347
+ let keyLength = 0;
348
+ if (key !== undefined) {
349
+ key = toBytes(key);
350
+ keyLength = key.length;
351
+ }
352
+ this.v0 ^= this.outputLen | (keyLength << 8) | (0x01 << 16) | (0x01 << 24);
353
+ if (salt !== undefined) {
354
+ salt = toBytes(salt);
355
+ const slt = u32(salt);
356
+ this.v4 ^= swap8IfBE(slt[0]);
357
+ this.v5 ^= swap8IfBE(slt[1]);
358
+ }
359
+ if (personalization !== undefined) {
360
+ personalization = toBytes(personalization);
361
+ const pers = u32(personalization);
362
+ this.v6 ^= swap8IfBE(pers[0]);
363
+ this.v7 ^= swap8IfBE(pers[1]);
364
+ }
365
+ if (key !== undefined) {
366
+ // Pad to blockLen and update
367
+ abytes(key);
368
+ const tmp = new Uint8Array(this.blockLen);
369
+ tmp.set(key);
370
+ this.update(tmp);
371
+ }
372
+ }
373
+ get() {
374
+ const { v0, v1, v2, v3, v4, v5, v6, v7 } = this;
375
+ return [v0, v1, v2, v3, v4, v5, v6, v7];
376
+ }
377
+ // prettier-ignore
378
+ set(v0, v1, v2, v3, v4, v5, v6, v7) {
379
+ this.v0 = v0 | 0;
380
+ this.v1 = v1 | 0;
381
+ this.v2 = v2 | 0;
382
+ this.v3 = v3 | 0;
383
+ this.v4 = v4 | 0;
384
+ this.v5 = v5 | 0;
385
+ this.v6 = v6 | 0;
386
+ this.v7 = v7 | 0;
387
+ }
388
+ compress(msg, offset, isLast) {
389
+ const { h, l } = u64.fromBig(BigInt(this.length));
390
+ // prettier-ignore
391
+ const { v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15 } = compress(BSIGMA, offset, msg, 10, this.v0, this.v1, this.v2, this.v3, this.v4, this.v5, this.v6, this.v7, B2S_IV[0], B2S_IV[1], B2S_IV[2], B2S_IV[3], l ^ B2S_IV[4], h ^ B2S_IV[5], isLast ? ~B2S_IV[6] : B2S_IV[6], B2S_IV[7]);
392
+ this.v0 ^= v0 ^ v8;
393
+ this.v1 ^= v1 ^ v9;
394
+ this.v2 ^= v2 ^ v10;
395
+ this.v3 ^= v3 ^ v11;
396
+ this.v4 ^= v4 ^ v12;
397
+ this.v5 ^= v5 ^ v13;
398
+ this.v6 ^= v6 ^ v14;
399
+ this.v7 ^= v7 ^ v15;
400
+ }
401
+ destroy() {
402
+ this.destroyed = true;
403
+ clean(this.buffer32);
404
+ this.set(0, 0, 0, 0, 0, 0, 0, 0);
405
+ }
406
+ }
407
+ /**
408
+ * Blake2s hash function. Focuses on 8-bit to 32-bit platforms. 1.5x faster than blake2b in JS.
409
+ * @param msg - message that would be hashed
410
+ * @param opts - dkLen output length, key for MAC mode, salt, personalization
411
+ */
412
+ export const blake2s = /* @__PURE__ */ createOptHasher((opts) => new BLAKE2s(opts));
413
+ //# sourceMappingURL=blake2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake2.js","sourceRoot":"","sources":["../src/blake2.ts"],"names":[],"mappings":"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AG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QAChC,KAAK,CAAC,IAAI,CAAC,CAAC;IACd,CAAC;IACD,OAAO;QACL,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QACtB,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrB,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC3D,CAAC;CACF;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAW,eAAe,CAAC,eAAe,CAC5D,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAC5B,CAAC;AAcF,kBAAkB;AAClB,MAAM,UAAU,QAAQ,CAAC,CAAa,EAAE,MAAc,EAAE,GAAgB,EAAE,MAAc,EACtF,EAAU,EAAE,EAAU,EAAE,EAAU,EAAE,EAAU,EAAE,EAAU,EAAE,EAAU,EAAE,EAAU,EAAE,EAAU,EAC9F,EAAU,EAAE,EAAU,EAAE,GAAW,EAAE,GAAW,EAAE,GAAW,EAAE,GAAW,EAAE,GAAW,EAAE,GAAW;IAEpG,IAAI,CAAC,GAAG,CAAC,CAAC;IACV,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAChC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/E,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/E,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/E,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/E,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAEjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAA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"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Blake2b hash function. Focuses on 64-bit platforms, but in JS speed different from Blake2s is negligible.
3
+ * @module
4
+ * @deprecated
5
+ */
6
+ import { BLAKE2b as B2B, blake2b as b2b } from './blake2.ts';
7
+ /** @deprecated Use import from `noble/hashes/blake2` module */
8
+ export declare const BLAKE2b: typeof B2B;
9
+ /** @deprecated Use import from `noble/hashes/blake2` module */
10
+ export declare const blake2b: typeof b2b;
11
+ //# sourceMappingURL=blake2b.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake2b.d.ts","sourceRoot":"","sources":["../src/blake2b.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,aAAa,CAAC;AAC7D,+DAA+D;AAC/D,eAAO,MAAM,OAAO,EAAE,OAAO,GAAS,CAAC;AACvC,+DAA+D;AAC/D,eAAO,MAAM,OAAO,EAAE,OAAO,GAAS,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Blake2b hash function. Focuses on 64-bit platforms, but in JS speed different from Blake2s is negligible.
3
+ * @module
4
+ * @deprecated
5
+ */
6
+ import { BLAKE2b as B2B, blake2b as b2b } from "./blake2.js";
7
+ /** @deprecated Use import from `noble/hashes/blake2` module */
8
+ export const BLAKE2b = B2B;
9
+ /** @deprecated Use import from `noble/hashes/blake2` module */
10
+ export const blake2b = b2b;
11
+ //# sourceMappingURL=blake2b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake2b.js","sourceRoot":"","sources":["../src/blake2b.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,aAAa,CAAC;AAC7D,+DAA+D;AAC/D,MAAM,CAAC,MAAM,OAAO,GAAe,GAAG,CAAC;AACvC,+DAA+D;AAC/D,MAAM,CAAC,MAAM,OAAO,GAAe,GAAG,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Blake2s hash function. Focuses on 8-bit to 32-bit platforms. blake2b for 64-bit, but in JS it is slower.
3
+ * @module
4
+ * @deprecated
5
+ */
6
+ import { G1s as G1s_n, G2s as G2s_n } from './_blake.ts';
7
+ import { BLAKE2s as B2S, blake2s as b2s, compress as compress_n } from './blake2.ts';
8
+ /** @deprecated Use import from `noble/hashes/blake2` module */
9
+ export declare const B2S_IV: Uint32Array;
10
+ /** @deprecated Use import from `noble/hashes/blake2` module */
11
+ export declare const G1s: typeof G1s_n;
12
+ /** @deprecated Use import from `noble/hashes/blake2` module */
13
+ export declare const G2s: typeof G2s_n;
14
+ /** @deprecated Use import from `noble/hashes/blake2` module */
15
+ export declare const compress: typeof compress_n;
16
+ /** @deprecated Use import from `noble/hashes/blake2` module */
17
+ export declare const BLAKE2s: typeof B2S;
18
+ /** @deprecated Use import from `noble/hashes/blake2` module */
19
+ export declare const blake2s: typeof b2s;
20
+ //# sourceMappingURL=blake2s.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake2s.d.ts","sourceRoot":"","sources":["../src/blake2s.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,OAAO,IAAI,GAAG,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,aAAa,CAAC;AACrF,+DAA+D;AAC/D,eAAO,MAAM,MAAM,EAAE,WAAuB,CAAC;AAC7C,+DAA+D;AAC/D,eAAO,MAAM,GAAG,EAAE,OAAO,KAAa,CAAC;AACvC,+DAA+D;AAC/D,eAAO,MAAM,GAAG,EAAE,OAAO,KAAa,CAAC;AACvC,+DAA+D;AAC/D,eAAO,MAAM,QAAQ,EAAE,OAAO,UAAuB,CAAC;AACtD,+DAA+D;AAC/D,eAAO,MAAM,OAAO,EAAE,OAAO,GAAS,CAAC;AACvC,+DAA+D;AAC/D,eAAO,MAAM,OAAO,EAAE,OAAO,GAAS,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Blake2s hash function. Focuses on 8-bit to 32-bit platforms. blake2b for 64-bit, but in JS it is slower.
3
+ * @module
4
+ * @deprecated
5
+ */
6
+ import { G1s as G1s_n, G2s as G2s_n } from "./_blake.js";
7
+ import { SHA256_IV } from "./_md.js";
8
+ import { BLAKE2s as B2S, blake2s as b2s, compress as compress_n } from "./blake2.js";
9
+ /** @deprecated Use import from `noble/hashes/blake2` module */
10
+ export const B2S_IV = SHA256_IV;
11
+ /** @deprecated Use import from `noble/hashes/blake2` module */
12
+ export const G1s = G1s_n;
13
+ /** @deprecated Use import from `noble/hashes/blake2` module */
14
+ export const G2s = G2s_n;
15
+ /** @deprecated Use import from `noble/hashes/blake2` module */
16
+ export const compress = compress_n;
17
+ /** @deprecated Use import from `noble/hashes/blake2` module */
18
+ export const BLAKE2s = B2S;
19
+ /** @deprecated Use import from `noble/hashes/blake2` module */
20
+ export const blake2s = b2s;
21
+ //# sourceMappingURL=blake2s.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake2s.js","sourceRoot":"","sources":["../src/blake2s.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,OAAO,IAAI,GAAG,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,aAAa,CAAC;AACrF,+DAA+D;AAC/D,MAAM,CAAC,MAAM,MAAM,GAAgB,SAAS,CAAC;AAC7C,+DAA+D;AAC/D,MAAM,CAAC,MAAM,GAAG,GAAiB,KAAK,CAAC;AACvC,+DAA+D;AAC/D,MAAM,CAAC,MAAM,GAAG,GAAiB,KAAK,CAAC;AACvC,+DAA+D;AAC/D,MAAM,CAAC,MAAM,QAAQ,GAAsB,UAAU,CAAC;AACtD,+DAA+D;AAC/D,MAAM,CAAC,MAAM,OAAO,GAAe,GAAG,CAAC;AACvC,+DAA+D;AAC/D,MAAM,CAAC,MAAM,OAAO,GAAe,GAAG,CAAC"}
@@ -0,0 +1,54 @@
1
+ import { BLAKE2 } from './blake2.ts';
2
+ import { type CHashXO, type HashXOF, type Input } from './utils.ts';
3
+ /**
4
+ * Ensure to use EITHER `key` OR `context`, not both.
5
+ *
6
+ * * `key`: 32-byte MAC key.
7
+ * * `context`: string for KDF. Should be hardcoded, globally unique, and application - specific.
8
+ * A good default format for the context string is "[application] [commit timestamp] [purpose]".
9
+ */
10
+ export type Blake3Opts = {
11
+ dkLen?: number;
12
+ key?: Input;
13
+ context?: Input;
14
+ };
15
+ /** Blake3 hash. Can be used as MAC and KDF. */
16
+ export declare class BLAKE3 extends BLAKE2<BLAKE3> implements HashXOF<BLAKE3> {
17
+ private chunkPos;
18
+ private chunksDone;
19
+ private flags;
20
+ private IV;
21
+ private state;
22
+ private stack;
23
+ private posOut;
24
+ private bufferOut32;
25
+ private bufferOut;
26
+ private chunkOut;
27
+ private enableXOF;
28
+ constructor(opts?: Blake3Opts, flags?: number);
29
+ protected get(): [];
30
+ protected set(): void;
31
+ private b2Compress;
32
+ protected compress(buf: Uint32Array, bufPos?: number, isLast?: boolean): void;
33
+ _cloneInto(to?: BLAKE3): BLAKE3;
34
+ destroy(): void;
35
+ private b2CompressOut;
36
+ protected finish(): void;
37
+ private writeInto;
38
+ xofInto(out: Uint8Array): Uint8Array;
39
+ xof(bytes: number): Uint8Array;
40
+ digestInto(out: Uint8Array): Uint8Array;
41
+ digest(): Uint8Array;
42
+ }
43
+ /**
44
+ * BLAKE3 hash function. Can be used as MAC and KDF.
45
+ * @param msg - message that would be hashed
46
+ * @param opts - `dkLen` for output length, `key` for MAC mode, `context` for KDF mode
47
+ * @example
48
+ * const data = new Uint8Array(32);
49
+ * const hash = blake3(data);
50
+ * const mac = blake3(data, { key: new Uint8Array(32) });
51
+ * const kdf = blake3(data, { context: 'application name' });
52
+ */
53
+ export declare const blake3: CHashXO;
54
+ //# sourceMappingURL=blake3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blake3.d.ts","sourceRoot":"","sources":["../src/blake3.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,MAAM,EAAY,MAAM,aAAa,CAAC;AAE/C,OAAO,EAGL,KAAK,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EACvC,MAAM,YAAY,CAAC;AAwBpB;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,KAAK,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE1E,+CAA+C;AAC/C,qBAAa,MAAO,SAAQ,MAAM,CAAC,MAAM,CAAE,YAAW,OAAO,CAAC,MAAM,CAAC;IACnE,OAAO,CAAC,QAAQ,CAAK;IACrB,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,EAAE,CAAc;IACxB,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,KAAK,CAAqB;IAElC,OAAO,CAAC,MAAM,CAAK;IACnB,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,QAAQ,CAAK;IACrB,OAAO,CAAC,SAAS,CAAQ;gBAEb,IAAI,GAAE,UAAe,EAAE,KAAK,SAAI;IA2B5C,SAAS,CAAC,GAAG,IAAI,EAAE;IAGnB,SAAS,CAAC,GAAG,IAAI,IAAI;IACrB,OAAO,CAAC,UAAU;IAmBlB,SAAS,CAAC,QAAQ,CAAC,GAAG,EAAE,WAAW,EAAE,MAAM,GAAE,MAAU,EAAE,MAAM,GAAE,OAAe,GAAG,IAAI;IAiCvF,UAAU,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM;IAe/B,OAAO,IAAI,IAAI;IAMf,OAAO,CAAC,aAAa;IA+BrB,SAAS,CAAC,MAAM,IAAI,IAAI;IAoBxB,OAAO,CAAC,SAAS;IAcjB,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU;IAIpC,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU;IAI9B,UAAU,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU;IAQvC,MAAM,IAAI,UAAU;CAGrB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,MAAM,EAAE,OAEpB,CAAC"}