polen 0.11.0-next.15 → 0.11.0-next.17
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/{api.d.ts → $$.d.ts} +6 -3
- package/build/api/$$.d.ts.map +1 -0
- package/build/api/$$.js +13 -0
- package/build/api/$$.js.map +1 -0
- package/build/api/$.d.ts +2 -0
- package/build/api/$.d.ts.map +1 -0
- package/build/api/$.js +2 -0
- package/build/api/$.js.map +1 -0
- package/build/api/config/$$.d.ts +1 -0
- package/build/api/config/$$.d.ts.map +1 -1
- package/build/api/config/$$.js +1 -0
- package/build/api/config/$$.js.map +1 -1
- package/build/api/config/home.d.ts +639 -0
- package/build/api/config/home.d.ts.map +1 -0
- package/build/api/config/home.js +487 -0
- package/build/api/config/home.js.map +1 -0
- package/build/api/config/input.d.ts +1307 -9
- package/build/api/config/input.d.ts.map +1 -1
- package/build/api/config/input.js +102 -24
- package/build/api/config/input.js.map +1 -1
- package/build/api/config/normalized.d.ts +2261 -129
- package/build/api/config/normalized.d.ts.map +1 -1
- package/build/api/config/normalized.js +424 -27
- package/build/api/config/normalized.js.map +1 -1
- package/build/api/config-template/template.d.ts +2991 -0
- package/build/api/config-template/template.d.ts.map +1 -0
- package/build/api/config-template/template.js +53 -0
- package/build/api/config-template/template.js.map +1 -0
- package/build/api/content/$$.d.ts +1 -0
- package/build/api/content/$$.d.ts.map +1 -1
- package/build/api/content/$$.js +1 -0
- package/build/api/content/$$.js.map +1 -1
- package/build/api/content/mdx-compiler.d.ts +54 -0
- package/build/api/content/mdx-compiler.d.ts.map +1 -0
- package/build/api/content/mdx-compiler.js +68 -0
- package/build/api/content/mdx-compiler.js.map +1 -0
- package/build/api/content/navbar.js +1 -1
- package/build/api/content/navbar.js.map +1 -1
- package/build/api/examples/$$.d.ts +8 -0
- package/build/api/examples/$$.d.ts.map +1 -0
- package/build/api/examples/$$.js +8 -0
- package/build/api/examples/$$.js.map +1 -0
- package/build/api/examples/$.d.ts +2 -0
- package/build/api/examples/$.d.ts.map +1 -0
- package/build/api/examples/$.js +2 -0
- package/build/api/examples/$.js.map +1 -0
- package/build/api/examples/config.d.ts +709 -0
- package/build/api/examples/config.d.ts.map +1 -0
- package/build/api/examples/config.js +169 -0
- package/build/api/examples/config.js.map +1 -0
- package/build/api/examples/diagnostic/diagnostic.d.ts +152 -0
- package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -0
- package/build/api/examples/diagnostic/diagnostic.js +20 -0
- package/build/api/examples/diagnostic/diagnostic.js.map +1 -0
- package/build/api/examples/diagnostic/duplicate-content.d.ts +55 -0
- package/build/api/examples/diagnostic/duplicate-content.d.ts.map +1 -0
- package/build/api/examples/diagnostic/duplicate-content.js +22 -0
- package/build/api/examples/diagnostic/duplicate-content.js.map +1 -0
- package/build/api/examples/diagnostic/invalid-filename.d.ts +43 -0
- package/build/api/examples/diagnostic/invalid-filename.d.ts.map +1 -0
- package/build/api/examples/diagnostic/invalid-filename.js +16 -0
- package/build/api/examples/diagnostic/invalid-filename.js.map +1 -0
- package/build/api/examples/diagnostic/missing-versions.d.ts +52 -0
- package/build/api/examples/diagnostic/missing-versions.d.ts.map +1 -0
- package/build/api/examples/diagnostic/missing-versions.js +21 -0
- package/build/api/examples/diagnostic/missing-versions.js.map +1 -0
- package/build/api/examples/diagnostic/unknown-version.d.ts +52 -0
- package/build/api/examples/diagnostic/unknown-version.d.ts.map +1 -0
- package/build/api/examples/diagnostic/unknown-version.js +21 -0
- package/build/api/examples/diagnostic/unknown-version.js.map +1 -0
- package/build/api/examples/diagnostic/unused-default.d.ts +49 -0
- package/build/api/examples/diagnostic/unused-default.d.ts.map +1 -0
- package/build/api/examples/diagnostic/unused-default.js +19 -0
- package/build/api/examples/diagnostic/unused-default.js.map +1 -0
- package/build/api/examples/diagnostic/validation-error.d.ts +63 -0
- package/build/api/examples/diagnostic/validation-error.d.ts.map +1 -0
- package/build/api/examples/diagnostic/validation-error.js +21 -0
- package/build/api/examples/diagnostic/validation-error.js.map +1 -0
- package/build/api/examples/diagnostic/validator.d.ts +13 -0
- package/build/api/examples/diagnostic/validator.d.ts.map +1 -0
- package/build/api/examples/diagnostic/validator.js +115 -0
- package/build/api/examples/diagnostic/validator.js.map +1 -0
- package/build/api/examples/filter.d.ts +19 -0
- package/build/api/examples/filter.d.ts.map +1 -0
- package/build/api/examples/filter.js +64 -0
- package/build/api/examples/filter.js.map +1 -0
- package/build/api/examples/scanner.d.ts +18 -0
- package/build/api/examples/scanner.d.ts.map +1 -0
- package/build/api/examples/scanner.js +268 -0
- package/build/api/examples/scanner.js.map +1 -0
- package/build/api/examples/schemas/catalog.d.ts +248 -0
- package/build/api/examples/schemas/catalog.d.ts.map +1 -0
- package/build/api/examples/schemas/catalog.js +42 -0
- package/build/api/examples/schemas/catalog.js.map +1 -0
- package/build/api/examples/schemas/example/$$.d.ts +2 -0
- package/build/api/examples/schemas/example/$$.d.ts.map +1 -0
- package/build/api/examples/schemas/example/$$.js +2 -0
- package/build/api/examples/schemas/example/$$.js.map +1 -0
- package/build/api/examples/schemas/example/$.d.ts +2 -0
- package/build/api/examples/schemas/example/$.d.ts.map +1 -0
- package/build/api/examples/schemas/example/$.js +2 -0
- package/build/api/examples/schemas/example/$.js.map +1 -0
- package/build/api/examples/schemas/example/example.d.ts +134 -0
- package/build/api/examples/schemas/example/example.d.ts.map +1 -0
- package/build/api/examples/schemas/example/example.js +51 -0
- package/build/api/examples/schemas/example/example.js.map +1 -0
- package/build/api/examples/schemas/type-usage-index.d.ts +72 -0
- package/build/api/examples/schemas/type-usage-index.d.ts.map +1 -0
- package/build/api/examples/schemas/type-usage-index.js +64 -0
- package/build/api/examples/schemas/type-usage-index.js.map +1 -0
- package/build/api/examples/type-generator.d.ts +8 -0
- package/build/api/examples/type-generator.d.ts.map +1 -0
- package/build/api/examples/type-generator.js +36 -0
- package/build/api/examples/type-generator.js.map +1 -0
- package/build/api/examples/type-usage-indexer.d.ts +18 -0
- package/build/api/examples/type-usage-indexer.d.ts.map +1 -0
- package/build/api/examples/type-usage-indexer.js +219 -0
- package/build/api/examples/type-usage-indexer.js.map +1 -0
- package/build/api/iso/schema/routing.js +2 -2
- package/build/api/iso/schema/routing.js.map +1 -1
- package/build/api/project/$$.d.ts +2 -0
- package/build/api/project/$$.d.ts.map +1 -0
- package/build/api/project/$$.js +2 -0
- package/build/api/project/$$.js.map +1 -0
- package/build/api/project/$.d.ts +2 -0
- package/build/api/project/$.d.ts.map +1 -0
- package/build/api/project/$.js +2 -0
- package/build/api/project/$.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +3 -3
- package/build/api/schema/input-sources/directory.d.ts +31 -31
- package/build/api/schema/input-sources/file.d.ts +31 -31
- package/build/api/schema/input-sources/introspection-file.d.ts +31 -31
- package/build/api/schema/input-sources/introspection.d.ts +31 -31
- package/build/api/schema/input-sources/memory.d.ts +31 -31
- package/build/api/schema/input-sources/versioned-directory.d.ts +68 -79
- package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -1
- package/build/api/schema/input-sources/versioned-directory.js +8 -6
- package/build/api/schema/input-sources/versioned-directory.js.map +1 -1
- package/build/api/schema/load.js +1 -1
- package/build/api/schema/load.js.map +1 -1
- package/build/api/typings/$$.d.ts +2 -0
- package/build/api/typings/$$.d.ts.map +1 -0
- package/build/api/typings/$$.js +2 -0
- package/build/api/typings/$$.js.map +1 -0
- package/build/api/typings/$.d.ts +2 -0
- package/build/api/typings/$.d.ts.map +1 -0
- package/build/api/typings/$.js +2 -0
- package/build/api/typings/$.js.map +1 -0
- package/build/api/typings/typings.d.ts +88 -0
- package/build/api/typings/typings.d.ts.map +1 -0
- package/build/api/typings/typings.js +180 -0
- package/build/api/typings/typings.js.map +1 -0
- package/build/cli/_/parameters.d.ts +4 -4
- package/build/cli/_/parameters.d.ts.map +1 -1
- package/build/cli/_/parameters.js +4 -10
- package/build/cli/_/parameters.js.map +1 -1
- package/build/cli/commands/build.d.ts +9 -10
- package/build/cli/commands/build.d.ts.map +1 -1
- package/build/cli/commands/build.js +36 -50
- package/build/cli/commands/build.js.map +1 -1
- package/build/cli/commands/cache/delete.d.ts +6 -1
- package/build/cli/commands/cache/delete.d.ts.map +1 -1
- package/build/cli/commands/cache/delete.js +12 -20
- package/build/cli/commands/cache/delete.js.map +1 -1
- package/build/cli/commands/cache/show.d.ts +5 -1
- package/build/cli/commands/cache/show.d.ts.map +1 -1
- package/build/cli/commands/cache/show.js +51 -59
- package/build/cli/commands/cache/show.js.map +1 -1
- package/build/cli/commands/cache.d.ts +10 -2
- package/build/cli/commands/cache.d.ts.map +1 -1
- package/build/cli/commands/cache.js +17 -6
- package/build/cli/commands/cache.js.map +1 -1
- package/build/cli/commands/config/create.d.ts +6 -1
- package/build/cli/commands/config/create.d.ts.map +1 -1
- package/build/cli/commands/config/create.js +27 -24
- package/build/cli/commands/config/create.js.map +1 -1
- package/build/cli/commands/config.d.ts +7 -2
- package/build/cli/commands/config.d.ts.map +1 -1
- package/build/cli/commands/config.js +15 -6
- package/build/cli/commands/config.js.map +1 -1
- package/build/cli/commands/create.d.ts +9 -1
- package/build/cli/commands/create.d.ts.map +1 -1
- package/build/cli/commands/create.js +63 -61
- package/build/cli/commands/create.js.map +1 -1
- package/build/cli/commands/dev.d.ts +9 -1
- package/build/cli/commands/dev.d.ts.map +1 -1
- package/build/cli/commands/dev.js +41 -51
- package/build/cli/commands/dev.js.map +1 -1
- package/build/cli/commands/hero-image.d.ts +8 -0
- package/build/cli/commands/hero-image.d.ts.map +1 -0
- package/build/cli/commands/hero-image.js +235 -0
- package/build/cli/commands/hero-image.js.map +1 -0
- package/build/cli/commands/open.d.ts +10 -1
- package/build/cli/commands/open.d.ts.map +1 -1
- package/build/cli/commands/open.js +93 -107
- package/build/cli/commands/open.js.map +1 -1
- package/build/cli/commands/static/rebase.d.ts +8 -1
- package/build/cli/commands/static/rebase.d.ts.map +1 -1
- package/build/cli/commands/static/rebase.js +43 -29
- package/build/cli/commands/static/rebase.js.map +1 -1
- package/build/cli/commands/static.d.ts +9 -2
- package/build/cli/commands/static.d.ts.map +1 -1
- package/build/cli/commands/static.js +28 -6
- package/build/cli/commands/static.js.map +1 -1
- package/build/cli/index.d.ts +54 -1
- package/build/cli/index.d.ts.map +1 -1
- package/build/cli/index.js +77 -8
- package/build/cli/index.js.map +1 -1
- package/build/lib/ai-image-generation/$$.d.ts +3 -0
- package/build/lib/ai-image-generation/$$.d.ts.map +1 -0
- package/build/lib/ai-image-generation/$$.js +3 -0
- package/build/lib/ai-image-generation/$$.js.map +1 -0
- package/build/lib/ai-image-generation/$.d.ts +2 -0
- package/build/lib/ai-image-generation/$.d.ts.map +1 -0
- package/build/lib/ai-image-generation/$.js +2 -0
- package/build/lib/ai-image-generation/$.js.map +1 -0
- package/build/lib/ai-image-generation/ai-image-generation.d.ts +132 -0
- package/build/lib/ai-image-generation/ai-image-generation.d.ts.map +1 -0
- package/build/lib/ai-image-generation/ai-image-generation.js +170 -0
- package/build/lib/ai-image-generation/ai-image-generation.js.map +1 -0
- package/build/lib/ai-image-generation/providers/pollinations.d.ts +22 -0
- package/build/lib/ai-image-generation/providers/pollinations.d.ts.map +1 -0
- package/build/lib/ai-image-generation/providers/pollinations.js +45 -0
- package/build/lib/ai-image-generation/providers/pollinations.js.map +1 -0
- package/build/lib/ai-image-generation/service.d.ts +42 -0
- package/build/lib/ai-image-generation/service.d.ts.map +1 -0
- package/build/lib/ai-image-generation/service.js +147 -0
- package/build/lib/ai-image-generation/service.js.map +1 -0
- package/build/lib/catalog/catalog.d.ts +7823 -717
- package/build/lib/catalog/catalog.d.ts.map +1 -1
- package/build/lib/catalog/catalog.js +25 -2
- package/build/lib/catalog/catalog.js.map +1 -1
- package/build/lib/catalog/unversioned.d.ts +245 -245
- package/build/lib/catalog/unversioned.d.ts.map +1 -1
- package/build/lib/catalog/versioned.d.ts +540 -609
- package/build/lib/catalog/versioned.d.ts.map +1 -1
- package/build/lib/catalog/versioned.js +38 -1
- package/build/lib/catalog/versioned.js.map +1 -1
- package/build/lib/catalog-statistics/$$.d.ts +5 -0
- package/build/lib/catalog-statistics/$$.d.ts.map +1 -0
- package/build/lib/catalog-statistics/$$.js +5 -0
- package/build/lib/catalog-statistics/$$.js.map +1 -0
- package/build/lib/catalog-statistics/$.d.ts +2 -0
- package/build/lib/catalog-statistics/$.d.ts.map +1 -0
- package/build/lib/catalog-statistics/$.js +2 -0
- package/build/lib/catalog-statistics/$.js.map +1 -0
- package/build/lib/catalog-statistics/analyze-catalog.d.ts +8 -0
- package/build/lib/catalog-statistics/analyze-catalog.d.ts.map +1 -0
- package/build/lib/catalog-statistics/analyze-catalog.js +132 -0
- package/build/lib/catalog-statistics/analyze-catalog.js.map +1 -0
- package/build/lib/catalog-statistics/analyze-options.d.ts +16 -0
- package/build/lib/catalog-statistics/analyze-options.d.ts.map +1 -0
- package/build/lib/catalog-statistics/analyze-options.js +2 -0
- package/build/lib/catalog-statistics/analyze-options.js.map +1 -0
- package/build/lib/catalog-statistics/analyze-schema.d.ts +8 -0
- package/build/lib/catalog-statistics/analyze-schema.d.ts.map +1 -0
- package/build/lib/catalog-statistics/analyze-schema.js +185 -0
- package/build/lib/catalog-statistics/analyze-schema.js.map +1 -0
- package/build/lib/catalog-statistics/data.d.ts +195 -0
- package/build/lib/catalog-statistics/data.d.ts.map +1 -0
- package/build/lib/catalog-statistics/data.js +176 -0
- package/build/lib/catalog-statistics/data.js.map +1 -0
- package/build/lib/catalog-statistics/report.d.ts +841 -0
- package/build/lib/catalog-statistics/report.d.ts.map +1 -0
- package/build/lib/catalog-statistics/report.js +37 -0
- package/build/lib/catalog-statistics/report.js.map +1 -0
- package/build/lib/change/change.d.ts +185 -185
- package/build/lib/change/change.d.ts.map +1 -1
- package/build/lib/change/criticality.d.ts +2 -2
- package/build/lib/change/criticality.d.ts.map +1 -1
- package/build/lib/date-only/date-only.d.ts +1 -1
- package/build/lib/date-only/date-only.d.ts.map +1 -1
- package/build/lib/diagnostic/$$.d.ts +6 -0
- package/build/lib/diagnostic/$$.d.ts.map +1 -0
- package/build/lib/diagnostic/$$.js +6 -0
- package/build/lib/diagnostic/$$.js.map +1 -0
- package/build/lib/diagnostic/$.d.ts +2 -0
- package/build/lib/diagnostic/$.d.ts.map +1 -0
- package/build/lib/diagnostic/$.js +2 -0
- package/build/lib/diagnostic/$.js.map +1 -0
- package/build/lib/diagnostic/control.d.ts +79 -0
- package/build/lib/diagnostic/control.d.ts.map +1 -0
- package/build/lib/diagnostic/control.js +107 -0
- package/build/lib/diagnostic/control.js.map +1 -0
- package/build/lib/diagnostic/diagnostic.d.ts +130 -0
- package/build/lib/diagnostic/diagnostic.d.ts.map +1 -0
- package/build/lib/diagnostic/diagnostic.js +106 -0
- package/build/lib/diagnostic/diagnostic.js.map +1 -0
- package/build/lib/diagnostic/filter.d.ts +11 -0
- package/build/lib/diagnostic/filter.d.ts.map +1 -0
- package/build/lib/diagnostic/filter.js +16 -0
- package/build/lib/diagnostic/filter.js.map +1 -0
- package/build/lib/diagnostic/reporter.d.ts +22 -0
- package/build/lib/diagnostic/reporter.d.ts.map +1 -0
- package/build/lib/diagnostic/reporter.js +66 -0
- package/build/lib/diagnostic/reporter.js.map +1 -0
- package/build/lib/diagnostic/severity.d.ts +32 -0
- package/build/lib/diagnostic/severity.d.ts.map +1 -0
- package/build/lib/diagnostic/severity.js +73 -0
- package/build/lib/diagnostic/severity.js.map +1 -0
- package/build/lib/directed-filter/$$.d.ts +2 -0
- package/build/lib/directed-filter/$$.d.ts.map +1 -0
- package/build/lib/directed-filter/$$.js +2 -0
- package/build/lib/directed-filter/$$.js.map +1 -0
- package/build/lib/directed-filter/$.d.ts +2 -0
- package/build/lib/directed-filter/$.d.ts.map +1 -0
- package/build/lib/directed-filter/$.js +2 -0
- package/build/lib/directed-filter/$.js.map +1 -0
- package/build/lib/directed-filter/directed-filter.d.ts +127 -0
- package/build/lib/directed-filter/directed-filter.d.ts.map +1 -0
- package/build/lib/directed-filter/directed-filter.js +153 -0
- package/build/lib/directed-filter/directed-filter.js.map +1 -0
- package/build/lib/document/$$.d.ts +4 -0
- package/build/lib/document/$$.d.ts.map +1 -0
- package/build/lib/document/$$.js +4 -0
- package/build/lib/document/$$.js.map +1 -0
- package/build/lib/document/$.d.ts +2 -0
- package/build/lib/document/$.d.ts.map +1 -0
- package/build/lib/document/$.js +2 -0
- package/build/lib/document/$.js.map +1 -0
- package/build/lib/document/document.d.ts +59 -0
- package/build/lib/document/document.d.ts.map +1 -0
- package/build/lib/document/document.js +23 -0
- package/build/lib/document/document.js.map +1 -0
- package/build/lib/document/unversioned.d.ts +38 -0
- package/build/lib/document/unversioned.d.ts.map +1 -0
- package/build/lib/document/unversioned.js +22 -0
- package/build/lib/document/unversioned.js.map +1 -0
- package/build/lib/document/versioned.d.ts +58 -0
- package/build/lib/document/versioned.d.ts.map +1 -0
- package/build/lib/document/versioned.js +82 -0
- package/build/lib/document/versioned.js.map +1 -0
- package/build/lib/effect-cli-help-markdown/$$.d.ts +2 -0
- package/build/lib/effect-cli-help-markdown/$$.d.ts.map +1 -0
- package/build/lib/effect-cli-help-markdown/$$.js +2 -0
- package/build/lib/effect-cli-help-markdown/$$.js.map +1 -0
- package/build/lib/effect-cli-help-markdown/$.d.ts +2 -0
- package/build/lib/effect-cli-help-markdown/$.d.ts.map +1 -0
- package/build/lib/effect-cli-help-markdown/$.js +2 -0
- package/build/lib/effect-cli-help-markdown/$.js.map +1 -0
- package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts +32 -0
- package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts.map +1 -0
- package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js +477 -0
- package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js.map +1 -0
- package/build/lib/effect-glob/$$.d.ts +2 -0
- package/build/lib/effect-glob/$$.d.ts.map +1 -0
- package/build/lib/effect-glob/$$.js +2 -0
- package/build/lib/effect-glob/$$.js.map +1 -0
- package/build/lib/effect-glob/$.d.ts +2 -0
- package/build/lib/effect-glob/$.d.ts.map +1 -0
- package/build/lib/effect-glob/$.js +2 -0
- package/build/lib/effect-glob/$.js.map +1 -0
- package/build/lib/effect-glob/effect-glob.d.ts +13 -0
- package/build/lib/effect-glob/effect-glob.d.ts.map +1 -0
- package/build/lib/effect-glob/effect-glob.js +18 -0
- package/build/lib/effect-glob/effect-glob.js.map +1 -0
- package/build/lib/file-path/$$.d.ts +3 -0
- package/build/lib/file-path/$$.d.ts.map +1 -1
- package/build/lib/file-path/$$.js +3 -3
- package/build/lib/file-path/$$.js.map +1 -1
- package/build/lib/file-path/$.d.ts +1 -1
- package/build/lib/file-path/$.d.ts.map +1 -1
- package/build/lib/file-path/$.js +1 -1
- package/build/lib/file-path/$.js.map +1 -1
- package/build/lib/file-path/absolute.d.ts +38 -0
- package/build/lib/file-path/absolute.d.ts.map +1 -0
- package/build/lib/file-path/absolute.js +47 -0
- package/build/lib/file-path/absolute.js.map +1 -0
- package/build/lib/file-path/file-path.d.ts +41 -43
- package/build/lib/file-path/file-path.d.ts.map +1 -1
- package/build/lib/file-path/file-path.js +15 -87
- package/build/lib/file-path/file-path.js.map +1 -1
- package/build/lib/file-path/relative.d.ts +38 -0
- package/build/lib/file-path/relative.d.ts.map +1 -0
- package/build/lib/file-path/relative.js +51 -0
- package/build/lib/file-path/relative.js.map +1 -0
- package/build/lib/file-path/segment/$.d.ts +2 -0
- package/build/lib/file-path/segment/$.d.ts.map +1 -0
- package/build/lib/file-path/segment/$.js +2 -0
- package/build/lib/file-path/segment/$.js.map +1 -0
- package/build/lib/file-path/segment/segment.d.ts +45 -0
- package/build/lib/file-path/segment/segment.d.ts.map +1 -0
- package/build/lib/file-path/segment/segment.js +96 -0
- package/build/lib/file-path/segment/segment.js.map +1 -0
- package/build/lib/file-router/linter.d.ts +214 -34
- package/build/lib/file-router/linter.d.ts.map +1 -1
- package/build/lib/file-router/linter.js +66 -12
- package/build/lib/file-router/linter.js.map +1 -1
- package/build/lib/graph/graph.d.ts +1 -1
- package/build/lib/graph/graph.d.ts.map +1 -1
- package/build/lib/graphql-error/$$.d.ts +2 -0
- package/build/lib/graphql-error/$$.d.ts.map +1 -0
- package/build/lib/graphql-error/$$.js +2 -0
- package/build/lib/graphql-error/$$.js.map +1 -0
- package/build/lib/graphql-error/$.d.ts +2 -0
- package/build/lib/graphql-error/$.d.ts.map +1 -0
- package/build/lib/graphql-error/$.js +2 -0
- package/build/lib/graphql-error/$.js.map +1 -0
- package/build/lib/graphql-error/graphql-error.d.ts +150 -0
- package/build/lib/graphql-error/graphql-error.d.ts.map +1 -0
- package/build/lib/graphql-error/graphql-error.js +57 -0
- package/build/lib/graphql-error/graphql-error.js.map +1 -0
- package/build/lib/kit-temp/effect.d.ts +14 -0
- package/build/lib/kit-temp/effect.d.ts.map +1 -1
- package/build/lib/kit-temp/effect.js +29 -0
- package/build/lib/kit-temp/effect.js.map +1 -1
- package/build/lib/kit-temp/ob.d.ts +4 -0
- package/build/lib/kit-temp/ob.d.ts.map +1 -1
- package/build/lib/kit-temp/ob.js +3 -1
- package/build/lib/kit-temp/ob.js.map +1 -1
- package/build/lib/kit-temp/resource.d.ts +1 -2
- package/build/lib/kit-temp/resource.d.ts.map +1 -1
- package/build/lib/kit-temp/resource.js +1 -2
- package/build/lib/kit-temp/resource.js.map +1 -1
- package/build/lib/lifecycles/lifecycles.js +1 -1
- package/build/lib/lifecycles/lifecycles.js.map +1 -1
- package/build/lib/react-router-effect/route-helpers.d.ts +9 -3
- package/build/lib/react-router-effect/route-helpers.d.ts.map +1 -1
- package/build/lib/react-router-effect/route-helpers.js +54 -6
- package/build/lib/react-router-effect/route-helpers.js.map +1 -1
- package/build/lib/react-router-effect/route.d.ts.map +1 -1
- package/build/lib/react-router-effect/route.js +13 -1
- package/build/lib/react-router-effect/route.js.map +1 -1
- package/build/lib/react-router-effect/types.d.ts +10 -2
- package/build/lib/react-router-effect/types.d.ts.map +1 -1
- package/build/lib/react-router-effect/use-loader-data.d.ts +3 -3
- package/build/lib/react-router-effect/use-loader-data.d.ts.map +1 -1
- package/build/lib/react-router-effect/use-loader-data.js +2 -2
- package/build/lib/react-router-effect/use-loader-data.js.map +1 -1
- package/build/lib/revision/revision.d.ts +925 -925
- package/build/lib/revision/revision.d.ts.map +1 -1
- package/build/lib/schema/schema.d.ts +553 -629
- package/build/lib/schema/schema.d.ts.map +1 -1
- package/build/lib/schema/unversioned.d.ts +865 -865
- package/build/lib/schema/unversioned.d.ts.map +1 -1
- package/build/lib/schema/versioned.d.ts +495 -583
- package/build/lib/schema/versioned.d.ts.map +1 -1
- package/build/lib/schema-definition/schema-definition.d.ts +1 -1
- package/build/lib/schema-definition/schema-definition.d.ts.map +1 -1
- package/build/lib/semver/official-release.d.ts +1 -1
- package/build/lib/semver/official-release.d.ts.map +1 -1
- package/build/lib/semver/pre-release.d.ts +1 -1
- package/build/lib/semver/pre-release.d.ts.map +1 -1
- package/build/lib/semver/semver.d.ts +1 -1
- package/build/lib/semver/semver.d.ts.map +1 -1
- package/build/lib/swiss/$$.d.ts +5 -0
- package/build/lib/swiss/$$.d.ts.map +1 -0
- package/build/lib/swiss/$$.js +6 -0
- package/build/lib/swiss/$$.js.map +1 -0
- package/build/lib/swiss/$.d.ts +2 -0
- package/build/lib/swiss/$.d.ts.map +1 -0
- package/build/lib/swiss/$.js +3 -0
- package/build/lib/swiss/$.js.map +1 -0
- package/build/lib/swiss/grid.d.ts +17 -0
- package/build/lib/swiss/grid.d.ts.map +1 -0
- package/build/lib/swiss/grid.js +30 -0
- package/build/lib/swiss/grid.js.map +1 -0
- package/build/lib/swiss/items.d.ts +53 -0
- package/build/lib/swiss/items.d.ts.map +1 -0
- package/build/lib/swiss/items.js +188 -0
- package/build/lib/swiss/items.js.map +1 -0
- package/build/lib/swiss/styles.css +298 -0
- package/build/lib/swiss/subgrid.d.ts +25 -0
- package/build/lib/swiss/subgrid.d.ts.map +1 -0
- package/build/lib/swiss/subgrid.js +48 -0
- package/build/lib/swiss/subgrid.js.map +1 -0
- package/build/lib/swiss/types.d.ts +340 -0
- package/build/lib/swiss/types.d.ts.map +1 -0
- package/build/lib/swiss/types.js +2 -0
- package/build/lib/swiss/types.js.map +1 -0
- package/build/lib/swiss/utils.d.ts +37 -0
- package/build/lib/swiss/utils.d.ts.map +1 -0
- package/build/lib/swiss/utils.js +163 -0
- package/build/lib/swiss/utils.js.map +1 -0
- package/build/lib/version/custom.d.ts +11 -30
- package/build/lib/version/custom.d.ts.map +1 -1
- package/build/lib/version/custom.js +3 -7
- package/build/lib/version/custom.js.map +1 -1
- package/build/lib/version/date.d.ts +11 -30
- package/build/lib/version/date.d.ts.map +1 -1
- package/build/lib/version/date.js +3 -7
- package/build/lib/version/date.js.map +1 -1
- package/build/lib/version/integer.d.ts +11 -30
- package/build/lib/version/integer.d.ts.map +1 -1
- package/build/lib/version/integer.js +3 -7
- package/build/lib/version/integer.js.map +1 -1
- package/build/lib/version/semver.d.ts +11 -30
- package/build/lib/version/semver.d.ts.map +1 -1
- package/build/lib/version/semver.js +3 -7
- package/build/lib/version/semver.js.map +1 -1
- package/build/lib/version/version.d.ts +17 -333
- package/build/lib/version/version.d.ts.map +1 -1
- package/build/lib/version/version.js +11 -11
- package/build/lib/version/version.js.map +1 -1
- package/build/lib/version-selection/$$.d.ts +2 -0
- package/build/lib/version-selection/$$.d.ts.map +1 -0
- package/build/lib/version-selection/$$.js +2 -0
- package/build/lib/version-selection/$$.js.map +1 -0
- package/build/lib/version-selection/$.d.ts +2 -0
- package/build/lib/version-selection/$.d.ts.map +1 -0
- package/build/lib/version-selection/$.js +2 -0
- package/build/lib/version-selection/$.js.map +1 -0
- package/build/lib/version-selection/version-selection.d.ts +42 -0
- package/build/lib/version-selection/version-selection.d.ts.map +1 -0
- package/build/lib/version-selection/version-selection.js +86 -0
- package/build/lib/version-selection/version-selection.js.map +1 -0
- package/build/lib/vite-reactive/$$.d.ts +2 -0
- package/build/lib/vite-reactive/$$.d.ts.map +1 -0
- package/build/lib/vite-reactive/$$.js +2 -0
- package/build/lib/vite-reactive/$$.js.map +1 -0
- package/build/lib/vite-reactive/$.d.ts +2 -0
- package/build/lib/vite-reactive/$.d.ts.map +1 -0
- package/build/lib/vite-reactive/$.js +2 -0
- package/build/lib/vite-reactive/$.js.map +1 -0
- package/build/lib/vite-reactive/reactive-asset-plugin.d.ts +71 -0
- package/build/lib/vite-reactive/reactive-asset-plugin.d.ts.map +1 -0
- package/build/lib/vite-reactive/reactive-asset-plugin.js +155 -0
- package/build/lib/vite-reactive/reactive-asset-plugin.js.map +1 -0
- package/build/template/components/Carousel.d.ts +25 -0
- package/build/template/components/Carousel.d.ts.map +1 -0
- package/build/template/components/Carousel.js +134 -0
- package/build/template/components/Carousel.js.map +1 -0
- package/build/template/components/CarouselPill.d.ts +19 -0
- package/build/template/components/CarouselPill.d.ts.map +1 -0
- package/build/template/components/CarouselPill.js +31 -0
- package/build/template/components/CarouselPill.js.map +1 -0
- package/build/template/components/Changelog/Changelog.d.ts.map +1 -1
- package/build/template/components/Changelog/Changelog.js +19 -13
- package/build/template/components/Changelog/Changelog.js.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.d.ts +2 -0
- package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.js +31 -5
- package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -1
- package/build/template/components/CodeBlock.js +2 -2
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/DevelopmentTip.d.ts +13 -0
- package/build/template/components/DevelopmentTip.d.ts.map +1 -0
- package/build/template/components/DevelopmentTip.js +16 -0
- package/build/template/components/DevelopmentTip.js.map +1 -0
- package/build/template/components/ExampleLink.d.ts +11 -0
- package/build/template/components/ExampleLink.d.ts.map +1 -0
- package/build/template/components/ExampleLink.js +13 -0
- package/build/template/components/ExampleLink.js.map +1 -0
- package/build/template/components/Field.js +1 -1
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/GraphQLDocument.d.ts +25 -0
- package/build/template/components/GraphQLDocument.d.ts.map +1 -0
- package/build/template/components/GraphQLDocument.js +68 -0
- package/build/template/components/GraphQLDocument.js.map +1 -0
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts +6 -2
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +8 -2
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
- package/build/template/components/HamburgerMenu.d.ts +11 -1
- package/build/template/components/HamburgerMenu.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.js.map +1 -1
- package/build/template/components/Logo.d.ts +8 -1
- package/build/template/components/Logo.d.ts.map +1 -1
- package/build/template/components/Logo.js +27 -12
- package/build/template/components/Logo.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +12 -4
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/SimpleVersionPicker.d.ts +15 -0
- package/build/template/components/SimpleVersionPicker.d.ts.map +1 -0
- package/build/template/components/SimpleVersionPicker.js +15 -0
- package/build/template/components/SimpleVersionPicker.js.map +1 -0
- package/build/template/components/TypeAnnotation.d.ts.map +1 -1
- package/build/template/components/TypeAnnotation.js +8 -15
- package/build/template/components/TypeAnnotation.js.map +1 -1
- package/build/template/components/VersionCoveragePicker.d.ts +17 -0
- package/build/template/components/VersionCoveragePicker.d.ts.map +1 -0
- package/build/template/components/VersionCoveragePicker.js +28 -0
- package/build/template/components/VersionCoveragePicker.js.map +1 -0
- package/build/template/components/VersionPicker.d.ts.map +1 -1
- package/build/template/components/VersionPicker.js +13 -18
- package/build/template/components/VersionPicker.js.map +1 -1
- package/build/template/components/home/ExamplesSection.d.ts +13 -0
- package/build/template/components/home/ExamplesSection.d.ts.map +1 -0
- package/build/template/components/home/ExamplesSection.js +15 -0
- package/build/template/components/home/ExamplesSection.js.map +1 -0
- package/build/template/components/home/FeaturesGrid.d.ts +12 -0
- package/build/template/components/home/FeaturesGrid.d.ts.map +1 -0
- package/build/template/components/home/FeaturesGrid.js +73 -0
- package/build/template/components/home/FeaturesGrid.js.map +1 -0
- package/build/template/components/home/HeroSection.d.ts +16 -0
- package/build/template/components/home/HeroSection.d.ts.map +1 -0
- package/build/template/components/home/HeroSection.js +178 -0
- package/build/template/components/home/HeroSection.js.map +1 -0
- package/build/template/components/home/PlaygroundPreview.d.ts +9 -0
- package/build/template/components/home/PlaygroundPreview.d.ts.map +1 -0
- package/build/template/components/home/PlaygroundPreview.js +38 -0
- package/build/template/components/home/PlaygroundPreview.js.map +1 -0
- package/build/template/components/home/QuickStart.d.ts +11 -0
- package/build/template/components/home/QuickStart.d.ts.map +1 -0
- package/build/template/components/home/QuickStart.js +74 -0
- package/build/template/components/home/QuickStart.js.map +1 -0
- package/build/template/components/home/RecentChanges.d.ts +8 -0
- package/build/template/components/home/RecentChanges.d.ts.map +1 -0
- package/build/template/components/home/RecentChanges.js +61 -0
- package/build/template/components/home/RecentChanges.js.map +1 -0
- package/build/template/components/home/Resources.d.ts +24 -0
- package/build/template/components/home/Resources.d.ts.map +1 -0
- package/build/template/components/home/Resources.js +53 -0
- package/build/template/components/home/Resources.js.map +1 -0
- package/build/template/components/home/SocialProof.d.ts +13 -0
- package/build/template/components/home/SocialProof.d.ts.map +1 -0
- package/build/template/components/home/SocialProof.js +47 -0
- package/build/template/components/home/SocialProof.js.map +1 -0
- package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -1
- package/build/template/components/navbar/DefaultNavbar.js +5 -6
- package/build/template/components/navbar/DefaultNavbar.js.map +1 -1
- package/build/template/components/sidebar/Sidebar.d.ts +10 -1
- package/build/template/components/sidebar/Sidebar.d.ts.map +1 -1
- package/build/template/components/sidebar/Sidebar.js.map +1 -1
- package/build/template/components/sidebar/SidebarItem.d.ts +11 -2
- package/build/template/components/sidebar/SidebarItem.d.ts.map +1 -1
- package/build/template/components/sidebar/SidebarItem.js.map +1 -1
- package/build/template/components/swiss/SwissHeading.d.ts +10 -0
- package/build/template/components/swiss/SwissHeading.d.ts.map +1 -0
- package/build/template/components/swiss/SwissHeading.js +26 -0
- package/build/template/components/swiss/SwissHeading.js.map +1 -0
- package/build/template/components/swiss/index.d.ts +2 -0
- package/build/template/components/swiss/index.d.ts.map +1 -0
- package/build/template/components/swiss/index.js +2 -0
- package/build/template/components/swiss/index.js.map +1 -0
- package/build/template/contexts/GraphqlLifecycleContext.d.ts +1 -13
- package/build/template/contexts/GraphqlLifecycleContext.d.ts.map +1 -1
- package/build/template/entry.client.js +3 -3
- package/build/template/entry.client.js.map +1 -1
- package/build/template/hooks/use-examples.d.ts +38 -0
- package/build/template/hooks/use-examples.d.ts.map +1 -0
- package/build/template/hooks/use-examples.js +37 -0
- package/build/template/hooks/use-examples.js.map +1 -0
- package/build/template/hooks/use-highlighted.d.ts +14 -0
- package/build/template/hooks/use-highlighted.d.ts.map +1 -0
- package/build/template/hooks/use-highlighted.js +41 -0
- package/build/template/hooks/use-highlighted.js.map +1 -0
- package/build/template/layouts/SidebarLayout.d.ts +9 -1
- package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
- package/build/template/layouts/SidebarLayout.js +4 -7
- package/build/template/layouts/SidebarLayout.js.map +1 -1
- package/build/template/layouts/index.d.ts +0 -1
- package/build/template/layouts/index.d.ts.map +1 -1
- package/build/template/layouts/index.js +0 -1
- package/build/template/layouts/index.js.map +1 -1
- package/build/template/lib/polen-url.js +3 -3
- package/build/template/lib/polen-url.js.map +1 -1
- package/build/template/providers/mdx.d.ts +8 -0
- package/build/template/providers/mdx.d.ts.map +1 -0
- package/build/template/providers/mdx.js +44 -0
- package/build/template/providers/mdx.js.map +1 -0
- package/build/template/routes/changelog.d.ts +4 -19
- package/build/template/routes/changelog.d.ts.map +1 -1
- package/build/template/routes/changelog.js +160 -26
- package/build/template/routes/changelog.js.map +1 -1
- package/build/template/routes/examples/_.d.ts +65 -0
- package/build/template/routes/examples/_.d.ts.map +1 -0
- package/build/template/routes/examples/_.js +56 -0
- package/build/template/routes/examples/_.js.map +1 -0
- package/build/template/routes/examples/_index.d.ts +39 -0
- package/build/template/routes/examples/_index.d.ts.map +1 -0
- package/build/template/routes/examples/_index.js +54 -0
- package/build/template/routes/examples/_index.js.map +1 -0
- package/build/template/routes/examples/name.d.ts +31 -0
- package/build/template/routes/examples/name.d.ts.map +1 -0
- package/build/template/routes/examples/name.js +50 -0
- package/build/template/routes/examples/name.js.map +1 -0
- package/build/template/routes/index.d.ts +1 -1
- package/build/template/routes/index.d.ts.map +1 -1
- package/build/template/routes/index.js +23 -3
- package/build/template/routes/index.js.map +1 -1
- package/build/template/routes/pages.d.ts.map +1 -1
- package/build/template/routes/pages.js +4 -44
- package/build/template/routes/pages.js.map +1 -1
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +54 -39
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/routes/root.d.ts +3 -2
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +57 -17
- package/build/template/routes/root.js.map +1 -1
- package/build/template/server/create-page-html-response.js +2 -2
- package/build/template/server/create-page-html-response.js.map +1 -1
- package/build/template/server/main.js +5 -5
- package/build/template/server/main.js.map +1 -1
- package/build/template/server/view.js +3 -3
- package/build/template/server/view.js.map +1 -1
- package/build/template/stores/changelog.d.ts +31 -31
- package/build/template/stores/changelog.js +3 -3
- package/build/template/stores/changelog.js.map +1 -1
- package/build/template/stores/schema.d.ts +1 -1
- package/build/template/stores/toast.d.ts +1 -1
- package/build/template/theme/swiss-sharp.css +117 -0
- package/build/template/theme/swiss-sharp.d.ts +9 -0
- package/build/template/theme/swiss-sharp.d.ts.map +1 -0
- package/build/template/theme/swiss-sharp.js +13 -0
- package/build/template/theme/swiss-sharp.js.map +1 -0
- package/build/vite/config.d.ts +1 -1
- package/build/vite/config.d.ts.map +1 -1
- package/build/vite/logger.d.ts +2 -2
- package/build/vite/logger.d.ts.map +1 -1
- package/build/vite/logger.js +0 -1
- package/build/vite/logger.js.map +1 -1
- package/build/vite/plugins/branding.d.ts +2 -2
- package/build/vite/plugins/branding.d.ts.map +1 -1
- package/build/vite/plugins/branding.js +125 -10
- package/build/vite/plugins/branding.js.map +1 -1
- package/build/vite/plugins/build.d.ts +1 -1
- package/build/vite/plugins/build.d.ts.map +1 -1
- package/build/vite/plugins/config.d.ts +17 -0
- package/build/vite/plugins/config.d.ts.map +1 -0
- package/build/vite/plugins/config.js +33 -0
- package/build/vite/plugins/config.js.map +1 -0
- package/build/vite/plugins/core.d.ts +1 -5
- package/build/vite/plugins/core.d.ts.map +1 -1
- package/build/vite/plugins/core.js +43 -127
- package/build/vite/plugins/core.js.map +1 -1
- package/build/vite/plugins/examples.d.ts +23 -0
- package/build/vite/plugins/examples.d.ts.map +1 -0
- package/build/vite/plugins/examples.js +149 -0
- package/build/vite/plugins/examples.js.map +1 -0
- package/build/vite/plugins/hooks.d.ts +12 -0
- package/build/vite/plugins/hooks.d.ts.map +1 -0
- package/build/vite/plugins/hooks.js +41 -0
- package/build/vite/plugins/hooks.js.map +1 -0
- package/build/vite/plugins/index.d.ts +2 -1
- package/build/vite/plugins/index.d.ts.map +1 -1
- package/build/vite/plugins/index.js +2 -1
- package/build/vite/plugins/index.js.map +1 -1
- package/build/vite/plugins/main.d.ts +1 -1
- package/build/vite/plugins/main.d.ts.map +1 -1
- package/build/vite/plugins/manifest.d.ts +1 -1
- package/build/vite/plugins/manifest.d.ts.map +1 -1
- package/build/vite/plugins/navbar.d.ts +16 -0
- package/build/vite/plugins/navbar.d.ts.map +1 -0
- package/build/vite/plugins/navbar.js +60 -0
- package/build/vite/plugins/navbar.js.map +1 -0
- package/build/vite/plugins/pages.d.ts +10 -4
- package/build/vite/plugins/pages.d.ts.map +1 -1
- package/build/vite/plugins/pages.js +48 -120
- package/build/vite/plugins/pages.js.map +1 -1
- package/build/vite/plugins/routes-manifest.d.ts +1 -1
- package/build/vite/plugins/routes-manifest.d.ts.map +1 -1
- package/build/vite/plugins/routes-manifest.js +13 -16
- package/build/vite/plugins/routes-manifest.js.map +1 -1
- package/build/vite/plugins/schemas.d.ts +30 -0
- package/build/vite/plugins/schemas.d.ts.map +1 -0
- package/build/vite/plugins/schemas.js +116 -0
- package/build/vite/plugins/schemas.js.map +1 -0
- package/build/vite/plugins/serve.d.ts +1 -1
- package/build/vite/plugins/serve.d.ts.map +1 -1
- package/package.json +62 -11
- package/src/api/{api.ts → $$.ts} +6 -2
- package/src/api/$.ts +1 -0
- package/src/api/config/$$.ts +1 -0
- package/src/api/config/home.ts +542 -0
- package/src/api/config/input.ts +109 -26
- package/src/api/config/normalized.ts +474 -30
- package/src/api/config-template/template.ts +77 -0
- package/src/api/content/$$.ts +1 -0
- package/src/api/content/mdx-compiler.ts +74 -0
- package/src/api/content/navbar.test.ts +3 -3
- package/src/api/content/navbar.ts +1 -1
- package/src/api/examples/$$.ts +7 -0
- package/src/api/examples/$.test.ts +201 -0
- package/src/api/examples/$.ts +1 -0
- package/src/api/examples/config.test.ts +92 -0
- package/src/api/examples/config.ts +242 -0
- package/src/api/examples/diagnostic/diagnostic.ts +30 -0
- package/src/api/examples/diagnostic/duplicate-content.ts +25 -0
- package/src/api/examples/diagnostic/invalid-filename.ts +19 -0
- package/src/api/examples/diagnostic/missing-versions.ts +24 -0
- package/src/api/examples/diagnostic/unknown-version.ts +24 -0
- package/src/api/examples/diagnostic/unused-default.ts +22 -0
- package/src/api/examples/diagnostic/validation-error.ts +24 -0
- package/src/api/examples/diagnostic/validator.test.ts +292 -0
- package/src/api/examples/diagnostic/validator.ts +176 -0
- package/src/api/examples/filter.test.ts +56 -0
- package/src/api/examples/filter.ts +82 -0
- package/src/api/examples/scanner.ts +346 -0
- package/src/api/examples/schemas/catalog.ts +51 -0
- package/src/api/examples/schemas/example/$$.ts +1 -0
- package/src/api/examples/schemas/example/$.ts +1 -0
- package/src/api/examples/schemas/example/example.ts +73 -0
- package/src/api/examples/schemas/type-usage-index.ts +75 -0
- package/src/api/examples/type-generator.ts +49 -0
- package/src/api/examples/type-usage-indexer.test.ts +276 -0
- package/src/api/examples/type-usage-indexer.ts +291 -0
- package/src/api/iso/schema/routing.ts +2 -2
- package/src/api/project/$.ts +1 -0
- package/src/api/schema/$.test.ts +2 -2
- package/src/api/schema/input-sources/versioned-directory.ts +11 -6
- package/src/api/schema/load.ts +1 -1
- package/src/api/typings/$$.ts +1 -0
- package/src/api/typings/$.ts +1 -0
- package/src/api/typings/typings.ts +273 -0
- package/src/cli/_/parameters.ts +12 -12
- package/src/cli/commands/build.ts +58 -67
- package/src/cli/commands/cache/delete.ts +17 -24
- package/src/cli/commands/cache/show.ts +70 -72
- package/src/cli/commands/cache.ts +24 -6
- package/src/cli/commands/config/create.ts +37 -31
- package/src/cli/commands/config.ts +22 -6
- package/src/cli/commands/create.ts +104 -84
- package/src/cli/commands/dev.ts +59 -65
- package/src/cli/commands/hero-image.ts +282 -0
- package/src/cli/commands/open.ts +139 -140
- package/src/cli/commands/static/rebase.ts +61 -39
- package/src/cli/commands/static.ts +36 -6
- package/src/cli/index.ts +103 -8
- package/src/lib/ai-image-generation/$$.ts +2 -0
- package/src/lib/ai-image-generation/$.test.ts +344 -0
- package/src/lib/ai-image-generation/$.ts +1 -0
- package/src/lib/ai-image-generation/ai-image-generation.ts +231 -0
- package/src/lib/ai-image-generation/providers/pollinations.ts +65 -0
- package/src/lib/ai-image-generation/service.ts +185 -0
- package/src/lib/catalog/catalog.ts +30 -3
- package/src/lib/catalog/unversioned.ts +1 -1
- package/src/lib/catalog/versioned.ts +51 -2
- package/src/lib/catalog-statistics/$$.ts +4 -0
- package/src/lib/catalog-statistics/$.test.ts +161 -0
- package/src/lib/catalog-statistics/$.ts +1 -0
- package/src/lib/catalog-statistics/analyze-catalog.ts +158 -0
- package/src/lib/catalog-statistics/analyze-options.ts +15 -0
- package/src/lib/catalog-statistics/analyze-schema.ts +226 -0
- package/src/lib/catalog-statistics/data.ts +196 -0
- package/src/lib/catalog-statistics/report.ts +45 -0
- package/src/lib/change/change.ts +1 -1
- package/src/lib/change/criticality.ts +2 -2
- package/src/lib/date-only/date-only.ts +1 -1
- package/src/lib/diagnostic/$$.ts +5 -0
- package/src/lib/diagnostic/$.test.ts +109 -0
- package/src/lib/diagnostic/$.ts +1 -0
- package/src/lib/diagnostic/control.test.ts +75 -0
- package/src/lib/diagnostic/control.ts +140 -0
- package/src/lib/diagnostic/diagnostic.ts +144 -0
- package/src/lib/diagnostic/filter.ts +21 -0
- package/src/lib/diagnostic/reporter.ts +74 -0
- package/src/lib/diagnostic/severity.ts +93 -0
- package/src/lib/directed-filter/$$.ts +1 -0
- package/src/lib/directed-filter/$.test.ts +169 -0
- package/src/lib/directed-filter/$.ts +1 -0
- package/src/lib/directed-filter/directed-filter.ts +241 -0
- package/src/lib/document/$$.ts +3 -0
- package/src/lib/document/$.ts +1 -0
- package/src/lib/document/document.ts +37 -0
- package/src/lib/document/unversioned.ts +35 -0
- package/src/lib/document/versioned.ts +106 -0
- package/src/lib/effect-cli-help-markdown/$$.ts +1 -0
- package/src/lib/effect-cli-help-markdown/$.test.ts +49 -0
- package/src/lib/effect-cli-help-markdown/$.ts +1 -0
- package/src/lib/effect-cli-help-markdown/effect-cli-help-markdown.ts +699 -0
- package/src/lib/effect-glob/$$.ts +1 -0
- package/src/lib/effect-glob/$.ts +1 -0
- package/src/lib/effect-glob/effect-glob.ts +33 -0
- package/src/lib/file-path/$$.ts +3 -4
- package/src/lib/file-path/$.test.ts +45 -0
- package/src/lib/file-path/$.ts +1 -1
- package/src/lib/file-path/absolute.ts +66 -0
- package/src/lib/file-path/file-path.ts +17 -117
- package/src/lib/file-path/relative.ts +72 -0
- package/src/lib/file-path/segment/$.ts +1 -0
- package/src/lib/file-path/{file-path.test.ts → segment/segment.test.ts} +2 -2
- package/src/lib/file-path/segment/segment.ts +134 -0
- package/src/lib/file-router/linter.ts +82 -49
- package/src/lib/graph/graph.ts +1 -1
- package/src/lib/graphql-error/$$.ts +1 -0
- package/src/lib/graphql-error/$.ts +1 -0
- package/src/lib/graphql-error/graphql-error.ts +74 -0
- package/src/lib/kit-temp/effect.ts +69 -0
- package/src/lib/kit-temp/ob.ts +13 -0
- package/src/lib/kit-temp/other.test.ts +1 -1
- package/src/lib/kit-temp/resource.ts +1 -2
- package/src/lib/lifecycles/lifecycles.ts +1 -1
- package/src/lib/react-router-effect/route-helpers.ts +71 -8
- package/src/lib/react-router-effect/route.ts +14 -1
- package/src/lib/react-router-effect/types.ts +11 -3
- package/src/lib/react-router-effect/use-loader-data.ts +3 -3
- package/src/lib/revision/revision.ts +1 -1
- package/src/lib/schema/$.test.ts +1 -1
- package/src/lib/schema/schema.ts +1 -1
- package/src/lib/schema/unversioned.ts +1 -1
- package/src/lib/schema-definition/schema-definition.ts +1 -1
- package/src/lib/semver/official-release.ts +1 -1
- package/src/lib/semver/pre-release.ts +1 -1
- package/src/lib/semver/semver.ts +1 -1
- package/src/lib/swiss/$$.ts +5 -0
- package/src/lib/swiss/$.test.ts +89 -0
- package/src/lib/swiss/$.ts +2 -0
- package/src/lib/swiss/grid.tsx +61 -0
- package/src/lib/swiss/items.tsx +288 -0
- package/src/lib/swiss/styles.css +298 -0
- package/src/lib/swiss/subgrid.tsx +83 -0
- package/src/lib/swiss/types.ts +353 -0
- package/src/lib/swiss/utils.ts +144 -0
- package/src/lib/version/$.test.ts +2 -2
- package/src/lib/version/custom.ts +2 -13
- package/src/lib/version/date.ts +2 -13
- package/src/lib/version/integer.ts +2 -13
- package/src/lib/version/semver.ts +2 -13
- package/src/lib/version/version.ts +15 -12
- package/src/lib/version-selection/$$.ts +1 -0
- package/src/lib/version-selection/$.ts +1 -0
- package/src/lib/version-selection/version-selection.ts +117 -0
- package/src/lib/vite-reactive/$$.ts +1 -0
- package/src/lib/vite-reactive/$.ts +1 -0
- package/src/lib/vite-reactive/reactive-asset-plugin.ts +280 -0
- package/src/template/components/Carousel.tsx +224 -0
- package/src/template/components/CarouselPill.tsx +101 -0
- package/src/template/components/Changelog/Changelog.tsx +22 -12
- package/src/template/components/Changelog/groups/TypeOperation.tsx +53 -5
- package/src/template/components/CodeBlock.tsx +2 -2
- package/src/template/components/DevelopmentTip.tsx +43 -0
- package/src/template/components/ExampleLink.tsx +25 -0
- package/src/template/components/Field.tsx +1 -1
- package/src/template/components/GraphQLDocument.tsx +146 -0
- package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +25 -3
- package/src/template/components/HamburgerMenu.tsx +14 -1
- package/src/template/components/Logo.tsx +35 -15
- package/src/template/components/NamedType.tsx +27 -3
- package/src/template/components/SimpleVersionPicker.tsx +48 -0
- package/src/template/components/TypeAnnotation.tsx +8 -26
- package/src/template/components/VersionCoveragePicker.tsx +57 -0
- package/src/template/components/VersionPicker.tsx +20 -31
- package/src/template/components/home/ExamplesSection.tsx +49 -0
- package/src/template/components/home/FeaturesGrid.tsx +135 -0
- package/src/template/components/home/HeroSection.tsx +379 -0
- package/src/template/components/home/PlaygroundPreview.tsx +138 -0
- package/src/template/components/home/QuickStart.tsx +132 -0
- package/src/template/components/home/RecentChanges.tsx +154 -0
- package/src/template/components/home/Resources.tsx +207 -0
- package/src/template/components/home/SocialProof.tsx +109 -0
- package/src/template/components/navbar/DefaultNavbar.tsx +23 -12
- package/src/template/components/sidebar/Sidebar.tsx +14 -1
- package/src/template/components/sidebar/SidebarItem.tsx +18 -6
- package/src/template/components/swiss/SwissHeading.tsx +44 -0
- package/src/template/components/swiss/index.ts +1 -0
- package/src/template/entry.client.tsx +3 -3
- package/src/template/hooks/use-examples.ts +46 -0
- package/src/template/hooks/use-highlighted.ts +57 -0
- package/src/template/layouts/SidebarLayout.tsx +34 -27
- package/src/template/layouts/index.ts +0 -1
- package/src/template/lib/polen-url.ts +3 -3
- package/src/template/providers/mdx.tsx +75 -0
- package/src/template/routes/changelog.tsx +253 -28
- package/src/template/routes/examples/_.tsx +90 -0
- package/src/template/routes/examples/_index.tsx +93 -0
- package/src/template/routes/examples/name.tsx +69 -0
- package/src/template/routes/index.tsx +48 -2
- package/src/template/routes/pages.tsx +5 -67
- package/src/template/routes/reference.tsx +41 -19
- package/src/template/routes/root.tsx +94 -38
- package/src/template/server/create-page-html-response.ts +2 -2
- package/src/template/server/main.ts +6 -6
- package/src/template/server/view.ts +3 -3
- package/src/template/stores/changelog.ts +3 -3
- package/src/template/theme/swiss-sharp.css +117 -0
- package/src/template/theme/swiss-sharp.ts +14 -0
- package/src/types/virtual-modules.d.ts +26 -19
- package/src/vite/config.ts +1 -1
- package/src/vite/logger.ts +2 -3
- package/src/vite/plugins/branding.ts +141 -12
- package/src/vite/plugins/build.ts +1 -1
- package/src/vite/plugins/config.ts +57 -0
- package/src/vite/plugins/core.ts +45 -167
- package/src/vite/plugins/examples.ts +201 -0
- package/src/vite/plugins/hooks.ts +49 -0
- package/src/vite/plugins/index.ts +2 -1
- package/src/vite/plugins/main.ts +1 -1
- package/src/vite/plugins/manifest.ts +1 -1
- package/src/vite/plugins/navbar.ts +102 -0
- package/src/vite/plugins/pages.ts +70 -155
- package/src/vite/plugins/routes-manifest.ts +16 -14
- package/src/vite/plugins/schemas.ts +145 -0
- package/src/vite/plugins/serve.ts +1 -1
- package/build/api/api.d.ts.map +0 -1
- package/build/api/api.js +0 -9
- package/build/api/api.js.map +0 -1
- package/build/api/index.d.ts +0 -2
- package/build/api/index.d.ts.map +0 -1
- package/build/api/index.js +0 -2
- package/build/api/index.js.map +0 -1
- package/build/api/project/index.d.ts +0 -2
- package/build/api/project/index.d.ts.map +0 -1
- package/build/api/project/index.js +0 -2
- package/build/api/project/index.js.map +0 -1
- package/build/cli/commands/$default.d.ts +0 -3
- package/build/cli/commands/$default.d.ts.map +0 -1
- package/build/cli/commands/$default.js +0 -89
- package/build/cli/commands/$default.js.map +0 -1
- package/build/cli/commands/cache/$default.d.ts +0 -3
- package/build/cli/commands/cache/$default.d.ts.map +0 -1
- package/build/cli/commands/cache/$default.js +0 -10
- package/build/cli/commands/cache/$default.js.map +0 -1
- package/build/cli/commands/config/$default.d.ts +0 -2
- package/build/cli/commands/config/$default.d.ts.map +0 -1
- package/build/cli/commands/config/$default.js +0 -7
- package/build/cli/commands/config/$default.js.map +0 -1
- package/build/cli/commands/static/$default.d.ts +0 -3
- package/build/cli/commands/static/$default.d.ts.map +0 -1
- package/build/cli/commands/static/$default.js +0 -38
- package/build/cli/commands/static/$default.js.map +0 -1
- package/build/cli-effect/_/parameters.d.ts +0 -7
- package/build/cli-effect/_/parameters.d.ts.map +0 -1
- package/build/cli-effect/_/parameters.js +0 -7
- package/build/cli-effect/_/parameters.js.map +0 -1
- package/build/cli-effect/commands/build.d.ts +0 -11
- package/build/cli-effect/commands/build.d.ts.map +0 -1
- package/build/cli-effect/commands/build.js +0 -40
- package/build/cli-effect/commands/build.js.map +0 -1
- package/build/cli-effect/commands/cache/delete.d.ts +0 -7
- package/build/cli-effect/commands/cache/delete.d.ts.map +0 -1
- package/build/cli-effect/commands/cache/delete.js +0 -15
- package/build/cli-effect/commands/cache/delete.js.map +0 -1
- package/build/cli-effect/commands/cache/show.d.ts +0 -6
- package/build/cli-effect/commands/cache/show.d.ts.map +0 -1
- package/build/cli-effect/commands/cache/show.js +0 -80
- package/build/cli-effect/commands/cache/show.js.map +0 -1
- package/build/cli-effect/commands/cache.d.ts +0 -11
- package/build/cli-effect/commands/cache.d.ts.map +0 -1
- package/build/cli-effect/commands/cache.js +0 -18
- package/build/cli-effect/commands/cache.js.map +0 -1
- package/build/cli-effect/commands/config/create.d.ts +0 -7
- package/build/cli-effect/commands/config/create.d.ts.map +0 -1
- package/build/cli-effect/commands/config/create.js +0 -36
- package/build/cli-effect/commands/config/create.js.map +0 -1
- package/build/cli-effect/commands/config.d.ts +0 -8
- package/build/cli-effect/commands/config.d.ts.map +0 -1
- package/build/cli-effect/commands/config.js +0 -16
- package/build/cli-effect/commands/config.js.map +0 -1
- package/build/cli-effect/commands/create.d.ts +0 -10
- package/build/cli-effect/commands/create.d.ts.map +0 -1
- package/build/cli-effect/commands/create.js +0 -112
- package/build/cli-effect/commands/create.js.map +0 -1
- package/build/cli-effect/commands/dev.d.ts +0 -10
- package/build/cli-effect/commands/dev.d.ts.map +0 -1
- package/build/cli-effect/commands/dev.js +0 -48
- package/build/cli-effect/commands/dev.js.map +0 -1
- package/build/cli-effect/commands/open.d.ts +0 -11
- package/build/cli-effect/commands/open.d.ts.map +0 -1
- package/build/cli-effect/commands/open.js +0 -131
- package/build/cli-effect/commands/open.js.map +0 -1
- package/build/cli-effect/commands/static/rebase.d.ts +0 -9
- package/build/cli-effect/commands/static/rebase.d.ts.map +0 -1
- package/build/cli-effect/commands/static/rebase.js +0 -44
- package/build/cli-effect/commands/static/rebase.js.map +0 -1
- package/build/cli-effect/commands/static.d.ts +0 -10
- package/build/cli-effect/commands/static.d.ts.map +0 -1
- package/build/cli-effect/commands/static.js +0 -29
- package/build/cli-effect/commands/static.js.map +0 -1
- package/build/cli-effect/index.d.ts +0 -3
- package/build/cli-effect/index.d.ts.map +0 -1
- package/build/cli-effect/index.js +0 -61
- package/build/cli-effect/index.js.map +0 -1
- package/build/lib/file-router/diagnostic-reporter.d.ts +0 -3
- package/build/lib/file-router/diagnostic-reporter.d.ts.map +0 -1
- package/build/lib/file-router/diagnostic-reporter.js +0 -18
- package/build/lib/file-router/diagnostic-reporter.js.map +0 -1
- package/build/lib/task/$$.d.ts +0 -3
- package/build/lib/task/$$.d.ts.map +0 -1
- package/build/lib/task/$$.js +0 -3
- package/build/lib/task/$$.js.map +0 -1
- package/build/lib/task/$.d.ts +0 -2
- package/build/lib/task/$.d.ts.map +0 -1
- package/build/lib/task/$.js +0 -2
- package/build/lib/task/$.js.map +0 -1
- package/build/lib/task/report.d.ts +0 -28
- package/build/lib/task/report.d.ts.map +0 -1
- package/build/lib/task/report.js +0 -33
- package/build/lib/task/report.js.map +0 -1
- package/build/lib/task/task.d.ts +0 -45
- package/build/lib/task/task.d.ts.map +0 -1
- package/build/lib/task/task.js +0 -71
- package/build/lib/task/task.js.map +0 -1
- package/build/project-data.d.ts +0 -10
- package/build/project-data.d.ts.map +0 -1
- package/build/project-data.js +0 -2
- package/build/project-data.js.map +0 -1
- package/build/template/catalog-bridge.d.ts +0 -1837
- package/build/template/catalog-bridge.d.ts.map +0 -1
- package/build/template/catalog-bridge.js +0 -87
- package/build/template/catalog-bridge.js.map +0 -1
- package/build/template/data/catalog.d.ts +0 -3
- package/build/template/data/catalog.d.ts.map +0 -1
- package/build/template/data/catalog.js +0 -7
- package/build/template/data/catalog.js.map +0 -1
- package/build/template/layouts/ChangelogLayout.d.ts +0 -9
- package/build/template/layouts/ChangelogLayout.d.ts.map +0 -1
- package/build/template/layouts/ChangelogLayout.js +0 -97
- package/build/template/layouts/ChangelogLayout.js.map +0 -1
- package/build/vite/plugins/schema-assets.d.ts +0 -20
- package/build/vite/plugins/schema-assets.d.ts.map +0 -1
- package/build/vite/plugins/schema-assets.js +0 -225
- package/build/vite/plugins/schema-assets.js.map +0 -1
- package/src/api/index.ts +0 -1
- package/src/cli/commands/$default.ts +0 -102
- package/src/cli/commands/cache/$default.ts +0 -10
- package/src/cli/commands/config/$default.ts +0 -7
- package/src/cli/commands/static/$default.ts +0 -43
- package/src/cli-effect/_/parameters.ts +0 -17
- package/src/cli-effect/commands/build.ts +0 -66
- package/src/cli-effect/commands/cache/delete.ts +0 -21
- package/src/cli-effect/commands/cache/show.ts +0 -99
- package/src/cli-effect/commands/cache.ts +0 -27
- package/src/cli-effect/commands/config/create.ts +0 -49
- package/src/cli-effect/commands/config.ts +0 -25
- package/src/cli-effect/commands/create.ts +0 -167
- package/src/cli-effect/commands/dev.ts +0 -72
- package/src/cli-effect/commands/open.ts +0 -183
- package/src/cli-effect/commands/static/rebase.ts +0 -66
- package/src/cli-effect/commands/static.ts +0 -39
- package/src/cli-effect/index.ts +0 -79
- package/src/lib/file-router/diagnostic-reporter.ts +0 -22
- package/src/lib/task/$$.ts +0 -2
- package/src/lib/task/$.test.ts +0 -210
- package/src/lib/task/$.ts +0 -1
- package/src/lib/task/report.ts +0 -72
- package/src/lib/task/task.ts +0 -129
- package/src/project-data.ts +0 -10
- package/src/template/catalog-bridge.ts +0 -102
- package/src/template/data/catalog.ts +0 -7
- package/src/template/layouts/ChangelogLayout.tsx +0 -185
- package/src/vite/plugins/schema-assets.ts +0 -265
- /package/src/api/project/{index.ts → $$.ts} +0 -0
@@ -5,7 +5,7 @@ export declare const BuildArchitecture: S.Enums<{
|
|
5
5
|
readonly ssr: "ssr";
|
6
6
|
}>;
|
7
7
|
export type BuildArchitecture = S.Schema.Type<typeof BuildArchitecture>;
|
8
|
-
declare const
|
8
|
+
declare const TemplateVariables: S.Struct<{
|
9
9
|
/**
|
10
10
|
* Title of the app.
|
11
11
|
*
|
@@ -27,13 +27,40 @@ declare const TemplateVariablesSchema: S.Struct<{
|
|
27
27
|
*/
|
28
28
|
title: S.optional<typeof S.String>;
|
29
29
|
}>;
|
30
|
-
export type TemplateVariables = S.Schema.Type<typeof
|
30
|
+
export type TemplateVariables = S.Schema.Type<typeof TemplateVariables>;
|
31
31
|
/**
|
32
32
|
* Polen configuration input.
|
33
33
|
*
|
34
34
|
* All options are optional. Polen provides sensible defaults for a great developer experience out of the box.
|
35
35
|
*/
|
36
|
-
export declare const
|
36
|
+
export declare const ConfigInput: S.Struct<{
|
37
|
+
/**
|
38
|
+
* Name of your API/project.
|
39
|
+
*
|
40
|
+
* This is used as the default for:
|
41
|
+
* - Hero section title (unless overridden in home.hero.title)
|
42
|
+
* - Navigation bar title (unless overridden in templateVariables.title)
|
43
|
+
* - Page title suffix
|
44
|
+
*
|
45
|
+
* @example
|
46
|
+
* ```ts
|
47
|
+
* name: 'Pokemon API'
|
48
|
+
* ```
|
49
|
+
*/
|
50
|
+
name: S.optional<typeof S.String>;
|
51
|
+
/**
|
52
|
+
* Description of your API/project.
|
53
|
+
*
|
54
|
+
* This is used as the default for:
|
55
|
+
* - Hero section description (unless overridden in home.hero.description)
|
56
|
+
* - Meta description tags for SEO
|
57
|
+
*
|
58
|
+
* @example
|
59
|
+
* ```ts
|
60
|
+
* description: 'Catch, train, and battle with Pokemon through our comprehensive GraphQL API'
|
61
|
+
* ```
|
62
|
+
*/
|
63
|
+
description: S.optional<typeof S.String>;
|
37
64
|
schema: S.optional<S.Struct<{
|
38
65
|
enabled: S.optional<typeof S.Boolean>;
|
39
66
|
augmentations: S.optional<S.Array$<S.Struct<{
|
@@ -86,6 +113,92 @@ export declare const ConfigInputSchema: S.Struct<{
|
|
86
113
|
}>>;
|
87
114
|
}>>;
|
88
115
|
}>>;
|
116
|
+
examples: S.optional<S.Struct<{
|
117
|
+
enabled: S.optional<typeof S.Boolean>;
|
118
|
+
display: S.optional<S.Union<[S.Literal<["all"]>, S.Literal<["none"]>, S.Struct<{
|
119
|
+
include: S.Array$<S.transform<typeof S.String, S.SchemaClass<string, string, never>>>;
|
120
|
+
}>, S.Struct<{
|
121
|
+
exclude: S.Array$<S.transform<typeof S.String, S.SchemaClass<string, string, never>>>;
|
122
|
+
}>]>>;
|
123
|
+
diagnostics: S.optional<S.Struct<{
|
124
|
+
validation: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
125
|
+
enabled: typeof S.Boolean;
|
126
|
+
dev: S.optional<S.Struct<{
|
127
|
+
enabled: S.optional<typeof S.Boolean>;
|
128
|
+
severity: S.optional<S.Enums<{
|
129
|
+
readonly error: "error";
|
130
|
+
readonly warning: "warning";
|
131
|
+
readonly info: "info";
|
132
|
+
}>>;
|
133
|
+
}>>;
|
134
|
+
build: S.optional<S.Struct<{
|
135
|
+
enabled: S.optional<typeof S.Boolean>;
|
136
|
+
severity: S.optional<S.Enums<{
|
137
|
+
readonly error: "error";
|
138
|
+
readonly warning: "warning";
|
139
|
+
readonly info: "info";
|
140
|
+
}>>;
|
141
|
+
}>>;
|
142
|
+
}>]>>;
|
143
|
+
unusedVersions: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
144
|
+
enabled: typeof S.Boolean;
|
145
|
+
dev: S.optional<S.Struct<{
|
146
|
+
enabled: S.optional<typeof S.Boolean>;
|
147
|
+
severity: S.optional<S.Enums<{
|
148
|
+
readonly error: "error";
|
149
|
+
readonly warning: "warning";
|
150
|
+
readonly info: "info";
|
151
|
+
}>>;
|
152
|
+
}>>;
|
153
|
+
build: S.optional<S.Struct<{
|
154
|
+
enabled: S.optional<typeof S.Boolean>;
|
155
|
+
severity: S.optional<S.Enums<{
|
156
|
+
readonly error: "error";
|
157
|
+
readonly warning: "warning";
|
158
|
+
readonly info: "info";
|
159
|
+
}>>;
|
160
|
+
}>>;
|
161
|
+
}>]>>;
|
162
|
+
duplicateContent: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
163
|
+
enabled: typeof S.Boolean;
|
164
|
+
dev: S.optional<S.Struct<{
|
165
|
+
enabled: S.optional<typeof S.Boolean>;
|
166
|
+
severity: S.optional<S.Enums<{
|
167
|
+
readonly error: "error";
|
168
|
+
readonly warning: "warning";
|
169
|
+
readonly info: "info";
|
170
|
+
}>>;
|
171
|
+
}>>;
|
172
|
+
build: S.optional<S.Struct<{
|
173
|
+
enabled: S.optional<typeof S.Boolean>;
|
174
|
+
severity: S.optional<S.Enums<{
|
175
|
+
readonly error: "error";
|
176
|
+
readonly warning: "warning";
|
177
|
+
readonly info: "info";
|
178
|
+
}>>;
|
179
|
+
}>>;
|
180
|
+
}>]>>;
|
181
|
+
missingVersions: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
182
|
+
enabled: typeof S.Boolean;
|
183
|
+
dev: S.optional<S.Struct<{
|
184
|
+
enabled: S.optional<typeof S.Boolean>;
|
185
|
+
severity: S.optional<S.Enums<{
|
186
|
+
readonly error: "error";
|
187
|
+
readonly warning: "warning";
|
188
|
+
readonly info: "info";
|
189
|
+
}>>;
|
190
|
+
}>>;
|
191
|
+
build: S.optional<S.Struct<{
|
192
|
+
enabled: S.optional<typeof S.Boolean>;
|
193
|
+
severity: S.optional<S.Enums<{
|
194
|
+
readonly error: "error";
|
195
|
+
readonly warning: "warning";
|
196
|
+
readonly info: "info";
|
197
|
+
}>>;
|
198
|
+
}>>;
|
199
|
+
}>]>>;
|
200
|
+
}>>;
|
201
|
+
}>>;
|
89
202
|
templateVariables: S.optional<S.Struct<{
|
90
203
|
/**
|
91
204
|
* Title of the app.
|
@@ -108,6 +221,147 @@ export declare const ConfigInputSchema: S.Struct<{
|
|
108
221
|
*/
|
109
222
|
title: S.optional<typeof S.String>;
|
110
223
|
}>>;
|
224
|
+
home: S.optional<S.Struct<{
|
225
|
+
enabled: S.optional<typeof S.Boolean>;
|
226
|
+
topics: S.optional<S.Array$<typeof S.String>>;
|
227
|
+
hero: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
228
|
+
title: S.optional<typeof S.String>;
|
229
|
+
tagline: S.optional<typeof S.String>;
|
230
|
+
callToActions: S.optional<S.Union<[S.Array$<S.Struct<{
|
231
|
+
label: typeof S.String;
|
232
|
+
href: typeof S.String;
|
233
|
+
variant: S.optional<S.Literal<["primary", "secondary"]>>;
|
234
|
+
}>>, S.Struct<{
|
235
|
+
before: S.optional<S.Array$<S.Struct<{
|
236
|
+
label: typeof S.String;
|
237
|
+
href: typeof S.String;
|
238
|
+
variant: S.optional<S.Literal<["primary", "secondary"]>>;
|
239
|
+
}>>>;
|
240
|
+
after: S.optional<S.Array$<S.Struct<{
|
241
|
+
label: typeof S.String;
|
242
|
+
href: typeof S.String;
|
243
|
+
variant: S.optional<S.Literal<["primary", "secondary"]>>;
|
244
|
+
}>>>;
|
245
|
+
over: S.optional<S.Array$<S.Struct<{
|
246
|
+
label: typeof S.String;
|
247
|
+
href: typeof S.String;
|
248
|
+
variant: S.optional<S.Literal<["primary", "secondary"]>>;
|
249
|
+
}>>>;
|
250
|
+
}>]>>;
|
251
|
+
layout: S.optional<S.Union<[S.Literal<["asymmetric"]>, S.Literal<["cinematic"]>, S.Literal<["auto"]>]>>;
|
252
|
+
prompt: S.optional<typeof S.String>;
|
253
|
+
heroImage: S.optional<S.Union<[typeof S.String, S.Struct<{
|
254
|
+
src: S.optional<typeof S.String>;
|
255
|
+
ai: S.optional<S.Struct<{
|
256
|
+
enabled: typeof S.Boolean;
|
257
|
+
prompt: S.optional<typeof S.String>;
|
258
|
+
style: S.optional<S.Literal<["modern", "minimalist", "abstract", "technical", "vibrant", "professional", "futuristic", "gradient", "geometric", "illustration"]>>;
|
259
|
+
width: S.optional<typeof S.Number>;
|
260
|
+
height: S.optional<typeof S.Number>;
|
261
|
+
seed: S.optional<typeof S.Number>;
|
262
|
+
nologo: S.optional<typeof S.Boolean>;
|
263
|
+
cache: S.optional<typeof S.Boolean>;
|
264
|
+
}>>;
|
265
|
+
}>]>>;
|
266
|
+
}>]>>;
|
267
|
+
socialProof: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
268
|
+
title: S.optional<typeof S.String>;
|
269
|
+
logos: S.Array$<S.Union<[typeof S.String, S.Struct<{
|
270
|
+
name: typeof S.String;
|
271
|
+
src: typeof S.String;
|
272
|
+
href: S.optional<typeof S.String>;
|
273
|
+
}>]>>;
|
274
|
+
}>]>>;
|
275
|
+
socialMedia: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
276
|
+
posts: S.Array$<S.Struct<{
|
277
|
+
platform: S.Literal<["x", "twitter", "bluesky", "mastodon"]>;
|
278
|
+
id: typeof S.String;
|
279
|
+
embedCode: S.optional<typeof S.String>;
|
280
|
+
}>>;
|
281
|
+
displayMode: S.optional<S.Literal<["embed", "screenshot"]>>;
|
282
|
+
}>]>>;
|
283
|
+
examples: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
284
|
+
maxExamples: S.optional<typeof S.Number>;
|
285
|
+
title: S.optional<typeof S.String>;
|
286
|
+
description: S.optional<typeof S.String>;
|
287
|
+
only: S.optional<S.Array$<typeof S.String>>;
|
288
|
+
exclude: S.optional<S.Array$<typeof S.String>>;
|
289
|
+
}>]>>;
|
290
|
+
quickStart: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
291
|
+
tabs: S.optional<S.Array$<S.Literal<["setup", "examples", "playground"]>>>;
|
292
|
+
steps: S.optional<S.Array$<S.Struct<{
|
293
|
+
title: typeof S.String;
|
294
|
+
description: S.optional<typeof S.String>;
|
295
|
+
code: typeof S.String;
|
296
|
+
language: S.optional<typeof S.String>;
|
297
|
+
}>>>;
|
298
|
+
languages: S.optional<S.Array$<typeof S.String>>;
|
299
|
+
playground: S.optional<S.Struct<{
|
300
|
+
endpoint: S.optional<typeof S.String>;
|
301
|
+
headers: S.optional<S.Record$<typeof S.String, typeof S.String>>;
|
302
|
+
defaultQuery: S.optional<typeof S.String>;
|
303
|
+
useMockData: S.optional<typeof S.Boolean>;
|
304
|
+
}>>;
|
305
|
+
}>]>>;
|
306
|
+
stats: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
307
|
+
showSchemaStats: S.optional<typeof S.Boolean>;
|
308
|
+
statusEndpoint: S.optional<typeof S.String>;
|
309
|
+
customMetrics: S.optional<S.Array$<S.Struct<{
|
310
|
+
label: typeof S.String;
|
311
|
+
value: S.Union<[typeof S.String, typeof S.Number]>;
|
312
|
+
icon: S.optional<typeof S.String>;
|
313
|
+
}>>>;
|
314
|
+
}>]>>;
|
315
|
+
changelog: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
316
|
+
limit: S.optional<typeof S.Number>;
|
317
|
+
showVersions: S.optional<typeof S.Boolean>;
|
318
|
+
}>]>>;
|
319
|
+
resources: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
|
320
|
+
links: S.optional<S.Array$<S.Struct<{
|
321
|
+
title: typeof S.String;
|
322
|
+
description: S.optional<typeof S.String>;
|
323
|
+
href: typeof S.String;
|
324
|
+
icon: S.optional<typeof S.String>;
|
325
|
+
}>>>;
|
326
|
+
communityLinks: S.optional<S.Array$<S.Struct<{
|
327
|
+
platform: typeof S.String;
|
328
|
+
href: typeof S.String;
|
329
|
+
}>>>;
|
330
|
+
supportContact: S.optional<S.Struct<{
|
331
|
+
email: S.optional<typeof S.String>;
|
332
|
+
href: S.optional<typeof S.String>;
|
333
|
+
text: S.optional<typeof S.String>;
|
334
|
+
}>>;
|
335
|
+
}>]>>;
|
336
|
+
}>>;
|
337
|
+
branding: S.optional<S.Struct<{
|
338
|
+
/**
|
339
|
+
* Specifies which theme mode the single logo.* file is designed for.
|
340
|
+
*
|
341
|
+
* This setting only applies when you provide a single logo file (e.g., `logo.svg`).
|
342
|
+
* It tells Polen whether your logo was designed for light or dark backgrounds,
|
343
|
+
* so it can automatically invert the logo colors when needed.
|
344
|
+
*
|
345
|
+
* When you provide theme-specific logos (`logo-light.svg` and `logo-dark.svg`),
|
346
|
+
* this setting is ignored as each logo is used directly for its respective theme.
|
347
|
+
*
|
348
|
+
* @default 'light'
|
349
|
+
*
|
350
|
+
* @example
|
351
|
+
* ```ts
|
352
|
+
* // Default: Your logo.svg has dark graphics for light backgrounds
|
353
|
+
* branding: {
|
354
|
+
* // logoDesignedFor: 'light' // This is the default
|
355
|
+
* }
|
356
|
+
*
|
357
|
+
* // Your logo.svg has light/white graphics for dark backgrounds
|
358
|
+
* branding: {
|
359
|
+
* logoDesignedFor: 'dark'
|
360
|
+
* }
|
361
|
+
* ```
|
362
|
+
*/
|
363
|
+
logoDesignedFor: S.optional<S.Literal<["light", "dark"]>>;
|
364
|
+
}>>;
|
111
365
|
build: S.optional<S.Struct<{
|
112
366
|
/**
|
113
367
|
* The build architecture for your developer portal.
|
@@ -242,12 +496,68 @@ export declare const ConfigInputSchema: S.Struct<{
|
|
242
496
|
}>>;
|
243
497
|
}>>;
|
244
498
|
}>;
|
245
|
-
export type ConfigInput = S.Schema.Type<typeof
|
499
|
+
export type ConfigInput = S.Schema.Type<typeof ConfigInput>;
|
246
500
|
export declare const decodeConfigInput: (i: {
|
247
501
|
readonly build?: {
|
248
502
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
249
503
|
readonly base?: string | undefined;
|
250
504
|
} | undefined;
|
505
|
+
readonly description?: string | undefined;
|
506
|
+
readonly name?: string | undefined;
|
507
|
+
readonly examples?: {
|
508
|
+
readonly enabled?: boolean | undefined;
|
509
|
+
readonly display?: "all" | "none" | {
|
510
|
+
readonly include: readonly string[];
|
511
|
+
} | {
|
512
|
+
readonly exclude: readonly string[];
|
513
|
+
} | undefined;
|
514
|
+
readonly diagnostics?: {
|
515
|
+
readonly validation?: boolean | {
|
516
|
+
readonly enabled: boolean;
|
517
|
+
readonly build?: {
|
518
|
+
readonly enabled?: boolean | undefined;
|
519
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
520
|
+
} | undefined;
|
521
|
+
readonly dev?: {
|
522
|
+
readonly enabled?: boolean | undefined;
|
523
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
524
|
+
} | undefined;
|
525
|
+
} | undefined;
|
526
|
+
readonly unusedVersions?: boolean | {
|
527
|
+
readonly enabled: boolean;
|
528
|
+
readonly build?: {
|
529
|
+
readonly enabled?: boolean | undefined;
|
530
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
531
|
+
} | undefined;
|
532
|
+
readonly dev?: {
|
533
|
+
readonly enabled?: boolean | undefined;
|
534
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
535
|
+
} | undefined;
|
536
|
+
} | undefined;
|
537
|
+
readonly duplicateContent?: boolean | {
|
538
|
+
readonly enabled: boolean;
|
539
|
+
readonly build?: {
|
540
|
+
readonly enabled?: boolean | undefined;
|
541
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
542
|
+
} | undefined;
|
543
|
+
readonly dev?: {
|
544
|
+
readonly enabled?: boolean | undefined;
|
545
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
546
|
+
} | undefined;
|
547
|
+
} | undefined;
|
548
|
+
readonly missingVersions?: boolean | {
|
549
|
+
readonly enabled: boolean;
|
550
|
+
readonly build?: {
|
551
|
+
readonly enabled?: boolean | undefined;
|
552
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
553
|
+
} | undefined;
|
554
|
+
readonly dev?: {
|
555
|
+
readonly enabled?: boolean | undefined;
|
556
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
557
|
+
} | undefined;
|
558
|
+
} | undefined;
|
559
|
+
} | undefined;
|
560
|
+
} | undefined;
|
251
561
|
readonly schema?: {
|
252
562
|
readonly enabled?: boolean | undefined;
|
253
563
|
readonly augmentations?: readonly {
|
@@ -291,6 +601,124 @@ export declare const decodeConfigInput: (i: {
|
|
291
601
|
readonly templateVariables?: {
|
292
602
|
readonly title?: string | undefined;
|
293
603
|
} | undefined;
|
604
|
+
readonly home?: {
|
605
|
+
readonly enabled?: boolean | undefined;
|
606
|
+
readonly examples?: boolean | {
|
607
|
+
readonly description?: string | undefined;
|
608
|
+
readonly title?: string | undefined;
|
609
|
+
readonly maxExamples?: number | undefined;
|
610
|
+
readonly only?: readonly string[] | undefined;
|
611
|
+
readonly exclude?: readonly string[] | undefined;
|
612
|
+
} | undefined;
|
613
|
+
readonly topics?: readonly string[] | undefined;
|
614
|
+
readonly hero?: boolean | {
|
615
|
+
readonly title?: string | undefined;
|
616
|
+
readonly tagline?: string | undefined;
|
617
|
+
readonly callToActions?: readonly {
|
618
|
+
readonly label: string;
|
619
|
+
readonly href: string;
|
620
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
621
|
+
}[] | {
|
622
|
+
readonly before?: readonly {
|
623
|
+
readonly label: string;
|
624
|
+
readonly href: string;
|
625
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
626
|
+
}[] | undefined;
|
627
|
+
readonly after?: readonly {
|
628
|
+
readonly label: string;
|
629
|
+
readonly href: string;
|
630
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
631
|
+
}[] | undefined;
|
632
|
+
readonly over?: readonly {
|
633
|
+
readonly label: string;
|
634
|
+
readonly href: string;
|
635
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
636
|
+
}[] | undefined;
|
637
|
+
} | undefined;
|
638
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
639
|
+
readonly prompt?: string | undefined;
|
640
|
+
readonly heroImage?: string | {
|
641
|
+
readonly src?: string | undefined;
|
642
|
+
readonly ai?: {
|
643
|
+
readonly enabled: boolean;
|
644
|
+
readonly prompt?: string | undefined;
|
645
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
646
|
+
readonly width?: number | undefined;
|
647
|
+
readonly height?: number | undefined;
|
648
|
+
readonly seed?: number | undefined;
|
649
|
+
readonly nologo?: boolean | undefined;
|
650
|
+
readonly cache?: boolean | undefined;
|
651
|
+
} | undefined;
|
652
|
+
} | undefined;
|
653
|
+
} | undefined;
|
654
|
+
readonly socialProof?: boolean | {
|
655
|
+
readonly logos: readonly (string | {
|
656
|
+
readonly src: string;
|
657
|
+
readonly name: string;
|
658
|
+
readonly href?: string | undefined;
|
659
|
+
})[];
|
660
|
+
readonly title?: string | undefined;
|
661
|
+
} | undefined;
|
662
|
+
readonly socialMedia?: boolean | {
|
663
|
+
readonly posts: readonly {
|
664
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
665
|
+
readonly id: string;
|
666
|
+
readonly embedCode?: string | undefined;
|
667
|
+
}[];
|
668
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
669
|
+
} | undefined;
|
670
|
+
readonly quickStart?: boolean | {
|
671
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
672
|
+
readonly playground?: {
|
673
|
+
readonly endpoint?: string | undefined;
|
674
|
+
readonly headers?: {
|
675
|
+
readonly [x: string]: string;
|
676
|
+
} | undefined;
|
677
|
+
readonly defaultQuery?: string | undefined;
|
678
|
+
readonly useMockData?: boolean | undefined;
|
679
|
+
} | undefined;
|
680
|
+
readonly steps?: readonly {
|
681
|
+
readonly title: string;
|
682
|
+
readonly code: string;
|
683
|
+
readonly description?: string | undefined;
|
684
|
+
readonly language?: string | undefined;
|
685
|
+
}[] | undefined;
|
686
|
+
readonly languages?: readonly string[] | undefined;
|
687
|
+
} | undefined;
|
688
|
+
readonly stats?: boolean | {
|
689
|
+
readonly showSchemaStats?: boolean | undefined;
|
690
|
+
readonly statusEndpoint?: string | undefined;
|
691
|
+
readonly customMetrics?: readonly {
|
692
|
+
readonly label: string;
|
693
|
+
readonly value: string | number;
|
694
|
+
readonly icon?: string | undefined;
|
695
|
+
}[] | undefined;
|
696
|
+
} | undefined;
|
697
|
+
readonly changelog?: boolean | {
|
698
|
+
readonly limit?: number | undefined;
|
699
|
+
readonly showVersions?: boolean | undefined;
|
700
|
+
} | undefined;
|
701
|
+
readonly resources?: boolean | {
|
702
|
+
readonly links?: readonly {
|
703
|
+
readonly href: string;
|
704
|
+
readonly title: string;
|
705
|
+
readonly description?: string | undefined;
|
706
|
+
readonly icon?: string | undefined;
|
707
|
+
}[] | undefined;
|
708
|
+
readonly communityLinks?: readonly {
|
709
|
+
readonly href: string;
|
710
|
+
readonly platform: string;
|
711
|
+
}[] | undefined;
|
712
|
+
readonly supportContact?: {
|
713
|
+
readonly href?: string | undefined;
|
714
|
+
readonly email?: string | undefined;
|
715
|
+
readonly text?: string | undefined;
|
716
|
+
} | undefined;
|
717
|
+
} | undefined;
|
718
|
+
} | undefined;
|
719
|
+
readonly branding?: {
|
720
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
721
|
+
} | undefined;
|
294
722
|
readonly server?: {
|
295
723
|
readonly port?: number | undefined;
|
296
724
|
} | undefined;
|
@@ -313,6 +741,62 @@ export declare const decodeConfigInput: (i: {
|
|
313
741
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
314
742
|
readonly base?: string | undefined;
|
315
743
|
} | undefined;
|
744
|
+
readonly description?: string | undefined;
|
745
|
+
readonly name?: string | undefined;
|
746
|
+
readonly examples?: {
|
747
|
+
readonly enabled?: boolean | undefined;
|
748
|
+
readonly display?: "all" | "none" | {
|
749
|
+
readonly include: readonly string[];
|
750
|
+
} | {
|
751
|
+
readonly exclude: readonly string[];
|
752
|
+
} | undefined;
|
753
|
+
readonly diagnostics?: {
|
754
|
+
readonly validation?: boolean | {
|
755
|
+
readonly build?: {
|
756
|
+
readonly enabled?: boolean | undefined;
|
757
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
758
|
+
} | undefined;
|
759
|
+
readonly enabled: boolean;
|
760
|
+
readonly dev?: {
|
761
|
+
readonly enabled?: boolean | undefined;
|
762
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
763
|
+
} | undefined;
|
764
|
+
} | undefined;
|
765
|
+
readonly unusedVersions?: boolean | {
|
766
|
+
readonly build?: {
|
767
|
+
readonly enabled?: boolean | undefined;
|
768
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
769
|
+
} | undefined;
|
770
|
+
readonly enabled: boolean;
|
771
|
+
readonly dev?: {
|
772
|
+
readonly enabled?: boolean | undefined;
|
773
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
774
|
+
} | undefined;
|
775
|
+
} | undefined;
|
776
|
+
readonly duplicateContent?: boolean | {
|
777
|
+
readonly build?: {
|
778
|
+
readonly enabled?: boolean | undefined;
|
779
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
780
|
+
} | undefined;
|
781
|
+
readonly enabled: boolean;
|
782
|
+
readonly dev?: {
|
783
|
+
readonly enabled?: boolean | undefined;
|
784
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
785
|
+
} | undefined;
|
786
|
+
} | undefined;
|
787
|
+
readonly missingVersions?: boolean | {
|
788
|
+
readonly build?: {
|
789
|
+
readonly enabled?: boolean | undefined;
|
790
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
791
|
+
} | undefined;
|
792
|
+
readonly enabled: boolean;
|
793
|
+
readonly dev?: {
|
794
|
+
readonly enabled?: boolean | undefined;
|
795
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
796
|
+
} | undefined;
|
797
|
+
} | undefined;
|
798
|
+
} | undefined;
|
799
|
+
} | undefined;
|
316
800
|
readonly schema?: {
|
317
801
|
readonly enabled?: boolean | undefined;
|
318
802
|
readonly augmentations?: readonly {
|
@@ -343,10 +827,10 @@ export declare const decodeConfigInput: (i: {
|
|
343
827
|
readonly revisions: unknown;
|
344
828
|
} | undefined;
|
345
829
|
readonly introspection?: {
|
346
|
-
readonly url: string;
|
347
830
|
readonly headers?: {
|
348
831
|
readonly [x: string]: string;
|
349
832
|
} | undefined;
|
833
|
+
readonly url: string;
|
350
834
|
} | undefined;
|
351
835
|
readonly introspectionFile?: {
|
352
836
|
readonly path?: string | undefined;
|
@@ -356,6 +840,124 @@ export declare const decodeConfigInput: (i: {
|
|
356
840
|
readonly templateVariables?: {
|
357
841
|
readonly title?: string | undefined;
|
358
842
|
} | undefined;
|
843
|
+
readonly home?: {
|
844
|
+
readonly enabled?: boolean | undefined;
|
845
|
+
readonly examples?: boolean | {
|
846
|
+
readonly description?: string | undefined;
|
847
|
+
readonly title?: string | undefined;
|
848
|
+
readonly maxExamples?: number | undefined;
|
849
|
+
readonly only?: readonly string[] | undefined;
|
850
|
+
readonly exclude?: readonly string[] | undefined;
|
851
|
+
} | undefined;
|
852
|
+
readonly topics?: readonly string[] | undefined;
|
853
|
+
readonly hero?: boolean | {
|
854
|
+
readonly title?: string | undefined;
|
855
|
+
readonly tagline?: string | undefined;
|
856
|
+
readonly callToActions?: readonly {
|
857
|
+
readonly label: string;
|
858
|
+
readonly href: string;
|
859
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
860
|
+
}[] | {
|
861
|
+
readonly before?: readonly {
|
862
|
+
readonly label: string;
|
863
|
+
readonly href: string;
|
864
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
865
|
+
}[] | undefined;
|
866
|
+
readonly after?: readonly {
|
867
|
+
readonly label: string;
|
868
|
+
readonly href: string;
|
869
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
870
|
+
}[] | undefined;
|
871
|
+
readonly over?: readonly {
|
872
|
+
readonly label: string;
|
873
|
+
readonly href: string;
|
874
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
875
|
+
}[] | undefined;
|
876
|
+
} | undefined;
|
877
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
878
|
+
readonly prompt?: string | undefined;
|
879
|
+
readonly heroImage?: string | {
|
880
|
+
readonly src?: string | undefined;
|
881
|
+
readonly ai?: {
|
882
|
+
readonly prompt?: string | undefined;
|
883
|
+
readonly enabled: boolean;
|
884
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
885
|
+
readonly width?: number | undefined;
|
886
|
+
readonly height?: number | undefined;
|
887
|
+
readonly seed?: number | undefined;
|
888
|
+
readonly nologo?: boolean | undefined;
|
889
|
+
readonly cache?: boolean | undefined;
|
890
|
+
} | undefined;
|
891
|
+
} | undefined;
|
892
|
+
} | undefined;
|
893
|
+
readonly socialProof?: boolean | {
|
894
|
+
readonly title?: string | undefined;
|
895
|
+
readonly logos: readonly (string | {
|
896
|
+
readonly src: string;
|
897
|
+
readonly name: string;
|
898
|
+
readonly href?: string | undefined;
|
899
|
+
})[];
|
900
|
+
} | undefined;
|
901
|
+
readonly socialMedia?: boolean | {
|
902
|
+
readonly posts: readonly {
|
903
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
904
|
+
readonly id: string;
|
905
|
+
readonly embedCode?: string | undefined;
|
906
|
+
}[];
|
907
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
908
|
+
} | undefined;
|
909
|
+
readonly quickStart?: boolean | {
|
910
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
911
|
+
readonly playground?: {
|
912
|
+
readonly endpoint?: string | undefined;
|
913
|
+
readonly headers?: {
|
914
|
+
readonly [x: string]: string;
|
915
|
+
} | undefined;
|
916
|
+
readonly defaultQuery?: string | undefined;
|
917
|
+
readonly useMockData?: boolean | undefined;
|
918
|
+
} | undefined;
|
919
|
+
readonly steps?: readonly {
|
920
|
+
readonly description?: string | undefined;
|
921
|
+
readonly title: string;
|
922
|
+
readonly code: string;
|
923
|
+
readonly language?: string | undefined;
|
924
|
+
}[] | undefined;
|
925
|
+
readonly languages?: readonly string[] | undefined;
|
926
|
+
} | undefined;
|
927
|
+
readonly stats?: boolean | {
|
928
|
+
readonly showSchemaStats?: boolean | undefined;
|
929
|
+
readonly statusEndpoint?: string | undefined;
|
930
|
+
readonly customMetrics?: readonly {
|
931
|
+
readonly label: string;
|
932
|
+
readonly value: string | number;
|
933
|
+
readonly icon?: string | undefined;
|
934
|
+
}[] | undefined;
|
935
|
+
} | undefined;
|
936
|
+
readonly changelog?: boolean | {
|
937
|
+
readonly limit?: number | undefined;
|
938
|
+
readonly showVersions?: boolean | undefined;
|
939
|
+
} | undefined;
|
940
|
+
readonly resources?: boolean | {
|
941
|
+
readonly links?: readonly {
|
942
|
+
readonly description?: string | undefined;
|
943
|
+
readonly href: string;
|
944
|
+
readonly title: string;
|
945
|
+
readonly icon?: string | undefined;
|
946
|
+
}[] | undefined;
|
947
|
+
readonly communityLinks?: readonly {
|
948
|
+
readonly href: string;
|
949
|
+
readonly platform: string;
|
950
|
+
}[] | undefined;
|
951
|
+
readonly supportContact?: {
|
952
|
+
readonly href?: string | undefined;
|
953
|
+
readonly email?: string | undefined;
|
954
|
+
readonly text?: string | undefined;
|
955
|
+
} | undefined;
|
956
|
+
} | undefined;
|
957
|
+
} | undefined;
|
958
|
+
readonly branding?: {
|
959
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
960
|
+
} | undefined;
|
359
961
|
readonly server?: {
|
360
962
|
readonly port?: number | undefined;
|
361
963
|
} | undefined;
|
@@ -379,6 +981,62 @@ export declare const validateConfigInput: (u: unknown, overrideOptions?: import(
|
|
379
981
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
380
982
|
readonly base?: string | undefined;
|
381
983
|
} | undefined;
|
984
|
+
readonly description?: string | undefined;
|
985
|
+
readonly name?: string | undefined;
|
986
|
+
readonly examples?: {
|
987
|
+
readonly enabled?: boolean | undefined;
|
988
|
+
readonly display?: "all" | "none" | {
|
989
|
+
readonly include: readonly string[];
|
990
|
+
} | {
|
991
|
+
readonly exclude: readonly string[];
|
992
|
+
} | undefined;
|
993
|
+
readonly diagnostics?: {
|
994
|
+
readonly validation?: boolean | {
|
995
|
+
readonly build?: {
|
996
|
+
readonly enabled?: boolean | undefined;
|
997
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
998
|
+
} | undefined;
|
999
|
+
readonly enabled: boolean;
|
1000
|
+
readonly dev?: {
|
1001
|
+
readonly enabled?: boolean | undefined;
|
1002
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1003
|
+
} | undefined;
|
1004
|
+
} | undefined;
|
1005
|
+
readonly unusedVersions?: boolean | {
|
1006
|
+
readonly build?: {
|
1007
|
+
readonly enabled?: boolean | undefined;
|
1008
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1009
|
+
} | undefined;
|
1010
|
+
readonly enabled: boolean;
|
1011
|
+
readonly dev?: {
|
1012
|
+
readonly enabled?: boolean | undefined;
|
1013
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1014
|
+
} | undefined;
|
1015
|
+
} | undefined;
|
1016
|
+
readonly duplicateContent?: boolean | {
|
1017
|
+
readonly build?: {
|
1018
|
+
readonly enabled?: boolean | undefined;
|
1019
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1020
|
+
} | undefined;
|
1021
|
+
readonly enabled: boolean;
|
1022
|
+
readonly dev?: {
|
1023
|
+
readonly enabled?: boolean | undefined;
|
1024
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1025
|
+
} | undefined;
|
1026
|
+
} | undefined;
|
1027
|
+
readonly missingVersions?: boolean | {
|
1028
|
+
readonly build?: {
|
1029
|
+
readonly enabled?: boolean | undefined;
|
1030
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1031
|
+
} | undefined;
|
1032
|
+
readonly enabled: boolean;
|
1033
|
+
readonly dev?: {
|
1034
|
+
readonly enabled?: boolean | undefined;
|
1035
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1036
|
+
} | undefined;
|
1037
|
+
} | undefined;
|
1038
|
+
} | undefined;
|
1039
|
+
} | undefined;
|
382
1040
|
readonly schema?: {
|
383
1041
|
readonly enabled?: boolean | undefined;
|
384
1042
|
readonly augmentations?: readonly {
|
@@ -409,10 +1067,10 @@ export declare const validateConfigInput: (u: unknown, overrideOptions?: import(
|
|
409
1067
|
readonly revisions: unknown;
|
410
1068
|
} | undefined;
|
411
1069
|
readonly introspection?: {
|
412
|
-
readonly url: string;
|
413
1070
|
readonly headers?: {
|
414
1071
|
readonly [x: string]: string;
|
415
1072
|
} | undefined;
|
1073
|
+
readonly url: string;
|
416
1074
|
} | undefined;
|
417
1075
|
readonly introspectionFile?: {
|
418
1076
|
readonly path?: string | undefined;
|
@@ -422,6 +1080,124 @@ export declare const validateConfigInput: (u: unknown, overrideOptions?: import(
|
|
422
1080
|
readonly templateVariables?: {
|
423
1081
|
readonly title?: string | undefined;
|
424
1082
|
} | undefined;
|
1083
|
+
readonly home?: {
|
1084
|
+
readonly enabled?: boolean | undefined;
|
1085
|
+
readonly examples?: boolean | {
|
1086
|
+
readonly description?: string | undefined;
|
1087
|
+
readonly title?: string | undefined;
|
1088
|
+
readonly maxExamples?: number | undefined;
|
1089
|
+
readonly only?: readonly string[] | undefined;
|
1090
|
+
readonly exclude?: readonly string[] | undefined;
|
1091
|
+
} | undefined;
|
1092
|
+
readonly topics?: readonly string[] | undefined;
|
1093
|
+
readonly hero?: boolean | {
|
1094
|
+
readonly title?: string | undefined;
|
1095
|
+
readonly tagline?: string | undefined;
|
1096
|
+
readonly callToActions?: readonly {
|
1097
|
+
readonly label: string;
|
1098
|
+
readonly href: string;
|
1099
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1100
|
+
}[] | {
|
1101
|
+
readonly before?: readonly {
|
1102
|
+
readonly label: string;
|
1103
|
+
readonly href: string;
|
1104
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1105
|
+
}[] | undefined;
|
1106
|
+
readonly after?: readonly {
|
1107
|
+
readonly label: string;
|
1108
|
+
readonly href: string;
|
1109
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1110
|
+
}[] | undefined;
|
1111
|
+
readonly over?: readonly {
|
1112
|
+
readonly label: string;
|
1113
|
+
readonly href: string;
|
1114
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1115
|
+
}[] | undefined;
|
1116
|
+
} | undefined;
|
1117
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
1118
|
+
readonly prompt?: string | undefined;
|
1119
|
+
readonly heroImage?: string | {
|
1120
|
+
readonly src?: string | undefined;
|
1121
|
+
readonly ai?: {
|
1122
|
+
readonly prompt?: string | undefined;
|
1123
|
+
readonly enabled: boolean;
|
1124
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
1125
|
+
readonly width?: number | undefined;
|
1126
|
+
readonly height?: number | undefined;
|
1127
|
+
readonly seed?: number | undefined;
|
1128
|
+
readonly nologo?: boolean | undefined;
|
1129
|
+
readonly cache?: boolean | undefined;
|
1130
|
+
} | undefined;
|
1131
|
+
} | undefined;
|
1132
|
+
} | undefined;
|
1133
|
+
readonly socialProof?: boolean | {
|
1134
|
+
readonly title?: string | undefined;
|
1135
|
+
readonly logos: readonly (string | {
|
1136
|
+
readonly src: string;
|
1137
|
+
readonly name: string;
|
1138
|
+
readonly href?: string | undefined;
|
1139
|
+
})[];
|
1140
|
+
} | undefined;
|
1141
|
+
readonly socialMedia?: boolean | {
|
1142
|
+
readonly posts: readonly {
|
1143
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
1144
|
+
readonly id: string;
|
1145
|
+
readonly embedCode?: string | undefined;
|
1146
|
+
}[];
|
1147
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
1148
|
+
} | undefined;
|
1149
|
+
readonly quickStart?: boolean | {
|
1150
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
1151
|
+
readonly playground?: {
|
1152
|
+
readonly endpoint?: string | undefined;
|
1153
|
+
readonly headers?: {
|
1154
|
+
readonly [x: string]: string;
|
1155
|
+
} | undefined;
|
1156
|
+
readonly defaultQuery?: string | undefined;
|
1157
|
+
readonly useMockData?: boolean | undefined;
|
1158
|
+
} | undefined;
|
1159
|
+
readonly steps?: readonly {
|
1160
|
+
readonly description?: string | undefined;
|
1161
|
+
readonly title: string;
|
1162
|
+
readonly code: string;
|
1163
|
+
readonly language?: string | undefined;
|
1164
|
+
}[] | undefined;
|
1165
|
+
readonly languages?: readonly string[] | undefined;
|
1166
|
+
} | undefined;
|
1167
|
+
readonly stats?: boolean | {
|
1168
|
+
readonly showSchemaStats?: boolean | undefined;
|
1169
|
+
readonly statusEndpoint?: string | undefined;
|
1170
|
+
readonly customMetrics?: readonly {
|
1171
|
+
readonly label: string;
|
1172
|
+
readonly value: string | number;
|
1173
|
+
readonly icon?: string | undefined;
|
1174
|
+
}[] | undefined;
|
1175
|
+
} | undefined;
|
1176
|
+
readonly changelog?: boolean | {
|
1177
|
+
readonly limit?: number | undefined;
|
1178
|
+
readonly showVersions?: boolean | undefined;
|
1179
|
+
} | undefined;
|
1180
|
+
readonly resources?: boolean | {
|
1181
|
+
readonly links?: readonly {
|
1182
|
+
readonly description?: string | undefined;
|
1183
|
+
readonly href: string;
|
1184
|
+
readonly title: string;
|
1185
|
+
readonly icon?: string | undefined;
|
1186
|
+
}[] | undefined;
|
1187
|
+
readonly communityLinks?: readonly {
|
1188
|
+
readonly href: string;
|
1189
|
+
readonly platform: string;
|
1190
|
+
}[] | undefined;
|
1191
|
+
readonly supportContact?: {
|
1192
|
+
readonly href?: string | undefined;
|
1193
|
+
readonly email?: string | undefined;
|
1194
|
+
readonly text?: string | undefined;
|
1195
|
+
} | undefined;
|
1196
|
+
} | undefined;
|
1197
|
+
} | undefined;
|
1198
|
+
readonly branding?: {
|
1199
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
1200
|
+
} | undefined;
|
425
1201
|
readonly server?: {
|
426
1202
|
readonly port?: number | undefined;
|
427
1203
|
} | undefined;
|
@@ -445,6 +1221,62 @@ export declare const validateConfigInputEffect: (u: unknown, overrideOptions?: i
|
|
445
1221
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
446
1222
|
readonly base?: string | undefined;
|
447
1223
|
} | undefined;
|
1224
|
+
readonly description?: string | undefined;
|
1225
|
+
readonly name?: string | undefined;
|
1226
|
+
readonly examples?: {
|
1227
|
+
readonly enabled?: boolean | undefined;
|
1228
|
+
readonly display?: "all" | "none" | {
|
1229
|
+
readonly include: readonly string[];
|
1230
|
+
} | {
|
1231
|
+
readonly exclude: readonly string[];
|
1232
|
+
} | undefined;
|
1233
|
+
readonly diagnostics?: {
|
1234
|
+
readonly validation?: boolean | {
|
1235
|
+
readonly build?: {
|
1236
|
+
readonly enabled?: boolean | undefined;
|
1237
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1238
|
+
} | undefined;
|
1239
|
+
readonly enabled: boolean;
|
1240
|
+
readonly dev?: {
|
1241
|
+
readonly enabled?: boolean | undefined;
|
1242
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1243
|
+
} | undefined;
|
1244
|
+
} | undefined;
|
1245
|
+
readonly unusedVersions?: boolean | {
|
1246
|
+
readonly build?: {
|
1247
|
+
readonly enabled?: boolean | undefined;
|
1248
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1249
|
+
} | undefined;
|
1250
|
+
readonly enabled: boolean;
|
1251
|
+
readonly dev?: {
|
1252
|
+
readonly enabled?: boolean | undefined;
|
1253
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1254
|
+
} | undefined;
|
1255
|
+
} | undefined;
|
1256
|
+
readonly duplicateContent?: boolean | {
|
1257
|
+
readonly build?: {
|
1258
|
+
readonly enabled?: boolean | undefined;
|
1259
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1260
|
+
} | undefined;
|
1261
|
+
readonly enabled: boolean;
|
1262
|
+
readonly dev?: {
|
1263
|
+
readonly enabled?: boolean | undefined;
|
1264
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1265
|
+
} | undefined;
|
1266
|
+
} | undefined;
|
1267
|
+
readonly missingVersions?: boolean | {
|
1268
|
+
readonly build?: {
|
1269
|
+
readonly enabled?: boolean | undefined;
|
1270
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1271
|
+
} | undefined;
|
1272
|
+
readonly enabled: boolean;
|
1273
|
+
readonly dev?: {
|
1274
|
+
readonly enabled?: boolean | undefined;
|
1275
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1276
|
+
} | undefined;
|
1277
|
+
} | undefined;
|
1278
|
+
} | undefined;
|
1279
|
+
} | undefined;
|
448
1280
|
readonly schema?: {
|
449
1281
|
readonly enabled?: boolean | undefined;
|
450
1282
|
readonly augmentations?: readonly {
|
@@ -475,10 +1307,10 @@ export declare const validateConfigInputEffect: (u: unknown, overrideOptions?: i
|
|
475
1307
|
readonly revisions: unknown;
|
476
1308
|
} | undefined;
|
477
1309
|
readonly introspection?: {
|
478
|
-
readonly url: string;
|
479
1310
|
readonly headers?: {
|
480
1311
|
readonly [x: string]: string;
|
481
1312
|
} | undefined;
|
1313
|
+
readonly url: string;
|
482
1314
|
} | undefined;
|
483
1315
|
readonly introspectionFile?: {
|
484
1316
|
readonly path?: string | undefined;
|
@@ -488,6 +1320,124 @@ export declare const validateConfigInputEffect: (u: unknown, overrideOptions?: i
|
|
488
1320
|
readonly templateVariables?: {
|
489
1321
|
readonly title?: string | undefined;
|
490
1322
|
} | undefined;
|
1323
|
+
readonly home?: {
|
1324
|
+
readonly enabled?: boolean | undefined;
|
1325
|
+
readonly examples?: boolean | {
|
1326
|
+
readonly description?: string | undefined;
|
1327
|
+
readonly title?: string | undefined;
|
1328
|
+
readonly maxExamples?: number | undefined;
|
1329
|
+
readonly only?: readonly string[] | undefined;
|
1330
|
+
readonly exclude?: readonly string[] | undefined;
|
1331
|
+
} | undefined;
|
1332
|
+
readonly topics?: readonly string[] | undefined;
|
1333
|
+
readonly hero?: boolean | {
|
1334
|
+
readonly title?: string | undefined;
|
1335
|
+
readonly tagline?: string | undefined;
|
1336
|
+
readonly callToActions?: readonly {
|
1337
|
+
readonly label: string;
|
1338
|
+
readonly href: string;
|
1339
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1340
|
+
}[] | {
|
1341
|
+
readonly before?: readonly {
|
1342
|
+
readonly label: string;
|
1343
|
+
readonly href: string;
|
1344
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1345
|
+
}[] | undefined;
|
1346
|
+
readonly after?: readonly {
|
1347
|
+
readonly label: string;
|
1348
|
+
readonly href: string;
|
1349
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1350
|
+
}[] | undefined;
|
1351
|
+
readonly over?: readonly {
|
1352
|
+
readonly label: string;
|
1353
|
+
readonly href: string;
|
1354
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1355
|
+
}[] | undefined;
|
1356
|
+
} | undefined;
|
1357
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
1358
|
+
readonly prompt?: string | undefined;
|
1359
|
+
readonly heroImage?: string | {
|
1360
|
+
readonly src?: string | undefined;
|
1361
|
+
readonly ai?: {
|
1362
|
+
readonly prompt?: string | undefined;
|
1363
|
+
readonly enabled: boolean;
|
1364
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
1365
|
+
readonly width?: number | undefined;
|
1366
|
+
readonly height?: number | undefined;
|
1367
|
+
readonly seed?: number | undefined;
|
1368
|
+
readonly nologo?: boolean | undefined;
|
1369
|
+
readonly cache?: boolean | undefined;
|
1370
|
+
} | undefined;
|
1371
|
+
} | undefined;
|
1372
|
+
} | undefined;
|
1373
|
+
readonly socialProof?: boolean | {
|
1374
|
+
readonly title?: string | undefined;
|
1375
|
+
readonly logos: readonly (string | {
|
1376
|
+
readonly src: string;
|
1377
|
+
readonly name: string;
|
1378
|
+
readonly href?: string | undefined;
|
1379
|
+
})[];
|
1380
|
+
} | undefined;
|
1381
|
+
readonly socialMedia?: boolean | {
|
1382
|
+
readonly posts: readonly {
|
1383
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
1384
|
+
readonly id: string;
|
1385
|
+
readonly embedCode?: string | undefined;
|
1386
|
+
}[];
|
1387
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
1388
|
+
} | undefined;
|
1389
|
+
readonly quickStart?: boolean | {
|
1390
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
1391
|
+
readonly playground?: {
|
1392
|
+
readonly endpoint?: string | undefined;
|
1393
|
+
readonly headers?: {
|
1394
|
+
readonly [x: string]: string;
|
1395
|
+
} | undefined;
|
1396
|
+
readonly defaultQuery?: string | undefined;
|
1397
|
+
readonly useMockData?: boolean | undefined;
|
1398
|
+
} | undefined;
|
1399
|
+
readonly steps?: readonly {
|
1400
|
+
readonly description?: string | undefined;
|
1401
|
+
readonly title: string;
|
1402
|
+
readonly code: string;
|
1403
|
+
readonly language?: string | undefined;
|
1404
|
+
}[] | undefined;
|
1405
|
+
readonly languages?: readonly string[] | undefined;
|
1406
|
+
} | undefined;
|
1407
|
+
readonly stats?: boolean | {
|
1408
|
+
readonly showSchemaStats?: boolean | undefined;
|
1409
|
+
readonly statusEndpoint?: string | undefined;
|
1410
|
+
readonly customMetrics?: readonly {
|
1411
|
+
readonly label: string;
|
1412
|
+
readonly value: string | number;
|
1413
|
+
readonly icon?: string | undefined;
|
1414
|
+
}[] | undefined;
|
1415
|
+
} | undefined;
|
1416
|
+
readonly changelog?: boolean | {
|
1417
|
+
readonly limit?: number | undefined;
|
1418
|
+
readonly showVersions?: boolean | undefined;
|
1419
|
+
} | undefined;
|
1420
|
+
readonly resources?: boolean | {
|
1421
|
+
readonly links?: readonly {
|
1422
|
+
readonly description?: string | undefined;
|
1423
|
+
readonly href: string;
|
1424
|
+
readonly title: string;
|
1425
|
+
readonly icon?: string | undefined;
|
1426
|
+
}[] | undefined;
|
1427
|
+
readonly communityLinks?: readonly {
|
1428
|
+
readonly href: string;
|
1429
|
+
readonly platform: string;
|
1430
|
+
}[] | undefined;
|
1431
|
+
readonly supportContact?: {
|
1432
|
+
readonly href?: string | undefined;
|
1433
|
+
readonly email?: string | undefined;
|
1434
|
+
readonly text?: string | undefined;
|
1435
|
+
} | undefined;
|
1436
|
+
} | undefined;
|
1437
|
+
} | undefined;
|
1438
|
+
readonly branding?: {
|
1439
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
1440
|
+
} | undefined;
|
491
1441
|
readonly server?: {
|
492
1442
|
readonly port?: number | undefined;
|
493
1443
|
} | undefined;
|
@@ -516,6 +1466,62 @@ export declare const defineConfig: (props: void | {
|
|
516
1466
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
517
1467
|
readonly base?: string | undefined;
|
518
1468
|
} | undefined;
|
1469
|
+
readonly description?: string | undefined;
|
1470
|
+
readonly name?: string | undefined;
|
1471
|
+
readonly examples?: {
|
1472
|
+
readonly enabled?: boolean | undefined;
|
1473
|
+
readonly display?: "all" | "none" | {
|
1474
|
+
readonly include: readonly string[];
|
1475
|
+
} | {
|
1476
|
+
readonly exclude: readonly string[];
|
1477
|
+
} | undefined;
|
1478
|
+
readonly diagnostics?: {
|
1479
|
+
readonly validation?: boolean | {
|
1480
|
+
readonly build?: {
|
1481
|
+
readonly enabled?: boolean | undefined;
|
1482
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1483
|
+
} | undefined;
|
1484
|
+
readonly enabled: boolean;
|
1485
|
+
readonly dev?: {
|
1486
|
+
readonly enabled?: boolean | undefined;
|
1487
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1488
|
+
} | undefined;
|
1489
|
+
} | undefined;
|
1490
|
+
readonly unusedVersions?: boolean | {
|
1491
|
+
readonly build?: {
|
1492
|
+
readonly enabled?: boolean | undefined;
|
1493
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1494
|
+
} | undefined;
|
1495
|
+
readonly enabled: boolean;
|
1496
|
+
readonly dev?: {
|
1497
|
+
readonly enabled?: boolean | undefined;
|
1498
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1499
|
+
} | undefined;
|
1500
|
+
} | undefined;
|
1501
|
+
readonly duplicateContent?: boolean | {
|
1502
|
+
readonly build?: {
|
1503
|
+
readonly enabled?: boolean | undefined;
|
1504
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1505
|
+
} | undefined;
|
1506
|
+
readonly enabled: boolean;
|
1507
|
+
readonly dev?: {
|
1508
|
+
readonly enabled?: boolean | undefined;
|
1509
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1510
|
+
} | undefined;
|
1511
|
+
} | undefined;
|
1512
|
+
readonly missingVersions?: boolean | {
|
1513
|
+
readonly build?: {
|
1514
|
+
readonly enabled?: boolean | undefined;
|
1515
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1516
|
+
} | undefined;
|
1517
|
+
readonly enabled: boolean;
|
1518
|
+
readonly dev?: {
|
1519
|
+
readonly enabled?: boolean | undefined;
|
1520
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1521
|
+
} | undefined;
|
1522
|
+
} | undefined;
|
1523
|
+
} | undefined;
|
1524
|
+
} | undefined;
|
519
1525
|
readonly schema?: {
|
520
1526
|
readonly enabled?: boolean | undefined;
|
521
1527
|
readonly augmentations?: readonly {
|
@@ -546,10 +1552,10 @@ export declare const defineConfig: (props: void | {
|
|
546
1552
|
readonly revisions: unknown;
|
547
1553
|
} | undefined;
|
548
1554
|
readonly introspection?: {
|
549
|
-
readonly url: string;
|
550
1555
|
readonly headers?: {
|
551
1556
|
readonly [x: string]: string;
|
552
1557
|
} | undefined;
|
1558
|
+
readonly url: string;
|
553
1559
|
} | undefined;
|
554
1560
|
readonly introspectionFile?: {
|
555
1561
|
readonly path?: string | undefined;
|
@@ -559,6 +1565,124 @@ export declare const defineConfig: (props: void | {
|
|
559
1565
|
readonly templateVariables?: {
|
560
1566
|
readonly title?: string | undefined;
|
561
1567
|
} | undefined;
|
1568
|
+
readonly home?: {
|
1569
|
+
readonly enabled?: boolean | undefined;
|
1570
|
+
readonly examples?: boolean | {
|
1571
|
+
readonly description?: string | undefined;
|
1572
|
+
readonly title?: string | undefined;
|
1573
|
+
readonly maxExamples?: number | undefined;
|
1574
|
+
readonly only?: readonly string[] | undefined;
|
1575
|
+
readonly exclude?: readonly string[] | undefined;
|
1576
|
+
} | undefined;
|
1577
|
+
readonly topics?: readonly string[] | undefined;
|
1578
|
+
readonly hero?: boolean | {
|
1579
|
+
readonly title?: string | undefined;
|
1580
|
+
readonly tagline?: string | undefined;
|
1581
|
+
readonly callToActions?: readonly {
|
1582
|
+
readonly label: string;
|
1583
|
+
readonly href: string;
|
1584
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1585
|
+
}[] | {
|
1586
|
+
readonly before?: readonly {
|
1587
|
+
readonly label: string;
|
1588
|
+
readonly href: string;
|
1589
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1590
|
+
}[] | undefined;
|
1591
|
+
readonly after?: readonly {
|
1592
|
+
readonly label: string;
|
1593
|
+
readonly href: string;
|
1594
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1595
|
+
}[] | undefined;
|
1596
|
+
readonly over?: readonly {
|
1597
|
+
readonly label: string;
|
1598
|
+
readonly href: string;
|
1599
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1600
|
+
}[] | undefined;
|
1601
|
+
} | undefined;
|
1602
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
1603
|
+
readonly prompt?: string | undefined;
|
1604
|
+
readonly heroImage?: string | {
|
1605
|
+
readonly src?: string | undefined;
|
1606
|
+
readonly ai?: {
|
1607
|
+
readonly prompt?: string | undefined;
|
1608
|
+
readonly enabled: boolean;
|
1609
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
1610
|
+
readonly width?: number | undefined;
|
1611
|
+
readonly height?: number | undefined;
|
1612
|
+
readonly seed?: number | undefined;
|
1613
|
+
readonly nologo?: boolean | undefined;
|
1614
|
+
readonly cache?: boolean | undefined;
|
1615
|
+
} | undefined;
|
1616
|
+
} | undefined;
|
1617
|
+
} | undefined;
|
1618
|
+
readonly socialProof?: boolean | {
|
1619
|
+
readonly title?: string | undefined;
|
1620
|
+
readonly logos: readonly (string | {
|
1621
|
+
readonly src: string;
|
1622
|
+
readonly name: string;
|
1623
|
+
readonly href?: string | undefined;
|
1624
|
+
})[];
|
1625
|
+
} | undefined;
|
1626
|
+
readonly socialMedia?: boolean | {
|
1627
|
+
readonly posts: readonly {
|
1628
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
1629
|
+
readonly id: string;
|
1630
|
+
readonly embedCode?: string | undefined;
|
1631
|
+
}[];
|
1632
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
1633
|
+
} | undefined;
|
1634
|
+
readonly quickStart?: boolean | {
|
1635
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
1636
|
+
readonly playground?: {
|
1637
|
+
readonly endpoint?: string | undefined;
|
1638
|
+
readonly headers?: {
|
1639
|
+
readonly [x: string]: string;
|
1640
|
+
} | undefined;
|
1641
|
+
readonly defaultQuery?: string | undefined;
|
1642
|
+
readonly useMockData?: boolean | undefined;
|
1643
|
+
} | undefined;
|
1644
|
+
readonly steps?: readonly {
|
1645
|
+
readonly description?: string | undefined;
|
1646
|
+
readonly title: string;
|
1647
|
+
readonly code: string;
|
1648
|
+
readonly language?: string | undefined;
|
1649
|
+
}[] | undefined;
|
1650
|
+
readonly languages?: readonly string[] | undefined;
|
1651
|
+
} | undefined;
|
1652
|
+
readonly stats?: boolean | {
|
1653
|
+
readonly showSchemaStats?: boolean | undefined;
|
1654
|
+
readonly statusEndpoint?: string | undefined;
|
1655
|
+
readonly customMetrics?: readonly {
|
1656
|
+
readonly label: string;
|
1657
|
+
readonly value: string | number;
|
1658
|
+
readonly icon?: string | undefined;
|
1659
|
+
}[] | undefined;
|
1660
|
+
} | undefined;
|
1661
|
+
readonly changelog?: boolean | {
|
1662
|
+
readonly limit?: number | undefined;
|
1663
|
+
readonly showVersions?: boolean | undefined;
|
1664
|
+
} | undefined;
|
1665
|
+
readonly resources?: boolean | {
|
1666
|
+
readonly links?: readonly {
|
1667
|
+
readonly description?: string | undefined;
|
1668
|
+
readonly href: string;
|
1669
|
+
readonly title: string;
|
1670
|
+
readonly icon?: string | undefined;
|
1671
|
+
}[] | undefined;
|
1672
|
+
readonly communityLinks?: readonly {
|
1673
|
+
readonly href: string;
|
1674
|
+
readonly platform: string;
|
1675
|
+
}[] | undefined;
|
1676
|
+
readonly supportContact?: {
|
1677
|
+
readonly href?: string | undefined;
|
1678
|
+
readonly email?: string | undefined;
|
1679
|
+
readonly text?: string | undefined;
|
1680
|
+
} | undefined;
|
1681
|
+
} | undefined;
|
1682
|
+
} | undefined;
|
1683
|
+
readonly branding?: {
|
1684
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
1685
|
+
} | undefined;
|
562
1686
|
readonly server?: {
|
563
1687
|
readonly port?: number | undefined;
|
564
1688
|
} | undefined;
|
@@ -581,6 +1705,62 @@ export declare const defineConfig: (props: void | {
|
|
581
1705
|
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
582
1706
|
readonly base?: string | undefined;
|
583
1707
|
} | undefined;
|
1708
|
+
readonly description?: string | undefined;
|
1709
|
+
readonly name?: string | undefined;
|
1710
|
+
readonly examples?: {
|
1711
|
+
readonly enabled?: boolean | undefined;
|
1712
|
+
readonly display?: "all" | "none" | {
|
1713
|
+
readonly include: readonly string[];
|
1714
|
+
} | {
|
1715
|
+
readonly exclude: readonly string[];
|
1716
|
+
} | undefined;
|
1717
|
+
readonly diagnostics?: {
|
1718
|
+
readonly validation?: boolean | {
|
1719
|
+
readonly build?: {
|
1720
|
+
readonly enabled?: boolean | undefined;
|
1721
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1722
|
+
} | undefined;
|
1723
|
+
readonly enabled: boolean;
|
1724
|
+
readonly dev?: {
|
1725
|
+
readonly enabled?: boolean | undefined;
|
1726
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1727
|
+
} | undefined;
|
1728
|
+
} | undefined;
|
1729
|
+
readonly unusedVersions?: boolean | {
|
1730
|
+
readonly build?: {
|
1731
|
+
readonly enabled?: boolean | undefined;
|
1732
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1733
|
+
} | undefined;
|
1734
|
+
readonly enabled: boolean;
|
1735
|
+
readonly dev?: {
|
1736
|
+
readonly enabled?: boolean | undefined;
|
1737
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1738
|
+
} | undefined;
|
1739
|
+
} | undefined;
|
1740
|
+
readonly duplicateContent?: boolean | {
|
1741
|
+
readonly build?: {
|
1742
|
+
readonly enabled?: boolean | undefined;
|
1743
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1744
|
+
} | undefined;
|
1745
|
+
readonly enabled: boolean;
|
1746
|
+
readonly dev?: {
|
1747
|
+
readonly enabled?: boolean | undefined;
|
1748
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1749
|
+
} | undefined;
|
1750
|
+
} | undefined;
|
1751
|
+
readonly missingVersions?: boolean | {
|
1752
|
+
readonly build?: {
|
1753
|
+
readonly enabled?: boolean | undefined;
|
1754
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1755
|
+
} | undefined;
|
1756
|
+
readonly enabled: boolean;
|
1757
|
+
readonly dev?: {
|
1758
|
+
readonly enabled?: boolean | undefined;
|
1759
|
+
readonly severity?: "error" | "warning" | "info" | undefined;
|
1760
|
+
} | undefined;
|
1761
|
+
} | undefined;
|
1762
|
+
} | undefined;
|
1763
|
+
} | undefined;
|
584
1764
|
readonly schema?: {
|
585
1765
|
readonly enabled?: boolean | undefined;
|
586
1766
|
readonly augmentations?: readonly {
|
@@ -611,10 +1791,10 @@ export declare const defineConfig: (props: void | {
|
|
611
1791
|
readonly revisions: unknown;
|
612
1792
|
} | undefined;
|
613
1793
|
readonly introspection?: {
|
614
|
-
readonly url: string;
|
615
1794
|
readonly headers?: {
|
616
1795
|
readonly [x: string]: string;
|
617
1796
|
} | undefined;
|
1797
|
+
readonly url: string;
|
618
1798
|
} | undefined;
|
619
1799
|
readonly introspectionFile?: {
|
620
1800
|
readonly path?: string | undefined;
|
@@ -624,6 +1804,124 @@ export declare const defineConfig: (props: void | {
|
|
624
1804
|
readonly templateVariables?: {
|
625
1805
|
readonly title?: string | undefined;
|
626
1806
|
} | undefined;
|
1807
|
+
readonly home?: {
|
1808
|
+
readonly enabled?: boolean | undefined;
|
1809
|
+
readonly examples?: boolean | {
|
1810
|
+
readonly description?: string | undefined;
|
1811
|
+
readonly title?: string | undefined;
|
1812
|
+
readonly maxExamples?: number | undefined;
|
1813
|
+
readonly only?: readonly string[] | undefined;
|
1814
|
+
readonly exclude?: readonly string[] | undefined;
|
1815
|
+
} | undefined;
|
1816
|
+
readonly topics?: readonly string[] | undefined;
|
1817
|
+
readonly hero?: boolean | {
|
1818
|
+
readonly title?: string | undefined;
|
1819
|
+
readonly tagline?: string | undefined;
|
1820
|
+
readonly callToActions?: readonly {
|
1821
|
+
readonly label: string;
|
1822
|
+
readonly href: string;
|
1823
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1824
|
+
}[] | {
|
1825
|
+
readonly before?: readonly {
|
1826
|
+
readonly label: string;
|
1827
|
+
readonly href: string;
|
1828
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1829
|
+
}[] | undefined;
|
1830
|
+
readonly after?: readonly {
|
1831
|
+
readonly label: string;
|
1832
|
+
readonly href: string;
|
1833
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1834
|
+
}[] | undefined;
|
1835
|
+
readonly over?: readonly {
|
1836
|
+
readonly label: string;
|
1837
|
+
readonly href: string;
|
1838
|
+
readonly variant?: "primary" | "secondary" | undefined;
|
1839
|
+
}[] | undefined;
|
1840
|
+
} | undefined;
|
1841
|
+
readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
|
1842
|
+
readonly prompt?: string | undefined;
|
1843
|
+
readonly heroImage?: string | {
|
1844
|
+
readonly src?: string | undefined;
|
1845
|
+
readonly ai?: {
|
1846
|
+
readonly prompt?: string | undefined;
|
1847
|
+
readonly enabled: boolean;
|
1848
|
+
readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
|
1849
|
+
readonly width?: number | undefined;
|
1850
|
+
readonly height?: number | undefined;
|
1851
|
+
readonly seed?: number | undefined;
|
1852
|
+
readonly nologo?: boolean | undefined;
|
1853
|
+
readonly cache?: boolean | undefined;
|
1854
|
+
} | undefined;
|
1855
|
+
} | undefined;
|
1856
|
+
} | undefined;
|
1857
|
+
readonly socialProof?: boolean | {
|
1858
|
+
readonly title?: string | undefined;
|
1859
|
+
readonly logos: readonly (string | {
|
1860
|
+
readonly src: string;
|
1861
|
+
readonly name: string;
|
1862
|
+
readonly href?: string | undefined;
|
1863
|
+
})[];
|
1864
|
+
} | undefined;
|
1865
|
+
readonly socialMedia?: boolean | {
|
1866
|
+
readonly posts: readonly {
|
1867
|
+
readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
|
1868
|
+
readonly id: string;
|
1869
|
+
readonly embedCode?: string | undefined;
|
1870
|
+
}[];
|
1871
|
+
readonly displayMode?: "embed" | "screenshot" | undefined;
|
1872
|
+
} | undefined;
|
1873
|
+
readonly quickStart?: boolean | {
|
1874
|
+
readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
|
1875
|
+
readonly playground?: {
|
1876
|
+
readonly endpoint?: string | undefined;
|
1877
|
+
readonly headers?: {
|
1878
|
+
readonly [x: string]: string;
|
1879
|
+
} | undefined;
|
1880
|
+
readonly defaultQuery?: string | undefined;
|
1881
|
+
readonly useMockData?: boolean | undefined;
|
1882
|
+
} | undefined;
|
1883
|
+
readonly steps?: readonly {
|
1884
|
+
readonly description?: string | undefined;
|
1885
|
+
readonly title: string;
|
1886
|
+
readonly code: string;
|
1887
|
+
readonly language?: string | undefined;
|
1888
|
+
}[] | undefined;
|
1889
|
+
readonly languages?: readonly string[] | undefined;
|
1890
|
+
} | undefined;
|
1891
|
+
readonly stats?: boolean | {
|
1892
|
+
readonly showSchemaStats?: boolean | undefined;
|
1893
|
+
readonly statusEndpoint?: string | undefined;
|
1894
|
+
readonly customMetrics?: readonly {
|
1895
|
+
readonly label: string;
|
1896
|
+
readonly value: string | number;
|
1897
|
+
readonly icon?: string | undefined;
|
1898
|
+
}[] | undefined;
|
1899
|
+
} | undefined;
|
1900
|
+
readonly changelog?: boolean | {
|
1901
|
+
readonly limit?: number | undefined;
|
1902
|
+
readonly showVersions?: boolean | undefined;
|
1903
|
+
} | undefined;
|
1904
|
+
readonly resources?: boolean | {
|
1905
|
+
readonly links?: readonly {
|
1906
|
+
readonly description?: string | undefined;
|
1907
|
+
readonly href: string;
|
1908
|
+
readonly title: string;
|
1909
|
+
readonly icon?: string | undefined;
|
1910
|
+
}[] | undefined;
|
1911
|
+
readonly communityLinks?: readonly {
|
1912
|
+
readonly href: string;
|
1913
|
+
readonly platform: string;
|
1914
|
+
}[] | undefined;
|
1915
|
+
readonly supportContact?: {
|
1916
|
+
readonly href?: string | undefined;
|
1917
|
+
readonly email?: string | undefined;
|
1918
|
+
readonly text?: string | undefined;
|
1919
|
+
} | undefined;
|
1920
|
+
} | undefined;
|
1921
|
+
} | undefined;
|
1922
|
+
readonly branding?: {
|
1923
|
+
readonly logoDesignedFor?: "light" | "dark" | undefined;
|
1924
|
+
} | undefined;
|
627
1925
|
readonly server?: {
|
628
1926
|
readonly port?: number | undefined;
|
629
1927
|
} | undefined;
|