polen 0.11.0-next.13 → 0.11.0-next.15
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/README.md +1 -1
- package/build/api/api.d.ts +3 -3
- package/build/api/api.d.ts.map +1 -1
- package/build/api/api.js +3 -6
- package/build/api/api.js.map +1 -1
- package/build/api/builder/builder.d.ts +5 -3
- package/build/api/builder/builder.d.ts.map +1 -1
- package/build/api/builder/builder.js +25 -12
- package/build/api/builder/builder.js.map +1 -1
- package/build/api/builder/ssg/generate.d.ts +5 -0
- package/build/api/builder/ssg/generate.d.ts.map +1 -0
- package/build/api/builder/ssg/generate.js +149 -0
- package/build/api/builder/ssg/generate.js.map +1 -0
- package/build/api/builder/ssg/page-generator.worker.d.ts +2 -0
- package/build/api/builder/ssg/page-generator.worker.d.ts.map +1 -0
- package/build/api/builder/ssg/page-generator.worker.js +80 -0
- package/build/api/builder/ssg/page-generator.worker.js.map +1 -0
- package/build/api/builder/ssg/server-runner.worker.d.ts +2 -0
- package/build/api/builder/ssg/server-runner.worker.d.ts.map +1 -0
- package/build/api/builder/ssg/server-runner.worker.js +127 -0
- package/build/api/builder/ssg/server-runner.worker.js.map +1 -0
- package/build/api/builder/ssg/worker-messages.d.ts +43 -0
- package/build/api/builder/ssg/worker-messages.d.ts.map +1 -0
- package/build/api/builder/ssg/worker-messages.js +49 -0
- package/build/api/builder/ssg/worker-messages.js.map +1 -0
- package/build/api/builder/ssg/worker-spawners.d.ts +11 -0
- package/build/api/builder/ssg/worker-spawners.d.ts.map +1 -0
- package/build/api/builder/ssg/worker-spawners.js +64 -0
- package/build/api/builder/ssg/worker-spawners.js.map +1 -0
- package/build/api/cache/cache.d.ts +9 -8
- package/build/api/cache/cache.d.ts.map +1 -1
- package/build/api/cache/cache.js +109 -110
- package/build/api/cache/cache.js.map +1 -1
- package/build/api/config/$$.d.ts +4 -0
- package/build/api/config/$$.d.ts.map +1 -0
- package/build/api/config/$$.js +4 -0
- package/build/api/config/$$.js.map +1 -0
- package/build/api/config/$.d.ts +2 -0
- package/build/api/config/$.d.ts.map +1 -0
- package/build/api/config/$.js +2 -0
- package/build/api/config/$.js.map +1 -0
- package/build/api/config/input.d.ts +646 -0
- package/build/api/config/input.d.ts.map +1 -0
- package/build/api/config/input.js +285 -0
- package/build/api/config/input.js.map +1 -0
- package/build/api/config/load.d.ts +4 -2
- package/build/api/config/load.d.ts.map +1 -1
- package/build/api/config/load.js +33 -22
- package/build/api/config/load.js.map +1 -1
- package/build/api/config/normalized.d.ts +1414 -0
- package/build/api/config/normalized.d.ts.map +1 -0
- package/build/api/config/normalized.js +364 -0
- package/build/api/config/normalized.js.map +1 -0
- package/build/api/config-resolver/config-resolver.d.ts +0 -1
- package/build/api/config-resolver/config-resolver.d.ts.map +1 -1
- package/build/api/config-resolver/config-resolver.js +0 -1
- package/build/api/config-resolver/config-resolver.js.map +1 -1
- package/build/api/config-resolver/resolve.d.ts +7 -5
- package/build/api/config-resolver/resolve.d.ts.map +1 -1
- package/build/api/config-resolver/resolve.js +10 -11
- package/build/api/config-resolver/resolve.js.map +1 -1
- package/build/api/content/metadata.d.ts +7 -11
- package/build/api/content/metadata.d.ts.map +1 -1
- package/build/api/content/metadata.js +4 -4
- package/build/api/content/metadata.js.map +1 -1
- package/build/api/content/scan.d.ts +3 -1
- package/build/api/content/scan.d.ts.map +1 -1
- package/build/api/content/scan.js +15 -11
- package/build/api/content/scan.js.map +1 -1
- package/build/api/content/sidebar.d.ts +1 -1
- package/build/api/content/sidebar.js +1 -1
- package/build/api/hooks/helpers.d.ts +5 -0
- package/build/api/hooks/helpers.d.ts.map +1 -0
- package/build/api/hooks/helpers.js +4 -0
- package/build/api/hooks/helpers.js.map +1 -0
- package/build/api/hooks/index.d.ts +3 -0
- package/build/api/hooks/index.d.ts.map +1 -0
- package/build/api/hooks/index.js +3 -0
- package/build/api/hooks/index.js.map +1 -0
- package/build/api/hooks/types.d.ts +11 -0
- package/build/api/hooks/types.d.ts.map +1 -0
- package/build/api/hooks/types.js +2 -0
- package/build/api/hooks/types.js.map +1 -0
- package/build/api/iso/schema/constants.d.ts +1 -0
- package/build/api/iso/schema/constants.d.ts.map +1 -1
- package/build/api/iso/schema/constants.js +1 -0
- package/build/api/iso/schema/constants.js.map +1 -1
- package/build/api/iso/schema/routing.d.ts +14 -4
- package/build/api/iso/schema/routing.d.ts.map +1 -1
- package/build/api/iso/schema/routing.js +22 -5
- package/build/api/iso/schema/routing.js.map +1 -1
- package/build/api/routes/$$.d.ts +2 -0
- package/build/api/routes/$$.d.ts.map +1 -0
- package/build/api/routes/$$.js +2 -0
- package/build/api/routes/$$.js.map +1 -0
- package/build/api/routes/$.d.ts +2 -0
- package/build/api/routes/$.d.ts.map +1 -0
- package/build/api/routes/$.js +2 -0
- package/build/api/routes/$.js.map +1 -0
- package/build/api/routes/manifest/$$.d.ts +2 -0
- package/build/api/routes/manifest/$$.d.ts.map +1 -0
- package/build/api/routes/manifest/$$.js +2 -0
- package/build/api/routes/manifest/$$.js.map +1 -0
- package/build/api/routes/manifest/$.d.ts +2 -0
- package/build/api/routes/manifest/$.d.ts.map +1 -0
- package/build/api/routes/manifest/$.js +2 -0
- package/build/api/routes/manifest/$.js.map +1 -0
- package/build/api/routes/manifest/manifest.d.ts +29 -0
- package/build/api/routes/manifest/manifest.d.ts.map +1 -0
- package/build/api/routes/manifest/manifest.js +43 -0
- package/build/api/routes/manifest/manifest.js.map +1 -0
- package/build/api/schema/$$.d.ts +8 -0
- package/build/api/schema/$$.d.ts.map +1 -0
- package/build/api/schema/$$.js +8 -0
- package/build/api/schema/$$.js.map +1 -0
- package/build/api/schema/$.d.ts +2 -0
- package/build/api/schema/$.d.ts.map +1 -0
- package/build/api/schema/$.js +2 -0
- package/build/api/schema/$.js.map +1 -0
- package/build/api/schema/augmentations/$.d.ts +2 -0
- package/build/api/schema/augmentations/$.d.ts.map +1 -0
- package/build/api/schema/augmentations/$.js +2 -0
- package/build/api/schema/augmentations/$.js.map +1 -0
- package/build/api/schema/augmentations/augmentations/description.d.ts +26 -0
- package/build/api/schema/augmentations/augmentations/description.d.ts.map +1 -0
- package/build/api/schema/augmentations/augmentations/description.js +55 -0
- package/build/api/schema/augmentations/augmentations/description.js.map +1 -0
- package/build/api/schema/augmentations/schema-augmentation.d.ts +20 -0
- package/build/api/schema/augmentations/schema-augmentation.d.ts.map +1 -0
- package/build/api/schema/augmentations/schema-augmentation.js +22 -0
- package/build/api/schema/augmentations/schema-augmentation.js.map +1 -0
- package/build/api/schema/augmentations/target.d.ts +25 -0
- package/build/api/schema/augmentations/target.d.ts.map +1 -0
- package/build/api/schema/augmentations/target.js +39 -0
- package/build/api/schema/augmentations/target.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +555 -0
- package/build/api/schema/config-schema.d.ts.map +1 -0
- package/build/api/schema/config-schema.js +388 -0
- package/build/api/schema/config-schema.js.map +1 -0
- package/build/api/schema/config.d.ts +5 -0
- package/build/api/schema/config.d.ts.map +1 -0
- package/build/api/schema/config.js +2 -0
- package/build/api/schema/config.js.map +1 -0
- package/build/api/schema/input-source/$$.d.ts +3 -0
- package/build/api/schema/input-source/$$.d.ts.map +1 -0
- package/build/api/schema/input-source/$$.js +3 -0
- package/build/api/schema/input-source/$$.js.map +1 -0
- package/build/api/schema/input-source/$.d.ts +2 -0
- package/build/api/schema/input-source/$.d.ts.map +1 -0
- package/build/api/schema/input-source/$.js +2 -0
- package/build/api/schema/input-source/$.js.map +1 -0
- package/build/api/schema/input-source/input-source.d.ts +39 -0
- package/build/api/schema/input-source/input-source.d.ts.map +1 -0
- package/build/api/schema/input-source/input-source.js +35 -0
- package/build/api/schema/input-source/input-source.js.map +1 -0
- package/build/api/schema/input-source/load.d.ts +23 -0
- package/build/api/schema/input-source/load.d.ts.map +1 -0
- package/build/api/schema/input-source/load.js +39 -0
- package/build/api/schema/input-source/load.js.map +1 -0
- package/build/api/schema/input-sources/$$.d.ts +7 -0
- package/build/api/schema/input-sources/$$.d.ts.map +1 -0
- package/build/api/schema/input-sources/$$.js +7 -0
- package/build/api/schema/input-sources/$$.js.map +1 -0
- package/build/api/schema/input-sources/$.d.ts +2 -0
- package/build/api/schema/input-sources/$.d.ts.map +1 -0
- package/build/api/schema/input-sources/$.js +2 -0
- package/build/api/schema/input-sources/$.js.map +1 -0
- package/build/api/schema/input-sources/directory.d.ts +646 -0
- package/build/api/schema/input-sources/directory.d.ts.map +1 -0
- package/build/api/schema/input-sources/directory.js +148 -0
- package/build/api/schema/input-sources/directory.js.map +1 -0
- package/build/api/schema/input-sources/file.d.ts +627 -0
- package/build/api/schema/input-sources/file.d.ts.map +1 -0
- package/build/api/schema/input-sources/file.js +62 -0
- package/build/api/schema/input-sources/file.js.map +1 -0
- package/build/api/schema/input-sources/introspection-file.d.ts +645 -0
- package/build/api/schema/input-sources/introspection-file.d.ts.map +1 -0
- package/build/api/schema/input-sources/introspection-file.js +90 -0
- package/build/api/schema/input-sources/introspection-file.js.map +1 -0
- package/build/api/schema/input-sources/introspection.d.ts +651 -0
- package/build/api/schema/input-sources/introspection.d.ts.map +1 -0
- package/build/api/schema/input-sources/introspection.js +123 -0
- package/build/api/schema/input-sources/introspection.js.map +1 -0
- package/build/api/schema/input-sources/memory.d.ts +671 -0
- package/build/api/schema/input-sources/memory.d.ts.map +1 -0
- package/build/api/schema/input-sources/memory.js +133 -0
- package/build/api/schema/input-sources/memory.js.map +1 -0
- package/build/api/schema/input-sources/versioned-directory.d.ts +1257 -0
- package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -0
- package/build/api/schema/input-sources/versioned-directory.js +352 -0
- package/build/api/schema/input-sources/versioned-directory.js.map +1 -0
- package/build/api/schema/load.d.ts +29 -0
- package/build/api/schema/load.d.ts.map +1 -0
- package/build/api/schema/load.js +132 -0
- package/build/api/schema/load.js.map +1 -0
- package/build/api/server/report-error.js +4 -1
- package/build/api/server/report-error.js.map +1 -1
- package/build/api/singletons/markdown/markdown.d.ts +2 -1
- package/build/api/singletons/markdown/markdown.d.ts.map +1 -1
- package/build/api/singletons/markdown/markdown.js +4 -3
- package/build/api/singletons/markdown/markdown.js.map +1 -1
- package/build/api/static/manifest.d.ts +30 -15
- package/build/api/static/manifest.d.ts.map +1 -1
- package/build/api/static/manifest.js +35 -10
- package/build/api/static/manifest.js.map +1 -1
- package/build/api/static/rebase.d.ts.map +1 -1
- package/build/api/static/rebase.js +89 -58
- package/build/api/static/rebase.js.map +1 -1
- package/build/cli/_/parameters.d.ts +1 -0
- package/build/cli/_/parameters.d.ts.map +1 -1
- package/build/cli/_/parameters.js +4 -0
- package/build/cli/_/parameters.js.map +1 -1
- package/build/cli/commands/build.d.ts +11 -1
- package/build/cli/commands/build.d.ts.map +1 -1
- package/build/cli/commands/build.js +14 -4
- package/build/cli/commands/build.js.map +1 -1
- package/build/cli/commands/cache/delete.js +2 -1
- package/build/cli/commands/cache/delete.js.map +1 -1
- package/build/cli/commands/cache/show.js +2 -0
- package/build/cli/commands/cache/show.js.map +1 -1
- package/build/cli/commands/config/create.js +2 -1
- package/build/cli/commands/config/create.js.map +1 -1
- package/build/cli/commands/dev.js +8 -3
- package/build/cli/commands/dev.js.map +1 -1
- package/build/cli/commands/open.js +6 -2
- package/build/cli/commands/open.js.map +1 -1
- package/build/cli/commands/static/rebase.js +6 -1
- package/build/cli/commands/static/rebase.js.map +1 -1
- package/build/cli/index.js +26 -0
- package/build/cli/index.js.map +1 -1
- package/build/cli-effect/_/parameters.d.ts +7 -0
- package/build/cli-effect/_/parameters.d.ts.map +1 -0
- package/build/cli-effect/_/parameters.js +7 -0
- package/build/cli-effect/_/parameters.js.map +1 -0
- package/build/cli-effect/commands/build.d.ts +11 -0
- package/build/cli-effect/commands/build.d.ts.map +1 -0
- package/build/cli-effect/commands/build.js +40 -0
- package/build/cli-effect/commands/build.js.map +1 -0
- package/build/cli-effect/commands/cache/delete.d.ts +7 -0
- package/build/cli-effect/commands/cache/delete.d.ts.map +1 -0
- package/build/cli-effect/commands/cache/delete.js +15 -0
- package/build/cli-effect/commands/cache/delete.js.map +1 -0
- package/build/cli-effect/commands/cache/show.d.ts +6 -0
- package/build/cli-effect/commands/cache/show.d.ts.map +1 -0
- package/build/cli-effect/commands/cache/show.js +80 -0
- package/build/cli-effect/commands/cache/show.js.map +1 -0
- package/build/cli-effect/commands/cache.d.ts +11 -0
- package/build/cli-effect/commands/cache.d.ts.map +1 -0
- package/build/cli-effect/commands/cache.js +18 -0
- package/build/cli-effect/commands/cache.js.map +1 -0
- package/build/cli-effect/commands/config/create.d.ts +7 -0
- package/build/cli-effect/commands/config/create.d.ts.map +1 -0
- package/build/cli-effect/commands/config/create.js +36 -0
- package/build/cli-effect/commands/config/create.js.map +1 -0
- package/build/cli-effect/commands/config.d.ts +8 -0
- package/build/cli-effect/commands/config.d.ts.map +1 -0
- package/build/cli-effect/commands/config.js +16 -0
- package/build/cli-effect/commands/config.js.map +1 -0
- package/build/cli-effect/commands/create.d.ts +10 -0
- package/build/cli-effect/commands/create.d.ts.map +1 -0
- package/build/cli-effect/commands/create.js +112 -0
- package/build/cli-effect/commands/create.js.map +1 -0
- package/build/cli-effect/commands/dev.d.ts +10 -0
- package/build/cli-effect/commands/dev.d.ts.map +1 -0
- package/build/cli-effect/commands/dev.js +48 -0
- package/build/cli-effect/commands/dev.js.map +1 -0
- package/build/cli-effect/commands/open.d.ts +11 -0
- package/build/cli-effect/commands/open.d.ts.map +1 -0
- package/build/cli-effect/commands/open.js +131 -0
- package/build/cli-effect/commands/open.js.map +1 -0
- package/build/cli-effect/commands/static/rebase.d.ts +9 -0
- package/build/cli-effect/commands/static/rebase.d.ts.map +1 -0
- package/build/cli-effect/commands/static/rebase.js +44 -0
- package/build/cli-effect/commands/static/rebase.js.map +1 -0
- package/build/cli-effect/commands/static.d.ts +10 -0
- package/build/cli-effect/commands/static.d.ts.map +1 -0
- package/build/cli-effect/commands/static.js +29 -0
- package/build/cli-effect/commands/static.js.map +1 -0
- package/build/cli-effect/index.d.ts +3 -0
- package/build/cli-effect/index.d.ts.map +1 -0
- package/build/cli-effect/index.js +61 -0
- package/build/cli-effect/index.js.map +1 -0
- package/build/dep/tiny-globby/index.d.ts +1 -0
- package/build/dep/tiny-globby/index.d.ts.map +1 -1
- package/build/dep/tiny-globby/index.js +1 -0
- package/build/dep/tiny-globby/index.js.map +1 -1
- package/build/dep/tiny-globby/tiny-globby.d.ts +12 -0
- package/build/dep/tiny-globby/tiny-globby.d.ts.map +1 -1
- package/build/dep/tiny-globby/tiny-globby.js +18 -0
- package/build/dep/tiny-globby/tiny-globby.js.map +1 -1
- package/build/exports/polen.d.ts +3 -3
- package/build/exports/polen.d.ts.map +1 -1
- package/build/exports/polen.js +3 -3
- package/build/exports/polen.js.map +1 -1
- package/build/exports/radix-ui/react-icons.d.ts +2 -0
- package/build/exports/radix-ui/react-icons.d.ts.map +1 -0
- package/build/exports/radix-ui/react-icons.js +4 -0
- package/build/exports/radix-ui/react-icons.js.map +1 -0
- package/build/exports/radix-ui/themes.d.ts +2 -0
- package/build/exports/radix-ui/themes.d.ts.map +1 -0
- package/build/exports/radix-ui/themes.js +4 -0
- package/build/exports/radix-ui/themes.js.map +1 -0
- package/build/lib/catalog/$.d.ts +2 -0
- package/build/lib/catalog/$.d.ts.map +1 -0
- package/build/lib/catalog/$.js +2 -0
- package/build/lib/catalog/$.js.map +1 -0
- package/build/lib/catalog/catalog.d.ts +12455 -0
- package/build/lib/catalog/catalog.d.ts.map +1 -0
- package/build/lib/catalog/catalog.js +50 -0
- package/build/lib/catalog/catalog.js.map +1 -0
- package/build/lib/catalog/unversioned.d.ts +5331 -0
- package/build/lib/catalog/unversioned.d.ts.map +1 -0
- package/build/lib/catalog/unversioned.js +31 -0
- package/build/lib/catalog/unversioned.js.map +1 -0
- package/build/lib/catalog/versioned.d.ts +10720 -0
- package/build/lib/catalog/versioned.d.ts.map +1 -0
- package/build/lib/catalog/versioned.js +31 -0
- package/build/lib/catalog/versioned.js.map +1 -0
- package/build/lib/change/$$.d.ts +4 -0
- package/build/lib/change/$$.d.ts.map +1 -0
- package/build/lib/change/$$.js +4 -0
- package/build/lib/change/$$.js.map +1 -0
- package/build/lib/change/$.d.ts +2 -0
- package/build/lib/change/$.d.ts.map +1 -0
- package/build/lib/change/$.js +2 -0
- package/build/lib/change/$.js.map +1 -0
- package/build/lib/change/calc-changeset.d.ts +11 -0
- package/build/lib/change/calc-changeset.d.ts.map +1 -0
- package/build/lib/change/calc-changeset.js +584 -0
- package/build/lib/change/calc-changeset.js.map +1 -0
- package/build/lib/change/change.d.ts +4709 -0
- package/build/lib/change/change.d.ts.map +1 -0
- package/build/lib/change/change.js +545 -0
- package/build/lib/change/change.js.map +1 -0
- package/build/lib/change/criticality.d.ts +41 -0
- package/build/lib/change/criticality.d.ts.map +1 -0
- package/build/lib/change/criticality.js +37 -0
- package/build/lib/change/criticality.js.map +1 -0
- package/build/lib/change/level.d.ts +3 -0
- package/build/lib/change/level.d.ts.map +1 -0
- package/build/lib/change/level.js +3 -0
- package/build/lib/change/level.js.map +1 -0
- package/build/lib/date-only/$.d.ts +2 -0
- package/build/lib/date-only/$.d.ts.map +1 -0
- package/build/lib/date-only/$.js +2 -0
- package/build/lib/date-only/$.js.map +1 -0
- package/build/lib/date-only/date-only.d.ts +49 -0
- package/build/lib/date-only/date-only.d.ts.map +1 -0
- package/build/lib/date-only/date-only.js +76 -0
- package/build/lib/date-only/date-only.js.map +1 -0
- package/build/lib/file-path/$$.d.ts +2 -0
- package/build/lib/file-path/$$.d.ts.map +1 -0
- package/build/lib/file-path/$$.js +5 -0
- package/build/lib/file-path/$$.js.map +1 -0
- package/build/lib/file-path/$.d.ts +2 -0
- package/build/lib/file-path/$.d.ts.map +1 -0
- package/build/lib/file-path/$.js +5 -0
- package/build/lib/file-path/$.js.map +1 -0
- package/build/lib/file-path/file-path.d.ts +45 -0
- package/build/lib/file-path/file-path.d.ts.map +1 -0
- package/build/lib/file-path/file-path.js +96 -0
- package/build/lib/file-path/file-path.js.map +1 -0
- package/build/lib/file-router/route.d.ts +1 -1
- package/build/lib/file-router/route.d.ts.map +1 -1
- package/build/lib/file-router/scan.d.ts +2 -1
- package/build/lib/file-router/scan.d.ts.map +1 -1
- package/build/lib/file-router/scan.js +10 -6
- package/build/lib/file-router/scan.js.map +1 -1
- package/build/lib/grafaid/schema/ast.d.ts +2 -1
- package/build/lib/grafaid/schema/ast.d.ts.map +1 -1
- package/build/lib/grafaid/schema/ast.js +7 -2
- package/build/lib/grafaid/schema/ast.js.map +1 -1
- package/build/lib/grafaid/schema/read.d.ts +3 -1
- package/build/lib/grafaid/schema/read.d.ts.map +1 -1
- package/build/lib/grafaid/schema/read.js +17 -7
- package/build/lib/grafaid/schema/read.js.map +1 -1
- package/build/lib/grafaid/schema/schema.d.ts +4 -1
- package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
- package/build/lib/grafaid/schema/schema.js +7 -1
- package/build/lib/grafaid/schema/schema.js.map +1 -1
- package/build/lib/grafaid/schema/type-class-name.d.ts +1 -1
- package/build/lib/grafaid/schema/type-class-name.d.ts.map +1 -1
- package/build/lib/grafaid-old/grafaid.d.ts +2 -2
- package/build/lib/grafaid-old/grafaid.d.ts.map +1 -1
- package/build/lib/graph/$$.d.ts +2 -0
- package/build/lib/graph/$$.d.ts.map +1 -0
- package/build/lib/graph/$$.js +2 -0
- package/build/lib/graph/$$.js.map +1 -0
- package/build/lib/graph/$.d.ts +2 -0
- package/build/lib/graph/$.d.ts.map +1 -0
- package/build/lib/graph/$.js +2 -0
- package/build/lib/graph/$.js.map +1 -0
- package/build/lib/graph/graph.d.ts +127 -0
- package/build/lib/graph/graph.d.ts.map +1 -0
- package/build/lib/graph/graph.js +152 -0
- package/build/lib/graph/graph.js.map +1 -0
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts +4 -2
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js +29 -28
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
- package/build/lib/helpers.d.ts +30 -1
- package/build/lib/helpers.d.ts.map +1 -1
- package/build/lib/helpers.js +53 -9
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/kit-temp/$$.d.ts +7 -0
- package/build/lib/kit-temp/$$.d.ts.map +1 -0
- package/build/lib/kit-temp/$$.js +7 -0
- package/build/lib/kit-temp/$$.js.map +1 -0
- package/build/lib/kit-temp/$.d.ts +2 -0
- package/build/lib/kit-temp/$.d.ts.map +1 -0
- package/build/lib/kit-temp/$.js +3 -0
- package/build/lib/kit-temp/$.js.map +1 -0
- package/build/lib/kit-temp/array.d.ts +2 -0
- package/build/lib/kit-temp/array.d.ts.map +1 -0
- package/build/lib/kit-temp/array.js +23 -0
- package/build/lib/kit-temp/array.js.map +1 -0
- package/build/lib/kit-temp/effect.d.ts +271 -0
- package/build/lib/kit-temp/effect.d.ts.map +1 -0
- package/build/lib/kit-temp/effect.js +383 -0
- package/build/lib/kit-temp/effect.js.map +1 -0
- package/build/lib/kit-temp/global-local-check.d.ts +51 -0
- package/build/lib/kit-temp/global-local-check.d.ts.map +1 -0
- package/build/lib/kit-temp/global-local-check.js +115 -0
- package/build/lib/kit-temp/global-local-check.js.map +1 -0
- package/build/lib/kit-temp/ob.d.ts +13 -0
- package/build/lib/kit-temp/ob.d.ts.map +1 -0
- package/build/lib/kit-temp/ob.js +2 -0
- package/build/lib/kit-temp/ob.js.map +1 -0
- package/build/lib/kit-temp/other.d.ts +341 -0
- package/build/lib/kit-temp/other.d.ts.map +1 -0
- package/build/lib/kit-temp/other.js +584 -0
- package/build/lib/kit-temp/other.js.map +1 -0
- package/build/lib/kit-temp/other.test-d.d.ts +2 -0
- package/build/lib/kit-temp/other.test-d.d.ts.map +1 -0
- package/build/lib/kit-temp/other.test-d.js +75 -0
- package/build/lib/kit-temp/other.test-d.js.map +1 -0
- package/build/lib/kit-temp/resource.d.ts +139 -0
- package/build/lib/kit-temp/resource.d.ts.map +1 -0
- package/build/lib/kit-temp/resource.js +155 -0
- package/build/lib/kit-temp/resource.js.map +1 -0
- package/build/lib/lifecycles/$$.d.ts +2 -0
- package/build/lib/lifecycles/$$.d.ts.map +1 -0
- package/build/lib/lifecycles/$$.js +2 -0
- package/build/lib/lifecycles/$$.js.map +1 -0
- package/build/lib/lifecycles/$.d.ts +2 -0
- package/build/lib/lifecycles/$.d.ts.map +1 -0
- package/build/lib/lifecycles/$.js +2 -0
- package/build/lib/lifecycles/$.js.map +1 -0
- package/build/lib/lifecycles/lifecycles.d.ts +91 -0
- package/build/lib/lifecycles/lifecycles.d.ts.map +1 -0
- package/build/lib/lifecycles/lifecycles.js +393 -0
- package/build/lib/lifecycles/lifecycles.js.map +1 -0
- package/build/lib/mask/apply.d.ts +3 -3
- package/build/lib/mask/apply.d.ts.map +1 -1
- package/build/lib/memory-filesystem/$$.d.ts +2 -0
- package/build/lib/memory-filesystem/$$.d.ts.map +1 -0
- package/build/lib/memory-filesystem/$$.js +2 -0
- package/build/lib/memory-filesystem/$$.js.map +1 -0
- package/build/lib/memory-filesystem/$.d.ts +2 -0
- package/build/lib/memory-filesystem/$.d.ts.map +1 -0
- package/build/lib/memory-filesystem/$.js +2 -0
- package/build/lib/memory-filesystem/$.js.map +1 -0
- package/build/lib/memory-filesystem/memory-filesystem.d.ts +26 -0
- package/build/lib/memory-filesystem/memory-filesystem.d.ts.map +1 -0
- package/build/lib/memory-filesystem/memory-filesystem.js +122 -0
- package/build/lib/memory-filesystem/memory-filesystem.js.map +1 -0
- package/build/lib/path-map/path-map.d.ts +11 -11
- package/build/lib/path-map/path-map.d.ts.map +1 -1
- package/build/lib/path-map/path-map.js.map +1 -1
- package/build/lib/react-router-effect/$$.d.ts +5 -0
- package/build/lib/react-router-effect/$$.d.ts.map +1 -0
- package/build/lib/react-router-effect/$$.js +6 -0
- package/build/lib/react-router-effect/$$.js.map +1 -0
- package/build/lib/react-router-effect/$.d.ts +2 -0
- package/build/lib/react-router-effect/$.d.ts.map +1 -0
- package/build/lib/react-router-effect/$.js +2 -0
- package/build/lib/react-router-effect/$.js.map +1 -0
- package/build/lib/react-router-effect/create-loader.d.ts +2 -0
- package/build/lib/react-router-effect/create-loader.d.ts.map +1 -0
- package/build/lib/react-router-effect/create-loader.js +57 -0
- package/build/lib/react-router-effect/create-loader.js.map +1 -0
- package/build/lib/react-router-effect/route-helpers.d.ts +11 -0
- package/build/lib/react-router-effect/route-helpers.d.ts.map +1 -0
- package/build/lib/react-router-effect/route-helpers.js +17 -0
- package/build/lib/react-router-effect/route-helpers.js.map +1 -0
- package/build/lib/react-router-effect/route.d.ts +30 -0
- package/build/lib/react-router-effect/route.d.ts.map +1 -0
- package/build/lib/react-router-effect/route.js +66 -0
- package/build/lib/react-router-effect/route.js.map +1 -0
- package/build/lib/react-router-effect/types.d.ts +72 -0
- package/build/lib/react-router-effect/types.d.ts.map +1 -0
- package/build/lib/react-router-effect/types.js +2 -0
- package/build/lib/react-router-effect/types.js.map +1 -0
- package/build/lib/react-router-effect/use-loader-data.d.ts +59 -0
- package/build/lib/react-router-effect/use-loader-data.d.ts.map +1 -0
- package/build/lib/react-router-effect/use-loader-data.js +107 -0
- package/build/lib/react-router-effect/use-loader-data.js.map +1 -0
- package/build/lib/revision/$.d.ts +2 -0
- package/build/lib/revision/$.d.ts.map +1 -0
- package/build/lib/revision/$.js +2 -0
- package/build/lib/revision/$.js.map +1 -0
- package/build/lib/revision/revision.d.ts +18268 -0
- package/build/lib/revision/revision.d.ts.map +1 -0
- package/build/lib/revision/revision.js +45 -0
- package/build/lib/revision/revision.js.map +1 -0
- package/build/lib/schema/$.d.ts +2 -0
- package/build/lib/schema/$.d.ts.map +1 -0
- package/build/lib/schema/$.js +2 -0
- package/build/lib/schema/$.js.map +1 -0
- package/build/lib/schema/schema.d.ts +12410 -0
- package/build/lib/schema/schema.d.ts.map +1 -0
- package/build/lib/schema/schema.js +34 -0
- package/build/lib/schema/schema.js.map +1 -0
- package/build/lib/schema/unversioned.d.ts +17204 -0
- package/build/lib/schema/unversioned.d.ts.map +1 -0
- package/build/lib/schema/unversioned.js +45 -0
- package/build/lib/schema/unversioned.js.map +1 -0
- package/build/lib/schema/versioned.d.ts +10734 -0
- package/build/lib/schema/versioned.d.ts.map +1 -0
- package/build/lib/schema/versioned.js +40 -0
- package/build/lib/schema/versioned.js.map +1 -0
- package/build/lib/schema-definition/$.d.ts +2 -0
- package/build/lib/schema-definition/$.d.ts.map +1 -0
- package/build/lib/schema-definition/$.js +2 -0
- package/build/lib/schema-definition/$.js.map +1 -0
- package/build/lib/schema-definition/graphql-ast.d.ts +4 -0
- package/build/lib/schema-definition/graphql-ast.d.ts.map +1 -0
- package/build/lib/schema-definition/graphql-ast.js +12 -0
- package/build/lib/schema-definition/graphql-ast.js.map +1 -0
- package/build/lib/schema-definition/schema-definition.d.ts +16 -0
- package/build/lib/schema-definition/schema-definition.d.ts.map +1 -0
- package/build/lib/schema-definition/schema-definition.js +85 -0
- package/build/lib/schema-definition/schema-definition.js.map +1 -0
- package/build/lib/semver/$$.d.ts +2 -0
- package/build/lib/semver/$$.d.ts.map +1 -0
- package/build/lib/semver/$$.js +2 -0
- package/build/lib/semver/$$.js.map +1 -0
- package/build/lib/semver/$.d.ts +2 -0
- package/build/lib/semver/$.d.ts.map +1 -0
- package/build/lib/semver/$.js +2 -0
- package/build/lib/semver/$.js.map +1 -0
- package/build/lib/semver/official-release.d.ts +89 -0
- package/build/lib/semver/official-release.d.ts.map +1 -0
- package/build/lib/semver/official-release.js +35 -0
- package/build/lib/semver/official-release.js.map +1 -0
- package/build/lib/semver/pre-release.d.ts +100 -0
- package/build/lib/semver/pre-release.d.ts.map +1 -0
- package/build/lib/semver/pre-release.js +36 -0
- package/build/lib/semver/pre-release.js.map +1 -0
- package/build/lib/semver/semver.d.ts +463 -0
- package/build/lib/semver/semver.d.ts.map +1 -0
- package/build/lib/semver/semver.js +142 -0
- package/build/lib/semver/semver.js.map +1 -0
- package/build/lib/services-crud/$$.d.ts +5 -0
- package/build/lib/services-crud/$$.d.ts.map +1 -0
- package/build/lib/services-crud/$$.js +5 -0
- package/build/lib/services-crud/$$.js.map +1 -0
- package/build/lib/services-crud/$.d.ts +2 -0
- package/build/lib/services-crud/$.d.ts.map +1 -0
- package/build/lib/services-crud/$.js +2 -0
- package/build/lib/services-crud/$.js.map +1 -0
- package/build/lib/services-crud/browser-ro.d.ts +51 -0
- package/build/lib/services-crud/browser-ro.d.ts.map +1 -0
- package/build/lib/services-crud/browser-ro.js +69 -0
- package/build/lib/services-crud/browser-ro.js.map +1 -0
- package/build/lib/services-crud/filesystem.d.ts +17 -0
- package/build/lib/services-crud/filesystem.d.ts.map +1 -0
- package/build/lib/services-crud/filesystem.js +36 -0
- package/build/lib/services-crud/filesystem.js.map +1 -0
- package/build/lib/services-crud/memory.d.ts +31 -0
- package/build/lib/services-crud/memory.d.ts.map +1 -0
- package/build/lib/services-crud/memory.js +61 -0
- package/build/lib/services-crud/memory.js.map +1 -0
- package/build/lib/services-crud/service.d.ts +45 -0
- package/build/lib/services-crud/service.d.ts.map +1 -0
- package/build/lib/services-crud/service.js +6 -0
- package/build/lib/services-crud/service.js.map +1 -0
- package/build/lib/stack-processor/stack-processor.d.ts +17 -0
- package/build/lib/stack-processor/stack-processor.d.ts.map +1 -1
- package/build/lib/stack-processor/stack-processor.js +24 -0
- package/build/lib/stack-processor/stack-processor.js.map +1 -1
- package/build/lib/task/report.d.ts +2 -2
- package/build/lib/task/report.d.ts.map +1 -1
- package/build/lib/task/task.d.ts +13 -12
- package/build/lib/task/task.d.ts.map +1 -1
- package/build/lib/task/task.js +22 -14
- package/build/lib/task/task.js.map +1 -1
- package/build/lib/version/$$.d.ts +2 -0
- package/build/lib/version/$$.d.ts.map +1 -0
- package/build/lib/version/$$.js +2 -0
- package/build/lib/version/$$.js.map +1 -0
- package/build/lib/version/$.d.ts +2 -0
- package/build/lib/version/$.d.ts.map +1 -0
- package/build/lib/version/$.js +2 -0
- package/build/lib/version/$.js.map +1 -0
- package/build/lib/version/custom.d.ts +44 -0
- package/build/lib/version/custom.d.ts.map +1 -0
- package/build/lib/version/custom.js +31 -0
- package/build/lib/version/custom.js.map +1 -0
- package/build/lib/version/date.d.ts +44 -0
- package/build/lib/version/date.d.ts.map +1 -0
- package/build/lib/version/date.js +32 -0
- package/build/lib/version/date.js.map +1 -0
- package/build/lib/version/integer.d.ts +44 -0
- package/build/lib/version/integer.d.ts.map +1 -0
- package/build/lib/version/integer.js +31 -0
- package/build/lib/version/integer.js.map +1 -0
- package/build/lib/version/semver.d.ts +44 -0
- package/build/lib/version/semver.d.ts.map +1 -0
- package/build/lib/version/semver.js +31 -0
- package/build/lib/version/semver.js.map +1 -0
- package/build/lib/version/version.d.ts +386 -0
- package/build/lib/version/version.d.ts.map +1 -0
- package/build/lib/version/version.js +181 -0
- package/build/lib/version/version.js.map +1 -0
- package/build/lib/vite-plugin-json/vite-plugin-json.d.ts +1 -1
- package/build/lib/vite-plugin-json/vite-plugin-json.d.ts.map +1 -1
- package/build/lib/vite-plugin-json/vite-plugin-json.js +1 -2
- package/build/lib/vite-plugin-json/vite-plugin-json.js.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js +2 -0
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js.map +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
- package/build/project-data.d.ts +1 -1
- package/build/project-data.d.ts.map +1 -1
- package/build/sandbox.js +15 -1
- package/build/sandbox.js.map +1 -1
- package/build/template/catalog-bridge.d.ts +1837 -0
- package/build/template/catalog-bridge.d.ts.map +1 -0
- package/build/template/catalog-bridge.js +87 -0
- package/build/template/catalog-bridge.js.map +1 -0
- package/build/template/components/Changelog/ChangeBase.d.ts +1 -1
- package/build/template/components/Changelog/ChangeBase.d.ts.map +1 -1
- package/build/template/components/Changelog/ChangeBase.js +1 -0
- package/build/template/components/Changelog/ChangeBase.js.map +1 -1
- package/build/template/components/Changelog/Changelog.d.ts +8 -0
- package/build/template/components/Changelog/Changelog.d.ts.map +1 -0
- package/build/template/components/Changelog/Changelog.js +105 -0
- package/build/template/components/Changelog/Changelog.js.map +1 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.d.ts +8 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.d.ts.map +1 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.js +16 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.js.map +1 -0
- package/build/template/components/Changelog/CriticalitySection.d.ts +2 -2
- package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -1
- package/build/template/components/Changelog/CriticalitySection.js +15 -1
- package/build/template/components/Changelog/CriticalitySection.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveArgument.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js +2 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.js +2 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js +5 -4
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.js +2 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.js +4 -3
- package/build/template/components/Changelog/groups/EnumValueOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.js +4 -3
- package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js +2 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js +4 -3
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.js +4 -3
- package/build/template/components/Changelog/groups/FieldDeprecation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js +5 -4
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.js +5 -4
- package/build/template/components/Changelog/groups/FieldDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.js +5 -4
- package/build/template/components/Changelog/groups/FieldOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js +2 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.js +5 -4
- package/build/template/components/Changelog/groups/InputFieldDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.js +5 -4
- package/build/template/components/Changelog/groups/InputFieldOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js +4 -3
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts +1 -2
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.js +5 -4
- package/build/template/components/Changelog/groups/SchemaRootType.js.map +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.js +5 -4
- package/build/template/components/Changelog/groups/TypeDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.js +5 -4
- package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.js +4 -3
- package/build/template/components/Changelog/groups/UnionMemberOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/index.d.ts +0 -1
- package/build/template/components/Changelog/groups/index.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/index.js +1 -1
- package/build/template/components/Changelog/groups/index.js.map +1 -1
- package/build/template/components/CodeBlock.d.ts.map +1 -1
- package/build/template/components/CodeBlock.js +6 -2
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.js +19 -19
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.js +1 -1
- package/build/template/components/HamburgerMenu.js.map +1 -1
- package/build/template/components/Link.js +1 -1
- package/build/template/components/Link.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +15 -9
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/VersionPicker.d.ts +3 -2
- package/build/template/components/VersionPicker.d.ts.map +1 -1
- package/build/template/components/VersionPicker.js +34 -15
- package/build/template/components/VersionPicker.js.map +1 -1
- package/build/template/components/navbar/DefaultNavbar.d.ts +4 -0
- package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -0
- package/build/template/components/navbar/DefaultNavbar.js +10 -0
- package/build/template/components/navbar/DefaultNavbar.js.map +1 -0
- package/build/template/components/navbar/Item.d.ts +7 -0
- package/build/template/components/navbar/Item.d.ts.map +1 -0
- package/build/template/components/navbar/Item.js +6 -0
- package/build/template/components/navbar/Item.js.map +1 -0
- package/build/template/components/sidebar/Sidebar.js +1 -1
- package/build/template/components/sidebar/Sidebar.js.map +1 -1
- package/build/template/contexts/GraphqlLifecycleContext.d.ts +31 -0
- package/build/template/contexts/GraphqlLifecycleContext.d.ts.map +1 -0
- package/build/template/contexts/GraphqlLifecycleContext.js +27 -0
- package/build/template/contexts/GraphqlLifecycleContext.js.map +1 -0
- package/build/template/contexts/ThemeContext.js.map +1 -1
- package/build/template/data/catalog.d.ts +3 -0
- package/build/template/data/catalog.d.ts.map +1 -0
- package/build/template/data/catalog.js +7 -0
- package/build/template/data/catalog.js.map +1 -0
- package/build/template/entry.client.js +7 -3
- package/build/template/entry.client.js.map +1 -1
- package/build/template/hooks/useVersionPath.d.ts.map +1 -1
- package/build/template/hooks/useVersionPath.js +6 -1
- package/build/template/hooks/useVersionPath.js.map +1 -1
- package/build/template/layouts/ChangelogLayout.d.ts +3 -3
- package/build/template/layouts/ChangelogLayout.d.ts.map +1 -1
- package/build/template/layouts/ChangelogLayout.js +64 -46
- package/build/template/layouts/ChangelogLayout.js.map +1 -1
- package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
- package/build/template/layouts/SidebarLayout.js +1 -1
- package/build/template/layouts/SidebarLayout.js.map +1 -1
- package/build/template/lib/polen-url.js +1 -1
- package/build/template/lib/polen-url.js.map +1 -1
- package/build/template/routes/changelog.d.ts +1648 -9
- package/build/template/routes/changelog.d.ts.map +1 -1
- package/build/template/routes/changelog.js +26 -22
- package/build/template/routes/changelog.js.map +1 -1
- 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 +1 -1
- package/build/template/routes/index.js.map +1 -1
- package/build/template/routes/pages.d.ts +1 -9
- package/build/template/routes/pages.d.ts.map +1 -1
- package/build/template/routes/pages.js +4 -17
- package/build/template/routes/pages.js.map +1 -1
- package/build/template/routes/reference.d.ts +1 -56
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +83 -43
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/routes/root.d.ts +2 -7
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +25 -16
- package/build/template/routes/root.js.map +1 -1
- package/build/template/server/create-page-html-response.js.map +1 -1
- package/build/template/server/main.js +4 -7
- package/build/template/server/main.js.map +1 -1
- package/build/template/server/view.d.ts.map +1 -1
- package/build/template/server/view.js +4 -2
- package/build/template/server/view.js.map +1 -1
- package/build/template/stores/$$.d.ts +2 -0
- package/build/template/stores/$$.d.ts.map +1 -1
- package/build/template/stores/$$.js +2 -0
- package/build/template/stores/$$.js.map +1 -1
- package/build/template/stores/changelog.d.ts +1714 -0
- package/build/template/stores/changelog.d.ts.map +1 -0
- package/build/template/stores/changelog.js +73 -0
- package/build/template/stores/changelog.js.map +1 -0
- package/build/template/stores/schema.d.ts +9 -14
- package/build/template/stores/schema.d.ts.map +1 -1
- package/build/template/stores/schema.js +19 -2
- package/build/template/stores/schema.js.map +1 -1
- package/build/template/stores/toast.d.ts +76 -29
- package/build/template/stores/toast.d.ts.map +1 -1
- package/build/template/stores/toast.js +53 -16
- package/build/template/stores/toast.js.map +1 -1
- package/build/vite/config.d.ts +10 -0
- package/build/vite/config.d.ts.map +1 -0
- package/build/vite/config.js +17 -0
- package/build/vite/config.js.map +1 -0
- package/build/vite/index.d.ts +6 -0
- package/build/vite/index.d.ts.map +1 -0
- package/build/vite/index.js +6 -0
- package/build/vite/index.js.map +1 -0
- package/build/vite/log-filters.d.ts.map +1 -0
- package/build/vite/log-filters.js.map +1 -0
- package/build/vite/logger.d.ts +27 -0
- package/build/vite/logger.d.ts.map +1 -0
- package/build/vite/logger.js +67 -0
- package/build/vite/logger.js.map +1 -0
- package/build/vite/plugins/branding.d.ts.map +1 -0
- package/build/vite/plugins/branding.js +80 -0
- package/build/vite/plugins/branding.js.map +1 -0
- package/build/vite/plugins/build.d.ts +4 -0
- package/build/vite/plugins/build.d.ts.map +1 -0
- package/build/vite/plugins/build.js +144 -0
- package/build/vite/plugins/build.js.map +1 -0
- package/build/vite/plugins/core.d.ts +12 -0
- package/build/vite/plugins/core.d.ts.map +1 -0
- package/build/vite/plugins/core.js +226 -0
- package/build/vite/plugins/core.js.map +1 -0
- package/build/vite/plugins/index.d.ts +8 -0
- package/build/vite/plugins/index.d.ts.map +1 -0
- package/build/vite/plugins/index.js +8 -0
- package/build/vite/plugins/index.js.map +1 -0
- package/build/vite/plugins/main.d.ts +4 -0
- package/build/vite/plugins/main.d.ts.map +1 -0
- package/build/vite/plugins/main.js +26 -0
- package/build/vite/plugins/main.js.map +1 -0
- package/build/vite/plugins/manifest.d.ts +4 -0
- package/build/vite/plugins/manifest.d.ts.map +1 -0
- package/build/vite/plugins/manifest.js +27 -0
- package/build/vite/plugins/manifest.js.map +1 -0
- package/build/vite/plugins/pages.d.ts +17 -0
- package/build/vite/plugins/pages.d.ts.map +1 -0
- package/build/vite/plugins/pages.js +210 -0
- package/build/vite/plugins/pages.js.map +1 -0
- package/build/vite/plugins/routes-manifest.d.ts +9 -0
- package/build/vite/plugins/routes-manifest.d.ts.map +1 -0
- package/build/vite/plugins/routes-manifest.js +99 -0
- package/build/vite/plugins/routes-manifest.js.map +1 -0
- package/build/vite/plugins/schema-assets.d.ts +20 -0
- package/build/vite/plugins/schema-assets.d.ts.map +1 -0
- package/build/vite/plugins/schema-assets.js +225 -0
- package/build/vite/plugins/schema-assets.js.map +1 -0
- package/build/vite/plugins/serve.d.ts +4 -0
- package/build/vite/plugins/serve.d.ts.map +1 -0
- package/build/vite/plugins/serve.js +160 -0
- package/build/vite/plugins/serve.js.map +1 -0
- package/build/vite/vi.d.ts.map +1 -0
- package/build/vite/vi.js.map +1 -0
- package/package.json +90 -49
- package/src/api/api.ts +3 -8
- package/src/api/builder/builder.ts +44 -26
- package/src/api/builder/ssg/generate.ts +224 -0
- package/src/api/builder/ssg/page-generator.worker.ts +110 -0
- package/src/api/builder/ssg/server-runner.worker.ts +158 -0
- package/src/api/builder/ssg/worker-messages.ts +69 -0
- package/src/api/builder/ssg/worker-spawners.ts +69 -0
- package/src/api/cache/cache.ts +180 -134
- package/src/api/config/$$.ts +3 -0
- package/src/api/config/$.ts +1 -0
- package/src/api/config/input.ts +340 -0
- package/src/api/config/load.ts +94 -70
- package/src/api/config/normalized.ts +433 -0
- package/src/api/config-resolver/config-resolver.ts +0 -1
- package/src/api/config-resolver/resolve.ts +18 -16
- package/src/api/content/$.test.ts +28 -32
- package/src/api/content/metadata.ts +5 -5
- package/src/api/content/scan.ts +91 -83
- package/src/api/content/sidebar.ts +1 -1
- package/src/api/hooks/helpers.ts +5 -0
- package/src/api/hooks/index.ts +2 -0
- package/src/api/hooks/types.ts +8 -0
- package/src/api/iso/schema/constants.ts +1 -0
- package/src/api/iso/schema/routing.ts +28 -9
- package/src/api/routes/$$.ts +1 -0
- package/src/api/routes/$.ts +1 -0
- package/src/api/routes/manifest/$$.ts +1 -0
- package/src/api/routes/manifest/$.ts +1 -0
- package/src/api/routes/manifest/manifest.ts +61 -0
- package/src/api/schema/$$.ts +7 -0
- package/src/api/schema/$.test.ts +504 -0
- package/src/api/schema/$.ts +1 -0
- package/src/api/schema/augmentations/$.ts +1 -0
- package/src/api/schema/augmentations/augmentations/description.ts +69 -0
- package/src/api/schema/augmentations/schema-augmentation.ts +32 -0
- package/src/api/schema/augmentations/target.ts +61 -0
- package/src/api/schema/config-schema.ts +415 -0
- package/src/api/schema/config.ts +7 -0
- package/src/api/schema/input-source/$$.ts +2 -0
- package/src/api/schema/input-source/$.ts +1 -0
- package/src/api/schema/input-source/input-source.ts +134 -0
- package/src/api/schema/input-source/load.ts +75 -0
- package/src/api/schema/input-sources/$$.ts +6 -0
- package/src/api/schema/input-sources/$.ts +1 -0
- package/src/api/schema/input-sources/directory.ts +259 -0
- package/src/api/schema/input-sources/file.ts +113 -0
- package/src/api/schema/input-sources/introspection-file.ts +179 -0
- package/src/api/schema/input-sources/introspection.ts +222 -0
- package/src/api/schema/input-sources/memory.ts +241 -0
- package/src/api/schema/input-sources/versioned-directory.ts +535 -0
- package/src/api/schema/load.ts +186 -0
- package/src/api/server/report-error.ts +4 -1
- package/src/api/singletons/markdown/markdown.test.ts +7 -6
- package/src/api/singletons/markdown/markdown.ts +6 -4
- package/src/api/static/manifest.test.ts +11 -8
- package/src/api/static/manifest.ts +46 -11
- package/src/api/static/rebase.ts +171 -82
- package/src/cli/_/parameters.ts +7 -0
- package/src/cli/commands/build.ts +32 -16
- package/src/cli/commands/cache/delete.ts +2 -1
- package/src/cli/commands/cache/show.ts +2 -0
- package/src/cli/commands/config/create.ts +2 -1
- package/src/cli/commands/dev.ts +24 -14
- package/src/cli/commands/open.ts +6 -2
- package/src/cli/commands/static/rebase.ts +9 -1
- package/src/cli/index.ts +28 -0
- package/src/cli-effect/_/parameters.ts +17 -0
- package/src/cli-effect/commands/build.ts +66 -0
- package/src/cli-effect/commands/cache/delete.ts +21 -0
- package/src/cli-effect/commands/cache/show.ts +99 -0
- package/src/cli-effect/commands/cache.ts +27 -0
- package/src/cli-effect/commands/config/create.ts +49 -0
- package/src/cli-effect/commands/config.ts +25 -0
- package/src/cli-effect/commands/create.ts +167 -0
- package/src/cli-effect/commands/dev.ts +72 -0
- package/src/cli-effect/commands/open.ts +183 -0
- package/src/cli-effect/commands/static/rebase.ts +66 -0
- package/src/cli-effect/commands/static.ts +39 -0
- package/src/cli-effect/index.ts +79 -0
- package/src/dep/tiny-globby/index.ts +1 -0
- package/src/dep/tiny-globby/tiny-globby.ts +27 -0
- package/src/exports/polen.ts +3 -3
- package/src/exports/radix-ui/react-icons.ts +3 -0
- package/src/exports/radix-ui/themes.ts +3 -0
- package/src/lib/catalog/$.ts +1 -0
- package/src/lib/catalog/catalog.ts +73 -0
- package/src/lib/catalog/unversioned.ts +42 -0
- package/src/lib/catalog/versioned.ts +42 -0
- package/src/lib/change/$$.ts +3 -0
- package/src/lib/change/$.ts +1 -0
- package/src/lib/change/calc-changeset.ts +650 -0
- package/src/lib/change/change.ts +718 -0
- package/src/lib/change/criticality.ts +53 -0
- package/src/lib/change/level.ts +3 -0
- package/src/lib/date-only/$.ts +1 -0
- package/src/lib/date-only/date-only.ts +112 -0
- package/src/lib/file-path/$$.ts +5 -0
- package/src/lib/file-path/$.ts +5 -0
- package/src/lib/file-path/file-path.test.ts +80 -0
- package/src/lib/file-path/file-path.ts +134 -0
- package/src/lib/file-router/index.test.ts +3 -2
- package/src/lib/file-router/linter.test.ts +95 -79
- package/src/lib/file-router/route.ts +1 -1
- package/src/lib/file-router/scan.ts +22 -17
- package/src/lib/grafaid/schema/ast.ts +8 -2
- package/src/lib/grafaid/schema/read.ts +28 -12
- package/src/lib/grafaid/schema/schema.ts +8 -1
- package/src/lib/grafaid/schema/type-class-name.ts +9 -9
- package/src/lib/grafaid-old/grafaid.ts +6 -6
- package/src/lib/graph/$$.ts +1 -0
- package/src/lib/graph/$.ts +1 -0
- package/src/lib/graph/graph.ts +197 -0
- package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +66 -51
- package/src/lib/helpers.ts +78 -14
- package/src/lib/html-utils/inject-global-data.test.ts +63 -66
- package/src/lib/kit-temp/$$.ts +6 -0
- package/src/lib/kit-temp/$.ts +2 -0
- package/src/lib/kit-temp/array.ts +30 -0
- package/src/lib/kit-temp/effect.test.ts +124 -0
- package/src/lib/kit-temp/effect.ts +656 -0
- package/src/lib/kit-temp/effect.union-adt.test.ts +81 -0
- package/src/lib/kit-temp/global-local-check.ts +179 -0
- package/src/lib/kit-temp/ob.ts +19 -0
- package/src/lib/kit-temp/other.test-d.ts +120 -0
- package/src/lib/kit-temp/other.test.ts +256 -0
- package/src/lib/kit-temp/other.ts +835 -0
- package/src/lib/kit-temp/resource.test.ts +365 -0
- package/src/lib/kit-temp/resource.ts +255 -0
- package/src/lib/lifecycles/$$.ts +1 -0
- package/src/lib/lifecycles/$.ts +1 -0
- package/src/lib/lifecycles/lifecycles.ts +521 -0
- package/src/lib/mask/$.test.ts +60 -82
- package/src/lib/mask/apply.ts +9 -9
- package/src/lib/mask/mask.test-d.ts +1 -1
- package/src/lib/memory-filesystem/$$.ts +1 -0
- package/src/lib/memory-filesystem/$.ts +1 -0
- package/src/lib/memory-filesystem/memory-filesystem.ts +162 -0
- package/src/lib/path-map/$.test.ts +2 -2
- package/src/lib/path-map/path-map.ts +15 -15
- package/src/lib/react-router-effect/$$.ts +5 -0
- package/src/lib/react-router-effect/$.ts +1 -0
- package/src/lib/react-router-effect/README.md +178 -0
- package/src/lib/react-router-effect/create-loader.ts +57 -0
- package/src/lib/react-router-effect/route-helpers.ts +25 -0
- package/src/lib/react-router-effect/route.ts +78 -0
- package/src/lib/react-router-effect/types.ts +82 -0
- package/src/lib/react-router-effect/use-loader-data.ts +133 -0
- package/src/lib/revision/$.ts +1 -0
- package/src/lib/revision/revision.ts +64 -0
- package/src/lib/schema/$.test.ts +54 -0
- package/src/lib/schema/schema.ts +50 -0
- package/src/lib/schema/unversioned.ts +59 -0
- package/src/lib/schema/versioned.ts +83 -0
- package/src/lib/schema-definition/$.test.ts +58 -0
- package/src/lib/schema-definition/$.ts +1 -0
- package/src/lib/schema-definition/graphql-ast.ts +14 -0
- package/src/lib/schema-definition/schema-definition.ts +115 -0
- package/src/lib/semver/$$.ts +1 -0
- package/src/lib/semver/$.test.ts +179 -0
- package/src/lib/semver/$.ts +1 -0
- package/src/lib/semver/official-release.ts +50 -0
- package/src/lib/semver/pre-release.ts +51 -0
- package/src/lib/semver/semver.ts +200 -0
- package/src/lib/services-crud/$$.ts +4 -0
- package/src/lib/services-crud/$.ts +1 -0
- package/src/lib/services-crud/browser-ro.ts +98 -0
- package/src/lib/services-crud/filesystem.ts +63 -0
- package/src/lib/services-crud/memory.ts +86 -0
- package/src/lib/services-crud/service.ts +49 -0
- package/src/lib/stack-processor/stack-processor.ts +32 -0
- package/src/lib/task/$.test.ts +37 -36
- package/src/lib/task/report.ts +2 -2
- package/src/lib/task/task.ts +72 -55
- package/src/lib/theme/theme.test.ts +40 -74
- package/src/lib/version/$$.ts +1 -0
- package/src/lib/version/$.test.ts +101 -0
- package/src/lib/version/$.ts +1 -0
- package/src/lib/version/custom.ts +46 -0
- package/src/lib/version/date.ts +47 -0
- package/src/lib/version/integer.ts +46 -0
- package/src/lib/version/semver.ts +46 -0
- package/src/lib/version/version.ts +222 -0
- package/src/lib/vite-plugin-json/vite-plugin-json.ts +2 -3
- package/src/lib/vite-plugin-mdx/vite-plugin-mdx.ts +3 -1
- package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +1 -1
- package/src/project-data.ts +1 -1
- package/src/sandbox.ts +15 -1
- package/src/template/catalog-bridge.ts +102 -0
- package/src/template/components/Changelog/ChangeBase.tsx +1 -1
- package/src/template/components/Changelog/Changelog.tsx +148 -0
- package/src/template/components/Changelog/ChangelogVersionPicker.tsx +36 -0
- package/src/template/components/Changelog/CriticalitySection.tsx +18 -2
- package/src/template/components/Changelog/groups/DirectiveArgument.tsx +7 -8
- package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +3 -4
- package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/DirectiveDescription.tsx +3 -3
- package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/DirectiveOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +7 -9
- package/src/template/components/Changelog/groups/EnumValueDescription.tsx +3 -3
- package/src/template/components/Changelog/groups/EnumValueOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/FieldArgument.tsx +8 -10
- package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +5 -4
- package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +7 -8
- package/src/template/components/Changelog/groups/FieldDeprecation.tsx +5 -5
- package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +9 -10
- package/src/template/components/Changelog/groups/FieldDescription.tsx +6 -6
- package/src/template/components/Changelog/groups/FieldOperation.tsx +7 -7
- package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +4 -5
- package/src/template/components/Changelog/groups/InputFieldDescription.tsx +6 -9
- package/src/template/components/Changelog/groups/InputFieldOperation.tsx +7 -8
- package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/SchemaRootType.tsx +8 -10
- package/src/template/components/Changelog/groups/TypeDescription.tsx +6 -6
- package/src/template/components/Changelog/groups/TypeOperation.tsx +6 -6
- package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/index.ts +1 -1
- package/src/template/components/CodeBlock.tsx +6 -2
- package/src/template/components/Field.tsx +38 -28
- package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +1 -1
- package/src/template/components/GraphQLInteractive/components/GraphQLTokenPopover.tsx +8 -8
- package/src/template/components/GraphQLInteractive/lib/parser.ts +1 -1
- package/src/template/components/GraphQLInteractive/tests/parser-error-hint.test.ts +3 -3
- package/src/template/components/GraphQLInteractive/tests/parser.test.ts +76 -65
- package/src/template/components/HamburgerMenu.tsx +5 -1
- package/src/template/components/Link.tsx +1 -1
- package/src/template/components/NamedType.tsx +34 -17
- package/src/template/components/VersionPicker.tsx +48 -23
- package/src/template/components/navbar/DefaultNavbar.tsx +22 -0
- package/src/template/components/navbar/Item.tsx +11 -0
- package/src/template/components/sidebar/Sidebar.tsx +1 -1
- package/src/template/contexts/GraphqlLifecycleContext.tsx +43 -0
- package/src/template/contexts/ThemeContext.tsx +2 -2
- package/src/template/data/catalog.ts +7 -0
- package/src/template/entry.client.tsx +7 -3
- package/src/template/env.d.ts +3 -0
- package/src/template/hooks/useVersionPath.ts +6 -1
- package/src/template/layouts/ChangelogLayout.tsx +85 -64
- package/src/template/layouts/SidebarLayout.tsx +7 -3
- package/src/template/lib/polen-url.ts +1 -1
- package/src/template/routes/changelog.tsx +27 -27
- package/src/template/routes/index.tsx +1 -1
- package/src/template/routes/pages.tsx +4 -19
- package/src/template/routes/reference.tsx +102 -55
- package/src/template/routes/root.tsx +39 -39
- package/src/template/server/create-page-html-response.ts +2 -2
- package/src/template/server/main.ts +7 -7
- package/src/template/server/view.ts +4 -2
- package/src/template/stores/$$.ts +3 -0
- package/src/template/stores/changelog.ts +87 -0
- package/src/template/stores/schema.ts +21 -10
- package/src/template/stores/toast.ts +56 -37
- package/src/types/global-constants.d.ts +36 -0
- package/src/types/global.d.ts +17 -0
- package/src/types/virtual-modules.d.ts +41 -0
- package/src/vite/config.ts +27 -0
- package/src/vite/index.ts +5 -0
- package/src/vite/logger.ts +90 -0
- package/src/vite/plugins/branding.ts +108 -0
- package/src/vite/plugins/build.ts +147 -0
- package/src/vite/plugins/core.ts +279 -0
- package/src/vite/plugins/index.ts +7 -0
- package/src/vite/plugins/main.ts +42 -0
- package/src/vite/plugins/manifest.ts +36 -0
- package/src/vite/plugins/pages.ts +266 -0
- package/src/vite/plugins/routes-manifest.ts +145 -0
- package/src/vite/plugins/schema-assets.ts +265 -0
- package/src/vite/plugins/serve.ts +201 -0
- package/build/api/config/config.d.ts +0 -5
- package/build/api/config/config.d.ts.map +0 -1
- package/build/api/config/config.js +0 -5
- package/build/api/config/config.js.map +0 -1
- package/build/api/config/configurator.d.ts +0 -380
- package/build/api/config/configurator.d.ts.map +0 -1
- package/build/api/config/configurator.js +0 -177
- package/build/api/config/configurator.js.map +0 -1
- package/build/api/config/define.d.ts +0 -7
- package/build/api/config/define.d.ts.map +0 -1
- package/build/api/config/define.js +0 -7
- package/build/api/config/define.js.map +0 -1
- package/build/api/config/index.d.ts +0 -2
- package/build/api/config/index.d.ts.map +0 -1
- package/build/api/config/index.js +0 -2
- package/build/api/config/index.js.map +0 -1
- package/build/api/config/merge.d.ts +0 -7
- package/build/api/config/merge.d.ts.map +0 -1
- package/build/api/config/merge.js +0 -42
- package/build/api/config/merge.js.map +0 -1
- package/build/api/config-resolver/vite.d.ts +0 -10
- package/build/api/config-resolver/vite.d.ts.map +0 -1
- package/build/api/config-resolver/vite.js +0 -19
- package/build/api/config-resolver/vite.js.map +0 -1
- package/build/api/schema/data-sources/data-sources.d.ts +0 -5
- package/build/api/schema/data-sources/data-sources.d.ts.map +0 -1
- package/build/api/schema/data-sources/data-sources.js +0 -5
- package/build/api/schema/data-sources/data-sources.js.map +0 -1
- package/build/api/schema/data-sources/index.d.ts +0 -2
- package/build/api/schema/data-sources/index.d.ts.map +0 -1
- package/build/api/schema/data-sources/index.js +0 -2
- package/build/api/schema/data-sources/index.js.map +0 -1
- package/build/api/schema/data-sources/introspection/introspection.d.ts +0 -84
- package/build/api/schema/data-sources/introspection/introspection.d.ts.map +0 -1
- package/build/api/schema/data-sources/introspection/introspection.js +0 -111
- package/build/api/schema/data-sources/introspection/introspection.js.map +0 -1
- package/build/api/schema/data-sources/memory/memory.d.ts +0 -51
- package/build/api/schema/data-sources/memory/memory.d.ts.map +0 -1
- package/build/api/schema/data-sources/memory/memory.js +0 -63
- package/build/api/schema/data-sources/memory/memory.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts +0 -13
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js +0 -49
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts +0 -2
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js +0 -2
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +0 -49
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js +0 -100
- package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +0 -1
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts +0 -35
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-file/schema-file.js +0 -45
- package/build/api/schema/data-sources/schema-file/schema-file.js.map +0 -1
- package/build/api/schema/index.d.ts +0 -2
- package/build/api/schema/index.d.ts.map +0 -1
- package/build/api/schema/index.js +0 -2
- package/build/api/schema/index.js.map +0 -1
- package/build/api/schema/metadata.d.ts +0 -16
- package/build/api/schema/metadata.d.ts.map +0 -1
- package/build/api/schema/metadata.js +0 -19
- package/build/api/schema/metadata.js.map +0 -1
- package/build/api/schema/read.d.ts +0 -135
- package/build/api/schema/read.d.ts.map +0 -1
- package/build/api/schema/read.js +0 -50
- package/build/api/schema/read.js.map +0 -1
- package/build/api/schema/schema.d.ts +0 -6
- package/build/api/schema/schema.d.ts.map +0 -1
- package/build/api/schema/schema.js +0 -8
- package/build/api/schema/schema.js.map +0 -1
- package/build/api/schema-augmentation/augmentations/description.d.ts +0 -17
- package/build/api/schema-augmentation/augmentations/description.d.ts.map +0 -1
- package/build/api/schema-augmentation/augmentations/description.js +0 -40
- package/build/api/schema-augmentation/augmentations/description.js.map +0 -1
- package/build/api/schema-augmentation/index.d.ts +0 -2
- package/build/api/schema-augmentation/index.d.ts.map +0 -1
- package/build/api/schema-augmentation/index.js +0 -2
- package/build/api/schema-augmentation/index.js.map +0 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts +0 -6
- package/build/api/schema-augmentation/schema-augmentation.d.ts.map +0 -1
- package/build/api/schema-augmentation/schema-augmentation.js +0 -17
- package/build/api/schema-augmentation/schema-augmentation.js.map +0 -1
- package/build/api/schema-augmentation/target.d.ts +0 -14
- package/build/api/schema-augmentation/target.d.ts.map +0 -1
- package/build/api/schema-augmentation/target.js +0 -25
- package/build/api/schema-augmentation/target.js.map +0 -1
- package/build/api/schema-source/index.d.ts +0 -2
- package/build/api/schema-source/index.d.ts.map +0 -1
- package/build/api/schema-source/index.js +0 -2
- package/build/api/schema-source/index.js.map +0 -1
- package/build/api/schema-source/schema-source.d.ts +0 -37
- package/build/api/schema-source/schema-source.d.ts.map +0 -1
- package/build/api/schema-source/schema-source.js +0 -150
- package/build/api/schema-source/schema-source.js.map +0 -1
- package/build/api/vite/log-filters.d.ts.map +0 -1
- package/build/api/vite/log-filters.js.map +0 -1
- package/build/api/vite/logger.d.ts +0 -4
- package/build/api/vite/logger.d.ts.map +0 -1
- package/build/api/vite/logger.js +0 -29
- package/build/api/vite/logger.js.map +0 -1
- package/build/api/vite/plugins/branding.d.ts.map +0 -1
- package/build/api/vite/plugins/branding.js +0 -80
- package/build/api/vite/plugins/branding.js.map +0 -1
- package/build/api/vite/plugins/build.d.ts +0 -4
- package/build/api/vite/plugins/build.d.ts.map +0 -1
- package/build/api/vite/plugins/build.js +0 -167
- package/build/api/vite/plugins/build.js.map +0 -1
- package/build/api/vite/plugins/core.d.ts +0 -11
- package/build/api/vite/plugins/core.d.ts.map +0 -1
- package/build/api/vite/plugins/core.js +0 -210
- package/build/api/vite/plugins/core.js.map +0 -1
- package/build/api/vite/plugins/main.d.ts +0 -4
- package/build/api/vite/plugins/main.d.ts.map +0 -1
- package/build/api/vite/plugins/main.js +0 -25
- package/build/api/vite/plugins/main.js.map +0 -1
- package/build/api/vite/plugins/pages.d.ts +0 -17
- package/build/api/vite/plugins/pages.d.ts.map +0 -1
- package/build/api/vite/plugins/pages.js +0 -209
- package/build/api/vite/plugins/pages.js.map +0 -1
- package/build/api/vite/plugins/schema-assets.d.ts +0 -22
- package/build/api/vite/plugins/schema-assets.d.ts.map +0 -1
- package/build/api/vite/plugins/schema-assets.js +0 -319
- package/build/api/vite/plugins/schema-assets.js.map +0 -1
- package/build/api/vite/plugins/serve.d.ts +0 -4
- package/build/api/vite/plugins/serve.d.ts.map +0 -1
- package/build/api/vite/plugins/serve.js +0 -134
- package/build/api/vite/plugins/serve.js.map +0 -1
- package/build/api/vite/vi.d.ts.map +0 -1
- package/build/api/vite/vi.js.map +0 -1
- package/build/dep/superjson/index.d.ts +0 -2
- package/build/dep/superjson/index.d.ts.map +0 -1
- package/build/dep/superjson/index.js +0 -2
- package/build/dep/superjson/index.js.map +0 -1
- package/build/dep/superjson/superjson.d.ts +0 -5
- package/build/dep/superjson/superjson.d.ts.map +0 -1
- package/build/dep/superjson/superjson.js +0 -2
- package/build/dep/superjson/superjson.js.map +0 -1
- package/build/lib/graphql-change/$$.d.ts +0 -11
- package/build/lib/graphql-change/$$.d.ts.map +0 -1
- package/build/lib/graphql-change/$$.js +0 -10
- package/build/lib/graphql-change/$$.js.map +0 -1
- package/build/lib/graphql-change/$.d.ts +0 -2
- package/build/lib/graphql-change/$.d.ts.map +0 -1
- package/build/lib/graphql-change/$.js +0 -2
- package/build/lib/graphql-change/$.js.map +0 -1
- package/build/lib/graphql-change/change-groups.d.ts +0 -58
- package/build/lib/graphql-change/change-groups.d.ts.map +0 -1
- package/build/lib/graphql-change/change-groups.js +0 -87
- package/build/lib/graphql-change/change-groups.js.map +0 -1
- package/build/lib/graphql-change/change-types.d.ts +0 -170
- package/build/lib/graphql-change/change-types.d.ts.map +0 -1
- package/build/lib/graphql-change/change-types.js +0 -11
- package/build/lib/graphql-change/change-types.js.map +0 -1
- package/build/lib/graphql-change/criticality.d.ts +0 -26
- package/build/lib/graphql-change/criticality.d.ts.map +0 -1
- package/build/lib/graphql-change/criticality.js +0 -30
- package/build/lib/graphql-change/criticality.js.map +0 -1
- package/build/lib/graphql-change/old.d.ts +0 -2
- package/build/lib/graphql-change/old.d.ts.map +0 -1
- package/build/lib/graphql-change/old.js +0 -130
- package/build/lib/graphql-change/old.js.map +0 -1
- package/build/lib/graphql-changeset/$$.d.ts +0 -4
- package/build/lib/graphql-changeset/$$.d.ts.map +0 -1
- package/build/lib/graphql-changeset/$$.js +0 -4
- package/build/lib/graphql-changeset/$$.js.map +0 -1
- package/build/lib/graphql-changeset/$.d.ts +0 -2
- package/build/lib/graphql-changeset/$.d.ts.map +0 -1
- package/build/lib/graphql-changeset/$.js +0 -2
- package/build/lib/graphql-changeset/$.js.map +0 -1
- package/build/lib/graphql-changeset/changelog.d.ts +0 -4
- package/build/lib/graphql-changeset/changelog.d.ts.map +0 -1
- package/build/lib/graphql-changeset/changelog.js +0 -2
- package/build/lib/graphql-changeset/changelog.js.map +0 -1
- package/build/lib/graphql-changeset/changeset.d.ts +0 -66
- package/build/lib/graphql-changeset/changeset.d.ts.map +0 -1
- package/build/lib/graphql-changeset/changeset.js +0 -139
- package/build/lib/graphql-changeset/changeset.js.map +0 -1
- package/build/lib/graphql-changeset/versioned-schema.d.ts +0 -31
- package/build/lib/graphql-changeset/versioned-schema.d.ts.map +0 -1
- package/build/lib/graphql-changeset/versioned-schema.js +0 -14
- package/build/lib/graphql-changeset/versioned-schema.js.map +0 -1
- package/build/lib/kit-temp.d.ts +0 -285
- package/build/lib/kit-temp.d.ts.map +0 -1
- package/build/lib/kit-temp.js +0 -486
- package/build/lib/kit-temp.js.map +0 -1
- package/build/lib/kit-temp.test-d.d.ts +0 -2
- package/build/lib/kit-temp.test-d.d.ts.map +0 -1
- package/build/lib/kit-temp.test-d.js +0 -75
- package/build/lib/kit-temp.test-d.js.map +0 -1
- package/build/lib/react-router-loader/$$.d.ts +0 -6
- package/build/lib/react-router-loader/$$.d.ts.map +0 -1
- package/build/lib/react-router-loader/$$.js +0 -24
- package/build/lib/react-router-loader/$$.js.map +0 -1
- package/build/lib/react-router-loader/$.d.ts +0 -2
- package/build/lib/react-router-loader/$.d.ts.map +0 -1
- package/build/lib/react-router-loader/$.js +0 -2
- package/build/lib/react-router-loader/$.js.map +0 -1
- package/build/lib/schema-lifecycle/$$.d.ts +0 -6
- package/build/lib/schema-lifecycle/$$.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/$$.js +0 -6
- package/build/lib/schema-lifecycle/$$.js.map +0 -1
- package/build/lib/schema-lifecycle/$.d.ts +0 -2
- package/build/lib/schema-lifecycle/$.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/$.js +0 -2
- package/build/lib/schema-lifecycle/$.js.map +0 -1
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts +0 -17
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/FieldLifecycle.js +0 -2
- package/build/lib/schema-lifecycle/FieldLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts +0 -25
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/LifecycleEvent.js +0 -2
- package/build/lib/schema-lifecycle/LifecycleEvent.js.map +0 -1
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts +0 -59
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js +0 -24
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts +0 -25
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLifecycle.js +0 -59
- package/build/lib/schema-lifecycle/SchemaLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLink.d.ts +0 -2
- package/build/lib/schema-lifecycle/SchemaLink.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLink.js +0 -38
- package/build/lib/schema-lifecycle/SchemaLink.js.map +0 -1
- package/build/lib/schema-lifecycle/handlers.d.ts +0 -20
- package/build/lib/schema-lifecycle/handlers.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/handlers.js +0 -168
- package/build/lib/schema-lifecycle/handlers.js.map +0 -1
- package/build/lib/schema-lifecycle/utils.d.ts +0 -53
- package/build/lib/schema-lifecycle/utils.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/utils.js +0 -160
- package/build/lib/schema-lifecycle/utils.js.map +0 -1
- package/build/lib/superjson-codec/$$.d.ts +0 -3
- package/build/lib/superjson-codec/$$.d.ts.map +0 -1
- package/build/lib/superjson-codec/$$.js +0 -3
- package/build/lib/superjson-codec/$$.js.map +0 -1
- package/build/lib/superjson-codec/$.d.ts +0 -2
- package/build/lib/superjson-codec/$.d.ts.map +0 -1
- package/build/lib/superjson-codec/$.js +0 -2
- package/build/lib/superjson-codec/$.js.map +0 -1
- package/build/lib/superjson-codec/codec.d.ts +0 -9
- package/build/lib/superjson-codec/codec.d.ts.map +0 -1
- package/build/lib/superjson-codec/codec.js +0 -7
- package/build/lib/superjson-codec/codec.js.map +0 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +0 -3
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +0 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js +0 -22
- package/build/lib/superjson-codec/codecs/graphql-schema.js.map +0 -1
- package/build/singletons/superjson.d.ts +0 -4
- package/build/singletons/superjson.d.ts.map +0 -1
- package/build/singletons/superjson.js +0 -6
- package/build/singletons/superjson.js.map +0 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +0 -6
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +0 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.js +0 -59
- package/build/template/components/Changelog/groups/DirectiveUsage.js.map +0 -1
- package/build/template/components/Changelog.d.ts +0 -7
- package/build/template/components/Changelog.d.ts.map +0 -1
- package/build/template/components/Changelog.js +0 -52
- package/build/template/components/Changelog.js.map +0 -1
- package/build/template/contexts/SchemaLifecycleContext.d.ts +0 -14
- package/build/template/contexts/SchemaLifecycleContext.d.ts.map +0 -1
- package/build/template/contexts/SchemaLifecycleContext.js +0 -15
- package/build/template/contexts/SchemaLifecycleContext.js.map +0 -1
- package/build/template/server/ssg/generate.d.ts +0 -3
- package/build/template/server/ssg/generate.d.ts.map +0 -1
- package/build/template/server/ssg/generate.js +0 -79
- package/build/template/server/ssg/generate.js.map +0 -1
- package/build/template/server/ssg/get-route-paths.d.ts +0 -2
- package/build/template/server/ssg/get-route-paths.d.ts.map +0 -1
- package/build/template/server/ssg/get-route-paths.js +0 -149
- package/build/template/server/ssg/get-route-paths.js.map +0 -1
- package/build/template/sources/schema-source.d.ts +0 -17
- package/build/template/sources/schema-source.d.ts.map +0 -1
- package/build/template/sources/schema-source.js +0 -64
- package/build/template/sources/schema-source.js.map +0 -1
- package/src/api/config/config.ts +0 -4
- package/src/api/config/configurator.ts +0 -566
- package/src/api/config/define.ts +0 -8
- package/src/api/config/index.ts +0 -1
- package/src/api/config/merge.ts +0 -61
- package/src/api/config-resolver/vite.ts +0 -28
- package/src/api/schema/data-sources/data-sources.ts +0 -4
- package/src/api/schema/data-sources/index.ts +0 -1
- package/src/api/schema/data-sources/introspection/introspection.ts +0 -216
- package/src/api/schema/data-sources/memory/memory.ts +0 -125
- package/src/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.ts +0 -84
- package/src/api/schema/data-sources/schema-directory/file-name-expression/index.ts +0 -1
- package/src/api/schema/data-sources/schema-directory/schema-directory.ts +0 -178
- package/src/api/schema/data-sources/schema-file/schema-file.ts +0 -84
- package/src/api/schema/metadata.ts +0 -23
- package/src/api/schema/read.ts +0 -196
- package/src/api/schema/schema.ts +0 -8
- package/src/api/schema-augmentation/augmentations/description.ts +0 -57
- package/src/api/schema-augmentation/index.ts +0 -1
- package/src/api/schema-augmentation/schema-augmentation.ts +0 -25
- package/src/api/schema-augmentation/target.ts +0 -50
- package/src/api/schema-source/index.ts +0 -1
- package/src/api/schema-source/schema-source.ts +0 -216
- package/src/api/vite/logger.ts +0 -33
- package/src/api/vite/plugins/branding.ts +0 -108
- package/src/api/vite/plugins/build.ts +0 -179
- package/src/api/vite/plugins/core.ts +0 -244
- package/src/api/vite/plugins/main.ts +0 -40
- package/src/api/vite/plugins/pages.ts +0 -261
- package/src/api/vite/plugins/schema-assets.ts +0 -378
- package/src/api/vite/plugins/serve.ts +0 -161
- package/src/dep/superjson/index.ts +0 -1
- package/src/dep/superjson/superjson.ts +0 -8
- package/src/lib/graphql-change/$$.ts +0 -18
- package/src/lib/graphql-change/$.ts +0 -1
- package/src/lib/graphql-change/change-groups.ts +0 -337
- package/src/lib/graphql-change/change-types.ts +0 -203
- package/src/lib/graphql-change/criticality.ts +0 -45
- package/src/lib/graphql-change/old.ts +0 -163
- package/src/lib/graphql-changeset/$$.ts +0 -3
- package/src/lib/graphql-changeset/$.ts +0 -1
- package/src/lib/graphql-changeset/changelog.ts +0 -9
- package/src/lib/graphql-changeset/changeset.ts +0 -190
- package/src/lib/graphql-changeset/versioned-schema.ts +0 -43
- package/src/lib/kit-temp.test-d.ts +0 -120
- package/src/lib/kit-temp.test.ts +0 -232
- package/src/lib/kit-temp.ts +0 -661
- package/src/lib/react-router-loader/$$.ts +0 -40
- package/src/lib/react-router-loader/$.ts +0 -1
- package/src/lib/schema-lifecycle/$$.ts +0 -19
- package/src/lib/schema-lifecycle/$.test.ts +0 -222
- package/src/lib/schema-lifecycle/$.ts +0 -1
- package/src/lib/schema-lifecycle/FieldLifecycle.ts +0 -18
- package/src/lib/schema-lifecycle/LifecycleEvent.ts +0 -27
- package/src/lib/schema-lifecycle/NamedTypeLifecycle.ts +0 -96
- package/src/lib/schema-lifecycle/SchemaLifecycle.ts +0 -85
- package/src/lib/schema-lifecycle/SchemaLink.ts +0 -40
- package/src/lib/schema-lifecycle/handlers.ts +0 -215
- package/src/lib/schema-lifecycle/utils.ts +0 -234
- package/src/lib/superjson-codec/$$.ts +0 -2
- package/src/lib/superjson-codec/$.ts +0 -1
- package/src/lib/superjson-codec/codec.ts +0 -18
- package/src/lib/superjson-codec/codecs/graphql-schema.ts +0 -24
- package/src/singletons/superjson.ts +0 -11
- package/src/template/components/Changelog/groups/DirectiveUsage.tsx +0 -137
- package/src/template/components/Changelog.tsx +0 -80
- package/src/template/contexts/SchemaLifecycleContext.tsx +0 -30
- package/src/template/global.d.ts +0 -7
- package/src/template/server/ssg/generate.ts +0 -101
- package/src/template/server/ssg/get-route-paths.test.ts +0 -145
- package/src/template/server/ssg/get-route-paths.ts +0 -151
- package/src/template/sources/schema-source.ts +0 -69
- /package/build/{api/vite → vite}/log-filters.d.ts +0 -0
- /package/build/{api/vite → vite}/log-filters.js +0 -0
- /package/build/{api/vite → vite}/plugins/branding.d.ts +0 -0
- /package/build/{api/vite → vite}/vi.d.ts +0 -0
- /package/build/{api/vite → vite}/vi.js +0 -0
- /package/src/{api/schema/index.ts → lib/schema/$.ts} +0 -0
- /package/src/{api/vite → vite}/log-filters.ts +0 -0
- /package/src/{api/vite → vite}/vi.ts +0 -0
@@ -0,0 +1,1714 @@
|
|
1
|
+
import { Revision } from '#lib/revision/$';
|
2
|
+
import { Schema as SchemaLib } from '#lib/schema/$';
|
3
|
+
import { Schema as S } from 'effect';
|
4
|
+
/**
|
5
|
+
* State for each version - what revision is currently selected
|
6
|
+
*/
|
7
|
+
export declare const VersionState: S.Struct<{
|
8
|
+
currentRevision: S.NullOr<S.Struct<{
|
9
|
+
_tag: S.tag<"Revision">;
|
10
|
+
} & {
|
11
|
+
date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
|
12
|
+
changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
|
13
|
+
name: typeof S.String;
|
14
|
+
message: typeof S.String;
|
15
|
+
path: S.optional<typeof S.String>;
|
16
|
+
criticality: S.Struct<{
|
17
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
18
|
+
reason: S.optional<typeof S.String>;
|
19
|
+
}>;
|
20
|
+
}>, S.TaggedStruct<"TYPE_REMOVED", {
|
21
|
+
name: typeof S.String;
|
22
|
+
message: typeof S.String;
|
23
|
+
path: S.optional<typeof S.String>;
|
24
|
+
criticality: S.Struct<{
|
25
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
26
|
+
reason: S.optional<typeof S.String>;
|
27
|
+
}>;
|
28
|
+
}>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
|
29
|
+
name: typeof S.String;
|
30
|
+
oldKind: typeof S.String;
|
31
|
+
newKind: typeof S.String;
|
32
|
+
message: typeof S.String;
|
33
|
+
path: S.optional<typeof S.String>;
|
34
|
+
criticality: S.Struct<{
|
35
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
36
|
+
reason: S.optional<typeof S.String>;
|
37
|
+
}>;
|
38
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
|
39
|
+
name: typeof S.String;
|
40
|
+
oldDescription: S.optional<typeof S.String>;
|
41
|
+
newDescription: S.optional<typeof S.String>;
|
42
|
+
message: typeof S.String;
|
43
|
+
path: S.optional<typeof S.String>;
|
44
|
+
criticality: S.Struct<{
|
45
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
46
|
+
reason: S.optional<typeof S.String>;
|
47
|
+
}>;
|
48
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
|
49
|
+
name: typeof S.String;
|
50
|
+
description: typeof S.String;
|
51
|
+
message: typeof S.String;
|
52
|
+
path: S.optional<typeof S.String>;
|
53
|
+
criticality: S.Struct<{
|
54
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
55
|
+
reason: S.optional<typeof S.String>;
|
56
|
+
}>;
|
57
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
|
58
|
+
name: typeof S.String;
|
59
|
+
message: typeof S.String;
|
60
|
+
path: S.optional<typeof S.String>;
|
61
|
+
criticality: S.Struct<{
|
62
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
63
|
+
reason: S.optional<typeof S.String>;
|
64
|
+
}>;
|
65
|
+
}>, S.TaggedStruct<"FIELD_ADDED", {
|
66
|
+
typeName: typeof S.String;
|
67
|
+
fieldName: typeof S.String;
|
68
|
+
isDeprecated: typeof S.Boolean;
|
69
|
+
isSafe: typeof S.Boolean;
|
70
|
+
message: typeof S.String;
|
71
|
+
path: S.optional<typeof S.String>;
|
72
|
+
criticality: S.Struct<{
|
73
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
74
|
+
reason: S.optional<typeof S.String>;
|
75
|
+
}>;
|
76
|
+
}>, S.TaggedStruct<"FIELD_REMOVED", {
|
77
|
+
typeName: typeof S.String;
|
78
|
+
fieldName: typeof S.String;
|
79
|
+
message: typeof S.String;
|
80
|
+
path: S.optional<typeof S.String>;
|
81
|
+
criticality: S.Struct<{
|
82
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
83
|
+
reason: S.optional<typeof S.String>;
|
84
|
+
}>;
|
85
|
+
}>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
|
86
|
+
typeName: typeof S.String;
|
87
|
+
fieldName: typeof S.String;
|
88
|
+
oldType: typeof S.String;
|
89
|
+
newType: typeof S.String;
|
90
|
+
isSafe: typeof S.Boolean;
|
91
|
+
message: typeof S.String;
|
92
|
+
path: S.optional<typeof S.String>;
|
93
|
+
criticality: S.Struct<{
|
94
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
95
|
+
reason: S.optional<typeof S.String>;
|
96
|
+
}>;
|
97
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
|
98
|
+
typeName: typeof S.String;
|
99
|
+
fieldName: typeof S.String;
|
100
|
+
reason: S.optional<typeof S.String>;
|
101
|
+
message: typeof S.String;
|
102
|
+
path: S.optional<typeof S.String>;
|
103
|
+
criticality: S.Struct<{
|
104
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
105
|
+
reason: S.optional<typeof S.String>;
|
106
|
+
}>;
|
107
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
|
108
|
+
typeName: typeof S.String;
|
109
|
+
fieldName: typeof S.String;
|
110
|
+
message: typeof S.String;
|
111
|
+
path: S.optional<typeof S.String>;
|
112
|
+
criticality: S.Struct<{
|
113
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
114
|
+
reason: S.optional<typeof S.String>;
|
115
|
+
}>;
|
116
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
|
117
|
+
typeName: typeof S.String;
|
118
|
+
fieldName: typeof S.String;
|
119
|
+
oldReason: S.optional<typeof S.String>;
|
120
|
+
newReason: S.optional<typeof S.String>;
|
121
|
+
message: typeof S.String;
|
122
|
+
path: S.optional<typeof S.String>;
|
123
|
+
criticality: S.Struct<{
|
124
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
125
|
+
reason: S.optional<typeof S.String>;
|
126
|
+
}>;
|
127
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
|
128
|
+
typeName: typeof S.String;
|
129
|
+
fieldName: typeof S.String;
|
130
|
+
reason: typeof S.String;
|
131
|
+
message: typeof S.String;
|
132
|
+
path: S.optional<typeof S.String>;
|
133
|
+
criticality: S.Struct<{
|
134
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
135
|
+
reason: S.optional<typeof S.String>;
|
136
|
+
}>;
|
137
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
|
138
|
+
typeName: typeof S.String;
|
139
|
+
fieldName: typeof S.String;
|
140
|
+
message: typeof S.String;
|
141
|
+
path: S.optional<typeof S.String>;
|
142
|
+
criticality: S.Struct<{
|
143
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
144
|
+
reason: S.optional<typeof S.String>;
|
145
|
+
}>;
|
146
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
|
147
|
+
typeName: typeof S.String;
|
148
|
+
fieldName: typeof S.String;
|
149
|
+
oldDescription: S.optional<typeof S.String>;
|
150
|
+
newDescription: S.optional<typeof S.String>;
|
151
|
+
message: typeof S.String;
|
152
|
+
path: S.optional<typeof S.String>;
|
153
|
+
criticality: S.Struct<{
|
154
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
155
|
+
reason: S.optional<typeof S.String>;
|
156
|
+
}>;
|
157
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
|
158
|
+
typeName: typeof S.String;
|
159
|
+
fieldName: typeof S.String;
|
160
|
+
description: typeof S.String;
|
161
|
+
message: typeof S.String;
|
162
|
+
path: S.optional<typeof S.String>;
|
163
|
+
criticality: S.Struct<{
|
164
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
165
|
+
reason: S.optional<typeof S.String>;
|
166
|
+
}>;
|
167
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
|
168
|
+
typeName: typeof S.String;
|
169
|
+
fieldName: typeof S.String;
|
170
|
+
message: typeof S.String;
|
171
|
+
path: S.optional<typeof S.String>;
|
172
|
+
criticality: S.Struct<{
|
173
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
174
|
+
reason: S.optional<typeof S.String>;
|
175
|
+
}>;
|
176
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
|
177
|
+
typeName: typeof S.String;
|
178
|
+
fieldName: typeof S.String;
|
179
|
+
argumentName: typeof S.String;
|
180
|
+
type: typeof S.String;
|
181
|
+
defaultValue: S.optional<typeof S.Unknown>;
|
182
|
+
message: typeof S.String;
|
183
|
+
path: S.optional<typeof S.String>;
|
184
|
+
criticality: S.Struct<{
|
185
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
186
|
+
reason: S.optional<typeof S.String>;
|
187
|
+
}>;
|
188
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
|
189
|
+
typeName: typeof S.String;
|
190
|
+
fieldName: typeof S.String;
|
191
|
+
argumentName: typeof S.String;
|
192
|
+
message: typeof S.String;
|
193
|
+
path: S.optional<typeof S.String>;
|
194
|
+
criticality: S.Struct<{
|
195
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
196
|
+
reason: S.optional<typeof S.String>;
|
197
|
+
}>;
|
198
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
|
199
|
+
typeName: typeof S.String;
|
200
|
+
fieldName: typeof S.String;
|
201
|
+
argumentName: typeof S.String;
|
202
|
+
oldType: typeof S.String;
|
203
|
+
newType: typeof S.String;
|
204
|
+
message: typeof S.String;
|
205
|
+
path: S.optional<typeof S.String>;
|
206
|
+
criticality: S.Struct<{
|
207
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
208
|
+
reason: S.optional<typeof S.String>;
|
209
|
+
}>;
|
210
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
|
211
|
+
typeName: typeof S.String;
|
212
|
+
fieldName: typeof S.String;
|
213
|
+
argumentName: typeof S.String;
|
214
|
+
oldDescription: S.optional<typeof S.String>;
|
215
|
+
newDescription: S.optional<typeof S.String>;
|
216
|
+
message: typeof S.String;
|
217
|
+
path: S.optional<typeof S.String>;
|
218
|
+
criticality: S.Struct<{
|
219
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
220
|
+
reason: S.optional<typeof S.String>;
|
221
|
+
}>;
|
222
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
|
223
|
+
typeName: typeof S.String;
|
224
|
+
fieldName: typeof S.String;
|
225
|
+
argumentName: typeof S.String;
|
226
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
227
|
+
newDefault: S.optional<typeof S.Unknown>;
|
228
|
+
message: typeof S.String;
|
229
|
+
path: S.optional<typeof S.String>;
|
230
|
+
criticality: S.Struct<{
|
231
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
232
|
+
reason: S.optional<typeof S.String>;
|
233
|
+
}>;
|
234
|
+
}>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
|
235
|
+
enumName: typeof S.String;
|
236
|
+
value: typeof S.String;
|
237
|
+
isDeprecated: typeof S.Boolean;
|
238
|
+
message: typeof S.String;
|
239
|
+
path: S.optional<typeof S.String>;
|
240
|
+
criticality: S.Struct<{
|
241
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
242
|
+
reason: S.optional<typeof S.String>;
|
243
|
+
}>;
|
244
|
+
}>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
|
245
|
+
enumName: typeof S.String;
|
246
|
+
value: typeof S.String;
|
247
|
+
message: typeof S.String;
|
248
|
+
path: S.optional<typeof S.String>;
|
249
|
+
criticality: S.Struct<{
|
250
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
251
|
+
reason: S.optional<typeof S.String>;
|
252
|
+
}>;
|
253
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
|
254
|
+
enumName: typeof S.String;
|
255
|
+
value: typeof S.String;
|
256
|
+
oldDescription: S.optional<typeof S.String>;
|
257
|
+
newDescription: S.optional<typeof S.String>;
|
258
|
+
message: typeof S.String;
|
259
|
+
path: S.optional<typeof S.String>;
|
260
|
+
criticality: S.Struct<{
|
261
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
262
|
+
reason: S.optional<typeof S.String>;
|
263
|
+
}>;
|
264
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
|
265
|
+
enumName: typeof S.String;
|
266
|
+
value: typeof S.String;
|
267
|
+
reason: S.optional<typeof S.String>;
|
268
|
+
message: typeof S.String;
|
269
|
+
path: S.optional<typeof S.String>;
|
270
|
+
criticality: S.Struct<{
|
271
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
272
|
+
reason: S.optional<typeof S.String>;
|
273
|
+
}>;
|
274
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
|
275
|
+
enumName: typeof S.String;
|
276
|
+
value: typeof S.String;
|
277
|
+
message: typeof S.String;
|
278
|
+
path: S.optional<typeof S.String>;
|
279
|
+
criticality: S.Struct<{
|
280
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
281
|
+
reason: S.optional<typeof S.String>;
|
282
|
+
}>;
|
283
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
|
284
|
+
enumName: typeof S.String;
|
285
|
+
value: typeof S.String;
|
286
|
+
oldReason: S.optional<typeof S.String>;
|
287
|
+
newReason: S.optional<typeof S.String>;
|
288
|
+
message: typeof S.String;
|
289
|
+
path: S.optional<typeof S.String>;
|
290
|
+
criticality: S.Struct<{
|
291
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
292
|
+
reason: S.optional<typeof S.String>;
|
293
|
+
}>;
|
294
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
|
295
|
+
enumName: typeof S.String;
|
296
|
+
value: typeof S.String;
|
297
|
+
reason: typeof S.String;
|
298
|
+
message: typeof S.String;
|
299
|
+
path: S.optional<typeof S.String>;
|
300
|
+
criticality: S.Struct<{
|
301
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
302
|
+
reason: S.optional<typeof S.String>;
|
303
|
+
}>;
|
304
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
|
305
|
+
enumName: typeof S.String;
|
306
|
+
value: typeof S.String;
|
307
|
+
message: typeof S.String;
|
308
|
+
path: S.optional<typeof S.String>;
|
309
|
+
criticality: S.Struct<{
|
310
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
311
|
+
reason: S.optional<typeof S.String>;
|
312
|
+
}>;
|
313
|
+
}>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
|
314
|
+
inputName: typeof S.String;
|
315
|
+
fieldName: typeof S.String;
|
316
|
+
isNullable: typeof S.Boolean;
|
317
|
+
message: typeof S.String;
|
318
|
+
path: S.optional<typeof S.String>;
|
319
|
+
criticality: S.Struct<{
|
320
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
321
|
+
reason: S.optional<typeof S.String>;
|
322
|
+
}>;
|
323
|
+
}>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
|
324
|
+
inputName: typeof S.String;
|
325
|
+
fieldName: typeof S.String;
|
326
|
+
message: typeof S.String;
|
327
|
+
path: S.optional<typeof S.String>;
|
328
|
+
criticality: S.Struct<{
|
329
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
330
|
+
reason: S.optional<typeof S.String>;
|
331
|
+
}>;
|
332
|
+
}>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
|
333
|
+
inputName: typeof S.String;
|
334
|
+
fieldName: typeof S.String;
|
335
|
+
oldType: typeof S.String;
|
336
|
+
newType: typeof S.String;
|
337
|
+
message: typeof S.String;
|
338
|
+
path: S.optional<typeof S.String>;
|
339
|
+
criticality: S.Struct<{
|
340
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
341
|
+
reason: S.optional<typeof S.String>;
|
342
|
+
}>;
|
343
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
|
344
|
+
inputName: typeof S.String;
|
345
|
+
fieldName: typeof S.String;
|
346
|
+
description: typeof S.String;
|
347
|
+
message: typeof S.String;
|
348
|
+
path: S.optional<typeof S.String>;
|
349
|
+
criticality: S.Struct<{
|
350
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
351
|
+
reason: S.optional<typeof S.String>;
|
352
|
+
}>;
|
353
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
|
354
|
+
inputName: typeof S.String;
|
355
|
+
fieldName: typeof S.String;
|
356
|
+
message: typeof S.String;
|
357
|
+
path: S.optional<typeof S.String>;
|
358
|
+
criticality: S.Struct<{
|
359
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
360
|
+
reason: S.optional<typeof S.String>;
|
361
|
+
}>;
|
362
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
|
363
|
+
inputName: typeof S.String;
|
364
|
+
fieldName: typeof S.String;
|
365
|
+
oldDescription: S.optional<typeof S.String>;
|
366
|
+
newDescription: S.optional<typeof S.String>;
|
367
|
+
message: typeof S.String;
|
368
|
+
path: S.optional<typeof S.String>;
|
369
|
+
criticality: S.Struct<{
|
370
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
371
|
+
reason: S.optional<typeof S.String>;
|
372
|
+
}>;
|
373
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
|
374
|
+
inputName: typeof S.String;
|
375
|
+
fieldName: typeof S.String;
|
376
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
377
|
+
newDefault: S.optional<typeof S.Unknown>;
|
378
|
+
message: typeof S.String;
|
379
|
+
path: S.optional<typeof S.String>;
|
380
|
+
criticality: S.Struct<{
|
381
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
382
|
+
reason: S.optional<typeof S.String>;
|
383
|
+
}>;
|
384
|
+
}>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
|
385
|
+
unionName: typeof S.String;
|
386
|
+
memberName: typeof S.String;
|
387
|
+
message: typeof S.String;
|
388
|
+
path: S.optional<typeof S.String>;
|
389
|
+
criticality: S.Struct<{
|
390
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
391
|
+
reason: S.optional<typeof S.String>;
|
392
|
+
}>;
|
393
|
+
}>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
|
394
|
+
unionName: typeof S.String;
|
395
|
+
memberName: typeof S.String;
|
396
|
+
message: typeof S.String;
|
397
|
+
path: S.optional<typeof S.String>;
|
398
|
+
criticality: S.Struct<{
|
399
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
400
|
+
reason: S.optional<typeof S.String>;
|
401
|
+
}>;
|
402
|
+
}>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
|
403
|
+
objectName: typeof S.String;
|
404
|
+
interfaceName: typeof S.String;
|
405
|
+
message: typeof S.String;
|
406
|
+
path: S.optional<typeof S.String>;
|
407
|
+
criticality: S.Struct<{
|
408
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
409
|
+
reason: S.optional<typeof S.String>;
|
410
|
+
}>;
|
411
|
+
}>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
|
412
|
+
objectName: typeof S.String;
|
413
|
+
interfaceName: typeof S.String;
|
414
|
+
message: typeof S.String;
|
415
|
+
path: S.optional<typeof S.String>;
|
416
|
+
criticality: S.Struct<{
|
417
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
418
|
+
reason: S.optional<typeof S.String>;
|
419
|
+
}>;
|
420
|
+
}>, S.TaggedStruct<"DIRECTIVE_ADDED", {
|
421
|
+
name: typeof S.String;
|
422
|
+
locations: S.Array$<typeof S.String>;
|
423
|
+
message: typeof S.String;
|
424
|
+
path: S.optional<typeof S.String>;
|
425
|
+
criticality: S.Struct<{
|
426
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
427
|
+
reason: S.optional<typeof S.String>;
|
428
|
+
}>;
|
429
|
+
}>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
|
430
|
+
name: typeof S.String;
|
431
|
+
message: typeof S.String;
|
432
|
+
path: S.optional<typeof S.String>;
|
433
|
+
criticality: S.Struct<{
|
434
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
435
|
+
reason: S.optional<typeof S.String>;
|
436
|
+
}>;
|
437
|
+
}>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
|
438
|
+
name: typeof S.String;
|
439
|
+
oldDescription: S.optional<typeof S.String>;
|
440
|
+
newDescription: S.optional<typeof S.String>;
|
441
|
+
message: typeof S.String;
|
442
|
+
path: S.optional<typeof S.String>;
|
443
|
+
criticality: S.Struct<{
|
444
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
445
|
+
reason: S.optional<typeof S.String>;
|
446
|
+
}>;
|
447
|
+
}>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
|
448
|
+
name: typeof S.String;
|
449
|
+
location: typeof S.String;
|
450
|
+
message: typeof S.String;
|
451
|
+
path: S.optional<typeof S.String>;
|
452
|
+
criticality: S.Struct<{
|
453
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
454
|
+
reason: S.optional<typeof S.String>;
|
455
|
+
}>;
|
456
|
+
}>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
|
457
|
+
name: typeof S.String;
|
458
|
+
location: typeof S.String;
|
459
|
+
message: typeof S.String;
|
460
|
+
path: S.optional<typeof S.String>;
|
461
|
+
criticality: S.Struct<{
|
462
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
463
|
+
reason: S.optional<typeof S.String>;
|
464
|
+
}>;
|
465
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
|
466
|
+
directiveName: typeof S.String;
|
467
|
+
argumentName: typeof S.String;
|
468
|
+
type: typeof S.String;
|
469
|
+
message: typeof S.String;
|
470
|
+
path: S.optional<typeof S.String>;
|
471
|
+
criticality: S.Struct<{
|
472
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
473
|
+
reason: S.optional<typeof S.String>;
|
474
|
+
}>;
|
475
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
|
476
|
+
directiveName: typeof S.String;
|
477
|
+
argumentName: typeof S.String;
|
478
|
+
message: typeof S.String;
|
479
|
+
path: S.optional<typeof S.String>;
|
480
|
+
criticality: S.Struct<{
|
481
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
482
|
+
reason: S.optional<typeof S.String>;
|
483
|
+
}>;
|
484
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
|
485
|
+
directiveName: typeof S.String;
|
486
|
+
argumentName: typeof S.String;
|
487
|
+
oldDescription: S.optional<typeof S.String>;
|
488
|
+
newDescription: S.optional<typeof S.String>;
|
489
|
+
message: typeof S.String;
|
490
|
+
path: S.optional<typeof S.String>;
|
491
|
+
criticality: S.Struct<{
|
492
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
493
|
+
reason: S.optional<typeof S.String>;
|
494
|
+
}>;
|
495
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
|
496
|
+
directiveName: typeof S.String;
|
497
|
+
argumentName: typeof S.String;
|
498
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
499
|
+
newDefault: S.optional<typeof S.Unknown>;
|
500
|
+
message: typeof S.String;
|
501
|
+
path: S.optional<typeof S.String>;
|
502
|
+
criticality: S.Struct<{
|
503
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
504
|
+
reason: S.optional<typeof S.String>;
|
505
|
+
}>;
|
506
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
|
507
|
+
directiveName: typeof S.String;
|
508
|
+
argumentName: typeof S.String;
|
509
|
+
oldType: typeof S.String;
|
510
|
+
newType: typeof S.String;
|
511
|
+
message: typeof S.String;
|
512
|
+
path: S.optional<typeof S.String>;
|
513
|
+
criticality: S.Struct<{
|
514
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
515
|
+
reason: S.optional<typeof S.String>;
|
516
|
+
}>;
|
517
|
+
}>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
|
518
|
+
oldType: S.optional<typeof S.String>;
|
519
|
+
newType: S.optional<typeof S.String>;
|
520
|
+
message: typeof S.String;
|
521
|
+
path: S.optional<typeof S.String>;
|
522
|
+
criticality: S.Struct<{
|
523
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
524
|
+
reason: S.optional<typeof S.String>;
|
525
|
+
}>;
|
526
|
+
}>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
|
527
|
+
oldType: S.optional<typeof S.String>;
|
528
|
+
newType: S.optional<typeof S.String>;
|
529
|
+
message: typeof S.String;
|
530
|
+
path: S.optional<typeof S.String>;
|
531
|
+
criticality: S.Struct<{
|
532
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
533
|
+
reason: S.optional<typeof S.String>;
|
534
|
+
}>;
|
535
|
+
}>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
|
536
|
+
oldType: S.optional<typeof S.String>;
|
537
|
+
newType: S.optional<typeof S.String>;
|
538
|
+
message: typeof S.String;
|
539
|
+
path: S.optional<typeof S.String>;
|
540
|
+
criticality: S.Struct<{
|
541
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
542
|
+
reason: S.optional<typeof S.String>;
|
543
|
+
}>;
|
544
|
+
}>]>>;
|
545
|
+
}>>;
|
546
|
+
}>;
|
547
|
+
export type VersionState = S.Schema.Type<typeof VersionState>;
|
548
|
+
/**
|
549
|
+
* The changelog page state schema
|
550
|
+
*/
|
551
|
+
export declare const State: S.Struct<{
|
552
|
+
versionMemory: S.Record$<typeof S.String, S.Struct<{
|
553
|
+
currentRevision: S.NullOr<S.Struct<{
|
554
|
+
_tag: S.tag<"Revision">;
|
555
|
+
} & {
|
556
|
+
date: S.brand<S.refine<string, typeof S.String>, "DateOnly">;
|
557
|
+
changes: S.Array$<S.Union<[S.TaggedStruct<"TYPE_ADDED", {
|
558
|
+
name: typeof S.String;
|
559
|
+
message: typeof S.String;
|
560
|
+
path: S.optional<typeof S.String>;
|
561
|
+
criticality: S.Struct<{
|
562
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
563
|
+
reason: S.optional<typeof S.String>;
|
564
|
+
}>;
|
565
|
+
}>, S.TaggedStruct<"TYPE_REMOVED", {
|
566
|
+
name: typeof S.String;
|
567
|
+
message: typeof S.String;
|
568
|
+
path: S.optional<typeof S.String>;
|
569
|
+
criticality: S.Struct<{
|
570
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
571
|
+
reason: S.optional<typeof S.String>;
|
572
|
+
}>;
|
573
|
+
}>, S.TaggedStruct<"TYPE_KIND_CHANGED", {
|
574
|
+
name: typeof S.String;
|
575
|
+
oldKind: typeof S.String;
|
576
|
+
newKind: typeof S.String;
|
577
|
+
message: typeof S.String;
|
578
|
+
path: S.optional<typeof S.String>;
|
579
|
+
criticality: S.Struct<{
|
580
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
581
|
+
reason: S.optional<typeof S.String>;
|
582
|
+
}>;
|
583
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_CHANGED", {
|
584
|
+
name: typeof S.String;
|
585
|
+
oldDescription: S.optional<typeof S.String>;
|
586
|
+
newDescription: S.optional<typeof S.String>;
|
587
|
+
message: typeof S.String;
|
588
|
+
path: S.optional<typeof S.String>;
|
589
|
+
criticality: S.Struct<{
|
590
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
591
|
+
reason: S.optional<typeof S.String>;
|
592
|
+
}>;
|
593
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_ADDED", {
|
594
|
+
name: typeof S.String;
|
595
|
+
description: typeof S.String;
|
596
|
+
message: typeof S.String;
|
597
|
+
path: S.optional<typeof S.String>;
|
598
|
+
criticality: S.Struct<{
|
599
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
600
|
+
reason: S.optional<typeof S.String>;
|
601
|
+
}>;
|
602
|
+
}>, S.TaggedStruct<"TYPE_DESCRIPTION_REMOVED", {
|
603
|
+
name: typeof S.String;
|
604
|
+
message: typeof S.String;
|
605
|
+
path: S.optional<typeof S.String>;
|
606
|
+
criticality: S.Struct<{
|
607
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
608
|
+
reason: S.optional<typeof S.String>;
|
609
|
+
}>;
|
610
|
+
}>, S.TaggedStruct<"FIELD_ADDED", {
|
611
|
+
typeName: typeof S.String;
|
612
|
+
fieldName: typeof S.String;
|
613
|
+
isDeprecated: typeof S.Boolean;
|
614
|
+
isSafe: typeof S.Boolean;
|
615
|
+
message: typeof S.String;
|
616
|
+
path: S.optional<typeof S.String>;
|
617
|
+
criticality: S.Struct<{
|
618
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
619
|
+
reason: S.optional<typeof S.String>;
|
620
|
+
}>;
|
621
|
+
}>, S.TaggedStruct<"FIELD_REMOVED", {
|
622
|
+
typeName: typeof S.String;
|
623
|
+
fieldName: typeof S.String;
|
624
|
+
message: typeof S.String;
|
625
|
+
path: S.optional<typeof S.String>;
|
626
|
+
criticality: S.Struct<{
|
627
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
628
|
+
reason: S.optional<typeof S.String>;
|
629
|
+
}>;
|
630
|
+
}>, S.TaggedStruct<"FIELD_TYPE_CHANGED", {
|
631
|
+
typeName: typeof S.String;
|
632
|
+
fieldName: typeof S.String;
|
633
|
+
oldType: typeof S.String;
|
634
|
+
newType: typeof S.String;
|
635
|
+
isSafe: typeof S.Boolean;
|
636
|
+
message: typeof S.String;
|
637
|
+
path: S.optional<typeof S.String>;
|
638
|
+
criticality: S.Struct<{
|
639
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
640
|
+
reason: S.optional<typeof S.String>;
|
641
|
+
}>;
|
642
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_ADDED", {
|
643
|
+
typeName: typeof S.String;
|
644
|
+
fieldName: typeof S.String;
|
645
|
+
reason: S.optional<typeof S.String>;
|
646
|
+
message: typeof S.String;
|
647
|
+
path: S.optional<typeof S.String>;
|
648
|
+
criticality: S.Struct<{
|
649
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
650
|
+
reason: S.optional<typeof S.String>;
|
651
|
+
}>;
|
652
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REMOVED", {
|
653
|
+
typeName: typeof S.String;
|
654
|
+
fieldName: typeof S.String;
|
655
|
+
message: typeof S.String;
|
656
|
+
path: S.optional<typeof S.String>;
|
657
|
+
criticality: S.Struct<{
|
658
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
659
|
+
reason: S.optional<typeof S.String>;
|
660
|
+
}>;
|
661
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_CHANGED", {
|
662
|
+
typeName: typeof S.String;
|
663
|
+
fieldName: typeof S.String;
|
664
|
+
oldReason: S.optional<typeof S.String>;
|
665
|
+
newReason: S.optional<typeof S.String>;
|
666
|
+
message: typeof S.String;
|
667
|
+
path: S.optional<typeof S.String>;
|
668
|
+
criticality: S.Struct<{
|
669
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
670
|
+
reason: S.optional<typeof S.String>;
|
671
|
+
}>;
|
672
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_ADDED", {
|
673
|
+
typeName: typeof S.String;
|
674
|
+
fieldName: typeof S.String;
|
675
|
+
reason: typeof S.String;
|
676
|
+
message: typeof S.String;
|
677
|
+
path: S.optional<typeof S.String>;
|
678
|
+
criticality: S.Struct<{
|
679
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
680
|
+
reason: S.optional<typeof S.String>;
|
681
|
+
}>;
|
682
|
+
}>, S.TaggedStruct<"FIELD_DEPRECATION_REASON_REMOVED", {
|
683
|
+
typeName: typeof S.String;
|
684
|
+
fieldName: typeof S.String;
|
685
|
+
message: typeof S.String;
|
686
|
+
path: S.optional<typeof S.String>;
|
687
|
+
criticality: S.Struct<{
|
688
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
689
|
+
reason: S.optional<typeof S.String>;
|
690
|
+
}>;
|
691
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_CHANGED", {
|
692
|
+
typeName: typeof S.String;
|
693
|
+
fieldName: typeof S.String;
|
694
|
+
oldDescription: S.optional<typeof S.String>;
|
695
|
+
newDescription: S.optional<typeof S.String>;
|
696
|
+
message: typeof S.String;
|
697
|
+
path: S.optional<typeof S.String>;
|
698
|
+
criticality: S.Struct<{
|
699
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
700
|
+
reason: S.optional<typeof S.String>;
|
701
|
+
}>;
|
702
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_ADDED", {
|
703
|
+
typeName: typeof S.String;
|
704
|
+
fieldName: typeof S.String;
|
705
|
+
description: typeof S.String;
|
706
|
+
message: typeof S.String;
|
707
|
+
path: S.optional<typeof S.String>;
|
708
|
+
criticality: S.Struct<{
|
709
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
710
|
+
reason: S.optional<typeof S.String>;
|
711
|
+
}>;
|
712
|
+
}>, S.TaggedStruct<"FIELD_DESCRIPTION_REMOVED", {
|
713
|
+
typeName: typeof S.String;
|
714
|
+
fieldName: typeof S.String;
|
715
|
+
message: typeof S.String;
|
716
|
+
path: S.optional<typeof S.String>;
|
717
|
+
criticality: S.Struct<{
|
718
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
719
|
+
reason: S.optional<typeof S.String>;
|
720
|
+
}>;
|
721
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_ADDED", {
|
722
|
+
typeName: typeof S.String;
|
723
|
+
fieldName: typeof S.String;
|
724
|
+
argumentName: typeof S.String;
|
725
|
+
type: typeof S.String;
|
726
|
+
defaultValue: S.optional<typeof S.Unknown>;
|
727
|
+
message: typeof S.String;
|
728
|
+
path: S.optional<typeof S.String>;
|
729
|
+
criticality: S.Struct<{
|
730
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
731
|
+
reason: S.optional<typeof S.String>;
|
732
|
+
}>;
|
733
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_REMOVED", {
|
734
|
+
typeName: typeof S.String;
|
735
|
+
fieldName: typeof S.String;
|
736
|
+
argumentName: typeof S.String;
|
737
|
+
message: typeof S.String;
|
738
|
+
path: S.optional<typeof S.String>;
|
739
|
+
criticality: S.Struct<{
|
740
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
741
|
+
reason: S.optional<typeof S.String>;
|
742
|
+
}>;
|
743
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_TYPE_CHANGED", {
|
744
|
+
typeName: typeof S.String;
|
745
|
+
fieldName: typeof S.String;
|
746
|
+
argumentName: typeof S.String;
|
747
|
+
oldType: typeof S.String;
|
748
|
+
newType: typeof S.String;
|
749
|
+
message: typeof S.String;
|
750
|
+
path: S.optional<typeof S.String>;
|
751
|
+
criticality: S.Struct<{
|
752
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
753
|
+
reason: S.optional<typeof S.String>;
|
754
|
+
}>;
|
755
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_DESCRIPTION_CHANGED", {
|
756
|
+
typeName: typeof S.String;
|
757
|
+
fieldName: typeof S.String;
|
758
|
+
argumentName: typeof S.String;
|
759
|
+
oldDescription: S.optional<typeof S.String>;
|
760
|
+
newDescription: S.optional<typeof S.String>;
|
761
|
+
message: typeof S.String;
|
762
|
+
path: S.optional<typeof S.String>;
|
763
|
+
criticality: S.Struct<{
|
764
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
765
|
+
reason: S.optional<typeof S.String>;
|
766
|
+
}>;
|
767
|
+
}>, S.TaggedStruct<"FIELD_ARGUMENT_DEFAULT_CHANGED", {
|
768
|
+
typeName: typeof S.String;
|
769
|
+
fieldName: typeof S.String;
|
770
|
+
argumentName: typeof S.String;
|
771
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
772
|
+
newDefault: S.optional<typeof S.Unknown>;
|
773
|
+
message: typeof S.String;
|
774
|
+
path: S.optional<typeof S.String>;
|
775
|
+
criticality: S.Struct<{
|
776
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
777
|
+
reason: S.optional<typeof S.String>;
|
778
|
+
}>;
|
779
|
+
}>, S.TaggedStruct<"ENUM_VALUE_ADDED", {
|
780
|
+
enumName: typeof S.String;
|
781
|
+
value: typeof S.String;
|
782
|
+
isDeprecated: typeof S.Boolean;
|
783
|
+
message: typeof S.String;
|
784
|
+
path: S.optional<typeof S.String>;
|
785
|
+
criticality: S.Struct<{
|
786
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
787
|
+
reason: S.optional<typeof S.String>;
|
788
|
+
}>;
|
789
|
+
}>, S.TaggedStruct<"ENUM_VALUE_REMOVED", {
|
790
|
+
enumName: typeof S.String;
|
791
|
+
value: typeof S.String;
|
792
|
+
message: typeof S.String;
|
793
|
+
path: S.optional<typeof S.String>;
|
794
|
+
criticality: S.Struct<{
|
795
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
796
|
+
reason: S.optional<typeof S.String>;
|
797
|
+
}>;
|
798
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DESCRIPTION_CHANGED", {
|
799
|
+
enumName: typeof S.String;
|
800
|
+
value: typeof S.String;
|
801
|
+
oldDescription: S.optional<typeof S.String>;
|
802
|
+
newDescription: S.optional<typeof S.String>;
|
803
|
+
message: typeof S.String;
|
804
|
+
path: S.optional<typeof S.String>;
|
805
|
+
criticality: S.Struct<{
|
806
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
807
|
+
reason: S.optional<typeof S.String>;
|
808
|
+
}>;
|
809
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_ADDED", {
|
810
|
+
enumName: typeof S.String;
|
811
|
+
value: typeof S.String;
|
812
|
+
reason: S.optional<typeof S.String>;
|
813
|
+
message: typeof S.String;
|
814
|
+
path: S.optional<typeof S.String>;
|
815
|
+
criticality: S.Struct<{
|
816
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
817
|
+
reason: S.optional<typeof S.String>;
|
818
|
+
}>;
|
819
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REMOVED", {
|
820
|
+
enumName: typeof S.String;
|
821
|
+
value: typeof S.String;
|
822
|
+
message: typeof S.String;
|
823
|
+
path: S.optional<typeof S.String>;
|
824
|
+
criticality: S.Struct<{
|
825
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
826
|
+
reason: S.optional<typeof S.String>;
|
827
|
+
}>;
|
828
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_CHANGED", {
|
829
|
+
enumName: typeof S.String;
|
830
|
+
value: typeof S.String;
|
831
|
+
oldReason: S.optional<typeof S.String>;
|
832
|
+
newReason: S.optional<typeof S.String>;
|
833
|
+
message: typeof S.String;
|
834
|
+
path: S.optional<typeof S.String>;
|
835
|
+
criticality: S.Struct<{
|
836
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
837
|
+
reason: S.optional<typeof S.String>;
|
838
|
+
}>;
|
839
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_ADDED", {
|
840
|
+
enumName: typeof S.String;
|
841
|
+
value: typeof S.String;
|
842
|
+
reason: typeof S.String;
|
843
|
+
message: typeof S.String;
|
844
|
+
path: S.optional<typeof S.String>;
|
845
|
+
criticality: S.Struct<{
|
846
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
847
|
+
reason: S.optional<typeof S.String>;
|
848
|
+
}>;
|
849
|
+
}>, S.TaggedStruct<"ENUM_VALUE_DEPRECATION_REASON_REMOVED", {
|
850
|
+
enumName: typeof S.String;
|
851
|
+
value: typeof S.String;
|
852
|
+
message: typeof S.String;
|
853
|
+
path: S.optional<typeof S.String>;
|
854
|
+
criticality: S.Struct<{
|
855
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
856
|
+
reason: S.optional<typeof S.String>;
|
857
|
+
}>;
|
858
|
+
}>, S.TaggedStruct<"INPUT_FIELD_ADDED", {
|
859
|
+
inputName: typeof S.String;
|
860
|
+
fieldName: typeof S.String;
|
861
|
+
isNullable: typeof S.Boolean;
|
862
|
+
message: typeof S.String;
|
863
|
+
path: S.optional<typeof S.String>;
|
864
|
+
criticality: S.Struct<{
|
865
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
866
|
+
reason: S.optional<typeof S.String>;
|
867
|
+
}>;
|
868
|
+
}>, S.TaggedStruct<"INPUT_FIELD_REMOVED", {
|
869
|
+
inputName: typeof S.String;
|
870
|
+
fieldName: typeof S.String;
|
871
|
+
message: typeof S.String;
|
872
|
+
path: S.optional<typeof S.String>;
|
873
|
+
criticality: S.Struct<{
|
874
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
875
|
+
reason: S.optional<typeof S.String>;
|
876
|
+
}>;
|
877
|
+
}>, S.TaggedStruct<"INPUT_FIELD_TYPE_CHANGED", {
|
878
|
+
inputName: typeof S.String;
|
879
|
+
fieldName: typeof S.String;
|
880
|
+
oldType: typeof S.String;
|
881
|
+
newType: typeof S.String;
|
882
|
+
message: typeof S.String;
|
883
|
+
path: S.optional<typeof S.String>;
|
884
|
+
criticality: S.Struct<{
|
885
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
886
|
+
reason: S.optional<typeof S.String>;
|
887
|
+
}>;
|
888
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_ADDED", {
|
889
|
+
inputName: typeof S.String;
|
890
|
+
fieldName: typeof S.String;
|
891
|
+
description: typeof S.String;
|
892
|
+
message: typeof S.String;
|
893
|
+
path: S.optional<typeof S.String>;
|
894
|
+
criticality: S.Struct<{
|
895
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
896
|
+
reason: S.optional<typeof S.String>;
|
897
|
+
}>;
|
898
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_REMOVED", {
|
899
|
+
inputName: typeof S.String;
|
900
|
+
fieldName: typeof S.String;
|
901
|
+
message: typeof S.String;
|
902
|
+
path: S.optional<typeof S.String>;
|
903
|
+
criticality: S.Struct<{
|
904
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
905
|
+
reason: S.optional<typeof S.String>;
|
906
|
+
}>;
|
907
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DESCRIPTION_CHANGED", {
|
908
|
+
inputName: typeof S.String;
|
909
|
+
fieldName: typeof S.String;
|
910
|
+
oldDescription: S.optional<typeof S.String>;
|
911
|
+
newDescription: S.optional<typeof S.String>;
|
912
|
+
message: typeof S.String;
|
913
|
+
path: S.optional<typeof S.String>;
|
914
|
+
criticality: S.Struct<{
|
915
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
916
|
+
reason: S.optional<typeof S.String>;
|
917
|
+
}>;
|
918
|
+
}>, S.TaggedStruct<"INPUT_FIELD_DEFAULT_VALUE_CHANGED", {
|
919
|
+
inputName: typeof S.String;
|
920
|
+
fieldName: typeof S.String;
|
921
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
922
|
+
newDefault: S.optional<typeof S.Unknown>;
|
923
|
+
message: typeof S.String;
|
924
|
+
path: S.optional<typeof S.String>;
|
925
|
+
criticality: S.Struct<{
|
926
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
927
|
+
reason: S.optional<typeof S.String>;
|
928
|
+
}>;
|
929
|
+
}>, S.TaggedStruct<"UNION_MEMBER_ADDED", {
|
930
|
+
unionName: typeof S.String;
|
931
|
+
memberName: typeof S.String;
|
932
|
+
message: typeof S.String;
|
933
|
+
path: S.optional<typeof S.String>;
|
934
|
+
criticality: S.Struct<{
|
935
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
936
|
+
reason: S.optional<typeof S.String>;
|
937
|
+
}>;
|
938
|
+
}>, S.TaggedStruct<"UNION_MEMBER_REMOVED", {
|
939
|
+
unionName: typeof S.String;
|
940
|
+
memberName: typeof S.String;
|
941
|
+
message: typeof S.String;
|
942
|
+
path: S.optional<typeof S.String>;
|
943
|
+
criticality: S.Struct<{
|
944
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
945
|
+
reason: S.optional<typeof S.String>;
|
946
|
+
}>;
|
947
|
+
}>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_ADDED", {
|
948
|
+
objectName: typeof S.String;
|
949
|
+
interfaceName: typeof S.String;
|
950
|
+
message: typeof S.String;
|
951
|
+
path: S.optional<typeof S.String>;
|
952
|
+
criticality: S.Struct<{
|
953
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
954
|
+
reason: S.optional<typeof S.String>;
|
955
|
+
}>;
|
956
|
+
}>, S.TaggedStruct<"OBJECT_TYPE_INTERFACE_REMOVED", {
|
957
|
+
objectName: typeof S.String;
|
958
|
+
interfaceName: typeof S.String;
|
959
|
+
message: typeof S.String;
|
960
|
+
path: S.optional<typeof S.String>;
|
961
|
+
criticality: S.Struct<{
|
962
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
963
|
+
reason: S.optional<typeof S.String>;
|
964
|
+
}>;
|
965
|
+
}>, S.TaggedStruct<"DIRECTIVE_ADDED", {
|
966
|
+
name: typeof S.String;
|
967
|
+
locations: S.Array$<typeof S.String>;
|
968
|
+
message: typeof S.String;
|
969
|
+
path: S.optional<typeof S.String>;
|
970
|
+
criticality: S.Struct<{
|
971
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
972
|
+
reason: S.optional<typeof S.String>;
|
973
|
+
}>;
|
974
|
+
}>, S.TaggedStruct<"DIRECTIVE_REMOVED", {
|
975
|
+
name: typeof S.String;
|
976
|
+
message: typeof S.String;
|
977
|
+
path: S.optional<typeof S.String>;
|
978
|
+
criticality: S.Struct<{
|
979
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
980
|
+
reason: S.optional<typeof S.String>;
|
981
|
+
}>;
|
982
|
+
}>, S.TaggedStruct<"DIRECTIVE_DESCRIPTION_CHANGED", {
|
983
|
+
name: typeof S.String;
|
984
|
+
oldDescription: S.optional<typeof S.String>;
|
985
|
+
newDescription: S.optional<typeof S.String>;
|
986
|
+
message: typeof S.String;
|
987
|
+
path: S.optional<typeof S.String>;
|
988
|
+
criticality: S.Struct<{
|
989
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
990
|
+
reason: S.optional<typeof S.String>;
|
991
|
+
}>;
|
992
|
+
}>, S.TaggedStruct<"DIRECTIVE_LOCATION_ADDED", {
|
993
|
+
name: typeof S.String;
|
994
|
+
location: typeof S.String;
|
995
|
+
message: typeof S.String;
|
996
|
+
path: S.optional<typeof S.String>;
|
997
|
+
criticality: S.Struct<{
|
998
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
999
|
+
reason: S.optional<typeof S.String>;
|
1000
|
+
}>;
|
1001
|
+
}>, S.TaggedStruct<"DIRECTIVE_LOCATION_REMOVED", {
|
1002
|
+
name: typeof S.String;
|
1003
|
+
location: typeof S.String;
|
1004
|
+
message: typeof S.String;
|
1005
|
+
path: S.optional<typeof S.String>;
|
1006
|
+
criticality: S.Struct<{
|
1007
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1008
|
+
reason: S.optional<typeof S.String>;
|
1009
|
+
}>;
|
1010
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_ADDED", {
|
1011
|
+
directiveName: typeof S.String;
|
1012
|
+
argumentName: typeof S.String;
|
1013
|
+
type: typeof S.String;
|
1014
|
+
message: typeof S.String;
|
1015
|
+
path: S.optional<typeof S.String>;
|
1016
|
+
criticality: S.Struct<{
|
1017
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1018
|
+
reason: S.optional<typeof S.String>;
|
1019
|
+
}>;
|
1020
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_REMOVED", {
|
1021
|
+
directiveName: typeof S.String;
|
1022
|
+
argumentName: typeof S.String;
|
1023
|
+
message: typeof S.String;
|
1024
|
+
path: S.optional<typeof S.String>;
|
1025
|
+
criticality: S.Struct<{
|
1026
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1027
|
+
reason: S.optional<typeof S.String>;
|
1028
|
+
}>;
|
1029
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED", {
|
1030
|
+
directiveName: typeof S.String;
|
1031
|
+
argumentName: typeof S.String;
|
1032
|
+
oldDescription: S.optional<typeof S.String>;
|
1033
|
+
newDescription: S.optional<typeof S.String>;
|
1034
|
+
message: typeof S.String;
|
1035
|
+
path: S.optional<typeof S.String>;
|
1036
|
+
criticality: S.Struct<{
|
1037
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1038
|
+
reason: S.optional<typeof S.String>;
|
1039
|
+
}>;
|
1040
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED", {
|
1041
|
+
directiveName: typeof S.String;
|
1042
|
+
argumentName: typeof S.String;
|
1043
|
+
oldDefault: S.optional<typeof S.Unknown>;
|
1044
|
+
newDefault: S.optional<typeof S.Unknown>;
|
1045
|
+
message: typeof S.String;
|
1046
|
+
path: S.optional<typeof S.String>;
|
1047
|
+
criticality: S.Struct<{
|
1048
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1049
|
+
reason: S.optional<typeof S.String>;
|
1050
|
+
}>;
|
1051
|
+
}>, S.TaggedStruct<"DIRECTIVE_ARGUMENT_TYPE_CHANGED", {
|
1052
|
+
directiveName: typeof S.String;
|
1053
|
+
argumentName: typeof S.String;
|
1054
|
+
oldType: typeof S.String;
|
1055
|
+
newType: typeof S.String;
|
1056
|
+
message: typeof S.String;
|
1057
|
+
path: S.optional<typeof S.String>;
|
1058
|
+
criticality: S.Struct<{
|
1059
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1060
|
+
reason: S.optional<typeof S.String>;
|
1061
|
+
}>;
|
1062
|
+
}>, S.TaggedStruct<"SCHEMA_QUERY_TYPE_CHANGED", {
|
1063
|
+
oldType: S.optional<typeof S.String>;
|
1064
|
+
newType: S.optional<typeof S.String>;
|
1065
|
+
message: typeof S.String;
|
1066
|
+
path: S.optional<typeof S.String>;
|
1067
|
+
criticality: S.Struct<{
|
1068
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1069
|
+
reason: S.optional<typeof S.String>;
|
1070
|
+
}>;
|
1071
|
+
}>, S.TaggedStruct<"SCHEMA_MUTATION_TYPE_CHANGED", {
|
1072
|
+
oldType: S.optional<typeof S.String>;
|
1073
|
+
newType: S.optional<typeof S.String>;
|
1074
|
+
message: typeof S.String;
|
1075
|
+
path: S.optional<typeof S.String>;
|
1076
|
+
criticality: S.Struct<{
|
1077
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1078
|
+
reason: S.optional<typeof S.String>;
|
1079
|
+
}>;
|
1080
|
+
}>, S.TaggedStruct<"SCHEMA_SUBSCRIPTION_TYPE_CHANGED", {
|
1081
|
+
oldType: S.optional<typeof S.String>;
|
1082
|
+
newType: S.optional<typeof S.String>;
|
1083
|
+
message: typeof S.String;
|
1084
|
+
path: S.optional<typeof S.String>;
|
1085
|
+
criticality: S.Struct<{
|
1086
|
+
level: S.Literal<["BREAKING", "DANGEROUS", "NON_BREAKING"]>;
|
1087
|
+
reason: S.optional<typeof S.String>;
|
1088
|
+
}>;
|
1089
|
+
}>]>>;
|
1090
|
+
}>>;
|
1091
|
+
}>>;
|
1092
|
+
}>;
|
1093
|
+
export type State = S.Schema.Type<typeof State>;
|
1094
|
+
export declare const initialState: State;
|
1095
|
+
/**
|
1096
|
+
* Changelog store
|
1097
|
+
*
|
1098
|
+
* Manages navigation state for the changelog page, remembering
|
1099
|
+
* which revision was selected for each version during the session.
|
1100
|
+
*/
|
1101
|
+
export declare const store: {
|
1102
|
+
/**
|
1103
|
+
* Remember the current revision for a version
|
1104
|
+
*/
|
1105
|
+
rememberRevision(schema: SchemaLib.Versioned.Versioned, revision: Revision.Revision | null): void;
|
1106
|
+
/**
|
1107
|
+
* Get the remembered revision for a version
|
1108
|
+
*/
|
1109
|
+
getRememberedRevision(schema: SchemaLib.Versioned.Versioned): Revision.Revision | null;
|
1110
|
+
/**
|
1111
|
+
* Reset store to initial state
|
1112
|
+
*/
|
1113
|
+
reset(): void;
|
1114
|
+
/**
|
1115
|
+
* Set store state
|
1116
|
+
*/
|
1117
|
+
set(data: State): void;
|
1118
|
+
versionMemory: {
|
1119
|
+
readonly [x: string]: {
|
1120
|
+
readonly currentRevision: {
|
1121
|
+
readonly _tag: "Revision";
|
1122
|
+
readonly date: string & import("effect/Brand").Brand<"DateOnly">;
|
1123
|
+
readonly changes: readonly ({
|
1124
|
+
readonly name: string;
|
1125
|
+
readonly _tag: "TYPE_ADDED";
|
1126
|
+
readonly path?: string | undefined;
|
1127
|
+
readonly message: string;
|
1128
|
+
readonly criticality: {
|
1129
|
+
readonly reason?: string | undefined;
|
1130
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1131
|
+
};
|
1132
|
+
} | {
|
1133
|
+
readonly name: string;
|
1134
|
+
readonly _tag: "TYPE_REMOVED";
|
1135
|
+
readonly path?: string | undefined;
|
1136
|
+
readonly message: string;
|
1137
|
+
readonly criticality: {
|
1138
|
+
readonly reason?: string | undefined;
|
1139
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1140
|
+
};
|
1141
|
+
} | {
|
1142
|
+
readonly name: string;
|
1143
|
+
readonly _tag: "TYPE_KIND_CHANGED";
|
1144
|
+
readonly path?: string | undefined;
|
1145
|
+
readonly message: string;
|
1146
|
+
readonly criticality: {
|
1147
|
+
readonly reason?: string | undefined;
|
1148
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1149
|
+
};
|
1150
|
+
readonly oldKind: string;
|
1151
|
+
readonly newKind: string;
|
1152
|
+
} | {
|
1153
|
+
readonly name: string;
|
1154
|
+
readonly _tag: "TYPE_DESCRIPTION_CHANGED";
|
1155
|
+
readonly path?: string | undefined;
|
1156
|
+
readonly message: string;
|
1157
|
+
readonly criticality: {
|
1158
|
+
readonly reason?: string | undefined;
|
1159
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1160
|
+
};
|
1161
|
+
readonly oldDescription?: string | undefined;
|
1162
|
+
readonly newDescription?: string | undefined;
|
1163
|
+
} | {
|
1164
|
+
readonly name: string;
|
1165
|
+
readonly description: string;
|
1166
|
+
readonly _tag: "TYPE_DESCRIPTION_ADDED";
|
1167
|
+
readonly path?: string | undefined;
|
1168
|
+
readonly message: string;
|
1169
|
+
readonly criticality: {
|
1170
|
+
readonly reason?: string | undefined;
|
1171
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1172
|
+
};
|
1173
|
+
} | {
|
1174
|
+
readonly name: string;
|
1175
|
+
readonly _tag: "TYPE_DESCRIPTION_REMOVED";
|
1176
|
+
readonly path?: string | undefined;
|
1177
|
+
readonly message: string;
|
1178
|
+
readonly criticality: {
|
1179
|
+
readonly reason?: string | undefined;
|
1180
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1181
|
+
};
|
1182
|
+
} | {
|
1183
|
+
readonly _tag: "FIELD_ADDED";
|
1184
|
+
readonly path?: string | undefined;
|
1185
|
+
readonly message: string;
|
1186
|
+
readonly criticality: {
|
1187
|
+
readonly reason?: string | undefined;
|
1188
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1189
|
+
};
|
1190
|
+
readonly typeName: string;
|
1191
|
+
readonly fieldName: string;
|
1192
|
+
readonly isDeprecated: boolean;
|
1193
|
+
readonly isSafe: boolean;
|
1194
|
+
} | {
|
1195
|
+
readonly _tag: "FIELD_REMOVED";
|
1196
|
+
readonly path?: string | undefined;
|
1197
|
+
readonly message: string;
|
1198
|
+
readonly criticality: {
|
1199
|
+
readonly reason?: string | undefined;
|
1200
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1201
|
+
};
|
1202
|
+
readonly typeName: string;
|
1203
|
+
readonly fieldName: string;
|
1204
|
+
} | {
|
1205
|
+
readonly _tag: "FIELD_TYPE_CHANGED";
|
1206
|
+
readonly path?: string | undefined;
|
1207
|
+
readonly message: string;
|
1208
|
+
readonly criticality: {
|
1209
|
+
readonly reason?: string | undefined;
|
1210
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1211
|
+
};
|
1212
|
+
readonly typeName: string;
|
1213
|
+
readonly fieldName: string;
|
1214
|
+
readonly isSafe: boolean;
|
1215
|
+
readonly oldType: string;
|
1216
|
+
readonly newType: string;
|
1217
|
+
} | {
|
1218
|
+
readonly _tag: "FIELD_DEPRECATION_ADDED";
|
1219
|
+
readonly path?: string | undefined;
|
1220
|
+
readonly reason?: string | undefined;
|
1221
|
+
readonly message: string;
|
1222
|
+
readonly criticality: {
|
1223
|
+
readonly reason?: string | undefined;
|
1224
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1225
|
+
};
|
1226
|
+
readonly typeName: string;
|
1227
|
+
readonly fieldName: string;
|
1228
|
+
} | {
|
1229
|
+
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
1230
|
+
readonly path?: string | undefined;
|
1231
|
+
readonly message: string;
|
1232
|
+
readonly criticality: {
|
1233
|
+
readonly reason?: string | undefined;
|
1234
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1235
|
+
};
|
1236
|
+
readonly typeName: string;
|
1237
|
+
readonly fieldName: string;
|
1238
|
+
} | {
|
1239
|
+
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
1240
|
+
readonly path?: string | undefined;
|
1241
|
+
readonly message: string;
|
1242
|
+
readonly criticality: {
|
1243
|
+
readonly reason?: string | undefined;
|
1244
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1245
|
+
};
|
1246
|
+
readonly typeName: string;
|
1247
|
+
readonly fieldName: string;
|
1248
|
+
readonly oldReason?: string | undefined;
|
1249
|
+
readonly newReason?: string | undefined;
|
1250
|
+
} | {
|
1251
|
+
readonly _tag: "FIELD_DEPRECATION_REASON_ADDED";
|
1252
|
+
readonly path?: string | undefined;
|
1253
|
+
readonly reason: string;
|
1254
|
+
readonly message: string;
|
1255
|
+
readonly criticality: {
|
1256
|
+
readonly reason?: string | undefined;
|
1257
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1258
|
+
};
|
1259
|
+
readonly typeName: string;
|
1260
|
+
readonly fieldName: string;
|
1261
|
+
} | {
|
1262
|
+
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
1263
|
+
readonly path?: string | undefined;
|
1264
|
+
readonly message: string;
|
1265
|
+
readonly criticality: {
|
1266
|
+
readonly reason?: string | undefined;
|
1267
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1268
|
+
};
|
1269
|
+
readonly typeName: string;
|
1270
|
+
readonly fieldName: string;
|
1271
|
+
} | {
|
1272
|
+
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
1273
|
+
readonly path?: string | undefined;
|
1274
|
+
readonly message: string;
|
1275
|
+
readonly criticality: {
|
1276
|
+
readonly reason?: string | undefined;
|
1277
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1278
|
+
};
|
1279
|
+
readonly oldDescription?: string | undefined;
|
1280
|
+
readonly newDescription?: string | undefined;
|
1281
|
+
readonly typeName: string;
|
1282
|
+
readonly fieldName: string;
|
1283
|
+
} | {
|
1284
|
+
readonly description: string;
|
1285
|
+
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
1286
|
+
readonly path?: string | undefined;
|
1287
|
+
readonly message: string;
|
1288
|
+
readonly criticality: {
|
1289
|
+
readonly reason?: string | undefined;
|
1290
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1291
|
+
};
|
1292
|
+
readonly typeName: string;
|
1293
|
+
readonly fieldName: string;
|
1294
|
+
} | {
|
1295
|
+
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
1296
|
+
readonly path?: string | undefined;
|
1297
|
+
readonly message: string;
|
1298
|
+
readonly criticality: {
|
1299
|
+
readonly reason?: string | undefined;
|
1300
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1301
|
+
};
|
1302
|
+
readonly typeName: string;
|
1303
|
+
readonly fieldName: string;
|
1304
|
+
} | {
|
1305
|
+
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
1306
|
+
readonly type: string;
|
1307
|
+
readonly defaultValue?: unknown;
|
1308
|
+
readonly path?: string | undefined;
|
1309
|
+
readonly message: string;
|
1310
|
+
readonly criticality: {
|
1311
|
+
readonly reason?: string | undefined;
|
1312
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1313
|
+
};
|
1314
|
+
readonly typeName: string;
|
1315
|
+
readonly fieldName: string;
|
1316
|
+
readonly argumentName: string;
|
1317
|
+
} | {
|
1318
|
+
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
1319
|
+
readonly path?: string | undefined;
|
1320
|
+
readonly message: string;
|
1321
|
+
readonly criticality: {
|
1322
|
+
readonly reason?: string | undefined;
|
1323
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1324
|
+
};
|
1325
|
+
readonly typeName: string;
|
1326
|
+
readonly fieldName: string;
|
1327
|
+
readonly argumentName: string;
|
1328
|
+
} | {
|
1329
|
+
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
1330
|
+
readonly path?: string | undefined;
|
1331
|
+
readonly message: string;
|
1332
|
+
readonly criticality: {
|
1333
|
+
readonly reason?: string | undefined;
|
1334
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1335
|
+
};
|
1336
|
+
readonly typeName: string;
|
1337
|
+
readonly fieldName: string;
|
1338
|
+
readonly oldType: string;
|
1339
|
+
readonly newType: string;
|
1340
|
+
readonly argumentName: string;
|
1341
|
+
} | {
|
1342
|
+
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
1343
|
+
readonly path?: string | undefined;
|
1344
|
+
readonly message: string;
|
1345
|
+
readonly criticality: {
|
1346
|
+
readonly reason?: string | undefined;
|
1347
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1348
|
+
};
|
1349
|
+
readonly oldDescription?: string | undefined;
|
1350
|
+
readonly newDescription?: string | undefined;
|
1351
|
+
readonly typeName: string;
|
1352
|
+
readonly fieldName: string;
|
1353
|
+
readonly argumentName: string;
|
1354
|
+
} | {
|
1355
|
+
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
1356
|
+
readonly path?: string | undefined;
|
1357
|
+
readonly message: string;
|
1358
|
+
readonly criticality: {
|
1359
|
+
readonly reason?: string | undefined;
|
1360
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1361
|
+
};
|
1362
|
+
readonly typeName: string;
|
1363
|
+
readonly fieldName: string;
|
1364
|
+
readonly argumentName: string;
|
1365
|
+
readonly oldDefault?: unknown;
|
1366
|
+
readonly newDefault?: unknown;
|
1367
|
+
} | {
|
1368
|
+
readonly _tag: "ENUM_VALUE_ADDED";
|
1369
|
+
readonly value: string;
|
1370
|
+
readonly path?: string | undefined;
|
1371
|
+
readonly message: string;
|
1372
|
+
readonly criticality: {
|
1373
|
+
readonly reason?: string | undefined;
|
1374
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1375
|
+
};
|
1376
|
+
readonly isDeprecated: boolean;
|
1377
|
+
readonly enumName: string;
|
1378
|
+
} | {
|
1379
|
+
readonly _tag: "ENUM_VALUE_REMOVED";
|
1380
|
+
readonly value: string;
|
1381
|
+
readonly path?: string | undefined;
|
1382
|
+
readonly message: string;
|
1383
|
+
readonly criticality: {
|
1384
|
+
readonly reason?: string | undefined;
|
1385
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1386
|
+
};
|
1387
|
+
readonly enumName: string;
|
1388
|
+
} | {
|
1389
|
+
readonly _tag: "ENUM_VALUE_DESCRIPTION_CHANGED";
|
1390
|
+
readonly value: string;
|
1391
|
+
readonly path?: string | undefined;
|
1392
|
+
readonly message: string;
|
1393
|
+
readonly criticality: {
|
1394
|
+
readonly reason?: string | undefined;
|
1395
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1396
|
+
};
|
1397
|
+
readonly oldDescription?: string | undefined;
|
1398
|
+
readonly newDescription?: string | undefined;
|
1399
|
+
readonly enumName: string;
|
1400
|
+
} | {
|
1401
|
+
readonly _tag: "ENUM_VALUE_DEPRECATION_ADDED";
|
1402
|
+
readonly value: string;
|
1403
|
+
readonly path?: string | undefined;
|
1404
|
+
readonly reason?: string | undefined;
|
1405
|
+
readonly message: string;
|
1406
|
+
readonly criticality: {
|
1407
|
+
readonly reason?: string | undefined;
|
1408
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1409
|
+
};
|
1410
|
+
readonly enumName: string;
|
1411
|
+
} | {
|
1412
|
+
readonly _tag: "ENUM_VALUE_DEPRECATION_REMOVED";
|
1413
|
+
readonly value: string;
|
1414
|
+
readonly path?: string | undefined;
|
1415
|
+
readonly message: string;
|
1416
|
+
readonly criticality: {
|
1417
|
+
readonly reason?: string | undefined;
|
1418
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1419
|
+
};
|
1420
|
+
readonly enumName: string;
|
1421
|
+
} | {
|
1422
|
+
readonly _tag: "ENUM_VALUE_DEPRECATION_REASON_CHANGED";
|
1423
|
+
readonly value: string;
|
1424
|
+
readonly path?: string | undefined;
|
1425
|
+
readonly message: string;
|
1426
|
+
readonly criticality: {
|
1427
|
+
readonly reason?: string | undefined;
|
1428
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1429
|
+
};
|
1430
|
+
readonly oldReason?: string | undefined;
|
1431
|
+
readonly newReason?: string | undefined;
|
1432
|
+
readonly enumName: string;
|
1433
|
+
} | {
|
1434
|
+
readonly _tag: "ENUM_VALUE_DEPRECATION_REASON_ADDED";
|
1435
|
+
readonly value: string;
|
1436
|
+
readonly path?: string | undefined;
|
1437
|
+
readonly reason: string;
|
1438
|
+
readonly message: string;
|
1439
|
+
readonly criticality: {
|
1440
|
+
readonly reason?: string | undefined;
|
1441
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1442
|
+
};
|
1443
|
+
readonly enumName: string;
|
1444
|
+
} | {
|
1445
|
+
readonly _tag: "ENUM_VALUE_DEPRECATION_REASON_REMOVED";
|
1446
|
+
readonly value: string;
|
1447
|
+
readonly path?: string | undefined;
|
1448
|
+
readonly message: string;
|
1449
|
+
readonly criticality: {
|
1450
|
+
readonly reason?: string | undefined;
|
1451
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1452
|
+
};
|
1453
|
+
readonly enumName: string;
|
1454
|
+
} | {
|
1455
|
+
readonly _tag: "INPUT_FIELD_ADDED";
|
1456
|
+
readonly path?: string | undefined;
|
1457
|
+
readonly message: string;
|
1458
|
+
readonly criticality: {
|
1459
|
+
readonly reason?: string | undefined;
|
1460
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1461
|
+
};
|
1462
|
+
readonly fieldName: string;
|
1463
|
+
readonly inputName: string;
|
1464
|
+
readonly isNullable: boolean;
|
1465
|
+
} | {
|
1466
|
+
readonly _tag: "INPUT_FIELD_REMOVED";
|
1467
|
+
readonly path?: string | undefined;
|
1468
|
+
readonly message: string;
|
1469
|
+
readonly criticality: {
|
1470
|
+
readonly reason?: string | undefined;
|
1471
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1472
|
+
};
|
1473
|
+
readonly fieldName: string;
|
1474
|
+
readonly inputName: string;
|
1475
|
+
} | {
|
1476
|
+
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
1477
|
+
readonly path?: string | undefined;
|
1478
|
+
readonly message: string;
|
1479
|
+
readonly criticality: {
|
1480
|
+
readonly reason?: string | undefined;
|
1481
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1482
|
+
};
|
1483
|
+
readonly fieldName: string;
|
1484
|
+
readonly oldType: string;
|
1485
|
+
readonly newType: string;
|
1486
|
+
readonly inputName: string;
|
1487
|
+
} | {
|
1488
|
+
readonly description: string;
|
1489
|
+
readonly _tag: "INPUT_FIELD_DESCRIPTION_ADDED";
|
1490
|
+
readonly path?: string | undefined;
|
1491
|
+
readonly message: string;
|
1492
|
+
readonly criticality: {
|
1493
|
+
readonly reason?: string | undefined;
|
1494
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1495
|
+
};
|
1496
|
+
readonly fieldName: string;
|
1497
|
+
readonly inputName: string;
|
1498
|
+
} | {
|
1499
|
+
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
1500
|
+
readonly path?: string | undefined;
|
1501
|
+
readonly message: string;
|
1502
|
+
readonly criticality: {
|
1503
|
+
readonly reason?: string | undefined;
|
1504
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1505
|
+
};
|
1506
|
+
readonly fieldName: string;
|
1507
|
+
readonly inputName: string;
|
1508
|
+
} | {
|
1509
|
+
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
1510
|
+
readonly path?: string | undefined;
|
1511
|
+
readonly message: string;
|
1512
|
+
readonly criticality: {
|
1513
|
+
readonly reason?: string | undefined;
|
1514
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1515
|
+
};
|
1516
|
+
readonly oldDescription?: string | undefined;
|
1517
|
+
readonly newDescription?: string | undefined;
|
1518
|
+
readonly fieldName: string;
|
1519
|
+
readonly inputName: string;
|
1520
|
+
} | {
|
1521
|
+
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
1522
|
+
readonly path?: string | undefined;
|
1523
|
+
readonly message: string;
|
1524
|
+
readonly criticality: {
|
1525
|
+
readonly reason?: string | undefined;
|
1526
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1527
|
+
};
|
1528
|
+
readonly fieldName: string;
|
1529
|
+
readonly oldDefault?: unknown;
|
1530
|
+
readonly newDefault?: unknown;
|
1531
|
+
readonly inputName: string;
|
1532
|
+
} | {
|
1533
|
+
readonly _tag: "UNION_MEMBER_ADDED";
|
1534
|
+
readonly memberName: string;
|
1535
|
+
readonly path?: string | undefined;
|
1536
|
+
readonly message: string;
|
1537
|
+
readonly criticality: {
|
1538
|
+
readonly reason?: string | undefined;
|
1539
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1540
|
+
};
|
1541
|
+
readonly unionName: string;
|
1542
|
+
} | {
|
1543
|
+
readonly _tag: "UNION_MEMBER_REMOVED";
|
1544
|
+
readonly memberName: string;
|
1545
|
+
readonly path?: string | undefined;
|
1546
|
+
readonly message: string;
|
1547
|
+
readonly criticality: {
|
1548
|
+
readonly reason?: string | undefined;
|
1549
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1550
|
+
};
|
1551
|
+
readonly unionName: string;
|
1552
|
+
} | {
|
1553
|
+
readonly _tag: "OBJECT_TYPE_INTERFACE_ADDED";
|
1554
|
+
readonly path?: string | undefined;
|
1555
|
+
readonly message: string;
|
1556
|
+
readonly criticality: {
|
1557
|
+
readonly reason?: string | undefined;
|
1558
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1559
|
+
};
|
1560
|
+
readonly objectName: string;
|
1561
|
+
readonly interfaceName: string;
|
1562
|
+
} | {
|
1563
|
+
readonly _tag: "OBJECT_TYPE_INTERFACE_REMOVED";
|
1564
|
+
readonly path?: string | undefined;
|
1565
|
+
readonly message: string;
|
1566
|
+
readonly criticality: {
|
1567
|
+
readonly reason?: string | undefined;
|
1568
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1569
|
+
};
|
1570
|
+
readonly objectName: string;
|
1571
|
+
readonly interfaceName: string;
|
1572
|
+
} | {
|
1573
|
+
readonly name: string;
|
1574
|
+
readonly _tag: "DIRECTIVE_ADDED";
|
1575
|
+
readonly path?: string | undefined;
|
1576
|
+
readonly message: string;
|
1577
|
+
readonly criticality: {
|
1578
|
+
readonly reason?: string | undefined;
|
1579
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1580
|
+
};
|
1581
|
+
readonly locations: readonly string[];
|
1582
|
+
} | {
|
1583
|
+
readonly name: string;
|
1584
|
+
readonly _tag: "DIRECTIVE_REMOVED";
|
1585
|
+
readonly path?: string | undefined;
|
1586
|
+
readonly message: string;
|
1587
|
+
readonly criticality: {
|
1588
|
+
readonly reason?: string | undefined;
|
1589
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1590
|
+
};
|
1591
|
+
} | {
|
1592
|
+
readonly name: string;
|
1593
|
+
readonly _tag: "DIRECTIVE_DESCRIPTION_CHANGED";
|
1594
|
+
readonly path?: string | undefined;
|
1595
|
+
readonly message: string;
|
1596
|
+
readonly criticality: {
|
1597
|
+
readonly reason?: string | undefined;
|
1598
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1599
|
+
};
|
1600
|
+
readonly oldDescription?: string | undefined;
|
1601
|
+
readonly newDescription?: string | undefined;
|
1602
|
+
} | {
|
1603
|
+
readonly name: string;
|
1604
|
+
readonly _tag: "DIRECTIVE_LOCATION_ADDED";
|
1605
|
+
readonly path?: string | undefined;
|
1606
|
+
readonly message: string;
|
1607
|
+
readonly criticality: {
|
1608
|
+
readonly reason?: string | undefined;
|
1609
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1610
|
+
};
|
1611
|
+
readonly location: string;
|
1612
|
+
} | {
|
1613
|
+
readonly name: string;
|
1614
|
+
readonly _tag: "DIRECTIVE_LOCATION_REMOVED";
|
1615
|
+
readonly path?: string | undefined;
|
1616
|
+
readonly message: string;
|
1617
|
+
readonly criticality: {
|
1618
|
+
readonly reason?: string | undefined;
|
1619
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1620
|
+
};
|
1621
|
+
readonly location: string;
|
1622
|
+
} | {
|
1623
|
+
readonly _tag: "DIRECTIVE_ARGUMENT_ADDED";
|
1624
|
+
readonly type: string;
|
1625
|
+
readonly path?: string | undefined;
|
1626
|
+
readonly message: string;
|
1627
|
+
readonly criticality: {
|
1628
|
+
readonly reason?: string | undefined;
|
1629
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1630
|
+
};
|
1631
|
+
readonly argumentName: string;
|
1632
|
+
readonly directiveName: string;
|
1633
|
+
} | {
|
1634
|
+
readonly _tag: "DIRECTIVE_ARGUMENT_REMOVED";
|
1635
|
+
readonly path?: string | undefined;
|
1636
|
+
readonly message: string;
|
1637
|
+
readonly criticality: {
|
1638
|
+
readonly reason?: string | undefined;
|
1639
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1640
|
+
};
|
1641
|
+
readonly argumentName: string;
|
1642
|
+
readonly directiveName: string;
|
1643
|
+
} | {
|
1644
|
+
readonly _tag: "DIRECTIVE_ARGUMENT_DESCRIPTION_CHANGED";
|
1645
|
+
readonly path?: string | undefined;
|
1646
|
+
readonly message: string;
|
1647
|
+
readonly criticality: {
|
1648
|
+
readonly reason?: string | undefined;
|
1649
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1650
|
+
};
|
1651
|
+
readonly oldDescription?: string | undefined;
|
1652
|
+
readonly newDescription?: string | undefined;
|
1653
|
+
readonly argumentName: string;
|
1654
|
+
readonly directiveName: string;
|
1655
|
+
} | {
|
1656
|
+
readonly _tag: "DIRECTIVE_ARGUMENT_DEFAULT_VALUE_CHANGED";
|
1657
|
+
readonly path?: string | undefined;
|
1658
|
+
readonly message: string;
|
1659
|
+
readonly criticality: {
|
1660
|
+
readonly reason?: string | undefined;
|
1661
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1662
|
+
};
|
1663
|
+
readonly argumentName: string;
|
1664
|
+
readonly oldDefault?: unknown;
|
1665
|
+
readonly newDefault?: unknown;
|
1666
|
+
readonly directiveName: string;
|
1667
|
+
} | {
|
1668
|
+
readonly _tag: "DIRECTIVE_ARGUMENT_TYPE_CHANGED";
|
1669
|
+
readonly path?: string | undefined;
|
1670
|
+
readonly message: string;
|
1671
|
+
readonly criticality: {
|
1672
|
+
readonly reason?: string | undefined;
|
1673
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1674
|
+
};
|
1675
|
+
readonly oldType: string;
|
1676
|
+
readonly newType: string;
|
1677
|
+
readonly argumentName: string;
|
1678
|
+
readonly directiveName: string;
|
1679
|
+
} | {
|
1680
|
+
readonly _tag: "SCHEMA_QUERY_TYPE_CHANGED";
|
1681
|
+
readonly path?: string | undefined;
|
1682
|
+
readonly message: string;
|
1683
|
+
readonly criticality: {
|
1684
|
+
readonly reason?: string | undefined;
|
1685
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1686
|
+
};
|
1687
|
+
readonly oldType?: string | undefined;
|
1688
|
+
readonly newType?: string | undefined;
|
1689
|
+
} | {
|
1690
|
+
readonly _tag: "SCHEMA_MUTATION_TYPE_CHANGED";
|
1691
|
+
readonly path?: string | undefined;
|
1692
|
+
readonly message: string;
|
1693
|
+
readonly criticality: {
|
1694
|
+
readonly reason?: string | undefined;
|
1695
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1696
|
+
};
|
1697
|
+
readonly oldType?: string | undefined;
|
1698
|
+
readonly newType?: string | undefined;
|
1699
|
+
} | {
|
1700
|
+
readonly _tag: "SCHEMA_SUBSCRIPTION_TYPE_CHANGED";
|
1701
|
+
readonly path?: string | undefined;
|
1702
|
+
readonly message: string;
|
1703
|
+
readonly criticality: {
|
1704
|
+
readonly reason?: string | undefined;
|
1705
|
+
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
1706
|
+
};
|
1707
|
+
readonly oldType?: string | undefined;
|
1708
|
+
readonly newType?: string | undefined;
|
1709
|
+
})[];
|
1710
|
+
} | null;
|
1711
|
+
};
|
1712
|
+
};
|
1713
|
+
};
|
1714
|
+
//# sourceMappingURL=changelog.d.ts.map
|