polen 0.11.0-next.21 → 0.11.0-next.23
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/normalized.d.ts +200 -200
- package/build/api/examples/schemas/catalog.d.ts +4 -4
- package/build/api/examples/schemas/type-usage-index.d.ts +5 -5
- package/build/api/examples/schemas/type-usage-index.js +2 -2
- package/build/api/examples/schemas/type-usage-index.js.map +1 -1
- package/build/api/examples/type-usage-indexer.d.ts.map +1 -1
- package/build/api/examples/type-usage-indexer.js +43 -37
- package/build/api/examples/type-usage-indexer.js.map +1 -1
- package/build/api/schema/input-sources/directory.d.ts +1 -1
- package/build/api/schema/input-sources/directory.js +3 -3
- package/build/api/schema/input-sources/directory.js.map +1 -1
- package/build/api/schema/input-sources/file.d.ts +1 -1
- package/build/api/schema/input-sources/file.js +3 -3
- package/build/api/schema/input-sources/file.js.map +1 -1
- package/build/api/schema/input-sources/introspection-file.d.ts +1 -1
- package/build/api/schema/input-sources/introspection.d.ts +1 -1
- package/build/api/schema/input-sources/memory.d.ts +1 -1
- package/build/api/schema/input-sources/memory.js +3 -3
- package/build/api/schema/input-sources/memory.js.map +1 -1
- package/build/api/schema/input-sources/versioned-directory.d.ts +2 -2
- package/build/api/schema/input-sources/versioned-directory.js +3 -3
- package/build/api/schema/input-sources/versioned-directory.js.map +1 -1
- package/build/cli/commands/open.js +1 -1
- package/build/cli/commands/open.js.map +1 -1
- package/build/lib/catalog/catalog.d.ts +30 -30
- package/build/lib/catalog/unversioned.d.ts +8 -8
- package/build/lib/catalog/versioned.d.ts +16 -16
- package/build/lib/change/change.d.ts +6 -6
- package/build/lib/grafaid/$$.d.ts +2 -0
- package/build/lib/grafaid/$$.d.ts.map +1 -1
- package/build/lib/grafaid/$$.js +2 -0
- package/build/lib/grafaid/$$.js.map +1 -1
- package/build/lib/grafaid/parse-error.d.ts +46 -0
- package/build/lib/grafaid/parse-error.d.ts.map +1 -0
- package/build/lib/grafaid/parse-error.js +29 -0
- package/build/lib/grafaid/parse-error.js.map +1 -0
- package/build/lib/grafaid/parse.d.ts +70 -0
- package/build/lib/grafaid/parse.d.ts.map +1 -0
- package/build/lib/grafaid/parse.js +119 -0
- package/build/lib/grafaid/parse.js.map +1 -0
- package/build/lib/grafaid/schema/ast.d.ts +0 -2
- package/build/lib/grafaid/schema/ast.d.ts.map +1 -1
- package/build/lib/grafaid/schema/ast.js +1 -7
- package/build/lib/grafaid/schema/ast.js.map +1 -1
- package/build/lib/grafaid/schema/read.js +2 -2
- package/build/lib/grafaid/schema/read.js.map +1 -1
- package/build/lib/grafaid/schema/schema.d.ts +2 -1
- package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
- package/build/lib/grafaid/schema/schema.js +5 -1
- package/build/lib/grafaid/schema/schema.js.map +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js +4 -4
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
- package/build/lib/revision/revision.d.ts +30 -30
- package/build/lib/schema/schema.d.ts +18 -18
- package/build/lib/schema/unversioned.d.ts +28 -28
- package/build/lib/schema/versioned.d.ts +16 -16
- package/build/template/components/ExampleLink.d.ts.map +1 -1
- package/build/template/components/ExampleLink.js +4 -2
- package/build/template/components/ExampleLink.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +1 -1
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/VersionCoveragePicker.d.ts.map +1 -1
- package/build/template/components/VersionCoveragePicker.js +6 -1
- package/build/template/components/VersionCoveragePicker.js.map +1 -1
- package/build/template/components/navbar/DefaultNavbar.js +1 -1
- package/build/template/layouts/SidebarLayout.js +1 -1
- package/build/template/routes/changelog/ChangelogBody.d.ts.map +1 -1
- package/build/template/routes/changelog/ChangelogBody.js +1 -1
- package/build/template/routes/changelog/ChangelogBody.js.map +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.js +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -1
- package/build/template/routes/index.js +1 -1
- package/build/template/routes/index.js.map +1 -1
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +5 -3
- package/build/template/routes/root.js.map +1 -1
- package/build/template/stores/changelog.d.ts +1 -1
- package/build/template/theme/swiss-sharp.css +1 -0
- package/build/vite/plugins/examples.d.ts.map +1 -1
- package/build/vite/plugins/examples.js +1 -2
- package/build/vite/plugins/examples.js.map +1 -1
- package/package.json +1 -1
- package/src/api/examples/schemas/type-usage-index.ts +2 -2
- package/src/api/examples/type-usage-indexer.test.ts +152 -234
- package/src/api/examples/type-usage-indexer.ts +66 -54
- package/src/api/schema/$.test.ts +1 -1
- package/src/api/schema/input-sources/directory.ts +3 -3
- package/src/api/schema/input-sources/file.ts +3 -3
- package/src/api/schema/input-sources/memory.ts +3 -3
- package/src/api/schema/input-sources/versioned-directory.ts +3 -3
- package/src/cli/commands/open.ts +1 -1
- package/src/lib/grafaid/$$.ts +2 -0
- package/src/lib/grafaid/parse-error.ts +69 -0
- package/src/lib/grafaid/parse.test.ts +175 -0
- package/src/lib/grafaid/parse.ts +165 -0
- package/src/lib/grafaid/schema/ast.ts +1 -9
- package/src/lib/grafaid/schema/read.ts +2 -2
- package/src/lib/grafaid/schema/schema.ts +10 -2
- package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +4 -12
- package/src/lib/path-map/$.test.ts +28 -13
- package/src/template/components/ExampleLink.tsx +4 -2
- package/src/template/components/NamedType.tsx +5 -3
- package/src/template/components/VersionCoveragePicker.tsx +8 -2
- package/src/template/components/navbar/DefaultNavbar.tsx +1 -1
- package/src/template/layouts/SidebarLayout.tsx +1 -1
- package/src/template/routes/changelog/ChangelogBody.tsx +6 -2
- package/src/template/routes/changelog/ChangelogSidebar.tsx +1 -1
- package/src/template/routes/index.tsx +1 -1
- package/src/template/routes/root.tsx +5 -0
- package/src/template/theme/swiss-sharp.css +1 -0
- package/src/vite/plugins/examples.ts +1 -2
@@ -2087,11 +2087,11 @@ export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST
|
|
2087
2087
|
readonly path?: string | undefined;
|
2088
2088
|
readonly message: string;
|
2089
2089
|
readonly name: string;
|
2090
|
+
readonly locations: readonly string[];
|
2090
2091
|
readonly criticality: {
|
2091
2092
|
readonly reason?: string | undefined;
|
2092
2093
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
2093
2094
|
};
|
2094
|
-
readonly locations: readonly string[];
|
2095
2095
|
} | {
|
2096
2096
|
readonly _tag: "DIRECTIVE_REMOVED";
|
2097
2097
|
readonly path?: string | undefined;
|
@@ -2681,11 +2681,11 @@ export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST
|
|
2681
2681
|
readonly path?: string | undefined;
|
2682
2682
|
readonly message: string;
|
2683
2683
|
readonly name: string;
|
2684
|
+
readonly locations: readonly string[];
|
2684
2685
|
readonly criticality: {
|
2685
2686
|
readonly reason?: string | undefined;
|
2686
2687
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
2687
2688
|
};
|
2688
|
-
readonly locations: readonly string[];
|
2689
2689
|
} | {
|
2690
2690
|
readonly _tag: "DIRECTIVE_REMOVED";
|
2691
2691
|
readonly path?: string | undefined;
|
@@ -3276,11 +3276,11 @@ export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST
|
|
3276
3276
|
readonly path?: string | undefined;
|
3277
3277
|
readonly message: string;
|
3278
3278
|
readonly name: string;
|
3279
|
+
readonly locations: readonly string[];
|
3279
3280
|
readonly criticality: {
|
3280
3281
|
readonly reason?: string | undefined;
|
3281
3282
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
3282
3283
|
};
|
3283
|
-
readonly locations: readonly string[];
|
3284
3284
|
} | {
|
3285
3285
|
readonly _tag: "DIRECTIVE_REMOVED";
|
3286
3286
|
readonly path?: string | undefined;
|
@@ -3870,11 +3870,11 @@ export declare const decode: (i: {
|
|
3870
3870
|
readonly _tag: "DIRECTIVE_ADDED";
|
3871
3871
|
readonly message: string;
|
3872
3872
|
readonly name: string;
|
3873
|
+
readonly locations: readonly string[];
|
3873
3874
|
readonly criticality: {
|
3874
3875
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
3875
3876
|
readonly reason?: string | undefined;
|
3876
3877
|
};
|
3877
|
-
readonly locations: readonly string[];
|
3878
3878
|
readonly path?: string | undefined;
|
3879
3879
|
} | {
|
3880
3880
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -4464,11 +4464,11 @@ export declare const decode: (i: {
|
|
4464
4464
|
readonly _tag: "DIRECTIVE_ADDED";
|
4465
4465
|
readonly message: string;
|
4466
4466
|
readonly name: string;
|
4467
|
+
readonly locations: readonly string[];
|
4467
4468
|
readonly criticality: {
|
4468
4469
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
4469
4470
|
readonly reason?: string | undefined;
|
4470
4471
|
};
|
4471
|
-
readonly locations: readonly string[];
|
4472
4472
|
readonly path?: string | undefined;
|
4473
4473
|
} | {
|
4474
4474
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -5059,11 +5059,11 @@ export declare const decode: (i: {
|
|
5059
5059
|
readonly _tag: "DIRECTIVE_ADDED";
|
5060
5060
|
readonly message: string;
|
5061
5061
|
readonly name: string;
|
5062
|
+
readonly locations: readonly string[];
|
5062
5063
|
readonly criticality: {
|
5063
5064
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
5064
5065
|
readonly reason?: string | undefined;
|
5065
5066
|
};
|
5066
|
-
readonly locations: readonly string[];
|
5067
5067
|
readonly path?: string | undefined;
|
5068
5068
|
} | {
|
5069
5069
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -5654,11 +5654,11 @@ export declare const decode: (i: {
|
|
5654
5654
|
readonly path?: string | undefined;
|
5655
5655
|
readonly message: string;
|
5656
5656
|
readonly name: string;
|
5657
|
+
readonly locations: readonly string[];
|
5657
5658
|
readonly criticality: {
|
5658
5659
|
readonly reason?: string | undefined;
|
5659
5660
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
5660
5661
|
};
|
5661
|
-
readonly locations: readonly string[];
|
5662
5662
|
} | {
|
5663
5663
|
readonly _tag: "DIRECTIVE_REMOVED";
|
5664
5664
|
readonly path?: string | undefined;
|
@@ -6248,11 +6248,11 @@ export declare const decode: (i: {
|
|
6248
6248
|
readonly path?: string | undefined;
|
6249
6249
|
readonly message: string;
|
6250
6250
|
readonly name: string;
|
6251
|
+
readonly locations: readonly string[];
|
6251
6252
|
readonly criticality: {
|
6252
6253
|
readonly reason?: string | undefined;
|
6253
6254
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
6254
6255
|
};
|
6255
|
-
readonly locations: readonly string[];
|
6256
6256
|
} | {
|
6257
6257
|
readonly _tag: "DIRECTIVE_REMOVED";
|
6258
6258
|
readonly path?: string | undefined;
|
@@ -6843,11 +6843,11 @@ export declare const decode: (i: {
|
|
6843
6843
|
readonly path?: string | undefined;
|
6844
6844
|
readonly message: string;
|
6845
6845
|
readonly name: string;
|
6846
|
+
readonly locations: readonly string[];
|
6846
6847
|
readonly criticality: {
|
6847
6848
|
readonly reason?: string | undefined;
|
6848
6849
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
6849
6850
|
};
|
6850
|
-
readonly locations: readonly string[];
|
6851
6851
|
} | {
|
6852
6852
|
readonly _tag: "DIRECTIVE_REMOVED";
|
6853
6853
|
readonly path?: string | undefined;
|
@@ -7438,11 +7438,11 @@ export declare const encode: (a: {
|
|
7438
7438
|
readonly path?: string | undefined;
|
7439
7439
|
readonly message: string;
|
7440
7440
|
readonly name: string;
|
7441
|
+
readonly locations: readonly string[];
|
7441
7442
|
readonly criticality: {
|
7442
7443
|
readonly reason?: string | undefined;
|
7443
7444
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
7444
7445
|
};
|
7445
|
-
readonly locations: readonly string[];
|
7446
7446
|
} | {
|
7447
7447
|
readonly _tag: "DIRECTIVE_REMOVED";
|
7448
7448
|
readonly path?: string | undefined;
|
@@ -8032,11 +8032,11 @@ export declare const encode: (a: {
|
|
8032
8032
|
readonly path?: string | undefined;
|
8033
8033
|
readonly message: string;
|
8034
8034
|
readonly name: string;
|
8035
|
+
readonly locations: readonly string[];
|
8035
8036
|
readonly criticality: {
|
8036
8037
|
readonly reason?: string | undefined;
|
8037
8038
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
8038
8039
|
};
|
8039
|
-
readonly locations: readonly string[];
|
8040
8040
|
} | {
|
8041
8041
|
readonly _tag: "DIRECTIVE_REMOVED";
|
8042
8042
|
readonly path?: string | undefined;
|
@@ -8627,11 +8627,11 @@ export declare const encode: (a: {
|
|
8627
8627
|
readonly path?: string | undefined;
|
8628
8628
|
readonly message: string;
|
8629
8629
|
readonly name: string;
|
8630
|
+
readonly locations: readonly string[];
|
8630
8631
|
readonly criticality: {
|
8631
8632
|
readonly reason?: string | undefined;
|
8632
8633
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
8633
8634
|
};
|
8634
|
-
readonly locations: readonly string[];
|
8635
8635
|
} | {
|
8636
8636
|
readonly _tag: "DIRECTIVE_REMOVED";
|
8637
8637
|
readonly path?: string | undefined;
|
@@ -9220,11 +9220,11 @@ export declare const encode: (a: {
|
|
9220
9220
|
readonly _tag: "DIRECTIVE_ADDED";
|
9221
9221
|
readonly message: string;
|
9222
9222
|
readonly name: string;
|
9223
|
+
readonly locations: readonly string[];
|
9223
9224
|
readonly criticality: {
|
9224
9225
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
9225
9226
|
readonly reason?: string | undefined;
|
9226
9227
|
};
|
9227
|
-
readonly locations: readonly string[];
|
9228
9228
|
readonly path?: string | undefined;
|
9229
9229
|
} | {
|
9230
9230
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -9814,11 +9814,11 @@ export declare const encode: (a: {
|
|
9814
9814
|
readonly _tag: "DIRECTIVE_ADDED";
|
9815
9815
|
readonly message: string;
|
9816
9816
|
readonly name: string;
|
9817
|
+
readonly locations: readonly string[];
|
9817
9818
|
readonly criticality: {
|
9818
9819
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
9819
9820
|
readonly reason?: string | undefined;
|
9820
9821
|
};
|
9821
|
-
readonly locations: readonly string[];
|
9822
9822
|
readonly path?: string | undefined;
|
9823
9823
|
} | {
|
9824
9824
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -10409,11 +10409,11 @@ export declare const encode: (a: {
|
|
10409
10409
|
readonly _tag: "DIRECTIVE_ADDED";
|
10410
10410
|
readonly message: string;
|
10411
10411
|
readonly name: string;
|
10412
|
+
readonly locations: readonly string[];
|
10412
10413
|
readonly criticality: {
|
10413
10414
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
10414
10415
|
readonly reason?: string | undefined;
|
10415
10416
|
};
|
10416
|
-
readonly locations: readonly string[];
|
10417
10417
|
readonly path?: string | undefined;
|
10418
10418
|
} | {
|
10419
10419
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -11005,11 +11005,11 @@ export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
|
11005
11005
|
readonly path?: string | undefined;
|
11006
11006
|
readonly message: string;
|
11007
11007
|
readonly name: string;
|
11008
|
+
readonly locations: readonly string[];
|
11008
11009
|
readonly criticality: {
|
11009
11010
|
readonly reason?: string | undefined;
|
11010
11011
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
11011
11012
|
};
|
11012
|
-
readonly locations: readonly string[];
|
11013
11013
|
} | {
|
11014
11014
|
readonly _tag: "DIRECTIVE_REMOVED";
|
11015
11015
|
readonly path?: string | undefined;
|
@@ -11599,11 +11599,11 @@ export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
|
11599
11599
|
readonly path?: string | undefined;
|
11600
11600
|
readonly message: string;
|
11601
11601
|
readonly name: string;
|
11602
|
+
readonly locations: readonly string[];
|
11602
11603
|
readonly criticality: {
|
11603
11604
|
readonly reason?: string | undefined;
|
11604
11605
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
11605
11606
|
};
|
11606
|
-
readonly locations: readonly string[];
|
11607
11607
|
} | {
|
11608
11608
|
readonly _tag: "DIRECTIVE_REMOVED";
|
11609
11609
|
readonly path?: string | undefined;
|
@@ -12194,11 +12194,11 @@ export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
|
12194
12194
|
readonly path?: string | undefined;
|
12195
12195
|
readonly message: string;
|
12196
12196
|
readonly name: string;
|
12197
|
+
readonly locations: readonly string[];
|
12197
12198
|
readonly criticality: {
|
12198
12199
|
readonly reason?: string | undefined;
|
12199
12200
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
12200
12201
|
};
|
12201
|
-
readonly locations: readonly string[];
|
12202
12202
|
} | {
|
12203
12203
|
readonly _tag: "DIRECTIVE_REMOVED";
|
12204
12204
|
readonly path?: string | undefined;
|
@@ -1003,11 +1003,11 @@ export declare const make: (props: {
|
|
1003
1003
|
readonly path?: string | undefined;
|
1004
1004
|
readonly message: string;
|
1005
1005
|
readonly name: string;
|
1006
|
+
readonly locations: readonly string[];
|
1006
1007
|
readonly criticality: {
|
1007
1008
|
readonly reason?: string | undefined;
|
1008
1009
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1009
1010
|
};
|
1010
|
-
readonly locations: readonly string[];
|
1011
1011
|
} | {
|
1012
1012
|
readonly _tag: "DIRECTIVE_REMOVED";
|
1013
1013
|
readonly path?: string | undefined;
|
@@ -1597,11 +1597,11 @@ export declare const make: (props: {
|
|
1597
1597
|
readonly path?: string | undefined;
|
1598
1598
|
readonly message: string;
|
1599
1599
|
readonly name: string;
|
1600
|
+
readonly locations: readonly string[];
|
1600
1601
|
readonly criticality: {
|
1601
1602
|
readonly reason?: string | undefined;
|
1602
1603
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1603
1604
|
};
|
1604
|
-
readonly locations: readonly string[];
|
1605
1605
|
} | {
|
1606
1606
|
readonly _tag: "DIRECTIVE_REMOVED";
|
1607
1607
|
readonly path?: string | undefined;
|
@@ -2192,11 +2192,11 @@ export declare const is: (u: unknown, overrideOptions?: import("effect/SchemaAST
|
|
2192
2192
|
readonly path?: string | undefined;
|
2193
2193
|
readonly message: string;
|
2194
2194
|
readonly name: string;
|
2195
|
+
readonly locations: readonly string[];
|
2195
2196
|
readonly criticality: {
|
2196
2197
|
readonly reason?: string | undefined;
|
2197
2198
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
2198
2199
|
};
|
2199
|
-
readonly locations: readonly string[];
|
2200
2200
|
} | {
|
2201
2201
|
readonly _tag: "DIRECTIVE_REMOVED";
|
2202
2202
|
readonly path?: string | undefined;
|
@@ -2792,11 +2792,11 @@ export declare const min: {
|
|
2792
2792
|
readonly path?: string | undefined;
|
2793
2793
|
readonly message: string;
|
2794
2794
|
readonly name: string;
|
2795
|
+
readonly locations: readonly string[];
|
2795
2796
|
readonly criticality: {
|
2796
2797
|
readonly reason?: string | undefined;
|
2797
2798
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
2798
2799
|
};
|
2799
|
-
readonly locations: readonly string[];
|
2800
2800
|
} | {
|
2801
2801
|
readonly _tag: "DIRECTIVE_REMOVED";
|
2802
2802
|
readonly path?: string | undefined;
|
@@ -3386,11 +3386,11 @@ export declare const min: {
|
|
3386
3386
|
readonly path?: string | undefined;
|
3387
3387
|
readonly message: string;
|
3388
3388
|
readonly name: string;
|
3389
|
+
readonly locations: readonly string[];
|
3389
3390
|
readonly criticality: {
|
3390
3391
|
readonly reason?: string | undefined;
|
3391
3392
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
3392
3393
|
};
|
3393
|
-
readonly locations: readonly string[];
|
3394
3394
|
} | {
|
3395
3395
|
readonly _tag: "DIRECTIVE_REMOVED";
|
3396
3396
|
readonly path?: string | undefined;
|
@@ -3980,11 +3980,11 @@ export declare const min: {
|
|
3980
3980
|
readonly path?: string | undefined;
|
3981
3981
|
readonly message: string;
|
3982
3982
|
readonly name: string;
|
3983
|
+
readonly locations: readonly string[];
|
3983
3984
|
readonly criticality: {
|
3984
3985
|
readonly reason?: string | undefined;
|
3985
3986
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
3986
3987
|
};
|
3987
|
-
readonly locations: readonly string[];
|
3988
3988
|
} | {
|
3989
3989
|
readonly _tag: "DIRECTIVE_REMOVED";
|
3990
3990
|
readonly path?: string | undefined;
|
@@ -4575,11 +4575,11 @@ export declare const min: {
|
|
4575
4575
|
readonly path?: string | undefined;
|
4576
4576
|
readonly message: string;
|
4577
4577
|
readonly name: string;
|
4578
|
+
readonly locations: readonly string[];
|
4578
4579
|
readonly criticality: {
|
4579
4580
|
readonly reason?: string | undefined;
|
4580
4581
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
4581
4582
|
};
|
4582
|
-
readonly locations: readonly string[];
|
4583
4583
|
} | {
|
4584
4584
|
readonly _tag: "DIRECTIVE_REMOVED";
|
4585
4585
|
readonly path?: string | undefined;
|
@@ -5169,11 +5169,11 @@ export declare const min: {
|
|
5169
5169
|
readonly path?: string | undefined;
|
5170
5170
|
readonly message: string;
|
5171
5171
|
readonly name: string;
|
5172
|
+
readonly locations: readonly string[];
|
5172
5173
|
readonly criticality: {
|
5173
5174
|
readonly reason?: string | undefined;
|
5174
5175
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
5175
5176
|
};
|
5176
|
-
readonly locations: readonly string[];
|
5177
5177
|
} | {
|
5178
5178
|
readonly _tag: "DIRECTIVE_REMOVED";
|
5179
5179
|
readonly path?: string | undefined;
|
@@ -5763,11 +5763,11 @@ export declare const min: {
|
|
5763
5763
|
readonly path?: string | undefined;
|
5764
5764
|
readonly message: string;
|
5765
5765
|
readonly name: string;
|
5766
|
+
readonly locations: readonly string[];
|
5766
5767
|
readonly criticality: {
|
5767
5768
|
readonly reason?: string | undefined;
|
5768
5769
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
5769
5770
|
};
|
5770
|
-
readonly locations: readonly string[];
|
5771
5771
|
} | {
|
5772
5772
|
readonly _tag: "DIRECTIVE_REMOVED";
|
5773
5773
|
readonly path?: string | undefined;
|
@@ -6360,11 +6360,11 @@ export declare const max: {
|
|
6360
6360
|
readonly path?: string | undefined;
|
6361
6361
|
readonly message: string;
|
6362
6362
|
readonly name: string;
|
6363
|
+
readonly locations: readonly string[];
|
6363
6364
|
readonly criticality: {
|
6364
6365
|
readonly reason?: string | undefined;
|
6365
6366
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
6366
6367
|
};
|
6367
|
-
readonly locations: readonly string[];
|
6368
6368
|
} | {
|
6369
6369
|
readonly _tag: "DIRECTIVE_REMOVED";
|
6370
6370
|
readonly path?: string | undefined;
|
@@ -6954,11 +6954,11 @@ export declare const max: {
|
|
6954
6954
|
readonly path?: string | undefined;
|
6955
6955
|
readonly message: string;
|
6956
6956
|
readonly name: string;
|
6957
|
+
readonly locations: readonly string[];
|
6957
6958
|
readonly criticality: {
|
6958
6959
|
readonly reason?: string | undefined;
|
6959
6960
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
6960
6961
|
};
|
6961
|
-
readonly locations: readonly string[];
|
6962
6962
|
} | {
|
6963
6963
|
readonly _tag: "DIRECTIVE_REMOVED";
|
6964
6964
|
readonly path?: string | undefined;
|
@@ -7548,11 +7548,11 @@ export declare const max: {
|
|
7548
7548
|
readonly path?: string | undefined;
|
7549
7549
|
readonly message: string;
|
7550
7550
|
readonly name: string;
|
7551
|
+
readonly locations: readonly string[];
|
7551
7552
|
readonly criticality: {
|
7552
7553
|
readonly reason?: string | undefined;
|
7553
7554
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
7554
7555
|
};
|
7555
|
-
readonly locations: readonly string[];
|
7556
7556
|
} | {
|
7557
7557
|
readonly _tag: "DIRECTIVE_REMOVED";
|
7558
7558
|
readonly path?: string | undefined;
|
@@ -8143,11 +8143,11 @@ export declare const max: {
|
|
8143
8143
|
readonly path?: string | undefined;
|
8144
8144
|
readonly message: string;
|
8145
8145
|
readonly name: string;
|
8146
|
+
readonly locations: readonly string[];
|
8146
8147
|
readonly criticality: {
|
8147
8148
|
readonly reason?: string | undefined;
|
8148
8149
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
8149
8150
|
};
|
8150
|
-
readonly locations: readonly string[];
|
8151
8151
|
} | {
|
8152
8152
|
readonly _tag: "DIRECTIVE_REMOVED";
|
8153
8153
|
readonly path?: string | undefined;
|
@@ -8737,11 +8737,11 @@ export declare const max: {
|
|
8737
8737
|
readonly path?: string | undefined;
|
8738
8738
|
readonly message: string;
|
8739
8739
|
readonly name: string;
|
8740
|
+
readonly locations: readonly string[];
|
8740
8741
|
readonly criticality: {
|
8741
8742
|
readonly reason?: string | undefined;
|
8742
8743
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
8743
8744
|
};
|
8744
|
-
readonly locations: readonly string[];
|
8745
8745
|
} | {
|
8746
8746
|
readonly _tag: "DIRECTIVE_REMOVED";
|
8747
8747
|
readonly path?: string | undefined;
|
@@ -9331,11 +9331,11 @@ export declare const max: {
|
|
9331
9331
|
readonly path?: string | undefined;
|
9332
9332
|
readonly message: string;
|
9333
9333
|
readonly name: string;
|
9334
|
+
readonly locations: readonly string[];
|
9334
9335
|
readonly criticality: {
|
9335
9336
|
readonly reason?: string | undefined;
|
9336
9337
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
9337
9338
|
};
|
9338
|
-
readonly locations: readonly string[];
|
9339
9339
|
} | {
|
9340
9340
|
readonly _tag: "DIRECTIVE_REMOVED";
|
9341
9341
|
readonly path?: string | undefined;
|
@@ -9928,11 +9928,11 @@ export declare const lessThan: {
|
|
9928
9928
|
readonly path?: string | undefined;
|
9929
9929
|
readonly message: string;
|
9930
9930
|
readonly name: string;
|
9931
|
+
readonly locations: readonly string[];
|
9931
9932
|
readonly criticality: {
|
9932
9933
|
readonly reason?: string | undefined;
|
9933
9934
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
9934
9935
|
};
|
9935
|
-
readonly locations: readonly string[];
|
9936
9936
|
} | {
|
9937
9937
|
readonly _tag: "DIRECTIVE_REMOVED";
|
9938
9938
|
readonly path?: string | undefined;
|
@@ -10522,11 +10522,11 @@ export declare const lessThan: {
|
|
10522
10522
|
readonly path?: string | undefined;
|
10523
10523
|
readonly message: string;
|
10524
10524
|
readonly name: string;
|
10525
|
+
readonly locations: readonly string[];
|
10525
10526
|
readonly criticality: {
|
10526
10527
|
readonly reason?: string | undefined;
|
10527
10528
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
10528
10529
|
};
|
10529
|
-
readonly locations: readonly string[];
|
10530
10530
|
} | {
|
10531
10531
|
readonly _tag: "DIRECTIVE_REMOVED";
|
10532
10532
|
readonly path?: string | undefined;
|
@@ -11117,11 +11117,11 @@ export declare const lessThan: {
|
|
11117
11117
|
readonly path?: string | undefined;
|
11118
11118
|
readonly message: string;
|
11119
11119
|
readonly name: string;
|
11120
|
+
readonly locations: readonly string[];
|
11120
11121
|
readonly criticality: {
|
11121
11122
|
readonly reason?: string | undefined;
|
11122
11123
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
11123
11124
|
};
|
11124
|
-
readonly locations: readonly string[];
|
11125
11125
|
} | {
|
11126
11126
|
readonly _tag: "DIRECTIVE_REMOVED";
|
11127
11127
|
readonly path?: string | undefined;
|
@@ -11711,11 +11711,11 @@ export declare const lessThan: {
|
|
11711
11711
|
readonly path?: string | undefined;
|
11712
11712
|
readonly message: string;
|
11713
11713
|
readonly name: string;
|
11714
|
+
readonly locations: readonly string[];
|
11714
11715
|
readonly criticality: {
|
11715
11716
|
readonly reason?: string | undefined;
|
11716
11717
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
11717
11718
|
};
|
11718
|
-
readonly locations: readonly string[];
|
11719
11719
|
} | {
|
11720
11720
|
readonly _tag: "DIRECTIVE_REMOVED";
|
11721
11721
|
readonly path?: string | undefined;
|
@@ -12308,11 +12308,11 @@ export declare const greaterThan: {
|
|
12308
12308
|
readonly path?: string | undefined;
|
12309
12309
|
readonly message: string;
|
12310
12310
|
readonly name: string;
|
12311
|
+
readonly locations: readonly string[];
|
12311
12312
|
readonly criticality: {
|
12312
12313
|
readonly reason?: string | undefined;
|
12313
12314
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
12314
12315
|
};
|
12315
|
-
readonly locations: readonly string[];
|
12316
12316
|
} | {
|
12317
12317
|
readonly _tag: "DIRECTIVE_REMOVED";
|
12318
12318
|
readonly path?: string | undefined;
|
@@ -12902,11 +12902,11 @@ export declare const greaterThan: {
|
|
12902
12902
|
readonly path?: string | undefined;
|
12903
12903
|
readonly message: string;
|
12904
12904
|
readonly name: string;
|
12905
|
+
readonly locations: readonly string[];
|
12905
12906
|
readonly criticality: {
|
12906
12907
|
readonly reason?: string | undefined;
|
12907
12908
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
12908
12909
|
};
|
12909
|
-
readonly locations: readonly string[];
|
12910
12910
|
} | {
|
12911
12911
|
readonly _tag: "DIRECTIVE_REMOVED";
|
12912
12912
|
readonly path?: string | undefined;
|
@@ -13497,11 +13497,11 @@ export declare const greaterThan: {
|
|
13497
13497
|
readonly path?: string | undefined;
|
13498
13498
|
readonly message: string;
|
13499
13499
|
readonly name: string;
|
13500
|
+
readonly locations: readonly string[];
|
13500
13501
|
readonly criticality: {
|
13501
13502
|
readonly reason?: string | undefined;
|
13502
13503
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
13503
13504
|
};
|
13504
|
-
readonly locations: readonly string[];
|
13505
13505
|
} | {
|
13506
13506
|
readonly _tag: "DIRECTIVE_REMOVED";
|
13507
13507
|
readonly path?: string | undefined;
|
@@ -14091,11 +14091,11 @@ export declare const greaterThan: {
|
|
14091
14091
|
readonly path?: string | undefined;
|
14092
14092
|
readonly message: string;
|
14093
14093
|
readonly name: string;
|
14094
|
+
readonly locations: readonly string[];
|
14094
14095
|
readonly criticality: {
|
14095
14096
|
readonly reason?: string | undefined;
|
14096
14097
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
14097
14098
|
};
|
14098
|
-
readonly locations: readonly string[];
|
14099
14099
|
} | {
|
14100
14100
|
readonly _tag: "DIRECTIVE_REMOVED";
|
14101
14101
|
readonly path?: string | undefined;
|
@@ -14686,11 +14686,11 @@ export declare const decode: (i: {
|
|
14686
14686
|
readonly _tag: "DIRECTIVE_ADDED";
|
14687
14687
|
readonly message: string;
|
14688
14688
|
readonly name: string;
|
14689
|
+
readonly locations: readonly string[];
|
14689
14690
|
readonly criticality: {
|
14690
14691
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
14691
14692
|
readonly reason?: string | undefined;
|
14692
14693
|
};
|
14693
|
-
readonly locations: readonly string[];
|
14694
14694
|
readonly path?: string | undefined;
|
14695
14695
|
} | {
|
14696
14696
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -15281,11 +15281,11 @@ export declare const decode: (i: {
|
|
15281
15281
|
readonly path?: string | undefined;
|
15282
15282
|
readonly message: string;
|
15283
15283
|
readonly name: string;
|
15284
|
+
readonly locations: readonly string[];
|
15284
15285
|
readonly criticality: {
|
15285
15286
|
readonly reason?: string | undefined;
|
15286
15287
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
15287
15288
|
};
|
15288
|
-
readonly locations: readonly string[];
|
15289
15289
|
} | {
|
15290
15290
|
readonly _tag: "DIRECTIVE_REMOVED";
|
15291
15291
|
readonly path?: string | undefined;
|
@@ -15876,11 +15876,11 @@ export declare const encode: (a: {
|
|
15876
15876
|
readonly path?: string | undefined;
|
15877
15877
|
readonly message: string;
|
15878
15878
|
readonly name: string;
|
15879
|
+
readonly locations: readonly string[];
|
15879
15880
|
readonly criticality: {
|
15880
15881
|
readonly reason?: string | undefined;
|
15881
15882
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
15882
15883
|
};
|
15883
|
-
readonly locations: readonly string[];
|
15884
15884
|
} | {
|
15885
15885
|
readonly _tag: "DIRECTIVE_REMOVED";
|
15886
15886
|
readonly path?: string | undefined;
|
@@ -16469,11 +16469,11 @@ export declare const encode: (a: {
|
|
16469
16469
|
readonly _tag: "DIRECTIVE_ADDED";
|
16470
16470
|
readonly message: string;
|
16471
16471
|
readonly name: string;
|
16472
|
+
readonly locations: readonly string[];
|
16472
16473
|
readonly criticality: {
|
16473
16474
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
16474
16475
|
readonly reason?: string | undefined;
|
16475
16476
|
};
|
16476
|
-
readonly locations: readonly string[];
|
16477
16477
|
readonly path?: string | undefined;
|
16478
16478
|
} | {
|
16479
16479
|
readonly _tag: "DIRECTIVE_REMOVED";
|
@@ -17065,11 +17065,11 @@ export declare const equivalence: import("effect/Equivalence").Equivalence<{
|
|
17065
17065
|
readonly path?: string | undefined;
|
17066
17066
|
readonly message: string;
|
17067
17067
|
readonly name: string;
|
17068
|
+
readonly locations: readonly string[];
|
17068
17069
|
readonly criticality: {
|
17069
17070
|
readonly reason?: string | undefined;
|
17070
17071
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
17071
17072
|
};
|
17072
|
-
readonly locations: readonly string[];
|
17073
17073
|
} | {
|
17074
17074
|
readonly _tag: "DIRECTIVE_REMOVED";
|
17075
17075
|
readonly path?: string | undefined;
|