maka-agent 0.2.0-dev.3.20260830 → 0.2.0-dev.31.20260913

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 (2277) hide show
  1. package/LICENSE +242 -5
  2. package/README.md +38 -19
  3. package/README.zh-CN.md +34 -19
  4. package/RUNTIME_HOST_PEER_DEPENDENCIES.rust.tsv +70 -0
  5. package/RUNTIME_HOST_PEER_THIRD_PARTY_NOTICES.txt +1839 -140
  6. package/THIRD_PARTY_NOTICES.txt +477 -258
  7. package/dist/acp/maka-acp-agent.js +13 -3
  8. package/dist/acp/prompt-content.js +225 -0
  9. package/dist/acp/session-configuration.js +143 -0
  10. package/dist/acp/session-event-mapper.js +103 -0
  11. package/dist/acp/session-registry.js +1030 -0
  12. package/dist/acp/stdio-server.js +29 -1
  13. package/dist/activation-command.js +1 -2
  14. package/dist/cli-core.js +99 -102
  15. package/dist/cli-ui-locale.js +7 -2
  16. package/dist/eval-bundle-path.js +1 -1
  17. package/dist/mcp-capability-provider.js +8 -11
  18. package/dist/onboarding-catalog.js +4 -5
  19. package/dist/pi-transcript-tools.js +9 -2
  20. package/dist/pi-transcript.js +86 -31
  21. package/dist/pi-tui-form-interaction.js +497 -0
  22. package/dist/pi-tui-layout.js +60 -12
  23. package/dist/pi-tui-mcp-status.js +122 -124
  24. package/dist/pi-tui-pickers.js +562 -102
  25. package/dist/pi-tui-runner.js +722 -170
  26. package/dist/pi-tui-todo.js +221 -0
  27. package/dist/pi-tui-transcript-viewer.js +134 -7
  28. package/dist/run-command-core.js +6 -14
  29. package/dist/runtime-host-access-command.js +37 -4
  30. package/dist/runtime-host-capability-provider-command.js +16 -2
  31. package/dist/runtime-host-cli-context.js +300 -80
  32. package/dist/runtime-host-cli-installation.js +8 -2
  33. package/dist/runtime-host-cli.js +397 -67
  34. package/dist/runtime-host-handoff-surface.js +108 -0
  35. package/dist/runtime-host-help.js +244 -0
  36. package/dist/runtime-host-installed-update-activator.js +70 -33
  37. package/dist/runtime-host-installed-update-bootstrap.js +13 -0
  38. package/dist/runtime-host-installed-update-coordinator.js +44 -96
  39. package/dist/runtime-host-lifecycle-transaction.js +101 -28
  40. package/dist/runtime-host-local-handoff.js +215 -41
  41. package/dist/runtime-host-local-managed-activation.js +84 -0
  42. package/dist/runtime-host-local-source-retirement.js +119 -0
  43. package/dist/runtime-host-local-target-activation.js +141 -0
  44. package/dist/runtime-host-managed-deployment.js +158 -51
  45. package/dist/runtime-host-managed-lifecycle-manager.js +5 -6
  46. package/dist/runtime-host-onboarding.js +368 -21
  47. package/dist/runtime-host-openrc-service.js +469 -0
  48. package/dist/runtime-host-operator-retirement.js +50 -0
  49. package/dist/runtime-host-package-deployment.js +36 -2
  50. package/dist/runtime-host-peer-artifact.js +3 -3
  51. package/dist/runtime-host-peer-management-command.js +30 -12
  52. package/dist/runtime-host-peer-mesh-management-command.js +18 -1
  53. package/dist/runtime-host-plugin-command.js +101 -0
  54. package/dist/runtime-host-profile-command.js +1 -1
  55. package/dist/runtime-host-run-command.js +32 -57
  56. package/dist/runtime-host-service-command.js +3 -3
  57. package/dist/runtime-host-service-management-command.js +67 -17
  58. package/dist/runtime-host-service-manager.js +3 -3
  59. package/dist/runtime-host-session-channel.js +79 -9
  60. package/dist/runtime-host-session-driver.js +85 -32
  61. package/dist/runtime-host-session-update.js +62 -0
  62. package/dist/runtime-host-setup-command.js +103 -65
  63. package/dist/runtime-host-systemd-service.js +9 -3
  64. package/dist/runtime-host-task-readiness.js +2 -3
  65. package/dist/runtime-host-tui-command.js +58 -77
  66. package/dist/runtime-host-tui-context.js +56 -17
  67. package/dist/runtime-host-tui-owner.js +226 -0
  68. package/dist/runtime-host-update-command.js +131 -48
  69. package/dist/runtime-host-update-discovery.js +1 -0
  70. package/dist/runtime-host-update-reconciliation.js +7 -7
  71. package/dist/runtime-host-windows-service.js +166 -0
  72. package/dist/runtime-host-windows-task-launcher-artifact.js +75 -0
  73. package/dist/session-export-command.js +72 -0
  74. package/dist/session-import-command.js +69 -0
  75. package/dist/tui-autocomplete-layout.js +3 -1
  76. package/dist/tui-clipboard.js +86 -0
  77. package/dist/tui-context-refresh.js +103 -0
  78. package/dist/tui-copy-catalog.js +976 -14
  79. package/dist/tui-copy-command.js +103 -0
  80. package/dist/tui-editor-render.js +36 -0
  81. package/dist/tui-host-owner-copy.js +24 -0
  82. package/dist/tui-mcp-control.js +87 -10
  83. package/dist/tui-mcp-remote-publication.js +395 -0
  84. package/native/runtime-host-peer/prebuilds/darwin-arm64/maka_runtime_host_peer.node +0 -0
  85. package/native/runtime-host-peer/prebuilds/linux-arm64/maka_runtime_host_peer.node +0 -0
  86. package/native/runtime-host-peer/prebuilds/linux-x64/maka_runtime_host_peer.node +0 -0
  87. package/native/runtime-host-peer/prebuilds/win32-x64/maka_runtime_host_peer.node +0 -0
  88. package/native/runtime-host-windows-task-launcher/prebuilds/win32-x64/maka-runtime-host-task-launcher.exe +0 -0
  89. package/node_modules/@ai-sdk/anthropic/CHANGELOG.md +117 -0
  90. package/node_modules/@ai-sdk/anthropic/dist/index.js +937 -411
  91. package/node_modules/@ai-sdk/anthropic/dist/internal/index.js +335 -160
  92. package/node_modules/@ai-sdk/anthropic/docs/05-anthropic.mdx +132 -43
  93. package/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  94. package/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider/package.json +63 -0
  95. package/node_modules/@ai-sdk/anthropic/package.json +6 -6
  96. package/node_modules/@ai-sdk/cohere/CHANGELOG.md +105 -0
  97. package/node_modules/@ai-sdk/cohere/dist/index.js +20 -22
  98. package/node_modules/@ai-sdk/cohere/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  99. package/node_modules/@ai-sdk/cohere/node_modules/@ai-sdk/provider/README.md +1 -0
  100. package/node_modules/@ai-sdk/cohere/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  101. package/node_modules/@ai-sdk/cohere/node_modules/@ai-sdk/provider/package.json +63 -0
  102. package/node_modules/@ai-sdk/cohere/package.json +6 -6
  103. package/node_modules/@ai-sdk/google/CHANGELOG.md +176 -0
  104. package/node_modules/@ai-sdk/google/dist/index.js +4441 -2801
  105. package/node_modules/@ai-sdk/google/dist/internal/index.js +640 -177
  106. package/node_modules/@ai-sdk/google/docs/15-google.mdx +225 -97
  107. package/node_modules/@ai-sdk/google/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  108. package/node_modules/@ai-sdk/google/node_modules/@ai-sdk/provider/README.md +1 -0
  109. package/node_modules/@ai-sdk/google/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  110. package/node_modules/@ai-sdk/google/node_modules/@ai-sdk/provider/package.json +63 -0
  111. package/node_modules/@ai-sdk/google/package.json +6 -6
  112. package/node_modules/@ai-sdk/open-responses/CHANGELOG.md +81 -0
  113. package/node_modules/@ai-sdk/open-responses/dist/index.js +570 -22
  114. package/node_modules/@ai-sdk/open-responses/docs/06-open-responses.mdx +123 -2
  115. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider/CHANGELOG.md +38 -0
  116. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider/package.json +1 -1
  117. package/node_modules/@ai-sdk/open-responses/package.json +3 -3
  118. package/node_modules/@ai-sdk/openai/CHANGELOG.md +184 -0
  119. package/node_modules/@ai-sdk/openai/dist/index.js +2013 -736
  120. package/node_modules/@ai-sdk/openai/dist/internal/index.js +1377 -478
  121. package/node_modules/@ai-sdk/openai/docs/03-openai.mdx +208 -52
  122. package/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  123. package/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider/LICENSE +13 -0
  124. package/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider/README.md +1 -0
  125. package/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  126. package/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider/package.json +63 -0
  127. package/node_modules/@ai-sdk/openai/package.json +6 -6
  128. package/node_modules/@ai-sdk/openai-compatible/CHANGELOG.md +126 -0
  129. package/node_modules/@ai-sdk/openai-compatible/dist/index.js +105 -20
  130. package/node_modules/@ai-sdk/openai-compatible/dist/internal/index.js +9 -0
  131. package/node_modules/@ai-sdk/openai-compatible/docs/index.mdx +78 -0
  132. package/node_modules/@ai-sdk/openai-compatible/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  133. package/node_modules/@ai-sdk/openai-compatible/node_modules/@ai-sdk/provider/README.md +1 -0
  134. package/node_modules/@ai-sdk/openai-compatible/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  135. package/node_modules/@ai-sdk/openai-compatible/node_modules/@ai-sdk/provider/package.json +63 -0
  136. package/node_modules/@ai-sdk/openai-compatible/package.json +6 -6
  137. package/node_modules/@ai-sdk/provider-utils/CHANGELOG.md +92 -0
  138. package/node_modules/@ai-sdk/provider-utils/dist/index.js +664 -168
  139. package/node_modules/@ai-sdk/provider-utils/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  140. package/node_modules/@ai-sdk/provider-utils/node_modules/@ai-sdk/provider/LICENSE +13 -0
  141. package/node_modules/@ai-sdk/provider-utils/node_modules/@ai-sdk/provider/README.md +1 -0
  142. package/node_modules/@ai-sdk/provider-utils/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  143. package/node_modules/@ai-sdk/provider-utils/node_modules/@ai-sdk/provider/package.json +63 -0
  144. package/node_modules/@ai-sdk/provider-utils/package.json +5 -5
  145. package/node_modules/@earendil-works/pi-tui/README.md +1 -1
  146. package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +36 -3
  147. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +9 -4
  148. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +9 -4
  149. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +24 -4
  150. package/node_modules/@earendil-works/pi-tui/dist/components/text.js +5 -4
  151. package/node_modules/@earendil-works/pi-tui/dist/index.js +1 -1
  152. package/node_modules/@earendil-works/pi-tui/dist/keybindings.js +2 -2
  153. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js +2 -8
  154. package/node_modules/@earendil-works/pi-tui/dist/native-module-path.js +19 -0
  155. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +37 -2
  156. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +4 -10
  157. package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js +63 -16
  158. package/node_modules/@earendil-works/pi-tui/dist/tui-main-screen.js +105 -45
  159. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  160. package/node_modules/@maka/core/dist/agent-run.js +25 -336
  161. package/node_modules/@maka/core/dist/artifacts.js +32 -23
  162. package/node_modules/@maka/core/dist/attachments.js +100 -1
  163. package/node_modules/@maka/core/dist/bot-events.js +18 -63
  164. package/node_modules/@maka/core/dist/bounded-response.js +71 -0
  165. package/node_modules/@maka/core/dist/canonical-json.js +27 -0
  166. package/node_modules/@maka/core/dist/canonical-runtime-event.js +3 -1
  167. package/node_modules/@maka/core/dist/capabilities.js +35 -0
  168. package/node_modules/@maka/core/dist/chat-model-choice.js +11 -31
  169. package/node_modules/@maka/core/dist/client-capability-grant.js +149 -0
  170. package/node_modules/@maka/core/dist/collaboration.js +12 -0
  171. package/node_modules/@maka/core/dist/computer-use.js +27 -93
  172. package/node_modules/@maka/core/dist/connection-error-copy.js +17 -34
  173. package/node_modules/@maka/core/dist/connection-readiness.js +3 -31
  174. package/node_modules/@maka/core/dist/deep-research.js +1 -20
  175. package/node_modules/@maka/core/dist/diagnostic-log.js +18 -7
  176. package/node_modules/@maka/core/dist/display-redaction.js +18 -0
  177. package/node_modules/@maka/core/dist/durable-tool-result-projection.js +126 -0
  178. package/node_modules/@maka/core/dist/events.js +43 -14
  179. package/node_modules/@maka/core/dist/execution-inspect.js +12 -21
  180. package/node_modules/@maka/core/dist/foreign-session.js +3 -3
  181. package/node_modules/@maka/core/dist/goal.js +44 -2
  182. package/node_modules/@maka/core/dist/health.js +50 -45
  183. package/node_modules/@maka/core/dist/interaction.js +623 -2
  184. package/node_modules/@maka/core/dist/llm-connections.js +115 -87
  185. package/node_modules/@maka/core/dist/local-memory.js +2 -2
  186. package/node_modules/@maka/core/dist/maka-wordmark.js +23 -0
  187. package/node_modules/@maka/core/dist/model-call-attempt.js +134 -82
  188. package/node_modules/@maka/core/dist/model-call-usage-projection.js +0 -183
  189. package/node_modules/@maka/core/dist/model-catalog.js +191 -322
  190. package/node_modules/@maka/core/dist/model-facts.js +206 -0
  191. package/node_modules/@maka/core/dist/model-failure.js +40 -0
  192. package/node_modules/@maka/core/dist/model-metadata.generated.js +1910 -1875
  193. package/node_modules/@maka/core/dist/model-metadata.js +217 -209
  194. package/node_modules/@maka/core/dist/model-projection-transition.js +145 -0
  195. package/node_modules/@maka/core/dist/model-thinking.js +73 -24
  196. package/node_modules/@maka/core/dist/model-web-search.js +5 -4
  197. package/node_modules/@maka/core/dist/models-dev-projection.js +302 -0
  198. package/node_modules/@maka/core/dist/models-dev-refresh.js +55 -0
  199. package/node_modules/@maka/core/dist/onboarding.js +2 -1
  200. package/node_modules/@maka/core/dist/permission-profile.js +17 -0
  201. package/node_modules/@maka/core/dist/permission.js +0 -1
  202. package/node_modules/@maka/core/dist/provider-auth.js +47 -291
  203. package/node_modules/@maka/core/dist/provider-registry.js +115 -373
  204. package/node_modules/@maka/core/dist/record-schema.js +22 -2
  205. package/node_modules/@maka/core/dist/redaction.js +78 -40
  206. package/node_modules/@maka/core/dist/relative-time.js +6 -5
  207. package/node_modules/@maka/core/dist/run-composition.js +77 -2
  208. package/node_modules/@maka/core/dist/runtime-boundary.js +182 -66
  209. package/node_modules/@maka/core/dist/runtime-event-store.js +6 -0
  210. package/node_modules/@maka/core/dist/runtime-event.js +254 -12
  211. package/node_modules/@maka/core/dist/runtime-handoff.js +106 -0
  212. package/node_modules/@maka/core/dist/runtime-invocation.js +223 -0
  213. package/node_modules/@maka/core/dist/runtime-logical-execution.js +137 -0
  214. package/node_modules/@maka/core/dist/runtime-policy/connection-catalog-codec.js +198 -44
  215. package/node_modules/@maka/core/dist/runtime-policy/credential-vault-codec.js +9 -1
  216. package/node_modules/@maka/core/dist/runtime-policy/model-catalog-entry-codec.js +93 -0
  217. package/node_modules/@maka/core/dist/runtime-policy/policy-codec.js +118 -4
  218. package/node_modules/@maka/core/dist/runtime-policy.js +6 -2
  219. package/node_modules/@maka/core/dist/scheduled-task.js +12 -2
  220. package/node_modules/@maka/core/dist/session-name.js +0 -1
  221. package/node_modules/@maka/core/dist/session-send-projection.js +2 -1
  222. package/node_modules/@maka/core/dist/session-start-mode.js +42 -0
  223. package/node_modules/@maka/core/dist/session-todo.js +101 -0
  224. package/node_modules/@maka/core/dist/session-trace.js +5 -1
  225. package/node_modules/@maka/core/dist/session.js +313 -52
  226. package/node_modules/@maka/core/dist/settings.js +27 -8
  227. package/node_modules/@maka/core/dist/slash-command-catalog.js +4 -0
  228. package/node_modules/@maka/core/dist/task-submission-readiness.js +2 -1
  229. package/node_modules/@maka/core/dist/text-sanitize.js +27 -2
  230. package/node_modules/@maka/core/dist/tool-activity-args.js +4 -0
  231. package/node_modules/@maka/core/dist/tool-quiet-preview.js +20 -10
  232. package/node_modules/@maka/core/dist/tool-result-archive-evidence.js +22 -0
  233. package/node_modules/@maka/core/dist/tool-result-record-schema.js +5 -2
  234. package/node_modules/@maka/core/dist/ui-locale.js +23 -10
  235. package/node_modules/@maka/core/dist/unified-diff.js +33 -26
  236. package/node_modules/@maka/core/dist/usage-ledger-merge.js +10 -9
  237. package/node_modules/@maka/core/dist/usage-record-schema.js +38 -30
  238. package/node_modules/@maka/core/dist/usage-stats/types.js +2 -0
  239. package/node_modules/@maka/core/dist/workhub-action-result.js +68 -0
  240. package/node_modules/@maka/core/dist/workhub-routing.js +126 -0
  241. package/node_modules/@maka/core/node_modules/@formatjs/icu-messageformat-parser/index.js +2175 -0
  242. package/node_modules/@maka/core/node_modules/@formatjs/icu-messageformat-parser/manipulator.js +209 -0
  243. package/node_modules/@maka/core/node_modules/@formatjs/icu-messageformat-parser/no-parser.js +162 -0
  244. package/node_modules/@maka/core/node_modules/@formatjs/icu-messageformat-parser/package.json +21 -0
  245. package/node_modules/@maka/core/node_modules/@formatjs/icu-messageformat-parser/printer.js +224 -0
  246. package/node_modules/@maka/core/node_modules/intl-messageformat/intl-messageformat.iife.js +2807 -0
  247. package/node_modules/@maka/core/node_modules/intl-messageformat/package.json +40 -0
  248. package/node_modules/@maka/core/package.json +22 -3
  249. package/node_modules/@maka/eval/dist/experiment-directory.js +4 -13
  250. package/node_modules/@maka/eval/dist/external-subject.js +1 -1
  251. package/node_modules/@maka/eval/dist/harbor-external-subject.js +4 -3
  252. package/node_modules/@maka/eval/dist/harness-executor.js +3 -2
  253. package/node_modules/@maka/eval/dist/install-preflight.js +39 -10
  254. package/node_modules/@maka/eval/dist/process-termination.js +83 -0
  255. package/node_modules/@maka/eval/dist/toolchain-verification.js +1 -1
  256. package/node_modules/@maka/eval/harbor/egress-proxy/entrypoint.sh +2 -1
  257. package/node_modules/@maka/eval/node_modules/undici/docs/docs/api/Client.md +4 -0
  258. package/node_modules/@maka/eval/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +3 -2
  259. package/node_modules/@maka/eval/node_modules/undici/docs/docs/api/EventSource.md +4 -0
  260. package/node_modules/@maka/eval/node_modules/undici/lib/cache/memory-cache-store.js +1 -1
  261. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/agent.js +7 -2
  262. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/balanced-pool.js +1 -1
  263. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/client-h1.js +12 -4
  264. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/client-h2.js +43 -3
  265. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/client.js +3 -2
  266. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/dispatcher-base.js +13 -1
  267. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/dispatcher.js +10 -0
  268. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +10 -3
  269. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/proxy-agent.js +1 -1
  270. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
  271. package/node_modules/@maka/eval/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +3 -1
  272. package/node_modules/@maka/eval/node_modules/undici/lib/handler/cache-handler.js +8 -0
  273. package/node_modules/@maka/eval/node_modules/undici/lib/handler/decorator-handler.js +7 -1
  274. package/node_modules/@maka/eval/node_modules/undici/lib/handler/deduplication-handler.js +12 -6
  275. package/node_modules/@maka/eval/node_modules/undici/lib/handler/redirect-handler.js +8 -0
  276. package/node_modules/@maka/eval/node_modules/undici/lib/handler/retry-handler.js +83 -11
  277. package/node_modules/@maka/eval/node_modules/undici/lib/interceptor/dump.js +1 -1
  278. package/node_modules/@maka/eval/node_modules/undici/lib/mock/mock-agent.js +13 -1
  279. package/node_modules/@maka/eval/node_modules/undici/lib/mock/mock-utils.js +11 -10
  280. package/node_modules/@maka/eval/node_modules/undici/lib/web/cookies/parse.js +4 -2
  281. package/node_modules/@maka/eval/node_modules/undici/lib/web/eventsource/eventsource-stream.js +28 -1
  282. package/node_modules/@maka/eval/node_modules/undici/lib/web/eventsource/eventsource.js +4 -1
  283. package/node_modules/@maka/eval/node_modules/undici/lib/web/fetch/request.js +2 -3
  284. package/node_modules/@maka/eval/node_modules/undici/package.json +3 -3
  285. package/node_modules/@maka/eval/package.json +1 -1
  286. package/node_modules/@maka/mcp/dist/form-elicitation.js +213 -0
  287. package/node_modules/@maka/mcp/dist/index.js +465 -68
  288. package/node_modules/@maka/mcp/dist/sep-2243.js +3 -3
  289. package/node_modules/@maka/runtime/dist/agent-graph-timeline.js +12 -11
  290. package/node_modules/@maka/runtime/dist/agent-run-inspect.js +37 -85
  291. package/node_modules/@maka/runtime/dist/agent-run-recovery.js +36 -46
  292. package/node_modules/@maka/runtime/dist/agent-run.js +616 -468
  293. package/node_modules/@maka/runtime/dist/agent-swarm-status-tool.js +0 -1
  294. package/node_modules/@maka/runtime/dist/ai-sdk-backend.js +125 -3751
  295. package/node_modules/@maka/runtime/dist/ai-sdk-compaction-contract.js +6 -1
  296. package/node_modules/@maka/runtime/dist/ai-sdk-compaction.js +494 -521
  297. package/node_modules/@maka/runtime/dist/ai-sdk-message-projection.js +637 -0
  298. package/node_modules/@maka/runtime/dist/ai-sdk-tool-repair.js +115 -0
  299. package/node_modules/@maka/runtime/dist/ai-sdk-turn.js +2678 -0
  300. package/node_modules/@maka/runtime/dist/ask-user-question-tool.js +0 -1
  301. package/node_modules/@maka/runtime/dist/bash-model-output.js +7 -1
  302. package/node_modules/@maka/runtime/dist/bash-tail-buffer.js +13 -52
  303. package/node_modules/@maka/runtime/dist/bots/base-adapter.js +17 -0
  304. package/node_modules/@maka/runtime/dist/bots/bot-test.js +40 -23
  305. package/node_modules/@maka/runtime/dist/bots/dingtalk-bridge.js +93 -24
  306. package/node_modules/@maka/runtime/dist/bots/discord-bridge.js +4 -4
  307. package/node_modules/@maka/runtime/dist/bots/feishu-bridge.js +28 -25
  308. package/node_modules/@maka/runtime/dist/bots/qq-bridge.js +6 -4
  309. package/node_modules/@maka/runtime/dist/bots/slack-bridge.js +8 -7
  310. package/node_modules/@maka/runtime/dist/bots/telegram-bridge.js +7 -31
  311. package/node_modules/@maka/runtime/dist/bots/wechat-bridge.js +104 -48
  312. package/node_modules/@maka/runtime/dist/bots/wecom-bridge.js +45 -42
  313. package/node_modules/@maka/runtime/dist/bots/ws-bridge-base.js +2 -3
  314. package/node_modules/@maka/runtime/dist/builtin-tools.js +107 -115
  315. package/node_modules/@maka/runtime/dist/bundled-skill-catalog.generated.js +1 -1
  316. package/node_modules/@maka/runtime/dist/child-fd-input.js +3 -2
  317. package/node_modules/@maka/runtime/dist/code-mode.js +7 -4
  318. package/node_modules/@maka/runtime/dist/computer-use-codec.js +1 -141
  319. package/node_modules/@maka/runtime/dist/computer-use-tools.js +27 -106
  320. package/node_modules/@maka/runtime/dist/context-budget-helpers.js +4 -57
  321. package/node_modules/@maka/runtime/dist/context-budget-policy.js +26 -65
  322. package/node_modules/@maka/runtime/dist/context-budget.js +44 -103
  323. package/node_modules/@maka/runtime/dist/context-diagnostics.js +72 -33
  324. package/node_modules/@maka/runtime/dist/continuation-replay.js +22 -11
  325. package/node_modules/@maka/runtime/dist/conversation-copy.js +656 -188
  326. package/node_modules/@maka/runtime/dist/cua-frame-state.js +1 -69
  327. package/node_modules/@maka/runtime/dist/deep-research-tools.js +15 -24
  328. package/node_modules/@maka/runtime/dist/durable-tool-result-projection.js +436 -0
  329. package/node_modules/@maka/runtime/dist/edit-replace.js +2 -2
  330. package/node_modules/@maka/runtime/dist/execution-inspect.js +56 -41
  331. package/node_modules/@maka/runtime/dist/filesystem-executor.js +10 -6
  332. package/node_modules/@maka/runtime/dist/filesystem-worker/client.js +77 -19
  333. package/node_modules/@maka/runtime/dist/filesystem-worker/launch-spec.js +66 -55
  334. package/node_modules/@maka/runtime/dist/filesystem-worker/operations.js +34 -98
  335. package/node_modules/@maka/runtime/dist/filesystem-worker/protocol.js +25 -10
  336. package/node_modules/@maka/runtime/dist/filesystem-worker/worker-entry.js +2 -0
  337. package/node_modules/@maka/runtime/dist/github-copilot-oauth-enrollment.js +267 -0
  338. package/node_modules/@maka/runtime/dist/glob-search.js +74 -0
  339. package/node_modules/@maka/runtime/dist/goal-continuation.js +119 -13
  340. package/node_modules/@maka/runtime/dist/goal-evaluator.js +10 -4
  341. package/node_modules/@maka/runtime/dist/goal-state.js +7 -0
  342. package/node_modules/@maka/runtime/dist/grep-search.js +155 -0
  343. package/node_modules/@maka/runtime/dist/history-compact-checkpoint-coordinator.js +16 -6
  344. package/node_modules/@maka/runtime/dist/history-compact-checkpoint.js +79 -29
  345. package/node_modules/@maka/runtime/dist/history-compact-error.js +10 -2
  346. package/node_modules/@maka/runtime/dist/history-compact-input-fit.js +7 -1
  347. package/node_modules/@maka/runtime/dist/history-compact-ledger.js +18 -18
  348. package/node_modules/@maka/runtime/dist/history-compact-summarizer.js +132 -110
  349. package/node_modules/@maka/runtime/dist/history-compact-summary-validation.js +14 -30
  350. package/node_modules/@maka/runtime/dist/history-compaction.js +101 -89
  351. package/node_modules/@maka/runtime/dist/image-file.js +5 -20
  352. package/node_modules/@maka/runtime/dist/interaction-authority.js +85 -0
  353. package/node_modules/@maka/runtime/dist/latest-context-snapshot.js +112 -23
  354. package/node_modules/@maka/runtime/dist/ledger-tool-result-archive-reader.js +164 -0
  355. package/node_modules/@maka/runtime/dist/local-web-fetch.js +2 -43
  356. package/node_modules/@maka/runtime/dist/mcp-tools.js +93 -35
  357. package/node_modules/@maka/runtime/dist/memory-extraction-evidence.js +7 -1
  358. package/node_modules/@maka/runtime/dist/memory-extraction.js +23 -18
  359. package/node_modules/@maka/runtime/dist/message-authority.js +9 -0
  360. package/node_modules/@maka/runtime/dist/model-adapter.js +103 -122
  361. package/node_modules/@maka/runtime/dist/model-factory.js +34 -81
  362. package/node_modules/@maka/runtime/dist/model-fetcher.js +64 -10
  363. package/node_modules/@maka/runtime/dist/model-history.js +291 -159
  364. package/node_modules/@maka/runtime/dist/model-projection-transition-ledger.js +207 -0
  365. package/node_modules/@maka/runtime/dist/model-runtime.js +87 -110
  366. package/node_modules/@maka/runtime/dist/native-web-search-tool.js +2 -1
  367. package/node_modules/@maka/runtime/dist/oauth-provider-contracts.js +28 -1
  368. package/node_modules/@maka/runtime/dist/openai-codex-history-compactor.js +28 -73
  369. package/node_modules/@maka/runtime/dist/openai-responses-websocket.js +2 -5
  370. package/node_modules/@maka/runtime/dist/opencode-session-header.js +31 -0
  371. package/node_modules/@maka/runtime/dist/pipe-tail-collector.js +6 -9
  372. package/node_modules/@maka/runtime/dist/plan-mode.js +0 -65
  373. package/node_modules/@maka/runtime/dist/plan-tools.js +0 -3
  374. package/node_modules/@maka/runtime/dist/plugin-agent-service.js +131 -0
  375. package/node_modules/@maka/runtime/dist/plugin-approval-service.js +33 -0
  376. package/node_modules/@maka/runtime/dist/plugin-attachment-service.js +53 -0
  377. package/node_modules/@maka/runtime/dist/plugin-command-service.js +100 -0
  378. package/node_modules/@maka/runtime/dist/plugin-composition-loader.js +184 -22
  379. package/node_modules/@maka/runtime/dist/plugin-data-services.js +332 -0
  380. package/node_modules/@maka/runtime/dist/plugin-fs-service.js +62 -0
  381. package/node_modules/@maka/runtime/dist/plugin-goal-service.js +61 -0
  382. package/node_modules/@maka/runtime/dist/plugin-invocation-signal.js +24 -0
  383. package/node_modules/@maka/runtime/dist/plugin-llm-service.js +85 -0
  384. package/node_modules/@maka/runtime/dist/plugin-lsp-service.js +94 -0
  385. package/node_modules/@maka/runtime/dist/plugin-runtime.js +239 -10
  386. package/node_modules/@maka/runtime/dist/plugin-scope-registry.js +91 -0
  387. package/node_modules/@maka/runtime/dist/plugin-session-query-service.js +71 -0
  388. package/node_modules/@maka/runtime/dist/plugin-shell-env-service.js +87 -0
  389. package/node_modules/@maka/runtime/dist/plugin-shell-service.js +74 -0
  390. package/node_modules/@maka/runtime/dist/plugin-skill-service.js +93 -0
  391. package/node_modules/@maka/runtime/dist/plugin-system-prompt-service.js +346 -0
  392. package/node_modules/@maka/runtime/dist/plugin-tool-service.js +171 -0
  393. package/node_modules/@maka/runtime/dist/plugin-user-question-service.js +43 -0
  394. package/node_modules/@maka/runtime/dist/plugin-web-service.js +69 -0
  395. package/node_modules/@maka/runtime/dist/prior-run-context.js +24 -94
  396. package/node_modules/@maka/runtime/dist/process-tree-terminator.js +2 -2
  397. package/node_modules/@maka/runtime/dist/prompt-composition.js +36 -31
  398. package/node_modules/@maka/runtime/dist/provider-error-classification.js +84 -123
  399. package/node_modules/@maka/runtime/dist/provider-image-overflow-recovery.js +12 -31
  400. package/node_modules/@maka/runtime/dist/provider-request-telemetry.js +172 -196
  401. package/node_modules/@maka/runtime/dist/quiescent-session-snapshot.js +78 -0
  402. package/node_modules/@maka/runtime/dist/read-page.js +231 -0
  403. package/node_modules/@maka/runtime/dist/recovery-resolver.js +18 -14
  404. package/node_modules/@maka/runtime/dist/request-customization-fetch.js +14 -7
  405. package/node_modules/@maka/runtime/dist/request-projection.js +2 -15
  406. package/node_modules/@maka/runtime/dist/request-shape.js +187 -365
  407. package/node_modules/@maka/runtime/dist/ripgrep-executable.js +62 -0
  408. package/node_modules/@maka/runtime/dist/ripgrep-guidance.js +81 -0
  409. package/node_modules/@maka/runtime/dist/run-handoff-gate.js +97 -0
  410. package/node_modules/@maka/runtime/dist/run-trace.js +2 -34
  411. package/node_modules/@maka/runtime/dist/runtime-continuation-admission.js +1 -1
  412. package/node_modules/@maka/runtime/dist/runtime-event-backfill.js +107 -65
  413. package/node_modules/@maka/runtime/dist/runtime-event-read-model.js +415 -234
  414. package/node_modules/@maka/runtime/dist/runtime-kernel.js +518 -225
  415. package/node_modules/@maka/runtime/dist/runtime-ledger-repair.js +221 -448
  416. package/node_modules/@maka/runtime/dist/runtime-read-model.js +95 -198
  417. package/node_modules/@maka/runtime/dist/runtime-resume.js +162 -126
  418. package/node_modules/@maka/runtime/dist/sandbox/index.js +0 -1
  419. package/node_modules/@maka/runtime/dist/sandbox/linux-profile-path.js +7 -1
  420. package/node_modules/@maka/runtime/dist/sandbox/linux-sandbox.js +20 -17
  421. package/node_modules/@maka/runtime/dist/sandbox/macos-seatbelt.js +68 -21
  422. package/node_modules/@maka/runtime/dist/sandbox/sandbox-manager.js +0 -35
  423. package/node_modules/@maka/runtime/dist/sandbox/windows-sandbox.js +0 -12
  424. package/node_modules/@maka/runtime/dist/scheduled-task-tools.js +3 -0
  425. package/node_modules/@maka/runtime/dist/session-event-runtime-mapper.js +62 -21
  426. package/node_modules/@maka/runtime/dist/session-export.js +178 -0
  427. package/node_modules/@maka/runtime/dist/session-import.js +100 -0
  428. package/node_modules/@maka/runtime/dist/session-manager.js +672 -861
  429. package/node_modules/@maka/runtime/dist/session-projection-helpers.js +16 -28
  430. package/node_modules/@maka/runtime/dist/session-recap.js +87 -15
  431. package/node_modules/@maka/runtime/dist/session-todo-tools.js +67 -0
  432. package/node_modules/@maka/runtime/dist/session-trace-projection.js +25 -30
  433. package/node_modules/@maka/runtime/dist/shell-detect.js +3 -7
  434. package/node_modules/@maka/runtime/dist/shell-exec.js +7 -25
  435. package/node_modules/@maka/runtime/dist/shell-run-contract.js +0 -1
  436. package/node_modules/@maka/runtime/dist/shell-run-manager.js +11 -46
  437. package/node_modules/@maka/runtime/dist/shell-run-tool-result.js +14 -7
  438. package/node_modules/@maka/runtime/dist/shell-tools.js +84 -14
  439. package/node_modules/@maka/runtime/dist/stream-graph-coordinator.js +64 -13
  440. package/node_modules/@maka/runtime/dist/stream-graph-handoff.js +6 -1
  441. package/node_modules/@maka/runtime/dist/stream-graph-projection.js +18 -15
  442. package/node_modules/@maka/runtime/dist/stream-graph-read-model.js +5 -0
  443. package/node_modules/@maka/runtime/dist/stream-graph-supervisor-tools.js +0 -8
  444. package/node_modules/@maka/runtime/dist/stream-usage-fallback-fetch.js +74 -0
  445. package/node_modules/@maka/runtime/dist/subagent-tools.js +2 -80
  446. package/node_modules/@maka/runtime/dist/subscription-credentials.js +51 -4
  447. package/node_modules/@maka/runtime/dist/subscription-model-fetch.js +51 -11
  448. package/node_modules/@maka/runtime/dist/system-prompt/main-session-prompt.js +21 -2
  449. package/node_modules/@maka/runtime/dist/system-prompt/workspace-instructions.js +11 -6
  450. package/node_modules/@maka/runtime/dist/tavily-search.js +8 -2
  451. package/node_modules/@maka/runtime/dist/telemetry/model-pricing.generated.js +93 -83
  452. package/node_modules/@maka/runtime/dist/terminal-run-commit.js +37 -172
  453. package/node_modules/@maka/runtime/dist/test-connection.js +36 -30
  454. package/node_modules/@maka/runtime/dist/text-line-window.js +49 -0
  455. package/node_modules/@maka/runtime/dist/tool-activation-identity.js +41 -0
  456. package/node_modules/@maka/runtime/dist/tool-availability.js +85 -8
  457. package/node_modules/@maka/runtime/dist/tool-output.js +36 -13
  458. package/node_modules/@maka/runtime/dist/tool-result-archive-capability.js +24 -36
  459. package/node_modules/@maka/runtime/dist/tool-result-archive-encoding.js +38 -0
  460. package/node_modules/@maka/runtime/dist/tool-result-archive-resource.js +93 -245
  461. package/node_modules/@maka/runtime/dist/tool-result-archive-transition.js +186 -0
  462. package/node_modules/@maka/runtime/dist/tool-result-archive.js +50 -173
  463. package/node_modules/@maka/runtime/dist/tool-runtime.js +380 -126
  464. package/node_modules/@maka/runtime/dist/unified-diff.js +40 -10
  465. package/node_modules/@maka/runtime/dist/web-fetch-tool.js +4 -2
  466. package/node_modules/@maka/runtime/dist/workers/filesystem-worker.js +12332 -4656
  467. package/node_modules/@maka/runtime/dist/workspace-executor.js +22 -30
  468. package/node_modules/@maka/runtime/node_modules/@ai-sdk/code-mode/LICENSE +13 -0
  469. package/node_modules/@maka/runtime/node_modules/@ai-sdk/code-mode/dist/run-code-mode.js +551 -0
  470. package/node_modules/@maka/runtime/node_modules/@ai-sdk/code-mode/package.json +78 -0
  471. package/node_modules/@maka/runtime/node_modules/@ai-sdk/gateway/CHANGELOG.md +3269 -0
  472. package/node_modules/@maka/runtime/node_modules/@ai-sdk/gateway/LICENSE +13 -0
  473. package/node_modules/@maka/runtime/node_modules/@ai-sdk/gateway/dist/index.js +3835 -0
  474. package/node_modules/@maka/runtime/node_modules/@ai-sdk/gateway/docs/00-ai-gateway.mdx +1610 -0
  475. package/node_modules/@maka/runtime/node_modules/@ai-sdk/gateway/package.json +80 -0
  476. package/node_modules/@maka/runtime/node_modules/@ai-sdk/provider/CHANGELOG.md +1262 -0
  477. package/node_modules/@maka/runtime/node_modules/@ai-sdk/provider/LICENSE +13 -0
  478. package/node_modules/@maka/runtime/node_modules/@ai-sdk/provider/README.md +1 -0
  479. package/node_modules/@maka/runtime/node_modules/@ai-sdk/provider/dist/index.js +426 -0
  480. package/node_modules/@maka/runtime/node_modules/@ai-sdk/provider/package.json +63 -0
  481. package/node_modules/@maka/runtime/node_modules/@slack/socket-mode/README.md +44 -8
  482. package/node_modules/@maka/runtime/node_modules/@slack/socket-mode/dist/package.json +4 -4
  483. package/node_modules/@maka/runtime/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +39 -3
  484. package/node_modules/@maka/runtime/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +4 -0
  485. package/node_modules/@maka/runtime/node_modules/@slack/socket-mode/package.json +4 -4
  486. package/node_modules/@maka/runtime/node_modules/ai/CHANGELOG.md +10271 -0
  487. package/node_modules/@maka/runtime/node_modules/ai/LICENSE +13 -0
  488. package/node_modules/@maka/runtime/node_modules/ai/dist/index.js +20146 -0
  489. package/node_modules/@maka/runtime/node_modules/ai/dist/internal/index.js +3690 -0
  490. package/node_modules/@maka/runtime/node_modules/ai/docs/02-foundations/02-providers-and-models.mdx +185 -0
  491. package/node_modules/@maka/runtime/node_modules/ai/docs/03-agents/04-loop-control.mdx +517 -0
  492. package/node_modules/@maka/runtime/node_modules/ai/docs/03-agents/06-policy-tool-approvals.mdx +413 -0
  493. package/node_modules/@maka/runtime/node_modules/ai/docs/03-agents/06-tool-approvals.mdx +338 -0
  494. package/node_modules/@maka/runtime/node_modules/ai/docs/03-agents/07-workflow-agent.mdx +815 -0
  495. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/10-generating-structured-data.mdx +525 -0
  496. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/15-tools-and-tool-calling.mdx +1512 -0
  497. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/16-mcp-tools.mdx +680 -0
  498. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/35-image-generation.mdx +371 -0
  499. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/36-transcription.mdx +333 -0
  500. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/37-speech.mdx +163 -0
  501. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/39-file-uploads.mdx +180 -0
  502. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/42-batch.mdx +372 -0
  503. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/50-error-handling.mdx +241 -0
  504. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/60-telemetry.mdx +855 -0
  505. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-core/index.mdx +137 -0
  506. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-harnesses/02-harness-agent.mdx +683 -0
  507. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-harnesses/04-skills.mdx +69 -0
  508. package/node_modules/@maka/runtime/node_modules/ai/docs/03-ai-sdk-harnesses/05-harness-adapters.mdx +47 -0
  509. package/node_modules/@maka/runtime/node_modules/ai/docs/04-ai-sdk-ui/03-chatbot-tool-usage.mdx +826 -0
  510. package/node_modules/@maka/runtime/node_modules/ai/docs/04-ai-sdk-ui/20-streaming-data.mdx +406 -0
  511. package/node_modules/@maka/runtime/node_modules/ai/docs/04-ai-sdk-ui/21-transport.mdx +216 -0
  512. package/node_modules/@maka/runtime/node_modules/ai/docs/04-ai-sdk-ui/50-stream-protocol.mdx +582 -0
  513. package/node_modules/@maka/runtime/node_modules/ai/docs/06-advanced/04-caching.mdx +182 -0
  514. package/node_modules/@maka/runtime/node_modules/ai/docs/06-advanced/11-secure-url-fetching.mdx +117 -0
  515. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/01-generate-text.mdx +3267 -0
  516. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/02-stream-text.mdx +4303 -0
  517. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/05-embed.mdx +330 -0
  518. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/06-embed-many.mdx +332 -0
  519. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/06-rerank.mdx +331 -0
  520. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/10-generate-image.mdx +253 -0
  521. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/14-upload-file.mdx +125 -0
  522. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/16-tool-loop-agent.mdx +1102 -0
  523. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/20-start-batch.mdx +154 -0
  524. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/21-get-batch-status.mdx +133 -0
  525. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/22-get-batch-results.mdx +109 -0
  526. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/23-cancel-batch.mdx +96 -0
  527. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/24-list-batches.mdx +121 -0
  528. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/28-output.mdx +368 -0
  529. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/31-ui-message.mdx +331 -0
  530. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/80-smooth-stream.mdx +147 -0
  531. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/01-ai-sdk-core/index.mdx +250 -0
  532. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/02-ai-sdk-ui/01-use-chat.mdx +493 -0
  533. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/02-ai-sdk-ui/31-convert-to-model-messages.mdx +256 -0
  534. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/02-ai-sdk-ui/40-create-ui-message-stream.mdx +199 -0
  535. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/02-ai-sdk-ui/41-create-ui-message-stream-response.mdx +125 -0
  536. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/01-workflow-agent.mdx +1035 -0
  537. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/02-workflow-chat-transport.mdx +361 -0
  538. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/03-generate-video.mdx +157 -0
  539. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/index.mdx +32 -0
  540. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-invalid-argument-error.mdx +31 -0
  541. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-no-image-generated-error.mdx +43 -0
  542. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-stream-provider-error.mdx +52 -0
  543. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-tool-choice-violation-error.mdx +38 -0
  544. package/node_modules/@maka/runtime/node_modules/ai/docs/07-reference/05-ai-sdk-errors/index.mdx +43 -0
  545. package/node_modules/@maka/runtime/node_modules/ai/package.json +127 -0
  546. package/node_modules/@maka/runtime/node_modules/undici/docs/docs/api/Client.md +4 -0
  547. package/node_modules/@maka/runtime/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +3 -2
  548. package/node_modules/@maka/runtime/node_modules/undici/docs/docs/api/EventSource.md +4 -0
  549. package/node_modules/@maka/runtime/node_modules/undici/lib/cache/memory-cache-store.js +1 -1
  550. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/agent.js +7 -2
  551. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/balanced-pool.js +1 -1
  552. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/client-h1.js +12 -4
  553. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/client-h2.js +43 -3
  554. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/client.js +3 -2
  555. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/dispatcher-base.js +13 -1
  556. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/dispatcher.js +10 -0
  557. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +10 -3
  558. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/proxy-agent.js +1 -1
  559. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
  560. package/node_modules/@maka/runtime/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +3 -1
  561. package/node_modules/@maka/runtime/node_modules/undici/lib/handler/cache-handler.js +8 -0
  562. package/node_modules/@maka/runtime/node_modules/undici/lib/handler/decorator-handler.js +7 -1
  563. package/node_modules/@maka/runtime/node_modules/undici/lib/handler/deduplication-handler.js +12 -6
  564. package/node_modules/@maka/runtime/node_modules/undici/lib/handler/redirect-handler.js +8 -0
  565. package/node_modules/@maka/runtime/node_modules/undici/lib/handler/retry-handler.js +83 -11
  566. package/node_modules/@maka/runtime/node_modules/undici/lib/interceptor/dump.js +1 -1
  567. package/node_modules/@maka/runtime/node_modules/undici/lib/mock/mock-agent.js +13 -1
  568. package/node_modules/@maka/runtime/node_modules/undici/lib/mock/mock-utils.js +11 -10
  569. package/node_modules/@maka/runtime/node_modules/undici/lib/web/cookies/parse.js +4 -2
  570. package/node_modules/@maka/runtime/node_modules/undici/lib/web/eventsource/eventsource-stream.js +28 -1
  571. package/node_modules/@maka/runtime/node_modules/undici/lib/web/eventsource/eventsource.js +4 -1
  572. package/node_modules/@maka/runtime/node_modules/undici/lib/web/fetch/request.js +2 -3
  573. package/node_modules/@maka/runtime/node_modules/undici/package.json +3 -3
  574. package/node_modules/@maka/runtime/package.json +41 -15
  575. package/node_modules/@maka/runtime-host/dist/adapter/session-projector.js +75 -38
  576. package/node_modules/@maka/runtime-host/dist/candidate-entry.js +10 -2
  577. package/node_modules/@maka/runtime-host/dist/candidate-launch-owner-guard.js +13 -0
  578. package/node_modules/@maka/runtime-host/dist/client/catalog-reader.js +64 -25
  579. package/node_modules/@maka/runtime-host/dist/client/client-capability-channel.js +87 -3
  580. package/node_modules/@maka/runtime-host/dist/client/connect-or-spawn.js +13 -2
  581. package/node_modules/@maka/runtime-host/dist/client/connection.js +144 -51
  582. package/node_modules/@maka/runtime-host/dist/client/host-handoff-copy.js +238 -0
  583. package/node_modules/@maka/runtime-host/dist/client/host-handoff.js +309 -0
  584. package/node_modules/@maka/runtime-host/dist/client/host-profile.js +483 -94
  585. package/node_modules/@maka/runtime-host/dist/client/host-retirement.js +28 -5
  586. package/node_modules/@maka/runtime-host/dist/client/index.js +12 -8
  587. package/node_modules/@maka/runtime-host/dist/client/launcher.js +12 -3
  588. package/node_modules/@maka/runtime-host/dist/client/oauth-presentation.js +1 -1
  589. package/node_modules/@maka/runtime-host/dist/client/owner-connection-code.js +38 -4
  590. package/node_modules/@maka/runtime-host/dist/client/peer-client.js +408 -25
  591. package/node_modules/@maka/runtime-host/dist/client/process-identity.js +73 -0
  592. package/node_modules/@maka/runtime-host/dist/client/reconnect-lifecycle.js +72 -7
  593. package/node_modules/@maka/runtime-host/dist/client/reconnecting-connection.js +11 -0
  594. package/node_modules/@maka/runtime-host/dist/client/registered-host-termination.js +107 -0
  595. package/node_modules/@maka/runtime-host/dist/client/remote-compatibility-error.js +2 -0
  596. package/node_modules/@maka/runtime-host/dist/client/session-subscription.js +46 -5
  597. package/node_modules/@maka/runtime-host/dist/client/ssh-operator-activation.js +48 -11
  598. package/node_modules/@maka/runtime-host/dist/client/wsl-control.js +0 -8
  599. package/node_modules/@maka/runtime-host/dist/client/wsl-environment.js +12 -8
  600. package/node_modules/@maka/runtime-host/dist/client-capability-entity-id.js +27 -0
  601. package/node_modules/@maka/runtime-host/dist/control/endpoint.js +1 -3
  602. package/node_modules/@maka/runtime-host/dist/node-error.js +22 -0
  603. package/node_modules/@maka/runtime-host/dist/operator/access-management-frame.js +10 -1
  604. package/node_modules/@maka/runtime-host/dist/operator/index.js +5 -2
  605. package/node_modules/@maka/runtime-host/dist/operator/managed-deployment.js +17 -8
  606. package/node_modules/@maka/runtime-host/dist/operator/operator-command.js +110 -0
  607. package/node_modules/@maka/runtime-host/dist/operator/peer-management-frame.js +2 -0
  608. package/node_modules/@maka/runtime-host/dist/operator/peer-mesh-management-frame.js +14 -0
  609. package/node_modules/@maka/runtime-host/dist/operator/retirement-cancellation.js +20 -0
  610. package/node_modules/@maka/runtime-host/dist/operator/service-management-frame.js +5 -6
  611. package/node_modules/@maka/runtime-host/dist/operator/setup-frame.js +32 -6
  612. package/node_modules/@maka/runtime-host/dist/peer-mesh/display-name.js +30 -0
  613. package/node_modules/@maka/runtime-host/dist/peer-mesh/index.js +3 -3
  614. package/node_modules/@maka/runtime-host/dist/peer-mesh/limits.js +1 -2
  615. package/node_modules/@maka/runtime-host/dist/peer-mesh/model.js +72 -73
  616. package/node_modules/@maka/runtime-host/dist/peer-mesh/node.js +1334 -418
  617. package/node_modules/@maka/runtime-host/dist/peer-mesh/owner.js +33 -68
  618. package/node_modules/@maka/runtime-host/dist/peer-mesh/store.js +147 -52
  619. package/node_modules/@maka/runtime-host/dist/peer-reachability/index.js +21 -0
  620. package/node_modules/@maka/runtime-host/dist/peer-reachability/model.js +202 -0
  621. package/node_modules/@maka/runtime-host/dist/peer-reachability/owner.js +118 -0
  622. package/node_modules/@maka/runtime-host/dist/peer-reachability/publisher.js +243 -0
  623. package/node_modules/@maka/runtime-host/dist/protocol/agent-graph.js +4 -1
  624. package/node_modules/@maka/runtime-host/dist/protocol/artifact.js +11 -20
  625. package/node_modules/@maka/runtime-host/dist/protocol/client-capability.js +233 -41
  626. package/node_modules/@maka/runtime-host/dist/protocol/configuration.js +55 -9
  627. package/node_modules/@maka/runtime-host/dist/protocol/connection-catalog-change.js +26 -0
  628. package/node_modules/@maka/runtime-host/dist/protocol/connection-effects.js +15 -8
  629. package/node_modules/@maka/runtime-host/dist/protocol/external-agent-setup.js +149 -0
  630. package/node_modules/@maka/runtime-host/dist/protocol/external-session.js +4 -0
  631. package/node_modules/@maka/runtime-host/dist/protocol/host-resources.js +253 -0
  632. package/node_modules/@maka/runtime-host/dist/protocol/host-status.js +49 -11
  633. package/node_modules/@maka/runtime-host/dist/protocol/index.js +206 -2
  634. package/node_modules/@maka/runtime-host/dist/protocol/message.js +14 -9
  635. package/node_modules/@maka/runtime-host/dist/protocol/network-proxy.js +1 -7
  636. package/node_modules/@maka/runtime-host/dist/protocol/oauth.js +104 -8
  637. package/node_modules/@maka/runtime-host/dist/protocol/operations.js +22 -5
  638. package/node_modules/@maka/runtime-host/dist/protocol/peer-mesh.js +72 -32
  639. package/node_modules/@maka/runtime-host/dist/protocol/plan.js +1 -0
  640. package/node_modules/@maka/runtime-host/dist/protocol/plugin-platform.js +559 -0
  641. package/node_modules/@maka/runtime-host/dist/protocol/project-catalog.js +2 -2
  642. package/node_modules/@maka/runtime-host/dist/protocol/runtime-policy.js +81 -26
  643. package/node_modules/@maka/runtime-host/dist/protocol/scheduled-task.js +19 -6
  644. package/node_modules/@maka/runtime-host/dist/protocol/session-bundle.js +100 -0
  645. package/node_modules/@maka/runtime-host/dist/protocol/session-catalog.js +1 -1
  646. package/node_modules/@maka/runtime-host/dist/protocol/session-collaboration.js +68 -4
  647. package/node_modules/@maka/runtime-host/dist/protocol/session-continuity.js +44 -23
  648. package/node_modules/@maka/runtime-host/dist/protocol/session-retirement.js +30 -3
  649. package/node_modules/@maka/runtime-host/dist/protocol/session-revision.js +11 -2
  650. package/node_modules/@maka/runtime-host/dist/protocol/session-todo.js +53 -0
  651. package/node_modules/@maka/runtime-host/dist/protocol/session-transcript.js +3 -7
  652. package/node_modules/@maka/runtime-host/dist/protocol/session-turns.js +29 -58
  653. package/node_modules/@maka/runtime-host/dist/protocol/skill-catalog.js +2 -1
  654. package/node_modules/@maka/runtime-host/dist/protocol/turn.js +25 -14
  655. package/node_modules/@maka/runtime-host/dist/protocol/usage-pricing.js +20 -2
  656. package/node_modules/@maka/runtime-host/dist/protocol/workhub-coordination.js +212 -75
  657. package/node_modules/@maka/runtime-host/dist/server/access-authority.js +87 -22
  658. package/node_modules/@maka/runtime-host/dist/server/access-credential-metadata.js +4 -2
  659. package/node_modules/@maka/runtime-host/dist/server/access-credential-store.js +135 -48
  660. package/node_modules/@maka/runtime-host/dist/server/acp/antigravity-install.js +242 -0
  661. package/node_modules/@maka/runtime-host/dist/server/acp/antigravity.js +154 -0
  662. package/node_modules/@maka/runtime-host/dist/server/acp/connection.js +116 -0
  663. package/node_modules/@maka/runtime-host/dist/server/agent-graph-coordinator.js +0 -3
  664. package/node_modules/@maka/runtime-host/dist/server/agent-graph-execution-coordinator.js +1 -2
  665. package/node_modules/@maka/runtime-host/dist/server/artifact-coordinator.js +19 -22
  666. package/node_modules/@maka/runtime-host/dist/server/bootstrap-runtime-policy.js +10 -4
  667. package/node_modules/@maka/runtime-host/dist/server/candidate.js +3 -0
  668. package/node_modules/@maka/runtime-host/dist/server/canonical-session-projection.js +2 -1
  669. package/node_modules/@maka/runtime-host/dist/server/canonical-turn-snapshot.js +34 -24
  670. package/node_modules/@maka/runtime-host/dist/server/canonical-usage-reader.js +24 -11
  671. package/node_modules/@maka/runtime-host/dist/server/child-agent-composition.js +1 -1
  672. package/node_modules/@maka/runtime-host/dist/server/client-capability-coordinator.js +282 -30
  673. package/node_modules/@maka/runtime-host/dist/server/client-capability-invocation-broker.js +258 -51
  674. package/node_modules/@maka/runtime-host/dist/server/client-capability-provider-id.js +31 -0
  675. package/node_modules/@maka/runtime-host/dist/server/client-capability-recovery.js +10 -7
  676. package/node_modules/@maka/runtime-host/dist/server/configuration-coordinator.js +20 -1
  677. package/node_modules/@maka/runtime-host/dist/server/connection-effect-coordinator.js +43 -18
  678. package/node_modules/@maka/runtime-host/dist/server/connection-session.js +45 -14
  679. package/node_modules/@maka/runtime-host/dist/server/daily-review-coordinator.js +164 -82
  680. package/node_modules/@maka/runtime-host/dist/server/deep-research-coordinator.js +1 -1
  681. package/node_modules/@maka/runtime-host/dist/server/execution-artifacts.js +59 -36
  682. package/node_modules/@maka/runtime-host/dist/server/execution-composition.js +1076 -176
  683. package/node_modules/@maka/runtime-host/dist/server/execution-inspect-coordinator.js +35 -29
  684. package/node_modules/@maka/runtime-host/dist/server/execution-model-authority.js +112 -18
  685. package/node_modules/@maka/runtime-host/dist/server/execution-model-composition.js +85 -73
  686. package/node_modules/@maka/runtime-host/dist/server/execution-service.js +49 -24
  687. package/node_modules/@maka/runtime-host/dist/server/extension-bundle.js +249 -0
  688. package/node_modules/@maka/runtime-host/dist/server/extension-package-manifest.js +262 -0
  689. package/node_modules/@maka/runtime-host/dist/server/external-agent-setup-coordinator.js +190 -0
  690. package/node_modules/@maka/runtime-host/dist/server/external-session-coordinator.js +13 -10
  691. package/node_modules/@maka/runtime-host/dist/server/failure-diagnostic.js +24 -0
  692. package/node_modules/@maka/runtime-host/dist/server/goal-coordinator.js +134 -35
  693. package/node_modules/@maka/runtime-host/dist/server/host-change-feed.js +11 -0
  694. package/node_modules/@maka/runtime-host/dist/server/host-kernel.js +163 -27
  695. package/node_modules/@maka/runtime-host/dist/server/host-residency-registry.js +41 -20
  696. package/node_modules/@maka/runtime-host/dist/server/host-resource-collector.js +223 -0
  697. package/node_modules/@maka/runtime-host/dist/server/host-resource-probe-main.js +44 -0
  698. package/node_modules/@maka/runtime-host/dist/server/host-resource-probe.js +83 -0
  699. package/node_modules/@maka/runtime-host/dist/server/host-session-availability.js +5 -2
  700. package/node_modules/@maka/runtime-host/dist/server/hosted-execution-admission-registry.js +3 -1
  701. package/node_modules/@maka/runtime-host/dist/server/hosted-execution-projection.js +12 -7
  702. package/node_modules/@maka/runtime-host/dist/server/hosted-execution-recovery.js +131 -69
  703. package/node_modules/@maka/runtime-host/dist/server/hosted-execution-tool-profile.js +64 -4
  704. package/node_modules/@maka/runtime-host/dist/server/index.js +5 -0
  705. package/node_modules/@maka/runtime-host/dist/server/interaction-coordinator.js +370 -34
  706. package/node_modules/@maka/runtime-host/dist/server/interaction-projection.js +36 -1
  707. package/node_modules/@maka/runtime-host/dist/server/interactive-run-composer.js +173 -109
  708. package/node_modules/@maka/runtime-host/dist/server/json-array-page-budget.js +48 -0
  709. package/node_modules/@maka/runtime-host/dist/server/listener-set.js +6 -4
  710. package/node_modules/@maka/runtime-host/dist/server/memory-projection.js +14 -15
  711. package/node_modules/@maka/runtime-host/dist/server/message-coordinator.js +339 -66
  712. package/node_modules/@maka/runtime-host/dist/server/model-metadata-refresh.js +96 -0
  713. package/node_modules/@maka/runtime-host/dist/server/network-proxy-coordinator.js +0 -1
  714. package/node_modules/@maka/runtime-host/dist/server/oauth-coordinator.js +169 -45
  715. package/node_modules/@maka/runtime-host/dist/server/oauth-execution-authority.js +20 -3
  716. package/node_modules/@maka/runtime-host/dist/server/operation-dispatcher.js +47 -125
  717. package/node_modules/@maka/runtime-host/dist/server/peer-listener.js +131 -48
  718. package/node_modules/@maka/runtime-host/dist/server/peer-mesh-authority.js +20 -1
  719. package/node_modules/@maka/runtime-host/dist/server/plan-coordinator.js +11 -5
  720. package/node_modules/@maka/runtime-host/dist/server/plugin-composition-patch.js +58 -0
  721. package/node_modules/@maka/runtime-host/dist/server/plugin-composition-store.js +141 -0
  722. package/node_modules/@maka/runtime-host/dist/server/plugin-data-runtime.js +234 -0
  723. package/node_modules/@maka/runtime-host/dist/server/plugin-package-loader.js +130 -0
  724. package/node_modules/@maka/runtime-host/dist/server/plugin-package-store.js +528 -0
  725. package/node_modules/@maka/runtime-host/dist/server/plugin-platform-coordinator.js +263 -0
  726. package/node_modules/@maka/runtime-host/dist/server/plugin-platform.js +1148 -0
  727. package/node_modules/@maka/runtime-host/dist/server/project-catalog-coordinator.js +10 -12
  728. package/node_modules/@maka/runtime-host/dist/server/project-directory-authority.js +4 -3
  729. package/node_modules/@maka/runtime-host/dist/server/root-admission-owner.js +32 -7
  730. package/node_modules/@maka/runtime-host/dist/server/root-turn-coordinator.js +690 -188
  731. package/node_modules/@maka/runtime-host/dist/server/runtime-policy-coordinator.js +72 -18
  732. package/node_modules/@maka/runtime-host/dist/server/runtime-resource-coordinator.js +11 -8
  733. package/node_modules/@maka/runtime-host/dist/server/runtime-resource-projection.js +12 -18
  734. package/node_modules/@maka/runtime-host/dist/server/scheduled-task-coordinator.js +150 -41
  735. package/node_modules/@maka/runtime-host/dist/server/serial-outbound-writer.js +46 -4
  736. package/node_modules/@maka/runtime-host/dist/server/session-admission-gate.js +21 -1
  737. package/node_modules/@maka/runtime-host/dist/server/session-bundle-coordinator.js +163 -0
  738. package/node_modules/@maka/runtime-host/dist/server/session-catalog-coordinator.js +247 -33
  739. package/node_modules/@maka/runtime-host/dist/server/session-continuity-coordinator.js +112 -48
  740. package/node_modules/@maka/runtime-host/dist/server/session-effect-coordinator.js +1 -1
  741. package/node_modules/@maka/runtime-host/dist/server/session-retirement-coordinator.js +66 -14
  742. package/node_modules/@maka/runtime-host/dist/server/session-revision-coordinator.js +113 -67
  743. package/node_modules/@maka/runtime-host/dist/server/session-revision-graph-references.js +18 -10
  744. package/node_modules/@maka/runtime-host/dist/server/session-sidecar-purge.js +2 -1
  745. package/node_modules/@maka/runtime-host/dist/server/session-todo-coordinator.js +77 -0
  746. package/node_modules/@maka/runtime-host/dist/server/session-transcript-pager.js +34 -5
  747. package/node_modules/@maka/runtime-host/dist/server/session-transcript-reader.js +404 -87
  748. package/node_modules/@maka/runtime-host/dist/server/session-turn-access-request-coordinator.js +43 -26
  749. package/node_modules/@maka/runtime-host/dist/server/shared-session-transcript.js +4 -1
  750. package/node_modules/@maka/runtime-host/dist/server/skill-catalog-coordinator.js +18 -2
  751. package/node_modules/@maka/runtime-host/dist/server/skill-catalog-repository.js +16 -17
  752. package/node_modules/@maka/runtime-host/dist/server/storage-maintenance.js +109 -0
  753. package/node_modules/@maka/runtime-host/dist/server/usage-pricing-coordinator.js +79 -35
  754. package/node_modules/@maka/runtime-host/dist/server/web-fetch-tool.js +1 -1
  755. package/node_modules/@maka/runtime-host/dist/server/workhub-coordination-action-gate.js +566 -37
  756. package/node_modules/@maka/runtime-host/dist/server/workhub-coordination-coordinator.js +590 -131
  757. package/node_modules/@maka/runtime-host/dist/server/workhub-message-attachments.js +46 -0
  758. package/node_modules/@maka/runtime-host/dist/transport/framed-byte-stream-transport.js +4 -1
  759. package/node_modules/@maka/runtime-host/dist/transport/local-ipc-framing.js +4 -2
  760. package/node_modules/@maka/runtime-host/dist/transport/peer-native.js +112 -24
  761. package/node_modules/@maka/runtime-host/dist/transport/resumable-peer-stream.js +469 -0
  762. package/node_modules/@maka/runtime-host/dist/webrtc-stun-policy.js +114 -0
  763. package/node_modules/@maka/runtime-host/package.json +7 -1
  764. package/node_modules/@maka/storage/dist/agent-run-store.js +355 -238
  765. package/node_modules/@maka/storage/dist/artifact-attachments.js +66 -18
  766. package/node_modules/@maka/storage/dist/artifact-metadata-codec.js +24 -28
  767. package/node_modules/@maka/storage/dist/artifact-store.js +203 -767
  768. package/node_modules/@maka/storage/dist/artifact-stores.js +6 -10
  769. package/node_modules/@maka/storage/dist/artifact-writer-lock.js +1 -1
  770. package/node_modules/@maka/storage/dist/atomic-file-write.js +74 -0
  771. package/node_modules/@maka/storage/dist/claude-code-session-adapter.js +0 -5
  772. package/node_modules/@maka/storage/dist/codex-session-adapter.js +298 -198
  773. package/node_modules/@maka/storage/dist/context-offload-snapshot.js +397 -0
  774. package/node_modules/@maka/storage/dist/context-value-mutation-gate.js +59 -0
  775. package/node_modules/@maka/storage/dist/conversation-operational-state.js +7 -0
  776. package/node_modules/@maka/storage/dist/credential-store.js +15 -63
  777. package/node_modules/@maka/storage/dist/execution-record-codec.js +1 -22
  778. package/node_modules/@maka/storage/dist/execution-stores.js +38 -21
  779. package/node_modules/@maka/storage/dist/file-lifetime-owner.js +30 -2
  780. package/node_modules/@maka/storage/dist/file-session-repository.js +1012 -0
  781. package/node_modules/@maka/storage/dist/git-exec.js +61 -0
  782. package/node_modules/@maka/storage/dist/git-worktree-child-executor.js +8 -35
  783. package/node_modules/@maka/storage/dist/goal-authority.js +2 -2
  784. package/node_modules/@maka/storage/dist/interaction-store-public.js +1 -1
  785. package/node_modules/@maka/storage/dist/interaction-store.js +188 -3
  786. package/node_modules/@maka/storage/dist/legacy-run-header.js +327 -0
  787. package/node_modules/@maka/storage/dist/mcp-config-store.js +10 -25
  788. package/node_modules/@maka/storage/dist/message-admission-store.js +3 -0
  789. package/node_modules/@maka/storage/dist/model-call-ledger.js +199 -32
  790. package/node_modules/@maka/storage/dist/model-call-usage-sql.js +136 -0
  791. package/node_modules/@maka/storage/dist/model-facts-store.js +56 -0
  792. package/node_modules/@maka/storage/dist/opencode-session-adapter.js +0 -4
  793. package/node_modules/@maka/storage/dist/operational-state-backup.js +15 -11
  794. package/node_modules/@maka/storage/dist/operational-state-store-public.js +1 -1
  795. package/node_modules/@maka/storage/dist/operational-state-store.js +27 -2
  796. package/node_modules/@maka/storage/dist/production-session-snapshot.js +761 -0
  797. package/node_modules/@maka/storage/dist/project-catalog.js +8 -23
  798. package/node_modules/@maka/storage/dist/quiescent-session-snapshot.js +1154 -0
  799. package/node_modules/@maka/storage/dist/runtime-event-invariants.js +2 -2
  800. package/node_modules/@maka/storage/dist/runtime-event-persistence.js +6 -0
  801. package/node_modules/@maka/storage/dist/runtime-policy/connection-catalog-document.js +182 -62
  802. package/node_modules/@maka/storage/dist/runtime-policy/coordinator.js +540 -117
  803. package/node_modules/@maka/storage/dist/runtime-policy/document-io.js +22 -16
  804. package/node_modules/@maka/storage/dist/runtime-policy/oauth-login-receipt-document.js +207 -0
  805. package/node_modules/@maka/storage/dist/runtime-policy/onboarding-transaction.js +148 -5
  806. package/node_modules/@maka/storage/dist/runtime-policy/policy-document.js +10 -4
  807. package/node_modules/@maka/storage/dist/runtime-policy-stores.js +7 -3
  808. package/node_modules/@maka/storage/dist/runtime-transcript-query.js +321 -0
  809. package/node_modules/@maka/storage/dist/scheduled-task-store.js +256 -283
  810. package/node_modules/@maka/storage/dist/session-bundle-manifest.js +5 -17
  811. package/node_modules/@maka/storage/dist/session-bundle-policy.js +1031 -34
  812. package/node_modules/@maka/storage/dist/session-bundle-ustar.js +12 -0
  813. package/node_modules/@maka/storage/dist/session-copy-cleanup.js +12 -7
  814. package/node_modules/@maka/storage/dist/session-message-projection.js +24 -5
  815. package/node_modules/@maka/storage/dist/session-repository.js +767 -0
  816. package/node_modules/@maka/storage/dist/session-store.js +110 -115
  817. package/node_modules/@maka/storage/dist/session-todo-authority.js +106 -0
  818. package/node_modules/@maka/storage/dist/session-todo-store.js +169 -0
  819. package/node_modules/@maka/storage/dist/settings-store.js +24 -29
  820. package/node_modules/@maka/storage/dist/sqlite-artifact-metadata.js +51 -17
  821. package/node_modules/@maka/storage/dist/sqlite-artifact-schema.js +55 -5
  822. package/node_modules/@maka/storage/dist/sqlite-context-offload-store.js +42 -12
  823. package/node_modules/@maka/storage/dist/sqlite-core-execution-schema.js +45 -2
  824. package/node_modules/@maka/storage/dist/sqlite-runtime-schema.js +367 -1
  825. package/node_modules/@maka/storage/dist/sqlite-runtime-store.js +439 -82
  826. package/node_modules/@maka/storage/dist/sqlite-session-metadata-schema.js +63 -5
  827. package/node_modules/@maka/storage/dist/sqlite-session-metadata-store.js +493 -914
  828. package/node_modules/@maka/storage/dist/sqlite-usage-schema.js +200 -20
  829. package/node_modules/@maka/storage/dist/sqlite-usage-store.js +29 -6
  830. package/node_modules/@maka/storage/dist/sqlite-workflow-schema.js +5 -8
  831. package/node_modules/@maka/storage/dist/stable-storage.js +16 -2
  832. package/node_modules/@maka/storage/dist/storage-id.js +28 -0
  833. package/node_modules/@maka/storage/dist/storage-writer-composition.js +3 -3
  834. package/node_modules/@maka/storage/dist/tool-result-archive-evidence.js +138 -0
  835. package/node_modules/@maka/storage/dist/usage-stores.js +9 -3
  836. package/node_modules/@maka/storage/dist/work-board-store.js +4 -4
  837. package/node_modules/@maka/storage/dist/workspace-identity.js +2 -15
  838. package/node_modules/@maka/storage/dist/workspace-version-authority-internal.js +1 -8
  839. package/node_modules/@maka/storage/package.json +8 -2
  840. package/node_modules/@modelcontextprotocol/client/dist/src-D_zzAWoS.mjs +22 -5
  841. package/node_modules/@modelcontextprotocol/client/dist/src-NAgB4Mp8.cjs +22 -5
  842. package/node_modules/@slack/types/dist/events/agent.js +3 -0
  843. package/node_modules/@slack/types/dist/events/index.js +44 -0
  844. package/node_modules/@slack/types/package.json +47 -0
  845. package/node_modules/@slack/web-api/README.md +382 -0
  846. package/node_modules/@slack/web-api/dist/methods.js +1636 -0
  847. package/node_modules/@slack/web-api/dist/types/request/agents.js +3 -0
  848. package/node_modules/@slack/web-api/dist/types/request/blocks.js +3 -0
  849. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js +11 -0
  850. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js +11 -0
  851. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js +11 -0
  852. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js +11 -0
  853. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +11 -0
  854. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +11 -0
  855. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +48 -0
  856. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +67 -0
  857. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +72 -0
  858. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +48 -0
  859. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +11 -0
  860. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +11 -0
  861. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +11 -0
  862. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +11 -0
  863. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +11 -0
  864. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +11 -0
  865. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +11 -0
  866. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +11 -0
  867. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +11 -0
  868. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +11 -0
  869. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +11 -0
  870. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +11 -0
  871. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +11 -0
  872. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +11 -0
  873. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +11 -0
  874. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +11 -0
  875. package/node_modules/@slack/web-api/node_modules/@types/retry/LICENSE +21 -0
  876. package/node_modules/@slack/web-api/node_modules/@types/retry/README.md +15 -0
  877. package/node_modules/@slack/web-api/node_modules/@types/retry/package.json +30 -0
  878. package/node_modules/@slack/web-api/package.json +71 -0
  879. package/node_modules/@types/node/README.md +1 -1
  880. package/node_modules/@types/node/package.json +2 -2
  881. package/node_modules/balanced-match/LICENSE.md +23 -0
  882. package/node_modules/balanced-match/README.md +57 -0
  883. package/node_modules/balanced-match/dist/commonjs/index.js +59 -0
  884. package/node_modules/balanced-match/dist/commonjs/package.json +3 -0
  885. package/node_modules/balanced-match/dist/esm/index.js +54 -0
  886. package/node_modules/balanced-match/dist/esm/package.json +3 -0
  887. package/node_modules/balanced-match/package.json +68 -0
  888. package/node_modules/brace-expansion/LICENSE +23 -0
  889. package/node_modules/brace-expansion/README.md +105 -0
  890. package/node_modules/brace-expansion/dist/commonjs/index.js +289 -0
  891. package/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
  892. package/node_modules/brace-expansion/dist/esm/index.js +285 -0
  893. package/node_modules/brace-expansion/dist/esm/package.json +3 -0
  894. package/node_modules/brace-expansion/package.json +64 -0
  895. package/node_modules/fast-uri/index.js +215 -47
  896. package/node_modules/fast-uri/lib/schemes.js +9 -4
  897. package/node_modules/fast-uri/lib/utils.js +396 -92
  898. package/node_modules/fast-uri/package.json +1 -1
  899. package/node_modules/fs-native-extensions/package.json +1 -1
  900. package/node_modules/fs-native-extensions/prebuilds/android-arm/fs-native-extensions.bare +0 -0
  901. package/node_modules/fs-native-extensions/prebuilds/android-arm64/fs-native-extensions.bare +0 -0
  902. package/node_modules/fs-native-extensions/prebuilds/android-ia32/fs-native-extensions.bare +0 -0
  903. package/node_modules/fs-native-extensions/prebuilds/android-x64/fs-native-extensions.bare +0 -0
  904. package/node_modules/fs-native-extensions/prebuilds/darwin-arm64/fs-native-extensions.bare +0 -0
  905. package/node_modules/fs-native-extensions/prebuilds/darwin-arm64/fs-native-extensions.node +0 -0
  906. package/node_modules/fs-native-extensions/prebuilds/darwin-x64/fs-native-extensions.bare +0 -0
  907. package/node_modules/fs-native-extensions/prebuilds/darwin-x64/fs-native-extensions.node +0 -0
  908. package/node_modules/fs-native-extensions/prebuilds/ios-arm64/fs-native-extensions.bare +0 -0
  909. package/node_modules/fs-native-extensions/prebuilds/ios-arm64-simulator/fs-native-extensions.bare +0 -0
  910. package/node_modules/fs-native-extensions/prebuilds/ios-x64-simulator/fs-native-extensions.bare +0 -0
  911. package/node_modules/fs-native-extensions/prebuilds/linux-arm64/fs-native-extensions.bare +0 -0
  912. package/node_modules/fs-native-extensions/prebuilds/linux-x64/fs-native-extensions.bare +0 -0
  913. package/node_modules/fs-native-extensions/prebuilds/win32-arm64/fs-native-extensions.bare +0 -0
  914. package/node_modules/fs-native-extensions/prebuilds/win32-arm64/fs-native-extensions.node +0 -0
  915. package/node_modules/fs-native-extensions/prebuilds/win32-x64/fs-native-extensions.bare +0 -0
  916. package/node_modules/fs-native-extensions/prebuilds/win32-x64/fs-native-extensions.node +0 -0
  917. package/node_modules/fs-native-extensions/src/win32.c +50 -11
  918. package/node_modules/glob/LICENSE.md +63 -0
  919. package/node_modules/glob/README.md +1203 -0
  920. package/node_modules/glob/dist/commonjs/glob.js +248 -0
  921. package/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  922. package/node_modules/glob/dist/commonjs/ignore.js +119 -0
  923. package/node_modules/glob/dist/commonjs/index.js +68 -0
  924. package/node_modules/glob/dist/commonjs/index.min.js +4 -0
  925. package/node_modules/glob/dist/commonjs/package.json +3 -0
  926. package/node_modules/glob/dist/commonjs/pattern.js +223 -0
  927. package/node_modules/glob/dist/commonjs/processor.js +301 -0
  928. package/node_modules/glob/dist/commonjs/walker.js +387 -0
  929. package/node_modules/glob/dist/esm/glob.js +244 -0
  930. package/node_modules/glob/dist/esm/has-magic.js +23 -0
  931. package/node_modules/glob/dist/esm/ignore.js +115 -0
  932. package/node_modules/glob/dist/esm/index.js +55 -0
  933. package/node_modules/glob/dist/esm/index.min.js +4 -0
  934. package/node_modules/glob/dist/esm/package.json +3 -0
  935. package/node_modules/glob/dist/esm/pattern.js +219 -0
  936. package/node_modules/glob/dist/esm/processor.js +294 -0
  937. package/node_modules/glob/dist/esm/walker.js +381 -0
  938. package/node_modules/glob/package.json +98 -0
  939. package/node_modules/minimatch/LICENSE.md +55 -0
  940. package/node_modules/minimatch/README.md +528 -0
  941. package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  942. package/node_modules/minimatch/dist/commonjs/ast.js +845 -0
  943. package/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
  944. package/node_modules/minimatch/dist/commonjs/escape.js +30 -0
  945. package/node_modules/minimatch/dist/commonjs/index.js +1127 -0
  946. package/node_modules/minimatch/dist/commonjs/package.json +3 -0
  947. package/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
  948. package/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  949. package/node_modules/minimatch/dist/esm/ast.js +841 -0
  950. package/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
  951. package/node_modules/minimatch/dist/esm/escape.js +26 -0
  952. package/node_modules/minimatch/dist/esm/index.js +1114 -0
  953. package/node_modules/minimatch/dist/esm/package.json +3 -0
  954. package/node_modules/minimatch/dist/esm/unescape.js +34 -0
  955. package/node_modules/minimatch/package.json +73 -0
  956. package/node_modules/minipass/LICENSE.md +55 -0
  957. package/node_modules/minipass/README.md +825 -0
  958. package/node_modules/minipass/dist/commonjs/index.js +1038 -0
  959. package/node_modules/minipass/dist/commonjs/package.json +3 -0
  960. package/node_modules/minipass/dist/esm/index.js +1020 -0
  961. package/node_modules/minipass/dist/esm/package.json +3 -0
  962. package/node_modules/minipass/package.json +77 -0
  963. package/node_modules/path-scurry/LICENSE.md +55 -0
  964. package/node_modules/path-scurry/README.md +636 -0
  965. package/node_modules/path-scurry/dist/commonjs/index.js +2018 -0
  966. package/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  967. package/node_modules/path-scurry/dist/esm/index.js +1983 -0
  968. package/node_modules/path-scurry/dist/esm/package.json +3 -0
  969. package/node_modules/path-scurry/node_modules/lru-cache/LICENSE.md +55 -0
  970. package/node_modules/path-scurry/node_modules/lru-cache/README.md +469 -0
  971. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js +7 -0
  972. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/browser/index.js +1726 -0
  973. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/browser/index.min.js +2 -0
  974. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/browser/perf.js +10 -0
  975. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/diagnostics-channel-cjs.d.cts.map +1 -0
  976. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js +7 -0
  977. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +1726 -0
  978. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  979. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.js +9 -0
  980. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/node/index.js +1726 -0
  981. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/node/index.min.js +2 -0
  982. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/node/perf.js +10 -0
  983. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  984. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/perf.js +10 -0
  985. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js +4 -0
  986. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/browser/index.js +1722 -0
  987. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/browser/index.min.js +2 -0
  988. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/browser/perf.js +7 -0
  989. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/diagnostics-channel-esm.d.mts.map +1 -0
  990. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/diagnostics-channel.js +19 -0
  991. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +1722 -0
  992. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  993. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js +6 -0
  994. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/node/index.js +1722 -0
  995. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/node/index.min.js +2 -0
  996. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/node/perf.js +7 -0
  997. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +3 -0
  998. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/perf.js +7 -0
  999. package/node_modules/path-scurry/node_modules/lru-cache/package.json +154 -0
  1000. package/node_modules/path-scurry/package.json +72 -0
  1001. package/node_modules/qs/.github/THREAT_MODEL.md +3 -3
  1002. package/node_modules/qs/CHANGELOG.md +15 -0
  1003. package/node_modules/qs/README.md +19 -1
  1004. package/node_modules/qs/dist/qs.js +21 -21
  1005. package/node_modules/qs/eslint.config.mjs +1 -1
  1006. package/node_modules/qs/lib/parse.js +3 -4
  1007. package/node_modules/qs/lib/stringify.js +23 -8
  1008. package/node_modules/qs/lib/utils.js +10 -3
  1009. package/node_modules/qs/package.json +4 -4
  1010. package/node_modules/run/README.md +109 -18
  1011. package/node_modules/run/THIRD_PARTY_NOTICES.md +11 -11
  1012. package/node_modules/run/dist/continuation-validation.js +116 -1
  1013. package/node_modules/run/dist/errors.js +12 -2
  1014. package/node_modules/run/dist/host-function-invocation.js +2 -1
  1015. package/node_modules/run/dist/run.js +30 -4
  1016. package/node_modules/run/dist/runtime/guest-serde-source.js +1 -1
  1017. package/node_modules/run/dist/runtime/guest-sources.js +214 -56
  1018. package/node_modules/run/dist/runtime/manager.js +575 -116
  1019. package/node_modules/run/dist/runtime/max-workers.js +8 -4
  1020. package/node_modules/run/dist/runtime/protocol-validation.js +20 -7
  1021. package/node_modules/run/dist/runtime/sync-bridge-protocol.js +135 -0
  1022. package/node_modules/run/dist/runtime/worker-source.js +1 -1
  1023. package/node_modules/run/dist/utils/options.js +7 -0
  1024. package/node_modules/run/dist/utils/promise-with-resolvers.js +13 -1
  1025. package/node_modules/run/dist/utils/serde.js +1 -7
  1026. package/node_modules/run/dist/utils/source-cache.js +83 -13
  1027. package/node_modules/run/package.json +6 -4
  1028. package/node_modules/systeminformation/LICENSE +20 -0
  1029. package/node_modules/systeminformation/README.md +1251 -0
  1030. package/node_modules/systeminformation/lib/audio.js +335 -0
  1031. package/node_modules/systeminformation/lib/battery.js +334 -0
  1032. package/node_modules/systeminformation/lib/bluetooth.js +315 -0
  1033. package/node_modules/systeminformation/lib/bluetoothVendors.js +1138 -0
  1034. package/node_modules/systeminformation/lib/cli.js +100 -0
  1035. package/node_modules/systeminformation/lib/cpu.js +2285 -0
  1036. package/node_modules/systeminformation/lib/docker.js +791 -0
  1037. package/node_modules/systeminformation/lib/dockerSocket.js +117 -0
  1038. package/node_modules/systeminformation/lib/filesystem.js +1853 -0
  1039. package/node_modules/systeminformation/lib/graphics.js +1317 -0
  1040. package/node_modules/systeminformation/lib/index.js +520 -0
  1041. package/node_modules/systeminformation/lib/internet.js +265 -0
  1042. package/node_modules/systeminformation/lib/memory.js +622 -0
  1043. package/node_modules/systeminformation/lib/network.js +2008 -0
  1044. package/node_modules/systeminformation/lib/osinfo.js +1290 -0
  1045. package/node_modules/systeminformation/lib/printer.js +209 -0
  1046. package/node_modules/systeminformation/lib/processes.js +1459 -0
  1047. package/node_modules/systeminformation/lib/system.js +855 -0
  1048. package/node_modules/systeminformation/lib/usb.js +309 -0
  1049. package/node_modules/systeminformation/lib/users.js +412 -0
  1050. package/node_modules/systeminformation/lib/util.js +2833 -0
  1051. package/node_modules/systeminformation/lib/virtualbox.js +116 -0
  1052. package/node_modules/systeminformation/lib/wifi.js +839 -0
  1053. package/node_modules/systeminformation/package.json +102 -0
  1054. package/node_modules/undici/docs/docs/api/Client.md +4 -0
  1055. package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +3 -2
  1056. package/node_modules/undici/docs/docs/api/EventSource.md +4 -0
  1057. package/node_modules/undici/lib/cache/memory-cache-store.js +1 -1
  1058. package/node_modules/undici/lib/dispatcher/agent.js +7 -2
  1059. package/node_modules/undici/lib/dispatcher/balanced-pool.js +1 -1
  1060. package/node_modules/undici/lib/dispatcher/client-h1.js +12 -4
  1061. package/node_modules/undici/lib/dispatcher/client-h2.js +43 -3
  1062. package/node_modules/undici/lib/dispatcher/client.js +3 -2
  1063. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +13 -1
  1064. package/node_modules/undici/lib/dispatcher/dispatcher.js +10 -0
  1065. package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +10 -3
  1066. package/node_modules/undici/lib/dispatcher/proxy-agent.js +1 -1
  1067. package/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
  1068. package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +3 -1
  1069. package/node_modules/undici/lib/handler/cache-handler.js +8 -0
  1070. package/node_modules/undici/lib/handler/decorator-handler.js +7 -1
  1071. package/node_modules/undici/lib/handler/deduplication-handler.js +12 -6
  1072. package/node_modules/undici/lib/handler/redirect-handler.js +8 -0
  1073. package/node_modules/undici/lib/handler/retry-handler.js +83 -11
  1074. package/node_modules/undici/lib/interceptor/dump.js +1 -1
  1075. package/node_modules/undici/lib/mock/mock-agent.js +13 -1
  1076. package/node_modules/undici/lib/mock/mock-utils.js +11 -10
  1077. package/node_modules/undici/lib/web/cookies/parse.js +4 -2
  1078. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +28 -1
  1079. package/node_modules/undici/lib/web/eventsource/eventsource.js +4 -1
  1080. package/node_modules/undici/lib/web/fetch/request.js +2 -3
  1081. package/node_modules/undici/package.json +3 -3
  1082. package/node_modules/zod/README.md +27 -0
  1083. package/node_modules/zod/compile.cjs +77 -0
  1084. package/node_modules/zod/compile.js +52 -0
  1085. package/node_modules/zod/index.cjs +2 -2
  1086. package/node_modules/zod/index.js +5 -2
  1087. package/node_modules/zod/package.json +13 -2
  1088. package/node_modules/zod/v3/ZodError.cjs +22 -12
  1089. package/node_modules/zod/v3/ZodError.js +22 -12
  1090. package/node_modules/zod/v3/types.cjs +7 -5
  1091. package/node_modules/zod/v3/types.js +7 -5
  1092. package/node_modules/zod/v4/classic/checks.cjs +2 -1
  1093. package/node_modules/zod/v4/classic/checks.js +1 -1
  1094. package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
  1095. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  1096. package/node_modules/zod/v4/classic/errors.cjs +43 -34
  1097. package/node_modules/zod/v4/classic/errors.js +43 -34
  1098. package/node_modules/zod/v4/classic/external.cjs +30 -27
  1099. package/node_modules/zod/v4/classic/external.js +5 -8
  1100. package/node_modules/zod/v4/classic/from-json-schema.cjs +136 -75
  1101. package/node_modules/zod/v4/classic/from-json-schema.js +136 -75
  1102. package/node_modules/zod/v4/classic/in-out.cjs +63 -0
  1103. package/node_modules/zod/v4/classic/in-out.js +36 -0
  1104. package/node_modules/zod/v4/classic/index.cjs +2 -2
  1105. package/node_modules/zod/v4/classic/index.js +2 -2
  1106. package/node_modules/zod/v4/classic/iso.cjs +11 -22
  1107. package/node_modules/zod/v4/classic/iso.js +2 -17
  1108. package/node_modules/zod/v4/classic/parse.cjs +4 -1
  1109. package/node_modules/zod/v4/classic/parse.js +1 -0
  1110. package/node_modules/zod/v4/classic/schemas.cjs +498 -398
  1111. package/node_modules/zod/v4/classic/schemas.js +492 -396
  1112. package/node_modules/zod/v4/core/api.cjs +23 -4
  1113. package/node_modules/zod/v4/core/api.js +21 -4
  1114. package/node_modules/zod/v4/core/checks.cjs +37 -31
  1115. package/node_modules/zod/v4/core/checks.js +37 -31
  1116. package/node_modules/zod/v4/core/compile.cjs +1813 -0
  1117. package/node_modules/zod/v4/core/compile.js +1783 -0
  1118. package/node_modules/zod/v4/core/core.cjs +81 -18
  1119. package/node_modules/zod/v4/core/core.js +82 -19
  1120. package/node_modules/zod/v4/core/doc.cjs +5 -7
  1121. package/node_modules/zod/v4/core/doc.js +5 -7
  1122. package/node_modules/zod/v4/core/errors.cjs +110 -25
  1123. package/node_modules/zod/v4/core/errors.js +110 -25
  1124. package/node_modules/zod/v4/core/index.cjs +5 -1
  1125. package/node_modules/zod/v4/core/index.js +3 -0
  1126. package/node_modules/zod/v4/core/json-schema-generator.cjs +4 -0
  1127. package/node_modules/zod/v4/core/json-schema-generator.js +4 -0
  1128. package/node_modules/zod/v4/core/json-schema-processors.cjs +264 -95
  1129. package/node_modules/zod/v4/core/json-schema-processors.js +243 -97
  1130. package/node_modules/zod/v4/core/memoizer.cjs +268 -0
  1131. package/node_modules/zod/v4/core/memoizer.js +261 -0
  1132. package/node_modules/zod/v4/core/parse.cjs +96 -34
  1133. package/node_modules/zod/v4/core/parse.js +94 -33
  1134. package/node_modules/zod/v4/core/regexes.cjs +27 -15
  1135. package/node_modules/zod/v4/core/regexes.js +24 -13
  1136. package/node_modules/zod/v4/core/registries.js +2 -2
  1137. package/node_modules/zod/v4/core/schemas.cjs +537 -326
  1138. package/node_modules/zod/v4/core/schemas.js +526 -325
  1139. package/node_modules/zod/v4/core/to-json-schema.cjs +242 -39
  1140. package/node_modules/zod/v4/core/to-json-schema.js +241 -39
  1141. package/node_modules/zod/v4/core/util.cjs +212 -31
  1142. package/node_modules/zod/v4/core/util.js +202 -30
  1143. package/node_modules/zod/v4/core/versions.cjs +2 -2
  1144. package/node_modules/zod/v4/core/versions.js +2 -2
  1145. package/node_modules/zod/v4/core/visit.cjs +195 -0
  1146. package/node_modules/zod/v4/core/visit.js +169 -0
  1147. package/node_modules/zod/v4/index.cjs +15 -5
  1148. package/node_modules/zod/v4/index.js +3 -2
  1149. package/node_modules/zod/v4/locales/ar.cjs +3 -0
  1150. package/node_modules/zod/v4/locales/ar.js +3 -0
  1151. package/node_modules/zod/v4/locales/az.cjs +3 -0
  1152. package/node_modules/zod/v4/locales/az.js +3 -0
  1153. package/node_modules/zod/v4/locales/be.cjs +10 -0
  1154. package/node_modules/zod/v4/locales/be.js +10 -0
  1155. package/node_modules/zod/v4/locales/bg.cjs +3 -0
  1156. package/node_modules/zod/v4/locales/bg.js +3 -0
  1157. package/node_modules/zod/v4/locales/bn.cjs +138 -0
  1158. package/node_modules/zod/v4/locales/bn.js +111 -0
  1159. package/node_modules/zod/v4/locales/ca.cjs +3 -0
  1160. package/node_modules/zod/v4/locales/ca.js +3 -0
  1161. package/node_modules/zod/v4/locales/ckb.cjs +158 -0
  1162. package/node_modules/zod/v4/locales/ckb.js +131 -0
  1163. package/node_modules/zod/v4/locales/cs.cjs +3 -0
  1164. package/node_modules/zod/v4/locales/cs.js +3 -0
  1165. package/node_modules/zod/v4/locales/da.cjs +5 -2
  1166. package/node_modules/zod/v4/locales/da.js +5 -2
  1167. package/node_modules/zod/v4/locales/de.cjs +3 -0
  1168. package/node_modules/zod/v4/locales/de.js +3 -0
  1169. package/node_modules/zod/v4/locales/el.cjs +1 -0
  1170. package/node_modules/zod/v4/locales/el.js +1 -0
  1171. package/node_modules/zod/v4/locales/en.cjs +14 -4
  1172. package/node_modules/zod/v4/locales/en.js +14 -4
  1173. package/node_modules/zod/v4/locales/eo.cjs +3 -0
  1174. package/node_modules/zod/v4/locales/eo.js +3 -0
  1175. package/node_modules/zod/v4/locales/es.cjs +2 -0
  1176. package/node_modules/zod/v4/locales/es.js +2 -0
  1177. package/node_modules/zod/v4/locales/fa.cjs +3 -0
  1178. package/node_modules/zod/v4/locales/fa.js +3 -0
  1179. package/node_modules/zod/v4/locales/fi.cjs +3 -0
  1180. package/node_modules/zod/v4/locales/fi.js +3 -0
  1181. package/node_modules/zod/v4/locales/fr-CA.cjs +3 -0
  1182. package/node_modules/zod/v4/locales/fr-CA.js +3 -0
  1183. package/node_modules/zod/v4/locales/fr.cjs +16 -14
  1184. package/node_modules/zod/v4/locales/fr.js +16 -14
  1185. package/node_modules/zod/v4/locales/gu.cjs +138 -0
  1186. package/node_modules/zod/v4/locales/gu.js +111 -0
  1187. package/node_modules/zod/v4/locales/he.cjs +5 -0
  1188. package/node_modules/zod/v4/locales/he.js +5 -0
  1189. package/node_modules/zod/v4/locales/hi.cjs +136 -0
  1190. package/node_modules/zod/v4/locales/hi.js +109 -0
  1191. package/node_modules/zod/v4/locales/hr.cjs +2 -0
  1192. package/node_modules/zod/v4/locales/hr.js +2 -0
  1193. package/node_modules/zod/v4/locales/hu.cjs +3 -0
  1194. package/node_modules/zod/v4/locales/hu.js +3 -0
  1195. package/node_modules/zod/v4/locales/hy.cjs +9 -0
  1196. package/node_modules/zod/v4/locales/hy.js +9 -0
  1197. package/node_modules/zod/v4/locales/id.cjs +3 -0
  1198. package/node_modules/zod/v4/locales/id.js +3 -0
  1199. package/node_modules/zod/v4/locales/index.cjs +22 -2
  1200. package/node_modules/zod/v4/locales/index.js +10 -0
  1201. package/node_modules/zod/v4/locales/is.cjs +3 -0
  1202. package/node_modules/zod/v4/locales/is.js +3 -0
  1203. package/node_modules/zod/v4/locales/it.cjs +3 -0
  1204. package/node_modules/zod/v4/locales/it.js +3 -0
  1205. package/node_modules/zod/v4/locales/ja.cjs +3 -0
  1206. package/node_modules/zod/v4/locales/ja.js +3 -0
  1207. package/node_modules/zod/v4/locales/ka.cjs +3 -0
  1208. package/node_modules/zod/v4/locales/ka.js +3 -0
  1209. package/node_modules/zod/v4/locales/km.cjs +3 -0
  1210. package/node_modules/zod/v4/locales/km.js +3 -0
  1211. package/node_modules/zod/v4/locales/kn.cjs +141 -0
  1212. package/node_modules/zod/v4/locales/kn.js +114 -0
  1213. package/node_modules/zod/v4/locales/ko.cjs +3 -0
  1214. package/node_modules/zod/v4/locales/ko.js +3 -0
  1215. package/node_modules/zod/v4/locales/lt.cjs +2 -0
  1216. package/node_modules/zod/v4/locales/lt.js +2 -0
  1217. package/node_modules/zod/v4/locales/mk.cjs +3 -0
  1218. package/node_modules/zod/v4/locales/mk.js +3 -0
  1219. package/node_modules/zod/v4/locales/ms.cjs +3 -0
  1220. package/node_modules/zod/v4/locales/ms.js +3 -0
  1221. package/node_modules/zod/v4/locales/ne.cjs +136 -0
  1222. package/node_modules/zod/v4/locales/ne.js +109 -0
  1223. package/node_modules/zod/v4/locales/nl.cjs +3 -0
  1224. package/node_modules/zod/v4/locales/nl.js +3 -0
  1225. package/node_modules/zod/v4/locales/nn.cjs +138 -0
  1226. package/node_modules/zod/v4/locales/nn.js +111 -0
  1227. package/node_modules/zod/v4/locales/no.cjs +5 -2
  1228. package/node_modules/zod/v4/locales/no.js +5 -2
  1229. package/node_modules/zod/v4/locales/ota.cjs +3 -0
  1230. package/node_modules/zod/v4/locales/ota.js +3 -0
  1231. package/node_modules/zod/v4/locales/pl.cjs +3 -0
  1232. package/node_modules/zod/v4/locales/pl.js +3 -0
  1233. package/node_modules/zod/v4/locales/ps.cjs +3 -0
  1234. package/node_modules/zod/v4/locales/ps.js +3 -0
  1235. package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
  1236. package/node_modules/zod/v4/locales/pt-BR.js +141 -0
  1237. package/node_modules/zod/v4/locales/pt.cjs +87 -55
  1238. package/node_modules/zod/v4/locales/pt.js +87 -55
  1239. package/node_modules/zod/v4/locales/ro.cjs +1 -0
  1240. package/node_modules/zod/v4/locales/ro.js +1 -0
  1241. package/node_modules/zod/v4/locales/ru.cjs +10 -0
  1242. package/node_modules/zod/v4/locales/ru.js +10 -0
  1243. package/node_modules/zod/v4/locales/sk.cjs +141 -0
  1244. package/node_modules/zod/v4/locales/sk.js +114 -0
  1245. package/node_modules/zod/v4/locales/sl.cjs +3 -0
  1246. package/node_modules/zod/v4/locales/sl.js +3 -0
  1247. package/node_modules/zod/v4/locales/sv.cjs +5 -2
  1248. package/node_modules/zod/v4/locales/sv.js +5 -2
  1249. package/node_modules/zod/v4/locales/ta.cjs +3 -0
  1250. package/node_modules/zod/v4/locales/ta.js +3 -0
  1251. package/node_modules/zod/v4/locales/th.cjs +3 -0
  1252. package/node_modules/zod/v4/locales/th.js +3 -0
  1253. package/node_modules/zod/v4/locales/tk.cjs +132 -0
  1254. package/node_modules/zod/v4/locales/tk.js +105 -0
  1255. package/node_modules/zod/v4/locales/tr.cjs +3 -0
  1256. package/node_modules/zod/v4/locales/tr.js +3 -0
  1257. package/node_modules/zod/v4/locales/uk.cjs +3 -0
  1258. package/node_modules/zod/v4/locales/uk.js +3 -0
  1259. package/node_modules/zod/v4/locales/ur.cjs +3 -0
  1260. package/node_modules/zod/v4/locales/ur.js +3 -0
  1261. package/node_modules/zod/v4/locales/uz.cjs +1 -0
  1262. package/node_modules/zod/v4/locales/uz.js +1 -0
  1263. package/node_modules/zod/v4/locales/vi.cjs +3 -0
  1264. package/node_modules/zod/v4/locales/vi.js +3 -0
  1265. package/node_modules/zod/v4/locales/yo.cjs +3 -0
  1266. package/node_modules/zod/v4/locales/yo.js +3 -0
  1267. package/node_modules/zod/v4/locales/zh-CN.cjs +3 -0
  1268. package/node_modules/zod/v4/locales/zh-CN.js +3 -0
  1269. package/node_modules/zod/v4/locales/zh-TW.cjs +3 -0
  1270. package/node_modules/zod/v4/locales/zh-TW.js +3 -0
  1271. package/node_modules/zod/v4/mini/checks.cjs +2 -1
  1272. package/node_modules/zod/v4/mini/checks.js +1 -1
  1273. package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
  1274. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  1275. package/node_modules/zod/v4/mini/external.cjs +12 -1
  1276. package/node_modules/zod/v4/mini/external.js +3 -1
  1277. package/node_modules/zod/v4/mini/in-out.cjs +63 -0
  1278. package/node_modules/zod/v4/mini/in-out.js +36 -0
  1279. package/node_modules/zod/v4/mini/parse.cjs +3 -1
  1280. package/node_modules/zod/v4/mini/parse.js +1 -1
  1281. package/node_modules/zod/v4/mini/schemas.cjs +75 -47
  1282. package/node_modules/zod/v4/mini/schemas.js +71 -45
  1283. package/package.json +3 -4
  1284. package/node_modules/@ai-sdk/code-mode/dist/run-code-mode.js +0 -549
  1285. package/node_modules/@ai-sdk/code-mode/package.json +0 -78
  1286. package/node_modules/@ai-sdk/gateway/CHANGELOG.md +0 -3067
  1287. package/node_modules/@ai-sdk/gateway/dist/index.js +0 -3208
  1288. package/node_modules/@ai-sdk/gateway/docs/00-ai-gateway.mdx +0 -1297
  1289. package/node_modules/@ai-sdk/gateway/package.json +0 -80
  1290. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/CHANGELOG.md +0 -2444
  1291. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/README.md +0 -1
  1292. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/dist/index.js +0 -4295
  1293. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/package.json +0 -82
  1294. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/LICENSE +0 -16
  1295. package/node_modules/@ai-sdk/open-responses/node_modules/@ai-sdk/provider-utils/src/to-json-schema/zod3-to-json-schema/README.md +0 -24
  1296. package/node_modules/@ai-sdk/open-responses/node_modules/undici/LICENSE +0 -21
  1297. package/node_modules/@ai-sdk/open-responses/node_modules/undici/README.md +0 -741
  1298. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Agent.md +0 -84
  1299. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/BalancedPool.md +0 -99
  1300. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/CacheStorage.md +0 -30
  1301. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/CacheStore.md +0 -164
  1302. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Client.md +0 -288
  1303. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/ClientStats.md +0 -27
  1304. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Connector.md +0 -115
  1305. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/ContentType.md +0 -57
  1306. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Cookies.md +0 -128
  1307. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Debug.md +0 -62
  1308. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -315
  1309. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Dispatcher.md +0 -1392
  1310. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -159
  1311. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Errors.md +0 -49
  1312. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/EventSource.md +0 -45
  1313. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Fetch.md +0 -60
  1314. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/GlobalInstallation.md +0 -139
  1315. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/H2CClient.md +0 -263
  1316. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockAgent.md +0 -603
  1317. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockCallHistory.md +0 -197
  1318. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +0 -43
  1319. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockClient.md +0 -81
  1320. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockErrors.md +0 -12
  1321. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/MockPool.md +0 -555
  1322. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Pool.md +0 -84
  1323. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/PoolStats.md +0 -35
  1324. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -229
  1325. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -93
  1326. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/RetryAgent.md +0 -50
  1327. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/RetryHandler.md +0 -118
  1328. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/RoundRobinPool.md +0 -145
  1329. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/SnapshotAgent.md +0 -616
  1330. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +0 -275
  1331. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/Util.md +0 -25
  1332. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/WebSocket.md +0 -141
  1333. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -91
  1334. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -64
  1335. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/crawling.md +0 -58
  1336. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -190
  1337. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/proxy.md +0 -127
  1338. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +0 -224
  1339. package/node_modules/@ai-sdk/open-responses/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -63
  1340. package/node_modules/@ai-sdk/open-responses/node_modules/undici/index-fetch.js +0 -65
  1341. package/node_modules/@ai-sdk/open-responses/node_modules/undici/index.js +0 -234
  1342. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/abort-signal.js +0 -59
  1343. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/api-connect.js +0 -110
  1344. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/api-pipeline.js +0 -252
  1345. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/api-request.js +0 -214
  1346. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/api-stream.js +0 -209
  1347. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/api-upgrade.js +0 -111
  1348. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/index.js +0 -7
  1349. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/api/readable.js +0 -580
  1350. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/cache/memory-cache-store.js +0 -279
  1351. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/cache/sqlite-cache-store.js +0 -467
  1352. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/connect.js +0 -153
  1353. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/constants.js +0 -143
  1354. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/diagnostics.js +0 -227
  1355. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/errors.js +0 -477
  1356. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/request.js +0 -464
  1357. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/socks5-client.js +0 -422
  1358. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/socks5-utils.js +0 -212
  1359. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/symbols.js +0 -75
  1360. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/tree.js +0 -160
  1361. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/core/util.js +0 -992
  1362. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/agent.js +0 -158
  1363. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -219
  1364. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/client-h1.js +0 -1731
  1365. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/client-h2.js +0 -995
  1366. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/client.js +0 -664
  1367. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -184
  1368. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/dispatcher.js +0 -48
  1369. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -146
  1370. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -135
  1371. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/h2c-client.js +0 -51
  1372. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/pool-base.js +0 -214
  1373. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/pool.js +0 -118
  1374. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -319
  1375. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/retry-agent.js +0 -35
  1376. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/round-robin-pool.js +0 -137
  1377. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +0 -260
  1378. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/encoding/index.js +0 -33
  1379. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/global.js +0 -59
  1380. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/cache-handler.js +0 -760
  1381. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/cache-revalidation-handler.js +0 -124
  1382. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/decorator-handler.js +0 -67
  1383. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/deduplication-handler.js +0 -460
  1384. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/redirect-handler.js +0 -238
  1385. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/retry-handler.js +0 -418
  1386. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/unwrap-handler.js +0 -106
  1387. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/handler/wrap-handler.js +0 -105
  1388. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/cache.js +0 -602
  1389. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/decompress.js +0 -259
  1390. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/deduplicate.js +0 -117
  1391. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/dns.js +0 -571
  1392. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/dump.js +0 -112
  1393. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/redirect.js +0 -21
  1394. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/response-error.js +0 -95
  1395. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/interceptor/retry.js +0 -19
  1396. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/llhttp/.gitkeep +0 -0
  1397. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/llhttp/constants.js +0 -531
  1398. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -15
  1399. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -15
  1400. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/llhttp/utils.js +0 -12
  1401. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-agent.js +0 -232
  1402. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-call-history.js +0 -248
  1403. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-client.js +0 -68
  1404. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-errors.js +0 -29
  1405. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-interceptor.js +0 -209
  1406. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-pool.js +0 -68
  1407. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-symbols.js +0 -32
  1408. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/mock-utils.js +0 -486
  1409. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
  1410. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/snapshot-agent.js +0 -353
  1411. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/snapshot-recorder.js +0 -588
  1412. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/mock/snapshot-utils.js +0 -158
  1413. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/cache.js +0 -676
  1414. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/date.js +0 -670
  1415. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/promise.js +0 -28
  1416. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/runtime-features.js +0 -124
  1417. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/stats.js +0 -32
  1418. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/util/timers.js +0 -425
  1419. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cache/cache.js +0 -864
  1420. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
  1421. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cache/util.js +0 -45
  1422. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cookies/constants.js +0 -12
  1423. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cookies/index.js +0 -199
  1424. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cookies/parse.js +0 -314
  1425. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/cookies/util.js +0 -352
  1426. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -399
  1427. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/eventsource/eventsource.js +0 -501
  1428. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/eventsource/util.js +0 -29
  1429. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/LICENSE +0 -21
  1430. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/body.js +0 -509
  1431. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/constants.js +0 -131
  1432. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/data-url.js +0 -596
  1433. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -586
  1434. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/formdata.js +0 -259
  1435. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/global.js +0 -40
  1436. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/headers.js +0 -719
  1437. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/index.js +0 -2413
  1438. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/request.js +0 -1115
  1439. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/response.js +0 -641
  1440. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/fetch/util.js +0 -1522
  1441. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/infra/index.js +0 -229
  1442. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/subresource-integrity/Readme.md +0 -9
  1443. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +0 -307
  1444. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/webidl/index.js +0 -1006
  1445. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/connection.js +0 -329
  1446. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/constants.js +0 -126
  1447. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/events.js +0 -331
  1448. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/frame.js +0 -133
  1449. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -100
  1450. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/receiver.js +0 -507
  1451. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/sender.js +0 -109
  1452. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/stream/websocketerror.js +0 -104
  1453. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/stream/websocketstream.js +0 -498
  1454. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/util.js +0 -347
  1455. package/node_modules/@ai-sdk/open-responses/node_modules/undici/lib/web/websocket/websocket.js +0 -758
  1456. package/node_modules/@ai-sdk/open-responses/node_modules/undici/package.json +0 -152
  1457. package/node_modules/@ai-sdk/open-responses/node_modules/undici/scripts/strip-comments.js +0 -10
  1458. package/node_modules/@ai-sdk/open-responses/node_modules/undici/types/README.md +0 -6
  1459. package/node_modules/@ai-sdk/provider/CHANGELOG.md +0 -1218
  1460. package/node_modules/@ai-sdk/provider/package.json +0 -63
  1461. package/node_modules/@formatjs/icu-messageformat-parser/index.js +0 -2173
  1462. package/node_modules/@formatjs/icu-messageformat-parser/manipulator.js +0 -207
  1463. package/node_modules/@formatjs/icu-messageformat-parser/no-parser.js +0 -160
  1464. package/node_modules/@formatjs/icu-messageformat-parser/package.json +0 -21
  1465. package/node_modules/@formatjs/icu-messageformat-parser/printer.js +0 -224
  1466. package/node_modules/@maka/core/dist/task-ledger.js +0 -797
  1467. package/node_modules/@maka/runtime/dist/active-tool-result-prune.js +0 -334
  1468. package/node_modules/@maka/runtime/dist/active-tool-result-working-set.js +0 -218
  1469. package/node_modules/@maka/runtime/dist/archive-read-tool.js +0 -92
  1470. package/node_modules/@maka/runtime/dist/sandbox/diagnostics.js +0 -285
  1471. package/node_modules/@maka/runtime/dist/system-prompt/sandbox-context-prompt.js +0 -77
  1472. package/node_modules/@maka/runtime/dist/system-prompt/session-environment-prompt.js +0 -47
  1473. package/node_modules/@maka/runtime/dist/task-ledger-tools.js +0 -244
  1474. package/node_modules/@maka/runtime/dist/test-helpers.js +0 -61
  1475. package/node_modules/@maka/runtime/node_modules/@slack/types/dist/events/index.js +0 -43
  1476. package/node_modules/@maka/runtime/node_modules/@slack/types/package.json +0 -47
  1477. package/node_modules/@maka/runtime/node_modules/@slack/web-api/README.md +0 -390
  1478. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/methods.js +0 -1610
  1479. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +0 -3
  1480. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +0 -3
  1481. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +0 -3
  1482. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +0 -37
  1483. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +0 -82
  1484. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +0 -63
  1485. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +0 -3
  1486. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +0 -3
  1487. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +0 -3
  1488. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +0 -3
  1489. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +0 -3
  1490. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +0 -3
  1491. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +0 -3
  1492. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +0 -3
  1493. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +0 -3
  1494. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +0 -3
  1495. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +0 -3
  1496. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +0 -3
  1497. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +0 -3
  1498. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +0 -3
  1499. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +0 -3
  1500. package/node_modules/@maka/runtime/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +0 -3
  1501. package/node_modules/@maka/runtime/node_modules/@slack/web-api/package.json +0 -71
  1502. package/node_modules/@maka/runtime-host/dist/protocol/task-ledger.js +0 -321
  1503. package/node_modules/@maka/runtime-host/dist/server/task-ledger-coordinator.js +0 -154
  1504. package/node_modules/@maka/storage/dist/artifact-metadata-repository.js +0 -19
  1505. package/node_modules/@maka/storage/dist/artifact-storage-layout.js +0 -26
  1506. package/node_modules/@maka/storage/dist/provider-request-capture-artifact.js +0 -31
  1507. package/node_modules/@maka/storage/dist/task-ledger-authority.js +0 -121
  1508. package/node_modules/@maka/storage/dist/task-ledger-store-internal.js +0 -32
  1509. package/node_modules/@maka/storage/dist/task-ledger-store.js +0 -663
  1510. package/node_modules/ai/CHANGELOG.md +0 -9971
  1511. package/node_modules/ai/dist/index.js +0 -18513
  1512. package/node_modules/ai/dist/internal/index.js +0 -3680
  1513. package/node_modules/ai/docs/02-foundations/02-providers-and-models.mdx +0 -179
  1514. package/node_modules/ai/docs/03-agents/04-loop-control.mdx +0 -515
  1515. package/node_modules/ai/docs/03-agents/06-policy-tool-approvals.mdx +0 -412
  1516. package/node_modules/ai/docs/03-agents/06-tool-approvals.mdx +0 -326
  1517. package/node_modules/ai/docs/03-agents/07-workflow-agent.mdx +0 -718
  1518. package/node_modules/ai/docs/03-ai-sdk-core/10-generating-structured-data.mdx +0 -513
  1519. package/node_modules/ai/docs/03-ai-sdk-core/15-tools-and-tool-calling.mdx +0 -1509
  1520. package/node_modules/ai/docs/03-ai-sdk-core/16-mcp-tools.mdx +0 -617
  1521. package/node_modules/ai/docs/03-ai-sdk-core/35-image-generation.mdx +0 -344
  1522. package/node_modules/ai/docs/03-ai-sdk-core/36-transcription.mdx +0 -332
  1523. package/node_modules/ai/docs/03-ai-sdk-core/37-speech.mdx +0 -180
  1524. package/node_modules/ai/docs/03-ai-sdk-core/39-file-uploads.mdx +0 -155
  1525. package/node_modules/ai/docs/03-ai-sdk-core/50-error-handling.mdx +0 -149
  1526. package/node_modules/ai/docs/03-ai-sdk-core/60-telemetry.mdx +0 -830
  1527. package/node_modules/ai/docs/03-ai-sdk-core/index.mdx +0 -132
  1528. package/node_modules/ai/docs/03-ai-sdk-harnesses/02-harness-agent.mdx +0 -495
  1529. package/node_modules/ai/docs/03-ai-sdk-harnesses/04-skills.mdx +0 -65
  1530. package/node_modules/ai/docs/03-ai-sdk-harnesses/05-harness-adapters.mdx +0 -45
  1531. package/node_modules/ai/docs/04-ai-sdk-ui/03-chatbot-tool-usage.mdx +0 -798
  1532. package/node_modules/ai/docs/04-ai-sdk-ui/20-streaming-data.mdx +0 -401
  1533. package/node_modules/ai/docs/04-ai-sdk-ui/21-transport.mdx +0 -212
  1534. package/node_modules/ai/docs/04-ai-sdk-ui/50-stream-protocol.mdx +0 -578
  1535. package/node_modules/ai/docs/06-advanced/04-caching.mdx +0 -175
  1536. package/node_modules/ai/docs/06-advanced/11-secure-url-fetching.mdx +0 -111
  1537. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/01-generate-text.mdx +0 -3253
  1538. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/02-stream-text.mdx +0 -4261
  1539. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/05-embed.mdx +0 -304
  1540. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/06-embed-many.mdx +0 -302
  1541. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/06-rerank.mdx +0 -317
  1542. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/10-generate-image.mdx +0 -252
  1543. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/14-upload-file.mdx +0 -92
  1544. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/16-tool-loop-agent.mdx +0 -1102
  1545. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/28-output.mdx +0 -342
  1546. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/31-ui-message.mdx +0 -268
  1547. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/80-smooth-stream.mdx +0 -145
  1548. package/node_modules/ai/docs/07-reference/01-ai-sdk-core/index.mdx +0 -225
  1549. package/node_modules/ai/docs/07-reference/02-ai-sdk-ui/01-use-chat.mdx +0 -493
  1550. package/node_modules/ai/docs/07-reference/02-ai-sdk-ui/31-convert-to-model-messages.mdx +0 -256
  1551. package/node_modules/ai/docs/07-reference/02-ai-sdk-ui/40-create-ui-message-stream.mdx +0 -166
  1552. package/node_modules/ai/docs/07-reference/02-ai-sdk-ui/41-create-ui-message-stream-response.mdx +0 -120
  1553. package/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/01-workflow-agent.mdx +0 -954
  1554. package/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/02-workflow-chat-transport.mdx +0 -347
  1555. package/node_modules/ai/docs/07-reference/04-ai-sdk-workflow/index.mdx +0 -26
  1556. package/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-invalid-argument-error.mdx +0 -26
  1557. package/node_modules/ai/docs/07-reference/05-ai-sdk-errors/ai-no-image-generated-error.mdx +0 -36
  1558. package/node_modules/ai/docs/07-reference/05-ai-sdk-errors/index.mdx +0 -41
  1559. package/node_modules/ai/package.json +0 -117
  1560. package/node_modules/intl-messageformat/intl-messageformat.iife.js +0 -2807
  1561. package/node_modules/intl-messageformat/package.json +0 -40
  1562. package/packages/eval/dist/attempt-store.js +0 -138
  1563. package/packages/eval/dist/cli.js +0 -119
  1564. package/packages/eval/dist/experiment-directory.js +0 -59
  1565. package/packages/eval/dist/experiment.js +0 -49
  1566. package/packages/eval/dist/external-subject.js +0 -488
  1567. package/packages/eval/dist/harbor-external-subject.js +0 -929
  1568. package/packages/eval/dist/harbor-maka-subject.js +0 -83
  1569. package/packages/eval/dist/harness-environment.js +0 -80
  1570. package/packages/eval/dist/harness-executor.js +0 -1013
  1571. package/packages/eval/dist/index.js +0 -28
  1572. package/packages/eval/dist/install-preflight.js +0 -201
  1573. package/packages/eval/dist/maka-artifacts.js +0 -126
  1574. package/packages/eval/dist/maka-runtime-policy.js +0 -42
  1575. package/packages/eval/dist/maka-subject.js +0 -268
  1576. package/packages/eval/dist/metering-checkpoint.js +0 -80
  1577. package/packages/eval/dist/provider-admission.js +0 -39
  1578. package/packages/eval/dist/provider-metering.js +0 -67
  1579. package/packages/eval/dist/provider-web-tool-surface.js +0 -74
  1580. package/packages/eval/dist/relay-result-frame.js +0 -38
  1581. package/packages/eval/dist/result.js +0 -94
  1582. package/packages/eval/dist/runner.js +0 -290
  1583. package/packages/eval/dist/spec.js +0 -135
  1584. package/packages/eval/dist/toolchain-verification.js +0 -130
  1585. package/packages/eval/harbor/deepseek-codex-models.json +0 -69
  1586. package/packages/eval/harbor/deepseek-harness-profile/cordis.patch.yml +0 -140
  1587. package/packages/eval/harbor/deepseek-harness-profile/cordis.yml +0 -18
  1588. package/packages/eval/harbor/deepseek-harness-profile/package.json +0 -10
  1589. package/packages/eval/harbor/docker-compose-egress-proxy.yaml +0 -57
  1590. package/packages/eval/harbor/egress-proxy/Dockerfile +0 -25
  1591. package/packages/eval/harbor/egress-proxy/entrypoint.sh +0 -62
  1592. package/packages/eval/harbor/egress-proxy/network-policy +0 -148
  1593. package/packages/eval/harbor/egress_filter.py +0 -435
  1594. package/packages/eval/harbor/eval_framework.py +0 -40
  1595. package/packages/eval/harbor/relay_agent.py +0 -686
  1596. package/packages/eval/harbor/run_trial.py +0 -223
  1597. package/packages/eval/package.json +0 -20
  1598. /package/node_modules/@ai-sdk/{code-mode → anthropic/node_modules/@ai-sdk/provider}/LICENSE +0 -0
  1599. /package/node_modules/@ai-sdk/{provider → anthropic/node_modules/@ai-sdk/provider}/README.md +0 -0
  1600. /package/node_modules/@ai-sdk/{provider → anthropic/node_modules/@ai-sdk/provider}/dist/index.js +0 -0
  1601. /package/node_modules/@ai-sdk/{gateway → cohere/node_modules/@ai-sdk/provider}/LICENSE +0 -0
  1602. /package/node_modules/@ai-sdk/{provider → google/node_modules/@ai-sdk/provider}/LICENSE +0 -0
  1603. /package/node_modules/{ai → @ai-sdk/openai-compatible/node_modules/@ai-sdk/provider}/LICENSE +0 -0
  1604. /package/node_modules/{@formatjs → @maka/core/node_modules/@formatjs}/icu-messageformat-parser/LICENSE.md +0 -0
  1605. /package/node_modules/{@formatjs → @maka/core/node_modules/@formatjs}/icu-messageformat-parser/README.md +0 -0
  1606. /package/node_modules/{intl-messageformat → @maka/core/node_modules/intl-messageformat}/LICENSE.md +0 -0
  1607. /package/node_modules/{intl-messageformat → @maka/core/node_modules/intl-messageformat}/README.md +0 -0
  1608. /package/node_modules/{intl-messageformat → @maka/core/node_modules/intl-messageformat}/index.js +0 -0
  1609. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/README.md +0 -0
  1610. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/approval-continuation.js +0 -0
  1611. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/approval.js +0 -0
  1612. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/code-mode-tool.js +0 -0
  1613. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/continuation-capability.js +0 -0
  1614. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/direct-tool-call.js +0 -0
  1615. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/errors.js +0 -0
  1616. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/host-interrupt.js +0 -0
  1617. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/index.js +0 -0
  1618. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/interrupt-continuation.js +0 -0
  1619. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/tool-invocation.js +0 -0
  1620. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/tool-prompt.js +0 -0
  1621. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/types.js +0 -0
  1622. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/dist/utils/serialization.js +0 -0
  1623. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/code-mode/src/tsconfig.json +0 -0
  1624. /package/node_modules/{@ai-sdk → @maka/runtime/node_modules/@ai-sdk}/gateway/README.md +0 -0
  1625. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/README.md +0 -0
  1626. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/00-introduction/index.mdx +0 -0
  1627. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/01-overview.mdx +0 -0
  1628. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/03-prompts.mdx +0 -0
  1629. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/04-tools.mdx +0 -0
  1630. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/05-streaming.mdx +0 -0
  1631. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/06-provider-options.mdx +0 -0
  1632. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-foundations/index.mdx +0 -0
  1633. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/00-choosing-a-provider.mdx +0 -0
  1634. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/01-navigating-the-library.mdx +0 -0
  1635. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/02-nextjs-app-router.mdx +0 -0
  1636. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/03-nextjs-pages-router.mdx +0 -0
  1637. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/04-svelte.mdx +0 -0
  1638. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/05-nuxt.mdx +0 -0
  1639. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/06-nodejs.mdx +0 -0
  1640. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/07-expo.mdx +0 -0
  1641. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/08-tanstack-start.mdx +0 -0
  1642. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/09-coding-agents.mdx +0 -0
  1643. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/02-getting-started/index.mdx +0 -0
  1644. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/01-overview.mdx +0 -0
  1645. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/02-building-agents.mdx +0 -0
  1646. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/03-workflows.mdx +0 -0
  1647. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/05-configuring-call-options.mdx +0 -0
  1648. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/06-memory.mdx +0 -0
  1649. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/06-subagents.mdx +0 -0
  1650. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/08-terminal-ui.mdx +0 -0
  1651. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-agents/index.mdx +0 -0
  1652. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/01-overview.mdx +0 -0
  1653. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/05-generating-text.mdx +0 -0
  1654. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/17-mcp-apps.mdx +0 -0
  1655. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/17-runtime-and-tool-context.mdx +0 -0
  1656. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/18-code-mode.mdx +0 -0
  1657. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/20-prompt-engineering.mdx +0 -0
  1658. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/25-settings.mdx +0 -0
  1659. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/26-reasoning.mdx +0 -0
  1660. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/30-embeddings.mdx +0 -0
  1661. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/31-reranking.mdx +0 -0
  1662. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/36-realtime.mdx +0 -0
  1663. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/36-translation.mdx +0 -0
  1664. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/38-video-generation.mdx +0 -0
  1665. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/40-middleware.mdx +0 -0
  1666. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/41-skill-uploads.mdx +0 -0
  1667. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/45-provider-management.mdx +0 -0
  1668. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/55-testing.mdx +0 -0
  1669. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/65-devtools.mdx +0 -0
  1670. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-core/65-lifecycle-callbacks.mdx +0 -0
  1671. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/01-overview.mdx +0 -0
  1672. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/03-tools.mdx +0 -0
  1673. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/06-workflow-utilities.mdx +0 -0
  1674. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/07-ui.mdx +0 -0
  1675. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/08-terminal-ui.mdx +0 -0
  1676. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/03-ai-sdk-harnesses/index.mdx +0 -0
  1677. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/01-overview.mdx +0 -0
  1678. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/02-chatbot.mdx +0 -0
  1679. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/03-chatbot-message-persistence.mdx +0 -0
  1680. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/03-chatbot-resume-streams.mdx +0 -0
  1681. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/04-generative-user-interfaces.mdx +0 -0
  1682. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/05-completion.mdx +0 -0
  1683. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/08-object-generation.mdx +0 -0
  1684. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/21-error-handling.mdx +0 -0
  1685. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/24-reading-ui-message-streams.mdx +0 -0
  1686. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/25-message-metadata.mdx +0 -0
  1687. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/04-ai-sdk-ui/index.mdx +0 -0
  1688. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/01-overview.mdx +0 -0
  1689. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/02-streaming-react-components.mdx +0 -0
  1690. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/03-generative-ui-state.mdx +0 -0
  1691. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/03-saving-and-restoring-states.mdx +0 -0
  1692. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/04-multistep-interfaces.mdx +0 -0
  1693. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/05-streaming-values.mdx +0 -0
  1694. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/06-loading-state.mdx +0 -0
  1695. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/08-error-handling.mdx +0 -0
  1696. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/09-authentication.mdx +0 -0
  1697. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/10-migrating-to-ui.mdx +0 -0
  1698. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/05-ai-sdk-rsc/index.mdx +0 -0
  1699. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/01-prompt-engineering.mdx +0 -0
  1700. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/02-stopping-streams.mdx +0 -0
  1701. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/03-backpressure.mdx +0 -0
  1702. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/05-multiple-streamables.mdx +0 -0
  1703. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/06-rate-limiting.mdx +0 -0
  1704. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/07-rendering-ui-with-language-models.mdx +0 -0
  1705. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/08-model-as-router.mdx +0 -0
  1706. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/09-multistep-interfaces.mdx +0 -0
  1707. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/09-sequential-generations.mdx +0 -0
  1708. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/10-vercel-deployment-guide.mdx +0 -0
  1709. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/06-advanced/index.mdx +0 -0
  1710. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/11-stream-transcribe.mdx +0 -0
  1711. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/11-stream-translate.mdx +0 -0
  1712. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/11-transcribe.mdx +0 -0
  1713. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/12-generate-speech.mdx +0 -0
  1714. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/13-generate-video.mdx +0 -0
  1715. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/14-upload-skill.mdx +0 -0
  1716. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/15-agent.mdx +0 -0
  1717. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/17-create-agent-ui-stream.mdx +0 -0
  1718. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/18-create-agent-ui-stream-response.mdx +0 -0
  1719. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/18-pipe-agent-ui-stream-to-response.mdx +0 -0
  1720. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/20-tool.mdx +0 -0
  1721. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/22-dynamic-tool.mdx +0 -0
  1722. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/23-create-mcp-client.mdx +0 -0
  1723. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/23-get-realtime-tool-definitions.mdx +0 -0
  1724. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/24-mcp-apps.mdx +0 -0
  1725. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/24-mcp-stdio-transport.mdx +0 -0
  1726. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/25-json-schema.mdx +0 -0
  1727. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/26-zod-schema.mdx +0 -0
  1728. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/27-valibot-schema.mdx +0 -0
  1729. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/29-filter-active-tools.mdx +0 -0
  1730. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/30-model-message.mdx +0 -0
  1731. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/32-validate-ui-messages.mdx +0 -0
  1732. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/33-safe-validate-ui-messages.mdx +0 -0
  1733. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/34-sandbox.mdx +0 -0
  1734. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/40-provider-registry.mdx +0 -0
  1735. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/42-custom-provider.mdx +0 -0
  1736. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/50-cosine-similarity.mdx +0 -0
  1737. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/60-wrap-language-model.mdx +0 -0
  1738. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/61-wrap-image-model.mdx +0 -0
  1739. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/65-language-model-v2-middleware.mdx +0 -0
  1740. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/66-extract-reasoning-middleware.mdx +0 -0
  1741. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/67-simulate-streaming-middleware.mdx +0 -0
  1742. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/68-default-instructions-middleware.mdx +0 -0
  1743. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/68-default-settings-middleware.mdx +0 -0
  1744. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/69-add-tool-input-examples-middleware.mdx +0 -0
  1745. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/70-extract-json-middleware.mdx +0 -0
  1746. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/70-is-step-count.mdx +0 -0
  1747. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/71-has-tool-call.mdx +0 -0
  1748. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/72-loop-finished.mdx +0 -0
  1749. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/75-simulate-readable-stream.mdx +0 -0
  1750. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/90-generate-id.mdx +0 -0
  1751. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/91-create-id-generator.mdx +0 -0
  1752. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/01-ai-sdk-core/92-default-generated-file.mdx +0 -0
  1753. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/02-use-completion.mdx +0 -0
  1754. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/03-use-object.mdx +0 -0
  1755. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/05-use-realtime.mdx +0 -0
  1756. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/32-prune-messages.mdx +0 -0
  1757. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/42-pipe-ui-message-stream-to-response.mdx +0 -0
  1758. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/43-read-ui-message-stream.mdx +0 -0
  1759. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/46-infer-ui-tools.mdx +0 -0
  1760. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/47-infer-ui-tool.mdx +0 -0
  1761. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/48-mcp-app-renderer.mdx +0 -0
  1762. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/50-direct-chat-transport.mdx +0 -0
  1763. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/02-ai-sdk-ui/index.mdx +0 -0
  1764. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/01-stream-ui.mdx +0 -0
  1765. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/02-create-ai.mdx +0 -0
  1766. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/03-create-streamable-ui.mdx +0 -0
  1767. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/04-create-streamable-value.mdx +0 -0
  1768. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/05-read-streamable-value.mdx +0 -0
  1769. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/06-get-ai-state.mdx +0 -0
  1770. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/07-get-mutable-ai-state.mdx +0 -0
  1771. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/08-use-ai-state.mdx +0 -0
  1772. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/09-use-actions.mdx +0 -0
  1773. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/10-use-ui-state.mdx +0 -0
  1774. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/11-use-streamable-value.mdx +0 -0
  1775. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/20-render.mdx +0 -0
  1776. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/03-ai-sdk-rsc/index.mdx +0 -0
  1777. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-api-call-error.mdx +0 -0
  1778. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-download-error.mdx +0 -0
  1779. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-empty-response-body-error.mdx +0 -0
  1780. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-data-content-error.mdx +0 -0
  1781. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-message-role-error.mdx +0 -0
  1782. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-prompt-error.mdx +0 -0
  1783. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-response-data-error.mdx +0 -0
  1784. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-tool-approval-error.mdx +0 -0
  1785. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-tool-approval-signature-error.mdx +0 -0
  1786. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-invalid-tool-input-error.mdx +0 -0
  1787. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-json-parse-error.mdx +0 -0
  1788. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-load-api-key-error.mdx +0 -0
  1789. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-load-setting-error.mdx +0 -0
  1790. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-message-conversion-error.mdx +0 -0
  1791. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-content-generated-error.mdx +0 -0
  1792. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-object-generated-error.mdx +0 -0
  1793. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-output-generated-error.mdx +0 -0
  1794. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-speech-generated-error.mdx +0 -0
  1795. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-such-model-error.mdx +0 -0
  1796. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-such-provider-error.mdx +0 -0
  1797. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-such-provider-reference-error.mdx +0 -0
  1798. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-such-tool-error.mdx +0 -0
  1799. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-transcript-generated-error.mdx +0 -0
  1800. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-translation-generated-error.mdx +0 -0
  1801. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-no-video-generated-error.mdx +0 -0
  1802. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-retry-error.mdx +0 -0
  1803. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-too-many-embedding-values-for-call-error.mdx +0 -0
  1804. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-tool-call-not-found-for-approval-error.mdx +0 -0
  1805. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-tool-call-repair-error.mdx +0 -0
  1806. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-type-validation-error.mdx +0 -0
  1807. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-ui-message-stream-error.mdx +0 -0
  1808. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/05-ai-sdk-errors/ai-unsupported-functionality-error.mdx +0 -0
  1809. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/06-ai-sdk-tui/01-run-agent-tui.mdx +0 -0
  1810. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/06-ai-sdk-tui/index.mdx +0 -0
  1811. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/07-reference/index.mdx +0 -0
  1812. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/00-versioning.mdx +0 -0
  1813. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/23-migration-guide-7-0.mdx +0 -0
  1814. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/24-migration-guide-6-0.mdx +0 -0
  1815. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/25-migration-guide-5-0-data.mdx +0 -0
  1816. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/26-migration-guide-5-0.mdx +0 -0
  1817. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/27-migration-guide-4-2.mdx +0 -0
  1818. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/28-migration-guide-4-1.mdx +0 -0
  1819. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/29-migration-guide-4-0.mdx +0 -0
  1820. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/36-migration-guide-3-4.mdx +0 -0
  1821. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/37-migration-guide-3-3.mdx +0 -0
  1822. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/38-migration-guide-3-2.mdx +0 -0
  1823. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/39-migration-guide-3-1.mdx +0 -0
  1824. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/08-migration-guides/index.mdx +0 -0
  1825. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/01-azure-stream-slow.mdx +0 -0
  1826. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/03-server-actions-in-client-components.mdx +0 -0
  1827. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/04-strange-stream-output.mdx +0 -0
  1828. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/05-streamable-ui-errors.mdx +0 -0
  1829. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/05-tool-invocation-missing-result.mdx +0 -0
  1830. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/06-streaming-not-working-when-deployed.mdx +0 -0
  1831. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/06-streaming-not-working-when-proxied.mdx +0 -0
  1832. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/06-timeout-on-vercel.mdx +0 -0
  1833. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/07-unclosed-streams.mdx +0 -0
  1834. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/08-use-chat-failed-to-parse-stream.mdx +0 -0
  1835. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/09-client-stream-error.mdx +0 -0
  1836. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/10-use-chat-tools-no-response.mdx +0 -0
  1837. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/11-use-chat-custom-request-options.mdx +0 -0
  1838. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/12-typescript-performance-zod.mdx +0 -0
  1839. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/12-use-chat-an-error-occurred.mdx +0 -0
  1840. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/13-repeated-assistant-messages.mdx +0 -0
  1841. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/14-stream-abort-handling.mdx +0 -0
  1842. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/14-tool-calling-with-structured-outputs.mdx +0 -0
  1843. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/15-abort-breaks-resumable-streams.mdx +0 -0
  1844. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/15-stream-text-not-working.mdx +0 -0
  1845. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/16-streaming-status-delay.mdx +0 -0
  1846. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/17-use-chat-stale-body-data.mdx +0 -0
  1847. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/18-ontoolcall-type-narrowing.mdx +0 -0
  1848. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/19-unsupported-model-version.mdx +0 -0
  1849. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/20-no-object-generated-content-filter.mdx +0 -0
  1850. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/21-missing-tool-results-error.mdx +0 -0
  1851. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/30-model-is-not-assignable-to-type.mdx +0 -0
  1852. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/40-typescript-cannot-find-namespace-jsx.mdx +0 -0
  1853. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/50-react-maximum-update-depth-exceeded.mdx +0 -0
  1854. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/60-jest-cannot-find-module-ai-rsc.mdx +0 -0
  1855. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/70-high-memory-usage-with-images.mdx +0 -0
  1856. /package/node_modules/{ai → @maka/runtime/node_modules/ai}/docs/09-troubleshooting/index.mdx +0 -0
  1857. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/logger/LICENSE +0 -0
  1858. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/logger/README.md +0 -0
  1859. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/logger/dist/index.js +0 -0
  1860. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/logger/package.json +0 -0
  1861. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/LICENSE +0 -0
  1862. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/README.md +0 -0
  1863. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/block-kit/block-elements.js +0 -0
  1864. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/block-kit/blocks.js +0 -0
  1865. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/block-kit/composition-objects.js +0 -0
  1866. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/block-kit/extensions.js +0 -0
  1867. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/calls.js +0 -0
  1868. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/chunk.js +0 -0
  1869. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/common/bot-profile.js +0 -0
  1870. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/common/status-emoji-display-info.js +0 -0
  1871. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/dialog.js +0 -0
  1872. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/app.js +0 -0
  1873. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/assistant.js +0 -0
  1874. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/call.js +0 -0
  1875. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/channel.js +0 -0
  1876. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/dnd.js +0 -0
  1877. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/email.js +0 -0
  1878. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/emoji.js +0 -0
  1879. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/entity-details-requested.js +0 -0
  1880. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/file.js +0 -0
  1881. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/function.js +0 -0
  1882. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/grid-migration.js +0 -0
  1883. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/group.js +0 -0
  1884. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/im.js +0 -0
  1885. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/invite.js +0 -0
  1886. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/link-shared.js +0 -0
  1887. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/member.js +0 -0
  1888. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/message-metadata.js +0 -0
  1889. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/message.js +0 -0
  1890. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/pin.js +0 -0
  1891. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/reaction.js +0 -0
  1892. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/shared-channel.js +0 -0
  1893. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/star.js +0 -0
  1894. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/steps-from-apps.js +0 -0
  1895. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/subteam.js +0 -0
  1896. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/team.js +0 -0
  1897. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/token.js +0 -0
  1898. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/events/user.js +0 -0
  1899. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/index.js +0 -0
  1900. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/message-attachments.js +0 -0
  1901. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/message-metadata.js +0 -0
  1902. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/types/dist/views.js +0 -0
  1903. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/LICENSE +0 -0
  1904. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/WebClient.js +0 -0
  1905. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/chat-stream.js +0 -0
  1906. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/errors.js +0 -0
  1907. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/file-upload.js +0 -0
  1908. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/helpers.js +0 -0
  1909. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/index.js +0 -0
  1910. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/instrument.js +0 -0
  1911. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/logger.js +0 -0
  1912. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/retry-policies.js +0 -0
  1913. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/helpers.js +0 -0
  1914. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/analytics.js +0 -0
  1915. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/apps.js +0 -0
  1916. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/auth.js +0 -0
  1917. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/barriers.js +0 -0
  1918. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/conversations.js +0 -0
  1919. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/emoji.js +0 -0
  1920. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/functions.js +0 -0
  1921. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/inviteRequests.js +0 -0
  1922. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/roles.js +0 -0
  1923. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/teams.js +0 -0
  1924. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/usergroups.js +0 -0
  1925. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/users.js +0 -0
  1926. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/admin/workflows.js +0 -0
  1927. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/api.js +0 -0
  1928. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/apps.js +0 -0
  1929. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/assistant.js +0 -0
  1930. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/auth.js +0 -0
  1931. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/bookmarks.js +0 -0
  1932. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/bots.js +0 -0
  1933. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/calls.js +0 -0
  1934. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/canvas.js +0 -0
  1935. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/chat.js +0 -0
  1936. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/common.js +0 -0
  1937. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/conversations.js +0 -0
  1938. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/dialog.js +0 -0
  1939. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/dnd.js +0 -0
  1940. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/emoji.js +0 -0
  1941. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/entity.js +0 -0
  1942. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/files.js +0 -0
  1943. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/functions.js +0 -0
  1944. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/index.js +0 -0
  1945. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/manifest.js +0 -0
  1946. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/migration.js +0 -0
  1947. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/oauth.js +0 -0
  1948. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/openid.js +0 -0
  1949. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/pins.js +0 -0
  1950. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/reactions.js +0 -0
  1951. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/reminders.js +0 -0
  1952. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/rtm.js +0 -0
  1953. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/search.js +0 -0
  1954. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/slackLists.js +0 -0
  1955. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/stars.js +0 -0
  1956. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/team.js +0 -0
  1957. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/tooling.js +0 -0
  1958. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/usergroups.js +0 -0
  1959. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/users.js +0 -0
  1960. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/views.js +0 -0
  1961. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/request/workflows.js +0 -0
  1962. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +0 -0
  1963. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +0 -0
  1964. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsApproveResponse.js +0 -0
  1965. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsApprovedListResponse.js +0 -0
  1966. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +0 -0
  1967. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +0 -0
  1968. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsConfigSetResponse.js +0 -0
  1969. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +0 -0
  1970. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsRequestsListResponse.js +0 -0
  1971. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsRestrictResponse.js +0 -0
  1972. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +0 -0
  1973. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAppsUninstallResponse.js +0 -0
  1974. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +0 -0
  1975. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +0 -0
  1976. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +0 -0
  1977. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminBarriersCreateResponse.js +0 -0
  1978. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminBarriersDeleteResponse.js +0 -0
  1979. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminBarriersListResponse.js +0 -0
  1980. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminBarriersUpdateResponse.js +0 -0
  1981. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsArchiveResponse.js +0 -0
  1982. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +0 -0
  1983. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +0 -0
  1984. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +0 -0
  1985. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +0 -0
  1986. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +0 -0
  1987. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsCreateResponse.js +0 -0
  1988. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsDeleteResponse.js +0 -0
  1989. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +0 -0
  1990. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -0
  1991. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +0 -0
  1992. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +0 -0
  1993. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +0 -0
  1994. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsInviteResponse.js +0 -0
  1995. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsLookupResponse.js +0 -0
  1996. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +0 -0
  1997. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsRenameResponse.js +0 -0
  1998. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +0 -0
  1999. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +0 -0
  2000. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -0
  2001. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsSearchResponse.js +0 -0
  2002. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +0 -0
  2003. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +0 -0
  2004. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +0 -0
  2005. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +0 -0
  2006. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +0 -0
  2007. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -0
  2008. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +0 -0
  2009. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +0 -0
  2010. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminEmojiAddResponse.js +0 -0
  2011. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminEmojiListResponse.js +0 -0
  2012. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminEmojiRemoveResponse.js +0 -0
  2013. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminEmojiRenameResponse.js +0 -0
  2014. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminFunctionsListResponse.js +0 -0
  2015. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +0 -0
  2016. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +0 -0
  2017. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +0 -0
  2018. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +0 -0
  2019. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +0 -0
  2020. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +0 -0
  2021. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminInviteRequestsListResponse.js +0 -0
  2022. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +0 -0
  2023. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +0 -0
  2024. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +0 -0
  2025. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +0 -0
  2026. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsCreateResponse.js +0 -0
  2027. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsListResponse.js +0 -0
  2028. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +0 -0
  2029. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +0 -0
  2030. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -0
  2031. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +0 -0
  2032. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -0
  2033. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +0 -0
  2034. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +0 -0
  2035. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +0 -0
  2036. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +0 -0
  2037. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +0 -0
  2038. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +0 -0
  2039. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersAssignResponse.js +0 -0
  2040. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersInviteResponse.js +0 -0
  2041. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersListResponse.js +0 -0
  2042. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersRemoveResponse.js +0 -0
  2043. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +0 -0
  2044. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +0 -0
  2045. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +0 -0
  2046. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionListResponse.js +0 -0
  2047. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +0 -0
  2048. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionResetResponse.js +0 -0
  2049. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +0 -0
  2050. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSetAdminResponse.js +0 -0
  2051. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +0 -0
  2052. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +0 -0
  2053. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersSetRegularResponse.js +0 -0
  2054. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +0 -0
  2055. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +0 -0
  2056. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -0
  2057. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +0 -0
  2058. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +0 -0
  2059. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +0 -0
  2060. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ApiTestResponse.js +0 -0
  2061. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsConnectionsOpenResponse.js +0 -0
  2062. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +0 -0
  2063. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsManifestCreateResponse.js +0 -0
  2064. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsManifestDeleteResponse.js +0 -0
  2065. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsManifestExportResponse.js +0 -0
  2066. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsManifestUpdateResponse.js +0 -0
  2067. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsManifestValidateResponse.js +0 -0
  2068. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsInfoResponse.js +0 -0
  2069. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsRequestResponse.js +0 -0
  2070. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +0 -0
  2071. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +0 -0
  2072. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +0 -0
  2073. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +0 -0
  2074. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsUninstallResponse.js +0 -0
  2075. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +0 -0
  2076. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +0 -0
  2077. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +0 -0
  2078. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +0 -0
  2079. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AuthRevokeResponse.js +0 -0
  2080. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AuthTeamsListResponse.js +0 -0
  2081. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/AuthTestResponse.js +0 -0
  2082. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/BookmarksAddResponse.js +0 -0
  2083. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/BookmarksEditResponse.js +0 -0
  2084. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/BookmarksListResponse.js +0 -0
  2085. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/BookmarksRemoveResponse.js +0 -0
  2086. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/BotsInfoResponse.js +0 -0
  2087. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsAddResponse.js +0 -0
  2088. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsEndResponse.js +0 -0
  2089. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsInfoResponse.js +0 -0
  2090. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsParticipantsAddResponse.js +0 -0
  2091. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +0 -0
  2092. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CallsUpdateResponse.js +0 -0
  2093. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +0 -0
  2094. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesAccessSetResponse.js +0 -0
  2095. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesCreateResponse.js +0 -0
  2096. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesDeleteResponse.js +0 -0
  2097. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesEditResponse.js +0 -0
  2098. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +0 -0
  2099. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsArchiveResponse.js +0 -0
  2100. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsCreateResponse.js +0 -0
  2101. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsHistoryResponse.js +0 -0
  2102. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsInfoResponse.js +0 -0
  2103. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsInviteResponse.js +0 -0
  2104. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsJoinResponse.js +0 -0
  2105. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsKickResponse.js +0 -0
  2106. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsLeaveResponse.js +0 -0
  2107. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsListResponse.js +0 -0
  2108. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsMarkResponse.js +0 -0
  2109. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsRenameResponse.js +0 -0
  2110. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsRepliesResponse.js +0 -0
  2111. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsSetPurposeResponse.js +0 -0
  2112. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsSetTopicResponse.js +0 -0
  2113. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChannelsUnarchiveResponse.js +0 -0
  2114. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatDeleteResponse.js +0 -0
  2115. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +0 -0
  2116. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatGetPermalinkResponse.js +0 -0
  2117. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatMeMessageResponse.js +0 -0
  2118. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatPostEphemeralResponse.js +0 -0
  2119. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatPostMessageResponse.js +0 -0
  2120. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatScheduleMessageResponse.js +0 -0
  2121. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +0 -0
  2122. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatUnfurlResponse.js +0 -0
  2123. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ChatUpdateResponse.js +0 -0
  2124. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +0 -0
  2125. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +0 -0
  2126. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsArchiveResponse.js +0 -0
  2127. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +0 -0
  2128. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsCloseResponse.js +0 -0
  2129. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsCreateResponse.js +0 -0
  2130. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +0 -0
  2131. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +0 -0
  2132. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsHistoryResponse.js +0 -0
  2133. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsInfoResponse.js +0 -0
  2134. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsInviteResponse.js +0 -0
  2135. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsInviteSharedResponse.js +0 -0
  2136. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsJoinResponse.js +0 -0
  2137. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsKickResponse.js +0 -0
  2138. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsLeaveResponse.js +0 -0
  2139. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +0 -0
  2140. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsListResponse.js +0 -0
  2141. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsMarkResponse.js +0 -0
  2142. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsMembersResponse.js +0 -0
  2143. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsOpenResponse.js +0 -0
  2144. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsRenameResponse.js +0 -0
  2145. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsRepliesResponse.js +0 -0
  2146. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +0 -0
  2147. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +0 -0
  2148. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +0 -0
  2149. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsSetPurposeResponse.js +0 -0
  2150. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsSetTopicResponse.js +0 -0
  2151. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ConversationsUnarchiveResponse.js +0 -0
  2152. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DialogOpenResponse.js +0 -0
  2153. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DndEndDndResponse.js +0 -0
  2154. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DndEndSnoozeResponse.js +0 -0
  2155. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DndInfoResponse.js +0 -0
  2156. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DndSetSnoozeResponse.js +0 -0
  2157. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/DndTeamInfoResponse.js +0 -0
  2158. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/EmojiListResponse.js +0 -0
  2159. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/EntityPresentDetailsResponse.js +0 -0
  2160. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesCommentsAddResponse.js +0 -0
  2161. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesCommentsDeleteResponse.js +0 -0
  2162. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesCommentsEditResponse.js +0 -0
  2163. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +0 -0
  2164. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesDeleteResponse.js +0 -0
  2165. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +0 -0
  2166. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesInfoResponse.js +0 -0
  2167. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesListResponse.js +0 -0
  2168. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteAddResponse.js +0 -0
  2169. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteInfoResponse.js +0 -0
  2170. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteListResponse.js +0 -0
  2171. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteRemoveResponse.js +0 -0
  2172. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteShareResponse.js +0 -0
  2173. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRemoteUpdateResponse.js +0 -0
  2174. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesRevokePublicURLResponse.js +0 -0
  2175. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesSharedPublicURLResponse.js +0 -0
  2176. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FilesUploadResponse.js +0 -0
  2177. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +0 -0
  2178. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +0 -0
  2179. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsArchiveResponse.js +0 -0
  2180. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsCloseResponse.js +0 -0
  2181. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsCreateChildResponse.js +0 -0
  2182. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsCreateResponse.js +0 -0
  2183. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsHistoryResponse.js +0 -0
  2184. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsInfoResponse.js +0 -0
  2185. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsInviteResponse.js +0 -0
  2186. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsKickResponse.js +0 -0
  2187. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsLeaveResponse.js +0 -0
  2188. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsListResponse.js +0 -0
  2189. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsMarkResponse.js +0 -0
  2190. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsOpenResponse.js +0 -0
  2191. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsRenameResponse.js +0 -0
  2192. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsRepliesResponse.js +0 -0
  2193. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsSetPurposeResponse.js +0 -0
  2194. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsSetTopicResponse.js +0 -0
  2195. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/GroupsUnarchiveResponse.js +0 -0
  2196. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImCloseResponse.js +0 -0
  2197. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImHistoryResponse.js +0 -0
  2198. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImListResponse.js +0 -0
  2199. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImMarkResponse.js +0 -0
  2200. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImOpenResponse.js +0 -0
  2201. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ImRepliesResponse.js +0 -0
  2202. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MigrationExchangeResponse.js +0 -0
  2203. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimCloseResponse.js +0 -0
  2204. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimHistoryResponse.js +0 -0
  2205. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimListResponse.js +0 -0
  2206. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimMarkResponse.js +0 -0
  2207. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimOpenResponse.js +0 -0
  2208. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/MpimRepliesResponse.js +0 -0
  2209. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OauthAccessResponse.js +0 -0
  2210. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OauthTokenResponse.js +0 -0
  2211. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OauthV2AccessResponse.js +0 -0
  2212. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OauthV2ExchangeResponse.js +0 -0
  2213. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OpenIDConnectTokenResponse.js +0 -0
  2214. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +0 -0
  2215. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/PinsAddResponse.js +0 -0
  2216. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/PinsRemoveResponse.js +0 -0
  2217. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ReactionsAddResponse.js +0 -0
  2218. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ReactionsGetResponse.js +0 -0
  2219. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ReactionsListResponse.js +0 -0
  2220. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ReactionsRemoveResponse.js +0 -0
  2221. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RemindersAddResponse.js +0 -0
  2222. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RemindersCompleteResponse.js +0 -0
  2223. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RemindersDeleteResponse.js +0 -0
  2224. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RemindersInfoResponse.js +0 -0
  2225. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RemindersListResponse.js +0 -0
  2226. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RtmConnectResponse.js +0 -0
  2227. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/RtmStartResponse.js +0 -0
  2228. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/SearchMessagesResponse.js +0 -0
  2229. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/StarsAddResponse.js +0 -0
  2230. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/StarsListResponse.js +0 -0
  2231. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/StarsRemoveResponse.js +0 -0
  2232. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamAccessLogsResponse.js +0 -0
  2233. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamBillableInfoResponse.js +0 -0
  2234. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamBillingInfoResponse.js +0 -0
  2235. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +0 -0
  2236. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamExternalTeamsListResponse.js +0 -0
  2237. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamInfoResponse.js +0 -0
  2238. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamIntegrationLogsResponse.js +0 -0
  2239. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamPreferencesListResponse.js +0 -0
  2240. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/TeamProfileGetResponse.js +0 -0
  2241. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ToolingTokensRotateResponse.js +0 -0
  2242. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsCreateResponse.js +0 -0
  2243. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsDisableResponse.js +0 -0
  2244. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsEnableResponse.js +0 -0
  2245. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsListResponse.js +0 -0
  2246. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsUpdateResponse.js +0 -0
  2247. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsUsersListResponse.js +0 -0
  2248. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +0 -0
  2249. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersConversationsResponse.js +0 -0
  2250. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersDeletePhotoResponse.js +0 -0
  2251. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +0 -0
  2252. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersGetPresenceResponse.js +0 -0
  2253. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersIdentityResponse.js +0 -0
  2254. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersInfoResponse.js +0 -0
  2255. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersListResponse.js +0 -0
  2256. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersLookupByEmailResponse.js +0 -0
  2257. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersProfileGetResponse.js +0 -0
  2258. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersProfileSetResponse.js +0 -0
  2259. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersSetActiveResponse.js +0 -0
  2260. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersSetPhotoResponse.js +0 -0
  2261. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/UsersSetPresenceResponse.js +0 -0
  2262. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ViewsOpenResponse.js +0 -0
  2263. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ViewsPublishResponse.js +0 -0
  2264. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ViewsPushResponse.js +0 -0
  2265. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/ViewsUpdateResponse.js +0 -0
  2266. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +0 -0
  2267. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/WorkflowsStepFailedResponse.js +0 -0
  2268. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +0 -0
  2269. /package/node_modules/{@maka/runtime/node_modules/@slack → @slack}/web-api/dist/types/response/index.js +0 -0
  2270. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/License +0 -0
  2271. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/README.md +0 -0
  2272. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/example/dns.js +0 -0
  2273. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/example/stop.js +0 -0
  2274. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/index.js +0 -0
  2275. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/lib/retry.js +0 -0
  2276. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/lib/retry_operation.js +0 -0
  2277. /package/node_modules/{@maka/runtime → @slack/web-api}/node_modules/retry/package.json +0 -0
