zudoku 0.1.1-dev.2 → 0.1.1-dev.21
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/cli.js +2 -0
- package/dist/app/App.js +22 -0
- package/dist/app/App.js.map +1 -0
- package/dist/app/main.js +4 -16
- package/dist/app/main.js.map +1 -1
- package/dist/cli/cmds/dev.js +0 -1
- package/dist/cli/cmds/dev.js.map +1 -1
- package/dist/cli/common/logger.d.ts +1 -2
- package/dist/cli/common/logger.js +2 -4
- package/dist/cli/common/logger.js.map +1 -1
- package/dist/cli/common/outdated.js +4 -4
- package/dist/cli/common/outdated.js.map +1 -1
- package/dist/cli/common/output.js +4 -4
- package/dist/cli/common/output.js.map +1 -1
- package/dist/cli/common/utils/box.js +2 -2
- package/dist/cli/common/utils/box.js.map +1 -1
- package/dist/cli/dev/handler.d.ts +1 -1
- package/dist/cli/dev/handler.js +11 -2
- package/dist/cli/dev/handler.js.map +1 -1
- package/dist/config/config.d.ts +13 -7
- package/dist/index.d.ts +2 -6
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/{app → lib}/DevPortal.d.ts +2 -3
- package/dist/{app → lib}/DevPortal.js +6 -19
- package/dist/lib/DevPortal.js.map +1 -0
- package/dist/{app → lib}/Heading.js.map +1 -1
- package/dist/lib/Router.d.ts +4 -0
- package/dist/lib/Router.js +20 -0
- package/dist/lib/Router.js.map +1 -0
- package/dist/lib/auth.d.ts +1 -0
- package/dist/lib/auth.js +2 -0
- package/dist/lib/auth.js.map +1 -0
- package/dist/lib/authentication/authentication.js.map +1 -0
- package/dist/{app → lib}/authentication/clerk.d.ts +1 -2
- package/dist/{app → lib}/authentication/clerk.js +1 -2
- package/dist/lib/authentication/clerk.js.map +1 -0
- package/dist/{app → lib}/authentication/openid.js +2 -2
- package/dist/lib/authentication/openid.js.map +1 -0
- package/dist/{app → lib}/components/AnchorLink.js.map +1 -1
- package/dist/{app → lib}/components/CategoryHeading.js.map +1 -1
- package/dist/lib/components/Dialog.d.ts +19 -0
- package/dist/lib/components/Dialog.js +23 -0
- package/dist/lib/components/Dialog.js.map +1 -0
- package/dist/{app → lib}/components/DynamicIcon.js.map +1 -1
- package/dist/{app → lib}/components/Header.d.ts +0 -1
- package/dist/{app → lib}/components/Header.js.map +1 -1
- package/dist/lib/components/Input.d.ts +5 -0
- package/dist/lib/components/Input.js +9 -0
- package/dist/lib/components/Input.js.map +1 -0
- package/dist/{app → lib}/components/Layout.js.map +1 -1
- package/dist/{app → lib}/components/Markdown.js.map +1 -1
- package/dist/{app → lib}/components/SyntaxHighlight.js +2 -0
- package/dist/lib/components/SyntaxHighlight.js.map +1 -0
- package/dist/{app → lib}/components/TopNavigation.js.map +1 -1
- package/dist/{app → lib}/components/context/ComponentsContext.js.map +1 -1
- package/dist/{app → lib}/components/context/DevPortalProvider.d.ts +0 -1
- package/dist/{app → lib}/components/context/DevPortalProvider.js.map +1 -1
- package/dist/lib/components/context/PluginSystem.js.map +1 -0
- package/dist/{app → lib}/components/context/ThemeContext.js.map +1 -1
- package/dist/{app → lib}/components/context/ViewportAnchorContext.js.map +1 -1
- package/dist/{app → lib}/components/navigation/SideNavigation.js.map +1 -1
- package/dist/{app → lib}/components/navigation/SideNavigationCategory.js.map +1 -1
- package/dist/{app → lib}/components/navigation/SideNavigationItem.js.map +1 -1
- package/dist/{app → lib}/components/navigation/SideNavigationWrapper.d.ts +1 -2
- package/dist/{app → lib}/components/navigation/SideNavigationWrapper.js.map +1 -1
- package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.d.ts +0 -1
- package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.js.map +1 -1
- package/dist/{app → lib}/components/navigation/util.js.map +1 -1
- package/dist/lib/components.d.ts +3 -0
- package/dist/lib/components.js +4 -0
- package/dist/lib/components.js.map +1 -0
- package/dist/{app → lib}/core/DevPortalContext.js.map +1 -1
- package/dist/{app → lib}/core/helmet.js.map +1 -1
- package/dist/lib/core/icons.js.map +1 -0
- package/dist/{app → lib}/core/plugins.js.map +1 -1
- package/dist/lib/core/router.js.map +1 -0
- package/dist/lib/core/types/combine.js.map +1 -0
- package/dist/{app → lib}/oas/graphql/index.js.map +1 -1
- package/dist/{app → lib}/oas/graphql/server.js.map +1 -1
- package/dist/{app → lib}/oas/parser/dereference/index.js.map +1 -1
- package/dist/{app → lib}/oas/parser/dereference/resolveRef.js.map +1 -1
- package/dist/{app → lib}/oas/parser/index.js.map +1 -1
- package/dist/{app → lib}/oas/parser/upgrade/index.js.map +1 -1
- package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.js.map +1 -1
- package/dist/{app → lib}/plugins/api-key/index.js.map +1 -1
- package/dist/{app → lib}/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/{app → lib}/plugins/markdown/Toc.js.map +1 -1
- package/dist/{app → lib}/plugins/markdown/generateRoutes.js.map +1 -1
- package/dist/{app → lib}/plugins/markdown/index.d.ts +0 -1
- package/dist/{app → lib}/plugins/markdown/index.js.map +1 -1
- package/dist/lib/plugins/openapi/ColorizedParam.d.ts +12 -0
- package/dist/{app → lib}/plugins/openapi/ColorizedParam.js +10 -5
- package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -0
- package/dist/lib/plugins/openapi/MakeRequest.js +23 -0
- package/dist/lib/plugins/openapi/MakeRequest.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/MethodBadge.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.d.ts +4 -0
- package/dist/{app → lib}/plugins/openapi/OperationList.js +16 -16
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/OperationListItem.d.ts +2 -2
- package/dist/{app → lib}/plugins/openapi/OperationListItem.js +2 -2
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/ParameterList.js.map +1 -1
- package/dist/{app → lib}/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js +19 -0
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/ResponsesSidecarBox.js +1 -1
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/Select.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +94 -0
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -0
- package/dist/lib/plugins/openapi/SidecarBox.d.ts +8 -0
- package/dist/lib/plugins/openapi/SidecarBox.js +6 -0
- package/dist/lib/plugins/openapi/SidecarBox.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/fragment-masking.d.ts +19 -0
- package/dist/lib/plugins/openapi/graphql/fragment-masking.js +16 -0
- package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +58 -0
- package/dist/lib/plugins/openapi/graphql/gql.js +22 -0
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +282 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js +526 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/index.d.ts +2 -0
- package/dist/lib/plugins/openapi/graphql/index.js +3 -0
- package/dist/lib/plugins/openapi/graphql/index.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/index.d.ts +0 -1
- package/dist/{app → lib}/plugins/openapi/index.js +1 -1
- package/dist/{app → lib}/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +8 -0
- package/dist/lib/plugins/openapi/playground/Playground.js +98 -0
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.js.map +1 -1
- package/dist/{app → lib}/plugins/openapi/util/urql.d.ts +0 -1
- package/dist/{app → lib}/plugins/openapi/util/urql.js.map +1 -1
- package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.js.map +1 -1
- package/dist/lib/plugins/openapi/worker/shared-worker.d.ts +1 -0
- package/dist/lib/plugins/openapi/worker/shared-worker.js +6 -0
- package/dist/lib/plugins/openapi/worker/shared-worker.js.map +1 -0
- package/dist/{app → lib}/plugins/openapi/worker/worker.js.map +1 -1
- package/dist/{app → lib}/plugins/redirect/index.js.map +1 -1
- package/dist/lib/plugins.d.ts +4 -0
- package/dist/lib/plugins.js +6 -0
- package/dist/lib/plugins.js.map +1 -0
- package/dist/lib/ui/Button.d.ts +11 -0
- package/dist/lib/ui/Button.js +34 -0
- package/dist/lib/ui/Button.js.map +1 -0
- package/dist/{app → lib}/ui/Callout.js.map +1 -1
- package/dist/{app → lib}/ui/Card.js +1 -1
- package/dist/{app → lib}/ui/Card.js.map +1 -1
- package/dist/{app → lib}/ui/Note.js.map +1 -1
- package/dist/lib/ui/Tabs.d.ts +7 -0
- package/dist/lib/ui/Tabs.js +13 -0
- package/dist/lib/ui/Tabs.js.map +1 -0
- package/dist/{app → lib}/util/MdxComponents.d.ts +2 -2
- package/dist/{app → lib}/util/MdxComponents.js.map +1 -1
- package/dist/{app → lib}/util/cn.js.map +1 -1
- package/dist/lib/util/createVariantComponent.d.ts +15 -0
- package/dist/lib/util/createVariantComponent.js +12 -0
- package/dist/lib/util/createVariantComponent.js.map +1 -0
- package/dist/lib/util/createWaitForNotify.d.ts +1 -0
- package/dist/{app → lib}/util/createWaitForNotify.js.map +1 -1
- package/dist/{app → lib}/util/groupBy.js.map +1 -1
- package/dist/{app → lib}/util/joinPath.js.map +1 -1
- package/dist/{app → lib}/util/pastellize.js.map +1 -1
- package/dist/{app → lib}/util/slugify.d.ts +0 -1
- package/dist/lib/util/slugify.js.map +1 -0
- package/dist/{app → lib}/util/traverseNavigation.js.map +1 -1
- package/dist/{app → lib}/util/useScrollToAnchor.js.map +1 -1
- package/dist/{app → lib}/util/useScrollToTop.js.map +1 -1
- package/dist/ts.d.ts +6 -0
- package/dist/ts.js +62 -0
- package/dist/ts.js.map +1 -0
- package/dist/vite/build.js +2 -8
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/config.d.ts +8 -2
- package/dist/vite/config.js +114 -24
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/config.test.d.ts +1 -0
- package/dist/vite/config.test.js +10 -0
- package/dist/vite/config.test.js.map +1 -0
- package/dist/vite/dev-server.js +8 -4
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/html.d.ts +1 -1
- package/dist/vite/html.js +2 -3
- package/dist/vite/html.js.map +1 -1
- package/dist/vite/plugin-api.d.ts +4 -0
- package/dist/vite/plugin-api.js +47 -0
- package/dist/vite/plugin-api.js.map +1 -0
- package/dist/vite/plugin-auth.d.ts +4 -0
- package/dist/vite/plugin-auth.js +28 -0
- package/dist/vite/plugin-auth.js.map +1 -0
- package/dist/vite/plugin-component.d.ts +4 -0
- package/dist/vite/plugin-component.js +31 -0
- package/dist/vite/plugin-component.js.map +1 -0
- package/dist/vite/plugin-config.d.ts +6 -0
- package/dist/vite/plugin-config.js +24 -0
- package/dist/vite/plugin-config.js.map +1 -0
- package/dist/vite/plugin-docs.d.ts +4 -0
- package/dist/vite/plugin-docs.js +43 -0
- package/dist/vite/plugin-docs.js.map +1 -0
- package/dist/vite/plugin-docs.test.d.ts +1 -0
- package/dist/vite/plugin-docs.test.js +30 -0
- package/dist/vite/plugin-docs.test.js.map +1 -0
- package/dist/vite/plugin-html.d.ts +3 -0
- package/dist/vite/plugin-html.js +47 -0
- package/dist/vite/plugin-html.js.map +1 -0
- package/dist/vite/plugin-mdx.d.ts +8 -0
- package/dist/vite/plugin-mdx.js +61 -0
- package/dist/vite/plugin-mdx.js.map +1 -0
- package/dist/vite/plugin-metadata.d.ts +6 -0
- package/dist/vite/plugin-metadata.js +24 -0
- package/dist/vite/plugin-metadata.js.map +1 -0
- package/dist/vite/plugin.d.ts +2 -6
- package/dist/vite/plugin.js +14 -104
- package/dist/vite/plugin.js.map +1 -1
- package/lib/DevPortal-DqcnbwLT.js +12967 -0
- package/lib/assets/index-BPdJm2ty.js +4764 -0
- package/lib/assets/worker-CnXQsqxH.js +14511 -0
- package/lib/prism-bash.min-DadFsM4Z.js +6 -0
- package/lib/prism-java.min-d5iT_mOd.js +6 -0
- package/lib/prism-json.min-B1GJqK1k.js +1 -0
- package/lib/prism-markup-templating-DZrrEs0A.js +61 -0
- package/lib/prism-php.min-o7FpoMP_.js +10 -0
- package/lib/prism-ruby.min-C7LwcKyz.js +9 -0
- package/lib/urql-B7mLfVog.js +1611 -0
- package/lib/zudoku.auth.js +31 -0
- package/lib/zudoku.components.js +6 -0
- package/lib/zudoku.openapi-worker.js +143 -0
- package/lib/zudoku.plugins.js +15650 -0
- package/package.json +55 -37
- package/src/app/App.tsx +33 -0
- package/src/app/main.tsx +6 -19
- package/src/{app → lib}/DevPortal.tsx +7 -29
- package/src/lib/Router.tsx +28 -0
- package/src/lib/auth.ts +1 -0
- package/src/{app → lib}/authentication/clerk.ts +1 -3
- package/src/lib/components/Dialog.tsx +119 -0
- package/src/lib/components/Input.tsx +24 -0
- package/src/{app → lib}/components/SyntaxHighlight.tsx +2 -0
- package/src/lib/components.ts +3 -0
- package/src/{app → lib}/plugins/openapi/ColorizedParam.tsx +18 -9
- package/src/{app → lib}/plugins/openapi/MakeRequest.tsx +19 -0
- package/src/{app → lib}/plugins/openapi/OperationList.tsx +20 -22
- package/src/{app → lib}/plugins/openapi/OperationListItem.tsx +3 -3
- package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +51 -0
- package/src/{app → lib}/plugins/openapi/ResponsesSidecarBox.tsx +1 -1
- package/src/{app → lib}/plugins/openapi/Sidecar.tsx +81 -20
- package/src/lib/plugins/openapi/SidecarBox.tsx +36 -0
- package/src/lib/plugins/openapi/graphql/fragment-masking.ts +111 -0
- package/src/lib/plugins/openapi/graphql/gql.ts +70 -0
- package/src/lib/plugins/openapi/graphql/graphql.ts +795 -0
- package/src/lib/plugins/openapi/graphql/index.ts +2 -0
- package/src/{app → lib}/plugins/openapi/index.tsx +6 -2
- package/src/lib/plugins/openapi/playground/Playground.tsx +309 -0
- package/src/lib/plugins/openapi/queries.graphql +6 -0
- package/src/lib/plugins/openapi/worker/shared-worker.ts +5 -0
- package/src/lib/plugins.ts +5 -0
- package/src/lib/ui/Button.tsx +56 -0
- package/src/{app → lib}/ui/Card.tsx +1 -1
- package/src/lib/ui/Tabs.tsx +52 -0
- package/src/lib/util/createVariantComponent.tsx +30 -0
- package/dist/app/DevPortal.js.map +0 -1
- package/dist/app/app.js +0 -69
- package/dist/app/app.js.map +0 -1
- package/dist/app/authentication/authentication.js.map +0 -1
- package/dist/app/authentication/clerk.js.map +0 -1
- package/dist/app/authentication/openid.js.map +0 -1
- package/dist/app/components/SyntaxHighlight.js.map +0 -1
- package/dist/app/components/context/PluginSystem.js.map +0 -1
- package/dist/app/config.d.ts +0 -3
- package/dist/app/config.js +0 -9
- package/dist/app/config.js.map +0 -1
- package/dist/app/core/icons.js.map +0 -1
- package/dist/app/core/router.js.map +0 -1
- package/dist/app/core/types/combine.js.map +0 -1
- package/dist/app/markdowns.d.ts +0 -3
- package/dist/app/markdowns.js +0 -5
- package/dist/app/markdowns.js.map +0 -1
- package/dist/app/plugins/openapi/ColorizedParam.d.ts +0 -8
- package/dist/app/plugins/openapi/ColorizedParam.js.map +0 -1
- package/dist/app/plugins/openapi/MakeRequest.js +0 -11
- package/dist/app/plugins/openapi/MakeRequest.js.map +0 -1
- package/dist/app/plugins/openapi/OperationList.d.ts +0 -47
- package/dist/app/plugins/openapi/OperationList.js.map +0 -1
- package/dist/app/plugins/openapi/OperationListItem.js.map +0 -1
- package/dist/app/plugins/openapi/RequestBodySidecarBox.js +0 -19
- package/dist/app/plugins/openapi/RequestBodySidecarBox.js.map +0 -1
- package/dist/app/plugins/openapi/ResponsesSidecarBox.js.map +0 -1
- package/dist/app/plugins/openapi/Sidecar.js +0 -39
- package/dist/app/plugins/openapi/Sidecar.js.map +0 -1
- package/dist/app/plugins/openapi/SidecarBox.d.ts +0 -10
- package/dist/app/plugins/openapi/SidecarBox.js +0 -8
- package/dist/app/plugins/openapi/SidecarBox.js.map +0 -1
- package/dist/app/plugins/openapi/graphql/index.d.ts +0 -836
- package/dist/app/plugins/openapi/graphql/index.js +0 -4
- package/dist/app/plugins/openapi/graphql/index.js.map +0 -1
- package/dist/app/plugins/openapi/util/getCode.d.ts +0 -2
- package/dist/app/plugins/openapi/util/getCode.js +0 -54
- package/dist/app/plugins/openapi/util/getCode.js.map +0 -1
- package/dist/app/util/createWaitForNotify.d.ts +0 -1
- package/dist/app/util/slugify.js.map +0 -1
- package/dist/auth.d.ts +0 -2
- package/dist/auth.js +0 -3
- package/dist/auth.js.map +0 -1
- package/dist/plugins.d.ts +0 -4
- package/dist/plugins.js +0 -6
- package/dist/plugins.js.map +0 -1
- package/src/app/app.tsx +0 -85
- package/src/app/config.ts +0 -20
- package/src/app/markdowns.ts +0 -7
- package/src/app/plugins/openapi/RequestBodySidecarBox.tsx +0 -48
- package/src/app/plugins/openapi/SidecarBox.tsx +0 -35
- package/src/app/plugins/openapi/graphql/env.d.ts +0 -48
- package/src/app/plugins/openapi/graphql/index.ts +0 -13
- package/src/app/plugins/openapi/util/getCode.tsx +0 -69
- /package/dist/app/{app.d.ts → App.d.ts} +0 -0
- /package/dist/{app → lib}/Heading.d.ts +0 -0
- /package/dist/{app → lib}/Heading.js +0 -0
- /package/dist/{app → lib}/authentication/authentication.d.ts +0 -0
- /package/dist/{app → lib}/authentication/authentication.js +0 -0
- /package/dist/{app → lib}/authentication/openid.d.ts +0 -0
- /package/dist/{app → lib}/components/AnchorLink.d.ts +0 -0
- /package/dist/{app → lib}/components/AnchorLink.js +0 -0
- /package/dist/{app → lib}/components/CategoryHeading.d.ts +0 -0
- /package/dist/{app → lib}/components/CategoryHeading.js +0 -0
- /package/dist/{app → lib}/components/DynamicIcon.d.ts +0 -0
- /package/dist/{app → lib}/components/DynamicIcon.js +0 -0
- /package/dist/{app → lib}/components/Header.js +0 -0
- /package/dist/{app → lib}/components/Layout.d.ts +0 -0
- /package/dist/{app → lib}/components/Layout.js +0 -0
- /package/dist/{app → lib}/components/Markdown.d.ts +0 -0
- /package/dist/{app → lib}/components/Markdown.js +0 -0
- /package/dist/{app → lib}/components/SyntaxHighlight.d.ts +0 -0
- /package/dist/{app → lib}/components/TopNavigation.d.ts +0 -0
- /package/dist/{app → lib}/components/TopNavigation.js +0 -0
- /package/dist/{app → lib}/components/context/ComponentsContext.d.ts +0 -0
- /package/dist/{app → lib}/components/context/ComponentsContext.js +0 -0
- /package/dist/{app → lib}/components/context/DevPortalProvider.js +0 -0
- /package/dist/{app → lib}/components/context/PluginSystem.d.ts +0 -0
- /package/dist/{app → lib}/components/context/PluginSystem.js +0 -0
- /package/dist/{app → lib}/components/context/ThemeContext.d.ts +0 -0
- /package/dist/{app → lib}/components/context/ThemeContext.js +0 -0
- /package/dist/{app → lib}/components/context/ViewportAnchorContext.d.ts +0 -0
- /package/dist/{app → lib}/components/context/ViewportAnchorContext.js +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigation.d.ts +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigation.js +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigationCategory.d.ts +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigationCategory.js +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigationItem.d.ts +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigationItem.js +0 -0
- /package/dist/{app → lib}/components/navigation/SideNavigationWrapper.js +0 -0
- /package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.js +0 -0
- /package/dist/{app → lib}/components/navigation/util.d.ts +0 -0
- /package/dist/{app → lib}/components/navigation/util.js +0 -0
- /package/dist/{app → lib}/core/DevPortalContext.d.ts +0 -0
- /package/dist/{app → lib}/core/DevPortalContext.js +0 -0
- /package/dist/{app → lib}/core/helmet.d.ts +0 -0
- /package/dist/{app → lib}/core/helmet.js +0 -0
- /package/dist/{app → lib}/core/icons.d.ts +0 -0
- /package/dist/{app → lib}/core/icons.js +0 -0
- /package/dist/{app → lib}/core/plugins.d.ts +0 -0
- /package/dist/{app → lib}/core/plugins.js +0 -0
- /package/dist/{app → lib}/core/router.d.ts +0 -0
- /package/dist/{app → lib}/core/router.js +0 -0
- /package/dist/{app → lib}/core/types/combine.d.ts +0 -0
- /package/dist/{app → lib}/core/types/combine.js +0 -0
- /package/dist/{app → lib}/oas/graphql/index.d.ts +0 -0
- /package/dist/{app → lib}/oas/graphql/index.js +0 -0
- /package/dist/{app → lib}/oas/graphql/server.d.ts +0 -0
- /package/dist/{app → lib}/oas/graphql/server.js +0 -0
- /package/dist/{app → lib}/oas/parser/dereference/index.d.ts +0 -0
- /package/dist/{app → lib}/oas/parser/dereference/index.js +0 -0
- /package/dist/{app → lib}/oas/parser/dereference/resolveRef.d.ts +0 -0
- /package/dist/{app → lib}/oas/parser/dereference/resolveRef.js +0 -0
- /package/dist/{app → lib}/oas/parser/index.d.ts +0 -0
- /package/dist/{app → lib}/oas/parser/index.js +0 -0
- /package/dist/{app → lib}/oas/parser/upgrade/index.d.ts +0 -0
- /package/dist/{app → lib}/oas/parser/upgrade/index.js +0 -0
- /package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.d.ts +0 -0
- /package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.js +0 -0
- /package/dist/{app → lib}/plugins/api-key/index.d.ts +0 -0
- /package/dist/{app → lib}/plugins/api-key/index.js +0 -0
- /package/dist/{app → lib}/plugins/markdown/MdxPage.d.ts +0 -0
- /package/dist/{app → lib}/plugins/markdown/MdxPage.js +0 -0
- /package/dist/{app → lib}/plugins/markdown/Toc.d.ts +0 -0
- /package/dist/{app → lib}/plugins/markdown/Toc.js +0 -0
- /package/dist/{app → lib}/plugins/markdown/generateRoutes.d.ts +0 -0
- /package/dist/{app → lib}/plugins/markdown/generateRoutes.js +0 -0
- /package/dist/{app → lib}/plugins/markdown/index.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/MakeRequest.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/MethodBadge.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/MethodBadge.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/ParameterList.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/ParameterList.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/ParameterListItem.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/ParameterListItem.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/RequestBodySidecarBox.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/ResponsesSidecarBox.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/Select.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/Select.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/Sidecar.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/util/urql.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.js +0 -0
- /package/dist/{app → lib}/plugins/openapi/worker/worker.d.ts +0 -0
- /package/dist/{app → lib}/plugins/openapi/worker/worker.js +0 -0
- /package/dist/{app → lib}/plugins/redirect/index.d.ts +0 -0
- /package/dist/{app → lib}/plugins/redirect/index.js +0 -0
- /package/dist/{app → lib}/ui/Callout.d.ts +0 -0
- /package/dist/{app → lib}/ui/Callout.js +0 -0
- /package/dist/{app → lib}/ui/Card.d.ts +0 -0
- /package/dist/{app → lib}/ui/Note.d.ts +0 -0
- /package/dist/{app → lib}/ui/Note.js +0 -0
- /package/dist/{app → lib}/util/MdxComponents.js +0 -0
- /package/dist/{app → lib}/util/cn.d.ts +0 -0
- /package/dist/{app → lib}/util/cn.js +0 -0
- /package/dist/{app → lib}/util/createWaitForNotify.js +0 -0
- /package/dist/{app → lib}/util/groupBy.d.ts +0 -0
- /package/dist/{app → lib}/util/groupBy.js +0 -0
- /package/dist/{app → lib}/util/joinPath.d.ts +0 -0
- /package/dist/{app → lib}/util/joinPath.js +0 -0
- /package/dist/{app → lib}/util/pastellize.d.ts +0 -0
- /package/dist/{app → lib}/util/pastellize.js +0 -0
- /package/dist/{app → lib}/util/slugify.js +0 -0
- /package/dist/{app → lib}/util/traverseNavigation.d.ts +0 -0
- /package/dist/{app → lib}/util/traverseNavigation.js +0 -0
- /package/dist/{app → lib}/util/useScrollToAnchor.d.ts +0 -0
- /package/dist/{app → lib}/util/useScrollToAnchor.js +0 -0
- /package/dist/{app → lib}/util/useScrollToTop.d.ts +0 -0
- /package/dist/{app → lib}/util/useScrollToTop.js +0 -0
- /package/src/{app → lib}/Heading.tsx +0 -0
- /package/src/{app → lib}/authentication/authentication.ts +0 -0
- /package/src/{app → lib}/authentication/openid.ts +0 -0
- /package/src/{app → lib}/components/AnchorLink.tsx +0 -0
- /package/src/{app → lib}/components/CategoryHeading.tsx +0 -0
- /package/src/{app → lib}/components/DynamicIcon.tsx +0 -0
- /package/src/{app → lib}/components/Header.tsx +0 -0
- /package/src/{app → lib}/components/Layout.tsx +0 -0
- /package/src/{app → lib}/components/Markdown.tsx +0 -0
- /package/src/{app → lib}/components/TopNavigation.tsx +0 -0
- /package/src/{app → lib}/components/context/ComponentsContext.tsx +0 -0
- /package/src/{app → lib}/components/context/DevPortalProvider.ts +0 -0
- /package/src/{app → lib}/components/context/PluginSystem.ts +0 -0
- /package/src/{app → lib}/components/context/ThemeContext.tsx +0 -0
- /package/src/{app → lib}/components/context/ViewportAnchorContext.tsx +0 -0
- /package/src/{app → lib}/components/navigation/SideNavigation.tsx +0 -0
- /package/src/{app → lib}/components/navigation/SideNavigationCategory.tsx +0 -0
- /package/src/{app → lib}/components/navigation/SideNavigationItem.tsx +0 -0
- /package/src/{app → lib}/components/navigation/SideNavigationWrapper.tsx +0 -0
- /package/src/{app → lib}/components/navigation/useNavigationCollapsibleState.ts +0 -0
- /package/src/{app → lib}/components/navigation/util.ts +0 -0
- /package/src/{app → lib}/core/DevPortalContext.ts +0 -0
- /package/src/{app → lib}/core/helmet.ts +0 -0
- /package/src/{app → lib}/core/icons.tsx +0 -0
- /package/src/{app → lib}/core/plugins.ts +0 -0
- /package/src/{app → lib}/core/router.tsx +0 -0
- /package/src/{app → lib}/core/types/combine.ts +0 -0
- /package/src/{app → lib}/oas/graphql/index.ts +0 -0
- /package/src/{app → lib}/oas/graphql/server.ts +0 -0
- /package/src/{app → lib}/oas/parser/dereference/index.ts +0 -0
- /package/src/{app → lib}/oas/parser/dereference/resolveRef.ts +0 -0
- /package/src/{app → lib}/oas/parser/index.ts +0 -0
- /package/src/{app → lib}/oas/parser/schemas/v3.0.json +0 -0
- /package/src/{app → lib}/oas/parser/schemas/v3.1.json +0 -0
- /package/src/{app → lib}/oas/parser/upgrade/index.ts +0 -0
- /package/src/{app → lib}/plugins/api-key/SettingsApiKeys.tsx +0 -0
- /package/src/{app → lib}/plugins/api-key/index.tsx +0 -0
- /package/src/{app → lib}/plugins/markdown/MdxPage.tsx +0 -0
- /package/src/{app → lib}/plugins/markdown/Toc.tsx +0 -0
- /package/src/{app → lib}/plugins/markdown/generateRoutes.tsx +0 -0
- /package/src/{app → lib}/plugins/markdown/index.tsx +0 -0
- /package/src/{app → lib}/plugins/openapi/MethodBadge.tsx +0 -0
- /package/src/{app → lib}/plugins/openapi/ParameterList.tsx +0 -0
- /package/src/{app → lib}/plugins/openapi/ParameterListItem.tsx +0 -0
- /package/src/{app → lib}/plugins/openapi/Select.tsx +0 -0
- /package/src/{app → lib}/plugins/openapi/util/generateSchemaExample.ts +0 -0
- /package/src/{app → lib}/plugins/openapi/util/urql.ts +0 -0
- /package/src/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.ts +0 -0
- /package/src/{app → lib}/plugins/openapi/worker/worker.ts +0 -0
- /package/src/{app → lib}/plugins/redirect/index.tsx +0 -0
- /package/src/{app → lib}/ui/Callout.tsx +0 -0
- /package/src/{app → lib}/ui/Note.tsx +0 -0
- /package/src/{app → lib}/util/MdxComponents.tsx +0 -0
- /package/src/{app → lib}/util/cn.ts +0 -0
- /package/src/{app → lib}/util/createWaitForNotify.ts +0 -0
- /package/src/{app → lib}/util/groupBy.ts +0 -0
- /package/src/{app → lib}/util/joinPath.tsx +0 -0
- /package/src/{app → lib}/util/pastellize.ts +0 -0
- /package/src/{app → lib}/util/slugify.ts +0 -0
- /package/src/{app → lib}/util/traverseNavigation.ts +0 -0
- /package/src/{app → lib}/util/useScrollToAnchor.ts +0 -0
- /package/src/{app → lib}/util/useScrollToTop.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/app/plugins/openapi/graphql/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAG3C,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,EAMlC,CAAC;AAGL,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export const getCode = (operation, option) => {
|
|
2
|
-
switch (option) {
|
|
3
|
-
case "curl":
|
|
4
|
-
return (`curl --request ${operation.method.toLocaleUpperCase()} \\\n` +
|
|
5
|
-
` --url ${operation.path} \\\n` +
|
|
6
|
-
` --header 'Content-Type: application/json'`);
|
|
7
|
-
case "wget":
|
|
8
|
-
return (`wget --method=${operation.method.toLocaleUpperCase()} \\\n` +
|
|
9
|
-
` --header='Content-Type: application/json' \\\n` +
|
|
10
|
-
` ${operation.path}`);
|
|
11
|
-
case "js":
|
|
12
|
-
return (`fetch('${operation.path}', {\n` +
|
|
13
|
-
` method: '${operation.method.toLocaleUpperCase()}',\n` +
|
|
14
|
-
` headers: { 'Content-Type': 'application/json' },\n` +
|
|
15
|
-
`});`);
|
|
16
|
-
case "ruby":
|
|
17
|
-
return (`require 'net/http'\n\n` +
|
|
18
|
-
`url = URI.parse('${operation.path}')\n` +
|
|
19
|
-
`http = Net::HTTP.new(url.host, url.port)\n` +
|
|
20
|
-
`request = Net::HTTP::${operation.method}.new(url)\n` +
|
|
21
|
-
`request['Content-Type'] = 'application/json'\n` +
|
|
22
|
-
`http.request(request)`);
|
|
23
|
-
case "php":
|
|
24
|
-
return (`$ch = curl_init('${operation.path}');\n` +
|
|
25
|
-
`curl_setopt($ch, CURLOPT_CUSTOMREQUEST, '${operation.method.toLocaleUpperCase()}');\n` +
|
|
26
|
-
`curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type: application/json']);\n` +
|
|
27
|
-
`curl_exec($ch);\n` +
|
|
28
|
-
`curl_close($ch);`);
|
|
29
|
-
case "go":
|
|
30
|
-
return (`package main\n\n` +
|
|
31
|
-
`import (\n` +
|
|
32
|
-
` "net/http"\n` +
|
|
33
|
-
` "strings"\n` +
|
|
34
|
-
`)\n\n` +
|
|
35
|
-
`func main() {\n` +
|
|
36
|
-
` client := &http.Client{}\n` +
|
|
37
|
-
` req, _ := http.NewRequest("${operation.method.toLocaleUpperCase()}", "${operation.path}", strings.NewReader(""))\n` +
|
|
38
|
-
` req.Header.Set("Content-Type", "application/json")\n` +
|
|
39
|
-
` client.Do(req)\n` +
|
|
40
|
-
`}`);
|
|
41
|
-
case "rust":
|
|
42
|
-
return (`use reqwest::Client;\n\n` +
|
|
43
|
-
`fn main() {\n` +
|
|
44
|
-
` let client = Client::new();\n` +
|
|
45
|
-
` let res = client\n` +
|
|
46
|
-
` .${operation.method.toLocaleLowerCase()}("${operation.path}")\n` +
|
|
47
|
-
` .header("Content-Type", "application/json")\n` +
|
|
48
|
-
` .send();\n` +
|
|
49
|
-
`}`);
|
|
50
|
-
default:
|
|
51
|
-
return "";
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=getCode.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCode.js","sourceRoot":"","sources":["../../../../../src/app/plugins/openapi/util/getCode.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,SAAkC,EAAE,MAAc,EAAE,EAAE;IAC5E,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,MAAM;YACT,OAAO,CACL,kBAAkB,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO;gBAC7D,WAAW,SAAS,CAAC,IAAI,OAAO;gBAChC,6CAA6C,CAC9C,CAAC;QACJ,KAAK,MAAM;YACT,OAAO,CACL,iBAAiB,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO;gBAC5D,kDAAkD;gBAClD,KAAK,SAAS,CAAC,IAAI,EAAE,CACtB,CAAC;QACJ,KAAK,IAAI;YACP,OAAO,CACL,UAAU,SAAS,CAAC,IAAI,QAAQ;gBAChC,cAAc,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,MAAM;gBACxD,sDAAsD;gBACtD,KAAK,CACN,CAAC;QACJ,KAAK,MAAM;YACT,OAAO,CACL,wBAAwB;gBACxB,oBAAoB,SAAS,CAAC,IAAI,MAAM;gBACxC,4CAA4C;gBAC5C,wBAAwB,SAAS,CAAC,MAAM,aAAa;gBACrD,gDAAgD;gBAChD,uBAAuB,CACxB,CAAC;QACJ,KAAK,KAAK;YACR,OAAO,CACL,oBAAoB,SAAS,CAAC,IAAI,OAAO;gBACzC,4CAA4C,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO;gBACvF,6EAA6E;gBAC7E,mBAAmB;gBACnB,kBAAkB,CACnB,CAAC;QACJ,KAAK,IAAI;YACP,OAAO,CACL,kBAAkB;gBAClB,YAAY;gBACZ,gBAAgB;gBAChB,eAAe;gBACf,OAAO;gBACP,iBAAiB;gBACjB,8BAA8B;gBAC9B,gCAAgC,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO,SAAS,CAAC,IAAI,6BAA6B;gBACtH,wDAAwD;gBACxD,oBAAoB;gBACpB,GAAG,CACJ,CAAC;QACJ,KAAK,MAAM;YACT,OAAO,CACL,0BAA0B;gBAC1B,eAAe;gBACf,iCAAiC;gBACjC,sBAAsB;gBACtB,QAAQ,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,KAAK,SAAS,CAAC,IAAI,MAAM;gBACrE,mDAAmD;gBACnD,gBAAgB;gBAChB,GAAG,CACJ,CAAC;QACJ;YACE,OAAO,EAAE,CAAC;IACd,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const createWaitForNotify: <T extends {}>() => readonly [(id: string) => Promise<T>, (id: string, data: T) => void];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slugify.js","sourceRoot":"","sources":["../../../src/app/util/slugify.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAC;AAE9B,eAAe,OAAO,CAAC"}
|
package/dist/auth.d.ts
DELETED
package/dist/auth.js
DELETED
package/dist/auth.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,+BAA+B,CAAC;AAElD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
package/dist/plugins.d.ts
DELETED
package/dist/plugins.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// Plugins
|
|
2
|
-
export { apiKeyPlugin } from "./app/plugins/api-key/index.js";
|
|
3
|
-
export { markdownPlugin } from "./app/plugins/markdown/index.js";
|
|
4
|
-
export { openApiPlugin } from "./app/plugins/openapi/index.js";
|
|
5
|
-
export { redirectPlugin } from "./app/plugins/redirect/index.js";
|
|
6
|
-
//# sourceMappingURL=plugins.js.map
|
package/dist/plugins.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.js","sourceRoot":"","sources":["../src/plugins.ts"],"names":[],"mappings":"AAAA,UAAU;AACV,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC"}
|
package/src/app/app.tsx
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import "./main.css";
|
|
2
|
-
|
|
3
|
-
import DevPortal from "./DevPortal.js";
|
|
4
|
-
import { markdownPlugin } from "./plugins/markdown/index.js";
|
|
5
|
-
import { openApiPlugin } from "./plugins/openapi/index.js";
|
|
6
|
-
|
|
7
|
-
import config from "./config.js";
|
|
8
|
-
|
|
9
|
-
// async function getAuthProvider(authConfig: AuthenticationConfig) {
|
|
10
|
-
// if (authConfig.type === "clerk") {
|
|
11
|
-
// const clerkProvider = await import("./authentication/clerk.js");
|
|
12
|
-
// return clerkProvider(authConfig);
|
|
13
|
-
// } else {
|
|
14
|
-
// throw new Error(
|
|
15
|
-
// `The authentication type "${authConfig.type}" is not supported.`,
|
|
16
|
-
// );
|
|
17
|
-
// }
|
|
18
|
-
// //openIdAuth({
|
|
19
|
-
// // clientId: oauth.client_id,
|
|
20
|
-
// // authorizationEndpoint: oauth.authorize_url,
|
|
21
|
-
// // tokenEndpoint: oauth.token_fetch_url,
|
|
22
|
-
// // })
|
|
23
|
-
// }
|
|
24
|
-
|
|
25
|
-
export default function App() {
|
|
26
|
-
return (
|
|
27
|
-
<DevPortal
|
|
28
|
-
meta={{
|
|
29
|
-
headerTitle: config?.ui?.headerTitle ?? "Developer Portal",
|
|
30
|
-
pageTitle: config?.ui?.pageTitle ?? "%s | Dev Portal",
|
|
31
|
-
logo: config?.ui?.logo ?? "https://cdn.zuplo.com/www/favicon.png",
|
|
32
|
-
favicon:
|
|
33
|
-
config?.ui?.metadata?.favicon ??
|
|
34
|
-
"https://cdn.zuplo.com/www/favicon.png",
|
|
35
|
-
}}
|
|
36
|
-
navigation={config.navigation ?? []}
|
|
37
|
-
// authentication={
|
|
38
|
-
// config.authentication
|
|
39
|
-
// ? getAuthProvider(config.authentication)
|
|
40
|
-
// : undefined
|
|
41
|
-
// }
|
|
42
|
-
plugins={[
|
|
43
|
-
...(config.docs
|
|
44
|
-
? Array.isArray(config.docs)
|
|
45
|
-
? config.docs
|
|
46
|
-
: [config.docs]
|
|
47
|
-
: []
|
|
48
|
-
).map((docs) =>
|
|
49
|
-
markdownPlugin({
|
|
50
|
-
markdownFiles: docs?.files ?? {},
|
|
51
|
-
}),
|
|
52
|
-
),
|
|
53
|
-
...(config.apis
|
|
54
|
-
? Array.isArray(config.apis)
|
|
55
|
-
? config.apis
|
|
56
|
-
: [config.apis]
|
|
57
|
-
: []
|
|
58
|
-
).map((api) => openApiPlugin(api)),
|
|
59
|
-
|
|
60
|
-
// apiKeyPlugin({
|
|
61
|
-
// // consumerEndpoint:
|
|
62
|
-
// // "https://zudoku-customer-main-b36fa2f.d2.zuplo.dev/v1/developer/api-keys",
|
|
63
|
-
// getConsumers: async (ctx) => {
|
|
64
|
-
// const accessToken = await ctx.authentication?.getToken?.(ctx);
|
|
65
|
-
|
|
66
|
-
// if (!accessToken) {
|
|
67
|
-
// return;
|
|
68
|
-
// }
|
|
69
|
-
|
|
70
|
-
// const consumers = await fetch(
|
|
71
|
-
// "https://zudoku-customer-main-b36fa2f.d2.zuplo.dev/v1/developer/api-keys",
|
|
72
|
-
// {
|
|
73
|
-
// headers: {
|
|
74
|
-
// Authorization: `Bearer ${accessToken}`,
|
|
75
|
-
// },
|
|
76
|
-
// },
|
|
77
|
-
// );
|
|
78
|
-
|
|
79
|
-
// return { consumers: [await consumers.json()] };
|
|
80
|
-
// },
|
|
81
|
-
// }),
|
|
82
|
-
]}
|
|
83
|
-
/>
|
|
84
|
-
);
|
|
85
|
-
}
|
package/src/app/config.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ZudokuConfig } from "../config/config.js";
|
|
2
|
-
|
|
3
|
-
interface ZuploConfigImport {
|
|
4
|
-
default: ZudokuConfig;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
// Search for config files
|
|
8
|
-
const configs = import.meta.glob<ZuploConfigImport>(
|
|
9
|
-
"/zudoku.config.{js,jsx,ts,tsx,mjs}",
|
|
10
|
-
{ eager: true },
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
let config: ZudokuConfig = {};
|
|
14
|
-
|
|
15
|
-
// If we found any, load the first one
|
|
16
|
-
if (Object.keys(configs).length > 0) {
|
|
17
|
-
config = configs[Object.keys(configs)[0]].default;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export default config;
|
package/src/app/markdowns.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { useState } from "react";
|
|
2
|
-
import { SyntaxHighlight } from "../../components/SyntaxHighlight.js";
|
|
3
|
-
import { type SchemaObject } from "../../oas/graphql/index.js";
|
|
4
|
-
import type { OperationListItemResult } from "./OperationList.js";
|
|
5
|
-
import { Select } from "./Select.js";
|
|
6
|
-
import { SidecarBox } from "./SidecarBox.js";
|
|
7
|
-
import { generateSchemaExample } from "./util/generateSchemaExample.js";
|
|
8
|
-
|
|
9
|
-
type Content = NonNullable<
|
|
10
|
-
NonNullable<OperationListItemResult["requestBody"]>["content"]
|
|
11
|
-
>;
|
|
12
|
-
|
|
13
|
-
// @todo should we handle multiple content types?
|
|
14
|
-
export const RequestBodySidecarBox = ({ content }: { content: Content }) => {
|
|
15
|
-
const [selected, setSelected] = useState("example");
|
|
16
|
-
|
|
17
|
-
if (!content.length) return null;
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<SidecarBox.Root>
|
|
21
|
-
<SidecarBox.Head className="text-xs flex justify-between items-center">
|
|
22
|
-
<span className="font-mono">Request Body</span>
|
|
23
|
-
<Select
|
|
24
|
-
onChange={(e) => setSelected(e.target.value)}
|
|
25
|
-
options={[
|
|
26
|
-
{ value: "example", label: "Example" },
|
|
27
|
-
{ value: "schema", label: "Schema" },
|
|
28
|
-
]}
|
|
29
|
-
/>
|
|
30
|
-
</SidecarBox.Head>
|
|
31
|
-
<SidecarBox.Body>
|
|
32
|
-
<SyntaxHighlight
|
|
33
|
-
language="json"
|
|
34
|
-
noBackground
|
|
35
|
-
copyable={false}
|
|
36
|
-
className="text-xs"
|
|
37
|
-
code={JSON.stringify(
|
|
38
|
-
selected === "example"
|
|
39
|
-
? generateSchemaExample(content[0].schema as SchemaObject)
|
|
40
|
-
: content[0].schema,
|
|
41
|
-
null,
|
|
42
|
-
2,
|
|
43
|
-
)}
|
|
44
|
-
/>
|
|
45
|
-
</SidecarBox.Body>
|
|
46
|
-
</SidecarBox.Root>
|
|
47
|
-
);
|
|
48
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { PropsWithChildren } from "react";
|
|
2
|
-
import { cn } from "../../util/cn.js";
|
|
3
|
-
|
|
4
|
-
type BaseComponentProps<T = unknown> = PropsWithChildren<
|
|
5
|
-
T & { className?: string }
|
|
6
|
-
>;
|
|
7
|
-
export const SidecarBox = {
|
|
8
|
-
Root: ({ children, className }: BaseComponentProps) => (
|
|
9
|
-
<div
|
|
10
|
-
className={cn(
|
|
11
|
-
"rounded-lg overflow-hidden border border-border dark:border-transparent",
|
|
12
|
-
className,
|
|
13
|
-
)}
|
|
14
|
-
>
|
|
15
|
-
{children}
|
|
16
|
-
</div>
|
|
17
|
-
),
|
|
18
|
-
Head: ({ children, className }: BaseComponentProps) => (
|
|
19
|
-
<div
|
|
20
|
-
className={cn(
|
|
21
|
-
"border-b border-b-border dark:border-b-zinc-600 bg-zinc-100 dark:bg-zinc-700 p-2",
|
|
22
|
-
className,
|
|
23
|
-
)}
|
|
24
|
-
>
|
|
25
|
-
{children}
|
|
26
|
-
</div>
|
|
27
|
-
),
|
|
28
|
-
Body: ({ children, className }: BaseComponentProps) => (
|
|
29
|
-
<div
|
|
30
|
-
className={cn("bg-zinc-50 dark:bg-zinc-800 overflow-auto p-2", className)}
|
|
31
|
-
>
|
|
32
|
-
{children}
|
|
33
|
-
</div>
|
|
34
|
-
),
|
|
35
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* prettier-ignore */
|
|
3
|
-
|
|
4
|
-
/** An IntrospectionQuery representation of your schema.
|
|
5
|
-
*
|
|
6
|
-
* @remarks
|
|
7
|
-
* This is an introspection of your schema saved as a file by GraphQLSP.
|
|
8
|
-
* It will automatically be used by `gql.tada` to infer the types of your GraphQL documents.
|
|
9
|
-
* If you need to reuse this data or update your `scalars`, update `tadaOutputLocation` to
|
|
10
|
-
* instead save to a .ts instead of a .d.ts file.
|
|
11
|
-
*/
|
|
12
|
-
export type introspection = {
|
|
13
|
-
name: never;
|
|
14
|
-
query: 'Query';
|
|
15
|
-
mutation: never;
|
|
16
|
-
subscription: never;
|
|
17
|
-
types: {
|
|
18
|
-
'Boolean': unknown;
|
|
19
|
-
'EncodingItem': { kind: 'OBJECT'; name: 'EncodingItem'; fields: { 'allowReserved': { name: 'allowReserved'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'contentType': { name: 'contentType'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'explode': { name: 'explode'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'headers': { name: 'headers'; type: { kind: 'SCALAR'; name: 'JSONObject'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'style': { name: 'style'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
|
|
20
|
-
'ExampleItem': { kind: 'OBJECT'; name: 'ExampleItem'; fields: { 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'externalValue': { name: 'externalValue'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
|
|
21
|
-
'Float': unknown;
|
|
22
|
-
'ID': unknown;
|
|
23
|
-
'Int': unknown;
|
|
24
|
-
'JSON': unknown;
|
|
25
|
-
'JSONObject': unknown;
|
|
26
|
-
'MediaTypeObject': { kind: 'OBJECT'; name: 'MediaTypeObject'; fields: { 'encoding': { name: 'encoding'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EncodingItem'; ofType: null; }; }; } }; 'examples': { name: 'examples'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExampleItem'; ofType: null; }; }; } }; 'mediaType': { name: 'mediaType'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'schema': { name: 'schema'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'JSON'; ofType: null; }; } }; }; };
|
|
27
|
-
'OperationItem': { kind: 'OBJECT'; name: 'OperationItem'; fields: { 'contentTypes': { name: 'contentTypes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; } }; 'deprecated': { name: 'deprecated'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'method': { name: 'method'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'operationId': { name: 'operationId'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'parameters': { name: 'parameters'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ParameterItem'; ofType: null; }; }; } }; 'path': { name: 'path'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'requestBody': { name: 'requestBody'; type: { kind: 'OBJECT'; name: 'RequestBodyObject'; ofType: null; } }; 'responses': { name: 'responses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ResponseItem'; ofType: null; }; }; }; } }; 'slug': { name: 'slug'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'tags': { name: 'tags'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TagItem'; ofType: null; }; }; } }; }; };
|
|
28
|
-
'ParameterIn': { name: 'ParameterIn'; enumValues: 'cookie' | 'header' | 'path' | 'query'; };
|
|
29
|
-
'ParameterItem': { kind: 'OBJECT'; name: 'ParameterItem'; fields: { 'allowEmptyValue': { name: 'allowEmptyValue'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'allowReserved': { name: 'allowReserved'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'deprecated': { name: 'deprecated'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'examples': { name: 'examples'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExampleItem'; ofType: null; }; }; } }; 'explode': { name: 'explode'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'in': { name: 'in'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ParameterIn'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'required': { name: 'required'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'schema': { name: 'schema'; type: { kind: 'SCALAR'; name: 'JSON'; ofType: null; } }; 'style': { name: 'style'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
|
|
30
|
-
'PathItem': { kind: 'OBJECT'; name: 'PathItem'; fields: { 'methods': { name: 'methods'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; } }; 'path': { name: 'path'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
31
|
-
'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'schema': { name: 'schema'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Schema'; ofType: null; }; } }; }; };
|
|
32
|
-
'RequestBodyObject': { kind: 'OBJECT'; name: 'RequestBodyObject'; fields: { 'content': { name: 'content'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MediaTypeObject'; ofType: null; }; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'required': { name: 'required'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; };
|
|
33
|
-
'ResponseItem': { kind: 'OBJECT'; name: 'ResponseItem'; fields: { 'content': { name: 'content'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MediaTypeObject'; ofType: null; }; }; } }; 'description': { name: 'description'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'headers': { name: 'headers'; type: { kind: 'SCALAR'; name: 'JSON'; ofType: null; } }; 'links': { name: 'links'; type: { kind: 'SCALAR'; name: 'JSON'; ofType: null; } }; 'statusCode': { name: 'statusCode'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
34
|
-
'Schema': { kind: 'OBJECT'; name: 'Schema'; fields: { 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'openapi': { name: 'openapi'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'operations': { name: 'operations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OperationItem'; ofType: null; }; }; }; } }; 'paths': { name: 'paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PathItem'; ofType: null; }; }; }; } }; 'tags': { name: 'tags'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SchemaTag'; ofType: null; }; }; }; } }; 'title': { name: 'title'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'version': { name: 'version'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
35
|
-
'SchemaTag': { kind: 'OBJECT'; name: 'SchemaTag'; fields: { 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'operations': { name: 'operations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OperationItem'; ofType: null; }; }; }; } }; }; };
|
|
36
|
-
'SchemaType': { name: 'SchemaType'; enumValues: 'json' | 'url' | 'yaml'; };
|
|
37
|
-
'String': unknown;
|
|
38
|
-
'TagItem': { kind: 'OBJECT'; name: 'TagItem'; fields: { 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
import * as gqlTada from "gql.tada";
|
|
43
|
-
|
|
44
|
-
declare module "gql.tada" {
|
|
45
|
-
interface setupSchema {
|
|
46
|
-
introspection: introspection;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { initGraphQLTada } from "gql.tada";
|
|
2
|
-
import type { introspection } from "./env.d.ts";
|
|
3
|
-
|
|
4
|
-
export const graphql = initGraphQLTada<{
|
|
5
|
-
introspection: introspection;
|
|
6
|
-
scalars: {
|
|
7
|
-
JSON: unknown;
|
|
8
|
-
JSONObject: unknown;
|
|
9
|
-
};
|
|
10
|
-
}>();
|
|
11
|
-
|
|
12
|
-
export type { FragmentOf, ResultOf, VariablesOf } from "gql.tada";
|
|
13
|
-
export { readFragment } from "gql.tada";
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import type { OperationListItemResult } from "../OperationList.js";
|
|
2
|
-
|
|
3
|
-
export const getCode = (operation: OperationListItemResult, option: string) => {
|
|
4
|
-
switch (option) {
|
|
5
|
-
case "curl":
|
|
6
|
-
return (
|
|
7
|
-
`curl --request ${operation.method.toLocaleUpperCase()} \\\n` +
|
|
8
|
-
` --url ${operation.path} \\\n` +
|
|
9
|
-
` --header 'Content-Type: application/json'`
|
|
10
|
-
);
|
|
11
|
-
case "wget":
|
|
12
|
-
return (
|
|
13
|
-
`wget --method=${operation.method.toLocaleUpperCase()} \\\n` +
|
|
14
|
-
` --header='Content-Type: application/json' \\\n` +
|
|
15
|
-
` ${operation.path}`
|
|
16
|
-
);
|
|
17
|
-
case "js":
|
|
18
|
-
return (
|
|
19
|
-
`fetch('${operation.path}', {\n` +
|
|
20
|
-
` method: '${operation.method.toLocaleUpperCase()}',\n` +
|
|
21
|
-
` headers: { 'Content-Type': 'application/json' },\n` +
|
|
22
|
-
`});`
|
|
23
|
-
);
|
|
24
|
-
case "ruby":
|
|
25
|
-
return (
|
|
26
|
-
`require 'net/http'\n\n` +
|
|
27
|
-
`url = URI.parse('${operation.path}')\n` +
|
|
28
|
-
`http = Net::HTTP.new(url.host, url.port)\n` +
|
|
29
|
-
`request = Net::HTTP::${operation.method}.new(url)\n` +
|
|
30
|
-
`request['Content-Type'] = 'application/json'\n` +
|
|
31
|
-
`http.request(request)`
|
|
32
|
-
);
|
|
33
|
-
case "php":
|
|
34
|
-
return (
|
|
35
|
-
`$ch = curl_init('${operation.path}');\n` +
|
|
36
|
-
`curl_setopt($ch, CURLOPT_CUSTOMREQUEST, '${operation.method.toLocaleUpperCase()}');\n` +
|
|
37
|
-
`curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type: application/json']);\n` +
|
|
38
|
-
`curl_exec($ch);\n` +
|
|
39
|
-
`curl_close($ch);`
|
|
40
|
-
);
|
|
41
|
-
case "go":
|
|
42
|
-
return (
|
|
43
|
-
`package main\n\n` +
|
|
44
|
-
`import (\n` +
|
|
45
|
-
` "net/http"\n` +
|
|
46
|
-
` "strings"\n` +
|
|
47
|
-
`)\n\n` +
|
|
48
|
-
`func main() {\n` +
|
|
49
|
-
` client := &http.Client{}\n` +
|
|
50
|
-
` req, _ := http.NewRequest("${operation.method.toLocaleUpperCase()}", "${operation.path}", strings.NewReader(""))\n` +
|
|
51
|
-
` req.Header.Set("Content-Type", "application/json")\n` +
|
|
52
|
-
` client.Do(req)\n` +
|
|
53
|
-
`}`
|
|
54
|
-
);
|
|
55
|
-
case "rust":
|
|
56
|
-
return (
|
|
57
|
-
`use reqwest::Client;\n\n` +
|
|
58
|
-
`fn main() {\n` +
|
|
59
|
-
` let client = Client::new();\n` +
|
|
60
|
-
` let res = client\n` +
|
|
61
|
-
` .${operation.method.toLocaleLowerCase()}("${operation.path}")\n` +
|
|
62
|
-
` .header("Content-Type", "application/json")\n` +
|
|
63
|
-
` .send();\n` +
|
|
64
|
-
`}`
|
|
65
|
-
);
|
|
66
|
-
default:
|
|
67
|
-
return "";
|
|
68
|
-
}
|
|
69
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|