polen 0.10.0-next.14 → 0.10.0-next.16
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 +9 -84
- package/build/api/api.d.ts +4 -4
- package/build/api/api.js +4 -4
- package/build/api/builder/builder.js +1 -9
- package/build/api/builder/builder.js.map +1 -1
- package/build/api/builder/index.d.ts +1 -1
- package/build/api/builder/index.js +1 -1
- package/build/api/config/config.d.ts +4 -4
- package/build/api/config/config.js +4 -4
- package/build/api/config/configurator.d.ts +89 -9
- package/build/api/config/configurator.d.ts.map +1 -1
- package/build/api/config/configurator.js +5 -5
- package/build/api/config/configurator.js.map +1 -1
- package/build/api/config/define.d.ts +1 -1
- package/build/api/config/index.d.ts +1 -1
- package/build/api/config/index.js +1 -1
- package/build/api/config/load.d.ts +1 -1
- package/build/api/config/load.d.ts.map +1 -1
- package/build/api/config/load.js +1 -12
- package/build/api/config/load.js.map +1 -1
- package/build/api/config/merge.d.ts +1 -1
- package/build/api/config/merge.d.ts.map +1 -1
- package/build/api/config/merge.js +1 -3
- package/build/api/config/merge.js.map +1 -1
- package/build/api/config-resolver/config-resolver.d.ts +2 -2
- package/build/api/config-resolver/config-resolver.js +2 -2
- package/build/api/config-resolver/index.d.ts +1 -1
- package/build/api/config-resolver/index.js +1 -1
- package/build/api/config-resolver/resolve.d.ts +3 -3
- package/build/api/config-resolver/resolve.js +4 -4
- package/build/api/config-resolver/vite.d.ts +1 -1
- package/build/api/content/$$.d.ts +6 -6
- package/build/api/content/$$.js +6 -6
- package/build/api/content/$.d.ts +1 -1
- package/build/api/content/$.js +1 -1
- package/build/api/content/navbar.d.ts +1 -1
- package/build/api/content/navbar.js +2 -2
- package/build/api/content/page.d.ts +1 -1
- package/build/api/content/scan.d.ts +1 -1
- package/build/api/content/scan.js +7 -7
- package/build/api/content/sidebar.d.ts +5 -5
- package/build/api/content/sidebar.d.ts.map +1 -1
- package/build/api/content/sidebar.js +14 -14
- package/build/api/content/sidebar.js.map +1 -1
- package/build/api/index.d.ts +1 -1
- package/build/api/index.js +1 -1
- package/build/api/schema/data-sources/data-sources.d.ts +3 -3
- package/build/api/schema/data-sources/data-sources.js +3 -3
- package/build/api/schema/data-sources/index.d.ts +1 -1
- package/build/api/schema/data-sources/index.js +1 -1
- package/build/api/schema/data-sources/memory/memory.d.ts +36 -1
- package/build/api/schema/data-sources/memory/memory.d.ts.map +1 -1
- package/build/api/schema/data-sources/memory/memory.js.map +1 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js.map +1 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts +1 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +30 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +1 -1
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts +20 -1
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +1 -1
- package/build/api/schema/data-sources/schema-file/schema-file.js.map +1 -1
- package/build/api/schema/index.d.ts +1 -1
- package/build/api/schema/index.js +1 -1
- package/build/api/schema/read.d.ts +43 -2
- package/build/api/schema/read.d.ts.map +1 -1
- package/build/api/schema/read.js +1 -1
- package/build/api/schema/read.js.map +1 -1
- package/build/api/schema/schema.d.ts +2 -2
- package/build/api/schema/schema.js +2 -2
- package/build/api/schema-augmentation/augmentations/description.d.ts +1 -1
- package/build/api/schema-augmentation/augmentations/description.js +1 -1
- package/build/api/schema-augmentation/index.d.ts +1 -1
- package/build/api/schema-augmentation/index.js +1 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts +1 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts.map +1 -1
- package/build/api/schema-augmentation/schema-augmentation.js +1 -2
- package/build/api/schema-augmentation/schema-augmentation.js.map +1 -1
- package/build/api/server/report-error.js +7 -5
- package/build/api/server/report-error.js.map +1 -1
- package/build/api/singletons/markdown/index.d.ts +1 -1
- package/build/api/singletons/markdown/index.js +1 -1
- package/build/api/singletons/markdown/markdown.d.ts.map +1 -1
- package/build/api/singletons/markdown/markdown.js +4 -22
- package/build/api/singletons/markdown/markdown.js.map +1 -1
- package/build/api/static/index.d.ts +1 -1
- package/build/api/static/index.js +1 -1
- package/build/api/static/manifest.js +3 -3
- package/build/api/static/rebase.d.ts +2 -2
- package/build/api/static/rebase.js +8 -8
- package/build/api/static/rebase.js.map +1 -1
- package/build/api/static/static.d.ts +2 -2
- package/build/api/static/static.js +2 -2
- package/build/api/utils/asset-url/index.d.ts +1 -1
- package/build/api/utils/asset-url/index.js +1 -1
- package/build/api/vite/logger.js +5 -5
- package/build/api/vite/plugins/{branding/index.d.ts → branding.d.ts} +1 -1
- package/build/api/vite/plugins/branding.d.ts.map +1 -0
- package/build/api/vite/plugins/{branding/index.js → branding.js} +9 -9
- package/build/api/vite/plugins/branding.js.map +1 -0
- package/build/api/vite/plugins/build.d.ts.map +1 -1
- package/build/api/vite/plugins/build.js +12 -22
- package/build/api/vite/plugins/build.js.map +1 -1
- package/build/api/vite/plugins/core.d.ts +2 -0
- package/build/api/vite/plugins/core.d.ts.map +1 -1
- package/build/api/vite/plugins/core.js +34 -38
- package/build/api/vite/plugins/core.js.map +1 -1
- package/build/api/vite/plugins/main.d.ts.map +1 -1
- package/build/api/vite/plugins/main.js +25 -23
- package/build/api/vite/plugins/main.js.map +1 -1
- package/build/api/vite/plugins/pages.d.ts +3 -5
- package/build/api/vite/plugins/pages.d.ts.map +1 -1
- package/build/api/vite/plugins/pages.js +15 -42
- package/build/api/vite/plugins/pages.js.map +1 -1
- package/build/api/vite/plugins/serve.d.ts.map +1 -1
- package/build/api/vite/plugins/serve.js +34 -25
- package/build/api/vite/plugins/serve.js.map +1 -1
- package/build/cli/commands/build.js +0 -1
- package/build/cli/commands/build.js.map +1 -1
- package/build/cli/commands/config/$default.d.ts +2 -0
- package/build/cli/commands/config/$default.d.ts.map +1 -0
- package/build/cli/commands/config/$default.js +7 -0
- package/build/cli/commands/config/$default.js.map +1 -0
- package/build/cli/commands/config/create.d.ts +2 -0
- package/build/cli/commands/config/create.d.ts.map +1 -0
- package/build/cli/commands/config/create.js +21 -0
- package/build/cli/commands/config/create.js.map +1 -0
- package/build/cli/commands/config.d.ts +3 -0
- package/build/cli/commands/config.d.ts.map +1 -0
- package/build/cli/commands/config.js +5 -0
- package/build/cli/commands/config.js.map +1 -0
- package/build/cli/commands/create.js +2 -3
- package/build/cli/commands/create.js.map +1 -1
- package/build/cli/commands/dev.js +0 -1
- package/build/cli/commands/dev.js.map +1 -1
- package/build/cli/commands/open.js +0 -1
- package/build/cli/commands/open.js.map +1 -1
- package/build/cli/commands/static/rebase.js +0 -1
- package/build/cli/commands/static/rebase.js.map +1 -1
- package/build/cli/commands/static.js +1 -1
- package/build/dep/graphql-inspector/index.d.ts +1 -1
- package/build/dep/graphql-inspector/index.js +1 -1
- package/build/dep/hono/hono.d.ts +1 -1
- package/build/dep/hono/hono.js +1 -1
- package/build/dep/hono/index.d.ts +1 -1
- package/build/dep/hono/index.js +1 -1
- package/build/dep/superjson/index.d.ts +1 -1
- package/build/dep/superjson/index.js +1 -1
- package/build/dep/tiny-globby/index.d.ts +1 -1
- package/build/dep/tiny-globby/index.js +1 -1
- package/build/dep/vite/index.d.ts +1 -1
- package/build/dep/vite/index.js +1 -1
- package/build/exports/components.d.ts +3 -3
- package/build/exports/components.d.ts.map +1 -1
- package/build/exports/components.js +3 -3
- package/build/exports/components.js.map +1 -1
- package/build/exports/index.d.ts +1 -1
- package/build/exports/index.js +1 -1
- package/build/lib/apple-touch-icon/index.d.ts +1 -1
- package/build/lib/apple-touch-icon/index.js +1 -1
- package/build/lib/errors/ContextualAggregateError.d.ts +1 -1
- package/build/lib/errors/ContextualAggregateError.js +1 -1
- package/build/lib/errors/ContextualError.d.ts +1 -1
- package/build/lib/errors/ErrorInternal.d.ts +2 -2
- package/build/lib/errors/ErrorInternal.js +1 -1
- package/build/lib/errors/errors.d.ts +4 -4
- package/build/lib/errors/errors.js +4 -4
- package/build/lib/errors/index.d.ts +1 -1
- package/build/lib/errors/index.js +1 -1
- package/build/lib/errors/types.d.ts +1 -1
- package/build/lib/extensible-data/index.d.ts +1 -1
- package/build/lib/extensible-data/index.js +1 -1
- package/build/lib/favicon/index.d.ts +1 -1
- package/build/lib/favicon/index.js +1 -1
- package/build/lib/file-router/diagnostic-reporter.d.ts +1 -1
- package/build/lib/file-router/diagnostic-reporter.js +8 -8
- package/build/lib/file-router/file-router.d.ts +3 -3
- package/build/lib/file-router/file-router.js +3 -3
- package/build/lib/file-router/index.d.ts +1 -1
- package/build/lib/file-router/index.js +1 -1
- package/build/lib/file-router/linter.d.ts +5 -5
- package/build/lib/file-router/linter.js +7 -7
- package/build/lib/file-router/scan.d.ts +2 -2
- package/build/lib/file-router/scan.js +3 -3
- package/build/lib/grafaid/_Nodes.d.ts +1 -1
- package/build/lib/grafaid/_Nodes.js +1 -1
- package/build/lib/grafaid/document/OperationTypeNode.d.ts +1 -1
- package/build/lib/grafaid/document/OperationTypeNode.js +1 -1
- package/build/lib/grafaid/document/kind.d.ts +1 -1
- package/build/lib/grafaid/document/kind.js +1 -1
- package/build/lib/grafaid/document.d.ts +4 -4
- package/build/lib/grafaid/document.js +6 -6
- package/build/lib/grafaid/grafaid.d.ts +4 -4
- package/build/lib/grafaid/grafaid.js +4 -4
- package/build/lib/grafaid/graphql.d.ts +2 -2
- package/build/lib/grafaid/graphql.js +2 -2
- package/build/lib/grafaid/http/__.d.ts +1 -1
- package/build/lib/grafaid/http/__.js +1 -1
- package/build/lib/grafaid/http/http.js +1 -1
- package/build/lib/grafaid/index.d.ts +1 -1
- package/build/lib/grafaid/index.js +1 -1
- package/build/lib/grafaid/schema/KindMap/_.d.ts +3 -3
- package/build/lib/grafaid/schema/KindMap/_.js +4 -4
- package/build/lib/grafaid/schema/KindMap/__.d.ts +2 -2
- package/build/lib/grafaid/schema/KindMap/__.js +1 -1
- package/build/lib/grafaid/schema/OperationType/__.d.ts +2 -2
- package/build/lib/grafaid/schema/OperationType/__.js +1 -1
- package/build/lib/grafaid/schema/RootDetails.d.ts +3 -3
- package/build/lib/grafaid/schema/RootDetails.js +2 -2
- package/build/lib/grafaid/schema/RootTypeMap.d.ts +2 -2
- package/build/lib/grafaid/schema/RootTypeMap.js +2 -2
- package/build/lib/grafaid/schema/nodes-like.d.ts +1 -1
- package/build/lib/grafaid/schema/nodes-like.js +1 -1
- package/build/lib/grafaid/schema/schema.d.ts +14 -14
- package/build/lib/grafaid/schema/schema.js +15 -15
- package/build/lib/grafaid/schema/type-kind-name.d.ts +1 -1
- package/build/lib/grafaid/schema/type-kind-name.js +1 -1
- package/build/lib/grafaid/schema/type.d.ts +1 -1
- package/build/lib/grafaid/schema/typeGuards.js +1 -1
- package/build/lib/grafaid-old/grafaid.d.ts +1 -1
- package/build/lib/grafaid-old/grafaid.js +1 -1
- package/build/lib/grafaid-old/index.d.ts +1 -1
- package/build/lib/grafaid-old/index.js +1 -1
- package/build/lib/graphql-change/change-groups.d.ts +52 -0
- package/build/lib/graphql-change/change-groups.d.ts.map +1 -0
- package/build/lib/graphql-change/change-groups.js +33 -0
- package/build/lib/graphql-change/change-groups.js.map +1 -0
- package/build/lib/graphql-change/change-types.d.ts +170 -0
- package/build/lib/graphql-change/change-types.d.ts.map +1 -0
- package/build/lib/graphql-change/change-types.js +11 -0
- package/build/lib/graphql-change/change-types.js.map +1 -0
- package/build/lib/graphql-change/criticality.d.ts +26 -0
- package/build/lib/graphql-change/criticality.d.ts.map +1 -0
- package/build/lib/graphql-change/criticality.js +30 -0
- package/build/lib/graphql-change/criticality.js.map +1 -0
- package/build/lib/graphql-change/graphql-change.d.ts +5 -6
- package/build/lib/graphql-change/graphql-change.d.ts.map +1 -1
- package/build/lib/graphql-change/graphql-change.js +4 -0
- package/build/lib/graphql-change/graphql-change.js.map +1 -1
- package/build/lib/graphql-change/index.d.ts +1 -1
- package/build/lib/graphql-change/index.js +1 -1
- package/build/lib/graphql-changeset/index.d.ts +1 -1
- package/build/lib/graphql-changeset/index.js +1 -1
- package/build/lib/graphql-document/$$.d.ts +4 -4
- package/build/lib/graphql-document/$$.js +4 -4
- package/build/lib/graphql-document/$.d.ts +1 -1
- package/build/lib/graphql-document/$.js +1 -1
- package/build/lib/graphql-document/analysis.d.ts +1 -1
- package/build/lib/graphql-document/analysis.js +46 -46
- package/build/lib/graphql-document/components/GraphQLDocument.d.ts.map +1 -1
- package/build/lib/graphql-document/components/GraphQLDocument.js +28 -21
- package/build/lib/graphql-document/components/GraphQLDocument.js.map +1 -1
- package/build/lib/graphql-document/components/GraphQLDocumentWithSchema.d.ts +3 -3
- package/build/lib/graphql-document/components/GraphQLDocumentWithSchema.d.ts.map +1 -1
- package/build/lib/graphql-document/components/GraphQLDocumentWithSchema.js +14 -30
- package/build/lib/graphql-document/components/GraphQLDocumentWithSchema.js.map +1 -1
- package/build/lib/graphql-document/components/GraphQLIdentifierPopover.d.ts +2 -2
- package/build/lib/graphql-document/components/GraphQLIdentifierPopover.d.ts.map +1 -1
- package/build/lib/graphql-document/components/GraphQLIdentifierPopover.js +26 -24
- package/build/lib/graphql-document/components/GraphQLIdentifierPopover.js.map +1 -1
- package/build/lib/graphql-document/components/IdentifierLink.d.ts +3 -3
- package/build/lib/graphql-document/components/IdentifierLink.js +22 -22
- package/build/lib/graphql-document/components/IdentifierLink.js.map +1 -1
- package/build/lib/graphql-document/components/graphql-document-styles.d.ts +1 -1
- package/build/lib/graphql-document/components/graphql-document-styles.d.ts.map +1 -1
- package/build/lib/graphql-document/components/graphql-document-styles.js +0 -23
- package/build/lib/graphql-document/components/graphql-document-styles.js.map +1 -1
- package/build/lib/graphql-document/components/index.d.ts +4 -5
- package/build/lib/graphql-document/components/index.d.ts.map +1 -1
- package/build/lib/graphql-document/components/index.js +4 -5
- package/build/lib/graphql-document/components/index.js.map +1 -1
- package/build/lib/graphql-document/example.d.ts +1 -1
- package/build/lib/graphql-document/example.js +36 -36
- package/build/lib/graphql-document/example.js.map +1 -1
- package/build/lib/graphql-document/graphql-document.d.ts +9 -9
- package/build/lib/graphql-document/graphql-document.d.ts.map +1 -1
- package/build/lib/graphql-document/graphql-document.js +9 -9
- package/build/lib/graphql-document/graphql-document.js.map +1 -1
- package/build/lib/graphql-document/positioning-simple.d.ts +1 -1
- package/build/lib/graphql-document/positioning-simple.js +31 -31
- package/build/lib/graphql-document/schema-integration.d.ts +5 -5
- package/build/lib/graphql-document/schema-integration.d.ts.map +1 -1
- package/build/lib/graphql-document/schema-integration.js +22 -22
- package/build/lib/graphql-document/schema-integration.js.map +1 -1
- package/build/lib/graphql-document/types.d.ts +4 -4
- package/build/lib/graphql-schema-loader/index.d.ts +1 -1
- package/build/lib/graphql-schema-loader/index.js +1 -1
- package/build/lib/helpers.js +1 -1
- package/build/lib/hono-aid/index.d.ts +1 -1
- package/build/lib/hono-aid/index.js +1 -1
- package/build/lib/html-utils/html-transformer.d.ts +4 -0
- package/build/lib/html-utils/html-transformer.d.ts.map +1 -0
- package/build/lib/html-utils/html-transformer.js +3 -0
- package/build/lib/html-utils/html-transformer.js.map +1 -0
- package/build/lib/html-utils/inject-global-data.d.ts +41 -0
- package/build/lib/html-utils/inject-global-data.d.ts.map +1 -0
- package/build/lib/html-utils/inject-global-data.js +65 -0
- package/build/lib/html-utils/inject-global-data.js.map +1 -0
- package/build/lib/kit-temp.d.ts +66 -2
- package/build/lib/kit-temp.d.ts.map +1 -1
- package/build/lib/kit-temp.js +37 -7
- package/build/lib/kit-temp.js.map +1 -1
- package/build/lib/kit-temp.test-d.js +16 -16
- package/build/lib/kit-temp.test-d.js.map +1 -1
- package/build/lib/mask/$$.d.ts +2 -2
- package/build/lib/mask/$$.js +2 -2
- package/build/lib/mask/$.d.ts +1 -1
- package/build/lib/mask/$.js +1 -1
- package/build/lib/mask/apply.d.ts +9 -9
- package/build/lib/mask/apply.d.ts.map +1 -1
- package/build/lib/mask/apply.js +3 -3
- package/build/lib/mask/apply.js.map +1 -1
- package/build/lib/mask/mask.d.ts +7 -7
- package/build/lib/mask/mask.d.ts.map +1 -1
- package/build/lib/mask/mask.js +12 -12
- package/build/lib/mask/mask.test-d.js +14 -14
- package/build/lib/mask/mask.test-d.js.map +1 -1
- package/build/lib/mutation-type.js +3 -3
- package/build/lib/path-map/$$.d.ts +7 -0
- package/build/lib/path-map/$$.d.ts.map +1 -0
- package/build/lib/path-map/$$.js +7 -0
- package/build/lib/path-map/$$.js.map +1 -0
- package/build/lib/path-map/$.d.ts +7 -0
- package/build/lib/path-map/$.d.ts.map +1 -0
- package/build/lib/path-map/$.js +7 -0
- package/build/lib/path-map/$.js.map +1 -0
- package/build/lib/path-map/path-map.d.ts +110 -0
- package/build/lib/path-map/path-map.d.ts.map +1 -0
- package/build/lib/path-map/path-map.js +126 -0
- package/build/lib/path-map/path-map.js.map +1 -0
- package/build/lib/react-router-aid/index.d.ts +1 -1
- package/build/lib/react-router-aid/index.js +1 -1
- package/build/lib/react-router-aid/react-router-aid.d.ts +1 -1
- package/build/lib/react-router-aid/react-router-aid.js +1 -1
- package/build/lib/react-router-loader/react-router-loader.d.ts.map +1 -1
- package/build/lib/react-router-loader/react-router-loader.js +1 -4
- package/build/lib/react-router-loader/react-router-loader.js.map +1 -1
- package/build/lib/stack-processor/index.d.ts +1 -1
- package/build/lib/stack-processor/index.js +1 -1
- package/build/lib/stack-processor/stack-processor.d.ts.map +1 -1
- package/build/lib/stack-processor/stack-processor.js +0 -1
- package/build/lib/stack-processor/stack-processor.js.map +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js +1 -1
- package/build/lib/superjson-codec/exports.d.ts +2 -2
- package/build/lib/superjson-codec/exports.js +2 -2
- package/build/lib/superjson-codec/index.d.ts +1 -1
- package/build/lib/superjson-codec/index.js +1 -1
- package/build/lib/task/$$.d.ts +2 -2
- package/build/lib/task/$$.js +2 -2
- package/build/lib/task/$.d.ts +1 -1
- package/build/lib/task/$.js +1 -1
- package/build/lib/task/report.d.ts +1 -1
- package/build/lib/task/task.d.ts +1 -1
- package/build/lib/task/task.js +2 -2
- package/build/lib/theme/$.d.ts +2 -0
- package/build/lib/theme/$.d.ts.map +1 -0
- package/build/lib/theme/$.js +3 -0
- package/build/lib/theme/$.js.map +1 -0
- package/build/lib/theme/theme.d.ts +68 -0
- package/build/lib/theme/theme.d.ts.map +1 -0
- package/build/lib/theme/theme.js +123 -0
- package/build/lib/theme/theme.js.map +1 -0
- package/build/lib/vite-plugin-json/index.d.ts +1 -1
- package/build/lib/vite-plugin-json/index.js +1 -1
- package/build/lib/vite-plugin-json/vite-plugin-json.js +3 -4
- package/build/lib/vite-plugin-json/vite-plugin-json.js.map +1 -1
- package/build/lib/vite-plugin-mdx/index.d.ts +1 -1
- package/build/lib/vite-plugin-mdx/index.js +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts +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 -6
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js.map +1 -1
- package/build/lib/vite-plugin-reactive-data/index.d.ts +1 -1
- package/build/lib/vite-plugin-reactive-data/index.js +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts.map +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.js +12 -14
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.js.map +1 -1
- package/build/lib/vite-plugins/index.d.ts +1 -1
- package/build/lib/vite-plugins/index.js +1 -1
- package/build/lib/vite-plugins/vite-plugins.d.ts +1 -1
- package/build/lib/vite-plugins/vite-plugins.js +1 -1
- package/build/lib/vite-virtual/identified-loader.d.ts +2 -2
- package/build/lib/vite-virtual/identified-loader.js +2 -2
- package/build/lib/vite-virtual/identifier.js +1 -1
- package/build/lib/vite-virtual/index.d.ts +1 -1
- package/build/lib/vite-virtual/index.js +1 -1
- package/build/lib/vite-virtual/vite-virtual.d.ts +3 -3
- package/build/lib/vite-virtual/vite-virtual.js +3 -3
- package/build/package-paths.d.ts +18 -6
- package/build/package-paths.d.ts.map +1 -1
- package/build/package-paths.js +19 -6
- package/build/package-paths.js.map +1 -1
- package/build/project-data.d.ts +3 -1
- package/build/project-data.d.ts.map +1 -1
- package/build/sandbox.js +9 -9
- package/build/template/components/ArgumentList.js +1 -1
- package/build/template/components/ArgumentList.js.map +1 -1
- package/build/template/components/ArgumentListAnnotation.js +2 -2
- package/build/template/components/ArgumentListAnnotation.js.map +1 -1
- package/build/template/components/Changelog/ChangeBase.d.ts +9 -0
- package/build/template/components/Changelog/ChangeBase.d.ts.map +1 -0
- package/build/template/components/Changelog/ChangeBase.js +5 -0
- package/build/template/components/Changelog/ChangeBase.js.map +1 -0
- package/build/template/components/Changelog/CriticalitySection.d.ts +11 -0
- package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -0
- package/build/template/components/Changelog/CriticalitySection.js +11 -0
- package/build/template/components/Changelog/CriticalitySection.js.map +1 -0
- package/build/template/components/Changelog/changes/index.d.ts +2 -0
- package/build/template/components/Changelog/changes/index.d.ts.map +1 -0
- package/build/template/components/Changelog/changes/index.js +2 -0
- package/build/template/components/Changelog/changes/index.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgument.js +12 -0
- package/build/template/components/Changelog/groups/DirectiveArgument.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js +7 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js +12 -0
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveDescription.js +7 -0
- package/build/template/components/Changelog/groups/DirectiveDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js +12 -0
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveOperation.js +12 -0
- package/build/template/components/Changelog/groups/DirectiveOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +6 -0
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/DirectiveUsage.js +59 -0
- package/build/template/components/Changelog/groups/DirectiveUsage.js.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +6 -0
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js +14 -0
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueDescription.js +7 -0
- package/build/template/components/Changelog/groups/EnumValueDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/EnumValueOperation.js +12 -0
- package/build/template/components/Changelog/groups/EnumValueOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgument.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgument.js +12 -0
- package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js +7 -0
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js +12 -0
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldDeprecation.js +12 -0
- package/build/template/components/Changelog/groups/FieldDeprecation.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js +14 -0
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldDescription.js +14 -0
- package/build/template/components/Changelog/groups/FieldDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/FieldOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/FieldOperation.js +14 -0
- package/build/template/components/Changelog/groups/FieldOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +6 -0
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js +7 -0
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldDescription.js +14 -0
- package/build/template/components/Changelog/groups/InputFieldDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/InputFieldOperation.js +14 -0
- package/build/template/components/Changelog/groups/InputFieldOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js +12 -0
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts +6 -0
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/SchemaRootType.js +14 -0
- package/build/template/components/Changelog/groups/SchemaRootType.js.map +1 -0
- package/build/template/components/Changelog/groups/TypeDescription.d.ts +6 -0
- package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/TypeDescription.js +14 -0
- package/build/template/components/Changelog/groups/TypeDescription.js.map +1 -0
- package/build/template/components/Changelog/groups/TypeOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/TypeOperation.js +14 -0
- package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +6 -0
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/UnionMemberOperation.js +12 -0
- package/build/template/components/Changelog/groups/UnionMemberOperation.js.map +1 -0
- package/build/template/components/Changelog/groups/index.d.ts +26 -0
- package/build/template/components/Changelog/groups/index.d.ts.map +1 -0
- package/build/template/components/Changelog/groups/index.js +26 -0
- package/build/template/components/Changelog/groups/index.js.map +1 -0
- package/build/template/components/Changelog.d.ts +1 -1
- package/build/template/components/Changelog.d.ts.map +1 -1
- package/build/template/components/Changelog.js +108 -27
- package/build/template/components/Changelog.js.map +1 -1
- package/build/template/components/ChangelogLayout.d.ts +9 -0
- package/build/template/components/ChangelogLayout.d.ts.map +1 -0
- package/build/template/components/ChangelogLayout.js +71 -0
- package/build/template/components/ChangelogLayout.js.map +1 -0
- package/build/template/components/CodeBlock.d.ts +0 -8
- package/build/template/components/CodeBlock.d.ts.map +1 -1
- package/build/template/components/CodeBlock.js +3 -38
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/CodeBlockEnhancer.js +41 -41
- package/build/template/components/CodeBlockEnhancer.js.map +1 -1
- package/build/template/components/DeprecationReason.js +1 -1
- package/build/template/components/DeprecationReason.js.map +1 -1
- package/build/template/components/Description.js +1 -1
- package/build/template/components/Description.js.map +1 -1
- package/build/template/components/Field.js +4 -4
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/FieldList.js +1 -1
- package/build/template/components/FieldList.js.map +1 -1
- package/build/template/components/FieldListSection.js +1 -1
- package/build/template/components/FieldListSection.js.map +1 -1
- package/build/template/components/HamburgerMenu.js +11 -11
- package/build/template/components/HamburgerMenu.js.map +1 -1
- package/build/template/components/Link.d.ts +2 -2
- package/build/template/components/Link.d.ts.map +1 -1
- package/build/template/components/Link.js +17 -17
- package/build/template/components/Link.js.map +1 -1
- package/build/template/components/Logo.js +4 -4
- package/build/template/components/MDXComponents.d.ts +0 -1
- package/build/template/components/MDXComponents.d.ts.map +1 -1
- package/build/template/components/MDXComponents.js +1 -59
- package/build/template/components/MDXComponents.js.map +1 -1
- package/build/template/components/NamedType.js +2 -2
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/TestComponent.js +2 -2
- package/build/template/components/Texts/MinorHeading.js +4 -4
- package/build/template/components/Texts/index.d.ts +1 -1
- package/build/template/components/Texts/index.js +1 -1
- package/build/template/components/Texts/texts.d.ts +1 -1
- package/build/template/components/Texts/texts.d.ts.map +1 -1
- package/build/template/components/Texts/texts.js +1 -1
- package/build/template/components/Texts/texts.js.map +1 -1
- package/build/template/components/ThemeToggle.d.ts.map +1 -1
- package/build/template/components/ThemeToggle.js +25 -4
- package/build/template/components/ThemeToggle.js.map +1 -1
- package/build/template/components/TypeAnnotation.js +1 -1
- package/build/template/components/TypeAnnotation.js.map +1 -1
- package/build/template/components/TypeFieldsLinkList.js +1 -1
- package/build/template/components/TypeFieldsLinkList.js.map +1 -1
- package/build/template/components/TypeIndex.js +1 -1
- package/build/template/components/TypeIndex.js.map +1 -1
- package/build/template/components/content/$$.d.ts +1 -1
- package/build/template/components/content/$$.d.ts.map +1 -1
- package/build/template/components/content/$$.js +1 -1
- package/build/template/components/content/$$.js.map +1 -1
- package/build/template/components/content/GraphQLDocumentWithSchema.d.ts +2 -2
- package/build/template/components/content/GraphQLDocumentWithSchema.d.ts.map +1 -1
- package/build/template/components/content/GraphQLDocumentWithSchema.js +1 -1
- package/build/template/components/content/GraphQLDocumentWithSchema.js.map +1 -1
- package/build/template/components/content/GraphQLDocumentWrapper.d.ts +2 -2
- package/build/template/components/content/GraphQLDocumentWrapper.d.ts.map +1 -1
- package/build/template/components/content/GraphQLDocumentWrapper.js +8 -23
- package/build/template/components/content/GraphQLDocumentWrapper.js.map +1 -1
- package/build/template/components/graphql/graphql.d.ts +2 -2
- package/build/template/components/graphql/graphql.d.ts.map +1 -1
- package/build/template/components/graphql/graphql.js +2 -2
- package/build/template/components/graphql/graphql.js.map +1 -1
- package/build/template/components/graphql/index.d.ts +1 -1
- package/build/template/components/graphql/index.d.ts.map +1 -1
- package/build/template/components/graphql/index.js +1 -1
- package/build/template/components/graphql/index.js.map +1 -1
- package/build/template/components/graphql/type-kind-icon.d.ts.map +1 -1
- package/build/template/components/graphql/type-kind-icon.js +1 -2
- package/build/template/components/graphql/type-kind-icon.js.map +1 -1
- package/build/template/components/graphql/type-link.js +3 -3
- package/build/template/components/graphql/type-link.js.map +1 -1
- package/build/template/components/layouts/SidebarLayout.d.ts +9 -0
- package/build/template/components/layouts/SidebarLayout.d.ts.map +1 -0
- package/build/template/components/layouts/SidebarLayout.js +25 -0
- package/build/template/components/layouts/SidebarLayout.js.map +1 -0
- package/build/template/components/layouts/index.d.ts +2 -0
- package/build/template/components/layouts/index.d.ts.map +1 -0
- package/build/template/components/layouts/index.js +2 -0
- package/build/template/components/layouts/index.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/components/sidebar/SidebarItem.js +4 -4
- package/build/template/components/sidebar/SidebarItem.js.map +1 -1
- package/build/template/constants.d.ts +17 -0
- package/build/template/constants.d.ts.map +1 -0
- package/build/template/constants.js +11 -0
- package/build/template/constants.js.map +1 -0
- package/build/template/contexts/ThemeContext.d.ts +3 -1
- package/build/template/contexts/ThemeContext.d.ts.map +1 -1
- package/build/template/contexts/ThemeContext.js +50 -22
- package/build/template/contexts/ThemeContext.js.map +1 -1
- package/build/template/entry.client.js +6 -2
- package/build/template/entry.client.js.map +1 -1
- package/build/template/routes/changelog.d.ts +1 -1
- package/build/template/routes/changelog.d.ts.map +1 -1
- package/build/template/routes/changelog.js +3 -2
- package/build/template/routes/changelog.js.map +1 -1
- package/build/template/routes/reference.$type.$field.js +2 -2
- package/build/template/routes/reference.$type.$field.js.map +1 -1
- package/build/template/routes/reference.$type.js +2 -2
- package/build/template/routes/reference.$type.js.map +1 -1
- package/build/template/routes/reference.d.ts +2 -1
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +22 -3
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +18 -75
- package/build/template/routes/root.js.map +1 -1
- package/build/template/routes.js +1 -1
- package/build/template/routes.js.map +1 -1
- package/build/template/server/app.d.ts +1 -1
- package/build/template/server/app.d.ts.map +1 -1
- package/build/template/server/app.js +17 -8
- package/build/template/server/app.js.map +1 -1
- package/build/template/server/create-page-html-response.d.ts +2 -1
- package/build/template/server/create-page-html-response.d.ts.map +1 -1
- package/build/template/server/create-page-html-response.js +34 -5
- package/build/template/server/create-page-html-response.js.map +1 -1
- package/build/template/server/main.js +3 -3
- package/build/template/server/middleware/page.d.ts +1 -1
- package/build/template/server/middleware/page.d.ts.map +1 -1
- package/build/template/server/middleware/page.js +3 -3
- package/build/template/server/middleware/page.js.map +1 -1
- package/build/template/server/ssg/generate.d.ts.map +1 -1
- package/build/template/server/ssg/generate.js +17 -7
- package/build/template/server/ssg/generate.js.map +1 -1
- package/build/template/server/ssg/get-route-paths.js +1 -1
- package/build/template/server/ssg/get-route-paths.js.map +1 -1
- package/build/template/server/transformers/inject-polen-data.d.ts +6 -0
- package/build/template/server/transformers/inject-polen-data.d.ts.map +1 -0
- package/build/template/server/transformers/inject-polen-data.js +28 -0
- package/build/template/server/transformers/inject-polen-data.js.map +1 -0
- package/build/template/server/transformers/inject-theme-init.d.ts +6 -0
- package/build/template/server/transformers/inject-theme-init.d.ts.map +1 -0
- package/build/template/server/transformers/inject-theme-init.js +29 -0
- package/build/template/server/transformers/inject-theme-init.js.map +1 -0
- package/build/template/server/view.js +1 -1
- package/build/template/server/view.js.map +1 -1
- package/package.json +32 -77
- package/src/api/api.ts +4 -4
- package/src/api/builder/index.ts +1 -1
- package/src/api/config/config.ts +4 -4
- package/src/api/config/configurator.ts +94 -15
- package/src/api/config/define.ts +1 -1
- package/src/api/config/index.ts +1 -1
- package/src/api/config/load.ts +1 -4
- package/src/api/config/merge.ts +1 -2
- package/src/api/config-resolver/config-resolver.ts +2 -2
- package/src/api/config-resolver/index.ts +1 -1
- package/src/api/config-resolver/resolve.ts +4 -4
- package/src/api/config-resolver/vite.ts +1 -1
- package/src/api/content/$$.ts +6 -6
- package/src/api/content/$.test.ts +1 -1
- package/src/api/content/$.ts +1 -1
- package/src/api/content/navbar.test.ts +2 -2
- package/src/api/content/navbar.ts +3 -3
- package/src/api/content/page.ts +1 -1
- package/src/api/content/scan.ts +8 -8
- package/src/api/content/sidebar.test.ts +3 -3
- package/src/api/content/sidebar.ts +20 -20
- package/src/api/index.ts +1 -1
- package/src/api/schema/data-sources/data-sources.ts +3 -3
- package/src/api/schema/data-sources/index.ts +1 -1
- package/src/api/schema/data-sources/memory/memory.ts +36 -1
- package/src/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.ts +0 -1
- package/src/api/schema/data-sources/schema-directory/file-name-expression/index.ts +1 -1
- package/src/api/schema/data-sources/schema-directory/schema-directory.ts +31 -2
- package/src/api/schema/data-sources/schema-file/schema-file.ts +20 -1
- package/src/api/schema/index.ts +1 -1
- package/src/api/schema/read.ts +43 -2
- package/src/api/schema/schema.ts +2 -2
- package/src/api/schema-augmentation/augmentations/description.ts +2 -2
- package/src/api/schema-augmentation/index.ts +1 -1
- package/src/api/schema-augmentation/schema-augmentation.ts +1 -2
- package/src/api/server/report-error.ts +7 -5
- package/src/api/singletons/markdown/index.ts +1 -1
- package/src/api/singletons/markdown/markdown.test.ts +27 -30
- package/src/api/singletons/markdown/markdown.ts +4 -23
- package/src/api/static/index.ts +1 -1
- package/src/api/static/manifest.test.ts +1 -1
- package/src/api/static/manifest.ts +3 -3
- package/src/api/static/rebase.test.ts +2 -2
- package/src/api/static/rebase.ts +11 -11
- package/src/api/static/static.ts +2 -2
- package/src/api/utils/asset-url/asset-url.test.ts +1 -1
- package/src/api/utils/asset-url/index.ts +1 -1
- package/src/api/vite/logger.ts +5 -5
- package/src/api/vite/plugins/{branding/index.ts → branding.ts} +9 -9
- package/src/api/vite/plugins/build.ts +11 -13
- package/src/api/vite/plugins/core.ts +38 -40
- package/src/api/vite/plugins/main.ts +25 -22
- package/src/api/vite/plugins/pages.ts +17 -52
- package/src/api/vite/plugins/serve.ts +36 -26
- package/src/cli/commands/build.ts +0 -1
- package/src/cli/commands/config/$default.ts +7 -0
- package/src/cli/commands/config/create.ts +25 -0
- package/src/cli/commands/config.ts +6 -0
- package/src/cli/commands/create.ts +2 -3
- package/src/cli/commands/dev.ts +0 -1
- package/src/cli/commands/open.ts +0 -1
- package/src/cli/commands/static/rebase.ts +0 -1
- package/src/cli/commands/static.ts +1 -1
- package/src/dep/graphql-inspector/index.ts +1 -1
- package/src/dep/hono/hono.ts +1 -1
- package/src/dep/hono/index.ts +1 -1
- package/src/dep/superjson/index.ts +1 -1
- package/src/dep/tiny-globby/index.ts +1 -1
- package/src/dep/vite/index.ts +1 -1
- package/src/exports/components.ts +3 -3
- package/src/exports/index.ts +1 -1
- package/src/lib/apple-touch-icon/index.ts +1 -1
- package/src/lib/errors/ContextualAggregateError.ts +1 -1
- package/src/lib/errors/ContextualError.ts +1 -1
- package/src/lib/errors/ErrorInternal.ts +2 -2
- package/src/lib/errors/errors.ts +4 -4
- package/src/lib/errors/index.ts +1 -1
- package/src/lib/errors/types.ts +1 -1
- package/src/lib/extensible-data/index.ts +1 -1
- package/src/lib/favicon/index.ts +1 -1
- package/src/lib/file-router/diagnostic-reporter.ts +9 -9
- package/src/lib/file-router/file-router.ts +3 -3
- package/src/lib/file-router/index.test.ts +2 -2
- package/src/lib/file-router/index.ts +1 -1
- package/src/lib/file-router/linter.test.ts +2 -2
- package/src/lib/file-router/linter.ts +11 -11
- package/src/lib/file-router/scan.ts +4 -4
- package/src/lib/grafaid/_Nodes.ts +1 -1
- package/src/lib/grafaid/document/OperationTypeNode.ts +1 -1
- package/src/lib/grafaid/document/kind.ts +1 -1
- package/src/lib/grafaid/document.ts +6 -6
- package/src/lib/grafaid/grafaid.ts +4 -4
- package/src/lib/grafaid/graphql.ts +3 -3
- package/src/lib/grafaid/http/__.ts +1 -1
- package/src/lib/grafaid/http/http.ts +1 -1
- package/src/lib/grafaid/index.ts +1 -1
- package/src/lib/grafaid/schema/KindMap/_.ts +6 -6
- package/src/lib/grafaid/schema/KindMap/__.ts +2 -2
- package/src/lib/grafaid/schema/OperationType/__.ts +2 -2
- package/src/lib/grafaid/schema/RootDetails.ts +3 -3
- package/src/lib/grafaid/schema/RootTypeMap.ts +2 -2
- package/src/lib/grafaid/schema/nodes-like.ts +2 -2
- package/src/lib/grafaid/schema/schema.ts +15 -15
- package/src/lib/grafaid/schema/type-kind-name.ts +1 -1
- package/src/lib/grafaid/schema/type.ts +1 -1
- package/src/lib/grafaid/schema/typeGuards.ts +1 -1
- package/src/lib/grafaid-old/grafaid.ts +1 -1
- package/src/lib/grafaid-old/index.ts +1 -1
- package/src/lib/graphql-change/change-groups.ts +250 -0
- package/src/lib/graphql-change/change-types.ts +203 -0
- package/src/lib/graphql-change/criticality.ts +45 -0
- package/src/lib/graphql-change/graphql-change.ts +7 -5
- package/src/lib/graphql-change/index.ts +1 -1
- package/src/lib/graphql-changeset/index.ts +1 -1
- package/src/lib/graphql-document/$$.ts +4 -4
- package/src/lib/graphql-document/$.test.ts +3 -3
- package/src/lib/graphql-document/$.ts +1 -1
- package/src/lib/graphql-document/analysis.ts +49 -49
- package/src/lib/graphql-document/components/GraphQLDocument.tsx +38 -39
- package/src/lib/graphql-document/components/GraphQLDocument.unit.test.ts +4 -4
- package/src/lib/graphql-document/components/GraphQLDocumentWithSchema.tsx +18 -37
- package/src/lib/graphql-document/components/GraphQLIdentifierPopover.tsx +31 -29
- package/src/lib/graphql-document/components/IdentifierLink.tsx +25 -25
- package/src/lib/graphql-document/components/graphql-document-styles.ts +0 -23
- package/src/lib/graphql-document/components/index.ts +4 -5
- package/src/lib/graphql-document/example.ts +35 -35
- package/src/lib/graphql-document/graphql-document.ts +9 -9
- package/src/lib/graphql-document/hooks/use-tooltip-state.test.ts +1 -1
- package/src/lib/graphql-document/positioning-simple.test.ts +4 -4
- package/src/lib/graphql-document/positioning-simple.ts +32 -32
- package/src/lib/graphql-document/schema-integration.test.ts +1 -1
- package/src/lib/graphql-document/schema-integration.ts +27 -36
- package/src/lib/graphql-document/types.ts +4 -4
- package/src/lib/graphql-schema-loader/index.ts +1 -1
- package/src/lib/helpers.ts +1 -1
- package/src/lib/hono-aid/index.ts +1 -1
- package/src/lib/html-utils/html-transformer.ts +6 -0
- package/src/lib/html-utils/inject-global-data.test.ts +89 -0
- package/src/lib/html-utils/inject-global-data.ts +80 -0
- package/src/lib/kit-temp.test-d.ts +27 -22
- package/src/lib/kit-temp.test.ts +4 -4
- package/src/lib/kit-temp.ts +83 -11
- package/src/lib/mask/$$.ts +2 -2
- package/src/lib/mask/$.test.ts +1 -1
- package/src/lib/mask/$.ts +1 -1
- package/src/lib/mask/apply.ts +15 -15
- package/src/lib/mask/mask.test-d.ts +30 -18
- package/src/lib/mask/mask.ts +18 -18
- package/src/lib/mutation-type.ts +3 -3
- package/src/lib/path-map/$$.ts +7 -0
- package/src/lib/path-map/$.test.ts +370 -0
- package/src/lib/path-map/$.ts +7 -0
- package/src/lib/path-map/path-map.ts +244 -0
- package/src/lib/react-router-aid/index.ts +1 -1
- package/src/lib/react-router-aid/react-router-aid.ts +1 -1
- package/src/lib/react-router-loader/react-router-loader.ts +1 -4
- package/src/lib/stack-processor/index.ts +1 -1
- package/src/lib/stack-processor/stack-processor.ts +0 -1
- package/src/lib/superjson-codec/codecs/graphql-schema.ts +1 -1
- package/src/lib/superjson-codec/exports.ts +2 -2
- package/src/lib/superjson-codec/index.ts +1 -1
- package/src/lib/task/$$.ts +2 -2
- package/src/lib/task/$.test.ts +2 -2
- package/src/lib/task/$.ts +1 -1
- package/src/lib/task/report.ts +1 -1
- package/src/lib/task/task.ts +3 -3
- package/src/lib/theme/$.ts +2 -0
- package/src/lib/theme/theme.test.ts +190 -0
- package/src/lib/theme/theme.ts +210 -0
- package/src/lib/vite-plugin-json/index.ts +1 -1
- package/src/lib/vite-plugin-json/vite-plugin-json.ts +4 -4
- package/src/lib/vite-plugin-mdx/index.ts +1 -1
- package/src/lib/vite-plugin-mdx/vite-plugin-mdx.ts +1 -5
- package/src/lib/vite-plugin-reactive-data/index.ts +1 -1
- package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +13 -14
- package/src/lib/vite-plugins/index.ts +1 -1
- package/src/lib/vite-plugins/vite-plugins.ts +1 -1
- package/src/lib/vite-virtual/identified-loader.ts +4 -4
- package/src/lib/vite-virtual/identifier.ts +1 -1
- package/src/lib/vite-virtual/index.ts +1 -1
- package/src/lib/vite-virtual/vite-virtual.ts +3 -3
- package/src/package-paths.ts +38 -12
- package/src/project-data.ts +3 -1
- package/src/sandbox.ts +9 -9
- package/src/template/components/ArgumentList.tsx +1 -1
- package/src/template/components/ArgumentListAnnotation.tsx +2 -2
- package/src/template/components/Changelog/ChangeBase.tsx +15 -0
- package/src/template/components/Changelog/CriticalitySection.tsx +29 -0
- package/src/template/components/Changelog/changes/index.ts +1 -0
- package/src/template/components/Changelog/groups/DirectiveArgument.tsx +25 -0
- package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +15 -0
- package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +25 -0
- package/src/template/components/Changelog/groups/DirectiveDescription.tsx +12 -0
- package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +25 -0
- package/src/template/components/Changelog/groups/DirectiveOperation.tsx +21 -0
- package/src/template/components/Changelog/groups/DirectiveUsage.tsx +137 -0
- package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +32 -0
- package/src/template/components/Changelog/groups/EnumValueDescription.tsx +12 -0
- package/src/template/components/Changelog/groups/EnumValueOperation.tsx +21 -0
- package/src/template/components/Changelog/groups/FieldArgument.tsx +26 -0
- package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +15 -0
- package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +26 -0
- package/src/template/components/Changelog/groups/FieldDeprecation.tsx +21 -0
- package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +33 -0
- package/src/template/components/Changelog/groups/FieldDescription.tsx +27 -0
- package/src/template/components/Changelog/groups/FieldOperation.tsx +28 -0
- package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +16 -0
- package/src/template/components/Changelog/groups/InputFieldDescription.tsx +30 -0
- package/src/template/components/Changelog/groups/InputFieldOperation.tsx +29 -0
- package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +25 -0
- package/src/template/components/Changelog/groups/SchemaRootType.tsx +31 -0
- package/src/template/components/Changelog/groups/TypeDescription.tsx +27 -0
- package/src/template/components/Changelog/groups/TypeOperation.tsx +27 -0
- package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +21 -0
- package/src/template/components/Changelog/groups/index.ts +25 -0
- package/src/template/components/Changelog.tsx +97 -64
- package/src/template/components/ChangelogLayout.tsx +157 -0
- package/src/template/components/CodeBlock.tsx +4 -58
- package/src/template/components/CodeBlockEnhancer.tsx +41 -41
- package/src/template/components/DeprecationReason.tsx +1 -1
- package/src/template/components/Description.tsx +1 -1
- package/src/template/components/Field.tsx +4 -4
- package/src/template/components/FieldList.tsx +1 -1
- package/src/template/components/FieldListSection.tsx +1 -1
- package/src/template/components/HamburgerMenu.tsx +11 -11
- package/src/template/components/Link.tsx +19 -19
- package/src/template/components/Logo.tsx +4 -4
- package/src/template/components/MDXComponents.tsx +1 -85
- package/src/template/components/NamedType.tsx +2 -2
- package/src/template/components/TestComponent.tsx +2 -2
- package/src/template/components/Texts/MinorHeading.tsx +4 -4
- package/src/template/components/Texts/index.ts +1 -1
- package/src/template/components/Texts/texts.ts +1 -1
- package/src/template/components/ThemeToggle.tsx +29 -7
- package/src/template/components/TypeAnnotation.tsx +1 -1
- package/src/template/components/TypeFieldsLinkList.tsx +1 -1
- package/src/template/components/TypeIndex.tsx +1 -1
- package/src/template/components/content/$$.ts +1 -1
- package/src/template/components/content/GraphQLDocumentWithSchema.tsx +3 -3
- package/src/template/components/content/GraphQLDocumentWrapper.tsx +9 -26
- package/src/template/components/graphql/graphql.tsx +2 -2
- package/src/template/components/graphql/index.ts +1 -1
- package/src/template/components/graphql/type-kind-icon.tsx +1 -2
- package/src/template/components/graphql/type-link.tsx +3 -3
- package/src/template/components/layouts/SidebarLayout.tsx +68 -0
- package/src/template/components/layouts/index.ts +1 -0
- package/src/template/components/sidebar/Sidebar.tsx +1 -1
- package/src/template/components/sidebar/SidebarItem.tsx +4 -4
- package/src/template/constants.ts +17 -0
- package/src/template/contexts/ThemeContext.tsx +55 -24
- package/src/template/entry.client.tsx +7 -2
- package/src/template/global.d.ts +7 -0
- package/src/template/routes/changelog.tsx +7 -2
- package/src/template/routes/reference.$type.$field.tsx +3 -3
- package/src/template/routes/reference.$type.tsx +3 -3
- package/src/template/routes/reference.tsx +27 -4
- package/src/template/routes/root.tsx +33 -135
- package/src/template/routes.tsx +1 -1
- package/src/template/server/app.ts +17 -10
- package/src/template/server/create-page-html-response.ts +40 -5
- package/src/template/server/main.ts +3 -3
- package/src/template/server/middleware/page.ts +4 -4
- package/src/template/server/ssg/generate.ts +17 -7
- package/src/template/server/ssg/get-route-paths.ts +1 -1
- package/src/template/server/transformers/inject-polen-data.ts +32 -0
- package/src/template/server/transformers/inject-theme-init.ts +30 -0
- package/src/template/server/view.ts +1 -1
- package/build/api/vite/data/navbar.d.ts +0 -9
- package/build/api/vite/data/navbar.d.ts.map +0 -1
- package/build/api/vite/data/navbar.js +0 -6
- package/build/api/vite/data/navbar.js.map +0 -1
- package/build/api/vite/plugins/branding/index.d.ts.map +0 -1
- package/build/api/vite/plugins/branding/index.js.map +0 -1
- package/build/lib/demos/builder.d.ts +0 -83
- package/build/lib/demos/builder.d.ts.map +0 -1
- package/build/lib/demos/builder.js +0 -237
- package/build/lib/demos/builder.js.map +0 -1
- package/build/lib/demos/config-schema.d.ts +0 -243
- package/build/lib/demos/config-schema.d.ts.map +0 -1
- package/build/lib/demos/config-schema.js +0 -52
- package/build/lib/demos/config-schema.js.map +0 -1
- package/build/lib/demos/config.d.ts +0 -40
- package/build/lib/demos/config.d.ts.map +0 -1
- package/build/lib/demos/config.js +0 -180
- package/build/lib/demos/config.js.map +0 -1
- package/build/lib/demos/index.d.ts +0 -9
- package/build/lib/demos/index.d.ts.map +0 -1
- package/build/lib/demos/index.js +0 -8
- package/build/lib/demos/index.js.map +0 -1
- package/build/lib/demos/ui/components.d.ts +0 -33
- package/build/lib/demos/ui/components.d.ts.map +0 -1
- package/build/lib/demos/ui/components.js +0 -699
- package/build/lib/demos/ui/components.js.map +0 -1
- package/build/lib/demos/ui/data-collector.d.ts +0 -88
- package/build/lib/demos/ui/data-collector.d.ts.map +0 -1
- package/build/lib/demos/ui/data-collector.js +0 -174
- package/build/lib/demos/ui/data-collector.js.map +0 -1
- package/build/lib/demos/ui/landing-page-cli.d.ts +0 -3
- package/build/lib/demos/ui/landing-page-cli.d.ts.map +0 -1
- package/build/lib/demos/ui/landing-page-cli.js +0 -21
- package/build/lib/demos/ui/landing-page-cli.js.map +0 -1
- package/build/lib/demos/ui/landing-page.d.ts +0 -32
- package/build/lib/demos/ui/landing-page.d.ts.map +0 -1
- package/build/lib/demos/ui/landing-page.js +0 -83
- package/build/lib/demos/ui/landing-page.js.map +0 -1
- package/build/lib/demos/ui/page-renderer.d.ts +0 -26
- package/build/lib/demos/ui/page-renderer.d.ts.map +0 -1
- package/build/lib/demos/ui/page-renderer.js +0 -104
- package/build/lib/demos/ui/page-renderer.js.map +0 -1
- package/build/lib/demos/utils.d.ts +0 -14
- package/build/lib/demos/utils.d.ts.map +0 -1
- package/build/lib/demos/utils.js +0 -37
- package/build/lib/demos/utils.js.map +0 -1
- package/build/lib/deployment/$$.d.ts +0 -3
- package/build/lib/deployment/$$.d.ts.map +0 -1
- package/build/lib/deployment/$$.js +0 -3
- package/build/lib/deployment/$$.js.map +0 -1
- package/build/lib/deployment/$.d.ts +0 -2
- package/build/lib/deployment/$.d.ts.map +0 -1
- package/build/lib/deployment/$.js +0 -2
- package/build/lib/deployment/$.js.map +0 -1
- package/build/lib/deployment/metadata.d.ts +0 -32
- package/build/lib/deployment/metadata.d.ts.map +0 -1
- package/build/lib/deployment/metadata.js +0 -37
- package/build/lib/deployment/metadata.js.map +0 -1
- package/build/lib/deployment/path-manager.d.ts +0 -41
- package/build/lib/deployment/path-manager.d.ts.map +0 -1
- package/build/lib/deployment/path-manager.js +0 -157
- package/build/lib/deployment/path-manager.js.map +0 -1
- package/build/lib/github-actions/git-controller.d.ts +0 -50
- package/build/lib/github-actions/git-controller.d.ts.map +0 -1
- package/build/lib/github-actions/git-controller.js +0 -90
- package/build/lib/github-actions/git-controller.js.map +0 -1
- package/build/lib/github-actions/github-actions.d.ts +0 -7
- package/build/lib/github-actions/github-actions.d.ts.map +0 -1
- package/build/lib/github-actions/github-actions.js +0 -7
- package/build/lib/github-actions/github-actions.js.map +0 -1
- package/build/lib/github-actions/index.d.ts +0 -2
- package/build/lib/github-actions/index.d.ts.map +0 -1
- package/build/lib/github-actions/index.js +0 -2
- package/build/lib/github-actions/index.js.map +0 -1
- package/build/lib/github-actions/lib/get-pr-deployments.d.ts +0 -12
- package/build/lib/github-actions/lib/get-pr-deployments.d.ts.map +0 -1
- package/build/lib/github-actions/lib/get-pr-deployments.js +0 -51
- package/build/lib/github-actions/lib/get-pr-deployments.js.map +0 -1
- package/build/lib/github-actions/pr-controller.d.ts +0 -39
- package/build/lib/github-actions/pr-controller.d.ts.map +0 -1
- package/build/lib/github-actions/pr-controller.js +0 -122
- package/build/lib/github-actions/pr-controller.js.map +0 -1
- package/build/lib/github-actions/run-step-cli.d.ts +0 -9
- package/build/lib/github-actions/run-step-cli.d.ts.map +0 -1
- package/build/lib/github-actions/run-step-cli.js +0 -71
- package/build/lib/github-actions/run-step-cli.js.map +0 -1
- package/build/lib/github-actions/runner.d.ts +0 -17
- package/build/lib/github-actions/runner.d.ts.map +0 -1
- package/build/lib/github-actions/runner.js +0 -195
- package/build/lib/github-actions/runner.js.map +0 -1
- package/build/lib/github-actions/schemas/context.d.ts +0 -933
- package/build/lib/github-actions/schemas/context.d.ts.map +0 -1
- package/build/lib/github-actions/schemas/context.js +0 -407
- package/build/lib/github-actions/schemas/context.js.map +0 -1
- package/build/lib/github-actions/schemas/index.d.ts +0 -5
- package/build/lib/github-actions/schemas/index.d.ts.map +0 -1
- package/build/lib/github-actions/schemas/index.js +0 -5
- package/build/lib/github-actions/schemas/index.js.map +0 -1
- package/build/lib/github-actions/search-module.d.ts +0 -38
- package/build/lib/github-actions/search-module.d.ts.map +0 -1
- package/build/lib/github-actions/search-module.js +0 -40
- package/build/lib/github-actions/search-module.js.map +0 -1
- package/build/lib/github-actions/step.d.ts +0 -163
- package/build/lib/github-actions/step.d.ts.map +0 -1
- package/build/lib/github-actions/step.js +0 -121
- package/build/lib/github-actions/step.js.map +0 -1
- package/build/lib/graphql-document/components/CopyButton.d.ts +0 -19
- package/build/lib/graphql-document/components/CopyButton.d.ts.map +0 -1
- package/build/lib/graphql-document/components/CopyButton.js +0 -43
- package/build/lib/graphql-document/components/CopyButton.js.map +0 -1
- package/build/lib/graphql-document/schema-integration-example.d.ts +0 -27
- package/build/lib/graphql-document/schema-integration-example.d.ts.map +0 -1
- package/build/lib/graphql-document/schema-integration-example.js +0 -297
- package/build/lib/graphql-document/schema-integration-example.js.map +0 -1
- package/build/lib/shiki/index.d.ts +0 -2
- package/build/lib/shiki/index.d.ts.map +0 -1
- package/build/lib/shiki/index.js +0 -2
- package/build/lib/shiki/index.js.map +0 -1
- package/build/lib/shiki/shiki.d.ts +0 -26
- package/build/lib/shiki/shiki.d.ts.map +0 -1
- package/build/lib/shiki/shiki.js +0 -105
- package/build/lib/shiki/shiki.js.map +0 -1
- package/build/lib/version-history/index.d.ts +0 -3
- package/build/lib/version-history/index.d.ts.map +0 -1
- package/build/lib/version-history/index.js +0 -2
- package/build/lib/version-history/index.js.map +0 -1
- package/build/lib/version-history/types.d.ts +0 -64
- package/build/lib/version-history/types.d.ts.map +0 -1
- package/build/lib/version-history/types.js +0 -5
- package/build/lib/version-history/types.js.map +0 -1
- package/build/lib/version-history/version-history.d.ts +0 -85
- package/build/lib/version-history/version-history.d.ts.map +0 -1
- package/build/lib/version-history/version-history.js +0 -248
- package/build/lib/version-history/version-history.js.map +0 -1
- package/src/api/vite/data/navbar.ts +0 -15
- package/src/lib/demos/builder.ts +0 -298
- package/src/lib/demos/config-schema.ts +0 -56
- package/src/lib/demos/config.test.ts +0 -193
- package/src/lib/demos/config.ts +0 -205
- package/src/lib/demos/index.ts +0 -9
- package/src/lib/demos/ui/components.ts +0 -739
- package/src/lib/demos/ui/data-collector.ts +0 -246
- package/src/lib/demos/ui/landing-page-cli.ts +0 -23
- package/src/lib/demos/ui/landing-page.ts +0 -126
- package/src/lib/demos/ui/page-renderer.ts +0 -124
- package/src/lib/demos/utils.ts +0 -43
- package/src/lib/deployment/$$.ts +0 -2
- package/src/lib/deployment/$.test.ts +0 -53
- package/src/lib/deployment/$.ts +0 -1
- package/src/lib/deployment/metadata.ts +0 -40
- package/src/lib/deployment/path-manager.ts +0 -186
- package/src/lib/github-actions/git-controller.ts +0 -151
- package/src/lib/github-actions/github-actions.ts +0 -6
- package/src/lib/github-actions/index.ts +0 -1
- package/src/lib/github-actions/lib/get-pr-deployments.ts +0 -76
- package/src/lib/github-actions/pr-controller.test.ts +0 -172
- package/src/lib/github-actions/pr-controller.ts +0 -183
- package/src/lib/github-actions/run-step-cli.ts +0 -84
- package/src/lib/github-actions/runner.test.ts +0 -192
- package/src/lib/github-actions/runner.ts +0 -226
- package/src/lib/github-actions/schemas/context.ts +0 -424
- package/src/lib/github-actions/schemas/index.ts +0 -5
- package/src/lib/github-actions/search-module.test.ts +0 -110
- package/src/lib/github-actions/search-module.ts +0 -76
- package/src/lib/github-actions/step.test.ts +0 -149
- package/src/lib/github-actions/step.ts +0 -232
- package/src/lib/graphql-document/components/CopyButton.tsx +0 -76
- package/src/lib/graphql-document/schema-integration-example.ts +0 -341
- package/src/lib/shiki/index.ts +0 -1
- package/src/lib/shiki/shiki.test.ts +0 -107
- package/src/lib/shiki/shiki.ts +0 -161
- package/src/lib/version-history/index.test.ts +0 -196
- package/src/lib/version-history/index.ts +0 -4
- package/src/lib/version-history/types.ts +0 -68
- package/src/lib/version-history/version-history.ts +0 -293
@@ -1,933 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* GitHub Actions context schemas with proper typing for event payloads
|
3
|
-
* Based on GitHub's official webhook documentation
|
4
|
-
*
|
5
|
-
* @see {@link https://docs.github.com/en/webhooks/webhook-events-and-payloads}
|
6
|
-
*/
|
7
|
-
import { z } from 'zod/v4';
|
8
|
-
/**
|
9
|
-
* Pull request webhook event payload
|
10
|
-
* Triggered when a pull request is opened, closed, or changed
|
11
|
-
*
|
12
|
-
* @see {@link https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request}
|
13
|
-
*/
|
14
|
-
export declare const PullRequestEvent: z.ZodObject<{
|
15
|
-
action: z.ZodEnum<{
|
16
|
-
closed: "closed";
|
17
|
-
locked: "locked";
|
18
|
-
opened: "opened";
|
19
|
-
edited: "edited";
|
20
|
-
assigned: "assigned";
|
21
|
-
unassigned: "unassigned";
|
22
|
-
review_requested: "review_requested";
|
23
|
-
review_request_removed: "review_request_removed";
|
24
|
-
ready_for_review: "ready_for_review";
|
25
|
-
converted_to_draft: "converted_to_draft";
|
26
|
-
labeled: "labeled";
|
27
|
-
unlabeled: "unlabeled";
|
28
|
-
synchronize: "synchronize";
|
29
|
-
auto_merge_enabled: "auto_merge_enabled";
|
30
|
-
auto_merge_disabled: "auto_merge_disabled";
|
31
|
-
unlocked: "unlocked";
|
32
|
-
reopened: "reopened";
|
33
|
-
}>;
|
34
|
-
number: z.ZodNumber;
|
35
|
-
pull_request: z.ZodObject<{
|
36
|
-
url: z.ZodString;
|
37
|
-
id: z.ZodNumber;
|
38
|
-
node_id: z.ZodString;
|
39
|
-
html_url: z.ZodString;
|
40
|
-
number: z.ZodNumber;
|
41
|
-
state: z.ZodEnum<{
|
42
|
-
open: "open";
|
43
|
-
closed: "closed";
|
44
|
-
}>;
|
45
|
-
locked: z.ZodBoolean;
|
46
|
-
title: z.ZodString;
|
47
|
-
user: z.ZodObject<{
|
48
|
-
login: z.ZodString;
|
49
|
-
id: z.ZodNumber;
|
50
|
-
node_id: z.ZodString;
|
51
|
-
avatar_url: z.ZodString;
|
52
|
-
html_url: z.ZodOptional<z.ZodString>;
|
53
|
-
type: z.ZodString;
|
54
|
-
site_admin: z.ZodBoolean;
|
55
|
-
}, z.core.$strip>;
|
56
|
-
body: z.ZodNullable<z.ZodString>;
|
57
|
-
created_at: z.ZodString;
|
58
|
-
updated_at: z.ZodString;
|
59
|
-
closed_at: z.ZodNullable<z.ZodString>;
|
60
|
-
merged_at: z.ZodNullable<z.ZodString>;
|
61
|
-
merge_commit_sha: z.ZodNullable<z.ZodString>;
|
62
|
-
assignee: z.ZodNullable<z.ZodObject<{
|
63
|
-
login: z.ZodString;
|
64
|
-
id: z.ZodNumber;
|
65
|
-
node_id: z.ZodString;
|
66
|
-
avatar_url: z.ZodString;
|
67
|
-
html_url: z.ZodOptional<z.ZodString>;
|
68
|
-
type: z.ZodString;
|
69
|
-
site_admin: z.ZodBoolean;
|
70
|
-
}, z.core.$strip>>;
|
71
|
-
assignees: z.ZodArray<z.ZodObject<{
|
72
|
-
login: z.ZodString;
|
73
|
-
id: z.ZodNumber;
|
74
|
-
node_id: z.ZodString;
|
75
|
-
avatar_url: z.ZodString;
|
76
|
-
html_url: z.ZodOptional<z.ZodString>;
|
77
|
-
type: z.ZodString;
|
78
|
-
site_admin: z.ZodBoolean;
|
79
|
-
}, z.core.$strip>>;
|
80
|
-
requested_reviewers: z.ZodArray<z.ZodObject<{
|
81
|
-
login: z.ZodString;
|
82
|
-
id: z.ZodNumber;
|
83
|
-
node_id: z.ZodString;
|
84
|
-
avatar_url: z.ZodString;
|
85
|
-
html_url: z.ZodOptional<z.ZodString>;
|
86
|
-
type: z.ZodString;
|
87
|
-
site_admin: z.ZodBoolean;
|
88
|
-
}, z.core.$strip>>;
|
89
|
-
requested_teams: z.ZodArray<z.ZodAny>;
|
90
|
-
labels: z.ZodArray<z.ZodObject<{
|
91
|
-
id: z.ZodNumber;
|
92
|
-
node_id: z.ZodString;
|
93
|
-
url: z.ZodString;
|
94
|
-
name: z.ZodString;
|
95
|
-
color: z.ZodString;
|
96
|
-
default: z.ZodBoolean;
|
97
|
-
description: z.ZodNullable<z.ZodString>;
|
98
|
-
}, z.core.$strip>>;
|
99
|
-
milestone: z.ZodNullable<z.ZodAny>;
|
100
|
-
draft: z.ZodBoolean;
|
101
|
-
head: z.ZodObject<{
|
102
|
-
label: z.ZodString;
|
103
|
-
ref: z.ZodString;
|
104
|
-
sha: z.ZodString;
|
105
|
-
user: z.ZodObject<{
|
106
|
-
login: z.ZodString;
|
107
|
-
id: z.ZodNumber;
|
108
|
-
node_id: z.ZodString;
|
109
|
-
avatar_url: z.ZodString;
|
110
|
-
html_url: z.ZodOptional<z.ZodString>;
|
111
|
-
type: z.ZodString;
|
112
|
-
site_admin: z.ZodBoolean;
|
113
|
-
}, z.core.$strip>;
|
114
|
-
repo: z.ZodObject<{
|
115
|
-
id: z.ZodNumber;
|
116
|
-
node_id: z.ZodString;
|
117
|
-
name: z.ZodString;
|
118
|
-
full_name: z.ZodString;
|
119
|
-
private: z.ZodBoolean;
|
120
|
-
owner: z.ZodObject<{
|
121
|
-
login: z.ZodString;
|
122
|
-
id: z.ZodNumber;
|
123
|
-
node_id: z.ZodString;
|
124
|
-
avatar_url: z.ZodString;
|
125
|
-
html_url: z.ZodOptional<z.ZodString>;
|
126
|
-
type: z.ZodString;
|
127
|
-
site_admin: z.ZodBoolean;
|
128
|
-
}, z.core.$strip>;
|
129
|
-
html_url: z.ZodString;
|
130
|
-
description: z.ZodNullable<z.ZodString>;
|
131
|
-
fork: z.ZodBoolean;
|
132
|
-
created_at: z.ZodString;
|
133
|
-
updated_at: z.ZodString;
|
134
|
-
pushed_at: z.ZodString;
|
135
|
-
git_url: z.ZodString;
|
136
|
-
ssh_url: z.ZodString;
|
137
|
-
clone_url: z.ZodString;
|
138
|
-
default_branch: z.ZodString;
|
139
|
-
}, z.core.$strip>;
|
140
|
-
}, z.core.$strip>;
|
141
|
-
base: z.ZodObject<{
|
142
|
-
label: z.ZodString;
|
143
|
-
ref: z.ZodString;
|
144
|
-
sha: z.ZodString;
|
145
|
-
user: z.ZodObject<{
|
146
|
-
login: z.ZodString;
|
147
|
-
id: z.ZodNumber;
|
148
|
-
node_id: z.ZodString;
|
149
|
-
avatar_url: z.ZodString;
|
150
|
-
html_url: z.ZodOptional<z.ZodString>;
|
151
|
-
type: z.ZodString;
|
152
|
-
site_admin: z.ZodBoolean;
|
153
|
-
}, z.core.$strip>;
|
154
|
-
repo: z.ZodObject<{
|
155
|
-
id: z.ZodNumber;
|
156
|
-
node_id: z.ZodString;
|
157
|
-
name: z.ZodString;
|
158
|
-
full_name: z.ZodString;
|
159
|
-
private: z.ZodBoolean;
|
160
|
-
owner: z.ZodObject<{
|
161
|
-
login: z.ZodString;
|
162
|
-
id: z.ZodNumber;
|
163
|
-
node_id: z.ZodString;
|
164
|
-
avatar_url: z.ZodString;
|
165
|
-
html_url: z.ZodOptional<z.ZodString>;
|
166
|
-
type: z.ZodString;
|
167
|
-
site_admin: z.ZodBoolean;
|
168
|
-
}, z.core.$strip>;
|
169
|
-
html_url: z.ZodString;
|
170
|
-
description: z.ZodNullable<z.ZodString>;
|
171
|
-
fork: z.ZodBoolean;
|
172
|
-
created_at: z.ZodString;
|
173
|
-
updated_at: z.ZodString;
|
174
|
-
pushed_at: z.ZodString;
|
175
|
-
git_url: z.ZodString;
|
176
|
-
ssh_url: z.ZodString;
|
177
|
-
clone_url: z.ZodString;
|
178
|
-
default_branch: z.ZodString;
|
179
|
-
}, z.core.$strip>;
|
180
|
-
}, z.core.$strip>;
|
181
|
-
merged: z.ZodOptional<z.ZodBoolean>;
|
182
|
-
mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
183
|
-
rebaseable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
184
|
-
mergeable_state: z.ZodOptional<z.ZodString>;
|
185
|
-
merged_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
186
|
-
login: z.ZodString;
|
187
|
-
id: z.ZodNumber;
|
188
|
-
node_id: z.ZodString;
|
189
|
-
avatar_url: z.ZodString;
|
190
|
-
html_url: z.ZodOptional<z.ZodString>;
|
191
|
-
type: z.ZodString;
|
192
|
-
site_admin: z.ZodBoolean;
|
193
|
-
}, z.core.$strip>>>;
|
194
|
-
comments: z.ZodOptional<z.ZodNumber>;
|
195
|
-
review_comments: z.ZodOptional<z.ZodNumber>;
|
196
|
-
maintainer_can_modify: z.ZodOptional<z.ZodBoolean>;
|
197
|
-
commits: z.ZodOptional<z.ZodNumber>;
|
198
|
-
additions: z.ZodOptional<z.ZodNumber>;
|
199
|
-
deletions: z.ZodOptional<z.ZodNumber>;
|
200
|
-
changed_files: z.ZodOptional<z.ZodNumber>;
|
201
|
-
}, z.core.$strip>;
|
202
|
-
repository: z.ZodObject<{
|
203
|
-
id: z.ZodNumber;
|
204
|
-
node_id: z.ZodString;
|
205
|
-
name: z.ZodString;
|
206
|
-
full_name: z.ZodString;
|
207
|
-
private: z.ZodBoolean;
|
208
|
-
owner: z.ZodObject<{
|
209
|
-
login: z.ZodString;
|
210
|
-
id: z.ZodNumber;
|
211
|
-
node_id: z.ZodString;
|
212
|
-
avatar_url: z.ZodString;
|
213
|
-
html_url: z.ZodOptional<z.ZodString>;
|
214
|
-
type: z.ZodString;
|
215
|
-
site_admin: z.ZodBoolean;
|
216
|
-
}, z.core.$strip>;
|
217
|
-
html_url: z.ZodString;
|
218
|
-
description: z.ZodNullable<z.ZodString>;
|
219
|
-
fork: z.ZodBoolean;
|
220
|
-
created_at: z.ZodString;
|
221
|
-
updated_at: z.ZodString;
|
222
|
-
pushed_at: z.ZodString;
|
223
|
-
git_url: z.ZodString;
|
224
|
-
ssh_url: z.ZodString;
|
225
|
-
clone_url: z.ZodString;
|
226
|
-
default_branch: z.ZodString;
|
227
|
-
}, z.core.$strip>;
|
228
|
-
sender: z.ZodObject<{
|
229
|
-
login: z.ZodString;
|
230
|
-
id: z.ZodNumber;
|
231
|
-
node_id: z.ZodString;
|
232
|
-
avatar_url: z.ZodString;
|
233
|
-
html_url: z.ZodOptional<z.ZodString>;
|
234
|
-
type: z.ZodString;
|
235
|
-
site_admin: z.ZodBoolean;
|
236
|
-
}, z.core.$strip>;
|
237
|
-
installation: z.ZodOptional<z.ZodAny>;
|
238
|
-
organization: z.ZodOptional<z.ZodAny>;
|
239
|
-
}, z.core.$strip>;
|
240
|
-
/**
|
241
|
-
* Push webhook event payload
|
242
|
-
* Triggered when commits are pushed to a repository
|
243
|
-
*
|
244
|
-
* @see {@link https://docs.github.com/en/webhooks/webhook-events-and-payloads#push}
|
245
|
-
*/
|
246
|
-
export declare const PushEvent: z.ZodObject<{
|
247
|
-
ref: z.ZodString;
|
248
|
-
before: z.ZodString;
|
249
|
-
after: z.ZodString;
|
250
|
-
created: z.ZodBoolean;
|
251
|
-
deleted: z.ZodBoolean;
|
252
|
-
forced: z.ZodBoolean;
|
253
|
-
base_ref: z.ZodNullable<z.ZodString>;
|
254
|
-
compare: z.ZodString;
|
255
|
-
commits: z.ZodArray<z.ZodObject<{
|
256
|
-
id: z.ZodString;
|
257
|
-
tree_id: z.ZodString;
|
258
|
-
distinct: z.ZodBoolean;
|
259
|
-
message: z.ZodString;
|
260
|
-
timestamp: z.ZodString;
|
261
|
-
url: z.ZodString;
|
262
|
-
author: z.ZodObject<{
|
263
|
-
name: z.ZodString;
|
264
|
-
email: z.ZodString;
|
265
|
-
username: z.ZodOptional<z.ZodString>;
|
266
|
-
}, z.core.$strip>;
|
267
|
-
committer: z.ZodObject<{
|
268
|
-
name: z.ZodString;
|
269
|
-
email: z.ZodString;
|
270
|
-
username: z.ZodOptional<z.ZodString>;
|
271
|
-
}, z.core.$strip>;
|
272
|
-
added: z.ZodArray<z.ZodString>;
|
273
|
-
removed: z.ZodArray<z.ZodString>;
|
274
|
-
modified: z.ZodArray<z.ZodString>;
|
275
|
-
}, z.core.$strip>>;
|
276
|
-
head_commit: z.ZodNullable<z.ZodAny>;
|
277
|
-
repository: z.ZodObject<{
|
278
|
-
id: z.ZodNumber;
|
279
|
-
node_id: z.ZodString;
|
280
|
-
name: z.ZodString;
|
281
|
-
full_name: z.ZodString;
|
282
|
-
private: z.ZodBoolean;
|
283
|
-
owner: z.ZodObject<{
|
284
|
-
login: z.ZodString;
|
285
|
-
id: z.ZodNumber;
|
286
|
-
node_id: z.ZodString;
|
287
|
-
avatar_url: z.ZodString;
|
288
|
-
html_url: z.ZodOptional<z.ZodString>;
|
289
|
-
type: z.ZodString;
|
290
|
-
site_admin: z.ZodBoolean;
|
291
|
-
}, z.core.$strip>;
|
292
|
-
html_url: z.ZodString;
|
293
|
-
description: z.ZodNullable<z.ZodString>;
|
294
|
-
fork: z.ZodBoolean;
|
295
|
-
created_at: z.ZodString;
|
296
|
-
updated_at: z.ZodString;
|
297
|
-
pushed_at: z.ZodString;
|
298
|
-
git_url: z.ZodString;
|
299
|
-
ssh_url: z.ZodString;
|
300
|
-
clone_url: z.ZodString;
|
301
|
-
default_branch: z.ZodString;
|
302
|
-
}, z.core.$strip>;
|
303
|
-
pusher: z.ZodObject<{
|
304
|
-
name: z.ZodString;
|
305
|
-
email: z.ZodString;
|
306
|
-
}, z.core.$strip>;
|
307
|
-
sender: z.ZodObject<{
|
308
|
-
login: z.ZodString;
|
309
|
-
id: z.ZodNumber;
|
310
|
-
node_id: z.ZodString;
|
311
|
-
avatar_url: z.ZodString;
|
312
|
-
html_url: z.ZodOptional<z.ZodString>;
|
313
|
-
type: z.ZodString;
|
314
|
-
site_admin: z.ZodBoolean;
|
315
|
-
}, z.core.$strip>;
|
316
|
-
}, z.core.$strip>;
|
317
|
-
/**
|
318
|
-
* Workflow dispatch event payload
|
319
|
-
* Triggered when a workflow is manually triggered
|
320
|
-
*
|
321
|
-
* @see {@link https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_dispatch}
|
322
|
-
*/
|
323
|
-
export declare const WorkflowDispatchEvent: z.ZodObject<{
|
324
|
-
inputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
325
|
-
ref: z.ZodString;
|
326
|
-
repository: z.ZodObject<{
|
327
|
-
id: z.ZodNumber;
|
328
|
-
node_id: z.ZodString;
|
329
|
-
name: z.ZodString;
|
330
|
-
full_name: z.ZodString;
|
331
|
-
private: z.ZodBoolean;
|
332
|
-
owner: z.ZodObject<{
|
333
|
-
login: z.ZodString;
|
334
|
-
id: z.ZodNumber;
|
335
|
-
node_id: z.ZodString;
|
336
|
-
avatar_url: z.ZodString;
|
337
|
-
html_url: z.ZodOptional<z.ZodString>;
|
338
|
-
type: z.ZodString;
|
339
|
-
site_admin: z.ZodBoolean;
|
340
|
-
}, z.core.$strip>;
|
341
|
-
html_url: z.ZodString;
|
342
|
-
description: z.ZodNullable<z.ZodString>;
|
343
|
-
fork: z.ZodBoolean;
|
344
|
-
created_at: z.ZodString;
|
345
|
-
updated_at: z.ZodString;
|
346
|
-
pushed_at: z.ZodString;
|
347
|
-
git_url: z.ZodString;
|
348
|
-
ssh_url: z.ZodString;
|
349
|
-
clone_url: z.ZodString;
|
350
|
-
default_branch: z.ZodString;
|
351
|
-
}, z.core.$strip>;
|
352
|
-
sender: z.ZodObject<{
|
353
|
-
login: z.ZodString;
|
354
|
-
id: z.ZodNumber;
|
355
|
-
node_id: z.ZodString;
|
356
|
-
avatar_url: z.ZodString;
|
357
|
-
html_url: z.ZodOptional<z.ZodString>;
|
358
|
-
type: z.ZodString;
|
359
|
-
site_admin: z.ZodBoolean;
|
360
|
-
}, z.core.$strip>;
|
361
|
-
workflow: z.ZodString;
|
362
|
-
}, z.core.$strip>;
|
363
|
-
/**
|
364
|
-
* Release event payload
|
365
|
-
* Triggered when a release is published, unpublished, created, edited, deleted, or prereleased
|
366
|
-
*
|
367
|
-
* @see {@link https://docs.github.com/en/webhooks/webhook-events-and-payloads#release}
|
368
|
-
*/
|
369
|
-
export declare const ReleaseEvent: z.ZodObject<{
|
370
|
-
action: z.ZodEnum<{
|
371
|
-
deleted: "deleted";
|
372
|
-
edited: "edited";
|
373
|
-
created: "created";
|
374
|
-
published: "published";
|
375
|
-
unpublished: "unpublished";
|
376
|
-
prereleased: "prereleased";
|
377
|
-
released: "released";
|
378
|
-
}>;
|
379
|
-
release: z.ZodObject<{
|
380
|
-
id: z.ZodNumber;
|
381
|
-
node_id: z.ZodString;
|
382
|
-
tag_name: z.ZodString;
|
383
|
-
target_commitish: z.ZodString;
|
384
|
-
name: z.ZodNullable<z.ZodString>;
|
385
|
-
draft: z.ZodBoolean;
|
386
|
-
prerelease: z.ZodBoolean;
|
387
|
-
created_at: z.ZodString;
|
388
|
-
published_at: z.ZodNullable<z.ZodString>;
|
389
|
-
author: z.ZodObject<{
|
390
|
-
login: z.ZodString;
|
391
|
-
id: z.ZodNumber;
|
392
|
-
node_id: z.ZodString;
|
393
|
-
avatar_url: z.ZodString;
|
394
|
-
html_url: z.ZodOptional<z.ZodString>;
|
395
|
-
type: z.ZodString;
|
396
|
-
site_admin: z.ZodBoolean;
|
397
|
-
}, z.core.$strip>;
|
398
|
-
assets: z.ZodArray<z.ZodAny>;
|
399
|
-
body: z.ZodNullable<z.ZodString>;
|
400
|
-
}, z.core.$strip>;
|
401
|
-
repository: z.ZodObject<{
|
402
|
-
id: z.ZodNumber;
|
403
|
-
node_id: z.ZodString;
|
404
|
-
name: z.ZodString;
|
405
|
-
full_name: z.ZodString;
|
406
|
-
private: z.ZodBoolean;
|
407
|
-
owner: z.ZodObject<{
|
408
|
-
login: z.ZodString;
|
409
|
-
id: z.ZodNumber;
|
410
|
-
node_id: z.ZodString;
|
411
|
-
avatar_url: z.ZodString;
|
412
|
-
html_url: z.ZodOptional<z.ZodString>;
|
413
|
-
type: z.ZodString;
|
414
|
-
site_admin: z.ZodBoolean;
|
415
|
-
}, z.core.$strip>;
|
416
|
-
html_url: z.ZodString;
|
417
|
-
description: z.ZodNullable<z.ZodString>;
|
418
|
-
fork: z.ZodBoolean;
|
419
|
-
created_at: z.ZodString;
|
420
|
-
updated_at: z.ZodString;
|
421
|
-
pushed_at: z.ZodString;
|
422
|
-
git_url: z.ZodString;
|
423
|
-
ssh_url: z.ZodString;
|
424
|
-
clone_url: z.ZodString;
|
425
|
-
default_branch: z.ZodString;
|
426
|
-
}, z.core.$strip>;
|
427
|
-
sender: z.ZodObject<{
|
428
|
-
login: z.ZodString;
|
429
|
-
id: z.ZodNumber;
|
430
|
-
node_id: z.ZodString;
|
431
|
-
avatar_url: z.ZodString;
|
432
|
-
html_url: z.ZodOptional<z.ZodString>;
|
433
|
-
type: z.ZodString;
|
434
|
-
site_admin: z.ZodBoolean;
|
435
|
-
}, z.core.$strip>;
|
436
|
-
}, z.core.$strip>;
|
437
|
-
/**
|
438
|
-
* Generic GitHub Actions context that accepts any event type
|
439
|
-
* Use this when your step needs to work with multiple event types
|
440
|
-
*/
|
441
|
-
export declare const Context: z.ZodObject<{
|
442
|
-
repo: z.ZodObject<{
|
443
|
-
owner: z.ZodString;
|
444
|
-
repo: z.ZodString;
|
445
|
-
}, z.core.$strip>;
|
446
|
-
workflow: z.ZodString;
|
447
|
-
job: z.ZodString;
|
448
|
-
runId: z.ZodNumber;
|
449
|
-
runNumber: z.ZodNumber;
|
450
|
-
sha: z.ZodString;
|
451
|
-
ref: z.ZodString;
|
452
|
-
actor: z.ZodString;
|
453
|
-
}, z.core.$strip>;
|
454
|
-
export type ContextSchema = typeof Context;
|
455
|
-
export type Context = z.output<typeof Context>;
|
456
|
-
/**
|
457
|
-
* GitHub Actions context with pull_request event
|
458
|
-
* Use this to ensure your step only runs on pull request events
|
459
|
-
*/
|
460
|
-
export declare const PullRequestContext: z.ZodObject<{
|
461
|
-
eventName: z.ZodLiteral<"pull_request">;
|
462
|
-
payload: z.ZodObject<{
|
463
|
-
action: z.ZodEnum<{
|
464
|
-
closed: "closed";
|
465
|
-
locked: "locked";
|
466
|
-
opened: "opened";
|
467
|
-
edited: "edited";
|
468
|
-
assigned: "assigned";
|
469
|
-
unassigned: "unassigned";
|
470
|
-
review_requested: "review_requested";
|
471
|
-
review_request_removed: "review_request_removed";
|
472
|
-
ready_for_review: "ready_for_review";
|
473
|
-
converted_to_draft: "converted_to_draft";
|
474
|
-
labeled: "labeled";
|
475
|
-
unlabeled: "unlabeled";
|
476
|
-
synchronize: "synchronize";
|
477
|
-
auto_merge_enabled: "auto_merge_enabled";
|
478
|
-
auto_merge_disabled: "auto_merge_disabled";
|
479
|
-
unlocked: "unlocked";
|
480
|
-
reopened: "reopened";
|
481
|
-
}>;
|
482
|
-
number: z.ZodNumber;
|
483
|
-
pull_request: z.ZodObject<{
|
484
|
-
url: z.ZodString;
|
485
|
-
id: z.ZodNumber;
|
486
|
-
node_id: z.ZodString;
|
487
|
-
html_url: z.ZodString;
|
488
|
-
number: z.ZodNumber;
|
489
|
-
state: z.ZodEnum<{
|
490
|
-
open: "open";
|
491
|
-
closed: "closed";
|
492
|
-
}>;
|
493
|
-
locked: z.ZodBoolean;
|
494
|
-
title: z.ZodString;
|
495
|
-
user: z.ZodObject<{
|
496
|
-
login: z.ZodString;
|
497
|
-
id: z.ZodNumber;
|
498
|
-
node_id: z.ZodString;
|
499
|
-
avatar_url: z.ZodString;
|
500
|
-
html_url: z.ZodOptional<z.ZodString>;
|
501
|
-
type: z.ZodString;
|
502
|
-
site_admin: z.ZodBoolean;
|
503
|
-
}, z.core.$strip>;
|
504
|
-
body: z.ZodNullable<z.ZodString>;
|
505
|
-
created_at: z.ZodString;
|
506
|
-
updated_at: z.ZodString;
|
507
|
-
closed_at: z.ZodNullable<z.ZodString>;
|
508
|
-
merged_at: z.ZodNullable<z.ZodString>;
|
509
|
-
merge_commit_sha: z.ZodNullable<z.ZodString>;
|
510
|
-
assignee: z.ZodNullable<z.ZodObject<{
|
511
|
-
login: z.ZodString;
|
512
|
-
id: z.ZodNumber;
|
513
|
-
node_id: z.ZodString;
|
514
|
-
avatar_url: z.ZodString;
|
515
|
-
html_url: z.ZodOptional<z.ZodString>;
|
516
|
-
type: z.ZodString;
|
517
|
-
site_admin: z.ZodBoolean;
|
518
|
-
}, z.core.$strip>>;
|
519
|
-
assignees: z.ZodArray<z.ZodObject<{
|
520
|
-
login: z.ZodString;
|
521
|
-
id: z.ZodNumber;
|
522
|
-
node_id: z.ZodString;
|
523
|
-
avatar_url: z.ZodString;
|
524
|
-
html_url: z.ZodOptional<z.ZodString>;
|
525
|
-
type: z.ZodString;
|
526
|
-
site_admin: z.ZodBoolean;
|
527
|
-
}, z.core.$strip>>;
|
528
|
-
requested_reviewers: z.ZodArray<z.ZodObject<{
|
529
|
-
login: z.ZodString;
|
530
|
-
id: z.ZodNumber;
|
531
|
-
node_id: z.ZodString;
|
532
|
-
avatar_url: z.ZodString;
|
533
|
-
html_url: z.ZodOptional<z.ZodString>;
|
534
|
-
type: z.ZodString;
|
535
|
-
site_admin: z.ZodBoolean;
|
536
|
-
}, z.core.$strip>>;
|
537
|
-
requested_teams: z.ZodArray<z.ZodAny>;
|
538
|
-
labels: z.ZodArray<z.ZodObject<{
|
539
|
-
id: z.ZodNumber;
|
540
|
-
node_id: z.ZodString;
|
541
|
-
url: z.ZodString;
|
542
|
-
name: z.ZodString;
|
543
|
-
color: z.ZodString;
|
544
|
-
default: z.ZodBoolean;
|
545
|
-
description: z.ZodNullable<z.ZodString>;
|
546
|
-
}, z.core.$strip>>;
|
547
|
-
milestone: z.ZodNullable<z.ZodAny>;
|
548
|
-
draft: z.ZodBoolean;
|
549
|
-
head: z.ZodObject<{
|
550
|
-
label: z.ZodString;
|
551
|
-
ref: z.ZodString;
|
552
|
-
sha: z.ZodString;
|
553
|
-
user: z.ZodObject<{
|
554
|
-
login: z.ZodString;
|
555
|
-
id: z.ZodNumber;
|
556
|
-
node_id: z.ZodString;
|
557
|
-
avatar_url: z.ZodString;
|
558
|
-
html_url: z.ZodOptional<z.ZodString>;
|
559
|
-
type: z.ZodString;
|
560
|
-
site_admin: z.ZodBoolean;
|
561
|
-
}, z.core.$strip>;
|
562
|
-
repo: z.ZodObject<{
|
563
|
-
id: z.ZodNumber;
|
564
|
-
node_id: z.ZodString;
|
565
|
-
name: z.ZodString;
|
566
|
-
full_name: z.ZodString;
|
567
|
-
private: z.ZodBoolean;
|
568
|
-
owner: z.ZodObject<{
|
569
|
-
login: z.ZodString;
|
570
|
-
id: z.ZodNumber;
|
571
|
-
node_id: z.ZodString;
|
572
|
-
avatar_url: z.ZodString;
|
573
|
-
html_url: z.ZodOptional<z.ZodString>;
|
574
|
-
type: z.ZodString;
|
575
|
-
site_admin: z.ZodBoolean;
|
576
|
-
}, z.core.$strip>;
|
577
|
-
html_url: z.ZodString;
|
578
|
-
description: z.ZodNullable<z.ZodString>;
|
579
|
-
fork: z.ZodBoolean;
|
580
|
-
created_at: z.ZodString;
|
581
|
-
updated_at: z.ZodString;
|
582
|
-
pushed_at: z.ZodString;
|
583
|
-
git_url: z.ZodString;
|
584
|
-
ssh_url: z.ZodString;
|
585
|
-
clone_url: z.ZodString;
|
586
|
-
default_branch: z.ZodString;
|
587
|
-
}, z.core.$strip>;
|
588
|
-
}, z.core.$strip>;
|
589
|
-
base: z.ZodObject<{
|
590
|
-
label: z.ZodString;
|
591
|
-
ref: z.ZodString;
|
592
|
-
sha: z.ZodString;
|
593
|
-
user: z.ZodObject<{
|
594
|
-
login: z.ZodString;
|
595
|
-
id: z.ZodNumber;
|
596
|
-
node_id: z.ZodString;
|
597
|
-
avatar_url: z.ZodString;
|
598
|
-
html_url: z.ZodOptional<z.ZodString>;
|
599
|
-
type: z.ZodString;
|
600
|
-
site_admin: z.ZodBoolean;
|
601
|
-
}, z.core.$strip>;
|
602
|
-
repo: z.ZodObject<{
|
603
|
-
id: z.ZodNumber;
|
604
|
-
node_id: z.ZodString;
|
605
|
-
name: z.ZodString;
|
606
|
-
full_name: z.ZodString;
|
607
|
-
private: z.ZodBoolean;
|
608
|
-
owner: z.ZodObject<{
|
609
|
-
login: z.ZodString;
|
610
|
-
id: z.ZodNumber;
|
611
|
-
node_id: z.ZodString;
|
612
|
-
avatar_url: z.ZodString;
|
613
|
-
html_url: z.ZodOptional<z.ZodString>;
|
614
|
-
type: z.ZodString;
|
615
|
-
site_admin: z.ZodBoolean;
|
616
|
-
}, z.core.$strip>;
|
617
|
-
html_url: z.ZodString;
|
618
|
-
description: z.ZodNullable<z.ZodString>;
|
619
|
-
fork: z.ZodBoolean;
|
620
|
-
created_at: z.ZodString;
|
621
|
-
updated_at: z.ZodString;
|
622
|
-
pushed_at: z.ZodString;
|
623
|
-
git_url: z.ZodString;
|
624
|
-
ssh_url: z.ZodString;
|
625
|
-
clone_url: z.ZodString;
|
626
|
-
default_branch: z.ZodString;
|
627
|
-
}, z.core.$strip>;
|
628
|
-
}, z.core.$strip>;
|
629
|
-
merged: z.ZodOptional<z.ZodBoolean>;
|
630
|
-
mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
631
|
-
rebaseable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
632
|
-
mergeable_state: z.ZodOptional<z.ZodString>;
|
633
|
-
merged_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
634
|
-
login: z.ZodString;
|
635
|
-
id: z.ZodNumber;
|
636
|
-
node_id: z.ZodString;
|
637
|
-
avatar_url: z.ZodString;
|
638
|
-
html_url: z.ZodOptional<z.ZodString>;
|
639
|
-
type: z.ZodString;
|
640
|
-
site_admin: z.ZodBoolean;
|
641
|
-
}, z.core.$strip>>>;
|
642
|
-
comments: z.ZodOptional<z.ZodNumber>;
|
643
|
-
review_comments: z.ZodOptional<z.ZodNumber>;
|
644
|
-
maintainer_can_modify: z.ZodOptional<z.ZodBoolean>;
|
645
|
-
commits: z.ZodOptional<z.ZodNumber>;
|
646
|
-
additions: z.ZodOptional<z.ZodNumber>;
|
647
|
-
deletions: z.ZodOptional<z.ZodNumber>;
|
648
|
-
changed_files: z.ZodOptional<z.ZodNumber>;
|
649
|
-
}, z.core.$strip>;
|
650
|
-
repository: z.ZodObject<{
|
651
|
-
id: z.ZodNumber;
|
652
|
-
node_id: z.ZodString;
|
653
|
-
name: z.ZodString;
|
654
|
-
full_name: z.ZodString;
|
655
|
-
private: z.ZodBoolean;
|
656
|
-
owner: z.ZodObject<{
|
657
|
-
login: z.ZodString;
|
658
|
-
id: z.ZodNumber;
|
659
|
-
node_id: z.ZodString;
|
660
|
-
avatar_url: z.ZodString;
|
661
|
-
html_url: z.ZodOptional<z.ZodString>;
|
662
|
-
type: z.ZodString;
|
663
|
-
site_admin: z.ZodBoolean;
|
664
|
-
}, z.core.$strip>;
|
665
|
-
html_url: z.ZodString;
|
666
|
-
description: z.ZodNullable<z.ZodString>;
|
667
|
-
fork: z.ZodBoolean;
|
668
|
-
created_at: z.ZodString;
|
669
|
-
updated_at: z.ZodString;
|
670
|
-
pushed_at: z.ZodString;
|
671
|
-
git_url: z.ZodString;
|
672
|
-
ssh_url: z.ZodString;
|
673
|
-
clone_url: z.ZodString;
|
674
|
-
default_branch: z.ZodString;
|
675
|
-
}, z.core.$strip>;
|
676
|
-
sender: z.ZodObject<{
|
677
|
-
login: z.ZodString;
|
678
|
-
id: z.ZodNumber;
|
679
|
-
node_id: z.ZodString;
|
680
|
-
avatar_url: z.ZodString;
|
681
|
-
html_url: z.ZodOptional<z.ZodString>;
|
682
|
-
type: z.ZodString;
|
683
|
-
site_admin: z.ZodBoolean;
|
684
|
-
}, z.core.$strip>;
|
685
|
-
installation: z.ZodOptional<z.ZodAny>;
|
686
|
-
organization: z.ZodOptional<z.ZodAny>;
|
687
|
-
}, z.core.$strip>;
|
688
|
-
repo: z.ZodObject<{
|
689
|
-
owner: z.ZodString;
|
690
|
-
repo: z.ZodString;
|
691
|
-
}, z.core.$strip>;
|
692
|
-
workflow: z.ZodString;
|
693
|
-
job: z.ZodString;
|
694
|
-
runId: z.ZodNumber;
|
695
|
-
runNumber: z.ZodNumber;
|
696
|
-
sha: z.ZodString;
|
697
|
-
ref: z.ZodString;
|
698
|
-
actor: z.ZodString;
|
699
|
-
}, z.core.$strip>;
|
700
|
-
/**
|
701
|
-
* GitHub Actions context with push event
|
702
|
-
* Use this to ensure your step only runs on push events
|
703
|
-
*/
|
704
|
-
export declare const PushContext: z.ZodObject<{
|
705
|
-
eventName: z.ZodLiteral<"push">;
|
706
|
-
payload: z.ZodObject<{
|
707
|
-
ref: z.ZodString;
|
708
|
-
before: z.ZodString;
|
709
|
-
after: z.ZodString;
|
710
|
-
created: z.ZodBoolean;
|
711
|
-
deleted: z.ZodBoolean;
|
712
|
-
forced: z.ZodBoolean;
|
713
|
-
base_ref: z.ZodNullable<z.ZodString>;
|
714
|
-
compare: z.ZodString;
|
715
|
-
commits: z.ZodArray<z.ZodObject<{
|
716
|
-
id: z.ZodString;
|
717
|
-
tree_id: z.ZodString;
|
718
|
-
distinct: z.ZodBoolean;
|
719
|
-
message: z.ZodString;
|
720
|
-
timestamp: z.ZodString;
|
721
|
-
url: z.ZodString;
|
722
|
-
author: z.ZodObject<{
|
723
|
-
name: z.ZodString;
|
724
|
-
email: z.ZodString;
|
725
|
-
username: z.ZodOptional<z.ZodString>;
|
726
|
-
}, z.core.$strip>;
|
727
|
-
committer: z.ZodObject<{
|
728
|
-
name: z.ZodString;
|
729
|
-
email: z.ZodString;
|
730
|
-
username: z.ZodOptional<z.ZodString>;
|
731
|
-
}, z.core.$strip>;
|
732
|
-
added: z.ZodArray<z.ZodString>;
|
733
|
-
removed: z.ZodArray<z.ZodString>;
|
734
|
-
modified: z.ZodArray<z.ZodString>;
|
735
|
-
}, z.core.$strip>>;
|
736
|
-
head_commit: z.ZodNullable<z.ZodAny>;
|
737
|
-
repository: z.ZodObject<{
|
738
|
-
id: z.ZodNumber;
|
739
|
-
node_id: z.ZodString;
|
740
|
-
name: z.ZodString;
|
741
|
-
full_name: z.ZodString;
|
742
|
-
private: z.ZodBoolean;
|
743
|
-
owner: z.ZodObject<{
|
744
|
-
login: z.ZodString;
|
745
|
-
id: z.ZodNumber;
|
746
|
-
node_id: z.ZodString;
|
747
|
-
avatar_url: z.ZodString;
|
748
|
-
html_url: z.ZodOptional<z.ZodString>;
|
749
|
-
type: z.ZodString;
|
750
|
-
site_admin: z.ZodBoolean;
|
751
|
-
}, z.core.$strip>;
|
752
|
-
html_url: z.ZodString;
|
753
|
-
description: z.ZodNullable<z.ZodString>;
|
754
|
-
fork: z.ZodBoolean;
|
755
|
-
created_at: z.ZodString;
|
756
|
-
updated_at: z.ZodString;
|
757
|
-
pushed_at: z.ZodString;
|
758
|
-
git_url: z.ZodString;
|
759
|
-
ssh_url: z.ZodString;
|
760
|
-
clone_url: z.ZodString;
|
761
|
-
default_branch: z.ZodString;
|
762
|
-
}, z.core.$strip>;
|
763
|
-
pusher: z.ZodObject<{
|
764
|
-
name: z.ZodString;
|
765
|
-
email: z.ZodString;
|
766
|
-
}, z.core.$strip>;
|
767
|
-
sender: z.ZodObject<{
|
768
|
-
login: z.ZodString;
|
769
|
-
id: z.ZodNumber;
|
770
|
-
node_id: z.ZodString;
|
771
|
-
avatar_url: z.ZodString;
|
772
|
-
html_url: z.ZodOptional<z.ZodString>;
|
773
|
-
type: z.ZodString;
|
774
|
-
site_admin: z.ZodBoolean;
|
775
|
-
}, z.core.$strip>;
|
776
|
-
}, z.core.$strip>;
|
777
|
-
repo: z.ZodObject<{
|
778
|
-
owner: z.ZodString;
|
779
|
-
repo: z.ZodString;
|
780
|
-
}, z.core.$strip>;
|
781
|
-
workflow: z.ZodString;
|
782
|
-
job: z.ZodString;
|
783
|
-
runId: z.ZodNumber;
|
784
|
-
runNumber: z.ZodNumber;
|
785
|
-
sha: z.ZodString;
|
786
|
-
ref: z.ZodString;
|
787
|
-
actor: z.ZodString;
|
788
|
-
}, z.core.$strip>;
|
789
|
-
/**
|
790
|
-
* GitHub Actions context with workflow_dispatch event
|
791
|
-
* Use this to ensure your step only runs on manual workflow triggers
|
792
|
-
*/
|
793
|
-
export declare const WorkflowDispatchContext: z.ZodObject<{
|
794
|
-
eventName: z.ZodLiteral<"workflow_dispatch">;
|
795
|
-
payload: z.ZodObject<{
|
796
|
-
inputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
797
|
-
ref: z.ZodString;
|
798
|
-
repository: z.ZodObject<{
|
799
|
-
id: z.ZodNumber;
|
800
|
-
node_id: z.ZodString;
|
801
|
-
name: z.ZodString;
|
802
|
-
full_name: z.ZodString;
|
803
|
-
private: z.ZodBoolean;
|
804
|
-
owner: z.ZodObject<{
|
805
|
-
login: z.ZodString;
|
806
|
-
id: z.ZodNumber;
|
807
|
-
node_id: z.ZodString;
|
808
|
-
avatar_url: z.ZodString;
|
809
|
-
html_url: z.ZodOptional<z.ZodString>;
|
810
|
-
type: z.ZodString;
|
811
|
-
site_admin: z.ZodBoolean;
|
812
|
-
}, z.core.$strip>;
|
813
|
-
html_url: z.ZodString;
|
814
|
-
description: z.ZodNullable<z.ZodString>;
|
815
|
-
fork: z.ZodBoolean;
|
816
|
-
created_at: z.ZodString;
|
817
|
-
updated_at: z.ZodString;
|
818
|
-
pushed_at: z.ZodString;
|
819
|
-
git_url: z.ZodString;
|
820
|
-
ssh_url: z.ZodString;
|
821
|
-
clone_url: z.ZodString;
|
822
|
-
default_branch: z.ZodString;
|
823
|
-
}, z.core.$strip>;
|
824
|
-
sender: z.ZodObject<{
|
825
|
-
login: z.ZodString;
|
826
|
-
id: z.ZodNumber;
|
827
|
-
node_id: z.ZodString;
|
828
|
-
avatar_url: z.ZodString;
|
829
|
-
html_url: z.ZodOptional<z.ZodString>;
|
830
|
-
type: z.ZodString;
|
831
|
-
site_admin: z.ZodBoolean;
|
832
|
-
}, z.core.$strip>;
|
833
|
-
workflow: z.ZodString;
|
834
|
-
}, z.core.$strip>;
|
835
|
-
repo: z.ZodObject<{
|
836
|
-
owner: z.ZodString;
|
837
|
-
repo: z.ZodString;
|
838
|
-
}, z.core.$strip>;
|
839
|
-
workflow: z.ZodString;
|
840
|
-
job: z.ZodString;
|
841
|
-
runId: z.ZodNumber;
|
842
|
-
runNumber: z.ZodNumber;
|
843
|
-
sha: z.ZodString;
|
844
|
-
ref: z.ZodString;
|
845
|
-
actor: z.ZodString;
|
846
|
-
}, z.core.$strip>;
|
847
|
-
/**
|
848
|
-
* GitHub Actions context with release event
|
849
|
-
* Use this to ensure your step only runs on release events
|
850
|
-
*/
|
851
|
-
export declare const ReleaseContext: z.ZodObject<{
|
852
|
-
eventName: z.ZodLiteral<"release">;
|
853
|
-
payload: z.ZodObject<{
|
854
|
-
action: z.ZodEnum<{
|
855
|
-
deleted: "deleted";
|
856
|
-
edited: "edited";
|
857
|
-
created: "created";
|
858
|
-
published: "published";
|
859
|
-
unpublished: "unpublished";
|
860
|
-
prereleased: "prereleased";
|
861
|
-
released: "released";
|
862
|
-
}>;
|
863
|
-
release: z.ZodObject<{
|
864
|
-
id: z.ZodNumber;
|
865
|
-
node_id: z.ZodString;
|
866
|
-
tag_name: z.ZodString;
|
867
|
-
target_commitish: z.ZodString;
|
868
|
-
name: z.ZodNullable<z.ZodString>;
|
869
|
-
draft: z.ZodBoolean;
|
870
|
-
prerelease: z.ZodBoolean;
|
871
|
-
created_at: z.ZodString;
|
872
|
-
published_at: z.ZodNullable<z.ZodString>;
|
873
|
-
author: z.ZodObject<{
|
874
|
-
login: z.ZodString;
|
875
|
-
id: z.ZodNumber;
|
876
|
-
node_id: z.ZodString;
|
877
|
-
avatar_url: z.ZodString;
|
878
|
-
html_url: z.ZodOptional<z.ZodString>;
|
879
|
-
type: z.ZodString;
|
880
|
-
site_admin: z.ZodBoolean;
|
881
|
-
}, z.core.$strip>;
|
882
|
-
assets: z.ZodArray<z.ZodAny>;
|
883
|
-
body: z.ZodNullable<z.ZodString>;
|
884
|
-
}, z.core.$strip>;
|
885
|
-
repository: z.ZodObject<{
|
886
|
-
id: z.ZodNumber;
|
887
|
-
node_id: z.ZodString;
|
888
|
-
name: z.ZodString;
|
889
|
-
full_name: z.ZodString;
|
890
|
-
private: z.ZodBoolean;
|
891
|
-
owner: z.ZodObject<{
|
892
|
-
login: z.ZodString;
|
893
|
-
id: z.ZodNumber;
|
894
|
-
node_id: z.ZodString;
|
895
|
-
avatar_url: z.ZodString;
|
896
|
-
html_url: z.ZodOptional<z.ZodString>;
|
897
|
-
type: z.ZodString;
|
898
|
-
site_admin: z.ZodBoolean;
|
899
|
-
}, z.core.$strip>;
|
900
|
-
html_url: z.ZodString;
|
901
|
-
description: z.ZodNullable<z.ZodString>;
|
902
|
-
fork: z.ZodBoolean;
|
903
|
-
created_at: z.ZodString;
|
904
|
-
updated_at: z.ZodString;
|
905
|
-
pushed_at: z.ZodString;
|
906
|
-
git_url: z.ZodString;
|
907
|
-
ssh_url: z.ZodString;
|
908
|
-
clone_url: z.ZodString;
|
909
|
-
default_branch: z.ZodString;
|
910
|
-
}, z.core.$strip>;
|
911
|
-
sender: z.ZodObject<{
|
912
|
-
login: z.ZodString;
|
913
|
-
id: z.ZodNumber;
|
914
|
-
node_id: z.ZodString;
|
915
|
-
avatar_url: z.ZodString;
|
916
|
-
html_url: z.ZodOptional<z.ZodString>;
|
917
|
-
type: z.ZodString;
|
918
|
-
site_admin: z.ZodBoolean;
|
919
|
-
}, z.core.$strip>;
|
920
|
-
}, z.core.$strip>;
|
921
|
-
repo: z.ZodObject<{
|
922
|
-
owner: z.ZodString;
|
923
|
-
repo: z.ZodString;
|
924
|
-
}, z.core.$strip>;
|
925
|
-
workflow: z.ZodString;
|
926
|
-
job: z.ZodString;
|
927
|
-
runId: z.ZodNumber;
|
928
|
-
runNumber: z.ZodNumber;
|
929
|
-
sha: z.ZodString;
|
930
|
-
ref: z.ZodString;
|
931
|
-
actor: z.ZodString;
|
932
|
-
}, z.core.$strip>;
|
933
|
-
//# sourceMappingURL=context.d.ts.map
|