switchboard-cli 0.1.0-alpha.3 → 0.1.0-alpha.4

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 (1557) hide show
  1. package/package.json +1 -3
  2. package/src/autoagent/boundary-check.spec.ts +77 -0
  3. package/src/autoagent/boundary-check.ts +102 -0
  4. package/src/autoagent/loop.ts +327 -0
  5. package/src/autoagent/results.spec.ts +73 -0
  6. package/src/autoagent/results.ts +68 -0
  7. package/src/autoagent/runner.spec.ts +20 -0
  8. package/src/autoagent/runner.ts +92 -0
  9. package/src/autoagent/types.ts +64 -0
  10. package/src/commands/autoagent.ts +108 -0
  11. package/src/index.ts +4 -0
  12. package/node_modules/@switchboard/core/node_modules/zod/LICENSE +0 -21
  13. package/node_modules/@switchboard/core/node_modules/zod/README.md +0 -208
  14. package/node_modules/@switchboard/core/node_modules/zod/index.cjs +0 -33
  15. package/node_modules/@switchboard/core/node_modules/zod/index.d.cts +0 -4
  16. package/node_modules/@switchboard/core/node_modules/zod/index.d.ts +0 -4
  17. package/node_modules/@switchboard/core/node_modules/zod/index.js +0 -4
  18. package/node_modules/@switchboard/core/node_modules/zod/package.json +0 -118
  19. package/node_modules/@switchboard/core/node_modules/zod/src/index.ts +0 -4
  20. package/node_modules/@switchboard/core/node_modules/zod/src/v3/ZodError.ts +0 -330
  21. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  22. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  23. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  24. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  25. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  26. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  27. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  28. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  29. package/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  30. package/node_modules/@switchboard/core/node_modules/zod/src/v3/errors.ts +0 -13
  31. package/node_modules/@switchboard/core/node_modules/zod/src/v3/external.ts +0 -6
  32. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  33. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  34. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  35. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  36. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  37. package/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/util.ts +0 -224
  38. package/node_modules/@switchboard/core/node_modules/zod/src/v3/index.ts +0 -4
  39. package/node_modules/@switchboard/core/node_modules/zod/src/v3/locales/en.ts +0 -124
  40. package/node_modules/@switchboard/core/node_modules/zod/src/v3/standard-schema.ts +0 -113
  41. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  42. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  43. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  44. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  45. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  46. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  47. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  48. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  49. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  50. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  51. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  52. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/complex.test.ts +0 -56
  53. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  54. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  55. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  56. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  57. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  58. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  59. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  60. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  61. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  62. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  63. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/function.test.ts +0 -257
  64. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  65. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  66. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  67. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  68. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  69. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  70. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  71. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  72. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  73. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nan.test.ts +0 -21
  74. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  75. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  76. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  77. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  78. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  79. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  80. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  81. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  82. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  83. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  84. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  85. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  86. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  87. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  88. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  89. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  90. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  91. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  92. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  93. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  94. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  95. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  96. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  97. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  98. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  99. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  100. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  101. package/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  102. package/node_modules/@switchboard/core/node_modules/zod/src/v3/types.ts +0 -5136
  103. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/checks.ts +0 -30
  104. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  105. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/compat.ts +0 -66
  106. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/errors.ts +0 -75
  107. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/external.ts +0 -50
  108. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/index.ts +0 -5
  109. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/iso.ts +0 -90
  110. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/parse.ts +0 -33
  111. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/schemas.ts +0 -2054
  112. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  113. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  114. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  115. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  116. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  117. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  118. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  119. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  120. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -252
  121. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  122. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  123. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  124. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  125. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  126. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -296
  127. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -313
  128. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  129. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -619
  130. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  131. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -527
  132. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  133. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -91
  134. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -175
  135. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -268
  136. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  137. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -829
  138. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  139. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  140. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  141. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  142. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -92
  143. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  144. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  145. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  146. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -86
  147. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  148. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -247
  149. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -563
  150. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -123
  151. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -147
  152. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  153. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -81
  154. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -37
  155. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -298
  156. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  157. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  158. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  159. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  160. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -342
  161. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -356
  162. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -532
  163. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  164. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -179
  165. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  166. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -109
  167. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -881
  168. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -66
  169. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -758
  170. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2314
  171. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -250
  172. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  173. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -94
  174. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  175. package/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  176. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/api.ts +0 -1594
  177. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/checks.ts +0 -1283
  178. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/config.ts +0 -15
  179. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/core.ts +0 -134
  180. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/doc.ts +0 -44
  181. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/errors.ts +0 -424
  182. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/function.ts +0 -176
  183. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/index.ts +0 -15
  184. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/json-schema.ts +0 -143
  185. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/parse.ts +0 -94
  186. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/regexes.ts +0 -135
  187. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/registries.ts +0 -96
  188. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/schemas.ts +0 -3842
  189. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/standard-schema.ts +0 -64
  190. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  191. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  192. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  193. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  194. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  195. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/to-json-schema.ts +0 -977
  196. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/util.ts +0 -775
  197. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/versions.ts +0 -5
  198. package/node_modules/@switchboard/core/node_modules/zod/src/v4/core/zsf.ts +0 -323
  199. package/node_modules/@switchboard/core/node_modules/zod/src/v4/index.ts +0 -4
  200. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ar.ts +0 -125
  201. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/az.ts +0 -121
  202. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/be.ts +0 -184
  203. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ca.ts +0 -127
  204. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/cs.ts +0 -142
  205. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/de.ts +0 -124
  206. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/en.ts +0 -127
  207. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/eo.ts +0 -125
  208. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/es.ts +0 -125
  209. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fa.ts +0 -134
  210. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fi.ts +0 -131
  211. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  212. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fr.ts +0 -124
  213. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/he.ts +0 -125
  214. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/hu.ts +0 -126
  215. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/id.ts +0 -125
  216. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/index.ts +0 -39
  217. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/it.ts +0 -125
  218. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ja.ts +0 -122
  219. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/kh.ts +0 -126
  220. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ko.ts +0 -131
  221. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/mk.ts +0 -127
  222. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ms.ts +0 -124
  223. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/nl.ts +0 -126
  224. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/no.ts +0 -124
  225. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ota.ts +0 -125
  226. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/pl.ts +0 -126
  227. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ps.ts +0 -133
  228. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/pt.ts +0 -123
  229. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ru.ts +0 -184
  230. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/sl.ts +0 -126
  231. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/sv.ts +0 -127
  232. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ta.ts +0 -125
  233. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/th.ts +0 -126
  234. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/tr.ts +0 -121
  235. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ua.ts +0 -126
  236. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ur.ts +0 -126
  237. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/vi.ts +0 -125
  238. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  239. package/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  240. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/checks.ts +0 -32
  241. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/coerce.ts +0 -22
  242. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/external.ts +0 -40
  243. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/index.ts +0 -3
  244. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/iso.ts +0 -62
  245. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/parse.ts +0 -1
  246. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/schemas.ts +0 -1579
  247. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  248. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  249. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  250. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  251. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  252. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  253. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -871
  254. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  255. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -185
  256. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  257. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  258. package/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -299
  259. package/node_modules/@switchboard/core/node_modules/zod/src/v4-mini/index.ts +0 -1
  260. package/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.cjs +0 -138
  261. package/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.d.cts +0 -164
  262. package/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.d.ts +0 -164
  263. package/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.js +0 -133
  264. package/node_modules/@switchboard/core/node_modules/zod/v3/errors.cjs +0 -17
  265. package/node_modules/@switchboard/core/node_modules/zod/v3/errors.d.cts +0 -5
  266. package/node_modules/@switchboard/core/node_modules/zod/v3/errors.d.ts +0 -5
  267. package/node_modules/@switchboard/core/node_modules/zod/v3/errors.js +0 -9
  268. package/node_modules/@switchboard/core/node_modules/zod/v3/external.cjs +0 -22
  269. package/node_modules/@switchboard/core/node_modules/zod/v3/external.d.cts +0 -6
  270. package/node_modules/@switchboard/core/node_modules/zod/v3/external.d.ts +0 -6
  271. package/node_modules/@switchboard/core/node_modules/zod/v3/external.js +0 -6
  272. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  273. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  274. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  275. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  276. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  277. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  278. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  279. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  280. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  281. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  282. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  283. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  284. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  285. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  286. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  287. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  288. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  289. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  290. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  291. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  292. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.cjs +0 -137
  293. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.d.cts +0 -85
  294. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.d.ts +0 -85
  295. package/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.js +0 -133
  296. package/node_modules/@switchboard/core/node_modules/zod/v3/index.cjs +0 -33
  297. package/node_modules/@switchboard/core/node_modules/zod/v3/index.d.cts +0 -4
  298. package/node_modules/@switchboard/core/node_modules/zod/v3/index.d.ts +0 -4
  299. package/node_modules/@switchboard/core/node_modules/zod/v3/index.js +0 -4
  300. package/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.cjs +0 -111
  301. package/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.d.cts +0 -3
  302. package/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.d.ts +0 -3
  303. package/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.js +0 -109
  304. package/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.cjs +0 -2
  305. package/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.d.cts +0 -102
  306. package/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.d.ts +0 -102
  307. package/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.js +0 -1
  308. package/node_modules/@switchboard/core/node_modules/zod/v3/types.cjs +0 -3775
  309. package/node_modules/@switchboard/core/node_modules/zod/v3/types.d.cts +0 -1031
  310. package/node_modules/@switchboard/core/node_modules/zod/v3/types.d.ts +0 -1031
  311. package/node_modules/@switchboard/core/node_modules/zod/v3/types.js +0 -3693
  312. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.cjs +0 -32
  313. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.d.cts +0 -1
  314. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.d.ts +0 -1
  315. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.js +0 -1
  316. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.cjs +0 -47
  317. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  318. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  319. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.js +0 -17
  320. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.cjs +0 -57
  321. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.d.cts +0 -46
  322. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.d.ts +0 -46
  323. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.js +0 -27
  324. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.cjs +0 -67
  325. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.d.cts +0 -30
  326. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.d.ts +0 -30
  327. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.js +0 -41
  328. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.cjs +0 -70
  329. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.d.cts +0 -13
  330. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.d.ts +0 -13
  331. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.js +0 -18
  332. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.cjs +0 -33
  333. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.d.cts +0 -4
  334. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.d.ts +0 -4
  335. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.js +0 -4
  336. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.cjs +0 -60
  337. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.d.cts +0 -22
  338. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.d.ts +0 -22
  339. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.js +0 -30
  340. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.cjs +0 -32
  341. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.d.cts +0 -23
  342. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.d.ts +0 -23
  343. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.js +0 -6
  344. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.cjs +0 -1109
  345. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.d.cts +0 -630
  346. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.d.ts +0 -630
  347. package/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.js +0 -1006
  348. package/node_modules/@switchboard/core/node_modules/zod/v4/core/api.cjs +0 -1039
  349. package/node_modules/@switchboard/core/node_modules/zod/v4/core/api.d.cts +0 -284
  350. package/node_modules/@switchboard/core/node_modules/zod/v4/core/api.d.ts +0 -284
  351. package/node_modules/@switchboard/core/node_modules/zod/v4/core/api.js +0 -906
  352. package/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.cjs +0 -591
  353. package/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.d.cts +0 -278
  354. package/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.d.ts +0 -278
  355. package/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.js +0 -565
  356. package/node_modules/@switchboard/core/node_modules/zod/v4/core/core.cjs +0 -67
  357. package/node_modules/@switchboard/core/node_modules/zod/v4/core/core.d.cts +0 -49
  358. package/node_modules/@switchboard/core/node_modules/zod/v4/core/core.d.ts +0 -49
  359. package/node_modules/@switchboard/core/node_modules/zod/v4/core/core.js +0 -61
  360. package/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.cjs +0 -39
  361. package/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.d.cts +0 -14
  362. package/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.d.ts +0 -14
  363. package/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.js +0 -35
  364. package/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.cjs +0 -226
  365. package/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.d.cts +0 -208
  366. package/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.d.ts +0 -208
  367. package/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.js +0 -195
  368. package/node_modules/@switchboard/core/node_modules/zod/v4/core/function.cjs +0 -102
  369. package/node_modules/@switchboard/core/node_modules/zod/v4/core/function.d.cts +0 -52
  370. package/node_modules/@switchboard/core/node_modules/zod/v4/core/function.d.ts +0 -52
  371. package/node_modules/@switchboard/core/node_modules/zod/v4/core/function.js +0 -75
  372. package/node_modules/@switchboard/core/node_modules/zod/v4/core/index.cjs +0 -44
  373. package/node_modules/@switchboard/core/node_modules/zod/v4/core/index.d.cts +0 -15
  374. package/node_modules/@switchboard/core/node_modules/zod/v4/core/index.d.ts +0 -15
  375. package/node_modules/@switchboard/core/node_modules/zod/v4/core/index.js +0 -15
  376. package/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.cjs +0 -2
  377. package/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.d.cts +0 -87
  378. package/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.d.ts +0 -87
  379. package/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.js +0 -1
  380. package/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.cjs +0 -87
  381. package/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.d.cts +0 -25
  382. package/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.d.ts +0 -25
  383. package/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.js +0 -57
  384. package/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.cjs +0 -103
  385. package/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.d.cts +0 -62
  386. package/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.d.ts +0 -62
  387. package/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.js +0 -95
  388. package/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.cjs +0 -56
  389. package/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.d.cts +0 -35
  390. package/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.d.ts +0 -35
  391. package/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.js +0 -51
  392. package/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.cjs +0 -1748
  393. package/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.d.cts +0 -1041
  394. package/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.d.ts +0 -1041
  395. package/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.js +0 -1717
  396. package/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  397. package/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.d.cts +0 -55
  398. package/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.d.ts +0 -55
  399. package/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.js +0 -1
  400. package/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.cjs +0 -854
  401. package/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.d.cts +0 -88
  402. package/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.d.ts +0 -88
  403. package/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.js +0 -849
  404. package/node_modules/@switchboard/core/node_modules/zod/v4/core/util.cjs +0 -539
  405. package/node_modules/@switchboard/core/node_modules/zod/v4/core/util.d.cts +0 -183
  406. package/node_modules/@switchboard/core/node_modules/zod/v4/core/util.d.ts +0 -183
  407. package/node_modules/@switchboard/core/node_modules/zod/v4/core/util.js +0 -493
  408. package/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.cjs +0 -8
  409. package/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.d.cts +0 -5
  410. package/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.d.ts +0 -5
  411. package/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.js +0 -5
  412. package/node_modules/@switchboard/core/node_modules/zod/v4/index.cjs +0 -22
  413. package/node_modules/@switchboard/core/node_modules/zod/v4/index.d.cts +0 -3
  414. package/node_modules/@switchboard/core/node_modules/zod/v4/index.d.ts +0 -3
  415. package/node_modules/@switchboard/core/node_modules/zod/v4/index.js +0 -3
  416. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.cjs +0 -142
  417. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.d.cts +0 -4
  418. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.d.ts +0 -4
  419. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.js +0 -116
  420. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.cjs +0 -141
  421. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.d.cts +0 -4
  422. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.d.ts +0 -4
  423. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.js +0 -115
  424. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.cjs +0 -190
  425. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.d.cts +0 -4
  426. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.d.ts +0 -4
  427. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.js +0 -164
  428. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.cjs +0 -144
  429. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.d.cts +0 -4
  430. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.d.ts +0 -4
  431. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.js +0 -118
  432. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.cjs +0 -161
  433. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.d.cts +0 -4
  434. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.d.ts +0 -4
  435. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.js +0 -135
  436. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.cjs +0 -142
  437. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.d.cts +0 -4
  438. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.d.ts +0 -4
  439. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.js +0 -116
  440. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.cjs +0 -145
  441. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.d.cts +0 -5
  442. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.d.ts +0 -5
  443. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.js +0 -117
  444. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.cjs +0 -144
  445. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.d.cts +0 -5
  446. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.d.ts +0 -5
  447. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.js +0 -116
  448. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.cjs +0 -143
  449. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.d.cts +0 -4
  450. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.d.ts +0 -4
  451. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.js +0 -117
  452. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.cjs +0 -148
  453. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.d.cts +0 -4
  454. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.d.ts +0 -4
  455. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.js +0 -122
  456. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.cjs +0 -148
  457. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.d.cts +0 -4
  458. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.d.ts +0 -4
  459. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.js +0 -122
  460. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.cjs +0 -143
  461. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.d.cts +0 -4
  462. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  463. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.js +0 -117
  464. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.cjs +0 -142
  465. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.d.cts +0 -4
  466. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.d.ts +0 -4
  467. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.js +0 -116
  468. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.cjs +0 -143
  469. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.d.cts +0 -4
  470. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.d.ts +0 -4
  471. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.js +0 -117
  472. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.cjs +0 -143
  473. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.d.cts +0 -4
  474. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.d.ts +0 -4
  475. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.js +0 -117
  476. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.cjs +0 -142
  477. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.d.cts +0 -4
  478. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.d.ts +0 -4
  479. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.js +0 -116
  480. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.cjs +0 -84
  481. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.d.cts +0 -39
  482. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.d.ts +0 -39
  483. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.js +0 -39
  484. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.cjs +0 -143
  485. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.d.cts +0 -4
  486. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.d.ts +0 -4
  487. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.js +0 -117
  488. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.cjs +0 -141
  489. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.d.cts +0 -4
  490. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.d.ts +0 -4
  491. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.js +0 -115
  492. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.cjs +0 -143
  493. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.d.cts +0 -4
  494. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.d.ts +0 -4
  495. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.js +0 -117
  496. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.cjs +0 -147
  497. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.d.cts +0 -4
  498. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.d.ts +0 -4
  499. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.js +0 -121
  500. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.cjs +0 -144
  501. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.d.cts +0 -4
  502. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.d.ts +0 -4
  503. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.js +0 -118
  504. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.cjs +0 -142
  505. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.d.cts +0 -4
  506. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.d.ts +0 -4
  507. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.js +0 -116
  508. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.cjs +0 -143
  509. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.d.cts +0 -4
  510. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.d.ts +0 -4
  511. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.js +0 -117
  512. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.cjs +0 -142
  513. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.d.cts +0 -4
  514. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.d.ts +0 -4
  515. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.js +0 -116
  516. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.cjs +0 -143
  517. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.d.cts +0 -4
  518. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.d.ts +0 -4
  519. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.js +0 -117
  520. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.cjs +0 -143
  521. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.d.cts +0 -4
  522. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.d.ts +0 -4
  523. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.js +0 -117
  524. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.cjs +0 -148
  525. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.d.cts +0 -4
  526. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.d.ts +0 -4
  527. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.js +0 -122
  528. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.cjs +0 -142
  529. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.d.cts +0 -4
  530. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.d.ts +0 -4
  531. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.js +0 -116
  532. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.cjs +0 -190
  533. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.d.cts +0 -4
  534. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.d.ts +0 -4
  535. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.js +0 -164
  536. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.cjs +0 -143
  537. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.d.cts +0 -4
  538. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.d.ts +0 -4
  539. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.js +0 -117
  540. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.cjs +0 -144
  541. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.d.cts +0 -4
  542. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.d.ts +0 -4
  543. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.js +0 -118
  544. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.cjs +0 -143
  545. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.d.cts +0 -4
  546. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.d.ts +0 -4
  547. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.js +0 -117
  548. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.cjs +0 -143
  549. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.d.cts +0 -4
  550. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.d.ts +0 -4
  551. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.js +0 -117
  552. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.cjs +0 -143
  553. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.d.cts +0 -5
  554. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.d.ts +0 -5
  555. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.js +0 -115
  556. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.cjs +0 -143
  557. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.d.cts +0 -4
  558. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.d.ts +0 -4
  559. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.js +0 -117
  560. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.cjs +0 -143
  561. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.d.cts +0 -4
  562. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.d.ts +0 -4
  563. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.js +0 -117
  564. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.cjs +0 -142
  565. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.d.cts +0 -4
  566. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.d.ts +0 -4
  567. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.js +0 -116
  568. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.cjs +0 -142
  569. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.d.cts +0 -4
  570. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  571. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.js +0 -116
  572. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.cjs +0 -143
  573. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.d.cts +0 -4
  574. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  575. package/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.js +0 -117
  576. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.cjs +0 -34
  577. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.d.cts +0 -1
  578. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.d.ts +0 -1
  579. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.js +0 -1
  580. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.cjs +0 -47
  581. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  582. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  583. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.js +0 -17
  584. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.cjs +0 -62
  585. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.d.cts +0 -11
  586. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.d.ts +0 -11
  587. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.js +0 -13
  588. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.cjs +0 -32
  589. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.d.cts +0 -3
  590. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.d.ts +0 -3
  591. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.js +0 -3
  592. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.cjs +0 -60
  593. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.d.cts +0 -22
  594. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.d.ts +0 -22
  595. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.js +0 -30
  596. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.cjs +0 -8
  597. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.d.cts +0 -1
  598. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.d.ts +0 -1
  599. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.js +0 -1
  600. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.cjs +0 -839
  601. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.d.cts +0 -356
  602. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.d.ts +0 -356
  603. package/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.js +0 -732
  604. package/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.cjs +0 -17
  605. package/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.d.cts +0 -1
  606. package/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.d.ts +0 -1
  607. package/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.js +0 -1
  608. package/node_modules/@switchboard/core/package.json +0 -20
  609. package/node_modules/@switchboard/core/src/activation.ts +0 -285
  610. package/node_modules/@switchboard/core/src/audited-receipt.ts +0 -403
  611. package/node_modules/@switchboard/core/src/budget-ledger.ts +0 -223
  612. package/node_modules/@switchboard/core/src/build-map.ts +0 -327
  613. package/node_modules/@switchboard/core/src/canonical-delta.ts +0 -754
  614. package/node_modules/@switchboard/core/src/canonical-pack.ts +0 -400
  615. package/node_modules/@switchboard/core/src/canonical.ts +0 -248
  616. package/node_modules/@switchboard/core/src/claim-spread.ts +0 -219
  617. package/node_modules/@switchboard/core/src/classifier.ts +0 -207
  618. package/node_modules/@switchboard/core/src/claude-executor.ts +0 -37
  619. package/node_modules/@switchboard/core/src/codex-audit.ts +0 -301
  620. package/node_modules/@switchboard/core/src/codex-executor.ts +0 -22
  621. package/node_modules/@switchboard/core/src/compiler-adapter.ts +0 -284
  622. package/node_modules/@switchboard/core/src/compiler.ts +0 -183
  623. package/node_modules/@switchboard/core/src/dispatch-formatter.ts +0 -348
  624. package/node_modules/@switchboard/core/src/dispatch-receipt.ts +0 -135
  625. package/node_modules/@switchboard/core/src/dossier.ts +0 -229
  626. package/node_modules/@switchboard/core/src/eval-scope.ts +0 -208
  627. package/node_modules/@switchboard/core/src/evaluation-lane.ts +0 -584
  628. package/node_modules/@switchboard/core/src/execution-trace.ts +0 -455
  629. package/node_modules/@switchboard/core/src/gate-state.ts +0 -296
  630. package/node_modules/@switchboard/core/src/gates.ts +0 -198
  631. package/node_modules/@switchboard/core/src/governance-envelope.ts +0 -317
  632. package/node_modules/@switchboard/core/src/handoff-v2.ts +0 -221
  633. package/node_modules/@switchboard/core/src/handoff-visibility.ts +0 -204
  634. package/node_modules/@switchboard/core/src/handoff.ts +0 -87
  635. package/node_modules/@switchboard/core/src/harness-compiler.ts +0 -246
  636. package/node_modules/@switchboard/core/src/index.ts +0 -57
  637. package/node_modules/@switchboard/core/src/ingest.ts +0 -128
  638. package/node_modules/@switchboard/core/src/launch-block-payload.ts +0 -51
  639. package/node_modules/@switchboard/core/src/ledger.ts +0 -313
  640. package/node_modules/@switchboard/core/src/live-event-bus.ts +0 -37
  641. package/node_modules/@switchboard/core/src/live-event.ts +0 -238
  642. package/node_modules/@switchboard/core/src/lock-readiness.ts +0 -242
  643. package/node_modules/@switchboard/core/src/loop-compiler.ts +0 -152
  644. package/node_modules/@switchboard/core/src/loop-validator.ts +0 -55
  645. package/node_modules/@switchboard/core/src/meta-harness.ts +0 -411
  646. package/node_modules/@switchboard/core/src/overflow-manifest.ts +0 -220
  647. package/node_modules/@switchboard/core/src/packet-integrity.ts +0 -302
  648. package/node_modules/@switchboard/core/src/parallel-conflict.ts +0 -268
  649. package/node_modules/@switchboard/core/src/preflight.ts +0 -181
  650. package/node_modules/@switchboard/core/src/pressure-assessment.ts +0 -265
  651. package/node_modules/@switchboard/core/src/product-objects.ts +0 -99
  652. package/node_modules/@switchboard/core/src/project-charter.ts +0 -193
  653. package/node_modules/@switchboard/core/src/proof-capture.ts +0 -319
  654. package/node_modules/@switchboard/core/src/provider-registry.ts +0 -163
  655. package/node_modules/@switchboard/core/src/receipt-v2.ts +0 -904
  656. package/node_modules/@switchboard/core/src/reconcile-matrix.ts +0 -154
  657. package/node_modules/@switchboard/core/src/reconcile-v2.ts +0 -272
  658. package/node_modules/@switchboard/core/src/reconcile.ts +0 -450
  659. package/node_modules/@switchboard/core/src/return-normalizer.ts +0 -226
  660. package/node_modules/@switchboard/core/src/router.ts +0 -207
  661. package/node_modules/@switchboard/core/src/routing-v2.ts +0 -214
  662. package/node_modules/@switchboard/core/src/run-snapshot.ts +0 -405
  663. package/node_modules/@switchboard/core/src/surface-playbooks.ts +0 -36
  664. package/node_modules/@switchboard/core/src/surface-profiles.ts +0 -166
  665. package/node_modules/@switchboard/core/src/synthesis-provider.ts +0 -1114
  666. package/node_modules/@switchboard/core/src/types.ts +0 -3054
  667. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/LICENSE +0 -21
  668. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/README.md +0 -208
  669. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/index.cjs +0 -33
  670. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/index.d.cts +0 -4
  671. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/index.d.ts +0 -4
  672. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/index.js +0 -4
  673. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/package.json +0 -118
  674. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/index.ts +0 -4
  675. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/ZodError.ts +0 -330
  676. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  677. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  678. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  679. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  680. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  681. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  682. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  683. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  684. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  685. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/errors.ts +0 -13
  686. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/external.ts +0 -6
  687. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  688. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  689. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  690. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  691. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  692. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/helpers/util.ts +0 -224
  693. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/index.ts +0 -4
  694. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/locales/en.ts +0 -124
  695. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/standard-schema.ts +0 -113
  696. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  697. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  698. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  699. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  700. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  701. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  702. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  703. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  704. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  705. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  706. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  707. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/complex.test.ts +0 -56
  708. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  709. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  710. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  711. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  712. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  713. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  714. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  715. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  716. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  717. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  718. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/function.test.ts +0 -257
  719. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  720. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  721. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  722. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  723. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  724. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  725. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  726. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  727. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  728. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nan.test.ts +0 -21
  729. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  730. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  731. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  732. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  733. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  734. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  735. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  736. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  737. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  738. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  739. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  740. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  741. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  742. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  743. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  744. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  745. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  746. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  747. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  748. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  749. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  750. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  751. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  752. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  753. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  754. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  755. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  756. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  757. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v3/types.ts +0 -5136
  758. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/checks.ts +0 -30
  759. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  760. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/compat.ts +0 -66
  761. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/errors.ts +0 -75
  762. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/external.ts +0 -50
  763. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/index.ts +0 -5
  764. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/iso.ts +0 -90
  765. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/parse.ts +0 -33
  766. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/schemas.ts +0 -2054
  767. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  768. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  769. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  770. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  771. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  772. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  773. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  774. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  775. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -252
  776. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  777. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  778. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  779. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  780. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  781. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -296
  782. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -313
  783. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  784. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -619
  785. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  786. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -527
  787. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  788. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -91
  789. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -175
  790. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -268
  791. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  792. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -829
  793. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  794. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  795. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  796. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  797. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -92
  798. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  799. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  800. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  801. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -86
  802. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  803. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -247
  804. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -563
  805. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -123
  806. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -147
  807. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  808. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -81
  809. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -37
  810. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -298
  811. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  812. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  813. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  814. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  815. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -342
  816. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -356
  817. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -532
  818. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  819. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -179
  820. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  821. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -109
  822. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -881
  823. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -66
  824. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -758
  825. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2314
  826. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -250
  827. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  828. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -94
  829. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  830. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  831. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/api.ts +0 -1594
  832. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/checks.ts +0 -1283
  833. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/config.ts +0 -15
  834. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/core.ts +0 -134
  835. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/doc.ts +0 -44
  836. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/errors.ts +0 -424
  837. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/function.ts +0 -176
  838. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/index.ts +0 -15
  839. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/json-schema.ts +0 -143
  840. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/parse.ts +0 -94
  841. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/regexes.ts +0 -135
  842. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/registries.ts +0 -96
  843. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/schemas.ts +0 -3842
  844. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/standard-schema.ts +0 -64
  845. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  846. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  847. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  848. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  849. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  850. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/to-json-schema.ts +0 -977
  851. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/util.ts +0 -775
  852. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/versions.ts +0 -5
  853. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/core/zsf.ts +0 -323
  854. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/index.ts +0 -4
  855. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ar.ts +0 -125
  856. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/az.ts +0 -121
  857. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/be.ts +0 -184
  858. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ca.ts +0 -127
  859. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/cs.ts +0 -142
  860. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/de.ts +0 -124
  861. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/en.ts +0 -127
  862. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/eo.ts +0 -125
  863. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/es.ts +0 -125
  864. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fa.ts +0 -134
  865. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fi.ts +0 -131
  866. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  867. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/fr.ts +0 -124
  868. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/he.ts +0 -125
  869. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/hu.ts +0 -126
  870. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/id.ts +0 -125
  871. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/index.ts +0 -39
  872. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/it.ts +0 -125
  873. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ja.ts +0 -122
  874. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/kh.ts +0 -126
  875. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ko.ts +0 -131
  876. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/mk.ts +0 -127
  877. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ms.ts +0 -124
  878. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/nl.ts +0 -126
  879. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/no.ts +0 -124
  880. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ota.ts +0 -125
  881. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/pl.ts +0 -126
  882. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ps.ts +0 -133
  883. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/pt.ts +0 -123
  884. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ru.ts +0 -184
  885. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/sl.ts +0 -126
  886. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/sv.ts +0 -127
  887. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ta.ts +0 -125
  888. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/th.ts +0 -126
  889. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/tr.ts +0 -121
  890. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ua.ts +0 -126
  891. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/ur.ts +0 -126
  892. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/vi.ts +0 -125
  893. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  894. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  895. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/checks.ts +0 -32
  896. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/coerce.ts +0 -22
  897. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/external.ts +0 -40
  898. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/index.ts +0 -3
  899. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/iso.ts +0 -62
  900. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/parse.ts +0 -1
  901. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/schemas.ts +0 -1579
  902. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  903. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  904. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  905. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  906. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  907. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  908. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -871
  909. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  910. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -185
  911. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  912. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  913. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -299
  914. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/src/v4-mini/index.ts +0 -1
  915. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.cjs +0 -138
  916. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.d.cts +0 -164
  917. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.d.ts +0 -164
  918. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/ZodError.js +0 -133
  919. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/errors.cjs +0 -17
  920. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/errors.d.cts +0 -5
  921. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/errors.d.ts +0 -5
  922. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/errors.js +0 -9
  923. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/external.cjs +0 -22
  924. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/external.d.cts +0 -6
  925. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/external.d.ts +0 -6
  926. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/external.js +0 -6
  927. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  928. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  929. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  930. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  931. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  932. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  933. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  934. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  935. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  936. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  937. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  938. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  939. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  940. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  941. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  942. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  943. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  944. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  945. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  946. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  947. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.cjs +0 -137
  948. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.d.cts +0 -85
  949. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.d.ts +0 -85
  950. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/helpers/util.js +0 -133
  951. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/index.cjs +0 -33
  952. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/index.d.cts +0 -4
  953. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/index.d.ts +0 -4
  954. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/index.js +0 -4
  955. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.cjs +0 -111
  956. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.d.cts +0 -3
  957. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.d.ts +0 -3
  958. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/locales/en.js +0 -109
  959. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.cjs +0 -2
  960. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.d.cts +0 -102
  961. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.d.ts +0 -102
  962. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/standard-schema.js +0 -1
  963. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/types.cjs +0 -3775
  964. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/types.d.cts +0 -1031
  965. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/types.d.ts +0 -1031
  966. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v3/types.js +0 -3693
  967. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.cjs +0 -32
  968. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.d.cts +0 -1
  969. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.d.ts +0 -1
  970. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/checks.js +0 -1
  971. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.cjs +0 -47
  972. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  973. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  974. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/coerce.js +0 -17
  975. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.cjs +0 -57
  976. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.d.cts +0 -46
  977. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.d.ts +0 -46
  978. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/compat.js +0 -27
  979. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.cjs +0 -67
  980. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.d.cts +0 -30
  981. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.d.ts +0 -30
  982. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/errors.js +0 -41
  983. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.cjs +0 -70
  984. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.d.cts +0 -13
  985. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.d.ts +0 -13
  986. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/external.js +0 -18
  987. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.cjs +0 -33
  988. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.d.cts +0 -4
  989. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.d.ts +0 -4
  990. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/index.js +0 -4
  991. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.cjs +0 -60
  992. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.d.cts +0 -22
  993. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.d.ts +0 -22
  994. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/iso.js +0 -30
  995. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.cjs +0 -32
  996. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.d.cts +0 -23
  997. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.d.ts +0 -23
  998. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/parse.js +0 -6
  999. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.cjs +0 -1109
  1000. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.d.cts +0 -630
  1001. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.d.ts +0 -630
  1002. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/classic/schemas.js +0 -1006
  1003. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/api.cjs +0 -1039
  1004. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/api.d.cts +0 -284
  1005. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/api.d.ts +0 -284
  1006. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/api.js +0 -906
  1007. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.cjs +0 -591
  1008. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.d.cts +0 -278
  1009. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.d.ts +0 -278
  1010. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/checks.js +0 -565
  1011. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/core.cjs +0 -67
  1012. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/core.d.cts +0 -49
  1013. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/core.d.ts +0 -49
  1014. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/core.js +0 -61
  1015. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.cjs +0 -39
  1016. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.d.cts +0 -14
  1017. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.d.ts +0 -14
  1018. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/doc.js +0 -35
  1019. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.cjs +0 -226
  1020. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.d.cts +0 -208
  1021. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.d.ts +0 -208
  1022. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/errors.js +0 -195
  1023. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/function.cjs +0 -102
  1024. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/function.d.cts +0 -52
  1025. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/function.d.ts +0 -52
  1026. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/function.js +0 -75
  1027. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/index.cjs +0 -44
  1028. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/index.d.cts +0 -15
  1029. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/index.d.ts +0 -15
  1030. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/index.js +0 -15
  1031. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.cjs +0 -2
  1032. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.d.cts +0 -87
  1033. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.d.ts +0 -87
  1034. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/json-schema.js +0 -1
  1035. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.cjs +0 -87
  1036. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.d.cts +0 -25
  1037. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.d.ts +0 -25
  1038. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/parse.js +0 -57
  1039. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.cjs +0 -103
  1040. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.d.cts +0 -62
  1041. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.d.ts +0 -62
  1042. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/regexes.js +0 -95
  1043. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.cjs +0 -56
  1044. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.d.cts +0 -35
  1045. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.d.ts +0 -35
  1046. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/registries.js +0 -51
  1047. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.cjs +0 -1748
  1048. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.d.cts +0 -1041
  1049. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.d.ts +0 -1041
  1050. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/schemas.js +0 -1717
  1051. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  1052. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.d.cts +0 -55
  1053. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.d.ts +0 -55
  1054. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/standard-schema.js +0 -1
  1055. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.cjs +0 -854
  1056. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.d.cts +0 -88
  1057. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.d.ts +0 -88
  1058. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/to-json-schema.js +0 -849
  1059. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/util.cjs +0 -539
  1060. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/util.d.cts +0 -183
  1061. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/util.d.ts +0 -183
  1062. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/util.js +0 -493
  1063. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.cjs +0 -8
  1064. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.d.cts +0 -5
  1065. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.d.ts +0 -5
  1066. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/core/versions.js +0 -5
  1067. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/index.cjs +0 -22
  1068. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/index.d.cts +0 -3
  1069. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/index.d.ts +0 -3
  1070. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/index.js +0 -3
  1071. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.cjs +0 -142
  1072. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.d.cts +0 -4
  1073. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.d.ts +0 -4
  1074. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ar.js +0 -116
  1075. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.cjs +0 -141
  1076. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.d.cts +0 -4
  1077. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.d.ts +0 -4
  1078. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/az.js +0 -115
  1079. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.cjs +0 -190
  1080. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.d.cts +0 -4
  1081. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.d.ts +0 -4
  1082. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/be.js +0 -164
  1083. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.cjs +0 -144
  1084. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.d.cts +0 -4
  1085. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.d.ts +0 -4
  1086. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ca.js +0 -118
  1087. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.cjs +0 -161
  1088. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.d.cts +0 -4
  1089. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.d.ts +0 -4
  1090. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/cs.js +0 -135
  1091. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.cjs +0 -142
  1092. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.d.cts +0 -4
  1093. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.d.ts +0 -4
  1094. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/de.js +0 -116
  1095. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.cjs +0 -145
  1096. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.d.cts +0 -5
  1097. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.d.ts +0 -5
  1098. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/en.js +0 -117
  1099. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.cjs +0 -144
  1100. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.d.cts +0 -5
  1101. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.d.ts +0 -5
  1102. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/eo.js +0 -116
  1103. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.cjs +0 -143
  1104. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.d.cts +0 -4
  1105. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.d.ts +0 -4
  1106. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/es.js +0 -117
  1107. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.cjs +0 -148
  1108. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.d.cts +0 -4
  1109. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.d.ts +0 -4
  1110. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fa.js +0 -122
  1111. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.cjs +0 -148
  1112. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.d.cts +0 -4
  1113. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.d.ts +0 -4
  1114. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fi.js +0 -122
  1115. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.cjs +0 -143
  1116. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.d.cts +0 -4
  1117. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  1118. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr-CA.js +0 -117
  1119. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.cjs +0 -142
  1120. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.d.cts +0 -4
  1121. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.d.ts +0 -4
  1122. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/fr.js +0 -116
  1123. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.cjs +0 -143
  1124. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.d.cts +0 -4
  1125. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.d.ts +0 -4
  1126. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/he.js +0 -117
  1127. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.cjs +0 -143
  1128. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.d.cts +0 -4
  1129. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.d.ts +0 -4
  1130. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/hu.js +0 -117
  1131. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.cjs +0 -142
  1132. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.d.cts +0 -4
  1133. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.d.ts +0 -4
  1134. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/id.js +0 -116
  1135. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.cjs +0 -84
  1136. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.d.cts +0 -39
  1137. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.d.ts +0 -39
  1138. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/index.js +0 -39
  1139. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.cjs +0 -143
  1140. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.d.cts +0 -4
  1141. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.d.ts +0 -4
  1142. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/it.js +0 -117
  1143. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.cjs +0 -141
  1144. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.d.cts +0 -4
  1145. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.d.ts +0 -4
  1146. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ja.js +0 -115
  1147. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.cjs +0 -143
  1148. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.d.cts +0 -4
  1149. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.d.ts +0 -4
  1150. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/kh.js +0 -117
  1151. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.cjs +0 -147
  1152. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.d.cts +0 -4
  1153. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.d.ts +0 -4
  1154. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ko.js +0 -121
  1155. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.cjs +0 -144
  1156. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.d.cts +0 -4
  1157. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.d.ts +0 -4
  1158. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/mk.js +0 -118
  1159. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.cjs +0 -142
  1160. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.d.cts +0 -4
  1161. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.d.ts +0 -4
  1162. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ms.js +0 -116
  1163. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.cjs +0 -143
  1164. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.d.cts +0 -4
  1165. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.d.ts +0 -4
  1166. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/nl.js +0 -117
  1167. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.cjs +0 -142
  1168. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.d.cts +0 -4
  1169. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.d.ts +0 -4
  1170. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/no.js +0 -116
  1171. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.cjs +0 -143
  1172. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.d.cts +0 -4
  1173. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.d.ts +0 -4
  1174. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ota.js +0 -117
  1175. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.cjs +0 -143
  1176. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.d.cts +0 -4
  1177. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.d.ts +0 -4
  1178. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pl.js +0 -117
  1179. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.cjs +0 -148
  1180. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.d.cts +0 -4
  1181. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.d.ts +0 -4
  1182. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ps.js +0 -122
  1183. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.cjs +0 -142
  1184. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.d.cts +0 -4
  1185. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.d.ts +0 -4
  1186. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/pt.js +0 -116
  1187. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.cjs +0 -190
  1188. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.d.cts +0 -4
  1189. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.d.ts +0 -4
  1190. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ru.js +0 -164
  1191. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.cjs +0 -143
  1192. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.d.cts +0 -4
  1193. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.d.ts +0 -4
  1194. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sl.js +0 -117
  1195. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.cjs +0 -144
  1196. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.d.cts +0 -4
  1197. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.d.ts +0 -4
  1198. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/sv.js +0 -118
  1199. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.cjs +0 -143
  1200. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.d.cts +0 -4
  1201. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.d.ts +0 -4
  1202. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ta.js +0 -117
  1203. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.cjs +0 -143
  1204. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.d.cts +0 -4
  1205. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.d.ts +0 -4
  1206. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/th.js +0 -117
  1207. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.cjs +0 -143
  1208. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.d.cts +0 -5
  1209. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.d.ts +0 -5
  1210. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/tr.js +0 -115
  1211. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.cjs +0 -143
  1212. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.d.cts +0 -4
  1213. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.d.ts +0 -4
  1214. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ua.js +0 -117
  1215. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.cjs +0 -143
  1216. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.d.cts +0 -4
  1217. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.d.ts +0 -4
  1218. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/ur.js +0 -117
  1219. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.cjs +0 -142
  1220. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.d.cts +0 -4
  1221. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.d.ts +0 -4
  1222. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/vi.js +0 -116
  1223. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.cjs +0 -142
  1224. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.d.cts +0 -4
  1225. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  1226. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-CN.js +0 -116
  1227. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.cjs +0 -143
  1228. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.d.cts +0 -4
  1229. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  1230. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/locales/zh-TW.js +0 -117
  1231. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.cjs +0 -34
  1232. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.d.cts +0 -1
  1233. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.d.ts +0 -1
  1234. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/checks.js +0 -1
  1235. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.cjs +0 -47
  1236. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  1237. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  1238. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/coerce.js +0 -17
  1239. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.cjs +0 -62
  1240. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.d.cts +0 -11
  1241. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.d.ts +0 -11
  1242. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/external.js +0 -13
  1243. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.cjs +0 -32
  1244. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.d.cts +0 -3
  1245. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.d.ts +0 -3
  1246. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/index.js +0 -3
  1247. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.cjs +0 -60
  1248. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.d.cts +0 -22
  1249. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.d.ts +0 -22
  1250. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/iso.js +0 -30
  1251. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.cjs +0 -8
  1252. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.d.cts +0 -1
  1253. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.d.ts +0 -1
  1254. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/parse.js +0 -1
  1255. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.cjs +0 -839
  1256. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.d.cts +0 -356
  1257. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.d.ts +0 -356
  1258. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4/mini/schemas.js +0 -732
  1259. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.cjs +0 -17
  1260. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.d.cts +0 -1
  1261. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.d.ts +0 -1
  1262. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/node_modules/zod/v4-mini/index.js +0 -1
  1263. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/package.json +0 -20
  1264. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/activation.ts +0 -285
  1265. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/audited-receipt.ts +0 -403
  1266. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/budget-ledger.ts +0 -223
  1267. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/build-map.ts +0 -327
  1268. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/canonical-delta.ts +0 -754
  1269. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/canonical-pack.ts +0 -400
  1270. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/canonical.ts +0 -248
  1271. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/claim-spread.ts +0 -219
  1272. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/classifier.ts +0 -207
  1273. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/claude-executor.ts +0 -37
  1274. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/codex-audit.ts +0 -301
  1275. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/codex-executor.ts +0 -22
  1276. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/compiler-adapter.ts +0 -284
  1277. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/compiler.ts +0 -183
  1278. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/dispatch-formatter.ts +0 -348
  1279. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/dispatch-receipt.ts +0 -135
  1280. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/dossier.ts +0 -229
  1281. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/eval-scope.ts +0 -208
  1282. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/evaluation-lane.ts +0 -584
  1283. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/execution-trace.ts +0 -455
  1284. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/gate-state.ts +0 -296
  1285. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/gates.ts +0 -198
  1286. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/governance-envelope.ts +0 -317
  1287. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/handoff-v2.ts +0 -221
  1288. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/handoff-visibility.ts +0 -204
  1289. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/handoff.ts +0 -87
  1290. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/harness-compiler.ts +0 -246
  1291. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/index.ts +0 -57
  1292. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/ingest.ts +0 -128
  1293. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/launch-block-payload.ts +0 -51
  1294. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/ledger.ts +0 -313
  1295. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/live-event-bus.ts +0 -37
  1296. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/live-event.ts +0 -238
  1297. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/lock-readiness.ts +0 -242
  1298. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/loop-compiler.ts +0 -152
  1299. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/loop-validator.ts +0 -55
  1300. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/meta-harness.ts +0 -411
  1301. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/overflow-manifest.ts +0 -220
  1302. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/packet-integrity.ts +0 -302
  1303. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/parallel-conflict.ts +0 -268
  1304. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/preflight.ts +0 -181
  1305. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/pressure-assessment.ts +0 -265
  1306. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/product-objects.ts +0 -99
  1307. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/project-charter.ts +0 -193
  1308. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/proof-capture.ts +0 -319
  1309. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/provider-registry.ts +0 -163
  1310. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/receipt-v2.ts +0 -904
  1311. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/reconcile-matrix.ts +0 -154
  1312. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/reconcile-v2.ts +0 -272
  1313. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/reconcile.ts +0 -450
  1314. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/return-normalizer.ts +0 -226
  1315. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/router.ts +0 -207
  1316. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/routing-v2.ts +0 -214
  1317. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/run-snapshot.ts +0 -405
  1318. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/surface-playbooks.ts +0 -36
  1319. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/surface-profiles.ts +0 -166
  1320. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/synthesis-provider.ts +0 -1114
  1321. package/node_modules/@switchboard/projections/node_modules/@switchboard/core/src/types.ts +0 -3054
  1322. package/node_modules/@switchboard/projections/node_modules/yaml/LICENSE +0 -13
  1323. package/node_modules/@switchboard/projections/node_modules/yaml/README.md +0 -172
  1324. package/node_modules/@switchboard/projections/node_modules/yaml/bin.mjs +0 -11
  1325. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/compose-collection.js +0 -88
  1326. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/compose-doc.js +0 -43
  1327. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/compose-node.js +0 -109
  1328. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/compose-scalar.js +0 -86
  1329. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/composer.js +0 -217
  1330. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-block-map.js +0 -115
  1331. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +0 -198
  1332. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +0 -49
  1333. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-end.js +0 -37
  1334. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +0 -207
  1335. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +0 -223
  1336. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/resolve-props.js +0 -146
  1337. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/util-contains-newline.js +0 -34
  1338. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +0 -26
  1339. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +0 -15
  1340. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/compose/util-map-includes.js +0 -13
  1341. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/doc/Document.js +0 -335
  1342. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/doc/anchors.js +0 -71
  1343. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/doc/applyReviver.js +0 -55
  1344. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/doc/createNode.js +0 -88
  1345. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/doc/directives.js +0 -176
  1346. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/errors.js +0 -57
  1347. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/index.js +0 -17
  1348. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/log.js +0 -11
  1349. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/Alias.js +0 -114
  1350. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/Collection.js +0 -147
  1351. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/Node.js +0 -38
  1352. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/Pair.js +0 -36
  1353. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/Scalar.js +0 -24
  1354. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/YAMLMap.js +0 -144
  1355. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +0 -113
  1356. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +0 -63
  1357. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/identity.js +0 -36
  1358. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/nodes/toJS.js +0 -37
  1359. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/cst-scalar.js +0 -214
  1360. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/cst-stringify.js +0 -61
  1361. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/cst-visit.js +0 -97
  1362. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/cst.js +0 -98
  1363. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/lexer.js +0 -717
  1364. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/line-counter.js +0 -39
  1365. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/parse/parser.js +0 -967
  1366. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/public-api.js +0 -102
  1367. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/Schema.js +0 -37
  1368. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/common/map.js +0 -17
  1369. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/common/null.js +0 -15
  1370. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/common/seq.js +0 -17
  1371. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/common/string.js +0 -14
  1372. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/core/bool.js +0 -19
  1373. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/core/float.js +0 -43
  1374. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/core/int.js +0 -38
  1375. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/core/schema.js +0 -23
  1376. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/json/schema.js +0 -62
  1377. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/tags.js +0 -96
  1378. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +0 -58
  1379. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +0 -26
  1380. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +0 -46
  1381. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +0 -71
  1382. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +0 -64
  1383. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +0 -74
  1384. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +0 -78
  1385. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +0 -39
  1386. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +0 -93
  1387. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +0 -101
  1388. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +0 -146
  1389. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringify.js +0 -129
  1390. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +0 -153
  1391. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyComment.js +0 -20
  1392. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +0 -85
  1393. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +0 -24
  1394. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyPair.js +0 -150
  1395. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/stringify/stringifyString.js +0 -336
  1396. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/util.js +0 -11
  1397. package/node_modules/@switchboard/projections/node_modules/yaml/browser/dist/visit.js +0 -233
  1398. package/node_modules/@switchboard/projections/node_modules/yaml/browser/index.js +0 -5
  1399. package/node_modules/@switchboard/projections/node_modules/yaml/browser/package.json +0 -3
  1400. package/node_modules/@switchboard/projections/node_modules/yaml/dist/cli.d.ts +0 -8
  1401. package/node_modules/@switchboard/projections/node_modules/yaml/dist/cli.mjs +0 -201
  1402. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-collection.d.ts +0 -11
  1403. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-collection.js +0 -90
  1404. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-doc.d.ts +0 -7
  1405. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-doc.js +0 -45
  1406. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-node.d.ts +0 -29
  1407. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-node.js +0 -112
  1408. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-scalar.d.ts +0 -5
  1409. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/compose-scalar.js +0 -88
  1410. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/composer.d.ts +0 -63
  1411. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/composer.js +0 -222
  1412. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-map.d.ts +0 -6
  1413. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-map.js +0 -117
  1414. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +0 -11
  1415. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-scalar.js +0 -200
  1416. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +0 -6
  1417. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-block-seq.js +0 -51
  1418. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-end.d.ts +0 -6
  1419. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-end.js +0 -39
  1420. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +0 -7
  1421. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-flow-collection.js +0 -209
  1422. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +0 -10
  1423. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-flow-scalar.js +0 -225
  1424. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-props.d.ts +0 -23
  1425. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/resolve-props.js +0 -148
  1426. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-contains-newline.d.ts +0 -2
  1427. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-contains-newline.js +0 -36
  1428. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +0 -2
  1429. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-empty-scalar-position.js +0 -28
  1430. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +0 -3
  1431. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-flow-indent-check.js +0 -17
  1432. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-map-includes.d.ts +0 -4
  1433. package/node_modules/@switchboard/projections/node_modules/yaml/dist/compose/util-map-includes.js +0 -15
  1434. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/Document.d.ts +0 -141
  1435. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/Document.js +0 -337
  1436. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/anchors.d.ts +0 -24
  1437. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/anchors.js +0 -76
  1438. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/applyReviver.d.ts +0 -9
  1439. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/applyReviver.js +0 -57
  1440. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/createNode.d.ts +0 -17
  1441. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/createNode.js +0 -90
  1442. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/directives.d.ts +0 -49
  1443. package/node_modules/@switchboard/projections/node_modules/yaml/dist/doc/directives.js +0 -178
  1444. package/node_modules/@switchboard/projections/node_modules/yaml/dist/errors.d.ts +0 -21
  1445. package/node_modules/@switchboard/projections/node_modules/yaml/dist/errors.js +0 -62
  1446. package/node_modules/@switchboard/projections/node_modules/yaml/dist/index.d.ts +0 -25
  1447. package/node_modules/@switchboard/projections/node_modules/yaml/dist/index.js +0 -50
  1448. package/node_modules/@switchboard/projections/node_modules/yaml/dist/log.d.ts +0 -3
  1449. package/node_modules/@switchboard/projections/node_modules/yaml/dist/log.js +0 -19
  1450. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Alias.d.ts +0 -29
  1451. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Alias.js +0 -116
  1452. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Collection.d.ts +0 -73
  1453. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Collection.js +0 -151
  1454. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Node.d.ts +0 -53
  1455. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Node.js +0 -40
  1456. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Pair.d.ts +0 -22
  1457. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Pair.js +0 -39
  1458. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Scalar.d.ts +0 -43
  1459. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/Scalar.js +0 -27
  1460. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/YAMLMap.d.ts +0 -53
  1461. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/YAMLMap.js +0 -147
  1462. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +0 -60
  1463. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/YAMLSeq.js +0 -115
  1464. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +0 -4
  1465. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/addPairToJSMap.js +0 -65
  1466. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/identity.d.ts +0 -23
  1467. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/identity.js +0 -53
  1468. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/toJS.d.ts +0 -29
  1469. package/node_modules/@switchboard/projections/node_modules/yaml/dist/nodes/toJS.js +0 -39
  1470. package/node_modules/@switchboard/projections/node_modules/yaml/dist/options.d.ts +0 -350
  1471. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-scalar.d.ts +0 -64
  1472. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-scalar.js +0 -218
  1473. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-stringify.d.ts +0 -8
  1474. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-stringify.js +0 -63
  1475. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-visit.d.ts +0 -39
  1476. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst-visit.js +0 -99
  1477. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst.d.ts +0 -109
  1478. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/cst.js +0 -112
  1479. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/lexer.d.ts +0 -87
  1480. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/lexer.js +0 -719
  1481. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/line-counter.d.ts +0 -22
  1482. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/line-counter.js +0 -41
  1483. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/parser.d.ts +0 -84
  1484. package/node_modules/@switchboard/projections/node_modules/yaml/dist/parse/parser.js +0 -972
  1485. package/node_modules/@switchboard/projections/node_modules/yaml/dist/public-api.d.ts +0 -44
  1486. package/node_modules/@switchboard/projections/node_modules/yaml/dist/public-api.js +0 -107
  1487. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/Schema.d.ts +0 -17
  1488. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/Schema.js +0 -39
  1489. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/map.d.ts +0 -2
  1490. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/map.js +0 -19
  1491. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/null.d.ts +0 -4
  1492. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/null.js +0 -17
  1493. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/seq.d.ts +0 -2
  1494. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/seq.js +0 -19
  1495. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/string.d.ts +0 -2
  1496. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/common/string.js +0 -16
  1497. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/bool.d.ts +0 -4
  1498. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/bool.js +0 -21
  1499. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/float.d.ts +0 -4
  1500. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/float.js +0 -47
  1501. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/int.d.ts +0 -4
  1502. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/int.js +0 -42
  1503. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/schema.d.ts +0 -1
  1504. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/core/schema.js +0 -25
  1505. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/json/schema.d.ts +0 -2
  1506. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/json/schema.js +0 -64
  1507. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/json-schema.d.ts +0 -69
  1508. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/tags.d.ts +0 -48
  1509. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/tags.js +0 -99
  1510. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/types.d.ts +0 -92
  1511. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +0 -2
  1512. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/binary.js +0 -70
  1513. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +0 -7
  1514. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/bool.js +0 -29
  1515. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +0 -4
  1516. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/float.js +0 -50
  1517. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +0 -5
  1518. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/int.js +0 -76
  1519. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +0 -9
  1520. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/merge.js +0 -68
  1521. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +0 -22
  1522. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/omap.js +0 -77
  1523. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +0 -10
  1524. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +0 -82
  1525. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +0 -1
  1526. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/schema.js +0 -41
  1527. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +0 -28
  1528. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/set.js +0 -96
  1529. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +0 -6
  1530. package/node_modules/@switchboard/projections/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +0 -105
  1531. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +0 -34
  1532. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/foldFlowLines.js +0 -151
  1533. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringify.d.ts +0 -21
  1534. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringify.js +0 -132
  1535. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +0 -17
  1536. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyCollection.js +0 -155
  1537. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyComment.d.ts +0 -10
  1538. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyComment.js +0 -24
  1539. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +0 -4
  1540. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyDocument.js +0 -87
  1541. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +0 -2
  1542. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyNumber.js +0 -26
  1543. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyPair.d.ts +0 -3
  1544. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyPair.js +0 -152
  1545. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyString.d.ts +0 -9
  1546. package/node_modules/@switchboard/projections/node_modules/yaml/dist/stringify/stringifyString.js +0 -338
  1547. package/node_modules/@switchboard/projections/node_modules/yaml/dist/test-events.d.ts +0 -4
  1548. package/node_modules/@switchboard/projections/node_modules/yaml/dist/test-events.js +0 -134
  1549. package/node_modules/@switchboard/projections/node_modules/yaml/dist/util.d.ts +0 -16
  1550. package/node_modules/@switchboard/projections/node_modules/yaml/dist/util.js +0 -28
  1551. package/node_modules/@switchboard/projections/node_modules/yaml/dist/visit.d.ts +0 -102
  1552. package/node_modules/@switchboard/projections/node_modules/yaml/dist/visit.js +0 -236
  1553. package/node_modules/@switchboard/projections/node_modules/yaml/package.json +0 -97
  1554. package/node_modules/@switchboard/projections/node_modules/yaml/util.js +0 -2
  1555. package/node_modules/@switchboard/projections/package.json +0 -21
  1556. package/node_modules/@switchboard/projections/src/claude/index.ts +0 -164
  1557. package/node_modules/@switchboard/projections/src/index.ts +0 -160
