polen 0.11.0-next.14 → 0.11.0-next.16

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 (2119) hide show
  1. package/build/api/$$.d.ts +12 -0
  2. package/build/api/$$.d.ts.map +1 -0
  3. package/build/api/$$.js +13 -0
  4. package/build/api/$$.js.map +1 -0
  5. package/build/api/$.d.ts +2 -0
  6. package/build/api/$.d.ts.map +1 -0
  7. package/build/api/$.js +2 -0
  8. package/build/api/$.js.map +1 -0
  9. package/build/api/builder/builder.d.ts +5 -3
  10. package/build/api/builder/builder.d.ts.map +1 -1
  11. package/build/api/builder/builder.js +25 -12
  12. package/build/api/builder/builder.js.map +1 -1
  13. package/build/api/builder/ssg/generate.d.ts +5 -0
  14. package/build/api/builder/ssg/generate.d.ts.map +1 -0
  15. package/build/api/builder/ssg/generate.js +149 -0
  16. package/build/api/builder/ssg/generate.js.map +1 -0
  17. package/build/api/builder/ssg/page-generator.worker.d.ts +2 -0
  18. package/build/api/builder/ssg/page-generator.worker.d.ts.map +1 -0
  19. package/build/api/builder/ssg/page-generator.worker.js +80 -0
  20. package/build/api/builder/ssg/page-generator.worker.js.map +1 -0
  21. package/build/api/builder/ssg/server-runner.worker.d.ts +2 -0
  22. package/build/api/builder/ssg/server-runner.worker.d.ts.map +1 -0
  23. package/build/api/builder/ssg/server-runner.worker.js +127 -0
  24. package/build/api/builder/ssg/server-runner.worker.js.map +1 -0
  25. package/build/api/builder/ssg/worker-messages.d.ts +43 -0
  26. package/build/api/builder/ssg/worker-messages.d.ts.map +1 -0
  27. package/build/api/builder/ssg/worker-messages.js +49 -0
  28. package/build/api/builder/ssg/worker-messages.js.map +1 -0
  29. package/build/api/builder/ssg/worker-spawners.d.ts +11 -0
  30. package/build/api/builder/ssg/worker-spawners.d.ts.map +1 -0
  31. package/build/api/builder/ssg/worker-spawners.js +64 -0
  32. package/build/api/builder/ssg/worker-spawners.js.map +1 -0
  33. package/build/api/cache/cache.d.ts +9 -8
  34. package/build/api/cache/cache.d.ts.map +1 -1
  35. package/build/api/cache/cache.js +109 -110
  36. package/build/api/cache/cache.js.map +1 -1
  37. package/build/api/config/$$.d.ts +5 -0
  38. package/build/api/config/$$.d.ts.map +1 -0
  39. package/build/api/config/$$.js +5 -0
  40. package/build/api/config/$$.js.map +1 -0
  41. package/build/api/config/$.d.ts +2 -0
  42. package/build/api/config/$.d.ts.map +1 -0
  43. package/build/api/config/$.js +2 -0
  44. package/build/api/config/$.js.map +1 -0
  45. package/build/api/config/home.d.ts +639 -0
  46. package/build/api/config/home.d.ts.map +1 -0
  47. package/build/api/config/home.js +487 -0
  48. package/build/api/config/home.js.map +1 -0
  49. package/build/api/config/input.d.ts +1944 -0
  50. package/build/api/config/input.d.ts.map +1 -0
  51. package/build/api/config/input.js +363 -0
  52. package/build/api/config/input.js.map +1 -0
  53. package/build/api/config/load.d.ts +4 -2
  54. package/build/api/config/load.d.ts.map +1 -1
  55. package/build/api/config/load.js +33 -22
  56. package/build/api/config/load.js.map +1 -1
  57. package/build/api/config/normalized.d.ts +3546 -0
  58. package/build/api/config/normalized.d.ts.map +1 -0
  59. package/build/api/config/normalized.js +761 -0
  60. package/build/api/config/normalized.js.map +1 -0
  61. package/build/api/config-resolver/config-resolver.d.ts +0 -1
  62. package/build/api/config-resolver/config-resolver.d.ts.map +1 -1
  63. package/build/api/config-resolver/config-resolver.js +0 -1
  64. package/build/api/config-resolver/config-resolver.js.map +1 -1
  65. package/build/api/config-resolver/resolve.d.ts +7 -5
  66. package/build/api/config-resolver/resolve.d.ts.map +1 -1
  67. package/build/api/config-resolver/resolve.js +10 -11
  68. package/build/api/config-resolver/resolve.js.map +1 -1
  69. package/build/api/config-template/template.d.ts +2991 -0
  70. package/build/api/config-template/template.d.ts.map +1 -0
  71. package/build/api/config-template/template.js +53 -0
  72. package/build/api/config-template/template.js.map +1 -0
  73. package/build/api/content/$$.d.ts +1 -0
  74. package/build/api/content/$$.d.ts.map +1 -1
  75. package/build/api/content/$$.js +1 -0
  76. package/build/api/content/$$.js.map +1 -1
  77. package/build/api/content/mdx-compiler.d.ts +54 -0
  78. package/build/api/content/mdx-compiler.d.ts.map +1 -0
  79. package/build/api/content/mdx-compiler.js +68 -0
  80. package/build/api/content/mdx-compiler.js.map +1 -0
  81. package/build/api/content/metadata.d.ts +7 -11
  82. package/build/api/content/metadata.d.ts.map +1 -1
  83. package/build/api/content/metadata.js +4 -4
  84. package/build/api/content/metadata.js.map +1 -1
  85. package/build/api/content/navbar.js +1 -1
  86. package/build/api/content/navbar.js.map +1 -1
  87. package/build/api/content/scan.d.ts +3 -1
  88. package/build/api/content/scan.d.ts.map +1 -1
  89. package/build/api/content/scan.js +15 -11
  90. package/build/api/content/scan.js.map +1 -1
  91. package/build/api/content/sidebar.d.ts +1 -1
  92. package/build/api/content/sidebar.js +1 -1
  93. package/build/api/examples/$$.d.ts +8 -0
  94. package/build/api/examples/$$.d.ts.map +1 -0
  95. package/build/api/examples/$$.js +8 -0
  96. package/build/api/examples/$$.js.map +1 -0
  97. package/build/api/examples/$.d.ts +2 -0
  98. package/build/api/examples/$.d.ts.map +1 -0
  99. package/build/api/examples/$.js +2 -0
  100. package/build/api/examples/$.js.map +1 -0
  101. package/build/api/examples/config.d.ts +709 -0
  102. package/build/api/examples/config.d.ts.map +1 -0
  103. package/build/api/examples/config.js +169 -0
  104. package/build/api/examples/config.js.map +1 -0
  105. package/build/api/examples/diagnostic/diagnostic.d.ts +152 -0
  106. package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -0
  107. package/build/api/examples/diagnostic/diagnostic.js +20 -0
  108. package/build/api/examples/diagnostic/diagnostic.js.map +1 -0
  109. package/build/api/examples/diagnostic/duplicate-content.d.ts +55 -0
  110. package/build/api/examples/diagnostic/duplicate-content.d.ts.map +1 -0
  111. package/build/api/examples/diagnostic/duplicate-content.js +22 -0
  112. package/build/api/examples/diagnostic/duplicate-content.js.map +1 -0
  113. package/build/api/examples/diagnostic/invalid-filename.d.ts +43 -0
  114. package/build/api/examples/diagnostic/invalid-filename.d.ts.map +1 -0
  115. package/build/api/examples/diagnostic/invalid-filename.js +16 -0
  116. package/build/api/examples/diagnostic/invalid-filename.js.map +1 -0
  117. package/build/api/examples/diagnostic/missing-versions.d.ts +51 -0
  118. package/build/api/examples/diagnostic/missing-versions.d.ts.map +1 -0
  119. package/build/api/examples/diagnostic/missing-versions.js +20 -0
  120. package/build/api/examples/diagnostic/missing-versions.js.map +1 -0
  121. package/build/api/examples/diagnostic/unknown-version.d.ts +51 -0
  122. package/build/api/examples/diagnostic/unknown-version.d.ts.map +1 -0
  123. package/build/api/examples/diagnostic/unknown-version.js +20 -0
  124. package/build/api/examples/diagnostic/unknown-version.js.map +1 -0
  125. package/build/api/examples/diagnostic/unused-default.d.ts +49 -0
  126. package/build/api/examples/diagnostic/unused-default.d.ts.map +1 -0
  127. package/build/api/examples/diagnostic/unused-default.js +19 -0
  128. package/build/api/examples/diagnostic/unused-default.js.map +1 -0
  129. package/build/api/examples/diagnostic/validation-error.d.ts +63 -0
  130. package/build/api/examples/diagnostic/validation-error.d.ts.map +1 -0
  131. package/build/api/examples/diagnostic/validation-error.js +21 -0
  132. package/build/api/examples/diagnostic/validation-error.js.map +1 -0
  133. package/build/api/examples/diagnostic/validator.d.ts +13 -0
  134. package/build/api/examples/diagnostic/validator.d.ts.map +1 -0
  135. package/build/api/examples/diagnostic/validator.js +116 -0
  136. package/build/api/examples/diagnostic/validator.js.map +1 -0
  137. package/build/api/examples/filter.d.ts +19 -0
  138. package/build/api/examples/filter.d.ts.map +1 -0
  139. package/build/api/examples/filter.js +64 -0
  140. package/build/api/examples/filter.js.map +1 -0
  141. package/build/api/examples/scanner.d.ts +18 -0
  142. package/build/api/examples/scanner.d.ts.map +1 -0
  143. package/build/api/examples/scanner.js +264 -0
  144. package/build/api/examples/scanner.js.map +1 -0
  145. package/build/api/examples/schemas/catalog.d.ts +248 -0
  146. package/build/api/examples/schemas/catalog.d.ts.map +1 -0
  147. package/build/api/examples/schemas/catalog.js +42 -0
  148. package/build/api/examples/schemas/catalog.js.map +1 -0
  149. package/build/api/examples/schemas/example/$$.d.ts +2 -0
  150. package/build/api/examples/schemas/example/$$.d.ts.map +1 -0
  151. package/build/api/examples/schemas/example/$$.js +2 -0
  152. package/build/api/examples/schemas/example/$$.js.map +1 -0
  153. package/build/api/examples/schemas/example/$.d.ts +2 -0
  154. package/build/api/examples/schemas/example/$.d.ts.map +1 -0
  155. package/build/api/examples/schemas/example/$.js +2 -0
  156. package/build/api/examples/schemas/example/$.js.map +1 -0
  157. package/build/api/examples/schemas/example/example.d.ts +134 -0
  158. package/build/api/examples/schemas/example/example.d.ts.map +1 -0
  159. package/build/api/examples/schemas/example/example.js +51 -0
  160. package/build/api/examples/schemas/example/example.js.map +1 -0
  161. package/build/api/examples/schemas/type-usage-index.d.ts +72 -0
  162. package/build/api/examples/schemas/type-usage-index.d.ts.map +1 -0
  163. package/build/api/examples/schemas/type-usage-index.js +64 -0
  164. package/build/api/examples/schemas/type-usage-index.js.map +1 -0
  165. package/build/api/examples/type-generator.d.ts +8 -0
  166. package/build/api/examples/type-generator.d.ts.map +1 -0
  167. package/build/api/examples/type-generator.js +36 -0
  168. package/build/api/examples/type-generator.js.map +1 -0
  169. package/build/api/examples/type-usage-indexer.d.ts +18 -0
  170. package/build/api/examples/type-usage-indexer.d.ts.map +1 -0
  171. package/build/api/examples/type-usage-indexer.js +220 -0
  172. package/build/api/examples/type-usage-indexer.js.map +1 -0
  173. package/build/api/iso/schema/constants.d.ts +1 -0
  174. package/build/api/iso/schema/constants.d.ts.map +1 -1
  175. package/build/api/iso/schema/constants.js +1 -0
  176. package/build/api/iso/schema/constants.js.map +1 -1
  177. package/build/api/iso/schema/routing.d.ts +14 -4
  178. package/build/api/iso/schema/routing.d.ts.map +1 -1
  179. package/build/api/iso/schema/routing.js +22 -5
  180. package/build/api/iso/schema/routing.js.map +1 -1
  181. package/build/api/project/$$.d.ts +2 -0
  182. package/build/api/project/$$.d.ts.map +1 -0
  183. package/build/api/project/$$.js +2 -0
  184. package/build/api/project/$$.js.map +1 -0
  185. package/build/api/project/$.d.ts +2 -0
  186. package/build/api/project/$.d.ts.map +1 -0
  187. package/build/api/project/$.js +2 -0
  188. package/build/api/project/$.js.map +1 -0
  189. package/build/api/routes/$$.d.ts +2 -0
  190. package/build/api/routes/$$.d.ts.map +1 -0
  191. package/build/api/routes/$$.js +2 -0
  192. package/build/api/routes/$$.js.map +1 -0
  193. package/build/api/routes/$.d.ts +2 -0
  194. package/build/api/routes/$.d.ts.map +1 -0
  195. package/build/api/routes/$.js +2 -0
  196. package/build/api/routes/$.js.map +1 -0
  197. package/build/api/routes/manifest/$$.d.ts +2 -0
  198. package/build/api/routes/manifest/$$.d.ts.map +1 -0
  199. package/build/api/routes/manifest/$$.js +2 -0
  200. package/build/api/routes/manifest/$$.js.map +1 -0
  201. package/build/api/routes/manifest/$.d.ts +2 -0
  202. package/build/api/routes/manifest/$.d.ts.map +1 -0
  203. package/build/api/routes/manifest/$.js +2 -0
  204. package/build/api/routes/manifest/$.js.map +1 -0
  205. package/build/api/routes/manifest/manifest.d.ts +29 -0
  206. package/build/api/routes/manifest/manifest.d.ts.map +1 -0
  207. package/build/api/routes/manifest/manifest.js +43 -0
  208. package/build/api/routes/manifest/manifest.js.map +1 -0
  209. package/build/api/schema/$$.d.ts +8 -0
  210. package/build/api/schema/$$.d.ts.map +1 -0
  211. package/build/api/schema/$$.js +8 -0
  212. package/build/api/schema/$$.js.map +1 -0
  213. package/build/api/schema/$.d.ts +2 -0
  214. package/build/api/schema/$.d.ts.map +1 -0
  215. package/build/api/schema/$.js +2 -0
  216. package/build/api/schema/$.js.map +1 -0
  217. package/build/api/schema/augmentations/$.d.ts +2 -0
  218. package/build/api/schema/augmentations/$.d.ts.map +1 -0
  219. package/build/api/schema/augmentations/$.js +2 -0
  220. package/build/api/schema/augmentations/$.js.map +1 -0
  221. package/build/api/schema/augmentations/augmentations/description.d.ts +26 -0
  222. package/build/api/schema/augmentations/augmentations/description.d.ts.map +1 -0
  223. package/build/api/schema/augmentations/augmentations/description.js +55 -0
  224. package/build/api/schema/augmentations/augmentations/description.js.map +1 -0
  225. package/build/api/schema/augmentations/schema-augmentation.d.ts +20 -0
  226. package/build/api/schema/augmentations/schema-augmentation.d.ts.map +1 -0
  227. package/build/api/schema/augmentations/schema-augmentation.js +22 -0
  228. package/build/api/schema/augmentations/schema-augmentation.js.map +1 -0
  229. package/build/api/schema/augmentations/target.d.ts +25 -0
  230. package/build/api/schema/augmentations/target.d.ts.map +1 -0
  231. package/build/api/schema/augmentations/target.js +39 -0
  232. package/build/api/schema/augmentations/target.js.map +1 -0
  233. package/build/api/schema/config-schema.d.ts +555 -0
  234. package/build/api/schema/config-schema.d.ts.map +1 -0
  235. package/build/api/schema/config-schema.js +388 -0
  236. package/build/api/schema/config-schema.js.map +1 -0
  237. package/build/api/schema/config.d.ts +5 -0
  238. package/build/api/schema/config.d.ts.map +1 -0
  239. package/build/api/schema/config.js +2 -0
  240. package/build/api/schema/config.js.map +1 -0
  241. package/build/api/schema/input-source/$$.d.ts +3 -0
  242. package/build/api/schema/input-source/$$.d.ts.map +1 -0
  243. package/build/api/schema/input-source/$$.js +3 -0
  244. package/build/api/schema/input-source/$$.js.map +1 -0
  245. package/build/api/schema/input-source/$.d.ts +2 -0
  246. package/build/api/schema/input-source/$.d.ts.map +1 -0
  247. package/build/api/schema/input-source/$.js +2 -0
  248. package/build/api/schema/input-source/$.js.map +1 -0
  249. package/build/api/schema/input-source/input-source.d.ts +39 -0
  250. package/build/api/schema/input-source/input-source.d.ts.map +1 -0
  251. package/build/api/schema/input-source/input-source.js +35 -0
  252. package/build/api/schema/input-source/input-source.js.map +1 -0
  253. package/build/api/schema/input-source/load.d.ts +23 -0
  254. package/build/api/schema/input-source/load.d.ts.map +1 -0
  255. package/build/api/schema/input-source/load.js +39 -0
  256. package/build/api/schema/input-source/load.js.map +1 -0
  257. package/build/api/schema/input-sources/$$.d.ts +7 -0
  258. package/build/api/schema/input-sources/$$.d.ts.map +1 -0
  259. package/build/api/schema/input-sources/$$.js +7 -0
  260. package/build/api/schema/input-sources/$$.js.map +1 -0
  261. package/build/api/schema/input-sources/$.d.ts +2 -0
  262. package/build/api/schema/input-sources/$.d.ts.map +1 -0
  263. package/build/api/schema/input-sources/$.js +2 -0
  264. package/build/api/schema/input-sources/$.js.map +1 -0
  265. package/build/api/schema/input-sources/directory.d.ts +646 -0
  266. package/build/api/schema/input-sources/directory.d.ts.map +1 -0
  267. package/build/api/schema/input-sources/directory.js +148 -0
  268. package/build/api/schema/input-sources/directory.js.map +1 -0
  269. package/build/api/schema/input-sources/file.d.ts +627 -0
  270. package/build/api/schema/input-sources/file.d.ts.map +1 -0
  271. package/build/api/schema/input-sources/file.js +62 -0
  272. package/build/api/schema/input-sources/file.js.map +1 -0
  273. package/build/api/schema/input-sources/introspection-file.d.ts +645 -0
  274. package/build/api/schema/input-sources/introspection-file.d.ts.map +1 -0
  275. package/build/api/schema/input-sources/introspection-file.js +90 -0
  276. package/build/api/schema/input-sources/introspection-file.js.map +1 -0
  277. package/build/api/schema/input-sources/introspection.d.ts +651 -0
  278. package/build/api/schema/input-sources/introspection.d.ts.map +1 -0
  279. package/build/api/schema/input-sources/introspection.js +123 -0
  280. package/build/api/schema/input-sources/introspection.js.map +1 -0
  281. package/build/api/schema/input-sources/memory.d.ts +671 -0
  282. package/build/api/schema/input-sources/memory.d.ts.map +1 -0
  283. package/build/api/schema/input-sources/memory.js +133 -0
  284. package/build/api/schema/input-sources/memory.js.map +1 -0
  285. package/build/api/schema/input-sources/versioned-directory.d.ts +1246 -0
  286. package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -0
  287. package/build/api/schema/input-sources/versioned-directory.js +352 -0
  288. package/build/api/schema/input-sources/versioned-directory.js.map +1 -0
  289. package/build/api/schema/load.d.ts +29 -0
  290. package/build/api/schema/load.d.ts.map +1 -0
  291. package/build/api/schema/load.js +132 -0
  292. package/build/api/schema/load.js.map +1 -0
  293. package/build/api/server/report-error.js +4 -1
  294. package/build/api/server/report-error.js.map +1 -1
  295. package/build/api/singletons/markdown/markdown.d.ts +2 -1
  296. package/build/api/singletons/markdown/markdown.d.ts.map +1 -1
  297. package/build/api/singletons/markdown/markdown.js +4 -3
  298. package/build/api/singletons/markdown/markdown.js.map +1 -1
  299. package/build/api/static/manifest.d.ts +30 -15
  300. package/build/api/static/manifest.d.ts.map +1 -1
  301. package/build/api/static/manifest.js +35 -10
  302. package/build/api/static/manifest.js.map +1 -1
  303. package/build/api/static/rebase.d.ts.map +1 -1
  304. package/build/api/static/rebase.js +89 -58
  305. package/build/api/static/rebase.js.map +1 -1
  306. package/build/api/typings/$$.d.ts +2 -0
  307. package/build/api/typings/$$.d.ts.map +1 -0
  308. package/build/api/typings/$$.js +2 -0
  309. package/build/api/typings/$$.js.map +1 -0
  310. package/build/api/typings/$.d.ts +2 -0
  311. package/build/api/typings/$.d.ts.map +1 -0
  312. package/build/api/typings/$.js +2 -0
  313. package/build/api/typings/$.js.map +1 -0
  314. package/build/api/typings/typings.d.ts +88 -0
  315. package/build/api/typings/typings.d.ts.map +1 -0
  316. package/build/api/typings/typings.js +180 -0
  317. package/build/api/typings/typings.js.map +1 -0
  318. package/build/cli/_/parameters.d.ts +4 -3
  319. package/build/cli/_/parameters.d.ts.map +1 -1
  320. package/build/cli/_/parameters.js +4 -6
  321. package/build/cli/_/parameters.js.map +1 -1
  322. package/build/cli/commands/build.d.ts +10 -1
  323. package/build/cli/commands/build.d.ts.map +1 -1
  324. package/build/cli/commands/build.js +36 -40
  325. package/build/cli/commands/build.js.map +1 -1
  326. package/build/cli/commands/cache/delete.d.ts +6 -1
  327. package/build/cli/commands/cache/delete.d.ts.map +1 -1
  328. package/build/cli/commands/cache/delete.js +12 -19
  329. package/build/cli/commands/cache/delete.js.map +1 -1
  330. package/build/cli/commands/cache/show.d.ts +5 -1
  331. package/build/cli/commands/cache/show.d.ts.map +1 -1
  332. package/build/cli/commands/cache/show.js +51 -57
  333. package/build/cli/commands/cache/show.js.map +1 -1
  334. package/build/cli/commands/cache.d.ts +10 -2
  335. package/build/cli/commands/cache.d.ts.map +1 -1
  336. package/build/cli/commands/cache.js +17 -6
  337. package/build/cli/commands/cache.js.map +1 -1
  338. package/build/cli/commands/config/create.d.ts +6 -1
  339. package/build/cli/commands/config/create.d.ts.map +1 -1
  340. package/build/cli/commands/config/create.js +27 -23
  341. package/build/cli/commands/config/create.js.map +1 -1
  342. package/build/cli/commands/config.d.ts +7 -2
  343. package/build/cli/commands/config.d.ts.map +1 -1
  344. package/build/cli/commands/config.js +15 -6
  345. package/build/cli/commands/config.js.map +1 -1
  346. package/build/cli/commands/create.d.ts +9 -1
  347. package/build/cli/commands/create.d.ts.map +1 -1
  348. package/build/cli/commands/create.js +63 -61
  349. package/build/cli/commands/create.js.map +1 -1
  350. package/build/cli/commands/dev.d.ts +9 -1
  351. package/build/cli/commands/dev.d.ts.map +1 -1
  352. package/build/cli/commands/dev.js +42 -47
  353. package/build/cli/commands/dev.js.map +1 -1
  354. package/build/cli/commands/hero-image.d.ts +8 -0
  355. package/build/cli/commands/hero-image.d.ts.map +1 -0
  356. package/build/cli/commands/hero-image.js +235 -0
  357. package/build/cli/commands/hero-image.js.map +1 -0
  358. package/build/cli/commands/open.d.ts +10 -1
  359. package/build/cli/commands/open.d.ts.map +1 -1
  360. package/build/cli/commands/open.js +94 -104
  361. package/build/cli/commands/open.js.map +1 -1
  362. package/build/cli/commands/static/rebase.d.ts +8 -1
  363. package/build/cli/commands/static/rebase.d.ts.map +1 -1
  364. package/build/cli/commands/static/rebase.js +43 -24
  365. package/build/cli/commands/static/rebase.js.map +1 -1
  366. package/build/cli/commands/static.d.ts +9 -2
  367. package/build/cli/commands/static.d.ts.map +1 -1
  368. package/build/cli/commands/static.js +28 -6
  369. package/build/cli/commands/static.js.map +1 -1
  370. package/build/cli/index.d.ts +54 -1
  371. package/build/cli/index.d.ts.map +1 -1
  372. package/build/cli/index.js +100 -5
  373. package/build/cli/index.js.map +1 -1
  374. package/build/dep/tiny-globby/index.d.ts +1 -0
  375. package/build/dep/tiny-globby/index.d.ts.map +1 -1
  376. package/build/dep/tiny-globby/index.js +1 -0
  377. package/build/dep/tiny-globby/index.js.map +1 -1
  378. package/build/dep/tiny-globby/tiny-globby.d.ts +12 -0
  379. package/build/dep/tiny-globby/tiny-globby.d.ts.map +1 -1
  380. package/build/dep/tiny-globby/tiny-globby.js +18 -0
  381. package/build/dep/tiny-globby/tiny-globby.js.map +1 -1
  382. package/build/exports/polen.d.ts +2 -3
  383. package/build/exports/polen.d.ts.map +1 -1
  384. package/build/exports/polen.js +2 -3
  385. package/build/exports/polen.js.map +1 -1
  386. package/build/lib/ai-image-generation/$$.d.ts +3 -0
  387. package/build/lib/ai-image-generation/$$.d.ts.map +1 -0
  388. package/build/lib/ai-image-generation/$$.js +3 -0
  389. package/build/lib/ai-image-generation/$$.js.map +1 -0
  390. package/build/lib/ai-image-generation/$.d.ts +2 -0
  391. package/build/lib/ai-image-generation/$.d.ts.map +1 -0
  392. package/build/lib/ai-image-generation/$.js +2 -0
  393. package/build/lib/ai-image-generation/$.js.map +1 -0
  394. package/build/lib/ai-image-generation/ai-image-generation.d.ts +132 -0
  395. package/build/lib/ai-image-generation/ai-image-generation.d.ts.map +1 -0
  396. package/build/lib/ai-image-generation/ai-image-generation.js +170 -0
  397. package/build/lib/ai-image-generation/ai-image-generation.js.map +1 -0
  398. package/build/lib/ai-image-generation/providers/pollinations.d.ts +22 -0
  399. package/build/lib/ai-image-generation/providers/pollinations.d.ts.map +1 -0
  400. package/build/lib/ai-image-generation/providers/pollinations.js +45 -0
  401. package/build/lib/ai-image-generation/providers/pollinations.js.map +1 -0
  402. package/build/lib/ai-image-generation/service.d.ts +42 -0
  403. package/build/lib/ai-image-generation/service.d.ts.map +1 -0
  404. package/build/lib/ai-image-generation/service.js +147 -0
  405. package/build/lib/ai-image-generation/service.js.map +1 -0
  406. package/build/lib/catalog/$.d.ts +2 -0
  407. package/build/lib/catalog/$.d.ts.map +1 -0
  408. package/build/lib/catalog/$.js +2 -0
  409. package/build/lib/catalog/$.js.map +1 -0
  410. package/build/lib/catalog/catalog.d.ts +19560 -0
  411. package/build/lib/catalog/catalog.d.ts.map +1 -0
  412. package/build/lib/catalog/catalog.js +79 -0
  413. package/build/lib/catalog/catalog.js.map +1 -0
  414. package/build/lib/catalog/unversioned.d.ts +5331 -0
  415. package/build/lib/catalog/unversioned.d.ts.map +1 -0
  416. package/build/lib/catalog/unversioned.js +31 -0
  417. package/build/lib/catalog/unversioned.js.map +1 -0
  418. package/build/lib/catalog/versioned.d.ts +10641 -0
  419. package/build/lib/catalog/versioned.d.ts.map +1 -0
  420. package/build/lib/catalog/versioned.js +49 -0
  421. package/build/lib/catalog/versioned.js.map +1 -0
  422. package/build/lib/catalog-statistics/$$.d.ts +5 -0
  423. package/build/lib/catalog-statistics/$$.d.ts.map +1 -0
  424. package/build/lib/catalog-statistics/$$.js +5 -0
  425. package/build/lib/catalog-statistics/$$.js.map +1 -0
  426. package/build/lib/catalog-statistics/$.d.ts +2 -0
  427. package/build/lib/catalog-statistics/$.d.ts.map +1 -0
  428. package/build/lib/catalog-statistics/$.js +2 -0
  429. package/build/lib/catalog-statistics/$.js.map +1 -0
  430. package/build/lib/catalog-statistics/analyze-catalog.d.ts +8 -0
  431. package/build/lib/catalog-statistics/analyze-catalog.d.ts.map +1 -0
  432. package/build/lib/catalog-statistics/analyze-catalog.js +132 -0
  433. package/build/lib/catalog-statistics/analyze-catalog.js.map +1 -0
  434. package/build/lib/catalog-statistics/analyze-options.d.ts +16 -0
  435. package/build/lib/catalog-statistics/analyze-options.d.ts.map +1 -0
  436. package/build/lib/catalog-statistics/analyze-options.js +2 -0
  437. package/build/lib/catalog-statistics/analyze-options.js.map +1 -0
  438. package/build/lib/catalog-statistics/analyze-schema.d.ts +8 -0
  439. package/build/lib/catalog-statistics/analyze-schema.d.ts.map +1 -0
  440. package/build/lib/catalog-statistics/analyze-schema.js +185 -0
  441. package/build/lib/catalog-statistics/analyze-schema.js.map +1 -0
  442. package/build/lib/catalog-statistics/data.d.ts +195 -0
  443. package/build/lib/catalog-statistics/data.d.ts.map +1 -0
  444. package/build/lib/catalog-statistics/data.js +176 -0
  445. package/build/lib/catalog-statistics/data.js.map +1 -0
  446. package/build/lib/catalog-statistics/report.d.ts +841 -0
  447. package/build/lib/catalog-statistics/report.d.ts.map +1 -0
  448. package/build/lib/catalog-statistics/report.js +37 -0
  449. package/build/lib/catalog-statistics/report.js.map +1 -0
  450. package/build/lib/change/$$.d.ts +4 -0
  451. package/build/lib/change/$$.d.ts.map +1 -0
  452. package/build/lib/change/$$.js +4 -0
  453. package/build/lib/change/$$.js.map +1 -0
  454. package/build/lib/change/$.d.ts +2 -0
  455. package/build/lib/change/$.d.ts.map +1 -0
  456. package/build/lib/change/$.js +2 -0
  457. package/build/lib/change/$.js.map +1 -0
  458. package/build/lib/change/calc-changeset.d.ts +11 -0
  459. package/build/lib/change/calc-changeset.d.ts.map +1 -0
  460. package/build/lib/change/calc-changeset.js +584 -0
  461. package/build/lib/change/calc-changeset.js.map +1 -0
  462. package/build/lib/change/change.d.ts +4709 -0
  463. package/build/lib/change/change.d.ts.map +1 -0
  464. package/build/lib/change/change.js +545 -0
  465. package/build/lib/change/change.js.map +1 -0
  466. package/build/lib/change/criticality.d.ts +41 -0
  467. package/build/lib/change/criticality.d.ts.map +1 -0
  468. package/build/lib/change/criticality.js +37 -0
  469. package/build/lib/change/criticality.js.map +1 -0
  470. package/build/lib/change/level.d.ts +3 -0
  471. package/build/lib/change/level.d.ts.map +1 -0
  472. package/build/lib/change/level.js +3 -0
  473. package/build/lib/change/level.js.map +1 -0
  474. package/build/lib/date-only/$.d.ts +2 -0
  475. package/build/lib/date-only/$.d.ts.map +1 -0
  476. package/build/lib/date-only/$.js +2 -0
  477. package/build/lib/date-only/$.js.map +1 -0
  478. package/build/lib/date-only/date-only.d.ts +49 -0
  479. package/build/lib/date-only/date-only.d.ts.map +1 -0
  480. package/build/lib/date-only/date-only.js +76 -0
  481. package/build/lib/date-only/date-only.js.map +1 -0
  482. package/build/lib/diagnostic/$$.d.ts +6 -0
  483. package/build/lib/diagnostic/$$.d.ts.map +1 -0
  484. package/build/lib/diagnostic/$$.js +6 -0
  485. package/build/lib/diagnostic/$$.js.map +1 -0
  486. package/build/lib/diagnostic/$.d.ts +2 -0
  487. package/build/lib/diagnostic/$.d.ts.map +1 -0
  488. package/build/lib/diagnostic/$.js +2 -0
  489. package/build/lib/diagnostic/$.js.map +1 -0
  490. package/build/lib/diagnostic/control.d.ts +79 -0
  491. package/build/lib/diagnostic/control.d.ts.map +1 -0
  492. package/build/lib/diagnostic/control.js +107 -0
  493. package/build/lib/diagnostic/control.js.map +1 -0
  494. package/build/lib/diagnostic/diagnostic.d.ts +130 -0
  495. package/build/lib/diagnostic/diagnostic.d.ts.map +1 -0
  496. package/build/lib/diagnostic/diagnostic.js +106 -0
  497. package/build/lib/diagnostic/diagnostic.js.map +1 -0
  498. package/build/lib/diagnostic/filter.d.ts +11 -0
  499. package/build/lib/diagnostic/filter.d.ts.map +1 -0
  500. package/build/lib/diagnostic/filter.js +16 -0
  501. package/build/lib/diagnostic/filter.js.map +1 -0
  502. package/build/lib/diagnostic/reporter.d.ts +22 -0
  503. package/build/lib/diagnostic/reporter.d.ts.map +1 -0
  504. package/build/lib/diagnostic/reporter.js +66 -0
  505. package/build/lib/diagnostic/reporter.js.map +1 -0
  506. package/build/lib/diagnostic/severity.d.ts +32 -0
  507. package/build/lib/diagnostic/severity.d.ts.map +1 -0
  508. package/build/lib/diagnostic/severity.js +73 -0
  509. package/build/lib/diagnostic/severity.js.map +1 -0
  510. package/build/lib/directed-filter/$$.d.ts +2 -0
  511. package/build/lib/directed-filter/$$.d.ts.map +1 -0
  512. package/build/lib/directed-filter/$$.js +2 -0
  513. package/build/lib/directed-filter/$$.js.map +1 -0
  514. package/build/lib/directed-filter/$.d.ts +2 -0
  515. package/build/lib/directed-filter/$.d.ts.map +1 -0
  516. package/build/lib/directed-filter/$.js +2 -0
  517. package/build/lib/directed-filter/$.js.map +1 -0
  518. package/build/lib/directed-filter/directed-filter.d.ts +127 -0
  519. package/build/lib/directed-filter/directed-filter.d.ts.map +1 -0
  520. package/build/lib/directed-filter/directed-filter.js +153 -0
  521. package/build/lib/directed-filter/directed-filter.js.map +1 -0
  522. package/build/lib/document/$$.d.ts +4 -0
  523. package/build/lib/document/$$.d.ts.map +1 -0
  524. package/build/lib/document/$$.js +4 -0
  525. package/build/lib/document/$$.js.map +1 -0
  526. package/build/lib/document/$.d.ts +2 -0
  527. package/build/lib/document/$.d.ts.map +1 -0
  528. package/build/lib/document/$.js +2 -0
  529. package/build/lib/document/$.js.map +1 -0
  530. package/build/lib/document/document.d.ts +59 -0
  531. package/build/lib/document/document.d.ts.map +1 -0
  532. package/build/lib/document/document.js +23 -0
  533. package/build/lib/document/document.js.map +1 -0
  534. package/build/lib/document/unversioned.d.ts +38 -0
  535. package/build/lib/document/unversioned.d.ts.map +1 -0
  536. package/build/lib/document/unversioned.js +22 -0
  537. package/build/lib/document/unversioned.js.map +1 -0
  538. package/build/lib/document/versioned.d.ts +58 -0
  539. package/build/lib/document/versioned.d.ts.map +1 -0
  540. package/build/lib/document/versioned.js +82 -0
  541. package/build/lib/document/versioned.js.map +1 -0
  542. package/build/lib/effect-cli-help-markdown/$$.d.ts +2 -0
  543. package/build/lib/effect-cli-help-markdown/$$.d.ts.map +1 -0
  544. package/build/lib/effect-cli-help-markdown/$$.js +2 -0
  545. package/build/lib/effect-cli-help-markdown/$$.js.map +1 -0
  546. package/build/lib/effect-cli-help-markdown/$.d.ts +2 -0
  547. package/build/lib/effect-cli-help-markdown/$.d.ts.map +1 -0
  548. package/build/lib/effect-cli-help-markdown/$.js +2 -0
  549. package/build/lib/effect-cli-help-markdown/$.js.map +1 -0
  550. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts +32 -0
  551. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts.map +1 -0
  552. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js +477 -0
  553. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js.map +1 -0
  554. package/build/lib/effect-glob/$$.d.ts +2 -0
  555. package/build/lib/effect-glob/$$.d.ts.map +1 -0
  556. package/build/lib/effect-glob/$$.js +2 -0
  557. package/build/lib/effect-glob/$$.js.map +1 -0
  558. package/build/lib/effect-glob/$.d.ts +2 -0
  559. package/build/lib/effect-glob/$.d.ts.map +1 -0
  560. package/build/lib/effect-glob/$.js +2 -0
  561. package/build/lib/effect-glob/$.js.map +1 -0
  562. package/build/lib/effect-glob/effect-glob.d.ts +13 -0
  563. package/build/lib/effect-glob/effect-glob.d.ts.map +1 -0
  564. package/build/lib/effect-glob/effect-glob.js +18 -0
  565. package/build/lib/effect-glob/effect-glob.js.map +1 -0
  566. package/build/lib/file-path/$$.d.ts +5 -0
  567. package/build/lib/file-path/$$.d.ts.map +1 -0
  568. package/build/lib/file-path/$$.js +5 -0
  569. package/build/lib/file-path/$$.js.map +1 -0
  570. package/build/lib/file-path/$.d.ts +2 -0
  571. package/build/lib/file-path/$.d.ts.map +1 -0
  572. package/build/lib/file-path/$.js +5 -0
  573. package/build/lib/file-path/$.js.map +1 -0
  574. package/build/lib/file-path/absolute.d.ts +38 -0
  575. package/build/lib/file-path/absolute.d.ts.map +1 -0
  576. package/build/lib/file-path/absolute.js +47 -0
  577. package/build/lib/file-path/absolute.js.map +1 -0
  578. package/build/lib/file-path/file-path.d.ts +43 -0
  579. package/build/lib/file-path/file-path.d.ts.map +1 -0
  580. package/build/lib/file-path/file-path.js +24 -0
  581. package/build/lib/file-path/file-path.js.map +1 -0
  582. package/build/lib/file-path/relative.d.ts +38 -0
  583. package/build/lib/file-path/relative.d.ts.map +1 -0
  584. package/build/lib/file-path/relative.js +51 -0
  585. package/build/lib/file-path/relative.js.map +1 -0
  586. package/build/lib/file-path/segment/$.d.ts +2 -0
  587. package/build/lib/file-path/segment/$.d.ts.map +1 -0
  588. package/build/lib/file-path/segment/$.js +2 -0
  589. package/build/lib/file-path/segment/$.js.map +1 -0
  590. package/build/lib/file-path/segment/segment.d.ts +45 -0
  591. package/build/lib/file-path/segment/segment.d.ts.map +1 -0
  592. package/build/lib/file-path/segment/segment.js +96 -0
  593. package/build/lib/file-path/segment/segment.js.map +1 -0
  594. package/build/lib/file-router/linter.d.ts +214 -34
  595. package/build/lib/file-router/linter.d.ts.map +1 -1
  596. package/build/lib/file-router/linter.js +66 -12
  597. package/build/lib/file-router/linter.js.map +1 -1
  598. package/build/lib/file-router/route.d.ts +1 -1
  599. package/build/lib/file-router/route.d.ts.map +1 -1
  600. package/build/lib/file-router/scan.d.ts +2 -1
  601. package/build/lib/file-router/scan.d.ts.map +1 -1
  602. package/build/lib/file-router/scan.js +10 -6
  603. package/build/lib/file-router/scan.js.map +1 -1
  604. package/build/lib/grafaid/schema/ast.d.ts +2 -1
  605. package/build/lib/grafaid/schema/ast.d.ts.map +1 -1
  606. package/build/lib/grafaid/schema/ast.js +7 -2
  607. package/build/lib/grafaid/schema/ast.js.map +1 -1
  608. package/build/lib/grafaid/schema/read.d.ts +3 -1
  609. package/build/lib/grafaid/schema/read.d.ts.map +1 -1
  610. package/build/lib/grafaid/schema/read.js +17 -7
  611. package/build/lib/grafaid/schema/read.js.map +1 -1
  612. package/build/lib/grafaid/schema/schema.d.ts +4 -1
  613. package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
  614. package/build/lib/grafaid/schema/schema.js +7 -1
  615. package/build/lib/grafaid/schema/schema.js.map +1 -1
  616. package/build/lib/grafaid/schema/type-class-name.d.ts +1 -1
  617. package/build/lib/grafaid/schema/type-class-name.d.ts.map +1 -1
  618. package/build/lib/grafaid-old/grafaid.d.ts +2 -2
  619. package/build/lib/grafaid-old/grafaid.d.ts.map +1 -1
  620. package/build/lib/graph/$$.d.ts +2 -0
  621. package/build/lib/graph/$$.d.ts.map +1 -0
  622. package/build/lib/graph/$$.js +2 -0
  623. package/build/lib/graph/$$.js.map +1 -0
  624. package/build/lib/graph/$.d.ts +2 -0
  625. package/build/lib/graph/$.d.ts.map +1 -0
  626. package/build/lib/graph/$.js +2 -0
  627. package/build/lib/graph/$.js.map +1 -0
  628. package/build/lib/graph/graph.d.ts +127 -0
  629. package/build/lib/graph/graph.d.ts.map +1 -0
  630. package/build/lib/graph/graph.js +152 -0
  631. package/build/lib/graph/graph.js.map +1 -0
  632. package/build/lib/graphql-error/$$.d.ts +2 -0
  633. package/build/lib/graphql-error/$$.d.ts.map +1 -0
  634. package/build/lib/graphql-error/$$.js +2 -0
  635. package/build/lib/graphql-error/$$.js.map +1 -0
  636. package/build/lib/graphql-error/$.d.ts +2 -0
  637. package/build/lib/graphql-error/$.d.ts.map +1 -0
  638. package/build/lib/graphql-error/$.js +2 -0
  639. package/build/lib/graphql-error/$.js.map +1 -0
  640. package/build/lib/graphql-error/graphql-error.d.ts +150 -0
  641. package/build/lib/graphql-error/graphql-error.d.ts.map +1 -0
  642. package/build/lib/graphql-error/graphql-error.js +57 -0
  643. package/build/lib/graphql-error/graphql-error.js.map +1 -0
  644. package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts +4 -2
  645. package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
  646. package/build/lib/graphql-schema-loader/graphql-schema-loader.js +29 -28
  647. package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
  648. package/build/lib/helpers.d.ts +30 -1
  649. package/build/lib/helpers.d.ts.map +1 -1
  650. package/build/lib/helpers.js +53 -9
  651. package/build/lib/helpers.js.map +1 -1
  652. package/build/lib/kit-temp/$$.d.ts +7 -0
  653. package/build/lib/kit-temp/$$.d.ts.map +1 -0
  654. package/build/lib/kit-temp/$$.js +7 -0
  655. package/build/lib/kit-temp/$$.js.map +1 -0
  656. package/build/lib/kit-temp/$.d.ts +2 -0
  657. package/build/lib/kit-temp/$.d.ts.map +1 -0
  658. package/build/lib/kit-temp/$.js +3 -0
  659. package/build/lib/kit-temp/$.js.map +1 -0
  660. package/build/lib/kit-temp/array.d.ts +2 -0
  661. package/build/lib/kit-temp/array.d.ts.map +1 -0
  662. package/build/lib/kit-temp/array.js +23 -0
  663. package/build/lib/kit-temp/array.js.map +1 -0
  664. package/build/lib/kit-temp/effect.d.ts +285 -0
  665. package/build/lib/kit-temp/effect.d.ts.map +1 -0
  666. package/build/lib/kit-temp/effect.js +412 -0
  667. package/build/lib/kit-temp/effect.js.map +1 -0
  668. package/build/lib/kit-temp/global-local-check.d.ts +51 -0
  669. package/build/lib/kit-temp/global-local-check.d.ts.map +1 -0
  670. package/build/lib/kit-temp/global-local-check.js +115 -0
  671. package/build/lib/kit-temp/global-local-check.js.map +1 -0
  672. package/build/lib/kit-temp/ob.d.ts +17 -0
  673. package/build/lib/kit-temp/ob.d.ts.map +1 -0
  674. package/build/lib/kit-temp/ob.js +4 -0
  675. package/build/lib/kit-temp/ob.js.map +1 -0
  676. package/build/lib/kit-temp/other.d.ts +341 -0
  677. package/build/lib/kit-temp/other.d.ts.map +1 -0
  678. package/build/lib/kit-temp/other.js +584 -0
  679. package/build/lib/kit-temp/other.js.map +1 -0
  680. package/build/lib/kit-temp/other.test-d.d.ts +2 -0
  681. package/build/lib/kit-temp/other.test-d.d.ts.map +1 -0
  682. package/build/lib/kit-temp/other.test-d.js +75 -0
  683. package/build/lib/kit-temp/other.test-d.js.map +1 -0
  684. package/build/lib/kit-temp/resource.d.ts +138 -0
  685. package/build/lib/kit-temp/resource.d.ts.map +1 -0
  686. package/build/lib/kit-temp/resource.js +154 -0
  687. package/build/lib/kit-temp/resource.js.map +1 -0
  688. package/build/lib/lifecycles/$$.d.ts +2 -0
  689. package/build/lib/lifecycles/$$.d.ts.map +1 -0
  690. package/build/lib/lifecycles/$$.js +2 -0
  691. package/build/lib/lifecycles/$$.js.map +1 -0
  692. package/build/lib/lifecycles/$.d.ts +2 -0
  693. package/build/lib/lifecycles/$.d.ts.map +1 -0
  694. package/build/lib/lifecycles/$.js +2 -0
  695. package/build/lib/lifecycles/$.js.map +1 -0
  696. package/build/lib/lifecycles/lifecycles.d.ts +91 -0
  697. package/build/lib/lifecycles/lifecycles.d.ts.map +1 -0
  698. package/build/lib/lifecycles/lifecycles.js +393 -0
  699. package/build/lib/lifecycles/lifecycles.js.map +1 -0
  700. package/build/lib/mask/apply.d.ts +3 -3
  701. package/build/lib/mask/apply.d.ts.map +1 -1
  702. package/build/lib/memory-filesystem/$$.d.ts +2 -0
  703. package/build/lib/memory-filesystem/$$.d.ts.map +1 -0
  704. package/build/lib/memory-filesystem/$$.js +2 -0
  705. package/build/lib/memory-filesystem/$$.js.map +1 -0
  706. package/build/lib/memory-filesystem/$.d.ts +2 -0
  707. package/build/lib/memory-filesystem/$.d.ts.map +1 -0
  708. package/build/lib/memory-filesystem/$.js +2 -0
  709. package/build/lib/memory-filesystem/$.js.map +1 -0
  710. package/build/lib/memory-filesystem/memory-filesystem.d.ts +26 -0
  711. package/build/lib/memory-filesystem/memory-filesystem.d.ts.map +1 -0
  712. package/build/lib/memory-filesystem/memory-filesystem.js +122 -0
  713. package/build/lib/memory-filesystem/memory-filesystem.js.map +1 -0
  714. package/build/lib/path-map/path-map.d.ts +11 -11
  715. package/build/lib/path-map/path-map.d.ts.map +1 -1
  716. package/build/lib/path-map/path-map.js.map +1 -1
  717. package/build/lib/react-router-effect/$$.d.ts +5 -0
  718. package/build/lib/react-router-effect/$$.d.ts.map +1 -0
  719. package/build/lib/react-router-effect/$$.js +6 -0
  720. package/build/lib/react-router-effect/$$.js.map +1 -0
  721. package/build/lib/react-router-effect/$.d.ts +2 -0
  722. package/build/lib/react-router-effect/$.d.ts.map +1 -0
  723. package/build/lib/react-router-effect/$.js +2 -0
  724. package/build/lib/react-router-effect/$.js.map +1 -0
  725. package/build/lib/react-router-effect/create-loader.d.ts +2 -0
  726. package/build/lib/react-router-effect/create-loader.d.ts.map +1 -0
  727. package/build/lib/react-router-effect/create-loader.js +57 -0
  728. package/build/lib/react-router-effect/create-loader.js.map +1 -0
  729. package/build/lib/react-router-effect/route-helpers.d.ts +17 -0
  730. package/build/lib/react-router-effect/route-helpers.d.ts.map +1 -0
  731. package/build/lib/react-router-effect/route-helpers.js +65 -0
  732. package/build/lib/react-router-effect/route-helpers.js.map +1 -0
  733. package/build/lib/react-router-effect/route.d.ts +30 -0
  734. package/build/lib/react-router-effect/route.d.ts.map +1 -0
  735. package/build/lib/react-router-effect/route.js +78 -0
  736. package/build/lib/react-router-effect/route.js.map +1 -0
  737. package/build/lib/react-router-effect/types.d.ts +80 -0
  738. package/build/lib/react-router-effect/types.d.ts.map +1 -0
  739. package/build/lib/react-router-effect/types.js +2 -0
  740. package/build/lib/react-router-effect/types.js.map +1 -0
  741. package/build/lib/react-router-effect/use-loader-data.d.ts +59 -0
  742. package/build/lib/react-router-effect/use-loader-data.d.ts.map +1 -0
  743. package/build/lib/react-router-effect/use-loader-data.js +107 -0
  744. package/build/lib/react-router-effect/use-loader-data.js.map +1 -0
  745. package/build/lib/revision/$.d.ts +2 -0
  746. package/build/lib/revision/$.d.ts.map +1 -0
  747. package/build/lib/revision/$.js +2 -0
  748. package/build/lib/revision/$.js.map +1 -0
  749. package/build/lib/revision/revision.d.ts +18268 -0
  750. package/build/lib/revision/revision.d.ts.map +1 -0
  751. package/build/lib/revision/revision.js +45 -0
  752. package/build/lib/revision/revision.js.map +1 -0
  753. package/build/lib/schema/$.d.ts +2 -0
  754. package/build/lib/schema/$.d.ts.map +1 -0
  755. package/build/lib/schema/$.js +2 -0
  756. package/build/lib/schema/$.js.map +1 -0
  757. package/build/lib/schema/schema.d.ts +12334 -0
  758. package/build/lib/schema/schema.d.ts.map +1 -0
  759. package/build/lib/schema/schema.js +34 -0
  760. package/build/lib/schema/schema.js.map +1 -0
  761. package/build/lib/schema/unversioned.d.ts +17204 -0
  762. package/build/lib/schema/unversioned.d.ts.map +1 -0
  763. package/build/lib/schema/unversioned.js +45 -0
  764. package/build/lib/schema/unversioned.js.map +1 -0
  765. package/build/lib/schema/versioned.d.ts +10646 -0
  766. package/build/lib/schema/versioned.d.ts.map +1 -0
  767. package/build/lib/schema/versioned.js +40 -0
  768. package/build/lib/schema/versioned.js.map +1 -0
  769. package/build/lib/schema-definition/$.d.ts +2 -0
  770. package/build/lib/schema-definition/$.d.ts.map +1 -0
  771. package/build/lib/schema-definition/$.js +2 -0
  772. package/build/lib/schema-definition/$.js.map +1 -0
  773. package/build/lib/schema-definition/graphql-ast.d.ts +4 -0
  774. package/build/lib/schema-definition/graphql-ast.d.ts.map +1 -0
  775. package/build/lib/schema-definition/graphql-ast.js +12 -0
  776. package/build/lib/schema-definition/graphql-ast.js.map +1 -0
  777. package/build/lib/schema-definition/schema-definition.d.ts +16 -0
  778. package/build/lib/schema-definition/schema-definition.d.ts.map +1 -0
  779. package/build/lib/schema-definition/schema-definition.js +85 -0
  780. package/build/lib/schema-definition/schema-definition.js.map +1 -0
  781. package/build/lib/semver/$$.d.ts +2 -0
  782. package/build/lib/semver/$$.d.ts.map +1 -0
  783. package/build/lib/semver/$$.js +2 -0
  784. package/build/lib/semver/$$.js.map +1 -0
  785. package/build/lib/semver/$.d.ts +2 -0
  786. package/build/lib/semver/$.d.ts.map +1 -0
  787. package/build/lib/semver/$.js +2 -0
  788. package/build/lib/semver/$.js.map +1 -0
  789. package/build/lib/semver/official-release.d.ts +89 -0
  790. package/build/lib/semver/official-release.d.ts.map +1 -0
  791. package/build/lib/semver/official-release.js +35 -0
  792. package/build/lib/semver/official-release.js.map +1 -0
  793. package/build/lib/semver/pre-release.d.ts +100 -0
  794. package/build/lib/semver/pre-release.d.ts.map +1 -0
  795. package/build/lib/semver/pre-release.js +36 -0
  796. package/build/lib/semver/pre-release.js.map +1 -0
  797. package/build/lib/semver/semver.d.ts +463 -0
  798. package/build/lib/semver/semver.d.ts.map +1 -0
  799. package/build/lib/semver/semver.js +142 -0
  800. package/build/lib/semver/semver.js.map +1 -0
  801. package/build/lib/services-crud/$$.d.ts +5 -0
  802. package/build/lib/services-crud/$$.d.ts.map +1 -0
  803. package/build/lib/services-crud/$$.js +5 -0
  804. package/build/lib/services-crud/$$.js.map +1 -0
  805. package/build/lib/services-crud/$.d.ts +2 -0
  806. package/build/lib/services-crud/$.d.ts.map +1 -0
  807. package/build/lib/services-crud/$.js +2 -0
  808. package/build/lib/services-crud/$.js.map +1 -0
  809. package/build/lib/services-crud/browser-ro.d.ts +51 -0
  810. package/build/lib/services-crud/browser-ro.d.ts.map +1 -0
  811. package/build/lib/services-crud/browser-ro.js +69 -0
  812. package/build/lib/services-crud/browser-ro.js.map +1 -0
  813. package/build/lib/services-crud/filesystem.d.ts +17 -0
  814. package/build/lib/services-crud/filesystem.d.ts.map +1 -0
  815. package/build/lib/services-crud/filesystem.js +36 -0
  816. package/build/lib/services-crud/filesystem.js.map +1 -0
  817. package/build/lib/services-crud/memory.d.ts +31 -0
  818. package/build/lib/services-crud/memory.d.ts.map +1 -0
  819. package/build/lib/services-crud/memory.js +61 -0
  820. package/build/lib/services-crud/memory.js.map +1 -0
  821. package/build/lib/services-crud/service.d.ts +45 -0
  822. package/build/lib/services-crud/service.d.ts.map +1 -0
  823. package/build/lib/services-crud/service.js +6 -0
  824. package/build/lib/services-crud/service.js.map +1 -0
  825. package/build/lib/stack-processor/stack-processor.d.ts +17 -0
  826. package/build/lib/stack-processor/stack-processor.d.ts.map +1 -1
  827. package/build/lib/stack-processor/stack-processor.js +24 -0
  828. package/build/lib/stack-processor/stack-processor.js.map +1 -1
  829. package/build/lib/swiss/$$.d.ts +5 -0
  830. package/build/lib/swiss/$$.d.ts.map +1 -0
  831. package/build/lib/swiss/$$.js +6 -0
  832. package/build/lib/swiss/$$.js.map +1 -0
  833. package/build/lib/swiss/$.d.ts +2 -0
  834. package/build/lib/swiss/$.d.ts.map +1 -0
  835. package/build/lib/swiss/$.js +3 -0
  836. package/build/lib/swiss/$.js.map +1 -0
  837. package/build/lib/swiss/grid.d.ts +17 -0
  838. package/build/lib/swiss/grid.d.ts.map +1 -0
  839. package/build/lib/swiss/grid.js +30 -0
  840. package/build/lib/swiss/grid.js.map +1 -0
  841. package/build/lib/swiss/items.d.ts +53 -0
  842. package/build/lib/swiss/items.d.ts.map +1 -0
  843. package/build/lib/swiss/items.js +188 -0
  844. package/build/lib/swiss/items.js.map +1 -0
  845. package/build/lib/swiss/styles.css +298 -0
  846. package/build/lib/swiss/subgrid.d.ts +25 -0
  847. package/build/lib/swiss/subgrid.d.ts.map +1 -0
  848. package/build/lib/swiss/subgrid.js +48 -0
  849. package/build/lib/swiss/subgrid.js.map +1 -0
  850. package/build/lib/swiss/types.d.ts +340 -0
  851. package/build/lib/swiss/types.d.ts.map +1 -0
  852. package/build/lib/swiss/types.js +2 -0
  853. package/build/lib/swiss/types.js.map +1 -0
  854. package/build/lib/swiss/utils.d.ts +37 -0
  855. package/build/lib/swiss/utils.d.ts.map +1 -0
  856. package/build/lib/swiss/utils.js +163 -0
  857. package/build/lib/swiss/utils.js.map +1 -0
  858. package/build/lib/version/$$.d.ts +2 -0
  859. package/build/lib/version/$$.d.ts.map +1 -0
  860. package/build/lib/version/$$.js +2 -0
  861. package/build/lib/version/$$.js.map +1 -0
  862. package/build/lib/version/$.d.ts +2 -0
  863. package/build/lib/version/$.d.ts.map +1 -0
  864. package/build/lib/version/$.js +2 -0
  865. package/build/lib/version/$.js.map +1 -0
  866. package/build/lib/version/custom.d.ts +25 -0
  867. package/build/lib/version/custom.d.ts.map +1 -0
  868. package/build/lib/version/custom.js +27 -0
  869. package/build/lib/version/custom.js.map +1 -0
  870. package/build/lib/version/date.d.ts +25 -0
  871. package/build/lib/version/date.d.ts.map +1 -0
  872. package/build/lib/version/date.js +28 -0
  873. package/build/lib/version/date.js.map +1 -0
  874. package/build/lib/version/integer.d.ts +25 -0
  875. package/build/lib/version/integer.d.ts.map +1 -0
  876. package/build/lib/version/integer.js +27 -0
  877. package/build/lib/version/integer.js.map +1 -0
  878. package/build/lib/version/semver.d.ts +25 -0
  879. package/build/lib/version/semver.d.ts.map +1 -0
  880. package/build/lib/version/semver.js +27 -0
  881. package/build/lib/version/semver.js.map +1 -0
  882. package/build/lib/version/version.d.ts +70 -0
  883. package/build/lib/version/version.d.ts.map +1 -0
  884. package/build/lib/version/version.js +181 -0
  885. package/build/lib/version/version.js.map +1 -0
  886. package/build/lib/version-selection/$$.d.ts +2 -0
  887. package/build/lib/version-selection/$$.d.ts.map +1 -0
  888. package/build/lib/version-selection/$$.js +2 -0
  889. package/build/lib/version-selection/$$.js.map +1 -0
  890. package/build/lib/version-selection/$.d.ts +2 -0
  891. package/build/lib/version-selection/$.d.ts.map +1 -0
  892. package/build/lib/version-selection/$.js +2 -0
  893. package/build/lib/version-selection/$.js.map +1 -0
  894. package/build/lib/version-selection/version-selection.d.ts +42 -0
  895. package/build/lib/version-selection/version-selection.d.ts.map +1 -0
  896. package/build/lib/version-selection/version-selection.js +86 -0
  897. package/build/lib/version-selection/version-selection.js.map +1 -0
  898. package/build/lib/vite-plugin-json/vite-plugin-json.d.ts +1 -1
  899. package/build/lib/vite-plugin-json/vite-plugin-json.d.ts.map +1 -1
  900. package/build/lib/vite-plugin-json/vite-plugin-json.js +1 -2
  901. package/build/lib/vite-plugin-json/vite-plugin-json.js.map +1 -1
  902. package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts.map +1 -1
  903. package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js +2 -0
  904. package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js.map +1 -1
  905. package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
  906. package/build/lib/vite-reactive/$$.d.ts +2 -0
  907. package/build/lib/vite-reactive/$$.d.ts.map +1 -0
  908. package/build/lib/vite-reactive/$$.js +2 -0
  909. package/build/lib/vite-reactive/$$.js.map +1 -0
  910. package/build/lib/vite-reactive/$.d.ts +2 -0
  911. package/build/lib/vite-reactive/$.d.ts.map +1 -0
  912. package/build/lib/vite-reactive/$.js +2 -0
  913. package/build/lib/vite-reactive/$.js.map +1 -0
  914. package/build/lib/vite-reactive/reactive-asset-plugin.d.ts +71 -0
  915. package/build/lib/vite-reactive/reactive-asset-plugin.d.ts.map +1 -0
  916. package/build/lib/vite-reactive/reactive-asset-plugin.js +155 -0
  917. package/build/lib/vite-reactive/reactive-asset-plugin.js.map +1 -0
  918. package/build/sandbox.js +15 -1
  919. package/build/sandbox.js.map +1 -1
  920. package/build/template/components/Carousel.d.ts +25 -0
  921. package/build/template/components/Carousel.d.ts.map +1 -0
  922. package/build/template/components/Carousel.js +134 -0
  923. package/build/template/components/Carousel.js.map +1 -0
  924. package/build/template/components/CarouselPill.d.ts +19 -0
  925. package/build/template/components/CarouselPill.d.ts.map +1 -0
  926. package/build/template/components/CarouselPill.js +31 -0
  927. package/build/template/components/CarouselPill.js.map +1 -0
  928. package/build/template/components/Changelog/ChangeBase.d.ts +1 -1
  929. package/build/template/components/Changelog/ChangeBase.d.ts.map +1 -1
  930. package/build/template/components/Changelog/ChangeBase.js +1 -0
  931. package/build/template/components/Changelog/ChangeBase.js.map +1 -1
  932. package/build/template/components/Changelog/Changelog.d.ts +8 -0
  933. package/build/template/components/Changelog/Changelog.d.ts.map +1 -0
  934. package/build/template/components/Changelog/Changelog.js +111 -0
  935. package/build/template/components/Changelog/Changelog.js.map +1 -0
  936. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts +8 -0
  937. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts.map +1 -0
  938. package/build/template/components/Changelog/ChangelogVersionPicker.js +16 -0
  939. package/build/template/components/Changelog/ChangelogVersionPicker.js.map +1 -0
  940. package/build/template/components/Changelog/CriticalitySection.d.ts +2 -2
  941. package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -1
  942. package/build/template/components/Changelog/CriticalitySection.js +15 -1
  943. package/build/template/components/Changelog/CriticalitySection.js.map +1 -1
  944. package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +1 -2
  945. package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -1
  946. package/build/template/components/Changelog/groups/DirectiveArgument.js +4 -3
  947. package/build/template/components/Changelog/groups/DirectiveArgument.js.map +1 -1
  948. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +1 -2
  949. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -1
  950. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js +2 -1
  951. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js.map +1 -1
  952. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +1 -2
  953. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -1
  954. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js +4 -3
  955. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js.map +1 -1
  956. package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +1 -2
  957. package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -1
  958. package/build/template/components/Changelog/groups/DirectiveDescription.js +2 -1
  959. package/build/template/components/Changelog/groups/DirectiveDescription.js.map +1 -1
  960. package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +1 -2
  961. package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -1
  962. package/build/template/components/Changelog/groups/DirectiveLocationOperation.js +4 -3
  963. package/build/template/components/Changelog/groups/DirectiveLocationOperation.js.map +1 -1
  964. package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +1 -2
  965. package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -1
  966. package/build/template/components/Changelog/groups/DirectiveOperation.js +4 -3
  967. package/build/template/components/Changelog/groups/DirectiveOperation.js.map +1 -1
  968. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +1 -2
  969. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -1
  970. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js +5 -4
  971. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js.map +1 -1
  972. package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +1 -2
  973. package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -1
  974. package/build/template/components/Changelog/groups/EnumValueDescription.js +2 -1
  975. package/build/template/components/Changelog/groups/EnumValueDescription.js.map +1 -1
  976. package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +1 -2
  977. package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -1
  978. package/build/template/components/Changelog/groups/EnumValueOperation.js +4 -3
  979. package/build/template/components/Changelog/groups/EnumValueOperation.js.map +1 -1
  980. package/build/template/components/Changelog/groups/FieldArgument.d.ts +1 -2
  981. package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
  982. package/build/template/components/Changelog/groups/FieldArgument.js +4 -3
  983. package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -1
  984. package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +1 -2
  985. package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -1
  986. package/build/template/components/Changelog/groups/FieldArgumentDescription.js +2 -1
  987. package/build/template/components/Changelog/groups/FieldArgumentDescription.js.map +1 -1
  988. package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +1 -2
  989. package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -1
  990. package/build/template/components/Changelog/groups/FieldArgumentOperation.js +4 -3
  991. package/build/template/components/Changelog/groups/FieldArgumentOperation.js.map +1 -1
  992. package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +1 -2
  993. package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -1
  994. package/build/template/components/Changelog/groups/FieldDeprecation.js +4 -3
  995. package/build/template/components/Changelog/groups/FieldDeprecation.js.map +1 -1
  996. package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +1 -2
  997. package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -1
  998. package/build/template/components/Changelog/groups/FieldDeprecationReason.js +5 -4
  999. package/build/template/components/Changelog/groups/FieldDeprecationReason.js.map +1 -1
  1000. package/build/template/components/Changelog/groups/FieldDescription.d.ts +1 -2
  1001. package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -1
  1002. package/build/template/components/Changelog/groups/FieldDescription.js +5 -4
  1003. package/build/template/components/Changelog/groups/FieldDescription.js.map +1 -1
  1004. package/build/template/components/Changelog/groups/FieldOperation.d.ts +1 -2
  1005. package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -1
  1006. package/build/template/components/Changelog/groups/FieldOperation.js +5 -4
  1007. package/build/template/components/Changelog/groups/FieldOperation.js.map +1 -1
  1008. package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +1 -2
  1009. package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -1
  1010. package/build/template/components/Changelog/groups/InputFieldDefaultValue.js +2 -1
  1011. package/build/template/components/Changelog/groups/InputFieldDefaultValue.js.map +1 -1
  1012. package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +1 -2
  1013. package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -1
  1014. package/build/template/components/Changelog/groups/InputFieldDescription.js +5 -4
  1015. package/build/template/components/Changelog/groups/InputFieldDescription.js.map +1 -1
  1016. package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +1 -2
  1017. package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -1
  1018. package/build/template/components/Changelog/groups/InputFieldOperation.js +5 -4
  1019. package/build/template/components/Changelog/groups/InputFieldOperation.js.map +1 -1
  1020. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +1 -2
  1021. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -1
  1022. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js +4 -3
  1023. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js.map +1 -1
  1024. package/build/template/components/Changelog/groups/SchemaRootType.d.ts +1 -2
  1025. package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -1
  1026. package/build/template/components/Changelog/groups/SchemaRootType.js +5 -4
  1027. package/build/template/components/Changelog/groups/SchemaRootType.js.map +1 -1
  1028. package/build/template/components/Changelog/groups/TypeDescription.d.ts +1 -2
  1029. package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -1
  1030. package/build/template/components/Changelog/groups/TypeDescription.js +5 -4
  1031. package/build/template/components/Changelog/groups/TypeDescription.js.map +1 -1
  1032. package/build/template/components/Changelog/groups/TypeOperation.d.ts +3 -2
  1033. package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
  1034. package/build/template/components/Changelog/groups/TypeOperation.js +33 -6
  1035. package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -1
  1036. package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +1 -2
  1037. package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -1
  1038. package/build/template/components/Changelog/groups/UnionMemberOperation.js +4 -3
  1039. package/build/template/components/Changelog/groups/UnionMemberOperation.js.map +1 -1
  1040. package/build/template/components/Changelog/groups/index.d.ts +0 -1
  1041. package/build/template/components/Changelog/groups/index.d.ts.map +1 -1
  1042. package/build/template/components/Changelog/groups/index.js +1 -1
  1043. package/build/template/components/Changelog/groups/index.js.map +1 -1
  1044. package/build/template/components/CodeBlock.d.ts.map +1 -1
  1045. package/build/template/components/CodeBlock.js +6 -2
  1046. package/build/template/components/CodeBlock.js.map +1 -1
  1047. package/build/template/components/DevelopmentTip.d.ts +13 -0
  1048. package/build/template/components/DevelopmentTip.d.ts.map +1 -0
  1049. package/build/template/components/DevelopmentTip.js +16 -0
  1050. package/build/template/components/DevelopmentTip.js.map +1 -0
  1051. package/build/template/components/ExampleLink.d.ts +11 -0
  1052. package/build/template/components/ExampleLink.d.ts.map +1 -0
  1053. package/build/template/components/ExampleLink.js +13 -0
  1054. package/build/template/components/ExampleLink.js.map +1 -0
  1055. package/build/template/components/Field.d.ts.map +1 -1
  1056. package/build/template/components/Field.js +19 -19
  1057. package/build/template/components/Field.js.map +1 -1
  1058. package/build/template/components/GraphQLDocument.d.ts +25 -0
  1059. package/build/template/components/GraphQLDocument.d.ts.map +1 -0
  1060. package/build/template/components/GraphQLDocument.js +67 -0
  1061. package/build/template/components/GraphQLDocument.js.map +1 -0
  1062. package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts +6 -2
  1063. package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts.map +1 -1
  1064. package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +9 -3
  1065. package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
  1066. package/build/template/components/GraphQLInteractive/lib/parser.d.ts +1 -1
  1067. package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
  1068. package/build/template/components/HamburgerMenu.d.ts +11 -1
  1069. package/build/template/components/HamburgerMenu.d.ts.map +1 -1
  1070. package/build/template/components/HamburgerMenu.js +1 -1
  1071. package/build/template/components/HamburgerMenu.js.map +1 -1
  1072. package/build/template/components/Link.js +1 -1
  1073. package/build/template/components/Link.js.map +1 -1
  1074. package/build/template/components/Logo.d.ts +8 -1
  1075. package/build/template/components/Logo.d.ts.map +1 -1
  1076. package/build/template/components/Logo.js +27 -12
  1077. package/build/template/components/Logo.js.map +1 -1
  1078. package/build/template/components/NamedType.d.ts.map +1 -1
  1079. package/build/template/components/NamedType.js +23 -9
  1080. package/build/template/components/NamedType.js.map +1 -1
  1081. package/build/template/components/SimpleVersionPicker.d.ts +15 -0
  1082. package/build/template/components/SimpleVersionPicker.d.ts.map +1 -0
  1083. package/build/template/components/SimpleVersionPicker.js +15 -0
  1084. package/build/template/components/SimpleVersionPicker.js.map +1 -0
  1085. package/build/template/components/TypeAnnotation.d.ts.map +1 -1
  1086. package/build/template/components/TypeAnnotation.js +8 -15
  1087. package/build/template/components/TypeAnnotation.js.map +1 -1
  1088. package/build/template/components/VersionCoveragePicker.d.ts +17 -0
  1089. package/build/template/components/VersionCoveragePicker.d.ts.map +1 -0
  1090. package/build/template/components/VersionCoveragePicker.js +28 -0
  1091. package/build/template/components/VersionCoveragePicker.js.map +1 -0
  1092. package/build/template/components/VersionPicker.d.ts +3 -2
  1093. package/build/template/components/VersionPicker.d.ts.map +1 -1
  1094. package/build/template/components/VersionPicker.js +32 -21
  1095. package/build/template/components/VersionPicker.js.map +1 -1
  1096. package/build/template/components/home/ExamplesSection.d.ts +13 -0
  1097. package/build/template/components/home/ExamplesSection.d.ts.map +1 -0
  1098. package/build/template/components/home/ExamplesSection.js +15 -0
  1099. package/build/template/components/home/ExamplesSection.js.map +1 -0
  1100. package/build/template/components/home/FeaturesGrid.d.ts +12 -0
  1101. package/build/template/components/home/FeaturesGrid.d.ts.map +1 -0
  1102. package/build/template/components/home/FeaturesGrid.js +73 -0
  1103. package/build/template/components/home/FeaturesGrid.js.map +1 -0
  1104. package/build/template/components/home/HeroSection.d.ts +16 -0
  1105. package/build/template/components/home/HeroSection.d.ts.map +1 -0
  1106. package/build/template/components/home/HeroSection.js +178 -0
  1107. package/build/template/components/home/HeroSection.js.map +1 -0
  1108. package/build/template/components/home/PlaygroundPreview.d.ts +9 -0
  1109. package/build/template/components/home/PlaygroundPreview.d.ts.map +1 -0
  1110. package/build/template/components/home/PlaygroundPreview.js +38 -0
  1111. package/build/template/components/home/PlaygroundPreview.js.map +1 -0
  1112. package/build/template/components/home/QuickStart.d.ts +11 -0
  1113. package/build/template/components/home/QuickStart.d.ts.map +1 -0
  1114. package/build/template/components/home/QuickStart.js +74 -0
  1115. package/build/template/components/home/QuickStart.js.map +1 -0
  1116. package/build/template/components/home/RecentChanges.d.ts +8 -0
  1117. package/build/template/components/home/RecentChanges.d.ts.map +1 -0
  1118. package/build/template/components/home/RecentChanges.js +60 -0
  1119. package/build/template/components/home/RecentChanges.js.map +1 -0
  1120. package/build/template/components/home/Resources.d.ts +24 -0
  1121. package/build/template/components/home/Resources.d.ts.map +1 -0
  1122. package/build/template/components/home/Resources.js +53 -0
  1123. package/build/template/components/home/Resources.js.map +1 -0
  1124. package/build/template/components/home/SocialProof.d.ts +13 -0
  1125. package/build/template/components/home/SocialProof.d.ts.map +1 -0
  1126. package/build/template/components/home/SocialProof.js +47 -0
  1127. package/build/template/components/home/SocialProof.js.map +1 -0
  1128. package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -1
  1129. package/build/template/components/navbar/DefaultNavbar.js +5 -6
  1130. package/build/template/components/navbar/DefaultNavbar.js.map +1 -1
  1131. package/build/template/components/sidebar/Sidebar.d.ts +10 -1
  1132. package/build/template/components/sidebar/Sidebar.d.ts.map +1 -1
  1133. package/build/template/components/sidebar/Sidebar.js +1 -1
  1134. package/build/template/components/sidebar/Sidebar.js.map +1 -1
  1135. package/build/template/components/sidebar/SidebarItem.d.ts +11 -2
  1136. package/build/template/components/sidebar/SidebarItem.d.ts.map +1 -1
  1137. package/build/template/components/sidebar/SidebarItem.js.map +1 -1
  1138. package/build/template/components/swiss/SwissHeading.d.ts +10 -0
  1139. package/build/template/components/swiss/SwissHeading.d.ts.map +1 -0
  1140. package/build/template/components/swiss/SwissHeading.js +26 -0
  1141. package/build/template/components/swiss/SwissHeading.js.map +1 -0
  1142. package/build/template/components/swiss/index.d.ts +2 -0
  1143. package/build/template/components/swiss/index.d.ts.map +1 -0
  1144. package/build/template/components/swiss/index.js +2 -0
  1145. package/build/template/components/swiss/index.js.map +1 -0
  1146. package/build/template/contexts/GraphqlLifecycleContext.d.ts +19 -0
  1147. package/build/template/contexts/GraphqlLifecycleContext.d.ts.map +1 -0
  1148. package/build/template/contexts/GraphqlLifecycleContext.js +27 -0
  1149. package/build/template/contexts/GraphqlLifecycleContext.js.map +1 -0
  1150. package/build/template/contexts/ThemeContext.js.map +1 -1
  1151. package/build/template/entry.client.js +7 -3
  1152. package/build/template/entry.client.js.map +1 -1
  1153. package/build/template/hooks/use-examples.d.ts +38 -0
  1154. package/build/template/hooks/use-examples.d.ts.map +1 -0
  1155. package/build/template/hooks/use-examples.js +37 -0
  1156. package/build/template/hooks/use-examples.js.map +1 -0
  1157. package/build/template/hooks/use-highlighted.d.ts +14 -0
  1158. package/build/template/hooks/use-highlighted.d.ts.map +1 -0
  1159. package/build/template/hooks/use-highlighted.js +41 -0
  1160. package/build/template/hooks/use-highlighted.js.map +1 -0
  1161. package/build/template/hooks/useVersionPath.d.ts.map +1 -1
  1162. package/build/template/hooks/useVersionPath.js +6 -1
  1163. package/build/template/hooks/useVersionPath.js.map +1 -1
  1164. package/build/template/layouts/SidebarLayout.d.ts +9 -1
  1165. package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
  1166. package/build/template/layouts/SidebarLayout.js +4 -7
  1167. package/build/template/layouts/SidebarLayout.js.map +1 -1
  1168. package/build/template/layouts/index.d.ts +0 -1
  1169. package/build/template/layouts/index.d.ts.map +1 -1
  1170. package/build/template/layouts/index.js +0 -1
  1171. package/build/template/layouts/index.js.map +1 -1
  1172. package/build/template/lib/polen-url.js +3 -3
  1173. package/build/template/lib/polen-url.js.map +1 -1
  1174. package/build/template/providers/mdx.d.ts +8 -0
  1175. package/build/template/providers/mdx.d.ts.map +1 -0
  1176. package/build/template/providers/mdx.js +44 -0
  1177. package/build/template/providers/mdx.js.map +1 -0
  1178. package/build/template/routes/changelog.d.ts +1633 -9
  1179. package/build/template/routes/changelog.d.ts.map +1 -1
  1180. package/build/template/routes/changelog.js +160 -25
  1181. package/build/template/routes/changelog.js.map +1 -1
  1182. package/build/template/routes/examples/_.d.ts +65 -0
  1183. package/build/template/routes/examples/_.d.ts.map +1 -0
  1184. package/build/template/routes/examples/_.js +56 -0
  1185. package/build/template/routes/examples/_.js.map +1 -0
  1186. package/build/template/routes/examples/_index.d.ts +39 -0
  1187. package/build/template/routes/examples/_index.d.ts.map +1 -0
  1188. package/build/template/routes/examples/_index.js +54 -0
  1189. package/build/template/routes/examples/_index.js.map +1 -0
  1190. package/build/template/routes/examples/name.d.ts +31 -0
  1191. package/build/template/routes/examples/name.d.ts.map +1 -0
  1192. package/build/template/routes/examples/name.js +50 -0
  1193. package/build/template/routes/examples/name.js.map +1 -0
  1194. package/build/template/routes/index.d.ts +1 -1
  1195. package/build/template/routes/index.d.ts.map +1 -1
  1196. package/build/template/routes/index.js +24 -4
  1197. package/build/template/routes/index.js.map +1 -1
  1198. package/build/template/routes/pages.d.ts +1 -9
  1199. package/build/template/routes/pages.d.ts.map +1 -1
  1200. package/build/template/routes/pages.js +5 -58
  1201. package/build/template/routes/pages.js.map +1 -1
  1202. package/build/template/routes/reference.d.ts +1 -56
  1203. package/build/template/routes/reference.d.ts.map +1 -1
  1204. package/build/template/routes/reference.js +107 -52
  1205. package/build/template/routes/reference.js.map +1 -1
  1206. package/build/template/routes/root.d.ts +3 -7
  1207. package/build/template/routes/root.d.ts.map +1 -1
  1208. package/build/template/routes/root.js +65 -22
  1209. package/build/template/routes/root.js.map +1 -1
  1210. package/build/template/server/create-page-html-response.js +2 -2
  1211. package/build/template/server/create-page-html-response.js.map +1 -1
  1212. package/build/template/server/main.js +7 -10
  1213. package/build/template/server/main.js.map +1 -1
  1214. package/build/template/server/view.d.ts.map +1 -1
  1215. package/build/template/server/view.js +4 -2
  1216. package/build/template/server/view.js.map +1 -1
  1217. package/build/template/stores/$$.d.ts +2 -0
  1218. package/build/template/stores/$$.d.ts.map +1 -1
  1219. package/build/template/stores/$$.js +2 -0
  1220. package/build/template/stores/$$.js.map +1 -1
  1221. package/build/template/stores/changelog.d.ts +1714 -0
  1222. package/build/template/stores/changelog.d.ts.map +1 -0
  1223. package/build/template/stores/changelog.js +73 -0
  1224. package/build/template/stores/changelog.js.map +1 -0
  1225. package/build/template/stores/schema.d.ts +10 -15
  1226. package/build/template/stores/schema.d.ts.map +1 -1
  1227. package/build/template/stores/schema.js +19 -2
  1228. package/build/template/stores/schema.js.map +1 -1
  1229. package/build/template/stores/toast.d.ts +76 -29
  1230. package/build/template/stores/toast.d.ts.map +1 -1
  1231. package/build/template/stores/toast.js +53 -16
  1232. package/build/template/stores/toast.js.map +1 -1
  1233. package/build/template/theme/swiss-sharp.css +117 -0
  1234. package/build/template/theme/swiss-sharp.d.ts +9 -0
  1235. package/build/template/theme/swiss-sharp.d.ts.map +1 -0
  1236. package/build/template/theme/swiss-sharp.js +13 -0
  1237. package/build/template/theme/swiss-sharp.js.map +1 -0
  1238. package/build/vite/config.d.ts +10 -0
  1239. package/build/vite/config.d.ts.map +1 -0
  1240. package/build/vite/config.js +17 -0
  1241. package/build/vite/config.js.map +1 -0
  1242. package/build/vite/index.d.ts +6 -0
  1243. package/build/vite/index.d.ts.map +1 -0
  1244. package/build/vite/index.js +6 -0
  1245. package/build/vite/index.js.map +1 -0
  1246. package/build/vite/log-filters.d.ts.map +1 -0
  1247. package/build/vite/log-filters.js.map +1 -0
  1248. package/build/vite/logger.d.ts +27 -0
  1249. package/build/vite/logger.d.ts.map +1 -0
  1250. package/build/vite/logger.js +66 -0
  1251. package/build/vite/logger.js.map +1 -0
  1252. package/build/vite/plugins/branding.d.ts +4 -0
  1253. package/build/vite/plugins/branding.d.ts.map +1 -0
  1254. package/build/vite/plugins/branding.js +195 -0
  1255. package/build/vite/plugins/branding.js.map +1 -0
  1256. package/build/vite/plugins/build.d.ts +4 -0
  1257. package/build/vite/plugins/build.d.ts.map +1 -0
  1258. package/build/vite/plugins/build.js +144 -0
  1259. package/build/vite/plugins/build.js.map +1 -0
  1260. package/build/vite/plugins/config.d.ts +17 -0
  1261. package/build/vite/plugins/config.d.ts.map +1 -0
  1262. package/build/vite/plugins/config.js +33 -0
  1263. package/build/vite/plugins/config.js.map +1 -0
  1264. package/build/vite/plugins/core.d.ts +8 -0
  1265. package/build/vite/plugins/core.d.ts.map +1 -0
  1266. package/build/vite/plugins/core.js +142 -0
  1267. package/build/vite/plugins/core.js.map +1 -0
  1268. package/build/vite/plugins/examples.d.ts +23 -0
  1269. package/build/vite/plugins/examples.d.ts.map +1 -0
  1270. package/build/vite/plugins/examples.js +149 -0
  1271. package/build/vite/plugins/examples.js.map +1 -0
  1272. package/build/vite/plugins/hooks.d.ts +12 -0
  1273. package/build/vite/plugins/hooks.d.ts.map +1 -0
  1274. package/build/vite/plugins/hooks.js +41 -0
  1275. package/build/vite/plugins/hooks.js.map +1 -0
  1276. package/build/vite/plugins/index.d.ts +9 -0
  1277. package/build/vite/plugins/index.d.ts.map +1 -0
  1278. package/build/vite/plugins/index.js +9 -0
  1279. package/build/vite/plugins/index.js.map +1 -0
  1280. package/build/vite/plugins/main.d.ts +4 -0
  1281. package/build/vite/plugins/main.d.ts.map +1 -0
  1282. package/build/vite/plugins/main.js +26 -0
  1283. package/build/vite/plugins/main.js.map +1 -0
  1284. package/build/vite/plugins/manifest.d.ts +4 -0
  1285. package/build/vite/plugins/manifest.d.ts.map +1 -0
  1286. package/build/vite/plugins/manifest.js +27 -0
  1287. package/build/vite/plugins/manifest.js.map +1 -0
  1288. package/build/vite/plugins/navbar.d.ts +16 -0
  1289. package/build/vite/plugins/navbar.d.ts.map +1 -0
  1290. package/build/vite/plugins/navbar.js +60 -0
  1291. package/build/vite/plugins/navbar.js.map +1 -0
  1292. package/build/vite/plugins/pages.d.ts +23 -0
  1293. package/build/vite/plugins/pages.d.ts.map +1 -0
  1294. package/build/vite/plugins/pages.js +138 -0
  1295. package/build/vite/plugins/pages.js.map +1 -0
  1296. package/build/vite/plugins/routes-manifest.d.ts +9 -0
  1297. package/build/vite/plugins/routes-manifest.d.ts.map +1 -0
  1298. package/build/vite/plugins/routes-manifest.js +96 -0
  1299. package/build/vite/plugins/routes-manifest.js.map +1 -0
  1300. package/build/vite/plugins/schemas.d.ts +30 -0
  1301. package/build/vite/plugins/schemas.d.ts.map +1 -0
  1302. package/build/vite/plugins/schemas.js +116 -0
  1303. package/build/vite/plugins/schemas.js.map +1 -0
  1304. package/build/vite/plugins/serve.d.ts +4 -0
  1305. package/build/vite/plugins/serve.d.ts.map +1 -0
  1306. package/build/vite/plugins/serve.js +160 -0
  1307. package/build/vite/plugins/serve.js.map +1 -0
  1308. package/build/vite/vi.d.ts.map +1 -0
  1309. package/build/vite/vi.js.map +1 -0
  1310. package/package.json +142 -56
  1311. package/src/api/$$.ts +12 -0
  1312. package/src/api/$.ts +1 -0
  1313. package/src/api/builder/builder.ts +44 -26
  1314. package/src/api/builder/ssg/generate.ts +224 -0
  1315. package/src/api/builder/ssg/page-generator.worker.ts +110 -0
  1316. package/src/api/builder/ssg/server-runner.worker.ts +158 -0
  1317. package/src/api/builder/ssg/worker-messages.ts +69 -0
  1318. package/src/api/builder/ssg/worker-spawners.ts +69 -0
  1319. package/src/api/cache/cache.ts +180 -134
  1320. package/src/api/config/$$.ts +4 -0
  1321. package/src/api/config/$.ts +1 -0
  1322. package/src/api/config/home.ts +542 -0
  1323. package/src/api/config/input.ts +423 -0
  1324. package/src/api/config/load.ts +94 -70
  1325. package/src/api/config/normalized.ts +877 -0
  1326. package/src/api/config-resolver/config-resolver.ts +0 -1
  1327. package/src/api/config-resolver/resolve.ts +18 -16
  1328. package/src/api/config-template/template.ts +77 -0
  1329. package/src/api/content/$$.ts +1 -0
  1330. package/src/api/content/$.test.ts +28 -32
  1331. package/src/api/content/mdx-compiler.ts +74 -0
  1332. package/src/api/content/metadata.ts +5 -5
  1333. package/src/api/content/navbar.test.ts +3 -3
  1334. package/src/api/content/navbar.ts +1 -1
  1335. package/src/api/content/scan.ts +91 -83
  1336. package/src/api/content/sidebar.ts +1 -1
  1337. package/src/api/examples/$$.ts +7 -0
  1338. package/src/api/examples/$.test.ts +201 -0
  1339. package/src/api/examples/$.ts +1 -0
  1340. package/src/api/examples/config.test.ts +92 -0
  1341. package/src/api/examples/config.ts +242 -0
  1342. package/src/api/examples/diagnostic/diagnostic.ts +30 -0
  1343. package/src/api/examples/diagnostic/duplicate-content.ts +25 -0
  1344. package/src/api/examples/diagnostic/invalid-filename.ts +19 -0
  1345. package/src/api/examples/diagnostic/missing-versions.ts +23 -0
  1346. package/src/api/examples/diagnostic/unknown-version.ts +23 -0
  1347. package/src/api/examples/diagnostic/unused-default.ts +22 -0
  1348. package/src/api/examples/diagnostic/validation-error.ts +24 -0
  1349. package/src/api/examples/diagnostic/validator.test.ts +277 -0
  1350. package/src/api/examples/diagnostic/validator.ts +178 -0
  1351. package/src/api/examples/filter.test.ts +56 -0
  1352. package/src/api/examples/filter.ts +82 -0
  1353. package/src/api/examples/scanner.ts +341 -0
  1354. package/src/api/examples/schemas/catalog.ts +51 -0
  1355. package/src/api/examples/schemas/example/$$.ts +1 -0
  1356. package/src/api/examples/schemas/example/$.ts +1 -0
  1357. package/src/api/examples/schemas/example/example.ts +73 -0
  1358. package/src/api/examples/schemas/type-usage-index.ts +75 -0
  1359. package/src/api/examples/type-generator.ts +49 -0
  1360. package/src/api/examples/type-usage-indexer.test.ts +265 -0
  1361. package/src/api/examples/type-usage-indexer.ts +294 -0
  1362. package/src/api/iso/schema/constants.ts +1 -0
  1363. package/src/api/iso/schema/routing.ts +28 -9
  1364. package/src/api/project/$.ts +1 -0
  1365. package/src/api/routes/$$.ts +1 -0
  1366. package/src/api/routes/$.ts +1 -0
  1367. package/src/api/routes/manifest/$$.ts +1 -0
  1368. package/src/api/routes/manifest/$.ts +1 -0
  1369. package/src/api/routes/manifest/manifest.ts +61 -0
  1370. package/src/api/schema/$$.ts +7 -0
  1371. package/src/api/schema/$.test.ts +504 -0
  1372. package/src/api/schema/$.ts +1 -0
  1373. package/src/api/schema/augmentations/$.ts +1 -0
  1374. package/src/api/schema/augmentations/augmentations/description.ts +69 -0
  1375. package/src/api/schema/augmentations/schema-augmentation.ts +32 -0
  1376. package/src/api/schema/augmentations/target.ts +61 -0
  1377. package/src/api/schema/config-schema.ts +415 -0
  1378. package/src/api/schema/config.ts +7 -0
  1379. package/src/api/schema/input-source/$$.ts +2 -0
  1380. package/src/api/schema/input-source/$.ts +1 -0
  1381. package/src/api/schema/input-source/input-source.ts +134 -0
  1382. package/src/api/schema/input-source/load.ts +75 -0
  1383. package/src/api/schema/input-sources/$$.ts +6 -0
  1384. package/src/api/schema/input-sources/$.ts +1 -0
  1385. package/src/api/schema/input-sources/directory.ts +259 -0
  1386. package/src/api/schema/input-sources/file.ts +113 -0
  1387. package/src/api/schema/input-sources/introspection-file.ts +179 -0
  1388. package/src/api/schema/input-sources/introspection.ts +222 -0
  1389. package/src/api/schema/input-sources/memory.ts +241 -0
  1390. package/src/api/schema/input-sources/versioned-directory.ts +535 -0
  1391. package/src/api/schema/load.ts +186 -0
  1392. package/src/api/server/report-error.ts +4 -1
  1393. package/src/api/singletons/markdown/markdown.test.ts +7 -6
  1394. package/src/api/singletons/markdown/markdown.ts +6 -4
  1395. package/src/api/static/manifest.test.ts +11 -8
  1396. package/src/api/static/manifest.ts +46 -11
  1397. package/src/api/static/rebase.ts +171 -82
  1398. package/src/api/typings/$$.ts +1 -0
  1399. package/src/api/typings/$.ts +1 -0
  1400. package/src/api/typings/typings.ts +273 -0
  1401. package/src/cli/_/parameters.ts +13 -6
  1402. package/src/cli/commands/build.ts +60 -53
  1403. package/src/cli/commands/cache/delete.ts +17 -23
  1404. package/src/cli/commands/cache/show.ts +70 -70
  1405. package/src/cli/commands/cache.ts +24 -6
  1406. package/src/cli/commands/config/create.ts +37 -30
  1407. package/src/cli/commands/config.ts +22 -6
  1408. package/src/cli/commands/create.ts +104 -84
  1409. package/src/cli/commands/dev.ts +60 -56
  1410. package/src/cli/commands/hero-image.ts +282 -0
  1411. package/src/cli/commands/open.ts +140 -137
  1412. package/src/cli/commands/static/rebase.ts +63 -33
  1413. package/src/cli/commands/static.ts +36 -6
  1414. package/src/cli/index.ts +128 -5
  1415. package/src/dep/tiny-globby/index.ts +1 -0
  1416. package/src/dep/tiny-globby/tiny-globby.ts +27 -0
  1417. package/src/exports/polen.ts +2 -3
  1418. package/src/lib/ai-image-generation/$$.ts +2 -0
  1419. package/src/lib/ai-image-generation/$.test.ts +344 -0
  1420. package/src/lib/ai-image-generation/$.ts +1 -0
  1421. package/src/lib/ai-image-generation/ai-image-generation.ts +231 -0
  1422. package/src/lib/ai-image-generation/providers/pollinations.ts +65 -0
  1423. package/src/lib/ai-image-generation/service.ts +185 -0
  1424. package/src/lib/catalog/$.ts +1 -0
  1425. package/src/lib/catalog/catalog.ts +106 -0
  1426. package/src/lib/catalog/unversioned.ts +42 -0
  1427. package/src/lib/catalog/versioned.ts +62 -0
  1428. package/src/lib/catalog-statistics/$$.ts +4 -0
  1429. package/src/lib/catalog-statistics/$.test.ts +151 -0
  1430. package/src/lib/catalog-statistics/$.ts +1 -0
  1431. package/src/lib/catalog-statistics/analyze-catalog.ts +158 -0
  1432. package/src/lib/catalog-statistics/analyze-options.ts +15 -0
  1433. package/src/lib/catalog-statistics/analyze-schema.ts +226 -0
  1434. package/src/lib/catalog-statistics/data.ts +196 -0
  1435. package/src/lib/catalog-statistics/report.ts +45 -0
  1436. package/src/lib/change/$$.ts +3 -0
  1437. package/src/lib/change/$.ts +1 -0
  1438. package/src/lib/change/calc-changeset.ts +650 -0
  1439. package/src/lib/change/change.ts +718 -0
  1440. package/src/lib/change/criticality.ts +53 -0
  1441. package/src/lib/change/level.ts +3 -0
  1442. package/src/lib/date-only/$.ts +1 -0
  1443. package/src/lib/date-only/date-only.ts +112 -0
  1444. package/src/lib/diagnostic/$$.ts +5 -0
  1445. package/src/lib/diagnostic/$.test.ts +109 -0
  1446. package/src/lib/diagnostic/$.ts +1 -0
  1447. package/src/lib/diagnostic/control.test.ts +75 -0
  1448. package/src/lib/diagnostic/control.ts +140 -0
  1449. package/src/lib/diagnostic/diagnostic.ts +144 -0
  1450. package/src/lib/diagnostic/filter.ts +21 -0
  1451. package/src/lib/diagnostic/reporter.ts +74 -0
  1452. package/src/lib/diagnostic/severity.ts +93 -0
  1453. package/src/lib/directed-filter/$$.ts +1 -0
  1454. package/src/lib/directed-filter/$.test.ts +169 -0
  1455. package/src/lib/directed-filter/$.ts +1 -0
  1456. package/src/lib/directed-filter/directed-filter.ts +241 -0
  1457. package/src/lib/document/$$.ts +3 -0
  1458. package/src/lib/document/$.ts +1 -0
  1459. package/src/lib/document/document.ts +37 -0
  1460. package/src/lib/document/unversioned.ts +35 -0
  1461. package/src/lib/document/versioned.ts +106 -0
  1462. package/src/lib/effect-cli-help-markdown/$$.ts +1 -0
  1463. package/src/lib/effect-cli-help-markdown/$.test.ts +49 -0
  1464. package/src/lib/effect-cli-help-markdown/$.ts +1 -0
  1465. package/src/lib/effect-cli-help-markdown/effect-cli-help-markdown.ts +699 -0
  1466. package/src/lib/effect-glob/$$.ts +1 -0
  1467. package/src/lib/effect-glob/$.ts +1 -0
  1468. package/src/lib/effect-glob/effect-glob.ts +33 -0
  1469. package/src/lib/file-path/$$.ts +4 -0
  1470. package/src/lib/file-path/$.test.ts +45 -0
  1471. package/src/lib/file-path/$.ts +5 -0
  1472. package/src/lib/file-path/absolute.ts +66 -0
  1473. package/src/lib/file-path/file-path.ts +34 -0
  1474. package/src/lib/file-path/relative.ts +72 -0
  1475. package/src/lib/file-path/segment/$.ts +1 -0
  1476. package/src/lib/file-path/segment/segment.test.ts +80 -0
  1477. package/src/lib/file-path/segment/segment.ts +134 -0
  1478. package/src/lib/file-router/index.test.ts +3 -2
  1479. package/src/lib/file-router/linter.test.ts +95 -79
  1480. package/src/lib/file-router/linter.ts +82 -49
  1481. package/src/lib/file-router/route.ts +1 -1
  1482. package/src/lib/file-router/scan.ts +22 -17
  1483. package/src/lib/grafaid/schema/ast.ts +8 -2
  1484. package/src/lib/grafaid/schema/read.ts +28 -12
  1485. package/src/lib/grafaid/schema/schema.ts +8 -1
  1486. package/src/lib/grafaid/schema/type-class-name.ts +9 -9
  1487. package/src/lib/grafaid-old/grafaid.ts +6 -6
  1488. package/src/lib/graph/$$.ts +1 -0
  1489. package/src/lib/graph/$.ts +1 -0
  1490. package/src/lib/graph/graph.ts +197 -0
  1491. package/src/lib/graphql-error/$$.ts +1 -0
  1492. package/src/lib/graphql-error/$.ts +1 -0
  1493. package/src/lib/graphql-error/graphql-error.ts +74 -0
  1494. package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +66 -51
  1495. package/src/lib/helpers.ts +78 -14
  1496. package/src/lib/html-utils/inject-global-data.test.ts +63 -66
  1497. package/src/lib/kit-temp/$$.ts +6 -0
  1498. package/src/lib/kit-temp/$.ts +2 -0
  1499. package/src/lib/kit-temp/array.ts +30 -0
  1500. package/src/lib/kit-temp/effect.test.ts +124 -0
  1501. package/src/lib/kit-temp/effect.ts +725 -0
  1502. package/src/lib/kit-temp/effect.union-adt.test.ts +81 -0
  1503. package/src/lib/kit-temp/global-local-check.ts +179 -0
  1504. package/src/lib/kit-temp/ob.ts +32 -0
  1505. package/src/lib/kit-temp/other.test-d.ts +120 -0
  1506. package/src/lib/kit-temp/other.test.ts +256 -0
  1507. package/src/lib/kit-temp/other.ts +835 -0
  1508. package/src/lib/kit-temp/resource.test.ts +365 -0
  1509. package/src/lib/kit-temp/resource.ts +254 -0
  1510. package/src/lib/lifecycles/$$.ts +1 -0
  1511. package/src/lib/lifecycles/$.ts +1 -0
  1512. package/src/lib/lifecycles/lifecycles.ts +521 -0
  1513. package/src/lib/mask/$.test.ts +60 -82
  1514. package/src/lib/mask/apply.ts +9 -9
  1515. package/src/lib/mask/mask.test-d.ts +1 -1
  1516. package/src/lib/memory-filesystem/$$.ts +1 -0
  1517. package/src/lib/memory-filesystem/$.ts +1 -0
  1518. package/src/lib/memory-filesystem/memory-filesystem.ts +162 -0
  1519. package/src/lib/path-map/path-map.ts +15 -15
  1520. package/src/lib/react-router-effect/$$.ts +5 -0
  1521. package/src/lib/react-router-effect/$.ts +1 -0
  1522. package/src/lib/react-router-effect/README.md +178 -0
  1523. package/src/lib/react-router-effect/create-loader.ts +57 -0
  1524. package/src/lib/react-router-effect/route-helpers.ts +88 -0
  1525. package/src/lib/react-router-effect/route.ts +91 -0
  1526. package/src/lib/react-router-effect/types.ts +90 -0
  1527. package/src/lib/react-router-effect/use-loader-data.ts +133 -0
  1528. package/src/lib/revision/$.ts +1 -0
  1529. package/src/lib/revision/revision.ts +64 -0
  1530. package/src/lib/schema/$.test.ts +54 -0
  1531. package/src/lib/schema/schema.ts +50 -0
  1532. package/src/lib/schema/unversioned.ts +59 -0
  1533. package/src/lib/schema/versioned.ts +83 -0
  1534. package/src/lib/schema-definition/$.test.ts +58 -0
  1535. package/src/lib/schema-definition/$.ts +1 -0
  1536. package/src/lib/schema-definition/graphql-ast.ts +14 -0
  1537. package/src/lib/schema-definition/schema-definition.ts +115 -0
  1538. package/src/lib/semver/$$.ts +1 -0
  1539. package/src/lib/semver/$.test.ts +179 -0
  1540. package/src/lib/semver/$.ts +1 -0
  1541. package/src/lib/semver/official-release.ts +50 -0
  1542. package/src/lib/semver/pre-release.ts +51 -0
  1543. package/src/lib/semver/semver.ts +200 -0
  1544. package/src/lib/services-crud/$$.ts +4 -0
  1545. package/src/lib/services-crud/$.ts +1 -0
  1546. package/src/lib/services-crud/browser-ro.ts +98 -0
  1547. package/src/lib/services-crud/filesystem.ts +63 -0
  1548. package/src/lib/services-crud/memory.ts +86 -0
  1549. package/src/lib/services-crud/service.ts +49 -0
  1550. package/src/lib/stack-processor/stack-processor.ts +32 -0
  1551. package/src/lib/swiss/$$.ts +5 -0
  1552. package/src/lib/swiss/$.test.ts +89 -0
  1553. package/src/lib/swiss/$.ts +2 -0
  1554. package/src/lib/swiss/grid.tsx +61 -0
  1555. package/src/lib/swiss/items.tsx +288 -0
  1556. package/src/lib/swiss/styles.css +298 -0
  1557. package/src/lib/swiss/subgrid.tsx +83 -0
  1558. package/src/lib/swiss/types.ts +353 -0
  1559. package/src/lib/swiss/utils.ts +144 -0
  1560. package/src/lib/theme/theme.test.ts +40 -74
  1561. package/src/lib/version/$$.ts +1 -0
  1562. package/src/lib/version/$.test.ts +101 -0
  1563. package/src/lib/version/$.ts +1 -0
  1564. package/src/lib/version/custom.ts +35 -0
  1565. package/src/lib/version/date.ts +36 -0
  1566. package/src/lib/version/integer.ts +35 -0
  1567. package/src/lib/version/semver.ts +35 -0
  1568. package/src/lib/version/version.ts +225 -0
  1569. package/src/lib/version-selection/$$.ts +1 -0
  1570. package/src/lib/version-selection/$.ts +1 -0
  1571. package/src/lib/version-selection/version-selection.ts +117 -0
  1572. package/src/lib/vite-plugin-json/vite-plugin-json.ts +2 -3
  1573. package/src/lib/vite-plugin-mdx/vite-plugin-mdx.ts +3 -1
  1574. package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +1 -1
  1575. package/src/lib/vite-reactive/$$.ts +1 -0
  1576. package/src/lib/vite-reactive/$.ts +1 -0
  1577. package/src/lib/vite-reactive/reactive-asset-plugin.ts +280 -0
  1578. package/src/sandbox.ts +15 -1
  1579. package/src/template/components/Carousel.tsx +224 -0
  1580. package/src/template/components/CarouselPill.tsx +101 -0
  1581. package/src/template/components/Changelog/ChangeBase.tsx +1 -1
  1582. package/src/template/components/Changelog/Changelog.tsx +154 -0
  1583. package/src/template/components/Changelog/ChangelogVersionPicker.tsx +36 -0
  1584. package/src/template/components/Changelog/CriticalitySection.tsx +18 -2
  1585. package/src/template/components/Changelog/groups/DirectiveArgument.tsx +7 -8
  1586. package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +3 -4
  1587. package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +5 -7
  1588. package/src/template/components/Changelog/groups/DirectiveDescription.tsx +3 -3
  1589. package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +5 -7
  1590. package/src/template/components/Changelog/groups/DirectiveOperation.tsx +5 -5
  1591. package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +7 -9
  1592. package/src/template/components/Changelog/groups/EnumValueDescription.tsx +3 -3
  1593. package/src/template/components/Changelog/groups/EnumValueOperation.tsx +5 -5
  1594. package/src/template/components/Changelog/groups/FieldArgument.tsx +8 -10
  1595. package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +5 -4
  1596. package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +7 -8
  1597. package/src/template/components/Changelog/groups/FieldDeprecation.tsx +5 -5
  1598. package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +9 -10
  1599. package/src/template/components/Changelog/groups/FieldDescription.tsx +6 -6
  1600. package/src/template/components/Changelog/groups/FieldOperation.tsx +7 -7
  1601. package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +4 -5
  1602. package/src/template/components/Changelog/groups/InputFieldDescription.tsx +6 -9
  1603. package/src/template/components/Changelog/groups/InputFieldOperation.tsx +7 -8
  1604. package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +5 -7
  1605. package/src/template/components/Changelog/groups/SchemaRootType.tsx +8 -10
  1606. package/src/template/components/Changelog/groups/TypeDescription.tsx +6 -6
  1607. package/src/template/components/Changelog/groups/TypeOperation.tsx +55 -7
  1608. package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +5 -5
  1609. package/src/template/components/Changelog/groups/index.ts +1 -1
  1610. package/src/template/components/CodeBlock.tsx +6 -2
  1611. package/src/template/components/DevelopmentTip.tsx +43 -0
  1612. package/src/template/components/ExampleLink.tsx +25 -0
  1613. package/src/template/components/Field.tsx +38 -28
  1614. package/src/template/components/GraphQLDocument.tsx +145 -0
  1615. package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +26 -4
  1616. package/src/template/components/GraphQLInteractive/components/GraphQLTokenPopover.tsx +8 -8
  1617. package/src/template/components/GraphQLInteractive/lib/parser.ts +1 -1
  1618. package/src/template/components/GraphQLInteractive/tests/parser-error-hint.test.ts +3 -3
  1619. package/src/template/components/GraphQLInteractive/tests/parser.test.ts +76 -65
  1620. package/src/template/components/HamburgerMenu.tsx +19 -2
  1621. package/src/template/components/Link.tsx +1 -1
  1622. package/src/template/components/Logo.tsx +35 -15
  1623. package/src/template/components/NamedType.tsx +59 -18
  1624. package/src/template/components/SimpleVersionPicker.tsx +48 -0
  1625. package/src/template/components/TypeAnnotation.tsx +8 -26
  1626. package/src/template/components/VersionCoveragePicker.tsx +57 -0
  1627. package/src/template/components/VersionPicker.tsx +41 -34
  1628. package/src/template/components/home/ExamplesSection.tsx +49 -0
  1629. package/src/template/components/home/FeaturesGrid.tsx +135 -0
  1630. package/src/template/components/home/HeroSection.tsx +379 -0
  1631. package/src/template/components/home/PlaygroundPreview.tsx +138 -0
  1632. package/src/template/components/home/QuickStart.tsx +132 -0
  1633. package/src/template/components/home/RecentChanges.tsx +152 -0
  1634. package/src/template/components/home/Resources.tsx +207 -0
  1635. package/src/template/components/home/SocialProof.tsx +109 -0
  1636. package/src/template/components/navbar/DefaultNavbar.tsx +23 -12
  1637. package/src/template/components/sidebar/Sidebar.tsx +15 -2
  1638. package/src/template/components/sidebar/SidebarItem.tsx +18 -6
  1639. package/src/template/components/swiss/SwissHeading.tsx +44 -0
  1640. package/src/template/components/swiss/index.ts +1 -0
  1641. package/src/template/contexts/GraphqlLifecycleContext.tsx +43 -0
  1642. package/src/template/contexts/ThemeContext.tsx +2 -2
  1643. package/src/template/entry.client.tsx +7 -3
  1644. package/src/template/env.d.ts +3 -0
  1645. package/src/template/hooks/use-examples.ts +46 -0
  1646. package/src/template/hooks/use-highlighted.ts +57 -0
  1647. package/src/template/hooks/useVersionPath.ts +6 -1
  1648. package/src/template/layouts/SidebarLayout.tsx +36 -25
  1649. package/src/template/layouts/index.ts +0 -1
  1650. package/src/template/lib/polen-url.ts +3 -3
  1651. package/src/template/providers/mdx.tsx +75 -0
  1652. package/src/template/routes/changelog.tsx +249 -30
  1653. package/src/template/routes/examples/_.tsx +90 -0
  1654. package/src/template/routes/examples/_index.tsx +93 -0
  1655. package/src/template/routes/examples/name.tsx +69 -0
  1656. package/src/template/routes/index.tsx +49 -3
  1657. package/src/template/routes/pages.tsx +6 -83
  1658. package/src/template/routes/reference.tsx +131 -62
  1659. package/src/template/routes/root.tsx +102 -42
  1660. package/src/template/server/create-page-html-response.ts +4 -4
  1661. package/src/template/server/main.ts +10 -10
  1662. package/src/template/server/view.ts +4 -2
  1663. package/src/template/stores/$$.ts +3 -0
  1664. package/src/template/stores/changelog.ts +87 -0
  1665. package/src/template/stores/schema.ts +21 -10
  1666. package/src/template/stores/toast.ts +56 -37
  1667. package/src/template/theme/swiss-sharp.css +117 -0
  1668. package/src/template/theme/swiss-sharp.ts +14 -0
  1669. package/src/types/global-constants.d.ts +36 -0
  1670. package/src/types/global.d.ts +17 -0
  1671. package/src/types/virtual-modules.d.ts +48 -0
  1672. package/src/vite/config.ts +27 -0
  1673. package/src/vite/index.ts +5 -0
  1674. package/src/vite/logger.ts +89 -0
  1675. package/src/vite/plugins/branding.ts +237 -0
  1676. package/src/vite/plugins/build.ts +147 -0
  1677. package/src/vite/plugins/config.ts +57 -0
  1678. package/src/vite/plugins/core.ts +157 -0
  1679. package/src/vite/plugins/examples.ts +201 -0
  1680. package/src/vite/plugins/hooks.ts +49 -0
  1681. package/src/vite/plugins/index.ts +8 -0
  1682. package/src/vite/plugins/main.ts +42 -0
  1683. package/src/vite/plugins/manifest.ts +36 -0
  1684. package/src/vite/plugins/navbar.ts +102 -0
  1685. package/src/vite/plugins/pages.ts +181 -0
  1686. package/src/vite/plugins/routes-manifest.ts +147 -0
  1687. package/src/vite/plugins/schemas.ts +145 -0
  1688. package/src/vite/plugins/serve.ts +201 -0
  1689. package/build/api/api.d.ts +0 -9
  1690. package/build/api/api.d.ts.map +0 -1
  1691. package/build/api/api.js +0 -12
  1692. package/build/api/api.js.map +0 -1
  1693. package/build/api/config/config.d.ts +0 -5
  1694. package/build/api/config/config.d.ts.map +0 -1
  1695. package/build/api/config/config.js +0 -5
  1696. package/build/api/config/config.js.map +0 -1
  1697. package/build/api/config/configurator.d.ts +0 -380
  1698. package/build/api/config/configurator.d.ts.map +0 -1
  1699. package/build/api/config/configurator.js +0 -177
  1700. package/build/api/config/configurator.js.map +0 -1
  1701. package/build/api/config/define.d.ts +0 -7
  1702. package/build/api/config/define.d.ts.map +0 -1
  1703. package/build/api/config/define.js +0 -7
  1704. package/build/api/config/define.js.map +0 -1
  1705. package/build/api/config/index.d.ts +0 -2
  1706. package/build/api/config/index.d.ts.map +0 -1
  1707. package/build/api/config/index.js +0 -2
  1708. package/build/api/config/index.js.map +0 -1
  1709. package/build/api/config/merge.d.ts +0 -7
  1710. package/build/api/config/merge.d.ts.map +0 -1
  1711. package/build/api/config/merge.js +0 -42
  1712. package/build/api/config/merge.js.map +0 -1
  1713. package/build/api/config-resolver/vite.d.ts +0 -10
  1714. package/build/api/config-resolver/vite.d.ts.map +0 -1
  1715. package/build/api/config-resolver/vite.js +0 -19
  1716. package/build/api/config-resolver/vite.js.map +0 -1
  1717. package/build/api/index.d.ts +0 -2
  1718. package/build/api/index.d.ts.map +0 -1
  1719. package/build/api/index.js +0 -2
  1720. package/build/api/index.js.map +0 -1
  1721. package/build/api/project/index.d.ts +0 -2
  1722. package/build/api/project/index.d.ts.map +0 -1
  1723. package/build/api/project/index.js +0 -2
  1724. package/build/api/project/index.js.map +0 -1
  1725. package/build/api/schema/data-sources/data-sources.d.ts +0 -5
  1726. package/build/api/schema/data-sources/data-sources.d.ts.map +0 -1
  1727. package/build/api/schema/data-sources/data-sources.js +0 -5
  1728. package/build/api/schema/data-sources/data-sources.js.map +0 -1
  1729. package/build/api/schema/data-sources/index.d.ts +0 -2
  1730. package/build/api/schema/data-sources/index.d.ts.map +0 -1
  1731. package/build/api/schema/data-sources/index.js +0 -2
  1732. package/build/api/schema/data-sources/index.js.map +0 -1
  1733. package/build/api/schema/data-sources/introspection/introspection.d.ts +0 -84
  1734. package/build/api/schema/data-sources/introspection/introspection.d.ts.map +0 -1
  1735. package/build/api/schema/data-sources/introspection/introspection.js +0 -111
  1736. package/build/api/schema/data-sources/introspection/introspection.js.map +0 -1
  1737. package/build/api/schema/data-sources/memory/memory.d.ts +0 -51
  1738. package/build/api/schema/data-sources/memory/memory.d.ts.map +0 -1
  1739. package/build/api/schema/data-sources/memory/memory.js +0 -63
  1740. package/build/api/schema/data-sources/memory/memory.js.map +0 -1
  1741. package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts +0 -13
  1742. package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts.map +0 -1
  1743. package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js +0 -49
  1744. package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js.map +0 -1
  1745. package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts +0 -2
  1746. package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts.map +0 -1
  1747. package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js +0 -2
  1748. package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js.map +0 -1
  1749. package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +0 -49
  1750. package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +0 -1
  1751. package/build/api/schema/data-sources/schema-directory/schema-directory.js +0 -100
  1752. package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +0 -1
  1753. package/build/api/schema/data-sources/schema-file/schema-file.d.ts +0 -35
  1754. package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +0 -1
  1755. package/build/api/schema/data-sources/schema-file/schema-file.js +0 -45
  1756. package/build/api/schema/data-sources/schema-file/schema-file.js.map +0 -1
  1757. package/build/api/schema/index.d.ts +0 -2
  1758. package/build/api/schema/index.d.ts.map +0 -1
  1759. package/build/api/schema/index.js +0 -2
  1760. package/build/api/schema/index.js.map +0 -1
  1761. package/build/api/schema/metadata.d.ts +0 -16
  1762. package/build/api/schema/metadata.d.ts.map +0 -1
  1763. package/build/api/schema/metadata.js +0 -19
  1764. package/build/api/schema/metadata.js.map +0 -1
  1765. package/build/api/schema/read.d.ts +0 -135
  1766. package/build/api/schema/read.d.ts.map +0 -1
  1767. package/build/api/schema/read.js +0 -50
  1768. package/build/api/schema/read.js.map +0 -1
  1769. package/build/api/schema/schema.d.ts +0 -6
  1770. package/build/api/schema/schema.d.ts.map +0 -1
  1771. package/build/api/schema/schema.js +0 -8
  1772. package/build/api/schema/schema.js.map +0 -1
  1773. package/build/api/schema-augmentation/augmentations/description.d.ts +0 -17
  1774. package/build/api/schema-augmentation/augmentations/description.d.ts.map +0 -1
  1775. package/build/api/schema-augmentation/augmentations/description.js +0 -40
  1776. package/build/api/schema-augmentation/augmentations/description.js.map +0 -1
  1777. package/build/api/schema-augmentation/index.d.ts +0 -2
  1778. package/build/api/schema-augmentation/index.d.ts.map +0 -1
  1779. package/build/api/schema-augmentation/index.js +0 -2
  1780. package/build/api/schema-augmentation/index.js.map +0 -1
  1781. package/build/api/schema-augmentation/schema-augmentation.d.ts +0 -6
  1782. package/build/api/schema-augmentation/schema-augmentation.d.ts.map +0 -1
  1783. package/build/api/schema-augmentation/schema-augmentation.js +0 -17
  1784. package/build/api/schema-augmentation/schema-augmentation.js.map +0 -1
  1785. package/build/api/schema-augmentation/target.d.ts +0 -14
  1786. package/build/api/schema-augmentation/target.d.ts.map +0 -1
  1787. package/build/api/schema-augmentation/target.js +0 -25
  1788. package/build/api/schema-augmentation/target.js.map +0 -1
  1789. package/build/api/schema-source/index.d.ts +0 -2
  1790. package/build/api/schema-source/index.d.ts.map +0 -1
  1791. package/build/api/schema-source/index.js +0 -2
  1792. package/build/api/schema-source/index.js.map +0 -1
  1793. package/build/api/schema-source/schema-source.d.ts +0 -37
  1794. package/build/api/schema-source/schema-source.d.ts.map +0 -1
  1795. package/build/api/schema-source/schema-source.js +0 -150
  1796. package/build/api/schema-source/schema-source.js.map +0 -1
  1797. package/build/api/vite/log-filters.d.ts.map +0 -1
  1798. package/build/api/vite/log-filters.js.map +0 -1
  1799. package/build/api/vite/logger.d.ts +0 -4
  1800. package/build/api/vite/logger.d.ts.map +0 -1
  1801. package/build/api/vite/logger.js +0 -29
  1802. package/build/api/vite/logger.js.map +0 -1
  1803. package/build/api/vite/plugins/branding.d.ts +0 -4
  1804. package/build/api/vite/plugins/branding.d.ts.map +0 -1
  1805. package/build/api/vite/plugins/branding.js +0 -80
  1806. package/build/api/vite/plugins/branding.js.map +0 -1
  1807. package/build/api/vite/plugins/build.d.ts +0 -4
  1808. package/build/api/vite/plugins/build.d.ts.map +0 -1
  1809. package/build/api/vite/plugins/build.js +0 -167
  1810. package/build/api/vite/plugins/build.js.map +0 -1
  1811. package/build/api/vite/plugins/core.d.ts +0 -12
  1812. package/build/api/vite/plugins/core.d.ts.map +0 -1
  1813. package/build/api/vite/plugins/core.js +0 -237
  1814. package/build/api/vite/plugins/core.js.map +0 -1
  1815. package/build/api/vite/plugins/main.d.ts +0 -4
  1816. package/build/api/vite/plugins/main.d.ts.map +0 -1
  1817. package/build/api/vite/plugins/main.js +0 -25
  1818. package/build/api/vite/plugins/main.js.map +0 -1
  1819. package/build/api/vite/plugins/pages.d.ts +0 -17
  1820. package/build/api/vite/plugins/pages.d.ts.map +0 -1
  1821. package/build/api/vite/plugins/pages.js +0 -209
  1822. package/build/api/vite/plugins/pages.js.map +0 -1
  1823. package/build/api/vite/plugins/schema-assets.d.ts +0 -22
  1824. package/build/api/vite/plugins/schema-assets.d.ts.map +0 -1
  1825. package/build/api/vite/plugins/schema-assets.js +0 -319
  1826. package/build/api/vite/plugins/schema-assets.js.map +0 -1
  1827. package/build/api/vite/plugins/serve.d.ts +0 -4
  1828. package/build/api/vite/plugins/serve.d.ts.map +0 -1
  1829. package/build/api/vite/plugins/serve.js +0 -134
  1830. package/build/api/vite/plugins/serve.js.map +0 -1
  1831. package/build/api/vite/vi.d.ts.map +0 -1
  1832. package/build/api/vite/vi.js.map +0 -1
  1833. package/build/cli/commands/$default.d.ts +0 -3
  1834. package/build/cli/commands/$default.d.ts.map +0 -1
  1835. package/build/cli/commands/$default.js +0 -89
  1836. package/build/cli/commands/$default.js.map +0 -1
  1837. package/build/cli/commands/cache/$default.d.ts +0 -3
  1838. package/build/cli/commands/cache/$default.d.ts.map +0 -1
  1839. package/build/cli/commands/cache/$default.js +0 -10
  1840. package/build/cli/commands/cache/$default.js.map +0 -1
  1841. package/build/cli/commands/config/$default.d.ts +0 -2
  1842. package/build/cli/commands/config/$default.d.ts.map +0 -1
  1843. package/build/cli/commands/config/$default.js +0 -7
  1844. package/build/cli/commands/config/$default.js.map +0 -1
  1845. package/build/cli/commands/static/$default.d.ts +0 -3
  1846. package/build/cli/commands/static/$default.d.ts.map +0 -1
  1847. package/build/cli/commands/static/$default.js +0 -38
  1848. package/build/cli/commands/static/$default.js.map +0 -1
  1849. package/build/dep/superjson/index.d.ts +0 -2
  1850. package/build/dep/superjson/index.d.ts.map +0 -1
  1851. package/build/dep/superjson/index.js +0 -2
  1852. package/build/dep/superjson/index.js.map +0 -1
  1853. package/build/dep/superjson/superjson.d.ts +0 -5
  1854. package/build/dep/superjson/superjson.d.ts.map +0 -1
  1855. package/build/dep/superjson/superjson.js +0 -2
  1856. package/build/dep/superjson/superjson.js.map +0 -1
  1857. package/build/lib/file-router/diagnostic-reporter.d.ts +0 -3
  1858. package/build/lib/file-router/diagnostic-reporter.d.ts.map +0 -1
  1859. package/build/lib/file-router/diagnostic-reporter.js +0 -18
  1860. package/build/lib/file-router/diagnostic-reporter.js.map +0 -1
  1861. package/build/lib/graphql-change/$$.d.ts +0 -11
  1862. package/build/lib/graphql-change/$$.d.ts.map +0 -1
  1863. package/build/lib/graphql-change/$$.js +0 -10
  1864. package/build/lib/graphql-change/$$.js.map +0 -1
  1865. package/build/lib/graphql-change/$.d.ts +0 -2
  1866. package/build/lib/graphql-change/$.d.ts.map +0 -1
  1867. package/build/lib/graphql-change/$.js +0 -2
  1868. package/build/lib/graphql-change/$.js.map +0 -1
  1869. package/build/lib/graphql-change/change-groups.d.ts +0 -58
  1870. package/build/lib/graphql-change/change-groups.d.ts.map +0 -1
  1871. package/build/lib/graphql-change/change-groups.js +0 -87
  1872. package/build/lib/graphql-change/change-groups.js.map +0 -1
  1873. package/build/lib/graphql-change/change-types.d.ts +0 -170
  1874. package/build/lib/graphql-change/change-types.d.ts.map +0 -1
  1875. package/build/lib/graphql-change/change-types.js +0 -11
  1876. package/build/lib/graphql-change/change-types.js.map +0 -1
  1877. package/build/lib/graphql-change/criticality.d.ts +0 -26
  1878. package/build/lib/graphql-change/criticality.d.ts.map +0 -1
  1879. package/build/lib/graphql-change/criticality.js +0 -30
  1880. package/build/lib/graphql-change/criticality.js.map +0 -1
  1881. package/build/lib/graphql-change/old.d.ts +0 -2
  1882. package/build/lib/graphql-change/old.d.ts.map +0 -1
  1883. package/build/lib/graphql-change/old.js +0 -130
  1884. package/build/lib/graphql-change/old.js.map +0 -1
  1885. package/build/lib/graphql-changeset/$$.d.ts +0 -4
  1886. package/build/lib/graphql-changeset/$$.d.ts.map +0 -1
  1887. package/build/lib/graphql-changeset/$$.js +0 -4
  1888. package/build/lib/graphql-changeset/$$.js.map +0 -1
  1889. package/build/lib/graphql-changeset/$.d.ts +0 -2
  1890. package/build/lib/graphql-changeset/$.d.ts.map +0 -1
  1891. package/build/lib/graphql-changeset/$.js +0 -2
  1892. package/build/lib/graphql-changeset/$.js.map +0 -1
  1893. package/build/lib/graphql-changeset/changelog.d.ts +0 -4
  1894. package/build/lib/graphql-changeset/changelog.d.ts.map +0 -1
  1895. package/build/lib/graphql-changeset/changelog.js +0 -2
  1896. package/build/lib/graphql-changeset/changelog.js.map +0 -1
  1897. package/build/lib/graphql-changeset/changeset.d.ts +0 -66
  1898. package/build/lib/graphql-changeset/changeset.d.ts.map +0 -1
  1899. package/build/lib/graphql-changeset/changeset.js +0 -139
  1900. package/build/lib/graphql-changeset/changeset.js.map +0 -1
  1901. package/build/lib/graphql-changeset/versioned-schema.d.ts +0 -31
  1902. package/build/lib/graphql-changeset/versioned-schema.d.ts.map +0 -1
  1903. package/build/lib/graphql-changeset/versioned-schema.js +0 -14
  1904. package/build/lib/graphql-changeset/versioned-schema.js.map +0 -1
  1905. package/build/lib/kit-temp.d.ts +0 -285
  1906. package/build/lib/kit-temp.d.ts.map +0 -1
  1907. package/build/lib/kit-temp.js +0 -486
  1908. package/build/lib/kit-temp.js.map +0 -1
  1909. package/build/lib/kit-temp.test-d.d.ts +0 -2
  1910. package/build/lib/kit-temp.test-d.d.ts.map +0 -1
  1911. package/build/lib/kit-temp.test-d.js +0 -75
  1912. package/build/lib/kit-temp.test-d.js.map +0 -1
  1913. package/build/lib/react-router-loader/$$.d.ts +0 -6
  1914. package/build/lib/react-router-loader/$$.d.ts.map +0 -1
  1915. package/build/lib/react-router-loader/$$.js +0 -24
  1916. package/build/lib/react-router-loader/$$.js.map +0 -1
  1917. package/build/lib/react-router-loader/$.d.ts +0 -2
  1918. package/build/lib/react-router-loader/$.d.ts.map +0 -1
  1919. package/build/lib/react-router-loader/$.js +0 -2
  1920. package/build/lib/react-router-loader/$.js.map +0 -1
  1921. package/build/lib/schema-lifecycle/$$.d.ts +0 -6
  1922. package/build/lib/schema-lifecycle/$$.d.ts.map +0 -1
  1923. package/build/lib/schema-lifecycle/$$.js +0 -6
  1924. package/build/lib/schema-lifecycle/$$.js.map +0 -1
  1925. package/build/lib/schema-lifecycle/$.d.ts +0 -2
  1926. package/build/lib/schema-lifecycle/$.d.ts.map +0 -1
  1927. package/build/lib/schema-lifecycle/$.js +0 -2
  1928. package/build/lib/schema-lifecycle/$.js.map +0 -1
  1929. package/build/lib/schema-lifecycle/FieldLifecycle.d.ts +0 -17
  1930. package/build/lib/schema-lifecycle/FieldLifecycle.d.ts.map +0 -1
  1931. package/build/lib/schema-lifecycle/FieldLifecycle.js +0 -2
  1932. package/build/lib/schema-lifecycle/FieldLifecycle.js.map +0 -1
  1933. package/build/lib/schema-lifecycle/LifecycleEvent.d.ts +0 -25
  1934. package/build/lib/schema-lifecycle/LifecycleEvent.d.ts.map +0 -1
  1935. package/build/lib/schema-lifecycle/LifecycleEvent.js +0 -2
  1936. package/build/lib/schema-lifecycle/LifecycleEvent.js.map +0 -1
  1937. package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts +0 -59
  1938. package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts.map +0 -1
  1939. package/build/lib/schema-lifecycle/NamedTypeLifecycle.js +0 -24
  1940. package/build/lib/schema-lifecycle/NamedTypeLifecycle.js.map +0 -1
  1941. package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts +0 -25
  1942. package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts.map +0 -1
  1943. package/build/lib/schema-lifecycle/SchemaLifecycle.js +0 -59
  1944. package/build/lib/schema-lifecycle/SchemaLifecycle.js.map +0 -1
  1945. package/build/lib/schema-lifecycle/SchemaLink.d.ts +0 -2
  1946. package/build/lib/schema-lifecycle/SchemaLink.d.ts.map +0 -1
  1947. package/build/lib/schema-lifecycle/SchemaLink.js +0 -38
  1948. package/build/lib/schema-lifecycle/SchemaLink.js.map +0 -1
  1949. package/build/lib/schema-lifecycle/handlers.d.ts +0 -20
  1950. package/build/lib/schema-lifecycle/handlers.d.ts.map +0 -1
  1951. package/build/lib/schema-lifecycle/handlers.js +0 -168
  1952. package/build/lib/schema-lifecycle/handlers.js.map +0 -1
  1953. package/build/lib/schema-lifecycle/utils.d.ts +0 -53
  1954. package/build/lib/schema-lifecycle/utils.d.ts.map +0 -1
  1955. package/build/lib/schema-lifecycle/utils.js +0 -160
  1956. package/build/lib/schema-lifecycle/utils.js.map +0 -1
  1957. package/build/lib/superjson-codec/$$.d.ts +0 -3
  1958. package/build/lib/superjson-codec/$$.d.ts.map +0 -1
  1959. package/build/lib/superjson-codec/$$.js +0 -3
  1960. package/build/lib/superjson-codec/$$.js.map +0 -1
  1961. package/build/lib/superjson-codec/$.d.ts +0 -2
  1962. package/build/lib/superjson-codec/$.d.ts.map +0 -1
  1963. package/build/lib/superjson-codec/$.js +0 -2
  1964. package/build/lib/superjson-codec/$.js.map +0 -1
  1965. package/build/lib/superjson-codec/codec.d.ts +0 -9
  1966. package/build/lib/superjson-codec/codec.d.ts.map +0 -1
  1967. package/build/lib/superjson-codec/codec.js +0 -7
  1968. package/build/lib/superjson-codec/codec.js.map +0 -1
  1969. package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +0 -3
  1970. package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +0 -1
  1971. package/build/lib/superjson-codec/codecs/graphql-schema.js +0 -22
  1972. package/build/lib/superjson-codec/codecs/graphql-schema.js.map +0 -1
  1973. package/build/lib/task/$$.d.ts +0 -3
  1974. package/build/lib/task/$$.d.ts.map +0 -1
  1975. package/build/lib/task/$$.js +0 -3
  1976. package/build/lib/task/$$.js.map +0 -1
  1977. package/build/lib/task/$.d.ts +0 -2
  1978. package/build/lib/task/$.d.ts.map +0 -1
  1979. package/build/lib/task/$.js +0 -2
  1980. package/build/lib/task/$.js.map +0 -1
  1981. package/build/lib/task/report.d.ts +0 -28
  1982. package/build/lib/task/report.d.ts.map +0 -1
  1983. package/build/lib/task/report.js +0 -33
  1984. package/build/lib/task/report.js.map +0 -1
  1985. package/build/lib/task/task.d.ts +0 -44
  1986. package/build/lib/task/task.d.ts.map +0 -1
  1987. package/build/lib/task/task.js +0 -63
  1988. package/build/lib/task/task.js.map +0 -1
  1989. package/build/project-data.d.ts +0 -10
  1990. package/build/project-data.d.ts.map +0 -1
  1991. package/build/project-data.js +0 -2
  1992. package/build/project-data.js.map +0 -1
  1993. package/build/singletons/superjson.d.ts +0 -4
  1994. package/build/singletons/superjson.d.ts.map +0 -1
  1995. package/build/singletons/superjson.js +0 -6
  1996. package/build/singletons/superjson.js.map +0 -1
  1997. package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +0 -6
  1998. package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +0 -1
  1999. package/build/template/components/Changelog/groups/DirectiveUsage.js +0 -59
  2000. package/build/template/components/Changelog/groups/DirectiveUsage.js.map +0 -1
  2001. package/build/template/components/Changelog.d.ts +0 -7
  2002. package/build/template/components/Changelog.d.ts.map +0 -1
  2003. package/build/template/components/Changelog.js +0 -52
  2004. package/build/template/components/Changelog.js.map +0 -1
  2005. package/build/template/contexts/SchemaLifecycleContext.d.ts +0 -14
  2006. package/build/template/contexts/SchemaLifecycleContext.d.ts.map +0 -1
  2007. package/build/template/contexts/SchemaLifecycleContext.js +0 -15
  2008. package/build/template/contexts/SchemaLifecycleContext.js.map +0 -1
  2009. package/build/template/layouts/ChangelogLayout.d.ts +0 -9
  2010. package/build/template/layouts/ChangelogLayout.d.ts.map +0 -1
  2011. package/build/template/layouts/ChangelogLayout.js +0 -79
  2012. package/build/template/layouts/ChangelogLayout.js.map +0 -1
  2013. package/build/template/server/ssg/generate.d.ts +0 -3
  2014. package/build/template/server/ssg/generate.d.ts.map +0 -1
  2015. package/build/template/server/ssg/generate.js +0 -79
  2016. package/build/template/server/ssg/generate.js.map +0 -1
  2017. package/build/template/server/ssg/get-route-paths.d.ts +0 -2
  2018. package/build/template/server/ssg/get-route-paths.d.ts.map +0 -1
  2019. package/build/template/server/ssg/get-route-paths.js +0 -149
  2020. package/build/template/server/ssg/get-route-paths.js.map +0 -1
  2021. package/build/template/sources/schema-source.d.ts +0 -17
  2022. package/build/template/sources/schema-source.d.ts.map +0 -1
  2023. package/build/template/sources/schema-source.js +0 -64
  2024. package/build/template/sources/schema-source.js.map +0 -1
  2025. package/src/api/api.ts +0 -13
  2026. package/src/api/config/config.ts +0 -4
  2027. package/src/api/config/configurator.ts +0 -566
  2028. package/src/api/config/define.ts +0 -8
  2029. package/src/api/config/index.ts +0 -1
  2030. package/src/api/config/merge.ts +0 -61
  2031. package/src/api/config-resolver/vite.ts +0 -28
  2032. package/src/api/index.ts +0 -1
  2033. package/src/api/schema/data-sources/data-sources.ts +0 -4
  2034. package/src/api/schema/data-sources/index.ts +0 -1
  2035. package/src/api/schema/data-sources/introspection/introspection.ts +0 -216
  2036. package/src/api/schema/data-sources/memory/memory.ts +0 -125
  2037. package/src/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.ts +0 -84
  2038. package/src/api/schema/data-sources/schema-directory/file-name-expression/index.ts +0 -1
  2039. package/src/api/schema/data-sources/schema-directory/schema-directory.ts +0 -178
  2040. package/src/api/schema/data-sources/schema-file/schema-file.ts +0 -84
  2041. package/src/api/schema/metadata.ts +0 -23
  2042. package/src/api/schema/read.ts +0 -196
  2043. package/src/api/schema/schema.ts +0 -8
  2044. package/src/api/schema-augmentation/augmentations/description.ts +0 -57
  2045. package/src/api/schema-augmentation/index.ts +0 -1
  2046. package/src/api/schema-augmentation/schema-augmentation.ts +0 -25
  2047. package/src/api/schema-augmentation/target.ts +0 -50
  2048. package/src/api/schema-source/index.ts +0 -1
  2049. package/src/api/schema-source/schema-source.ts +0 -216
  2050. package/src/api/vite/logger.ts +0 -33
  2051. package/src/api/vite/plugins/branding.ts +0 -108
  2052. package/src/api/vite/plugins/build.ts +0 -179
  2053. package/src/api/vite/plugins/core.ts +0 -274
  2054. package/src/api/vite/plugins/main.ts +0 -40
  2055. package/src/api/vite/plugins/pages.ts +0 -261
  2056. package/src/api/vite/plugins/schema-assets.ts +0 -378
  2057. package/src/api/vite/plugins/serve.ts +0 -161
  2058. package/src/cli/commands/$default.ts +0 -102
  2059. package/src/cli/commands/cache/$default.ts +0 -10
  2060. package/src/cli/commands/config/$default.ts +0 -7
  2061. package/src/cli/commands/static/$default.ts +0 -43
  2062. package/src/dep/superjson/index.ts +0 -1
  2063. package/src/dep/superjson/superjson.ts +0 -8
  2064. package/src/lib/file-router/diagnostic-reporter.ts +0 -22
  2065. package/src/lib/graphql-change/$$.ts +0 -18
  2066. package/src/lib/graphql-change/$.ts +0 -1
  2067. package/src/lib/graphql-change/change-groups.ts +0 -337
  2068. package/src/lib/graphql-change/change-types.ts +0 -203
  2069. package/src/lib/graphql-change/criticality.ts +0 -45
  2070. package/src/lib/graphql-change/old.ts +0 -163
  2071. package/src/lib/graphql-changeset/$$.ts +0 -3
  2072. package/src/lib/graphql-changeset/$.ts +0 -1
  2073. package/src/lib/graphql-changeset/changelog.ts +0 -9
  2074. package/src/lib/graphql-changeset/changeset.ts +0 -190
  2075. package/src/lib/graphql-changeset/versioned-schema.ts +0 -43
  2076. package/src/lib/kit-temp.test-d.ts +0 -120
  2077. package/src/lib/kit-temp.test.ts +0 -232
  2078. package/src/lib/kit-temp.ts +0 -661
  2079. package/src/lib/react-router-loader/$$.ts +0 -40
  2080. package/src/lib/react-router-loader/$.ts +0 -1
  2081. package/src/lib/schema-lifecycle/$$.ts +0 -19
  2082. package/src/lib/schema-lifecycle/$.test.ts +0 -222
  2083. package/src/lib/schema-lifecycle/$.ts +0 -1
  2084. package/src/lib/schema-lifecycle/FieldLifecycle.ts +0 -18
  2085. package/src/lib/schema-lifecycle/LifecycleEvent.ts +0 -27
  2086. package/src/lib/schema-lifecycle/NamedTypeLifecycle.ts +0 -96
  2087. package/src/lib/schema-lifecycle/SchemaLifecycle.ts +0 -85
  2088. package/src/lib/schema-lifecycle/SchemaLink.ts +0 -40
  2089. package/src/lib/schema-lifecycle/handlers.ts +0 -215
  2090. package/src/lib/schema-lifecycle/utils.ts +0 -234
  2091. package/src/lib/superjson-codec/$$.ts +0 -2
  2092. package/src/lib/superjson-codec/$.ts +0 -1
  2093. package/src/lib/superjson-codec/codec.ts +0 -18
  2094. package/src/lib/superjson-codec/codecs/graphql-schema.ts +0 -24
  2095. package/src/lib/task/$$.ts +0 -2
  2096. package/src/lib/task/$.test.ts +0 -209
  2097. package/src/lib/task/$.ts +0 -1
  2098. package/src/lib/task/report.ts +0 -72
  2099. package/src/lib/task/task.ts +0 -112
  2100. package/src/project-data.ts +0 -10
  2101. package/src/singletons/superjson.ts +0 -11
  2102. package/src/template/components/Changelog/groups/DirectiveUsage.tsx +0 -137
  2103. package/src/template/components/Changelog.tsx +0 -80
  2104. package/src/template/contexts/SchemaLifecycleContext.tsx +0 -30
  2105. package/src/template/global.d.ts +0 -7
  2106. package/src/template/layouts/ChangelogLayout.tsx +0 -164
  2107. package/src/template/server/ssg/generate.ts +0 -101
  2108. package/src/template/server/ssg/get-route-paths.test.ts +0 -145
  2109. package/src/template/server/ssg/get-route-paths.ts +0 -151
  2110. package/src/template/sources/schema-source.ts +0 -69
  2111. package/src/vite-env.d.ts +0 -5
  2112. /package/build/{api/vite → vite}/log-filters.d.ts +0 -0
  2113. /package/build/{api/vite → vite}/log-filters.js +0 -0
  2114. /package/build/{api/vite → vite}/vi.d.ts +0 -0
  2115. /package/build/{api/vite → vite}/vi.js +0 -0
  2116. /package/src/api/project/{index.ts → $$.ts} +0 -0
  2117. /package/src/{api/schema/index.ts → lib/schema/$.ts} +0 -0
  2118. /package/src/{api/vite → vite}/log-filters.ts +0 -0
  2119. /package/src/{api/vite → vite}/vi.ts +0 -0
