polen 0.11.0-next.18 → 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 (123) hide show
  1. package/build/api/errors.d.ts +278 -0
  2. package/build/api/errors.d.ts.map +1 -0
  3. package/build/api/errors.js +153 -0
  4. package/build/api/errors.js.map +1 -0
  5. package/build/api/schema/input-source/$$.d.ts +1 -0
  6. package/build/api/schema/input-source/$$.d.ts.map +1 -1
  7. package/build/api/schema/input-source/$$.js +1 -0
  8. package/build/api/schema/input-source/$$.js.map +1 -1
  9. package/build/api/schema/input-source/errors.d.ts +36 -0
  10. package/build/api/schema/input-source/errors.d.ts.map +1 -0
  11. package/build/api/schema/input-source/errors.js +17 -0
  12. package/build/api/schema/input-source/errors.js.map +1 -0
  13. package/build/api/schema/input-source/input-source.d.ts +1 -7
  14. package/build/api/schema/input-source/input-source.d.ts.map +1 -1
  15. package/build/api/schema/input-source/input-source.js +0 -6
  16. package/build/api/schema/input-source/input-source.js.map +1 -1
  17. package/build/api/schema/input-sources/directory.d.ts.map +1 -1
  18. package/build/api/schema/input-sources/directory.js +17 -4
  19. package/build/api/schema/input-sources/directory.js.map +1 -1
  20. package/build/api/schema/input-sources/file.d.ts.map +1 -1
  21. package/build/api/schema/input-sources/file.js +15 -4
  22. package/build/api/schema/input-sources/file.js.map +1 -1
  23. package/build/api/schema/input-sources/introspection-file.d.ts.map +1 -1
  24. package/build/api/schema/input-sources/introspection-file.js +28 -6
  25. package/build/api/schema/input-sources/introspection-file.js.map +1 -1
  26. package/build/api/schema/input-sources/introspection.d.ts.map +1 -1
  27. package/build/api/schema/input-sources/introspection.js +35 -7
  28. package/build/api/schema/input-sources/introspection.js.map +1 -1
  29. package/build/api/schema/input-sources/memory.d.ts.map +1 -1
  30. package/build/api/schema/input-sources/memory.js +15 -3
  31. package/build/api/schema/input-sources/memory.js.map +1 -1
  32. package/build/api/schema/input-sources/versioned-directory.js +20 -4
  33. package/build/api/schema/input-sources/versioned-directory.js.map +1 -1
  34. package/build/api/schema/load.d.ts +1 -1
  35. package/build/api/schema/load.d.ts.map +1 -1
  36. package/build/api/schema/load.js +1 -1
  37. package/build/api/schema/load.js.map +1 -1
  38. package/build/cli/commands/hero-image.d.ts +1 -2
  39. package/build/cli/commands/hero-image.d.ts.map +1 -1
  40. package/build/cli/index.d.ts +1 -1
  41. package/build/template/components/ReferenceVersionPicker.d.ts +9 -0
  42. package/build/template/components/ReferenceVersionPicker.d.ts.map +1 -0
  43. package/build/template/components/ReferenceVersionPicker.js +79 -0
  44. package/build/template/components/ReferenceVersionPicker.js.map +1 -0
  45. package/build/template/components/VersionPicker.d.ts +8 -3
  46. package/build/template/components/VersionPicker.d.ts.map +1 -1
  47. package/build/template/components/VersionPicker.js +12 -77
  48. package/build/template/components/VersionPicker.js.map +1 -1
  49. package/build/template/routes/changelog/ChangelogBody.d.ts +6 -0
  50. package/build/template/routes/changelog/ChangelogBody.d.ts.map +1 -0
  51. package/build/template/{components/Changelog/Changelog.js → routes/changelog/ChangelogBody.js} +8 -58
  52. package/build/template/routes/changelog/ChangelogBody.js.map +1 -0
  53. package/build/template/routes/changelog/ChangelogSidebar.d.ts +7 -0
  54. package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -0
  55. package/build/template/routes/changelog/ChangelogSidebar.js +46 -0
  56. package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -0
  57. package/build/template/routes/changelog/ChangelogSidebarItem.d.ts +11 -0
  58. package/build/template/routes/changelog/ChangelogSidebarItem.d.ts.map +1 -0
  59. package/build/template/routes/changelog/ChangelogSidebarItem.js +35 -0
  60. package/build/template/routes/changelog/ChangelogSidebarItem.js.map +1 -0
  61. package/build/template/routes/changelog/_.d.ts +3264 -0
  62. package/build/template/routes/changelog/_.d.ts.map +1 -0
  63. package/build/template/routes/changelog/_.js +111 -0
  64. package/build/template/routes/changelog/_.js.map +1 -0
  65. package/build/template/routes/changelog/utils.d.ts +3 -0
  66. package/build/template/routes/changelog/utils.d.ts.map +1 -0
  67. package/build/template/routes/changelog/utils.js +11 -0
  68. package/build/template/routes/changelog/utils.js.map +1 -0
  69. package/build/template/routes/reference.js +2 -2
  70. package/build/template/routes/reference.js.map +1 -1
  71. package/build/template/routes/root.js +1 -1
  72. package/build/template/routes/root.js.map +1 -1
  73. package/build/template/theme/swiss-sharp.css +14 -14
  74. package/build/vite/plugins/schemas.d.ts +1 -2
  75. package/build/vite/plugins/schemas.d.ts.map +1 -1
  76. package/build/vite/plugins/schemas.js +0 -1
  77. package/build/vite/plugins/schemas.js.map +1 -1
  78. package/package.json +1 -1
  79. package/src/api/errors.ts +227 -0
  80. package/src/api/schema/input-source/$$.ts +1 -0
  81. package/src/api/schema/input-source/errors.ts +26 -0
  82. package/src/api/schema/input-source/input-source.ts +1 -22
  83. package/src/api/schema/input-sources/directory.ts +18 -13
  84. package/src/api/schema/input-sources/file.ts +17 -4
  85. package/src/api/schema/input-sources/introspection-file.ts +30 -15
  86. package/src/api/schema/input-sources/introspection.ts +38 -7
  87. package/src/api/schema/input-sources/memory.ts +19 -3
  88. package/src/api/schema/input-sources/versioned-directory.ts +20 -20
  89. package/src/api/schema/load.ts +3 -2
  90. package/src/template/components/ReferenceVersionPicker.tsx +107 -0
  91. package/src/template/components/VersionPicker.tsx +32 -98
  92. package/src/template/{components/Changelog/Changelog.tsx → routes/changelog/ChangelogBody.tsx} +7 -64
  93. package/src/template/routes/changelog/ChangelogSidebar.tsx +80 -0
  94. package/src/template/routes/changelog/ChangelogSidebarItem.tsx +68 -0
  95. package/src/template/routes/changelog/_.tsx +129 -0
  96. package/src/template/routes/changelog/utils.ts +13 -0
  97. package/src/template/routes/reference.tsx +2 -2
  98. package/src/template/routes/root.tsx +1 -1
  99. package/src/template/theme/swiss-sharp.css +14 -14
  100. package/src/vite/plugins/schemas.ts +0 -1
  101. package/build/sandbox.d.ts +0 -2
  102. package/build/sandbox.d.ts.map +0 -1
  103. package/build/sandbox.js +0 -17
  104. package/build/sandbox.js.map +0 -1
  105. package/build/template/components/Changelog/Changelog.d.ts +0 -8
  106. package/build/template/components/Changelog/Changelog.d.ts.map +0 -1
  107. package/build/template/components/Changelog/Changelog.js.map +0 -1
  108. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts +0 -8
  109. package/build/template/components/Changelog/ChangelogVersionPicker.d.ts.map +0 -1
  110. package/build/template/components/Changelog/ChangelogVersionPicker.js +0 -16
  111. package/build/template/components/Changelog/ChangelogVersionPicker.js.map +0 -1
  112. package/build/template/components/SimpleVersionPicker.d.ts +0 -15
  113. package/build/template/components/SimpleVersionPicker.d.ts.map +0 -1
  114. package/build/template/components/SimpleVersionPicker.js +0 -15
  115. package/build/template/components/SimpleVersionPicker.js.map +0 -1
  116. package/build/template/routes/changelog.d.ts +0 -1635
  117. package/build/template/routes/changelog.d.ts.map +0 -1
  118. package/build/template/routes/changelog.js +0 -168
  119. package/build/template/routes/changelog.js.map +0 -1
  120. package/src/sandbox.ts +0 -15
  121. package/src/template/components/Changelog/ChangelogVersionPicker.tsx +0 -36
  122. package/src/template/components/SimpleVersionPicker.tsx +0 -48
  123. package/src/template/routes/changelog.tsx +0 -267
