polen 0.11.0-next.24 → 0.11.0-next.26
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 +259 -77
- package/build/api/config/input.d.ts.map +1 -1
- package/build/api/config/input.js +2 -0
- package/build/api/config/input.js.map +1 -1
- package/build/api/config/normalized.d.ts +433 -143
- package/build/api/config/normalized.d.ts.map +1 -1
- package/build/api/config/normalized.js +47 -0
- package/build/api/config/normalized.js.map +1 -1
- package/build/api/config-template/template.d.ts +191 -121
- package/build/api/config-template/template.d.ts.map +1 -1
- package/build/api/config-template/template.js +18 -1
- package/build/api/config-template/template.js.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 +30 -17
- package/build/api/examples/scanner.js.map +1 -1
- package/build/api/examples/schemas/catalog.d.ts +56 -12
- package/build/api/examples/schemas/catalog.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.d.ts +54 -11
- package/build/api/examples/schemas/example/example.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.js +5 -0
- package/build/api/examples/schemas/example/example.js.map +1 -1
- package/build/api/reference/$.d.ts +4 -0
- package/build/api/reference/$.d.ts.map +1 -0
- package/build/api/reference/$.js +4 -0
- package/build/api/reference/$.js.map +1 -0
- package/build/api/reference/catalog.d.ts +69 -0
- package/build/api/reference/catalog.d.ts.map +1 -0
- package/build/api/reference/catalog.js +44 -0
- package/build/api/reference/catalog.js.map +1 -0
- package/build/api/reference/config.d.ts +616 -0
- package/build/api/reference/config.d.ts.map +1 -0
- package/build/api/reference/config.js +162 -0
- package/build/api/reference/config.js.map +1 -0
- package/build/api/reference/scanner.d.ts +26 -0
- package/build/api/reference/scanner.d.ts.map +1 -0
- package/build/api/reference/scanner.js +27 -0
- package/build/api/reference/scanner.js.map +1 -0
- 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/grafaid/schema/format-default-value.d.ts +11 -0
- package/build/lib/grafaid/schema/format-default-value.d.ts.map +1 -0
- package/build/lib/grafaid/schema/format-default-value.js +20 -0
- package/build/lib/grafaid/schema/format-default-value.js.map +1 -0
- package/build/lib/grafaid/schema/schema.d.ts +1 -0
- package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
- package/build/lib/grafaid/schema/schema.js +1 -0
- package/build/lib/grafaid/schema/schema.js.map +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/components/ArgumentAnnotation.d.ts +2 -1
- package/build/template/components/ArgumentAnnotation.d.ts.map +1 -1
- package/build/template/components/ArgumentAnnotation.js +14 -4
- package/build/template/components/ArgumentAnnotation.js.map +1 -1
- package/build/template/components/ArgumentListAnnotation.d.ts +1 -0
- package/build/template/components/ArgumentListAnnotation.d.ts.map +1 -1
- package/build/template/components/ArgumentListAnnotation.js +21 -8
- package/build/template/components/ArgumentListAnnotation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.js +0 -1
- package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -1
- package/build/template/components/CodeBlock.d.ts.map +1 -1
- package/build/template/components/CodeBlock.js +1 -1
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/Description.js +1 -1
- package/build/template/components/Description.js.map +1 -1
- package/build/template/components/ExampleLink.d.ts.map +1 -1
- package/build/template/components/ExampleLink.js +2 -1
- package/build/template/components/ExampleLink.js.map +1 -1
- package/build/template/components/Field.d.ts +2 -0
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.js +42 -4
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/FieldList.d.ts +2 -1
- package/build/template/components/FieldList.d.ts.map +1 -1
- package/build/template/components/FieldList.js +14 -3
- package/build/template/components/FieldList.js.map +1 -1
- package/build/template/components/FieldListSection.d.ts.map +1 -1
- package/build/template/components/FieldListSection.js +6 -1
- package/build/template/components/FieldListSection.js.map +1 -1
- package/build/template/components/GraphQLDocument.d.ts.map +1 -1
- package/build/template/components/GraphQLDocument.js +2 -1
- package/build/template/components/GraphQLDocument.js.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts +2 -0
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +4 -3
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts +2 -2
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.js +17 -12
- package/build/template/components/GraphQLInteractive/lib/parser.js.map +1 -1
- package/build/template/components/IAPIndicator.d.ts +12 -0
- package/build/template/components/IAPIndicator.d.ts.map +1 -0
- package/build/template/components/IAPIndicator.js +21 -0
- package/build/template/components/IAPIndicator.js.map +1 -0
- package/build/template/components/Link.d.ts +1 -2
- package/build/template/components/Link.d.ts.map +1 -1
- package/build/template/components/Link.js +5 -2
- package/build/template/components/Link.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +9 -5
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/ReferenceLink.d.ts +2 -2
- package/build/template/components/ReferenceLink.d.ts.map +1 -1
- package/build/template/components/ReferenceLink.js +5 -3
- package/build/template/components/ReferenceLink.js.map +1 -1
- package/build/template/components/TypeAnnotation.d.ts +2 -0
- package/build/template/components/TypeAnnotation.d.ts.map +1 -1
- package/build/template/components/TypeAnnotation.js +4 -4
- package/build/template/components/TypeAnnotation.js.map +1 -1
- package/build/template/components/ViewModeToggle.d.ts +3 -0
- package/build/template/components/ViewModeToggle.d.ts.map +1 -0
- package/build/template/components/ViewModeToggle.js +9 -0
- package/build/template/components/ViewModeToggle.js.map +1 -0
- package/build/template/components/graphql/type-link.d.ts +2 -0
- package/build/template/components/graphql/type-link.d.ts.map +1 -1
- package/build/template/components/graphql/type-link.js +15 -3
- package/build/template/components/graphql/type-link.js.map +1 -1
- package/build/template/components/home/PlaygroundPreview.d.ts.map +1 -1
- package/build/template/components/home/PlaygroundPreview.js +3 -2
- package/build/template/components/home/PlaygroundPreview.js.map +1 -1
- package/build/template/components/sidebar/SidebarItem.d.ts.map +1 -1
- package/build/template/components/sidebar/SidebarItem.js +18 -5
- package/build/template/components/sidebar/SidebarItem.js.map +1 -1
- package/build/template/contexts/ReferenceConfigContext.d.ts +16 -0
- package/build/template/contexts/ReferenceConfigContext.d.ts.map +1 -0
- package/build/template/contexts/ReferenceConfigContext.js +14 -0
- package/build/template/contexts/ReferenceConfigContext.js.map +1 -0
- package/build/template/contexts/ViewModeContext.d.ts +14 -0
- package/build/template/contexts/ViewModeContext.d.ts.map +1 -0
- package/build/template/contexts/ViewModeContext.js +40 -0
- package/build/template/contexts/ViewModeContext.js.map +1 -0
- package/build/template/hooks/use-examples.d.ts +4 -1
- package/build/template/hooks/use-examples.d.ts.map +1 -1
- package/build/template/hooks/useAlignedColumns.d.ts +10 -0
- package/build/template/hooks/useAlignedColumns.d.ts.map +1 -0
- package/build/template/hooks/useAlignedColumns.js +17 -0
- package/build/template/hooks/useAlignedColumns.js.map +1 -0
- 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 +12 -3
- package/build/template/routes/examples/_.d.ts.map +1 -1
- package/build/template/routes/examples/_index.d.ts +8 -2
- package/build/template/routes/examples/_index.d.ts.map +1 -1
- package/build/template/routes/examples/name.d.ts +12 -3
- package/build/template/routes/examples/name.d.ts.map +1 -1
- package/build/template/routes/examples/name.js +6 -2
- package/build/template/routes/examples/name.js.map +1 -1
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +37 -10
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/stores/changelog.d.ts +39 -39
- package/build/vite/plugins/core.d.ts.map +1 -1
- package/build/vite/plugins/core.js +6 -0
- package/build/vite/plugins/core.js.map +1 -1
- package/build/vite/plugins/examples.d.ts.map +1 -1
- package/build/vite/plugins/examples.js +10 -3
- package/build/vite/plugins/examples.js.map +1 -1
- package/build/vite/plugins/index.d.ts +1 -0
- package/build/vite/plugins/index.d.ts.map +1 -1
- package/build/vite/plugins/index.js +1 -0
- package/build/vite/plugins/index.js.map +1 -1
- package/build/vite/plugins/navbar.d.ts.map +1 -1
- package/build/vite/plugins/navbar.js +3 -1
- package/build/vite/plugins/navbar.js.map +1 -1
- package/build/vite/plugins/reference.d.ts +19 -0
- package/build/vite/plugins/reference.d.ts.map +1 -0
- package/build/vite/plugins/reference.js +96 -0
- package/build/vite/plugins/reference.js.map +1 -0
- 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/config/input.ts +2 -0
- package/src/api/config/normalized.ts +54 -0
- package/src/api/config-template/template.ts +18 -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 +31 -21
- package/src/api/examples/schemas/example/example.ts +6 -0
- package/src/api/reference/$.ts +3 -0
- package/src/api/reference/catalog.ts +55 -0
- package/src/api/reference/config.ts +193 -0
- package/src/api/reference/scanner.ts +53 -0
- 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/grafaid/schema/format-default-value.ts +22 -0
- package/src/lib/grafaid/schema/schema.ts +2 -0
- 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/components/ArgumentAnnotation.tsx +58 -9
- package/src/template/components/ArgumentListAnnotation.tsx +50 -17
- package/src/template/components/Changelog/groups/FieldArgument.tsx +0 -1
- package/src/template/components/CodeBlock.tsx +1 -0
- package/src/template/components/Description.tsx +1 -1
- package/src/template/components/ExampleLink.tsx +2 -1
- package/src/template/components/Field.tsx +148 -20
- package/src/template/components/FieldList.tsx +28 -13
- package/src/template/components/FieldListSection.tsx +12 -2
- package/src/template/components/GraphQLDocument.tsx +2 -0
- package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +6 -1
- package/src/template/components/GraphQLInteractive/lib/parser.ts +16 -3
- package/src/template/components/IAPIndicator.tsx +73 -0
- package/src/template/components/Link.tsx +9 -3
- package/src/template/components/NamedType.tsx +54 -28
- package/src/template/components/ReferenceLink.tsx +16 -10
- package/src/template/components/TypeAnnotation.tsx +17 -5
- package/src/template/components/ViewModeToggle.tsx +27 -0
- package/src/template/components/graphql/type-link.tsx +34 -3
- package/src/template/components/home/PlaygroundPreview.tsx +3 -0
- package/src/template/components/sidebar/SidebarItem.tsx +21 -5
- package/src/template/contexts/ReferenceConfigContext.tsx +37 -0
- package/src/template/contexts/ViewModeContext.tsx +64 -0
- package/src/template/hooks/useAlignedColumns.ts +19 -0
- package/src/template/routes/changelog/ChangelogSidebar.tsx +4 -4
- package/src/template/routes/examples/name.tsx +13 -1
- package/src/template/routes/reference.tsx +67 -23
- package/src/types/virtual-modules.d.ts +5 -0
- package/src/vite/plugins/core.ts +6 -0
- package/src/vite/plugins/examples.ts +12 -2
- package/src/vite/plugins/index.ts +1 -0
- package/src/vite/plugins/navbar.ts +4 -1
- package/src/vite/plugins/reference.ts +130 -0
- 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/build/template/components/ArgumentList.d.ts +0 -6
- package/build/template/components/ArgumentList.d.ts.map +0 -1
- package/build/template/components/ArgumentList.js +0 -9
- package/build/template/components/ArgumentList.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
- package/src/template/components/ArgumentList.tsx +0 -22
@@ -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?: {
|
@@ -215,6 +214,27 @@ export declare const Config: S.Struct<{
|
|
215
214
|
} | undefined;
|
216
215
|
} | undefined;
|
217
216
|
} | undefined;
|
217
|
+
readonly reference?: {
|
218
|
+
readonly enabled?: boolean | undefined;
|
219
|
+
readonly diagnostics?: {
|
220
|
+
readonly validation?: boolean | {
|
221
|
+
readonly build?: {
|
222
|
+
readonly enabled?: boolean | undefined;
|
223
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
224
|
+
} | undefined;
|
225
|
+
readonly enabled: boolean;
|
226
|
+
readonly dev?: {
|
227
|
+
readonly enabled?: boolean | undefined;
|
228
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
229
|
+
} | undefined;
|
230
|
+
} | undefined;
|
231
|
+
} | undefined;
|
232
|
+
readonly descriptionsView?: {
|
233
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
234
|
+
readonly showControl?: boolean | undefined;
|
235
|
+
} | undefined;
|
236
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
237
|
+
} | undefined;
|
218
238
|
readonly templateVariables?: {
|
219
239
|
readonly title?: string | undefined;
|
220
240
|
} | undefined;
|
@@ -417,17 +437,16 @@ export declare const Config: S.Struct<{
|
|
417
437
|
readonly schema?: {
|
418
438
|
readonly enabled?: boolean | undefined;
|
419
439
|
readonly augmentations?: readonly {
|
420
|
-
readonly
|
421
|
-
readonly
|
422
|
-
readonly
|
423
|
-
|
424
|
-
readonly
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
};
|
430
|
-
readonly placement: "before" | "after" | "over";
|
440
|
+
readonly content?: string | undefined;
|
441
|
+
readonly on?: string | undefined;
|
442
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
443
|
+
readonly versions?: {
|
444
|
+
readonly [x: string]: {
|
445
|
+
readonly content?: string | undefined;
|
446
|
+
readonly on?: string | undefined;
|
447
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
448
|
+
};
|
449
|
+
} | undefined;
|
431
450
|
}[] | undefined;
|
432
451
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
433
452
|
readonly sources?: {
|
@@ -454,6 +473,27 @@ export declare const Config: S.Struct<{
|
|
454
473
|
} | undefined;
|
455
474
|
} | undefined;
|
456
475
|
} | undefined;
|
476
|
+
readonly reference?: boolean | {
|
477
|
+
readonly enabled?: boolean | undefined;
|
478
|
+
readonly diagnostics?: {
|
479
|
+
readonly validation?: boolean | {
|
480
|
+
readonly enabled: boolean;
|
481
|
+
readonly build?: {
|
482
|
+
readonly enabled?: boolean | undefined;
|
483
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
484
|
+
} | undefined;
|
485
|
+
readonly dev?: {
|
486
|
+
readonly enabled?: boolean | undefined;
|
487
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
488
|
+
} | undefined;
|
489
|
+
} | undefined;
|
490
|
+
} | undefined;
|
491
|
+
readonly descriptionsView?: {
|
492
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
493
|
+
readonly showControl?: boolean | undefined;
|
494
|
+
} | undefined;
|
495
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
496
|
+
} | undefined;
|
457
497
|
readonly templateVariables?: {
|
458
498
|
readonly title?: string | undefined;
|
459
499
|
} | undefined;
|
@@ -631,17 +671,22 @@ export declare const Config: S.Struct<{
|
|
631
671
|
schema: S.Struct<{
|
632
672
|
enabled: S.optional<typeof S.Boolean>;
|
633
673
|
augmentations: S.optional<S.Array$<S.Struct<{
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
674
|
+
on: S.optional<typeof S.String>;
|
675
|
+
placement: S.optional<S.Enums<{
|
676
|
+
readonly before: "before";
|
677
|
+
readonly after: "after";
|
678
|
+
readonly over: "over";
|
679
|
+
}>>;
|
680
|
+
content: S.optional<typeof S.String>;
|
681
|
+
versions: S.optional<S.Record$<typeof S.String, S.Struct<{
|
682
|
+
on: S.optional<typeof S.String>;
|
683
|
+
placement: S.optional<S.Enums<{
|
684
|
+
readonly before: "before";
|
685
|
+
readonly after: "after";
|
686
|
+
readonly over: "over";
|
687
|
+
}>>;
|
688
|
+
content: S.optional<typeof S.String>;
|
689
|
+
}>>>;
|
645
690
|
}>>>;
|
646
691
|
useSources: S.optional<S.Union<[S.Enums<{
|
647
692
|
readonly file: "file";
|
@@ -680,6 +725,46 @@ export declare const Config: S.Struct<{
|
|
680
725
|
}>>;
|
681
726
|
}>>;
|
682
727
|
}>;
|
728
|
+
/**
|
729
|
+
* Reference documentation configuration with resolved defaults.
|
730
|
+
*/
|
731
|
+
reference: S.extend<S.SchemaClass<{
|
732
|
+
readonly enabled?: boolean | undefined;
|
733
|
+
readonly diagnostics?: {
|
734
|
+
readonly validation?: boolean | {
|
735
|
+
readonly build?: {
|
736
|
+
readonly enabled?: boolean | undefined;
|
737
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
738
|
+
} | undefined;
|
739
|
+
readonly enabled: boolean;
|
740
|
+
readonly dev?: {
|
741
|
+
readonly enabled?: boolean | undefined;
|
742
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
743
|
+
} | undefined;
|
744
|
+
} | undefined;
|
745
|
+
} | undefined;
|
746
|
+
}, {
|
747
|
+
readonly enabled?: boolean | undefined;
|
748
|
+
readonly diagnostics?: {
|
749
|
+
readonly validation?: boolean | {
|
750
|
+
readonly enabled: boolean;
|
751
|
+
readonly build?: {
|
752
|
+
readonly enabled?: boolean | undefined;
|
753
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
754
|
+
} | undefined;
|
755
|
+
readonly dev?: {
|
756
|
+
readonly enabled?: boolean | undefined;
|
757
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
758
|
+
} | undefined;
|
759
|
+
} | undefined;
|
760
|
+
} | undefined;
|
761
|
+
}, never>, S.Struct<{
|
762
|
+
descriptionsView: S.Struct<{
|
763
|
+
defaultMode: S.Literal<["compact", "expanded"]>;
|
764
|
+
showControl: typeof S.Boolean;
|
765
|
+
}>;
|
766
|
+
nullabilityRendering: S.Literal<["questionMark", "bangMark"]>;
|
767
|
+
}>>;
|
683
768
|
/**
|
684
769
|
* Examples configuration with resolved defaults.
|
685
770
|
*/
|
@@ -1132,17 +1217,16 @@ export declare const decode: (i: {
|
|
1132
1217
|
readonly schema: {
|
1133
1218
|
readonly enabled?: boolean | undefined;
|
1134
1219
|
readonly augmentations?: readonly {
|
1135
|
-
readonly
|
1136
|
-
readonly
|
1137
|
-
readonly
|
1138
|
-
|
1139
|
-
readonly
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
};
|
1145
|
-
readonly placement: "before" | "after" | "over";
|
1220
|
+
readonly content?: string | undefined;
|
1221
|
+
readonly on?: string | undefined;
|
1222
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1223
|
+
readonly versions?: {
|
1224
|
+
readonly [x: string]: {
|
1225
|
+
readonly content?: string | undefined;
|
1226
|
+
readonly on?: string | undefined;
|
1227
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1228
|
+
};
|
1229
|
+
} | undefined;
|
1146
1230
|
}[] | undefined;
|
1147
1231
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1148
1232
|
readonly sources?: {
|
@@ -1254,6 +1338,28 @@ export declare const decode: (i: {
|
|
1254
1338
|
};
|
1255
1339
|
};
|
1256
1340
|
};
|
1341
|
+
readonly reference: {
|
1342
|
+
readonly enabled?: boolean | undefined;
|
1343
|
+
readonly diagnostics?: {
|
1344
|
+
readonly validation?: boolean | {
|
1345
|
+
readonly enabled: boolean;
|
1346
|
+
readonly build?: {
|
1347
|
+
readonly enabled?: boolean | undefined;
|
1348
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1349
|
+
} | undefined;
|
1350
|
+
readonly dev?: {
|
1351
|
+
readonly enabled?: boolean | undefined;
|
1352
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1353
|
+
} | undefined;
|
1354
|
+
} | undefined;
|
1355
|
+
} | undefined;
|
1356
|
+
} & {
|
1357
|
+
readonly descriptionsView: {
|
1358
|
+
readonly defaultMode: "compact" | "expanded";
|
1359
|
+
readonly showControl: boolean;
|
1360
|
+
};
|
1361
|
+
readonly nullabilityRendering: "questionMark" | "bangMark";
|
1362
|
+
};
|
1257
1363
|
readonly templateVariables: {
|
1258
1364
|
readonly title: string;
|
1259
1365
|
};
|
@@ -1397,17 +1503,16 @@ export declare const decode: (i: {
|
|
1397
1503
|
readonly schema?: {
|
1398
1504
|
readonly enabled?: boolean | undefined;
|
1399
1505
|
readonly augmentations?: readonly {
|
1400
|
-
readonly
|
1401
|
-
readonly
|
1402
|
-
readonly
|
1403
|
-
|
1404
|
-
readonly
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
};
|
1410
|
-
readonly placement: "before" | "after" | "over";
|
1506
|
+
readonly content?: string | undefined;
|
1507
|
+
readonly on?: string | undefined;
|
1508
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1509
|
+
readonly versions?: {
|
1510
|
+
readonly [x: string]: {
|
1511
|
+
readonly content?: string | undefined;
|
1512
|
+
readonly on?: string | undefined;
|
1513
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1514
|
+
};
|
1515
|
+
} | undefined;
|
1411
1516
|
}[] | undefined;
|
1412
1517
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1413
1518
|
readonly sources?: {
|
@@ -1434,6 +1539,27 @@ export declare const decode: (i: {
|
|
1434
1539
|
} | undefined;
|
1435
1540
|
} | undefined;
|
1436
1541
|
} | undefined;
|
1542
|
+
readonly reference?: boolean | {
|
1543
|
+
readonly enabled?: boolean | undefined;
|
1544
|
+
readonly diagnostics?: {
|
1545
|
+
readonly validation?: boolean | {
|
1546
|
+
readonly enabled: boolean;
|
1547
|
+
readonly build?: {
|
1548
|
+
readonly enabled?: boolean | undefined;
|
1549
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1550
|
+
} | undefined;
|
1551
|
+
readonly dev?: {
|
1552
|
+
readonly enabled?: boolean | undefined;
|
1553
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1554
|
+
} | undefined;
|
1555
|
+
} | undefined;
|
1556
|
+
} | undefined;
|
1557
|
+
readonly descriptionsView?: {
|
1558
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
1559
|
+
readonly showControl?: boolean | undefined;
|
1560
|
+
} | undefined;
|
1561
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
1562
|
+
} | undefined;
|
1437
1563
|
readonly templateVariables?: {
|
1438
1564
|
readonly title?: string | undefined;
|
1439
1565
|
} | undefined;
|
@@ -1637,17 +1763,16 @@ export declare const decode: (i: {
|
|
1637
1763
|
readonly schema: {
|
1638
1764
|
readonly enabled?: boolean | undefined;
|
1639
1765
|
readonly augmentations?: readonly {
|
1640
|
-
readonly
|
1641
|
-
readonly
|
1642
|
-
readonly
|
1643
|
-
|
1644
|
-
readonly
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
};
|
1650
|
-
readonly placement: "before" | "after" | "over";
|
1766
|
+
readonly content?: string | undefined;
|
1767
|
+
readonly on?: string | undefined;
|
1768
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1769
|
+
readonly versions?: {
|
1770
|
+
readonly [x: string]: {
|
1771
|
+
readonly content?: string | undefined;
|
1772
|
+
readonly on?: string | undefined;
|
1773
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
1774
|
+
};
|
1775
|
+
} | undefined;
|
1651
1776
|
}[] | undefined;
|
1652
1777
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1653
1778
|
readonly sources?: {
|
@@ -1759,6 +1884,28 @@ export declare const decode: (i: {
|
|
1759
1884
|
};
|
1760
1885
|
};
|
1761
1886
|
};
|
1887
|
+
readonly reference: {
|
1888
|
+
readonly enabled?: boolean | undefined;
|
1889
|
+
readonly diagnostics?: {
|
1890
|
+
readonly validation?: boolean | {
|
1891
|
+
readonly build?: {
|
1892
|
+
readonly enabled?: boolean | undefined;
|
1893
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1894
|
+
} | undefined;
|
1895
|
+
readonly enabled: boolean;
|
1896
|
+
readonly dev?: {
|
1897
|
+
readonly enabled?: boolean | undefined;
|
1898
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1899
|
+
} | undefined;
|
1900
|
+
} | undefined;
|
1901
|
+
} | undefined;
|
1902
|
+
} & {
|
1903
|
+
readonly descriptionsView: {
|
1904
|
+
readonly defaultMode: "compact" | "expanded";
|
1905
|
+
readonly showControl: boolean;
|
1906
|
+
};
|
1907
|
+
readonly nullabilityRendering: "questionMark" | "bangMark";
|
1908
|
+
};
|
1762
1909
|
readonly templateVariables: {
|
1763
1910
|
readonly title: string;
|
1764
1911
|
};
|
@@ -1908,17 +2055,16 @@ export declare const decode: (i: {
|
|
1908
2055
|
readonly schema?: {
|
1909
2056
|
readonly enabled?: boolean | undefined;
|
1910
2057
|
readonly augmentations?: readonly {
|
1911
|
-
readonly
|
1912
|
-
readonly
|
1913
|
-
readonly
|
1914
|
-
|
1915
|
-
readonly
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
};
|
1921
|
-
readonly placement: "before" | "after" | "over";
|
2058
|
+
readonly content?: string | undefined;
|
2059
|
+
readonly on?: string | undefined;
|
2060
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2061
|
+
readonly versions?: {
|
2062
|
+
readonly [x: string]: {
|
2063
|
+
readonly content?: string | undefined;
|
2064
|
+
readonly on?: string | undefined;
|
2065
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2066
|
+
};
|
2067
|
+
} | undefined;
|
1922
2068
|
}[] | undefined;
|
1923
2069
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1924
2070
|
readonly sources?: {
|
@@ -1945,6 +2091,27 @@ export declare const decode: (i: {
|
|
1945
2091
|
} | undefined;
|
1946
2092
|
} | undefined;
|
1947
2093
|
} | undefined;
|
2094
|
+
readonly reference?: {
|
2095
|
+
readonly enabled?: boolean | undefined;
|
2096
|
+
readonly diagnostics?: {
|
2097
|
+
readonly validation?: boolean | {
|
2098
|
+
readonly build?: {
|
2099
|
+
readonly enabled?: boolean | undefined;
|
2100
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2101
|
+
} | undefined;
|
2102
|
+
readonly enabled: boolean;
|
2103
|
+
readonly dev?: {
|
2104
|
+
readonly enabled?: boolean | undefined;
|
2105
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2106
|
+
} | undefined;
|
2107
|
+
} | undefined;
|
2108
|
+
} | undefined;
|
2109
|
+
readonly descriptionsView?: {
|
2110
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
2111
|
+
readonly showControl?: boolean | undefined;
|
2112
|
+
} | undefined;
|
2113
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
2114
|
+
} | undefined;
|
1948
2115
|
readonly templateVariables?: {
|
1949
2116
|
readonly title?: string | undefined;
|
1950
2117
|
} | undefined;
|
@@ -2149,17 +2316,16 @@ export declare const encode: (a: {
|
|
2149
2316
|
readonly schema: {
|
2150
2317
|
readonly enabled?: boolean | undefined;
|
2151
2318
|
readonly augmentations?: readonly {
|
2152
|
-
readonly
|
2153
|
-
readonly
|
2154
|
-
readonly
|
2155
|
-
|
2156
|
-
readonly
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
};
|
2162
|
-
readonly placement: "before" | "after" | "over";
|
2319
|
+
readonly content?: string | undefined;
|
2320
|
+
readonly on?: string | undefined;
|
2321
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2322
|
+
readonly versions?: {
|
2323
|
+
readonly [x: string]: {
|
2324
|
+
readonly content?: string | undefined;
|
2325
|
+
readonly on?: string | undefined;
|
2326
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2327
|
+
};
|
2328
|
+
} | undefined;
|
2163
2329
|
}[] | undefined;
|
2164
2330
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2165
2331
|
readonly sources?: {
|
@@ -2271,6 +2437,28 @@ export declare const encode: (a: {
|
|
2271
2437
|
};
|
2272
2438
|
};
|
2273
2439
|
};
|
2440
|
+
readonly reference: {
|
2441
|
+
readonly enabled?: boolean | undefined;
|
2442
|
+
readonly diagnostics?: {
|
2443
|
+
readonly validation?: boolean | {
|
2444
|
+
readonly build?: {
|
2445
|
+
readonly enabled?: boolean | undefined;
|
2446
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2447
|
+
} | undefined;
|
2448
|
+
readonly enabled: boolean;
|
2449
|
+
readonly dev?: {
|
2450
|
+
readonly enabled?: boolean | undefined;
|
2451
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2452
|
+
} | undefined;
|
2453
|
+
} | undefined;
|
2454
|
+
} | undefined;
|
2455
|
+
} & {
|
2456
|
+
readonly descriptionsView: {
|
2457
|
+
readonly defaultMode: "compact" | "expanded";
|
2458
|
+
readonly showControl: boolean;
|
2459
|
+
};
|
2460
|
+
readonly nullabilityRendering: "questionMark" | "bangMark";
|
2461
|
+
};
|
2274
2462
|
readonly templateVariables: {
|
2275
2463
|
readonly title: string;
|
2276
2464
|
};
|
@@ -2420,17 +2608,16 @@ export declare const encode: (a: {
|
|
2420
2608
|
readonly schema?: {
|
2421
2609
|
readonly enabled?: boolean | undefined;
|
2422
2610
|
readonly augmentations?: readonly {
|
2423
|
-
readonly
|
2424
|
-
readonly
|
2425
|
-
readonly
|
2426
|
-
|
2427
|
-
readonly
|
2428
|
-
|
2429
|
-
|
2430
|
-
|
2431
|
-
|
2432
|
-
};
|
2433
|
-
readonly placement: "before" | "after" | "over";
|
2611
|
+
readonly content?: string | undefined;
|
2612
|
+
readonly on?: string | undefined;
|
2613
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2614
|
+
readonly versions?: {
|
2615
|
+
readonly [x: string]: {
|
2616
|
+
readonly content?: string | undefined;
|
2617
|
+
readonly on?: string | undefined;
|
2618
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2619
|
+
};
|
2620
|
+
} | undefined;
|
2434
2621
|
}[] | undefined;
|
2435
2622
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2436
2623
|
readonly sources?: {
|
@@ -2457,6 +2644,27 @@ export declare const encode: (a: {
|
|
2457
2644
|
} | undefined;
|
2458
2645
|
} | undefined;
|
2459
2646
|
} | undefined;
|
2647
|
+
readonly reference?: {
|
2648
|
+
readonly enabled?: boolean | undefined;
|
2649
|
+
readonly diagnostics?: {
|
2650
|
+
readonly validation?: boolean | {
|
2651
|
+
readonly build?: {
|
2652
|
+
readonly enabled?: boolean | undefined;
|
2653
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2654
|
+
} | undefined;
|
2655
|
+
readonly enabled: boolean;
|
2656
|
+
readonly dev?: {
|
2657
|
+
readonly enabled?: boolean | undefined;
|
2658
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
2659
|
+
} | undefined;
|
2660
|
+
} | undefined;
|
2661
|
+
} | undefined;
|
2662
|
+
readonly descriptionsView?: {
|
2663
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
2664
|
+
readonly showControl?: boolean | undefined;
|
2665
|
+
} | undefined;
|
2666
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
2667
|
+
} | undefined;
|
2460
2668
|
readonly templateVariables?: {
|
2461
2669
|
readonly title?: string | undefined;
|
2462
2670
|
} | undefined;
|
@@ -2660,17 +2868,16 @@ export declare const encode: (a: {
|
|
2660
2868
|
readonly schema: {
|
2661
2869
|
readonly enabled?: boolean | undefined;
|
2662
2870
|
readonly augmentations?: readonly {
|
2663
|
-
readonly
|
2664
|
-
readonly
|
2665
|
-
readonly
|
2666
|
-
|
2667
|
-
readonly
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2672
|
-
};
|
2673
|
-
readonly placement: "before" | "after" | "over";
|
2871
|
+
readonly content?: string | undefined;
|
2872
|
+
readonly on?: string | undefined;
|
2873
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2874
|
+
readonly versions?: {
|
2875
|
+
readonly [x: string]: {
|
2876
|
+
readonly content?: string | undefined;
|
2877
|
+
readonly on?: string | undefined;
|
2878
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
2879
|
+
};
|
2880
|
+
} | undefined;
|
2674
2881
|
}[] | undefined;
|
2675
2882
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2676
2883
|
readonly sources?: {
|
@@ -2782,6 +2989,28 @@ export declare const encode: (a: {
|
|
2782
2989
|
};
|
2783
2990
|
};
|
2784
2991
|
};
|
2992
|
+
readonly reference: {
|
2993
|
+
readonly enabled?: boolean | undefined;
|
2994
|
+
readonly diagnostics?: {
|
2995
|
+
readonly validation?: boolean | {
|
2996
|
+
readonly enabled: boolean;
|
2997
|
+
readonly build?: {
|
2998
|
+
readonly enabled?: boolean | undefined;
|
2999
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3000
|
+
} | undefined;
|
3001
|
+
readonly dev?: {
|
3002
|
+
readonly enabled?: boolean | undefined;
|
3003
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3004
|
+
} | undefined;
|
3005
|
+
} | undefined;
|
3006
|
+
} | undefined;
|
3007
|
+
} & {
|
3008
|
+
readonly descriptionsView: {
|
3009
|
+
readonly defaultMode: "compact" | "expanded";
|
3010
|
+
readonly showControl: boolean;
|
3011
|
+
};
|
3012
|
+
readonly nullabilityRendering: "questionMark" | "bangMark";
|
3013
|
+
};
|
2785
3014
|
readonly templateVariables: {
|
2786
3015
|
readonly title: string;
|
2787
3016
|
};
|
@@ -2925,17 +3154,16 @@ export declare const encode: (a: {
|
|
2925
3154
|
readonly schema?: {
|
2926
3155
|
readonly enabled?: boolean | undefined;
|
2927
3156
|
readonly augmentations?: readonly {
|
2928
|
-
readonly
|
2929
|
-
readonly
|
2930
|
-
readonly
|
2931
|
-
|
2932
|
-
readonly
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
};
|
2938
|
-
readonly placement: "before" | "after" | "over";
|
3157
|
+
readonly content?: string | undefined;
|
3158
|
+
readonly on?: string | undefined;
|
3159
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3160
|
+
readonly versions?: {
|
3161
|
+
readonly [x: string]: {
|
3162
|
+
readonly content?: string | undefined;
|
3163
|
+
readonly on?: string | undefined;
|
3164
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3165
|
+
};
|
3166
|
+
} | undefined;
|
2939
3167
|
}[] | undefined;
|
2940
3168
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
2941
3169
|
readonly sources?: {
|
@@ -2962,6 +3190,27 @@ export declare const encode: (a: {
|
|
2962
3190
|
} | undefined;
|
2963
3191
|
} | undefined;
|
2964
3192
|
} | undefined;
|
3193
|
+
readonly reference?: boolean | {
|
3194
|
+
readonly enabled?: boolean | undefined;
|
3195
|
+
readonly diagnostics?: {
|
3196
|
+
readonly validation?: boolean | {
|
3197
|
+
readonly enabled: boolean;
|
3198
|
+
readonly build?: {
|
3199
|
+
readonly enabled?: boolean | undefined;
|
3200
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3201
|
+
} | undefined;
|
3202
|
+
readonly dev?: {
|
3203
|
+
readonly enabled?: boolean | undefined;
|
3204
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3205
|
+
} | undefined;
|
3206
|
+
} | undefined;
|
3207
|
+
} | undefined;
|
3208
|
+
readonly descriptionsView?: {
|
3209
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
3210
|
+
readonly showControl?: boolean | undefined;
|
3211
|
+
} | undefined;
|
3212
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
3213
|
+
} | undefined;
|
2965
3214
|
readonly templateVariables?: {
|
2966
3215
|
readonly title?: string | undefined;
|
2967
3216
|
} | undefined;
|
@@ -3166,17 +3415,16 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3166
3415
|
readonly schema: {
|
3167
3416
|
readonly enabled?: boolean | undefined;
|
3168
3417
|
readonly augmentations?: readonly {
|
3169
|
-
readonly
|
3170
|
-
readonly
|
3171
|
-
readonly
|
3172
|
-
|
3173
|
-
readonly
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
};
|
3179
|
-
readonly placement: "before" | "after" | "over";
|
3418
|
+
readonly content?: string | undefined;
|
3419
|
+
readonly on?: string | undefined;
|
3420
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3421
|
+
readonly versions?: {
|
3422
|
+
readonly [x: string]: {
|
3423
|
+
readonly content?: string | undefined;
|
3424
|
+
readonly on?: string | undefined;
|
3425
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3426
|
+
};
|
3427
|
+
} | undefined;
|
3180
3428
|
}[] | undefined;
|
3181
3429
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
3182
3430
|
readonly sources?: {
|
@@ -3288,6 +3536,28 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3288
3536
|
};
|
3289
3537
|
};
|
3290
3538
|
};
|
3539
|
+
readonly reference: {
|
3540
|
+
readonly enabled?: boolean | undefined;
|
3541
|
+
readonly diagnostics?: {
|
3542
|
+
readonly validation?: boolean | {
|
3543
|
+
readonly build?: {
|
3544
|
+
readonly enabled?: boolean | undefined;
|
3545
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3546
|
+
} | undefined;
|
3547
|
+
readonly enabled: boolean;
|
3548
|
+
readonly dev?: {
|
3549
|
+
readonly enabled?: boolean | undefined;
|
3550
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3551
|
+
} | undefined;
|
3552
|
+
} | undefined;
|
3553
|
+
} | undefined;
|
3554
|
+
} & {
|
3555
|
+
readonly descriptionsView: {
|
3556
|
+
readonly defaultMode: "compact" | "expanded";
|
3557
|
+
readonly showControl: boolean;
|
3558
|
+
};
|
3559
|
+
readonly nullabilityRendering: "questionMark" | "bangMark";
|
3560
|
+
};
|
3291
3561
|
readonly templateVariables: {
|
3292
3562
|
readonly title: string;
|
3293
3563
|
};
|
@@ -3437,17 +3707,16 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3437
3707
|
readonly schema?: {
|
3438
3708
|
readonly enabled?: boolean | undefined;
|
3439
3709
|
readonly augmentations?: readonly {
|
3440
|
-
readonly
|
3441
|
-
readonly
|
3442
|
-
readonly
|
3443
|
-
|
3444
|
-
readonly
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
};
|
3450
|
-
readonly placement: "before" | "after" | "over";
|
3710
|
+
readonly content?: string | undefined;
|
3711
|
+
readonly on?: string | undefined;
|
3712
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3713
|
+
readonly versions?: {
|
3714
|
+
readonly [x: string]: {
|
3715
|
+
readonly content?: string | undefined;
|
3716
|
+
readonly on?: string | undefined;
|
3717
|
+
readonly placement?: "before" | "after" | "over" | undefined;
|
3718
|
+
};
|
3719
|
+
} | undefined;
|
3451
3720
|
}[] | undefined;
|
3452
3721
|
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
3453
3722
|
readonly sources?: {
|
@@ -3474,6 +3743,27 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
|
|
3474
3743
|
} | undefined;
|
3475
3744
|
} | undefined;
|
3476
3745
|
} | undefined;
|
3746
|
+
readonly reference?: {
|
3747
|
+
readonly enabled?: boolean | undefined;
|
3748
|
+
readonly diagnostics?: {
|
3749
|
+
readonly validation?: boolean | {
|
3750
|
+
readonly build?: {
|
3751
|
+
readonly enabled?: boolean | undefined;
|
3752
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3753
|
+
} | undefined;
|
3754
|
+
readonly enabled: boolean;
|
3755
|
+
readonly dev?: {
|
3756
|
+
readonly enabled?: boolean | undefined;
|
3757
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
3758
|
+
} | undefined;
|
3759
|
+
} | undefined;
|
3760
|
+
} | undefined;
|
3761
|
+
readonly descriptionsView?: {
|
3762
|
+
readonly defaultMode?: "compact" | "expanded" | undefined;
|
3763
|
+
readonly showControl?: boolean | undefined;
|
3764
|
+
} | undefined;
|
3765
|
+
readonly nullabilityRendering?: "questionMark" | "bangMark" | undefined;
|
3766
|
+
} | undefined;
|
3477
3767
|
readonly templateVariables?: {
|
3478
3768
|
readonly title?: string | undefined;
|
3479
3769
|
} | undefined;
|