zudoku 0.33.1 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/validators/common.d.ts +572 -354
- package/dist/config/validators/common.js +26 -8
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +254 -167
- package/dist/lib/authentication/hook.d.ts +1 -0
- package/dist/lib/authentication/hook.js +11 -1
- package/dist/lib/authentication/hook.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +6 -6
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/components/AnchorLink.d.ts +2 -2
- package/dist/lib/components/AnchorLink.js +4 -4
- package/dist/lib/components/AnchorLink.js.map +1 -1
- package/dist/lib/components/Banner.js +1 -1
- package/dist/lib/components/Banner.js.map +1 -1
- package/dist/lib/components/Heading.d.ts +2 -2
- package/dist/lib/components/Layout.js +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/components/index.d.ts +1 -0
- package/dist/lib/components/navigation/SidebarItem.js +6 -5
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/core/RouteGuard.js +2 -1
- package/dist/lib/core/RouteGuard.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +4 -0
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/plugins/api-catalog/Catalog.d.ts +3 -1
- package/dist/lib/plugins/api-catalog/Catalog.js +7 -4
- package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
- package/dist/lib/plugins/api-catalog/index.js +1 -1
- package/dist/lib/plugins/api-catalog/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +5 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +6 -3
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterList.d.ts +2 -1
- package/dist/lib/plugins/openapi/ParameterList.js +3 -2
- package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +3 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +1 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js +2 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +1 -5
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.js +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/IdentityDialog.d.ts +11 -0
- package/dist/lib/plugins/openapi/playground/IdentityDialog.js +14 -0
- package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/IdentitySelector.d.ts +7 -0
- package/dist/lib/plugins/openapi/playground/IdentitySelector.js +10 -0
- package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/PathParams.d.ts +3 -2
- package/dist/lib/plugins/openapi/playground/PathParams.js +3 -2
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +13 -2
- package/dist/lib/plugins/openapi/playground/Playground.js +80 -26
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.js +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.d.ts +7 -0
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js +8 -0
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.d.ts +17 -0
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.js +11 -0
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +19 -13
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +6 -4
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +4 -3
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.d.ts +6 -0
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js +66 -0
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/ResultList.d.ts +8 -0
- package/dist/lib/plugins/search-pagefind/ResultList.js +31 -0
- package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/get-results.d.ts +3 -0
- package/dist/lib/plugins/search-pagefind/get-results.js +37 -0
- package/dist/lib/plugins/search-pagefind/get-results.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/index.d.ts +8 -0
- package/dist/lib/plugins/search-pagefind/index.js +9 -0
- package/dist/lib/plugins/search-pagefind/index.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/types.d.ts +85 -0
- package/dist/lib/plugins/search-pagefind/types.js +2 -0
- package/dist/lib/plugins/search-pagefind/types.js.map +1 -0
- package/dist/lib/ui/Checkbox.d.ts +2 -8
- package/dist/lib/ui/Checkbox.js +1 -13
- package/dist/lib/ui/Checkbox.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +13 -7
- package/dist/lib/ui/Command.js +2 -2
- package/dist/lib/ui/Command.js.map +1 -1
- package/dist/lib/ui/Select.js +1 -1
- package/dist/lib/ui/Select.js.map +1 -1
- package/dist/lib/ui/SyntaxHighlight.d.ts +2 -1
- package/dist/lib/ui/SyntaxHighlight.js +19 -15
- package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
- package/dist/lib/util/MdxComponents.d.ts +1 -1
- package/dist/lib/util/MdxComponents.js +2 -2
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +6 -8
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/vite/build.js +4 -0
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/config.js +7 -2
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/dev-server.js +8 -0
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/pagefind.d.ts +4 -0
- package/dist/vite/pagefind.js +15 -0
- package/dist/vite/pagefind.js.map +1 -0
- package/dist/vite/plugin-component.js +4 -0
- package/dist/vite/plugin-component.js.map +1 -1
- package/dist/vite/plugin-search.js +4 -0
- package/dist/vite/plugin-search.js.map +1 -1
- package/dist/vite/prerender/prerender.js +1 -1
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/sitemap.js +2 -1
- package/dist/vite/sitemap.js.map +1 -1
- package/lib/{AuthenticationPlugin-CiO1FM6Q.js → AuthenticationPlugin-4ip08maU.js} +3 -3
- package/lib/{AuthenticationPlugin-CiO1FM6Q.js.map → AuthenticationPlugin-4ip08maU.js.map} +1 -1
- package/lib/Callout-B_sEhkYd.js +211 -0
- package/lib/Callout-B_sEhkYd.js.map +1 -0
- package/lib/{Dialog-DIKGQxQc.js → Dialog-sbgekbjb.js} +47 -32
- package/lib/{Dialog-DIKGQxQc.js.map → Dialog-sbgekbjb.js.map} +1 -1
- package/lib/{Markdown-DePfm7oQ.js → Markdown-DZXjQjpH.js} +4099 -3848
- package/lib/Markdown-DZXjQjpH.js.map +1 -0
- package/lib/MdxPage-52vRwa_7.js +200 -0
- package/lib/MdxPage-52vRwa_7.js.map +1 -0
- package/lib/{OasProvider-SzD9mHJc.js → OasProvider-CR2nG1Eg.js} +4 -4
- package/lib/{OasProvider-SzD9mHJc.js.map → OasProvider-CR2nG1Eg.js.map} +1 -1
- package/lib/{OperationList-DDs9NblY.js → OperationList-DndcCJUG.js} +2069 -1983
- package/lib/OperationList-DndcCJUG.js.map +1 -0
- package/lib/{Select-Dqtcn53H.js → Select-FAYHOYTy.js} +4 -4
- package/lib/{Select-Dqtcn53H.js.map → Select-FAYHOYTy.js.map} +1 -1
- package/lib/{SlotletProvider-DdtIOUi6.js → SlotletProvider-TydSHROc.js} +4 -4
- package/lib/{SlotletProvider-DdtIOUi6.js.map → SlotletProvider-TydSHROc.js.map} +1 -1
- package/lib/{chunk-IR6S3I6Y-D_3UmFIn.js → chunk-HA7DTUK3-ZGg2W6yV.js} +277 -277
- package/lib/chunk-HA7DTUK3-ZGg2W6yV.js.map +1 -0
- package/lib/hook-CfCFKZ-2.js +350 -0
- package/lib/hook-CfCFKZ-2.js.map +1 -0
- package/lib/index-DK7IuUyR.js +2201 -0
- package/lib/index-DK7IuUyR.js.map +1 -0
- package/lib/{index.esm-CQHE3GEU.js → index.esm-CltAN0Tf.js} +259 -239
- package/lib/index.esm-CltAN0Tf.js.map +1 -0
- package/lib/{mutation-EclmI0is.js → mutation-B81DztCT.js} +2 -2
- package/lib/{mutation-EclmI0is.js.map → mutation-B81DztCT.js.map} +1 -1
- package/lib/objectEntries-BS7aAgOm.js +12 -0
- package/lib/objectEntries-BS7aAgOm.js.map +1 -0
- package/lib/ui/Checkbox.js +15 -25
- package/lib/ui/Checkbox.js.map +1 -1
- package/lib/ui/Command.js +96 -70
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Select.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +483 -502
- package/lib/ui/SyntaxHighlight.js.map +1 -1
- package/lib/{useExposedProps-RIvey2Oy.js → useExposedProps-BslIn-FE.js} +2 -2
- package/lib/{useExposedProps-RIvey2Oy.js.map → useExposedProps-BslIn-FE.js.map} +1 -1
- package/lib/useQuery-CQUwWR9i.js +1137 -0
- package/lib/useQuery-CQUwWR9i.js.map +1 -0
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +29 -29
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +146 -149
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +87 -71
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +16 -15
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +2 -2
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +204 -0
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -0
- package/package.json +10 -5
- package/src/lib/authentication/hook.ts +12 -1
- package/src/lib/authentication/providers/clerk.tsx +10 -6
- package/src/lib/components/AnchorLink.tsx +7 -7
- package/src/lib/components/Banner.tsx +1 -0
- package/src/lib/components/Heading.tsx +1 -1
- package/src/lib/components/Layout.tsx +1 -0
- package/src/lib/components/navigation/SidebarItem.tsx +8 -23
- package/src/lib/core/RouteGuard.tsx +2 -1
- package/src/lib/core/ZudokuContext.ts +4 -0
- package/src/lib/plugins/api-catalog/Catalog.tsx +23 -7
- package/src/lib/plugins/api-catalog/index.tsx +1 -0
- package/src/lib/plugins/markdown/MdxPage.tsx +5 -1
- package/src/lib/plugins/openapi/OperationList.tsx +83 -31
- package/src/lib/plugins/openapi/OperationListItem.tsx +107 -86
- package/src/lib/plugins/openapi/ParameterList.tsx +4 -0
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +7 -0
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -0
- package/src/lib/plugins/openapi/graphql/gql.ts +3 -3
- package/src/lib/plugins/openapi/graphql/graphql.ts +3 -0
- package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +30 -32
- package/src/lib/plugins/openapi/playground/Headers.tsx +0 -1
- package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +74 -0
- package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +54 -0
- package/src/lib/plugins/openapi/playground/PathParams.tsx +8 -2
- package/src/lib/plugins/openapi/playground/Playground.tsx +175 -88
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +0 -1
- package/src/lib/plugins/openapi/playground/RequestLoginDialog.tsx +51 -0
- package/src/lib/plugins/openapi/playground/rememberedIdentity.ts +26 -0
- package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +24 -4
- package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +66 -45
- package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +135 -0
- package/src/lib/plugins/search-pagefind/ResultList.tsx +104 -0
- package/src/lib/plugins/search-pagefind/get-results.tsx +54 -0
- package/src/lib/plugins/search-pagefind/index.tsx +21 -0
- package/src/lib/plugins/search-pagefind/types.ts +118 -0
- package/src/lib/ui/Checkbox.tsx +8 -24
- package/src/lib/ui/Command.tsx +25 -3
- package/src/lib/ui/Select.tsx +1 -1
- package/src/lib/ui/SyntaxHighlight.tsx +94 -96
- package/src/lib/util/MdxComponents.tsx +2 -2
- package/src/lib/util/useScrollToAnchor.ts +8 -8
- package/lib/Markdown-DePfm7oQ.js.map +0 -1
- package/lib/MdxPage-DZTt9ld7.js +0 -193
- package/lib/MdxPage-DZTt9ld7.js.map +0 -1
- package/lib/OperationList-DDs9NblY.js.map +0 -1
- package/lib/chunk-IR6S3I6Y-D_3UmFIn.js.map +0 -1
- package/lib/hook-CN__aZIt.js +0 -1464
- package/lib/hook-CN__aZIt.js.map +0 -1
- package/lib/index-CibzSNks.js +0 -2100
- package/lib/index-CibzSNks.js.map +0 -1
- package/lib/index.esm-CQHE3GEU.js.map +0 -1
- package/lib/objectEntries-yMIkr2mI.js +0 -5
- package/lib/objectEntries-yMIkr2mI.js.map +0 -1
- package/lib/useScrollToAnchor-C7ilRSts.js +0 -290
- package/lib/useScrollToAnchor-C7ilRSts.js.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
|
-
import z, { RefinementCtx, type ZodEnumDef, ZodOptional, ZodString, ZodType, ZodUnion } from "zod";
|
|
3
|
-
import { ZudokuContext } from "../../lib/core/ZudokuContext.js";
|
|
2
|
+
import z, { type RefinementCtx, type ZodEnumDef, type ZodOptional, type ZodString, type ZodType, type ZodUnion } from "zod";
|
|
3
|
+
import { type ZudokuContext } from "../../lib/core/ZudokuContext.js";
|
|
4
4
|
import type { ApiKey } from "../../lib/plugins/api-keys/index.js";
|
|
5
|
+
import type { PagefindSearchFragment } from "../../lib/plugins/search-pagefind/types.js";
|
|
5
6
|
declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
6
7
|
type: z.ZodLiteral<"url">;
|
|
7
8
|
input: z.ZodString;
|
|
@@ -202,12 +203,12 @@ declare const TopNavigationItemSchema: z.ZodObject<{
|
|
|
202
203
|
id: string;
|
|
203
204
|
label: string;
|
|
204
205
|
default?: string | undefined;
|
|
205
|
-
display?: "
|
|
206
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
206
207
|
}, {
|
|
207
208
|
id: string;
|
|
208
209
|
label: string;
|
|
209
210
|
default?: string | undefined;
|
|
210
|
-
display?: "
|
|
211
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
211
212
|
}>;
|
|
212
213
|
type BannerColorType = ZodOptional<ZodUnion<[
|
|
213
214
|
ZodType<"note" | "tip" | "info" | "caution" | "danger" | (string & {}), ZodEnumDef>,
|
|
@@ -321,6 +322,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
321
322
|
dismissible?: boolean | undefined;
|
|
322
323
|
}>>;
|
|
323
324
|
}, "strip", z.ZodTypeAny, {
|
|
325
|
+
banner?: {
|
|
326
|
+
message: NonNullable<ReactNode>;
|
|
327
|
+
color?: string | (string & {}) | undefined;
|
|
328
|
+
dismissible?: boolean | undefined;
|
|
329
|
+
} | undefined;
|
|
324
330
|
pageTitle?: string | undefined;
|
|
325
331
|
logoUrl?: string | undefined;
|
|
326
332
|
logo?: {
|
|
@@ -331,12 +337,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
331
337
|
width?: string | undefined;
|
|
332
338
|
alt?: string | undefined;
|
|
333
339
|
} | undefined;
|
|
340
|
+
}, {
|
|
334
341
|
banner?: {
|
|
335
342
|
message: NonNullable<ReactNode>;
|
|
336
343
|
color?: string | (string & {}) | undefined;
|
|
337
344
|
dismissible?: boolean | undefined;
|
|
338
345
|
} | undefined;
|
|
339
|
-
}, {
|
|
340
346
|
pageTitle?: string | undefined;
|
|
341
347
|
logoUrl?: string | undefined;
|
|
342
348
|
logo?: {
|
|
@@ -347,11 +353,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
347
353
|
width?: string | undefined;
|
|
348
354
|
alt?: string | undefined;
|
|
349
355
|
} | undefined;
|
|
350
|
-
banner?: {
|
|
351
|
-
message: NonNullable<ReactNode>;
|
|
352
|
-
color?: string | (string & {}) | undefined;
|
|
353
|
-
dismissible?: boolean | undefined;
|
|
354
|
-
} | undefined;
|
|
355
356
|
}>;
|
|
356
357
|
topNavigation: z.ZodArray<z.ZodObject<{
|
|
357
358
|
label: z.ZodString;
|
|
@@ -362,12 +363,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
362
363
|
id: string;
|
|
363
364
|
label: string;
|
|
364
365
|
default?: string | undefined;
|
|
365
|
-
display?: "
|
|
366
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
366
367
|
}, {
|
|
367
368
|
id: string;
|
|
368
369
|
label: string;
|
|
369
370
|
default?: string | undefined;
|
|
370
|
-
display?: "
|
|
371
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
371
372
|
}>, "many">;
|
|
372
373
|
sidebar: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>;
|
|
373
374
|
theme: z.ZodObject<{
|
|
@@ -395,8 +396,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
395
396
|
}, "strip", z.ZodTypeAny, {
|
|
396
397
|
input?: string | undefined;
|
|
397
398
|
radius?: string | undefined;
|
|
398
|
-
border?: string | undefined;
|
|
399
399
|
popover?: string | undefined;
|
|
400
|
+
border?: string | undefined;
|
|
400
401
|
background?: string | undefined;
|
|
401
402
|
foreground?: string | undefined;
|
|
402
403
|
card?: string | undefined;
|
|
@@ -416,8 +417,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
416
417
|
}, {
|
|
417
418
|
input?: string | undefined;
|
|
418
419
|
radius?: string | undefined;
|
|
419
|
-
border?: string | undefined;
|
|
420
420
|
popover?: string | undefined;
|
|
421
|
+
border?: string | undefined;
|
|
421
422
|
background?: string | undefined;
|
|
422
423
|
foreground?: string | undefined;
|
|
423
424
|
card?: string | undefined;
|
|
@@ -459,8 +460,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
459
460
|
}, "strip", z.ZodTypeAny, {
|
|
460
461
|
input?: string | undefined;
|
|
461
462
|
radius?: string | undefined;
|
|
462
|
-
border?: string | undefined;
|
|
463
463
|
popover?: string | undefined;
|
|
464
|
+
border?: string | undefined;
|
|
464
465
|
background?: string | undefined;
|
|
465
466
|
foreground?: string | undefined;
|
|
466
467
|
card?: string | undefined;
|
|
@@ -480,8 +481,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
480
481
|
}, {
|
|
481
482
|
input?: string | undefined;
|
|
482
483
|
radius?: string | undefined;
|
|
483
|
-
border?: string | undefined;
|
|
484
484
|
popover?: string | undefined;
|
|
485
|
+
border?: string | undefined;
|
|
485
486
|
background?: string | undefined;
|
|
486
487
|
foreground?: string | undefined;
|
|
487
488
|
card?: string | undefined;
|
|
@@ -543,8 +544,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
543
544
|
dark?: {
|
|
544
545
|
input?: string | undefined;
|
|
545
546
|
radius?: string | undefined;
|
|
546
|
-
border?: string | undefined;
|
|
547
547
|
popover?: string | undefined;
|
|
548
|
+
border?: string | undefined;
|
|
548
549
|
background?: string | undefined;
|
|
549
550
|
foreground?: string | undefined;
|
|
550
551
|
card?: string | undefined;
|
|
@@ -565,8 +566,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
565
566
|
light?: {
|
|
566
567
|
input?: string | undefined;
|
|
567
568
|
radius?: string | undefined;
|
|
568
|
-
border?: string | undefined;
|
|
569
569
|
popover?: string | undefined;
|
|
570
|
+
border?: string | undefined;
|
|
570
571
|
background?: string | undefined;
|
|
571
572
|
foreground?: string | undefined;
|
|
572
573
|
card?: string | undefined;
|
|
@@ -598,8 +599,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
598
599
|
dark?: {
|
|
599
600
|
input?: string | undefined;
|
|
600
601
|
radius?: string | undefined;
|
|
601
|
-
border?: string | undefined;
|
|
602
602
|
popover?: string | undefined;
|
|
603
|
+
border?: string | undefined;
|
|
603
604
|
background?: string | undefined;
|
|
604
605
|
foreground?: string | undefined;
|
|
605
606
|
card?: string | undefined;
|
|
@@ -620,8 +621,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
620
621
|
light?: {
|
|
621
622
|
input?: string | undefined;
|
|
622
623
|
radius?: string | undefined;
|
|
623
|
-
border?: string | undefined;
|
|
624
624
|
popover?: string | undefined;
|
|
625
|
+
border?: string | undefined;
|
|
625
626
|
background?: string | undefined;
|
|
626
627
|
foreground?: string | undefined;
|
|
627
628
|
card?: string | undefined;
|
|
@@ -757,7 +758,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
757
758
|
redirectToAfterSignOut?: string | undefined;
|
|
758
759
|
audience?: string | undefined;
|
|
759
760
|
}>]>;
|
|
760
|
-
search: z.ZodOptional<z.ZodObject<{
|
|
761
|
+
search: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
761
762
|
type: z.ZodLiteral<"inkeep">;
|
|
762
763
|
apiKey: z.ZodString;
|
|
763
764
|
integrationId: z.ZodString;
|
|
@@ -778,7 +779,50 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
778
779
|
organizationId: string;
|
|
779
780
|
primaryBrandColor: string;
|
|
780
781
|
organizationDisplayName: string;
|
|
781
|
-
}
|
|
782
|
+
}>, z.ZodObject<{
|
|
783
|
+
type: z.ZodLiteral<"pagefind">;
|
|
784
|
+
ranking: z.ZodOptional<z.ZodObject<{
|
|
785
|
+
termFrequency: z.ZodNumber;
|
|
786
|
+
pageLength: z.ZodNumber;
|
|
787
|
+
termSimilarity: z.ZodNumber;
|
|
788
|
+
termSaturation: z.ZodNumber;
|
|
789
|
+
}, "strip", z.ZodTypeAny, {
|
|
790
|
+
termFrequency: number;
|
|
791
|
+
pageLength: number;
|
|
792
|
+
termSimilarity: number;
|
|
793
|
+
termSaturation: number;
|
|
794
|
+
}, {
|
|
795
|
+
termFrequency: number;
|
|
796
|
+
pageLength: number;
|
|
797
|
+
termSimilarity: number;
|
|
798
|
+
termSaturation: number;
|
|
799
|
+
}>>;
|
|
800
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
801
|
+
maxSubResults: z.ZodOptional<z.ZodNumber>;
|
|
802
|
+
transformResults: z.ZodOptional<z.ZodType<(result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void, z.ZodTypeDef, (result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void>>;
|
|
803
|
+
}, "strip", z.ZodTypeAny, {
|
|
804
|
+
type: "pagefind";
|
|
805
|
+
ranking?: {
|
|
806
|
+
termFrequency: number;
|
|
807
|
+
pageLength: number;
|
|
808
|
+
termSimilarity: number;
|
|
809
|
+
termSaturation: number;
|
|
810
|
+
} | undefined;
|
|
811
|
+
maxResults?: number | undefined;
|
|
812
|
+
maxSubResults?: number | undefined;
|
|
813
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
814
|
+
}, {
|
|
815
|
+
type: "pagefind";
|
|
816
|
+
ranking?: {
|
|
817
|
+
termFrequency: number;
|
|
818
|
+
pageLength: number;
|
|
819
|
+
termSimilarity: number;
|
|
820
|
+
termSaturation: number;
|
|
821
|
+
} | undefined;
|
|
822
|
+
maxResults?: number | undefined;
|
|
823
|
+
maxSubResults?: number | undefined;
|
|
824
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
825
|
+
}>]>>;
|
|
782
826
|
docs: z.ZodUnion<[z.ZodObject<{
|
|
783
827
|
files: z.ZodString;
|
|
784
828
|
defaultOptions: z.ZodOptional<z.ZodObject<{
|
|
@@ -1241,12 +1285,42 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1241
1285
|
creator?: string | undefined;
|
|
1242
1286
|
publisher?: string | undefined;
|
|
1243
1287
|
};
|
|
1288
|
+
authentication: {
|
|
1289
|
+
type: "clerk";
|
|
1290
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
1291
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1292
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1293
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1294
|
+
} | {
|
|
1295
|
+
type: "openid";
|
|
1296
|
+
clientId: string;
|
|
1297
|
+
issuer: string;
|
|
1298
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1299
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1300
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1301
|
+
audience?: string | undefined;
|
|
1302
|
+
scopes?: string[] | undefined;
|
|
1303
|
+
} | {
|
|
1304
|
+
type: "auth0";
|
|
1305
|
+
clientId: string;
|
|
1306
|
+
domain: string;
|
|
1307
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1308
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1309
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1310
|
+
audience?: string | undefined;
|
|
1311
|
+
};
|
|
1312
|
+
topNavigation: {
|
|
1313
|
+
id: string;
|
|
1314
|
+
label: string;
|
|
1315
|
+
default?: string | undefined;
|
|
1316
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
1317
|
+
}[];
|
|
1244
1318
|
theme: {
|
|
1245
1319
|
dark?: {
|
|
1246
1320
|
input?: string | undefined;
|
|
1247
1321
|
radius?: string | undefined;
|
|
1248
|
-
border?: string | undefined;
|
|
1249
1322
|
popover?: string | undefined;
|
|
1323
|
+
border?: string | undefined;
|
|
1250
1324
|
background?: string | undefined;
|
|
1251
1325
|
foreground?: string | undefined;
|
|
1252
1326
|
card?: string | undefined;
|
|
@@ -1267,8 +1341,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1267
1341
|
light?: {
|
|
1268
1342
|
input?: string | undefined;
|
|
1269
1343
|
radius?: string | undefined;
|
|
1270
|
-
border?: string | undefined;
|
|
1271
1344
|
popover?: string | undefined;
|
|
1345
|
+
border?: string | undefined;
|
|
1272
1346
|
background?: string | undefined;
|
|
1273
1347
|
foreground?: string | undefined;
|
|
1274
1348
|
card?: string | undefined;
|
|
@@ -1298,6 +1372,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1298
1372
|
} | undefined;
|
|
1299
1373
|
};
|
|
1300
1374
|
page: {
|
|
1375
|
+
banner?: {
|
|
1376
|
+
message: NonNullable<ReactNode>;
|
|
1377
|
+
color?: string | (string & {}) | undefined;
|
|
1378
|
+
dismissible?: boolean | undefined;
|
|
1379
|
+
} | undefined;
|
|
1301
1380
|
pageTitle?: string | undefined;
|
|
1302
1381
|
logoUrl?: string | undefined;
|
|
1303
1382
|
logo?: {
|
|
@@ -1308,41 +1387,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1308
1387
|
width?: string | undefined;
|
|
1309
1388
|
alt?: string | undefined;
|
|
1310
1389
|
} | undefined;
|
|
1311
|
-
banner?: {
|
|
1312
|
-
message: NonNullable<ReactNode>;
|
|
1313
|
-
color?: string | (string & {}) | undefined;
|
|
1314
|
-
dismissible?: boolean | undefined;
|
|
1315
|
-
} | undefined;
|
|
1316
|
-
};
|
|
1317
|
-
topNavigation: {
|
|
1318
|
-
id: string;
|
|
1319
|
-
label: string;
|
|
1320
|
-
default?: string | undefined;
|
|
1321
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
1322
|
-
}[];
|
|
1323
|
-
authentication: {
|
|
1324
|
-
type: "clerk";
|
|
1325
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
1326
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1327
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1328
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1329
|
-
} | {
|
|
1330
|
-
type: "openid";
|
|
1331
|
-
clientId: string;
|
|
1332
|
-
issuer: string;
|
|
1333
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1334
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1335
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1336
|
-
audience?: string | undefined;
|
|
1337
|
-
scopes?: string[] | undefined;
|
|
1338
|
-
} | {
|
|
1339
|
-
type: "auth0";
|
|
1340
|
-
clientId: string;
|
|
1341
|
-
domain: string;
|
|
1342
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1343
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1344
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1345
|
-
audience?: string | undefined;
|
|
1346
1390
|
};
|
|
1347
1391
|
docs: {
|
|
1348
1392
|
files: string;
|
|
@@ -1465,6 +1509,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1465
1509
|
organizationId: string;
|
|
1466
1510
|
primaryBrandColor: string;
|
|
1467
1511
|
organizationDisplayName: string;
|
|
1512
|
+
} | {
|
|
1513
|
+
type: "pagefind";
|
|
1514
|
+
ranking?: {
|
|
1515
|
+
termFrequency: number;
|
|
1516
|
+
pageLength: number;
|
|
1517
|
+
termSimilarity: number;
|
|
1518
|
+
termSaturation: number;
|
|
1519
|
+
} | undefined;
|
|
1520
|
+
maxResults?: number | undefined;
|
|
1521
|
+
maxSubResults?: number | undefined;
|
|
1522
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
1468
1523
|
} | undefined;
|
|
1469
1524
|
protectedRoutes?: string[] | undefined;
|
|
1470
1525
|
basePath?: string | undefined;
|
|
@@ -1506,12 +1561,42 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1506
1561
|
creator?: string | undefined;
|
|
1507
1562
|
publisher?: string | undefined;
|
|
1508
1563
|
};
|
|
1564
|
+
authentication: {
|
|
1565
|
+
type: "clerk";
|
|
1566
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
1567
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1568
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1569
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1570
|
+
} | {
|
|
1571
|
+
type: "openid";
|
|
1572
|
+
clientId: string;
|
|
1573
|
+
issuer: string;
|
|
1574
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1575
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1576
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1577
|
+
audience?: string | undefined;
|
|
1578
|
+
scopes?: string[] | undefined;
|
|
1579
|
+
} | {
|
|
1580
|
+
type: "auth0";
|
|
1581
|
+
clientId: string;
|
|
1582
|
+
domain: string;
|
|
1583
|
+
redirectToAfterSignUp?: string | undefined;
|
|
1584
|
+
redirectToAfterSignIn?: string | undefined;
|
|
1585
|
+
redirectToAfterSignOut?: string | undefined;
|
|
1586
|
+
audience?: string | undefined;
|
|
1587
|
+
};
|
|
1588
|
+
topNavigation: {
|
|
1589
|
+
id: string;
|
|
1590
|
+
label: string;
|
|
1591
|
+
default?: string | undefined;
|
|
1592
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
1593
|
+
}[];
|
|
1509
1594
|
theme: {
|
|
1510
1595
|
dark?: {
|
|
1511
1596
|
input?: string | undefined;
|
|
1512
1597
|
radius?: string | undefined;
|
|
1513
|
-
border?: string | undefined;
|
|
1514
1598
|
popover?: string | undefined;
|
|
1599
|
+
border?: string | undefined;
|
|
1515
1600
|
background?: string | undefined;
|
|
1516
1601
|
foreground?: string | undefined;
|
|
1517
1602
|
card?: string | undefined;
|
|
@@ -1532,8 +1617,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1532
1617
|
light?: {
|
|
1533
1618
|
input?: string | undefined;
|
|
1534
1619
|
radius?: string | undefined;
|
|
1535
|
-
border?: string | undefined;
|
|
1536
1620
|
popover?: string | undefined;
|
|
1621
|
+
border?: string | undefined;
|
|
1537
1622
|
background?: string | undefined;
|
|
1538
1623
|
foreground?: string | undefined;
|
|
1539
1624
|
card?: string | undefined;
|
|
@@ -1563,6 +1648,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1563
1648
|
} | undefined;
|
|
1564
1649
|
};
|
|
1565
1650
|
page: {
|
|
1651
|
+
banner?: {
|
|
1652
|
+
message: NonNullable<ReactNode>;
|
|
1653
|
+
color?: string | (string & {}) | undefined;
|
|
1654
|
+
dismissible?: boolean | undefined;
|
|
1655
|
+
} | undefined;
|
|
1566
1656
|
pageTitle?: string | undefined;
|
|
1567
1657
|
logoUrl?: string | undefined;
|
|
1568
1658
|
logo?: {
|
|
@@ -1573,41 +1663,6 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1573
1663
|
width?: string | undefined;
|
|
1574
1664
|
alt?: string | undefined;
|
|
1575
1665
|
} | undefined;
|
|
1576
|
-
banner?: {
|
|
1577
|
-
message: NonNullable<ReactNode>;
|
|
1578
|
-
color?: string | (string & {}) | undefined;
|
|
1579
|
-
dismissible?: boolean | undefined;
|
|
1580
|
-
} | undefined;
|
|
1581
|
-
};
|
|
1582
|
-
topNavigation: {
|
|
1583
|
-
id: string;
|
|
1584
|
-
label: string;
|
|
1585
|
-
default?: string | undefined;
|
|
1586
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
1587
|
-
}[];
|
|
1588
|
-
authentication: {
|
|
1589
|
-
type: "clerk";
|
|
1590
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
1591
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1592
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1593
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1594
|
-
} | {
|
|
1595
|
-
type: "openid";
|
|
1596
|
-
clientId: string;
|
|
1597
|
-
issuer: string;
|
|
1598
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1599
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1600
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1601
|
-
audience?: string | undefined;
|
|
1602
|
-
scopes?: string[] | undefined;
|
|
1603
|
-
} | {
|
|
1604
|
-
type: "auth0";
|
|
1605
|
-
clientId: string;
|
|
1606
|
-
domain: string;
|
|
1607
|
-
redirectToAfterSignUp?: string | undefined;
|
|
1608
|
-
redirectToAfterSignIn?: string | undefined;
|
|
1609
|
-
redirectToAfterSignOut?: string | undefined;
|
|
1610
|
-
audience?: string | undefined;
|
|
1611
1666
|
};
|
|
1612
1667
|
docs: {
|
|
1613
1668
|
files: string;
|
|
@@ -1730,6 +1785,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1730
1785
|
organizationId: string;
|
|
1731
1786
|
primaryBrandColor: string;
|
|
1732
1787
|
organizationDisplayName: string;
|
|
1788
|
+
} | {
|
|
1789
|
+
type: "pagefind";
|
|
1790
|
+
ranking?: {
|
|
1791
|
+
termFrequency: number;
|
|
1792
|
+
pageLength: number;
|
|
1793
|
+
termSimilarity: number;
|
|
1794
|
+
termSaturation: number;
|
|
1795
|
+
} | undefined;
|
|
1796
|
+
maxResults?: number | undefined;
|
|
1797
|
+
maxSubResults?: number | undefined;
|
|
1798
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
1733
1799
|
} | undefined;
|
|
1734
1800
|
protectedRoutes?: string[] | undefined;
|
|
1735
1801
|
basePath?: string | undefined;
|
|
@@ -1833,6 +1899,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1833
1899
|
dismissible?: boolean | undefined;
|
|
1834
1900
|
}>>;
|
|
1835
1901
|
}, "strip", z.ZodTypeAny, {
|
|
1902
|
+
banner?: {
|
|
1903
|
+
message: NonNullable<ReactNode>;
|
|
1904
|
+
color?: string | (string & {}) | undefined;
|
|
1905
|
+
dismissible?: boolean | undefined;
|
|
1906
|
+
} | undefined;
|
|
1836
1907
|
pageTitle?: string | undefined;
|
|
1837
1908
|
logoUrl?: string | undefined;
|
|
1838
1909
|
logo?: {
|
|
@@ -1843,12 +1914,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1843
1914
|
width?: string | undefined;
|
|
1844
1915
|
alt?: string | undefined;
|
|
1845
1916
|
} | undefined;
|
|
1917
|
+
}, {
|
|
1846
1918
|
banner?: {
|
|
1847
1919
|
message: NonNullable<ReactNode>;
|
|
1848
1920
|
color?: string | (string & {}) | undefined;
|
|
1849
1921
|
dismissible?: boolean | undefined;
|
|
1850
1922
|
} | undefined;
|
|
1851
|
-
}, {
|
|
1852
1923
|
pageTitle?: string | undefined;
|
|
1853
1924
|
logoUrl?: string | undefined;
|
|
1854
1925
|
logo?: {
|
|
@@ -1859,11 +1930,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1859
1930
|
width?: string | undefined;
|
|
1860
1931
|
alt?: string | undefined;
|
|
1861
1932
|
} | undefined;
|
|
1862
|
-
banner?: {
|
|
1863
|
-
message: NonNullable<ReactNode>;
|
|
1864
|
-
color?: string | (string & {}) | undefined;
|
|
1865
|
-
dismissible?: boolean | undefined;
|
|
1866
|
-
} | undefined;
|
|
1867
1933
|
}>>;
|
|
1868
1934
|
topNavigation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1869
1935
|
label: z.ZodString;
|
|
@@ -1874,12 +1940,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1874
1940
|
id: string;
|
|
1875
1941
|
label: string;
|
|
1876
1942
|
default?: string | undefined;
|
|
1877
|
-
display?: "
|
|
1943
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
1878
1944
|
}, {
|
|
1879
1945
|
id: string;
|
|
1880
1946
|
label: string;
|
|
1881
1947
|
default?: string | undefined;
|
|
1882
|
-
display?: "
|
|
1948
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
1883
1949
|
}>, "many">>;
|
|
1884
1950
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
1885
1951
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -1907,8 +1973,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1907
1973
|
}, "strip", z.ZodTypeAny, {
|
|
1908
1974
|
input?: string | undefined;
|
|
1909
1975
|
radius?: string | undefined;
|
|
1910
|
-
border?: string | undefined;
|
|
1911
1976
|
popover?: string | undefined;
|
|
1977
|
+
border?: string | undefined;
|
|
1912
1978
|
background?: string | undefined;
|
|
1913
1979
|
foreground?: string | undefined;
|
|
1914
1980
|
card?: string | undefined;
|
|
@@ -1928,8 +1994,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1928
1994
|
}, {
|
|
1929
1995
|
input?: string | undefined;
|
|
1930
1996
|
radius?: string | undefined;
|
|
1931
|
-
border?: string | undefined;
|
|
1932
1997
|
popover?: string | undefined;
|
|
1998
|
+
border?: string | undefined;
|
|
1933
1999
|
background?: string | undefined;
|
|
1934
2000
|
foreground?: string | undefined;
|
|
1935
2001
|
card?: string | undefined;
|
|
@@ -1971,8 +2037,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1971
2037
|
}, "strip", z.ZodTypeAny, {
|
|
1972
2038
|
input?: string | undefined;
|
|
1973
2039
|
radius?: string | undefined;
|
|
1974
|
-
border?: string | undefined;
|
|
1975
2040
|
popover?: string | undefined;
|
|
2041
|
+
border?: string | undefined;
|
|
1976
2042
|
background?: string | undefined;
|
|
1977
2043
|
foreground?: string | undefined;
|
|
1978
2044
|
card?: string | undefined;
|
|
@@ -1992,8 +2058,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
1992
2058
|
}, {
|
|
1993
2059
|
input?: string | undefined;
|
|
1994
2060
|
radius?: string | undefined;
|
|
1995
|
-
border?: string | undefined;
|
|
1996
2061
|
popover?: string | undefined;
|
|
2062
|
+
border?: string | undefined;
|
|
1997
2063
|
background?: string | undefined;
|
|
1998
2064
|
foreground?: string | undefined;
|
|
1999
2065
|
card?: string | undefined;
|
|
@@ -2055,8 +2121,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2055
2121
|
dark?: {
|
|
2056
2122
|
input?: string | undefined;
|
|
2057
2123
|
radius?: string | undefined;
|
|
2058
|
-
border?: string | undefined;
|
|
2059
2124
|
popover?: string | undefined;
|
|
2125
|
+
border?: string | undefined;
|
|
2060
2126
|
background?: string | undefined;
|
|
2061
2127
|
foreground?: string | undefined;
|
|
2062
2128
|
card?: string | undefined;
|
|
@@ -2077,8 +2143,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2077
2143
|
light?: {
|
|
2078
2144
|
input?: string | undefined;
|
|
2079
2145
|
radius?: string | undefined;
|
|
2080
|
-
border?: string | undefined;
|
|
2081
2146
|
popover?: string | undefined;
|
|
2147
|
+
border?: string | undefined;
|
|
2082
2148
|
background?: string | undefined;
|
|
2083
2149
|
foreground?: string | undefined;
|
|
2084
2150
|
card?: string | undefined;
|
|
@@ -2110,8 +2176,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2110
2176
|
dark?: {
|
|
2111
2177
|
input?: string | undefined;
|
|
2112
2178
|
radius?: string | undefined;
|
|
2113
|
-
border?: string | undefined;
|
|
2114
2179
|
popover?: string | undefined;
|
|
2180
|
+
border?: string | undefined;
|
|
2115
2181
|
background?: string | undefined;
|
|
2116
2182
|
foreground?: string | undefined;
|
|
2117
2183
|
card?: string | undefined;
|
|
@@ -2132,8 +2198,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2132
2198
|
light?: {
|
|
2133
2199
|
input?: string | undefined;
|
|
2134
2200
|
radius?: string | undefined;
|
|
2135
|
-
border?: string | undefined;
|
|
2136
2201
|
popover?: string | undefined;
|
|
2202
|
+
border?: string | undefined;
|
|
2137
2203
|
background?: string | undefined;
|
|
2138
2204
|
foreground?: string | undefined;
|
|
2139
2205
|
card?: string | undefined;
|
|
@@ -2269,7 +2335,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2269
2335
|
redirectToAfterSignOut?: string | undefined;
|
|
2270
2336
|
audience?: string | undefined;
|
|
2271
2337
|
}>]>>;
|
|
2272
|
-
search: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2338
|
+
search: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2273
2339
|
type: z.ZodLiteral<"inkeep">;
|
|
2274
2340
|
apiKey: z.ZodString;
|
|
2275
2341
|
integrationId: z.ZodString;
|
|
@@ -2290,7 +2356,50 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2290
2356
|
organizationId: string;
|
|
2291
2357
|
primaryBrandColor: string;
|
|
2292
2358
|
organizationDisplayName: string;
|
|
2293
|
-
}
|
|
2359
|
+
}>, z.ZodObject<{
|
|
2360
|
+
type: z.ZodLiteral<"pagefind">;
|
|
2361
|
+
ranking: z.ZodOptional<z.ZodObject<{
|
|
2362
|
+
termFrequency: z.ZodNumber;
|
|
2363
|
+
pageLength: z.ZodNumber;
|
|
2364
|
+
termSimilarity: z.ZodNumber;
|
|
2365
|
+
termSaturation: z.ZodNumber;
|
|
2366
|
+
}, "strip", z.ZodTypeAny, {
|
|
2367
|
+
termFrequency: number;
|
|
2368
|
+
pageLength: number;
|
|
2369
|
+
termSimilarity: number;
|
|
2370
|
+
termSaturation: number;
|
|
2371
|
+
}, {
|
|
2372
|
+
termFrequency: number;
|
|
2373
|
+
pageLength: number;
|
|
2374
|
+
termSimilarity: number;
|
|
2375
|
+
termSaturation: number;
|
|
2376
|
+
}>>;
|
|
2377
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
2378
|
+
maxSubResults: z.ZodOptional<z.ZodNumber>;
|
|
2379
|
+
transformResults: z.ZodOptional<z.ZodType<(result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void, z.ZodTypeDef, (result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void>>;
|
|
2380
|
+
}, "strip", z.ZodTypeAny, {
|
|
2381
|
+
type: "pagefind";
|
|
2382
|
+
ranking?: {
|
|
2383
|
+
termFrequency: number;
|
|
2384
|
+
pageLength: number;
|
|
2385
|
+
termSimilarity: number;
|
|
2386
|
+
termSaturation: number;
|
|
2387
|
+
} | undefined;
|
|
2388
|
+
maxResults?: number | undefined;
|
|
2389
|
+
maxSubResults?: number | undefined;
|
|
2390
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
2391
|
+
}, {
|
|
2392
|
+
type: "pagefind";
|
|
2393
|
+
ranking?: {
|
|
2394
|
+
termFrequency: number;
|
|
2395
|
+
pageLength: number;
|
|
2396
|
+
termSimilarity: number;
|
|
2397
|
+
termSaturation: number;
|
|
2398
|
+
} | undefined;
|
|
2399
|
+
maxResults?: number | undefined;
|
|
2400
|
+
maxSubResults?: number | undefined;
|
|
2401
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
2402
|
+
}>]>>>;
|
|
2294
2403
|
docs: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2295
2404
|
files: z.ZodString;
|
|
2296
2405
|
defaultOptions: z.ZodOptional<z.ZodObject<{
|
|
@@ -2743,6 +2852,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2743
2852
|
organizationId: string;
|
|
2744
2853
|
primaryBrandColor: string;
|
|
2745
2854
|
organizationDisplayName: string;
|
|
2855
|
+
} | {
|
|
2856
|
+
type: "pagefind";
|
|
2857
|
+
ranking?: {
|
|
2858
|
+
termFrequency: number;
|
|
2859
|
+
pageLength: number;
|
|
2860
|
+
termSimilarity: number;
|
|
2861
|
+
termSaturation: number;
|
|
2862
|
+
} | undefined;
|
|
2863
|
+
maxResults?: number | undefined;
|
|
2864
|
+
maxSubResults?: number | undefined;
|
|
2865
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
2746
2866
|
} | undefined;
|
|
2747
2867
|
defaults?: {
|
|
2748
2868
|
examplesLanguage?: string | undefined;
|
|
@@ -2761,12 +2881,42 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2761
2881
|
creator?: string | undefined;
|
|
2762
2882
|
publisher?: string | undefined;
|
|
2763
2883
|
} | undefined;
|
|
2884
|
+
authentication?: {
|
|
2885
|
+
type: "clerk";
|
|
2886
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
2887
|
+
redirectToAfterSignUp?: string | undefined;
|
|
2888
|
+
redirectToAfterSignIn?: string | undefined;
|
|
2889
|
+
redirectToAfterSignOut?: string | undefined;
|
|
2890
|
+
} | {
|
|
2891
|
+
type: "openid";
|
|
2892
|
+
clientId: string;
|
|
2893
|
+
issuer: string;
|
|
2894
|
+
redirectToAfterSignUp?: string | undefined;
|
|
2895
|
+
redirectToAfterSignIn?: string | undefined;
|
|
2896
|
+
redirectToAfterSignOut?: string | undefined;
|
|
2897
|
+
audience?: string | undefined;
|
|
2898
|
+
scopes?: string[] | undefined;
|
|
2899
|
+
} | {
|
|
2900
|
+
type: "auth0";
|
|
2901
|
+
clientId: string;
|
|
2902
|
+
domain: string;
|
|
2903
|
+
redirectToAfterSignUp?: string | undefined;
|
|
2904
|
+
redirectToAfterSignIn?: string | undefined;
|
|
2905
|
+
redirectToAfterSignOut?: string | undefined;
|
|
2906
|
+
audience?: string | undefined;
|
|
2907
|
+
} | undefined;
|
|
2908
|
+
topNavigation?: {
|
|
2909
|
+
id: string;
|
|
2910
|
+
label: string;
|
|
2911
|
+
default?: string | undefined;
|
|
2912
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
2913
|
+
}[] | undefined;
|
|
2764
2914
|
theme?: {
|
|
2765
2915
|
dark?: {
|
|
2766
2916
|
input?: string | undefined;
|
|
2767
2917
|
radius?: string | undefined;
|
|
2768
|
-
border?: string | undefined;
|
|
2769
2918
|
popover?: string | undefined;
|
|
2919
|
+
border?: string | undefined;
|
|
2770
2920
|
background?: string | undefined;
|
|
2771
2921
|
foreground?: string | undefined;
|
|
2772
2922
|
card?: string | undefined;
|
|
@@ -2787,8 +2937,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2787
2937
|
light?: {
|
|
2788
2938
|
input?: string | undefined;
|
|
2789
2939
|
radius?: string | undefined;
|
|
2790
|
-
border?: string | undefined;
|
|
2791
2940
|
popover?: string | undefined;
|
|
2941
|
+
border?: string | undefined;
|
|
2792
2942
|
background?: string | undefined;
|
|
2793
2943
|
foreground?: string | undefined;
|
|
2794
2944
|
card?: string | undefined;
|
|
@@ -2830,6 +2980,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2830
2980
|
ca?: string | undefined;
|
|
2831
2981
|
} | undefined;
|
|
2832
2982
|
page?: {
|
|
2983
|
+
banner?: {
|
|
2984
|
+
message: NonNullable<ReactNode>;
|
|
2985
|
+
color?: string | (string & {}) | undefined;
|
|
2986
|
+
dismissible?: boolean | undefined;
|
|
2987
|
+
} | undefined;
|
|
2833
2988
|
pageTitle?: string | undefined;
|
|
2834
2989
|
logoUrl?: string | undefined;
|
|
2835
2990
|
logo?: {
|
|
@@ -2840,41 +2995,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2840
2995
|
width?: string | undefined;
|
|
2841
2996
|
alt?: string | undefined;
|
|
2842
2997
|
} | undefined;
|
|
2843
|
-
banner?: {
|
|
2844
|
-
message: NonNullable<ReactNode>;
|
|
2845
|
-
color?: string | (string & {}) | undefined;
|
|
2846
|
-
dismissible?: boolean | undefined;
|
|
2847
|
-
} | undefined;
|
|
2848
|
-
} | undefined;
|
|
2849
|
-
topNavigation?: {
|
|
2850
|
-
id: string;
|
|
2851
|
-
label: string;
|
|
2852
|
-
default?: string | undefined;
|
|
2853
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
2854
|
-
}[] | undefined;
|
|
2855
|
-
authentication?: {
|
|
2856
|
-
type: "clerk";
|
|
2857
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
2858
|
-
redirectToAfterSignUp?: string | undefined;
|
|
2859
|
-
redirectToAfterSignIn?: string | undefined;
|
|
2860
|
-
redirectToAfterSignOut?: string | undefined;
|
|
2861
|
-
} | {
|
|
2862
|
-
type: "openid";
|
|
2863
|
-
clientId: string;
|
|
2864
|
-
issuer: string;
|
|
2865
|
-
redirectToAfterSignUp?: string | undefined;
|
|
2866
|
-
redirectToAfterSignIn?: string | undefined;
|
|
2867
|
-
redirectToAfterSignOut?: string | undefined;
|
|
2868
|
-
audience?: string | undefined;
|
|
2869
|
-
scopes?: string[] | undefined;
|
|
2870
|
-
} | {
|
|
2871
|
-
type: "auth0";
|
|
2872
|
-
clientId: string;
|
|
2873
|
-
domain: string;
|
|
2874
|
-
redirectToAfterSignUp?: string | undefined;
|
|
2875
|
-
redirectToAfterSignIn?: string | undefined;
|
|
2876
|
-
redirectToAfterSignOut?: string | undefined;
|
|
2877
|
-
audience?: string | undefined;
|
|
2878
2998
|
} | undefined;
|
|
2879
2999
|
docs?: {
|
|
2880
3000
|
files: string;
|
|
@@ -3008,6 +3128,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3008
3128
|
organizationId: string;
|
|
3009
3129
|
primaryBrandColor: string;
|
|
3010
3130
|
organizationDisplayName: string;
|
|
3131
|
+
} | {
|
|
3132
|
+
type: "pagefind";
|
|
3133
|
+
ranking?: {
|
|
3134
|
+
termFrequency: number;
|
|
3135
|
+
pageLength: number;
|
|
3136
|
+
termSimilarity: number;
|
|
3137
|
+
termSaturation: number;
|
|
3138
|
+
} | undefined;
|
|
3139
|
+
maxResults?: number | undefined;
|
|
3140
|
+
maxSubResults?: number | undefined;
|
|
3141
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
3011
3142
|
} | undefined;
|
|
3012
3143
|
defaults?: {
|
|
3013
3144
|
examplesLanguage?: string | undefined;
|
|
@@ -3026,12 +3157,42 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3026
3157
|
creator?: string | undefined;
|
|
3027
3158
|
publisher?: string | undefined;
|
|
3028
3159
|
} | undefined;
|
|
3160
|
+
authentication?: {
|
|
3161
|
+
type: "clerk";
|
|
3162
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
3163
|
+
redirectToAfterSignUp?: string | undefined;
|
|
3164
|
+
redirectToAfterSignIn?: string | undefined;
|
|
3165
|
+
redirectToAfterSignOut?: string | undefined;
|
|
3166
|
+
} | {
|
|
3167
|
+
type: "openid";
|
|
3168
|
+
clientId: string;
|
|
3169
|
+
issuer: string;
|
|
3170
|
+
redirectToAfterSignUp?: string | undefined;
|
|
3171
|
+
redirectToAfterSignIn?: string | undefined;
|
|
3172
|
+
redirectToAfterSignOut?: string | undefined;
|
|
3173
|
+
audience?: string | undefined;
|
|
3174
|
+
scopes?: string[] | undefined;
|
|
3175
|
+
} | {
|
|
3176
|
+
type: "auth0";
|
|
3177
|
+
clientId: string;
|
|
3178
|
+
domain: string;
|
|
3179
|
+
redirectToAfterSignUp?: string | undefined;
|
|
3180
|
+
redirectToAfterSignIn?: string | undefined;
|
|
3181
|
+
redirectToAfterSignOut?: string | undefined;
|
|
3182
|
+
audience?: string | undefined;
|
|
3183
|
+
} | undefined;
|
|
3184
|
+
topNavigation?: {
|
|
3185
|
+
id: string;
|
|
3186
|
+
label: string;
|
|
3187
|
+
default?: string | undefined;
|
|
3188
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
3189
|
+
}[] | undefined;
|
|
3029
3190
|
theme?: {
|
|
3030
3191
|
dark?: {
|
|
3031
3192
|
input?: string | undefined;
|
|
3032
3193
|
radius?: string | undefined;
|
|
3033
|
-
border?: string | undefined;
|
|
3034
3194
|
popover?: string | undefined;
|
|
3195
|
+
border?: string | undefined;
|
|
3035
3196
|
background?: string | undefined;
|
|
3036
3197
|
foreground?: string | undefined;
|
|
3037
3198
|
card?: string | undefined;
|
|
@@ -3052,8 +3213,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3052
3213
|
light?: {
|
|
3053
3214
|
input?: string | undefined;
|
|
3054
3215
|
radius?: string | undefined;
|
|
3055
|
-
border?: string | undefined;
|
|
3056
3216
|
popover?: string | undefined;
|
|
3217
|
+
border?: string | undefined;
|
|
3057
3218
|
background?: string | undefined;
|
|
3058
3219
|
foreground?: string | undefined;
|
|
3059
3220
|
card?: string | undefined;
|
|
@@ -3095,6 +3256,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3095
3256
|
ca?: string | undefined;
|
|
3096
3257
|
} | undefined;
|
|
3097
3258
|
page?: {
|
|
3259
|
+
banner?: {
|
|
3260
|
+
message: NonNullable<ReactNode>;
|
|
3261
|
+
color?: string | (string & {}) | undefined;
|
|
3262
|
+
dismissible?: boolean | undefined;
|
|
3263
|
+
} | undefined;
|
|
3098
3264
|
pageTitle?: string | undefined;
|
|
3099
3265
|
logoUrl?: string | undefined;
|
|
3100
3266
|
logo?: {
|
|
@@ -3105,41 +3271,6 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3105
3271
|
width?: string | undefined;
|
|
3106
3272
|
alt?: string | undefined;
|
|
3107
3273
|
} | undefined;
|
|
3108
|
-
banner?: {
|
|
3109
|
-
message: NonNullable<ReactNode>;
|
|
3110
|
-
color?: string | (string & {}) | undefined;
|
|
3111
|
-
dismissible?: boolean | undefined;
|
|
3112
|
-
} | undefined;
|
|
3113
|
-
} | undefined;
|
|
3114
|
-
topNavigation?: {
|
|
3115
|
-
id: string;
|
|
3116
|
-
label: string;
|
|
3117
|
-
default?: string | undefined;
|
|
3118
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
3119
|
-
}[] | undefined;
|
|
3120
|
-
authentication?: {
|
|
3121
|
-
type: "clerk";
|
|
3122
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
3123
|
-
redirectToAfterSignUp?: string | undefined;
|
|
3124
|
-
redirectToAfterSignIn?: string | undefined;
|
|
3125
|
-
redirectToAfterSignOut?: string | undefined;
|
|
3126
|
-
} | {
|
|
3127
|
-
type: "openid";
|
|
3128
|
-
clientId: string;
|
|
3129
|
-
issuer: string;
|
|
3130
|
-
redirectToAfterSignUp?: string | undefined;
|
|
3131
|
-
redirectToAfterSignIn?: string | undefined;
|
|
3132
|
-
redirectToAfterSignOut?: string | undefined;
|
|
3133
|
-
audience?: string | undefined;
|
|
3134
|
-
scopes?: string[] | undefined;
|
|
3135
|
-
} | {
|
|
3136
|
-
type: "auth0";
|
|
3137
|
-
clientId: string;
|
|
3138
|
-
domain: string;
|
|
3139
|
-
redirectToAfterSignUp?: string | undefined;
|
|
3140
|
-
redirectToAfterSignIn?: string | undefined;
|
|
3141
|
-
redirectToAfterSignOut?: string | undefined;
|
|
3142
|
-
audience?: string | undefined;
|
|
3143
3274
|
} | undefined;
|
|
3144
3275
|
docs?: {
|
|
3145
3276
|
files: string;
|
|
@@ -3344,6 +3475,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3344
3475
|
dismissible?: boolean | undefined;
|
|
3345
3476
|
}>>;
|
|
3346
3477
|
}, "strip", z.ZodTypeAny, {
|
|
3478
|
+
banner?: {
|
|
3479
|
+
message: NonNullable<ReactNode>;
|
|
3480
|
+
color?: string | (string & {}) | undefined;
|
|
3481
|
+
dismissible?: boolean | undefined;
|
|
3482
|
+
} | undefined;
|
|
3347
3483
|
pageTitle?: string | undefined;
|
|
3348
3484
|
logoUrl?: string | undefined;
|
|
3349
3485
|
logo?: {
|
|
@@ -3354,12 +3490,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3354
3490
|
width?: string | undefined;
|
|
3355
3491
|
alt?: string | undefined;
|
|
3356
3492
|
} | undefined;
|
|
3493
|
+
}, {
|
|
3357
3494
|
banner?: {
|
|
3358
3495
|
message: NonNullable<ReactNode>;
|
|
3359
3496
|
color?: string | (string & {}) | undefined;
|
|
3360
3497
|
dismissible?: boolean | undefined;
|
|
3361
3498
|
} | undefined;
|
|
3362
|
-
}, {
|
|
3363
3499
|
pageTitle?: string | undefined;
|
|
3364
3500
|
logoUrl?: string | undefined;
|
|
3365
3501
|
logo?: {
|
|
@@ -3370,11 +3506,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3370
3506
|
width?: string | undefined;
|
|
3371
3507
|
alt?: string | undefined;
|
|
3372
3508
|
} | undefined;
|
|
3373
|
-
banner?: {
|
|
3374
|
-
message: NonNullable<ReactNode>;
|
|
3375
|
-
color?: string | (string & {}) | undefined;
|
|
3376
|
-
dismissible?: boolean | undefined;
|
|
3377
|
-
} | undefined;
|
|
3378
3509
|
}>>;
|
|
3379
3510
|
topNavigation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3380
3511
|
label: z.ZodString;
|
|
@@ -3385,12 +3516,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3385
3516
|
id: string;
|
|
3386
3517
|
label: string;
|
|
3387
3518
|
default?: string | undefined;
|
|
3388
|
-
display?: "
|
|
3519
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
3389
3520
|
}, {
|
|
3390
3521
|
id: string;
|
|
3391
3522
|
label: string;
|
|
3392
3523
|
default?: string | undefined;
|
|
3393
|
-
display?: "
|
|
3524
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
3394
3525
|
}>, "many">>;
|
|
3395
3526
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
3396
3527
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -3418,8 +3549,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3418
3549
|
}, "strip", z.ZodTypeAny, {
|
|
3419
3550
|
input?: string | undefined;
|
|
3420
3551
|
radius?: string | undefined;
|
|
3421
|
-
border?: string | undefined;
|
|
3422
3552
|
popover?: string | undefined;
|
|
3553
|
+
border?: string | undefined;
|
|
3423
3554
|
background?: string | undefined;
|
|
3424
3555
|
foreground?: string | undefined;
|
|
3425
3556
|
card?: string | undefined;
|
|
@@ -3439,8 +3570,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3439
3570
|
}, {
|
|
3440
3571
|
input?: string | undefined;
|
|
3441
3572
|
radius?: string | undefined;
|
|
3442
|
-
border?: string | undefined;
|
|
3443
3573
|
popover?: string | undefined;
|
|
3574
|
+
border?: string | undefined;
|
|
3444
3575
|
background?: string | undefined;
|
|
3445
3576
|
foreground?: string | undefined;
|
|
3446
3577
|
card?: string | undefined;
|
|
@@ -3482,8 +3613,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3482
3613
|
}, "strip", z.ZodTypeAny, {
|
|
3483
3614
|
input?: string | undefined;
|
|
3484
3615
|
radius?: string | undefined;
|
|
3485
|
-
border?: string | undefined;
|
|
3486
3616
|
popover?: string | undefined;
|
|
3617
|
+
border?: string | undefined;
|
|
3487
3618
|
background?: string | undefined;
|
|
3488
3619
|
foreground?: string | undefined;
|
|
3489
3620
|
card?: string | undefined;
|
|
@@ -3503,8 +3634,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3503
3634
|
}, {
|
|
3504
3635
|
input?: string | undefined;
|
|
3505
3636
|
radius?: string | undefined;
|
|
3506
|
-
border?: string | undefined;
|
|
3507
3637
|
popover?: string | undefined;
|
|
3638
|
+
border?: string | undefined;
|
|
3508
3639
|
background?: string | undefined;
|
|
3509
3640
|
foreground?: string | undefined;
|
|
3510
3641
|
card?: string | undefined;
|
|
@@ -3566,8 +3697,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3566
3697
|
dark?: {
|
|
3567
3698
|
input?: string | undefined;
|
|
3568
3699
|
radius?: string | undefined;
|
|
3569
|
-
border?: string | undefined;
|
|
3570
3700
|
popover?: string | undefined;
|
|
3701
|
+
border?: string | undefined;
|
|
3571
3702
|
background?: string | undefined;
|
|
3572
3703
|
foreground?: string | undefined;
|
|
3573
3704
|
card?: string | undefined;
|
|
@@ -3588,8 +3719,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3588
3719
|
light?: {
|
|
3589
3720
|
input?: string | undefined;
|
|
3590
3721
|
radius?: string | undefined;
|
|
3591
|
-
border?: string | undefined;
|
|
3592
3722
|
popover?: string | undefined;
|
|
3723
|
+
border?: string | undefined;
|
|
3593
3724
|
background?: string | undefined;
|
|
3594
3725
|
foreground?: string | undefined;
|
|
3595
3726
|
card?: string | undefined;
|
|
@@ -3621,8 +3752,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3621
3752
|
dark?: {
|
|
3622
3753
|
input?: string | undefined;
|
|
3623
3754
|
radius?: string | undefined;
|
|
3624
|
-
border?: string | undefined;
|
|
3625
3755
|
popover?: string | undefined;
|
|
3756
|
+
border?: string | undefined;
|
|
3626
3757
|
background?: string | undefined;
|
|
3627
3758
|
foreground?: string | undefined;
|
|
3628
3759
|
card?: string | undefined;
|
|
@@ -3643,8 +3774,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3643
3774
|
light?: {
|
|
3644
3775
|
input?: string | undefined;
|
|
3645
3776
|
radius?: string | undefined;
|
|
3646
|
-
border?: string | undefined;
|
|
3647
3777
|
popover?: string | undefined;
|
|
3778
|
+
border?: string | undefined;
|
|
3648
3779
|
background?: string | undefined;
|
|
3649
3780
|
foreground?: string | undefined;
|
|
3650
3781
|
card?: string | undefined;
|
|
@@ -3780,7 +3911,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3780
3911
|
redirectToAfterSignOut?: string | undefined;
|
|
3781
3912
|
audience?: string | undefined;
|
|
3782
3913
|
}>]>>;
|
|
3783
|
-
search: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3914
|
+
search: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3784
3915
|
type: z.ZodLiteral<"inkeep">;
|
|
3785
3916
|
apiKey: z.ZodString;
|
|
3786
3917
|
integrationId: z.ZodString;
|
|
@@ -3801,7 +3932,50 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3801
3932
|
organizationId: string;
|
|
3802
3933
|
primaryBrandColor: string;
|
|
3803
3934
|
organizationDisplayName: string;
|
|
3804
|
-
}
|
|
3935
|
+
}>, z.ZodObject<{
|
|
3936
|
+
type: z.ZodLiteral<"pagefind">;
|
|
3937
|
+
ranking: z.ZodOptional<z.ZodObject<{
|
|
3938
|
+
termFrequency: z.ZodNumber;
|
|
3939
|
+
pageLength: z.ZodNumber;
|
|
3940
|
+
termSimilarity: z.ZodNumber;
|
|
3941
|
+
termSaturation: z.ZodNumber;
|
|
3942
|
+
}, "strip", z.ZodTypeAny, {
|
|
3943
|
+
termFrequency: number;
|
|
3944
|
+
pageLength: number;
|
|
3945
|
+
termSimilarity: number;
|
|
3946
|
+
termSaturation: number;
|
|
3947
|
+
}, {
|
|
3948
|
+
termFrequency: number;
|
|
3949
|
+
pageLength: number;
|
|
3950
|
+
termSimilarity: number;
|
|
3951
|
+
termSaturation: number;
|
|
3952
|
+
}>>;
|
|
3953
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
3954
|
+
maxSubResults: z.ZodOptional<z.ZodNumber>;
|
|
3955
|
+
transformResults: z.ZodOptional<z.ZodType<(result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void, z.ZodTypeDef, (result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void>>;
|
|
3956
|
+
}, "strip", z.ZodTypeAny, {
|
|
3957
|
+
type: "pagefind";
|
|
3958
|
+
ranking?: {
|
|
3959
|
+
termFrequency: number;
|
|
3960
|
+
pageLength: number;
|
|
3961
|
+
termSimilarity: number;
|
|
3962
|
+
termSaturation: number;
|
|
3963
|
+
} | undefined;
|
|
3964
|
+
maxResults?: number | undefined;
|
|
3965
|
+
maxSubResults?: number | undefined;
|
|
3966
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
3967
|
+
}, {
|
|
3968
|
+
type: "pagefind";
|
|
3969
|
+
ranking?: {
|
|
3970
|
+
termFrequency: number;
|
|
3971
|
+
pageLength: number;
|
|
3972
|
+
termSimilarity: number;
|
|
3973
|
+
termSaturation: number;
|
|
3974
|
+
} | undefined;
|
|
3975
|
+
maxResults?: number | undefined;
|
|
3976
|
+
maxSubResults?: number | undefined;
|
|
3977
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
3978
|
+
}>]>>>;
|
|
3805
3979
|
docs: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3806
3980
|
files: z.ZodString;
|
|
3807
3981
|
defaultOptions: z.ZodOptional<z.ZodObject<{
|
|
@@ -4254,6 +4428,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4254
4428
|
organizationId: string;
|
|
4255
4429
|
primaryBrandColor: string;
|
|
4256
4430
|
organizationDisplayName: string;
|
|
4431
|
+
} | {
|
|
4432
|
+
type: "pagefind";
|
|
4433
|
+
ranking?: {
|
|
4434
|
+
termFrequency: number;
|
|
4435
|
+
pageLength: number;
|
|
4436
|
+
termSimilarity: number;
|
|
4437
|
+
termSaturation: number;
|
|
4438
|
+
} | undefined;
|
|
4439
|
+
maxResults?: number | undefined;
|
|
4440
|
+
maxSubResults?: number | undefined;
|
|
4441
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
4257
4442
|
} | undefined;
|
|
4258
4443
|
defaults?: {
|
|
4259
4444
|
examplesLanguage?: string | undefined;
|
|
@@ -4272,12 +4457,42 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4272
4457
|
creator?: string | undefined;
|
|
4273
4458
|
publisher?: string | undefined;
|
|
4274
4459
|
} | undefined;
|
|
4460
|
+
authentication?: {
|
|
4461
|
+
type: "clerk";
|
|
4462
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
4463
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4464
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4465
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4466
|
+
} | {
|
|
4467
|
+
type: "openid";
|
|
4468
|
+
clientId: string;
|
|
4469
|
+
issuer: string;
|
|
4470
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4471
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4472
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4473
|
+
audience?: string | undefined;
|
|
4474
|
+
scopes?: string[] | undefined;
|
|
4475
|
+
} | {
|
|
4476
|
+
type: "auth0";
|
|
4477
|
+
clientId: string;
|
|
4478
|
+
domain: string;
|
|
4479
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4480
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4481
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4482
|
+
audience?: string | undefined;
|
|
4483
|
+
} | undefined;
|
|
4484
|
+
topNavigation?: {
|
|
4485
|
+
id: string;
|
|
4486
|
+
label: string;
|
|
4487
|
+
default?: string | undefined;
|
|
4488
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
4489
|
+
}[] | undefined;
|
|
4275
4490
|
theme?: {
|
|
4276
4491
|
dark?: {
|
|
4277
4492
|
input?: string | undefined;
|
|
4278
4493
|
radius?: string | undefined;
|
|
4279
|
-
border?: string | undefined;
|
|
4280
4494
|
popover?: string | undefined;
|
|
4495
|
+
border?: string | undefined;
|
|
4281
4496
|
background?: string | undefined;
|
|
4282
4497
|
foreground?: string | undefined;
|
|
4283
4498
|
card?: string | undefined;
|
|
@@ -4298,8 +4513,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4298
4513
|
light?: {
|
|
4299
4514
|
input?: string | undefined;
|
|
4300
4515
|
radius?: string | undefined;
|
|
4301
|
-
border?: string | undefined;
|
|
4302
4516
|
popover?: string | undefined;
|
|
4517
|
+
border?: string | undefined;
|
|
4303
4518
|
background?: string | undefined;
|
|
4304
4519
|
foreground?: string | undefined;
|
|
4305
4520
|
card?: string | undefined;
|
|
@@ -4341,6 +4556,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4341
4556
|
ca?: string | undefined;
|
|
4342
4557
|
} | undefined;
|
|
4343
4558
|
page?: {
|
|
4559
|
+
banner?: {
|
|
4560
|
+
message: NonNullable<ReactNode>;
|
|
4561
|
+
color?: string | (string & {}) | undefined;
|
|
4562
|
+
dismissible?: boolean | undefined;
|
|
4563
|
+
} | undefined;
|
|
4344
4564
|
pageTitle?: string | undefined;
|
|
4345
4565
|
logoUrl?: string | undefined;
|
|
4346
4566
|
logo?: {
|
|
@@ -4351,41 +4571,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4351
4571
|
width?: string | undefined;
|
|
4352
4572
|
alt?: string | undefined;
|
|
4353
4573
|
} | undefined;
|
|
4354
|
-
banner?: {
|
|
4355
|
-
message: NonNullable<ReactNode>;
|
|
4356
|
-
color?: string | (string & {}) | undefined;
|
|
4357
|
-
dismissible?: boolean | undefined;
|
|
4358
|
-
} | undefined;
|
|
4359
|
-
} | undefined;
|
|
4360
|
-
topNavigation?: {
|
|
4361
|
-
id: string;
|
|
4362
|
-
label: string;
|
|
4363
|
-
default?: string | undefined;
|
|
4364
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
4365
|
-
}[] | undefined;
|
|
4366
|
-
authentication?: {
|
|
4367
|
-
type: "clerk";
|
|
4368
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
4369
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4370
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4371
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4372
|
-
} | {
|
|
4373
|
-
type: "openid";
|
|
4374
|
-
clientId: string;
|
|
4375
|
-
issuer: string;
|
|
4376
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4377
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4378
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4379
|
-
audience?: string | undefined;
|
|
4380
|
-
scopes?: string[] | undefined;
|
|
4381
|
-
} | {
|
|
4382
|
-
type: "auth0";
|
|
4383
|
-
clientId: string;
|
|
4384
|
-
domain: string;
|
|
4385
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4386
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4387
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4388
|
-
audience?: string | undefined;
|
|
4389
4574
|
} | undefined;
|
|
4390
4575
|
docs?: {
|
|
4391
4576
|
files: string;
|
|
@@ -4519,6 +4704,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4519
4704
|
organizationId: string;
|
|
4520
4705
|
primaryBrandColor: string;
|
|
4521
4706
|
organizationDisplayName: string;
|
|
4707
|
+
} | {
|
|
4708
|
+
type: "pagefind";
|
|
4709
|
+
ranking?: {
|
|
4710
|
+
termFrequency: number;
|
|
4711
|
+
pageLength: number;
|
|
4712
|
+
termSimilarity: number;
|
|
4713
|
+
termSaturation: number;
|
|
4714
|
+
} | undefined;
|
|
4715
|
+
maxResults?: number | undefined;
|
|
4716
|
+
maxSubResults?: number | undefined;
|
|
4717
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
4522
4718
|
} | undefined;
|
|
4523
4719
|
defaults?: {
|
|
4524
4720
|
examplesLanguage?: string | undefined;
|
|
@@ -4537,12 +4733,42 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4537
4733
|
creator?: string | undefined;
|
|
4538
4734
|
publisher?: string | undefined;
|
|
4539
4735
|
} | undefined;
|
|
4736
|
+
authentication?: {
|
|
4737
|
+
type: "clerk";
|
|
4738
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
4739
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4740
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4741
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4742
|
+
} | {
|
|
4743
|
+
type: "openid";
|
|
4744
|
+
clientId: string;
|
|
4745
|
+
issuer: string;
|
|
4746
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4747
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4748
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4749
|
+
audience?: string | undefined;
|
|
4750
|
+
scopes?: string[] | undefined;
|
|
4751
|
+
} | {
|
|
4752
|
+
type: "auth0";
|
|
4753
|
+
clientId: string;
|
|
4754
|
+
domain: string;
|
|
4755
|
+
redirectToAfterSignUp?: string | undefined;
|
|
4756
|
+
redirectToAfterSignIn?: string | undefined;
|
|
4757
|
+
redirectToAfterSignOut?: string | undefined;
|
|
4758
|
+
audience?: string | undefined;
|
|
4759
|
+
} | undefined;
|
|
4760
|
+
topNavigation?: {
|
|
4761
|
+
id: string;
|
|
4762
|
+
label: string;
|
|
4763
|
+
default?: string | undefined;
|
|
4764
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
4765
|
+
}[] | undefined;
|
|
4540
4766
|
theme?: {
|
|
4541
4767
|
dark?: {
|
|
4542
4768
|
input?: string | undefined;
|
|
4543
4769
|
radius?: string | undefined;
|
|
4544
|
-
border?: string | undefined;
|
|
4545
4770
|
popover?: string | undefined;
|
|
4771
|
+
border?: string | undefined;
|
|
4546
4772
|
background?: string | undefined;
|
|
4547
4773
|
foreground?: string | undefined;
|
|
4548
4774
|
card?: string | undefined;
|
|
@@ -4563,8 +4789,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4563
4789
|
light?: {
|
|
4564
4790
|
input?: string | undefined;
|
|
4565
4791
|
radius?: string | undefined;
|
|
4566
|
-
border?: string | undefined;
|
|
4567
4792
|
popover?: string | undefined;
|
|
4793
|
+
border?: string | undefined;
|
|
4568
4794
|
background?: string | undefined;
|
|
4569
4795
|
foreground?: string | undefined;
|
|
4570
4796
|
card?: string | undefined;
|
|
@@ -4606,6 +4832,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4606
4832
|
ca?: string | undefined;
|
|
4607
4833
|
} | undefined;
|
|
4608
4834
|
page?: {
|
|
4835
|
+
banner?: {
|
|
4836
|
+
message: NonNullable<ReactNode>;
|
|
4837
|
+
color?: string | (string & {}) | undefined;
|
|
4838
|
+
dismissible?: boolean | undefined;
|
|
4839
|
+
} | undefined;
|
|
4609
4840
|
pageTitle?: string | undefined;
|
|
4610
4841
|
logoUrl?: string | undefined;
|
|
4611
4842
|
logo?: {
|
|
@@ -4616,41 +4847,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4616
4847
|
width?: string | undefined;
|
|
4617
4848
|
alt?: string | undefined;
|
|
4618
4849
|
} | undefined;
|
|
4619
|
-
banner?: {
|
|
4620
|
-
message: NonNullable<ReactNode>;
|
|
4621
|
-
color?: string | (string & {}) | undefined;
|
|
4622
|
-
dismissible?: boolean | undefined;
|
|
4623
|
-
} | undefined;
|
|
4624
|
-
} | undefined;
|
|
4625
|
-
topNavigation?: {
|
|
4626
|
-
id: string;
|
|
4627
|
-
label: string;
|
|
4628
|
-
default?: string | undefined;
|
|
4629
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
4630
|
-
}[] | undefined;
|
|
4631
|
-
authentication?: {
|
|
4632
|
-
type: "clerk";
|
|
4633
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
4634
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4635
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4636
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4637
|
-
} | {
|
|
4638
|
-
type: "openid";
|
|
4639
|
-
clientId: string;
|
|
4640
|
-
issuer: string;
|
|
4641
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4642
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4643
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4644
|
-
audience?: string | undefined;
|
|
4645
|
-
scopes?: string[] | undefined;
|
|
4646
|
-
} | {
|
|
4647
|
-
type: "auth0";
|
|
4648
|
-
clientId: string;
|
|
4649
|
-
domain: string;
|
|
4650
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4651
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4652
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4653
|
-
audience?: string | undefined;
|
|
4654
4850
|
} | undefined;
|
|
4655
4851
|
docs?: {
|
|
4656
4852
|
files: string;
|
|
@@ -4784,6 +4980,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4784
4980
|
organizationId: string;
|
|
4785
4981
|
primaryBrandColor: string;
|
|
4786
4982
|
organizationDisplayName: string;
|
|
4983
|
+
} | {
|
|
4984
|
+
type: "pagefind";
|
|
4985
|
+
ranking?: {
|
|
4986
|
+
termFrequency: number;
|
|
4987
|
+
pageLength: number;
|
|
4988
|
+
termSimilarity: number;
|
|
4989
|
+
termSaturation: number;
|
|
4990
|
+
} | undefined;
|
|
4991
|
+
maxResults?: number | undefined;
|
|
4992
|
+
maxSubResults?: number | undefined;
|
|
4993
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
4787
4994
|
} | undefined;
|
|
4788
4995
|
defaults?: {
|
|
4789
4996
|
examplesLanguage?: string | undefined;
|
|
@@ -4802,12 +5009,42 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4802
5009
|
creator?: string | undefined;
|
|
4803
5010
|
publisher?: string | undefined;
|
|
4804
5011
|
} | undefined;
|
|
5012
|
+
authentication?: {
|
|
5013
|
+
type: "clerk";
|
|
5014
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
5015
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5016
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5017
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5018
|
+
} | {
|
|
5019
|
+
type: "openid";
|
|
5020
|
+
clientId: string;
|
|
5021
|
+
issuer: string;
|
|
5022
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5023
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5024
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5025
|
+
audience?: string | undefined;
|
|
5026
|
+
scopes?: string[] | undefined;
|
|
5027
|
+
} | {
|
|
5028
|
+
type: "auth0";
|
|
5029
|
+
clientId: string;
|
|
5030
|
+
domain: string;
|
|
5031
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5032
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5033
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5034
|
+
audience?: string | undefined;
|
|
5035
|
+
} | undefined;
|
|
5036
|
+
topNavigation?: {
|
|
5037
|
+
id: string;
|
|
5038
|
+
label: string;
|
|
5039
|
+
default?: string | undefined;
|
|
5040
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
5041
|
+
}[] | undefined;
|
|
4805
5042
|
theme?: {
|
|
4806
5043
|
dark?: {
|
|
4807
5044
|
input?: string | undefined;
|
|
4808
5045
|
radius?: string | undefined;
|
|
4809
|
-
border?: string | undefined;
|
|
4810
5046
|
popover?: string | undefined;
|
|
5047
|
+
border?: string | undefined;
|
|
4811
5048
|
background?: string | undefined;
|
|
4812
5049
|
foreground?: string | undefined;
|
|
4813
5050
|
card?: string | undefined;
|
|
@@ -4828,8 +5065,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4828
5065
|
light?: {
|
|
4829
5066
|
input?: string | undefined;
|
|
4830
5067
|
radius?: string | undefined;
|
|
4831
|
-
border?: string | undefined;
|
|
4832
5068
|
popover?: string | undefined;
|
|
5069
|
+
border?: string | undefined;
|
|
4833
5070
|
background?: string | undefined;
|
|
4834
5071
|
foreground?: string | undefined;
|
|
4835
5072
|
card?: string | undefined;
|
|
@@ -4871,6 +5108,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4871
5108
|
ca?: string | undefined;
|
|
4872
5109
|
} | undefined;
|
|
4873
5110
|
page?: {
|
|
5111
|
+
banner?: {
|
|
5112
|
+
message: NonNullable<ReactNode>;
|
|
5113
|
+
color?: string | (string & {}) | undefined;
|
|
5114
|
+
dismissible?: boolean | undefined;
|
|
5115
|
+
} | undefined;
|
|
4874
5116
|
pageTitle?: string | undefined;
|
|
4875
5117
|
logoUrl?: string | undefined;
|
|
4876
5118
|
logo?: {
|
|
@@ -4881,41 +5123,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4881
5123
|
width?: string | undefined;
|
|
4882
5124
|
alt?: string | undefined;
|
|
4883
5125
|
} | undefined;
|
|
4884
|
-
banner?: {
|
|
4885
|
-
message: NonNullable<ReactNode>;
|
|
4886
|
-
color?: string | (string & {}) | undefined;
|
|
4887
|
-
dismissible?: boolean | undefined;
|
|
4888
|
-
} | undefined;
|
|
4889
|
-
} | undefined;
|
|
4890
|
-
topNavigation?: {
|
|
4891
|
-
id: string;
|
|
4892
|
-
label: string;
|
|
4893
|
-
default?: string | undefined;
|
|
4894
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
4895
|
-
}[] | undefined;
|
|
4896
|
-
authentication?: {
|
|
4897
|
-
type: "clerk";
|
|
4898
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
4899
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4900
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4901
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4902
|
-
} | {
|
|
4903
|
-
type: "openid";
|
|
4904
|
-
clientId: string;
|
|
4905
|
-
issuer: string;
|
|
4906
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4907
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4908
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4909
|
-
audience?: string | undefined;
|
|
4910
|
-
scopes?: string[] | undefined;
|
|
4911
|
-
} | {
|
|
4912
|
-
type: "auth0";
|
|
4913
|
-
clientId: string;
|
|
4914
|
-
domain: string;
|
|
4915
|
-
redirectToAfterSignUp?: string | undefined;
|
|
4916
|
-
redirectToAfterSignIn?: string | undefined;
|
|
4917
|
-
redirectToAfterSignOut?: string | undefined;
|
|
4918
|
-
audience?: string | undefined;
|
|
4919
5126
|
} | undefined;
|
|
4920
5127
|
docs?: {
|
|
4921
5128
|
files: string;
|
|
@@ -5049,6 +5256,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5049
5256
|
organizationId: string;
|
|
5050
5257
|
primaryBrandColor: string;
|
|
5051
5258
|
organizationDisplayName: string;
|
|
5259
|
+
} | {
|
|
5260
|
+
type: "pagefind";
|
|
5261
|
+
ranking?: {
|
|
5262
|
+
termFrequency: number;
|
|
5263
|
+
pageLength: number;
|
|
5264
|
+
termSimilarity: number;
|
|
5265
|
+
termSaturation: number;
|
|
5266
|
+
} | undefined;
|
|
5267
|
+
maxResults?: number | undefined;
|
|
5268
|
+
maxSubResults?: number | undefined;
|
|
5269
|
+
transformResults?: ((result: PagefindSearchFragment) => PagefindSearchFragment | boolean | undefined | void) | undefined;
|
|
5052
5270
|
} | undefined;
|
|
5053
5271
|
defaults?: {
|
|
5054
5272
|
examplesLanguage?: string | undefined;
|
|
@@ -5067,12 +5285,42 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5067
5285
|
creator?: string | undefined;
|
|
5068
5286
|
publisher?: string | undefined;
|
|
5069
5287
|
} | undefined;
|
|
5288
|
+
authentication?: {
|
|
5289
|
+
type: "clerk";
|
|
5290
|
+
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
5291
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5292
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5293
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5294
|
+
} | {
|
|
5295
|
+
type: "openid";
|
|
5296
|
+
clientId: string;
|
|
5297
|
+
issuer: string;
|
|
5298
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5299
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5300
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5301
|
+
audience?: string | undefined;
|
|
5302
|
+
scopes?: string[] | undefined;
|
|
5303
|
+
} | {
|
|
5304
|
+
type: "auth0";
|
|
5305
|
+
clientId: string;
|
|
5306
|
+
domain: string;
|
|
5307
|
+
redirectToAfterSignUp?: string | undefined;
|
|
5308
|
+
redirectToAfterSignIn?: string | undefined;
|
|
5309
|
+
redirectToAfterSignOut?: string | undefined;
|
|
5310
|
+
audience?: string | undefined;
|
|
5311
|
+
} | undefined;
|
|
5312
|
+
topNavigation?: {
|
|
5313
|
+
id: string;
|
|
5314
|
+
label: string;
|
|
5315
|
+
default?: string | undefined;
|
|
5316
|
+
display?: "auth" | "anon" | "always" | undefined;
|
|
5317
|
+
}[] | undefined;
|
|
5070
5318
|
theme?: {
|
|
5071
5319
|
dark?: {
|
|
5072
5320
|
input?: string | undefined;
|
|
5073
5321
|
radius?: string | undefined;
|
|
5074
|
-
border?: string | undefined;
|
|
5075
5322
|
popover?: string | undefined;
|
|
5323
|
+
border?: string | undefined;
|
|
5076
5324
|
background?: string | undefined;
|
|
5077
5325
|
foreground?: string | undefined;
|
|
5078
5326
|
card?: string | undefined;
|
|
@@ -5093,8 +5341,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5093
5341
|
light?: {
|
|
5094
5342
|
input?: string | undefined;
|
|
5095
5343
|
radius?: string | undefined;
|
|
5096
|
-
border?: string | undefined;
|
|
5097
5344
|
popover?: string | undefined;
|
|
5345
|
+
border?: string | undefined;
|
|
5098
5346
|
background?: string | undefined;
|
|
5099
5347
|
foreground?: string | undefined;
|
|
5100
5348
|
card?: string | undefined;
|
|
@@ -5136,6 +5384,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5136
5384
|
ca?: string | undefined;
|
|
5137
5385
|
} | undefined;
|
|
5138
5386
|
page?: {
|
|
5387
|
+
banner?: {
|
|
5388
|
+
message: NonNullable<ReactNode>;
|
|
5389
|
+
color?: string | (string & {}) | undefined;
|
|
5390
|
+
dismissible?: boolean | undefined;
|
|
5391
|
+
} | undefined;
|
|
5139
5392
|
pageTitle?: string | undefined;
|
|
5140
5393
|
logoUrl?: string | undefined;
|
|
5141
5394
|
logo?: {
|
|
@@ -5146,41 +5399,6 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5146
5399
|
width?: string | undefined;
|
|
5147
5400
|
alt?: string | undefined;
|
|
5148
5401
|
} | undefined;
|
|
5149
|
-
banner?: {
|
|
5150
|
-
message: NonNullable<ReactNode>;
|
|
5151
|
-
color?: string | (string & {}) | undefined;
|
|
5152
|
-
dismissible?: boolean | undefined;
|
|
5153
|
-
} | undefined;
|
|
5154
|
-
} | undefined;
|
|
5155
|
-
topNavigation?: {
|
|
5156
|
-
id: string;
|
|
5157
|
-
label: string;
|
|
5158
|
-
default?: string | undefined;
|
|
5159
|
-
display?: "always" | "auth" | "anon" | undefined;
|
|
5160
|
-
}[] | undefined;
|
|
5161
|
-
authentication?: {
|
|
5162
|
-
type: "clerk";
|
|
5163
|
-
clerkPubKey: `pk_test_${string}` | `pk_live_${string}`;
|
|
5164
|
-
redirectToAfterSignUp?: string | undefined;
|
|
5165
|
-
redirectToAfterSignIn?: string | undefined;
|
|
5166
|
-
redirectToAfterSignOut?: string | undefined;
|
|
5167
|
-
} | {
|
|
5168
|
-
type: "openid";
|
|
5169
|
-
clientId: string;
|
|
5170
|
-
issuer: string;
|
|
5171
|
-
redirectToAfterSignUp?: string | undefined;
|
|
5172
|
-
redirectToAfterSignIn?: string | undefined;
|
|
5173
|
-
redirectToAfterSignOut?: string | undefined;
|
|
5174
|
-
audience?: string | undefined;
|
|
5175
|
-
scopes?: string[] | undefined;
|
|
5176
|
-
} | {
|
|
5177
|
-
type: "auth0";
|
|
5178
|
-
clientId: string;
|
|
5179
|
-
domain: string;
|
|
5180
|
-
redirectToAfterSignUp?: string | undefined;
|
|
5181
|
-
redirectToAfterSignIn?: string | undefined;
|
|
5182
|
-
redirectToAfterSignOut?: string | undefined;
|
|
5183
|
-
audience?: string | undefined;
|
|
5184
5402
|
} | undefined;
|
|
5185
5403
|
docs?: {
|
|
5186
5404
|
files: string;
|