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
@@ -115,34 +115,34 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
115
115
|
readonly _tag: "FIELD_ADDED";
|
116
116
|
readonly path?: string | undefined;
|
117
117
|
readonly message: string;
|
118
|
+
readonly typeName: string;
|
119
|
+
readonly fieldName: string;
|
118
120
|
readonly criticality: {
|
119
121
|
readonly reason?: string | undefined;
|
120
122
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
121
123
|
};
|
122
|
-
readonly typeName: string;
|
123
|
-
readonly fieldName: string;
|
124
124
|
readonly isDeprecated: boolean;
|
125
125
|
readonly isSafe: boolean;
|
126
126
|
} | {
|
127
127
|
readonly _tag: "FIELD_REMOVED";
|
128
128
|
readonly path?: string | undefined;
|
129
129
|
readonly message: string;
|
130
|
+
readonly typeName: string;
|
131
|
+
readonly fieldName: string;
|
130
132
|
readonly criticality: {
|
131
133
|
readonly reason?: string | undefined;
|
132
134
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
133
135
|
};
|
134
|
-
readonly typeName: string;
|
135
|
-
readonly fieldName: string;
|
136
136
|
} | {
|
137
137
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
138
138
|
readonly path?: string | undefined;
|
139
139
|
readonly message: string;
|
140
|
+
readonly typeName: string;
|
141
|
+
readonly fieldName: string;
|
140
142
|
readonly criticality: {
|
141
143
|
readonly reason?: string | undefined;
|
142
144
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
143
145
|
};
|
144
|
-
readonly typeName: string;
|
145
|
-
readonly fieldName: string;
|
146
146
|
readonly isSafe: boolean;
|
147
147
|
readonly oldType: string;
|
148
148
|
readonly newType: string;
|
@@ -151,32 +151,32 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
151
151
|
readonly reason?: string | undefined;
|
152
152
|
readonly path?: string | undefined;
|
153
153
|
readonly message: string;
|
154
|
+
readonly typeName: string;
|
155
|
+
readonly fieldName: string;
|
154
156
|
readonly criticality: {
|
155
157
|
readonly reason?: string | undefined;
|
156
158
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
157
159
|
};
|
158
|
-
readonly typeName: string;
|
159
|
-
readonly fieldName: string;
|
160
160
|
} | {
|
161
161
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
162
162
|
readonly path?: string | undefined;
|
163
163
|
readonly message: string;
|
164
|
+
readonly typeName: string;
|
165
|
+
readonly fieldName: string;
|
164
166
|
readonly criticality: {
|
165
167
|
readonly reason?: string | undefined;
|
166
168
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
167
169
|
};
|
168
|
-
readonly typeName: string;
|
169
|
-
readonly fieldName: string;
|
170
170
|
} | {
|
171
171
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
172
172
|
readonly path?: string | undefined;
|
173
173
|
readonly message: string;
|
174
|
+
readonly typeName: string;
|
175
|
+
readonly fieldName: string;
|
174
176
|
readonly criticality: {
|
175
177
|
readonly reason?: string | undefined;
|
176
178
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
177
179
|
};
|
178
|
-
readonly typeName: string;
|
179
|
-
readonly fieldName: string;
|
180
180
|
readonly oldReason?: string | undefined;
|
181
181
|
readonly newReason?: string | undefined;
|
182
182
|
} | {
|
@@ -184,89 +184,89 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
184
184
|
readonly reason: string;
|
185
185
|
readonly path?: string | undefined;
|
186
186
|
readonly message: string;
|
187
|
+
readonly typeName: string;
|
188
|
+
readonly fieldName: string;
|
187
189
|
readonly criticality: {
|
188
190
|
readonly reason?: string | undefined;
|
189
191
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
190
192
|
};
|
191
|
-
readonly typeName: string;
|
192
|
-
readonly fieldName: string;
|
193
193
|
} | {
|
194
194
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
195
195
|
readonly path?: string | undefined;
|
196
196
|
readonly message: string;
|
197
|
+
readonly typeName: string;
|
198
|
+
readonly fieldName: string;
|
197
199
|
readonly criticality: {
|
198
200
|
readonly reason?: string | undefined;
|
199
201
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
200
202
|
};
|
201
|
-
readonly typeName: string;
|
202
|
-
readonly fieldName: string;
|
203
203
|
} | {
|
204
204
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
205
205
|
readonly path?: string | undefined;
|
206
206
|
readonly message: string;
|
207
|
+
readonly typeName: string;
|
208
|
+
readonly fieldName: string;
|
207
209
|
readonly criticality: {
|
208
210
|
readonly reason?: string | undefined;
|
209
211
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
210
212
|
};
|
211
213
|
readonly oldDescription?: string | undefined;
|
212
214
|
readonly newDescription?: string | undefined;
|
213
|
-
readonly typeName: string;
|
214
|
-
readonly fieldName: string;
|
215
215
|
} | {
|
216
216
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
217
217
|
readonly description: string;
|
218
218
|
readonly path?: string | undefined;
|
219
219
|
readonly message: string;
|
220
|
+
readonly typeName: string;
|
221
|
+
readonly fieldName: string;
|
220
222
|
readonly criticality: {
|
221
223
|
readonly reason?: string | undefined;
|
222
224
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
223
225
|
};
|
224
|
-
readonly typeName: string;
|
225
|
-
readonly fieldName: string;
|
226
226
|
} | {
|
227
227
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
228
228
|
readonly path?: string | undefined;
|
229
229
|
readonly message: string;
|
230
|
+
readonly typeName: string;
|
231
|
+
readonly fieldName: string;
|
230
232
|
readonly criticality: {
|
231
233
|
readonly reason?: string | undefined;
|
232
234
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
233
235
|
};
|
234
|
-
readonly typeName: string;
|
235
|
-
readonly fieldName: string;
|
236
236
|
} | {
|
237
237
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
238
238
|
readonly path?: string | undefined;
|
239
239
|
readonly message: string;
|
240
240
|
readonly type: string;
|
241
241
|
readonly defaultValue?: unknown;
|
242
|
+
readonly typeName: string;
|
243
|
+
readonly fieldName: string;
|
242
244
|
readonly criticality: {
|
243
245
|
readonly reason?: string | undefined;
|
244
246
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
245
247
|
};
|
246
|
-
readonly typeName: string;
|
247
|
-
readonly fieldName: string;
|
248
248
|
readonly argumentName: string;
|
249
249
|
} | {
|
250
250
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
251
251
|
readonly path?: string | undefined;
|
252
252
|
readonly message: string;
|
253
|
+
readonly typeName: string;
|
254
|
+
readonly fieldName: string;
|
253
255
|
readonly criticality: {
|
254
256
|
readonly reason?: string | undefined;
|
255
257
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
256
258
|
};
|
257
|
-
readonly typeName: string;
|
258
|
-
readonly fieldName: string;
|
259
259
|
readonly argumentName: string;
|
260
260
|
} | {
|
261
261
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
262
262
|
readonly path?: string | undefined;
|
263
263
|
readonly message: string;
|
264
|
+
readonly typeName: string;
|
265
|
+
readonly fieldName: string;
|
264
266
|
readonly criticality: {
|
265
267
|
readonly reason?: string | undefined;
|
266
268
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
267
269
|
};
|
268
|
-
readonly typeName: string;
|
269
|
-
readonly fieldName: string;
|
270
270
|
readonly oldType: string;
|
271
271
|
readonly newType: string;
|
272
272
|
readonly argumentName: string;
|
@@ -274,25 +274,25 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
274
274
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
275
275
|
readonly path?: string | undefined;
|
276
276
|
readonly message: string;
|
277
|
+
readonly typeName: string;
|
278
|
+
readonly fieldName: string;
|
277
279
|
readonly criticality: {
|
278
280
|
readonly reason?: string | undefined;
|
279
281
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
280
282
|
};
|
281
283
|
readonly oldDescription?: string | undefined;
|
282
284
|
readonly newDescription?: string | undefined;
|
283
|
-
readonly typeName: string;
|
284
|
-
readonly fieldName: string;
|
285
285
|
readonly argumentName: string;
|
286
286
|
} | {
|
287
287
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
288
288
|
readonly path?: string | undefined;
|
289
289
|
readonly message: string;
|
290
|
+
readonly typeName: string;
|
291
|
+
readonly fieldName: string;
|
290
292
|
readonly criticality: {
|
291
293
|
readonly reason?: string | undefined;
|
292
294
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
293
295
|
};
|
294
|
-
readonly typeName: string;
|
295
|
-
readonly fieldName: string;
|
296
296
|
readonly argumentName: string;
|
297
297
|
readonly oldDefault?: unknown;
|
298
298
|
readonly newDefault?: unknown;
|
@@ -387,32 +387,32 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
387
387
|
readonly _tag: "INPUT_FIELD_ADDED";
|
388
388
|
readonly path?: string | undefined;
|
389
389
|
readonly message: string;
|
390
|
+
readonly fieldName: string;
|
390
391
|
readonly criticality: {
|
391
392
|
readonly reason?: string | undefined;
|
392
393
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
393
394
|
};
|
394
|
-
readonly fieldName: string;
|
395
395
|
readonly inputName: string;
|
396
396
|
readonly isNullable: boolean;
|
397
397
|
} | {
|
398
398
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
399
399
|
readonly path?: string | undefined;
|
400
400
|
readonly message: string;
|
401
|
+
readonly fieldName: string;
|
401
402
|
readonly criticality: {
|
402
403
|
readonly reason?: string | undefined;
|
403
404
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
404
405
|
};
|
405
|
-
readonly fieldName: string;
|
406
406
|
readonly inputName: string;
|
407
407
|
} | {
|
408
408
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
409
409
|
readonly path?: string | undefined;
|
410
410
|
readonly message: string;
|
411
|
+
readonly fieldName: string;
|
411
412
|
readonly criticality: {
|
412
413
|
readonly reason?: string | undefined;
|
413
414
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
414
415
|
};
|
415
|
-
readonly fieldName: string;
|
416
416
|
readonly oldType: string;
|
417
417
|
readonly newType: string;
|
418
418
|
readonly inputName: string;
|
@@ -421,43 +421,43 @@ export declare const loader: InputSource.EffectInputSource<"directory", Options,
|
|
421
421
|
readonly description: string;
|
422
422
|
readonly path?: string | undefined;
|
423
423
|
readonly message: string;
|
424
|
+
readonly fieldName: string;
|
424
425
|
readonly criticality: {
|
425
426
|
readonly reason?: string | undefined;
|
426
427
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
427
428
|
};
|
428
|
-
readonly fieldName: string;
|
429
429
|
readonly inputName: string;
|
430
430
|
} | {
|
431
431
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
432
432
|
readonly path?: string | undefined;
|
433
433
|
readonly message: string;
|
434
|
+
readonly fieldName: string;
|
434
435
|
readonly criticality: {
|
435
436
|
readonly reason?: string | undefined;
|
436
437
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
437
438
|
};
|
438
|
-
readonly fieldName: string;
|
439
439
|
readonly inputName: string;
|
440
440
|
} | {
|
441
441
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
442
442
|
readonly path?: string | undefined;
|
443
443
|
readonly message: string;
|
444
|
+
readonly fieldName: string;
|
444
445
|
readonly criticality: {
|
445
446
|
readonly reason?: string | undefined;
|
446
447
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
447
448
|
};
|
448
449
|
readonly oldDescription?: string | undefined;
|
449
450
|
readonly newDescription?: string | undefined;
|
450
|
-
readonly fieldName: string;
|
451
451
|
readonly inputName: string;
|
452
452
|
} | {
|
453
453
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
454
454
|
readonly path?: string | undefined;
|
455
455
|
readonly message: string;
|
456
|
+
readonly fieldName: string;
|
456
457
|
readonly criticality: {
|
457
458
|
readonly reason?: string | undefined;
|
458
459
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
459
460
|
};
|
460
|
-
readonly fieldName: string;
|
461
461
|
readonly oldDefault?: unknown;
|
462
462
|
readonly newDefault?: unknown;
|
463
463
|
readonly inputName: string;
|
@@ -96,34 +96,34 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
96
96
|
readonly _tag: "FIELD_ADDED";
|
97
97
|
readonly path?: string | undefined;
|
98
98
|
readonly message: string;
|
99
|
+
readonly typeName: string;
|
100
|
+
readonly fieldName: string;
|
99
101
|
readonly criticality: {
|
100
102
|
readonly reason?: string | undefined;
|
101
103
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
102
104
|
};
|
103
|
-
readonly typeName: string;
|
104
|
-
readonly fieldName: string;
|
105
105
|
readonly isDeprecated: boolean;
|
106
106
|
readonly isSafe: boolean;
|
107
107
|
} | {
|
108
108
|
readonly _tag: "FIELD_REMOVED";
|
109
109
|
readonly path?: string | undefined;
|
110
110
|
readonly message: string;
|
111
|
+
readonly typeName: string;
|
112
|
+
readonly fieldName: string;
|
111
113
|
readonly criticality: {
|
112
114
|
readonly reason?: string | undefined;
|
113
115
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
114
116
|
};
|
115
|
-
readonly typeName: string;
|
116
|
-
readonly fieldName: string;
|
117
117
|
} | {
|
118
118
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
119
119
|
readonly path?: string | undefined;
|
120
120
|
readonly message: string;
|
121
|
+
readonly typeName: string;
|
122
|
+
readonly fieldName: string;
|
121
123
|
readonly criticality: {
|
122
124
|
readonly reason?: string | undefined;
|
123
125
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
124
126
|
};
|
125
|
-
readonly typeName: string;
|
126
|
-
readonly fieldName: string;
|
127
127
|
readonly isSafe: boolean;
|
128
128
|
readonly oldType: string;
|
129
129
|
readonly newType: string;
|
@@ -132,32 +132,32 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
132
132
|
readonly reason?: string | undefined;
|
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_DEPRECATION_REMOVED";
|
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
|
} | {
|
152
152
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
153
153
|
readonly path?: string | undefined;
|
154
154
|
readonly message: string;
|
155
|
+
readonly typeName: string;
|
156
|
+
readonly fieldName: string;
|
155
157
|
readonly criticality: {
|
156
158
|
readonly reason?: string | undefined;
|
157
159
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
158
160
|
};
|
159
|
-
readonly typeName: string;
|
160
|
-
readonly fieldName: string;
|
161
161
|
readonly oldReason?: string | undefined;
|
162
162
|
readonly newReason?: string | undefined;
|
163
163
|
} | {
|
@@ -165,89 +165,89 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
165
165
|
readonly reason: string;
|
166
166
|
readonly path?: string | undefined;
|
167
167
|
readonly message: string;
|
168
|
+
readonly typeName: string;
|
169
|
+
readonly fieldName: string;
|
168
170
|
readonly criticality: {
|
169
171
|
readonly reason?: string | undefined;
|
170
172
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
171
173
|
};
|
172
|
-
readonly typeName: string;
|
173
|
-
readonly fieldName: string;
|
174
174
|
} | {
|
175
175
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
176
176
|
readonly path?: string | undefined;
|
177
177
|
readonly message: string;
|
178
|
+
readonly typeName: string;
|
179
|
+
readonly fieldName: string;
|
178
180
|
readonly criticality: {
|
179
181
|
readonly reason?: string | undefined;
|
180
182
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
181
183
|
};
|
182
|
-
readonly typeName: string;
|
183
|
-
readonly fieldName: string;
|
184
184
|
} | {
|
185
185
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
186
186
|
readonly path?: string | undefined;
|
187
187
|
readonly message: string;
|
188
|
+
readonly typeName: string;
|
189
|
+
readonly fieldName: string;
|
188
190
|
readonly criticality: {
|
189
191
|
readonly reason?: string | undefined;
|
190
192
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
191
193
|
};
|
192
194
|
readonly oldDescription?: string | undefined;
|
193
195
|
readonly newDescription?: string | undefined;
|
194
|
-
readonly typeName: string;
|
195
|
-
readonly fieldName: string;
|
196
196
|
} | {
|
197
197
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
198
198
|
readonly description: string;
|
199
199
|
readonly path?: string | undefined;
|
200
200
|
readonly message: string;
|
201
|
+
readonly typeName: string;
|
202
|
+
readonly fieldName: string;
|
201
203
|
readonly criticality: {
|
202
204
|
readonly reason?: string | undefined;
|
203
205
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
204
206
|
};
|
205
|
-
readonly typeName: string;
|
206
|
-
readonly fieldName: string;
|
207
207
|
} | {
|
208
208
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
209
209
|
readonly path?: string | undefined;
|
210
210
|
readonly message: string;
|
211
|
+
readonly typeName: string;
|
212
|
+
readonly fieldName: string;
|
211
213
|
readonly criticality: {
|
212
214
|
readonly reason?: string | undefined;
|
213
215
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
214
216
|
};
|
215
|
-
readonly typeName: string;
|
216
|
-
readonly fieldName: string;
|
217
217
|
} | {
|
218
218
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
219
219
|
readonly path?: string | undefined;
|
220
220
|
readonly message: string;
|
221
221
|
readonly type: string;
|
222
222
|
readonly defaultValue?: unknown;
|
223
|
+
readonly typeName: string;
|
224
|
+
readonly fieldName: string;
|
223
225
|
readonly criticality: {
|
224
226
|
readonly reason?: string | undefined;
|
225
227
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
226
228
|
};
|
227
|
-
readonly typeName: string;
|
228
|
-
readonly fieldName: string;
|
229
229
|
readonly argumentName: string;
|
230
230
|
} | {
|
231
231
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
232
232
|
readonly path?: string | undefined;
|
233
233
|
readonly message: string;
|
234
|
+
readonly typeName: string;
|
235
|
+
readonly fieldName: string;
|
234
236
|
readonly criticality: {
|
235
237
|
readonly reason?: string | undefined;
|
236
238
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
237
239
|
};
|
238
|
-
readonly typeName: string;
|
239
|
-
readonly fieldName: string;
|
240
240
|
readonly argumentName: string;
|
241
241
|
} | {
|
242
242
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
243
243
|
readonly path?: string | undefined;
|
244
244
|
readonly message: string;
|
245
|
+
readonly typeName: string;
|
246
|
+
readonly fieldName: string;
|
245
247
|
readonly criticality: {
|
246
248
|
readonly reason?: string | undefined;
|
247
249
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
248
250
|
};
|
249
|
-
readonly typeName: string;
|
250
|
-
readonly fieldName: string;
|
251
251
|
readonly oldType: string;
|
252
252
|
readonly newType: string;
|
253
253
|
readonly argumentName: string;
|
@@ -255,25 +255,25 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
255
255
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
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
264
|
readonly oldDescription?: string | undefined;
|
263
265
|
readonly newDescription?: string | undefined;
|
264
|
-
readonly typeName: string;
|
265
|
-
readonly fieldName: string;
|
266
266
|
readonly argumentName: string;
|
267
267
|
} | {
|
268
268
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
269
269
|
readonly path?: string | undefined;
|
270
270
|
readonly message: string;
|
271
|
+
readonly typeName: string;
|
272
|
+
readonly fieldName: string;
|
271
273
|
readonly criticality: {
|
272
274
|
readonly reason?: string | undefined;
|
273
275
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
274
276
|
};
|
275
|
-
readonly typeName: string;
|
276
|
-
readonly fieldName: string;
|
277
277
|
readonly argumentName: string;
|
278
278
|
readonly oldDefault?: unknown;
|
279
279
|
readonly newDefault?: unknown;
|
@@ -368,32 +368,32 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
368
368
|
readonly _tag: "INPUT_FIELD_ADDED";
|
369
369
|
readonly path?: string | undefined;
|
370
370
|
readonly message: string;
|
371
|
+
readonly fieldName: string;
|
371
372
|
readonly criticality: {
|
372
373
|
readonly reason?: string | undefined;
|
373
374
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
374
375
|
};
|
375
|
-
readonly fieldName: string;
|
376
376
|
readonly inputName: string;
|
377
377
|
readonly isNullable: boolean;
|
378
378
|
} | {
|
379
379
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
380
380
|
readonly path?: string | undefined;
|
381
381
|
readonly message: string;
|
382
|
+
readonly fieldName: string;
|
382
383
|
readonly criticality: {
|
383
384
|
readonly reason?: string | undefined;
|
384
385
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
385
386
|
};
|
386
|
-
readonly fieldName: string;
|
387
387
|
readonly inputName: string;
|
388
388
|
} | {
|
389
389
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
390
390
|
readonly path?: string | undefined;
|
391
391
|
readonly message: string;
|
392
|
+
readonly fieldName: string;
|
392
393
|
readonly criticality: {
|
393
394
|
readonly reason?: string | undefined;
|
394
395
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
395
396
|
};
|
396
|
-
readonly fieldName: string;
|
397
397
|
readonly oldType: string;
|
398
398
|
readonly newType: string;
|
399
399
|
readonly inputName: string;
|
@@ -402,43 +402,43 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
402
402
|
readonly description: string;
|
403
403
|
readonly path?: string | undefined;
|
404
404
|
readonly message: string;
|
405
|
+
readonly fieldName: string;
|
405
406
|
readonly criticality: {
|
406
407
|
readonly reason?: string | undefined;
|
407
408
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
408
409
|
};
|
409
|
-
readonly fieldName: string;
|
410
410
|
readonly inputName: string;
|
411
411
|
} | {
|
412
412
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
413
413
|
readonly path?: string | undefined;
|
414
414
|
readonly message: string;
|
415
|
+
readonly fieldName: string;
|
415
416
|
readonly criticality: {
|
416
417
|
readonly reason?: string | undefined;
|
417
418
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
418
419
|
};
|
419
|
-
readonly fieldName: string;
|
420
420
|
readonly inputName: string;
|
421
421
|
} | {
|
422
422
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
423
423
|
readonly path?: string | undefined;
|
424
424
|
readonly message: string;
|
425
|
+
readonly fieldName: string;
|
425
426
|
readonly criticality: {
|
426
427
|
readonly reason?: string | undefined;
|
427
428
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
428
429
|
};
|
429
430
|
readonly oldDescription?: string | undefined;
|
430
431
|
readonly newDescription?: string | undefined;
|
431
|
-
readonly fieldName: string;
|
432
432
|
readonly inputName: string;
|
433
433
|
} | {
|
434
434
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
435
435
|
readonly path?: string | undefined;
|
436
436
|
readonly message: string;
|
437
|
+
readonly fieldName: string;
|
437
438
|
readonly criticality: {
|
438
439
|
readonly reason?: string | undefined;
|
439
440
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
440
441
|
};
|
441
|
-
readonly fieldName: string;
|
442
442
|
readonly oldDefault?: unknown;
|
443
443
|
readonly newDefault?: unknown;
|
444
444
|
readonly inputName: string;
|