polen 0.11.0-next.23 → 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.
Files changed (192) hide show
  1. package/build/api/config/input.d.ts +76 -77
  2. package/build/api/config/input.d.ts.map +1 -1
  3. package/build/api/config/normalized.d.ts +136 -143
  4. package/build/api/config/normalized.d.ts.map +1 -1
  5. package/build/api/config-template/template.d.ts +110 -121
  6. package/build/api/config-template/template.d.ts.map +1 -1
  7. package/build/api/examples/diagnostic/diagnostic.d.ts +0 -23
  8. package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -1
  9. package/build/api/examples/diagnostic/diagnostic.js +1 -3
  10. package/build/api/examples/diagnostic/diagnostic.js.map +1 -1
  11. package/build/api/examples/scanner.d.ts +27 -1
  12. package/build/api/examples/scanner.d.ts.map +1 -1
  13. package/build/api/examples/scanner.js +19 -17
  14. package/build/api/examples/scanner.js.map +1 -1
  15. package/build/api/examples/schemas/catalog.d.ts +20 -12
  16. package/build/api/examples/schemas/catalog.d.ts.map +1 -1
  17. package/build/api/examples/schemas/example/example.d.ts +17 -11
  18. package/build/api/examples/schemas/example/example.d.ts.map +1 -1
  19. package/build/api/schema/augmentations/$$.d.ts +7 -0
  20. package/build/api/schema/augmentations/$$.d.ts.map +1 -0
  21. package/build/api/schema/augmentations/$$.js +7 -0
  22. package/build/api/schema/augmentations/$$.js.map +1 -0
  23. package/build/api/schema/augmentations/$.d.ts +1 -1
  24. package/build/api/schema/augmentations/$.d.ts.map +1 -1
  25. package/build/api/schema/augmentations/$.js +1 -1
  26. package/build/api/schema/augmentations/$.js.map +1 -1
  27. package/build/api/schema/augmentations/apply.d.ts +29 -0
  28. package/build/api/schema/augmentations/apply.d.ts.map +1 -0
  29. package/build/api/schema/augmentations/apply.js +181 -0
  30. package/build/api/schema/augmentations/apply.js.map +1 -0
  31. package/build/api/schema/augmentations/augmentation.d.ts +31 -0
  32. package/build/api/schema/augmentations/augmentation.d.ts.map +1 -0
  33. package/build/api/schema/augmentations/augmentation.js +22 -0
  34. package/build/api/schema/augmentations/augmentation.js.map +1 -0
  35. package/build/api/schema/augmentations/config.d.ts +24 -0
  36. package/build/api/schema/augmentations/config.d.ts.map +1 -0
  37. package/build/api/schema/augmentations/config.js +9 -0
  38. package/build/api/schema/augmentations/config.js.map +1 -0
  39. package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts +67 -0
  40. package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts.map +1 -0
  41. package/build/api/schema/augmentations/diagnostics/diagnostic.js +13 -0
  42. package/build/api/schema/augmentations/diagnostics/diagnostic.js.map +1 -0
  43. package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts +45 -0
  44. package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts.map +1 -0
  45. package/build/api/schema/augmentations/diagnostics/duplicate-version.js +17 -0
  46. package/build/api/schema/augmentations/diagnostics/duplicate-version.js.map +1 -0
  47. package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts +46 -0
  48. package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts.map +1 -0
  49. package/build/api/schema/augmentations/diagnostics/invalid-path.js +18 -0
  50. package/build/api/schema/augmentations/diagnostics/invalid-path.js.map +1 -0
  51. package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts +46 -0
  52. package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts.map +1 -0
  53. package/build/api/schema/augmentations/diagnostics/version-mismatch.js +18 -0
  54. package/build/api/schema/augmentations/diagnostics/version-mismatch.js.map +1 -0
  55. package/build/api/schema/augmentations/input.d.ts +145 -0
  56. package/build/api/schema/augmentations/input.d.ts.map +1 -0
  57. package/build/api/schema/augmentations/input.js +191 -0
  58. package/build/api/schema/augmentations/input.js.map +1 -0
  59. package/build/api/schema/augmentations/placement.d.ts +8 -0
  60. package/build/api/schema/augmentations/placement.d.ts.map +1 -0
  61. package/build/api/schema/augmentations/placement.js +7 -0
  62. package/build/api/schema/augmentations/placement.js.map +1 -0
  63. package/build/api/schema/config-schema.d.ts +66 -66
  64. package/build/api/schema/config-schema.d.ts.map +1 -1
  65. package/build/api/schema/config-schema.js +2 -2
  66. package/build/api/schema/config-schema.js.map +1 -1
  67. package/build/api/schema/input-source/load.d.ts +2 -0
  68. package/build/api/schema/input-source/load.d.ts.map +1 -1
  69. package/build/api/schema/input-source/load.js.map +1 -1
  70. package/build/api/schema/input-sources/directory.d.ts +39 -39
  71. package/build/api/schema/input-sources/file.d.ts +39 -39
  72. package/build/api/schema/input-sources/introspection-file.d.ts +39 -39
  73. package/build/api/schema/input-sources/introspection.d.ts +39 -39
  74. package/build/api/schema/input-sources/memory.d.ts +39 -39
  75. package/build/api/schema/input-sources/versioned-directory.d.ts +79 -79
  76. package/build/api/schema/load.d.ts.map +1 -1
  77. package/build/api/schema/load.js +9 -2
  78. package/build/api/schema/load.js.map +1 -1
  79. package/build/lib/catalog/catalog.d.ts +1181 -1181
  80. package/build/lib/catalog/unversioned.d.ts +312 -312
  81. package/build/lib/catalog/versioned.d.ts +634 -634
  82. package/build/lib/change/change.d.ts +238 -238
  83. package/build/lib/document/document.d.ts +14 -8
  84. package/build/lib/document/document.d.ts.map +1 -1
  85. package/build/lib/document/versioned.d.ts +17 -10
  86. package/build/lib/document/versioned.d.ts.map +1 -1
  87. package/build/lib/grafaid/schema/KindMap/_.d.ts +1 -1
  88. package/build/lib/graphql-path/$$.d.ts +7 -13
  89. package/build/lib/graphql-path/$$.d.ts.map +1 -1
  90. package/build/lib/graphql-path/$$.js +7 -13
  91. package/build/lib/graphql-path/$$.js.map +1 -1
  92. package/build/lib/graphql-path/definition.d.ts +104 -94
  93. package/build/lib/graphql-path/definition.d.ts.map +1 -1
  94. package/build/lib/graphql-path/definition.js +126 -125
  95. package/build/lib/graphql-path/definition.js.map +1 -1
  96. package/build/lib/graphql-path/query.d.ts +25 -57
  97. package/build/lib/graphql-path/query.d.ts.map +1 -1
  98. package/build/lib/graphql-path/query.js +15 -93
  99. package/build/lib/graphql-path/query.js.map +1 -1
  100. package/build/lib/graphql-path/schema.d.ts +49 -0
  101. package/build/lib/graphql-path/schema.d.ts.map +1 -0
  102. package/build/lib/graphql-path/schema.js +89 -0
  103. package/build/lib/graphql-path/schema.js.map +1 -0
  104. package/build/lib/graphql-path/types.d.ts +76 -28
  105. package/build/lib/graphql-path/types.d.ts.map +1 -1
  106. package/build/lib/graphql-path/types.js +101 -2
  107. package/build/lib/graphql-path/types.js.map +1 -1
  108. package/build/lib/revision/revision.d.ts +1170 -1170
  109. package/build/lib/schema/schema.d.ts +708 -708
  110. package/build/lib/schema/unversioned.d.ts +1092 -1092
  111. package/build/lib/schema/versioned.d.ts +634 -634
  112. package/build/lib/semver/official-release.d.ts +10 -10
  113. package/build/lib/semver/pre-release.d.ts +10 -10
  114. package/build/lib/semver/semver.d.ts +50 -50
  115. package/build/lib/version-coverage/version-coverage.d.ts +43 -11
  116. package/build/lib/version-coverage/version-coverage.d.ts.map +1 -1
  117. package/build/lib/version-coverage/version-coverage.js +40 -6
  118. package/build/lib/version-coverage/version-coverage.js.map +1 -1
  119. package/build/template/hooks/use-examples.d.ts +1 -1
  120. package/build/template/routes/changelog/ChangelogSidebar.d.ts +2 -2
  121. package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -1
  122. package/build/template/routes/changelog/ChangelogSidebar.js +4 -4
  123. package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -1
  124. package/build/template/routes/examples/_.d.ts +3 -3
  125. package/build/template/routes/examples/_index.d.ts +2 -2
  126. package/build/template/routes/examples/name.d.ts +3 -3
  127. package/build/template/routes/pages.d.ts.map +1 -1
  128. package/build/template/routes/pages.js +5 -1
  129. package/build/template/routes/pages.js.map +1 -1
  130. package/build/template/stores/changelog.d.ts +39 -39
  131. package/build/vite/plugins/examples.d.ts.map +1 -1
  132. package/build/vite/plugins/examples.js +0 -2
  133. package/build/vite/plugins/examples.js.map +1 -1
  134. package/build/vite/plugins/schemas.d.ts.map +1 -1
  135. package/build/vite/plugins/schemas.js +38 -2
  136. package/build/vite/plugins/schemas.js.map +1 -1
  137. package/package.json +1 -1
  138. package/src/api/examples/diagnostic/diagnostic.ts +0 -3
  139. package/src/api/examples/scanner.test.ts +83 -0
  140. package/src/api/examples/scanner.ts +17 -21
  141. package/src/api/schema/augmentations/$$.ts +6 -0
  142. package/src/api/schema/augmentations/$.ts +1 -1
  143. package/src/api/schema/augmentations/apply.test.ts +89 -0
  144. package/src/api/schema/augmentations/apply.ts +277 -0
  145. package/src/api/schema/augmentations/augmentation.ts +24 -0
  146. package/src/api/schema/augmentations/config.ts +11 -0
  147. package/src/api/schema/augmentations/diagnostics/diagnostic.ts +20 -0
  148. package/src/api/schema/augmentations/diagnostics/duplicate-version.ts +20 -0
  149. package/src/api/schema/augmentations/diagnostics/invalid-path.ts +21 -0
  150. package/src/api/schema/augmentations/diagnostics/version-mismatch.ts +21 -0
  151. package/src/api/schema/augmentations/input.test.ts +144 -0
  152. package/src/api/schema/augmentations/input.ts +215 -0
  153. package/src/api/schema/augmentations/placement.ts +11 -0
  154. package/src/api/schema/config-schema.ts +2 -2
  155. package/src/api/schema/input-source/load.ts +2 -0
  156. package/src/api/schema/load.ts +19 -2
  157. package/src/lib/graphql-path/$$.ts +7 -13
  158. package/src/lib/graphql-path/$.test.ts +175 -0
  159. package/src/lib/graphql-path/definition.ts +162 -162
  160. package/src/lib/graphql-path/query.ts +15 -98
  161. package/src/lib/graphql-path/schema.ts +136 -0
  162. package/src/lib/graphql-path/types.ts +108 -28
  163. package/src/lib/version-coverage/version-coverage.ts +48 -6
  164. package/src/template/routes/changelog/ChangelogSidebar.tsx +4 -4
  165. package/src/template/routes/pages.tsx +6 -1
  166. package/src/vite/plugins/examples.ts +0 -2
  167. package/src/vite/plugins/schemas.ts +51 -2
  168. package/build/api/examples/diagnostic/unused-default.d.ts +0 -49
  169. package/build/api/examples/diagnostic/unused-default.d.ts.map +0 -1
  170. package/build/api/examples/diagnostic/unused-default.js +0 -19
  171. package/build/api/examples/diagnostic/unused-default.js.map +0 -1
  172. package/build/api/schema/augmentations/augmentations/description.d.ts +0 -26
  173. package/build/api/schema/augmentations/augmentations/description.d.ts.map +0 -1
  174. package/build/api/schema/augmentations/augmentations/description.js +0 -55
  175. package/build/api/schema/augmentations/augmentations/description.js.map +0 -1
  176. package/build/api/schema/augmentations/schema-augmentation.d.ts +0 -20
  177. package/build/api/schema/augmentations/schema-augmentation.d.ts.map +0 -1
  178. package/build/api/schema/augmentations/schema-augmentation.js +0 -22
  179. package/build/api/schema/augmentations/schema-augmentation.js.map +0 -1
  180. package/build/api/schema/augmentations/target.d.ts +0 -25
  181. package/build/api/schema/augmentations/target.d.ts.map +0 -1
  182. package/build/api/schema/augmentations/target.js +0 -39
  183. package/build/api/schema/augmentations/target.js.map +0 -1
  184. package/build/lib/graphql-path/constructors.d.ts +0 -57
  185. package/build/lib/graphql-path/constructors.d.ts.map +0 -1
  186. package/build/lib/graphql-path/constructors.js +0 -73
  187. package/build/lib/graphql-path/constructors.js.map +0 -1
  188. package/src/api/examples/diagnostic/unused-default.ts +0 -22
  189. package/src/api/schema/augmentations/augmentations/description.ts +0 -69
  190. package/src/api/schema/augmentations/schema-augmentation.ts +0 -32
  191. package/src/api/schema/augmentations/target.ts +0 -61
  192. 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
