aws-runtime-bridge 1.9.134 → 1.9.137

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 (820) hide show
  1. package/dist/adapter/AcodeSdkAdapter.d.ts +8 -0
  2. package/dist/adapter/AcodeSdkAdapter.js +5 -5
  3. package/dist/config.d.ts +4 -0
  4. package/dist/config.js +2 -2
  5. package/dist/index.js +1 -1
  6. package/dist/routes/ai-sources.js +1 -1
  7. package/dist/routes/capabilities.d.ts +2 -0
  8. package/dist/routes/capabilities.js +2 -0
  9. package/dist/routes/instance.d.ts +0 -1
  10. package/dist/routes/instance.js +1 -1
  11. package/dist/routes/mcp-extra.d.ts +2 -0
  12. package/dist/routes/mcp-extra.js +3 -0
  13. package/dist/routes/mcp.d.ts +1 -0
  14. package/dist/routes/mcp.js +1 -1
  15. package/dist/routes/plugins.d.ts +2 -0
  16. package/dist/routes/plugins.js +2 -0
  17. package/dist/routes/skills.d.ts +1 -0
  18. package/dist/routes/skills.js +1 -1
  19. package/dist/routes/terminal.js +25 -25
  20. package/dist/services/agent-capability-sync.d.ts +7 -0
  21. package/dist/services/agent-capability-sync.js +2 -0
  22. package/{package/cc-switch-sdk/dist → dist}/services/ai-config-service.d.ts +3 -0
  23. package/dist/services/ai-config-service.js +4 -0
  24. package/dist/services/ai-source-apply.d.ts +1 -1
  25. package/dist/services/ai-source-apply.js +1 -1
  26. package/dist/services/capability-config.d.ts +21 -0
  27. package/dist/services/capability-config.js +3 -0
  28. package/dist/services/instance-ai-config-service.d.ts +1 -0
  29. package/dist/services/instance-ai-config-service.js +1 -1
  30. package/dist/services/instance-features.d.ts +21 -0
  31. package/dist/services/instance-features.js +1 -1
  32. package/dist/services/instance-init-service.d.ts +7 -4
  33. package/dist/services/instance-init-service.js +1 -1
  34. package/dist/services/instance-state.js +1 -1
  35. package/dist/services/legacy-path-migration.d.ts +2 -0
  36. package/dist/services/legacy-path-migration.js +1 -1
  37. package/dist/services/mcp-deploy.d.ts +49 -0
  38. package/dist/services/mcp-deploy.js +4 -0
  39. package/dist/services/plugin-event-buffer.d.ts +49 -0
  40. package/dist/services/plugin-event-buffer.js +2 -0
  41. package/dist/services/plugin-manager.d.ts +240 -0
  42. package/dist/services/plugin-manager.js +10 -0
  43. package/dist/services/plugin-package.d.ts +8 -0
  44. package/dist/services/plugin-package.js +2 -0
  45. package/dist/services/skill-manager.d.ts +41 -0
  46. package/dist/services/skill-manager.js +3 -0
  47. package/dist/types.d.ts +11 -61
  48. package/dist/utils/file-utils.d.ts +9 -6
  49. package/dist/utils/file-utils.js +2 -2
  50. package/dist/utils/mcp-utils.d.ts +1 -37
  51. package/dist/utils/mcp-utils.js +1 -1
  52. package/package/acode/dist/built-in-file-tools.js +2 -2
  53. package/package/acode/dist/commands/commandRegistry.d.ts +2 -0
  54. package/package/acode/dist/commands/commandRegistry.js +1 -1
  55. package/package/acode/dist/index.d.ts +2 -0
  56. package/package/acode/dist/index.js +1 -1
  57. package/package/acode/dist/plugin-tools.d.ts +14 -0
  58. package/package/acode/dist/plugin-tools.js +14 -0
  59. package/package/acode/dist/plugin-types.d.ts +109 -0
  60. package/package/acode/dist/runtime.d.ts +2 -0
  61. package/package/acode/dist/runtime.js +14 -14
  62. package/package/acode/dist/sub-agent-manager.js +1 -1
  63. package/package/acode/dist/types.d.ts +3 -0
  64. package/package/aws-client-agent-mcp/dist/agent-client.d.ts +9 -1
  65. package/package/aws-client-agent-mcp/dist/agent-client.js +1 -1
  66. package/package/aws-client-agent-mcp/dist/mcp-server.d.ts +11 -0
  67. package/package/aws-client-agent-mcp/dist/mcp-server.js +21 -21
  68. package/package/aws-client-agent-mcp/dist/mcp-tools.js +2 -4
  69. package/package/aws-client-agent-mcp/dist/memory-tools.js +8 -10
  70. package/package/aws-client-agent-mcp/dist/types.d.ts +21 -0
  71. package/package.json +4 -10
  72. package/dist/adapters/cc-switch/common.d.ts +0 -41
  73. package/dist/adapters/cc-switch/common.js +0 -2
  74. package/dist/adapters/cc-switch/index.d.ts +0 -19
  75. package/dist/adapters/cc-switch/index.js +0 -2
  76. package/dist/adapters/cc-switch/mcp-acode.d.ts +0 -10
  77. package/dist/adapters/cc-switch/mcp-acode.js +0 -2
  78. package/dist/adapters/cc-switch/mcp-claude.d.ts +0 -10
  79. package/dist/adapters/cc-switch/mcp-claude.js +0 -2
  80. package/dist/adapters/cc-switch/mcp-claudecode.d.ts +0 -10
  81. package/dist/adapters/cc-switch/mcp-claudecode.js +0 -2
  82. package/dist/adapters/cc-switch/mcp-codex.d.ts +0 -10
  83. package/dist/adapters/cc-switch/mcp-codex.js +0 -11
  84. package/dist/adapters/cc-switch/mcp-opencode.d.ts +0 -14
  85. package/dist/adapters/cc-switch/mcp-opencode.js +0 -2
  86. package/dist/adapters/cc-switch/mcp-placeholder.d.ts +0 -9
  87. package/dist/adapters/cc-switch/mcp-placeholder.js +0 -2
  88. package/dist/adapters/cc-switch/skill-acode.d.ts +0 -5
  89. package/dist/adapters/cc-switch/skill-acode.js +0 -2
  90. package/dist/adapters/cc-switch/skill-claude.d.ts +0 -5
  91. package/dist/adapters/cc-switch/skill-claude.js +0 -2
  92. package/dist/adapters/cc-switch/skill-claudecode.d.ts +0 -5
  93. package/dist/adapters/cc-switch/skill-claudecode.js +0 -2
  94. package/dist/adapters/cc-switch/skill-codex.d.ts +0 -4
  95. package/dist/adapters/cc-switch/skill-codex.js +0 -2
  96. package/dist/adapters/cc-switch/skill-directory.d.ts +0 -9
  97. package/dist/adapters/cc-switch/skill-directory.js +0 -3
  98. package/dist/adapters/cc-switch/skill-opencode.d.ts +0 -5
  99. package/dist/adapters/cc-switch/skill-opencode.js +0 -2
  100. package/dist/adapters/cc-switch/skill-placeholder.d.ts +0 -9
  101. package/dist/adapters/cc-switch/skill-placeholder.js +0 -2
  102. package/dist/services/cc-switch-sdk.d.ts +0 -17
  103. package/dist/services/cc-switch-sdk.js +0 -2
  104. package/dist/services/instance-service.d.ts +0 -78
  105. package/dist/services/instance-service.js +0 -2
  106. package/node_modules/@cc-switch/sdk/README.md +0 -541
  107. package/node_modules/@cc-switch/sdk/dist/constants.d.ts +0 -8
  108. package/node_modules/@cc-switch/sdk/dist/constants.js +0 -2
  109. package/node_modules/@cc-switch/sdk/dist/errors.d.ts +0 -5
  110. package/node_modules/@cc-switch/sdk/dist/errors.js +0 -2
  111. package/node_modules/@cc-switch/sdk/dist/index.d.ts +0 -5
  112. package/node_modules/@cc-switch/sdk/dist/index.js +0 -2
  113. package/node_modules/@cc-switch/sdk/dist/schemas.d.ts +0 -7
  114. package/node_modules/@cc-switch/sdk/dist/schemas.js +0 -2
  115. package/node_modules/@cc-switch/sdk/dist/sdk.d.ts +0 -59
  116. package/node_modules/@cc-switch/sdk/dist/sdk.js +0 -2
  117. package/node_modules/@cc-switch/sdk/dist/services/ai-config-service.d.ts +0 -81
  118. package/node_modules/@cc-switch/sdk/dist/services/ai-config-service.js +0 -4
  119. package/node_modules/@cc-switch/sdk/dist/services/mcp-model.d.ts +0 -16
  120. package/node_modules/@cc-switch/sdk/dist/services/mcp-model.js +0 -2
  121. package/node_modules/@cc-switch/sdk/dist/services/mcp-service.d.ts +0 -17
  122. package/node_modules/@cc-switch/sdk/dist/services/mcp-service.js +0 -2
  123. package/node_modules/@cc-switch/sdk/dist/services/skill-model.d.ts +0 -16
  124. package/node_modules/@cc-switch/sdk/dist/services/skill-model.js +0 -2
  125. package/node_modules/@cc-switch/sdk/dist/services/skill-service.d.ts +0 -16
  126. package/node_modules/@cc-switch/sdk/dist/services/skill-service.js +0 -2
  127. package/node_modules/@cc-switch/sdk/dist/state.d.ts +0 -3
  128. package/node_modules/@cc-switch/sdk/dist/state.js +0 -2
  129. package/node_modules/@cc-switch/sdk/dist/types.d.ts +0 -78
  130. package/node_modules/@cc-switch/sdk/dist/utils/fs.d.ts +0 -10
  131. package/node_modules/@cc-switch/sdk/dist/utils/fs.js +0 -3
  132. package/node_modules/@cc-switch/sdk/dist/utils/id.d.ts +0 -3
  133. package/node_modules/@cc-switch/sdk/dist/utils/id.js +0 -2
  134. package/node_modules/@cc-switch/sdk/package.json +0 -31
  135. package/node_modules/zod/LICENSE +0 -21
  136. package/node_modules/zod/README.md +0 -208
  137. package/node_modules/zod/index.cjs +0 -33
  138. package/node_modules/zod/index.d.cts +0 -4
  139. package/node_modules/zod/index.d.ts +0 -4
  140. package/node_modules/zod/index.js +0 -4
  141. package/node_modules/zod/locales/index.cjs +0 -17
  142. package/node_modules/zod/locales/index.d.cts +0 -1
  143. package/node_modules/zod/locales/index.d.ts +0 -1
  144. package/node_modules/zod/locales/index.js +0 -1
  145. package/node_modules/zod/locales/package.json +0 -6
  146. package/node_modules/zod/mini/index.cjs +0 -17
  147. package/node_modules/zod/mini/index.d.cts +0 -1
  148. package/node_modules/zod/mini/index.d.ts +0 -1
  149. package/node_modules/zod/mini/index.js +0 -1
  150. package/node_modules/zod/mini/package.json +0 -6
  151. package/node_modules/zod/package.json +0 -135
  152. package/node_modules/zod/src/index.ts +0 -4
  153. package/node_modules/zod/src/locales/index.ts +0 -1
  154. package/node_modules/zod/src/mini/index.ts +0 -1
  155. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  156. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  157. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  158. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  159. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  160. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  161. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  162. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  163. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  164. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  165. package/node_modules/zod/src/v3/errors.ts +0 -13
  166. package/node_modules/zod/src/v3/external.ts +0 -6
  167. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  168. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  169. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  170. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  171. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  172. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  173. package/node_modules/zod/src/v3/index.ts +0 -4
  174. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  175. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  176. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  177. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  178. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  179. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  180. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  181. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  182. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  183. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  184. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  185. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  186. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  187. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -56
  188. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  189. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  190. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  191. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  192. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  193. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  194. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  195. package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  196. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  197. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  198. package/node_modules/zod/src/v3/tests/function.test.ts +0 -257
  199. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  200. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  201. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  202. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  203. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  204. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  205. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  206. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  207. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  208. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -21
  209. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  210. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  211. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  212. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  213. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  214. package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  215. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  216. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  217. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  218. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  219. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  220. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  221. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  222. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  223. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  224. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  225. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  226. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  227. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  228. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  229. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  230. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  231. package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  232. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  233. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  234. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  235. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  236. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  237. package/node_modules/zod/src/v3/types.ts +0 -5138
  238. package/node_modules/zod/src/v4/classic/checks.ts +0 -31
  239. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  240. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  241. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  242. package/node_modules/zod/src/v4/classic/external.ts +0 -50
  243. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  244. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  245. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  246. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2197
  247. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  248. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  249. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  250. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  251. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  252. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  253. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  254. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  255. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  256. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  257. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  258. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  259. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  260. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  261. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  262. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  263. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  264. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  265. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  266. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  267. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  268. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  269. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  270. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  271. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  272. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -308
  273. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  274. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  275. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -844
  276. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  277. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  278. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  279. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  280. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  281. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  282. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  283. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  284. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  285. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  286. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  287. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -609
  288. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -136
  289. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -340
  290. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  291. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  292. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  293. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  294. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  295. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  296. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  297. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  298. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -356
  299. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  300. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -605
  301. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  302. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  303. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  304. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  305. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1080
  306. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  307. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -763
  308. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2622
  309. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  310. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  311. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -181
  312. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  313. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  314. package/node_modules/zod/src/v4/core/api.ts +0 -1621
  315. package/node_modules/zod/src/v4/core/checks.ts +0 -1287
  316. package/node_modules/zod/src/v4/core/config.ts +0 -15
  317. package/node_modules/zod/src/v4/core/core.ts +0 -115
  318. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  319. package/node_modules/zod/src/v4/core/errors.ts +0 -413
  320. package/node_modules/zod/src/v4/core/index.ts +0 -14
  321. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  322. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  323. package/node_modules/zod/src/v4/core/regexes.ts +0 -177
  324. package/node_modules/zod/src/v4/core/registries.ts +0 -97
  325. package/node_modules/zod/src/v4/core/schemas.ts +0 -4317
  326. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -64
  327. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -18
  328. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  329. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  330. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  331. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  332. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  333. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  334. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -1044
  335. package/node_modules/zod/src/v4/core/util.ts +0 -910
  336. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  337. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  338. package/node_modules/zod/src/v4/index.ts +0 -4
  339. package/node_modules/zod/src/v4/locales/ar.ts +0 -125
  340. package/node_modules/zod/src/v4/locales/az.ts +0 -121
  341. package/node_modules/zod/src/v4/locales/be.ts +0 -184
  342. package/node_modules/zod/src/v4/locales/bg.ts +0 -136
  343. package/node_modules/zod/src/v4/locales/ca.ts +0 -127
  344. package/node_modules/zod/src/v4/locales/cs.ts +0 -142
  345. package/node_modules/zod/src/v4/locales/da.ts +0 -141
  346. package/node_modules/zod/src/v4/locales/de.ts +0 -124
  347. package/node_modules/zod/src/v4/locales/en.ts +0 -127
  348. package/node_modules/zod/src/v4/locales/eo.ts +0 -125
  349. package/node_modules/zod/src/v4/locales/es.ts +0 -159
  350. package/node_modules/zod/src/v4/locales/fa.ts +0 -134
  351. package/node_modules/zod/src/v4/locales/fi.ts +0 -131
  352. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  353. package/node_modules/zod/src/v4/locales/fr.ts +0 -124
  354. package/node_modules/zod/src/v4/locales/he.ts +0 -125
  355. package/node_modules/zod/src/v4/locales/hu.ts +0 -126
  356. package/node_modules/zod/src/v4/locales/id.ts +0 -125
  357. package/node_modules/zod/src/v4/locales/index.ts +0 -47
  358. package/node_modules/zod/src/v4/locales/is.ts +0 -127
  359. package/node_modules/zod/src/v4/locales/it.ts +0 -125
  360. package/node_modules/zod/src/v4/locales/ja.ts +0 -122
  361. package/node_modules/zod/src/v4/locales/ka.ts +0 -138
  362. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  363. package/node_modules/zod/src/v4/locales/km.ts +0 -126
  364. package/node_modules/zod/src/v4/locales/ko.ts +0 -131
  365. package/node_modules/zod/src/v4/locales/lt.ts +0 -265
  366. package/node_modules/zod/src/v4/locales/mk.ts +0 -127
  367. package/node_modules/zod/src/v4/locales/ms.ts +0 -124
  368. package/node_modules/zod/src/v4/locales/nl.ts +0 -126
  369. package/node_modules/zod/src/v4/locales/no.ts +0 -124
  370. package/node_modules/zod/src/v4/locales/ota.ts +0 -125
  371. package/node_modules/zod/src/v4/locales/pl.ts +0 -126
  372. package/node_modules/zod/src/v4/locales/ps.ts +0 -133
  373. package/node_modules/zod/src/v4/locales/pt.ts +0 -123
  374. package/node_modules/zod/src/v4/locales/ru.ts +0 -184
  375. package/node_modules/zod/src/v4/locales/sl.ts +0 -126
  376. package/node_modules/zod/src/v4/locales/sv.ts +0 -127
  377. package/node_modules/zod/src/v4/locales/ta.ts +0 -125
  378. package/node_modules/zod/src/v4/locales/th.ts +0 -126
  379. package/node_modules/zod/src/v4/locales/tr.ts +0 -121
  380. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  381. package/node_modules/zod/src/v4/locales/uk.ts +0 -126
  382. package/node_modules/zod/src/v4/locales/ur.ts +0 -126
  383. package/node_modules/zod/src/v4/locales/vi.ts +0 -125
  384. package/node_modules/zod/src/v4/locales/yo.ts +0 -131
  385. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  386. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  387. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  388. package/node_modules/zod/src/v4/mini/coerce.ts +0 -22
  389. package/node_modules/zod/src/v4/mini/external.ts +0 -40
  390. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  391. package/node_modules/zod/src/v4/mini/iso.ts +0 -62
  392. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  393. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1725
  394. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  395. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  396. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  397. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  398. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  399. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  400. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  401. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -899
  402. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  403. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -200
  404. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  405. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  406. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -315
  407. package/node_modules/zod/src/v4-mini/index.ts +0 -1
  408. package/node_modules/zod/v3/ZodError.cjs +0 -138
  409. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  410. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  411. package/node_modules/zod/v3/ZodError.js +0 -133
  412. package/node_modules/zod/v3/errors.cjs +0 -17
  413. package/node_modules/zod/v3/errors.d.cts +0 -5
  414. package/node_modules/zod/v3/errors.d.ts +0 -5
  415. package/node_modules/zod/v3/errors.js +0 -9
  416. package/node_modules/zod/v3/external.cjs +0 -22
  417. package/node_modules/zod/v3/external.d.cts +0 -6
  418. package/node_modules/zod/v3/external.d.ts +0 -6
  419. package/node_modules/zod/v3/external.js +0 -6
  420. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  421. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  422. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  423. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  424. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  425. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  426. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  427. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  428. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  429. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  430. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  431. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  432. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  433. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  434. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  435. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  436. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  437. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  438. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  439. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  440. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  441. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  442. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  443. package/node_modules/zod/v3/helpers/util.js +0 -133
  444. package/node_modules/zod/v3/index.cjs +0 -33
  445. package/node_modules/zod/v3/index.d.cts +0 -4
  446. package/node_modules/zod/v3/index.d.ts +0 -4
  447. package/node_modules/zod/v3/index.js +0 -4
  448. package/node_modules/zod/v3/locales/en.cjs +0 -112
  449. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  450. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  451. package/node_modules/zod/v3/locales/en.js +0 -109
  452. package/node_modules/zod/v3/package.json +0 -6
  453. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  454. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  455. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  456. package/node_modules/zod/v3/standard-schema.js +0 -1
  457. package/node_modules/zod/v3/types.cjs +0 -3777
  458. package/node_modules/zod/v3/types.d.cts +0 -1034
  459. package/node_modules/zod/v3/types.d.ts +0 -1034
  460. package/node_modules/zod/v3/types.js +0 -3695
  461. package/node_modules/zod/v4/classic/checks.cjs +0 -32
  462. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  463. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  464. package/node_modules/zod/v4/classic/checks.js +0 -1
  465. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  466. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  467. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  468. package/node_modules/zod/v4/classic/coerce.js +0 -17
  469. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  470. package/node_modules/zod/v4/classic/compat.d.cts +0 -50
  471. package/node_modules/zod/v4/classic/compat.d.ts +0 -50
  472. package/node_modules/zod/v4/classic/compat.js +0 -31
  473. package/node_modules/zod/v4/classic/errors.cjs +0 -74
  474. package/node_modules/zod/v4/classic/errors.d.cts +0 -30
  475. package/node_modules/zod/v4/classic/errors.d.ts +0 -30
  476. package/node_modules/zod/v4/classic/errors.js +0 -48
  477. package/node_modules/zod/v4/classic/external.cjs +0 -70
  478. package/node_modules/zod/v4/classic/external.d.cts +0 -13
  479. package/node_modules/zod/v4/classic/external.d.ts +0 -13
  480. package/node_modules/zod/v4/classic/external.js +0 -18
  481. package/node_modules/zod/v4/classic/index.cjs +0 -33
  482. package/node_modules/zod/v4/classic/index.d.cts +0 -4
  483. package/node_modules/zod/v4/classic/index.d.ts +0 -4
  484. package/node_modules/zod/v4/classic/index.js +0 -4
  485. package/node_modules/zod/v4/classic/iso.cjs +0 -60
  486. package/node_modules/zod/v4/classic/iso.d.cts +0 -22
  487. package/node_modules/zod/v4/classic/iso.d.ts +0 -22
  488. package/node_modules/zod/v4/classic/iso.js +0 -30
  489. package/node_modules/zod/v4/classic/package.json +0 -6
  490. package/node_modules/zod/v4/classic/parse.cjs +0 -41
  491. package/node_modules/zod/v4/classic/parse.d.cts +0 -31
  492. package/node_modules/zod/v4/classic/parse.d.ts +0 -31
  493. package/node_modules/zod/v4/classic/parse.js +0 -15
  494. package/node_modules/zod/v4/classic/schemas.cjs +0 -1151
  495. package/node_modules/zod/v4/classic/schemas.d.cts +0 -673
  496. package/node_modules/zod/v4/classic/schemas.d.ts +0 -673
  497. package/node_modules/zod/v4/classic/schemas.js +0 -1040
  498. package/node_modules/zod/v4/core/api.cjs +0 -1060
  499. package/node_modules/zod/v4/core/api.d.cts +0 -295
  500. package/node_modules/zod/v4/core/api.d.ts +0 -295
  501. package/node_modules/zod/v4/core/api.js +0 -925
  502. package/node_modules/zod/v4/core/checks.cjs +0 -595
  503. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  504. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  505. package/node_modules/zod/v4/core/checks.js +0 -569
  506. package/node_modules/zod/v4/core/core.cjs +0 -74
  507. package/node_modules/zod/v4/core/core.d.cts +0 -52
  508. package/node_modules/zod/v4/core/core.d.ts +0 -52
  509. package/node_modules/zod/v4/core/core.js +0 -67
  510. package/node_modules/zod/v4/core/doc.cjs +0 -39
  511. package/node_modules/zod/v4/core/doc.d.cts +0 -14
  512. package/node_modules/zod/v4/core/doc.d.ts +0 -14
  513. package/node_modules/zod/v4/core/doc.js +0 -35
  514. package/node_modules/zod/v4/core/errors.cjs +0 -213
  515. package/node_modules/zod/v4/core/errors.d.cts +0 -210
  516. package/node_modules/zod/v4/core/errors.d.ts +0 -210
  517. package/node_modules/zod/v4/core/errors.js +0 -182
  518. package/node_modules/zod/v4/core/index.cjs +0 -43
  519. package/node_modules/zod/v4/core/index.d.cts +0 -14
  520. package/node_modules/zod/v4/core/index.d.ts +0 -14
  521. package/node_modules/zod/v4/core/index.js +0 -14
  522. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  523. package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  524. package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  525. package/node_modules/zod/v4/core/json-schema.js +0 -1
  526. package/node_modules/zod/v4/core/package.json +0 -6
  527. package/node_modules/zod/v4/core/parse.cjs +0 -131
  528. package/node_modules/zod/v4/core/parse.d.cts +0 -49
  529. package/node_modules/zod/v4/core/parse.d.ts +0 -49
  530. package/node_modules/zod/v4/core/parse.js +0 -93
  531. package/node_modules/zod/v4/core/regexes.cjs +0 -136
  532. package/node_modules/zod/v4/core/regexes.d.cts +0 -78
  533. package/node_modules/zod/v4/core/regexes.d.ts +0 -78
  534. package/node_modules/zod/v4/core/regexes.js +0 -127
  535. package/node_modules/zod/v4/core/registries.cjs +0 -57
  536. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  537. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  538. package/node_modules/zod/v4/core/registries.js +0 -52
  539. package/node_modules/zod/v4/core/schemas.cjs +0 -1986
  540. package/node_modules/zod/v4/core/schemas.d.cts +0 -1113
  541. package/node_modules/zod/v4/core/schemas.d.ts +0 -1113
  542. package/node_modules/zod/v4/core/schemas.js +0 -1955
  543. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  544. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -55
  545. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -55
  546. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  547. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -920
  548. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -90
  549. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -90
  550. package/node_modules/zod/v4/core/to-json-schema.js +0 -915
  551. package/node_modules/zod/v4/core/util.cjs +0 -658
  552. package/node_modules/zod/v4/core/util.d.cts +0 -197
  553. package/node_modules/zod/v4/core/util.d.ts +0 -197
  554. package/node_modules/zod/v4/core/util.js +0 -601
  555. package/node_modules/zod/v4/core/versions.cjs +0 -8
  556. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  557. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  558. package/node_modules/zod/v4/core/versions.js +0 -5
  559. package/node_modules/zod/v4/index.cjs +0 -22
  560. package/node_modules/zod/v4/index.d.cts +0 -3
  561. package/node_modules/zod/v4/index.d.ts +0 -3
  562. package/node_modules/zod/v4/index.js +0 -3
  563. package/node_modules/zod/v4/locales/ar.cjs +0 -143
  564. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  565. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  566. package/node_modules/zod/v4/locales/ar.js +0 -116
  567. package/node_modules/zod/v4/locales/az.cjs +0 -142
  568. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  569. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  570. package/node_modules/zod/v4/locales/az.js +0 -115
  571. package/node_modules/zod/v4/locales/be.cjs +0 -191
  572. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  573. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  574. package/node_modules/zod/v4/locales/be.js +0 -164
  575. package/node_modules/zod/v4/locales/bg.cjs +0 -156
  576. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  577. package/node_modules/zod/v4/locales/bg.d.ts +0 -5
  578. package/node_modules/zod/v4/locales/bg.js +0 -128
  579. package/node_modules/zod/v4/locales/ca.cjs +0 -145
  580. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  581. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  582. package/node_modules/zod/v4/locales/ca.js +0 -118
  583. package/node_modules/zod/v4/locales/cs.cjs +0 -162
  584. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  585. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  586. package/node_modules/zod/v4/locales/cs.js +0 -135
  587. package/node_modules/zod/v4/locales/da.cjs +0 -158
  588. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  589. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  590. package/node_modules/zod/v4/locales/da.js +0 -131
  591. package/node_modules/zod/v4/locales/de.cjs +0 -143
  592. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  593. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  594. package/node_modules/zod/v4/locales/de.js +0 -116
  595. package/node_modules/zod/v4/locales/en.cjs +0 -145
  596. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  597. package/node_modules/zod/v4/locales/en.d.ts +0 -5
  598. package/node_modules/zod/v4/locales/en.js +0 -117
  599. package/node_modules/zod/v4/locales/eo.cjs +0 -144
  600. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  601. package/node_modules/zod/v4/locales/eo.d.ts +0 -5
  602. package/node_modules/zod/v4/locales/eo.js +0 -116
  603. package/node_modules/zod/v4/locales/es.cjs +0 -176
  604. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  605. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  606. package/node_modules/zod/v4/locales/es.js +0 -149
  607. package/node_modules/zod/v4/locales/fa.cjs +0 -149
  608. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  609. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  610. package/node_modules/zod/v4/locales/fa.js +0 -122
  611. package/node_modules/zod/v4/locales/fi.cjs +0 -149
  612. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  613. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  614. package/node_modules/zod/v4/locales/fi.js +0 -122
  615. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -144
  616. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  617. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  618. package/node_modules/zod/v4/locales/fr-CA.js +0 -117
  619. package/node_modules/zod/v4/locales/fr.cjs +0 -143
  620. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  621. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  622. package/node_modules/zod/v4/locales/fr.js +0 -116
  623. package/node_modules/zod/v4/locales/he.cjs +0 -144
  624. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  625. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  626. package/node_modules/zod/v4/locales/he.js +0 -117
  627. package/node_modules/zod/v4/locales/hu.cjs +0 -144
  628. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  629. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  630. package/node_modules/zod/v4/locales/hu.js +0 -117
  631. package/node_modules/zod/v4/locales/id.cjs +0 -143
  632. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  633. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  634. package/node_modules/zod/v4/locales/id.js +0 -116
  635. package/node_modules/zod/v4/locales/index.cjs +0 -100
  636. package/node_modules/zod/v4/locales/index.d.cts +0 -47
  637. package/node_modules/zod/v4/locales/index.d.ts +0 -47
  638. package/node_modules/zod/v4/locales/index.js +0 -47
  639. package/node_modules/zod/v4/locales/is.cjs +0 -145
  640. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  641. package/node_modules/zod/v4/locales/is.d.ts +0 -5
  642. package/node_modules/zod/v4/locales/is.js +0 -117
  643. package/node_modules/zod/v4/locales/it.cjs +0 -144
  644. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  645. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  646. package/node_modules/zod/v4/locales/it.js +0 -117
  647. package/node_modules/zod/v4/locales/ja.cjs +0 -142
  648. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  649. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  650. package/node_modules/zod/v4/locales/ja.js +0 -115
  651. package/node_modules/zod/v4/locales/ka.cjs +0 -153
  652. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  653. package/node_modules/zod/v4/locales/ka.d.ts +0 -5
  654. package/node_modules/zod/v4/locales/ka.js +0 -125
  655. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  656. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  657. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  658. package/node_modules/zod/v4/locales/kh.js +0 -5
  659. package/node_modules/zod/v4/locales/km.cjs +0 -144
  660. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  661. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  662. package/node_modules/zod/v4/locales/km.js +0 -117
  663. package/node_modules/zod/v4/locales/ko.cjs +0 -148
  664. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  665. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  666. package/node_modules/zod/v4/locales/ko.js +0 -121
  667. package/node_modules/zod/v4/locales/lt.cjs +0 -258
  668. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  669. package/node_modules/zod/v4/locales/lt.d.ts +0 -5
  670. package/node_modules/zod/v4/locales/lt.js +0 -230
  671. package/node_modules/zod/v4/locales/mk.cjs +0 -145
  672. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  673. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  674. package/node_modules/zod/v4/locales/mk.js +0 -118
  675. package/node_modules/zod/v4/locales/ms.cjs +0 -143
  676. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  677. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  678. package/node_modules/zod/v4/locales/ms.js +0 -116
  679. package/node_modules/zod/v4/locales/nl.cjs +0 -144
  680. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  681. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  682. package/node_modules/zod/v4/locales/nl.js +0 -117
  683. package/node_modules/zod/v4/locales/no.cjs +0 -143
  684. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  685. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  686. package/node_modules/zod/v4/locales/no.js +0 -116
  687. package/node_modules/zod/v4/locales/ota.cjs +0 -144
  688. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  689. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  690. package/node_modules/zod/v4/locales/ota.js +0 -117
  691. package/node_modules/zod/v4/locales/package.json +0 -6
  692. package/node_modules/zod/v4/locales/pl.cjs +0 -144
  693. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  694. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  695. package/node_modules/zod/v4/locales/pl.js +0 -117
  696. package/node_modules/zod/v4/locales/ps.cjs +0 -149
  697. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  698. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  699. package/node_modules/zod/v4/locales/ps.js +0 -122
  700. package/node_modules/zod/v4/locales/pt.cjs +0 -143
  701. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  702. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  703. package/node_modules/zod/v4/locales/pt.js +0 -116
  704. package/node_modules/zod/v4/locales/ru.cjs +0 -191
  705. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  706. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  707. package/node_modules/zod/v4/locales/ru.js +0 -164
  708. package/node_modules/zod/v4/locales/sl.cjs +0 -144
  709. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  710. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  711. package/node_modules/zod/v4/locales/sl.js +0 -117
  712. package/node_modules/zod/v4/locales/sv.cjs +0 -145
  713. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  714. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  715. package/node_modules/zod/v4/locales/sv.js +0 -118
  716. package/node_modules/zod/v4/locales/ta.cjs +0 -144
  717. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  718. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  719. package/node_modules/zod/v4/locales/ta.js +0 -117
  720. package/node_modules/zod/v4/locales/th.cjs +0 -144
  721. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  722. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  723. package/node_modules/zod/v4/locales/th.js +0 -117
  724. package/node_modules/zod/v4/locales/tr.cjs +0 -143
  725. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  726. package/node_modules/zod/v4/locales/tr.d.ts +0 -5
  727. package/node_modules/zod/v4/locales/tr.js +0 -115
  728. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  729. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  730. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  731. package/node_modules/zod/v4/locales/ua.js +0 -5
  732. package/node_modules/zod/v4/locales/uk.cjs +0 -144
  733. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  734. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  735. package/node_modules/zod/v4/locales/uk.js +0 -117
  736. package/node_modules/zod/v4/locales/ur.cjs +0 -144
  737. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  738. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  739. package/node_modules/zod/v4/locales/ur.js +0 -117
  740. package/node_modules/zod/v4/locales/vi.cjs +0 -143
  741. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  742. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  743. package/node_modules/zod/v4/locales/vi.js +0 -116
  744. package/node_modules/zod/v4/locales/yo.cjs +0 -142
  745. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  746. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  747. package/node_modules/zod/v4/locales/yo.js +0 -115
  748. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -143
  749. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  750. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  751. package/node_modules/zod/v4/locales/zh-CN.js +0 -116
  752. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -144
  753. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  754. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  755. package/node_modules/zod/v4/locales/zh-TW.js +0 -117
  756. package/node_modules/zod/v4/mini/checks.cjs +0 -34
  757. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  758. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  759. package/node_modules/zod/v4/mini/checks.js +0 -1
  760. package/node_modules/zod/v4/mini/coerce.cjs +0 -47
  761. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  762. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  763. package/node_modules/zod/v4/mini/coerce.js +0 -17
  764. package/node_modules/zod/v4/mini/external.cjs +0 -62
  765. package/node_modules/zod/v4/mini/external.d.cts +0 -11
  766. package/node_modules/zod/v4/mini/external.d.ts +0 -11
  767. package/node_modules/zod/v4/mini/external.js +0 -13
  768. package/node_modules/zod/v4/mini/index.cjs +0 -32
  769. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  770. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  771. package/node_modules/zod/v4/mini/index.js +0 -3
  772. package/node_modules/zod/v4/mini/iso.cjs +0 -60
  773. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  774. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  775. package/node_modules/zod/v4/mini/iso.js +0 -30
  776. package/node_modules/zod/v4/mini/package.json +0 -6
  777. package/node_modules/zod/v4/mini/parse.cjs +0 -16
  778. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  779. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  780. package/node_modules/zod/v4/mini/parse.js +0 -1
  781. package/node_modules/zod/v4/mini/schemas.cjs +0 -892
  782. package/node_modules/zod/v4/mini/schemas.d.cts +0 -407
  783. package/node_modules/zod/v4/mini/schemas.d.ts +0 -407
  784. package/node_modules/zod/v4/mini/schemas.js +0 -775
  785. package/node_modules/zod/v4/package.json +0 -6
  786. package/node_modules/zod/v4-mini/index.cjs +0 -17
  787. package/node_modules/zod/v4-mini/index.d.cts +0 -1
  788. package/node_modules/zod/v4-mini/index.d.ts +0 -1
  789. package/node_modules/zod/v4-mini/index.js +0 -1
  790. package/node_modules/zod/v4-mini/package.json +0 -6
  791. package/package/cc-switch-sdk/README.md +0 -541
  792. package/package/cc-switch-sdk/dist/constants.d.ts +0 -8
  793. package/package/cc-switch-sdk/dist/constants.js +0 -2
  794. package/package/cc-switch-sdk/dist/errors.d.ts +0 -5
  795. package/package/cc-switch-sdk/dist/errors.js +0 -2
  796. package/package/cc-switch-sdk/dist/index.d.ts +0 -5
  797. package/package/cc-switch-sdk/dist/index.js +0 -2
  798. package/package/cc-switch-sdk/dist/schemas.d.ts +0 -7
  799. package/package/cc-switch-sdk/dist/schemas.js +0 -2
  800. package/package/cc-switch-sdk/dist/sdk.d.ts +0 -59
  801. package/package/cc-switch-sdk/dist/sdk.js +0 -2
  802. package/package/cc-switch-sdk/dist/services/ai-config-service.js +0 -4
  803. package/package/cc-switch-sdk/dist/services/mcp-model.d.ts +0 -16
  804. package/package/cc-switch-sdk/dist/services/mcp-model.js +0 -2
  805. package/package/cc-switch-sdk/dist/services/mcp-service.d.ts +0 -17
  806. package/package/cc-switch-sdk/dist/services/mcp-service.js +0 -2
  807. package/package/cc-switch-sdk/dist/services/skill-model.d.ts +0 -16
  808. package/package/cc-switch-sdk/dist/services/skill-model.js +0 -2
  809. package/package/cc-switch-sdk/dist/services/skill-service.d.ts +0 -16
  810. package/package/cc-switch-sdk/dist/services/skill-service.js +0 -2
  811. package/package/cc-switch-sdk/dist/state.d.ts +0 -3
  812. package/package/cc-switch-sdk/dist/state.js +0 -2
  813. package/package/cc-switch-sdk/dist/types.d.ts +0 -78
  814. package/package/cc-switch-sdk/dist/types.js +0 -1
  815. package/package/cc-switch-sdk/dist/utils/fs.d.ts +0 -10
  816. package/package/cc-switch-sdk/dist/utils/fs.js +0 -3
  817. package/package/cc-switch-sdk/dist/utils/id.d.ts +0 -3
  818. package/package/cc-switch-sdk/dist/utils/id.js +0 -2
  819. package/package/cc-switch-sdk/package.json +0 -31
  820. /package/{node_modules/@cc-switch/sdk/dist/types.js → package/acode/dist/plugin-types.js} +0 -0