@@ -23,11 +23,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.$ZodTuple = exports.$ZodIntersection = exports.$ZodDiscriminatedUnion = exports.$ZodXor = exports.$ZodUnion = exports.$ZodObjectJIT = exports.$ZodObject = exports.$ZodArray = exports.$ZodDate = exports.$ZodVoid = exports.$ZodNever = exports.$ZodUnknown = exports.$ZodAny = exports.$ZodNull = exports.$ZodUndefined = exports.$ZodSymbol = exports.$ZodBigIntFormat = exports.$ZodBigInt = exports.$ZodBoolean = exports.$ZodNumberFormat = exports.$ZodNumber = exports.$ZodCustomStringFormat = exports.$ZodJWT = exports.$ZodE164 = exports.$ZodBase64URL = exports.$ZodBase64 = exports.$ZodCIDRv6 = exports.$ZodCIDRv4 = exports.$ZodMAC = exports.$ZodIPv6 = exports.$ZodIPv4 = exports.$ZodISODuration = exports.$ZodISOTime = exports.$ZodISODate = exports.$ZodISODateTime = exports.$ZodKSUID = exports.$ZodXID = exports.$ZodULID = exports.$ZodCUID2 = exports.$ZodCUID = exports.$ZodNanoID = exports.$ZodEmoji = exports.$ZodURL = exports.$ZodEmail = exports.$ZodUUID = exports.$ZodGUID = exports.$ZodStringFormat = exports.$ZodString = exports.clone = exports.$ZodType = void 0;
27
- exports.$ZodCustom = exports.$ZodLazy = exports.$ZodPromise = exports.$ZodFunction = exports.$ZodTemplateLiteral = exports.$ZodReadonly = exports.$ZodPreprocess = exports.$ZodCodec = exports.$ZodPipe = exports.$ZodNaN = exports.$ZodCatch = exports.$ZodSuccess = exports.$ZodNonOptional = exports.$ZodPrefault = exports.$ZodDefault = exports.$ZodNullable = exports.$ZodExactOptional = exports.$ZodOptional = exports.$ZodTransform = exports.$ZodFile = exports.$ZodLiteral = exports.$ZodEnum = exports.$ZodSet = exports.$ZodMap = exports.$ZodRecord = void 0;
26
+ exports.$ZodXor = exports.$ZodUnion = exports.$ZodObjectJIT = exports.$ZodObject = exports.$ZodArray = exports.$ZodDate = exports.$ZodVoid = exports.$ZodNever = exports.$ZodUnknown = exports.$ZodAny = exports.$ZodNull = exports.$ZodUndefined = exports.$ZodSymbol = exports.$ZodBigIntFormat = exports.$ZodBigInt = exports.$ZodBoolean = exports.$ZodNumberFormat = exports.$ZodNumber = exports.$ZodCustomStringFormat = exports.$ZodJWT = exports.$ZodCreditCard = exports.$ZodE164 = exports.$ZodBase64URL = exports.$ZodBase64 = exports.$ZodCIDRv6 = exports.$ZodCIDRv4 = exports.$ZodMAC = exports.$ZodIPv6 = exports.$ZodIPv4 = exports.$ZodISODuration = exports.$ZodISOTime = exports.$ZodISODate = exports.$ZodISODateTime = exports.$ZodKSUID = exports.$ZodXID = exports.$ZodULID = exports.$ZodCUID2 = exports.$ZodCUID = exports.$ZodNanoID = exports.$ZodEmoji = exports.$ZodURL = exports.URL_UNPARSEABLE = exports.URL_BAD_FORMAT = exports.$ZodEmail = exports.$ZodUUID = exports.$ZodGUID = exports.$ZodStringFormat = exports.$ZodString = exports.clone = exports.$ZodType = void 0;
27
+ exports.$ZodCustom = exports.$ZodLazy = exports.$ZodPromise = exports.$ZodFunction = exports.$ZodTemplateLiteral = exports.$ZodReadonly = exports.$ZodPreprocess = exports.$ZodCodec = exports.$ZodPipe = exports.$ZodNaN = exports.$ZodCatch = exports.$ZodSuccess = exports.$ZodNonOptional = exports.$ZodPrefault = exports.$ZodDefault = exports.$ZodNullable = exports.$ZodExactOptional = exports.$ZodOptional = exports.$ZodTransform = exports.$ZodFile = exports.$ZodLiteral = exports.$ZodEnum = exports.$ZodSet = exports.$ZodMap = exports.$ZodRecord = exports.$ZodTuple = exports.$ZodIntersection = exports.$ZodDiscriminatedUnion = void 0;
28
+ exports.standardProps = standardProps;
29
+ exports.parseURLObject = parseURLObject;
30
+ exports.stripTabAndNewline = stripTabAndNewline;
31
+ exports.urlHostnameOk = urlHostnameOk;
32
+ exports.urlProtocolOk = urlProtocolOk;
33
+ exports.isValidIPv6 = isValidIPv6;
34
+ exports.isValidCIDRv6 = isValidCIDRv6;
28
35
  exports.isValidBase64 = isValidBase64;