@@ -0,0 +1,3264 @@
1
+ import { S } from '#lib/kit-temp/$';
2
+ import { Schema } from '#lib/schema/$';
3
+ import { Version } from '#lib/version';
4
+ export declare const changelog: import("../../../lib/react-router-effect/types.js").SchemaRoute<S.Struct<{
5
+ catalog: S.Union<[S.Struct<{
6
+ _tag: S.tag<"CatalogVersioned">;
7
+ } & {
8
+ entries: S.HashMap<S.transformOrFail<S.Union<[typeof S.String, typeof S.Number]>, S.Union<[typeof Version.IntegerVersion.Integer, typeof Version.SemverVersion.Semver, typeof Version.DateVersion.Date, typeof Version.CustomVersion.Custom]>, never>, S.TaggedStruct<"SchemaVersioned", {
9
+ version: S.transformOrFail<S.Union<[typeof S.String, typeof S.Number]>, S.Union<[typeof Version.IntegerVersion.Integer, typeof Version.SemverVersion.Semver, typeof Version.DateVersion.Date, typeof Version.CustomVersion.Custom]>, never>;
10
+ branchPoint: S.NullOr<S.Struct<{
11
+ schema: S.suspend<Schema.Versioned.Versioned, Schema.Versioned.VersionedEncoded, never>;
12
+ revision: S.Struct<{
13
+ _tag: S.tag<"Revision">;
14
+ } & {
15
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
16
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
17
+ name: typeof S.String;
18
+ message: typeof S.String;
19
+ path: S.optional<typeof S.String>;
20
+ criticality: S.Struct<{
21
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
22
+ reason: S.optional<typeof S.String>;
23
+ }>;
24
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
25
+ name: typeof S.String;
26
+ message: typeof S.String;
27
+ path: S.optional<typeof S.String>;
28
+ criticality: S.Struct<{
29
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
30
+ reason: S.optional<typeof S.String>;
31
+ }>;
32
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
33
+ name: typeof S.String;
34
+ oldKind: typeof S.String;
35
+ newKind: typeof S.String;
36
+ message: typeof S.String;
37
+ path: S.optional<typeof S.String>;
38
+ criticality: S.Struct<{
39
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
40
+ reason: S.optional<typeof S.String>;
41
+ }>;
42
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
43
+ name: typeof S.String;
44
+ oldDescription: S.optional<typeof S.String>;
45
+ newDescription: S.optional<typeof S.String>;
46
+ message: typeof S.String;
47
+ path: S.optional<typeof S.String>;
48
+ criticality: S.Struct<{
49
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
50
+ reason: S.optional<typeof S.String>;
51
+ }>;
52
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
53
+ name: typeof S.String;
54
+ description: typeof S.String;
55
+ message: typeof S.String;
56
+ path: S.optional<typeof S.String>;
57
+ criticality: S.Struct<{
58
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
59
+ reason: S.optional<typeof S.String>;
60
+ }>;
61
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
62
+ name: typeof S.String;
63
+ message: typeof S.String;
64
+ path: S.optional<typeof S.String>;
65
+ criticality: S.Struct<{
66
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
67
+ reason: S.optional<typeof S.String>;
68
+ }>;
69
+ }>, S.TaggedStruct<"FIELD_ADDED", {
70
+ typeName: typeof S.String;
71
+ fieldName: typeof S.String;
72
+ isDeprecated: typeof S.Boolean;
73
+ isSafe: typeof S.Boolean;
74
+ message: typeof S.String;
75
+ path: S.optional<typeof S.String>;
76
+ criticality: S.Struct<{
77
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
78
+ reason: S.optional<typeof S.String>;
79
+ }>;
80
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
81
+ typeName: typeof S.String;
82
+ fieldName: typeof S.String;
83
+ message: typeof S.String;
84
+ path: S.optional<typeof S.String>;
85
+ criticality: S.Struct<{
86
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
87
+ reason: S.optional<typeof S.String>;
88
+ }>;
89
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
90
+ typeName: typeof S.String;
91
+ fieldName: typeof S.String;
92
+ oldType: typeof S.String;
93
+ newType: typeof S.String;
94
+ isSafe: typeof S.Boolean;
95
+ message: typeof S.String;
96
+ path: S.optional<typeof S.String>;
97
+ criticality: S.Struct<{
98
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
99
+ reason: S.optional<typeof S.String>;
100
+ }>;
101
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
102
+ typeName: typeof S.String;
103
+ fieldName: typeof S.String;
104
+ reason: S.optional<typeof S.String>;
105
+ message: typeof S.String;
106
+ path: S.optional<typeof S.String>;
107
+ criticality: S.Struct<{
108
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
109
+ reason: S.optional<typeof S.String>;
110
+ }>;
111
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
112
+ typeName: typeof S.String;
113
+ fieldName: typeof S.String;
114
+ message: typeof S.String;
115
+ path: S.optional<typeof S.String>;
116
+ criticality: S.Struct<{
117
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
118
+ reason: S.optional<typeof S.String>;
119
+ }>;
120
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
121
+ typeName: typeof S.String;
122
+ fieldName: typeof S.String;
123
+ oldReason: S.optional<typeof S.String>;
124
+ newReason: S.optional<typeof S.String>;
125
+ message: typeof S.String;
126
+ path: S.optional<typeof S.String>;
127
+ criticality: S.Struct<{
128
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
129
+ reason: S.optional<typeof S.String>;
130
+ }>;
131
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
132
+ typeName: typeof S.String;
133
+ fieldName: typeof S.String;
134
+ reason: typeof S.String;
135
+ message: typeof S.String;
136
+ path: S.optional<typeof S.String>;
137
+ criticality: S.Struct<{
138
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
139
+ reason: S.optional<typeof S.String>;
140
+ }>;
141
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
142
+ typeName: typeof S.String;
143
+ fieldName: typeof S.String;
144
+ message: typeof S.String;
145
+ path: S.optional<typeof S.String>;
146
+ criticality: S.Struct<{
147
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
148
+ reason: S.optional<typeof S.String>;
149
+ }>;
150
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
151
+ typeName: typeof S.String;
152
+ fieldName: typeof S.String;
153
+ oldDescription: S.optional<typeof S.String>;
154
+ newDescription: S.optional<typeof S.String>;
155
+ message: typeof S.String;
156
+ path: S.optional<typeof S.String>;
157
+ criticality: S.Struct<{
158
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
159
+ reason: S.optional<typeof S.String>;
160
+ }>;
161
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
162
+ typeName: typeof S.String;
163
+ fieldName: typeof S.String;
164
+ description: typeof S.String;
165
+ message: typeof S.String;
166
+ path: S.optional<typeof S.String>;
167
+ criticality: S.Struct<{
168
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
169
+ reason: S.optional<typeof S.String>;
170
+ }>;
171
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
172
+ typeName: typeof S.String;
173
+ fieldName: typeof S.String;
174
+ message: typeof S.String;
175
+ path: S.optional<typeof S.String>;
176
+ criticality: S.Struct<{
177
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
178
+ reason: S.optional<typeof S.String>;
179
+ }>;
180
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
181
+ typeName: typeof S.String;
182
+ fieldName: typeof S.String;
183
+ argumentName: typeof S.String;
184
+ type: typeof S.String;
185
+ defaultValue: S.optional<typeof S.Unknown>;
186
+ message: typeof S.String;
187
+ path: S.optional<typeof S.String>;
188
+ criticality: S.Struct<{
189
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
190
+ reason: S.optional<typeof S.String>;
191
+ }>;
192
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
193
+ typeName: typeof S.String;
194
+ fieldName: typeof S.String;
195
+ argumentName: typeof S.String;
196
+ message: typeof S.String;
197
+ path: S.optional<typeof S.String>;
198
+ criticality: S.Struct<{
199
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
200
+ reason: S.optional<typeof S.String>;
201
+ }>;
202
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
203
+ typeName: typeof S.String;
204
+ fieldName: typeof S.String;
205
+ argumentName: typeof S.String;
206
+ oldType: typeof S.String;
207
+ newType: typeof S.String;
208
+ message: typeof S.String;
209
+ path: S.optional<typeof S.String>;
210
+ criticality: S.Struct<{
211
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
212
+ reason: S.optional<typeof S.String>;
213
+ }>;
214
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
215
+ typeName: typeof S.String;
216
+ fieldName: typeof S.String;
217
+ argumentName: typeof S.String;
218
+ oldDescription: S.optional<typeof S.String>;
219
+ newDescription: S.optional<typeof S.String>;
220
+ message: typeof S.String;
221
+ path: S.optional<typeof S.String>;
222
+ criticality: S.Struct<{
223
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
224
+ reason: S.optional<typeof S.String>;
225
+ }>;
226
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
227
+ typeName: typeof S.String;
228
+ fieldName: typeof S.String;
229
+ argumentName: typeof S.String;
230
+ oldDefault: S.optional<typeof S.Unknown>;
231
+ newDefault: S.optional<typeof S.Unknown>;
232
+ message: typeof S.String;
233
+ path: S.optional<typeof S.String>;
234
+ criticality: S.Struct<{
235
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
236
+ reason: S.optional<typeof S.String>;
237
+ }>;
238
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
239
+ enumName: typeof S.String;
240
+ value: typeof S.String;
241
+ isDeprecated: typeof S.Boolean;
242
+ message: typeof S.String;
243
+ path: S.optional<typeof S.String>;
244
+ criticality: S.Struct<{
245
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
246
+ reason: S.optional<typeof S.String>;
247
+ }>;
248
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
249
+ enumName: typeof S.String;
250
+ value: typeof S.String;
251
+ message: typeof S.String;
252
+ path: S.optional<typeof S.String>;
253
+ criticality: S.Struct<{
254
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
255
+ reason: S.optional<typeof S.String>;
256
+ }>;
257
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
258
+ enumName: typeof S.String;
259
+ value: typeof S.String;
260
+ oldDescription: S.optional<typeof S.String>;
261
+ newDescription: S.optional<typeof S.String>;
262
+ message: typeof S.String;
263
+ path: S.optional<typeof S.String>;
264
+ criticality: S.Struct<{
265
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
266
+ reason: S.optional<typeof S.String>;
267
+ }>;
268
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
269
+ enumName: typeof S.String;
270
+ value: typeof S.String;
271
+ reason: S.optional<typeof S.String>;
272
+ message: typeof S.String;
273
+ path: S.optional<typeof S.String>;
274
+ criticality: S.Struct<{
275
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
276
+ reason: S.optional<typeof S.String>;
277
+ }>;
278
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
279
+ enumName: typeof S.String;
280
+ value: typeof S.String;
281
+ message: typeof S.String;
282
+ path: S.optional<typeof S.String>;
283
+ criticality: S.Struct<{
284
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
285
+ reason: S.optional<typeof S.String>;
286
+ }>;
287
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
288
+ enumName: typeof S.String;
289
+ value: typeof S.String;
290
+ oldReason: S.optional<typeof S.String>;
291
+ newReason: S.optional<typeof S.String>;
292
+ message: typeof S.String;
293
+ path: S.optional<typeof S.String>;
294
+ criticality: S.Struct<{
295
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
296
+ reason: S.optional<typeof S.String>;
297
+ }>;
298
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
299
+ enumName: typeof S.String;
300
+ value: typeof S.String;
301
+ reason: typeof S.String;
302
+ message: typeof S.String;
303
+ path: S.optional<typeof S.String>;
304
+ criticality: S.Struct<{
305
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
306
+ reason: S.optional<typeof S.String>;
307
+ }>;
308
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
309
+ enumName: typeof S.String;
310
+ value: typeof S.String;
311
+ message: typeof S.String;
312
+ path: S.optional<typeof S.String>;
313
+ criticality: S.Struct<{
314
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
315
+ reason: S.optional<typeof S.String>;
316
+ }>;
317
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
318
+ inputName: typeof S.String;
319
+ fieldName: typeof S.String;
320
+ isNullable: typeof S.Boolean;
321
+ message: typeof S.String;
322
+ path: S.optional<typeof S.String>;
323
+ criticality: S.Struct<{
324
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
325
+ reason: S.optional<typeof S.String>;
326
+ }>;
327
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
328
+ inputName: typeof S.String;
329
+ fieldName: typeof S.String;
330
+ message: typeof S.String;
331
+ path: S.optional<typeof S.String>;
332
+ criticality: S.Struct<{
333
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
334
+ reason: S.optional<typeof S.String>;
335
+ }>;
336
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
337
+ inputName: typeof S.String;
338
+ fieldName: typeof S.String;
339
+ oldType: typeof S.String;
340
+ newType: typeof S.String;
341
+ message: typeof S.String;
342
+ path: S.optional<typeof S.String>;
343
+ criticality: S.Struct<{
344
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
345
+ reason: S.optional<typeof S.String>;
346
+ }>;
347
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
348
+ inputName: typeof S.String;
349
+ fieldName: typeof S.String;
350
+ description: typeof S.String;
351
+ message: typeof S.String;
352
+ path: S.optional<typeof S.String>;
353
+ criticality: S.Struct<{
354
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
355
+ reason: S.optional<typeof S.String>;
356
+ }>;
357
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
358
+ inputName: typeof S.String;
359
+ fieldName: typeof S.String;
360
+ message: typeof S.String;
361
+ path: S.optional<typeof S.String>;
362
+ criticality: S.Struct<{
363
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
364
+ reason: S.optional<typeof S.String>;
365
+ }>;
366
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
367
+ inputName: typeof S.String;
368
+ fieldName: typeof S.String;
369
+ oldDescription: S.optional<typeof S.String>;
370
+ newDescription: S.optional<typeof S.String>;
371
+ message: typeof S.String;
372
+ path: S.optional<typeof S.String>;
373
+ criticality: S.Struct<{
374
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
375
+ reason: S.optional<typeof S.String>;
376
+ }>;
377
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
378
+ inputName: typeof S.String;
379
+ fieldName: typeof S.String;
380
+ oldDefault: S.optional<typeof S.Unknown>;
381
+ newDefault: S.optional<typeof S.Unknown>;
382
+ message: typeof S.String;
383
+ path: S.optional<typeof S.String>;
384
+ criticality: S.Struct<{
385
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
386
+ reason: S.optional<typeof S.String>;
387
+ }>;
388
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
389
+ unionName: typeof S.String;
390
+ memberName: typeof S.String;
391
+ message: typeof S.String;
392
+ path: S.optional<typeof S.String>;
393
+ criticality: S.Struct<{
394
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
395
+ reason: S.optional<typeof S.String>;
396
+ }>;
397
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
398
+ unionName: typeof S.String;
399
+ memberName: typeof S.String;
400
+ message: typeof S.String;
401
+ path: S.optional<typeof S.String>;
402
+ criticality: S.Struct<{
403
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
404
+ reason: S.optional<typeof S.String>;
405
+ }>;
406
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
407
+ objectName: typeof S.String;
408
+ interfaceName: typeof S.String;
409
+ message: typeof S.String;
410
+ path: S.optional<typeof S.String>;
411
+ criticality: S.Struct<{
412
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
413
+ reason: S.optional<typeof S.String>;
414
+ }>;
415
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
416
+ objectName: typeof S.String;
417
+ interfaceName: typeof S.String;
418
+ message: typeof S.String;
419
+ path: S.optional<typeof S.String>;
420
+ criticality: S.Struct<{
421
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
422
+ reason: S.optional<typeof S.String>;
423
+ }>;
424
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
425
+ name: typeof S.String;
426
+ locations: S.Array$<typeof S.String>;
427
+ message: typeof S.String;
428
+ path: S.optional<typeof S.String>;
429
+ criticality: S.Struct<{
430
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
431
+ reason: S.optional<typeof S.String>;
432
+ }>;
433
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
434
+ name: typeof S.String;
435
+ message: typeof S.String;
436
+ path: S.optional<typeof S.String>;
437
+ criticality: S.Struct<{
438
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
439
+ reason: S.optional<typeof S.String>;
440
+ }>;
441
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
442
+ name: typeof S.String;
443
+ oldDescription: S.optional<typeof S.String>;
444
+ newDescription: S.optional<typeof S.String>;
445
+ message: typeof S.String;
446
+ path: S.optional<typeof S.String>;
447
+ criticality: S.Struct<{
448
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
449
+ reason: S.optional<typeof S.String>;
450
+ }>;
451
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
452
+ name: typeof S.String;
453
+ location: typeof S.String;
454
+ message: typeof S.String;
455
+ path: S.optional<typeof S.String>;
456
+ criticality: S.Struct<{
457
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
458
+ reason: S.optional<typeof S.String>;
459
+ }>;
460
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
461
+ name: typeof S.String;
462
+ location: typeof S.String;
463
+ message: typeof S.String;
464
+ path: S.optional<typeof S.String>;
465
+ criticality: S.Struct<{
466
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
467
+ reason: S.optional<typeof S.String>;
468
+ }>;
469
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
470
+ directiveName: typeof S.String;
471
+ argumentName: typeof S.String;
472
+ type: typeof S.String;
473
+ message: typeof S.String;
474
+ path: S.optional<typeof S.String>;
475
+ criticality: S.Struct<{
476
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
477
+ reason: S.optional<typeof S.String>;
478
+ }>;
479
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
480
+ directiveName: typeof S.String;
481
+ argumentName: typeof S.String;
482
+ message: typeof S.String;
483
+ path: S.optional<typeof S.String>;
484
+ criticality: S.Struct<{
485
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
486
+ reason: S.optional<typeof S.String>;
487
+ }>;
488
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
489
+ directiveName: typeof S.String;
490
+ argumentName: typeof S.String;
491
+ oldDescription: S.optional<typeof S.String>;
492
+ newDescription: S.optional<typeof S.String>;
493
+ message: typeof S.String;
494
+ path: S.optional<typeof S.String>;
495
+ criticality: S.Struct<{
496
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
497
+ reason: S.optional<typeof S.String>;
498
+ }>;
499
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
500
+ directiveName: typeof S.String;
501
+ argumentName: typeof S.String;
502
+ oldDefault: S.optional<typeof S.Unknown>;
503
+ newDefault: S.optional<typeof S.Unknown>;
504
+ message: typeof S.String;
505
+ path: S.optional<typeof S.String>;
506
+ criticality: S.Struct<{
507
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
508
+ reason: S.optional<typeof S.String>;
509
+ }>;
510
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
511
+ directiveName: typeof S.String;
512
+ argumentName: typeof S.String;
513
+ oldType: typeof S.String;
514
+ newType: typeof S.String;
515
+ message: typeof S.String;
516
+ path: S.optional<typeof S.String>;
517
+ criticality: S.Struct<{
518
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
519
+ reason: S.optional<typeof S.String>;
520
+ }>;
521
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
522
+ oldType: S.optional<typeof S.String>;
523
+ newType: S.optional<typeof S.String>;
524
+ message: typeof S.String;
525
+ path: S.optional<typeof S.String>;
526
+ criticality: S.Struct<{
527
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
528
+ reason: S.optional<typeof S.String>;
529
+ }>;
530
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
531
+ oldType: S.optional<typeof S.String>;
532
+ newType: S.optional<typeof S.String>;
533
+ message: typeof S.String;
534
+ path: S.optional<typeof S.String>;
535
+ criticality: S.Struct<{
536
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
537
+ reason: S.optional<typeof S.String>;
538
+ }>;
539
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
540
+ oldType: S.optional<typeof S.String>;
541
+ newType: S.optional<typeof S.String>;
542
+ message: typeof S.String;
543
+ path: S.optional<typeof S.String>;
544
+ criticality: S.Struct<{
545
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
546
+ reason: S.optional<typeof S.String>;
547
+ }>;
548
+ }>]>>;
549
+ }>;
550
+ }>>;
551
+ revisions: S.Array$<S.Struct<{
552
+ _tag: S.tag<"Revision">;
553
+ } & {
554
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
555
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
556
+ name: typeof S.String;
557
+ message: typeof S.String;
558
+ path: S.optional<typeof S.String>;
559
+ criticality: S.Struct<{
560
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
561
+ reason: S.optional<typeof S.String>;
562
+ }>;
563
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
564
+ name: typeof S.String;
565
+ message: typeof S.String;
566
+ path: S.optional<typeof S.String>;
567
+ criticality: S.Struct<{
568
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
569
+ reason: S.optional<typeof S.String>;
570
+ }>;
571
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
572
+ name: typeof S.String;
573
+ oldKind: typeof S.String;
574
+ newKind: typeof S.String;
575
+ message: typeof S.String;
576
+ path: S.optional<typeof S.String>;
577
+ criticality: S.Struct<{
578
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
579
+ reason: S.optional<typeof S.String>;
580
+ }>;
581
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
582
+ name: typeof S.String;
583
+ oldDescription: S.optional<typeof S.String>;
584
+ newDescription: S.optional<typeof S.String>;
585
+ message: typeof S.String;
586
+ path: S.optional<typeof S.String>;
587
+ criticality: S.Struct<{
588
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
589
+ reason: S.optional<typeof S.String>;
590
+ }>;
591
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
592
+ name: typeof S.String;
593
+ description: typeof S.String;
594
+ message: typeof S.String;
595
+ path: S.optional<typeof S.String>;
596
+ criticality: S.Struct<{
597
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
598
+ reason: S.optional<typeof S.String>;
599
+ }>;
600
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
601
+ name: typeof S.String;
602
+ message: typeof S.String;
603
+ path: S.optional<typeof S.String>;
604
+ criticality: S.Struct<{
605
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
606
+ reason: S.optional<typeof S.String>;
607
+ }>;
608
+ }>, S.TaggedStruct<"FIELD_ADDED", {
609
+ typeName: typeof S.String;
610
+ fieldName: typeof S.String;
611
+ isDeprecated: typeof S.Boolean;
612
+ isSafe: typeof S.Boolean;
613
+ message: typeof S.String;
614
+ path: S.optional<typeof S.String>;
615
+ criticality: S.Struct<{
616
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
617
+ reason: S.optional<typeof S.String>;
618
+ }>;
619
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
620
+ typeName: typeof S.String;
621
+ fieldName: typeof S.String;
622
+ message: typeof S.String;
623
+ path: S.optional<typeof S.String>;
624
+ criticality: S.Struct<{
625
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
626
+ reason: S.optional<typeof S.String>;
627
+ }>;
628
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
629
+ typeName: typeof S.String;
630
+ fieldName: typeof S.String;
631
+ oldType: typeof S.String;
632
+ newType: typeof S.String;
633
+ isSafe: typeof S.Boolean;
634
+ message: typeof S.String;
635
+ path: S.optional<typeof S.String>;
636
+ criticality: S.Struct<{
637
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
638
+ reason: S.optional<typeof S.String>;
639
+ }>;
640
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
641
+ typeName: typeof S.String;
642
+ fieldName: typeof S.String;
643
+ reason: S.optional<typeof S.String>;
644
+ message: typeof S.String;
645
+ path: S.optional<typeof S.String>;
646
+ criticality: S.Struct<{
647
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
648
+ reason: S.optional<typeof S.String>;
649
+ }>;
650
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
651
+ typeName: typeof S.String;
652
+ fieldName: typeof S.String;
653
+ message: typeof S.String;
654
+ path: S.optional<typeof S.String>;
655
+ criticality: S.Struct<{
656
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
657
+ reason: S.optional<typeof S.String>;
658
+ }>;
659
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
660
+ typeName: typeof S.String;
661
+ fieldName: typeof S.String;
662
+ oldReason: S.optional<typeof S.String>;
663
+ newReason: S.optional<typeof S.String>;
664
+ message: typeof S.String;
665
+ path: S.optional<typeof S.String>;
666
+ criticality: S.Struct<{
667
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
668
+ reason: S.optional<typeof S.String>;
669
+ }>;
670
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
671
+ typeName: typeof S.String;
672
+ fieldName: typeof S.String;
673
+ reason: typeof S.String;
674
+ message: typeof S.String;
675
+ path: S.optional<typeof S.String>;
676
+ criticality: S.Struct<{
677
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
678
+ reason: S.optional<typeof S.String>;
679
+ }>;
680
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
681
+ typeName: typeof S.String;
682
+ fieldName: typeof S.String;
683
+ message: typeof S.String;
684
+ path: S.optional<typeof S.String>;
685
+ criticality: S.Struct<{
686
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
687
+ reason: S.optional<typeof S.String>;
688
+ }>;
689
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
690
+ typeName: typeof S.String;
691
+ fieldName: typeof S.String;
692
+ oldDescription: S.optional<typeof S.String>;
693
+ newDescription: S.optional<typeof S.String>;
694
+ message: typeof S.String;
695
+ path: S.optional<typeof S.String>;
696
+ criticality: S.Struct<{
697
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
698
+ reason: S.optional<typeof S.String>;
699
+ }>;
700
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
701
+ typeName: typeof S.String;
702
+ fieldName: typeof S.String;
703
+ description: typeof S.String;
704
+ message: typeof S.String;
705
+ path: S.optional<typeof S.String>;
706
+ criticality: S.Struct<{
707
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
708
+ reason: S.optional<typeof S.String>;
709
+ }>;
710
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
711
+ typeName: typeof S.String;
712
+ fieldName: typeof S.String;
713
+ message: typeof S.String;
714
+ path: S.optional<typeof S.String>;
715
+ criticality: S.Struct<{
716
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
717
+ reason: S.optional<typeof S.String>;
718
+ }>;
719
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
720
+ typeName: typeof S.String;
721
+ fieldName: typeof S.String;
722
+ argumentName: typeof S.String;
723
+ type: typeof S.String;
724
+ defaultValue: S.optional<typeof S.Unknown>;
725
+ message: typeof S.String;
726
+ path: S.optional<typeof S.String>;
727
+ criticality: S.Struct<{
728
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
729
+ reason: S.optional<typeof S.String>;
730
+ }>;
731
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
732
+ typeName: typeof S.String;
733
+ fieldName: typeof S.String;
734
+ argumentName: typeof S.String;
735
+ message: typeof S.String;
736
+ path: S.optional<typeof S.String>;
737
+ criticality: S.Struct<{
738
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
739
+ reason: S.optional<typeof S.String>;
740
+ }>;
741
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
742
+ typeName: typeof S.String;
743
+ fieldName: typeof S.String;
744
+ argumentName: typeof S.String;
745
+ oldType: typeof S.String;
746
+ newType: typeof S.String;
747
+ message: typeof S.String;
748
+ path: S.optional<typeof S.String>;
749
+ criticality: S.Struct<{
750
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
751
+ reason: S.optional<typeof S.String>;
752
+ }>;
753
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
754
+ typeName: typeof S.String;
755
+ fieldName: typeof S.String;
756
+ argumentName: typeof S.String;
757
+ oldDescription: S.optional<typeof S.String>;
758
+ newDescription: S.optional<typeof S.String>;
759
+ message: typeof S.String;
760
+ path: S.optional<typeof S.String>;
761
+ criticality: S.Struct<{
762
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
763
+ reason: S.optional<typeof S.String>;
764
+ }>;
765
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
766
+ typeName: typeof S.String;
767
+ fieldName: typeof S.String;
768
+ argumentName: typeof S.String;
769
+ oldDefault: S.optional<typeof S.Unknown>;
770
+ newDefault: S.optional<typeof S.Unknown>;
771
+ message: typeof S.String;
772
+ path: S.optional<typeof S.String>;
773
+ criticality: S.Struct<{
774
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
775
+ reason: S.optional<typeof S.String>;
776
+ }>;
777
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
778
+ enumName: typeof S.String;
779
+ value: typeof S.String;
780
+ isDeprecated: typeof S.Boolean;
781
+ message: typeof S.String;
782
+ path: S.optional<typeof S.String>;
783
+ criticality: S.Struct<{
784
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
785
+ reason: S.optional<typeof S.String>;
786
+ }>;
787
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
788
+ enumName: typeof S.String;
789
+ value: typeof S.String;
790
+ message: typeof S.String;
791
+ path: S.optional<typeof S.String>;
792
+ criticality: S.Struct<{
793
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
794
+ reason: S.optional<typeof S.String>;
795
+ }>;
796
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
797
+ enumName: typeof S.String;
798
+ value: typeof S.String;
799
+ oldDescription: S.optional<typeof S.String>;
800
+ newDescription: S.optional<typeof S.String>;
801
+ message: typeof S.String;
802
+ path: S.optional<typeof S.String>;
803
+ criticality: S.Struct<{
804
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
805
+ reason: S.optional<typeof S.String>;
806
+ }>;
807
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
808
+ enumName: typeof S.String;
809
+ value: typeof S.String;
810
+ reason: S.optional<typeof S.String>;
811
+ message: typeof S.String;
812
+ path: S.optional<typeof S.String>;
813
+ criticality: S.Struct<{
814
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
815
+ reason: S.optional<typeof S.String>;
816
+ }>;
817
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
818
+ enumName: typeof S.String;
819
+ value: typeof S.String;
820
+ message: typeof S.String;
821
+ path: S.optional<typeof S.String>;
822
+ criticality: S.Struct<{
823
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
824
+ reason: S.optional<typeof S.String>;
825
+ }>;
826
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
827
+ enumName: typeof S.String;
828
+ value: typeof S.String;
829
+ oldReason: S.optional<typeof S.String>;
830
+ newReason: S.optional<typeof S.String>;
831
+ message: typeof S.String;
832
+ path: S.optional<typeof S.String>;
833
+ criticality: S.Struct<{
834
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
835
+ reason: S.optional<typeof S.String>;
836
+ }>;
837
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
838
+ enumName: typeof S.String;
839
+ value: typeof S.String;
840
+ reason: typeof S.String;
841
+ message: typeof S.String;
842
+ path: S.optional<typeof S.String>;
843
+ criticality: S.Struct<{
844
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
845
+ reason: S.optional<typeof S.String>;
846
+ }>;
847
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
848
+ enumName: typeof S.String;
849
+ value: typeof S.String;
850
+ message: typeof S.String;
851
+ path: S.optional<typeof S.String>;
852
+ criticality: S.Struct<{
853
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
854
+ reason: S.optional<typeof S.String>;
855
+ }>;
856
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
857
+ inputName: typeof S.String;
858
+ fieldName: typeof S.String;
859
+ isNullable: typeof S.Boolean;
860
+ message: typeof S.String;
861
+ path: S.optional<typeof S.String>;
862
+ criticality: S.Struct<{
863
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
864
+ reason: S.optional<typeof S.String>;
865
+ }>;
866
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
867
+ inputName: typeof S.String;
868
+ fieldName: typeof S.String;
869
+ message: typeof S.String;
870
+ path: S.optional<typeof S.String>;
871
+ criticality: S.Struct<{
872
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
873
+ reason: S.optional<typeof S.String>;
874
+ }>;
875
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
876
+ inputName: typeof S.String;
877
+ fieldName: typeof S.String;
878
+ oldType: typeof S.String;
879
+ newType: typeof S.String;
880
+ message: typeof S.String;
881
+ path: S.optional<typeof S.String>;
882
+ criticality: S.Struct<{
883
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
884
+ reason: S.optional<typeof S.String>;
885
+ }>;
886
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
887
+ inputName: typeof S.String;
888
+ fieldName: typeof S.String;
889
+ description: typeof S.String;
890
+ message: typeof S.String;
891
+ path: S.optional<typeof S.String>;
892
+ criticality: S.Struct<{
893
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
894
+ reason: S.optional<typeof S.String>;
895
+ }>;
896
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
897
+ inputName: typeof S.String;
898
+ fieldName: typeof S.String;
899
+ message: typeof S.String;
900
+ path: S.optional<typeof S.String>;
901
+ criticality: S.Struct<{
902
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
903
+ reason: S.optional<typeof S.String>;
904
+ }>;
905
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
906
+ inputName: typeof S.String;
907
+ fieldName: typeof S.String;
908
+ oldDescription: S.optional<typeof S.String>;
909
+ newDescription: S.optional<typeof S.String>;
910
+ message: typeof S.String;
911
+ path: S.optional<typeof S.String>;
912
+ criticality: S.Struct<{
913
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
914
+ reason: S.optional<typeof S.String>;
915
+ }>;
916
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
917
+ inputName: typeof S.String;
918
+ fieldName: typeof S.String;
919
+ oldDefault: S.optional<typeof S.Unknown>;
920
+ newDefault: S.optional<typeof S.Unknown>;
921
+ message: typeof S.String;
922
+ path: S.optional<typeof S.String>;
923
+ criticality: S.Struct<{
924
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
925
+ reason: S.optional<typeof S.String>;
926
+ }>;
927
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
928
+ unionName: typeof S.String;
929
+ memberName: typeof S.String;
930
+ message: typeof S.String;
931
+ path: S.optional<typeof S.String>;
932
+ criticality: S.Struct<{
933
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
934
+ reason: S.optional<typeof S.String>;
935
+ }>;
936
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
937
+ unionName: typeof S.String;
938
+ memberName: typeof S.String;
939
+ message: typeof S.String;
940
+ path: S.optional<typeof S.String>;
941
+ criticality: S.Struct<{
942
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
943
+ reason: S.optional<typeof S.String>;
944
+ }>;
945
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
946
+ objectName: typeof S.String;
947
+ interfaceName: typeof S.String;
948
+ message: typeof S.String;
949
+ path: S.optional<typeof S.String>;
950
+ criticality: S.Struct<{
951
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
952
+ reason: S.optional<typeof S.String>;
953
+ }>;
954
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
955
+ objectName: typeof S.String;
956
+ interfaceName: typeof S.String;
957
+ message: typeof S.String;
958
+ path: S.optional<typeof S.String>;
959
+ criticality: S.Struct<{
960
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
961
+ reason: S.optional<typeof S.String>;
962
+ }>;
963
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
964
+ name: typeof S.String;
965
+ locations: S.Array$<typeof S.String>;
966
+ message: typeof S.String;
967
+ path: S.optional<typeof S.String>;
968
+ criticality: S.Struct<{
969
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
970
+ reason: S.optional<typeof S.String>;
971
+ }>;
972
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
973
+ name: typeof S.String;
974
+ message: typeof S.String;
975
+ path: S.optional<typeof S.String>;
976
+ criticality: S.Struct<{
977
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
978
+ reason: S.optional<typeof S.String>;
979
+ }>;
980
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
981
+ name: typeof S.String;
982
+ oldDescription: S.optional<typeof S.String>;
983
+ newDescription: S.optional<typeof S.String>;
984
+ message: typeof S.String;
985
+ path: S.optional<typeof S.String>;
986
+ criticality: S.Struct<{
987
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
988
+ reason: S.optional<typeof S.String>;
989
+ }>;
990
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
991
+ name: typeof S.String;
992
+ location: typeof S.String;
993
+ message: typeof S.String;
994
+ path: S.optional<typeof S.String>;
995
+ criticality: S.Struct<{
996
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
997
+ reason: S.optional<typeof S.String>;
998
+ }>;
999
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
1000
+ name: typeof S.String;
1001
+ location: typeof S.String;
1002
+ message: typeof S.String;
1003
+ path: S.optional<typeof S.String>;
1004
+ criticality: S.Struct<{
1005
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1006
+ reason: S.optional<typeof S.String>;
1007
+ }>;
1008
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
1009
+ directiveName: typeof S.String;
1010
+ argumentName: typeof S.String;
1011
+ type: typeof S.String;
1012
+ message: typeof S.String;
1013
+ path: S.optional<typeof S.String>;
1014
+ criticality: S.Struct<{
1015
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1016
+ reason: S.optional<typeof S.String>;
1017
+ }>;
1018
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
1019
+ directiveName: typeof S.String;
1020
+ argumentName: typeof S.String;
1021
+ message: typeof S.String;
1022
+ path: S.optional<typeof S.String>;
1023
+ criticality: S.Struct<{
1024
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1025
+ reason: S.optional<typeof S.String>;
1026
+ }>;
1027
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
1028
+ directiveName: typeof S.String;
1029
+ argumentName: typeof S.String;
1030
+ oldDescription: S.optional<typeof S.String>;
1031
+ newDescription: S.optional<typeof S.String>;
1032
+ message: typeof S.String;
1033
+ path: S.optional<typeof S.String>;
1034
+ criticality: S.Struct<{
1035
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1036
+ reason: S.optional<typeof S.String>;
1037
+ }>;
1038
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
1039
+ directiveName: typeof S.String;
1040
+ argumentName: typeof S.String;
1041
+ oldDefault: S.optional<typeof S.Unknown>;
1042
+ newDefault: S.optional<typeof S.Unknown>;
1043
+ message: typeof S.String;
1044
+ path: S.optional<typeof S.String>;
1045
+ criticality: S.Struct<{
1046
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1047
+ reason: S.optional<typeof S.String>;
1048
+ }>;
1049
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
1050
+ directiveName: typeof S.String;
1051
+ argumentName: typeof S.String;
1052
+ oldType: typeof S.String;
1053
+ newType: typeof S.String;
1054
+ message: typeof S.String;
1055
+ path: S.optional<typeof S.String>;
1056
+ criticality: S.Struct<{
1057
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1058
+ reason: S.optional<typeof S.String>;
1059
+ }>;
1060
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
1061
+ oldType: S.optional<typeof S.String>;
1062
+ newType: S.optional<typeof S.String>;
1063
+ message: typeof S.String;
1064
+ path: S.optional<typeof S.String>;
1065
+ criticality: S.Struct<{
1066
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1067
+ reason: S.optional<typeof S.String>;
1068
+ }>;
1069
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
1070
+ oldType: S.optional<typeof S.String>;
1071
+ newType: S.optional<typeof S.String>;
1072
+ message: typeof S.String;
1073
+ path: S.optional<typeof S.String>;
1074
+ criticality: S.Struct<{
1075
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1076
+ reason: S.optional<typeof S.String>;
1077
+ }>;
1078
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
1079
+ oldType: S.optional<typeof S.String>;
1080
+ newType: S.optional<typeof S.String>;
1081
+ message: typeof S.String;
1082
+ path: S.optional<typeof S.String>;
1083
+ criticality: S.Struct<{
1084
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1085
+ reason: S.optional<typeof S.String>;
1086
+ }>;
1087
+ }>]>>;
1088
+ }>>;
1089
+ definition: S.transformOrFail<S.declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, S.instanceOf<import("graphql").GraphQLSchema>, never>;
1090
+ }>>;
1091
+ }>, S.Struct<{
1092
+ _tag: S.tag<"CatalogUnversioned">;
1093
+ } & {
1094
+ schema: S.Struct<{
1095
+ _tag: S.tag<"SchemaUnversioned">;
1096
+ } & {
1097
+ revisions: S.Array$<S.Struct<{
1098
+ _tag: S.tag<"Revision">;
1099
+ } & {
1100
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
1101
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
1102
+ name: typeof S.String;
1103
+ message: typeof S.String;
1104
+ path: S.optional<typeof S.String>;
1105
+ criticality: S.Struct<{
1106
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1107
+ reason: S.optional<typeof S.String>;
1108
+ }>;
1109
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
1110
+ name: typeof S.String;
1111
+ message: typeof S.String;
1112
+ path: S.optional<typeof S.String>;
1113
+ criticality: S.Struct<{
1114
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1115
+ reason: S.optional<typeof S.String>;
1116
+ }>;
1117
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
1118
+ name: typeof S.String;
1119
+ oldKind: typeof S.String;
1120
+ newKind: typeof S.String;
1121
+ message: typeof S.String;
1122
+ path: S.optional<typeof S.String>;
1123
+ criticality: S.Struct<{
1124
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1125
+ reason: S.optional<typeof S.String>;
1126
+ }>;
1127
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
1128
+ name: typeof S.String;
1129
+ oldDescription: S.optional<typeof S.String>;
1130
+ newDescription: S.optional<typeof S.String>;
1131
+ message: typeof S.String;
1132
+ path: S.optional<typeof S.String>;
1133
+ criticality: S.Struct<{
1134
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1135
+ reason: S.optional<typeof S.String>;
1136
+ }>;
1137
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
1138
+ name: typeof S.String;
1139
+ description: typeof S.String;
1140
+ message: typeof S.String;
1141
+ path: S.optional<typeof S.String>;
1142
+ criticality: S.Struct<{
1143
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1144
+ reason: S.optional<typeof S.String>;
1145
+ }>;
1146
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
1147
+ name: typeof S.String;
1148
+ message: typeof S.String;
1149
+ path: S.optional<typeof S.String>;
1150
+ criticality: S.Struct<{
1151
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1152
+ reason: S.optional<typeof S.String>;
1153
+ }>;
1154
+ }>, S.TaggedStruct<"FIELD_ADDED", {
1155
+ typeName: typeof S.String;
1156
+ fieldName: typeof S.String;
1157
+ isDeprecated: typeof S.Boolean;
1158
+ isSafe: typeof S.Boolean;
1159
+ message: typeof S.String;
1160
+ path: S.optional<typeof S.String>;
1161
+ criticality: S.Struct<{
1162
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1163
+ reason: S.optional<typeof S.String>;
1164
+ }>;
1165
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
1166
+ typeName: typeof S.String;
1167
+ fieldName: typeof S.String;
1168
+ message: typeof S.String;
1169
+ path: S.optional<typeof S.String>;
1170
+ criticality: S.Struct<{
1171
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1172
+ reason: S.optional<typeof S.String>;
1173
+ }>;
1174
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
1175
+ typeName: typeof S.String;
1176
+ fieldName: typeof S.String;
1177
+ oldType: typeof S.String;
1178
+ newType: typeof S.String;
1179
+ isSafe: typeof S.Boolean;
1180
+ message: typeof S.String;
1181
+ path: S.optional<typeof S.String>;
1182
+ criticality: S.Struct<{
1183
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1184
+ reason: S.optional<typeof S.String>;
1185
+ }>;
1186
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
1187
+ typeName: typeof S.String;
1188
+ fieldName: typeof S.String;
1189
+ reason: S.optional<typeof S.String>;
1190
+ message: typeof S.String;
1191
+ path: S.optional<typeof S.String>;
1192
+ criticality: S.Struct<{
1193
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1194
+ reason: S.optional<typeof S.String>;
1195
+ }>;
1196
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
1197
+ typeName: typeof S.String;
1198
+ fieldName: typeof S.String;
1199
+ message: typeof S.String;
1200
+ path: S.optional<typeof S.String>;
1201
+ criticality: S.Struct<{
1202
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1203
+ reason: S.optional<typeof S.String>;
1204
+ }>;
1205
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
1206
+ typeName: typeof S.String;
1207
+ fieldName: typeof S.String;
1208
+ oldReason: S.optional<typeof S.String>;
1209
+ newReason: S.optional<typeof S.String>;
1210
+ message: typeof S.String;
1211
+ path: S.optional<typeof S.String>;
1212
+ criticality: S.Struct<{
1213
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1214
+ reason: S.optional<typeof S.String>;
1215
+ }>;
1216
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
1217
+ typeName: typeof S.String;
1218
+ fieldName: typeof S.String;
1219
+ reason: typeof S.String;
1220
+ message: typeof S.String;
1221
+ path: S.optional<typeof S.String>;
1222
+ criticality: S.Struct<{
1223
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1224
+ reason: S.optional<typeof S.String>;
1225
+ }>;
1226
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
1227
+ typeName: typeof S.String;
1228
+ fieldName: typeof S.String;
1229
+ message: typeof S.String;
1230
+ path: S.optional<typeof S.String>;
1231
+ criticality: S.Struct<{
1232
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1233
+ reason: S.optional<typeof S.String>;
1234
+ }>;
1235
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
1236
+ typeName: typeof S.String;
1237
+ fieldName: typeof S.String;
1238
+ oldDescription: S.optional<typeof S.String>;
1239
+ newDescription: S.optional<typeof S.String>;
1240
+ message: typeof S.String;
1241
+ path: S.optional<typeof S.String>;
1242
+ criticality: S.Struct<{
1243
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1244
+ reason: S.optional<typeof S.String>;
1245
+ }>;
1246
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
1247
+ typeName: typeof S.String;
1248
+ fieldName: typeof S.String;
1249
+ description: typeof S.String;
1250
+ message: typeof S.String;
1251
+ path: S.optional<typeof S.String>;
1252
+ criticality: S.Struct<{
1253
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1254
+ reason: S.optional<typeof S.String>;
1255
+ }>;
1256
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
1257
+ typeName: typeof S.String;
1258
+ fieldName: typeof S.String;
1259
+ message: typeof S.String;
1260
+ path: S.optional<typeof S.String>;
1261
+ criticality: S.Struct<{
1262
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1263
+ reason: S.optional<typeof S.String>;
1264
+ }>;
1265
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
1266
+ typeName: typeof S.String;
1267
+ fieldName: typeof S.String;
1268
+ argumentName: typeof S.String;
1269
+ type: typeof S.String;
1270
+ defaultValue: S.optional<typeof S.Unknown>;
1271
+ message: typeof S.String;
1272
+ path: S.optional<typeof S.String>;
1273
+ criticality: S.Struct<{
1274
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1275
+ reason: S.optional<typeof S.String>;
1276
+ }>;
1277
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
1278
+ typeName: typeof S.String;
1279
+ fieldName: typeof S.String;
1280
+ argumentName: typeof S.String;
1281
+ message: typeof S.String;
1282
+ path: S.optional<typeof S.String>;
1283
+ criticality: S.Struct<{
1284
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1285
+ reason: S.optional<typeof S.String>;
1286
+ }>;
1287
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
1288
+ typeName: typeof S.String;
1289
+ fieldName: typeof S.String;
1290
+ argumentName: typeof S.String;
1291
+ oldType: typeof S.String;
1292
+ newType: typeof S.String;
1293
+ message: typeof S.String;
1294
+ path: S.optional<typeof S.String>;
1295
+ criticality: S.Struct<{
1296
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1297
+ reason: S.optional<typeof S.String>;
1298
+ }>;
1299
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
1300
+ typeName: typeof S.String;
1301
+ fieldName: typeof S.String;
1302
+ argumentName: typeof S.String;
1303
+ oldDescription: S.optional<typeof S.String>;
1304
+ newDescription: S.optional<typeof S.String>;
1305
+ message: typeof S.String;
1306
+ path: S.optional<typeof S.String>;
1307
+ criticality: S.Struct<{
1308
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1309
+ reason: S.optional<typeof S.String>;
1310
+ }>;
1311
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
1312
+ typeName: typeof S.String;
1313
+ fieldName: typeof S.String;
1314
+ argumentName: typeof S.String;
1315
+ oldDefault: S.optional<typeof S.Unknown>;
1316
+ newDefault: S.optional<typeof S.Unknown>;
1317
+ message: typeof S.String;
1318
+ path: S.optional<typeof S.String>;
1319
+ criticality: S.Struct<{
1320
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1321
+ reason: S.optional<typeof S.String>;
1322
+ }>;
1323
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
1324
+ enumName: typeof S.String;
1325
+ value: typeof S.String;
1326
+ isDeprecated: typeof S.Boolean;
1327
+ message: typeof S.String;
1328
+ path: S.optional<typeof S.String>;
1329
+ criticality: S.Struct<{
1330
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1331
+ reason: S.optional<typeof S.String>;
1332
+ }>;
1333
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
1334
+ enumName: typeof S.String;
1335
+ value: typeof S.String;
1336
+ message: typeof S.String;
1337
+ path: S.optional<typeof S.String>;
1338
+ criticality: S.Struct<{
1339
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1340
+ reason: S.optional<typeof S.String>;
1341
+ }>;
1342
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
1343
+ enumName: typeof S.String;
1344
+ value: typeof S.String;
1345
+ oldDescription: S.optional<typeof S.String>;
1346
+ newDescription: S.optional<typeof S.String>;
1347
+ message: typeof S.String;
1348
+ path: S.optional<typeof S.String>;
1349
+ criticality: S.Struct<{
1350
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1351
+ reason: S.optional<typeof S.String>;
1352
+ }>;
1353
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
1354
+ enumName: typeof S.String;
1355
+ value: typeof S.String;
1356
+ reason: S.optional<typeof S.String>;
1357
+ message: typeof S.String;
1358
+ path: S.optional<typeof S.String>;
1359
+ criticality: S.Struct<{
1360
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1361
+ reason: S.optional<typeof S.String>;
1362
+ }>;
1363
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
1364
+ enumName: typeof S.String;
1365
+ value: typeof S.String;
1366
+ message: typeof S.String;
1367
+ path: S.optional<typeof S.String>;
1368
+ criticality: S.Struct<{
1369
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1370
+ reason: S.optional<typeof S.String>;
1371
+ }>;
1372
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
1373
+ enumName: typeof S.String;
1374
+ value: typeof S.String;
1375
+ oldReason: S.optional<typeof S.String>;
1376
+ newReason: S.optional<typeof S.String>;
1377
+ message: typeof S.String;
1378
+ path: S.optional<typeof S.String>;
1379
+ criticality: S.Struct<{
1380
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1381
+ reason: S.optional<typeof S.String>;
1382
+ }>;
1383
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
1384
+ enumName: typeof S.String;
1385
+ value: typeof S.String;
1386
+ reason: typeof S.String;
1387
+ message: typeof S.String;
1388
+ path: S.optional<typeof S.String>;
1389
+ criticality: S.Struct<{
1390
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1391
+ reason: S.optional<typeof S.String>;
1392
+ }>;
1393
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
1394
+ enumName: typeof S.String;
1395
+ value: typeof S.String;
1396
+ message: typeof S.String;
1397
+ path: S.optional<typeof S.String>;
1398
+ criticality: S.Struct<{
1399
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1400
+ reason: S.optional<typeof S.String>;
1401
+ }>;
1402
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
1403
+ inputName: typeof S.String;
1404
+ fieldName: typeof S.String;
1405
+ isNullable: typeof S.Boolean;
1406
+ message: typeof S.String;
1407
+ path: S.optional<typeof S.String>;
1408
+ criticality: S.Struct<{
1409
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1410
+ reason: S.optional<typeof S.String>;
1411
+ }>;
1412
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
1413
+ inputName: typeof S.String;
1414
+ fieldName: typeof S.String;
1415
+ message: typeof S.String;
1416
+ path: S.optional<typeof S.String>;
1417
+ criticality: S.Struct<{
1418
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1419
+ reason: S.optional<typeof S.String>;
1420
+ }>;
1421
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
1422
+ inputName: typeof S.String;
1423
+ fieldName: typeof S.String;
1424
+ oldType: typeof S.String;
1425
+ newType: typeof S.String;
1426
+ message: typeof S.String;
1427
+ path: S.optional<typeof S.String>;
1428
+ criticality: S.Struct<{
1429
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1430
+ reason: S.optional<typeof S.String>;
1431
+ }>;
1432
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
1433
+ inputName: typeof S.String;
1434
+ fieldName: typeof S.String;
1435
+ description: typeof S.String;
1436
+ message: typeof S.String;
1437
+ path: S.optional<typeof S.String>;
1438
+ criticality: S.Struct<{
1439
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1440
+ reason: S.optional<typeof S.String>;
1441
+ }>;
1442
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
1443
+ inputName: typeof S.String;
1444
+ fieldName: typeof S.String;
1445
+ message: typeof S.String;
1446
+ path: S.optional<typeof S.String>;
1447
+ criticality: S.Struct<{
1448
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1449
+ reason: S.optional<typeof S.String>;
1450
+ }>;
1451
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
1452
+ inputName: typeof S.String;
1453
+ fieldName: typeof S.String;
1454
+ oldDescription: S.optional<typeof S.String>;
1455
+ newDescription: S.optional<typeof S.String>;
1456
+ message: typeof S.String;
1457
+ path: S.optional<typeof S.String>;
1458
+ criticality: S.Struct<{
1459
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1460
+ reason: S.optional<typeof S.String>;
1461
+ }>;
1462
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
1463
+ inputName: typeof S.String;
1464
+ fieldName: typeof S.String;
1465
+ oldDefault: S.optional<typeof S.Unknown>;
1466
+ newDefault: S.optional<typeof S.Unknown>;
1467
+ message: typeof S.String;
1468
+ path: S.optional<typeof S.String>;
1469
+ criticality: S.Struct<{
1470
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1471
+ reason: S.optional<typeof S.String>;
1472
+ }>;
1473
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
1474
+ unionName: typeof S.String;
1475
+ memberName: typeof S.String;
1476
+ message: typeof S.String;
1477
+ path: S.optional<typeof S.String>;
1478
+ criticality: S.Struct<{
1479
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1480
+ reason: S.optional<typeof S.String>;
1481
+ }>;
1482
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
1483
+ unionName: typeof S.String;
1484
+ memberName: typeof S.String;
1485
+ message: typeof S.String;
1486
+ path: S.optional<typeof S.String>;
1487
+ criticality: S.Struct<{
1488
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1489
+ reason: S.optional<typeof S.String>;
1490
+ }>;
1491
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
1492
+ objectName: typeof S.String;
1493
+ interfaceName: typeof S.String;
1494
+ message: typeof S.String;
1495
+ path: S.optional<typeof S.String>;
1496
+ criticality: S.Struct<{
1497
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1498
+ reason: S.optional<typeof S.String>;
1499
+ }>;
1500
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
1501
+ objectName: typeof S.String;
1502
+ interfaceName: typeof S.String;
1503
+ message: typeof S.String;
1504
+ path: S.optional<typeof S.String>;
1505
+ criticality: S.Struct<{
1506
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1507
+ reason: S.optional<typeof S.String>;
1508
+ }>;
1509
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
1510
+ name: typeof S.String;
1511
+ locations: S.Array$<typeof S.String>;
1512
+ message: typeof S.String;
1513
+ path: S.optional<typeof S.String>;
1514
+ criticality: S.Struct<{
1515
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1516
+ reason: S.optional<typeof S.String>;
1517
+ }>;
1518
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
1519
+ name: typeof S.String;
1520
+ message: typeof S.String;
1521
+ path: S.optional<typeof S.String>;
1522
+ criticality: S.Struct<{
1523
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1524
+ reason: S.optional<typeof S.String>;
1525
+ }>;
1526
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
1527
+ name: typeof S.String;
1528
+ oldDescription: S.optional<typeof S.String>;
1529
+ newDescription: S.optional<typeof S.String>;
1530
+ message: typeof S.String;
1531
+ path: S.optional<typeof S.String>;
1532
+ criticality: S.Struct<{
1533
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1534
+ reason: S.optional<typeof S.String>;
1535
+ }>;
1536
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
1537
+ name: typeof S.String;
1538
+ location: typeof S.String;
1539
+ message: typeof S.String;
1540
+ path: S.optional<typeof S.String>;
1541
+ criticality: S.Struct<{
1542
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1543
+ reason: S.optional<typeof S.String>;
1544
+ }>;
1545
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
1546
+ name: typeof S.String;
1547
+ location: typeof S.String;
1548
+ message: typeof S.String;
1549
+ path: S.optional<typeof S.String>;
1550
+ criticality: S.Struct<{
1551
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1552
+ reason: S.optional<typeof S.String>;
1553
+ }>;
1554
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
1555
+ directiveName: typeof S.String;
1556
+ argumentName: typeof S.String;
1557
+ type: typeof S.String;
1558
+ message: typeof S.String;
1559
+ path: S.optional<typeof S.String>;
1560
+ criticality: S.Struct<{
1561
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1562
+ reason: S.optional<typeof S.String>;
1563
+ }>;
1564
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
1565
+ directiveName: typeof S.String;
1566
+ argumentName: typeof S.String;
1567
+ message: typeof S.String;
1568
+ path: S.optional<typeof S.String>;
1569
+ criticality: S.Struct<{
1570
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1571
+ reason: S.optional<typeof S.String>;
1572
+ }>;
1573
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
1574
+ directiveName: typeof S.String;
1575
+ argumentName: typeof S.String;
1576
+ oldDescription: S.optional<typeof S.String>;
1577
+ newDescription: S.optional<typeof S.String>;
1578
+ message: typeof S.String;
1579
+ path: S.optional<typeof S.String>;
1580
+ criticality: S.Struct<{
1581
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1582
+ reason: S.optional<typeof S.String>;
1583
+ }>;
1584
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
1585
+ directiveName: typeof S.String;
1586
+ argumentName: typeof S.String;
1587
+ oldDefault: S.optional<typeof S.Unknown>;
1588
+ newDefault: S.optional<typeof S.Unknown>;
1589
+ message: typeof S.String;
1590
+ path: S.optional<typeof S.String>;
1591
+ criticality: S.Struct<{
1592
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1593
+ reason: S.optional<typeof S.String>;
1594
+ }>;
1595
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
1596
+ directiveName: typeof S.String;
1597
+ argumentName: typeof S.String;
1598
+ oldType: typeof S.String;
1599
+ newType: typeof S.String;
1600
+ message: typeof S.String;
1601
+ path: S.optional<typeof S.String>;
1602
+ criticality: S.Struct<{
1603
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1604
+ reason: S.optional<typeof S.String>;
1605
+ }>;
1606
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
1607
+ oldType: S.optional<typeof S.String>;
1608
+ newType: S.optional<typeof S.String>;
1609
+ message: typeof S.String;
1610
+ path: S.optional<typeof S.String>;
1611
+ criticality: S.Struct<{
1612
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1613
+ reason: S.optional<typeof S.String>;
1614
+ }>;
1615
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
1616
+ oldType: S.optional<typeof S.String>;
1617
+ newType: S.optional<typeof S.String>;
1618
+ message: typeof S.String;
1619
+ path: S.optional<typeof S.String>;
1620
+ criticality: S.Struct<{
1621
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1622
+ reason: S.optional<typeof S.String>;
1623
+ }>;
1624
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
1625
+ oldType: S.optional<typeof S.String>;
1626
+ newType: S.optional<typeof S.String>;
1627
+ message: typeof S.String;
1628
+ path: S.optional<typeof S.String>;
1629
+ criticality: S.Struct<{
1630
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1631
+ reason: S.optional<typeof S.String>;
1632
+ }>;
1633
+ }>]>>;
1634
+ }>>;
1635
+ definition: S.transformOrFail<S.declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, S.instanceOf<import("graphql").GraphQLSchema>, never>;
1636
+ }>;
1637
+ }>]>;
1638
+ schema: S.Union<[S.TaggedStruct<"SchemaVersioned", {
1639
+ version: S.transformOrFail<S.Union<[typeof S.String, typeof S.Number]>, S.Union<[typeof Version.IntegerVersion.Integer, typeof Version.SemverVersion.Semver, typeof Version.DateVersion.Date, typeof Version.CustomVersion.Custom]>, never>;
1640
+ branchPoint: S.NullOr<S.Struct<{
1641
+ schema: S.suspend<Schema.Versioned.Versioned, Schema.Versioned.VersionedEncoded, never>;
1642
+ revision: S.Struct<{
1643
+ _tag: S.tag<"Revision">;
1644
+ } & {
1645
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
1646
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
1647
+ name: typeof S.String;
1648
+ message: typeof S.String;
1649
+ path: S.optional<typeof S.String>;
1650
+ criticality: S.Struct<{
1651
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1652
+ reason: S.optional<typeof S.String>;
1653
+ }>;
1654
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
1655
+ name: typeof S.String;
1656
+ message: typeof S.String;
1657
+ path: S.optional<typeof S.String>;
1658
+ criticality: S.Struct<{
1659
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1660
+ reason: S.optional<typeof S.String>;
1661
+ }>;
1662
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
1663
+ name: typeof S.String;
1664
+ oldKind: typeof S.String;
1665
+ newKind: typeof S.String;
1666
+ message: typeof S.String;
1667
+ path: S.optional<typeof S.String>;
1668
+ criticality: S.Struct<{
1669
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1670
+ reason: S.optional<typeof S.String>;
1671
+ }>;
1672
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
1673
+ name: typeof S.String;
1674
+ oldDescription: S.optional<typeof S.String>;
1675
+ newDescription: S.optional<typeof S.String>;
1676
+ message: typeof S.String;
1677
+ path: S.optional<typeof S.String>;
1678
+ criticality: S.Struct<{
1679
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1680
+ reason: S.optional<typeof S.String>;
1681
+ }>;
1682
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
1683
+ name: typeof S.String;
1684
+ description: typeof S.String;
1685
+ message: typeof S.String;
1686
+ path: S.optional<typeof S.String>;
1687
+ criticality: S.Struct<{
1688
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1689
+ reason: S.optional<typeof S.String>;
1690
+ }>;
1691
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
1692
+ name: typeof S.String;
1693
+ message: typeof S.String;
1694
+ path: S.optional<typeof S.String>;
1695
+ criticality: S.Struct<{
1696
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1697
+ reason: S.optional<typeof S.String>;
1698
+ }>;
1699
+ }>, S.TaggedStruct<"FIELD_ADDED", {
1700
+ typeName: typeof S.String;
1701
+ fieldName: typeof S.String;
1702
+ isDeprecated: typeof S.Boolean;
1703
+ isSafe: typeof S.Boolean;
1704
+ message: typeof S.String;
1705
+ path: S.optional<typeof S.String>;
1706
+ criticality: S.Struct<{
1707
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1708
+ reason: S.optional<typeof S.String>;
1709
+ }>;
1710
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
1711
+ typeName: typeof S.String;
1712
+ fieldName: typeof S.String;
1713
+ message: typeof S.String;
1714
+ path: S.optional<typeof S.String>;
1715
+ criticality: S.Struct<{
1716
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1717
+ reason: S.optional<typeof S.String>;
1718
+ }>;
1719
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
1720
+ typeName: typeof S.String;
1721
+ fieldName: typeof S.String;
1722
+ oldType: typeof S.String;
1723
+ newType: typeof S.String;
1724
+ isSafe: typeof S.Boolean;
1725
+ message: typeof S.String;
1726
+ path: S.optional<typeof S.String>;
1727
+ criticality: S.Struct<{
1728
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1729
+ reason: S.optional<typeof S.String>;
1730
+ }>;
1731
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
1732
+ typeName: typeof S.String;
1733
+ fieldName: typeof S.String;
1734
+ reason: S.optional<typeof S.String>;
1735
+ message: typeof S.String;
1736
+ path: S.optional<typeof S.String>;
1737
+ criticality: S.Struct<{
1738
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1739
+ reason: S.optional<typeof S.String>;
1740
+ }>;
1741
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
1742
+ typeName: typeof S.String;
1743
+ fieldName: typeof S.String;
1744
+ message: typeof S.String;
1745
+ path: S.optional<typeof S.String>;
1746
+ criticality: S.Struct<{
1747
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1748
+ reason: S.optional<typeof S.String>;
1749
+ }>;
1750
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
1751
+ typeName: typeof S.String;
1752
+ fieldName: typeof S.String;
1753
+ oldReason: S.optional<typeof S.String>;
1754
+ newReason: S.optional<typeof S.String>;
1755
+ message: typeof S.String;
1756
+ path: S.optional<typeof S.String>;
1757
+ criticality: S.Struct<{
1758
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1759
+ reason: S.optional<typeof S.String>;
1760
+ }>;
1761
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
1762
+ typeName: typeof S.String;
1763
+ fieldName: typeof S.String;
1764
+ reason: typeof S.String;
1765
+ message: typeof S.String;
1766
+ path: S.optional<typeof S.String>;
1767
+ criticality: S.Struct<{
1768
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1769
+ reason: S.optional<typeof S.String>;
1770
+ }>;
1771
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
1772
+ typeName: typeof S.String;
1773
+ fieldName: typeof S.String;
1774
+ message: typeof S.String;
1775
+ path: S.optional<typeof S.String>;
1776
+ criticality: S.Struct<{
1777
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1778
+ reason: S.optional<typeof S.String>;
1779
+ }>;
1780
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
1781
+ typeName: typeof S.String;
1782
+ fieldName: typeof S.String;
1783
+ oldDescription: S.optional<typeof S.String>;
1784
+ newDescription: S.optional<typeof S.String>;
1785
+ message: typeof S.String;
1786
+ path: S.optional<typeof S.String>;
1787
+ criticality: S.Struct<{
1788
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1789
+ reason: S.optional<typeof S.String>;
1790
+ }>;
1791
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
1792
+ typeName: typeof S.String;
1793
+ fieldName: typeof S.String;
1794
+ description: typeof S.String;
1795
+ message: typeof S.String;
1796
+ path: S.optional<typeof S.String>;
1797
+ criticality: S.Struct<{
1798
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1799
+ reason: S.optional<typeof S.String>;
1800
+ }>;
1801
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
1802
+ typeName: typeof S.String;
1803
+ fieldName: typeof S.String;
1804
+ message: typeof S.String;
1805
+ path: S.optional<typeof S.String>;
1806
+ criticality: S.Struct<{
1807
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1808
+ reason: S.optional<typeof S.String>;
1809
+ }>;
1810
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
1811
+ typeName: typeof S.String;
1812
+ fieldName: typeof S.String;
1813
+ argumentName: typeof S.String;
1814
+ type: typeof S.String;
1815
+ defaultValue: S.optional<typeof S.Unknown>;
1816
+ message: typeof S.String;
1817
+ path: S.optional<typeof S.String>;
1818
+ criticality: S.Struct<{
1819
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1820
+ reason: S.optional<typeof S.String>;
1821
+ }>;
1822
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
1823
+ typeName: typeof S.String;
1824
+ fieldName: typeof S.String;
1825
+ argumentName: typeof S.String;
1826
+ message: typeof S.String;
1827
+ path: S.optional<typeof S.String>;
1828
+ criticality: S.Struct<{
1829
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1830
+ reason: S.optional<typeof S.String>;
1831
+ }>;
1832
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
1833
+ typeName: typeof S.String;
1834
+ fieldName: typeof S.String;
1835
+ argumentName: typeof S.String;
1836
+ oldType: typeof S.String;
1837
+ newType: typeof S.String;
1838
+ message: typeof S.String;
1839
+ path: S.optional<typeof S.String>;
1840
+ criticality: S.Struct<{
1841
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1842
+ reason: S.optional<typeof S.String>;
1843
+ }>;
1844
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
1845
+ typeName: typeof S.String;
1846
+ fieldName: typeof S.String;
1847
+ argumentName: typeof S.String;
1848
+ oldDescription: S.optional<typeof S.String>;
1849
+ newDescription: S.optional<typeof S.String>;
1850
+ message: typeof S.String;
1851
+ path: S.optional<typeof S.String>;
1852
+ criticality: S.Struct<{
1853
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1854
+ reason: S.optional<typeof S.String>;
1855
+ }>;
1856
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
1857
+ typeName: typeof S.String;
1858
+ fieldName: typeof S.String;
1859
+ argumentName: typeof S.String;
1860
+ oldDefault: S.optional<typeof S.Unknown>;
1861
+ newDefault: S.optional<typeof S.Unknown>;
1862
+ message: typeof S.String;
1863
+ path: S.optional<typeof S.String>;
1864
+ criticality: S.Struct<{
1865
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1866
+ reason: S.optional<typeof S.String>;
1867
+ }>;
1868
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
1869
+ enumName: typeof S.String;
1870
+ value: typeof S.String;
1871
+ isDeprecated: typeof S.Boolean;
1872
+ message: typeof S.String;
1873
+ path: S.optional<typeof S.String>;
1874
+ criticality: S.Struct<{
1875
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1876
+ reason: S.optional<typeof S.String>;
1877
+ }>;
1878
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
1879
+ enumName: typeof S.String;
1880
+ value: typeof S.String;
1881
+ message: typeof S.String;
1882
+ path: S.optional<typeof S.String>;
1883
+ criticality: S.Struct<{
1884
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1885
+ reason: S.optional<typeof S.String>;
1886
+ }>;
1887
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
1888
+ enumName: typeof S.String;
1889
+ value: typeof S.String;
1890
+ oldDescription: S.optional<typeof S.String>;
1891
+ newDescription: S.optional<typeof S.String>;
1892
+ message: typeof S.String;
1893
+ path: S.optional<typeof S.String>;
1894
+ criticality: S.Struct<{
1895
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1896
+ reason: S.optional<typeof S.String>;
1897
+ }>;
1898
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
1899
+ enumName: typeof S.String;
1900
+ value: typeof S.String;
1901
+ reason: S.optional<typeof S.String>;
1902
+ message: typeof S.String;
1903
+ path: S.optional<typeof S.String>;
1904
+ criticality: S.Struct<{
1905
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1906
+ reason: S.optional<typeof S.String>;
1907
+ }>;
1908
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
1909
+ enumName: typeof S.String;
1910
+ value: typeof S.String;
1911
+ message: typeof S.String;
1912
+ path: S.optional<typeof S.String>;
1913
+ criticality: S.Struct<{
1914
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1915
+ reason: S.optional<typeof S.String>;
1916
+ }>;
1917
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
1918
+ enumName: typeof S.String;
1919
+ value: typeof S.String;
1920
+ oldReason: S.optional<typeof S.String>;
1921
+ newReason: S.optional<typeof S.String>;
1922
+ message: typeof S.String;
1923
+ path: S.optional<typeof S.String>;
1924
+ criticality: S.Struct<{
1925
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1926
+ reason: S.optional<typeof S.String>;
1927
+ }>;
1928
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
1929
+ enumName: typeof S.String;
1930
+ value: typeof S.String;
1931
+ reason: typeof S.String;
1932
+ message: typeof S.String;
1933
+ path: S.optional<typeof S.String>;
1934
+ criticality: S.Struct<{
1935
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1936
+ reason: S.optional<typeof S.String>;
1937
+ }>;
1938
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
1939
+ enumName: typeof S.String;
1940
+ value: typeof S.String;
1941
+ message: typeof S.String;
1942
+ path: S.optional<typeof S.String>;
1943
+ criticality: S.Struct<{
1944
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1945
+ reason: S.optional<typeof S.String>;
1946
+ }>;
1947
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
1948
+ inputName: typeof S.String;
1949
+ fieldName: typeof S.String;
1950
+ isNullable: typeof S.Boolean;
1951
+ message: typeof S.String;
1952
+ path: S.optional<typeof S.String>;
1953
+ criticality: S.Struct<{
1954
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1955
+ reason: S.optional<typeof S.String>;
1956
+ }>;
1957
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
1958
+ inputName: typeof S.String;
1959
+ fieldName: typeof S.String;
1960
+ message: typeof S.String;
1961
+ path: S.optional<typeof S.String>;
1962
+ criticality: S.Struct<{
1963
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1964
+ reason: S.optional<typeof S.String>;
1965
+ }>;
1966
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
1967
+ inputName: typeof S.String;
1968
+ fieldName: typeof S.String;
1969
+ oldType: typeof S.String;
1970
+ newType: typeof S.String;
1971
+ message: typeof S.String;
1972
+ path: S.optional<typeof S.String>;
1973
+ criticality: S.Struct<{
1974
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1975
+ reason: S.optional<typeof S.String>;
1976
+ }>;
1977
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
1978
+ inputName: typeof S.String;
1979
+ fieldName: typeof S.String;
1980
+ description: typeof S.String;
1981
+ message: typeof S.String;
1982
+ path: S.optional<typeof S.String>;
1983
+ criticality: S.Struct<{
1984
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1985
+ reason: S.optional<typeof S.String>;
1986
+ }>;
1987
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
1988
+ inputName: typeof S.String;
1989
+ fieldName: typeof S.String;
1990
+ message: typeof S.String;
1991
+ path: S.optional<typeof S.String>;
1992
+ criticality: S.Struct<{
1993
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
1994
+ reason: S.optional<typeof S.String>;
1995
+ }>;
1996
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
1997
+ inputName: typeof S.String;
1998
+ fieldName: typeof S.String;
1999
+ oldDescription: S.optional<typeof S.String>;
2000
+ newDescription: S.optional<typeof S.String>;
2001
+ message: typeof S.String;
2002
+ path: S.optional<typeof S.String>;
2003
+ criticality: S.Struct<{
2004
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2005
+ reason: S.optional<typeof S.String>;
2006
+ }>;
2007
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
2008
+ inputName: typeof S.String;
2009
+ fieldName: typeof S.String;
2010
+ oldDefault: S.optional<typeof S.Unknown>;
2011
+ newDefault: S.optional<typeof S.Unknown>;
2012
+ message: typeof S.String;
2013
+ path: S.optional<typeof S.String>;
2014
+ criticality: S.Struct<{
2015
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2016
+ reason: S.optional<typeof S.String>;
2017
+ }>;
2018
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
2019
+ unionName: typeof S.String;
2020
+ memberName: typeof S.String;
2021
+ message: typeof S.String;
2022
+ path: S.optional<typeof S.String>;
2023
+ criticality: S.Struct<{
2024
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2025
+ reason: S.optional<typeof S.String>;
2026
+ }>;
2027
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
2028
+ unionName: typeof S.String;
2029
+ memberName: typeof S.String;
2030
+ message: typeof S.String;
2031
+ path: S.optional<typeof S.String>;
2032
+ criticality: S.Struct<{
2033
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2034
+ reason: S.optional<typeof S.String>;
2035
+ }>;
2036
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
2037
+ objectName: typeof S.String;
2038
+ interfaceName: typeof S.String;
2039
+ message: typeof S.String;
2040
+ path: S.optional<typeof S.String>;
2041
+ criticality: S.Struct<{
2042
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2043
+ reason: S.optional<typeof S.String>;
2044
+ }>;
2045
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
2046
+ objectName: typeof S.String;
2047
+ interfaceName: typeof S.String;
2048
+ message: typeof S.String;
2049
+ path: S.optional<typeof S.String>;
2050
+ criticality: S.Struct<{
2051
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2052
+ reason: S.optional<typeof S.String>;
2053
+ }>;
2054
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
2055
+ name: typeof S.String;
2056
+ locations: S.Array$<typeof S.String>;
2057
+ message: typeof S.String;
2058
+ path: S.optional<typeof S.String>;
2059
+ criticality: S.Struct<{
2060
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2061
+ reason: S.optional<typeof S.String>;
2062
+ }>;
2063
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
2064
+ name: typeof S.String;
2065
+ message: typeof S.String;
2066
+ path: S.optional<typeof S.String>;
2067
+ criticality: S.Struct<{
2068
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2069
+ reason: S.optional<typeof S.String>;
2070
+ }>;
2071
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
2072
+ name: typeof S.String;
2073
+ oldDescription: S.optional<typeof S.String>;
2074
+ newDescription: S.optional<typeof S.String>;
2075
+ message: typeof S.String;
2076
+ path: S.optional<typeof S.String>;
2077
+ criticality: S.Struct<{
2078
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2079
+ reason: S.optional<typeof S.String>;
2080
+ }>;
2081
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
2082
+ name: typeof S.String;
2083
+ location: typeof S.String;
2084
+ message: typeof S.String;
2085
+ path: S.optional<typeof S.String>;
2086
+ criticality: S.Struct<{
2087
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2088
+ reason: S.optional<typeof S.String>;
2089
+ }>;
2090
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
2091
+ name: typeof S.String;
2092
+ location: typeof S.String;
2093
+ message: typeof S.String;
2094
+ path: S.optional<typeof S.String>;
2095
+ criticality: S.Struct<{
2096
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2097
+ reason: S.optional<typeof S.String>;
2098
+ }>;
2099
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
2100
+ directiveName: typeof S.String;
2101
+ argumentName: typeof S.String;
2102
+ type: typeof S.String;
2103
+ message: typeof S.String;
2104
+ path: S.optional<typeof S.String>;
2105
+ criticality: S.Struct<{
2106
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2107
+ reason: S.optional<typeof S.String>;
2108
+ }>;
2109
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
2110
+ directiveName: typeof S.String;
2111
+ argumentName: typeof S.String;
2112
+ message: typeof S.String;
2113
+ path: S.optional<typeof S.String>;
2114
+ criticality: S.Struct<{
2115
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2116
+ reason: S.optional<typeof S.String>;
2117
+ }>;
2118
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
2119
+ directiveName: typeof S.String;
2120
+ argumentName: typeof S.String;
2121
+ oldDescription: S.optional<typeof S.String>;
2122
+ newDescription: S.optional<typeof S.String>;
2123
+ message: typeof S.String;
2124
+ path: S.optional<typeof S.String>;
2125
+ criticality: S.Struct<{
2126
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2127
+ reason: S.optional<typeof S.String>;
2128
+ }>;
2129
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
2130
+ directiveName: typeof S.String;
2131
+ argumentName: typeof S.String;
2132
+ oldDefault: S.optional<typeof S.Unknown>;
2133
+ newDefault: S.optional<typeof S.Unknown>;
2134
+ message: typeof S.String;
2135
+ path: S.optional<typeof S.String>;
2136
+ criticality: S.Struct<{
2137
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2138
+ reason: S.optional<typeof S.String>;
2139
+ }>;
2140
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
2141
+ directiveName: typeof S.String;
2142
+ argumentName: typeof S.String;
2143
+ oldType: typeof S.String;
2144
+ newType: typeof S.String;
2145
+ message: typeof S.String;
2146
+ path: S.optional<typeof S.String>;
2147
+ criticality: S.Struct<{
2148
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2149
+ reason: S.optional<typeof S.String>;
2150
+ }>;
2151
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
2152
+ oldType: S.optional<typeof S.String>;
2153
+ newType: S.optional<typeof S.String>;
2154
+ message: typeof S.String;
2155
+ path: S.optional<typeof S.String>;
2156
+ criticality: S.Struct<{
2157
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2158
+ reason: S.optional<typeof S.String>;
2159
+ }>;
2160
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
2161
+ oldType: S.optional<typeof S.String>;
2162
+ newType: S.optional<typeof S.String>;
2163
+ message: typeof S.String;
2164
+ path: S.optional<typeof S.String>;
2165
+ criticality: S.Struct<{
2166
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2167
+ reason: S.optional<typeof S.String>;
2168
+ }>;
2169
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
2170
+ oldType: S.optional<typeof S.String>;
2171
+ newType: S.optional<typeof S.String>;
2172
+ message: typeof S.String;
2173
+ path: S.optional<typeof S.String>;
2174
+ criticality: S.Struct<{
2175
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2176
+ reason: S.optional<typeof S.String>;
2177
+ }>;
2178
+ }>]>>;
2179
+ }>;
2180
+ }>>;
2181
+ revisions: S.Array$<S.Struct<{
2182
+ _tag: S.tag<"Revision">;
2183
+ } & {
2184
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
2185
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
2186
+ name: typeof S.String;
2187
+ message: typeof S.String;
2188
+ path: S.optional<typeof S.String>;
2189
+ criticality: S.Struct<{
2190
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2191
+ reason: S.optional<typeof S.String>;
2192
+ }>;
2193
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
2194
+ name: typeof S.String;
2195
+ message: typeof S.String;
2196
+ path: S.optional<typeof S.String>;
2197
+ criticality: S.Struct<{
2198
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2199
+ reason: S.optional<typeof S.String>;
2200
+ }>;
2201
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
2202
+ name: typeof S.String;
2203
+ oldKind: typeof S.String;
2204
+ newKind: typeof S.String;
2205
+ message: typeof S.String;
2206
+ path: S.optional<typeof S.String>;
2207
+ criticality: S.Struct<{
2208
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2209
+ reason: S.optional<typeof S.String>;
2210
+ }>;
2211
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
2212
+ name: typeof S.String;
2213
+ oldDescription: S.optional<typeof S.String>;
2214
+ newDescription: S.optional<typeof S.String>;
2215
+ message: typeof S.String;
2216
+ path: S.optional<typeof S.String>;
2217
+ criticality: S.Struct<{
2218
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2219
+ reason: S.optional<typeof S.String>;
2220
+ }>;
2221
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
2222
+ name: typeof S.String;
2223
+ description: typeof S.String;
2224
+ message: typeof S.String;
2225
+ path: S.optional<typeof S.String>;
2226
+ criticality: S.Struct<{
2227
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2228
+ reason: S.optional<typeof S.String>;
2229
+ }>;
2230
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
2231
+ name: typeof S.String;
2232
+ message: typeof S.String;
2233
+ path: S.optional<typeof S.String>;
2234
+ criticality: S.Struct<{
2235
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2236
+ reason: S.optional<typeof S.String>;
2237
+ }>;
2238
+ }>, S.TaggedStruct<"FIELD_ADDED", {
2239
+ typeName: typeof S.String;
2240
+ fieldName: typeof S.String;
2241
+ isDeprecated: typeof S.Boolean;
2242
+ isSafe: typeof S.Boolean;
2243
+ message: typeof S.String;
2244
+ path: S.optional<typeof S.String>;
2245
+ criticality: S.Struct<{
2246
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2247
+ reason: S.optional<typeof S.String>;
2248
+ }>;
2249
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
2250
+ typeName: typeof S.String;
2251
+ fieldName: typeof S.String;
2252
+ message: typeof S.String;
2253
+ path: S.optional<typeof S.String>;
2254
+ criticality: S.Struct<{
2255
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2256
+ reason: S.optional<typeof S.String>;
2257
+ }>;
2258
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
2259
+ typeName: typeof S.String;
2260
+ fieldName: typeof S.String;
2261
+ oldType: typeof S.String;
2262
+ newType: typeof S.String;
2263
+ isSafe: typeof S.Boolean;
2264
+ message: typeof S.String;
2265
+ path: S.optional<typeof S.String>;
2266
+ criticality: S.Struct<{
2267
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2268
+ reason: S.optional<typeof S.String>;
2269
+ }>;
2270
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
2271
+ typeName: typeof S.String;
2272
+ fieldName: typeof S.String;
2273
+ reason: S.optional<typeof S.String>;
2274
+ message: typeof S.String;
2275
+ path: S.optional<typeof S.String>;
2276
+ criticality: S.Struct<{
2277
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2278
+ reason: S.optional<typeof S.String>;
2279
+ }>;
2280
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
2281
+ typeName: typeof S.String;
2282
+ fieldName: typeof S.String;
2283
+ message: typeof S.String;
2284
+ path: S.optional<typeof S.String>;
2285
+ criticality: S.Struct<{
2286
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2287
+ reason: S.optional<typeof S.String>;
2288
+ }>;
2289
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
2290
+ typeName: typeof S.String;
2291
+ fieldName: typeof S.String;
2292
+ oldReason: S.optional<typeof S.String>;
2293
+ newReason: S.optional<typeof S.String>;
2294
+ message: typeof S.String;
2295
+ path: S.optional<typeof S.String>;
2296
+ criticality: S.Struct<{
2297
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2298
+ reason: S.optional<typeof S.String>;
2299
+ }>;
2300
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
2301
+ typeName: typeof S.String;
2302
+ fieldName: typeof S.String;
2303
+ reason: typeof S.String;
2304
+ message: typeof S.String;
2305
+ path: S.optional<typeof S.String>;
2306
+ criticality: S.Struct<{
2307
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2308
+ reason: S.optional<typeof S.String>;
2309
+ }>;
2310
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
2311
+ typeName: typeof S.String;
2312
+ fieldName: typeof S.String;
2313
+ message: typeof S.String;
2314
+ path: S.optional<typeof S.String>;
2315
+ criticality: S.Struct<{
2316
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2317
+ reason: S.optional<typeof S.String>;
2318
+ }>;
2319
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
2320
+ typeName: typeof S.String;
2321
+ fieldName: typeof S.String;
2322
+ oldDescription: S.optional<typeof S.String>;
2323
+ newDescription: S.optional<typeof S.String>;
2324
+ message: typeof S.String;
2325
+ path: S.optional<typeof S.String>;
2326
+ criticality: S.Struct<{
2327
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2328
+ reason: S.optional<typeof S.String>;
2329
+ }>;
2330
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
2331
+ typeName: typeof S.String;
2332
+ fieldName: typeof S.String;
2333
+ description: typeof S.String;
2334
+ message: typeof S.String;
2335
+ path: S.optional<typeof S.String>;
2336
+ criticality: S.Struct<{
2337
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2338
+ reason: S.optional<typeof S.String>;
2339
+ }>;
2340
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
2341
+ typeName: typeof S.String;
2342
+ fieldName: typeof S.String;
2343
+ message: typeof S.String;
2344
+ path: S.optional<typeof S.String>;
2345
+ criticality: S.Struct<{
2346
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2347
+ reason: S.optional<typeof S.String>;
2348
+ }>;
2349
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
2350
+ typeName: typeof S.String;
2351
+ fieldName: typeof S.String;
2352
+ argumentName: typeof S.String;
2353
+ type: typeof S.String;
2354
+ defaultValue: S.optional<typeof S.Unknown>;
2355
+ message: typeof S.String;
2356
+ path: S.optional<typeof S.String>;
2357
+ criticality: S.Struct<{
2358
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2359
+ reason: S.optional<typeof S.String>;
2360
+ }>;
2361
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
2362
+ typeName: typeof S.String;
2363
+ fieldName: typeof S.String;
2364
+ argumentName: typeof S.String;
2365
+ message: typeof S.String;
2366
+ path: S.optional<typeof S.String>;
2367
+ criticality: S.Struct<{
2368
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2369
+ reason: S.optional<typeof S.String>;
2370
+ }>;
2371
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
2372
+ typeName: typeof S.String;
2373
+ fieldName: typeof S.String;
2374
+ argumentName: typeof S.String;
2375
+ oldType: typeof S.String;
2376
+ newType: typeof S.String;
2377
+ message: typeof S.String;
2378
+ path: S.optional<typeof S.String>;
2379
+ criticality: S.Struct<{
2380
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2381
+ reason: S.optional<typeof S.String>;
2382
+ }>;
2383
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
2384
+ typeName: typeof S.String;
2385
+ fieldName: typeof S.String;
2386
+ argumentName: typeof S.String;
2387
+ oldDescription: S.optional<typeof S.String>;
2388
+ newDescription: S.optional<typeof S.String>;
2389
+ message: typeof S.String;
2390
+ path: S.optional<typeof S.String>;
2391
+ criticality: S.Struct<{
2392
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2393
+ reason: S.optional<typeof S.String>;
2394
+ }>;
2395
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
2396
+ typeName: typeof S.String;
2397
+ fieldName: typeof S.String;
2398
+ argumentName: typeof S.String;
2399
+ oldDefault: S.optional<typeof S.Unknown>;
2400
+ newDefault: S.optional<typeof S.Unknown>;
2401
+ message: typeof S.String;
2402
+ path: S.optional<typeof S.String>;
2403
+ criticality: S.Struct<{
2404
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2405
+ reason: S.optional<typeof S.String>;
2406
+ }>;
2407
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
2408
+ enumName: typeof S.String;
2409
+ value: typeof S.String;
2410
+ isDeprecated: typeof S.Boolean;
2411
+ message: typeof S.String;
2412
+ path: S.optional<typeof S.String>;
2413
+ criticality: S.Struct<{
2414
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2415
+ reason: S.optional<typeof S.String>;
2416
+ }>;
2417
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
2418
+ enumName: typeof S.String;
2419
+ value: typeof S.String;
2420
+ message: typeof S.String;
2421
+ path: S.optional<typeof S.String>;
2422
+ criticality: S.Struct<{
2423
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2424
+ reason: S.optional<typeof S.String>;
2425
+ }>;
2426
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
2427
+ enumName: typeof S.String;
2428
+ value: typeof S.String;
2429
+ oldDescription: S.optional<typeof S.String>;
2430
+ newDescription: S.optional<typeof S.String>;
2431
+ message: typeof S.String;
2432
+ path: S.optional<typeof S.String>;
2433
+ criticality: S.Struct<{
2434
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2435
+ reason: S.optional<typeof S.String>;
2436
+ }>;
2437
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
2438
+ enumName: typeof S.String;
2439
+ value: typeof S.String;
2440
+ reason: S.optional<typeof S.String>;
2441
+ message: typeof S.String;
2442
+ path: S.optional<typeof S.String>;
2443
+ criticality: S.Struct<{
2444
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2445
+ reason: S.optional<typeof S.String>;
2446
+ }>;
2447
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
2448
+ enumName: typeof S.String;
2449
+ value: typeof S.String;
2450
+ message: typeof S.String;
2451
+ path: S.optional<typeof S.String>;
2452
+ criticality: S.Struct<{
2453
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2454
+ reason: S.optional<typeof S.String>;
2455
+ }>;
2456
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
2457
+ enumName: typeof S.String;
2458
+ value: typeof S.String;
2459
+ oldReason: S.optional<typeof S.String>;
2460
+ newReason: S.optional<typeof S.String>;
2461
+ message: typeof S.String;
2462
+ path: S.optional<typeof S.String>;
2463
+ criticality: S.Struct<{
2464
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2465
+ reason: S.optional<typeof S.String>;
2466
+ }>;
2467
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
2468
+ enumName: typeof S.String;
2469
+ value: typeof S.String;
2470
+ reason: typeof S.String;
2471
+ message: typeof S.String;
2472
+ path: S.optional<typeof S.String>;
2473
+ criticality: S.Struct<{
2474
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2475
+ reason: S.optional<typeof S.String>;
2476
+ }>;
2477
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
2478
+ enumName: typeof S.String;
2479
+ value: typeof S.String;
2480
+ message: typeof S.String;
2481
+ path: S.optional<typeof S.String>;
2482
+ criticality: S.Struct<{
2483
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2484
+ reason: S.optional<typeof S.String>;
2485
+ }>;
2486
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
2487
+ inputName: typeof S.String;
2488
+ fieldName: typeof S.String;
2489
+ isNullable: typeof S.Boolean;
2490
+ message: typeof S.String;
2491
+ path: S.optional<typeof S.String>;
2492
+ criticality: S.Struct<{
2493
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2494
+ reason: S.optional<typeof S.String>;
2495
+ }>;
2496
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
2497
+ inputName: typeof S.String;
2498
+ fieldName: typeof S.String;
2499
+ message: typeof S.String;
2500
+ path: S.optional<typeof S.String>;
2501
+ criticality: S.Struct<{
2502
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2503
+ reason: S.optional<typeof S.String>;
2504
+ }>;
2505
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
2506
+ inputName: typeof S.String;
2507
+ fieldName: typeof S.String;
2508
+ oldType: typeof S.String;
2509
+ newType: typeof S.String;
2510
+ message: typeof S.String;
2511
+ path: S.optional<typeof S.String>;
2512
+ criticality: S.Struct<{
2513
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2514
+ reason: S.optional<typeof S.String>;
2515
+ }>;
2516
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
2517
+ inputName: typeof S.String;
2518
+ fieldName: typeof S.String;
2519
+ description: typeof S.String;
2520
+ message: typeof S.String;
2521
+ path: S.optional<typeof S.String>;
2522
+ criticality: S.Struct<{
2523
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2524
+ reason: S.optional<typeof S.String>;
2525
+ }>;
2526
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
2527
+ inputName: typeof S.String;
2528
+ fieldName: typeof S.String;
2529
+ message: typeof S.String;
2530
+ path: S.optional<typeof S.String>;
2531
+ criticality: S.Struct<{
2532
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2533
+ reason: S.optional<typeof S.String>;
2534
+ }>;
2535
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
2536
+ inputName: typeof S.String;
2537
+ fieldName: typeof S.String;
2538
+ oldDescription: S.optional<typeof S.String>;
2539
+ newDescription: S.optional<typeof S.String>;
2540
+ message: typeof S.String;
2541
+ path: S.optional<typeof S.String>;
2542
+ criticality: S.Struct<{
2543
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2544
+ reason: S.optional<typeof S.String>;
2545
+ }>;
2546
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
2547
+ inputName: typeof S.String;
2548
+ fieldName: typeof S.String;
2549
+ oldDefault: S.optional<typeof S.Unknown>;
2550
+ newDefault: S.optional<typeof S.Unknown>;
2551
+ message: typeof S.String;
2552
+ path: S.optional<typeof S.String>;
2553
+ criticality: S.Struct<{
2554
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2555
+ reason: S.optional<typeof S.String>;
2556
+ }>;
2557
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
2558
+ unionName: typeof S.String;
2559
+ memberName: typeof S.String;
2560
+ message: typeof S.String;
2561
+ path: S.optional<typeof S.String>;
2562
+ criticality: S.Struct<{
2563
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2564
+ reason: S.optional<typeof S.String>;
2565
+ }>;
2566
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
2567
+ unionName: typeof S.String;
2568
+ memberName: typeof S.String;
2569
+ message: typeof S.String;
2570
+ path: S.optional<typeof S.String>;
2571
+ criticality: S.Struct<{
2572
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2573
+ reason: S.optional<typeof S.String>;
2574
+ }>;
2575
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
2576
+ objectName: typeof S.String;
2577
+ interfaceName: typeof S.String;
2578
+ message: typeof S.String;
2579
+ path: S.optional<typeof S.String>;
2580
+ criticality: S.Struct<{
2581
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2582
+ reason: S.optional<typeof S.String>;
2583
+ }>;
2584
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
2585
+ objectName: typeof S.String;
2586
+ interfaceName: typeof S.String;
2587
+ message: typeof S.String;
2588
+ path: S.optional<typeof S.String>;
2589
+ criticality: S.Struct<{
2590
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2591
+ reason: S.optional<typeof S.String>;
2592
+ }>;
2593
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
2594
+ name: typeof S.String;
2595
+ locations: S.Array$<typeof S.String>;
2596
+ message: typeof S.String;
2597
+ path: S.optional<typeof S.String>;
2598
+ criticality: S.Struct<{
2599
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2600
+ reason: S.optional<typeof S.String>;
2601
+ }>;
2602
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
2603
+ name: typeof S.String;
2604
+ message: typeof S.String;
2605
+ path: S.optional<typeof S.String>;
2606
+ criticality: S.Struct<{
2607
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2608
+ reason: S.optional<typeof S.String>;
2609
+ }>;
2610
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
2611
+ name: typeof S.String;
2612
+ oldDescription: S.optional<typeof S.String>;
2613
+ newDescription: S.optional<typeof S.String>;
2614
+ message: typeof S.String;
2615
+ path: S.optional<typeof S.String>;
2616
+ criticality: S.Struct<{
2617
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2618
+ reason: S.optional<typeof S.String>;
2619
+ }>;
2620
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
2621
+ name: typeof S.String;
2622
+ location: typeof S.String;
2623
+ message: typeof S.String;
2624
+ path: S.optional<typeof S.String>;
2625
+ criticality: S.Struct<{
2626
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2627
+ reason: S.optional<typeof S.String>;
2628
+ }>;
2629
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
2630
+ name: typeof S.String;
2631
+ location: typeof S.String;
2632
+ message: typeof S.String;
2633
+ path: S.optional<typeof S.String>;
2634
+ criticality: S.Struct<{
2635
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2636
+ reason: S.optional<typeof S.String>;
2637
+ }>;
2638
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
2639
+ directiveName: typeof S.String;
2640
+ argumentName: typeof S.String;
2641
+ type: typeof S.String;
2642
+ message: typeof S.String;
2643
+ path: S.optional<typeof S.String>;
2644
+ criticality: S.Struct<{
2645
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2646
+ reason: S.optional<typeof S.String>;
2647
+ }>;
2648
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
2649
+ directiveName: typeof S.String;
2650
+ argumentName: typeof S.String;
2651
+ message: typeof S.String;
2652
+ path: S.optional<typeof S.String>;
2653
+ criticality: S.Struct<{
2654
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2655
+ reason: S.optional<typeof S.String>;
2656
+ }>;
2657
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
2658
+ directiveName: typeof S.String;
2659
+ argumentName: typeof S.String;
2660
+ oldDescription: S.optional<typeof S.String>;
2661
+ newDescription: S.optional<typeof S.String>;
2662
+ message: typeof S.String;
2663
+ path: S.optional<typeof S.String>;
2664
+ criticality: S.Struct<{
2665
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2666
+ reason: S.optional<typeof S.String>;
2667
+ }>;
2668
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
2669
+ directiveName: typeof S.String;
2670
+ argumentName: typeof S.String;
2671
+ oldDefault: S.optional<typeof S.Unknown>;
2672
+ newDefault: S.optional<typeof S.Unknown>;
2673
+ message: typeof S.String;
2674
+ path: S.optional<typeof S.String>;
2675
+ criticality: S.Struct<{
2676
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2677
+ reason: S.optional<typeof S.String>;
2678
+ }>;
2679
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
2680
+ directiveName: typeof S.String;
2681
+ argumentName: typeof S.String;
2682
+ oldType: typeof S.String;
2683
+ newType: typeof S.String;
2684
+ message: typeof S.String;
2685
+ path: S.optional<typeof S.String>;
2686
+ criticality: S.Struct<{
2687
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2688
+ reason: S.optional<typeof S.String>;
2689
+ }>;
2690
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
2691
+ oldType: S.optional<typeof S.String>;
2692
+ newType: S.optional<typeof S.String>;
2693
+ message: typeof S.String;
2694
+ path: S.optional<typeof S.String>;
2695
+ criticality: S.Struct<{
2696
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2697
+ reason: S.optional<typeof S.String>;
2698
+ }>;
2699
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
2700
+ oldType: S.optional<typeof S.String>;
2701
+ newType: S.optional<typeof S.String>;
2702
+ message: typeof S.String;
2703
+ path: S.optional<typeof S.String>;
2704
+ criticality: S.Struct<{
2705
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2706
+ reason: S.optional<typeof S.String>;
2707
+ }>;
2708
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
2709
+ oldType: S.optional<typeof S.String>;
2710
+ newType: S.optional<typeof S.String>;
2711
+ message: typeof S.String;
2712
+ path: S.optional<typeof S.String>;
2713
+ criticality: S.Struct<{
2714
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2715
+ reason: S.optional<typeof S.String>;
2716
+ }>;
2717
+ }>]>>;
2718
+ }>>;
2719
+ definition: S.transformOrFail<S.declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, S.instanceOf<import("graphql").GraphQLSchema>, never>;
2720
+ }>, S.Struct<{
2721
+ _tag: S.tag<"SchemaUnversioned">;
2722
+ } & {
2723
+ revisions: S.Array$<S.Struct<{
2724
+ _tag: S.tag<"Revision">;
2725
+ } & {
2726
+ date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
2727
+ changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
2728
+ name: typeof S.String;
2729
+ message: typeof S.String;
2730
+ path: S.optional<typeof S.String>;
2731
+ criticality: S.Struct<{
2732
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2733
+ reason: S.optional<typeof S.String>;
2734
+ }>;
2735
+ }>, S.TaggedStruct<"TYPE_REMOVED", {
2736
+ name: typeof S.String;
2737
+ message: typeof S.String;
2738
+ path: S.optional<typeof S.String>;
2739
+ criticality: S.Struct<{
2740
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2741
+ reason: S.optional<typeof S.String>;
2742
+ }>;
2743
+ }>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
2744
+ name: typeof S.String;
2745
+ oldKind: typeof S.String;
2746
+ newKind: typeof S.String;
2747
+ message: typeof S.String;
2748
+ path: S.optional<typeof S.String>;
2749
+ criticality: S.Struct<{
2750
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2751
+ reason: S.optional<typeof S.String>;
2752
+ }>;
2753
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
2754
+ name: typeof S.String;
2755
+ oldDescription: S.optional<typeof S.String>;
2756
+ newDescription: S.optional<typeof S.String>;
2757
+ message: typeof S.String;
2758
+ path: S.optional<typeof S.String>;
2759
+ criticality: S.Struct<{
2760
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2761
+ reason: S.optional<typeof S.String>;
2762
+ }>;
2763
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
2764
+ name: typeof S.String;
2765
+ description: typeof S.String;
2766
+ message: typeof S.String;
2767
+ path: S.optional<typeof S.String>;
2768
+ criticality: S.Struct<{
2769
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2770
+ reason: S.optional<typeof S.String>;
2771
+ }>;
2772
+ }>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
2773
+ name: typeof S.String;
2774
+ message: typeof S.String;
2775
+ path: S.optional<typeof S.String>;
2776
+ criticality: S.Struct<{
2777
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2778
+ reason: S.optional<typeof S.String>;
2779
+ }>;
2780
+ }>, S.TaggedStruct<"FIELD_ADDED", {
2781
+ typeName: typeof S.String;
2782
+ fieldName: typeof S.String;
2783
+ isDeprecated: typeof S.Boolean;
2784
+ isSafe: typeof S.Boolean;
2785
+ message: typeof S.String;
2786
+ path: S.optional<typeof S.String>;
2787
+ criticality: S.Struct<{
2788
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2789
+ reason: S.optional<typeof S.String>;
2790
+ }>;
2791
+ }>, S.TaggedStruct<"FIELD_REMOVED", {
2792
+ typeName: typeof S.String;
2793
+ fieldName: typeof S.String;
2794
+ message: typeof S.String;
2795
+ path: S.optional<typeof S.String>;
2796
+ criticality: S.Struct<{
2797
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2798
+ reason: S.optional<typeof S.String>;
2799
+ }>;
2800
+ }>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
2801
+ typeName: typeof S.String;
2802
+ fieldName: typeof S.String;
2803
+ oldType: typeof S.String;
2804
+ newType: typeof S.String;
2805
+ isSafe: typeof S.Boolean;
2806
+ message: typeof S.String;
2807
+ path: S.optional<typeof S.String>;
2808
+ criticality: S.Struct<{
2809
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2810
+ reason: S.optional<typeof S.String>;
2811
+ }>;
2812
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
2813
+ typeName: typeof S.String;
2814
+ fieldName: typeof S.String;
2815
+ reason: S.optional<typeof S.String>;
2816
+ message: typeof S.String;
2817
+ path: S.optional<typeof S.String>;
2818
+ criticality: S.Struct<{
2819
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2820
+ reason: S.optional<typeof S.String>;
2821
+ }>;
2822
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
2823
+ typeName: typeof S.String;
2824
+ fieldName: typeof S.String;
2825
+ message: typeof S.String;
2826
+ path: S.optional<typeof S.String>;
2827
+ criticality: S.Struct<{
2828
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2829
+ reason: S.optional<typeof S.String>;
2830
+ }>;
2831
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
2832
+ typeName: typeof S.String;
2833
+ fieldName: typeof S.String;
2834
+ oldReason: S.optional<typeof S.String>;
2835
+ newReason: S.optional<typeof S.String>;
2836
+ message: typeof S.String;
2837
+ path: S.optional<typeof S.String>;
2838
+ criticality: S.Struct<{
2839
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2840
+ reason: S.optional<typeof S.String>;
2841
+ }>;
2842
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
2843
+ typeName: typeof S.String;
2844
+ fieldName: typeof S.String;
2845
+ reason: typeof S.String;
2846
+ message: typeof S.String;
2847
+ path: S.optional<typeof S.String>;
2848
+ criticality: S.Struct<{
2849
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2850
+ reason: S.optional<typeof S.String>;
2851
+ }>;
2852
+ }>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
2853
+ typeName: typeof S.String;
2854
+ fieldName: typeof S.String;
2855
+ message: typeof S.String;
2856
+ path: S.optional<typeof S.String>;
2857
+ criticality: S.Struct<{
2858
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2859
+ reason: S.optional<typeof S.String>;
2860
+ }>;
2861
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
2862
+ typeName: typeof S.String;
2863
+ fieldName: typeof S.String;
2864
+ oldDescription: S.optional<typeof S.String>;
2865
+ newDescription: S.optional<typeof S.String>;
2866
+ message: typeof S.String;
2867
+ path: S.optional<typeof S.String>;
2868
+ criticality: S.Struct<{
2869
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2870
+ reason: S.optional<typeof S.String>;
2871
+ }>;
2872
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
2873
+ typeName: typeof S.String;
2874
+ fieldName: typeof S.String;
2875
+ description: typeof S.String;
2876
+ message: typeof S.String;
2877
+ path: S.optional<typeof S.String>;
2878
+ criticality: S.Struct<{
2879
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2880
+ reason: S.optional<typeof S.String>;
2881
+ }>;
2882
+ }>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
2883
+ typeName: typeof S.String;
2884
+ fieldName: typeof S.String;
2885
+ message: typeof S.String;
2886
+ path: S.optional<typeof S.String>;
2887
+ criticality: S.Struct<{
2888
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2889
+ reason: S.optional<typeof S.String>;
2890
+ }>;
2891
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
2892
+ typeName: typeof S.String;
2893
+ fieldName: typeof S.String;
2894
+ argumentName: typeof S.String;
2895
+ type: typeof S.String;
2896
+ defaultValue: S.optional<typeof S.Unknown>;
2897
+ message: typeof S.String;
2898
+ path: S.optional<typeof S.String>;
2899
+ criticality: S.Struct<{
2900
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2901
+ reason: S.optional<typeof S.String>;
2902
+ }>;
2903
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
2904
+ typeName: typeof S.String;
2905
+ fieldName: typeof S.String;
2906
+ argumentName: typeof S.String;
2907
+ message: typeof S.String;
2908
+ path: S.optional<typeof S.String>;
2909
+ criticality: S.Struct<{
2910
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2911
+ reason: S.optional<typeof S.String>;
2912
+ }>;
2913
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
2914
+ typeName: typeof S.String;
2915
+ fieldName: typeof S.String;
2916
+ argumentName: typeof S.String;
2917
+ oldType: typeof S.String;
2918
+ newType: typeof S.String;
2919
+ message: typeof S.String;
2920
+ path: S.optional<typeof S.String>;
2921
+ criticality: S.Struct<{
2922
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2923
+ reason: S.optional<typeof S.String>;
2924
+ }>;
2925
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
2926
+ typeName: typeof S.String;
2927
+ fieldName: typeof S.String;
2928
+ argumentName: typeof S.String;
2929
+ oldDescription: S.optional<typeof S.String>;
2930
+ newDescription: S.optional<typeof S.String>;
2931
+ message: typeof S.String;
2932
+ path: S.optional<typeof S.String>;
2933
+ criticality: S.Struct<{
2934
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2935
+ reason: S.optional<typeof S.String>;
2936
+ }>;
2937
+ }>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
2938
+ typeName: typeof S.String;
2939
+ fieldName: typeof S.String;
2940
+ argumentName: typeof S.String;
2941
+ oldDefault: S.optional<typeof S.Unknown>;
2942
+ newDefault: S.optional<typeof S.Unknown>;
2943
+ message: typeof S.String;
2944
+ path: S.optional<typeof S.String>;
2945
+ criticality: S.Struct<{
2946
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2947
+ reason: S.optional<typeof S.String>;
2948
+ }>;
2949
+ }>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
2950
+ enumName: typeof S.String;
2951
+ value: typeof S.String;
2952
+ isDeprecated: typeof S.Boolean;
2953
+ message: typeof S.String;
2954
+ path: S.optional<typeof S.String>;
2955
+ criticality: S.Struct<{
2956
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2957
+ reason: S.optional<typeof S.String>;
2958
+ }>;
2959
+ }>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
2960
+ enumName: typeof S.String;
2961
+ value: typeof S.String;
2962
+ message: typeof S.String;
2963
+ path: S.optional<typeof S.String>;
2964
+ criticality: S.Struct<{
2965
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2966
+ reason: S.optional<typeof S.String>;
2967
+ }>;
2968
+ }>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
2969
+ enumName: typeof S.String;
2970
+ value: typeof S.String;
2971
+ oldDescription: S.optional<typeof S.String>;
2972
+ newDescription: S.optional<typeof S.String>;
2973
+ message: typeof S.String;
2974
+ path: S.optional<typeof S.String>;
2975
+ criticality: S.Struct<{
2976
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2977
+ reason: S.optional<typeof S.String>;
2978
+ }>;
2979
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
2980
+ enumName: typeof S.String;
2981
+ value: typeof S.String;
2982
+ reason: S.optional<typeof S.String>;
2983
+ message: typeof S.String;
2984
+ path: S.optional<typeof S.String>;
2985
+ criticality: S.Struct<{
2986
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2987
+ reason: S.optional<typeof S.String>;
2988
+ }>;
2989
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
2990
+ enumName: typeof S.String;
2991
+ value: typeof S.String;
2992
+ message: typeof S.String;
2993
+ path: S.optional<typeof S.String>;
2994
+ criticality: S.Struct<{
2995
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
2996
+ reason: S.optional<typeof S.String>;
2997
+ }>;
2998
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
2999
+ enumName: typeof S.String;
3000
+ value: typeof S.String;
3001
+ oldReason: S.optional<typeof S.String>;
3002
+ newReason: S.optional<typeof S.String>;
3003
+ message: typeof S.String;
3004
+ path: S.optional<typeof S.String>;
3005
+ criticality: S.Struct<{
3006
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3007
+ reason: S.optional<typeof S.String>;
3008
+ }>;
3009
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
3010
+ enumName: typeof S.String;
3011
+ value: typeof S.String;
3012
+ reason: typeof S.String;
3013
+ message: typeof S.String;
3014
+ path: S.optional<typeof S.String>;
3015
+ criticality: S.Struct<{
3016
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3017
+ reason: S.optional<typeof S.String>;
3018
+ }>;
3019
+ }>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
3020
+ enumName: typeof S.String;
3021
+ value: typeof S.String;
3022
+ message: typeof S.String;
3023
+ path: S.optional<typeof S.String>;
3024
+ criticality: S.Struct<{
3025
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3026
+ reason: S.optional<typeof S.String>;
3027
+ }>;
3028
+ }>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
3029
+ inputName: typeof S.String;
3030
+ fieldName: typeof S.String;
3031
+ isNullable: typeof S.Boolean;
3032
+ message: typeof S.String;
3033
+ path: S.optional<typeof S.String>;
3034
+ criticality: S.Struct<{
3035
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3036
+ reason: S.optional<typeof S.String>;
3037
+ }>;
3038
+ }>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
3039
+ inputName: typeof S.String;
3040
+ fieldName: typeof S.String;
3041
+ message: typeof S.String;
3042
+ path: S.optional<typeof S.String>;
3043
+ criticality: S.Struct<{
3044
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3045
+ reason: S.optional<typeof S.String>;
3046
+ }>;
3047
+ }>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
3048
+ inputName: typeof S.String;
3049
+ fieldName: typeof S.String;
3050
+ oldType: typeof S.String;
3051
+ newType: typeof S.String;
3052
+ message: typeof S.String;
3053
+ path: S.optional<typeof S.String>;
3054
+ criticality: S.Struct<{
3055
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3056
+ reason: S.optional<typeof S.String>;
3057
+ }>;
3058
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
3059
+ inputName: typeof S.String;
3060
+ fieldName: typeof S.String;
3061
+ description: typeof S.String;
3062
+ message: typeof S.String;
3063
+ path: S.optional<typeof S.String>;
3064
+ criticality: S.Struct<{
3065
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3066
+ reason: S.optional<typeof S.String>;
3067
+ }>;
3068
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
3069
+ inputName: typeof S.String;
3070
+ fieldName: typeof S.String;
3071
+ message: typeof S.String;
3072
+ path: S.optional<typeof S.String>;
3073
+ criticality: S.Struct<{
3074
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3075
+ reason: S.optional<typeof S.String>;
3076
+ }>;
3077
+ }>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
3078
+ inputName: typeof S.String;
3079
+ fieldName: typeof S.String;
3080
+ oldDescription: S.optional<typeof S.String>;
3081
+ newDescription: S.optional<typeof S.String>;
3082
+ message: typeof S.String;
3083
+ path: S.optional<typeof S.String>;
3084
+ criticality: S.Struct<{
3085
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3086
+ reason: S.optional<typeof S.String>;
3087
+ }>;
3088
+ }>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
3089
+ inputName: typeof S.String;
3090
+ fieldName: typeof S.String;
3091
+ oldDefault: S.optional<typeof S.Unknown>;
3092
+ newDefault: S.optional<typeof S.Unknown>;
3093
+ message: typeof S.String;
3094
+ path: S.optional<typeof S.String>;
3095
+ criticality: S.Struct<{
3096
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3097
+ reason: S.optional<typeof S.String>;
3098
+ }>;
3099
+ }>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
3100
+ unionName: typeof S.String;
3101
+ memberName: typeof S.String;
3102
+ message: typeof S.String;
3103
+ path: S.optional<typeof S.String>;
3104
+ criticality: S.Struct<{
3105
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3106
+ reason: S.optional<typeof S.String>;
3107
+ }>;
3108
+ }>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
3109
+ unionName: typeof S.String;
3110
+ memberName: typeof S.String;
3111
+ message: typeof S.String;
3112
+ path: S.optional<typeof S.String>;
3113
+ criticality: S.Struct<{
3114
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3115
+ reason: S.optional<typeof S.String>;
3116
+ }>;
3117
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
3118
+ objectName: typeof S.String;
3119
+ interfaceName: typeof S.String;
3120
+ message: typeof S.String;
3121
+ path: S.optional<typeof S.String>;
3122
+ criticality: S.Struct<{
3123
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3124
+ reason: S.optional<typeof S.String>;
3125
+ }>;
3126
+ }>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
3127
+ objectName: typeof S.String;
3128
+ interfaceName: typeof S.String;
3129
+ message: typeof S.String;
3130
+ path: S.optional<typeof S.String>;
3131
+ criticality: S.Struct<{
3132
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3133
+ reason: S.optional<typeof S.String>;
3134
+ }>;
3135
+ }>, S.TaggedStruct<"DIRECTIVE_ADDED", {
3136
+ name: typeof S.String;
3137
+ locations: S.Array$<typeof S.String>;
3138
+ message: typeof S.String;
3139
+ path: S.optional<typeof S.String>;
3140
+ criticality: S.Struct<{
3141
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3142
+ reason: S.optional<typeof S.String>;
3143
+ }>;
3144
+ }>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
3145
+ name: typeof S.String;
3146
+ message: typeof S.String;
3147
+ path: S.optional<typeof S.String>;
3148
+ criticality: S.Struct<{
3149
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3150
+ reason: S.optional<typeof S.String>;
3151
+ }>;
3152
+ }>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
3153
+ name: typeof S.String;
3154
+ oldDescription: S.optional<typeof S.String>;
3155
+ newDescription: S.optional<typeof S.String>;
3156
+ message: typeof S.String;
3157
+ path: S.optional<typeof S.String>;
3158
+ criticality: S.Struct<{
3159
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3160
+ reason: S.optional<typeof S.String>;
3161
+ }>;
3162
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
3163
+ name: typeof S.String;
3164
+ location: typeof S.String;
3165
+ message: typeof S.String;
3166
+ path: S.optional<typeof S.String>;
3167
+ criticality: S.Struct<{
3168
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3169
+ reason: S.optional<typeof S.String>;
3170
+ }>;
3171
+ }>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
3172
+ name: typeof S.String;
3173
+ location: typeof S.String;
3174
+ message: typeof S.String;
3175
+ path: S.optional<typeof S.String>;
3176
+ criticality: S.Struct<{
3177
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3178
+ reason: S.optional<typeof S.String>;
3179
+ }>;
3180
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
3181
+ directiveName: typeof S.String;
3182
+ argumentName: typeof S.String;
3183
+ type: typeof S.String;
3184
+ message: typeof S.String;
3185
+ path: S.optional<typeof S.String>;
3186
+ criticality: S.Struct<{
3187
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3188
+ reason: S.optional<typeof S.String>;
3189
+ }>;
3190
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
3191
+ directiveName: typeof S.String;
3192
+ argumentName: typeof S.String;
3193
+ message: typeof S.String;
3194
+ path: S.optional<typeof S.String>;
3195
+ criticality: S.Struct<{
3196
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3197
+ reason: S.optional<typeof S.String>;
3198
+ }>;
3199
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
3200
+ directiveName: typeof S.String;
3201
+ argumentName: typeof S.String;
3202
+ oldDescription: S.optional<typeof S.String>;
3203
+ newDescription: S.optional<typeof S.String>;
3204
+ message: typeof S.String;
3205
+ path: S.optional<typeof S.String>;
3206
+ criticality: S.Struct<{
3207
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3208
+ reason: S.optional<typeof S.String>;
3209
+ }>;
3210
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
3211
+ directiveName: typeof S.String;
3212
+ argumentName: typeof S.String;
3213
+ oldDefault: S.optional<typeof S.Unknown>;
3214
+ newDefault: S.optional<typeof S.Unknown>;
3215
+ message: typeof S.String;
3216
+ path: S.optional<typeof S.String>;
3217
+ criticality: S.Struct<{
3218
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3219
+ reason: S.optional<typeof S.String>;
3220
+ }>;
3221
+ }>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
3222
+ directiveName: typeof S.String;
3223
+ argumentName: typeof S.String;
3224
+ oldType: typeof S.String;
3225
+ newType: typeof S.String;
3226
+ message: typeof S.String;
3227
+ path: S.optional<typeof S.String>;
3228
+ criticality: S.Struct<{
3229
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3230
+ reason: S.optional<typeof S.String>;
3231
+ }>;
3232
+ }>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
3233
+ oldType: S.optional<typeof S.String>;
3234
+ newType: S.optional<typeof S.String>;
3235
+ message: typeof S.String;
3236
+ path: S.optional<typeof S.String>;
3237
+ criticality: S.Struct<{
3238
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3239
+ reason: S.optional<typeof S.String>;
3240
+ }>;
3241
+ }>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
3242
+ oldType: S.optional<typeof S.String>;
3243
+ newType: S.optional<typeof S.String>;
3244
+ message: typeof S.String;
3245
+ path: S.optional<typeof S.String>;
3246
+ criticality: S.Struct<{
3247
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3248
+ reason: S.optional<typeof S.String>;
3249
+ }>;
3250
+ }>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
3251
+ oldType: S.optional<typeof S.String>;
3252
+ newType: S.optional<typeof S.String>;
3253
+ message: typeof S.String;
3254
+ path: S.optional<typeof S.String>;
3255
+ criticality: S.Struct<{
3256
+ level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
3257
+ reason: S.optional<typeof S.String>;
3258
+ }>;
3259
+ }>]>>;
3260
+ }>>;
3261
+ definition: S.transformOrFail<S.declare<import("graphql").DocumentNode, import("graphql").DocumentNode, readonly [], never>, S.instanceOf<import("graphql").GraphQLSchema>, never>;
3262
+ }>]>;
3263
+ }>> | null;
3264
+ //# sourceMappingURL=_.d.ts.map