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
@@ -64,17 +64,22 @@ export declare const ConfigInput: S.Struct<{
|
|
64
64
|
schema: S.optional<S.Struct<{
|
65
65
|
enabled: S.optional<typeof S.Boolean>;
|
66
66
|
augmentations: S.optional<S.Array$<S.Struct<{
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
67
|
+
on: S.optional<typeof S.String>;
|
68
|
+
placement: S.optional<S.Enums<{
|
69
|
+
readonly before: "before";
|
70
|
+
readonly after: "after";
|
71
|
+
readonly over: "over";
|
72
|
+
}>>;
|
73
|
+
content: S.optional<typeof S.String>;
|
74
|
+
versions: S.optional<S.Record$<typeof S.String, S.Struct<{
|
75
|
+
on: S.optional<typeof S.String>;
|
76
|
+
placement: S.optional<S.Enums<{
|
77
|
+
readonly before: "before";
|
78
|
+
readonly after: "after";
|
79
|
+
readonly over: "over";
|
80
|
+
}>>;
|
81
|
+
content: S.optional<typeof S.String>;
|
82
|
+
}>>>;
|
78
83
|
}>>>;
|
79
84
|
useSources: S.optional<S.Union<[S.Enums<{
|
80
85
|
readonly file: "file";
|
@@ -646,17 +651,16 @@ export declare const decodeConfigInput: (i: {
|
|
646
651
|
readonly schema?: {
|
647
652
|
readonly enabled?: boolean | undefined;
|
648
653
|
readonly augmentations?: readonly {
|
649
|
-
readonly
|
650
|
-
readonly
|
651
|
-
readonly
|
652
|
-
|
653
|
-
readonly
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
};
|
659
|
-
readonly placement: "before" | "after" | "over";
|
654
|
+
readonly content?: string | undefined;
|
655
|
+
readonly on?: string | undefined;
|
656
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
657
|
+
readonly versions?: {
|
658
|
+
readonly [x: string]: {
|
659
|
+
readonly content?: string | undefined;
|
660
|
+
readonly on?: string | undefined;
|
661
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
662
|
+
};
|
663
|
+
} | undefined;
|
660
664
|
}[] | undefined;
|
661
665
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
662
666
|
readonly sources?: {
|
@@ -885,17 +889,16 @@ export declare const decodeConfigInput: (i: {
|
|
885
889
|
readonly schema?: {
|
886
890
|
readonly enabled?: boolean | undefined;
|
887
891
|
readonly augmentations?: readonly {
|
888
|
-
readonly
|
889
|
-
readonly
|
890
|
-
readonly
|
891
|
-
|
892
|
-
readonly
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
};
|
898
|
-
readonly placement: "before" | "after" | "over";
|
892
|
+
readonly content?: string | undefined;
|
893
|
+
readonly on?: string | undefined;
|
894
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
895
|
+
readonly versions?: {
|
896
|
+
readonly [x: string]: {
|
897
|
+
readonly content?: string | undefined;
|
898
|
+
readonly on?: string | undefined;
|
899
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
900
|
+
};
|
901
|
+
} | undefined;
|
899
902
|
}[] | undefined;
|
900
903
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
901
904
|
readonly sources?: {
|
@@ -1125,17 +1128,16 @@ export declare const validateConfigInput: (u: unknown, overrideOptions?: import(
|
|
1125
1128
|
readonly schema?: {
|
1126
1129
|
readonly enabled?: boolean | undefined;
|
1127
1130
|
readonly augmentations?: readonly {
|
1128
|
-
readonly
|
1129
|
-
readonly
|
1130
|
-
readonly
|
1131
|
-
|
1132
|
-
readonly
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
};
|
1138
|
-
readonly placement: "before" | "after" | "over";
|
1131
|
+
readonly content?: string | undefined;
|
1132
|
+
readonly on?: string | undefined;
|
1133
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1134
|
+
readonly versions?: {
|
1135
|
+
readonly [x: string]: {
|
1136
|
+
readonly content?: string | undefined;
|
1137
|
+
readonly on?: string | undefined;
|
1138
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1139
|
+
};
|
1140
|
+
} | undefined;
|
1139
1141
|
}[] | undefined;
|
1140
1142
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1141
1143
|
readonly sources?: {
|
@@ -1365,17 +1367,16 @@ export declare const validateConfigInputEffect: (u: unknown, overrideOptions?: i
|
|
1365
1367
|
readonly schema?: {
|
1366
1368
|
readonly enabled?: boolean | undefined;
|
1367
1369
|
readonly augmentations?: readonly {
|
1368
|
-
readonly
|
1369
|
-
readonly
|
1370
|
-
readonly
|
1371
|
-
|
1372
|
-
readonly
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
};
|
1378
|
-
readonly placement: "before" | "after" | "over";
|
1370
|
+
readonly content?: string | undefined;
|
1371
|
+
readonly on?: string | undefined;
|
1372
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1373
|
+
readonly versions?: {
|
1374
|
+
readonly [x: string]: {
|
1375
|
+
readonly content?: string | undefined;
|
1376
|
+
readonly on?: string | undefined;
|
1377
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1378
|
+
};
|
1379
|
+
} | undefined;
|
1379
1380
|
}[] | undefined;
|
1380
1381
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1381
1382
|
readonly sources?: {
|
@@ -1610,17 +1611,16 @@ export declare const defineConfig: (props: void | {
|
|
1610
1611
|
readonly schema?: {
|
1611
1612
|
readonly enabled?: boolean | undefined;
|
1612
1613
|
readonly augmentations?: readonly {
|
1613
|
-
readonly
|
1614
|
-
readonly
|
1615
|
-
readonly
|
1616
|
-
|
1617
|
-
readonly
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
};
|
1623
|
-
readonly placement: "before" | "after" | "over";
|
1614
|
+
readonly content?: string | undefined;
|
1615
|
+
readonly on?: string | undefined;
|
1616
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1617
|
+
readonly versions?: {
|
1618
|
+
readonly [x: string]: {
|
1619
|
+
readonly content?: string | undefined;
|
1620
|
+
readonly on?: string | undefined;
|
1621
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1622
|
+
};
|
1623
|
+
} | undefined;
|
1624
1624
|
}[] | undefined;
|
1625
1625
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1626
1626
|
readonly sources?: {
|
@@ -1849,17 +1849,16 @@ export declare const defineConfig: (props: void | {
|
|
1849
1849
|
readonly schema?: {
|
1850
1850
|
readonly enabled?: boolean | undefined;
|
1851
1851
|
readonly augmentations?: readonly {
|
1852
|
-
readonly
|
1853
|
-
readonly
|
1854
|
-
readonly
|
1855
|
-
|
1856
|
-
readonly
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
};
|
1862
|
-
readonly placement: "before" | "after" | "over";
|
1852
|
+
readonly content?: string | undefined;
|
1853
|
+
readonly on?: string | undefined;
|
1854
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1855
|
+
readonly versions?: {
|
1856
|
+
readonly [x: string]: {
|
1857
|
+
readonly content?: string | undefined;
|
1858
|
+
readonly on?: string | undefined;
|
1859
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1860
|
+
};
|
1861
|
+
} | undefined;
|
1863
1862
|
}[] | undefined;
|
1864
1863
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1865
1864
|
readonly sources?: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/api/config/input.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,sBAAsB,CAAA;AAQxC,eAAO,MAAM,iBAAiB;;;;EAM7B,CAAA;AACD,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAMvE,QAAA,MAAM,iBAAiB;IACrB;;;;;;;;;;;;;;;;;;OAkBG;;EAKH,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAgOvE;;;;GAIG;AACH,eAAO,MAAM,WAAW;IACtB;;;;;;;;;;;;OAYG;;IAEH;;;;;;;;;;;OAWG
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/api/config/input.ts"],"names":[],"mappings":"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"}
|
@@ -178,17 +178,16 @@ export declare const Config: S.Struct<{
|
|
178
178
|
readonly schema?: {
|
179
179
|
readonly enabled?: boolean | undefined;
|
180
180
|
readonly augmentations?: readonly {
|
181
|
-
readonly
|
182
|
-
readonly
|
183
|
-
readonly
|
184
|
-
|
185
|
-
readonly
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
};
|
191
|
-
readonly placement: "before" | "after" | "over";
|
181
|
+
readonly content?: string | undefined;
|
182
|
+
readonly on?: string | undefined;
|
183
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
184
|
+
readonly versions?: {
|
185
|
+
readonly [x: string]: {
|
186
|
+
readonly content?: string | undefined;
|
187
|
+
readonly on?: string | undefined;
|
188
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
189
|
+
};
|
190
|
+
} | undefined;
|
192
191
|
}[] | undefined;
|
193
192
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
194
193
|
readonly sources?: {
|
@@ -417,17 +416,16 @@ export declare const Config: S.Struct<{
|
|
417
416
|
readonly schema?: {
|
418
417
|
readonly enabled?: boolean | undefined;
|
419
418
|
readonly augmentations?: readonly {
|
420
|
-
readonly
|
421
|
-
readonly
|
422
|
-
readonly
|
423
|
-
|
424
|
-
readonly
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
};
|
430
|
-
readonly placement: "before" | "after" | "over";
|
419
|
+
readonly content?: string | undefined;
|
420
|
+
readonly on?: string | undefined;
|
421
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
422
|
+
readonly versions?: {
|
423
|
+
readonly [x: string]: {
|
424
|
+
readonly content?: string | undefined;
|
425
|
+
readonly on?: string | undefined;
|
426
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
427
|
+
};
|
428
|
+
} | undefined;
|
431
429
|
}[] | undefined;
|
432
430
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
433
431
|
readonly sources?: {
|
@@ -631,17 +629,22 @@ export declare const Config: S.Struct<{
|
|
631
629
|
schema: S.Struct<{
|
632
630
|
enabled: S.optional<typeof S.Boolean>;
|
633
631
|
augmentations: S.optional<S.Array$<S.Struct<{
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
632
|
+
on: S.optional<typeof S.String>;
|
633
|
+
placement: S.optional<S.Enums<{
|
634
|
+
readonly before: "before";
|
635
|
+
readonly after: "after";
|
636
|
+
readonly over: "over";
|
637
|
+
}>>;
|
638
|
+
content: S.optional<typeof S.String>;
|
639
|
+
versions: S.optional<S.Record$<typeof S.String, S.Struct<{
|
640
|
+
on: S.optional<typeof S.String>;
|
641
|
+
placement: S.optional<S.Enums<{
|
642
|
+
readonly before: "before";
|
643
|
+
readonly after: "after";
|
644
|
+
readonly over: "over";
|
645
|
+
}>>;
|
646
|
+
content: S.optional<typeof S.String>;
|
647
|
+
}>>>;
|
645
648
|
}>>>;
|
646
649
|
useSources: S.optional<S.Union<[S.Enums<{
|
647
650
|
readonly file: "file";
|
@@ -1132,17 +1135,16 @@ export declare const decode: (i: {
|
|
1132
1135
|
readonly schema: {
|
1133
1136
|
readonly enabled?: boolean | undefined;
|
1134
1137
|
readonly augmentations?: readonly {
|
1135
|
-
readonly
|
1136
|
-
readonly
|
1137
|
-
readonly
|
1138
|
-
|
1139
|
-
readonly
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
};
|
1145
|
-
readonly placement: "before" | "after" | "over";
|
1138
|
+
readonly content?: string | undefined;
|
1139
|
+
readonly on?: string | undefined;
|
1140
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1141
|
+
readonly versions?: {
|
1142
|
+
readonly [x: string]: {
|
1143
|
+
readonly content?: string | undefined;
|
1144
|
+
readonly on?: string | undefined;
|
1145
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1146
|
+
};
|
1147
|
+
} | undefined;
|
1146
1148
|
}[] | undefined;
|
1147
1149
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1148
1150
|
readonly sources?: {
|
@@ -1397,17 +1399,16 @@ export declare const decode: (i: {
|
|
1397
1399
|
readonly schema?: {
|
1398
1400
|
readonly enabled?: boolean | undefined;
|
1399
1401
|
readonly augmentations?: readonly {
|
1400
|
-
readonly
|
1401
|
-
readonly
|
1402
|
-
readonly
|
1403
|
-
|
1404
|
-
readonly
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
};
|
1410
|
-
readonly placement: "before" | "after" | "over";
|
1402
|
+
readonly content?: string | undefined;
|
1403
|
+
readonly on?: string | undefined;
|
1404
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1405
|
+
readonly versions?: {
|
1406
|
+
readonly [x: string]: {
|
1407
|
+
readonly content?: string | undefined;
|
1408
|
+
readonly on?: string | undefined;
|
1409
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1410
|
+
};
|
1411
|
+
} | undefined;
|
1411
1412
|
}[] | undefined;
|
1412
1413
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1413
1414
|
readonly sources?: {
|
@@ -1637,17 +1638,16 @@ export declare const decode: (i: {
|
|
1637
1638
|
readonly schema: {
|
1638
1639
|
readonly enabled?: boolean | undefined;
|
1639
1640
|
readonly augmentations?: readonly {
|
1640
|
-
readonly
|
1641
|
-
readonly
|
1642
|
-
readonly
|
1643
|
-
|
1644
|
-
readonly
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
};
|
1650
|
-
readonly placement: "before" | "after" | "over";
|
1641
|
+
readonly content?: string | undefined;
|
1642
|
+
readonly on?: string | undefined;
|
1643
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1644
|
+
readonly versions?: {
|
1645
|
+
readonly [x: string]: {
|
1646
|
+
readonly content?: string | undefined;
|
1647
|
+
readonly on?: string | undefined;
|
1648
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1649
|
+
};
|
1650
|
+
} | undefined;
|
1651
1651
|
}[] | undefined;
|
1652
1652
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1653
1653
|
readonly sources?: {
|
@@ -1908,17 +1908,16 @@ export declare const decode: (i: {
|
|
1908
1908
|
readonly schema?: {
|
1909
1909
|
readonly enabled?: boolean | undefined;
|
1910
1910
|
readonly augmentations?: readonly {
|
1911
|
-
readonly
|
1912
|
-
readonly
|
1913
|
-
readonly
|
1914
|
-
|
1915
|
-
readonly
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
};
|
1921
|
-
readonly placement: "before" | "after" | "over";
|
1911
|
+
readonly content?: string | undefined;
|
1912
|
+
readonly on?: string | undefined;
|
1913
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1914
|
+
readonly versions?: {
|
1915
|
+
readonly [x: string]: {
|
1916
|
+
readonly content?: string | undefined;
|
1917
|
+
readonly on?: string | undefined;
|
1918
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1919
|
+
};
|
1920
|
+
} | undefined;
|
1922
1921
|
}[] | undefined;
|
1923
1922
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1924
1923
|
readonly sources?: {
|
@@ -2149,17 +2148,16 @@ export declare const encode: (a: {
|
|
2149
2148
|
readonly schema: {
|
2150
2149
|
readonly enabled?: boolean | undefined;
|
2151
2150
|
readonly augmentations?: readonly {
|
2152
|
-
readonly
|
2153
|
-
readonly
|
2154
|
-
readonly
|
2155
|
-
|
2156
|
-
readonly
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
};
|
2162
|
-
readonly placement: "before" | "after" | "over";
|
2151
|
+
readonly content?: string | undefined;
|
2152
|
+
readonly on?: string | undefined;
|
2153
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2154
|
+
readonly versions?: {
|
2155
|
+
readonly [x: string]: {
|
2156
|
+
readonly content?: string | undefined;
|
2157
|
+
readonly on?: string | undefined;
|
2158
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2159
|
+
};
|
2160
|
+
} | undefined;
|
2163
2161
|
}[] | undefined;
|
2164
2162
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2165
2163
|
readonly sources?: {
|
@@ -2420,17 +2418,16 @@ export declare const encode: (a: {
|
|
2420
2418
|
readonly schema?: {
|
2421
2419
|
readonly enabled?: boolean | undefined;
|
2422
2420
|
readonly augmentations?: readonly {
|
2423
|
-
readonly
|
2424
|
-
readonly
|
2425
|
-
readonly
|
2426
|
-
|
2427
|
-
readonly
|
2428
|
-
|
2429
|
-
|
2430
|
-
|
2431
|
-
|
2432
|
-
};
|
2433
|
-
readonly placement: "before" | "after" | "over";
|
2421
|
+
readonly content?: string | undefined;
|
2422
|
+
readonly on?: string | undefined;
|
2423
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2424
|
+
readonly versions?: {
|
2425
|
+
readonly [x: string]: {
|
2426
|
+
readonly content?: string | undefined;
|
2427
|
+
readonly on?: string | undefined;
|
2428
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2429
|
+
};
|
2430
|
+
} | undefined;
|
2434
2431
|
}[] | undefined;
|
2435
2432
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2436
2433
|
readonly sources?: {
|
@@ -2660,17 +2657,16 @@ export declare const encode: (a: {
|
|
2660
2657
|
readonly schema: {
|
2661
2658
|
readonly enabled?: boolean | undefined;
|
2662
2659
|
readonly augmentations?: readonly {
|
2663
|
-
readonly
|
2664
|
-
readonly
|
2665
|
-
readonly
|
2666
|
-
|
2667
|
-
readonly
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2672
|
-
};
|
2673
|
-
readonly placement: "before" | "after" | "over";
|
2660
|
+
readonly content?: string | undefined;
|
2661
|
+
readonly on?: string | undefined;
|
2662
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2663
|
+
readonly versions?: {
|
2664
|
+
readonly [x: string]: {
|
2665
|
+
readonly content?: string | undefined;
|
2666
|
+
readonly on?: string | undefined;
|
2667
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2668
|
+
};
|
2669
|
+
} | undefined;
|
2674
2670
|
}[] | undefined;
|
2675
2671
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2676
2672
|
readonly sources?: {
|
@@ -2925,17 +2921,16 @@ export declare const encode: (a: {
|
|
2925
2921
|
readonly schema?: {
|
2926
2922
|
readonly enabled?: boolean | undefined;
|
2927
2923
|
readonly augmentations?: readonly {
|
2928
|
-
readonly
|
2929
|
-
readonly
|
2930
|
-
readonly
|
2931
|
-
|
2932
|
-
readonly
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
};
|
2938
|
-
readonly placement: "before" | "after" | "over";
|
2924
|
+
readonly content?: string | undefined;
|
2925
|
+
readonly on?: string | undefined;
|
2926
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2927
|
+
readonly versions?: {
|
2928
|
+
readonly [x: string]: {
|
2929
|
+
readonly content?: string | undefined;
|
2930
|
+
readonly on?: string | undefined;
|
2931
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2932
|
+
};
|
2933
|
+
} | undefined;
|
2939
2934
|
}[] | undefined;
|
2940
2935
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2941
2936
|
readonly sources?: {
|
@@ -3166,17 +3161,16 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3166
3161
|
readonly schema: {
|
3167
3162
|
readonly enabled?: boolean | undefined;
|
3168
3163
|
readonly augmentations?: readonly {
|
3169
|
-
readonly
|
3170
|
-
readonly
|
3171
|
-
readonly
|
3172
|
-
|
3173
|
-
readonly
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
};
|
3179
|
-
readonly placement: "before" | "after" | "over";
|
3164
|
+
readonly content?: string | undefined;
|
3165
|
+
readonly on?: string | undefined;
|
3166
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3167
|
+
readonly versions?: {
|
3168
|
+
readonly [x: string]: {
|
3169
|
+
readonly content?: string | undefined;
|
3170
|
+
readonly on?: string | undefined;
|
3171
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3172
|
+
};
|
3173
|
+
} | undefined;
|
3180
3174
|
}[] | undefined;
|
3181
3175
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
3182
3176
|
readonly sources?: {
|
@@ -3437,17 +3431,16 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3437
3431
|
readonly schema?: {
|
3438
3432
|
readonly enabled?: boolean | undefined;
|
3439
3433
|
readonly augmentations?: readonly {
|
3440
|
-
readonly
|
3441
|
-
readonly
|
3442
|
-
readonly
|
3443
|
-
|
3444
|
-
readonly
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
};
|
3450
|
-
readonly placement: "before" | "after" | "over";
|
3434
|
+
readonly content?: string | undefined;
|
3435
|
+
readonly on?: string | undefined;
|
3436
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3437
|
+
readonly versions?: {
|
3438
|
+
readonly [x: string]: {
|
3439
|
+
readonly content?: string | undefined;
|
3440
|
+
readonly on?: string | undefined;
|
3441
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3442
|
+
};
|
3443
|
+
} | undefined;
|
3451
3444
|
}[] | undefined;
|
3452
3445
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
3453
3446
|
readonly sources?: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"normalized.d.ts","sourceRoot":"","sources":["../../../src/api/config/normalized.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,CAAC,EAAE,MAAM,sBAAsB,CAAA;AAGxC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAE/B,OAAO,EAAqB,WAAW,EAAE,MAAM,YAAY,CAAA;AAY3D;;;GAGG;AACH,QAAA,MAAM,UAAU;IACd;;OAEG;;IAGH;;;OAGG;;;;;;;;;;;;;IAcH;;OAEG;;;;;IASH;;OAEG;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;;;;;IASH;;OAEG;;;;;;;IAWH;;OAEG;;;;;;IAUH;;OAEG;;;;;IASH;;OAEG;;;;;;EAYH,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAA;AAMzD,QAAA,MAAM,iBAAiB;;EAKrB,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAsHvE;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;IACjB;;OAEG
|
1
|
+
{"version":3,"file":"normalized.d.ts","sourceRoot":"","sources":["../../../src/api/config/normalized.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,CAAC,EAAE,MAAM,sBAAsB,CAAA;AAGxC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAE/B,OAAO,EAAqB,WAAW,EAAE,MAAM,YAAY,CAAA;AAY3D;;;GAGG;AACH,QAAA,MAAM,UAAU;IACd;;OAEG;;IAGH;;;OAGG;;;;;;;;;;;;;IAcH;;OAEG;;;;;IASH;;OAEG;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;;;;;IASH;;OAEG;;;;;;;IAWH;;OAEG;;;;;;IAUH;;OAEG;;;;;IASH;;OAEG;;;;;;EAYH,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAA;AAMzD,QAAA,MAAM,iBAAiB;;EAKrB,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAsHvE;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;IACjB;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;OAEG;;;;;IAMH;;OAEG;;;;;;;IAQH;;OAEG;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;QA7SH;;WAEG;;QAGH;;;WAGG;;;;;;;;;;;;;QAcH;;WAEG;;;;;QASH;;WAEG;;;;;QASH;;;;WAIG;;;;;;;;;;;;;;;;;;;;QASH;;WAEG;;;;;;;QAWH;;WAEG;;;;;;QAUH;;WAEG;;;;;QASH;;WAEG;;;;;;;IAiNH;;OAEG;;;;IAKH;;OAEG;;;;IAKH;;OAEG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;EAWH,CAAA;AAMF;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,MAAM,CAAC,CAAA;AAMjD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAAmB,CAAA;AACtC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAAmB,CAAA;AACtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAAqB,CAAA;AAI1C,MAAM,WAAW,wBAAwB;IACvC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC/B;AA2ID,eAAO,MAAM,cAAc,GACzB,aAAa,WAAW,GAAG,SAAS;AACpC;;;;;;;GAOG;AACH,iBAAiB,MAAM,KACtB,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,CAyVjC,CAAA"}
|