@@ -1,11 +1,1635 @@
1
- import type { GraphqlChangeset } from '#lib/graphql-changeset';
2
- export declare const changelog: {
3
- path: string;
4
- loader: () => Promise<{
5
- changesets: never[];
6
- } | {
7
- changesets: GraphqlChangeset.Changelog;
1
+ import { Version } from '#lib/version';
2
+ export declare const changelog: import("../../lib/react-router-effect/types.js").SchemaRoute<import("effect/Schema").Union<[import("effect/Schema").Struct<{
3
+ _tag: import("effect/Schema").tag<"CatalogVersioned">;
4
+ } & {
5
+ entries: import("effect/Schema").Array$<import("effect/Schema").TaggedStruct<"SchemaVersioned", {
6
+ version: import("effect/Schema").transformOrFail<import("effect/Schema").Union<[typeof import("effect/Schema").String, typeof import("effect/Schema").Number]>, import("effect/Schema").Union<[typeof Version.IntegerVersion.Integer, typeof Version.SemverVersion.Semver, typeof Version.DateVersion.Date, typeof Version.CustomVersion.Custom]>, never>;
7
+ branchPoint: import("effect/Schema").NullOr<import("effect/Schema").Struct<{
8
+ schema: import("effect/Schema").suspend<import("../../lib/schema/versioned.js").Versioned, import("../../lib/schema/versioned.js").VersionedEncoded, never>;
9
+ revision: import("effect/Schema").Struct<{
10
+ _tag: import("effect/Schema").tag<"Revision">;
11
+ } & {
12
+ date: import("effect/Schema").brand<import("effect/Schema").refine<string, typeof import("effect/Schema").String>, "DateOnly">;
13
+ changes: import("effect/Schema").Array$<import("effect/Schema").Union<[import("effect/Schema").TaggedStruct<"TYPE_ADDED", {
14
+ name: typeof import("effect/Schema").String;
15
+ message: typeof import("effect/Schema").String;
16
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
17
+ criticality: import("effect/Schema").Struct<{
18
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
19
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
20
+ }>;
21
+ }>, import("effect/Schema").TaggedStruct<"TYPE_REMOVED", {
22
+ name: typeof import("effect/Schema").String;
23
+ message: typeof import("effect/Schema").String;
24
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
25
+ criticality: import("effect/Schema").Struct<{
26
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
27
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
28
+ }>;
29
+ }>, import("effect/Schema").TaggedStruct<"TYPE_KIND_CHANGED", {
30
+ name: typeof import("effect/Schema").String;
31
+ oldKind: typeof import("effect/Schema").String;
32
+ newKind: typeof import("effect/Schema").String;
33
+ message: typeof import("effect/Schema").String;
34
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
35
+ criticality: import("effect/Schema").Struct<{
36
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
37
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
38
+ }>;
39
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
40
+ name: typeof import("effect/Schema").String;
41
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
42
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
43
+ message: typeof import("effect/Schema").String;
44
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
45
+ criticality: import("effect/Schema").Struct<{
46
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
47
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
48
+ }>;
49
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
50
+ name: typeof import("effect/Schema").String;
51
+ description: typeof import("effect/Schema").String;
52
+ message: typeof import("effect/Schema").String;
53
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
54
+ criticality: import("effect/Schema").Struct<{
55
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
56
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
57
+ }>;
58
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
59
+ name: typeof import("effect/Schema").String;
60
+ message: typeof import("effect/Schema").String;
61
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
62
+ criticality: import("effect/Schema").Struct<{
63
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
64
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
65
+ }>;
66
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ADDED", {
67
+ typeName: typeof import("effect/Schema").String;
68
+ fieldName: typeof import("effect/Schema").String;
69
+ isDeprecated: typeof import("effect/Schema").Boolean;
70
+ isSafe: typeof import("effect/Schema").Boolean;
71
+ message: typeof import("effect/Schema").String;
72
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
73
+ criticality: import("effect/Schema").Struct<{
74
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
75
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
76
+ }>;
77
+ }>, import("effect/Schema").TaggedStruct<"FIELD_REMOVED", {
78
+ typeName: typeof import("effect/Schema").String;
79
+ fieldName: typeof import("effect/Schema").String;
80
+ message: typeof import("effect/Schema").String;
81
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
82
+ criticality: import("effect/Schema").Struct<{
83
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
84
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
85
+ }>;
86
+ }>, import("effect/Schema").TaggedStruct<"FIELD_TYPE_CHANGED", {
87
+ typeName: typeof import("effect/Schema").String;
88
+ fieldName: typeof import("effect/Schema").String;
89
+ oldType: typeof import("effect/Schema").String;
90
+ newType: typeof import("effect/Schema").String;
91
+ isSafe: typeof import("effect/Schema").Boolean;
92
+ message: typeof import("effect/Schema").String;
93
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
94
+ criticality: import("effect/Schema").Struct<{
95
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
96
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
97
+ }>;
98
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_ADDED", {
99
+ typeName: typeof import("effect/Schema").String;
100
+ fieldName: typeof import("effect/Schema").String;
101
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
102
+ message: typeof import("effect/Schema").String;
103
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
104
+ criticality: import("effect/Schema").Struct<{
105
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
106
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
107
+ }>;
108
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
109
+ typeName: typeof import("effect/Schema").String;
110
+ fieldName: typeof import("effect/Schema").String;
111
+ message: typeof import("effect/Schema").String;
112
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
113
+ criticality: import("effect/Schema").Struct<{
114
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
115
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
116
+ }>;
117
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
118
+ typeName: typeof import("effect/Schema").String;
119
+ fieldName: typeof import("effect/Schema").String;
120
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
121
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
122
+ message: typeof import("effect/Schema").String;
123
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
124
+ criticality: import("effect/Schema").Struct<{
125
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
126
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
127
+ }>;
128
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
129
+ typeName: typeof import("effect/Schema").String;
130
+ fieldName: typeof import("effect/Schema").String;
131
+ reason: typeof import("effect/Schema").String;
132
+ message: typeof import("effect/Schema").String;
133
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
134
+ criticality: import("effect/Schema").Struct<{
135
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
136
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
137
+ }>;
138
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
139
+ typeName: typeof import("effect/Schema").String;
140
+ fieldName: typeof import("effect/Schema").String;
141
+ message: typeof import("effect/Schema").String;
142
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
143
+ criticality: import("effect/Schema").Struct<{
144
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
145
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
146
+ }>;
147
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
148
+ typeName: typeof import("effect/Schema").String;
149
+ fieldName: typeof import("effect/Schema").String;
150
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
151
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
152
+ message: typeof import("effect/Schema").String;
153
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
154
+ criticality: import("effect/Schema").Struct<{
155
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
156
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
157
+ }>;
158
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
159
+ typeName: typeof import("effect/Schema").String;
160
+ fieldName: typeof import("effect/Schema").String;
161
+ description: typeof import("effect/Schema").String;
162
+ message: typeof import("effect/Schema").String;
163
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
164
+ criticality: import("effect/Schema").Struct<{
165
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
166
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
167
+ }>;
168
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
169
+ typeName: typeof import("effect/Schema").String;
170
+ fieldName: typeof import("effect/Schema").String;
171
+ message: typeof import("effect/Schema").String;
172
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
173
+ criticality: import("effect/Schema").Struct<{
174
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
175
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
176
+ }>;
177
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_ADDED", {
178
+ typeName: typeof import("effect/Schema").String;
179
+ fieldName: typeof import("effect/Schema").String;
180
+ argumentName: typeof import("effect/Schema").String;
181
+ type: typeof import("effect/Schema").String;
182
+ defaultValue: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
183
+ message: typeof import("effect/Schema").String;
184
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
185
+ criticality: import("effect/Schema").Struct<{
186
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
187
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
188
+ }>;
189
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
190
+ typeName: typeof import("effect/Schema").String;
191
+ fieldName: typeof import("effect/Schema").String;
192
+ argumentName: typeof import("effect/Schema").String;
193
+ message: typeof import("effect/Schema").String;
194
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
195
+ criticality: import("effect/Schema").Struct<{
196
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
197
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
198
+ }>;
199
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
200
+ typeName: typeof import("effect/Schema").String;
201
+ fieldName: typeof import("effect/Schema").String;
202
+ argumentName: typeof import("effect/Schema").String;
203
+ oldType: typeof import("effect/Schema").String;
204
+ newType: typeof import("effect/Schema").String;
205
+ message: typeof import("effect/Schema").String;
206
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
207
+ criticality: import("effect/Schema").Struct<{
208
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
209
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
210
+ }>;
211
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
212
+ typeName: typeof import("effect/Schema").String;
213
+ fieldName: typeof import("effect/Schema").String;
214
+ argumentName: typeof import("effect/Schema").String;
215
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
216
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
217
+ message: typeof import("effect/Schema").String;
218
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
219
+ criticality: import("effect/Schema").Struct<{
220
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
221
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
222
+ }>;
223
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
224
+ typeName: typeof import("effect/Schema").String;
225
+ fieldName: typeof import("effect/Schema").String;
226
+ argumentName: typeof import("effect/Schema").String;
227
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
228
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
229
+ message: typeof import("effect/Schema").String;
230
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
231
+ criticality: import("effect/Schema").Struct<{
232
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
233
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
234
+ }>;
235
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_ADDED", {
236
+ enumName: typeof import("effect/Schema").String;
237
+ value: typeof import("effect/Schema").String;
238
+ isDeprecated: typeof import("effect/Schema").Boolean;
239
+ message: typeof import("effect/Schema").String;
240
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
241
+ criticality: import("effect/Schema").Struct<{
242
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
243
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
244
+ }>;
245
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_REMOVED", {
246
+ enumName: typeof import("effect/Schema").String;
247
+ value: typeof import("effect/Schema").String;
248
+ message: typeof import("effect/Schema").String;
249
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
250
+ criticality: import("effect/Schema").Struct<{
251
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
252
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
253
+ }>;
254
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
255
+ enumName: typeof import("effect/Schema").String;
256
+ value: typeof import("effect/Schema").String;
257
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
258
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
259
+ message: typeof import("effect/Schema").String;
260
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
261
+ criticality: import("effect/Schema").Struct<{
262
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
263
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
264
+ }>;
265
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
266
+ enumName: typeof import("effect/Schema").String;
267
+ value: typeof import("effect/Schema").String;
268
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
269
+ message: typeof import("effect/Schema").String;
270
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
271
+ criticality: import("effect/Schema").Struct<{
272
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
273
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
274
+ }>;
275
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
276
+ enumName: typeof import("effect/Schema").String;
277
+ value: typeof import("effect/Schema").String;
278
+ message: typeof import("effect/Schema").String;
279
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
280
+ criticality: import("effect/Schema").Struct<{
281
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
282
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
283
+ }>;
284
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
285
+ enumName: typeof import("effect/Schema").String;
286
+ value: typeof import("effect/Schema").String;
287
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
288
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
289
+ message: typeof import("effect/Schema").String;
290
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
291
+ criticality: import("effect/Schema").Struct<{
292
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
293
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
294
+ }>;
295
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
296
+ enumName: typeof import("effect/Schema").String;
297
+ value: typeof import("effect/Schema").String;
298
+ reason: typeof import("effect/Schema").String;
299
+ message: typeof import("effect/Schema").String;
300
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
301
+ criticality: import("effect/Schema").Struct<{
302
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
303
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
304
+ }>;
305
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
306
+ enumName: typeof import("effect/Schema").String;
307
+ value: typeof import("effect/Schema").String;
308
+ message: typeof import("effect/Schema").String;
309
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
310
+ criticality: import("effect/Schema").Struct<{
311
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
312
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
313
+ }>;
314
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_ADDED", {
315
+ inputName: typeof import("effect/Schema").String;
316
+ fieldName: typeof import("effect/Schema").String;
317
+ isNullable: typeof import("effect/Schema").Boolean;
318
+ message: typeof import("effect/Schema").String;
319
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
320
+ criticality: import("effect/Schema").Struct<{
321
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
322
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
323
+ }>;
324
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_REMOVED", {
325
+ inputName: typeof import("effect/Schema").String;
326
+ fieldName: typeof import("effect/Schema").String;
327
+ message: typeof import("effect/Schema").String;
328
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
329
+ criticality: import("effect/Schema").Struct<{
330
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
331
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
332
+ }>;
333
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
334
+ inputName: typeof import("effect/Schema").String;
335
+ fieldName: typeof import("effect/Schema").String;
336
+ oldType: typeof import("effect/Schema").String;
337
+ newType: typeof import("effect/Schema").String;
338
+ message: typeof import("effect/Schema").String;
339
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
340
+ criticality: import("effect/Schema").Struct<{
341
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
342
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
343
+ }>;
344
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
345
+ inputName: typeof import("effect/Schema").String;
346
+ fieldName: typeof import("effect/Schema").String;
347
+ description: typeof import("effect/Schema").String;
348
+ message: typeof import("effect/Schema").String;
349
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
350
+ criticality: import("effect/Schema").Struct<{
351
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
352
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
353
+ }>;
354
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
355
+ inputName: typeof import("effect/Schema").String;
356
+ fieldName: typeof import("effect/Schema").String;
357
+ message: typeof import("effect/Schema").String;
358
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
359
+ criticality: import("effect/Schema").Struct<{
360
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
361
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
362
+ }>;
363
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
364
+ inputName: typeof import("effect/Schema").String;
365
+ fieldName: typeof import("effect/Schema").String;
366
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
367
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
368
+ message: typeof import("effect/Schema").String;
369
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
370
+ criticality: import("effect/Schema").Struct<{
371
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
372
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
373
+ }>;
374
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
375
+ inputName: typeof import("effect/Schema").String;
376
+ fieldName: typeof import("effect/Schema").String;
377
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
378
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
379
+ message: typeof import("effect/Schema").String;
380
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
381
+ criticality: import("effect/Schema").Struct<{
382
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
383
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
384
+ }>;
385
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_ADDED", {
386
+ unionName: typeof import("effect/Schema").String;
387
+ memberName: typeof import("effect/Schema").String;
388
+ message: typeof import("effect/Schema").String;
389
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
390
+ criticality: import("effect/Schema").Struct<{
391
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
392
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
393
+ }>;
394
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_REMOVED", {
395
+ unionName: typeof import("effect/Schema").String;
396
+ memberName: typeof import("effect/Schema").String;
397
+ message: typeof import("effect/Schema").String;
398
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
399
+ criticality: import("effect/Schema").Struct<{
400
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
401
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
402
+ }>;
403
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
404
+ objectName: typeof import("effect/Schema").String;
405
+ interfaceName: typeof import("effect/Schema").String;
406
+ message: typeof import("effect/Schema").String;
407
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
408
+ criticality: import("effect/Schema").Struct<{
409
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
410
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
411
+ }>;
412
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
413
+ objectName: typeof import("effect/Schema").String;
414
+ interfaceName: typeof import("effect/Schema").String;
415
+ message: typeof import("effect/Schema").String;
416
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
417
+ criticality: import("effect/Schema").Struct<{
418
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
419
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
420
+ }>;
421
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ADDED", {
422
+ name: typeof import("effect/Schema").String;
423
+ locations: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
424
+ message: typeof import("effect/Schema").String;
425
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
426
+ criticality: import("effect/Schema").Struct<{
427
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
428
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
429
+ }>;
430
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_REMOVED", {
431
+ name: typeof import("effect/Schema").String;
432
+ message: typeof import("effect/Schema").String;
433
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
434
+ criticality: import("effect/Schema").Struct<{
435
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
436
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
437
+ }>;
438
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
439
+ name: typeof import("effect/Schema").String;
440
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
441
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
442
+ message: typeof import("effect/Schema").String;
443
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
444
+ criticality: import("effect/Schema").Struct<{
445
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
446
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
447
+ }>;
448
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
449
+ name: typeof import("effect/Schema").String;
450
+ location: typeof import("effect/Schema").String;
451
+ message: typeof import("effect/Schema").String;
452
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
453
+ criticality: import("effect/Schema").Struct<{
454
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
455
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
456
+ }>;
457
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
458
+ name: typeof import("effect/Schema").String;
459
+ location: typeof import("effect/Schema").String;
460
+ message: typeof import("effect/Schema").String;
461
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
462
+ criticality: import("effect/Schema").Struct<{
463
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
464
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
465
+ }>;
466
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
467
+ directiveName: typeof import("effect/Schema").String;
468
+ argumentName: typeof import("effect/Schema").String;
469
+ type: typeof import("effect/Schema").String;
470
+ message: typeof import("effect/Schema").String;
471
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
472
+ criticality: import("effect/Schema").Struct<{
473
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
474
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
475
+ }>;
476
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
477
+ directiveName: typeof import("effect/Schema").String;
478
+ argumentName: typeof import("effect/Schema").String;
479
+ message: typeof import("effect/Schema").String;
480
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
481
+ criticality: import("effect/Schema").Struct<{
482
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
483
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
484
+ }>;
485
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
486
+ directiveName: typeof import("effect/Schema").String;
487
+ argumentName: typeof import("effect/Schema").String;
488
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
489
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
490
+ message: typeof import("effect/Schema").String;
491
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
492
+ criticality: import("effect/Schema").Struct<{
493
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
494
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
495
+ }>;
496
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
497
+ directiveName: typeof import("effect/Schema").String;
498
+ argumentName: typeof import("effect/Schema").String;
499
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
500
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
501
+ message: typeof import("effect/Schema").String;
502
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
503
+ criticality: import("effect/Schema").Struct<{
504
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
505
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
506
+ }>;
507
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
508
+ directiveName: typeof import("effect/Schema").String;
509
+ argumentName: typeof import("effect/Schema").String;
510
+ oldType: typeof import("effect/Schema").String;
511
+ newType: typeof import("effect/Schema").String;
512
+ message: typeof import("effect/Schema").String;
513
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
514
+ criticality: import("effect/Schema").Struct<{
515
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
516
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
517
+ }>;
518
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
519
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
520
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
521
+ message: typeof import("effect/Schema").String;
522
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
523
+ criticality: import("effect/Schema").Struct<{
524
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
525
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
526
+ }>;
527
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
528
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
529
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
530
+ message: typeof import("effect/Schema").String;
531
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
532
+ criticality: import("effect/Schema").Struct<{
533
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
534
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
535
+ }>;
536
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
537
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
538
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
539
+ message: typeof import("effect/Schema").String;
540
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
541
+ criticality: import("effect/Schema").Struct<{
542
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
543
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
544
+ }>;
545
+ }>]>>;
546
+ }>;
547
+ }>>;
548
+ revisions: import("effect/Schema").Array$<import("effect/Schema").Struct<{
549
+ _tag: import("effect/Schema").tag<"Revision">;
550
+ } & {
551
+ date: import("effect/Schema").brand<import("effect/Schema").refine<string, typeof import("effect/Schema").String>, "DateOnly">;
552
+ changes: import("effect/Schema").Array$<import("effect/Schema").Union<[import("effect/Schema").TaggedStruct<"TYPE_ADDED", {
553
+ name: typeof import("effect/Schema").String;
554
+ message: typeof import("effect/Schema").String;
555
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
556
+ criticality: import("effect/Schema").Struct<{
557
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
558
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
559
+ }>;
560
+ }>, import("effect/Schema").TaggedStruct<"TYPE_REMOVED", {
561
+ name: typeof import("effect/Schema").String;
562
+ message: typeof import("effect/Schema").String;
563
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
564
+ criticality: import("effect/Schema").Struct<{
565
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
566
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
567
+ }>;
568
+ }>, import("effect/Schema").TaggedStruct<"TYPE_KIND_CHANGED", {
569
+ name: typeof import("effect/Schema").String;
570
+ oldKind: typeof import("effect/Schema").String;
571
+ newKind: typeof import("effect/Schema").String;
572
+ message: typeof import("effect/Schema").String;
573
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
574
+ criticality: import("effect/Schema").Struct<{
575
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
576
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
577
+ }>;
578
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
579
+ name: typeof import("effect/Schema").String;
580
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
581
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
582
+ message: typeof import("effect/Schema").String;
583
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
584
+ criticality: import("effect/Schema").Struct<{
585
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
586
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
587
+ }>;
588
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
589
+ name: typeof import("effect/Schema").String;
590
+ description: typeof import("effect/Schema").String;
591
+ message: typeof import("effect/Schema").String;
592
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
593
+ criticality: import("effect/Schema").Struct<{
594
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
595
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
596
+ }>;
597
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
598
+ name: typeof import("effect/Schema").String;
599
+ message: typeof import("effect/Schema").String;
600
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
601
+ criticality: import("effect/Schema").Struct<{
602
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
603
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
604
+ }>;
605
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ADDED", {
606
+ typeName: typeof import("effect/Schema").String;
607
+ fieldName: typeof import("effect/Schema").String;
608
+ isDeprecated: typeof import("effect/Schema").Boolean;
609
+ isSafe: typeof import("effect/Schema").Boolean;
610
+ message: typeof import("effect/Schema").String;
611
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
612
+ criticality: import("effect/Schema").Struct<{
613
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
614
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
615
+ }>;
616
+ }>, import("effect/Schema").TaggedStruct<"FIELD_REMOVED", {
617
+ typeName: typeof import("effect/Schema").String;
618
+ fieldName: typeof import("effect/Schema").String;
619
+ message: typeof import("effect/Schema").String;
620
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
621
+ criticality: import("effect/Schema").Struct<{
622
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
623
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
624
+ }>;
625
+ }>, import("effect/Schema").TaggedStruct<"FIELD_TYPE_CHANGED", {
626
+ typeName: typeof import("effect/Schema").String;
627
+ fieldName: typeof import("effect/Schema").String;
628
+ oldType: typeof import("effect/Schema").String;
629
+ newType: typeof import("effect/Schema").String;
630
+ isSafe: typeof import("effect/Schema").Boolean;
631
+ message: typeof import("effect/Schema").String;
632
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
633
+ criticality: import("effect/Schema").Struct<{
634
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
635
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
636
+ }>;
637
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_ADDED", {
638
+ typeName: typeof import("effect/Schema").String;
639
+ fieldName: typeof import("effect/Schema").String;
640
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
641
+ message: typeof import("effect/Schema").String;
642
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
643
+ criticality: import("effect/Schema").Struct<{
644
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
645
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
646
+ }>;
647
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
648
+ typeName: typeof import("effect/Schema").String;
649
+ fieldName: typeof import("effect/Schema").String;
650
+ message: typeof import("effect/Schema").String;
651
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
652
+ criticality: import("effect/Schema").Struct<{
653
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
654
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
655
+ }>;
656
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
657
+ typeName: typeof import("effect/Schema").String;
658
+ fieldName: typeof import("effect/Schema").String;
659
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
660
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
661
+ message: typeof import("effect/Schema").String;
662
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
663
+ criticality: import("effect/Schema").Struct<{
664
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
665
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
666
+ }>;
667
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
668
+ typeName: typeof import("effect/Schema").String;
669
+ fieldName: typeof import("effect/Schema").String;
670
+ reason: typeof import("effect/Schema").String;
671
+ message: typeof import("effect/Schema").String;
672
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
673
+ criticality: import("effect/Schema").Struct<{
674
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
675
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
676
+ }>;
677
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
678
+ typeName: typeof import("effect/Schema").String;
679
+ fieldName: typeof import("effect/Schema").String;
680
+ message: typeof import("effect/Schema").String;
681
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
682
+ criticality: import("effect/Schema").Struct<{
683
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
684
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
685
+ }>;
686
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
687
+ typeName: typeof import("effect/Schema").String;
688
+ fieldName: typeof import("effect/Schema").String;
689
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
690
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
691
+ message: typeof import("effect/Schema").String;
692
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
693
+ criticality: import("effect/Schema").Struct<{
694
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
695
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
696
+ }>;
697
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
698
+ typeName: typeof import("effect/Schema").String;
699
+ fieldName: typeof import("effect/Schema").String;
700
+ description: typeof import("effect/Schema").String;
701
+ message: typeof import("effect/Schema").String;
702
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
703
+ criticality: import("effect/Schema").Struct<{
704
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
705
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
706
+ }>;
707
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
708
+ typeName: typeof import("effect/Schema").String;
709
+ fieldName: typeof import("effect/Schema").String;
710
+ message: typeof import("effect/Schema").String;
711
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
712
+ criticality: import("effect/Schema").Struct<{
713
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
714
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
715
+ }>;
716
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_ADDED", {
717
+ typeName: typeof import("effect/Schema").String;
718
+ fieldName: typeof import("effect/Schema").String;
719
+ argumentName: typeof import("effect/Schema").String;
720
+ type: typeof import("effect/Schema").String;
721
+ defaultValue: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
722
+ message: typeof import("effect/Schema").String;
723
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
724
+ criticality: import("effect/Schema").Struct<{
725
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
726
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
727
+ }>;
728
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
729
+ typeName: typeof import("effect/Schema").String;
730
+ fieldName: typeof import("effect/Schema").String;
731
+ argumentName: typeof import("effect/Schema").String;
732
+ message: typeof import("effect/Schema").String;
733
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
734
+ criticality: import("effect/Schema").Struct<{
735
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
736
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
737
+ }>;
738
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
739
+ typeName: typeof import("effect/Schema").String;
740
+ fieldName: typeof import("effect/Schema").String;
741
+ argumentName: typeof import("effect/Schema").String;
742
+ oldType: typeof import("effect/Schema").String;
743
+ newType: typeof import("effect/Schema").String;
744
+ message: typeof import("effect/Schema").String;
745
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
746
+ criticality: import("effect/Schema").Struct<{
747
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
748
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
749
+ }>;
750
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
751
+ typeName: typeof import("effect/Schema").String;
752
+ fieldName: typeof import("effect/Schema").String;
753
+ argumentName: typeof import("effect/Schema").String;
754
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
755
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
756
+ message: typeof import("effect/Schema").String;
757
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
758
+ criticality: import("effect/Schema").Struct<{
759
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
760
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
761
+ }>;
762
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
763
+ typeName: typeof import("effect/Schema").String;
764
+ fieldName: typeof import("effect/Schema").String;
765
+ argumentName: typeof import("effect/Schema").String;
766
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
767
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
768
+ message: typeof import("effect/Schema").String;
769
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
770
+ criticality: import("effect/Schema").Struct<{
771
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
772
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
773
+ }>;
774
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_ADDED", {
775
+ enumName: typeof import("effect/Schema").String;
776
+ value: typeof import("effect/Schema").String;
777
+ isDeprecated: typeof import("effect/Schema").Boolean;
778
+ message: typeof import("effect/Schema").String;
779
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
780
+ criticality: import("effect/Schema").Struct<{
781
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
782
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
783
+ }>;
784
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_REMOVED", {
785
+ enumName: typeof import("effect/Schema").String;
786
+ value: typeof import("effect/Schema").String;
787
+ message: typeof import("effect/Schema").String;
788
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
789
+ criticality: import("effect/Schema").Struct<{
790
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
791
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
792
+ }>;
793
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
794
+ enumName: typeof import("effect/Schema").String;
795
+ value: typeof import("effect/Schema").String;
796
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
797
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
798
+ message: typeof import("effect/Schema").String;
799
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
800
+ criticality: import("effect/Schema").Struct<{
801
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
802
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
803
+ }>;
804
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
805
+ enumName: typeof import("effect/Schema").String;
806
+ value: typeof import("effect/Schema").String;
807
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
808
+ message: typeof import("effect/Schema").String;
809
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
810
+ criticality: import("effect/Schema").Struct<{
811
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
812
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
813
+ }>;
814
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
815
+ enumName: typeof import("effect/Schema").String;
816
+ value: typeof import("effect/Schema").String;
817
+ message: typeof import("effect/Schema").String;
818
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
819
+ criticality: import("effect/Schema").Struct<{
820
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
821
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
822
+ }>;
823
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
824
+ enumName: typeof import("effect/Schema").String;
825
+ value: typeof import("effect/Schema").String;
826
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
827
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
828
+ message: typeof import("effect/Schema").String;
829
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
830
+ criticality: import("effect/Schema").Struct<{
831
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
832
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
833
+ }>;
834
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
835
+ enumName: typeof import("effect/Schema").String;
836
+ value: typeof import("effect/Schema").String;
837
+ reason: typeof import("effect/Schema").String;
838
+ message: typeof import("effect/Schema").String;
839
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
840
+ criticality: import("effect/Schema").Struct<{
841
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
842
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
843
+ }>;
844
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
845
+ enumName: typeof import("effect/Schema").String;
846
+ value: typeof import("effect/Schema").String;
847
+ message: typeof import("effect/Schema").String;
848
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
849
+ criticality: import("effect/Schema").Struct<{
850
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
851
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
852
+ }>;
853
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_ADDED", {
854
+ inputName: typeof import("effect/Schema").String;
855
+ fieldName: typeof import("effect/Schema").String;
856
+ isNullable: typeof import("effect/Schema").Boolean;
857
+ message: typeof import("effect/Schema").String;
858
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
859
+ criticality: import("effect/Schema").Struct<{
860
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
861
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
862
+ }>;
863
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_REMOVED", {
864
+ inputName: typeof import("effect/Schema").String;
865
+ fieldName: typeof import("effect/Schema").String;
866
+ message: typeof import("effect/Schema").String;
867
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
868
+ criticality: import("effect/Schema").Struct<{
869
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
870
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
871
+ }>;
872
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
873
+ inputName: typeof import("effect/Schema").String;
874
+ fieldName: typeof import("effect/Schema").String;
875
+ oldType: typeof import("effect/Schema").String;
876
+ newType: typeof import("effect/Schema").String;
877
+ message: typeof import("effect/Schema").String;
878
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
879
+ criticality: import("effect/Schema").Struct<{
880
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
881
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
882
+ }>;
883
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
884
+ inputName: typeof import("effect/Schema").String;
885
+ fieldName: typeof import("effect/Schema").String;
886
+ description: typeof import("effect/Schema").String;
887
+ message: typeof import("effect/Schema").String;
888
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
889
+ criticality: import("effect/Schema").Struct<{
890
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
891
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
892
+ }>;
893
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
894
+ inputName: typeof import("effect/Schema").String;
895
+ fieldName: typeof import("effect/Schema").String;
896
+ message: typeof import("effect/Schema").String;
897
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
898
+ criticality: import("effect/Schema").Struct<{
899
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
900
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
901
+ }>;
902
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
903
+ inputName: typeof import("effect/Schema").String;
904
+ fieldName: typeof import("effect/Schema").String;
905
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
906
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
907
+ message: typeof import("effect/Schema").String;
908
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
909
+ criticality: import("effect/Schema").Struct<{
910
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
911
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
912
+ }>;
913
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
914
+ inputName: typeof import("effect/Schema").String;
915
+ fieldName: typeof import("effect/Schema").String;
916
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
917
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
918
+ message: typeof import("effect/Schema").String;
919
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
920
+ criticality: import("effect/Schema").Struct<{
921
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
922
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
923
+ }>;
924
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_ADDED", {
925
+ unionName: typeof import("effect/Schema").String;
926
+ memberName: typeof import("effect/Schema").String;
927
+ message: typeof import("effect/Schema").String;
928
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
929
+ criticality: import("effect/Schema").Struct<{
930
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
931
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
932
+ }>;
933
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_REMOVED", {
934
+ unionName: typeof import("effect/Schema").String;
935
+ memberName: typeof import("effect/Schema").String;
936
+ message: typeof import("effect/Schema").String;
937
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
938
+ criticality: import("effect/Schema").Struct<{
939
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
940
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
941
+ }>;
942
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
943
+ objectName: typeof import("effect/Schema").String;
944
+ interfaceName: typeof import("effect/Schema").String;
945
+ message: typeof import("effect/Schema").String;
946
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
947
+ criticality: import("effect/Schema").Struct<{
948
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
949
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
950
+ }>;
951
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
952
+ objectName: typeof import("effect/Schema").String;
953
+ interfaceName: typeof import("effect/Schema").String;
954
+ message: typeof import("effect/Schema").String;
955
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
956
+ criticality: import("effect/Schema").Struct<{
957
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
958
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
959
+ }>;
960
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ADDED", {
961
+ name: typeof import("effect/Schema").String;
962
+ locations: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
963
+ message: typeof import("effect/Schema").String;
964
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
965
+ criticality: import("effect/Schema").Struct<{
966
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
967
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
968
+ }>;
969
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_REMOVED", {
970
+ name: typeof import("effect/Schema").String;
971
+ message: typeof import("effect/Schema").String;
972
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
973
+ criticality: import("effect/Schema").Struct<{
974
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
975
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
976
+ }>;
977
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
978
+ name: typeof import("effect/Schema").String;
979
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
980
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
981
+ message: typeof import("effect/Schema").String;
982
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
983
+ criticality: import("effect/Schema").Struct<{
984
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
985
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
986
+ }>;
987
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
988
+ name: typeof import("effect/Schema").String;
989
+ location: typeof import("effect/Schema").String;
990
+ message: typeof import("effect/Schema").String;
991
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
992
+ criticality: import("effect/Schema").Struct<{
993
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
994
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
995
+ }>;
996
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
997
+ name: typeof import("effect/Schema").String;
998
+ location: typeof import("effect/Schema").String;
999
+ message: typeof import("effect/Schema").String;
1000
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1001
+ criticality: import("effect/Schema").Struct<{
1002
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1003
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1004
+ }>;
1005
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
1006
+ directiveName: typeof import("effect/Schema").String;
1007
+ argumentName: typeof import("effect/Schema").String;
1008
+ type: typeof import("effect/Schema").String;
1009
+ message: typeof import("effect/Schema").String;
1010
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1011
+ criticality: import("effect/Schema").Struct<{
1012
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1013
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1014
+ }>;
1015
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
1016
+ directiveName: typeof import("effect/Schema").String;
1017
+ argumentName: typeof import("effect/Schema").String;
1018
+ message: typeof import("effect/Schema").String;
1019
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1020
+ criticality: import("effect/Schema").Struct<{
1021
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1022
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1023
+ }>;
1024
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
1025
+ directiveName: typeof import("effect/Schema").String;
1026
+ argumentName: typeof import("effect/Schema").String;
1027
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1028
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1029
+ message: typeof import("effect/Schema").String;
1030
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1031
+ criticality: import("effect/Schema").Struct<{
1032
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1033
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1034
+ }>;
1035
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
1036
+ directiveName: typeof import("effect/Schema").String;
1037
+ argumentName: typeof import("effect/Schema").String;
1038
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1039
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1040
+ message: typeof import("effect/Schema").String;
1041
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1042
+ criticality: import("effect/Schema").Struct<{
1043
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1044
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1045
+ }>;
1046
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
1047
+ directiveName: typeof import("effect/Schema").String;
1048
+ argumentName: typeof import("effect/Schema").String;
1049
+ oldType: typeof import("effect/Schema").String;
1050
+ newType: typeof import("effect/Schema").String;
1051
+ message: typeof import("effect/Schema").String;
1052
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1053
+ criticality: import("effect/Schema").Struct<{
1054
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1055
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1056
+ }>;
1057
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
1058
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1059
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1060
+ message: typeof import("effect/Schema").String;
1061
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1062
+ criticality: import("effect/Schema").Struct<{
1063
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1064
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1065
+ }>;
1066
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
1067
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1068
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1069
+ message: typeof import("effect/Schema").String;
1070
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1071
+ criticality: import("effect/Schema").Struct<{
1072
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1073
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1074
+ }>;
1075
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
1076
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1077
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1078
+ message: typeof import("effect/Schema").String;
1079
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1080
+ criticality: import("effect/Schema").Struct<{
1081
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1082
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1083
+ }>;
1084
+ }>]>>;
1085
+ }>>;
1086
+ definition: import("effect/Schema").transformOrFail<import("effect/Schema").declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, import("effect/Schema").instanceOf<import("graphql").GraphQLSchema>, never>;
1087
+ }>>;
1088
+ }>, import("effect/Schema").Struct<{
1089
+ _tag: import("effect/Schema").tag<"CatalogUnversioned">;
1090
+ } & {
1091
+ schema: import("effect/Schema").Struct<{
1092
+ _tag: import("effect/Schema").tag<"SchemaUnversioned">;
1093
+ } & {
1094
+ revisions: import("effect/Schema").Array$<import("effect/Schema").Struct<{
1095
+ _tag: import("effect/Schema").tag<"Revision">;
1096
+ } & {
1097
+ date: import("effect/Schema").brand<import("effect/Schema").refine<string, typeof import("effect/Schema").String>, "DateOnly">;
1098
+ changes: import("effect/Schema").Array$<import("effect/Schema").Union<[import("effect/Schema").TaggedStruct<"TYPE_ADDED", {
1099
+ name: typeof import("effect/Schema").String;
1100
+ message: typeof import("effect/Schema").String;
1101
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1102
+ criticality: import("effect/Schema").Struct<{
1103
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1104
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1105
+ }>;
1106
+ }>, import("effect/Schema").TaggedStruct<"TYPE_REMOVED", {
1107
+ name: typeof import("effect/Schema").String;
1108
+ message: typeof import("effect/Schema").String;
1109
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1110
+ criticality: import("effect/Schema").Struct<{
1111
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1112
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1113
+ }>;
1114
+ }>, import("effect/Schema").TaggedStruct<"TYPE_KIND_CHANGED", {
1115
+ name: typeof import("effect/Schema").String;
1116
+ oldKind: typeof import("effect/Schema").String;
1117
+ newKind: typeof import("effect/Schema").String;
1118
+ message: typeof import("effect/Schema").String;
1119
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1120
+ criticality: import("effect/Schema").Struct<{
1121
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1122
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1123
+ }>;
1124
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
1125
+ name: typeof import("effect/Schema").String;
1126
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1127
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1128
+ message: typeof import("effect/Schema").String;
1129
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1130
+ criticality: import("effect/Schema").Struct<{
1131
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1132
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1133
+ }>;
1134
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
1135
+ name: typeof import("effect/Schema").String;
1136
+ description: typeof import("effect/Schema").String;
1137
+ message: typeof import("effect/Schema").String;
1138
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1139
+ criticality: import("effect/Schema").Struct<{
1140
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1141
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1142
+ }>;
1143
+ }>, import("effect/Schema").TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
1144
+ name: typeof import("effect/Schema").String;
1145
+ message: typeof import("effect/Schema").String;
1146
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1147
+ criticality: import("effect/Schema").Struct<{
1148
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1149
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1150
+ }>;
1151
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ADDED", {
1152
+ typeName: typeof import("effect/Schema").String;
1153
+ fieldName: typeof import("effect/Schema").String;
1154
+ isDeprecated: typeof import("effect/Schema").Boolean;
1155
+ isSafe: typeof import("effect/Schema").Boolean;
1156
+ message: typeof import("effect/Schema").String;
1157
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1158
+ criticality: import("effect/Schema").Struct<{
1159
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1160
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1161
+ }>;
1162
+ }>, import("effect/Schema").TaggedStruct<"FIELD_REMOVED", {
1163
+ typeName: typeof import("effect/Schema").String;
1164
+ fieldName: typeof import("effect/Schema").String;
1165
+ message: typeof import("effect/Schema").String;
1166
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1167
+ criticality: import("effect/Schema").Struct<{
1168
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1169
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1170
+ }>;
1171
+ }>, import("effect/Schema").TaggedStruct<"FIELD_TYPE_CHANGED", {
1172
+ typeName: typeof import("effect/Schema").String;
1173
+ fieldName: typeof import("effect/Schema").String;
1174
+ oldType: typeof import("effect/Schema").String;
1175
+ newType: typeof import("effect/Schema").String;
1176
+ isSafe: typeof import("effect/Schema").Boolean;
1177
+ message: typeof import("effect/Schema").String;
1178
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1179
+ criticality: import("effect/Schema").Struct<{
1180
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1181
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1182
+ }>;
1183
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_ADDED", {
1184
+ typeName: typeof import("effect/Schema").String;
1185
+ fieldName: typeof import("effect/Schema").String;
1186
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1187
+ message: typeof import("effect/Schema").String;
1188
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1189
+ criticality: import("effect/Schema").Struct<{
1190
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1191
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1192
+ }>;
1193
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
1194
+ typeName: typeof import("effect/Schema").String;
1195
+ fieldName: typeof import("effect/Schema").String;
1196
+ message: typeof import("effect/Schema").String;
1197
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1198
+ criticality: import("effect/Schema").Struct<{
1199
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1200
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1201
+ }>;
1202
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
1203
+ typeName: typeof import("effect/Schema").String;
1204
+ fieldName: typeof import("effect/Schema").String;
1205
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1206
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1207
+ message: typeof import("effect/Schema").String;
1208
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1209
+ criticality: import("effect/Schema").Struct<{
1210
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1211
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1212
+ }>;
1213
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
1214
+ typeName: typeof import("effect/Schema").String;
1215
+ fieldName: typeof import("effect/Schema").String;
1216
+ reason: typeof import("effect/Schema").String;
1217
+ message: typeof import("effect/Schema").String;
1218
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1219
+ criticality: import("effect/Schema").Struct<{
1220
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1221
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1222
+ }>;
1223
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
1224
+ typeName: typeof import("effect/Schema").String;
1225
+ fieldName: typeof import("effect/Schema").String;
1226
+ message: typeof import("effect/Schema").String;
1227
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1228
+ criticality: import("effect/Schema").Struct<{
1229
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1230
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1231
+ }>;
1232
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
1233
+ typeName: typeof import("effect/Schema").String;
1234
+ fieldName: typeof import("effect/Schema").String;
1235
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1236
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1237
+ message: typeof import("effect/Schema").String;
1238
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1239
+ criticality: import("effect/Schema").Struct<{
1240
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1241
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1242
+ }>;
1243
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
1244
+ typeName: typeof import("effect/Schema").String;
1245
+ fieldName: typeof import("effect/Schema").String;
1246
+ description: typeof import("effect/Schema").String;
1247
+ message: typeof import("effect/Schema").String;
1248
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1249
+ criticality: import("effect/Schema").Struct<{
1250
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1251
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1252
+ }>;
1253
+ }>, import("effect/Schema").TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
1254
+ typeName: typeof import("effect/Schema").String;
1255
+ fieldName: typeof import("effect/Schema").String;
1256
+ message: typeof import("effect/Schema").String;
1257
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1258
+ criticality: import("effect/Schema").Struct<{
1259
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1260
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1261
+ }>;
1262
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_ADDED", {
1263
+ typeName: typeof import("effect/Schema").String;
1264
+ fieldName: typeof import("effect/Schema").String;
1265
+ argumentName: typeof import("effect/Schema").String;
1266
+ type: typeof import("effect/Schema").String;
1267
+ defaultValue: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1268
+ message: typeof import("effect/Schema").String;
1269
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1270
+ criticality: import("effect/Schema").Struct<{
1271
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1272
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1273
+ }>;
1274
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
1275
+ typeName: typeof import("effect/Schema").String;
1276
+ fieldName: typeof import("effect/Schema").String;
1277
+ argumentName: typeof import("effect/Schema").String;
1278
+ message: typeof import("effect/Schema").String;
1279
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1280
+ criticality: import("effect/Schema").Struct<{
1281
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1282
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1283
+ }>;
1284
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
1285
+ typeName: typeof import("effect/Schema").String;
1286
+ fieldName: typeof import("effect/Schema").String;
1287
+ argumentName: typeof import("effect/Schema").String;
1288
+ oldType: typeof import("effect/Schema").String;
1289
+ newType: typeof import("effect/Schema").String;
1290
+ message: typeof import("effect/Schema").String;
1291
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1292
+ criticality: import("effect/Schema").Struct<{
1293
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1294
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1295
+ }>;
1296
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
1297
+ typeName: typeof import("effect/Schema").String;
1298
+ fieldName: typeof import("effect/Schema").String;
1299
+ argumentName: typeof import("effect/Schema").String;
1300
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1301
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1302
+ message: typeof import("effect/Schema").String;
1303
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1304
+ criticality: import("effect/Schema").Struct<{
1305
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1306
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1307
+ }>;
1308
+ }>, import("effect/Schema").TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
1309
+ typeName: typeof import("effect/Schema").String;
1310
+ fieldName: typeof import("effect/Schema").String;
1311
+ argumentName: typeof import("effect/Schema").String;
1312
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1313
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1314
+ message: typeof import("effect/Schema").String;
1315
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1316
+ criticality: import("effect/Schema").Struct<{
1317
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1318
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1319
+ }>;
1320
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_ADDED", {
1321
+ enumName: typeof import("effect/Schema").String;
1322
+ value: typeof import("effect/Schema").String;
1323
+ isDeprecated: typeof import("effect/Schema").Boolean;
1324
+ message: typeof import("effect/Schema").String;
1325
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1326
+ criticality: import("effect/Schema").Struct<{
1327
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1328
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1329
+ }>;
1330
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_REMOVED", {
1331
+ enumName: typeof import("effect/Schema").String;
1332
+ value: typeof import("effect/Schema").String;
1333
+ message: typeof import("effect/Schema").String;
1334
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1335
+ criticality: import("effect/Schema").Struct<{
1336
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1337
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1338
+ }>;
1339
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
1340
+ enumName: typeof import("effect/Schema").String;
1341
+ value: typeof import("effect/Schema").String;
1342
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1343
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1344
+ message: typeof import("effect/Schema").String;
1345
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1346
+ criticality: import("effect/Schema").Struct<{
1347
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1348
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1349
+ }>;
1350
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
1351
+ enumName: typeof import("effect/Schema").String;
1352
+ value: typeof import("effect/Schema").String;
1353
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1354
+ message: typeof import("effect/Schema").String;
1355
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1356
+ criticality: import("effect/Schema").Struct<{
1357
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1358
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1359
+ }>;
1360
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
1361
+ enumName: typeof import("effect/Schema").String;
1362
+ value: typeof import("effect/Schema").String;
1363
+ message: typeof import("effect/Schema").String;
1364
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1365
+ criticality: import("effect/Schema").Struct<{
1366
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1367
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1368
+ }>;
1369
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
1370
+ enumName: typeof import("effect/Schema").String;
1371
+ value: typeof import("effect/Schema").String;
1372
+ oldReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1373
+ newReason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1374
+ message: typeof import("effect/Schema").String;
1375
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1376
+ criticality: import("effect/Schema").Struct<{
1377
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1378
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1379
+ }>;
1380
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
1381
+ enumName: typeof import("effect/Schema").String;
1382
+ value: typeof import("effect/Schema").String;
1383
+ reason: typeof import("effect/Schema").String;
1384
+ message: typeof import("effect/Schema").String;
1385
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1386
+ criticality: import("effect/Schema").Struct<{
1387
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1388
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1389
+ }>;
1390
+ }>, import("effect/Schema").TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
1391
+ enumName: typeof import("effect/Schema").String;
1392
+ value: typeof import("effect/Schema").String;
1393
+ message: typeof import("effect/Schema").String;
1394
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1395
+ criticality: import("effect/Schema").Struct<{
1396
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1397
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1398
+ }>;
1399
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_ADDED", {
1400
+ inputName: typeof import("effect/Schema").String;
1401
+ fieldName: typeof import("effect/Schema").String;
1402
+ isNullable: typeof import("effect/Schema").Boolean;
1403
+ message: typeof import("effect/Schema").String;
1404
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1405
+ criticality: import("effect/Schema").Struct<{
1406
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1407
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1408
+ }>;
1409
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_REMOVED", {
1410
+ inputName: typeof import("effect/Schema").String;
1411
+ fieldName: typeof import("effect/Schema").String;
1412
+ message: typeof import("effect/Schema").String;
1413
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1414
+ criticality: import("effect/Schema").Struct<{
1415
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1416
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1417
+ }>;
1418
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
1419
+ inputName: typeof import("effect/Schema").String;
1420
+ fieldName: typeof import("effect/Schema").String;
1421
+ oldType: typeof import("effect/Schema").String;
1422
+ newType: typeof import("effect/Schema").String;
1423
+ message: typeof import("effect/Schema").String;
1424
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1425
+ criticality: import("effect/Schema").Struct<{
1426
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1427
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1428
+ }>;
1429
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
1430
+ inputName: typeof import("effect/Schema").String;
1431
+ fieldName: typeof import("effect/Schema").String;
1432
+ description: typeof import("effect/Schema").String;
1433
+ message: typeof import("effect/Schema").String;
1434
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1435
+ criticality: import("effect/Schema").Struct<{
1436
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1437
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1438
+ }>;
1439
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
1440
+ inputName: typeof import("effect/Schema").String;
1441
+ fieldName: typeof import("effect/Schema").String;
1442
+ message: typeof import("effect/Schema").String;
1443
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1444
+ criticality: import("effect/Schema").Struct<{
1445
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1446
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1447
+ }>;
1448
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
1449
+ inputName: typeof import("effect/Schema").String;
1450
+ fieldName: typeof import("effect/Schema").String;
1451
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1452
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1453
+ message: typeof import("effect/Schema").String;
1454
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1455
+ criticality: import("effect/Schema").Struct<{
1456
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1457
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1458
+ }>;
1459
+ }>, import("effect/Schema").TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
1460
+ inputName: typeof import("effect/Schema").String;
1461
+ fieldName: typeof import("effect/Schema").String;
1462
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1463
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1464
+ message: typeof import("effect/Schema").String;
1465
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1466
+ criticality: import("effect/Schema").Struct<{
1467
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1468
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1469
+ }>;
1470
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_ADDED", {
1471
+ unionName: typeof import("effect/Schema").String;
1472
+ memberName: typeof import("effect/Schema").String;
1473
+ message: typeof import("effect/Schema").String;
1474
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1475
+ criticality: import("effect/Schema").Struct<{
1476
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1477
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1478
+ }>;
1479
+ }>, import("effect/Schema").TaggedStruct<"UNION_MEMBER_REMOVED", {
1480
+ unionName: typeof import("effect/Schema").String;
1481
+ memberName: typeof import("effect/Schema").String;
1482
+ message: typeof import("effect/Schema").String;
1483
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1484
+ criticality: import("effect/Schema").Struct<{
1485
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1486
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1487
+ }>;
1488
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
1489
+ objectName: typeof import("effect/Schema").String;
1490
+ interfaceName: typeof import("effect/Schema").String;
1491
+ message: typeof import("effect/Schema").String;
1492
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1493
+ criticality: import("effect/Schema").Struct<{
1494
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1495
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1496
+ }>;
1497
+ }>, import("effect/Schema").TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
1498
+ objectName: typeof import("effect/Schema").String;
1499
+ interfaceName: typeof import("effect/Schema").String;
1500
+ message: typeof import("effect/Schema").String;
1501
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1502
+ criticality: import("effect/Schema").Struct<{
1503
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1504
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1505
+ }>;
1506
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ADDED", {
1507
+ name: typeof import("effect/Schema").String;
1508
+ locations: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
1509
+ message: typeof import("effect/Schema").String;
1510
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1511
+ criticality: import("effect/Schema").Struct<{
1512
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1513
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1514
+ }>;
1515
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_REMOVED", {
1516
+ name: typeof import("effect/Schema").String;
1517
+ message: typeof import("effect/Schema").String;
1518
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1519
+ criticality: import("effect/Schema").Struct<{
1520
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1521
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1522
+ }>;
1523
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
1524
+ name: typeof import("effect/Schema").String;
1525
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1526
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1527
+ message: typeof import("effect/Schema").String;
1528
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1529
+ criticality: import("effect/Schema").Struct<{
1530
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1531
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1532
+ }>;
1533
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
1534
+ name: typeof import("effect/Schema").String;
1535
+ location: typeof import("effect/Schema").String;
1536
+ message: typeof import("effect/Schema").String;
1537
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1538
+ criticality: import("effect/Schema").Struct<{
1539
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1540
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1541
+ }>;
1542
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
1543
+ name: typeof import("effect/Schema").String;
1544
+ location: typeof import("effect/Schema").String;
1545
+ message: typeof import("effect/Schema").String;
1546
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1547
+ criticality: import("effect/Schema").Struct<{
1548
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1549
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1550
+ }>;
1551
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
1552
+ directiveName: typeof import("effect/Schema").String;
1553
+ argumentName: typeof import("effect/Schema").String;
1554
+ type: typeof import("effect/Schema").String;
1555
+ message: typeof import("effect/Schema").String;
1556
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1557
+ criticality: import("effect/Schema").Struct<{
1558
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1559
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1560
+ }>;
1561
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
1562
+ directiveName: typeof import("effect/Schema").String;
1563
+ argumentName: typeof import("effect/Schema").String;
1564
+ message: typeof import("effect/Schema").String;
1565
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1566
+ criticality: import("effect/Schema").Struct<{
1567
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1568
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1569
+ }>;
1570
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
1571
+ directiveName: typeof import("effect/Schema").String;
1572
+ argumentName: typeof import("effect/Schema").String;
1573
+ oldDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1574
+ newDescription: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1575
+ message: typeof import("effect/Schema").String;
1576
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1577
+ criticality: import("effect/Schema").Struct<{
1578
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1579
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1580
+ }>;
1581
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
1582
+ directiveName: typeof import("effect/Schema").String;
1583
+ argumentName: typeof import("effect/Schema").String;
1584
+ oldDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1585
+ newDefault: import("effect/Schema").optional<typeof import("effect/Schema").Unknown>;
1586
+ message: typeof import("effect/Schema").String;
1587
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1588
+ criticality: import("effect/Schema").Struct<{
1589
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1590
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1591
+ }>;
1592
+ }>, import("effect/Schema").TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
1593
+ directiveName: typeof import("effect/Schema").String;
1594
+ argumentName: typeof import("effect/Schema").String;
1595
+ oldType: typeof import("effect/Schema").String;
1596
+ newType: typeof import("effect/Schema").String;
1597
+ message: typeof import("effect/Schema").String;
1598
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1599
+ criticality: import("effect/Schema").Struct<{
1600
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1601
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1602
+ }>;
1603
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
1604
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1605
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1606
+ message: typeof import("effect/Schema").String;
1607
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1608
+ criticality: import("effect/Schema").Struct<{
1609
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1610
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1611
+ }>;
1612
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
1613
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1614
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1615
+ message: typeof import("effect/Schema").String;
1616
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1617
+ criticality: import("effect/Schema").Struct<{
1618
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1619
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1620
+ }>;
1621
+ }>, import("effect/Schema").TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
1622
+ oldType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1623
+ newType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1624
+ message: typeof import("effect/Schema").String;
1625
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1626
+ criticality: import("effect/Schema").Struct<{
1627
+ level: import("effect/Schema").Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1628
+ reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
1629
+ }>;
1630
+ }>]>>;
1631
+ }>>;
1632
+ definition: import("effect/Schema").transformOrFail<import("effect/Schema").declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, import("effect/Schema").instanceOf<import("graphql").GraphQLSchema>, never>;
8
1633
  }>;
9
- Component: () => import("react/jsx-runtime").JSX.Element;
10
- };
1634
+ }>]>> | null;
11
1635
  //# sourceMappingURL=changelog.d.ts.map