- type: S.Literal<["description"]>;
68
- on: S.Union<[S.Struct<{
69
- type: S.Literal<["TargetType"]>;
70
- name: typeof S.String;
71
- }>, S.Struct<{
72
- type: S.Literal<["TargetField"]>;
73
- name: typeof S.String;
74
- targetType: typeof S.String;
75
- }>]>;
76
- placement: S.Literal<["before", "after", "over"]>;
77
- content: typeof S.String;
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 type: "description";
650
- readonly content: string;
651
- readonly on: {
652
- readonly name: string;
653
- readonly type: "TargetType";
654
- } | {
655
- readonly name: string;
656
- readonly type: "TargetField";
657
- readonly targetType: string;
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 type: "description";
889
- readonly content: string;
890
- readonly on: {
891
- readonly name: string;
892
- readonly type: "TargetType";
893
- } | {
894
- readonly name: string;
895
- readonly type: "TargetField";
896
- readonly targetType: string;
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 type: "description";
1129
- readonly content: string;
1130
- readonly on: {
1131
- readonly name: string;
1132
- readonly type: "TargetType";
1133
- } | {
1134
- readonly name: string;
1135
- readonly type: "TargetField";
1136
- readonly targetType: string;
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 type: "description";
1369
- readonly content: string;
1370
- readonly on: {
1371
- readonly name: string;
1372
- readonly type: "TargetType";
1373
- } | {
1374
- readonly name: string;
1375
- readonly type: "TargetField";
1376
- readonly targetType: string;
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 type: "description";
1614
- readonly content: string;
1615
- readonly on: {
1616
- readonly name: string;
1617
- readonly type: "TargetType";
1618
- } | {
1619
- readonly name: string;
1620
- readonly type: "TargetField";
1621
- readonly targetType: string;
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 type: "description";
1853
- readonly content: string;
1854
- readonly on: {
1855
- readonly name: string;
1856
- readonly type: "TargetType";
1857
- } | {
1858
- readonly name: string;
1859
- readonly type: "TargetField";
1860
- readonly targetType: string;
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":"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"}
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 type: "description";
182
- readonly content: string;
183
- readonly on: {
184
- readonly name: string;
185
- readonly type: "TargetType";
186
- } | {
187
- readonly name: string;
188
- readonly type: "TargetField";
189
- readonly targetType: string;
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 type: "description";
421
- readonly content: string;
422
- readonly on: {
423
- readonly name: string;
424
- readonly type: "TargetType";
425
- } | {
426
- readonly name: string;
427
- readonly type: "TargetField";
428
- readonly targetType: string;
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
- type: S.Literal<["description"]>;
635
- on: S.Union<[S.Struct<{
636
- type: S.Literal<["TargetType"]>;
637
- name: typeof S.String;
638
- }>, S.Struct<{
639
- type: S.Literal<["TargetField"]>;
640
- name: typeof S.String;
641
- targetType: typeof S.String;
642
- }>]>;
643
- placement: S.Literal<["before", "after", "over"]>;
644
- content: typeof S.String;
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 type: "description";
1136
- readonly content: string;
1137
- readonly on: {
1138
- readonly name: string;
1139
- readonly type: "TargetType";
1140
- } | {
1141
- readonly name: string;
1142
- readonly type: "TargetField";
1143
- readonly targetType: string;
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 type: "description";
1401
- readonly content: string;
1402
- readonly on: {
1403
- readonly name: string;
1404
- readonly type: "TargetType";
1405
- } | {
1406
- readonly name: string;
1407
- readonly type: "TargetField";
1408
- readonly targetType: string;
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 type: "description";
1641
- readonly content: string;
1642
- readonly on: {
1643
- readonly name: string;
1644
- readonly type: "TargetType";
1645
- } | {
1646
- readonly name: string;
1647
- readonly type: "TargetField";
1648
- readonly targetType: string;
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 type: "description";
1912
- readonly content: string;
1913
- readonly on: {
1914
- readonly name: string;
1915
- readonly type: "TargetType";
1916
- } | {
1917
- readonly name: string;
1918
- readonly type: "TargetField";
1919
- readonly targetType: string;
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 type: "description";
2153
- readonly content: string;
2154
- readonly on: {
2155
- readonly name: string;
2156
- readonly type: "TargetType";
2157
- } | {
2158
- readonly name: string;
2159
- readonly type: "TargetField";
2160
- readonly targetType: string;
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 type: "description";
2424
- readonly content: string;
2425
- readonly on: {
2426
- readonly name: string;
2427
- readonly type: "TargetType";
2428
- } | {
2429
- readonly name: string;
2430
- readonly type: "TargetField";
2431
- readonly targetType: string;
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 type: "description";
2664
- readonly content: string;
2665
- readonly on: {
2666
- readonly name: string;
2667
- readonly type: "TargetType";
2668
- } | {
2669
- readonly name: string;
2670
- readonly type: "TargetField";
2671
- readonly targetType: string;
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 type: "description";
2929
- readonly content: string;
2930
- readonly on: {
2931
- readonly name: string;
2932
- readonly type: "TargetType";
2933
- } | {
2934
- readonly name: string;
2935
- readonly type: "TargetField";
2936
- readonly targetType: string;
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 type: "description";
3170
- readonly content: string;
3171
- readonly on: {
3172
- readonly name: string;
3173
- readonly type: "TargetType";
3174
- } | {
3175
- readonly name: string;
3176
- readonly type: "TargetField";
3177
- readonly targetType: string;
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 type: "description";
3441
- readonly content: string;
3442
- readonly on: {
3443
- readonly name: string;
3444
- readonly type: "TargetType";
3445
- } | {
3446
- readonly name: string;
3447
- readonly type: "TargetField";
3448
- readonly targetType: string;
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":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"normalized.d.ts","sourceRoot":"","sources":["../../../src/api/config/normalized.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}