zudoku 0.0.0-f9211eb → 0.0.0-f9c2699
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/dist/app/ZuploBuildConfig.d.ts +155 -0
- package/dist/app/ZuploBuildConfig.js +29 -0
- package/dist/app/ZuploBuildConfig.js.map +1 -0
- package/dist/app/entry.client.js +2 -0
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/env.d.ts +33 -0
- package/dist/app/env.js +29 -0
- package/dist/app/env.js.map +1 -0
- package/dist/app/main.js +9 -4
- package/dist/app/main.js.map +1 -1
- package/dist/cli/cli.js +12 -1
- package/dist/cli/cli.js.map +1 -1
- package/dist/cli/common/machine-id/lib.js +1 -0
- package/dist/cli/common/machine-id/lib.js.map +1 -1
- package/dist/config/config.d.ts +3 -1
- package/dist/config/loader.d.ts +1 -0
- package/dist/config/loader.js +1 -4
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/BuildSchema.d.ts +60 -0
- package/dist/config/validators/BuildSchema.js +31 -0
- package/dist/config/validators/BuildSchema.js.map +1 -0
- package/dist/config/validators/common.d.ts +24 -62
- package/dist/config/validators/common.js +2 -8
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/validate.d.ts +9 -23
- package/dist/index.d.ts +1 -1
- package/dist/lib/authentication/components/SignIn.d.ts +1 -1
- package/dist/lib/authentication/components/SignIn.js +5 -2
- package/dist/lib/authentication/components/SignIn.js.map +1 -1
- package/dist/lib/authentication/components/SignUp.d.ts +1 -1
- package/dist/lib/authentication/components/SignUp.js +4 -1
- package/dist/lib/authentication/components/SignUp.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +2 -2
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +3 -1
- package/dist/lib/authentication/providers/openid.js +17 -11
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/components/BuildCheck.d.ts +4 -0
- package/dist/lib/components/BuildCheck.js +38 -0
- package/dist/lib/components/BuildCheck.js.map +1 -0
- package/dist/lib/components/Footer.js +2 -2
- package/dist/lib/components/Footer.js.map +1 -1
- package/dist/lib/components/Layout.js +2 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/Search.js +7 -1
- package/dist/lib/components/Search.js.map +1 -1
- package/dist/lib/components/Zudoku.js +1 -3
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/context/ViewportAnchorContext.js +8 -9
- package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
- package/dist/lib/components/index.d.ts +4 -0
- package/dist/lib/components/index.js +2 -0
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/PoweredByZudoku.js +2 -1
- package/dist/lib/components/navigation/PoweredByZudoku.js.map +1 -1
- package/dist/lib/components/navigation/Sidebar.js +3 -1
- package/dist/lib/components/navigation/Sidebar.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/dist/lib/components/navigation/ZuploLogo.d.ts +3 -0
- package/dist/lib/components/navigation/ZuploLogo.js +4 -0
- package/dist/lib/components/navigation/ZuploLogo.js.map +1 -0
- package/dist/lib/oas/parser/index.js +2 -1
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/oas/parser/upgrade/index.js +1 -1
- package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +6 -4
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.js +1 -0
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +8 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/components/ConstValue.d.ts +5 -0
- package/dist/lib/plugins/openapi/components/ConstValue.js +6 -0
- package/dist/lib/plugins/openapi/components/ConstValue.js.map +1 -0
- package/dist/lib/plugins/openapi/processors/removeExtensions.d.ts +8 -0
- package/dist/lib/plugins/openapi/{post-processors → processors}/removeExtensions.js +1 -1
- package/dist/lib/plugins/openapi/processors/removeExtensions.js.map +1 -0
- package/dist/lib/plugins/openapi/{post-processors → processors}/removeExtensions.test.js +26 -6
- package/dist/lib/plugins/openapi/processors/removeExtensions.test.js.map +1 -0
- package/dist/lib/plugins/openapi/{post-processors → processors}/removeParameters.d.ts +3 -1
- package/dist/lib/plugins/openapi/{post-processors → processors}/removeParameters.js +1 -1
- package/dist/lib/plugins/openapi/processors/removeParameters.js.map +1 -0
- package/dist/lib/plugins/openapi/{post-processors → processors}/removeParameters.test.js +53 -25
- package/dist/lib/plugins/openapi/processors/removeParameters.test.js.map +1 -0
- package/dist/lib/plugins/openapi/{post-processors → processors}/removePaths.d.ts +3 -1
- package/dist/lib/plugins/openapi/{post-processors → processors}/removePaths.js +1 -1
- package/dist/lib/plugins/openapi/processors/removePaths.js.map +1 -0
- package/dist/lib/plugins/openapi/processors/removePaths.test.js +144 -0
- package/dist/lib/plugins/openapi/processors/removePaths.test.js.map +1 -0
- package/dist/lib/plugins/openapi/processors/traverse.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +6 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +5 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/utils.d.ts +1 -0
- package/dist/lib/plugins/openapi/schema/utils.js +3 -0
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
- package/dist/lib/plugins/openapi/util/getRoutes.js +20 -13
- package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
- package/dist/lib/ui/Callout.js +1 -1
- package/dist/lib/ui/Callout.js.map +1 -1
- package/dist/lib/ui/Form.d.ts +1 -1
- package/dist/lib/util/MdxComponents.d.ts +1 -0
- package/dist/lib/util/MdxComponents.js +2 -0
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/detectOS.d.ts +1 -0
- package/dist/lib/util/detectOS.js +11 -0
- package/dist/lib/util/detectOS.js.map +1 -0
- package/dist/lib/util/ensureArray.d.ts +1 -0
- package/dist/lib/util/ensureArray.js +2 -0
- package/dist/lib/util/ensureArray.js.map +1 -0
- package/dist/vite/api/SchemaManager.d.ts +36 -0
- package/dist/vite/api/SchemaManager.js +120 -0
- package/dist/vite/api/SchemaManager.js.map +1 -0
- package/dist/vite/api/SchemaManager.test.d.ts +1 -0
- package/dist/vite/api/SchemaManager.test.js +106 -0
- package/dist/vite/api/SchemaManager.test.js.map +1 -0
- package/dist/vite/api/schema-codegen.js +8 -7
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/config.js +5 -1
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/plugin-api.js +51 -108
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-sidebar.d.ts +3 -1
- package/dist/vite/plugin-sidebar.js +9 -3
- package/dist/vite/plugin-sidebar.js.map +1 -1
- package/dist/vite/prerender/prerender.js +6 -5
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/zuplo/enrich-with-zuplo.d.ts +3 -3
- package/dist/zuplo/enrich-with-zuplo.js +18 -17
- package/dist/zuplo/enrich-with-zuplo.js.map +1 -1
- package/dist/zuplo/with-zuplo-processors.d.ts +2 -2
- package/dist/zuplo/with-zuplo-processors.js +7 -7
- package/dist/zuplo/with-zuplo-processors.js.map +1 -1
- package/dist/zuplo/with-zuplo.d.ts +4 -1
- package/dist/zuplo/with-zuplo.js +6 -9
- package/dist/zuplo/with-zuplo.js.map +1 -1
- package/lib/AuthenticationPlugin-ByDF051g.js +99 -0
- package/lib/AuthenticationPlugin-ByDF051g.js.map +1 -0
- package/lib/{Button-Fp19CMUr.js → Button-BBNrKpQd.js} +2 -2
- package/lib/{Button-Fp19CMUr.js.map → Button-BBNrKpQd.js.map} +1 -1
- package/lib/{Callout-B2vsR09t.js → Callout-D3Ja4OPX.js} +14 -13
- package/lib/{Callout-B2vsR09t.js.map → Callout-D3Ja4OPX.js.map} +1 -1
- package/lib/Card-BtheiD7j.js +61 -0
- package/lib/Card-BtheiD7j.js.map +1 -0
- package/lib/{CategoryHeading-DpB47wvk.js → CategoryHeading-D06WK_Wo.js} +2 -2
- package/lib/{CategoryHeading-DpB47wvk.js.map → CategoryHeading-D06WK_Wo.js.map} +1 -1
- package/lib/{Dialog-sbgekbjb.js → Dialog-ByYz4ABw.js} +2 -2
- package/lib/{Dialog-sbgekbjb.js.map → Dialog-ByYz4ABw.js.map} +1 -1
- package/lib/{Drawer-kDAfOq_2.js → Drawer-CEwbkLDb.js} +2 -2
- package/lib/Drawer-CEwbkLDb.js.map +1 -0
- package/lib/{Markdown-aF5FdsNi.js → Markdown-mFpg_n9p.js} +4299 -4134
- package/lib/Markdown-mFpg_n9p.js.map +1 -0
- package/lib/{MdxPage-Vw_dc9Yz.js → MdxPage-Cm7atiW3.js} +9 -9
- package/lib/{MdxPage-Vw_dc9Yz.js.map → MdxPage-Cm7atiW3.js.map} +1 -1
- package/lib/{OasProvider-CjXTP-nz.js → OasProvider-C-xmZX1n.js} +6 -6
- package/lib/{OasProvider-CjXTP-nz.js.map → OasProvider-C-xmZX1n.js.map} +1 -1
- package/lib/{OperationList-BYemrDYk.js → OperationList-DgcXo0vn.js} +1442 -1416
- package/lib/OperationList-DgcXo0vn.js.map +1 -0
- package/lib/{Pagination-SdlocK96.js → Pagination-DLPL5z77.js} +4 -4
- package/lib/{Pagination-SdlocK96.js.map → Pagination-DLPL5z77.js.map} +1 -1
- package/lib/{RouteGuard-CqZPoZYJ.js → RouteGuard-DRtEu9nh.js} +6 -6
- package/lib/{RouteGuard-CqZPoZYJ.js.map → RouteGuard-DRtEu9nh.js.map} +1 -1
- package/lib/{SchemaList-CAeKy9pV.js → SchemaList-DK0hmvRa.js} +10 -10
- package/lib/{SchemaList-CAeKy9pV.js.map → SchemaList-DK0hmvRa.js.map} +1 -1
- package/lib/{SchemaView-B3fOPR4V.js → SchemaView-C3JbhWHn.js} +130 -120
- package/lib/SchemaView-C3JbhWHn.js.map +1 -0
- package/lib/{Select-DVFRKf1R.js → Select-CT64Ou40.js} +4 -4
- package/lib/{Select-DVFRKf1R.js.map → Select-CT64Ou40.js.map} +1 -1
- package/lib/{SlotletProvider-DXvc0aY6.js → SlotletProvider-CS_nO-XT.js} +41 -39
- package/lib/SlotletProvider-CS_nO-XT.js.map +1 -0
- package/lib/{Spinner-CE68iCm0.js → Spinner-mNLZ6awP.js} +2 -2
- package/lib/{Spinner-CE68iCm0.js.map → Spinner-mNLZ6awP.js.map} +1 -1
- package/lib/{SyntaxHighlight-BEoSoPEo.js → SyntaxHighlight-CxhyyMkF.js} +6 -6
- package/lib/{SyntaxHighlight-BEoSoPEo.js.map → SyntaxHighlight-CxhyyMkF.js.map} +1 -1
- package/lib/{Toc-YBsgI72s.js → Toc-D_tV8_Ri.js} +3 -3
- package/lib/{Toc-YBsgI72s.js.map → Toc-D_tV8_Ri.js.map} +1 -1
- package/lib/{_commonjsHelpers-BkfeUUK-.js → _commonjsHelpers-B4e78b8K.js} +2 -2
- package/lib/_commonjsHelpers-B4e78b8K.js.map +1 -0
- package/lib/{chunk-HA7DTUK3-C4gP41vD.js → chunk-BAXFHI7N-BVBOl9s0.js} +407 -402
- package/lib/chunk-BAXFHI7N-BVBOl9s0.js.map +1 -0
- package/lib/{context-DLCwaMXN.js → context-Lrf2Y9bR.js} +2 -2
- package/lib/{context-DLCwaMXN.js.map → context-Lrf2Y9bR.js.map} +1 -1
- package/lib/{createServer-mYvGvmc0.js → createServer-IW7v5hWm.js} +5382 -5518
- package/lib/createServer-IW7v5hWm.js.map +1 -0
- package/lib/{hook-CqpVYDqN.js → hook-CldJlP5c.js} +460 -465
- package/lib/hook-CldJlP5c.js.map +1 -0
- package/lib/{index-C1OzjGUK.js → index-C9300xCr.js} +495 -538
- package/lib/index-C9300xCr.js.map +1 -0
- package/lib/index-CuBIgTKC.js +316 -0
- package/lib/index-CuBIgTKC.js.map +1 -0
- package/lib/{index-Dl3Yl0yb.js → index-DcHeSvkE.js} +51 -38
- package/lib/index-DcHeSvkE.js.map +1 -0
- package/lib/index-DnQftvP4.js +5031 -0
- package/lib/index-DnQftvP4.js.map +1 -0
- package/lib/index-DwT-v3zK.js.map +1 -1
- package/lib/index.esm-D2ZUREQN.js +1216 -0
- package/lib/index.esm-D2ZUREQN.js.map +1 -0
- package/lib/jsx-runtime-C5mzlN2N.js +285 -0
- package/lib/jsx-runtime-C5mzlN2N.js.map +1 -0
- package/lib/{mutation-8LjrN7uz.js → mutation-DBQh7AOZ.js} +70 -67
- package/lib/mutation-DBQh7AOZ.js.map +1 -0
- package/lib/{prism-csharp.min-bQAo2pmx.js → prism-csharp.min-C43x1RY2.js} +2 -2
- package/lib/{prism-csharp.min-bQAo2pmx.js.map → prism-csharp.min-C43x1RY2.js.map} +1 -1
- package/lib/{prism-java.min-BpvsOuIa.js → prism-java.min-CQzr40NQ.js} +2 -2
- package/lib/{prism-java.min-BpvsOuIa.js.map → prism-java.min-CQzr40NQ.js.map} +1 -1
- package/lib/{prism-ruby.min-Dx9KO9ds.js → prism-ruby.min-L9OdQ6tU.js} +2 -2
- package/lib/{prism-ruby.min-Dx9KO9ds.js.map → prism-ruby.min-L9OdQ6tU.js.map} +1 -1
- package/lib/{prism-typescript.min-CD7H2IYQ.js → prism-typescript.min-qTySPvCh.js} +2 -2
- package/lib/{prism-typescript.min-CD7H2IYQ.js.map → prism-typescript.min-qTySPvCh.js.map} +1 -1
- package/lib/{post-processors → processors}/removeExtensions.js +1 -1
- package/lib/processors/removeExtensions.js.map +1 -0
- package/lib/{post-processors → processors}/removeParameters.js +1 -1
- package/lib/processors/removeParameters.js.map +1 -0
- package/lib/{post-processors → processors}/removePaths.js +1 -1
- package/lib/processors/removePaths.js.map +1 -0
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/ActionButton.js +3 -3
- package/lib/ui/Alert.js +1 -1
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/Badge.js +1 -1
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Callout.js +10 -9
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Carousel.js +207 -207
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +1 -1
- package/lib/ui/Command.js +3 -3
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/Form.js +2 -2
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Label.js +1 -1
- package/lib/ui/Pagination.js +1 -1
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Stepper.js +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/SyntaxHighlight.js +2 -2
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Toggle.js +1 -1
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/{useExposedProps-B9qXJedG.js → useExposedProps-DbIZXspi.js} +2 -2
- package/lib/{useExposedProps-B9qXJedG.js.map → useExposedProps-DbIZXspi.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +4 -4
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +147 -141
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +27 -26
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.icons.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +6 -6
- package/lib/zudoku.plugin-api-keys.js +6 -6
- package/lib/zudoku.plugin-custom-pages.js +3 -3
- package/lib/zudoku.plugin-markdown.js +2 -2
- package/lib/zudoku.plugin-openapi.js +4 -4
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-inkeep.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +7 -7
- package/package.json +62 -63
- package/src/app/ZuploBuildConfig.ts +33 -0
- package/src/app/entry.client.tsx +2 -0
- package/src/app/env.ts +35 -0
- package/src/app/main.css +8 -2
- package/src/app/main.tsx +16 -1
- package/src/lib/authentication/components/SignIn.tsx +35 -2
- package/src/lib/authentication/components/SignUp.tsx +35 -1
- package/src/lib/authentication/providers/clerk.tsx +2 -2
- package/src/lib/authentication/providers/openid.tsx +23 -12
- package/src/lib/components/BuildCheck.tsx +75 -0
- package/src/lib/components/Footer.tsx +6 -3
- package/src/lib/components/Layout.tsx +8 -1
- package/src/lib/components/Search.tsx +14 -3
- package/src/lib/components/Zudoku.tsx +1 -3
- package/src/lib/components/context/ViewportAnchorContext.tsx +8 -15
- package/src/lib/components/index.ts +2 -0
- package/src/lib/components/navigation/PoweredByZudoku.tsx +8 -3
- package/src/lib/components/navigation/Sidebar.tsx +8 -1
- package/src/lib/components/navigation/SidebarWrapper.tsx +1 -1
- package/src/lib/components/navigation/ZuploLogo.tsx +14 -0
- package/src/lib/oas/parser/index.ts +2 -1
- package/src/lib/oas/parser/upgrade/index.ts +1 -1
- package/src/lib/plugins/openapi/OperationList.tsx +15 -3
- package/src/lib/plugins/openapi/ParamInfos.tsx +1 -0
- package/src/lib/plugins/openapi/ParameterListItem.tsx +30 -0
- package/src/lib/plugins/openapi/components/ConstValue.tsx +24 -0
- package/src/lib/plugins/openapi/{post-processors → processors}/removeExtensions.test.ts +29 -9
- package/src/lib/plugins/openapi/{post-processors → processors}/removeExtensions.ts +5 -3
- package/src/lib/plugins/openapi/{post-processors → processors}/removeParameters.test.ts +67 -33
- package/src/lib/plugins/openapi/{post-processors → processors}/removeParameters.ts +5 -3
- package/src/lib/plugins/openapi/processors/removePaths.test.ts +167 -0
- package/src/lib/plugins/openapi/{post-processors → processors}/removePaths.ts +5 -3
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +9 -4
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +6 -6
- package/src/lib/plugins/openapi/schema/utils.ts +5 -0
- package/src/lib/plugins/openapi/util/getRoutes.tsx +21 -13
- package/src/lib/ui/Callout.tsx +1 -0
- package/src/lib/util/MdxComponents.tsx +2 -0
- package/src/lib/util/detectOS.ts +9 -0
- package/src/lib/util/ensureArray.ts +3 -0
- package/client.d.ts +0 -8
- package/dist/lib/plugins/openapi/post-processors/removeExtensions.d.ts +0 -7
- package/dist/lib/plugins/openapi/post-processors/removeExtensions.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/removeExtensions.test.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/removeParameters.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/removeParameters.test.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/removePaths.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/removePaths.test.js +0 -104
- package/dist/lib/plugins/openapi/post-processors/removePaths.test.js.map +0 -1
- package/dist/lib/plugins/openapi/post-processors/traverse.js.map +0 -1
- package/dist/zuplo/env.d.ts +0 -7
- package/dist/zuplo/env.js +0 -12
- package/dist/zuplo/env.js.map +0 -1
- package/lib/AuthenticationPlugin-foqdvvkf.js +0 -58
- package/lib/AuthenticationPlugin-foqdvvkf.js.map +0 -1
- package/lib/Drawer-kDAfOq_2.js.map +0 -1
- package/lib/Markdown-aF5FdsNi.js.map +0 -1
- package/lib/OperationList-BYemrDYk.js.map +0 -1
- package/lib/SchemaView-B3fOPR4V.js.map +0 -1
- package/lib/SlotletProvider-DXvc0aY6.js.map +0 -1
- package/lib/_commonjsHelpers-BkfeUUK-.js.map +0 -1
- package/lib/chunk-HA7DTUK3-C4gP41vD.js.map +0 -1
- package/lib/createServer-mYvGvmc0.js.map +0 -1
- package/lib/hook-CqpVYDqN.js.map +0 -1
- package/lib/index-C1OzjGUK.js.map +0 -1
- package/lib/index-D48iOQvJ.js +0 -1973
- package/lib/index-D48iOQvJ.js.map +0 -1
- package/lib/index-Dl3Yl0yb.js.map +0 -1
- package/lib/index-gQD2h1wX.js +0 -447
- package/lib/index-gQD2h1wX.js.map +0 -1
- package/lib/index.esm--gIChbWs.js +0 -1207
- package/lib/index.esm--gIChbWs.js.map +0 -1
- package/lib/jsx-runtime-CYK1ROHF.js +0 -446
- package/lib/jsx-runtime-CYK1ROHF.js.map +0 -1
- package/lib/mutation-8LjrN7uz.js.map +0 -1
- package/lib/post-processors/removeExtensions.js.map +0 -1
- package/lib/post-processors/removeParameters.js.map +0 -1
- package/lib/post-processors/removePaths.js.map +0 -1
- package/src/lib/plugins/openapi/post-processors/removePaths.test.ts +0 -126
- /package/dist/lib/plugins/openapi/{post-processors → processors}/removeExtensions.test.d.ts +0 -0
- /package/dist/lib/plugins/openapi/{post-processors → processors}/removeParameters.test.d.ts +0 -0
- /package/dist/lib/plugins/openapi/{post-processors → processors}/removePaths.test.d.ts +0 -0
- /package/dist/lib/plugins/openapi/{post-processors → processors}/traverse.d.ts +0 -0
- /package/dist/lib/plugins/openapi/{post-processors → processors}/traverse.js +0 -0
- /package/lib/{post-processors → processors}/traverse.js +0 -0
- /package/lib/{post-processors → processors}/traverse.js.map +0 -0
- /package/src/lib/plugins/openapi/{post-processors → processors}/traverse.ts +0 -0
|
@@ -75,7 +75,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
75
75
|
tags: string[];
|
|
76
76
|
label: string;
|
|
77
77
|
}[] | undefined;
|
|
78
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
78
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
79
79
|
type: z.ZodLiteral<"file">;
|
|
80
80
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
81
81
|
}, {
|
|
@@ -111,8 +111,6 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
111
111
|
expandAllTags?: boolean | undefined;
|
|
112
112
|
transformExamples?: transformExamples | undefined;
|
|
113
113
|
}>>;
|
|
114
|
-
}>, {
|
|
115
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
116
114
|
}>, "strip", z.ZodTypeAny, {
|
|
117
115
|
type: "file";
|
|
118
116
|
input: string | string[];
|
|
@@ -130,7 +128,6 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
130
128
|
tags: string[];
|
|
131
129
|
label: string;
|
|
132
130
|
}[] | undefined;
|
|
133
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
134
131
|
}, {
|
|
135
132
|
type: "file";
|
|
136
133
|
input: string | string[];
|
|
@@ -148,7 +145,6 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
148
145
|
tags: string[];
|
|
149
146
|
label: string;
|
|
150
147
|
}[] | undefined;
|
|
151
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
152
148
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
153
149
|
type: z.ZodLiteral<"raw">;
|
|
154
150
|
input: z.ZodString;
|
|
@@ -1140,6 +1136,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1140
1136
|
clientId: z.ZodString;
|
|
1141
1137
|
domain: z.ZodString;
|
|
1142
1138
|
audience: z.ZodOptional<z.ZodString>;
|
|
1139
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1143
1140
|
redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
|
|
1144
1141
|
redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
|
|
1145
1142
|
redirectToAfterSignOut: z.ZodOptional<z.ZodString>;
|
|
@@ -1151,6 +1148,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1151
1148
|
redirectToAfterSignIn?: string | undefined;
|
|
1152
1149
|
redirectToAfterSignOut?: string | undefined;
|
|
1153
1150
|
audience?: string | undefined;
|
|
1151
|
+
scopes?: string[] | undefined;
|
|
1154
1152
|
}, {
|
|
1155
1153
|
type: "auth0";
|
|
1156
1154
|
clientId: string;
|
|
@@ -1159,6 +1157,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1159
1157
|
redirectToAfterSignIn?: string | undefined;
|
|
1160
1158
|
redirectToAfterSignOut?: string | undefined;
|
|
1161
1159
|
audience?: string | undefined;
|
|
1160
|
+
scopes?: string[] | undefined;
|
|
1162
1161
|
}>, z.ZodObject<{
|
|
1163
1162
|
type: z.ZodLiteral<"supabase">;
|
|
1164
1163
|
supabaseUrl: z.ZodString;
|
|
@@ -1384,7 +1383,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1384
1383
|
tags: string[];
|
|
1385
1384
|
label: string;
|
|
1386
1385
|
}[] | undefined;
|
|
1387
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
1386
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1388
1387
|
type: z.ZodLiteral<"file">;
|
|
1389
1388
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
1390
1389
|
}, {
|
|
@@ -1420,8 +1419,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1420
1419
|
expandAllTags?: boolean | undefined;
|
|
1421
1420
|
transformExamples?: transformExamples | undefined;
|
|
1422
1421
|
}>>;
|
|
1423
|
-
}>, {
|
|
1424
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
1425
1422
|
}>, "strip", z.ZodTypeAny, {
|
|
1426
1423
|
type: "file";
|
|
1427
1424
|
input: string | string[];
|
|
@@ -1439,7 +1436,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1439
1436
|
tags: string[];
|
|
1440
1437
|
label: string;
|
|
1441
1438
|
}[] | undefined;
|
|
1442
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
1443
1439
|
}, {
|
|
1444
1440
|
type: "file";
|
|
1445
1441
|
input: string | string[];
|
|
@@ -1457,7 +1453,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1457
1453
|
tags: string[];
|
|
1458
1454
|
label: string;
|
|
1459
1455
|
}[] | undefined;
|
|
1460
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
1461
1456
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1462
1457
|
type: z.ZodLiteral<"raw">;
|
|
1463
1458
|
input: z.ZodString;
|
|
@@ -1598,7 +1593,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1598
1593
|
tags: string[];
|
|
1599
1594
|
label: string;
|
|
1600
1595
|
}[] | undefined;
|
|
1601
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
1596
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1602
1597
|
type: z.ZodLiteral<"file">;
|
|
1603
1598
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
1604
1599
|
}, {
|
|
@@ -1634,8 +1629,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1634
1629
|
expandAllTags?: boolean | undefined;
|
|
1635
1630
|
transformExamples?: transformExamples | undefined;
|
|
1636
1631
|
}>>;
|
|
1637
|
-
}>, {
|
|
1638
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
1639
1632
|
}>, "strip", z.ZodTypeAny, {
|
|
1640
1633
|
type: "file";
|
|
1641
1634
|
input: string | string[];
|
|
@@ -1653,7 +1646,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1653
1646
|
tags: string[];
|
|
1654
1647
|
label: string;
|
|
1655
1648
|
}[] | undefined;
|
|
1656
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
1657
1649
|
}, {
|
|
1658
1650
|
type: "file";
|
|
1659
1651
|
input: string | string[];
|
|
@@ -1671,7 +1663,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1671
1663
|
tags: string[];
|
|
1672
1664
|
label: string;
|
|
1673
1665
|
}[] | undefined;
|
|
1674
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
1675
1666
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1676
1667
|
type: z.ZodLiteral<"raw">;
|
|
1677
1668
|
input: z.ZodString;
|
|
@@ -1880,7 +1871,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1880
1871
|
autoLastmod?: boolean | undefined;
|
|
1881
1872
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
1882
1873
|
}>>;
|
|
1883
|
-
isZuplo: z.ZodOptional<z.ZodBoolean>;
|
|
1884
1874
|
enableStatusPages: z.ZodOptional<z.ZodBoolean>;
|
|
1885
1875
|
defaults: z.ZodObject<{
|
|
1886
1876
|
apis: z.ZodObject<{
|
|
@@ -1973,6 +1963,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1973
1963
|
redirectToAfterSignIn?: string | undefined;
|
|
1974
1964
|
redirectToAfterSignOut?: string | undefined;
|
|
1975
1965
|
audience?: string | undefined;
|
|
1966
|
+
scopes?: string[] | undefined;
|
|
1976
1967
|
} | {
|
|
1977
1968
|
type: "supabase";
|
|
1978
1969
|
supabaseUrl: string;
|
|
@@ -2134,7 +2125,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2134
2125
|
tags: string[];
|
|
2135
2126
|
label: string;
|
|
2136
2127
|
}[] | undefined;
|
|
2137
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
2138
2128
|
} | {
|
|
2139
2129
|
type: "raw";
|
|
2140
2130
|
input: string;
|
|
@@ -2186,7 +2176,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2186
2176
|
tags: string[];
|
|
2187
2177
|
label: string;
|
|
2188
2178
|
}[] | undefined;
|
|
2189
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
2190
2179
|
} | {
|
|
2191
2180
|
type: "raw";
|
|
2192
2181
|
input: string;
|
|
@@ -2281,7 +2270,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2281
2270
|
autoLastmod?: boolean | undefined;
|
|
2282
2271
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
2283
2272
|
} | undefined;
|
|
2284
|
-
isZuplo?: boolean | undefined;
|
|
2285
2273
|
enableStatusPages?: boolean | undefined;
|
|
2286
2274
|
}, {
|
|
2287
2275
|
defaults: {
|
|
@@ -2331,6 +2319,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2331
2319
|
redirectToAfterSignIn?: string | undefined;
|
|
2332
2320
|
redirectToAfterSignOut?: string | undefined;
|
|
2333
2321
|
audience?: string | undefined;
|
|
2322
|
+
scopes?: string[] | undefined;
|
|
2334
2323
|
} | {
|
|
2335
2324
|
type: "supabase";
|
|
2336
2325
|
supabaseUrl: string;
|
|
@@ -2492,7 +2481,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2492
2481
|
tags: string[];
|
|
2493
2482
|
label: string;
|
|
2494
2483
|
}[] | undefined;
|
|
2495
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
2496
2484
|
} | {
|
|
2497
2485
|
type: "raw";
|
|
2498
2486
|
input: string;
|
|
@@ -2544,7 +2532,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2544
2532
|
tags: string[];
|
|
2545
2533
|
label: string;
|
|
2546
2534
|
}[] | undefined;
|
|
2547
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
2548
2535
|
} | {
|
|
2549
2536
|
type: "raw";
|
|
2550
2537
|
input: string;
|
|
@@ -2639,7 +2626,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2639
2626
|
autoLastmod?: boolean | undefined;
|
|
2640
2627
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
2641
2628
|
} | undefined;
|
|
2642
|
-
isZuplo?: boolean | undefined;
|
|
2643
2629
|
enableStatusPages?: boolean | undefined;
|
|
2644
2630
|
}>;
|
|
2645
2631
|
export declare const refine: (config: z.output<typeof CommonConfigSchemaPartial>, ctx: RefinementCtx) => void;
|
|
@@ -3312,6 +3298,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3312
3298
|
clientId: z.ZodString;
|
|
3313
3299
|
domain: z.ZodString;
|
|
3314
3300
|
audience: z.ZodOptional<z.ZodString>;
|
|
3301
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3315
3302
|
redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
|
|
3316
3303
|
redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
|
|
3317
3304
|
redirectToAfterSignOut: z.ZodOptional<z.ZodString>;
|
|
@@ -3323,6 +3310,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3323
3310
|
redirectToAfterSignIn?: string | undefined;
|
|
3324
3311
|
redirectToAfterSignOut?: string | undefined;
|
|
3325
3312
|
audience?: string | undefined;
|
|
3313
|
+
scopes?: string[] | undefined;
|
|
3326
3314
|
}, {
|
|
3327
3315
|
type: "auth0";
|
|
3328
3316
|
clientId: string;
|
|
@@ -3331,6 +3319,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3331
3319
|
redirectToAfterSignIn?: string | undefined;
|
|
3332
3320
|
redirectToAfterSignOut?: string | undefined;
|
|
3333
3321
|
audience?: string | undefined;
|
|
3322
|
+
scopes?: string[] | undefined;
|
|
3334
3323
|
}>, z.ZodObject<{
|
|
3335
3324
|
type: z.ZodLiteral<"supabase">;
|
|
3336
3325
|
supabaseUrl: z.ZodString;
|
|
@@ -3556,7 +3545,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3556
3545
|
tags: string[];
|
|
3557
3546
|
label: string;
|
|
3558
3547
|
}[] | undefined;
|
|
3559
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
3548
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3560
3549
|
type: z.ZodLiteral<"file">;
|
|
3561
3550
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
3562
3551
|
}, {
|
|
@@ -3592,8 +3581,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3592
3581
|
expandAllTags?: boolean | undefined;
|
|
3593
3582
|
transformExamples?: transformExamples | undefined;
|
|
3594
3583
|
}>>;
|
|
3595
|
-
}>, {
|
|
3596
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
3597
3584
|
}>, "strip", z.ZodTypeAny, {
|
|
3598
3585
|
type: "file";
|
|
3599
3586
|
input: string | string[];
|
|
@@ -3611,7 +3598,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3611
3598
|
tags: string[];
|
|
3612
3599
|
label: string;
|
|
3613
3600
|
}[] | undefined;
|
|
3614
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
3615
3601
|
}, {
|
|
3616
3602
|
type: "file";
|
|
3617
3603
|
input: string | string[];
|
|
@@ -3629,7 +3615,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3629
3615
|
tags: string[];
|
|
3630
3616
|
label: string;
|
|
3631
3617
|
}[] | undefined;
|
|
3632
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
3633
3618
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3634
3619
|
type: z.ZodLiteral<"raw">;
|
|
3635
3620
|
input: z.ZodString;
|
|
@@ -3770,7 +3755,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3770
3755
|
tags: string[];
|
|
3771
3756
|
label: string;
|
|
3772
3757
|
}[] | undefined;
|
|
3773
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
3758
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3774
3759
|
type: z.ZodLiteral<"file">;
|
|
3775
3760
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
3776
3761
|
}, {
|
|
@@ -3806,8 +3791,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3806
3791
|
expandAllTags?: boolean | undefined;
|
|
3807
3792
|
transformExamples?: transformExamples | undefined;
|
|
3808
3793
|
}>>;
|
|
3809
|
-
}>, {
|
|
3810
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
3811
3794
|
}>, "strip", z.ZodTypeAny, {
|
|
3812
3795
|
type: "file";
|
|
3813
3796
|
input: string | string[];
|
|
@@ -3825,7 +3808,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3825
3808
|
tags: string[];
|
|
3826
3809
|
label: string;
|
|
3827
3810
|
}[] | undefined;
|
|
3828
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
3829
3811
|
}, {
|
|
3830
3812
|
type: "file";
|
|
3831
3813
|
input: string | string[];
|
|
@@ -3843,7 +3825,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3843
3825
|
tags: string[];
|
|
3844
3826
|
label: string;
|
|
3845
3827
|
}[] | undefined;
|
|
3846
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
3847
3828
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3848
3829
|
type: z.ZodLiteral<"raw">;
|
|
3849
3830
|
input: z.ZodString;
|
|
@@ -4052,7 +4033,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4052
4033
|
autoLastmod?: boolean | undefined;
|
|
4053
4034
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
4054
4035
|
}>>>;
|
|
4055
|
-
isZuplo: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4056
4036
|
enableStatusPages: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4057
4037
|
defaults: z.ZodOptional<z.ZodObject<{
|
|
4058
4038
|
apis: z.ZodObject<{
|
|
@@ -4168,6 +4148,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4168
4148
|
redirectToAfterSignIn?: string | undefined;
|
|
4169
4149
|
redirectToAfterSignOut?: string | undefined;
|
|
4170
4150
|
audience?: string | undefined;
|
|
4151
|
+
scopes?: string[] | undefined;
|
|
4171
4152
|
} | {
|
|
4172
4153
|
type: "supabase";
|
|
4173
4154
|
supabaseUrl: string;
|
|
@@ -4342,7 +4323,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4342
4323
|
tags: string[];
|
|
4343
4324
|
label: string;
|
|
4344
4325
|
}[] | undefined;
|
|
4345
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
4346
4326
|
} | {
|
|
4347
4327
|
type: "raw";
|
|
4348
4328
|
input: string;
|
|
@@ -4394,7 +4374,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4394
4374
|
tags: string[];
|
|
4395
4375
|
label: string;
|
|
4396
4376
|
}[] | undefined;
|
|
4397
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
4398
4377
|
} | {
|
|
4399
4378
|
type: "raw";
|
|
4400
4379
|
input: string;
|
|
@@ -4453,7 +4432,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4453
4432
|
autoLastmod?: boolean | undefined;
|
|
4454
4433
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
4455
4434
|
} | undefined;
|
|
4456
|
-
isZuplo?: boolean | undefined;
|
|
4457
4435
|
enableStatusPages?: boolean | undefined;
|
|
4458
4436
|
}, {
|
|
4459
4437
|
search?: {
|
|
@@ -4526,6 +4504,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4526
4504
|
redirectToAfterSignIn?: string | undefined;
|
|
4527
4505
|
redirectToAfterSignOut?: string | undefined;
|
|
4528
4506
|
audience?: string | undefined;
|
|
4507
|
+
scopes?: string[] | undefined;
|
|
4529
4508
|
} | {
|
|
4530
4509
|
type: "supabase";
|
|
4531
4510
|
supabaseUrl: string;
|
|
@@ -4700,7 +4679,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4700
4679
|
tags: string[];
|
|
4701
4680
|
label: string;
|
|
4702
4681
|
}[] | undefined;
|
|
4703
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
4704
4682
|
} | {
|
|
4705
4683
|
type: "raw";
|
|
4706
4684
|
input: string;
|
|
@@ -4752,7 +4730,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4752
4730
|
tags: string[];
|
|
4753
4731
|
label: string;
|
|
4754
4732
|
}[] | undefined;
|
|
4755
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
4756
4733
|
} | {
|
|
4757
4734
|
type: "raw";
|
|
4758
4735
|
input: string;
|
|
@@ -4811,7 +4788,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4811
4788
|
autoLastmod?: boolean | undefined;
|
|
4812
4789
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
4813
4790
|
} | undefined;
|
|
4814
|
-
isZuplo?: boolean | undefined;
|
|
4815
4791
|
enableStatusPages?: boolean | undefined;
|
|
4816
4792
|
}>;
|
|
4817
4793
|
export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
@@ -5483,6 +5459,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5483
5459
|
clientId: z.ZodString;
|
|
5484
5460
|
domain: z.ZodString;
|
|
5485
5461
|
audience: z.ZodOptional<z.ZodString>;
|
|
5462
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5486
5463
|
redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
|
|
5487
5464
|
redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
|
|
5488
5465
|
redirectToAfterSignOut: z.ZodOptional<z.ZodString>;
|
|
@@ -5494,6 +5471,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5494
5471
|
redirectToAfterSignIn?: string | undefined;
|
|
5495
5472
|
redirectToAfterSignOut?: string | undefined;
|
|
5496
5473
|
audience?: string | undefined;
|
|
5474
|
+
scopes?: string[] | undefined;
|
|
5497
5475
|
}, {
|
|
5498
5476
|
type: "auth0";
|
|
5499
5477
|
clientId: string;
|
|
@@ -5502,6 +5480,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5502
5480
|
redirectToAfterSignIn?: string | undefined;
|
|
5503
5481
|
redirectToAfterSignOut?: string | undefined;
|
|
5504
5482
|
audience?: string | undefined;
|
|
5483
|
+
scopes?: string[] | undefined;
|
|
5505
5484
|
}>, z.ZodObject<{
|
|
5506
5485
|
type: z.ZodLiteral<"supabase">;
|
|
5507
5486
|
supabaseUrl: z.ZodString;
|
|
@@ -5727,7 +5706,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5727
5706
|
tags: string[];
|
|
5728
5707
|
label: string;
|
|
5729
5708
|
}[] | undefined;
|
|
5730
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
5709
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5731
5710
|
type: z.ZodLiteral<"file">;
|
|
5732
5711
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
5733
5712
|
}, {
|
|
@@ -5763,8 +5742,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5763
5742
|
expandAllTags?: boolean | undefined;
|
|
5764
5743
|
transformExamples?: transformExamples | undefined;
|
|
5765
5744
|
}>>;
|
|
5766
|
-
}>, {
|
|
5767
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
5768
5745
|
}>, "strip", z.ZodTypeAny, {
|
|
5769
5746
|
type: "file";
|
|
5770
5747
|
input: string | string[];
|
|
@@ -5782,7 +5759,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5782
5759
|
tags: string[];
|
|
5783
5760
|
label: string;
|
|
5784
5761
|
}[] | undefined;
|
|
5785
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
5786
5762
|
}, {
|
|
5787
5763
|
type: "file";
|
|
5788
5764
|
input: string | string[];
|
|
@@ -5800,7 +5776,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5800
5776
|
tags: string[];
|
|
5801
5777
|
label: string;
|
|
5802
5778
|
}[] | undefined;
|
|
5803
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
5804
5779
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5805
5780
|
type: z.ZodLiteral<"raw">;
|
|
5806
5781
|
input: z.ZodString;
|
|
@@ -5941,7 +5916,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5941
5916
|
tags: string[];
|
|
5942
5917
|
label: string;
|
|
5943
5918
|
}[] | undefined;
|
|
5944
|
-
}>, z.ZodObject<z.objectUtil.extendShape<
|
|
5919
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5945
5920
|
type: z.ZodLiteral<"file">;
|
|
5946
5921
|
input: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
5947
5922
|
}, {
|
|
@@ -5977,8 +5952,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5977
5952
|
expandAllTags?: boolean | undefined;
|
|
5978
5953
|
transformExamples?: transformExamples | undefined;
|
|
5979
5954
|
}>>;
|
|
5980
|
-
}>, {
|
|
5981
|
-
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
5982
5955
|
}>, "strip", z.ZodTypeAny, {
|
|
5983
5956
|
type: "file";
|
|
5984
5957
|
input: string | string[];
|
|
@@ -5996,7 +5969,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5996
5969
|
tags: string[];
|
|
5997
5970
|
label: string;
|
|
5998
5971
|
}[] | undefined;
|
|
5999
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6000
5972
|
}, {
|
|
6001
5973
|
type: "file";
|
|
6002
5974
|
input: string | string[];
|
|
@@ -6014,7 +5986,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6014
5986
|
tags: string[];
|
|
6015
5987
|
label: string;
|
|
6016
5988
|
}[] | undefined;
|
|
6017
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6018
5989
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6019
5990
|
type: z.ZodLiteral<"raw">;
|
|
6020
5991
|
input: z.ZodString;
|
|
@@ -6223,7 +6194,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6223
6194
|
autoLastmod?: boolean | undefined;
|
|
6224
6195
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
6225
6196
|
}>>>;
|
|
6226
|
-
isZuplo: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
6227
6197
|
enableStatusPages: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
6228
6198
|
defaults: z.ZodOptional<z.ZodObject<{
|
|
6229
6199
|
apis: z.ZodObject<{
|
|
@@ -6339,6 +6309,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6339
6309
|
redirectToAfterSignIn?: string | undefined;
|
|
6340
6310
|
redirectToAfterSignOut?: string | undefined;
|
|
6341
6311
|
audience?: string | undefined;
|
|
6312
|
+
scopes?: string[] | undefined;
|
|
6342
6313
|
} | {
|
|
6343
6314
|
type: "supabase";
|
|
6344
6315
|
supabaseUrl: string;
|
|
@@ -6513,7 +6484,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6513
6484
|
tags: string[];
|
|
6514
6485
|
label: string;
|
|
6515
6486
|
}[] | undefined;
|
|
6516
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6517
6487
|
} | {
|
|
6518
6488
|
type: "raw";
|
|
6519
6489
|
input: string;
|
|
@@ -6565,7 +6535,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6565
6535
|
tags: string[];
|
|
6566
6536
|
label: string;
|
|
6567
6537
|
}[] | undefined;
|
|
6568
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6569
6538
|
} | {
|
|
6570
6539
|
type: "raw";
|
|
6571
6540
|
input: string;
|
|
@@ -6624,7 +6593,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6624
6593
|
autoLastmod?: boolean | undefined;
|
|
6625
6594
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
6626
6595
|
} | undefined;
|
|
6627
|
-
isZuplo?: boolean | undefined;
|
|
6628
6596
|
enableStatusPages?: boolean | undefined;
|
|
6629
6597
|
}, {
|
|
6630
6598
|
search?: {
|
|
@@ -6697,6 +6665,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6697
6665
|
redirectToAfterSignIn?: string | undefined;
|
|
6698
6666
|
redirectToAfterSignOut?: string | undefined;
|
|
6699
6667
|
audience?: string | undefined;
|
|
6668
|
+
scopes?: string[] | undefined;
|
|
6700
6669
|
} | {
|
|
6701
6670
|
type: "supabase";
|
|
6702
6671
|
supabaseUrl: string;
|
|
@@ -6871,7 +6840,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6871
6840
|
tags: string[];
|
|
6872
6841
|
label: string;
|
|
6873
6842
|
}[] | undefined;
|
|
6874
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6875
6843
|
} | {
|
|
6876
6844
|
type: "raw";
|
|
6877
6845
|
input: string;
|
|
@@ -6923,7 +6891,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6923
6891
|
tags: string[];
|
|
6924
6892
|
label: string;
|
|
6925
6893
|
}[] | undefined;
|
|
6926
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
6927
6894
|
} | {
|
|
6928
6895
|
type: "raw";
|
|
6929
6896
|
input: string;
|
|
@@ -6982,7 +6949,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6982
6949
|
autoLastmod?: boolean | undefined;
|
|
6983
6950
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
6984
6951
|
} | undefined;
|
|
6985
|
-
isZuplo?: boolean | undefined;
|
|
6986
6952
|
enableStatusPages?: boolean | undefined;
|
|
6987
6953
|
}>, {
|
|
6988
6954
|
search?: {
|
|
@@ -7055,6 +7021,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7055
7021
|
redirectToAfterSignIn?: string | undefined;
|
|
7056
7022
|
redirectToAfterSignOut?: string | undefined;
|
|
7057
7023
|
audience?: string | undefined;
|
|
7024
|
+
scopes?: string[] | undefined;
|
|
7058
7025
|
} | {
|
|
7059
7026
|
type: "supabase";
|
|
7060
7027
|
supabaseUrl: string;
|
|
@@ -7229,7 +7196,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7229
7196
|
tags: string[];
|
|
7230
7197
|
label: string;
|
|
7231
7198
|
}[] | undefined;
|
|
7232
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
7233
7199
|
} | {
|
|
7234
7200
|
type: "raw";
|
|
7235
7201
|
input: string;
|
|
@@ -7281,7 +7247,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7281
7247
|
tags: string[];
|
|
7282
7248
|
label: string;
|
|
7283
7249
|
}[] | undefined;
|
|
7284
|
-
postProcessors?: ((args_0: z.objectInputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectOutputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
7285
7250
|
} | {
|
|
7286
7251
|
type: "raw";
|
|
7287
7252
|
input: string;
|
|
@@ -7340,7 +7305,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7340
7305
|
autoLastmod?: boolean | undefined;
|
|
7341
7306
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
7342
7307
|
} | undefined;
|
|
7343
|
-
isZuplo?: boolean | undefined;
|
|
7344
7308
|
enableStatusPages?: boolean | undefined;
|
|
7345
7309
|
}, {
|
|
7346
7310
|
search?: {
|
|
@@ -7413,6 +7377,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7413
7377
|
redirectToAfterSignIn?: string | undefined;
|
|
7414
7378
|
redirectToAfterSignOut?: string | undefined;
|
|
7415
7379
|
audience?: string | undefined;
|
|
7380
|
+
scopes?: string[] | undefined;
|
|
7416
7381
|
} | {
|
|
7417
7382
|
type: "supabase";
|
|
7418
7383
|
supabaseUrl: string;
|
|
@@ -7587,7 +7552,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7587
7552
|
tags: string[];
|
|
7588
7553
|
label: string;
|
|
7589
7554
|
}[] | undefined;
|
|
7590
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
7591
7555
|
} | {
|
|
7592
7556
|
type: "raw";
|
|
7593
7557
|
input: string;
|
|
@@ -7639,7 +7603,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7639
7603
|
tags: string[];
|
|
7640
7604
|
label: string;
|
|
7641
7605
|
}[] | undefined;
|
|
7642
|
-
postProcessors?: ((args_0: z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, ...args: unknown[]) => z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | Promise<z.objectInputType<{}, z.ZodTypeAny, "passthrough">>)[] | undefined;
|
|
7643
7606
|
} | {
|
|
7644
7607
|
type: "raw";
|
|
7645
7608
|
input: string;
|
|
@@ -7698,7 +7661,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
7698
7661
|
autoLastmod?: boolean | undefined;
|
|
7699
7662
|
exclude?: string[] | ((...args: unknown[]) => Promise<string[]>) | undefined;
|
|
7700
7663
|
} | undefined;
|
|
7701
|
-
isZuplo?: boolean | undefined;
|
|
7702
7664
|
enableStatusPages?: boolean | undefined;
|
|
7703
7665
|
}>;
|
|
7704
7666
|
export type ZudokuApiConfig = z.infer<typeof ApiSchema>;
|
|
@@ -2,7 +2,6 @@ import { isValidElement } from "react";
|
|
|
2
2
|
import z from "zod";
|
|
3
3
|
import { fromError } from "zod-validation-error";
|
|
4
4
|
import { InputSidebarSchema } from "./InputSidebarSchema.js";
|
|
5
|
-
const AnyObject = z.object({}).passthrough();
|
|
6
5
|
const ThemeSchema = z
|
|
7
6
|
.object({
|
|
8
7
|
background: z.string(),
|
|
@@ -49,10 +48,6 @@ const ApiConfigSchema = z
|
|
|
49
48
|
options: ApiOptionsSchema,
|
|
50
49
|
})
|
|
51
50
|
.partial();
|
|
52
|
-
const ApiPostProcessorSchema = z
|
|
53
|
-
.function()
|
|
54
|
-
.args(AnyObject)
|
|
55
|
-
.returns(z.union([AnyObject, z.promise(AnyObject)]));
|
|
56
51
|
const ApiSchema = z.union([
|
|
57
52
|
z
|
|
58
53
|
.object({ type: z.literal("url"), input: z.string() })
|
|
@@ -62,8 +57,7 @@ const ApiSchema = z.union([
|
|
|
62
57
|
type: z.literal("file"),
|
|
63
58
|
input: z.union([z.string(), z.array(z.string())]),
|
|
64
59
|
})
|
|
65
|
-
.merge(ApiConfigSchema)
|
|
66
|
-
.merge(z.object({ postProcessors: ApiPostProcessorSchema.array().optional() })),
|
|
60
|
+
.merge(ApiConfigSchema),
|
|
67
61
|
z
|
|
68
62
|
.object({ type: z.literal("raw"), input: z.string() })
|
|
69
63
|
.merge(ApiConfigSchema),
|
|
@@ -252,6 +246,7 @@ const AuthenticationSchema = z.discriminatedUnion("type", [
|
|
|
252
246
|
clientId: z.string(),
|
|
253
247
|
domain: z.string(),
|
|
254
248
|
audience: z.string().optional(),
|
|
249
|
+
scopes: z.array(z.string()).optional(),
|
|
255
250
|
redirectToAfterSignUp: z.string().optional(),
|
|
256
251
|
redirectToAfterSignIn: z.string().optional(),
|
|
257
252
|
redirectToAfterSignOut: z.string().optional(),
|
|
@@ -370,7 +365,6 @@ export const CommonConfigSchema = z.object({
|
|
|
370
365
|
apiKeys: ApiKeysSchema,
|
|
371
366
|
redirects: z.array(Redirect),
|
|
372
367
|
sitemap: SiteMapSchema,
|
|
373
|
-
isZuplo: z.boolean().optional(),
|
|
374
368
|
enableStatusPages: z.boolean().optional(),
|
|
375
369
|
defaults: z.object({
|
|
376
370
|
apis: ApiOptionsSchema,
|