polen 0.11.0-next.24 → 0.11.0-next.25
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.
- package/build/api/config/input.d.ts +76 -77
- package/build/api/config/input.d.ts.map +1 -1
- package/build/api/config/normalized.d.ts +136 -143
- package/build/api/config/normalized.d.ts.map +1 -1
- package/build/api/config-template/template.d.ts +110 -121
- package/build/api/config-template/template.d.ts.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.d.ts +0 -23
- package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.js +1 -3
- package/build/api/examples/diagnostic/diagnostic.js.map +1 -1
- package/build/api/examples/scanner.d.ts +27 -1
- package/build/api/examples/scanner.d.ts.map +1 -1
- package/build/api/examples/scanner.js +19 -17
- package/build/api/examples/scanner.js.map +1 -1
- package/build/api/examples/schemas/catalog.d.ts +20 -12
- package/build/api/examples/schemas/catalog.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.d.ts +17 -11
- package/build/api/examples/schemas/example/example.d.ts.map +1 -1
- package/build/api/schema/augmentations/$$.d.ts +7 -0
- package/build/api/schema/augmentations/$$.d.ts.map +1 -0
- package/build/api/schema/augmentations/$$.js +7 -0
- package/build/api/schema/augmentations/$$.js.map +1 -0
- package/build/api/schema/augmentations/$.d.ts +1 -1
- package/build/api/schema/augmentations/$.d.ts.map +1 -1
- package/build/api/schema/augmentations/$.js +1 -1
- package/build/api/schema/augmentations/$.js.map +1 -1
- package/build/api/schema/augmentations/apply.d.ts +29 -0
- package/build/api/schema/augmentations/apply.d.ts.map +1 -0
- package/build/api/schema/augmentations/apply.js +181 -0
- package/build/api/schema/augmentations/apply.js.map +1 -0
- package/build/api/schema/augmentations/augmentation.d.ts +31 -0
- package/build/api/schema/augmentations/augmentation.d.ts.map +1 -0
- package/build/api/schema/augmentations/augmentation.js +22 -0
- package/build/api/schema/augmentations/augmentation.js.map +1 -0
- package/build/api/schema/augmentations/config.d.ts +24 -0
- package/build/api/schema/augmentations/config.d.ts.map +1 -0
- package/build/api/schema/augmentations/config.js +9 -0
- package/build/api/schema/augmentations/config.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts +67 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js +13 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts +45 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js +17 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js +18 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js +18 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js.map +1 -0
- package/build/api/schema/augmentations/input.d.ts +145 -0
- package/build/api/schema/augmentations/input.d.ts.map +1 -0
- package/build/api/schema/augmentations/input.js +191 -0
- package/build/api/schema/augmentations/input.js.map +1 -0
- package/build/api/schema/augmentations/placement.d.ts +8 -0
- package/build/api/schema/augmentations/placement.d.ts.map +1 -0
- package/build/api/schema/augmentations/placement.js +7 -0
- package/build/api/schema/augmentations/placement.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +66 -66
- package/build/api/schema/config-schema.d.ts.map +1 -1
- package/build/api/schema/config-schema.js +2 -2
- package/build/api/schema/config-schema.js.map +1 -1
- package/build/api/schema/input-source/load.d.ts +2 -0
- package/build/api/schema/input-source/load.d.ts.map +1 -1
- package/build/api/schema/input-source/load.js.map +1 -1
- package/build/api/schema/input-sources/directory.d.ts +39 -39
- package/build/api/schema/input-sources/file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection-file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection.d.ts +39 -39
- package/build/api/schema/input-sources/memory.d.ts +39 -39
- package/build/api/schema/input-sources/versioned-directory.d.ts +79 -79
- package/build/api/schema/load.d.ts.map +1 -1
- package/build/api/schema/load.js +9 -2
- package/build/api/schema/load.js.map +1 -1
- package/build/lib/catalog/catalog.d.ts +1181 -1181
- package/build/lib/catalog/unversioned.d.ts +312 -312
- package/build/lib/catalog/versioned.d.ts +634 -634
- package/build/lib/change/change.d.ts +238 -238
- package/build/lib/document/document.d.ts +14 -8
- package/build/lib/document/document.d.ts.map +1 -1
- package/build/lib/document/versioned.d.ts +17 -10
- package/build/lib/document/versioned.d.ts.map +1 -1
- package/build/lib/grafaid/schema/KindMap/_.d.ts +1 -1
- package/build/lib/graphql-path/$$.d.ts +7 -13
- package/build/lib/graphql-path/$$.d.ts.map +1 -1
- package/build/lib/graphql-path/$$.js +7 -13
- package/build/lib/graphql-path/$$.js.map +1 -1
- package/build/lib/graphql-path/definition.d.ts +104 -94
- package/build/lib/graphql-path/definition.d.ts.map +1 -1
- package/build/lib/graphql-path/definition.js +126 -125
- package/build/lib/graphql-path/definition.js.map +1 -1
- package/build/lib/graphql-path/query.d.ts +25 -57
- package/build/lib/graphql-path/query.d.ts.map +1 -1
- package/build/lib/graphql-path/query.js +15 -93
- package/build/lib/graphql-path/query.js.map +1 -1
- package/build/lib/graphql-path/schema.d.ts +49 -0
- package/build/lib/graphql-path/schema.d.ts.map +1 -0
- package/build/lib/graphql-path/schema.js +89 -0
- package/build/lib/graphql-path/schema.js.map +1 -0
- package/build/lib/graphql-path/types.d.ts +76 -28
- package/build/lib/graphql-path/types.d.ts.map +1 -1
- package/build/lib/graphql-path/types.js +101 -2
- package/build/lib/graphql-path/types.js.map +1 -1
- package/build/lib/revision/revision.d.ts +1170 -1170
- package/build/lib/schema/schema.d.ts +708 -708
- package/build/lib/schema/unversioned.d.ts +1092 -1092
- package/build/lib/schema/versioned.d.ts +634 -634
- package/build/lib/semver/official-release.d.ts +10 -10
- package/build/lib/semver/pre-release.d.ts +10 -10
- package/build/lib/semver/semver.d.ts +50 -50
- package/build/lib/version-coverage/version-coverage.d.ts +43 -11
- package/build/lib/version-coverage/version-coverage.d.ts.map +1 -1
- package/build/lib/version-coverage/version-coverage.js +40 -6
- package/build/lib/version-coverage/version-coverage.js.map +1 -1
- package/build/template/hooks/use-examples.d.ts +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.d.ts +2 -2
- package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.js +4 -4
- package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -1
- package/build/template/routes/examples/_.d.ts +3 -3
- package/build/template/routes/examples/_index.d.ts +2 -2
- package/build/template/routes/examples/name.d.ts +3 -3
- package/build/template/stores/changelog.d.ts +39 -39
- package/build/vite/plugins/examples.d.ts.map +1 -1
- package/build/vite/plugins/examples.js +0 -2
- package/build/vite/plugins/examples.js.map +1 -1
- package/build/vite/plugins/schemas.d.ts.map +1 -1
- package/build/vite/plugins/schemas.js +38 -2
- package/build/vite/plugins/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/api/examples/diagnostic/diagnostic.ts +0 -3
- package/src/api/examples/scanner.test.ts +83 -0
- package/src/api/examples/scanner.ts +17 -21
- package/src/api/schema/augmentations/$$.ts +6 -0
- package/src/api/schema/augmentations/$.ts +1 -1
- package/src/api/schema/augmentations/apply.test.ts +89 -0
- package/src/api/schema/augmentations/apply.ts +277 -0
- package/src/api/schema/augmentations/augmentation.ts +24 -0
- package/src/api/schema/augmentations/config.ts +11 -0
- package/src/api/schema/augmentations/diagnostics/diagnostic.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/duplicate-version.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/invalid-path.ts +21 -0
- package/src/api/schema/augmentations/diagnostics/version-mismatch.ts +21 -0
- package/src/api/schema/augmentations/input.test.ts +144 -0
- package/src/api/schema/augmentations/input.ts +215 -0
- package/src/api/schema/augmentations/placement.ts +11 -0
- package/src/api/schema/config-schema.ts +2 -2
- package/src/api/schema/input-source/load.ts +2 -0
- package/src/api/schema/load.ts +19 -2
- package/src/lib/graphql-path/$$.ts +7 -13
- package/src/lib/graphql-path/$.test.ts +175 -0
- package/src/lib/graphql-path/definition.ts +162 -162
- package/src/lib/graphql-path/query.ts +15 -98
- package/src/lib/graphql-path/schema.ts +136 -0
- package/src/lib/graphql-path/types.ts +108 -28
- package/src/lib/version-coverage/version-coverage.ts +48 -6
- package/src/template/routes/changelog/ChangelogSidebar.tsx +4 -4
- package/src/vite/plugins/examples.ts +0 -2
- package/src/vite/plugins/schemas.ts +51 -2
- package/build/api/examples/diagnostic/unused-default.d.ts +0 -49
- package/build/api/examples/diagnostic/unused-default.d.ts.map +0 -1
- package/build/api/examples/diagnostic/unused-default.js +0 -19
- package/build/api/examples/diagnostic/unused-default.js.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.d.ts +0 -26
- package/build/api/schema/augmentations/augmentations/description.d.ts.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.js +0 -55
- package/build/api/schema/augmentations/augmentations/description.js.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.d.ts +0 -20
- package/build/api/schema/augmentations/schema-augmentation.d.ts.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.js +0 -22
- package/build/api/schema/augmentations/schema-augmentation.js.map +0 -1
- package/build/api/schema/augmentations/target.d.ts +0 -25
- package/build/api/schema/augmentations/target.d.ts.map +0 -1
- package/build/api/schema/augmentations/target.js +0 -39
- package/build/api/schema/augmentations/target.js.map +0 -1
- package/build/lib/graphql-path/constructors.d.ts +0 -57
- package/build/lib/graphql-path/constructors.d.ts.map +0 -1
- package/build/lib/graphql-path/constructors.js +0 -73
- package/build/lib/graphql-path/constructors.js.map +0 -1
- package/src/api/examples/diagnostic/unused-default.ts +0 -22
- package/src/api/schema/augmentations/augmentations/description.ts +0 -69
- package/src/api/schema/augmentations/schema-augmentation.ts +0 -32
- package/src/api/schema/augmentations/target.ts +0 -61
- package/src/lib/graphql-path/constructors.ts +0 -81
@@ -114,34 +114,34 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
114
114
|
readonly _tag: "FIELD_ADDED";
|
115
115
|
readonly path?: string | undefined;
|
116
116
|
readonly message: string;
|
117
|
+
readonly typeName: string;
|
118
|
+
readonly fieldName: string;
|
117
119
|
readonly criticality: {
|
118
120
|
readonly reason?: string | undefined;
|
119
121
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
120
122
|
};
|
121
|
-
readonly typeName: string;
|
122
|
-
readonly fieldName: string;
|
123
123
|
readonly isDeprecated: boolean;
|
124
124
|
readonly isSafe: boolean;
|
125
125
|
} | {
|
126
126
|
readonly _tag: "FIELD_REMOVED";
|
127
127
|
readonly path?: string | undefined;
|
128
128
|
readonly message: string;
|
129
|
+
readonly typeName: string;
|
130
|
+
readonly fieldName: string;
|
129
131
|
readonly criticality: {
|
130
132
|
readonly reason?: string | undefined;
|
131
133
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
132
134
|
};
|
133
|
-
readonly typeName: string;
|
134
|
-
readonly fieldName: string;
|
135
135
|
} | {
|
136
136
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
137
137
|
readonly path?: string | undefined;
|
138
138
|
readonly message: string;
|
139
|
+
readonly typeName: string;
|
140
|
+
readonly fieldName: string;
|
139
141
|
readonly criticality: {
|
140
142
|
readonly reason?: string | undefined;
|
141
143
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
142
144
|
};
|
143
|
-
readonly typeName: string;
|
144
|
-
readonly fieldName: string;
|
145
145
|
readonly isSafe: boolean;
|
146
146
|
readonly oldType: string;
|
147
147
|
readonly newType: string;
|
@@ -150,32 +150,32 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
150
150
|
readonly reason?: string | undefined;
|
151
151
|
readonly path?: string | undefined;
|
152
152
|
readonly message: string;
|
153
|
+
readonly typeName: string;
|
154
|
+
readonly fieldName: string;
|
153
155
|
readonly criticality: {
|
154
156
|
readonly reason?: string | undefined;
|
155
157
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
156
158
|
};
|
157
|
-
readonly typeName: string;
|
158
|
-
readonly fieldName: string;
|
159
159
|
} | {
|
160
160
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
161
161
|
readonly path?: string | undefined;
|
162
162
|
readonly message: string;
|
163
|
+
readonly typeName: string;
|
164
|
+
readonly fieldName: string;
|
163
165
|
readonly criticality: {
|
164
166
|
readonly reason?: string | undefined;
|
165
167
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
166
168
|
};
|
167
|
-
readonly typeName: string;
|
168
|
-
readonly fieldName: string;
|
169
169
|
} | {
|
170
170
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
171
171
|
readonly path?: string | undefined;
|
172
172
|
readonly message: string;
|
173
|
+
readonly typeName: string;
|
174
|
+
readonly fieldName: string;
|
173
175
|
readonly criticality: {
|
174
176
|
readonly reason?: string | undefined;
|
175
177
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
176
178
|
};
|
177
|
-
readonly typeName: string;
|
178
|
-
readonly fieldName: string;
|
179
179
|
readonly oldReason?: string | undefined;
|
180
180
|
readonly newReason?: string | undefined;
|
181
181
|
} | {
|
@@ -183,89 +183,89 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
183
183
|
readonly reason: string;
|
184
184
|
readonly path?: string | undefined;
|
185
185
|
readonly message: string;
|
186
|
+
readonly typeName: string;
|
187
|
+
readonly fieldName: string;
|
186
188
|
readonly criticality: {
|
187
189
|
readonly reason?: string | undefined;
|
188
190
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
189
191
|
};
|
190
|
-
readonly typeName: string;
|
191
|
-
readonly fieldName: string;
|
192
192
|
} | {
|
193
193
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
194
194
|
readonly path?: string | undefined;
|
195
195
|
readonly message: string;
|
196
|
+
readonly typeName: string;
|
197
|
+
readonly fieldName: string;
|
196
198
|
readonly criticality: {
|
197
199
|
readonly reason?: string | undefined;
|
198
200
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
199
201
|
};
|
200
|
-
readonly typeName: string;
|
201
|
-
readonly fieldName: string;
|
202
202
|
} | {
|
203
203
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
204
204
|
readonly path?: string | undefined;
|
205
205
|
readonly message: string;
|
206
|
+
readonly typeName: string;
|
207
|
+
readonly fieldName: string;
|
206
208
|
readonly criticality: {
|
207
209
|
readonly reason?: string | undefined;
|
208
210
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
209
211
|
};
|
210
212
|
readonly oldDescription?: string | undefined;
|
211
213
|
readonly newDescription?: string | undefined;
|
212
|
-
readonly typeName: string;
|
213
|
-
readonly fieldName: string;
|
214
214
|
} | {
|
215
215
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
216
216
|
readonly description: string;
|
217
217
|
readonly path?: string | undefined;
|
218
218
|
readonly message: string;
|
219
|
+
readonly typeName: string;
|
220
|
+
readonly fieldName: string;
|
219
221
|
readonly criticality: {
|
220
222
|
readonly reason?: string | undefined;
|
221
223
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
222
224
|
};
|
223
|
-
readonly typeName: string;
|
224
|
-
readonly fieldName: string;
|
225
225
|
} | {
|
226
226
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
227
227
|
readonly path?: string | undefined;
|
228
228
|
readonly message: string;
|
229
|
+
readonly typeName: string;
|
230
|
+
readonly fieldName: string;
|
229
231
|
readonly criticality: {
|
230
232
|
readonly reason?: string | undefined;
|
231
233
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
232
234
|
};
|
233
|
-
readonly typeName: string;
|
234
|
-
readonly fieldName: string;
|
235
235
|
} | {
|
236
236
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
237
237
|
readonly path?: string | undefined;
|
238
238
|
readonly message: string;
|
239
239
|
readonly type: string;
|
240
240
|
readonly defaultValue?: unknown;
|
241
|
+
readonly typeName: string;
|
242
|
+
readonly fieldName: string;
|
241
243
|
readonly criticality: {
|
242
244
|
readonly reason?: string | undefined;
|
243
245
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
244
246
|
};
|
245
|
-
readonly typeName: string;
|
246
|
-
readonly fieldName: string;
|
247
247
|
readonly argumentName: string;
|
248
248
|
} | {
|
249
249
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
250
250
|
readonly path?: string | undefined;
|
251
251
|
readonly message: string;
|
252
|
+
readonly typeName: string;
|
253
|
+
readonly fieldName: string;
|
252
254
|
readonly criticality: {
|
253
255
|
readonly reason?: string | undefined;
|
254
256
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
255
257
|
};
|
256
|
-
readonly typeName: string;
|
257
|
-
readonly fieldName: string;
|
258
258
|
readonly argumentName: string;
|
259
259
|
} | {
|
260
260
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
261
261
|
readonly path?: string | undefined;
|
262
262
|
readonly message: string;
|
263
|
+
readonly typeName: string;
|
264
|
+
readonly fieldName: string;
|
263
265
|
readonly criticality: {
|
264
266
|
readonly reason?: string | undefined;
|
265
267
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
266
268
|
};
|
267
|
-
readonly typeName: string;
|
268
|
-
readonly fieldName: string;
|
269
269
|
readonly oldType: string;
|
270
270
|
readonly newType: string;
|
271
271
|
readonly argumentName: string;
|
@@ -273,25 +273,25 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
273
273
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
274
274
|
readonly path?: string | undefined;
|
275
275
|
readonly message: string;
|
276
|
+
readonly typeName: string;
|
277
|
+
readonly fieldName: string;
|
276
278
|
readonly criticality: {
|
277
279
|
readonly reason?: string | undefined;
|
278
280
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
279
281
|
};
|
280
282
|
readonly oldDescription?: string | undefined;
|
281
283
|
readonly newDescription?: string | undefined;
|
282
|
-
readonly typeName: string;
|
283
|
-
readonly fieldName: string;
|
284
284
|
readonly argumentName: string;
|
285
285
|
} | {
|
286
286
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
287
287
|
readonly path?: string | undefined;
|
288
288
|
readonly message: string;
|
289
|
+
readonly typeName: string;
|
290
|
+
readonly fieldName: string;
|
289
291
|
readonly criticality: {
|
290
292
|
readonly reason?: string | undefined;
|
291
293
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
292
294
|
};
|
293
|
-
readonly typeName: string;
|
294
|
-
readonly fieldName: string;
|
295
295
|
readonly argumentName: string;
|
296
296
|
readonly oldDefault?: unknown;
|
297
297
|
readonly newDefault?: unknown;
|
@@ -386,32 +386,32 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
386
386
|
readonly _tag: "INPUT_FIELD_ADDED";
|
387
387
|
readonly path?: string | undefined;
|
388
388
|
readonly message: string;
|
389
|
+
readonly fieldName: string;
|
389
390
|
readonly criticality: {
|
390
391
|
readonly reason?: string | undefined;
|
391
392
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
392
393
|
};
|
393
|
-
readonly fieldName: string;
|
394
394
|
readonly inputName: string;
|
395
395
|
readonly isNullable: boolean;
|
396
396
|
} | {
|
397
397
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
398
398
|
readonly path?: string | undefined;
|
399
399
|
readonly message: string;
|
400
|
+
readonly fieldName: string;
|
400
401
|
readonly criticality: {
|
401
402
|
readonly reason?: string | undefined;
|
402
403
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
403
404
|
};
|
404
|
-
readonly fieldName: string;
|
405
405
|
readonly inputName: string;
|
406
406
|
} | {
|
407
407
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
408
408
|
readonly path?: string | undefined;
|
409
409
|
readonly message: string;
|
410
|
+
readonly fieldName: string;
|
410
411
|
readonly criticality: {
|
411
412
|
readonly reason?: string | undefined;
|
412
413
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
413
414
|
};
|
414
|
-
readonly fieldName: string;
|
415
415
|
readonly oldType: string;
|
416
416
|
readonly newType: string;
|
417
417
|
readonly inputName: string;
|
@@ -420,43 +420,43 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
420
420
|
readonly description: string;
|
421
421
|
readonly path?: string | undefined;
|
422
422
|
readonly message: string;
|
423
|
+
readonly fieldName: string;
|
423
424
|
readonly criticality: {
|
424
425
|
readonly reason?: string | undefined;
|
425
426
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
426
427
|
};
|
427
|
-
readonly fieldName: string;
|
428
428
|
readonly inputName: string;
|
429
429
|
} | {
|
430
430
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
431
431
|
readonly path?: string | undefined;
|
432
432
|
readonly message: string;
|
433
|
+
readonly fieldName: string;
|
433
434
|
readonly criticality: {
|
434
435
|
readonly reason?: string | undefined;
|
435
436
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
436
437
|
};
|
437
|
-
readonly fieldName: string;
|
438
438
|
readonly inputName: string;
|
439
439
|
} | {
|
440
440
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
441
441
|
readonly path?: string | undefined;
|
442
442
|
readonly message: string;
|
443
|
+
readonly fieldName: string;
|
443
444
|
readonly criticality: {
|
444
445
|
readonly reason?: string | undefined;
|
445
446
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
446
447
|
};
|
447
448
|
readonly oldDescription?: string | undefined;
|
448
449
|
readonly newDescription?: string | undefined;
|
449
|
-
readonly fieldName: string;
|
450
450
|
readonly inputName: string;
|
451
451
|
} | {
|
452
452
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
453
453
|
readonly path?: string | undefined;
|
454
454
|
readonly message: string;
|
455
|
+
readonly fieldName: string;
|
455
456
|
readonly criticality: {
|
456
457
|
readonly reason?: string | undefined;
|
457
458
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
458
459
|
};
|
459
|
-
readonly fieldName: string;
|
460
460
|
readonly oldDefault?: unknown;
|
461
461
|
readonly newDefault?: unknown;
|
462
462
|
readonly inputName: string;
|
@@ -120,34 +120,34 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
120
120
|
readonly _tag: "FIELD_ADDED";
|
121
121
|
readonly path?: string | undefined;
|
122
122
|
readonly message: string;
|
123
|
+
readonly typeName: string;
|
124
|
+
readonly fieldName: string;
|
123
125
|
readonly criticality: {
|
124
126
|
readonly reason?: string | undefined;
|
125
127
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
126
128
|
};
|
127
|
-
readonly typeName: string;
|
128
|
-
readonly fieldName: string;
|
129
129
|
readonly isDeprecated: boolean;
|
130
130
|
readonly isSafe: boolean;
|
131
131
|
} | {
|
132
132
|
readonly _tag: "FIELD_REMOVED";
|
133
133
|
readonly path?: string | undefined;
|
134
134
|
readonly message: string;
|
135
|
+
readonly typeName: string;
|
136
|
+
readonly fieldName: string;
|
135
137
|
readonly criticality: {
|
136
138
|
readonly reason?: string | undefined;
|
137
139
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
138
140
|
};
|
139
|
-
readonly typeName: string;
|
140
|
-
readonly fieldName: string;
|
141
141
|
} | {
|
142
142
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
143
143
|
readonly path?: string | undefined;
|
144
144
|
readonly message: string;
|
145
|
+
readonly typeName: string;
|
146
|
+
readonly fieldName: string;
|
145
147
|
readonly criticality: {
|
146
148
|
readonly reason?: string | undefined;
|
147
149
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
148
150
|
};
|
149
|
-
readonly typeName: string;
|
150
|
-
readonly fieldName: string;
|
151
151
|
readonly isSafe: boolean;
|
152
152
|
readonly oldType: string;
|
153
153
|
readonly newType: string;
|
@@ -156,32 +156,32 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
156
156
|
readonly reason?: string | undefined;
|
157
157
|
readonly path?: string | undefined;
|
158
158
|
readonly message: string;
|
159
|
+
readonly typeName: string;
|
160
|
+
readonly fieldName: string;
|
159
161
|
readonly criticality: {
|
160
162
|
readonly reason?: string | undefined;
|
161
163
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
162
164
|
};
|
163
|
-
readonly typeName: string;
|
164
|
-
readonly fieldName: string;
|
165
165
|
} | {
|
166
166
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
167
167
|
readonly path?: string | undefined;
|
168
168
|
readonly message: string;
|
169
|
+
readonly typeName: string;
|
170
|
+
readonly fieldName: string;
|
169
171
|
readonly criticality: {
|
170
172
|
readonly reason?: string | undefined;
|
171
173
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
172
174
|
};
|
173
|
-
readonly typeName: string;
|
174
|
-
readonly fieldName: string;
|
175
175
|
} | {
|
176
176
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
177
177
|
readonly path?: string | undefined;
|
178
178
|
readonly message: string;
|
179
|
+
readonly typeName: string;
|
180
|
+
readonly fieldName: string;
|
179
181
|
readonly criticality: {
|
180
182
|
readonly reason?: string | undefined;
|
181
183
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
182
184
|
};
|
183
|
-
readonly typeName: string;
|
184
|
-
readonly fieldName: string;
|
185
185
|
readonly oldReason?: string | undefined;
|
186
186
|
readonly newReason?: string | undefined;
|
187
187
|
} | {
|
@@ -189,89 +189,89 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
189
189
|
readonly reason: string;
|
190
190
|
readonly path?: string | undefined;
|
191
191
|
readonly message: string;
|
192
|
+
readonly typeName: string;
|
193
|
+
readonly fieldName: string;
|
192
194
|
readonly criticality: {
|
193
195
|
readonly reason?: string | undefined;
|
194
196
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
195
197
|
};
|
196
|
-
readonly typeName: string;
|
197
|
-
readonly fieldName: string;
|
198
198
|
} | {
|
199
199
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
200
200
|
readonly path?: string | undefined;
|
201
201
|
readonly message: string;
|
202
|
+
readonly typeName: string;
|
203
|
+
readonly fieldName: string;
|
202
204
|
readonly criticality: {
|
203
205
|
readonly reason?: string | undefined;
|
204
206
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
205
207
|
};
|
206
|
-
readonly typeName: string;
|
207
|
-
readonly fieldName: string;
|
208
208
|
} | {
|
209
209
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
210
210
|
readonly path?: string | undefined;
|
211
211
|
readonly message: string;
|
212
|
+
readonly typeName: string;
|
213
|
+
readonly fieldName: string;
|
212
214
|
readonly criticality: {
|
213
215
|
readonly reason?: string | undefined;
|
214
216
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
215
217
|
};
|
216
218
|
readonly oldDescription?: string | undefined;
|
217
219
|
readonly newDescription?: string | undefined;
|
218
|
-
readonly typeName: string;
|
219
|
-
readonly fieldName: string;
|
220
220
|
} | {
|
221
221
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
222
222
|
readonly description: string;
|
223
223
|
readonly path?: string | undefined;
|
224
224
|
readonly message: string;
|
225
|
+
readonly typeName: string;
|
226
|
+
readonly fieldName: string;
|
225
227
|
readonly criticality: {
|
226
228
|
readonly reason?: string | undefined;
|
227
229
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
228
230
|
};
|
229
|
-
readonly typeName: string;
|
230
|
-
readonly fieldName: string;
|
231
231
|
} | {
|
232
232
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
233
233
|
readonly path?: string | undefined;
|
234
234
|
readonly message: string;
|
235
|
+
readonly typeName: string;
|
236
|
+
readonly fieldName: string;
|
235
237
|
readonly criticality: {
|
236
238
|
readonly reason?: string | undefined;
|
237
239
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
238
240
|
};
|
239
|
-
readonly typeName: string;
|
240
|
-
readonly fieldName: string;
|
241
241
|
} | {
|
242
242
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
243
243
|
readonly path?: string | undefined;
|
244
244
|
readonly message: string;
|
245
245
|
readonly type: string;
|
246
246
|
readonly defaultValue?: unknown;
|
247
|
+
readonly typeName: string;
|
248
|
+
readonly fieldName: string;
|
247
249
|
readonly criticality: {
|
248
250
|
readonly reason?: string | undefined;
|
249
251
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
250
252
|
};
|
251
|
-
readonly typeName: string;
|
252
|
-
readonly fieldName: string;
|
253
253
|
readonly argumentName: string;
|
254
254
|
} | {
|
255
255
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
256
256
|
readonly path?: string | undefined;
|
257
257
|
readonly message: string;
|
258
|
+
readonly typeName: string;
|
259
|
+
readonly fieldName: string;
|
258
260
|
readonly criticality: {
|
259
261
|
readonly reason?: string | undefined;
|
260
262
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
261
263
|
};
|
262
|
-
readonly typeName: string;
|
263
|
-
readonly fieldName: string;
|
264
264
|
readonly argumentName: string;
|
265
265
|
} | {
|
266
266
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
267
267
|
readonly path?: string | undefined;
|
268
268
|
readonly message: string;
|
269
|
+
readonly typeName: string;
|
270
|
+
readonly fieldName: string;
|
269
271
|
readonly criticality: {
|
270
272
|
readonly reason?: string | undefined;
|
271
273
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
272
274
|
};
|
273
|
-
readonly typeName: string;
|
274
|
-
readonly fieldName: string;
|
275
275
|
readonly oldType: string;
|
276
276
|
readonly newType: string;
|
277
277
|
readonly argumentName: string;
|
@@ -279,25 +279,25 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
279
279
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
280
280
|
readonly path?: string | undefined;
|
281
281
|
readonly message: string;
|
282
|
+
readonly typeName: string;
|
283
|
+
readonly fieldName: string;
|
282
284
|
readonly criticality: {
|
283
285
|
readonly reason?: string | undefined;
|
284
286
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
285
287
|
};
|
286
288
|
readonly oldDescription?: string | undefined;
|
287
289
|
readonly newDescription?: string | undefined;
|
288
|
-
readonly typeName: string;
|
289
|
-
readonly fieldName: string;
|
290
290
|
readonly argumentName: string;
|
291
291
|
} | {
|
292
292
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
293
293
|
readonly path?: string | undefined;
|
294
294
|
readonly message: string;
|
295
|
+
readonly typeName: string;
|
296
|
+
readonly fieldName: string;
|
295
297
|
readonly criticality: {
|
296
298
|
readonly reason?: string | undefined;
|
297
299
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
298
300
|
};
|
299
|
-
readonly typeName: string;
|
300
|
-
readonly fieldName: string;
|
301
301
|
readonly argumentName: string;
|
302
302
|
readonly oldDefault?: unknown;
|
303
303
|
readonly newDefault?: unknown;
|
@@ -392,32 +392,32 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
392
392
|
readonly _tag: "INPUT_FIELD_ADDED";
|
393
393
|
readonly path?: string | undefined;
|
394
394
|
readonly message: string;
|
395
|
+
readonly fieldName: string;
|
395
396
|
readonly criticality: {
|
396
397
|
readonly reason?: string | undefined;
|
397
398
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
398
399
|
};
|
399
|
-
readonly fieldName: string;
|
400
400
|
readonly inputName: string;
|
401
401
|
readonly isNullable: boolean;
|
402
402
|
} | {
|
403
403
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
404
404
|
readonly path?: string | undefined;
|
405
405
|
readonly message: string;
|
406
|
+
readonly fieldName: string;
|
406
407
|
readonly criticality: {
|
407
408
|
readonly reason?: string | undefined;
|
408
409
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
409
410
|
};
|
410
|
-
readonly fieldName: string;
|
411
411
|
readonly inputName: string;
|
412
412
|
} | {
|
413
413
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
414
414
|
readonly path?: string | undefined;
|
415
415
|
readonly message: string;
|
416
|
+
readonly fieldName: string;
|
416
417
|
readonly criticality: {
|
417
418
|
readonly reason?: string | undefined;
|
418
419
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
419
420
|
};
|
420
|
-
readonly fieldName: string;
|
421
421
|
readonly oldType: string;
|
422
422
|
readonly newType: string;
|
423
423
|
readonly inputName: string;
|
@@ -426,43 +426,43 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
426
426
|
readonly description: string;
|
427
427
|
readonly path?: string | undefined;
|
428
428
|
readonly message: string;
|
429
|
+
readonly fieldName: string;
|
429
430
|
readonly criticality: {
|
430
431
|
readonly reason?: string | undefined;
|
431
432
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
432
433
|
};
|
433
|
-
readonly fieldName: string;
|
434
434
|
readonly inputName: string;
|
435
435
|
} | {
|
436
436
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
437
437
|
readonly path?: string | undefined;
|
438
438
|
readonly message: string;
|
439
|
+
readonly fieldName: string;
|
439
440
|
readonly criticality: {
|
440
441
|
readonly reason?: string | undefined;
|
441
442
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
442
443
|
};
|
443
|
-
readonly fieldName: string;
|
444
444
|
readonly inputName: string;
|
445
445
|
} | {
|
446
446
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
447
447
|
readonly path?: string | undefined;
|
448
448
|
readonly message: string;
|
449
|
+
readonly fieldName: string;
|
449
450
|
readonly criticality: {
|
450
451
|
readonly reason?: string | undefined;
|
451
452
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
452
453
|
};
|
453
454
|
readonly oldDescription?: string | undefined;
|
454
455
|
readonly newDescription?: string | undefined;
|
455
|
-
readonly fieldName: string;
|
456
456
|
readonly inputName: string;
|
457
457
|
} | {
|
458
458
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
459
459
|
readonly path?: string | undefined;
|
460
460
|
readonly message: string;
|
461
|
+
readonly fieldName: string;
|
461
462
|
readonly criticality: {
|
462
463
|
readonly reason?: string | undefined;
|
463
464
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
464
465
|
};
|
465
|
-
readonly fieldName: string;
|
466
466
|
readonly oldDefault?: unknown;
|
467
467
|
readonly newDefault?: unknown;
|
468
468
|
readonly inputName: string;
|