@@ -1,717 +0,0 @@
1
- import { BOM, DOCUMENT, FLOW_END, SCALAR } from './cst.js';
2
-
3
- /*
4
- START -> stream
5
-
6
- stream
7
- directive -> line-end -> stream
8
- indent + line-end -> stream
9
- [else] -> line-start
10
-
11
- line-end
12
- comment -> line-end
13
- newline -> .
14
- input-end -> END
15
-
16
- line-start
17
- doc-start -> doc
18
- doc-end -> stream
19
- [else] -> indent -> block-start
20
-
21
- block-start
22
- seq-item-start -> block-start
23
- explicit-key-start -> block-start
24
- map-value-start -> block-start
25
- [else] -> doc
26
-
27
- doc
28
- line-end -> line-start
29
- spaces -> doc
30
- anchor -> doc
31
- tag -> doc
32
- flow-start -> flow -> doc
33
- flow-end -> error -> doc
34
- seq-item-start -> error -> doc
35
- explicit-key-start -> error -> doc
36
- map-value-start -> doc
37
- alias -> doc
38
- quote-start -> quoted-scalar -> doc
39
- block-scalar-header -> line-end -> block-scalar(min) -> line-start
40
- [else] -> plain-scalar(false, min) -> doc
41
-
42
- flow
43
- line-end -> flow
44
- spaces -> flow
45
- anchor -> flow
46
- tag -> flow
47
- flow-start -> flow -> flow
48
- flow-end -> .
49
- seq-item-start -> error -> flow
50
- explicit-key-start -> flow
51
- map-value-start -> flow
52
- alias -> flow
53
- quote-start -> quoted-scalar -> flow
54
- comma -> flow
55
- [else] -> plain-scalar(true, 0) -> flow
56
-
57
- quoted-scalar
58
- quote-end -> .
59
- [else] -> quoted-scalar
60
-
61
- block-scalar(min)
62
- newline + peek(indent < min) -> .
63
- [else] -> block-scalar(min)
64
-
65
- plain-scalar(is-flow, min)
66
- scalar-end(is-flow) -> .
67
- peek(newline + (indent < min)) -> .
68
- [else] -> plain-scalar(min)
69
- */
70
- function isEmpty(ch) {
71
- switch (ch) {
72
- case undefined:
73
- case ' ':
74
- case '\n':
75
- case '\r':
76
- case '\t':
77
- return true;
78
- default:
79
- return false;
80
- }
81
- }
82
- const hexDigits = new Set('0123456789ABCDEFabcdef');
83
- const tagChars = new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()");
84
- const flowIndicatorChars = new Set(',[]{}');
85
- const invalidAnchorChars = new Set(' ,[]{}\n\r\t');
86
- const isNotAnchorChar = (ch) => !ch || invalidAnchorChars.has(ch);
87
- /**
88
- * Splits an input string into lexical tokens, i.e. smaller strings that are
89
- * easily identifiable by `tokens.tokenType()`.
90
- *
91
- * Lexing starts always in a "stream" context. Incomplete input may be buffered
92
- * until a complete token can be emitted.
93
- *
94
- * In addition to slices of the original input, the following control characters
95
- * may also be emitted:
96
- *
97
- * - `\x02` (Start of Text): A document starts with the next token
98
- * - `\x18` (Cancel): Unexpected end of flow-mode (indicates an error)
99
- * - `\x1f` (Unit Separator): Next token is a scalar value
100
- * - `\u{FEFF}` (Byte order mark): Emitted separately outside documents
101
- */
102
- class Lexer {
103
- constructor() {
104
- /**
105
- * Flag indicating whether the end of the current buffer marks the end of
106
- * all input
107
- */
108
- this.atEnd = false;
109
- /**
110
- * Explicit indent set in block scalar header, as an offset from the current
111
- * minimum indent, so e.g. set to 1 from a header `|2+`. Set to -1 if not
112
- * explicitly set.
113
- */
114
- this.blockScalarIndent = -1;
115
- /**
116
- * Block scalars that include a + (keep) chomping indicator in their header
117
- * include trailing empty lines, which are otherwise excluded from the
118
- * scalar's contents.
119
- */
120
- this.blockScalarKeep = false;
121
- /** Current input */
122
- this.buffer = '';
123
- /**
124
- * Flag noting whether the map value indicator : can immediately follow this
125
- * node within a flow context.
126
- */
127
- this.flowKey = false;
128
- /** Count of surrounding flow collection levels. */
129
- this.flowLevel = 0;
130
- /**
131
- * Minimum level of indentation required for next lines to be parsed as a
132
- * part of the current scalar value.
133
- */
134
- this.indentNext = 0;
135
- /** Indentation level of the current line. */
136
- this.indentValue = 0;
137
- /** Position of the next \n character. */
138
- this.lineEndPos = null;
139
- /** Stores the state of the lexer if reaching the end of incpomplete input */
140
- this.next = null;
141
- /** A pointer to `buffer`; the current position of the lexer. */
142
- this.pos = 0;
143
- }
144
- /**
145
- * Generate YAML tokens from the `source` string. If `incomplete`,
146
- * a part of the last line may be left as a buffer for the next call.
147
- *
148
- * @returns A generator of lexical tokens
149
- */
150
- *lex(source, incomplete = false) {
151
- if (source) {
152
- if (typeof source !== 'string')
153
- throw TypeError('source is not a string');
154
- this.buffer = this.buffer ? this.buffer + source : source;
155
- this.lineEndPos = null;
156
- }
157
- this.atEnd = !incomplete;
158
- let next = this.next ?? 'stream';
159
- while (next && (incomplete || this.hasChars(1)))
160
- next = yield* this.parseNext(next);
161
- }
162
- atLineEnd() {
163
- let i = this.pos;
164
- let ch = this.buffer[i];
165
- while (ch === ' ' || ch === '\t')
166
- ch = this.buffer[++i];
167
- if (!ch || ch === '#' || ch === '\n')
168
- return true;
169
- if (ch === '\r')
170
- return this.buffer[i + 1] === '\n';
171
- return false;
172
- }
173
- charAt(n) {
174
- return this.buffer[this.pos + n];
175
- }
176
- continueScalar(offset) {
177
- let ch = this.buffer[offset];
178
- if (this.indentNext > 0) {
179
- let indent = 0;
180
- while (ch === ' ')
181
- ch = this.buffer[++indent + offset];
182
- if (ch === '\r') {
183
- const next = this.buffer[indent + offset + 1];
184
- if (next === '\n' || (!next && !this.atEnd))
185
- return offset + indent + 1;
186
- }
187
- return ch === '\n' || indent >= this.indentNext || (!ch && !this.atEnd)
188
- ? offset + indent
189
- : -1;
190
- }
191
- if (ch === '-' || ch === '.') {
192
- const dt = this.buffer.substr(offset, 3);
193
- if ((dt === '---' || dt === '...') && isEmpty(this.buffer[offset + 3]))
194
- return -1;
195
- }
196
- return offset;
197
- }
198
- getLine() {
199
- let end = this.lineEndPos;
200
- if (typeof end !== 'number' || (end !== -1 && end < this.pos)) {
201
- end = this.buffer.indexOf('\n', this.pos);
202
- this.lineEndPos = end;
203
- }
204
- if (end === -1)
205
- return this.atEnd ? this.buffer.substring(this.pos) : null;
206
- if (this.buffer[end - 1] === '\r')
207
- end -= 1;
208
- return this.buffer.substring(this.pos, end);
209
- }
210
- hasChars(n) {
211
- return this.pos + n <= this.buffer.length;
212
- }
213
- setNext(state) {
214
- this.buffer = this.buffer.substring(this.pos);
215
- this.pos = 0;
216
- this.lineEndPos = null;
217
- this.next = state;
218
- return null;
219
- }
220
- peek(n) {
221
- return this.buffer.substr(this.pos, n);
222
- }
223
- *parseNext(next) {
224
- switch (next) {
225
- case 'stream':
226
- return yield* this.parseStream();
227
- case 'line-start':
228
- return yield* this.parseLineStart();
229
- case 'block-start':
230
- return yield* this.parseBlockStart();
231
- case 'doc':
232
- return yield* this.parseDocument();
233
- case 'flow':
234
- return yield* this.parseFlowCollection();
235
- case 'quoted-scalar':
236
- return yield* this.parseQuotedScalar();
237
- case 'block-scalar':
238
- return yield* this.parseBlockScalar();
239
- case 'plain-scalar':
240
- return yield* this.parsePlainScalar();
241
- }
242
- }
243
- *parseStream() {
244
- let line = this.getLine();
245
- if (line === null)
246
- return this.setNext('stream');
247
- if (line[0] === BOM) {
248
- yield* this.pushCount(1);
249
- line = line.substring(1);
250
- }
251
- if (line[0] === '%') {
252
- let dirEnd = line.length;
253
- let cs = line.indexOf('#');
254
- while (cs !== -1) {
255
- const ch = line[cs - 1];
256
- if (ch === ' ' || ch === '\t') {
257
- dirEnd = cs - 1;
258
- break;
259
- }
260
- else {
261
- cs = line.indexOf('#', cs + 1);
262
- }
263
- }
264
- while (true) {
265
- const ch = line[dirEnd - 1];
266
- if (ch === ' ' || ch === '\t')
267
- dirEnd -= 1;
268
- else
269
- break;
270
- }
271
- const n = (yield* this.pushCount(dirEnd)) + (yield* this.pushSpaces(true));
272
- yield* this.pushCount(line.length - n); // possible comment
273
- this.pushNewline();
274
- return 'stream';
275
- }
276
- if (this.atLineEnd()) {
277
- const sp = yield* this.pushSpaces(true);
278
- yield* this.pushCount(line.length - sp);
279
- yield* this.pushNewline();
280
- return 'stream';
281
- }
282
- yield DOCUMENT;
283
- return yield* this.parseLineStart();
284
- }
285
- *parseLineStart() {
286
- const ch = this.charAt(0);
287
- if (!ch && !this.atEnd)
288
- return this.setNext('line-start');
289
- if (ch === '-' || ch === '.') {
290
- if (!this.atEnd && !this.hasChars(4))
291
- return this.setNext('line-start');
292
- const s = this.peek(3);
293
- if ((s === '---' || s === '...') && isEmpty(this.charAt(3))) {
294
- yield* this.pushCount(3);
295
- this.indentValue = 0;
296
- this.indentNext = 0;
297
- return s === '---' ? 'doc' : 'stream';
298
- }
299
- }
300
- this.indentValue = yield* this.pushSpaces(false);
301
- if (this.indentNext > this.indentValue && !isEmpty(this.charAt(1)))
302
- this.indentNext = this.indentValue;
303
- return yield* this.parseBlockStart();
304
- }
305
- *parseBlockStart() {
306
- const [ch0, ch1] = this.peek(2);
307
- if (!ch1 && !this.atEnd)
308
- return this.setNext('block-start');
309
- if ((ch0 === '-' || ch0 === '?' || ch0 === ':') && isEmpty(ch1)) {
310
- const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
311
- this.indentNext = this.indentValue + 1;
312
- this.indentValue += n;
313
- return yield* this.parseBlockStart();
314
- }
315
- return 'doc';
316
- }
317
- *parseDocument() {
318
- yield* this.pushSpaces(true);
319
- const line = this.getLine();
320
- if (line === null)
321
- return this.setNext('doc');
322
- let n = yield* this.pushIndicators();
323
- switch (line[n]) {
324
- case '#':
325
- yield* this.pushCount(line.length - n);
326
- // fallthrough
327
- case undefined:
328
- yield* this.pushNewline();
329
- return yield* this.parseLineStart();
330
- case '{':
331
- case '[':
332
- yield* this.pushCount(1);
333
- this.flowKey = false;
334
- this.flowLevel = 1;
335
- return 'flow';
336
- case '}':
337
- case ']':
338
- // this is an error
339
- yield* this.pushCount(1);
340
- return 'doc';
341
- case '*':
342
- yield* this.pushUntil(isNotAnchorChar);
343
- return 'doc';
344
- case '"':
345
- case "'":
346
- return yield* this.parseQuotedScalar();
347
- case '|':
348
- case '>':
349
- n += yield* this.parseBlockScalarHeader();
350
- n += yield* this.pushSpaces(true);
351
- yield* this.pushCount(line.length - n);
352
- yield* this.pushNewline();
353
- return yield* this.parseBlockScalar();
354
- default:
355
- return yield* this.parsePlainScalar();
356
- }
357
- }
358
- *parseFlowCollection() {
359
- let nl, sp;
360
- let indent = -1;
361
- do {
362
- nl = yield* this.pushNewline();
363
- if (nl > 0) {
364
- sp = yield* this.pushSpaces(false);
365
- this.indentValue = indent = sp;
366
- }
367
- else {
368
- sp = 0;
369
- }
370
- sp += yield* this.pushSpaces(true);
371
- } while (nl + sp > 0);
372
- const line = this.getLine();
373
- if (line === null)
374
- return this.setNext('flow');
375
- if ((indent !== -1 && indent < this.indentNext && line[0] !== '#') ||
376
- (indent === 0 &&
377
- (line.startsWith('---') || line.startsWith('...')) &&
378
- isEmpty(line[3]))) {
379
- // Allowing for the terminal ] or } at the same (rather than greater)
380
- // indent level as the initial [ or { is technically invalid, but
381
- // failing here would be surprising to users.
382
- const atFlowEndMarker = indent === this.indentNext - 1 &&
383
- this.flowLevel === 1 &&
384
- (line[0] === ']' || line[0] === '}');
385
- if (!atFlowEndMarker) {
386
- // this is an error
387
- this.flowLevel = 0;
388
- yield FLOW_END;
389
- return yield* this.parseLineStart();
390
- }
391
- }
392
- let n = 0;
393
- while (line[n] === ',') {
394
- n += yield* this.pushCount(1);
395
- n += yield* this.pushSpaces(true);
396
- this.flowKey = false;
397
- }
398
- n += yield* this.pushIndicators();
399
- switch (line[n]) {
400
- case undefined:
401
- return 'flow';
402
- case '#':
403
- yield* this.pushCount(line.length - n);
404
- return 'flow';
405
- case '{':
406
- case '[':
407
- yield* this.pushCount(1);
408
- this.flowKey = false;
409
- this.flowLevel += 1;
410
- return 'flow';
411
- case '}':
412
- case ']':
413
- yield* this.pushCount(1);
414
- this.flowKey = true;
415
- this.flowLevel -= 1;
416
- return this.flowLevel ? 'flow' : 'doc';
417
- case '*':
418
- yield* this.pushUntil(isNotAnchorChar);
419
- return 'flow';
420
- case '"':
421
- case "'":
422
- this.flowKey = true;
423
- return yield* this.parseQuotedScalar();
424
- case ':': {
425
- const next = this.charAt(1);
426
- if (this.flowKey || isEmpty(next) || next === ',') {
427
- this.flowKey = false;
428
- yield* this.pushCount(1);
429
- yield* this.pushSpaces(true);
430
- return 'flow';
431
- }
432
- }
433
- // fallthrough
434
- default:
435
- this.flowKey = false;
436
- return yield* this.parsePlainScalar();
437
- }
438
- }
439
- *parseQuotedScalar() {
440
- const quote = this.charAt(0);
441
- let end = this.buffer.indexOf(quote, this.pos + 1);
442
- if (quote === "'") {
443
- while (end !== -1 && this.buffer[end + 1] === "'")
444
- end = this.buffer.indexOf("'", end + 2);
445
- }
446
- else {
447
- // double-quote
448
- while (end !== -1) {
449
- let n = 0;
450
- while (this.buffer[end - 1 - n] === '\\')
451
- n += 1;
452
- if (n % 2 === 0)
453
- break;
454
- end = this.buffer.indexOf('"', end + 1);
455
- }
456
- }
457
- // Only looking for newlines within the quotes
458
- const qb = this.buffer.substring(0, end);
459
- let nl = qb.indexOf('\n', this.pos);
460
- if (nl !== -1) {
461
- while (nl !== -1) {
462
- const cs = this.continueScalar(nl + 1);
463
- if (cs === -1)
464
- break;
465
- nl = qb.indexOf('\n', cs);
466
- }
467
- if (nl !== -1) {
468
- // this is an error caused by an unexpected unindent
469
- end = nl - (qb[nl - 1] === '\r' ? 2 : 1);
470
- }
471
- }
472
- if (end === -1) {
473
- if (!this.atEnd)
474
- return this.setNext('quoted-scalar');
475
- end = this.buffer.length;
476
- }
477
- yield* this.pushToIndex(end + 1, false);
478
- return this.flowLevel ? 'flow' : 'doc';
479
- }
480
- *parseBlockScalarHeader() {
481
- this.blockScalarIndent = -1;
482
- this.blockScalarKeep = false;
483
- let i = this.pos;
484
- while (true) {
485
- const ch = this.buffer[++i];
486
- if (ch === '+')
487
- this.blockScalarKeep = true;
488
- else if (ch > '0' && ch <= '9')
489
- this.blockScalarIndent = Number(ch) - 1;
490
- else if (ch !== '-')
491
- break;
492
- }
493
- return yield* this.pushUntil(ch => isEmpty(ch) || ch === '#');
494
- }
495
- *parseBlockScalar() {
496
- let nl = this.pos - 1; // may be -1 if this.pos === 0
497
- let indent = 0;
498
- let ch;
499
- loop: for (let i = this.pos; (ch = this.buffer[i]); ++i) {
500
- switch (ch) {
501
- case ' ':
502
- indent += 1;
503
- break;
504
- case '\n':
505
- nl = i;
506
- indent = 0;
507
- break;
508
- case '\r': {
509
- const next = this.buffer[i + 1];
510
- if (!next && !this.atEnd)
511
- return this.setNext('block-scalar');
512
- if (next === '\n')
513
- break;
514
- } // fallthrough
515
- default:
516
- break loop;
517
- }
518
- }
519
- if (!ch && !this.atEnd)
520
- return this.setNext('block-scalar');
521
- if (indent >= this.indentNext) {
522
- if (this.blockScalarIndent === -1)
523
- this.indentNext = indent;
524
- else {
525
- this.indentNext =
526
- this.blockScalarIndent + (this.indentNext === 0 ? 1 : this.indentNext);
527
- }
528
- do {
529
- const cs = this.continueScalar(nl + 1);
530
- if (cs === -1)
531
- break;
532
- nl = this.buffer.indexOf('\n', cs);
533
- } while (nl !== -1);
534
- if (nl === -1) {
535
- if (!this.atEnd)
536
- return this.setNext('block-scalar');
537
- nl = this.buffer.length;
538
- }
539
- }
540
- // Trailing insufficiently indented tabs are invalid.
541
- // To catch that during parsing, we include them in the block scalar value.
542
- let i = nl + 1;
543
- ch = this.buffer[i];
544
- while (ch === ' ')
545
- ch = this.buffer[++i];
546
- if (ch === '\t') {
547
- while (ch === '\t' || ch === ' ' || ch === '\r' || ch === '\n')
548
- ch = this.buffer[++i];
549
- nl = i - 1;
550
- }
551
- else if (!this.blockScalarKeep) {
552
- do {
553
- let i = nl - 1;
554
- let ch = this.buffer[i];
555
- if (ch === '\r')
556
- ch = this.buffer[--i];
557
- const lastChar = i; // Drop the line if last char not more indented
558
- while (ch === ' ')
559
- ch = this.buffer[--i];
560
- if (ch === '\n' && i >= this.pos && i + 1 + indent > lastChar)
561
- nl = i;
562
- else
563
- break;
564
- } while (true);
565
- }
566
- yield SCALAR;
567
- yield* this.pushToIndex(nl + 1, true);
568
- return yield* this.parseLineStart();
569
- }
570
- *parsePlainScalar() {
571
- const inFlow = this.flowLevel > 0;
572
- let end = this.pos - 1;
573
- let i = this.pos - 1;
574
- let ch;
575
- while ((ch = this.buffer[++i])) {
576
- if (ch === ':') {
577
- const next = this.buffer[i + 1];
578
- if (isEmpty(next) || (inFlow && flowIndicatorChars.has(next)))
579
- break;
580
- end = i;
581
- }
582
- else if (isEmpty(ch)) {
583
- let next = this.buffer[i + 1];
584
- if (ch === '\r') {
585
- if (next === '\n') {
586
- i += 1;
587
- ch = '\n';
588
- next = this.buffer[i + 1];
589
- }
590
- else
591
- end = i;
592
- }
593
- if (next === '#' || (inFlow && flowIndicatorChars.has(next)))
594
- break;
595
- if (ch === '\n') {
596
- const cs = this.continueScalar(i + 1);
597
- if (cs === -1)
598
- break;
599
- i = Math.max(i, cs - 2); // to advance, but still account for ' #'
600
- }
601
- }
602
- else {
603
- if (inFlow && flowIndicatorChars.has(ch))
604
- break;
605
- end = i;
606
- }
607
- }
608
- if (!ch && !this.atEnd)
609
- return this.setNext('plain-scalar');
610
- yield SCALAR;
611
- yield* this.pushToIndex(end + 1, true);
612
- return inFlow ? 'flow' : 'doc';
613
- }
614
- *pushCount(n) {
615
- if (n > 0) {
616
- yield this.buffer.substr(this.pos, n);
617
- this.pos += n;
618
- return n;
619
- }
620
- return 0;
621
- }
622
- *pushToIndex(i, allowEmpty) {
623
- const s = this.buffer.slice(this.pos, i);
624
- if (s) {
625
- yield s;
626
- this.pos += s.length;
627
- return s.length;
628
- }
629
- else if (allowEmpty)
630
- yield '';
631
- return 0;
632
- }
633
- *pushIndicators() {
634
- switch (this.charAt(0)) {
635
- case '!':
636
- return ((yield* this.pushTag()) +
637
- (yield* this.pushSpaces(true)) +
638
- (yield* this.pushIndicators()));
639
- case '&':
640
- return ((yield* this.pushUntil(isNotAnchorChar)) +
641
- (yield* this.pushSpaces(true)) +
642
- (yield* this.pushIndicators()));
643
- case '-': // this is an error
644
- case '?': // this is an error outside flow collections
645
- case ':': {
646
- const inFlow = this.flowLevel > 0;
647
- const ch1 = this.charAt(1);
648
- if (isEmpty(ch1) || (inFlow && flowIndicatorChars.has(ch1))) {
649
- if (!inFlow)
650
- this.indentNext = this.indentValue + 1;
651
- else if (this.flowKey)
652
- this.flowKey = false;
653
- return ((yield* this.pushCount(1)) +
654
- (yield* this.pushSpaces(true)) +
655
- (yield* this.pushIndicators()));
656
- }
657
- }
658
- }
659
- return 0;
660
- }
661
- *pushTag() {
662
- if (this.charAt(1) === '<') {
663
- let i = this.pos + 2;
664
- let ch = this.buffer[i];
665
- while (!isEmpty(ch) && ch !== '>')
666
- ch = this.buffer[++i];
667
- return yield* this.pushToIndex(ch === '>' ? i + 1 : i, false);
668
- }
669
- else {
670
- let i = this.pos + 1;
671
- let ch = this.buffer[i];
672
- while (ch) {
673
- if (tagChars.has(ch))
674
- ch = this.buffer[++i];
675
- else if (ch === '%' &&
676
- hexDigits.has(this.buffer[i + 1]) &&
677
- hexDigits.has(this.buffer[i + 2])) {
678
- ch = this.buffer[(i += 3)];
679
- }
680
- else
681
- break;
682
- }
683
- return yield* this.pushToIndex(i, false);
684
- }
685
- }
686
- *pushNewline() {
687
- const ch = this.buffer[this.pos];
688
- if (ch === '\n')
689
- return yield* this.pushCount(1);
690
- else if (ch === '\r' && this.charAt(1) === '\n')
691
- return yield* this.pushCount(2);
692
- else
693
- return 0;
694
- }
695
- *pushSpaces(allowTabs) {
696
- let i = this.pos - 1;
697
- let ch;
698
- do {
699
- ch = this.buffer[++i];
700
- } while (ch === ' ' || (allowTabs && ch === '\t'));
701
- const n = i - this.pos;
702
- if (n > 0) {
703
- yield this.buffer.substr(this.pos, n);
704
- this.pos = i;
705
- }
706
- return n;
707
- }
708
- *pushUntil(test) {
709
- let i = this.pos;
710
- let ch = this.buffer[i];
711
- while (!test(ch))
712
- ch = this.buffer[++i];
713
- return yield* this.pushToIndex(i, false);
714
- }
715
- }
716
-
717
- export { Lexer };