zudoku 0.0.0-eb0425e → 0.0.0-f5761c9
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/client.d.ts +1 -0
- package/dist/app/App.js.map +1 -0
- package/dist/app/demo.js.map +1 -0
- package/dist/app/entry.client.js.map +1 -0
- package/dist/app/entry.server.js.map +1 -0
- package/dist/app/main.js.map +1 -0
- package/dist/app/standalone.js.map +1 -0
- package/dist/app/tailwind.js.map +1 -0
- package/dist/cli/build/handler.js.map +1 -0
- package/dist/cli/cli.js +64 -0
- package/dist/cli/cli.js.map +1 -0
- package/dist/cli/cmds/build.js.map +1 -0
- package/dist/cli/cmds/dev.js.map +1 -0
- package/dist/cli/common/analytics/lib.js.map +1 -0
- package/dist/cli/common/constants.js.map +1 -0
- package/dist/cli/common/logger.js.map +1 -0
- package/dist/cli/common/machine-id/lib.js.map +1 -0
- package/dist/cli/common/outdated.js.map +1 -0
- package/dist/cli/common/output.js.map +1 -0
- package/dist/cli/common/utils/box.js.map +1 -0
- package/dist/cli/common/utils/ports.js.map +1 -0
- package/dist/cli/common/validators/lib.js.map +1 -0
- package/dist/cli/common/xdg/lib.js.map +1 -0
- package/dist/cli/dev/handler.js.map +1 -0
- package/dist/config/config.js.map +1 -0
- package/dist/config/validators/InputSidebarSchema.js.map +1 -0
- package/dist/config/validators/SidebarSchema.js.map +1 -0
- package/dist/config/validators/auth.js.map +1 -0
- package/dist/config/validators/validate.js.map +1 -0
- package/dist/index.js.map +1 -0
- package/dist/internal.js.map +1 -0
- package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -0
- package/dist/lib/authentication/authentication.js.map +1 -0
- package/dist/lib/authentication/components/CallbackHandler.js.map +1 -0
- package/dist/lib/authentication/components/SignIn.js.map +1 -0
- package/dist/lib/authentication/components/SignOut.js.map +1 -0
- package/dist/lib/authentication/components/SignUp.js.map +1 -0
- package/dist/lib/authentication/errors.js.map +1 -0
- package/dist/lib/authentication/hook.js.map +1 -0
- package/dist/lib/authentication/providers/auth0.js.map +1 -0
- package/dist/lib/authentication/providers/clerk.js.map +1 -0
- package/dist/lib/authentication/providers/openid.js.map +1 -0
- package/dist/lib/authentication/state.js.map +1 -0
- package/dist/lib/components/AnchorLink.js.map +1 -0
- package/dist/lib/components/Banner.js.map +1 -0
- package/dist/lib/components/Bootstrap.js.map +1 -0
- package/dist/lib/components/CategoryHeading.js.map +1 -0
- package/dist/lib/components/ClientOnly.js.map +1 -0
- package/dist/lib/components/DevPortal.js.map +1 -0
- package/dist/lib/components/DeveloperHint.js.map +1 -0
- package/dist/lib/components/Dialog.js.map +1 -0
- package/dist/lib/components/ErrorPage.js.map +1 -0
- package/dist/lib/components/Header.js.map +1 -0
- package/dist/lib/components/Heading.js.map +1 -0
- package/dist/lib/components/InlineCode.js.map +1 -0
- package/dist/lib/components/Layout.js.map +1 -0
- package/dist/lib/components/Markdown.js.map +1 -0
- package/dist/lib/components/MobileTopNavigation.js.map +1 -0
- package/dist/lib/components/NotFoundPage.js.map +1 -0
- package/dist/lib/components/Search.js.map +1 -0
- package/dist/lib/components/Select.js.map +1 -0
- package/dist/lib/components/SlotletProvider.js.map +1 -0
- package/dist/lib/components/Spinner.js.map +1 -0
- package/dist/lib/components/SyntaxHighlight.js.map +1 -0
- package/dist/lib/components/TopNavigation.js.map +1 -0
- package/dist/lib/components/context/ComponentsContext.js.map +1 -0
- package/dist/lib/components/context/PluginSystem.js.map +1 -0
- package/dist/lib/components/context/ThemeContext.js.map +1 -0
- package/dist/lib/components/context/ThemeProvider.js.map +1 -0
- package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -0
- package/dist/lib/components/context/ZudokuContext.js.map +1 -0
- package/dist/lib/components/context/ZudokuProvider.js.map +1 -0
- package/dist/lib/components/index.js.map +1 -0
- package/dist/lib/components/navigation/Sidebar.js.map +1 -0
- package/dist/lib/components/navigation/SidebarBadge.js.map +1 -0
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -0
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -0
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -0
- package/dist/lib/components/navigation/utils.js.map +1 -0
- package/dist/lib/core/DevPortalContext.js.map +1 -0
- package/dist/lib/core/plugins.js.map +1 -0
- package/dist/lib/demo/DemoAnnouncement.js.map +1 -0
- package/dist/lib/errors/ErrorAlert.js.map +1 -0
- package/dist/lib/errors/RouterError.js.map +1 -0
- package/dist/lib/errors/ServerError.js.map +1 -0
- package/dist/lib/errors/TopLevelError.js.map +1 -0
- package/dist/lib/icons.js.map +1 -0
- package/dist/lib/oas/graphql/index.d.ts +13 -0
- package/dist/lib/oas/graphql/index.js +316 -0
- package/dist/lib/oas/graphql/index.js.map +1 -0
- package/dist/lib/oas/parser/dereference/index.js.map +1 -0
- package/dist/lib/oas/parser/dereference/resolveRef.js.map +1 -0
- package/dist/lib/oas/parser/index.js.map +1 -0
- package/dist/lib/oas/parser/upgrade/index.js.map +1 -0
- package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -0
- package/dist/lib/plugins/api-keys/ProtectedRoute.js.map +1 -0
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -0
- package/dist/lib/plugins/api-keys/index.js.map +1 -0
- package/dist/lib/plugins/custom-page/index.js.map +1 -0
- package/dist/lib/plugins/markdown/MdxPage.js +30 -0
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -0
- package/dist/lib/plugins/markdown/Toc.js.map +1 -0
- package/dist/lib/plugins/markdown/generateRoutes.js.map +1 -0
- package/dist/lib/plugins/markdown/index.js.map +1 -0
- package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -0
- package/dist/lib/plugins/openapi/Endpoint.js.map +1 -0
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -0
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -0
- package/dist/lib/plugins/openapi/ParameterList.js.map +1 -0
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -0
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -0
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -0
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -0
- package/dist/lib/plugins/openapi/Route.js.map +1 -0
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -0
- package/dist/lib/plugins/openapi/SidecarBox.js.map +1 -0
- package/dist/lib/plugins/openapi/SimpleSelect.js.map +1 -0
- package/dist/lib/plugins/openapi/StaggeredRender.js.map +1 -0
- package/dist/lib/plugins/openapi/client/createMemoryClient.js.map +1 -0
- package/dist/lib/plugins/openapi/client/createServer.js.map +1 -0
- package/dist/lib/plugins/openapi/client/createWorkerClient.js.map +1 -0
- package/dist/lib/plugins/openapi/client/interfaces.js.map +1 -0
- package/dist/lib/plugins/openapi/client/worker.js.map +1 -0
- package/dist/lib/plugins/openapi/context.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -0
- package/dist/lib/plugins/openapi/graphql/index.js.map +1 -0
- package/dist/lib/plugins/openapi/index.js.map +1 -0
- package/dist/lib/plugins/openapi/interfaces.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/Editor.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/ResponseTab.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/createUrl.js +17 -0
- package/dist/lib/plugins/openapi/playground/createUrl.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/SchemaComponents.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -0
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -0
- package/dist/lib/plugins/openapi/util/urql.js.map +1 -0
- package/dist/lib/plugins/openapi-worker.js.map +1 -0
- package/dist/lib/plugins/redirect/index.js.map +1 -0
- package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.js.map +1 -0
- package/dist/lib/plugins/search-inkeep/index.js.map +1 -0
- package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -0
- package/dist/lib/themeToggle.js.map +1 -0
- package/dist/lib/ui/Button.js.map +1 -0
- package/dist/lib/ui/Callout.js.map +1 -0
- package/dist/lib/ui/Card.js.map +1 -0
- package/dist/lib/ui/Drawer.js.map +1 -0
- package/dist/lib/ui/DropdownMenu.js.map +1 -0
- package/dist/lib/ui/Input.js.map +1 -0
- package/dist/lib/ui/Note.js.map +1 -0
- package/dist/lib/ui/Tabs.js.map +1 -0
- package/dist/lib/util/MdxComponents.js.map +1 -0
- package/dist/lib/util/cn.js.map +1 -0
- package/dist/lib/util/createVariantComponent.js.map +1 -0
- package/dist/lib/util/createWaitForNotify.js.map +1 -0
- package/dist/lib/util/groupBy.js.map +1 -0
- package/dist/lib/util/invariant.js.map +1 -0
- package/dist/lib/util/joinPath.js.map +1 -0
- package/dist/lib/util/logInit.js.map +1 -0
- package/dist/lib/util/objectEntries.js.map +1 -0
- package/dist/lib/util/pastellize.js.map +1 -0
- package/dist/lib/util/renderIf.js.map +1 -0
- package/dist/lib/util/requestIdleCallbackPolyfill.js.map +1 -0
- package/dist/lib/util/useScrollToAnchor.js.map +1 -0
- package/dist/lib/util/useScrollToTop.js.map +1 -0
- package/dist/ts.js.map +1 -0
- package/dist/vite/build.js.map +1 -0
- package/dist/vite/config.d.ts +22 -0
- package/dist/vite/config.js +221 -0
- package/dist/vite/config.js.map +1 -0
- package/dist/vite/config.test.js.map +1 -0
- package/dist/vite/dev-server.js.map +1 -0
- package/dist/vite/error-handler.js.map +1 -0
- package/dist/vite/html.js.map +1 -0
- package/dist/vite/plugin-api-keys.d.ts +4 -0
- package/dist/vite/plugin-api-keys.js +33 -0
- package/dist/vite/plugin-api-keys.js.map +1 -0
- package/dist/vite/plugin-api.d.ts +4 -0
- package/dist/vite/plugin-api.js +51 -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 +30 -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 +24 -0
- package/dist/vite/plugin-component.js.map +1 -0
- package/dist/vite/plugin-config-reload.d.ts +4 -0
- package/dist/vite/plugin-config-reload.js +29 -0
- package/dist/vite/plugin-config-reload.js.map +1 -0
- package/dist/vite/plugin-config.d.ts +5 -0
- package/dist/vite/plugin-config.js +14 -0
- package/dist/vite/plugin-config.js.map +1 -0
- package/dist/vite/plugin-custom-css.d.ts +6 -0
- package/dist/vite/plugin-custom-css.js.map +1 -0
- package/dist/vite/plugin-docs.d.ts +4 -0
- package/dist/vite/plugin-docs.js +54 -0
- package/dist/vite/plugin-docs.js.map +1 -0
- package/dist/vite/plugin-docs.test.js.map +1 -0
- package/dist/vite/plugin-html-transform.js.map +1 -0
- package/dist/vite/plugin-icons.js.map +1 -0
- package/dist/vite/plugin-mdx.d.ts +10 -0
- package/dist/vite/plugin-mdx.js +64 -0
- package/dist/vite/plugin-mdx.js.map +1 -0
- package/dist/vite/plugin-metadata.js.map +1 -0
- package/dist/vite/plugin-redirect.d.ts +4 -0
- package/dist/vite/plugin-redirect.js +33 -0
- package/dist/vite/plugin-redirect.js.map +1 -0
- package/dist/vite/plugin-sidebar.d.ts +3 -0
- package/dist/vite/plugin-sidebar.js +33 -0
- package/dist/vite/plugin-sidebar.js.map +1 -0
- package/dist/vite/plugin.d.ts +4 -0
- package/dist/vite/plugin.js.map +1 -0
- package/dist/vite/prerender.js.map +1 -0
- package/dist/vite/sitemap.js.map +1 -0
- package/lib/CategoryHeading-EN3W3xEN.js +10 -0
- package/lib/CategoryHeading-EN3W3xEN.js.map +1 -0
- package/lib/DeveloperHint-CZ4VwuKw.js +16 -0
- package/lib/DeveloperHint-CZ4VwuKw.js.map +1 -0
- package/lib/ErrorPage-C5Pnyfbg.js +18 -0
- package/lib/ErrorPage-C5Pnyfbg.js.map +1 -0
- package/lib/Input-DulGxZh-.js +2198 -0
- package/lib/Input-DulGxZh-.js.map +1 -0
- package/lib/Markdown-BUUIyZbc.js +20275 -0
- package/lib/Markdown-BUUIyZbc.js.map +1 -0
- package/lib/MdxPage-COBmXj_4.js +172 -0
- package/lib/MdxPage-COBmXj_4.js.map +1 -0
- package/lib/OperationList-BwJXexkA.js +560 -0
- package/lib/OperationList-BwJXexkA.js.map +1 -0
- package/lib/Route-CX_-Q1HO.js +14 -0
- package/lib/Route-CX_-Q1HO.js.map +1 -0
- package/lib/SidebarBadge-gvlvsv3E.js +498 -0
- package/lib/SidebarBadge-gvlvsv3E.js.map +1 -0
- package/lib/SlotletProvider-CULK8zmk.js +238 -0
- package/lib/SlotletProvider-CULK8zmk.js.map +1 -0
- package/lib/assets/worker-DgVH8VJc.js +17909 -0
- package/lib/assets/worker-DgVH8VJc.js.map +1 -0
- package/lib/index-BfA1oLPP.js +2814 -0
- package/lib/index-BfA1oLPP.js.map +1 -0
- package/lib/index-Bn6Lc9tq.js +9 -0
- package/lib/index-Bn6Lc9tq.js.map +1 -0
- package/lib/index-BuA1OA5H.js +5688 -0
- package/lib/index-BuA1OA5H.js.map +1 -0
- package/lib/index-LNp6rxyU.js +2094 -0
- package/lib/index-LNp6rxyU.js.map +1 -0
- package/lib/index-Q0TPJvr8.js +124 -0
- package/lib/index-Q0TPJvr8.js.map +1 -0
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +5 -5
- package/lib/zudoku.openapi-worker.js +282 -283
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +5 -5
- package/lib/zudoku.plugin-custom-page.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +4 -4
- package/package.json +3 -3
- package/src/lib/oas/graphql/index.ts +20 -12
- package/src/lib/plugins/markdown/MdxPage.tsx +2 -2
- package/src/lib/plugins/openapi/playground/createUrl.ts +6 -1
- package/dist/package.json +0 -232
- package/dist/src/app/App.js.map +0 -1
- package/dist/src/app/demo.js.map +0 -1
- package/dist/src/app/entry.client.js.map +0 -1
- package/dist/src/app/entry.server.js.map +0 -1
- package/dist/src/app/main.js.map +0 -1
- package/dist/src/app/standalone.js.map +0 -1
- package/dist/src/app/tailwind.js.map +0 -1
- package/dist/src/cli/build/handler.js.map +0 -1
- package/dist/src/cli/cli.js +0 -67
- package/dist/src/cli/cli.js.map +0 -1
- package/dist/src/cli/cmds/build.js.map +0 -1
- package/dist/src/cli/cmds/dev.js.map +0 -1
- package/dist/src/cli/common/analytics/lib.js.map +0 -1
- package/dist/src/cli/common/constants.js.map +0 -1
- package/dist/src/cli/common/logger.js.map +0 -1
- package/dist/src/cli/common/machine-id/lib.js.map +0 -1
- package/dist/src/cli/common/outdated.js.map +0 -1
- package/dist/src/cli/common/output.js.map +0 -1
- package/dist/src/cli/common/utils/box.js.map +0 -1
- package/dist/src/cli/common/utils/ports.js.map +0 -1
- package/dist/src/cli/common/validators/lib.js.map +0 -1
- package/dist/src/cli/common/xdg/lib.js.map +0 -1
- package/dist/src/cli/dev/handler.js.map +0 -1
- package/dist/src/config/config.js.map +0 -1
- package/dist/src/config/validators/InputSidebarSchema.js.map +0 -1
- package/dist/src/config/validators/SidebarSchema.js.map +0 -1
- package/dist/src/config/validators/auth.js.map +0 -1
- package/dist/src/config/validators/validate.js.map +0 -1
- package/dist/src/index.js.map +0 -1
- package/dist/src/internal.js.map +0 -1
- package/dist/src/lib/authentication/AuthenticationPlugin.js.map +0 -1
- package/dist/src/lib/authentication/authentication.js.map +0 -1
- package/dist/src/lib/authentication/components/CallbackHandler.js.map +0 -1
- package/dist/src/lib/authentication/components/SignIn.js.map +0 -1
- package/dist/src/lib/authentication/components/SignOut.js.map +0 -1
- package/dist/src/lib/authentication/components/SignUp.js.map +0 -1
- package/dist/src/lib/authentication/errors.js.map +0 -1
- package/dist/src/lib/authentication/hook.js.map +0 -1
- package/dist/src/lib/authentication/providers/auth0.js.map +0 -1
- package/dist/src/lib/authentication/providers/clerk.js.map +0 -1
- package/dist/src/lib/authentication/providers/openid.js.map +0 -1
- package/dist/src/lib/authentication/state.js.map +0 -1
- package/dist/src/lib/components/AnchorLink.js.map +0 -1
- package/dist/src/lib/components/Banner.js.map +0 -1
- package/dist/src/lib/components/Bootstrap.js.map +0 -1
- package/dist/src/lib/components/CategoryHeading.js.map +0 -1
- package/dist/src/lib/components/ClientOnly.js.map +0 -1
- package/dist/src/lib/components/DevPortal.js.map +0 -1
- package/dist/src/lib/components/DeveloperHint.js.map +0 -1
- package/dist/src/lib/components/Dialog.js.map +0 -1
- package/dist/src/lib/components/ErrorPage.js.map +0 -1
- package/dist/src/lib/components/Header.js.map +0 -1
- package/dist/src/lib/components/Heading.js.map +0 -1
- package/dist/src/lib/components/InlineCode.js.map +0 -1
- package/dist/src/lib/components/Layout.js.map +0 -1
- package/dist/src/lib/components/Markdown.js.map +0 -1
- package/dist/src/lib/components/MobileTopNavigation.js.map +0 -1
- package/dist/src/lib/components/NotFoundPage.js.map +0 -1
- package/dist/src/lib/components/Search.js.map +0 -1
- package/dist/src/lib/components/Select.js.map +0 -1
- package/dist/src/lib/components/SlotletProvider.js.map +0 -1
- package/dist/src/lib/components/Spinner.js.map +0 -1
- package/dist/src/lib/components/SyntaxHighlight.js.map +0 -1
- package/dist/src/lib/components/TopNavigation.js.map +0 -1
- package/dist/src/lib/components/context/ComponentsContext.js.map +0 -1
- package/dist/src/lib/components/context/PluginSystem.js.map +0 -1
- package/dist/src/lib/components/context/ThemeContext.js.map +0 -1
- package/dist/src/lib/components/context/ThemeProvider.js.map +0 -1
- package/dist/src/lib/components/context/ViewportAnchorContext.js.map +0 -1
- package/dist/src/lib/components/context/ZudokuContext.js.map +0 -1
- package/dist/src/lib/components/context/ZudokuProvider.js.map +0 -1
- package/dist/src/lib/components/index.js.map +0 -1
- package/dist/src/lib/components/navigation/Sidebar.js.map +0 -1
- package/dist/src/lib/components/navigation/SidebarBadge.js.map +0 -1
- package/dist/src/lib/components/navigation/SidebarCategory.js.map +0 -1
- package/dist/src/lib/components/navigation/SidebarItem.js.map +0 -1
- package/dist/src/lib/components/navigation/SidebarWrapper.js.map +0 -1
- package/dist/src/lib/components/navigation/utils.js.map +0 -1
- package/dist/src/lib/core/DevPortalContext.js.map +0 -1
- package/dist/src/lib/core/plugins.js.map +0 -1
- package/dist/src/lib/demo/DemoAnnouncement.js.map +0 -1
- package/dist/src/lib/errors/ErrorAlert.js.map +0 -1
- package/dist/src/lib/errors/RouterError.js.map +0 -1
- package/dist/src/lib/errors/ServerError.js.map +0 -1
- package/dist/src/lib/errors/TopLevelError.js.map +0 -1
- package/dist/src/lib/icons.js.map +0 -1
- package/dist/src/lib/oas/graphql/index.d.ts +0 -12
- package/dist/src/lib/oas/graphql/index.js +0 -314
- package/dist/src/lib/oas/graphql/index.js.map +0 -1
- package/dist/src/lib/oas/parser/dereference/index.js.map +0 -1
- package/dist/src/lib/oas/parser/dereference/resolveRef.js.map +0 -1
- package/dist/src/lib/oas/parser/index.js.map +0 -1
- package/dist/src/lib/oas/parser/upgrade/index.js.map +0 -1
- package/dist/src/lib/plugins/api-keys/CreateApiKey.js.map +0 -1
- package/dist/src/lib/plugins/api-keys/ProtectedRoute.js.map +0 -1
- package/dist/src/lib/plugins/api-keys/SettingsApiKeys.js.map +0 -1
- package/dist/src/lib/plugins/api-keys/index.js.map +0 -1
- package/dist/src/lib/plugins/custom-page/index.js.map +0 -1
- package/dist/src/lib/plugins/markdown/MdxPage.js +0 -30
- package/dist/src/lib/plugins/markdown/MdxPage.js.map +0 -1
- package/dist/src/lib/plugins/markdown/Toc.js.map +0 -1
- package/dist/src/lib/plugins/markdown/generateRoutes.js.map +0 -1
- package/dist/src/lib/plugins/markdown/index.js.map +0 -1
- package/dist/src/lib/plugins/openapi/ColorizedParam.js.map +0 -1
- package/dist/src/lib/plugins/openapi/Endpoint.js.map +0 -1
- package/dist/src/lib/plugins/openapi/OperationList.js.map +0 -1
- package/dist/src/lib/plugins/openapi/OperationListItem.js.map +0 -1
- package/dist/src/lib/plugins/openapi/ParameterList.js.map +0 -1
- package/dist/src/lib/plugins/openapi/ParameterListItem.js.map +0 -1
- package/dist/src/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +0 -1
- package/dist/src/lib/plugins/openapi/RequestBodySidecarBox.js.map +0 -1
- package/dist/src/lib/plugins/openapi/ResponsesSidecarBox.js.map +0 -1
- package/dist/src/lib/plugins/openapi/Route.js.map +0 -1
- package/dist/src/lib/plugins/openapi/Sidecar.js.map +0 -1
- package/dist/src/lib/plugins/openapi/SidecarBox.js.map +0 -1
- package/dist/src/lib/plugins/openapi/SimpleSelect.js.map +0 -1
- package/dist/src/lib/plugins/openapi/StaggeredRender.js.map +0 -1
- package/dist/src/lib/plugins/openapi/client/createMemoryClient.js.map +0 -1
- package/dist/src/lib/plugins/openapi/client/createServer.js.map +0 -1
- package/dist/src/lib/plugins/openapi/client/createWorkerClient.js.map +0 -1
- package/dist/src/lib/plugins/openapi/client/interfaces.js.map +0 -1
- package/dist/src/lib/plugins/openapi/client/worker.js.map +0 -1
- package/dist/src/lib/plugins/openapi/context.js.map +0 -1
- package/dist/src/lib/plugins/openapi/graphql/fragment-masking.js.map +0 -1
- package/dist/src/lib/plugins/openapi/graphql/gql.js.map +0 -1
- package/dist/src/lib/plugins/openapi/graphql/graphql.js.map +0 -1
- package/dist/src/lib/plugins/openapi/graphql/index.js.map +0 -1
- package/dist/src/lib/plugins/openapi/index.js.map +0 -1
- package/dist/src/lib/plugins/openapi/interfaces.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/Editor.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/Headers.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/InlineInput.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/PathParams.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/Playground.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/PlaygroundDialog.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/QueryParams.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/ResponseTab.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
- package/dist/src/lib/plugins/openapi/playground/createUrl.js +0 -15
- package/dist/src/lib/plugins/openapi/playground/createUrl.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/SchemaComponents.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/SchemaView.js.map +0 -1
- package/dist/src/lib/plugins/openapi/schema/utils.js.map +0 -1
- package/dist/src/lib/plugins/openapi/util/generateSchemaExample.js.map +0 -1
- package/dist/src/lib/plugins/openapi/util/urql.js.map +0 -1
- package/dist/src/lib/plugins/openapi-worker.js.map +0 -1
- package/dist/src/lib/plugins/redirect/index.js.map +0 -1
- package/dist/src/lib/plugins/search-inkeep/InkeepCustomTrigger.js.map +0 -1
- package/dist/src/lib/plugins/search-inkeep/index.js.map +0 -1
- package/dist/src/lib/plugins/search-inkeep/inkeep.js.map +0 -1
- package/dist/src/lib/themeToggle.js.map +0 -1
- package/dist/src/lib/ui/Button.js.map +0 -1
- package/dist/src/lib/ui/Callout.js.map +0 -1
- package/dist/src/lib/ui/Card.js.map +0 -1
- package/dist/src/lib/ui/Drawer.js.map +0 -1
- package/dist/src/lib/ui/DropdownMenu.js.map +0 -1
- package/dist/src/lib/ui/Input.js.map +0 -1
- package/dist/src/lib/ui/Note.js.map +0 -1
- package/dist/src/lib/ui/Tabs.js.map +0 -1
- package/dist/src/lib/util/MdxComponents.js.map +0 -1
- package/dist/src/lib/util/cn.js.map +0 -1
- package/dist/src/lib/util/createVariantComponent.js.map +0 -1
- package/dist/src/lib/util/createWaitForNotify.js.map +0 -1
- package/dist/src/lib/util/groupBy.js.map +0 -1
- package/dist/src/lib/util/invariant.js.map +0 -1
- package/dist/src/lib/util/joinPath.js.map +0 -1
- package/dist/src/lib/util/logInit.js.map +0 -1
- package/dist/src/lib/util/objectEntries.js.map +0 -1
- package/dist/src/lib/util/pastellize.js.map +0 -1
- package/dist/src/lib/util/renderIf.js.map +0 -1
- package/dist/src/lib/util/requestIdleCallbackPolyfill.js.map +0 -1
- package/dist/src/lib/util/slugify.d.ts +0 -2
- package/dist/src/lib/util/slugify.js +0 -3
- package/dist/src/lib/util/slugify.js.map +0 -1
- package/dist/src/lib/util/useScrollToAnchor.js.map +0 -1
- package/dist/src/lib/util/useScrollToTop.js.map +0 -1
- package/dist/src/ts.js.map +0 -1
- package/dist/src/vite/build.js.map +0 -1
- package/dist/src/vite/config.d.ts +0 -17
- package/dist/src/vite/config.js +0 -223
- package/dist/src/vite/config.js.map +0 -1
- package/dist/src/vite/config.test.js.map +0 -1
- package/dist/src/vite/dev-server.js.map +0 -1
- package/dist/src/vite/error-handler.js.map +0 -1
- package/dist/src/vite/html.js.map +0 -1
- package/dist/src/vite/plugin-api-keys.d.ts +0 -4
- package/dist/src/vite/plugin-api-keys.js +0 -33
- package/dist/src/vite/plugin-api-keys.js.map +0 -1
- package/dist/src/vite/plugin-api.d.ts +0 -4
- package/dist/src/vite/plugin-api.js +0 -54
- package/dist/src/vite/plugin-api.js.map +0 -1
- package/dist/src/vite/plugin-auth.d.ts +0 -4
- package/dist/src/vite/plugin-auth.js +0 -30
- package/dist/src/vite/plugin-auth.js.map +0 -1
- package/dist/src/vite/plugin-component.d.ts +0 -4
- package/dist/src/vite/plugin-component.js +0 -25
- package/dist/src/vite/plugin-component.js.map +0 -1
- package/dist/src/vite/plugin-config-reload.d.ts +0 -3
- package/dist/src/vite/plugin-config-reload.js +0 -29
- package/dist/src/vite/plugin-config-reload.js.map +0 -1
- package/dist/src/vite/plugin-config.d.ts +0 -4
- package/dist/src/vite/plugin-config.js +0 -14
- package/dist/src/vite/plugin-config.js.map +0 -1
- package/dist/src/vite/plugin-custom-css.d.ts +0 -6
- package/dist/src/vite/plugin-custom-css.js.map +0 -1
- package/dist/src/vite/plugin-docs.d.ts +0 -4
- package/dist/src/vite/plugin-docs.js +0 -54
- package/dist/src/vite/plugin-docs.js.map +0 -1
- package/dist/src/vite/plugin-docs.test.js.map +0 -1
- package/dist/src/vite/plugin-html-transform.js.map +0 -1
- package/dist/src/vite/plugin-icons.js.map +0 -1
- package/dist/src/vite/plugin-mdx.d.ts +0 -9
- package/dist/src/vite/plugin-mdx.js +0 -65
- package/dist/src/vite/plugin-mdx.js.map +0 -1
- package/dist/src/vite/plugin-metadata.js.map +0 -1
- package/dist/src/vite/plugin-redirect.d.ts +0 -4
- package/dist/src/vite/plugin-redirect.js +0 -33
- package/dist/src/vite/plugin-redirect.js.map +0 -1
- package/dist/src/vite/plugin-sidebar.d.ts +0 -3
- package/dist/src/vite/plugin-sidebar.js +0 -33
- package/dist/src/vite/plugin-sidebar.js.map +0 -1
- package/dist/src/vite/plugin.d.ts +0 -3
- package/dist/src/vite/plugin.js.map +0 -1
- package/dist/src/vite/prerender.js.map +0 -1
- package/dist/src/vite/sitemap.js.map +0 -1
- package/dist/vite.config.d.ts +0 -2
- package/dist/vite.config.js +0 -62
- package/dist/vite.config.js.map +0 -1
- package/dist/vite.standalone.config.d.ts +0 -2
- package/dist/vite.standalone.config.js +0 -67
- package/dist/vite.standalone.config.js.map +0 -1
- package/lib/CategoryHeading-XnFqN2lJ.js +0 -10
- package/lib/CategoryHeading-XnFqN2lJ.js.map +0 -1
- package/lib/DeveloperHint-FBb2uXJe.js +0 -16
- package/lib/DeveloperHint-FBb2uXJe.js.map +0 -1
- package/lib/ErrorPage-knunPbKI.js +0 -18
- package/lib/ErrorPage-knunPbKI.js.map +0 -1
- package/lib/Input-BR5ia3Yq.js +0 -2198
- package/lib/Input-BR5ia3Yq.js.map +0 -1
- package/lib/Markdown-B4aR03g6.js +0 -20279
- package/lib/Markdown-B4aR03g6.js.map +0 -1
- package/lib/MdxPage-BZyQsH8Z.js +0 -172
- package/lib/MdxPage-BZyQsH8Z.js.map +0 -1
- package/lib/OperationList-CCPePX04.js +0 -560
- package/lib/OperationList-CCPePX04.js.map +0 -1
- package/lib/Route-BAHaMyCu.js +0 -14
- package/lib/Route-BAHaMyCu.js.map +0 -1
- package/lib/SidebarBadge-BaUICQiz.js +0 -498
- package/lib/SidebarBadge-BaUICQiz.js.map +0 -1
- package/lib/SlotletProvider-DJMaOUDs.js +0 -238
- package/lib/SlotletProvider-DJMaOUDs.js.map +0 -1
- package/lib/assets/worker-TYRbYl6N.js +0 -15839
- package/lib/assets/worker-TYRbYl6N.js.map +0 -1
- package/lib/index-BOyE1gXD.js +0 -5685
- package/lib/index-BOyE1gXD.js.map +0 -1
- package/lib/index-CTNlSS40.js +0 -2814
- package/lib/index-CTNlSS40.js.map +0 -1
- package/lib/index-WPT1ueCM.js +0 -124
- package/lib/index-WPT1ueCM.js.map +0 -1
- package/lib/slugify-DbLhpSPt.js +0 -28
- package/lib/slugify-DbLhpSPt.js.map +0 -1
- package/src/lib/util/slugify.ts +0 -3
- /package/dist/{src/app → app}/App.d.ts +0 -0
- /package/dist/{src/app → app}/App.js +0 -0
- /package/dist/{src/app → app}/demo.d.ts +0 -0
- /package/dist/{src/app → app}/demo.js +0 -0
- /package/dist/{src/app → app}/entry.client.d.ts +0 -0
- /package/dist/{src/app → app}/entry.client.js +0 -0
- /package/dist/{src/app → app}/entry.server.d.ts +0 -0
- /package/dist/{src/app → app}/entry.server.js +0 -0
- /package/dist/{src/app → app}/main.d.ts +0 -0
- /package/dist/{src/app → app}/main.js +0 -0
- /package/dist/{src/app → app}/standalone.d.ts +0 -0
- /package/dist/{src/app → app}/standalone.js +0 -0
- /package/dist/{src/app → app}/tailwind.d.ts +0 -0
- /package/dist/{src/app → app}/tailwind.js +0 -0
- /package/dist/{src/cli → cli}/build/handler.d.ts +0 -0
- /package/dist/{src/cli → cli}/build/handler.js +0 -0
- /package/dist/{src/cli → cli}/cli.d.ts +0 -0
- /package/dist/{src/cli → cli}/cmds/build.d.ts +0 -0
- /package/dist/{src/cli → cli}/cmds/build.js +0 -0
- /package/dist/{src/cli → cli}/cmds/dev.d.ts +0 -0
- /package/dist/{src/cli → cli}/cmds/dev.js +0 -0
- /package/dist/{src/cli → cli}/common/analytics/lib.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/analytics/lib.js +0 -0
- /package/dist/{src/cli → cli}/common/constants.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/constants.js +0 -0
- /package/dist/{src/cli → cli}/common/logger.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/logger.js +0 -0
- /package/dist/{src/cli → cli}/common/machine-id/lib.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/machine-id/lib.js +0 -0
- /package/dist/{src/cli → cli}/common/outdated.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/outdated.js +0 -0
- /package/dist/{src/cli → cli}/common/output.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/output.js +0 -0
- /package/dist/{src/cli → cli}/common/utils/box.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/utils/box.js +0 -0
- /package/dist/{src/cli → cli}/common/utils/ports.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/utils/ports.js +0 -0
- /package/dist/{src/cli → cli}/common/validators/lib.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/validators/lib.js +0 -0
- /package/dist/{src/cli → cli}/common/xdg/lib.d.ts +0 -0
- /package/dist/{src/cli → cli}/common/xdg/lib.js +0 -0
- /package/dist/{src/cli → cli}/dev/handler.d.ts +0 -0
- /package/dist/{src/cli → cli}/dev/handler.js +0 -0
- /package/dist/{src/config → config}/config.d.ts +0 -0
- /package/dist/{src/config → config}/config.js +0 -0
- /package/dist/{src/config → config}/validators/InputSidebarSchema.d.ts +0 -0
- /package/dist/{src/config → config}/validators/InputSidebarSchema.js +0 -0
- /package/dist/{src/config → config}/validators/SidebarSchema.d.ts +0 -0
- /package/dist/{src/config → config}/validators/SidebarSchema.js +0 -0
- /package/dist/{src/config → config}/validators/auth.d.ts +0 -0
- /package/dist/{src/config → config}/validators/auth.js +0 -0
- /package/dist/{src/config → config}/validators/validate.d.ts +0 -0
- /package/dist/{src/config → config}/validators/validate.js +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/index.js → index.js} +0 -0
- /package/dist/{src/internal.d.ts → internal.d.ts} +0 -0
- /package/dist/{src/internal.js → internal.js} +0 -0
- /package/dist/{src/lib → lib}/authentication/AuthenticationPlugin.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/AuthenticationPlugin.js +0 -0
- /package/dist/{src/lib → lib}/authentication/authentication.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/authentication.js +0 -0
- /package/dist/{src/lib → lib}/authentication/components/CallbackHandler.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/components/CallbackHandler.js +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignIn.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignIn.js +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignOut.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignOut.js +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignUp.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/components/SignUp.js +0 -0
- /package/dist/{src/lib → lib}/authentication/errors.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/errors.js +0 -0
- /package/dist/{src/lib → lib}/authentication/hook.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/hook.js +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/auth0.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/auth0.js +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/clerk.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/clerk.js +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/openid.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/providers/openid.js +0 -0
- /package/dist/{src/lib → lib}/authentication/state.d.ts +0 -0
- /package/dist/{src/lib → lib}/authentication/state.js +0 -0
- /package/dist/{src/lib → lib}/components/AnchorLink.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/AnchorLink.js +0 -0
- /package/dist/{src/lib → lib}/components/Banner.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Banner.js +0 -0
- /package/dist/{src/lib → lib}/components/Bootstrap.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Bootstrap.js +0 -0
- /package/dist/{src/lib → lib}/components/CategoryHeading.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/CategoryHeading.js +0 -0
- /package/dist/{src/lib → lib}/components/ClientOnly.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/ClientOnly.js +0 -0
- /package/dist/{src/lib → lib}/components/DevPortal.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/DevPortal.js +0 -0
- /package/dist/{src/lib → lib}/components/DeveloperHint.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/DeveloperHint.js +0 -0
- /package/dist/{src/lib → lib}/components/Dialog.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Dialog.js +0 -0
- /package/dist/{src/lib → lib}/components/ErrorPage.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/ErrorPage.js +0 -0
- /package/dist/{src/lib → lib}/components/Header.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Header.js +0 -0
- /package/dist/{src/lib → lib}/components/Heading.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Heading.js +0 -0
- /package/dist/{src/lib → lib}/components/InlineCode.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/InlineCode.js +0 -0
- /package/dist/{src/lib → lib}/components/Layout.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Layout.js +0 -0
- /package/dist/{src/lib → lib}/components/Markdown.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Markdown.js +0 -0
- /package/dist/{src/lib → lib}/components/MobileTopNavigation.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/MobileTopNavigation.js +0 -0
- /package/dist/{src/lib → lib}/components/NotFoundPage.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/NotFoundPage.js +0 -0
- /package/dist/{src/lib → lib}/components/Search.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Search.js +0 -0
- /package/dist/{src/lib → lib}/components/Select.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Select.js +0 -0
- /package/dist/{src/lib → lib}/components/SlotletProvider.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/SlotletProvider.js +0 -0
- /package/dist/{src/lib → lib}/components/Spinner.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/Spinner.js +0 -0
- /package/dist/{src/lib → lib}/components/SyntaxHighlight.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/SyntaxHighlight.js +0 -0
- /package/dist/{src/lib → lib}/components/TopNavigation.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/TopNavigation.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ComponentsContext.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ComponentsContext.js +0 -0
- /package/dist/{src/lib → lib}/components/context/PluginSystem.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/PluginSystem.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ThemeContext.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ThemeContext.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ThemeProvider.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ThemeProvider.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ViewportAnchorContext.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ViewportAnchorContext.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ZudokuContext.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ZudokuContext.js +0 -0
- /package/dist/{src/lib → lib}/components/context/ZudokuProvider.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/context/ZudokuProvider.js +0 -0
- /package/dist/{src/lib → lib}/components/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/index.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/Sidebar.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/Sidebar.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarBadge.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarBadge.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarCategory.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarCategory.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarItem.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarItem.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarWrapper.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/SidebarWrapper.js +0 -0
- /package/dist/{src/lib → lib}/components/navigation/utils.d.ts +0 -0
- /package/dist/{src/lib → lib}/components/navigation/utils.js +0 -0
- /package/dist/{src/lib → lib}/core/DevPortalContext.d.ts +0 -0
- /package/dist/{src/lib → lib}/core/DevPortalContext.js +0 -0
- /package/dist/{src/lib → lib}/core/plugins.d.ts +0 -0
- /package/dist/{src/lib → lib}/core/plugins.js +0 -0
- /package/dist/{src/lib → lib}/demo/DemoAnnouncement.d.ts +0 -0
- /package/dist/{src/lib → lib}/demo/DemoAnnouncement.js +0 -0
- /package/dist/{src/lib → lib}/errors/ErrorAlert.d.ts +0 -0
- /package/dist/{src/lib → lib}/errors/ErrorAlert.js +0 -0
- /package/dist/{src/lib → lib}/errors/RouterError.d.ts +0 -0
- /package/dist/{src/lib → lib}/errors/RouterError.js +0 -0
- /package/dist/{src/lib → lib}/errors/ServerError.d.ts +0 -0
- /package/dist/{src/lib → lib}/errors/ServerError.js +0 -0
- /package/dist/{src/lib → lib}/errors/TopLevelError.d.ts +0 -0
- /package/dist/{src/lib → lib}/errors/TopLevelError.js +0 -0
- /package/dist/{src/lib → lib}/icons.d.ts +0 -0
- /package/dist/{src/lib → lib}/icons.js +0 -0
- /package/dist/{src/lib → lib}/oas/parser/dereference/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/oas/parser/dereference/index.js +0 -0
- /package/dist/{src/lib → lib}/oas/parser/dereference/resolveRef.d.ts +0 -0
- /package/dist/{src/lib → lib}/oas/parser/dereference/resolveRef.js +0 -0
- /package/dist/{src/lib → lib}/oas/parser/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/oas/parser/index.js +0 -0
- /package/dist/{src/lib → lib}/oas/parser/upgrade/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/oas/parser/upgrade/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/CreateApiKey.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/CreateApiKey.js +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/ProtectedRoute.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/ProtectedRoute.js +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/SettingsApiKeys.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/SettingsApiKeys.js +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/api-keys/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/custom-page/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/custom-page/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/MdxPage.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/Toc.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/Toc.js +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/generateRoutes.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/generateRoutes.js +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/markdown/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ColorizedParam.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ColorizedParam.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Endpoint.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Endpoint.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/OperationList.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/OperationList.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/OperationListItem.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/OperationListItem.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ParameterList.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ParameterList.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ParameterListItem.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ParameterListItem.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/PlaygroundDialogWrapper.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/PlaygroundDialogWrapper.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/RequestBodySidecarBox.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/RequestBodySidecarBox.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ResponsesSidecarBox.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/ResponsesSidecarBox.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Route.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Route.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Sidecar.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/Sidecar.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/SidecarBox.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/SidecarBox.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/SimpleSelect.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/SimpleSelect.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/StaggeredRender.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/StaggeredRender.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createMemoryClient.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createMemoryClient.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createServer.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createServer.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createWorkerClient.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/createWorkerClient.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/interfaces.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/interfaces.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/worker.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/client/worker.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/context.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/context.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/fragment-masking.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/fragment-masking.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/gql.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/gql.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/graphql.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/graphql.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/graphql/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/interfaces.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/interfaces.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Editor.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Editor.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Headers.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Headers.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/InlineInput.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/InlineInput.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/PathParams.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/PathParams.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Playground.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/Playground.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/PlaygroundDialog.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/PlaygroundDialog.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/QueryParams.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/QueryParams.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/ResponseTab.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/ResponseTab.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/UrlDisplay.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/UrlDisplay.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/playground/createUrl.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroup.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroup.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/SchemaComponents.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/SchemaComponents.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/SchemaView.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/SchemaView.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/utils.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/schema/utils.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/util/generateSchemaExample.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/util/generateSchemaExample.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/util/urql.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi/util/urql.js +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi-worker.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/openapi-worker.js +0 -0
- /package/dist/{src/lib → lib}/plugins/redirect/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/redirect/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/InkeepCustomTrigger.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/InkeepCustomTrigger.js +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/index.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/index.js +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/inkeep.d.ts +0 -0
- /package/dist/{src/lib → lib}/plugins/search-inkeep/inkeep.js +0 -0
- /package/dist/{src/lib → lib}/themeToggle.d.ts +0 -0
- /package/dist/{src/lib → lib}/themeToggle.js +0 -0
- /package/dist/{src/lib → lib}/ui/Button.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Button.js +0 -0
- /package/dist/{src/lib → lib}/ui/Callout.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Callout.js +0 -0
- /package/dist/{src/lib → lib}/ui/Card.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Card.js +0 -0
- /package/dist/{src/lib → lib}/ui/Drawer.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Drawer.js +0 -0
- /package/dist/{src/lib → lib}/ui/DropdownMenu.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/DropdownMenu.js +0 -0
- /package/dist/{src/lib → lib}/ui/Input.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Input.js +0 -0
- /package/dist/{src/lib → lib}/ui/Note.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Note.js +0 -0
- /package/dist/{src/lib → lib}/ui/Tabs.d.ts +0 -0
- /package/dist/{src/lib → lib}/ui/Tabs.js +0 -0
- /package/dist/{src/lib → lib}/util/MdxComponents.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/MdxComponents.js +0 -0
- /package/dist/{src/lib → lib}/util/cn.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/cn.js +0 -0
- /package/dist/{src/lib → lib}/util/createVariantComponent.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/createVariantComponent.js +0 -0
- /package/dist/{src/lib → lib}/util/createWaitForNotify.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/createWaitForNotify.js +0 -0
- /package/dist/{src/lib → lib}/util/groupBy.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/groupBy.js +0 -0
- /package/dist/{src/lib → lib}/util/invariant.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/invariant.js +0 -0
- /package/dist/{src/lib → lib}/util/joinPath.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/joinPath.js +0 -0
- /package/dist/{src/lib → lib}/util/logInit.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/logInit.js +0 -0
- /package/dist/{src/lib → lib}/util/objectEntries.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/objectEntries.js +0 -0
- /package/dist/{src/lib → lib}/util/pastellize.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/pastellize.js +0 -0
- /package/dist/{src/lib → lib}/util/renderIf.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/renderIf.js +0 -0
- /package/dist/{src/lib → lib}/util/requestIdleCallbackPolyfill.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/requestIdleCallbackPolyfill.js +0 -0
- /package/dist/{src/lib → lib}/util/useScrollToAnchor.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/useScrollToAnchor.js +0 -0
- /package/dist/{src/lib → lib}/util/useScrollToTop.d.ts +0 -0
- /package/dist/{src/lib → lib}/util/useScrollToTop.js +0 -0
- /package/dist/{src/ts.d.ts → ts.d.ts} +0 -0
- /package/dist/{src/ts.js → ts.js} +0 -0
- /package/dist/{src/vite → vite}/build.d.ts +0 -0
- /package/dist/{src/vite → vite}/build.js +0 -0
- /package/dist/{src/vite → vite}/config.test.d.ts +0 -0
- /package/dist/{src/vite → vite}/config.test.js +0 -0
- /package/dist/{src/vite → vite}/dev-server.d.ts +0 -0
- /package/dist/{src/vite → vite}/dev-server.js +0 -0
- /package/dist/{src/vite → vite}/error-handler.d.ts +0 -0
- /package/dist/{src/vite → vite}/error-handler.js +0 -0
- /package/dist/{src/vite → vite}/html.d.ts +0 -0
- /package/dist/{src/vite → vite}/html.js +0 -0
- /package/dist/{src/vite → vite}/plugin-custom-css.js +0 -0
- /package/dist/{src/vite → vite}/plugin-docs.test.d.ts +0 -0
- /package/dist/{src/vite → vite}/plugin-docs.test.js +0 -0
- /package/dist/{src/vite → vite}/plugin-html-transform.d.ts +0 -0
- /package/dist/{src/vite → vite}/plugin-html-transform.js +0 -0
- /package/dist/{src/vite → vite}/plugin-icons.d.ts +0 -0
- /package/dist/{src/vite → vite}/plugin-icons.js +0 -0
- /package/dist/{src/vite → vite}/plugin-metadata.d.ts +0 -0
- /package/dist/{src/vite → vite}/plugin-metadata.js +0 -0
- /package/dist/{src/vite → vite}/plugin.js +0 -0
- /package/dist/{src/vite → vite}/prerender.d.ts +0 -0
- /package/dist/{src/vite → vite}/prerender.js +0 -0
- /package/dist/{src/vite → vite}/sitemap.d.ts +0 -0
- /package/dist/{src/vite → vite}/sitemap.js +0 -0
|
@@ -3,8 +3,8 @@ var yo = (t) => {
|
|
|
3
3
|
throw TypeError(t);
|
|
4
4
|
};
|
|
5
5
|
var Nl = (t, e, n) => e in t ? Ol(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
6
|
-
var
|
|
7
|
-
var l = (t, e, n) => (
|
|
6
|
+
var H = (t, e, n) => Nl(t, typeof e != "symbol" ? e + "" : e, n), Hr = (t, e, n) => e.has(t) || yo("Cannot " + n);
|
|
7
|
+
var l = (t, e, n) => (Hr(t, e, "read from private field"), n ? n.call(t) : e.get(t)), Q = (t, e, n) => e.has(t) ? yo("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), $ = (t, e, n, i) => (Hr(t, e, "write to private field"), i ? i.call(t, n) : e.set(t, n), n), k = (t, e, n) => (Hr(t, e, "access private method"), n);
|
|
8
8
|
var vn = (t, e, n, i) => ({
|
|
9
9
|
set _(r) {
|
|
10
10
|
$(t, e, r, n);
|
|
@@ -14,8 +14,8 @@ var vn = (t, e, n, i) => ({
|
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
import { C as Ua, c as Va, m as Ba, f as Ga } from "./urql-YhcsXYy8.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
17
|
+
import { a as Al } from "./index-LNp6rxyU.js";
|
|
18
|
+
import { g as xl } from "./_commonjsHelpers-BkfeUUK-.js";
|
|
19
19
|
function Fl(t, e) {
|
|
20
20
|
for (var n = 0; n < e.length; n++) {
|
|
21
21
|
const i = e[n];
|
|
@@ -32,7 +32,7 @@ function Fl(t, e) {
|
|
|
32
32
|
}
|
|
33
33
|
return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function Yr(t) {
|
|
36
36
|
if (!$s(t))
|
|
37
37
|
throw new Error("Parameter was not an error");
|
|
38
38
|
}
|
|
@@ -71,16 +71,16 @@ class ft extends Error {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
static cause(e) {
|
|
74
|
-
return
|
|
74
|
+
return Yr(e), e._cause && $s(e._cause) ? e._cause : null;
|
|
75
75
|
}
|
|
76
76
|
static fullStack(e) {
|
|
77
|
-
|
|
77
|
+
Yr(e);
|
|
78
78
|
const n = ft.cause(e);
|
|
79
79
|
return n ? `${e.stack}
|
|
80
80
|
caused by: ${ft.fullStack(n)}` : e.stack;
|
|
81
81
|
}
|
|
82
82
|
static info(e) {
|
|
83
|
-
|
|
83
|
+
Yr(e);
|
|
84
84
|
const n = {}, i = ft.cause(e);
|
|
85
85
|
return i && Object.assign(n, ft.info(i)), e._info && Object.assign(n, e._info), n;
|
|
86
86
|
}
|
|
@@ -647,11 +647,11 @@ function Wl({ plugins: t }) {
|
|
|
647
647
|
contextFactory: S
|
|
648
648
|
};
|
|
649
649
|
}
|
|
650
|
-
function
|
|
650
|
+
function Hl(t) {
|
|
651
651
|
return t != null;
|
|
652
652
|
}
|
|
653
|
-
function
|
|
654
|
-
const e = t.plugins.filter(
|
|
653
|
+
function Yl(t) {
|
|
654
|
+
const e = t.plugins.filter(Hl), n = Wl({
|
|
655
655
|
plugins: e
|
|
656
656
|
}), i = (r = {}) => {
|
|
657
657
|
const s = n;
|
|
@@ -785,7 +785,7 @@ function ae(t, e) {
|
|
|
785
785
|
function uc(t) {
|
|
786
786
|
return typeof (t == null ? void 0 : t.then) == "function";
|
|
787
787
|
}
|
|
788
|
-
function
|
|
788
|
+
function Yt(t) {
|
|
789
789
|
return typeof t == "object" && t !== null;
|
|
790
790
|
}
|
|
791
791
|
function Wt(t, e) {
|
|
@@ -900,7 +900,7 @@ let j = class Qa extends Error {
|
|
|
900
900
|
(i = this.nodes) === null || i === void 0 ? void 0 : i.map((w) => w.loc).filter((w) => w != null)
|
|
901
901
|
);
|
|
902
902
|
this.source = a ?? (m == null || (r = m[0]) === null || r === void 0 ? void 0 : r.source), this.positions = u ?? (m == null ? void 0 : m.map((w) => w.start)), this.locations = u && a ? u.map((w) => cs(a, w)) : m == null ? void 0 : m.map((w) => cs(w.source, w.start));
|
|
903
|
-
const S =
|
|
903
|
+
const S = Yt(
|
|
904
904
|
f == null ? void 0 : f.extensions
|
|
905
905
|
) ? f == null ? void 0 : f.extensions : void 0;
|
|
906
906
|
this.extensions = (s = p ?? S) !== null && s !== void 0 ? s : /* @__PURE__ */ Object.create(null), Object.defineProperties(this, {
|
|
@@ -1037,7 +1037,7 @@ class Wa {
|
|
|
1037
1037
|
};
|
|
1038
1038
|
}
|
|
1039
1039
|
}
|
|
1040
|
-
const
|
|
1040
|
+
const Ha = {
|
|
1041
1041
|
Name: [],
|
|
1042
1042
|
Document: ["definitions"],
|
|
1043
1043
|
OperationDefinition: [
|
|
@@ -1111,7 +1111,7 @@ const Ya = {
|
|
|
1111
1111
|
UnionTypeExtension: ["name", "directives", "types"],
|
|
1112
1112
|
EnumTypeExtension: ["name", "directives", "values"],
|
|
1113
1113
|
InputObjectTypeExtension: ["name", "directives", "fields"]
|
|
1114
|
-
}, hc = new Set(Object.keys(
|
|
1114
|
+
}, hc = new Set(Object.keys(Ha));
|
|
1115
1115
|
function fs(t) {
|
|
1116
1116
|
const e = t == null ? void 0 : t.kind;
|
|
1117
1117
|
return typeof e == "string" && hc.has(e);
|
|
@@ -1134,15 +1134,15 @@ function ds(t) {
|
|
|
1134
1134
|
function Fi(t) {
|
|
1135
1135
|
return t >= 48 && t <= 57;
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1137
|
+
function Ya(t) {
|
|
1138
1138
|
return t >= 97 && t <= 122 || // A-Z
|
|
1139
1139
|
t >= 65 && t <= 90;
|
|
1140
1140
|
}
|
|
1141
1141
|
function js(t) {
|
|
1142
|
-
return
|
|
1142
|
+
return Ya(t) || t === 95;
|
|
1143
1143
|
}
|
|
1144
1144
|
function Ja(t) {
|
|
1145
|
-
return
|
|
1145
|
+
return Ya(t) || Fi(t) || t === 95;
|
|
1146
1146
|
}
|
|
1147
1147
|
function pc(t) {
|
|
1148
1148
|
var e;
|
|
@@ -2849,15 +2849,15 @@ function ji(t, e) {
|
|
|
2849
2849
|
let n = 0, i = 0;
|
|
2850
2850
|
for (; n < t.length && i < e.length; ) {
|
|
2851
2851
|
let r = t.charCodeAt(n), s = e.charCodeAt(i);
|
|
2852
|
-
if (
|
|
2852
|
+
if (Hi(r) && Hi(s)) {
|
|
2853
2853
|
let o = 0;
|
|
2854
2854
|
do
|
|
2855
2855
|
++n, o = o * 10 + r - hs, r = t.charCodeAt(n);
|
|
2856
|
-
while (
|
|
2856
|
+
while (Hi(r) && o > 0);
|
|
2857
2857
|
let a = 0;
|
|
2858
2858
|
do
|
|
2859
2859
|
++i, a = a * 10 + s - hs, s = e.charCodeAt(i);
|
|
2860
|
-
while (
|
|
2860
|
+
while (Hi(s) && a > 0);
|
|
2861
2861
|
if (o < a)
|
|
2862
2862
|
return -1;
|
|
2863
2863
|
if (o > a)
|
|
@@ -2873,7 +2873,7 @@ function ji(t, e) {
|
|
|
2873
2873
|
return t.length - e.length;
|
|
2874
2874
|
}
|
|
2875
2875
|
const hs = 48, Mc = 57;
|
|
2876
|
-
function
|
|
2876
|
+
function Hi(t) {
|
|
2877
2877
|
return !isNaN(t) && hs <= t && t <= Mc;
|
|
2878
2878
|
}
|
|
2879
2879
|
function kn(t, e) {
|
|
@@ -3128,7 +3128,7 @@ const qc = [
|
|
|
3128
3128
|
"\\u009E",
|
|
3129
3129
|
"\\u009F"
|
|
3130
3130
|
], bi = Object.freeze({});
|
|
3131
|
-
function Ps(t, e, n =
|
|
3131
|
+
function Ps(t, e, n = Ha) {
|
|
3132
3132
|
const i = /* @__PURE__ */ new Map();
|
|
3133
3133
|
for (const b of Object.values(_))
|
|
3134
3134
|
i.set(b, Er(e, b));
|
|
@@ -3550,7 +3550,7 @@ function qt(t) {
|
|
|
3550
3550
|
);
|
|
3551
3551
|
return t;
|
|
3552
3552
|
}
|
|
3553
|
-
function
|
|
3553
|
+
function Hc(t) {
|
|
3554
3554
|
if (t === "true" || t === "false" || t === "null")
|
|
3555
3555
|
throw new j(`Enum values cannot be named: ${t}`);
|
|
3556
3556
|
return qt(t);
|
|
@@ -3613,7 +3613,7 @@ class Ue {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
class ne {
|
|
3615
3615
|
constructor(e) {
|
|
3616
|
-
|
|
3616
|
+
Yc(e) || ae(
|
|
3617
3617
|
!1,
|
|
3618
3618
|
`Expected ${V(e)} to be a GraphQL nullable type.`
|
|
3619
3619
|
), this.ofType = e;
|
|
@@ -3631,7 +3631,7 @@ class ne {
|
|
|
3631
3631
|
function Us(t) {
|
|
3632
3632
|
return je(t) || re(t);
|
|
3633
3633
|
}
|
|
3634
|
-
function
|
|
3634
|
+
function Yc(t) {
|
|
3635
3635
|
return Ms(t) && !re(t);
|
|
3636
3636
|
}
|
|
3637
3637
|
function nu(t) {
|
|
@@ -3782,7 +3782,7 @@ function au(t) {
|
|
|
3782
3782
|
}));
|
|
3783
3783
|
}
|
|
3784
3784
|
function Wn(t) {
|
|
3785
|
-
return
|
|
3785
|
+
return Yt(t) && !Array.isArray(t);
|
|
3786
3786
|
}
|
|
3787
3787
|
function uu(t) {
|
|
3788
3788
|
return kr(t, (e) => ({
|
|
@@ -3918,13 +3918,13 @@ class ri {
|
|
|
3918
3918
|
if (typeof e != "string") {
|
|
3919
3919
|
const i = V(e);
|
|
3920
3920
|
throw new j(
|
|
3921
|
-
`Enum "${this.name}" cannot represent non-string value: ${i}.` +
|
|
3921
|
+
`Enum "${this.name}" cannot represent non-string value: ${i}.` + Yi(this, i)
|
|
3922
3922
|
);
|
|
3923
3923
|
}
|
|
3924
3924
|
const n = this.getValue(e);
|
|
3925
3925
|
if (n == null)
|
|
3926
3926
|
throw new j(
|
|
3927
|
-
`Value "${e}" does not exist in "${this.name}" enum.` +
|
|
3927
|
+
`Value "${e}" does not exist in "${this.name}" enum.` + Yi(this, e)
|
|
3928
3928
|
);
|
|
3929
3929
|
return n.value;
|
|
3930
3930
|
}
|
|
@@ -3932,7 +3932,7 @@ class ri {
|
|
|
3932
3932
|
if (e.kind !== _.ENUM) {
|
|
3933
3933
|
const r = be(e);
|
|
3934
3934
|
throw new j(
|
|
3935
|
-
`Enum "${this.name}" cannot represent non-enum value: ${r}.` +
|
|
3935
|
+
`Enum "${this.name}" cannot represent non-enum value: ${r}.` + Yi(this, r),
|
|
3936
3936
|
{
|
|
3937
3937
|
nodes: e
|
|
3938
3938
|
}
|
|
@@ -3942,7 +3942,7 @@ class ri {
|
|
|
3942
3942
|
if (i == null) {
|
|
3943
3943
|
const r = be(e);
|
|
3944
3944
|
throw new j(
|
|
3945
|
-
`Value "${r}" does not exist in "${this.name}" enum.` +
|
|
3945
|
+
`Value "${r}" does not exist in "${this.name}" enum.` + Yi(this, r),
|
|
3946
3946
|
{
|
|
3947
3947
|
nodes: e
|
|
3948
3948
|
}
|
|
@@ -3978,7 +3978,7 @@ class ri {
|
|
|
3978
3978
|
return this.toString();
|
|
3979
3979
|
}
|
|
3980
3980
|
}
|
|
3981
|
-
function
|
|
3981
|
+
function Yi(t, e) {
|
|
3982
3982
|
const n = t.getValues().map((r) => r.name), i = kn(e, n);
|
|
3983
3983
|
return gn("the enum value", i);
|
|
3984
3984
|
}
|
|
@@ -3990,7 +3990,7 @@ function ko(t, e) {
|
|
|
3990
3990
|
!1,
|
|
3991
3991
|
`${t}.${n} must refer to an object with a "value" key representing an internal value but got: ${V(i)}.`
|
|
3992
3992
|
), {
|
|
3993
|
-
name:
|
|
3993
|
+
name: Hc(n),
|
|
3994
3994
|
description: i.description,
|
|
3995
3995
|
value: i.value !== void 0 ? i.value : n,
|
|
3996
3996
|
deprecationReason: i.deprecationReason,
|
|
@@ -4059,8 +4059,8 @@ function cu(t) {
|
|
|
4059
4059
|
function gs(t, e) {
|
|
4060
4060
|
return t === e ? !0 : re(t) && re(e) || je(t) && je(e) ? gs(t.ofType, e.ofType) : !1;
|
|
4061
4061
|
}
|
|
4062
|
-
function
|
|
4063
|
-
return e === n ? !0 : re(n) ? re(e) ?
|
|
4062
|
+
function Hn(t, e, n) {
|
|
4063
|
+
return e === n ? !0 : re(n) ? re(e) ? Hn(t, e.ofType, n.ofType) : !1 : re(e) ? Hn(t, e.ofType, n) : je(n) ? je(e) ? Hn(t, e.ofType, n.ofType) : !1 : je(e) ? !1 : tn(n) && (we(e) || pe(e)) && t.isSubType(n, e);
|
|
4064
4064
|
}
|
|
4065
4065
|
function Do(t, e, n) {
|
|
4066
4066
|
return e === n ? !0 : tn(e) ? tn(n) ? t.getPossibleTypes(e).some((i) => t.isSubType(n, i)) : t.isSubType(e, n) : tn(n) ? t.isSubType(n, e) : !1;
|
|
@@ -4241,10 +4241,10 @@ const Xr = 2147483647, Zr = -2147483648, Mi = new Ut({
|
|
|
4241
4241
|
Ui
|
|
4242
4242
|
]);
|
|
4243
4243
|
function Vi(t) {
|
|
4244
|
-
if (
|
|
4244
|
+
if (Yt(t)) {
|
|
4245
4245
|
if (typeof t.valueOf == "function") {
|
|
4246
4246
|
const e = t.valueOf();
|
|
4247
|
-
if (!
|
|
4247
|
+
if (!Yt(e))
|
|
4248
4248
|
return e;
|
|
4249
4249
|
}
|
|
4250
4250
|
if (typeof t.toJSON == "function")
|
|
@@ -4260,7 +4260,7 @@ class nn {
|
|
|
4260
4260
|
var n, i;
|
|
4261
4261
|
this.name = qt(e.name), this.description = e.description, this.locations = e.locations, this.isRepeatable = (n = e.isRepeatable) !== null && n !== void 0 ? n : !1, this.extensions = mt(e.extensions), this.astNode = e.astNode, Array.isArray(e.locations) || ae(!1, `@${e.name} locations must be an Array.`);
|
|
4262
4262
|
const r = (i = e.args) !== null && i !== void 0 ? i : {};
|
|
4263
|
-
|
|
4263
|
+
Yt(r) && !Array.isArray(r) || ae(
|
|
4264
4264
|
!1,
|
|
4265
4265
|
`@${e.name} args must be an object with argument names as keys.`
|
|
4266
4266
|
), this.args = au(r);
|
|
@@ -4382,7 +4382,7 @@ function wi(t, e) {
|
|
|
4382
4382
|
return wi(t, n);
|
|
4383
4383
|
}
|
|
4384
4384
|
if (ze(e)) {
|
|
4385
|
-
if (!
|
|
4385
|
+
if (!Yt(t))
|
|
4386
4386
|
return null;
|
|
4387
4387
|
const n = [];
|
|
4388
4388
|
for (const i of Object.values(e.getFields())) {
|
|
@@ -4902,7 +4902,7 @@ class qs {
|
|
|
4902
4902
|
// Used as a cache for validateSchema().
|
|
4903
4903
|
constructor(e) {
|
|
4904
4904
|
var n, i;
|
|
4905
|
-
this.__validationErrors = e.assumeValid === !0 ? [] : void 0,
|
|
4905
|
+
this.__validationErrors = e.assumeValid === !0 ? [] : void 0, Yt(e) || ae(!1, "Must provide configuration object."), !e.types || Array.isArray(e.types) || ae(
|
|
4906
4906
|
!1,
|
|
4907
4907
|
`"types" must be Array if provided but got: ${V(e.types)}.`
|
|
4908
4908
|
), !e.directives || Array.isArray(e.directives) || ae(
|
|
@@ -5249,7 +5249,7 @@ function cf(t, e, n) {
|
|
|
5249
5249
|
);
|
|
5250
5250
|
continue;
|
|
5251
5251
|
}
|
|
5252
|
-
if (!
|
|
5252
|
+
if (!Hn(t.schema, f.type, u.type)) {
|
|
5253
5253
|
var r, s;
|
|
5254
5254
|
t.reportError(
|
|
5255
5255
|
`Interface field ${n.name}.${c} expects type ${V(u.type)} but ${e.name}.${c} is type ${V(f.type)}.`,
|
|
@@ -6117,7 +6117,7 @@ function Ou(t) {
|
|
|
6117
6117
|
).join(" and ") : t;
|
|
6118
6118
|
}
|
|
6119
6119
|
function Bf(t) {
|
|
6120
|
-
const e = new
|
|
6120
|
+
const e = new Hf(), n = /* @__PURE__ */ new Map();
|
|
6121
6121
|
return {
|
|
6122
6122
|
SelectionSet(i) {
|
|
6123
6123
|
const r = Gf(
|
|
@@ -6188,7 +6188,7 @@ function _r(t, e, n, i, r, s, o) {
|
|
|
6188
6188
|
a
|
|
6189
6189
|
);
|
|
6190
6190
|
if (s !== u) {
|
|
6191
|
-
|
|
6191
|
+
Hs(
|
|
6192
6192
|
t,
|
|
6193
6193
|
e,
|
|
6194
6194
|
n,
|
|
@@ -6237,7 +6237,7 @@ function Ir(t, e, n, i, r, s, o) {
|
|
|
6237
6237
|
n,
|
|
6238
6238
|
u
|
|
6239
6239
|
);
|
|
6240
|
-
|
|
6240
|
+
Hs(
|
|
6241
6241
|
t,
|
|
6242
6242
|
e,
|
|
6243
6243
|
n,
|
|
@@ -6279,7 +6279,7 @@ function qf(t, e, n, i, r, s, o, a) {
|
|
|
6279
6279
|
o,
|
|
6280
6280
|
a
|
|
6281
6281
|
);
|
|
6282
|
-
|
|
6282
|
+
Hs(
|
|
6283
6283
|
t,
|
|
6284
6284
|
u,
|
|
6285
6285
|
e,
|
|
@@ -6339,7 +6339,7 @@ function zf(t, e, n, i, r) {
|
|
|
6339
6339
|
c && e.push(c);
|
|
6340
6340
|
}
|
|
6341
6341
|
}
|
|
6342
|
-
function
|
|
6342
|
+
function Hs(t, e, n, i, r, s, o) {
|
|
6343
6343
|
for (const [a, u] of Object.entries(s)) {
|
|
6344
6344
|
const c = o[a];
|
|
6345
6345
|
if (c)
|
|
@@ -6482,7 +6482,7 @@ function Wf(t, e, n, i) {
|
|
|
6482
6482
|
[i, ...t.map(([, , r]) => r).flat()]
|
|
6483
6483
|
];
|
|
6484
6484
|
}
|
|
6485
|
-
class
|
|
6485
|
+
class Hf {
|
|
6486
6486
|
constructor() {
|
|
6487
6487
|
this._data = /* @__PURE__ */ new Map();
|
|
6488
6488
|
}
|
|
@@ -6496,7 +6496,7 @@ class Yf {
|
|
|
6496
6496
|
o === void 0 ? this._data.set(r, /* @__PURE__ */ new Map([[s, i]])) : o.set(s, i);
|
|
6497
6497
|
}
|
|
6498
6498
|
}
|
|
6499
|
-
function
|
|
6499
|
+
function Yf(t) {
|
|
6500
6500
|
return {
|
|
6501
6501
|
InlineFragment(e) {
|
|
6502
6502
|
const n = t.getType(), i = t.getParentType();
|
|
@@ -6695,7 +6695,7 @@ function Ei(t, e, n, i) {
|
|
|
6695
6695
|
}) : [Ei(t, r, n, i)];
|
|
6696
6696
|
}
|
|
6697
6697
|
if (ze(e)) {
|
|
6698
|
-
if (!
|
|
6698
|
+
if (!Yt(t)) {
|
|
6699
6699
|
n(
|
|
6700
6700
|
Kt(i),
|
|
6701
6701
|
t,
|
|
@@ -7405,9 +7405,9 @@ function wd(t, e, n, i, r) {
|
|
|
7405
7405
|
if (!(n != null && n.kind !== _.NULL) && !(r !== void 0))
|
|
7406
7406
|
return !1;
|
|
7407
7407
|
const a = i.ofType;
|
|
7408
|
-
return
|
|
7408
|
+
return Hn(t, e, a);
|
|
7409
7409
|
}
|
|
7410
|
-
return
|
|
7410
|
+
return Hn(t, e, i);
|
|
7411
7411
|
}
|
|
7412
7412
|
const Ed = Object.freeze([$f]), Fu = Object.freeze([
|
|
7413
7413
|
vf,
|
|
@@ -7422,7 +7422,7 @@ const Ed = Object.freeze([$f]), Fu = Object.freeze([
|
|
|
7422
7422
|
fd,
|
|
7423
7423
|
Cf,
|
|
7424
7424
|
Mf,
|
|
7425
|
-
|
|
7425
|
+
Yf,
|
|
7426
7426
|
jf,
|
|
7427
7427
|
pd,
|
|
7428
7428
|
Pf,
|
|
@@ -7610,7 +7610,7 @@ function Od(t) {
|
|
|
7610
7610
|
return Array.isArray(t.path);
|
|
7611
7611
|
}
|
|
7612
7612
|
const zo = function(t, e, n, i) {
|
|
7613
|
-
if (
|
|
7613
|
+
if (Yt(t) && typeof t.__typename == "string")
|
|
7614
7614
|
return t.__typename;
|
|
7615
7615
|
const r = n.schema.getPossibleTypes(i), s = [];
|
|
7616
7616
|
for (let o = 0; o < r.length; o++) {
|
|
@@ -7630,12 +7630,12 @@ const zo = function(t, e, n, i) {
|
|
|
7630
7630
|
return r[a].name;
|
|
7631
7631
|
});
|
|
7632
7632
|
}, cr = function(t, e, n, i) {
|
|
7633
|
-
if (
|
|
7633
|
+
if (Yt(t) || typeof t == "function") {
|
|
7634
7634
|
const r = t[i.fieldName];
|
|
7635
7635
|
return typeof r == "function" ? t[i.fieldName](e, n, i) : r;
|
|
7636
7636
|
}
|
|
7637
7637
|
};
|
|
7638
|
-
function
|
|
7638
|
+
function Ys(t, e) {
|
|
7639
7639
|
let n = null;
|
|
7640
7640
|
for (const r of t.definitions)
|
|
7641
7641
|
if (r.kind === _.OPERATION_DEFINITION) {
|
|
@@ -8485,10 +8485,10 @@ function is(t, e, n) {
|
|
|
8485
8485
|
writable: !0
|
|
8486
8486
|
}) : t[e] = n, t;
|
|
8487
8487
|
}
|
|
8488
|
-
let
|
|
8489
|
-
class
|
|
8488
|
+
let Hd = qi;
|
|
8489
|
+
class Yd extends Ne {
|
|
8490
8490
|
constructor(e, n) {
|
|
8491
|
-
super(e, n), is(this, "kind", void 0), is(this, "$inferInput", void 0), is(this,
|
|
8491
|
+
super(e, n), is(this, "kind", void 0), is(this, "$inferInput", void 0), is(this, Hd, void 0), this.kind = e;
|
|
8492
8492
|
}
|
|
8493
8493
|
}
|
|
8494
8494
|
function Ki(t, e, n) {
|
|
@@ -8609,7 +8609,7 @@ class Zd {
|
|
|
8609
8609
|
const n = this.typeConfigs.get(e);
|
|
8610
8610
|
if (n.graphqlKind !== "InputObject" && n.graphqlKind !== "Enum" && n.graphqlKind !== "Scalar")
|
|
8611
8611
|
throw new ie(`Expected ${n.name} to be an input type but got ${n.graphqlKind}`);
|
|
8612
|
-
const i = new
|
|
8612
|
+
const i = new Yd(n.graphqlKind, n.name);
|
|
8613
8613
|
return this.refsToName.set(i, n.name), i;
|
|
8614
8614
|
}
|
|
8615
8615
|
}
|
|
@@ -9555,10 +9555,10 @@ let Js = class {
|
|
|
9555
9555
|
qn(Js, "plugins", {});
|
|
9556
9556
|
qn(Js, "allowPluginReRegistration", !1);
|
|
9557
9557
|
const Eh = Js;
|
|
9558
|
-
function
|
|
9558
|
+
function Ho(t) {
|
|
9559
9559
|
return t;
|
|
9560
9560
|
}
|
|
9561
|
-
function
|
|
9561
|
+
function Yo(t) {
|
|
9562
9562
|
if (typeof t != "object" || t === null || Array.isArray(t))
|
|
9563
9563
|
throw new TypeError("JSONObject cannot represent non-object value: " + t);
|
|
9564
9564
|
return t;
|
|
@@ -9595,8 +9595,8 @@ var vh = new Ut({
|
|
|
9595
9595
|
name: "JSON",
|
|
9596
9596
|
description: "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
|
|
9597
9597
|
specifiedByUrl: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
|
|
9598
|
-
serialize:
|
|
9599
|
-
parseValue:
|
|
9598
|
+
serialize: Ho,
|
|
9599
|
+
parseValue: Ho,
|
|
9600
9600
|
parseLiteral: function(e, n) {
|
|
9601
9601
|
return Ks("JSON", e, n);
|
|
9602
9602
|
}
|
|
@@ -9604,8 +9604,8 @@ var vh = new Ut({
|
|
|
9604
9604
|
name: "JSONObject",
|
|
9605
9605
|
description: "The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
|
|
9606
9606
|
specifiedByUrl: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
|
|
9607
|
-
serialize:
|
|
9608
|
-
parseValue:
|
|
9607
|
+
serialize: Yo,
|
|
9608
|
+
parseValue: Yo,
|
|
9609
9609
|
parseLiteral: function(e, n) {
|
|
9610
9610
|
if (e.kind !== _.OBJECT)
|
|
9611
9611
|
throw new TypeError("JSONObject cannot represent non-object value: " + be(e));
|
|
@@ -9690,8 +9690,8 @@ const Nh = [
|
|
|
9690
9690
|
function Ah(t) {
|
|
9691
9691
|
return t != null && typeof t == "object" && Object.keys(t).every((e) => Nh.includes(e));
|
|
9692
9692
|
}
|
|
9693
|
-
function
|
|
9694
|
-
return e != null && e.originalError && !(e.originalError instanceof Error) && Ah(e.originalError) && (e.originalError =
|
|
9693
|
+
function Y(t, e) {
|
|
9694
|
+
return e != null && e.originalError && !(e.originalError instanceof Error) && Ah(e.originalError) && (e.originalError = Y(e.originalError.message, e.originalError)), ac.major >= 17 ? new j(t, e) : new j(t, e == null ? void 0 : e.nodes, e == null ? void 0 : e.source, e == null ? void 0 : e.positions, e == null ? void 0 : e.path, e == null ? void 0 : e.originalError, e == null ? void 0 : e.extensions);
|
|
9695
9695
|
}
|
|
9696
9696
|
function xh(t) {
|
|
9697
9697
|
return t != null && typeof t == "object" && Symbol.iterator in t;
|
|
@@ -9722,7 +9722,7 @@ function Vu(t, e, n = {}) {
|
|
|
9722
9722
|
if (u !== void 0)
|
|
9723
9723
|
i[o] = u;
|
|
9724
9724
|
else if (re(a))
|
|
9725
|
-
throw
|
|
9725
|
+
throw Y(`Argument "${o}" of required type "${tt(a)}" was not provided.`, {
|
|
9726
9726
|
nodes: [e]
|
|
9727
9727
|
});
|
|
9728
9728
|
continue;
|
|
@@ -9735,7 +9735,7 @@ function Vu(t, e, n = {}) {
|
|
|
9735
9735
|
if (u !== void 0)
|
|
9736
9736
|
i[o] = u;
|
|
9737
9737
|
else if (re(a))
|
|
9738
|
-
throw
|
|
9738
|
+
throw Y(`Argument "${o}" of required type "${tt(a)}" was provided the variable "$${S}" which was not provided a runtime value.`, {
|
|
9739
9739
|
nodes: [f]
|
|
9740
9740
|
});
|
|
9741
9741
|
continue;
|
|
@@ -9743,12 +9743,12 @@ function Vu(t, e, n = {}) {
|
|
|
9743
9743
|
p = n[S] == null;
|
|
9744
9744
|
}
|
|
9745
9745
|
if (p && re(a))
|
|
9746
|
-
throw
|
|
9746
|
+
throw Y(`Argument "${o}" of non-null type "${tt(a)}" must not be null.`, {
|
|
9747
9747
|
nodes: [f]
|
|
9748
9748
|
});
|
|
9749
9749
|
const m = Nn(f, a, n);
|
|
9750
9750
|
if (m === void 0)
|
|
9751
|
-
throw
|
|
9751
|
+
throw Y(`Argument "${o}" has invalid value ${be(f)}.`, {
|
|
9752
9752
|
nodes: [f]
|
|
9753
9753
|
});
|
|
9754
9754
|
i[o] = m;
|
|
@@ -9841,7 +9841,7 @@ function Rh(t) {
|
|
|
9841
9841
|
function Lh(t, e, n) {
|
|
9842
9842
|
const r = kh(t).get(e);
|
|
9843
9843
|
if (r == null)
|
|
9844
|
-
throw
|
|
9844
|
+
throw Y(`Schema is not configured to execute ${e} operation.`, {
|
|
9845
9845
|
nodes: n
|
|
9846
9846
|
});
|
|
9847
9847
|
return r;
|
|
@@ -10054,20 +10054,20 @@ function dr(t, e, n) {
|
|
|
10054
10054
|
}
|
|
10055
10055
|
else if (e) {
|
|
10056
10056
|
const r = e.maskError(t, e.errorMessage, e.isDev);
|
|
10057
|
-
r !== t && n.error(t), i.add(oi(r) ? r :
|
|
10057
|
+
r !== t && n.error(t), i.add(oi(r) ? r : Y(r.message, {
|
|
10058
10058
|
originalError: r
|
|
10059
10059
|
}));
|
|
10060
|
-
} else oi(t) ? i.add(t) : t instanceof Error ? i.add(
|
|
10060
|
+
} else oi(t) ? i.add(t) : t instanceof Error ? i.add(Y(t.message, {
|
|
10061
10061
|
originalError: t
|
|
10062
|
-
})) : typeof t == "string" ? i.add(
|
|
10062
|
+
})) : typeof t == "string" ? i.add(Y(t, {
|
|
10063
10063
|
extensions: {
|
|
10064
10064
|
unexpected: !0
|
|
10065
10065
|
}
|
|
10066
|
-
})) : Vh(t) ? i.add(
|
|
10066
|
+
})) : Vh(t) ? i.add(Y(t.toString(), {
|
|
10067
10067
|
extensions: {
|
|
10068
10068
|
unexpected: !0
|
|
10069
10069
|
}
|
|
10070
|
-
})) : (n.error(t), i.add(
|
|
10070
|
+
})) : (n.error(t), i.add(Y("Unexpected error.", {
|
|
10071
10071
|
extensions: {
|
|
10072
10072
|
http: {
|
|
10073
10073
|
unexpected: !0
|
|
@@ -10119,23 +10119,23 @@ const bn = {
|
|
|
10119
10119
|
error: n > gi.error ? sr : Qh
|
|
10120
10120
|
};
|
|
10121
10121
|
}, Wh = '<!doctype html><html lang=en><head><meta charset=utf-8><title>__TITLE__</title><link rel=icon href=https://raw.githubusercontent.com/dotansimha/graphql-yoga/main/website/public/favicon.ico><link rel=stylesheet href=https://unpkg.com/@graphql-yoga/graphiql@4.2.1/dist/style.css></head><body id=body class=no-focus-outline><noscript>You need to enable JavaScript to run this app.</noscript><div id=root></div><script type=module>import{renderYogaGraphiQL}from"https://unpkg.com/@graphql-yoga/graphiql@4.2.1/dist/yoga-graphiql.es.js";renderYogaGraphiQL(root,__OPTS__)<\/script></body></html>';
|
|
10122
|
-
function
|
|
10122
|
+
function Hh({ headers: t, method: e }) {
|
|
10123
10123
|
var n;
|
|
10124
10124
|
return e === "GET" && !!((n = t == null ? void 0 : t.get("accept")) != null && n.includes("text/html"));
|
|
10125
10125
|
}
|
|
10126
|
-
const
|
|
10126
|
+
const Yh = (t) => Wh.replace("__TITLE__", (t == null ? void 0 : t.title) || "Yoga GraphiQL").replace("__OPTS__", JSON.stringify(t ?? {}));
|
|
10127
10127
|
function Jh(t) {
|
|
10128
10128
|
const e = t.logger ?? console;
|
|
10129
10129
|
let n;
|
|
10130
10130
|
typeof (t == null ? void 0 : t.options) == "function" ? n = t == null ? void 0 : t.options : typeof (t == null ? void 0 : t.options) == "object" ? n = () => t == null ? void 0 : t.options : (t == null ? void 0 : t.options) === !1 ? n = () => !1 : n = () => ({});
|
|
10131
|
-
const i = (t == null ? void 0 : t.render) ??
|
|
10131
|
+
const i = (t == null ? void 0 : t.render) ?? Yh;
|
|
10132
10132
|
let r;
|
|
10133
10133
|
const s = ({ URLPattern: o }) => (r || (r = new o({
|
|
10134
10134
|
pathname: t.graphqlEndpoint
|
|
10135
10135
|
})), r);
|
|
10136
10136
|
return {
|
|
10137
10137
|
async onRequest({ request: o, serverContext: a, fetchAPI: u, endResponse: c, url: f }) {
|
|
10138
|
-
if (
|
|
10138
|
+
if (Hh(o) && (o.url.endsWith(t.graphqlEndpoint) || o.url.endsWith(`${t.graphqlEndpoint}/`) || f.pathname === t.graphqlEndpoint || f.pathname === `${t.graphqlEndpoint}/` || s(u).test(f))) {
|
|
10139
10139
|
e.debug("Rendering GraphiQL");
|
|
10140
10140
|
const p = await n(o, a);
|
|
10141
10141
|
if (p) {
|
|
@@ -10210,7 +10210,7 @@ const Zh = (t) => {
|
|
|
10210
10210
|
};
|
|
10211
10211
|
class ht {
|
|
10212
10212
|
constructor(e) {
|
|
10213
|
-
|
|
10213
|
+
H(this, "state");
|
|
10214
10214
|
let n;
|
|
10215
10215
|
try {
|
|
10216
10216
|
n = e();
|
|
@@ -10325,7 +10325,7 @@ function tp(t, e, n, i) {
|
|
|
10325
10325
|
try {
|
|
10326
10326
|
const o = np(t, e, n, (a) => {
|
|
10327
10327
|
if (s != null && r.length >= s)
|
|
10328
|
-
throw
|
|
10328
|
+
throw Y("Too many errors processing variables, error limit reached. Execution aborted.");
|
|
10329
10329
|
r.push(a);
|
|
10330
10330
|
});
|
|
10331
10331
|
if (r.length === 0)
|
|
@@ -10341,7 +10341,7 @@ function np(t, e, n, i) {
|
|
|
10341
10341
|
const o = s.variable.name.value, a = nt(t, s.type);
|
|
10342
10342
|
if (!jt(a)) {
|
|
10343
10343
|
const c = be(s.type);
|
|
10344
|
-
i(
|
|
10344
|
+
i(Y(`Variable "$${o}" expected value of type "${c}" which cannot be used as an input type.`, { nodes: s.type }));
|
|
10345
10345
|
continue;
|
|
10346
10346
|
}
|
|
10347
10347
|
if (!Uu(n, o)) {
|
|
@@ -10349,7 +10349,7 @@ function np(t, e, n, i) {
|
|
|
10349
10349
|
r[o] = Nn(s.defaultValue, a);
|
|
10350
10350
|
else if (re(a)) {
|
|
10351
10351
|
const c = tt(a);
|
|
10352
|
-
i(
|
|
10352
|
+
i(Y(`Variable "$${o}" of required type "${c}" was not provided.`, {
|
|
10353
10353
|
nodes: s
|
|
10354
10354
|
}));
|
|
10355
10355
|
}
|
|
@@ -10358,14 +10358,14 @@ function np(t, e, n, i) {
|
|
|
10358
10358
|
const u = n[o];
|
|
10359
10359
|
if (u === null && re(a)) {
|
|
10360
10360
|
const c = tt(a);
|
|
10361
|
-
i(
|
|
10361
|
+
i(Y(`Variable "$${o}" of non-null type "${c}" must not be null.`, {
|
|
10362
10362
|
nodes: s
|
|
10363
10363
|
}));
|
|
10364
10364
|
continue;
|
|
10365
10365
|
}
|
|
10366
10366
|
r[o] = nd(u, a, (c, f, p) => {
|
|
10367
10367
|
let m = `Variable "$${o}" got invalid value ` + tt(f);
|
|
10368
|
-
c.length > 0 && (m += ` at "${o}${Mh(c)}"`), i(
|
|
10368
|
+
c.length > 0 && (m += ` at "${o}${Mh(c)}"`), i(Y(m + "; " + p.message, {
|
|
10369
10369
|
nodes: s,
|
|
10370
10370
|
originalError: p.originalError
|
|
10371
10371
|
}));
|
|
@@ -10424,14 +10424,14 @@ function Wu(t) {
|
|
|
10424
10424
|
if (o == null) {
|
|
10425
10425
|
if (m !== void 0)
|
|
10426
10426
|
return [
|
|
10427
|
-
|
|
10427
|
+
Y("Must provide operation name if query contains multiple operations.")
|
|
10428
10428
|
];
|
|
10429
10429
|
m = E;
|
|
10430
10430
|
} else ((C = E.name) == null ? void 0 : C.value) === o && (m = E);
|
|
10431
10431
|
break;
|
|
10432
10432
|
}
|
|
10433
10433
|
if (m == null)
|
|
10434
|
-
return o != null ? [
|
|
10434
|
+
return o != null ? [Y(`Unknown operation named "${o}".`)] : [Y("Must provide an operation.")];
|
|
10435
10435
|
const S = m.variableDefinitions ?? [], w = tp(e, S, s ?? {}, {
|
|
10436
10436
|
maxErrors: 50
|
|
10437
10437
|
});
|
|
@@ -10460,7 +10460,7 @@ function op(t, e) {
|
|
|
10460
10460
|
}
|
|
10461
10461
|
function ap(t) {
|
|
10462
10462
|
const { operation: e, schema: n, fragments: i, variableValues: r, rootValue: s } = t, o = Lh(n, e.operation, [e]);
|
|
10463
|
-
o == null &&
|
|
10463
|
+
o == null && Y(`Schema is not configured to execute ${e.operation} operation.`, {
|
|
10464
10464
|
nodes: e
|
|
10465
10465
|
});
|
|
10466
10466
|
const { fields: a, patches: u } = qu(n, i, r, o, e.selectionSet), c = void 0;
|
|
@@ -10477,9 +10477,9 @@ function up(t, e, n, i, r) {
|
|
|
10477
10477
|
return Fh(r, (o, [a, u]) => {
|
|
10478
10478
|
var f;
|
|
10479
10479
|
const c = li(i, a, e.name);
|
|
10480
|
-
return (f = t.signal) != null && f.aborted ? (o[a] = null, o) : new ht(() =>
|
|
10480
|
+
return (f = t.signal) != null && f.aborted ? (o[a] = null, o) : new ht(() => Hu(t, e, n, u, c)).then((p) => {
|
|
10481
10481
|
var m, S;
|
|
10482
|
-
return p === void 0 || (o[a] = p, (m = t.signal) != null && m.aborted && !s && (t.errors.push(
|
|
10482
|
+
return p === void 0 || (o[a] = p, (m = t.signal) != null && m.aborted && !s && (t.errors.push(Y("Execution aborted", {
|
|
10483
10483
|
nodes: u,
|
|
10484
10484
|
path: Me(c),
|
|
10485
10485
|
originalError: (S = t.signal) == null ? void 0 : S.reason
|
|
@@ -10497,8 +10497,8 @@ function Zs(t, e, n, i, r, s) {
|
|
|
10497
10497
|
o[m] = null;
|
|
10498
10498
|
continue;
|
|
10499
10499
|
}
|
|
10500
|
-
const w = li(i, m, e.name), C =
|
|
10501
|
-
C !== void 0 && (o[m] = C, Pe(C) && (a = !0)), (f = t.signal) != null && f.aborted && !u && (t.errors.push(
|
|
10500
|
+
const w = li(i, m, e.name), C = Hu(t, e, n, S, w, s);
|
|
10501
|
+
C !== void 0 && (o[m] = C, Pe(C) && (a = !0)), (f = t.signal) != null && f.aborted && !u && (t.errors.push(Y("Execution aborted", {
|
|
10502
10502
|
nodes: S,
|
|
10503
10503
|
path: Me(w),
|
|
10504
10504
|
originalError: (p = t.signal) == null ? void 0 : p.reason
|
|
@@ -10513,24 +10513,24 @@ function Zs(t, e, n, i, r, s) {
|
|
|
10513
10513
|
}
|
|
10514
10514
|
return a ? aa(o, t.signal) : o;
|
|
10515
10515
|
}
|
|
10516
|
-
function
|
|
10516
|
+
function Hu(t, e, n, i, r, s) {
|
|
10517
10517
|
const o = (s == null ? void 0 : s.errors) ?? t.errors, a = tl(t.schema, e, i[0]);
|
|
10518
10518
|
if (!a)
|
|
10519
10519
|
return;
|
|
10520
|
-
const u = a.type, c = a.resolve ?? t.fieldResolver, f =
|
|
10520
|
+
const u = a.type, c = a.resolve ?? t.fieldResolver, f = Yu(t, a, i, e, r);
|
|
10521
10521
|
try {
|
|
10522
10522
|
const p = Vu(a, i[0], t.variableValues), m = t.contextValue, S = c(n, p, m, f);
|
|
10523
10523
|
let w;
|
|
10524
10524
|
return Pe(S) ? w = S.then((C) => wn(t, u, i, f, r, C, s)) : w = wn(t, u, i, f, r, S, s), Pe(w) ? w.then(void 0, (C) => {
|
|
10525
|
-
const E = gt(C, i, Me(r)), b =
|
|
10525
|
+
const E = gt(C, i, Me(r)), b = Ht(E, u, o);
|
|
10526
10526
|
return pt(t, r, s), b;
|
|
10527
10527
|
}) : w;
|
|
10528
10528
|
} catch (p) {
|
|
10529
|
-
const m = gt(p, i, Me(r)), S =
|
|
10529
|
+
const m = gt(p, i, Me(r)), S = Ht(m, u, o);
|
|
10530
10530
|
return pt(t, r, s), S;
|
|
10531
10531
|
}
|
|
10532
10532
|
}
|
|
10533
|
-
function
|
|
10533
|
+
function Yu(t, e, n, i, r) {
|
|
10534
10534
|
return {
|
|
10535
10535
|
fieldName: e.name,
|
|
10536
10536
|
fieldNodes: n,
|
|
@@ -10544,7 +10544,7 @@ function Hu(t, e, n, i, r) {
|
|
|
10544
10544
|
variableValues: t.variableValues
|
|
10545
10545
|
};
|
|
10546
10546
|
}
|
|
10547
|
-
function
|
|
10547
|
+
function Ht(t, e, n) {
|
|
10548
10548
|
if (re(e))
|
|
10549
10549
|
throw t;
|
|
10550
10550
|
return n.push(t), null;
|
|
@@ -10584,7 +10584,7 @@ async function lp(t, e, n, i, r, s, o) {
|
|
|
10584
10584
|
var m;
|
|
10585
10585
|
(m = t.signal) == null || m.addEventListener("abort", () => {
|
|
10586
10586
|
var S, w;
|
|
10587
|
-
(S = s.return) == null || S.call(s), t.errors.push(
|
|
10587
|
+
(S = s.return) == null || S.call(s), t.errors.push(Y("Execution aborted", {
|
|
10588
10588
|
nodes: n,
|
|
10589
10589
|
path: Me(r),
|
|
10590
10590
|
originalError: (w = t.signal) == null ? void 0 : w.reason
|
|
@@ -10606,7 +10606,7 @@ async function lp(t, e, n, i, r, s, o) {
|
|
|
10606
10606
|
break;
|
|
10607
10607
|
} catch (C) {
|
|
10608
10608
|
const E = gt(C, n, Me(S));
|
|
10609
|
-
f.push(
|
|
10609
|
+
f.push(Ht(E, e, a));
|
|
10610
10610
|
break;
|
|
10611
10611
|
}
|
|
10612
10612
|
Ku(w.value, f, a, t, e, n, i, S, o) && (c = !0), p += 1;
|
|
@@ -10620,7 +10620,7 @@ function cp(t, e, n, i, r, s, o) {
|
|
|
10620
10620
|
return lp(t, a, n, i, r, w, o);
|
|
10621
10621
|
}
|
|
10622
10622
|
if (!xh(s))
|
|
10623
|
-
throw
|
|
10623
|
+
throw Y(`Expected Iterable, but did not find one for field "${i.parentType.name}.${i.fieldName}".`);
|
|
10624
10624
|
const c = Ju(t, n, r);
|
|
10625
10625
|
let f = !1, p = o;
|
|
10626
10626
|
const m = [];
|
|
@@ -10640,12 +10640,12 @@ function Ku(t, e, n, i, r, s, o, a, u) {
|
|
|
10640
10640
|
let c;
|
|
10641
10641
|
if (Pe(t) ? c = t.then((f) => wn(i, r, s, o, a, f, u)) : c = wn(i, r, s, o, a, t, u), Pe(c))
|
|
10642
10642
|
return e.push(c.then(void 0, (f) => {
|
|
10643
|
-
const p = gt(f, s, Me(a)), m =
|
|
10643
|
+
const p = gt(f, s, Me(a)), m = Ht(p, r, n);
|
|
10644
10644
|
return pt(i, a, u), m;
|
|
10645
10645
|
})), !0;
|
|
10646
10646
|
e.push(c);
|
|
10647
10647
|
} catch (c) {
|
|
10648
|
-
const f = gt(c, s, Me(a)), p =
|
|
10648
|
+
const f = gt(c, s, Me(a)), p = Ht(f, r, n);
|
|
10649
10649
|
pt(i, a, u), e.push(p);
|
|
10650
10650
|
}
|
|
10651
10651
|
return !1;
|
|
@@ -10667,18 +10667,18 @@ function dp(t, e, n, i, r, s, o) {
|
|
|
10667
10667
|
}
|
|
10668
10668
|
function la(t, e, n, i, r, s) {
|
|
10669
10669
|
if (t == null)
|
|
10670
|
-
throw
|
|
10670
|
+
throw Y(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${r.parentType.name}.${r.fieldName}". Either the "${n.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`, { nodes: i });
|
|
10671
10671
|
if (pe(t))
|
|
10672
|
-
throw
|
|
10672
|
+
throw Y("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");
|
|
10673
10673
|
if (typeof t != "string")
|
|
10674
|
-
throw
|
|
10674
|
+
throw Y(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${r.parentType.name}.${r.fieldName}" with value ${tt(s)}, received "${tt(t)}".`);
|
|
10675
10675
|
const o = e.schema.getType(t);
|
|
10676
10676
|
if (o == null)
|
|
10677
|
-
throw
|
|
10677
|
+
throw Y(`Abstract type "${n.name}" was resolved to a type "${t}" that does not exist inside the schema.`, { nodes: i });
|
|
10678
10678
|
if (!pe(o))
|
|
10679
|
-
throw
|
|
10679
|
+
throw Y(`Abstract type "${n.name}" was resolved to a non-object type "${t}".`, { nodes: i });
|
|
10680
10680
|
if (!e.schema.isSubType(n, o))
|
|
10681
|
-
throw
|
|
10681
|
+
throw Y(`Runtime Object type "${o.name}" is not a possible type for "${n.name}".`, { nodes: i });
|
|
10682
10682
|
return o;
|
|
10683
10683
|
}
|
|
10684
10684
|
function _s(t, e, n, i, r, s, o) {
|
|
@@ -10696,7 +10696,7 @@ function _s(t, e, n, i, r, s, o) {
|
|
|
10696
10696
|
return fa(t, e, n, r, s, o);
|
|
10697
10697
|
}
|
|
10698
10698
|
function ca(t, e, n) {
|
|
10699
|
-
return
|
|
10699
|
+
return Y(`Expected value of type "${t.name}" but got: ${tt(e)}.`, {
|
|
10700
10700
|
nodes: n
|
|
10701
10701
|
});
|
|
10702
10702
|
}
|
|
@@ -10786,7 +10786,7 @@ async function* gp(t, e) {
|
|
|
10786
10786
|
}
|
|
10787
10787
|
function ha(t, e) {
|
|
10788
10788
|
return Vr(e) ? ep(Gu(e[Symbol.asyncIterator](), async (n) => gp(await Qu(op(t, n)), t.signal), (n) => {
|
|
10789
|
-
throw
|
|
10789
|
+
throw Y(n.message, {
|
|
10790
10790
|
originalError: n,
|
|
10791
10791
|
nodes: [t.operation]
|
|
10792
10792
|
});
|
|
@@ -10803,15 +10803,15 @@ function mp(t) {
|
|
|
10803
10803
|
function yp(t) {
|
|
10804
10804
|
const { schema: e, fragments: n, operation: i, variableValues: r, rootValue: s } = t, o = e.getSubscriptionType();
|
|
10805
10805
|
if (o == null)
|
|
10806
|
-
throw
|
|
10806
|
+
throw Y("Schema is not configured to execute subscription operation.", {
|
|
10807
10807
|
nodes: i
|
|
10808
10808
|
});
|
|
10809
10809
|
const { fields: a } = qu(e, n, r, o, i.selectionSet), [u, c] = [...a.entries()][0], f = c[0].name.value, p = tl(e, o, c[0]);
|
|
10810
10810
|
if (!p)
|
|
10811
|
-
throw
|
|
10811
|
+
throw Y(`The subscription field "${f}" is not defined.`, {
|
|
10812
10812
|
nodes: c
|
|
10813
10813
|
});
|
|
10814
|
-
const m = li(void 0, u, o.name), S =
|
|
10814
|
+
const m = li(void 0, u, o.name), S = Yu(t, p, c, o, m);
|
|
10815
10815
|
try {
|
|
10816
10816
|
const w = Vu(p, c[0], r), C = t.contextValue, b = (p.subscribe ?? t.subscribeFieldResolver)(s, w, C, S);
|
|
10817
10817
|
return Pe(b) ? b.then(pa).then(void 0, (O) => {
|
|
@@ -10825,7 +10825,7 @@ function pa(t, e) {
|
|
|
10825
10825
|
if (t instanceof Error)
|
|
10826
10826
|
throw t;
|
|
10827
10827
|
if (!Vr(t))
|
|
10828
|
-
throw
|
|
10828
|
+
throw Y(`Subscription field must return Async Iterable. Received: ${tt(t)}.`);
|
|
10829
10829
|
return {
|
|
10830
10830
|
[Symbol.asyncIterator]() {
|
|
10831
10831
|
const n = t[Symbol.asyncIterator]();
|
|
@@ -10862,12 +10862,12 @@ function bp(t, e, n, i, r, s, o, a, u) {
|
|
|
10862
10862
|
try {
|
|
10863
10863
|
try {
|
|
10864
10864
|
Pe(n) ? f = n.then((m) => wn(i, o, r, s, e, m, c)) : f = wn(i, o, r, s, e, n, c), Pe(f) && (f = f.then(void 0, (m) => {
|
|
10865
|
-
const S = gt(m, r, Me(e)), w =
|
|
10865
|
+
const S = gt(m, r, Me(e)), w = Ht(S, o, c.errors);
|
|
10866
10866
|
return pt(i, e, c), w;
|
|
10867
10867
|
}));
|
|
10868
10868
|
} catch (m) {
|
|
10869
10869
|
const S = gt(m, r, Me(e));
|
|
10870
|
-
f =
|
|
10870
|
+
f = Ht(S, o, c.errors), pt(i, e, c);
|
|
10871
10871
|
}
|
|
10872
10872
|
} catch (m) {
|
|
10873
10873
|
return c.errors.push(m), pt(i, t, c), c.addItems(null), c;
|
|
@@ -10884,16 +10884,16 @@ async function wp(t, e, n, i, r, s, o) {
|
|
|
10884
10884
|
a = c;
|
|
10885
10885
|
} catch (c) {
|
|
10886
10886
|
const f = gt(c, n, Me(o));
|
|
10887
|
-
return { done: !0, value:
|
|
10887
|
+
return { done: !0, value: Ht(f, r, s.errors) };
|
|
10888
10888
|
}
|
|
10889
10889
|
let u;
|
|
10890
10890
|
try {
|
|
10891
10891
|
return u = wn(e, r, n, i, o, a, s), Pe(u) && (u = u.then(void 0, (c) => {
|
|
10892
|
-
const f = gt(c, n, Me(o)), p =
|
|
10892
|
+
const f = gt(c, n, Me(o)), p = Ht(f, r, s.errors);
|
|
10893
10893
|
return pt(e, o, s), p;
|
|
10894
10894
|
})), { done: !1, value: u };
|
|
10895
10895
|
} catch (c) {
|
|
10896
|
-
const f = gt(c, n, Me(o)), p =
|
|
10896
|
+
const f = gt(c, n, Me(o)), p = Ht(f, r, s.errors);
|
|
10897
10897
|
return pt(e, o, s), { done: !1, value: p };
|
|
10898
10898
|
}
|
|
10899
10899
|
}
|
|
@@ -11038,7 +11038,7 @@ function tl(t, e, n) {
|
|
|
11038
11038
|
return i === vr.name && t.getQueryType() === e ? vr : i === Tr.name && t.getQueryType() === e ? Tr : i === Sr.name ? Sr : e.getFields()[i];
|
|
11039
11039
|
}
|
|
11040
11040
|
function ga(t) {
|
|
11041
|
-
const e =
|
|
11041
|
+
const e = Ys(t.document, t.operationName);
|
|
11042
11042
|
if (e == null)
|
|
11043
11043
|
throw new Error("Must provide an operation.");
|
|
11044
11044
|
return e.operation === "subscription" ? pp(t) : new ht(() => rp(t)).then((n) => "initialResult" in n ? Xu(n, t.signal) : n).resolve();
|
|
@@ -11269,7 +11269,7 @@ function ba(t, e, n) {
|
|
|
11269
11269
|
if (sl(s))
|
|
11270
11270
|
return Wp(e, s);
|
|
11271
11271
|
}
|
|
11272
|
-
function
|
|
11272
|
+
function Hp(t) {
|
|
11273
11273
|
return t != null && typeof t == "object" && ("body" in t || "cache" in t || "credentials" in t || "headers" in t || "integrity" in t || "keepalive" in t || "method" in t || "mode" in t || "redirect" in t || "referrer" in t || "referrerPolicy" in t || "signal" in t || "window" in t);
|
|
11274
11274
|
}
|
|
11275
11275
|
function or(...t) {
|
|
@@ -11351,7 +11351,7 @@ function Ea(t, e) {
|
|
|
11351
11351
|
}
|
|
11352
11352
|
});
|
|
11353
11353
|
}
|
|
11354
|
-
function
|
|
11354
|
+
function Yp() {
|
|
11355
11355
|
let t, e;
|
|
11356
11356
|
return {
|
|
11357
11357
|
promise: new Promise(function(r, s) {
|
|
@@ -11367,7 +11367,7 @@ function Hp() {
|
|
|
11367
11367
|
}
|
|
11368
11368
|
function va(t, e) {
|
|
11369
11369
|
if (dn(t) && e) {
|
|
11370
|
-
const n =
|
|
11370
|
+
const n = Yp();
|
|
11371
11371
|
return e.addEventListener("abort", function() {
|
|
11372
11372
|
n.reject(new DOMException("Aborted", "AbortError"));
|
|
11373
11373
|
}), t.then(function(r) {
|
|
@@ -11591,7 +11591,7 @@ function ng(t, e) {
|
|
|
11591
11591
|
const m = (E, ...b) => {
|
|
11592
11592
|
if (typeof E == "string" || "href" in E) {
|
|
11593
11593
|
const [x, ...A] = b;
|
|
11594
|
-
if (
|
|
11594
|
+
if (Hp(x)) {
|
|
11595
11595
|
const T = new n.Request(E, x), N = p(T, ...A);
|
|
11596
11596
|
return va(N, x == null ? void 0 : x.signal);
|
|
11597
11597
|
}
|
|
@@ -11782,12 +11782,12 @@ async function mg(t) {
|
|
|
11782
11782
|
throw i instanceof Error && (r.originalError = {
|
|
11783
11783
|
name: i.name,
|
|
11784
11784
|
message: i.message
|
|
11785
|
-
}),
|
|
11785
|
+
}), Y("POST body sent invalid JSON.", {
|
|
11786
11786
|
extensions: r
|
|
11787
11787
|
});
|
|
11788
11788
|
}
|
|
11789
11789
|
if (e == null)
|
|
11790
|
-
throw
|
|
11790
|
+
throw Y(`POST body is expected to be object but received ${e}`, {
|
|
11791
11791
|
extensions: {
|
|
11792
11792
|
http: {
|
|
11793
11793
|
status: 400
|
|
@@ -11796,7 +11796,7 @@ async function mg(t) {
|
|
|
11796
11796
|
});
|
|
11797
11797
|
const n = typeof e;
|
|
11798
11798
|
if (n !== "object")
|
|
11799
|
-
throw
|
|
11799
|
+
throw Y(`POST body is expected to be object but received ${n}`, {
|
|
11800
11800
|
extensions: {
|
|
11801
11801
|
http: {
|
|
11802
11802
|
status: 400
|
|
@@ -11818,7 +11818,7 @@ async function wg(t) {
|
|
|
11818
11818
|
try {
|
|
11819
11819
|
e = await t.formData();
|
|
11820
11820
|
} catch (s) {
|
|
11821
|
-
throw s instanceof Error && s.message.startsWith("File size limit exceeded: ") ?
|
|
11821
|
+
throw s instanceof Error && s.message.startsWith("File size limit exceeded: ") ? Y(s.message, {
|
|
11822
11822
|
extensions: {
|
|
11823
11823
|
http: {
|
|
11824
11824
|
status: 413
|
|
@@ -11828,24 +11828,24 @@ async function wg(t) {
|
|
|
11828
11828
|
}
|
|
11829
11829
|
const n = e.get("operations");
|
|
11830
11830
|
if (!n)
|
|
11831
|
-
throw
|
|
11831
|
+
throw Y('Missing multipart form field "operations"');
|
|
11832
11832
|
if (typeof n != "string")
|
|
11833
|
-
throw
|
|
11833
|
+
throw Y('Multipart form field "operations" must be a string');
|
|
11834
11834
|
let i;
|
|
11835
11835
|
try {
|
|
11836
11836
|
i = JSON.parse(n);
|
|
11837
11837
|
} catch {
|
|
11838
|
-
throw
|
|
11838
|
+
throw Y('Multipart form field "operations" must be a valid JSON string');
|
|
11839
11839
|
}
|
|
11840
11840
|
const r = e.get("map");
|
|
11841
11841
|
if (r != null) {
|
|
11842
11842
|
if (typeof r != "string")
|
|
11843
|
-
throw
|
|
11843
|
+
throw Y('Multipart form field "map" must be a string');
|
|
11844
11844
|
let s;
|
|
11845
11845
|
try {
|
|
11846
11846
|
s = JSON.parse(r);
|
|
11847
11847
|
} catch {
|
|
11848
|
-
throw
|
|
11848
|
+
throw Y('Multipart form field "map" must be a valid JSON string');
|
|
11849
11849
|
}
|
|
11850
11850
|
for (const o in s) {
|
|
11851
11851
|
const a = e.get(o), u = s[o];
|
|
@@ -11858,7 +11858,7 @@ async function wg(t) {
|
|
|
11858
11858
|
const Eg = /* @__PURE__ */ new Set(["query", "variables", "operationName", "extensions"]);
|
|
11859
11859
|
function vg(t) {
|
|
11860
11860
|
if (t == null || typeof t != "object")
|
|
11861
|
-
throw
|
|
11861
|
+
throw Y('Invalid "params" in the request body', {
|
|
11862
11862
|
extensions: {
|
|
11863
11863
|
http: {
|
|
11864
11864
|
spec: !0,
|
|
@@ -11868,7 +11868,7 @@ function vg(t) {
|
|
|
11868
11868
|
});
|
|
11869
11869
|
for (const e in t)
|
|
11870
11870
|
if (t[e] != null && !Eg.has(e))
|
|
11871
|
-
throw
|
|
11871
|
+
throw Y(`Unexpected parameter "${e}" in the request body.`, {
|
|
11872
11872
|
extensions: {
|
|
11873
11873
|
http: {
|
|
11874
11874
|
status: 400
|
|
@@ -11878,7 +11878,7 @@ function vg(t) {
|
|
|
11878
11878
|
}
|
|
11879
11879
|
function Tg(t) {
|
|
11880
11880
|
if (!_g(t))
|
|
11881
|
-
throw
|
|
11881
|
+
throw Y(`Expected params to be an object but given ${Si(t)}.`, {
|
|
11882
11882
|
extensions: {
|
|
11883
11883
|
http: {
|
|
11884
11884
|
status: 400,
|
|
@@ -11889,7 +11889,7 @@ function Tg(t) {
|
|
|
11889
11889
|
}
|
|
11890
11890
|
});
|
|
11891
11891
|
if (vg(t), t.query == null)
|
|
11892
|
-
throw
|
|
11892
|
+
throw Y("Must provide query string.", {
|
|
11893
11893
|
extensions: {
|
|
11894
11894
|
http: {
|
|
11895
11895
|
spec: !0,
|
|
@@ -11902,7 +11902,7 @@ function Tg(t) {
|
|
|
11902
11902
|
});
|
|
11903
11903
|
const e = Si(t.query);
|
|
11904
11904
|
if (e !== "string")
|
|
11905
|
-
throw
|
|
11905
|
+
throw Y(`Expected "query" param to be a string, but given ${e}.`, {
|
|
11906
11906
|
extensions: {
|
|
11907
11907
|
http: {
|
|
11908
11908
|
status: 400,
|
|
@@ -11914,7 +11914,7 @@ function Tg(t) {
|
|
|
11914
11914
|
});
|
|
11915
11915
|
const n = Si(t.variables);
|
|
11916
11916
|
if (!["object", "null", "undefined"].includes(n))
|
|
11917
|
-
throw
|
|
11917
|
+
throw Y(`Expected "variables" param to be empty or an object, but given ${n}.`, {
|
|
11918
11918
|
extensions: {
|
|
11919
11919
|
http: {
|
|
11920
11920
|
status: 400,
|
|
@@ -11926,7 +11926,7 @@ function Tg(t) {
|
|
|
11926
11926
|
});
|
|
11927
11927
|
const i = Si(t.extensions);
|
|
11928
11928
|
if (!["object", "null", "undefined"].includes(i))
|
|
11929
|
-
throw
|
|
11929
|
+
throw Y(`Expected "extensions" param to be empty or an object, but given ${i}.`, {
|
|
11930
11930
|
extensions: {
|
|
11931
11931
|
http: {
|
|
11932
11932
|
status: 400,
|
|
@@ -11958,7 +11958,7 @@ function Og() {
|
|
|
11958
11958
|
return {
|
|
11959
11959
|
onRequestParse({ request: t }) {
|
|
11960
11960
|
if (!Ig(t.method))
|
|
11961
|
-
throw
|
|
11961
|
+
throw Y("GraphQL only supports GET and POST requests.", {
|
|
11962
11962
|
extensions: {
|
|
11963
11963
|
http: {
|
|
11964
11964
|
status: 405,
|
|
@@ -11994,7 +11994,7 @@ function Ag(t) {
|
|
|
11994
11994
|
onRequestParseDone({ requestParserResult: e }) {
|
|
11995
11995
|
if (Array.isArray(e)) {
|
|
11996
11996
|
if (!t)
|
|
11997
|
-
throw
|
|
11997
|
+
throw Y("Batching is not supported.", {
|
|
11998
11998
|
extensions: {
|
|
11999
11999
|
http: {
|
|
12000
12000
|
status: 400
|
|
@@ -12002,7 +12002,7 @@ function Ag(t) {
|
|
|
12002
12002
|
}
|
|
12003
12003
|
});
|
|
12004
12004
|
if (e.length > t)
|
|
12005
|
-
throw
|
|
12005
|
+
throw Y(`Batching is limited to ${t} operations per request.`, {
|
|
12006
12006
|
extensions: {
|
|
12007
12007
|
http: {
|
|
12008
12008
|
status: 413
|
|
@@ -12016,9 +12016,9 @@ function Ag(t) {
|
|
|
12016
12016
|
};
|
|
12017
12017
|
}
|
|
12018
12018
|
function xg(t, e, n) {
|
|
12019
|
-
const i = e ?
|
|
12019
|
+
const i = e ? Ys(e, n) ?? void 0 : void 0;
|
|
12020
12020
|
if (!i)
|
|
12021
|
-
throw
|
|
12021
|
+
throw Y("Could not determine what operation to execute.", {
|
|
12022
12022
|
extensions: {
|
|
12023
12023
|
http: {
|
|
12024
12024
|
status: 400
|
|
@@ -12026,7 +12026,7 @@ function xg(t, e, n) {
|
|
|
12026
12026
|
}
|
|
12027
12027
|
});
|
|
12028
12028
|
if (i.operation === "mutation" && t === "GET")
|
|
12029
|
-
throw
|
|
12029
|
+
throw Y("Can only perform a mutation operation from a POST request.", {
|
|
12030
12030
|
extensions: {
|
|
12031
12031
|
http: {
|
|
12032
12032
|
status: 405,
|
|
@@ -12082,17 +12082,17 @@ var ka;
|
|
|
12082
12082
|
if (typeof xr > "u") {
|
|
12083
12083
|
Sa = class {
|
|
12084
12084
|
constructor() {
|
|
12085
|
-
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
|
|
12085
|
+
H(this, "onabort");
|
|
12086
|
+
H(this, "_onabort", []);
|
|
12087
|
+
H(this, "reason");
|
|
12088
|
+
H(this, "aborted", !1);
|
|
12089
12089
|
}
|
|
12090
12090
|
addEventListener(i, r) {
|
|
12091
12091
|
this._onabort.push(r);
|
|
12092
12092
|
}
|
|
12093
12093
|
}, xr = class {
|
|
12094
12094
|
constructor() {
|
|
12095
|
-
|
|
12095
|
+
H(this, "signal", new Sa());
|
|
12096
12096
|
e();
|
|
12097
12097
|
}
|
|
12098
12098
|
abort(i) {
|
|
@@ -12116,12 +12116,12 @@ let pr = class extends Array {
|
|
|
12116
12116
|
super(e), this.fill(0);
|
|
12117
12117
|
}
|
|
12118
12118
|
};
|
|
12119
|
-
var Qt,
|
|
12119
|
+
var Qt, Yn;
|
|
12120
12120
|
let Lg = (Qt = class {
|
|
12121
12121
|
constructor(e, n) {
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
if (!l(Qt,
|
|
12122
|
+
H(this, "heap");
|
|
12123
|
+
H(this, "length");
|
|
12124
|
+
if (!l(Qt, Yn))
|
|
12125
12125
|
throw new TypeError("instantiate Stack using Stack.create(n)");
|
|
12126
12126
|
this.heap = new n(e), this.length = 0;
|
|
12127
12127
|
}
|
|
@@ -12129,9 +12129,9 @@ let Lg = (Qt = class {
|
|
|
12129
12129
|
const n = cl(e);
|
|
12130
12130
|
if (!n)
|
|
12131
12131
|
return [];
|
|
12132
|
-
$(Qt,
|
|
12132
|
+
$(Qt, Yn, !0);
|
|
12133
12133
|
const i = new Qt(e, n);
|
|
12134
|
-
return $(Qt,
|
|
12134
|
+
return $(Qt, Yn, !1), i;
|
|
12135
12135
|
}
|
|
12136
12136
|
push(e) {
|
|
12137
12137
|
this.heap[this.length++] = e;
|
|
@@ -12139,8 +12139,8 @@ let Lg = (Qt = class {
|
|
|
12139
12139
|
pop() {
|
|
12140
12140
|
return this.heap[--this.length];
|
|
12141
12141
|
}
|
|
12142
|
-
},
|
|
12143
|
-
Q(Qt,
|
|
12142
|
+
}, Yn = new WeakMap(), // private constructor
|
|
12143
|
+
Q(Qt, Yn, !1), Qt);
|
|
12144
12144
|
var Da, $a, Et, it, vt, Tt, Jn, Ie, St, ve, de, ee, Qe, rt, Ge, Fe, _t, Ce, It, Ot, st, Nt, hn, We, z, Os, An, Zt, Li, ot, fl, xn, Kn, ki, sn, on, Ns, gr, mr, ce, As, _i, Xn;
|
|
12145
12145
|
let kg = (Xn = class {
|
|
12146
12146
|
constructor(e) {
|
|
@@ -12156,63 +12156,63 @@ let kg = (Xn = class {
|
|
|
12156
12156
|
/**
|
|
12157
12157
|
* {@link LRUCache.OptionsBase.ttl}
|
|
12158
12158
|
*/
|
|
12159
|
-
|
|
12159
|
+
H(this, "ttl");
|
|
12160
12160
|
/**
|
|
12161
12161
|
* {@link LRUCache.OptionsBase.ttlResolution}
|
|
12162
12162
|
*/
|
|
12163
|
-
|
|
12163
|
+
H(this, "ttlResolution");
|
|
12164
12164
|
/**
|
|
12165
12165
|
* {@link LRUCache.OptionsBase.ttlAutopurge}
|
|
12166
12166
|
*/
|
|
12167
|
-
|
|
12167
|
+
H(this, "ttlAutopurge");
|
|
12168
12168
|
/**
|
|
12169
12169
|
* {@link LRUCache.OptionsBase.updateAgeOnGet}
|
|
12170
12170
|
*/
|
|
12171
|
-
|
|
12171
|
+
H(this, "updateAgeOnGet");
|
|
12172
12172
|
/**
|
|
12173
12173
|
* {@link LRUCache.OptionsBase.updateAgeOnHas}
|
|
12174
12174
|
*/
|
|
12175
|
-
|
|
12175
|
+
H(this, "updateAgeOnHas");
|
|
12176
12176
|
/**
|
|
12177
12177
|
* {@link LRUCache.OptionsBase.allowStale}
|
|
12178
12178
|
*/
|
|
12179
|
-
|
|
12179
|
+
H(this, "allowStale");
|
|
12180
12180
|
/**
|
|
12181
12181
|
* {@link LRUCache.OptionsBase.noDisposeOnSet}
|
|
12182
12182
|
*/
|
|
12183
|
-
|
|
12183
|
+
H(this, "noDisposeOnSet");
|
|
12184
12184
|
/**
|
|
12185
12185
|
* {@link LRUCache.OptionsBase.noUpdateTTL}
|
|
12186
12186
|
*/
|
|
12187
|
-
|
|
12187
|
+
H(this, "noUpdateTTL");
|
|
12188
12188
|
/**
|
|
12189
12189
|
* {@link LRUCache.OptionsBase.maxEntrySize}
|
|
12190
12190
|
*/
|
|
12191
|
-
|
|
12191
|
+
H(this, "maxEntrySize");
|
|
12192
12192
|
/**
|
|
12193
12193
|
* {@link LRUCache.OptionsBase.sizeCalculation}
|
|
12194
12194
|
*/
|
|
12195
|
-
|
|
12195
|
+
H(this, "sizeCalculation");
|
|
12196
12196
|
/**
|
|
12197
12197
|
* {@link LRUCache.OptionsBase.noDeleteOnFetchRejection}
|
|
12198
12198
|
*/
|
|
12199
|
-
|
|
12199
|
+
H(this, "noDeleteOnFetchRejection");
|
|
12200
12200
|
/**
|
|
12201
12201
|
* {@link LRUCache.OptionsBase.noDeleteOnStaleGet}
|
|
12202
12202
|
*/
|
|
12203
|
-
|
|
12203
|
+
H(this, "noDeleteOnStaleGet");
|
|
12204
12204
|
/**
|
|
12205
12205
|
* {@link LRUCache.OptionsBase.allowStaleOnFetchAbort}
|
|
12206
12206
|
*/
|
|
12207
|
-
|
|
12207
|
+
H(this, "allowStaleOnFetchAbort");
|
|
12208
12208
|
/**
|
|
12209
12209
|
* {@link LRUCache.OptionsBase.allowStaleOnFetchRejection}
|
|
12210
12210
|
*/
|
|
12211
|
-
|
|
12211
|
+
H(this, "allowStaleOnFetchRejection");
|
|
12212
12212
|
/**
|
|
12213
12213
|
* {@link LRUCache.OptionsBase.ignoreFetchAbort}
|
|
12214
12214
|
*/
|
|
12215
|
-
|
|
12215
|
+
H(this, "ignoreFetchAbort");
|
|
12216
12216
|
// computed properties
|
|
12217
12217
|
Q(this, Ie);
|
|
12218
12218
|
Q(this, St);
|
|
@@ -12253,7 +12253,7 @@ let kg = (Xn = class {
|
|
|
12253
12253
|
* A String value that is used in the creation of the default string description of an object.
|
|
12254
12254
|
* Called by the built-in method Object.prototype.toString.
|
|
12255
12255
|
*/
|
|
12256
|
-
|
|
12256
|
+
H(this, Da, "LRUCache");
|
|
12257
12257
|
const { max: n = 0, ttl: i, ttlResolution: r = 1, ttlAutopurge: s, updateAgeOnGet: o, updateAgeOnHas: a, allowStale: u, dispose: c, disposeAfter: f, noDisposeOnSet: p, noUpdateTTL: m, maxSize: S = 0, maxEntrySize: w = 0, sizeCalculation: C, fetchMethod: E, noDeleteOnFetchRejection: b, noDeleteOnStaleGet: O, allowStaleOnFetchRejection: x, allowStaleOnFetchAbort: A, ignoreFetchAbort: L } = e;
|
|
12258
12258
|
if (n !== 0 && !rn(n))
|
|
12259
12259
|
throw new TypeError("max option must be a nonnegative integer");
|
|
@@ -13007,7 +13007,7 @@ function _a(t) {
|
|
|
13007
13007
|
function dl(t) {
|
|
13008
13008
|
if (oi(t)) {
|
|
13009
13009
|
const e = "toJSON" in t && typeof t.toJSON == "function" ? t.toJSON() : Object(t), { http: n, unexpected: i, ...r } = e.extensions || {};
|
|
13010
|
-
return
|
|
13010
|
+
return Y(t.message, {
|
|
13011
13011
|
nodes: t.nodes,
|
|
13012
13012
|
source: t.source,
|
|
13013
13013
|
positions: t.positions,
|
|
@@ -13186,7 +13186,7 @@ const yoga = createYoga({
|
|
|
13186
13186
|
})
|
|
13187
13187
|
</code>
|
|
13188
13188
|
</pre></section></main></body></html>`;
|
|
13189
|
-
function
|
|
13189
|
+
function Hg(t) {
|
|
13190
13190
|
let e;
|
|
13191
13191
|
function n({ URLPattern: i }) {
|
|
13192
13192
|
return e || (e = new i({
|
|
@@ -13240,7 +13240,7 @@ async function Oa({ request: t, result: e, fetchAPI: n, onResultProcessHooks: i
|
|
|
13240
13240
|
}
|
|
13241
13241
|
});
|
|
13242
13242
|
}
|
|
13243
|
-
async function
|
|
13243
|
+
async function Yg({ params: t, enveloped: e }) {
|
|
13244
13244
|
const n = e.parse(t.query), i = e.validate(e.schema, n);
|
|
13245
13245
|
if (i.length > 0)
|
|
13246
13246
|
return { errors: i };
|
|
@@ -13250,7 +13250,7 @@ async function Hg({ params: t, enveloped: e }) {
|
|
|
13250
13250
|
contextValue: r,
|
|
13251
13251
|
variableValues: t.variables,
|
|
13252
13252
|
operationName: t.operationName
|
|
13253
|
-
}, o =
|
|
13253
|
+
}, o = Ys(n, t.operationName);
|
|
13254
13254
|
return ((o == null ? void 0 : o.operation) === "subscription" ? e.subscribe : e.execute)(s);
|
|
13255
13255
|
}
|
|
13256
13256
|
const Jg = (t, e, n = ((r) => (r = ((i) => (i = globalThis.process) == null ? void 0 : i.env)()) == null ? void 0 : r.NODE_ENV)() === "development") => {
|
|
@@ -13265,7 +13265,7 @@ const Jg = (t, e, n = ((r) => (r = ((i) => (i = globalThis.process) == null ? vo
|
|
|
13265
13265
|
return n && (s.originalError = {
|
|
13266
13266
|
message: t.originalError.message,
|
|
13267
13267
|
stack: t.originalError.stack
|
|
13268
|
-
}),
|
|
13268
|
+
}), Y(e, {
|
|
13269
13269
|
nodes: t.nodes,
|
|
13270
13270
|
source: t.source,
|
|
13271
13271
|
positions: t.positions,
|
|
@@ -13275,7 +13275,7 @@ const Jg = (t, e, n = ((r) => (r = ((i) => (i = globalThis.process) == null ? vo
|
|
|
13275
13275
|
}
|
|
13276
13276
|
return t;
|
|
13277
13277
|
}
|
|
13278
|
-
return
|
|
13278
|
+
return Y(e, {
|
|
13279
13279
|
extensions: {
|
|
13280
13280
|
unexpected: !0,
|
|
13281
13281
|
originalError: n ? t instanceof Error ? {
|
|
@@ -13290,17 +13290,17 @@ class Kg {
|
|
|
13290
13290
|
/**
|
|
13291
13291
|
* Instance of envelop
|
|
13292
13292
|
*/
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13299
|
-
|
|
13300
|
-
|
|
13301
|
-
|
|
13302
|
-
|
|
13303
|
-
|
|
13293
|
+
H(this, "getEnveloped");
|
|
13294
|
+
H(this, "logger");
|
|
13295
|
+
H(this, "graphqlEndpoint");
|
|
13296
|
+
H(this, "fetchAPI");
|
|
13297
|
+
H(this, "plugins");
|
|
13298
|
+
H(this, "onRequestParseHooks");
|
|
13299
|
+
H(this, "onParamsHooks");
|
|
13300
|
+
H(this, "onResultProcessHooks");
|
|
13301
|
+
H(this, "maskedErrorsOpts");
|
|
13302
|
+
H(this, "id");
|
|
13303
|
+
H(this, "handle", async (e, n) => {
|
|
13304
13304
|
let i = new Proxy({}, {
|
|
13305
13305
|
get: (u, c, f) => (i = new this.fetchAPI.URL(e.url, "http://localhost"), Reflect.get(i, c, i))
|
|
13306
13306
|
}), r;
|
|
@@ -13436,7 +13436,7 @@ class Kg {
|
|
|
13436
13436
|
jg(!(e != null && e.parserAndValidationCache) || (e == null ? void 0 : e.parserAndValidationCache) === !0 ? {} : e == null ? void 0 : e.parserAndValidationCache)
|
|
13437
13437
|
), u(Ag(o)), u(Sg()), u(
|
|
13438
13438
|
// @ts-expect-error Add plugins has context but this hook doesn't care
|
|
13439
|
-
|
|
13439
|
+
Hg({
|
|
13440
13440
|
graphqlEndpoint: a,
|
|
13441
13441
|
showLandingPage: (e == null ? void 0 : e.landingPage) ?? !0
|
|
13442
13442
|
})
|
|
@@ -13446,7 +13446,7 @@ class Kg {
|
|
|
13446
13446
|
);
|
|
13447
13447
|
}
|
|
13448
13448
|
}
|
|
13449
|
-
], this.getEnveloped =
|
|
13449
|
+
], this.getEnveloped = Yl({
|
|
13450
13450
|
plugins: this.plugins
|
|
13451
13451
|
}), this.plugins = this.getEnveloped._plugins, this.onRequestParseHooks = [], this.onParamsHooks = [], this.onResultProcessHooks = [];
|
|
13452
13452
|
for (const u of this.plugins)
|
|
@@ -13477,7 +13477,7 @@ class Kg {
|
|
|
13477
13477
|
request: n,
|
|
13478
13478
|
params: e
|
|
13479
13479
|
}, u = r[0] ? i ? Object.assign({}, r[0], a) : Object.assign(r[0], a) : a, c = this.getEnveloped(u);
|
|
13480
|
-
this.logger.debug("Processing GraphQL Parameters"), o = await
|
|
13480
|
+
this.logger.debug("Processing GraphQL Parameters"), o = await Yg({
|
|
13481
13481
|
params: e,
|
|
13482
13482
|
enveloped: c
|
|
13483
13483
|
}), this.logger.debug("Processing GraphQL Parameters done.");
|
|
@@ -13511,17 +13511,17 @@ var ja;
|
|
|
13511
13511
|
if (typeof Fr > "u") {
|
|
13512
13512
|
Na = class {
|
|
13513
13513
|
constructor() {
|
|
13514
|
-
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13514
|
+
H(this, "onabort");
|
|
13515
|
+
H(this, "_onabort", []);
|
|
13516
|
+
H(this, "reason");
|
|
13517
|
+
H(this, "aborted", !1);
|
|
13518
13518
|
}
|
|
13519
13519
|
addEventListener(i, r) {
|
|
13520
13520
|
this._onabort.push(r);
|
|
13521
13521
|
}
|
|
13522
13522
|
}, Fr = class {
|
|
13523
13523
|
constructor() {
|
|
13524
|
-
|
|
13524
|
+
H(this, "signal", new Na());
|
|
13525
13525
|
e();
|
|
13526
13526
|
}
|
|
13527
13527
|
abort(i) {
|
|
@@ -13548,8 +13548,8 @@ class yr extends Array {
|
|
|
13548
13548
|
var Zn;
|
|
13549
13549
|
const In = class In {
|
|
13550
13550
|
constructor(e, n) {
|
|
13551
|
-
|
|
13552
|
-
|
|
13551
|
+
H(this, "heap");
|
|
13552
|
+
H(this, "length");
|
|
13553
13553
|
if (!l(In, Zn))
|
|
13554
13554
|
throw new TypeError("instantiate Stack using Stack.create(n)");
|
|
13555
13555
|
this.heap = new n(e), this.length = 0;
|
|
@@ -13572,7 +13572,7 @@ const In = class In {
|
|
|
13572
13572
|
Zn = new WeakMap(), // private constructor
|
|
13573
13573
|
Q(In, Zn, !1);
|
|
13574
13574
|
let Fs = In;
|
|
13575
|
-
var Pa, Ma, At, at, xt, Ft, ei, ti, Oe, Ct, Te, he, te,
|
|
13575
|
+
var Pa, Ma, At, at, xt, Ft, ei, ti, Oe, Ct, Te, he, te, He, ut, qe, Re, Rt, Le, Lt, kt, lt, Dt, pn, Ye, U, Rs, Fn, en, Di, ct, ml, Cn, ni, $i, un, ln, Ls, br, wr, fe, ks, Ii, cn, Ds;
|
|
13576
13576
|
const fo = class fo {
|
|
13577
13577
|
constructor(e) {
|
|
13578
13578
|
Q(this, U);
|
|
@@ -13586,70 +13586,70 @@ const fo = class fo {
|
|
|
13586
13586
|
/**
|
|
13587
13587
|
* {@link LRUCache.OptionsBase.ttl}
|
|
13588
13588
|
*/
|
|
13589
|
-
|
|
13589
|
+
H(this, "ttl");
|
|
13590
13590
|
/**
|
|
13591
13591
|
* {@link LRUCache.OptionsBase.ttlResolution}
|
|
13592
13592
|
*/
|
|
13593
|
-
|
|
13593
|
+
H(this, "ttlResolution");
|
|
13594
13594
|
/**
|
|
13595
13595
|
* {@link LRUCache.OptionsBase.ttlAutopurge}
|
|
13596
13596
|
*/
|
|
13597
|
-
|
|
13597
|
+
H(this, "ttlAutopurge");
|
|
13598
13598
|
/**
|
|
13599
13599
|
* {@link LRUCache.OptionsBase.updateAgeOnGet}
|
|
13600
13600
|
*/
|
|
13601
|
-
|
|
13601
|
+
H(this, "updateAgeOnGet");
|
|
13602
13602
|
/**
|
|
13603
13603
|
* {@link LRUCache.OptionsBase.updateAgeOnHas}
|
|
13604
13604
|
*/
|
|
13605
|
-
|
|
13605
|
+
H(this, "updateAgeOnHas");
|
|
13606
13606
|
/**
|
|
13607
13607
|
* {@link LRUCache.OptionsBase.allowStale}
|
|
13608
13608
|
*/
|
|
13609
|
-
|
|
13609
|
+
H(this, "allowStale");
|
|
13610
13610
|
/**
|
|
13611
13611
|
* {@link LRUCache.OptionsBase.noDisposeOnSet}
|
|
13612
13612
|
*/
|
|
13613
|
-
|
|
13613
|
+
H(this, "noDisposeOnSet");
|
|
13614
13614
|
/**
|
|
13615
13615
|
* {@link LRUCache.OptionsBase.noUpdateTTL}
|
|
13616
13616
|
*/
|
|
13617
|
-
|
|
13617
|
+
H(this, "noUpdateTTL");
|
|
13618
13618
|
/**
|
|
13619
13619
|
* {@link LRUCache.OptionsBase.maxEntrySize}
|
|
13620
13620
|
*/
|
|
13621
|
-
|
|
13621
|
+
H(this, "maxEntrySize");
|
|
13622
13622
|
/**
|
|
13623
13623
|
* {@link LRUCache.OptionsBase.sizeCalculation}
|
|
13624
13624
|
*/
|
|
13625
|
-
|
|
13625
|
+
H(this, "sizeCalculation");
|
|
13626
13626
|
/**
|
|
13627
13627
|
* {@link LRUCache.OptionsBase.noDeleteOnFetchRejection}
|
|
13628
13628
|
*/
|
|
13629
|
-
|
|
13629
|
+
H(this, "noDeleteOnFetchRejection");
|
|
13630
13630
|
/**
|
|
13631
13631
|
* {@link LRUCache.OptionsBase.noDeleteOnStaleGet}
|
|
13632
13632
|
*/
|
|
13633
|
-
|
|
13633
|
+
H(this, "noDeleteOnStaleGet");
|
|
13634
13634
|
/**
|
|
13635
13635
|
* {@link LRUCache.OptionsBase.allowStaleOnFetchAbort}
|
|
13636
13636
|
*/
|
|
13637
|
-
|
|
13637
|
+
H(this, "allowStaleOnFetchAbort");
|
|
13638
13638
|
/**
|
|
13639
13639
|
* {@link LRUCache.OptionsBase.allowStaleOnFetchRejection}
|
|
13640
13640
|
*/
|
|
13641
|
-
|
|
13641
|
+
H(this, "allowStaleOnFetchRejection");
|
|
13642
13642
|
/**
|
|
13643
13643
|
* {@link LRUCache.OptionsBase.ignoreFetchAbort}
|
|
13644
13644
|
*/
|
|
13645
|
-
|
|
13645
|
+
H(this, "ignoreFetchAbort");
|
|
13646
13646
|
// computed properties
|
|
13647
13647
|
Q(this, Oe);
|
|
13648
13648
|
Q(this, Ct);
|
|
13649
13649
|
Q(this, Te);
|
|
13650
13650
|
Q(this, he);
|
|
13651
13651
|
Q(this, te);
|
|
13652
|
-
Q(this,
|
|
13652
|
+
Q(this, He);
|
|
13653
13653
|
Q(this, ut);
|
|
13654
13654
|
Q(this, qe);
|
|
13655
13655
|
Q(this, Re);
|
|
@@ -13660,7 +13660,7 @@ const fo = class fo {
|
|
|
13660
13660
|
Q(this, lt);
|
|
13661
13661
|
Q(this, Dt);
|
|
13662
13662
|
Q(this, pn);
|
|
13663
|
-
Q(this,
|
|
13663
|
+
Q(this, Ye);
|
|
13664
13664
|
// conditionally set private methods related to TTL
|
|
13665
13665
|
Q(this, Fn, () => {
|
|
13666
13666
|
});
|
|
@@ -13684,7 +13684,7 @@ const fo = class fo {
|
|
|
13684
13684
|
* description of an object. Called by the built-in method
|
|
13685
13685
|
* `Object.prototype.toString`.
|
|
13686
13686
|
*/
|
|
13687
|
-
|
|
13687
|
+
H(this, Pa, "LRUCache");
|
|
13688
13688
|
const { max: n = 0, ttl: i, ttlResolution: r = 1, ttlAutopurge: s, updateAgeOnGet: o, updateAgeOnHas: a, allowStale: u, dispose: c, disposeAfter: f, noDisposeOnSet: p, noUpdateTTL: m, maxSize: S = 0, maxEntrySize: w = 0, sizeCalculation: C, fetchMethod: E, memoMethod: b, noDeleteOnFetchRejection: O, noDeleteOnStaleGet: x, allowStaleOnFetchRejection: A, allowStaleOnFetchAbort: L, ignoreFetchAbort: T } = e;
|
|
13689
13689
|
if (n !== 0 && !an(n))
|
|
13690
13690
|
throw new TypeError("max option must be a nonnegative integer");
|
|
@@ -13701,7 +13701,7 @@ const fo = class fo {
|
|
|
13701
13701
|
throw new TypeError("memoMethod must be a function if defined");
|
|
13702
13702
|
if ($(this, ti, b), E !== void 0 && typeof E != "function")
|
|
13703
13703
|
throw new TypeError("fetchMethod must be a function if specified");
|
|
13704
|
-
if ($(this, ei, E), $(this, pn, !!E), $(this, Te, /* @__PURE__ */ new Map()), $(this, he, new Array(n).fill(void 0)), $(this, te, new Array(n).fill(void 0)), $(this,
|
|
13704
|
+
if ($(this, ei, E), $(this, pn, !!E), $(this, Te, /* @__PURE__ */ new Map()), $(this, he, new Array(n).fill(void 0)), $(this, te, new Array(n).fill(void 0)), $(this, He, new N(n)), $(this, ut, new N(n)), $(this, qe, 0), $(this, Re, 0), $(this, Rt, Fs.create(n)), $(this, Oe, 0), $(this, Ct, 0), typeof c == "function" && $(this, xt, c), typeof f == "function" ? ($(this, Ft, f), $(this, Le, [])) : ($(this, Ft, void 0), $(this, Le, void 0)), $(this, Dt, !!l(this, xt)), $(this, Ye, !!l(this, Ft)), this.noDisposeOnSet = !!p, this.noUpdateTTL = !!m, this.noDeleteOnFetchRejection = !!O, this.allowStaleOnFetchRejection = !!A, this.allowStaleOnFetchAbort = !!L, this.ignoreFetchAbort = !!T, this.maxEntrySize !== 0) {
|
|
13705
13705
|
if (l(this, at) !== 0 && !an(l(this, at)))
|
|
13706
13706
|
throw new TypeError("maxSize must be a positive integer if specified");
|
|
13707
13707
|
if (!an(this.maxEntrySize))
|
|
@@ -13738,7 +13738,7 @@ const fo = class fo {
|
|
|
13738
13738
|
keyMap: l(e, Te),
|
|
13739
13739
|
keyList: l(e, he),
|
|
13740
13740
|
valList: l(e, te),
|
|
13741
|
-
next: l(e,
|
|
13741
|
+
next: l(e, He),
|
|
13742
13742
|
prev: l(e, ut),
|
|
13743
13743
|
get head() {
|
|
13744
13744
|
return l(e, qe);
|
|
@@ -14058,7 +14058,7 @@ const fo = class fo {
|
|
|
14058
14058
|
return u && (u.set = "miss", u.maxEntrySizeExceeded = !0), k(this, U, cn).call(this, e, "set"), this;
|
|
14059
14059
|
let p = l(this, Oe) === 0 ? void 0 : l(this, Te).get(e);
|
|
14060
14060
|
if (p === void 0)
|
|
14061
|
-
p = l(this, Oe) === 0 ? l(this, Re) : l(this, Rt).length !== 0 ? l(this, Rt).pop() : l(this, Oe) === l(this, At) ? k(this, U, br).call(this, !1) : l(this, Oe), l(this, he)[p] = e, l(this, te)[p] = n, l(this, Te).set(e, p), l(this,
|
|
14061
|
+
p = l(this, Oe) === 0 ? l(this, Re) : l(this, Rt).length !== 0 ? l(this, Rt).pop() : l(this, Oe) === l(this, At) ? k(this, U, br).call(this, !1) : l(this, Oe), l(this, he)[p] = e, l(this, te)[p] = n, l(this, Te).set(e, p), l(this, He)[l(this, Re)] = p, l(this, ut)[p] = l(this, Re), $(this, Re, p), vn(this, Oe)._++, l(this, ni).call(this, p, f, u), u && (u.set = "add"), c = !1;
|
|
14062
14062
|
else {
|
|
14063
14063
|
k(this, U, Ii).call(this, p);
|
|
14064
14064
|
const b = l(this, te)[p];
|
|
@@ -14066,8 +14066,8 @@ const fo = class fo {
|
|
|
14066
14066
|
if (l(this, pn) && k(this, U, fe).call(this, b)) {
|
|
14067
14067
|
b.__abortController.abort(new Error("replaced"));
|
|
14068
14068
|
const { __staleWhileFetching: O } = b;
|
|
14069
|
-
O !== void 0 && !o && (l(this, Dt) && ((m = l(this, xt)) == null || m.call(this, O, e, "set")), l(this,
|
|
14070
|
-
} else o || (l(this, Dt) && ((w = l(this, xt)) == null || w.call(this, b, e, "set")), l(this,
|
|
14069
|
+
O !== void 0 && !o && (l(this, Dt) && ((m = l(this, xt)) == null || m.call(this, O, e, "set")), l(this, Ye) && ((S = l(this, Le)) == null || S.push([O, e, "set"])));
|
|
14070
|
+
} else o || (l(this, Dt) && ((w = l(this, xt)) == null || w.call(this, b, e, "set")), l(this, Ye) && ((C = l(this, Le)) == null || C.push([b, e, "set"])));
|
|
14071
14071
|
if (l(this, Cn).call(this, p), l(this, ni).call(this, p, f, u), l(this, te)[p] = n, u) {
|
|
14072
14072
|
u.set = "replace";
|
|
14073
14073
|
const O = b && k(this, U, fe).call(this, b) ? b.__staleWhileFetching : b;
|
|
@@ -14075,7 +14075,7 @@ const fo = class fo {
|
|
|
14075
14075
|
}
|
|
14076
14076
|
} else u && (u.set = "update");
|
|
14077
14077
|
}
|
|
14078
|
-
if (r !== 0 && !l(this, lt) && k(this, U, Rs).call(this), l(this, lt) && (c || l(this, Di).call(this, p, r, s), u && l(this, en).call(this, u, p)), !o && l(this,
|
|
14078
|
+
if (r !== 0 && !l(this, lt) && k(this, U, Rs).call(this), l(this, lt) && (c || l(this, Di).call(this, p, r, s), u && l(this, en).call(this, u, p)), !o && l(this, Ye) && l(this, Le)) {
|
|
14079
14079
|
const b = l(this, Le);
|
|
14080
14080
|
let O;
|
|
14081
14081
|
for (; O = b == null ? void 0 : b.shift(); )
|
|
@@ -14099,7 +14099,7 @@ const fo = class fo {
|
|
|
14099
14099
|
return n;
|
|
14100
14100
|
}
|
|
14101
14101
|
} finally {
|
|
14102
|
-
if (l(this,
|
|
14102
|
+
if (l(this, Ye) && l(this, Le)) {
|
|
14103
14103
|
const n = l(this, Le);
|
|
14104
14104
|
let i;
|
|
14105
14105
|
for (; i = n == null ? void 0 : n.shift(); )
|
|
@@ -14259,7 +14259,7 @@ const fo = class fo {
|
|
|
14259
14259
|
return k(this, U, Ds).call(this, "delete");
|
|
14260
14260
|
}
|
|
14261
14261
|
};
|
|
14262
|
-
At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(), ei = new WeakMap(), ti = new WeakMap(), Oe = new WeakMap(), Ct = new WeakMap(), Te = new WeakMap(), he = new WeakMap(), te = new WeakMap(),
|
|
14262
|
+
At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(), ei = new WeakMap(), ti = new WeakMap(), Oe = new WeakMap(), Ct = new WeakMap(), Te = new WeakMap(), he = new WeakMap(), te = new WeakMap(), He = new WeakMap(), ut = new WeakMap(), qe = new WeakMap(), Re = new WeakMap(), Rt = new WeakMap(), Le = new WeakMap(), Lt = new WeakMap(), kt = new WeakMap(), lt = new WeakMap(), Dt = new WeakMap(), pn = new WeakMap(), Ye = new WeakMap(), U = new WeakSet(), Rs = function() {
|
|
14263
14263
|
const e = new yr(l(this, At)), n = new yr(l(this, At));
|
|
14264
14264
|
$(this, lt, e), $(this, kt, n), $(this, Di, (s, o, a = Bn.now()) => {
|
|
14265
14265
|
if (n[s] = o !== 0 ? a : 0, e[s] = o, o !== 0 && this.ttlAutopurge) {
|
|
@@ -14334,13 +14334,13 @@ At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(),
|
|
|
14334
14334
|
}, ln = function* ({ allowStale: e = this.allowStale } = {}) {
|
|
14335
14335
|
if (l(this, Oe))
|
|
14336
14336
|
for (let n = l(this, qe); !(!k(this, U, Ls).call(this, n) || ((e || !l(this, ct).call(this, n)) && (yield n), n === l(this, Re))); )
|
|
14337
|
-
n = l(this,
|
|
14337
|
+
n = l(this, He)[n];
|
|
14338
14338
|
}, Ls = function(e) {
|
|
14339
14339
|
return e !== void 0 && l(this, Te).get(l(this, he)[e]) === e;
|
|
14340
14340
|
}, br = function(e) {
|
|
14341
14341
|
var s, o;
|
|
14342
14342
|
const n = l(this, qe), i = l(this, he)[n], r = l(this, te)[n];
|
|
14343
|
-
return l(this, pn) && k(this, U, fe).call(this, r) ? r.__abortController.abort(new Error("evicted")) : (l(this, Dt) || l(this,
|
|
14343
|
+
return l(this, pn) && k(this, U, fe).call(this, r) ? r.__abortController.abort(new Error("evicted")) : (l(this, Dt) || l(this, Ye)) && (l(this, Dt) && ((s = l(this, xt)) == null || s.call(this, r, i, "evict")), l(this, Ye) && ((o = l(this, Le)) == null || o.push([r, i, "evict"]))), l(this, Cn).call(this, n), e && (l(this, he)[n] = void 0, l(this, te)[n] = void 0, l(this, Rt).push(n)), l(this, Oe) === 1 ? ($(this, qe, $(this, Re, 0)), l(this, Rt).length = 0) : $(this, qe, l(this, He)[n]), l(this, Te).delete(i), vn(this, Oe)._--, n;
|
|
14344
14344
|
}, wr = function(e, n, i, r) {
|
|
14345
14345
|
const s = n === void 0 ? void 0 : l(this, te)[n];
|
|
14346
14346
|
if (k(this, U, fe).call(this, s))
|
|
@@ -14385,9 +14385,9 @@ At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(),
|
|
|
14385
14385
|
const n = e;
|
|
14386
14386
|
return !!n && n instanceof Promise && n.hasOwnProperty("__staleWhileFetching") && n.__abortController instanceof Fr;
|
|
14387
14387
|
}, ks = function(e, n) {
|
|
14388
|
-
l(this, ut)[n] = e, l(this,
|
|
14388
|
+
l(this, ut)[n] = e, l(this, He)[e] = n;
|
|
14389
14389
|
}, Ii = function(e) {
|
|
14390
|
-
e !== l(this, Re) && (e === l(this, qe) ? $(this, qe, l(this,
|
|
14390
|
+
e !== l(this, Re) && (e === l(this, qe) ? $(this, qe, l(this, He)[e]) : k(this, U, ks).call(this, l(this, ut)[e], l(this, He)[e]), k(this, U, ks).call(this, l(this, Re), e), $(this, Re, e));
|
|
14391
14391
|
}, cn = function(e, n) {
|
|
14392
14392
|
var r, s, o, a;
|
|
14393
14393
|
let i = !1;
|
|
@@ -14399,20 +14399,20 @@ At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(),
|
|
|
14399
14399
|
else {
|
|
14400
14400
|
l(this, Cn).call(this, u);
|
|
14401
14401
|
const c = l(this, te)[u];
|
|
14402
|
-
if (k(this, U, fe).call(this, c) ? c.__abortController.abort(new Error("deleted")) : (l(this, Dt) || l(this,
|
|
14402
|
+
if (k(this, U, fe).call(this, c) ? c.__abortController.abort(new Error("deleted")) : (l(this, Dt) || l(this, Ye)) && (l(this, Dt) && ((r = l(this, xt)) == null || r.call(this, c, e, n)), l(this, Ye) && ((s = l(this, Le)) == null || s.push([c, e, n]))), l(this, Te).delete(e), l(this, he)[u] = void 0, l(this, te)[u] = void 0, u === l(this, Re))
|
|
14403
14403
|
$(this, Re, l(this, ut)[u]);
|
|
14404
14404
|
else if (u === l(this, qe))
|
|
14405
|
-
$(this, qe, l(this,
|
|
14405
|
+
$(this, qe, l(this, He)[u]);
|
|
14406
14406
|
else {
|
|
14407
14407
|
const f = l(this, ut)[u];
|
|
14408
|
-
l(this,
|
|
14409
|
-
const p = l(this,
|
|
14408
|
+
l(this, He)[f] = l(this, He)[u];
|
|
14409
|
+
const p = l(this, He)[u];
|
|
14410
14410
|
l(this, ut)[p] = l(this, ut)[u];
|
|
14411
14411
|
}
|
|
14412
14412
|
vn(this, Oe)._--, l(this, Rt).push(u);
|
|
14413
14413
|
}
|
|
14414
14414
|
}
|
|
14415
|
-
if (l(this,
|
|
14415
|
+
if (l(this, Ye) && ((o = l(this, Le)) != null && o.length)) {
|
|
14416
14416
|
const u = l(this, Le);
|
|
14417
14417
|
let c;
|
|
14418
14418
|
for (; c = u == null ? void 0 : u.shift(); )
|
|
@@ -14427,10 +14427,10 @@ At = new WeakMap(), at = new WeakMap(), xt = new WeakMap(), Ft = new WeakMap(),
|
|
|
14427
14427
|
o.__abortController.abort(new Error("deleted"));
|
|
14428
14428
|
else {
|
|
14429
14429
|
const a = l(this, he)[s];
|
|
14430
|
-
l(this, Dt) && ((n = l(this, xt)) == null || n.call(this, o, a, e)), l(this,
|
|
14430
|
+
l(this, Dt) && ((n = l(this, xt)) == null || n.call(this, o, a, e)), l(this, Ye) && ((i = l(this, Le)) == null || i.push([o, a, e]));
|
|
14431
14431
|
}
|
|
14432
14432
|
}
|
|
14433
|
-
if (l(this, Te).clear(), l(this, te).fill(void 0), l(this, he).fill(void 0), l(this, lt) && l(this, kt) && (l(this, lt).fill(0), l(this, kt).fill(0)), l(this, Lt) && l(this, Lt).fill(0), $(this, qe, 0), $(this, Re, 0), l(this, Rt).length = 0, $(this, Ct, 0), $(this, Oe, 0), l(this,
|
|
14433
|
+
if (l(this, Te).clear(), l(this, te).fill(void 0), l(this, he).fill(void 0), l(this, lt) && l(this, kt) && (l(this, lt).fill(0), l(this, kt).fill(0)), l(this, Lt) && l(this, Lt).fill(0), $(this, qe, 0), $(this, Re, 0), l(this, Rt).length = 0, $(this, Ct, 0), $(this, Oe, 0), l(this, Ye) && l(this, Le)) {
|
|
14434
14434
|
const s = l(this, Le);
|
|
14435
14435
|
let o;
|
|
14436
14436
|
for (; o = s == null ? void 0 : s.shift(); )
|
|
@@ -15217,7 +15217,7 @@ list should be an Array.`), h.length === 0) return new E(0);
|
|
|
15217
15217
|
});
|
|
15218
15218
|
})(yl);
|
|
15219
15219
|
var em = yl.exports;
|
|
15220
|
-
const tm = /* @__PURE__ */
|
|
15220
|
+
const tm = /* @__PURE__ */ xl(em);
|
|
15221
15221
|
var _n = {}, En = {}, ro = {};
|
|
15222
15222
|
Object.defineProperty(ro, "__esModule", {
|
|
15223
15223
|
value: !0
|
|
@@ -15688,11 +15688,10 @@ const Rm = (t) => {
|
|
|
15688
15688
|
throw new _n.GraphQLError("OpenAPI version is not defined");
|
|
15689
15689
|
const n = await Cm(e);
|
|
15690
15690
|
return Rm(n);
|
|
15691
|
-
}, $m = (t, e) => {
|
|
15692
|
-
const
|
|
15693
|
-
return
|
|
15694
|
-
(
|
|
15695
|
-
{ lower: !0, trim: !0 }
|
|
15691
|
+
}, $m = (t, e, n) => {
|
|
15692
|
+
const i = (e.summary ?? "") + (e.operationId ? "-" + e.operationId.slice(0, (e.summary, 1 / 0)) : "");
|
|
15693
|
+
return t(
|
|
15694
|
+
(n ? n + "-" : "") + (i || `${e.method}-${e.path}`)
|
|
15696
15695
|
);
|
|
15697
15696
|
}, ls = new Cs({
|
|
15698
15697
|
ttl: 60 * 10 * 1e3,
|
|
@@ -15704,36 +15703,36 @@ const Rm = (t) => {
|
|
|
15704
15703
|
(r) => !e.some((s) => s.name === r)
|
|
15705
15704
|
);
|
|
15706
15705
|
return [...e, ...i.map((r) => ({ name: r }))];
|
|
15707
|
-
}, Tl = (t, e) =>
|
|
15708
|
-
|
|
15709
|
-
|
|
15710
|
-
|
|
15711
|
-
|
|
15712
|
-
|
|
15713
|
-
|
|
15714
|
-
|
|
15715
|
-
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
|
|
15729
|
-
|
|
15730
|
-
|
|
15731
|
-
|
|
15732
|
-
e
|
|
15733
|
-
|
|
15734
|
-
}
|
|
15735
|
-
|
|
15736
|
-
|
|
15706
|
+
}, Tl = (t, e) => {
|
|
15707
|
+
const n = Al();
|
|
15708
|
+
return Object.entries(t ?? {}).flatMap(
|
|
15709
|
+
([i, r]) => Lm.flatMap((s) => {
|
|
15710
|
+
if (!(r != null && r[s])) return [];
|
|
15711
|
+
const o = r[s], a = r.parameters ?? [], u = o.parameters ?? [], c = [
|
|
15712
|
+
...a.filter(
|
|
15713
|
+
// remove path parameters that are already defined in the operation
|
|
15714
|
+
(p) => !u.some(
|
|
15715
|
+
(m) => m.name === p.name && m.in === p.in
|
|
15716
|
+
)
|
|
15717
|
+
),
|
|
15718
|
+
...u
|
|
15719
|
+
], f = {
|
|
15720
|
+
summary: o.summary,
|
|
15721
|
+
operationId: o.operationId,
|
|
15722
|
+
path: i,
|
|
15723
|
+
method: s
|
|
15724
|
+
};
|
|
15725
|
+
return {
|
|
15726
|
+
...o,
|
|
15727
|
+
method: s,
|
|
15728
|
+
path: i,
|
|
15729
|
+
parameters: c,
|
|
15730
|
+
tags: o.tags ?? [],
|
|
15731
|
+
slug: $m(n, f, e)
|
|
15732
|
+
};
|
|
15733
|
+
})
|
|
15734
|
+
);
|
|
15735
|
+
}, Pm = Ve.objectRef("SchemaTag").implement({
|
|
15737
15736
|
fields: (t) => ({
|
|
15738
15737
|
name: t.exposeString("name", { nullable: !0 }),
|
|
15739
15738
|
description: t.exposeString("description", { nullable: !0 }),
|
|
@@ -15948,7 +15947,7 @@ const Rm = (t) => {
|
|
|
15948
15947
|
return ls.get(e);
|
|
15949
15948
|
const n = Dm(t);
|
|
15950
15949
|
return ls.set(e, n), n;
|
|
15951
|
-
},
|
|
15950
|
+
}, Hm = Ve.enumType("SchemaType", {
|
|
15952
15951
|
values: ["url", "file", "raw"]
|
|
15953
15952
|
});
|
|
15954
15953
|
Ve.queryType({
|
|
@@ -15957,7 +15956,7 @@ Ve.queryType({
|
|
|
15957
15956
|
schema: t.field({
|
|
15958
15957
|
type: Qm,
|
|
15959
15958
|
args: {
|
|
15960
|
-
type: t.arg({ type:
|
|
15959
|
+
type: t.arg({ type: Hm, required: !0 }),
|
|
15961
15960
|
input: t.arg({ type: Ri, required: !0 })
|
|
15962
15961
|
},
|
|
15963
15962
|
resolve: async (e, n, i) => {
|
|
@@ -15967,7 +15966,7 @@ Ve.queryType({
|
|
|
15967
15966
|
})
|
|
15968
15967
|
})
|
|
15969
15968
|
});
|
|
15970
|
-
const
|
|
15969
|
+
const Ym = Ve.toSchema(), Jm = (t) => Xg({ schema: Ym, ...t }), Km = () => Jm({
|
|
15971
15970
|
plugins: [
|
|
15972
15971
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
15973
15972
|
Jl({
|
|
@@ -16007,7 +16006,7 @@ const Hm = Ve.toSchema(), Jm = (t) => Xg({ schema: Hm, ...t }), Km = () => Jm({
|
|
|
16007
16006
|
return Zm();
|
|
16008
16007
|
const e = new SharedWorker(new URL(
|
|
16009
16008
|
/* @vite-ignore */
|
|
16010
|
-
"./assets/worker-
|
|
16009
|
+
"./assets/worker-DgVH8VJc.js",
|
|
16011
16010
|
import.meta.url
|
|
16012
16011
|
), {
|
|
16013
16012
|
type: "module"
|