polen 0.11.0-next.17 → 0.11.0-next.19

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 (307) hide show
  1. package/build/api/builder/ssg/generate.d.ts.map +1 -1
  2. package/build/api/builder/ssg/generate.js +5 -5
  3. package/build/api/builder/ssg/generate.js.map +1 -1
  4. package/build/api/builder/ssg/page-generator.worker.js +13 -3
  5. package/build/api/builder/ssg/page-generator.worker.js.map +1 -1
  6. package/build/api/config/input.d.ts +88 -3
  7. package/build/api/config/input.d.ts.map +1 -1
  8. package/build/api/config/normalized.d.ts +92 -7
  9. package/build/api/config/normalized.d.ts.map +1 -1
  10. package/build/api/config/normalized.js +11 -3
  11. package/build/api/config/normalized.js.map +1 -1
  12. package/build/api/config-template/template.js +2 -2
  13. package/build/api/config-template/template.js.map +1 -1
  14. package/build/api/content/sidebar.d.ts.map +1 -1
  15. package/build/api/content/sidebar.js +2 -1
  16. package/build/api/content/sidebar.js.map +1 -1
  17. package/build/api/errors.d.ts +278 -0
  18. package/build/api/errors.d.ts.map +1 -0
  19. package/build/api/errors.js +153 -0
  20. package/build/api/errors.js.map +1 -0
  21. package/build/api/examples/config.d.ts +366 -3
  22. package/build/api/examples/config.d.ts.map +1 -1
  23. package/build/api/examples/config.js +25 -3
  24. package/build/api/examples/config.js.map +1 -1
  25. package/build/api/examples/diagnostic/diagnostic.d.ts +1 -1
  26. package/build/api/examples/diagnostic/validation-error.d.ts +3 -2
  27. package/build/api/examples/diagnostic/validation-error.d.ts.map +1 -1
  28. package/build/api/examples/diagnostic/validation-error.js +9 -3
  29. package/build/api/examples/diagnostic/validation-error.js.map +1 -1
  30. package/build/api/examples/diagnostic/validator.d.ts.map +1 -1
  31. package/build/api/examples/diagnostic/validator.js +115 -68
  32. package/build/api/examples/diagnostic/validator.js.map +1 -1
  33. package/build/api/examples/filter.d.ts.map +1 -1
  34. package/build/api/examples/filter.js +9 -6
  35. package/build/api/examples/filter.js.map +1 -1
  36. package/build/api/examples/scanner.d.ts.map +1 -1
  37. package/build/api/examples/scanner.js +89 -103
  38. package/build/api/examples/scanner.js.map +1 -1
  39. package/build/api/examples/type-usage-indexer.d.ts.map +1 -1
  40. package/build/api/examples/type-usage-indexer.js +17 -30
  41. package/build/api/examples/type-usage-indexer.js.map +1 -1
  42. package/build/api/iso/schema/routing.d.ts.map +1 -1
  43. package/build/api/iso/schema/routing.js +8 -8
  44. package/build/api/iso/schema/routing.js.map +1 -1
  45. package/build/api/iso/schema/validation.d.ts.map +1 -1
  46. package/build/api/iso/schema/validation.js +3 -2
  47. package/build/api/iso/schema/validation.js.map +1 -1
  48. package/build/api/schema/input-source/$$.d.ts +1 -0
  49. package/build/api/schema/input-source/$$.d.ts.map +1 -1
  50. package/build/api/schema/input-source/$$.js +1 -0
  51. package/build/api/schema/input-source/$$.js.map +1 -1
  52. package/build/api/schema/input-source/errors.d.ts +36 -0
  53. package/build/api/schema/input-source/errors.d.ts.map +1 -0
  54. package/build/api/schema/input-source/errors.js +17 -0
  55. package/build/api/schema/input-source/errors.js.map +1 -0
  56. package/build/api/schema/input-source/input-source.d.ts +1 -7
  57. package/build/api/schema/input-source/input-source.d.ts.map +1 -1
  58. package/build/api/schema/input-source/input-source.js +0 -6
  59. package/build/api/schema/input-source/input-source.js.map +1 -1
  60. package/build/api/schema/input-sources/directory.d.ts.map +1 -1
  61. package/build/api/schema/input-sources/directory.js +19 -6
  62. package/build/api/schema/input-sources/directory.js.map +1 -1
  63. package/build/api/schema/input-sources/file.d.ts.map +1 -1
  64. package/build/api/schema/input-sources/file.js +15 -4
  65. package/build/api/schema/input-sources/file.js.map +1 -1
  66. package/build/api/schema/input-sources/introspection-file.d.ts.map +1 -1
  67. package/build/api/schema/input-sources/introspection-file.js +28 -6
  68. package/build/api/schema/input-sources/introspection-file.js.map +1 -1
  69. package/build/api/schema/input-sources/introspection.d.ts.map +1 -1
  70. package/build/api/schema/input-sources/introspection.js +35 -7
  71. package/build/api/schema/input-sources/introspection.js.map +1 -1
  72. package/build/api/schema/input-sources/memory.d.ts.map +1 -1
  73. package/build/api/schema/input-sources/memory.js +15 -3
  74. package/build/api/schema/input-sources/memory.js.map +1 -1
  75. package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -1
  76. package/build/api/schema/input-sources/versioned-directory.js +23 -7
  77. package/build/api/schema/input-sources/versioned-directory.js.map +1 -1
  78. package/build/api/schema/load.d.ts +1 -1
  79. package/build/api/schema/load.d.ts.map +1 -1
  80. package/build/api/schema/load.js.map +1 -1
  81. package/build/cli/commands/hero-image.d.ts +1 -2
  82. package/build/cli/commands/hero-image.d.ts.map +1 -1
  83. package/build/cli/index.d.ts +1 -1
  84. package/build/lib/catalog/catalog.d.ts +43 -3
  85. package/build/lib/catalog/catalog.d.ts.map +1 -1
  86. package/build/lib/catalog/catalog.js +67 -5
  87. package/build/lib/catalog/catalog.js.map +1 -1
  88. package/build/lib/catalog/versioned.d.ts +11 -1
  89. package/build/lib/catalog/versioned.d.ts.map +1 -1
  90. package/build/lib/catalog/versioned.js +23 -5
  91. package/build/lib/catalog/versioned.js.map +1 -1
  92. package/build/lib/document/document.d.ts +55 -5
  93. package/build/lib/document/document.d.ts.map +1 -1
  94. package/build/lib/document/document.js +96 -2
  95. package/build/lib/document/document.js.map +1 -1
  96. package/build/lib/document/versioned.d.ts +2 -2
  97. package/build/lib/document/versioned.d.ts.map +1 -1
  98. package/build/lib/document/versioned.js +7 -7
  99. package/build/lib/document/versioned.js.map +1 -1
  100. package/build/lib/lifecycles/lifecycles.d.ts +5 -4
  101. package/build/lib/lifecycles/lifecycles.d.ts.map +1 -1
  102. package/build/lib/lifecycles/lifecycles.js +14 -12
  103. package/build/lib/lifecycles/lifecycles.js.map +1 -1
  104. package/build/lib/version-coverage/$$.d.ts +2 -0
  105. package/build/lib/version-coverage/$$.d.ts.map +1 -0
  106. package/build/lib/version-coverage/$$.js +2 -0
  107. package/build/lib/version-coverage/$$.js.map +1 -0
  108. package/build/lib/version-coverage/$.d.ts.map +1 -0
  109. package/build/lib/version-coverage/$.js.map +1 -0
  110. package/build/lib/{version-selection/version-selection.d.ts → version-coverage/version-coverage.d.ts} +1 -1
  111. package/build/lib/version-coverage/version-coverage.d.ts.map +1 -0
  112. package/build/lib/{version-selection/version-selection.js → version-coverage/version-coverage.js} +2 -2
  113. package/build/lib/version-coverage/version-coverage.js.map +1 -0
  114. package/build/template/components/GraphQLDocument.d.ts +1 -1
  115. package/build/template/components/GraphQLDocument.d.ts.map +1 -1
  116. package/build/template/components/GraphQLDocument.js +10 -39
  117. package/build/template/components/GraphQLDocument.js.map +1 -1
  118. package/build/template/components/GraphQLInteractive/lib/parser.d.ts +28 -0
  119. package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
  120. package/build/template/components/GraphQLInteractive/lib/parser.js +60 -27
  121. package/build/template/components/GraphQLInteractive/lib/parser.js.map +1 -1
  122. package/build/template/components/ReferenceVersionPicker.d.ts +9 -0
  123. package/build/template/components/ReferenceVersionPicker.d.ts.map +1 -0
  124. package/build/template/components/ReferenceVersionPicker.js +79 -0
  125. package/build/template/components/ReferenceVersionPicker.js.map +1 -0
  126. package/build/template/components/VersionCoveragePicker.d.ts +1 -1
  127. package/build/template/components/VersionCoveragePicker.d.ts.map +1 -1
  128. package/build/template/components/VersionCoveragePicker.js +4 -6
  129. package/build/template/components/VersionCoveragePicker.js.map +1 -1
  130. package/build/template/components/VersionPicker.d.ts +8 -3
  131. package/build/template/components/VersionPicker.d.ts.map +1 -1
  132. package/build/template/components/VersionPicker.js +12 -77
  133. package/build/template/components/VersionPicker.js.map +1 -1
  134. package/build/template/components/home/QuickStart.d.ts.map +1 -1
  135. package/build/template/components/home/QuickStart.js +8 -4
  136. package/build/template/components/home/QuickStart.js.map +1 -1
  137. package/build/template/hooks/use-highlighted.d.ts.map +1 -1
  138. package/build/template/hooks/use-highlighted.js +19 -13
  139. package/build/template/hooks/use-highlighted.js.map +1 -1
  140. package/build/template/lib/fetch-text.d.ts +18 -0
  141. package/build/template/lib/fetch-text.d.ts.map +1 -1
  142. package/build/template/lib/fetch-text.js +32 -4
  143. package/build/template/lib/fetch-text.js.map +1 -1
  144. package/build/template/routes/changelog/ChangelogBody.d.ts +6 -0
  145. package/build/template/routes/changelog/ChangelogBody.d.ts.map +1 -0
  146. package/build/template/{components/Changelog/Changelog.js → routes/changelog/ChangelogBody.js} +8 -58
  147. package/build/template/routes/changelog/ChangelogBody.js.map +1 -0
  148. package/build/template/routes/changelog/ChangelogSidebar.d.ts +7 -0
  149. package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -0
  150. package/build/template/routes/changelog/ChangelogSidebar.js +46 -0
  151. package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -0
  152. package/build/template/routes/changelog/ChangelogSidebarItem.d.ts +11 -0
  153. package/build/template/routes/changelog/ChangelogSidebarItem.d.ts.map +1 -0
  154. package/build/template/routes/changelog/ChangelogSidebarItem.js +35 -0
  155. package/build/template/routes/changelog/ChangelogSidebarItem.js.map +1 -0
  156. package/build/template/routes/changelog/_.d.ts +3264 -0
  157. package/build/template/routes/changelog/_.d.ts.map +1 -0
  158. package/build/template/routes/changelog/_.js +111 -0
  159. package/build/template/routes/changelog/_.js.map +1 -0
  160. package/build/template/routes/changelog/utils.d.ts +3 -0
  161. package/build/template/routes/changelog/utils.d.ts.map +1 -0
  162. package/build/template/routes/changelog/utils.js +11 -0
  163. package/build/template/routes/changelog/utils.js.map +1 -0
  164. package/build/template/routes/examples/name.d.ts.map +1 -1
  165. package/build/template/routes/examples/name.js +4 -2
  166. package/build/template/routes/examples/name.js.map +1 -1
  167. package/build/template/routes/reference.js +2 -2
  168. package/build/template/routes/reference.js.map +1 -1
  169. package/build/template/routes/root.js +1 -1
  170. package/build/template/routes/root.js.map +1 -1
  171. package/build/template/stores/toast.d.ts.map +1 -1
  172. package/build/template/stores/toast.js +5 -3
  173. package/build/template/stores/toast.js.map +1 -1
  174. package/build/template/theme/swiss-sharp.css +14 -14
  175. package/build/vite/plugins/schemas.d.ts +1 -2
  176. package/build/vite/plugins/schemas.d.ts.map +1 -1
  177. package/build/vite/plugins/schemas.js +0 -1
  178. package/build/vite/plugins/schemas.js.map +1 -1
  179. package/package.json +7 -7
  180. package/src/api/builder/ssg/generate.ts +10 -5
  181. package/src/api/builder/ssg/page-generator.worker.ts +18 -3
  182. package/src/api/config/normalized.ts +12 -3
  183. package/src/api/config-template/template.ts +2 -2
  184. package/src/api/content/sidebar.ts +3 -3
  185. package/src/api/errors.ts +227 -0
  186. package/src/api/examples/config.test.ts +10 -0
  187. package/src/api/examples/config.ts +33 -4
  188. package/src/api/examples/diagnostic/validation-error.ts +9 -3
  189. package/src/api/examples/diagnostic/validator.test.ts +30 -0
  190. package/src/api/examples/diagnostic/validator.ts +148 -103
  191. package/src/api/examples/filter.ts +9 -6
  192. package/src/api/examples/scanner.ts +136 -117
  193. package/src/api/examples/type-usage-indexer.ts +24 -36
  194. package/src/api/iso/schema/routing.ts +10 -10
  195. package/src/api/iso/schema/validation.ts +3 -2
  196. package/src/api/schema/input-source/$$.ts +1 -0
  197. package/src/api/schema/input-source/errors.ts +26 -0
  198. package/src/api/schema/input-source/input-source.ts +1 -22
  199. package/src/api/schema/input-sources/directory.ts +20 -15
  200. package/src/api/schema/input-sources/file.ts +17 -4
  201. package/src/api/schema/input-sources/introspection-file.ts +30 -15
  202. package/src/api/schema/input-sources/introspection.ts +38 -7
  203. package/src/api/schema/input-sources/memory.ts +19 -3
  204. package/src/api/schema/input-sources/versioned-directory.ts +25 -27
  205. package/src/api/schema/load.ts +2 -1
  206. package/src/lib/catalog/catalog.ts +89 -6
  207. package/src/lib/catalog/versioned.ts +26 -5
  208. package/src/lib/document/document.ts +135 -2
  209. package/src/lib/document/versioned.ts +8 -8
  210. package/src/lib/lifecycles/lifecycles.ts +32 -27
  211. package/src/lib/version-coverage/$$.ts +1 -0
  212. package/src/lib/{version-selection/version-selection.ts → version-coverage/version-coverage.ts} +1 -1
  213. package/src/template/components/GraphQLDocument.tsx +11 -69
  214. package/src/template/components/GraphQLInteractive/lib/parser.ts +81 -29
  215. package/src/template/components/ReferenceVersionPicker.tsx +107 -0
  216. package/src/template/components/VersionCoveragePicker.tsx +4 -5
  217. package/src/template/components/VersionPicker.tsx +32 -98
  218. package/src/template/components/home/QuickStart.tsx +16 -7
  219. package/src/template/hooks/use-highlighted.ts +31 -19
  220. package/src/template/lib/fetch-text.ts +45 -4
  221. package/src/template/{components/Changelog/Changelog.tsx → routes/changelog/ChangelogBody.tsx} +7 -64
  222. package/src/template/routes/changelog/ChangelogSidebar.tsx +80 -0
  223. package/src/template/routes/changelog/ChangelogSidebarItem.tsx +68 -0
  224. package/src/template/routes/changelog/_.tsx +129 -0
  225. package/src/template/routes/changelog/utils.ts +13 -0
  226. package/src/template/routes/examples/name.tsx +4 -2
  227. package/src/template/routes/reference.tsx +2 -2
  228. package/src/template/routes/root.tsx +1 -1
  229. package/src/template/stores/toast.ts +6 -3
  230. package/src/template/theme/swiss-sharp.css +14 -14
  231. package/src/vite/plugins/schemas.ts +0 -1
  232. package/build/lib/graph/$$.d.ts +0 -2
  233. package/build/lib/graph/$$.d.ts.map +0 -1
  234. package/build/lib/graph/$$.js +0 -2
  235. package/build/lib/graph/$$.js.map +0 -1
  236. package/build/lib/graph/$.d.ts +0 -2
  237. package/build/lib/graph/$.d.ts.map +0 -1
  238. package/build/lib/graph/$.js +0 -2
  239. package/build/lib/graph/$.js.map +0 -1
  240. package/build/lib/graph/graph.d.ts +0 -127
  241. package/build/lib/graph/graph.d.ts.map +0 -1
  242. package/build/lib/graph/graph.js +0 -152
  243. package/build/lib/graph/graph.js.map +0 -1
  244. package/build/lib/mask/$$.d.ts +0 -3
  245. package/build/lib/mask/$$.d.ts.map +0 -1
  246. package/build/lib/mask/$$.js +0 -3
  247. package/build/lib/mask/$$.js.map +0 -1
  248. package/build/lib/mask/$.d.ts +0 -2
  249. package/build/lib/mask/$.d.ts.map +0 -1
  250. package/build/lib/mask/$.js +0 -2
  251. package/build/lib/mask/$.js.map +0 -1
  252. package/build/lib/mask/apply.d.ts +0 -86
  253. package/build/lib/mask/apply.d.ts.map +0 -1
  254. package/build/lib/mask/apply.js +0 -86
  255. package/build/lib/mask/apply.js.map +0 -1
  256. package/build/lib/mask/mask.d.ts +0 -124
  257. package/build/lib/mask/mask.d.ts.map +0 -1
  258. package/build/lib/mask/mask.js +0 -137
  259. package/build/lib/mask/mask.js.map +0 -1
  260. package/build/lib/mask/mask.test-d.d.ts +0 -2
  261. package/build/lib/mask/mask.test-d.d.ts.map +0 -1
  262. package/build/lib/mask/mask.test-d.js +0 -102
  263. package/build/lib/mask/mask.test-d.js.map +0 -1
  264. package/build/lib/version-selection/$$.d.ts +0 -2
  265. package/build/lib/version-selection/$$.d.ts.map +0 -1
  266. package/build/lib/version-selection/$$.js +0 -2
  267. package/build/lib/version-selection/$$.js.map +0 -1
  268. package/build/lib/version-selection/$.d.ts.map +0 -1
  269. package/build/lib/version-selection/$.js.map +0 -1
  270. package/build/lib/version-selection/version-selection.d.ts.map +0 -1
  271. package/build/lib/version-selection/version-selection.js.map +0 -1
  272. package/build/sandbox.d.ts +0 -2
  273. package/build/sandbox.d.ts.map +0 -1
  274. package/build/sandbox.js +0 -17
  275. package/build/sandbox.js.map +0 -1
  276. package/build/template/components/Changelog/Changelog.d.ts +0 -8
  277. package/build/template/components/Changelog/Changelog.d.ts.map +0 -1
  278. package/build/template/components/Changelog/Changelog.js.map +0 -1
  279. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts +0 -8
  280. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts.map +0 -1
  281. package/build/template/components/Changelog/ChangelogVersionPicker.js +0 -16
  282. package/build/template/components/Changelog/ChangelogVersionPicker.js.map +0 -1
  283. package/build/template/components/SimpleVersionPicker.d.ts +0 -15
  284. package/build/template/components/SimpleVersionPicker.d.ts.map +0 -1
  285. package/build/template/components/SimpleVersionPicker.js +0 -15
  286. package/build/template/components/SimpleVersionPicker.js.map +0 -1
  287. package/build/template/routes/changelog.d.ts +0 -1635
  288. package/build/template/routes/changelog.d.ts.map +0 -1
  289. package/build/template/routes/changelog.js +0 -168
  290. package/build/template/routes/changelog.js.map +0 -1
  291. package/src/lib/graph/$$.ts +0 -1
  292. package/src/lib/graph/$.ts +0 -1
  293. package/src/lib/graph/graph.ts +0 -197
  294. package/src/lib/mask/$$.ts +0 -2
  295. package/src/lib/mask/$.test.ts +0 -226
  296. package/src/lib/mask/$.ts +0 -1
  297. package/src/lib/mask/apply.ts +0 -134
  298. package/src/lib/mask/mask.test-d.ts +0 -156
  299. package/src/lib/mask/mask.ts +0 -244
  300. package/src/lib/version-selection/$$.ts +0 -1
  301. package/src/sandbox.ts +0 -15
  302. package/src/template/components/Changelog/ChangelogVersionPicker.tsx +0 -36
  303. package/src/template/components/SimpleVersionPicker.tsx +0 -48
  304. package/src/template/routes/changelog.tsx +0 -267
  305. /package/build/lib/{version-selection → version-coverage}/$.d.ts +0 -0
  306. /package/build/lib/{version-selection → version-coverage}/$.js +0 -0
  307. /package/src/lib/{version-selection → version-coverage}/$.ts +0 -0
@@ -1,1635 +0,0 @@
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").HashMap<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>, 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>;
1633
- }>;
1634
- }>]>> | null;
1635
- //# sourceMappingURL=changelog.d.ts.map