29
36
  exports.isValidBase64URL = isValidBase64URL;
37
+ exports.isValidCreditCard = isValidCreditCard;
30
38
  exports.isValidJWT = isValidJWT;
39
+ exports.getDiscriminatedOption = getDiscriminatedOption;
40
+ exports.mergeValues = mergeValues;
31
41
  const checks = __importStar(require("./checks.cjs"));
32
42
  const core = __importStar(require("./core.cjs"));
33
43
  const doc_js_1 = require("./doc.cjs");
@@ -41,19 +51,20 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
41
51
  inst._zod.def = def; // set _def property
42
52
  inst._zod.bag = inst._zod.bag || {}; // initialize _bag object
43
53
  inst._zod.version = versions_js_1.version;
44
- const checks = [...(inst._zod.def.checks ?? [])];
54
+ const defChecks = inst._zod.def.checks;
45
55
  // if inst is itself a checks.$ZodCheck, run it as a check
46
- if (inst._zod.traits.has("$ZodCheck")) {
47
- checks.unshift(inst);
48
- }
56
+ const checks = inst._zod.traits.has("$ZodCheck")
57
+ ? [inst, ...(defChecks ?? [])]
58
+ : defChecks?.length
59
+ ? [...defChecks]
60
+ : [];
49
61
  for (const ch of checks) {
50
62
  for (const fn of ch._zod.onattach) {
51
63
  fn(inst);
52
64
  }
53
65
  }