@@ -1,920 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.JSONSchemaGenerator = void 0;
4
- exports.toJSONSchema = toJSONSchema;
5
- const registries_js_1 = require("./registries.cjs");
6
- const util_js_1 = require("./util.cjs");
7
- class JSONSchemaGenerator {
8
- constructor(params) {
9
- this.counter = 0;
10
- this.metadataRegistry = params?.metadata ?? registries_js_1.globalRegistry;
11
- this.target = params?.target ?? "draft-2020-12";
12
- this.unrepresentable = params?.unrepresentable ?? "throw";
13
- this.override = params?.override ?? (() => { });
14
- this.io = params?.io ?? "output";
15
- this.seen = new Map();
16
- }
17
- process(schema, _params = { path: [], schemaPath: [] }) {
18
- var _a;
19
- const def = schema._zod.def;
20
- const formatMap = {
21
- guid: "uuid",
22
- url: "uri",
23
- datetime: "date-time",
24
- json_string: "json-string",
25
- regex: "", // do not set
26
- };
27
- // check for schema in seens
28
- const seen = this.seen.get(schema);
29
- if (seen) {
30
- seen.count++;
31
- // check if cycle
32
- const isCycle = _params.schemaPath.includes(schema);
33
- if (isCycle) {
34
- seen.cycle = _params.path;
35
- }
36
- return seen.schema;
37
- }
38
- // initialize
39
- const result = { schema: {}, count: 1, cycle: undefined, path: _params.path };
40
- this.seen.set(schema, result);
41
- // custom method overrides default behavior
42
- const overrideSchema = schema._zod.toJSONSchema?.();
43
- if (overrideSchema) {
44
- result.schema = overrideSchema;
45
- }
46
- else {
47
- const params = {
48
- ..._params,
49
- schemaPath: [..._params.schemaPath, schema],
50
- path: _params.path,
51
- };
52
- const parent = schema._zod.parent;
53
- if (parent) {
54
- // schema was cloned from another schema
55
- result.ref = parent;
56
- this.process(parent, params);
57
- this.seen.get(parent).isParent = true;
58
- }
59
- else {
60
- const _json = result.schema;
61
- switch (def.type) {
62
- case "string": {
63
- const json = _json;
64
- json.type = "string";
65
- const { minimum, maximum, format, patterns, contentEncoding } = schema._zod
66
- .bag;
67
- if (typeof minimum === "number")
68
- json.minLength = minimum;
69
- if (typeof maximum === "number")
70
- json.maxLength = maximum;
71
- // custom pattern overrides format
72
- if (format) {
73
- json.format = formatMap[format] ?? format;
74
- if (json.format === "")
75
- delete json.format; // empty format is not valid
76
- }
77
- if (contentEncoding)
78
- json.contentEncoding = contentEncoding;
79
- if (patterns && patterns.size > 0) {
80
- const regexes = [...patterns];
81
- if (regexes.length === 1)
82
- json.pattern = regexes[0].source;
83
- else if (regexes.length > 1) {
84
- result.schema.allOf = [
85
- ...regexes.map((regex) => ({
86
- ...(this.target === "draft-7" || this.target === "draft-4" || this.target === "openapi-3.0"
87
- ? { type: "string" }
88
- : {}),
89
- pattern: regex.source,
90
- })),
91
- ];
92
- }
93
- }
94
- break;
95
- }
96
- case "number": {
97
- const json = _json;
98
- const { minimum, maximum, format, multipleOf, exclusiveMaximum, exclusiveMinimum } = schema._zod.bag;
99
- if (typeof format === "string" && format.includes("int"))
100
- json.type = "integer";
101
- else
102
- json.type = "number";
103
- if (typeof exclusiveMinimum === "number") {
104
- if (this.target === "draft-4" || this.target === "openapi-3.0") {
105
- json.minimum = exclusiveMinimum;
106
- json.exclusiveMinimum = true;
107
- }
108
- else {
109
- json.exclusiveMinimum = exclusiveMinimum;
110
- }
111
- }
112
- if (typeof minimum === "number") {
113
- json.minimum = minimum;
114
- if (typeof exclusiveMinimum === "number" && this.target !== "draft-4") {
115
- if (exclusiveMinimum >= minimum)
116
- delete json.minimum;
117
- else
118
- delete json.exclusiveMinimum;
119
- }
120
- }
121
- if (typeof exclusiveMaximum === "number") {
122
- if (this.target === "draft-4" || this.target === "openapi-3.0") {
123
- json.maximum = exclusiveMaximum;
124
- json.exclusiveMaximum = true;
125
- }
126
- else {
127
- json.exclusiveMaximum = exclusiveMaximum;
128
- }
129
- }
130
- if (typeof maximum === "number") {
131
- json.maximum = maximum;
132
- if (typeof exclusiveMaximum === "number" && this.target !== "draft-4") {
133
- if (exclusiveMaximum <= maximum)
134
- delete json.maximum;
135
- else
136
- delete json.exclusiveMaximum;
137
- }
138
- }
139
- if (typeof multipleOf === "number")
140
- json.multipleOf = multipleOf;
141
- break;
142
- }
143
- case "boolean": {
144
- const json = _json;
145
- json.type = "boolean";
146
- break;
147
- }
148
- case "bigint": {
149
- if (this.unrepresentable === "throw") {
150
- throw new Error("BigInt cannot be represented in JSON Schema");
151
- }
152
- break;
153
- }
154
- case "symbol": {
155
- if (this.unrepresentable === "throw") {
156
- throw new Error("Symbols cannot be represented in JSON Schema");
157
- }
158
- break;
159
- }
160
- case "null": {
161
- if (this.target === "openapi-3.0") {
162
- _json.type = "string";
163
- _json.nullable = true;
164
- _json.enum = [null];
165
- }
166
- else
167
- _json.type = "null";
168
- break;
169
- }
170
- case "any": {
171
- break;
172
- }
173
- case "unknown": {
174
- break;
175
- }
176
- case "undefined": {
177
- if (this.unrepresentable === "throw") {
178
- throw new Error("Undefined cannot be represented in JSON Schema");
179
- }
180
- break;
181
- }
182
- case "void": {
183
- if (this.unrepresentable === "throw") {
184
- throw new Error("Void cannot be represented in JSON Schema");
185
- }
186
- break;
187
- }
188
- case "never": {
189
- _json.not = {};
190
- break;
191
- }
192
- case "date": {
193
- if (this.unrepresentable === "throw") {
194
- throw new Error("Date cannot be represented in JSON Schema");
195
- }
196
- break;
197
- }
198
- case "array": {
199
- const json = _json;
200
- const { minimum, maximum } = schema._zod.bag;
201
- if (typeof minimum === "number")
202
- json.minItems = minimum;
203
- if (typeof maximum === "number")
204
- json.maxItems = maximum;
205
- json.type = "array";
206
- json.items = this.process(def.element, { ...params, path: [...params.path, "items"] });
207
- break;
208
- }
209
- case "object": {
210
- const json = _json;
211
- json.type = "object";
212
- json.properties = {};
213
- const shape = def.shape; // params.shapeCache.get(schema)!;
214
- for (const key in shape) {
215
- json.properties[key] = this.process(shape[key], {
216
- ...params,
217
- path: [...params.path, "properties", key],
218
- });
219
- }
220
- // required keys
221
- const allKeys = new Set(Object.keys(shape));
222
- // const optionalKeys = new Set(def.optional);
223
- const requiredKeys = new Set([...allKeys].filter((key) => {
224
- const v = def.shape[key]._zod;
225
- if (this.io === "input") {
226
- return v.optin === undefined;
227
- }
228
- else {
229
- return v.optout === undefined;
230
- }
231
- }));
232
- if (requiredKeys.size > 0) {
233
- json.required = Array.from(requiredKeys);
234
- }
235
- // catchall
236
- if (def.catchall?._zod.def.type === "never") {
237
- // strict
238
- json.additionalProperties = false;
239
- }
240
- else if (!def.catchall) {
241
- // regular
242
- if (this.io === "output")
243
- json.additionalProperties = false;
244
- }
245
- else if (def.catchall) {
246
- json.additionalProperties = this.process(def.catchall, {
247
- ...params,
248
- path: [...params.path, "additionalProperties"],
249
- });
250
- }
251
- break;
252
- }
253
- case "union": {
254
- const json = _json;
255
- const options = def.options.map((x, i) => this.process(x, {
256
- ...params,
257
- path: [...params.path, "anyOf", i],
258
- }));
259
- json.anyOf = options;
260
- break;
261
- }
262
- case "intersection": {
263
- const json = _json;
264
- const a = this.process(def.left, {
265
- ...params,
266
- path: [...params.path, "allOf", 0],
267
- });
268
- const b = this.process(def.right, {
269
- ...params,
270
- path: [...params.path, "allOf", 1],
271
- });
272
- const isSimpleIntersection = (val) => "allOf" in val && Object.keys(val).length === 1;
273
- const allOf = [
274
- ...(isSimpleIntersection(a) ? a.allOf : [a]),
275
- ...(isSimpleIntersection(b) ? b.allOf : [b]),
276
- ];
277
- json.allOf = allOf;
278
- break;
279
- }
280
- case "tuple": {
281
- const json = _json;
282
- json.type = "array";
283
- const prefixPath = this.target === "draft-2020-12" ? "prefixItems" : "items";
284
- const restPath = this.target === "draft-2020-12" ? "items" : this.target === "openapi-3.0" ? "items" : "additionalItems";
285
- const prefixItems = def.items.map((x, i) => this.process(x, {
286
- ...params,
287
- path: [...params.path, prefixPath, i],
288
- }));
289
- const rest = def.rest
290
- ? this.process(def.rest, {
291
- ...params,
292
- path: [...params.path, restPath, ...(this.target === "openapi-3.0" ? [def.items.length] : [])],
293
- })
294
- : null;
295
- if (this.target === "draft-2020-12") {
296
- json.prefixItems = prefixItems;
297
- if (rest) {
298
- json.items = rest;
299
- }
300
- }
301
- else if (this.target === "openapi-3.0") {
302
- json.items = {
303
- anyOf: prefixItems,
304
- };
305
- if (rest) {
306
- json.items.anyOf.push(rest);
307
- }
308
- json.minItems = prefixItems.length;
309
- if (!rest) {
310
- json.maxItems = prefixItems.length;
311
- }
312
- }
313
- else {
314
- json.items = prefixItems;
315
- if (rest) {
316
- json.additionalItems = rest;
317
- }
318
- }
319
- // length
320
- const { minimum, maximum } = schema._zod.bag;
321
- if (typeof minimum === "number")
322
- json.minItems = minimum;
323
- if (typeof maximum === "number")
324
- json.maxItems = maximum;
325
- break;
326
- }
327
- case "record": {
328
- const json = _json;
329
- json.type = "object";
330
- if (this.target === "draft-7" || this.target === "draft-2020-12") {
331
- json.propertyNames = this.process(def.keyType, {
332
- ...params,
333
- path: [...params.path, "propertyNames"],
334
- });
335
- }
336
- json.additionalProperties = this.process(def.valueType, {
337
- ...params,
338
- path: [...params.path, "additionalProperties"],
339
- });
340
- break;
341
- }
342
- case "map": {
343
- if (this.unrepresentable === "throw") {
344
- throw new Error("Map cannot be represented in JSON Schema");
345
- }
346
- break;
347
- }
348
- case "set": {
349
- if (this.unrepresentable === "throw") {
350
- throw new Error("Set cannot be represented in JSON Schema");
351
- }
352
- break;
353
- }
354
- case "enum": {
355
- const json = _json;
356
- const values = (0, util_js_1.getEnumValues)(def.entries);
357
- // Number enums can have both string and number values
358
- if (values.every((v) => typeof v === "number"))
359
- json.type = "number";
360
- if (values.every((v) => typeof v === "string"))
361
- json.type = "string";
362
- json.enum = values;
363
- break;
364
- }
365
- case "literal": {
366
- const json = _json;
367
- const vals = [];
368
- for (const val of def.values) {
369
- if (val === undefined) {
370
- if (this.unrepresentable === "throw") {
371
- throw new Error("Literal `undefined` cannot be represented in JSON Schema");
372
- }
373
- else {
374
- // do not add to vals
375
- }
376
- }
377
- else if (typeof val === "bigint") {
378
- if (this.unrepresentable === "throw") {
379
- throw new Error("BigInt literals cannot be represented in JSON Schema");
380
- }
381
- else {
382
- vals.push(Number(val));
383
- }
384
- }
385
- else {
386
- vals.push(val);
387
- }
388
- }
389
- if (vals.length === 0) {
390
- // do nothing (an undefined literal was stripped)
391
- }
392
- else if (vals.length === 1) {
393
- const val = vals[0];
394
- json.type = val === null ? "null" : typeof val;
395
- if (this.target === "draft-4" || this.target === "openapi-3.0") {
396
- json.enum = [val];
397
- }
398
- else {
399
- json.const = val;
400
- }
401
- }
402
- else {
403
- if (vals.every((v) => typeof v === "number"))
404
- json.type = "number";
405
- if (vals.every((v) => typeof v === "string"))
406
- json.type = "string";
407
- if (vals.every((v) => typeof v === "boolean"))
408
- json.type = "string";
409
- if (vals.every((v) => v === null))
410
- json.type = "null";
411
- json.enum = vals;
412
- }
413
- break;
414
- }
415
- case "file": {
416
- const json = _json;
417
- const file = {
418
- type: "string",
419
- format: "binary",
420
- contentEncoding: "binary",
421
- };
422
- const { minimum, maximum, mime } = schema._zod.bag;
423
- if (minimum !== undefined)
424
- file.minLength = minimum;
425
- if (maximum !== undefined)
426
- file.maxLength = maximum;
427
- if (mime) {
428
- if (mime.length === 1) {
429
- file.contentMediaType = mime[0];
430
- Object.assign(json, file);
431
- }
432
- else {
433
- json.anyOf = mime.map((m) => {
434
- const mFile = { ...file, contentMediaType: m };
435
- return mFile;
436
- });
437
- }
438
- }
439
- else {
440
- Object.assign(json, file);
441
- }
442
- // if (this.unrepresentable === "throw") {
443
- // throw new Error("File cannot be represented in JSON Schema");
444
- // }
445
- break;
446
- }
447
- case "transform": {
448
- if (this.unrepresentable === "throw") {
449
- throw new Error("Transforms cannot be represented in JSON Schema");
450
- }
451
- break;
452
- }
453
- case "nullable": {
454
- const inner = this.process(def.innerType, params);
455
- if (this.target === "openapi-3.0") {
456
- result.ref = def.innerType;
457
- _json.nullable = true;
458
- }
459
- else {
460
- _json.anyOf = [inner, { type: "null" }];
461
- }
462
- break;
463
- }
464
- case "nonoptional": {
465
- this.process(def.innerType, params);
466
- result.ref = def.innerType;
467
- break;
468
- }
469
- case "success": {
470
- const json = _json;
471
- json.type = "boolean";
472
- break;
473
- }
474
- case "default": {
475
- this.process(def.innerType, params);
476
- result.ref = def.innerType;
477
- _json.default = JSON.parse(JSON.stringify(def.defaultValue));
478
- break;
479
- }
480
- case "prefault": {
481
- this.process(def.innerType, params);
482
- result.ref = def.innerType;
483
- if (this.io === "input")
484
- _json._prefault = JSON.parse(JSON.stringify(def.defaultValue));
485
- break;
486
- }
487
- case "catch": {
488
- // use conditionals
489
- this.process(def.innerType, params);
490
- result.ref = def.innerType;
491
- let catchValue;
492
- try {
493
- catchValue = def.catchValue(undefined);
494
- }
495
- catch {
496
- throw new Error("Dynamic catch values are not supported in JSON Schema");
497
- }
498
- _json.default = catchValue;
499
- break;
500
- }
501
- case "nan": {
502
- if (this.unrepresentable === "throw") {
503
- throw new Error("NaN cannot be represented in JSON Schema");
504
- }
505
- break;
506
- }
507
- case "template_literal": {
508
- const json = _json;
509
- const pattern = schema._zod.pattern;
510
- if (!pattern)
511
- throw new Error("Pattern not found in template literal");
512
- json.type = "string";
513
- json.pattern = pattern.source;
514
- break;
515
- }
516
- case "pipe": {
517
- const innerType = this.io === "input" ? (def.in._zod.def.type === "transform" ? def.out : def.in) : def.out;
518
- this.process(innerType, params);
519
- result.ref = innerType;
520
- break;
521
- }
522
- case "readonly": {
523
- this.process(def.innerType, params);
524
- result.ref = def.innerType;
525
- _json.readOnly = true;
526
- break;
527
- }
528
- // passthrough types
529
- case "promise": {
530
- this.process(def.innerType, params);
531
- result.ref = def.innerType;
532
- break;
533
- }
534
- case "optional": {
535
- this.process(def.innerType, params);
536
- result.ref = def.innerType;
537
- break;
538
- }
539
- case "lazy": {
540
- const innerType = schema._zod.innerType;
541
- this.process(innerType, params);
542
- result.ref = innerType;
543
- break;
544
- }
545
- case "custom": {
546
- if (this.unrepresentable === "throw") {
547
- throw new Error("Custom types cannot be represented in JSON Schema");
548
- }
549
- break;
550
- }
551
- case "function": {
552
- if (this.unrepresentable === "throw") {
553
- throw new Error("Function types cannot be represented in JSON Schema");
554
- }
555
- break;
556
- }
557
- default: {
558
- def;
559
- }
560
- }
561
- }
562
- }
563
- // metadata
564
- const meta = this.metadataRegistry.get(schema);
565
- if (meta)
566
- Object.assign(result.schema, meta);
567
- if (this.io === "input" && isTransforming(schema)) {
568
- // examples/defaults only apply to output type of pipe
569
- delete result.schema.examples;
570
- delete result.schema.default;
571
- }
572
- // set prefault as default
573
- if (this.io === "input" && result.schema._prefault)
574
- (_a = result.schema).default ?? (_a.default = result.schema._prefault);
575
- delete result.schema._prefault;
576
- // pulling fresh from this.seen in case it was overwritten
577
- const _result = this.seen.get(schema);
578
- return _result.schema;
579
- }
580
- emit(schema, _params) {
581
- const params = {
582
- cycles: _params?.cycles ?? "ref",
583
- reused: _params?.reused ?? "inline",
584
- // unrepresentable: _params?.unrepresentable ?? "throw",
585
- // uri: _params?.uri ?? ((id) => `${id}`),
586
- external: _params?.external ?? undefined,
587
- };
588
- // iterate over seen map;
589
- const root = this.seen.get(schema);
590
- if (!root)
591
- throw new Error("Unprocessed schema. This is a bug in Zod.");
592
- // initialize result with root schema fields
593
- // Object.assign(result, seen.cached);
594
- // returns a ref to the schema
595
- // defId will be empty if the ref points to an external schema (or #)
596
- const makeURI = (entry) => {
597
- // comparing the seen objects because sometimes
598
- // multiple schemas map to the same seen object.
599
- // e.g. lazy
600
- // external is configured
601
- const defsSegment = this.target === "draft-2020-12" ? "$defs" : "definitions";
602
- if (params.external) {
603
- const externalId = params.external.registry.get(entry[0])?.id; // ?? "__shared";// `__schema${this.counter++}`;
604
- // check if schema is in the external registry
605
- const uriGenerator = params.external.uri ?? ((id) => id);
606
- if (externalId) {
607
- return { ref: uriGenerator(externalId) };
608
- }
609
- // otherwise, add to __shared
610
- const id = entry[1].defId ?? entry[1].schema.id ?? `schema${this.counter++}`;
611
- entry[1].defId = id; // set defId so it will be reused if needed
612
- return { defId: id, ref: `${uriGenerator("__shared")}#/${defsSegment}/${id}` };
613
- }
614
- if (entry[1] === root) {
615
- return { ref: "#" };
616
- }
617
- // self-contained schema
618
- const uriPrefix = `#`;
619
- const defUriPrefix = `${uriPrefix}/${defsSegment}/`;
620
- const defId = entry[1].schema.id ?? `__schema${this.counter++}`;
621
- return { defId, ref: defUriPrefix + defId };
622
- };
623
- // stored cached version in `def` property
624
- // remove all properties, set $ref
625
- const extractToDef = (entry) => {
626
- // if the schema is already a reference, do not extract it
627
- if (entry[1].schema.$ref) {
628
- return;
629
- }
630
- const seen = entry[1];
631
- const { ref, defId } = makeURI(entry);
632
- seen.def = { ...seen.schema };
633
- // defId won't be set if the schema is a reference to an external schema
634
- if (defId)
635
- seen.defId = defId;
636
- // wipe away all properties except $ref
637
- const schema = seen.schema;
638
- for (const key in schema) {
639
- delete schema[key];
640
- }
641
- schema.$ref = ref;
642
- };
643
- // throw on cycles
644
- // break cycles
645
- if (params.cycles === "throw") {
646
- for (const entry of this.seen.entries()) {
647
- const seen = entry[1];
648
- if (seen.cycle) {
649
- throw new Error("Cycle detected: " +
650
- `#/${seen.cycle?.join("/")}/<root>` +
651
- '\n\nSet the `cycles` parameter to `"ref"` to resolve cyclical schemas with defs.');
652
- }
653
- }
654
- }
655
- // extract schemas into $defs
656
- for (const entry of this.seen.entries()) {
657
- const seen = entry[1];
658
- // convert root schema to # $ref
659
- if (schema === entry[0]) {
660
- extractToDef(entry); // this has special handling for the root schema
661
- continue;
662
- }
663
- // extract schemas that are in the external registry
664
- if (params.external) {
665
- const ext = params.external.registry.get(entry[0])?.id;
666
- if (schema !== entry[0] && ext) {
667
- extractToDef(entry);
668
- continue;
669
- }
670
- }
671
- // extract schemas with `id` meta
672
- const id = this.metadataRegistry.get(entry[0])?.id;
673
- if (id) {
674
- extractToDef(entry);
675
- continue;
676
- }
677
- // break cycles
678
- if (seen.cycle) {
679
- // any
680
- extractToDef(entry);
681
- continue;
682
- }
683
- // extract reused schemas
684
- if (seen.count > 1) {
685
- if (params.reused === "ref") {
686
- extractToDef(entry);
687
- // biome-ignore lint:
688
- continue;
689
- }
690
- }
691
- }
692
- // flatten _refs
693
- const flattenRef = (zodSchema, params) => {
694
- const seen = this.seen.get(zodSchema);
695
- const schema = seen.def ?? seen.schema;
696
- const _cached = { ...schema };
697
- // already seen
698
- if (seen.ref === null) {
699
- return;
700
- }
701
- // flatten ref if defined
702
- const ref = seen.ref;
703
- seen.ref = null; // prevent recursion
704
- if (ref) {
705
- flattenRef(ref, params);
706
- // merge referenced schema into current
707
- const refSchema = this.seen.get(ref).schema;
708
- if (refSchema.$ref &&
709
- (params.target === "draft-7" || params.target === "draft-4" || params.target === "openapi-3.0")) {
710
- schema.allOf = schema.allOf ?? [];
711
- schema.allOf.push(refSchema);
712
- }
713
- else {
714
- Object.assign(schema, refSchema);
715
- Object.assign(schema, _cached); // prevent overwriting any fields in the original schema
716
- }
717
- }
718
- // execute overrides
719
- if (!seen.isParent)
720
- this.override({
721
- zodSchema: zodSchema,
722
- jsonSchema: schema,
723
- path: seen.path ?? [],
724
- });
725
- };
726
- for (const entry of [...this.seen.entries()].reverse()) {
727
- flattenRef(entry[0], { target: this.target });
728
- }
729
- const result = {};
730
- if (this.target === "draft-2020-12") {
731
- result.$schema = "https://json-schema.org/draft/2020-12/schema";
732
- }
733
- else if (this.target === "draft-7") {
734
- result.$schema = "http://json-schema.org/draft-07/schema#";
735
- }
736
- else if (this.target === "draft-4") {
737
- result.$schema = "http://json-schema.org/draft-04/schema#";
738
- }
739
- else if (this.target === "openapi-3.0") {
740
- // OpenAPI 3.0 schema objects should not include a $schema property
741
- }
742
- else {
743
- // @ts-ignore
744
- console.warn(`Invalid target: ${this.target}`);
745
- }
746
- if (params.external?.uri) {
747
- const id = params.external.registry.get(schema)?.id;
748
- if (!id)
749
- throw new Error("Schema is missing an `id` property");
750
- result.$id = params.external.uri(id);
751
- }
752
- Object.assign(result, root.def);
753
- // build defs object
754
- const defs = params.external?.defs ?? {};
755
- for (const entry of this.seen.entries()) {
756
- const seen = entry[1];
757
- if (seen.def && seen.defId) {
758
- defs[seen.defId] = seen.def;
759
- }
760
- }
761
- // set definitions in result
762
- if (params.external) {
763
- }
764
- else {
765
- if (Object.keys(defs).length > 0) {
766
- if (this.target === "draft-2020-12") {
767
- result.$defs = defs;
768
- }
769
- else {
770
- result.definitions = defs;
771
- }
772
- }
773
- }
774
- try {
775
- // this "finalizes" this schema and ensures all cycles are removed
776
- // each call to .emit() is functionally independent
777
- // though the seen map is shared
778
- return JSON.parse(JSON.stringify(result));
779
- }
780
- catch (_err) {
781
- throw new Error("Error converting schema to JSON.");
782
- }
783
- }
784
- }
785
- exports.JSONSchemaGenerator = JSONSchemaGenerator;
786
- function toJSONSchema(input, _params) {
787
- if (input instanceof registries_js_1.$ZodRegistry) {
788
- const gen = new JSONSchemaGenerator(_params);
789
- const defs = {};
790
- for (const entry of input._idmap.entries()) {
791
- const [_, schema] = entry;
792
- gen.process(schema);
793
- }
794
- const schemas = {};
795
- const external = {
796
- registry: input,
797
- uri: _params?.uri,
798
- defs,
799
- };
800
- for (const entry of input._idmap.entries()) {
801
- const [key, schema] = entry;
802
- schemas[key] = gen.emit(schema, {
803
- ..._params,
804
- external,
805
- });
806
- }
807
- if (Object.keys(defs).length > 0) {
808
- const defsSegment = gen.target === "draft-2020-12" ? "$defs" : "definitions";
809
- schemas.__shared = {
810
- [defsSegment]: defs,
811
- };
812
- }
813
- return { schemas };
814
- }
815
- const gen = new JSONSchemaGenerator(_params);
816
- gen.process(input);
817
- return gen.emit(input, _params);
818
- }
819
- function isTransforming(_schema, _ctx) {
820
- const ctx = _ctx ?? { seen: new Set() };
821
- if (ctx.seen.has(_schema))
822
- return false;
823
- ctx.seen.add(_schema);
824
- const schema = _schema;
825
- const def = schema._zod.def;
826
- switch (def.type) {
827
- case "string":
828
- case "number":
829
- case "bigint":
830
- case "boolean":
831
- case "date":
832
- case "symbol":
833
- case "undefined":
834
- case "null":
835
- case "any":
836
- case "unknown":
837
- case "never":
838
- case "void":
839
- case "literal":
840
- case "enum":
841
- case "nan":
842
- case "file":
843
- case "template_literal":
844
- return false;
845
- case "array": {
846
- return isTransforming(def.element, ctx);
847
- }
848
- case "object": {
849
- for (const key in def.shape) {
850
- if (isTransforming(def.shape[key], ctx))
851
- return true;
852
- }
853
- return false;
854
- }
855
- case "union": {
856
- for (const option of def.options) {
857
- if (isTransforming(option, ctx))
858
- return true;
859
- }
860
- return false;
861
- }
862
- case "intersection": {
863
- return isTransforming(def.left, ctx) || isTransforming(def.right, ctx);
864
- }
865
- case "tuple": {
866
- for (const item of def.items) {
867
- if (isTransforming(item, ctx))
868
- return true;
869
- }
870
- if (def.rest && isTransforming(def.rest, ctx))
871
- return true;
872
- return false;
873
- }
874
- case "record": {
875
- return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
876
- }
877
- case "map": {
878
- return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
879
- }
880
- case "set": {
881
- return isTransforming(def.valueType, ctx);
882
- }
883
- // inner types
884
- case "promise":
885
- case "optional":
886
- case "nonoptional":
887
- case "nullable":
888
- case "readonly":
889
- return isTransforming(def.innerType, ctx);
890
- case "lazy":
891
- return isTransforming(def.getter(), ctx);
892
- case "default": {
893
- return isTransforming(def.innerType, ctx);
894
- }
895
- case "prefault": {
896
- return isTransforming(def.innerType, ctx);
897
- }
898
- case "custom": {
899
- return false;
900
- }
901
- case "transform": {
902
- return true;
903
- }
904
- case "pipe": {
905
- return isTransforming(def.in, ctx) || isTransforming(def.out, ctx);
906
- }
907
- case "success": {
908
- return false;
909
- }
910
- case "catch": {
911
- return false;
912
- }
913
- case "function": {
914
- return false;
915
- }
916
- default:
917
- def;
918
- }
919
- throw new Error(`Unknown schema type: ${def.type}`);
920
- }