54
66
  if (checks.length === 0) {
55
- // deferred initializer
56
- // inst._zod.parse is not yet defined
67
+ // deferred initializer inst._zod.parse is not yet defined
57
68
  (_a = inst._zod).deferred ?? (_a.deferred = []);
58
69
  inst._zod.deferred?.push(() => {
59
70
  inst._zod.run = inst._zod.parse;
@@ -61,6 +72,8 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
61
72
  }
62
73
  else {
63
74
  const runChecks = (payload, checks, ctx) => {
75
+ if (payload.memo)
76
+ return payload;
64
77
  let isAborted = util.aborted(payload);
65
78
  let asyncResult;
66
79
  for (const ch of checks) {
@@ -85,6 +98,7 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
85
98
  const nextLen = payload.issues.length;
86
99
  if (nextLen === currLen)
87
100
  return;
101
+ util.attachSchema(payload.issues, currLen, inst);
88
102
  if (!isAborted)
89
103
  isAborted = util.aborted(payload, currLen);
90
104
  });
@@ -93,6 +107,7 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
93
107
  const nextLen = payload.issues.length;
94
108
  if (nextLen === currLen)
95
109
  continue;
110
+ util.attachSchema(payload.issues, currLen, inst);
96
111
  if (!isAborted)
97
112
  isAborted = util.aborted(payload, currLen);
98
113
  }
@@ -124,8 +139,7 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
124
139
  return inst._zod.parse(payload, ctx);
125
140
  }
126
141
  if (ctx.direction === "backward") {
127
- // run canary
128
- // initial pass (no checks)
142
+ // run canary initial pass (no checks)
129
143
  const canary = inst._zod.parse({ value: payload.value, issues: [] }, { ...ctx, skipChecks: true });
130
144
  if (canary instanceof Promise) {
131
145
  return canary.then((canary) => {
@@ -144,21 +158,31 @@ exports.$ZodType = core.$constructor("$ZodType", (inst, def) => {
144
158
  return runChecks(result, checks, ctx);
145
159
  };
146
160
  }
147
- // Lazy initialize ~standard to avoid creating objects for every schema
148
- util.defineLazy(inst, "~standard", () => ({
161
+ }, {
162
+ // Wrappers extend this by installing a richer factory over it; reading it eagerly would defeat the laziness.
163
+ get "~standard"() {
164
+ return util.hide(this, "~standard", standardProps(this));
165
+ },
166
+ set "~standard"(value) {
167
+ util.own(this, "~standard", value);
168
+ },
169
+ });
170
+ /** The Standard Schema surface for `inst`. Shared so wrappers can extend it without forcing it. */
171
+ const toStandardResult = (r) => r.success ? { value: r.data } : { issues: r.error?.issues };
172
+ function standardProps(inst) {
173
+ return {
149
174
  validate: (value) => {
150
175
  try {
151
- const r = (0, parse_js_1.safeParse)(inst, value);
152
- return r.success ? { value: r.data } : { issues: r.error?.issues };
176
+ return toStandardResult((0, parse_js_1.safeParse)(inst, value));
153
177
  }
154
178
  catch (_) {
155
- return (0, parse_js_1.safeParseAsync)(inst, value).then((r) => (r.success ? { value: r.data } : { issues: r.error?.issues }));
179
+ return (0, parse_js_1.safeParseAsync)(inst, value).then(toStandardResult);
156
180
  }
157
181
  },
158
182
  vendor: "zod",
159
183
  version: 1,
160
- }));
161
- });
184
+ };
185
+ }
162
186
  var util_js_1 = require("./util.cjs");
163
187
  Object.defineProperty(exports, "clone", { enumerable: true, get: function () { return util_js_1.clone; } });
164
188
  exports.$ZodString = core.$constructor("$ZodString", (inst, def) => {
@@ -215,66 +239,89 @@ exports.$ZodEmail = core.$constructor("$ZodEmail", (inst, def) => {
215
239
  def.pattern ?? (def.pattern = regexes.email);
216
240
  exports.$ZodStringFormat.init(inst, def);
217
241
  });
242
+ /** The `://` guard rejected the input before the URL constructor saw it. */
243
+ exports.URL_BAD_FORMAT = 1;
244
+ /** The URL constructor rejected the input. */
245
+ exports.URL_UNPARSEABLE = 2;
246
+ /** Parses a URL for `$ZodURL`, applying the one guard the URL constructor cannot express. Returns the parsed URL, or a code naming the stage that rejected it — the runtime needs that distinction to pick an issue note, and compiled code only needs to know it is not a URL. */
247
+ function parseURLObject(trimmed, def) {
248
+ // When normalize is off, require :// for http/https URLs. This prevents strings like "http:example.com" or "https:/path" from being silently accepted
249
+ if (!def.normalize && def.protocol?.source === regexes.httpProtocol.source && !/^https?:\/\//i.test(trimmed)) {
250
+ return exports.URL_BAD_FORMAT;
251
+ }
252
+ try {
253
+ // @ts-ignore
254
+ return new URL(trimmed);
255
+ }
256
+ catch {
257
+ return exports.URL_UNPARSEABLE;
258
+ }
259
+ }
260
+ const asciiTabOrNewline = /[\t\n\r]/g;
261
+ /** The URL parser deletes every ASCII tab, LF and CR from its input before it parses, so `new URL("https://exa\nmple.com")` reports on `example.com`. Applying the same deletion to the returned value closes the half of that divergence which can move the host; the parser's other rewrite, stripping C0 controls at the edges, cannot. */
262
+ function stripTabAndNewline(value) {
263
+ return value.replace(asciiTabOrNewline, "");
264
+ }
265
+ function urlHostnameOk(url, hostname) {
266
+ hostname.lastIndex = 0;
267
+ return hostname.test(url.hostname);
268
+ }
269
+ function urlProtocolOk(url, protocol) {
270
+ protocol.lastIndex = 0;
271
+ return protocol.test(url.protocol.endsWith(":") ? url.protocol.slice(0, -1) : url.protocol);
272
+ }
218
273
  exports.$ZodURL = core.$constructor("$ZodURL", (inst, def) => {
219
274
  exports.$ZodStringFormat.init(inst, def);
220
275
  inst._zod.check = (payload) => {
221
276
  try {
222
277
  // Trim whitespace from input
223
278
  const trimmed = payload.value.trim();
224
- // When normalize is off, require :// for http/https URLs
225
- // This prevents strings like "http:example.com" or "https:/path" from being silently accepted
226
- if (!def.normalize && def.protocol?.source === regexes.httpProtocol.source) {
227
- if (!/^https?:\/\//i.test(trimmed)) {
228
- payload.issues.push({
229
- code: "invalid_format",
230
- format: "url",
231
- note: "Invalid URL format",
232
- input: payload.value,
233
- inst,
234
- continue: !def.abort,
235
- });
236
- return;
237
- }
238
- }
239
- // @ts-ignore
240
- const url = new URL(trimmed);
241
- if (def.hostname) {
242
- def.hostname.lastIndex = 0;
243
- if (!def.hostname.test(url.hostname)) {
244
- payload.issues.push({
245
- code: "invalid_format",
246
- format: "url",
247
- note: "Invalid hostname",
248
- pattern: def.hostname.source,
249
- input: payload.value,
250
- inst,
251
- continue: !def.abort,
252
- });
253
- }
279
+ const url = parseURLObject(trimmed, def);
280
+ if (url === exports.URL_BAD_FORMAT) {
281
+ payload.issues.push({
282
+ code: "invalid_format",
283
+ format: "url",
284
+ note: "Invalid URL format",
285
+ input: payload.value,
286
+ inst,
287
+ continue: !def.abort,
288
+ });
289
+ return;
254
290
  }
255
- if (def.protocol) {
256
- def.protocol.lastIndex = 0;
257
- if (!def.protocol.test(url.protocol.endsWith(":") ? url.protocol.slice(0, -1) : url.protocol)) {
258
- payload.issues.push({
259
- code: "invalid_format",
260
- format: "url",
261
- note: "Invalid protocol",
262
- pattern: def.protocol.source,
263
- input: payload.value,
264
- inst,
265
- continue: !def.abort,
266
- });
267
- }
291
+ if (url === exports.URL_UNPARSEABLE) {
292
+ payload.issues.push({
293
+ code: "invalid_format",
294
+ format: "url",
295
+ input: payload.value,
296
+ inst,
297
+ continue: !def.abort,
298
+ });
299
+ return;
268
300
  }
269
- // Set the output value based on normalize flag
270
- if (def.normalize) {
271
- // Use normalized URL
272
- payload.value = url.href;
301
+ if (def.hostname && !urlHostnameOk(url, def.hostname)) {
302
+ payload.issues.push({
303
+ code: "invalid_format",
304
+ format: "url",
305
+ note: "Invalid hostname",
306
+ pattern: def.hostname.source,
307
+ input: payload.value,
308
+ inst,
309
+ continue: !def.abort,
310
+ });
273
311
  }
274
- else {
275
- // Preserve the original input (trimmed)
276
- payload.value = trimmed;
312
+ if (def.protocol && !urlProtocolOk(url, def.protocol)) {
313
+ payload.issues.push({
314
+ code: "invalid_format",
315
+ format: "url",
316
+ note: "Invalid protocol",
317
+ pattern: def.protocol.source,
318
+ input: payload.value,
319
+ inst,
320
+ continue: !def.abort,
321
+ });
277
322
  }
323
+ // Set the output value based on normalize flag
324
+ payload.value = def.normalize ? url.href : stripTabAndNewline(trimmed);
278
325
  return;
279
326
  }
280
327
  catch (_) {
@@ -293,7 +340,9 @@ exports.$ZodEmoji = core.$constructor("$ZodEmoji", (inst, def) => {
293
340
  exports.$ZodStringFormat.init(inst, def);
294
341
  });
295
342
  exports.$ZodNanoID = core.$constructor("$ZodNanoID", (inst, def) => {
296
- def.pattern ?? (def.pattern = regexes.nanoid);
343
+ if (def.length !== undefined && (!Number.isInteger(def.length) || def.length < 1))
344
+ throw new Error(`Invalid nanoid length: ${def.length}`);
345
+ def.pattern ?? (def.pattern = def.length === undefined ? regexes.nanoid : regexes.nanoidOfLength(def.length));
297
346
  exports.$ZodStringFormat.init(inst, def);
298
347
  });
299
348
  /**
@@ -324,6 +373,13 @@ exports.$ZodKSUID = core.$constructor("$ZodKSUID", (inst, def) => {
324
373
  exports.$ZodISODateTime = core.$constructor("$ZodISODateTime", (inst, def) => {
325
374
  def.pattern ?? (def.pattern = regexes.datetime(def));
326
375
  exports.$ZodStringFormat.init(inst, def);
376
+ // these two drop the offset or seconds `date-time` requires — on the bag not the def, since `z.string().check(...)` lands the format on a different schema
377
+ if (def.local || def.precision === -1) {
378
+ inst._zod.bag.laxFormat = true;
379
+ inst._zod.onattach.push((s) => {
380
+ s._zod.bag.laxFormat = true;
381
+ });
382
+ }
327
383
  });
328
384
  exports.$ZodISODate = core.$constructor("$ZodISODate", (inst, def) => {
329
385
  def.pattern ?? (def.pattern = regexes.date);
@@ -342,17 +398,26 @@ exports.$ZodIPv4 = core.$constructor("$ZodIPv4", (inst, def) => {
342
398
  exports.$ZodStringFormat.init(inst, def);
343
399
  inst._zod.bag.format = `ipv4`;
344
400
  });
401
+ /** An IPv6 address is written with hex digits, colons and dots, and nothing else. The guard is what makes the check below an IPv6 check: `new URL("http://[...]")` parses an authority, not an address, so `@` and `\` re-delimit it and `"::@1\\"` validates against the host `0.0.0.1`. The URL parser also deletes ASCII tab, LF and CR rather than failing, which is how `"::1\n"` validated as `::1`. */
402
+ const ipv6Alphabet = /^[0-9a-fA-F:.]+$/;
403
+ function isValidIPv6(value) {
404
+ if (!ipv6Alphabet.test(value))
405
+ return false;
406
+ try {
407
+ // @ts-ignore
408
+ new URL(`http://[${value}]`);
409
+ return true;
410
+ }
411
+ catch {
412
+ return false;
413
+ }
414
+ }
345
415
  exports.$ZodIPv6 = core.$constructor("$ZodIPv6", (inst, def) => {
346
416
  def.pattern ?? (def.pattern = regexes.ipv6);
347
417
  exports.$ZodStringFormat.init(inst, def);
348
418
  inst._zod.bag.format = `ipv6`;
349
419
  inst._zod.check = (payload) => {
350
- try {
351
- // @ts-ignore
352
- new URL(`http://[${payload.value}]`);
353
- // return;
354
- }
355
- catch {
420
+ if (!isValidIPv6(payload.value)) {
356
421
  payload.issues.push({
357
422
  code: "invalid_format",
358
423
  format: "ipv6",
@@ -372,26 +437,25 @@ exports.$ZodCIDRv4 = core.$constructor("$ZodCIDRv4", (inst, def) => {
372
437
  def.pattern ?? (def.pattern = regexes.cidrv4);
373
438
  exports.$ZodStringFormat.init(inst, def);
374
439
  });
440
+ function isValidCIDRv6(value) {
441
+ const parts = value.split("/");
442
+ if (parts.length !== 2)
443
+ return false;
444
+ const [address, prefix] = parts;
445
+ if (!prefix)
446
+ return false;
447
+ const prefixNum = Number(prefix);
448
+ if (`${prefixNum}` !== prefix)
449
+ return false;
450
+ if (prefixNum < 0 || prefixNum > 128)
451
+ return false;
452
+ return isValidIPv6(address);
453
+ }
375
454
  exports.$ZodCIDRv6 = core.$constructor("$ZodCIDRv6", (inst, def) => {
376
455
  def.pattern ?? (def.pattern = regexes.cidrv6); // not used for validation
377
456
  exports.$ZodStringFormat.init(inst, def);
378
457
  inst._zod.check = (payload) => {
379
- const parts = payload.value.split("/");
380
- try {
381
- if (parts.length !== 2)
382
- throw new Error();
383
- const [address, prefix] = parts;
384
- if (!prefix)
385
- throw new Error();
386
- const prefixNum = Number(prefix);
387
- if (`${prefixNum}` !== prefix)
388
- throw new Error();
389
- if (prefixNum < 0 || prefixNum > 128)
390
- throw new Error();
391
- // @ts-ignore
392
- new URL(`http://[${address}]`);
393
- }
394
- catch {
458
+ if (!isValidCIDRv6(payload.value)) {
395
459
  payload.issues.push({
396
460
  code: "invalid_format",
397
461
  format: "cidrv6",
@@ -464,6 +528,41 @@ exports.$ZodE164 = core.$constructor("$ZodE164", (inst, def) => {
464
528
  def.pattern ?? (def.pattern = regexes.e164);
465
529
  exports.$ZodStringFormat.init(inst, def);
466
530
  });
531
+ ////////////////////////////// ZodCreditCard //////////////////////////////
532
+ const CC_SANITIZE = /[- ]/g;
533
+ /** Luhn checksum on a digit-only string. Adapted from valibot (MIT). */
534
+ function isLuhnAlgo(digits) {
535
+ let length = digits.length;
536
+ let bit = 1;
537
+ let sum = 0;
538
+ while (length) {
539
+ const value = +digits[--length];
540
+ bit ^= 1;
541
+ sum += bit ? [0, 2, 4, 6, 8, 1, 3, 5, 7, 9][value] : value;
542
+ }
543
+ return sum % 10 === 0;
544
+ }
545
+ function isValidCreditCard(input) {
546
+ if (!regexes.creditCard.test(input))
547
+ return false;
548
+ return isLuhnAlgo(input.replace(CC_SANITIZE, ""));
549
+ }
550
+ exports.$ZodCreditCard = core.$constructor("$ZodCreditCard", (inst, def) => {
551
+ // Shape only — the Luhn check below is not expressible as a pattern, so consumers of `pattern` (JSON Schema, template literals) get the length and separator rules alone.
552
+ def.pattern ?? (def.pattern = regexes.creditCard);
553
+ exports.$ZodStringFormat.init(inst, def);
554
+ inst._zod.check = (payload) => {
555
+ if (isValidCreditCard(payload.value))
556
+ return;
557
+ payload.issues.push({
558
+ code: "invalid_format",
559
+ format: "credit_card",
560
+ input: payload.value,
561
+ inst,
562
+ continue: !def.abort,
563
+ });
564
+ };
565
+ });
467
566
  ////////////////////////////// ZodJWT //////////////////////////////
468
567
  function isValidJWT(token, algorithm = null) {
469
568
  try {
@@ -532,7 +631,7 @@ exports.$ZodNumber = core.$constructor("$ZodNumber", (inst, def) => {
532
631
  ? Number.isNaN(input)
533
632
  ? "NaN"
534
633
  : !Number.isFinite(input)
535
- ? "Infinity"
634
+ ? String(input)
536
635
  : undefined
537
636
  : undefined;
538
637
  payload.issues.push({
@@ -710,6 +809,8 @@ function handleArrayResult(result, final, index) {
710
809
  }
711
810
  exports.$ZodArray = core.$constructor("$ZodArray", (inst, def) => {
712
811
  exports.$ZodType.init(inst, def);
812
+ const memo = core.globalConfig.memoizer;
813
+ memo?.attach(inst);
713
814
  inst._zod.parse = (payload, ctx) => {
714
815
  const input = payload.value;
715
816
  if (!Array.isArray(input)) {
@@ -721,7 +822,7 @@ exports.$ZodArray = core.$constructor("$ZodArray", (inst, def) => {
721
822
  });
722
823
  return payload;
723
824
  }
724
- payload.value = Array(input.length);
825
+ payload.value = memo ? memo.alloc(inst, payload, Array(input.length), ctx) : Array(input.length);
725
826
  const proms = [];
726
827
  for (let i = 0; i < input.length; i++) {
727
828
  const item = input[i];
@@ -742,16 +843,21 @@ exports.$ZodArray = core.$constructor("$ZodArray", (inst, def) => {
742
843
  return payload; //handleArrayResultsAsync(parseResults, final);
743
844
  };
744
845
  });
745
- function handlePropertyResult(result, final, key, input, isOptionalIn, isOptionalOut) {
846
+ function handlePropertyResult(result, final, key, input, optin, optout) {
746
847
  const isPresent = key in input;
848
+ const isOptionalOut = optout === "optional";
849
+ // The middle rung means "absence permitted, nothing supplied in its place", so an absent key contributes nothing — whatever the schema made of `undefined` is invented, not substituted. Only `optional` reaches this with a value: `defaulted` substitutes, and a schema that isn't optional-out has to keep the key.
850
+ if (!isPresent && isOptionalOut && optin === "optional") {
851
+ return;
852
+ }
747
853
  if (result.issues.length) {
748
854
  // For optional-in/out schemas, ignore errors on absent keys.
749
- if (isOptionalIn && isOptionalOut && !isPresent) {
855
+ if (optin !== undefined && isOptionalOut && !isPresent) {
750
856
  return;
751
857
  }
752
858
  final.issues.push(...util.prefixIssues(key, result.issues));
753
859
  }
754
- if (!isPresent && !isOptionalIn) {
860
+ if (!isPresent && optin === undefined) {
755
861
  if (!result.issues.length) {
756
862
  final.issues.push({
757
863
  code: "invalid_type",
@@ -771,17 +877,25 @@ function handlePropertyResult(result, final, key, input, isOptionalIn, isOptiona
771
877
  final.value[key] = result.value;
772
878
  }
773
879
  }
880
+ // one shared instance; a fresh [] per schema cost 56 bytes retained
881
+ const NO_SYMBOL_KEYS = [];
774
882
  function normalizeDef(def) {
775
883
  const keys = Object.keys(def.shape);
776
- for (const k of keys) {
884
+ const ownSymbols = Object.getOwnPropertySymbols(def.shape);
885
+ const symbolKeys = ownSymbols.length ? ownSymbols : NO_SYMBOL_KEYS;
886
+ // aliases `keys` when there are no symbols, so a string-only shape keeps one array
887
+ const allKeys = symbolKeys.length ? [...keys, ...symbolKeys] : keys;
888
+ for (const k of allKeys) {
777
889
  if (!def.shape?.[k]?._zod?.traits?.has("$ZodType")) {
778
- throw new Error(`Invalid element at key "${k}": expected a Zod schema`);
890
+ throw new Error(`Invalid element at key "${String(k)}": expected a Zod schema`);
779
891
  }
780
892
  }
781
893
  const okeys = util.optionalKeys(def.shape);
782
894
  return {
783
895
  ...def,
784
- keys,
896
+ allKeys,
897
+ symbolKeys,
898
+ // string-only: handleCatchall matches it against `for...in`, which never yields a symbol
785
899
  keySet: new Set(keys),
786
900
  numKeys: keys.length,
787
901
  optionalKeys: new Set(okeys),
@@ -792,25 +906,28 @@ function handleCatchall(proms, input, payload, ctx, def, inst) {
792
906
  const keySet = def.keySet;
793
907
  const _catchall = def.catchall._zod;
794
908
  const t = _catchall.def.type;
795
- const isOptionalIn = _catchall.optin === "optional";
796
- const isOptionalOut = _catchall.optout === "optional";
909
+ const optin = _catchall.optin;
910
+ const optout = _catchall.optout;
797
911
  for (const key in input) {
798
- // skip __proto__ so it can't replace the result prototype via the
799
- // assignment setter on the plain {} we build into
800
- if (key === "__proto__")
801
- continue;
912
+ // Must precede the __proto__ branch: a declared key is not unrecognized, even though the shape loop deliberately strips __proto__ from the parsed output.
802
913
  if (keySet.has(key))
803
914
  continue;
915
+ // Don't copy an undeclared __proto__ into the result; assignment to a plain {} would replace the result prototype. But in strict mode it is still an unknown key, so report it before skipping.
916
+ if (key === "__proto__") {
917
+ if (t === "never")
918
+ unrecognized.push(key);
919
+ continue;
920
+ }
804
921
  if (t === "never") {
805
922
  unrecognized.push(key);
806
923
  continue;
807
924
  }
808
925
  const r = _catchall.run({ value: input[key], issues: [] }, ctx);
809
926
  if (r instanceof Promise) {
810
- proms.push(r.then((r) => handlePropertyResult(r, payload, key, input, isOptionalIn, isOptionalOut)));
927
+ proms.push(r.then((r) => handlePropertyResult(r, payload, key, input, optin, optout)));
811
928
  }
812
929
  else {
813
- handlePropertyResult(r, payload, key, input, isOptionalIn, isOptionalOut);
930
+ handlePropertyResult(r, payload, key, input, optin, optout);
814
931
  }
815
932
  }
816
933
  if (unrecognized.length) {
@@ -819,6 +936,8 @@ function handleCatchall(proms, input, payload, ctx, def, inst) {
819
936
  keys: unrecognized,
820
937
  input,
821
938
  inst,
939
+ // Describes the shape of the input, not the validity of the parsed value, so it never aborts. The parse still fails; the schema's own checks just get to run first, and an enclosing intersection can reconcile the key against a sibling operand.
940
+ continue: true,
822
941
  });
823
942
  }
824
943
  if (!proms.length)
@@ -827,6 +946,8 @@ function handleCatchall(proms, input, payload, ctx, def, inst) {
827
946
  return payload;
828
947
  });
829
948
  }
949
+ // Whichever object a def's `shape` currently answers from: the one the caller passed until the first read, the frozen copy after it. Keyed by def, so a def rebuilt by a builder is simply absent rather than inheriting the source's. Read its keys with `Object.keys`, which does not invoke them — that is what lets a discriminated union check its discriminator without resolving an option whose getters reference the union being constructed.
950
+ const propShapes = new WeakMap();
830
951
  exports.$ZodObject = core.$constructor("$ZodObject", (inst, def) => {
831
952
  // requires cast because technically $ZodObject doesn't extend
832
953
  exports.$ZodType.init(inst, def);
@@ -834,26 +955,33 @@ exports.$ZodObject = core.$constructor("$ZodObject", (inst, def) => {
834
955
  const desc = Object.getOwnPropertyDescriptor(def, "shape");
835
956
  if (!desc?.get) {
836
957
  const sh = def.shape;
958
+ propShapes.set(def, sh);
837
959
  Object.defineProperty(def, "shape", {
838
960
  get: () => {
839
961
  const newSh = { ...sh };
840
962
  Object.defineProperty(def, "shape", {
841
963
  value: newSh,
842
964
  });
965
+ propShapes.set(def, newSh);
843
966
  return newSh;
844
967
  },
845
968
  });
846
969
  }
847
970
  const _normalized = util.cached(() => normalizeDef(def));
848
- util.defineLazy(inst._zod, "propValues", () => {
849
- const shape = def.shape;
971
+ util.defineLazyInternal(inst, "propValues", (zod) => {
972
+ const shape = zod.def.shape;
850
973
  const propValues = {};
851
974
  for (const key in shape) {
852
975
  const field = shape[key]._zod;
853
976
  if (field.values) {
854
- propValues[key] ?? (propValues[key] = new Set());
977
+ if (!Object.prototype.hasOwnProperty.call(propValues, key)) {
978
+ util.assignProp(propValues, key, new Set());
979
+ }
855
980
  for (const v of field.values)
856
981
  propValues[key].add(v);
982
+ // An omittable slot reads back as undefined at a discriminator lookup, so it has to claim undefined: two options that can both omit the key are not discriminable on it.
983
+ if (field.optin !== undefined)
984
+ propValues[key].add(undefined);
857
985
  }
858
986
  }
859
987
  return propValues;
@@ -861,6 +989,8 @@ exports.$ZodObject = core.$constructor("$ZodObject", (inst, def) => {
861
989
  const isObject = util.isObject;
862
990
  const catchall = def.catchall;
863
991
  let value;
992
+ const memo = core.globalConfig.memoizer;
993
+ memo?.attach(inst);
864
994
  inst._zod.parse = (payload, ctx) => {
865
995
  value ?? (value = _normalized.value);
866
996
  const input = payload.value;
@@ -873,19 +1003,21 @@ exports.$ZodObject = core.$constructor("$ZodObject", (inst, def) => {
873
1003
  });
874
1004
  return payload;
875
1005
  }
876
- payload.value = {};
1006
+ payload.value = memo ? memo.alloc(inst, payload, {}, ctx) : {};
877
1007
  const proms = [];
878
1008
  const shape = value.shape;
879
- for (const key of value.keys) {
1009
+ for (const key of value.allKeys) {
1010
+ if (key === "__proto__")
1011
+ continue;
880
1012
  const el = shape[key];
881
- const isOptionalIn = el._zod.optin === "optional";
882
- const isOptionalOut = el._zod.optout === "optional";
1013
+ const optin = el._zod.optin;
1014
+ const optout = el._zod.optout;
883
1015
  const r = el._zod.run({ value: input[key], issues: [] }, ctx);
884
1016
  if (r instanceof Promise) {
885
- proms.push(r.then((r) => handlePropertyResult(r, payload, key, input, isOptionalIn, isOptionalOut)));
1017
+ proms.push(r.then((r) => handlePropertyResult(r, payload, key, input, optin, optout)));
886
1018
  }
887
1019
  else {
888
- handlePropertyResult(r, payload, key, input, isOptionalIn, isOptionalOut);
1020
+ handlePropertyResult(r, payload, key, input, optin, optout);
889
1021
  }
890
1022
  }
891
1023
  if (!catchall) {
@@ -899,58 +1031,59 @@ exports.$ZodObjectJIT = core.$constructor("$ZodObjectJIT", (inst, def) => {
899
1031
  exports.$ZodObject.init(inst, def);
900
1032
  const superParse = inst._zod.parse;
901
1033
  const _normalized = util.cached(() => normalizeDef(def));
1034
+ const memo = core.globalConfig.memoizer;
902
1035
  const generateFastpass = (shape) => {
903
- const doc = new doc_js_1.Doc(["shape", "payload", "ctx"]);
904
1036
  const normalized = _normalized.value;
905
- const parseStr = (key) => {
906
- const k = util.esc(key);
907
- return `shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`;
908
- };
1037
+ const syms = normalized.symbolKeys;
1038
+ // a symbol has no source literal, so it is read as `syms[i]` off the closed-over scope
1039
+ const doc = new doc_js_1.Doc(["payload", "ctx"], { shape, inst, memo, syms });
1040
+ const parseStr = (k) => `shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`;
1041
+ // Prefixes in place, like util.prefixIssues does for every interpreted path.
1042
+ const prefixStr = (id, k) => `
1043
+ for (let i = 0; i < ${id}.issues.length; i++) {
1044
+ const iss = ${id}.issues[i];
1045
+ iss.path = iss.path ? [${k}, ...iss.path] : [${k}];
1046
+ payload.issues.push(iss);
1047
+ }`;
909
1048
  doc.write(`const input = payload.value;`);
910
1049
  const ids = Object.create(null);
911
1050
  let counter = 0;
912
- for (const key of normalized.keys) {
1051
+ for (const key of normalized.allKeys) {
913
1052
  ids[key] = `key_${counter++}`;
914
1053
  }
915
1054
  // A: preserve key order {
916
- doc.write(`const newResult = {};`);
917
- for (const key of normalized.keys) {
1055
+ doc.write(memo ? `const newResult = memo.alloc(inst, payload, {}, ctx);` : `const newResult = {};`);
1056
+ for (const key of normalized.allKeys) {
1057
+ if (key === "__proto__")
1058
+ continue;
918
1059
  const id = ids[key];
919
- const k = util.esc(key);
1060
+ const k = typeof key === "symbol" ? `syms[${syms.indexOf(key)}]` : util.esc(key);
1061
+ const isPresent = `${k} in input`;
920
1062
  const schema = shape[key];
921
- const isOptionalIn = schema?._zod?.optin === "optional";
1063
+ const optin = schema?._zod?.optin;
1064
+ const isOptionalIn = optin !== undefined;
922
1065
  const isOptionalOut = schema?._zod?.optout === "optional";
923
- doc.write(`const ${id} = ${parseStr(key)};`);
1066
+ doc.write(`const ${id} = ${parseStr(k)};`);
924
1067
  if (isOptionalIn && isOptionalOut) {
925
- // For optional-in/out schemas, ignore errors on absent keys
1068
+ // For optional-in/out schemas, ignore errors on absent keys — and, like the interpreted path, drop the value produced alongside them. The middle rung goes further: it permits absence without supplying anything in its place, so an absent key contributes nothing at all.
1069
+ const assign = optin === "optional" ? `${id}_present` : `${id}.value !== undefined || ${id}_present`;
926
1070
  doc.write(`
927
- if (${id}.issues.length) {
928
- if (${k} in input) {
929
- payload.issues = payload.issues.concat(${id}.issues.map(iss => ({
930
- ...iss,
931
- path: iss.path ? [${k}, ...iss.path] : [${k}]
932
- })));
1071
+ const ${id}_present = ${isPresent};
1072
+ if (!${id}.issues.length || ${id}_present) {
1073
+ if (${id}.issues.length) {${prefixStr(id, k)}
933
1074
  }
934
- }
935
-
936
- if (${id}.value === undefined) {
937
- if (${k} in input) {
938
- newResult[${k}] = undefined;
1075
+
1076
+ if (${assign}) {
1077
+ newResult[${k}] = ${id}.value;
939
1078
  }
940
- } else {
941
- newResult[${k}] = ${id}.value;
942
1079
  }
943
-
1080
+
944
1081
  `);
945
1082
  }
946
1083
  else if (!isOptionalIn) {
947
1084
  doc.write(`
948
- const ${id}_present = ${k} in input;
949
- if (${id}.issues.length) {
950
- payload.issues = payload.issues.concat(${id}.issues.map(iss => ({
951
- ...iss,
952
- path: iss.path ? [${k}, ...iss.path] : [${k}]
953
- })));
1085
+ const ${id}_present = ${isPresent};
1086
+ if (${id}.issues.length) {${prefixStr(id, k)}
954
1087
  }
955
1088
  if (!${id}_present && !${id}.issues.length) {
956
1089
  payload.issues.push({
@@ -962,39 +1095,31 @@ exports.$ZodObjectJIT = core.$constructor("$ZodObjectJIT", (inst, def) => {
962
1095
  }
963
1096
 
964
1097
  if (${id}_present) {
965
- if (${id}.value === undefined) {
966
- newResult[${k}] = undefined;
967
- } else {
968
- newResult[${k}] = ${id}.value;
969
- }
1098
+ newResult[${k}] = ${id}.value;
970
1099
  }
971
1100
 
972
1101
  `);
973
1102
  }
974
1103
  else {
975
1104
  doc.write(`
976
- if (${id}.issues.length) {
977
- payload.issues = payload.issues.concat(${id}.issues.map(iss => ({
978
- ...iss,
979
- path: iss.path ? [${k}, ...iss.path] : [${k}]
980
- })));
1105
+ if (${id}.issues.length) {${prefixStr(id, k)}
981
1106
  }
982
1107
 
983
1108
  if (${id}.value === undefined) {
984
- if (${k} in input) {
1109
+ if (${isPresent}) {
985
1110
  newResult[${k}] = undefined;
986
1111
  }
987
1112
  } else {
988
1113
  newResult[${k}] = ${id}.value;
989
1114
  }
990
-
1115
+
991
1116
  `);
992
1117
  }
993
1118
  }
994
1119
  doc.write(`payload.value = newResult;`);
995
1120
  doc.write(`return payload;`);
996
- const fn = doc.compile();
997
- return (payload, ctx) => fn(shape, payload, ctx);
1121
+ // closing `shape` in is what pays: turbofan specializes the parser against that one shape object, so every `shape[k]._zod.run` folds to a known callee. as a parameter it stays a generic load and measures 13% slower even with the forwarding frame gone
1122
+ return doc.compile();
998
1123
  };
999
1124
  let fastpass;
1000
1125
  const isObject = util.isObject;
@@ -1049,17 +1174,21 @@ function handleUnionResults(results, final, inst, ctx) {
1049
1174
  }
1050
1175
  exports.$ZodUnion = core.$constructor("$ZodUnion", (inst, def) => {
1051
1176
  exports.$ZodType.init(inst, def);
1052
- util.defineLazy(inst._zod, "optin", () => def.options.some((o) => o._zod.optin === "optional") ? "optional" : undefined);
1053
- util.defineLazy(inst._zod, "optout", () => def.options.some((o) => o._zod.optout === "optional") ? "optional" : undefined);
1054
- util.defineLazy(inst._zod, "values", () => {
1055
- if (def.options.every((o) => o._zod.values)) {
1056
- return new Set(def.options.flatMap((option) => Array.from(option._zod.values)));
1177
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.options.some((o) => o._zod.optin === "defaulted")
1178
+ ? "defaulted"
1179
+ : zod.def.options.some((o) => o._zod.optin !== undefined)
1180
+ ? "optional"
1181
+ : undefined);
1182
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.options.some((o) => o._zod.optout === "optional") ? "optional" : undefined);
1183
+ util.defineLazyInternal(inst, "values", (zod) => {
1184
+ if (zod.def.options.every((o) => o._zod.values)) {
1185
+ return new Set(zod.def.options.flatMap((option) => Array.from(option._zod.values)));
1057
1186
  }
1058
1187
  return undefined;
1059
1188
  });
1060
- util.defineLazy(inst._zod, "pattern", () => {
1061
- if (def.options.every((o) => o._zod.pattern)) {
1062
- const patterns = def.options.map((o) => o._zod.pattern);
1189
+ util.defineLazyInternal(inst, "pattern", (zod) => {
1190
+ if (zod.def.options.every((o) => o._zod.pattern)) {
1191
+ const patterns = zod.def.options.map((o) => o._zod.pattern);
1063
1192
  return new RegExp(`^(${patterns.map((p) => util.cleanRegex(p.source)).join("|")})$`);
1064
1193
  }
1065
1194
  return undefined;
@@ -1094,12 +1223,16 @@ exports.$ZodUnion = core.$constructor("$ZodUnion", (inst, def) => {
1094
1223
  };
1095
1224
  });
1096
1225
  function handleExclusiveUnionResults(results, final, inst, ctx) {
1097
- const successes = results.filter((r) => r.issues.length === 0);
1098
- if (successes.length === 1) {
1099
- final.value = successes[0].value;
1226
+ const matches = [];
1227
+ for (let i = 0; i < results.length; i++) {
1228
+ if (results[i].issues.length === 0)
1229
+ matches.push(i);
1230
+ }
1231
+ if (matches.length === 1) {
1232
+ final.value = results[matches[0]].value;
1100
1233
  return final;
1101
1234
  }
1102
- if (successes.length === 0) {
1235
+ if (matches.length === 0) {
1103
1236
  // No matches - same as regular union
1104
1237
  final.issues.push({
1105
1238
  code: "invalid_union",
@@ -1116,6 +1249,7 @@ function handleExclusiveUnionResults(results, final, inst, ctx) {
1116
1249
  inst,
1117
1250
  errors: [],
1118
1251
  inclusive: false,
1252
+ matches,
1119
1253
  });
1120
1254
  }
1121
1255
  return final;
@@ -1150,21 +1284,39 @@ exports.$ZodXor = core.$constructor("$ZodXor", (inst, def) => {
1150
1284
  });
1151
1285
  };
1152
1286
  });
1287
+ /** Returns the option of `union` whose discriminator claims `value`. */
1288
+ function getDiscriminatedOption(union, value) {
1289
+ const internals = union._zod;
1290
+ let map = internals.bag.optionsMap;
1291
+ if (!map) {
1292
+ map = new Map();
1293
+ const { options, discriminator } = internals.def;
1294
+ for (const option of options) {
1295
+ // First declaration wins, matching the order the parse path resolves a duplicate in.
1296
+ for (const v of option._zod.propValues?.[discriminator] ?? [])
1297
+ if (!map.has(v))
1298
+ map.set(v, option);
1299
+ }
1300
+ internals.bag.optionsMap = map;
1301
+ }
1302
+ return map.get(value);
1303
+ }
1153
1304
  exports.$ZodDiscriminatedUnion =
1154
1305
  /*@__PURE__*/
1155
1306
  core.$constructor("$ZodDiscriminatedUnion", (inst, def) => {
1156
1307
  def.inclusive = false;
1157
1308
  exports.$ZodUnion.init(inst, def);
1158
1309
  const _super = inst._zod.parse;
1159
- util.defineLazy(inst._zod, "propValues", () => {
1310
+ util.defineLazyInternal(inst, "propValues", (zod) => {
1160
1311
  const propValues = {};
1161
- for (const option of def.options) {
1312
+ for (const option of zod.def.options) {
1162
1313
  const pv = option._zod.propValues;
1163
1314
  if (!pv || Object.keys(pv).length === 0)
1164
- throw new Error(`Invalid discriminated union option at index "${def.options.indexOf(option)}"`);
1315
+ throw new Error(`Invalid discriminated union option at index "${zod.def.options.indexOf(option)}"`);
1165
1316
  for (const [k, v] of Object.entries(pv)) {
1166
- if (!propValues[k])
1167
- propValues[k] = new Set();
1317
+ if (!Object.prototype.hasOwnProperty.call(propValues, k)) {
1318
+ util.assignProp(propValues, k, new Set());
1319
+ }
1168
1320
  for (const val of v) {
1169
1321
  propValues[k].add(val);
1170
1322
  }
@@ -1172,6 +1324,13 @@ core.$constructor("$ZodDiscriminatedUnion", (inst, def) => {
1172
1324
  }
1173
1325
  return propValues;
1174
1326
  });
1327
+ // Checked now rather than in the lookup map below, so an option that lacks the discriminator fails at the `discriminatedUnion` call instead of on the first object parsed. Options whose shape cannot be enumerated without resolving it — pipes, lazies, and objects rebuilt by a builder such as `.extend()` — are left to the map.
1328
+ def.options.forEach((option, i) => {
1329
+ const propShape = propShapes.get(option._zod.def);
1330
+ if (propShape && !Object.prototype.hasOwnProperty.call(propShape, def.discriminator)) {
1331
+ throw new Error(`Invalid discriminated union option at index "${i}"`);
1332
+ }
1333
+ });
1175
1334
  const disc = util.cached(() => {
1176
1335
  const opts = def.options;
1177
1336
  const map = new Map();
@@ -1205,8 +1364,7 @@ core.$constructor("$ZodDiscriminatedUnion", (inst, def) => {
1205
1364
  }
1206
1365
  // Fall back to union matching when the fast discriminator path fails:
1207
1366
  // - explicitly enabled via unionFallback, or
1208
- // - during backward direction (encode), since codec-based discriminators
1209
- // have different values in forward vs backward directions
1367
+ // - during backward direction (encode), since codec-based discriminators have different values in forward vs backward directions
1210
1368
  if (def.unionFallback || ctx.direction === "backward") {
1211
1369
  return _super(payload, ctx);
1212
1370
  }
@@ -1252,7 +1410,11 @@ function mergeValues(a, b) {
1252
1410
  const bKeys = Object.keys(b);
1253
1411
  const sharedKeys = Object.keys(a).filter((key) => bKeys.indexOf(key) !== -1);
1254
1412
  const newObj = { ...a, ...b };
1413
+ if (Object.prototype.hasOwnProperty.call(newObj, "__proto__"))
1414
+ delete newObj.__proto__;
1255
1415
  for (const key of sharedKeys) {
1416
+ if (key === "__proto__")
1417
+ continue;
1256
1418
  const sharedValue = mergeValues(a[key], b[key]);
1257
1419
  if (!sharedValue.valid) {
1258
1420
  return {
@@ -1286,43 +1448,55 @@ function mergeValues(a, b) {
1286
1448
  return { valid: false, mergeErrorPath: [] };
1287
1449
  }
1288
1450
  function handleIntersectionResults(result, left, right) {
1289
- // Track which side(s) report each key as unrecognized
1451
+ // Track which side(s) reject each key. A key rejection is reported only when BOTH sides reject it, so a key owned by one branch survives the other's key schema. strictObject reports these as unrecognized_keys; a record with an open key schema reports one invalid_key per key.
1290
1452
  const unrecKeys = new Map();
1291
1453
  let unrecIssue;
1292
- for (const iss of left.issues) {
1293
- if (iss.code === "unrecognized_keys") {
1454
+ const keyIssues = new Map();
1455
+ const collect = (iss, side) => {
1456
+ let keys;
1457
+ if (iss.code === "unrecognized_keys" && !iss.path?.length) {
1294
1458
  unrecIssue ?? (unrecIssue = iss);
1295
- for (const k of iss.keys) {
1296
- if (!unrecKeys.has(k))
1297
- unrecKeys.set(k, {});
1298
- unrecKeys.get(k).l = true;
1299
- }
1459
+ keys = iss.keys;
1460
+ }
1461
+ else if (iss.code === "invalid_key" && iss.origin === "record" && iss.path?.length === 1) {
1462
+ const k = String(iss.path[0]);
1463
+ if (!keyIssues.has(k))
1464
+ keyIssues.set(k, iss);
1465
+ keys = [k];
1300
1466
  }
1301
1467
  else {
1302
- result.issues.push(iss);
1468
+ return false;
1469
+ }
1470
+ for (const k of keys) {
1471
+ if (!unrecKeys.has(k))
1472
+ unrecKeys.set(k, {});
1473
+ unrecKeys.get(k)[side] = true;
1303
1474
  }
1475
+ return true;
1476
+ };
1477
+ for (const iss of left.issues) {
1478
+ if (!collect(iss, "l"))
1479
+ result.issues.push(iss);
1304
1480
  }
1305
1481
  for (const iss of right.issues) {
1306
- if (iss.code === "unrecognized_keys") {
1307
- for (const k of iss.keys) {
1308
- if (!unrecKeys.has(k))
1309
- unrecKeys.set(k, {});
1310
- unrecKeys.get(k).r = true;
1311
- }
1312
- }
1313
- else {
1482
+ if (!collect(iss, "r"))
1314
1483
  result.issues.push(iss);
1315
- }
1316
1484
  }
1317
- // Report only keys unrecognized by BOTH sides
1485
+ // Report only keys rejected by BOTH sides
1318
1486
  const bothKeys = [...unrecKeys].filter(([, f]) => f.l && f.r).map(([k]) => k);
1319
- if (bothKeys.length && unrecIssue) {
1320
- result.issues.push({ ...unrecIssue, keys: bothKeys });
1487
+ if (bothKeys.length) {
1488
+ const aggregated = unrecIssue ? bothKeys.filter((k) => unrecIssue.keys.includes(k)) : [];
1489
+ if (aggregated.length)
1490
+ result.issues.push({ ...unrecIssue, keys: aggregated });
1491
+ for (const k of bothKeys) {
1492
+ if (!aggregated.includes(k) && keyIssues.has(k))
1493
+ result.issues.push(keyIssues.get(k));
1494
+ }
1321
1495
  }
1322
- if (util.aborted(result))
1323
- return result;
1324
1496
  const merged = mergeValues(left.value, right.value);
1325
1497
  if (!merged.valid) {
1498
+ if (util.aborted(result))
1499
+ return result;
1326
1500
  throw new Error(`Unmergable intersection. Error path: ` + `${JSON.stringify(merged.mergeErrorPath)}`);
1327
1501
  }
1328
1502
  result.value = merged.data;
@@ -1331,6 +1505,8 @@ function handleIntersectionResults(result, left, right) {
1331
1505
  exports.$ZodTuple = core.$constructor("$ZodTuple", (inst, def) => {
1332
1506
  exports.$ZodType.init(inst, def);
1333
1507
  const items = def.items;
1508
+ const memo = core.globalConfig.memoizer;
1509
+ memo?.attach(inst);
1334
1510
  inst._zod.parse = (payload, ctx) => {
1335
1511
  const input = payload.value;
1336
1512
  if (!Array.isArray(input)) {
@@ -1342,7 +1518,7 @@ exports.$ZodTuple = core.$constructor("$ZodTuple", (inst, def) => {
1342
1518
  });
1343
1519
  return payload;
1344
1520
  }
1345
- payload.value = [];
1521
+ payload.value = memo ? memo.alloc(inst, payload, [], ctx) : [];
1346
1522
  const proms = [];
1347
1523
  const optinStart = getTupleOptStart(items, "optin");
1348
1524
  const optoutStart = getTupleOptStart(items, "optout");
@@ -1369,10 +1545,7 @@ exports.$ZodTuple = core.$constructor("$ZodTuple", (inst, def) => {
1369
1545
  });
1370
1546
  }
1371
1547
  }
1372
- // Run every item in parallel, collecting results into an indexed
1373
- // array. The post-processing in `handleTupleResults` walks them in
1374
- // order so it can decide whether an absent optional-output error can
1375
- // truncate the tail or must be reported to preserve required output.
1548
+ // Run every item in parallel, collecting results into an indexed array. The post-processing in `handleTupleResults` walks them in order so it can decide whether an absent optional-output error can truncate the tail or must be reported to preserve required output.
1376
1549
  const itemResults = new Array(items.length);
1377
1550
  for (let i = 0; i < items.length; i++) {
1378
1551
  const r = items[i]._zod.run({ value: input[i], issues: [] }, ctx);
@@ -1407,7 +1580,9 @@ exports.$ZodTuple = core.$constructor("$ZodTuple", (inst, def) => {
1407
1580
  });
1408
1581
  function getTupleOptStart(items, key) {
1409
1582
  for (let i = items.length - 1; i >= 0; i--) {
1410
- if (items[i]._zod[key] !== "optional")
1583
+ // optin is a three-rung ladder so any rung above `undefined` permits an absent slot; optout stays two-valued.
1584
+ const omittable = key === "optin" ? items[i]._zod.optin !== undefined : items[i]._zod.optout === "optional";
1585
+ if (!omittable)
1411
1586
  return i + 1;
1412
1587
  }
1413
1588
  return 0;
@@ -1419,12 +1594,15 @@ function handleTupleResult(result, final, index) {
1419
1594
  final.value[index] = result.value;
1420
1595
  }
1421
1596
  function handleTupleResults(itemResults, final, items, input, optoutStart) {
1422
- // Walk results in order. Mirror $ZodObject's swallow-on-absent-optional
1423
- // rule, but only after `optoutStart`: the first index where the output
1424
- // tuple tail can be absent.
1597
+ // Walk results in order. Mirror $ZodObject's swallow-on-absent-optional rule, but only after `optoutStart`: the first index where the output tuple tail can be absent.
1425
1598
  for (let i = 0; i < items.length; i++) {
1426
1599
  const r = itemResults[i];
1427
1600
  const isPresent = i < input.length;
1601
+ // The array analog of `handlePropertyResult`'s absent-key early return: the middle rung permits absence without supplying anything in its place, so the tail truncates here instead of materializing whatever the item made of `undefined`.
1602
+ if (!isPresent && i >= optoutStart && items[i]._zod.optin === "optional") {
1603
+ final.value.length = i;
1604
+ break;
1605
+ }
1428
1606
  if (r.issues.length) {
1429
1607
  if (!isPresent && i >= optoutStart) {
1430
1608
  final.value.length = i;
@@ -1452,6 +1630,8 @@ function handleTupleResults(itemResults, final, items, input, optoutStart) {
1452
1630
  }
1453
1631
  exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1454
1632
  exports.$ZodType.init(inst, def);
1633
+ const memo = core.globalConfig.memoizer;
1634
+ memo?.attach(inst);
1455
1635
  inst._zod.parse = (payload, ctx) => {
1456
1636
  const input = payload.value;
1457
1637
  if (!util.isPlainObject(input)) {
@@ -1465,12 +1645,15 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1465
1645
  }
1466
1646
  const proms = [];
1467
1647
  const values = def.keyType._zod.values;
1468
- if (values) {
1469
- payload.value = {};
1648
+ if (values && !def.partial) {
1649
+ payload.value = memo ? memo.alloc(inst, payload, {}, ctx) : {};
1470
1650
  const recordKeys = new Set();
1471
1651
  for (const key of values) {
1472
1652
  if (typeof key === "string" || typeof key === "number" || typeof key === "symbol") {
1473
1653
  recordKeys.add(typeof key === "number" ? key.toString() : key);
1654
+ // A declared __proto__ is stripped but is not an unrecognized key.
1655
+ if (key === "__proto__")
1656
+ continue;
1474
1657
  const keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx);
1475
1658
  if (keyResult instanceof Promise) {
1476
1659
  throw new Error("Async schemas not supported in object keys currently");
@@ -1487,6 +1670,8 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1487
1670
  continue;
1488
1671
  }
1489
1672
  const outKey = keyResult.value;
1673
+ if (outKey === "__proto__")
1674
+ continue;
1490
1675
  const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
1491
1676
  if (result instanceof Promise) {
1492
1677
  proms.push(result.then((result) => {
@@ -1507,8 +1692,16 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1507
1692
  let unrecognized;
1508
1693
  for (const key in input) {
1509
1694
  if (!recordKeys.has(key)) {
1510
- unrecognized = unrecognized ?? [];
1511
- unrecognized.push(key);
1695
+ if (def.mode === "loose") {
1696
+ // skip __proto__ so it can't replace the result prototype via the assignment setter on the plain {} we build into
1697
+ if (key === "__proto__")
1698
+ continue;
1699
+ payload.value[key] = input[key];
1700
+ }
1701
+ else {
1702
+ unrecognized = unrecognized ?? [];
1703
+ unrecognized.push(key);
1704
+ }
1512
1705
  }
1513
1706
  }
1514
1707
  if (unrecognized && unrecognized.length > 0) {
@@ -1517,11 +1710,14 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1517
1710
  input,
1518
1711
  inst,
1519
1712
  keys: unrecognized,
1713
+ continue: true,
1520
1714
  });
1521
1715
  }
1522
1716
  }
1523
1717
  else {
1524
- payload.value = {};
1718
+ payload.value = memo ? memo.alloc(inst, payload, {}, ctx) : {};
1719
+ // An enumerable key schema declares which keys the record owns, so a key outside the set is unrecognized. A non-enumerable one (regex, refine) is a constraint every key must satisfy, so a failing key is invalid. Only the former is reconcilable against the other side of an intersection.
1720
+ let unrecognized;
1525
1721
  // Reflect.ownKeys for Symbol-key support; filter non-enumerable to match z.object()
1526
1722
  for (const key of Reflect.ownKeys(input)) {
1527
1723
  if (key === "__proto__")
@@ -1532,8 +1728,7 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1532
1728
  if (keyResult instanceof Promise) {
1533
1729
  throw new Error("Async schemas not supported in object keys currently");
1534
1730
  }
1535
- // Numeric string fallback: if key is a numeric string and failed, retry with Number(key)
1536
- // This handles z.number(), z.literal([1, 2, 3]), and unions containing numeric literals
1731
+ // Numeric string fallback: if key is a numeric string and failed, retry with Number(key). This handles z.number(), z.literal([1, 2, 3]), and unions containing numeric literals
1537
1732
  const checkNumericKey = typeof key === "string" && regexes.number.test(key) && keyResult.issues.length;
1538
1733
  if (checkNumericKey) {
1539
1734
  const retryResult = def.keyType._zod.run({ value: Number(key), issues: [] }, ctx);
@@ -1549,6 +1744,10 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1549
1744
  // Pass through unchanged
1550
1745
  payload.value[key] = input[key];
1551
1746
  }
1747
+ else if (values) {
1748
+ unrecognized = unrecognized ?? [];
1749
+ unrecognized.push(key);
1750
+ }
1552
1751
  else {
1553
1752
  // Default "strict" behavior: error on invalid key
1554
1753
  payload.issues.push({
@@ -1562,22 +1761,35 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1562
1761
  }
1563
1762
  continue;
1564
1763
  }
1764
+ // the guard above tests the raw input key, but the key schema can normalize an ordinary key into __proto__; re-check the key we actually write under
1765
+ const outKey = keyResult.value;
1766
+ if (outKey === "__proto__")
1767
+ continue;
1565
1768
  const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
1566
1769
  if (result instanceof Promise) {
1567
1770
  proms.push(result.then((result) => {
1568
1771
  if (result.issues.length) {
1569
1772
  payload.issues.push(...util.prefixIssues(key, result.issues));
1570
1773
  }
1571
- payload.value[keyResult.value] = result.value;
1774
+ payload.value[outKey] = result.value;
1572
1775
  }));
1573
1776
  }
1574
1777
  else {
1575
1778
  if (result.issues.length) {
1576
1779
  payload.issues.push(...util.prefixIssues(key, result.issues));
1577
1780
  }
1578
- payload.value[keyResult.value] = result.value;
1781
+ payload.value[outKey] = result.value;
1579
1782
  }
1580
1783
  }
1784
+ if (unrecognized && unrecognized.length > 0) {
1785
+ payload.issues.push({
1786
+ code: "unrecognized_keys",
1787
+ input,
1788
+ inst,
1789
+ keys: unrecognized,
1790
+ continue: true,
1791
+ });
1792
+ }
1581
1793
  }
1582
1794
  if (proms.length) {
1583
1795
  return Promise.all(proms).then(() => payload);
@@ -1587,6 +1799,8 @@ exports.$ZodRecord = core.$constructor("$ZodRecord", (inst, def) => {
1587
1799
  });
1588
1800
  exports.$ZodMap = core.$constructor("$ZodMap", (inst, def) => {
1589
1801
  exports.$ZodType.init(inst, def);
1802
+ const memo = core.globalConfig.memoizer;
1803
+ memo?.attach(inst);
1590
1804
  inst._zod.parse = (payload, ctx) => {
1591
1805
  const input = payload.value;
1592
1806
  if (!(input instanceof Map)) {
@@ -1599,7 +1813,7 @@ exports.$ZodMap = core.$constructor("$ZodMap", (inst, def) => {
1599
1813
  return payload;
1600
1814
  }
1601
1815
  const proms = [];
1602
- payload.value = new Map();
1816
+ payload.value = memo ? memo.alloc(inst, payload, new Map(), ctx) : new Map();
1603
1817
  for (const [key, value] of input) {
1604
1818
  const keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx);
1605
1819
  const valueResult = def.valueType._zod.run({ value: value, issues: [] }, ctx);
@@ -1651,6 +1865,8 @@ function handleMapResult(keyResult, valueResult, final, key, input, inst, ctx) {
1651
1865
  }
1652
1866
  exports.$ZodSet = core.$constructor("$ZodSet", (inst, def) => {
1653
1867
  exports.$ZodType.init(inst, def);
1868
+ const memo = core.globalConfig.memoizer;
1869
+ memo?.attach(inst);
1654
1870
  inst._zod.parse = (payload, ctx) => {
1655
1871
  const input = payload.value;
1656
1872
  if (!(input instanceof Set)) {
@@ -1663,7 +1879,7 @@ exports.$ZodSet = core.$constructor("$ZodSet", (inst, def) => {
1663
1879
  return payload;
1664
1880
  }
1665
1881
  const proms = [];
1666
- payload.value = new Set();
1882
+ payload.value = memo ? memo.alloc(inst, payload, new Set(), ctx) : new Set();
1667
1883
  for (const item of input) {
1668
1884
  const result = def.valueType._zod.run({ value: item, issues: [] }, ctx);
1669
1885
  if (result instanceof Promise) {
@@ -1688,10 +1904,9 @@ exports.$ZodEnum = core.$constructor("$ZodEnum", (inst, def) => {
1688
1904
  const values = util.getEnumValues(def.entries);
1689
1905
  const valuesSet = new Set(values);
1690
1906
  inst._zod.values = valuesSet;
1691
- inst._zod.pattern = new RegExp(`^(${values
1692
- .filter((k) => util.propertyKeyTypes.has(typeof k))
1693
- .map((o) => (typeof o === "string" ? util.escapeRegex(o) : o.toString()))
1694
- .join("|")})$`);
1907
+ const patternValues = values.filter((k) => util.propertyKeyTypes.has(typeof k));
1908
+ // unmatchable fallback, RE2-safe: an empty alternation would compile to /^()$/, which matches ""
1909
+ inst._zod.pattern = new RegExp(patternValues.length ? `^(${patternValues.map((o) => util.escapeRegex(o.toString())).join("|")})$` : "^[^\\s\\S]$");
1695
1910
  inst._zod.parse = (payload, _ctx) => {
1696
1911
  const input = payload.value;
1697
1912
  if (valuesSet.has(input)) {
@@ -1708,14 +1923,14 @@ exports.$ZodEnum = core.$constructor("$ZodEnum", (inst, def) => {
1708
1923
  });
1709
1924
  exports.$ZodLiteral = core.$constructor("$ZodLiteral", (inst, def) => {
1710
1925
  exports.$ZodType.init(inst, def);
1711
- if (def.values.length === 0) {
1712
- throw new Error("Cannot create literal schema with no valid values");
1713
- }
1714
1926
  const values = new Set(def.values);
1715
1927
  inst._zod.values = values;
1716
- inst._zod.pattern = new RegExp(`^(${def.values
1717
- .map((o) => (typeof o === "string" ? util.escapeRegex(o) : o ? util.escapeRegex(o.toString()) : String(o)))
1718
- .join("|")})$`);
1928
+ // unmatchable fallback, RE2-safe: an empty alternation would compile to /^()$/, which matches ""
1929
+ inst._zod.pattern = new RegExp(def.values.length
1930
+ ? `^(${def.values
1931
+ .map((o) => (typeof o === "string" ? util.escapeRegex(o) : o ? util.escapeRegex(o.toString()) : String(o)))
1932
+ .join("|")})$`
1933
+ : "^[^\\s\\S]$");
1719
1934
  inst._zod.parse = (payload, _ctx) => {
1720
1935
  const input = payload.value;
1721
1936
  if (values.has(input)) {
@@ -1749,6 +1964,7 @@ exports.$ZodFile = core.$constructor("$ZodFile", (inst, def) => {
1749
1964
  exports.$ZodTransform = core.$constructor("$ZodTransform", (inst, def) => {
1750
1965
  exports.$ZodType.init(inst, def);
1751
1966
  inst._zod.optin = "optional";
1967
+ core.globalConfig.memoizer?.guard(inst);
1752
1968
  inst._zod.parse = (payload, ctx) => {
1753
1969
  if (ctx.direction === "backward") {
1754
1970
  throw new core.$ZodEncodeError(inst.constructor.name);
@@ -1758,7 +1974,6 @@ exports.$ZodTransform = core.$constructor("$ZodTransform", (inst, def) => {
1758
1974
  const output = _out instanceof Promise ? _out : Promise.resolve(_out);
1759
1975
  return output.then((output) => {
1760
1976
  payload.value = output;
1761
- payload.fallback = true;
1762
1977
  return payload;
1763
1978
  });
1764
1979
  }
@@ -1766,37 +1981,37 @@ exports.$ZodTransform = core.$constructor("$ZodTransform", (inst, def) => {
1766
1981
  throw new core.$ZodAsyncError();
1767
1982
  }
1768
1983
  payload.value = _out;
1769
- payload.fallback = true;
1770
1984
  return payload;
1771
1985
  };
1772
1986
  });
1773
- function handleOptionalResult(result, input) {
1774
- if (input === undefined && (result.issues.length || result.fallback)) {
1775
- return { issues: [], value: undefined };
1776
- }
1777
- return result;
1987
+ function handleOptionalResult(payload, result) {
1988
+ // A substituting schema that still failed has no usable answer; yield undefined. Its issues are simply dropped: it ran on a payload of its own, so there is no shared array to truncate and nothing of the caller's to lose with it.
1989
+ payload.value = result.issues.length ? undefined : result.value;
1990
+ return payload;
1778
1991
  }
1779
1992
  exports.$ZodOptional = core.$constructor("$ZodOptional", (inst, def) => {
1780
1993
  exports.$ZodType.init(inst, def);
1781
- inst._zod.optin = "optional";
1994
+ // .optional() propagates absence rather than substituting for it, so a defaulted inner keeps its rung.
1995
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional");
1782
1996
  inst._zod.optout = "optional";
1783
- util.defineLazy(inst._zod, "values", () => {
1784
- return def.innerType._zod.values ? new Set([...def.innerType._zod.values, undefined]) : undefined;
1997
+ util.defineLazyInternal(inst, "values", (zod) => {
1998
+ const values = zod.def.innerType._zod.values;
1999
+ return values ? new Set([...values, undefined]) : undefined;
1785
2000
  });
1786
- util.defineLazy(inst._zod, "pattern", () => {
1787
- const pattern = def.innerType._zod.pattern;
2001
+ util.defineLazyInternal(inst, "pattern", (zod) => {
2002
+ const pattern = zod.def.innerType._zod.pattern;
1788
2003
  return pattern ? new RegExp(`^(${util.cleanRegex(pattern.source)})?$`) : undefined;
1789
2004
  });
1790
2005
  inst._zod.parse = (payload, ctx) => {
1791
- if (def.innerType._zod.optin === "optional") {
1792
- const input = payload.value;
1793
- const result = def.innerType._zod.run(payload, ctx);
1794
- if (result instanceof Promise)
1795
- return result.then((r) => handleOptionalResult(r, input));
1796
- return handleOptionalResult(result, input);
1797
- }
1798
2006
  if (payload.value === undefined) {
1799
- return payload;
2007
+ // Only the top rung substitutes a value for absence; everything else leaves it intact, which is what .optional() means.
2008
+ if (def.innerType._zod.optin !== "defaulted")
2009
+ return payload;
2010
+ // Its own payload, for the same reason $ZodCatch gets one: a pipe forwards an unrecognized key through the caller's issues array, and this must not read that as the substituting schema failing and drop it.
2011
+ const result = def.innerType._zod.run({ value: payload.value, issues: [] }, ctx);
2012
+ if (result instanceof Promise)
2013
+ return result.then((result) => handleOptionalResult(payload, result));
2014
+ return handleOptionalResult(payload, result);
1800
2015
  }
1801
2016
  return def.innerType._zod.run(payload, ctx);
1802
2017
  };
@@ -1805,8 +2020,8 @@ exports.$ZodExactOptional = core.$constructor("$ZodExactOptional", (inst, def) =
1805
2020
  // Call parent init - inherits optin/optout = "optional"
1806
2021
  exports.$ZodOptional.init(inst, def);
1807
2022
  // Override values/pattern to NOT add undefined
1808
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
1809
- util.defineLazy(inst._zod, "pattern", () => def.innerType._zod.pattern);
2023
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.innerType._zod.values);
2024
+ util.defineLazyInternal(inst, "pattern", (zod) => zod.def.innerType._zod.pattern);
1810
2025
  // Override parse to just delegate (no undefined handling)
1811
2026
  inst._zod.parse = (payload, ctx) => {
1812
2027
  return def.innerType._zod.run(payload, ctx);
@@ -1814,14 +2029,14 @@ exports.$ZodExactOptional = core.$constructor("$ZodExactOptional", (inst, def) =
1814
2029
  });
1815
2030
  exports.$ZodNullable = core.$constructor("$ZodNullable", (inst, def) => {
1816
2031
  exports.$ZodType.init(inst, def);
1817
- util.defineLazy(inst._zod, "optin", () => def.innerType._zod.optin);
1818
- util.defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
1819
- util.defineLazy(inst._zod, "pattern", () => {
1820
- const pattern = def.innerType._zod.pattern;
2032
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.innerType._zod.optin);
2033
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.innerType._zod.optout);
2034
+ util.defineLazyInternal(inst, "pattern", (zod) => {
2035
+ const pattern = zod.def.innerType._zod.pattern;
1821
2036
  return pattern ? new RegExp(`^(${util.cleanRegex(pattern.source)}|null)$`) : undefined;
1822
2037
  });
1823
- util.defineLazy(inst._zod, "values", () => {
1824
- return def.innerType._zod.values ? new Set([...def.innerType._zod.values, null]) : undefined;
2038
+ util.defineLazyInternal(inst, "values", (zod) => {
2039
+ return zod.def.innerType._zod.values ? new Set([...zod.def.innerType._zod.values, null]) : undefined;
1825
2040
  });
1826
2041
  inst._zod.parse = (payload, ctx) => {
1827
2042
  // Forward direction (decode): allow null to pass through
@@ -1833,8 +2048,8 @@ exports.$ZodNullable = core.$constructor("$ZodNullable", (inst, def) => {
1833
2048
  exports.$ZodDefault = core.$constructor("$ZodDefault", (inst, def) => {
1834
2049
  exports.$ZodType.init(inst, def);
1835
2050
  // inst._zod.qin = "true";
1836
- inst._zod.optin = "optional";
1837
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
2051
+ inst._zod.optin = "defaulted";
2052
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.innerType._zod.values);
1838
2053
  inst._zod.parse = (payload, ctx) => {
1839
2054
  if (ctx.direction === "backward") {
1840
2055
  return def.innerType._zod.run(payload, ctx);
@@ -1863,8 +2078,8 @@ function handleDefaultResult(payload, def) {
1863
2078
  }
1864
2079
  exports.$ZodPrefault = core.$constructor("$ZodPrefault", (inst, def) => {
1865
2080
  exports.$ZodType.init(inst, def);
1866
- inst._zod.optin = "optional";
1867
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
2081
+ inst._zod.optin = "defaulted";
2082
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.innerType._zod.values);
1868
2083
  inst._zod.parse = (payload, ctx) => {
1869
2084
  if (ctx.direction === "backward") {
1870
2085
  return def.innerType._zod.run(payload, ctx);
@@ -1878,8 +2093,8 @@ exports.$ZodPrefault = core.$constructor("$ZodPrefault", (inst, def) => {
1878
2093
  });
1879
2094
  exports.$ZodNonOptional = core.$constructor("$ZodNonOptional", (inst, def) => {
1880
2095
  exports.$ZodType.init(inst, def);
1881
- util.defineLazy(inst._zod, "values", () => {
1882
- const v = def.innerType._zod.values;
2096
+ util.defineLazyInternal(inst, "values", (zod) => {
2097
+ const v = zod.def.innerType._zod.values;
1883
2098
  return v ? new Set([...v].filter((x) => x !== undefined)) : undefined;
1884
2099
  });
1885
2100
  inst._zod.parse = (payload, ctx) => {
@@ -1918,47 +2133,40 @@ exports.$ZodSuccess = core.$constructor("$ZodSuccess", (inst, def) => {
1918
2133
  return payload;
1919
2134
  };
1920
2135
  });
2136
+ function handleCatchResult(payload, result, def, ctx) {
2137
+ if (!result.issues.length) {
2138
+ payload.value = result.value;
2139
+ // The value carries up, so the flag describing it has to carry with it: a back-edge into a node still being parsed must not be frozen by an enclosing readonly, and its checks belong to the node itself. Guarded so the ordinary case adds no own property.
2140
+ if (result.memo)
2141
+ payload.memo = true;
2142
+ return payload;
2143
+ }
2144
+ // Spread the inner's own payload, not ours: `value` has to stay the input the catch was handed, and the inner ran on a payload of its own so its issues are already private to this call.
2145
+ payload.value = def.catchValue({
2146
+ ...result,
2147
+ value: payload.value,
2148
+ error: {
2149
+ issues: result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
2150
+ },
2151
+ input: payload.value,
2152
+ });
2153
+ return payload;
2154
+ }
1921
2155
  exports.$ZodCatch = core.$constructor("$ZodCatch", (inst, def) => {
1922
2156
  exports.$ZodType.init(inst, def);
1923
- inst._zod.optin = "optional";
1924
- util.defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
1925
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
2157
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional");
2158
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.innerType._zod.optout);
2159
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.innerType._zod.values);
1926
2160
  inst._zod.parse = (payload, ctx) => {
1927
2161
  if (ctx.direction === "backward") {
1928
2162
  return def.innerType._zod.run(payload, ctx);
1929
2163
  }
1930
2164
  // Forward direction (decode): apply catch logic
1931
- const result = def.innerType._zod.run(payload, ctx);
2165
+ const result = def.innerType._zod.run({ value: payload.value, issues: [] }, ctx);
1932
2166
  if (result instanceof Promise) {
1933
- return result.then((result) => {
1934
- payload.value = result.value;
1935
- if (result.issues.length) {
1936
- payload.value = def.catchValue({
1937
- ...payload,
1938
- error: {
1939
- issues: result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
1940
- },
1941
- input: payload.value,
1942
- });
1943
- payload.issues = [];
1944
- payload.fallback = true;
1945
- }
1946
- return payload;
1947
- });
1948
- }
1949
- payload.value = result.value;
1950
- if (result.issues.length) {
1951
- payload.value = def.catchValue({
1952
- ...payload,
1953
- error: {
1954
- issues: result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
1955
- },
1956
- input: payload.value,
1957
- });
1958
- payload.issues = [];
1959
- payload.fallback = true;
2167
+ return result.then((result) => handleCatchResult(payload, result, def, ctx));
1960
2168
  }
1961
- return payload;
2169
+ return handleCatchResult(payload, result, def, ctx);
1962
2170
  };
1963
2171
  });
1964
2172
  exports.$ZodNaN = core.$constructor("$ZodNaN", (inst, def) => {
@@ -1978,10 +2186,10 @@ exports.$ZodNaN = core.$constructor("$ZodNaN", (inst, def) => {
1978
2186
  });
1979
2187
  exports.$ZodPipe = core.$constructor("$ZodPipe", (inst, def) => {
1980
2188
  exports.$ZodType.init(inst, def);
1981
- util.defineLazy(inst._zod, "values", () => def.in._zod.values);
1982
- util.defineLazy(inst._zod, "optin", () => def.in._zod.optin);
1983
- util.defineLazy(inst._zod, "optout", () => def.out._zod.optout);
1984
- util.defineLazy(inst._zod, "propValues", () => def.in._zod.propValues);
2189
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.in._zod.values);
2190
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.in._zod.optin);
2191
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.out._zod.optout);
2192
+ util.defineLazyInternal(inst, "propValues", (zod) => zod.def.in._zod.propValues);
1985
2193
  inst._zod.parse = (payload, ctx) => {
1986
2194
  if (ctx.direction === "backward") {
1987
2195
  const right = def.out._zod.run(payload, ctx);
@@ -1998,19 +2206,20 @@ exports.$ZodPipe = core.$constructor("$ZodPipe", (inst, def) => {
1998
2206
  };
1999
2207
  });
2000
2208
  function handlePipeResult(left, next, ctx) {
2001
- if (left.issues.length) {
2209
+ // Any issue stops the pipe, so a failing refinement never feeds its transform. An unrecognized key is the exception: it describes the input's extra properties, not the value being piped, and an enclosing intersection may yet reconcile it.
2210
+ if (left.issues.some((iss) => iss.code !== "unrecognized_keys")) {
2002
2211
  // prevent further checks
2003
2212
  left.aborted = true;
2004
2213
  return left;
2005
2214
  }
2006
- return next._zod.run({ value: left.value, issues: left.issues, fallback: left.fallback }, ctx);
2215
+ return next._zod.run({ value: left.value, issues: left.issues }, ctx);
2007
2216
  }
2008
2217
  exports.$ZodCodec = core.$constructor("$ZodCodec", (inst, def) => {
2009
2218
  exports.$ZodType.init(inst, def);
2010
- util.defineLazy(inst._zod, "values", () => def.in._zod.values);
2011
- util.defineLazy(inst._zod, "optin", () => def.in._zod.optin);
2012
- util.defineLazy(inst._zod, "optout", () => def.out._zod.optout);
2013
- util.defineLazy(inst._zod, "propValues", () => def.in._zod.propValues);
2219
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.in._zod.values);
2220
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.in._zod.optin);
2221
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.out._zod.optout);
2222
+ util.defineLazyInternal(inst, "propValues", (zod) => zod.def.in._zod.propValues);
2014
2223
  inst._zod.parse = (payload, ctx) => {
2015
2224
  const direction = ctx.direction || "forward";
2016
2225
  if (direction === "forward") {
@@ -2064,10 +2273,10 @@ exports.$ZodPreprocess = core.$constructor("$ZodPreprocess", (inst, def) => {
2064
2273
  });
2065
2274
  exports.$ZodReadonly = core.$constructor("$ZodReadonly", (inst, def) => {
2066
2275
  exports.$ZodType.init(inst, def);
2067
- util.defineLazy(inst._zod, "propValues", () => def.innerType._zod.propValues);
2068
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
2069
- util.defineLazy(inst._zod, "optin", () => def.innerType?._zod?.optin);
2070
- util.defineLazy(inst._zod, "optout", () => def.innerType?._zod?.optout);
2276
+ util.defineLazyInternal(inst, "propValues", (zod) => zod.def.innerType._zod.propValues);
2277
+ util.defineLazyInternal(inst, "values", (zod) => zod.def.innerType._zod.values);
2278
+ util.defineLazyInternal(inst, "optin", (zod) => zod.def.innerType?._zod?.optin);
2279
+ util.defineLazyInternal(inst, "optout", (zod) => zod.def.innerType?._zod?.optout);
2071
2280
  inst._zod.parse = (payload, ctx) => {
2072
2281
  if (ctx.direction === "backward") {
2073
2282
  return def.innerType._zod.run(payload, ctx);
@@ -2080,7 +2289,9 @@ exports.$ZodReadonly = core.$constructor("$ZodReadonly", (inst, def) => {
2080
2289
  };
2081
2290
  });
2082
2291
  function handleReadonlyResult(payload) {
2083
- payload.value = Object.freeze(payload.value);
2292
+ // A repeat visit hands back a node that is still being built; freezing it here would make the rest of its keys fail to assign.
2293
+ if (!payload.memo)
2294
+ payload.value = Object.freeze(payload.value);
2084
2295
  return payload;
2085
2296
  }
2086
2297
  exports.$ZodTemplateLiteral = core.$constructor("$ZodTemplateLiteral", (inst, def) => {
@@ -2134,33 +2345,35 @@ exports.$ZodTemplateLiteral = core.$constructor("$ZodTemplateLiteral", (inst, de
2134
2345
  });
2135
2346
  exports.$ZodFunction = core.$constructor("$ZodFunction", (inst, def) => {
2136
2347
  exports.$ZodType.init(inst, def);
2137
- inst._def = def;
2348
+ // Defined, not assigned: the classic prototype exposes `_def` as a getter with no setter.
2349
+ Object.defineProperty(inst, "_def", { value: def });
2138
2350
  inst._zod.def = def;
2139
2351
  inst.implement = (func) => {
2140
2352
  if (typeof func !== "function") {
2141
2353
  throw new Error("implement() must be called with a function");
2142
2354
  }
2143
- return function (...args) {
2355
+ // Defined inline so the closure stays anonymous: binding it to a `const` first names it, which costs 256 bytes per implemented function.
2356
+ return Object.defineProperty(function (...args) {
2144
2357
  const parsedArgs = inst._def.input ? (0, parse_js_1.parse)(inst._def.input, args) : args;
2145
2358
  const result = Reflect.apply(func, this, parsedArgs);
2146
2359
  if (inst._def.output) {
2147
2360
  return (0, parse_js_1.parse)(inst._def.output, result);
2148
2361
  }
2149
2362
  return result;
2150
- };
2363
+ }, "_zod", { value: inst._zod, enumerable: false });
2151
2364
  };
2152
2365
  inst.implementAsync = (func) => {
2153
2366
  if (typeof func !== "function") {
2154
2367
  throw new Error("implementAsync() must be called with a function");
2155
2368
  }
2156
- return async function (...args) {
2369
+ return Object.defineProperty(async function (...args) {
2157
2370
  const parsedArgs = inst._def.input ? await (0, parse_js_1.parseAsync)(inst._def.input, args) : args;
2158
2371
  const result = await Reflect.apply(func, this, parsedArgs);
2159
2372
  if (inst._def.output) {
2160
2373
  return await (0, parse_js_1.parseAsync)(inst._def.output, result);
2161
2374
  }
2162
2375
  return result;
2163
- };
2376
+ }, "_zod", { value: inst._zod, enumerable: false });
2164
2377
  };
2165
2378
  inst._zod.parse = (payload, _ctx) => {
2166
2379
  if (typeof payload.value !== "function") {
@@ -2219,19 +2432,17 @@ exports.$ZodPromise = core.$constructor("$ZodPromise", (inst, def) => {
2219
2432
  });
2220
2433
  exports.$ZodLazy = core.$constructor("$ZodLazy", (inst, def) => {
2221
2434
  exports.$ZodType.init(inst, def);
2222
- // Cache the resolved inner type on the shared `def` so all clones of this
2223
- // lazy (e.g. via `.describe()`/`.meta()`) share the same inner instance,
2224
- // preserving identity for cycle detection on recursive schemas.
2435
+ // Cache the resolved inner type on the shared `def` so all clones of this lazy (e.g. via `.describe()`/`.meta()`) share the same inner instance, preserving identity for cycle detection on recursive schemas.
2225
2436
  util.defineLazy(inst._zod, "innerType", () => {
2226
2437
  const d = def;
2227
2438
  if (!d._cachedInner)
2228
2439
  d._cachedInner = def.getter();
2229
2440
  return d._cachedInner;
2230
2441
  });
2231
- util.defineLazy(inst._zod, "pattern", () => inst._zod.innerType?._zod?.pattern);
2232
- util.defineLazy(inst._zod, "propValues", () => inst._zod.innerType?._zod?.propValues);
2233
- util.defineLazy(inst._zod, "optin", () => inst._zod.innerType?._zod?.optin ?? undefined);
2234
- util.defineLazy(inst._zod, "optout", () => inst._zod.innerType?._zod?.optout ?? undefined);
2442
+ util.defineLazyInternal(inst, "pattern", (zod) => zod.innerType?._zod?.pattern);
2443
+ util.defineLazyInternal(inst, "propValues", (zod) => zod.innerType?._zod?.propValues);
2444
+ util.defineLazyInternal(inst, "optin", (zod) => zod.innerType?._zod?.optin ?? undefined);
2445
+ util.defineLazyInternal(inst, "optout", (zod) => zod.innerType?._zod?.optout ?? undefined);
2235
2446
  inst._zod.parse = (payload, ctx) => {
2236
2447
  const inner = inst._zod.innerType;
2237
2448
  return inner._zod.run(payload, ctx);