zudoku 0.35.6 → 0.37.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/README.md +1 -1
- package/dist/app/entry.server.js +5 -1
- package/dist/app/entry.server.js.map +1 -1
- package/dist/config/validators/common.d.ts +428 -428
- package/dist/config/validators/common.js +12 -7
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +158 -158
- package/dist/lib/components/InlineCode.d.ts +2 -1
- package/dist/lib/components/InlineCode.js +1 -1
- package/dist/lib/components/InlineCode.js.map +1 -1
- package/dist/lib/components/Layout.js +3 -14
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +1 -1
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +2 -2
- package/dist/lib/components/TopNavigation.js +9 -12
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Zudoku.js +3 -1
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/cache.d.ts +7 -0
- package/dist/lib/components/cache.js +7 -0
- package/dist/lib/components/cache.js.map +1 -1
- package/dist/lib/components/context/ViewportAnchorContext.js +3 -6
- package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +2 -2
- package/dist/lib/components/context/ZudokuContext.js +13 -7
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.d.ts +2 -2
- package/dist/lib/components/navigation/SidebarCategory.js +10 -6
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +2 -2
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +8 -6
- package/dist/lib/core/ZudokuContext.js +4 -2
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +3 -3
- package/dist/lib/hooks/useEvent.test.js +1 -1
- package/dist/lib/hooks/useEvent.test.js.map +1 -1
- package/dist/lib/oas/graphql/index.d.ts +13 -2
- package/dist/lib/oas/graphql/index.js +59 -39
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +19 -5
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.js +12 -4
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +2 -2
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js +2 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +4 -4
- package/dist/lib/plugins/openapi/graphql/gql.js +3 -3
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +33 -44
- package/dist/lib/plugins/openapi/graphql/graphql.js +19 -29
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.d.ts +5 -10
- package/dist/lib/plugins/openapi/index.js +29 -60
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -1
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +13 -6
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/util/createSidebarCategory.js +5 -7
- package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +1 -1
- package/dist/lib/ui/Badge.d.ts +1 -1
- package/dist/lib/ui/Button.d.ts +1 -1
- package/dist/lib/ui/Button.js +1 -1
- package/dist/lib/ui/Button.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +6 -6
- package/dist/lib/util/joinPath.d.ts +3 -0
- package/dist/lib/util/joinPath.js +3 -0
- package/dist/lib/util/joinPath.js.map +1 -1
- package/dist/lib/util/traverse.js +2 -2
- package/dist/lib/util/traverse.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +2 -0
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +19 -4
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +61 -0
- package/dist/vite/api/schema-codegen.test.js.map +1 -1
- package/dist/vite/config.js +1 -1
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/plugin-api.js +4 -12
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +1 -1
- package/dist/vite/plugin-docs.js +18 -1
- package/dist/vite/plugin-docs.js.map +1 -1
- package/lib/{AuthenticationPlugin-4ip08maU.js → AuthenticationPlugin-Cij2tPWa.js} +2 -2
- package/lib/{AuthenticationPlugin-4ip08maU.js.map → AuthenticationPlugin-Cij2tPWa.js.map} +1 -1
- package/lib/{Spinner-C6n4eOvh.js → Button-Fp19CMUr.js} +15 -18
- package/lib/Button-Fp19CMUr.js.map +1 -0
- package/lib/{Markdown-C0eXdzGn.js → Markdown-DT5Rrq8_.js} +3526 -3264
- package/lib/Markdown-DT5Rrq8_.js.map +1 -0
- package/lib/{MdxPage-BKkG1cm1.js → MdxPage-D2rD1vC4.js} +3 -3
- package/lib/{MdxPage-BKkG1cm1.js.map → MdxPage-D2rD1vC4.js.map} +1 -1
- package/lib/{OasProvider-CwhKwrwl.js → OasProvider-DdEBf2qS.js} +3 -3
- package/lib/{OasProvider-CwhKwrwl.js.map → OasProvider-DdEBf2qS.js.map} +1 -1
- package/lib/{OperationList-DGYoFitT.js → OperationList-DT4-gm_S.js} +1122 -1093
- package/lib/OperationList-DT4-gm_S.js.map +1 -0
- package/lib/{Select-FAYHOYTy.js → Select-z1Lwl0-J.js} +3 -3
- package/lib/{Select-FAYHOYTy.js.map → Select-z1Lwl0-J.js.map} +1 -1
- package/lib/{SlotletProvider-BJC58V32.js → SlotletProvider-D8OBnr77.js} +2 -2
- package/lib/{SlotletProvider-BJC58V32.js.map → SlotletProvider-D8OBnr77.js.map} +1 -1
- package/lib/Spinner-CE68iCm0.js +7 -0
- package/lib/Spinner-CE68iCm0.js.map +1 -0
- package/lib/{circular-v7K6lDDh.js → circular-ByJI6Mci.js} +4887 -4419
- package/lib/circular-ByJI6Mci.js.map +1 -0
- package/lib/{createServer-CbL1Uh2Q.js → createServer-DjgKDpGV.js} +3301 -3747
- package/lib/createServer-DjgKDpGV.js.map +1 -0
- package/lib/{hook-CfCFKZ-2.js → hook-DzQC8PzJ.js} +78 -73
- package/lib/hook-DzQC8PzJ.js.map +1 -0
- package/lib/{index-Dm1QJHVl.js → index-DdQSV2RF.js} +593 -633
- package/lib/index-DdQSV2RF.js.map +1 -0
- package/lib/{useQuery-CQUwWR9i.js → joinUrl-BjDooT-T.js} +240 -223
- package/lib/joinUrl-BjDooT-T.js.map +1 -0
- package/lib/{mutation-B81DztCT.js → mutation-_Z5C2wFZ.js} +2 -2
- package/lib/{mutation-B81DztCT.js.map → mutation-_Z5C2wFZ.js.map} +1 -1
- package/lib/post-processors/traverse.js +2 -2
- package/lib/post-processors/traverse.js.map +1 -1
- package/lib/ui/ActionButton.js +11 -10
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Button.js.map +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +438 -444
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +3 -3
- package/lib/zudoku.plugin-api-keys.js +4 -4
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +5 -6
- package/lib/zudoku.plugin-openapi.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +15 -16
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +3 -1
- package/src/app/entry.server.tsx +7 -1
- package/src/lib/components/InlineCode.tsx +3 -1
- package/src/lib/components/Layout.tsx +3 -16
- package/src/lib/components/MobileTopNavigation.tsx +1 -1
- package/src/lib/components/TopNavigation.tsx +12 -16
- package/src/lib/components/Zudoku.tsx +5 -1
- package/src/lib/components/cache.ts +8 -0
- package/src/lib/components/context/ViewportAnchorContext.tsx +3 -6
- package/src/lib/components/context/ZudokuContext.ts +17 -8
- package/src/lib/components/navigation/SidebarCategory.tsx +15 -12
- package/src/lib/components/navigation/SidebarItem.tsx +2 -2
- package/src/lib/components/navigation/SidebarWrapper.tsx +2 -2
- package/src/lib/core/ZudokuContext.ts +11 -8
- package/src/lib/core/plugins.ts +4 -4
- package/src/lib/hooks/useEvent.test.tsx +1 -1
- package/src/lib/oas/graphql/index.ts +104 -64
- package/src/lib/plugins/openapi/OperationList.tsx +30 -36
- package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
- package/src/lib/plugins/openapi/ParamInfos.tsx +27 -4
- package/src/lib/plugins/openapi/ParameterListItem.tsx +5 -1
- package/src/lib/plugins/openapi/Sidecar.tsx +2 -2
- package/src/lib/plugins/openapi/client/useCreateQuery.ts +2 -1
- package/src/lib/plugins/openapi/graphql/gql.ts +17 -17
- package/src/lib/plugins/openapi/graphql/graphql.ts +57 -75
- package/src/lib/plugins/openapi/index.tsx +40 -84
- package/src/lib/plugins/openapi/interfaces.ts +4 -1
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +5 -2
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +48 -35
- package/src/lib/plugins/openapi/util/createSidebarCategory.tsx +5 -7
- package/src/lib/ui/Button.tsx +1 -1
- package/src/lib/util/joinPath.tsx +3 -0
- package/src/lib/util/traverse.ts +2 -2
- package/src/lib/util/useScrollToAnchor.ts +2 -0
- package/lib/Markdown-C0eXdzGn.js.map +0 -1
- package/lib/OperationList-DGYoFitT.js.map +0 -1
- package/lib/Spinner-C6n4eOvh.js.map +0 -1
- package/lib/circular-v7K6lDDh.js.map +0 -1
- package/lib/createServer-CbL1Uh2Q.js.map +0 -1
- package/lib/hook-CfCFKZ-2.js.map +0 -1
- package/lib/index-Dm1QJHVl.js.map +0 -1
- package/lib/joinUrl-10po2Jdj.js +0 -20
- package/lib/joinUrl-10po2Jdj.js.map +0 -1
- package/lib/useQuery-CQUwWR9i.js.map +0 -1
|
@@ -23,18 +23,18 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
23
23
|
options: z.ZodOptional<z.ZodObject<{
|
|
24
24
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
25
25
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
26
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
27
26
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
27
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
29
|
examplesLanguage?: string | undefined;
|
|
30
30
|
disablePlayground?: boolean | undefined;
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
32
|
+
expandAllTags?: boolean | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
examplesLanguage?: string | undefined;
|
|
35
35
|
disablePlayground?: boolean | undefined;
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
37
|
+
expandAllTags?: boolean | undefined;
|
|
38
38
|
}>>;
|
|
39
39
|
}>, "strip", z.ZodTypeAny, {
|
|
40
40
|
type: "url";
|
|
@@ -44,8 +44,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
44
44
|
options?: {
|
|
45
45
|
examplesLanguage?: string | undefined;
|
|
46
46
|
disablePlayground?: boolean | undefined;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
48
|
+
expandAllTags?: boolean | undefined;
|
|
49
49
|
} | undefined;
|
|
50
50
|
navigationId?: string | undefined;
|
|
51
51
|
categories?: {
|
|
@@ -60,8 +60,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
60
60
|
options?: {
|
|
61
61
|
examplesLanguage?: string | undefined;
|
|
62
62
|
disablePlayground?: boolean | undefined;
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
64
|
+
expandAllTags?: boolean | undefined;
|
|
65
65
|
} | undefined;
|
|
66
66
|
navigationId?: string | undefined;
|
|
67
67
|
categories?: {
|
|
@@ -88,18 +88,18 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
88
88
|
options: z.ZodOptional<z.ZodObject<{
|
|
89
89
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
90
90
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
91
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
92
91
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
92
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
examplesLanguage?: string | undefined;
|
|
95
95
|
disablePlayground?: boolean | undefined;
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
97
|
+
expandAllTags?: boolean | undefined;
|
|
98
98
|
}, {
|
|
99
99
|
examplesLanguage?: string | undefined;
|
|
100
100
|
disablePlayground?: boolean | undefined;
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
102
|
+
expandAllTags?: boolean | undefined;
|
|
103
103
|
}>>;
|
|
104
104
|
}>, {
|
|
105
105
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -111,8 +111,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
111
111
|
options?: {
|
|
112
112
|
examplesLanguage?: string | undefined;
|
|
113
113
|
disablePlayground?: boolean | undefined;
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
115
|
+
expandAllTags?: boolean | undefined;
|
|
116
116
|
} | undefined;
|
|
117
117
|
navigationId?: string | undefined;
|
|
118
118
|
categories?: {
|
|
@@ -128,8 +128,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
128
128
|
options?: {
|
|
129
129
|
examplesLanguage?: string | undefined;
|
|
130
130
|
disablePlayground?: boolean | undefined;
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
132
|
+
expandAllTags?: boolean | undefined;
|
|
133
133
|
} | undefined;
|
|
134
134
|
navigationId?: string | undefined;
|
|
135
135
|
categories?: {
|
|
@@ -157,18 +157,18 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
157
157
|
options: z.ZodOptional<z.ZodObject<{
|
|
158
158
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
159
159
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
160
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
161
160
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
161
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
|
163
163
|
examplesLanguage?: string | undefined;
|
|
164
164
|
disablePlayground?: boolean | undefined;
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
166
|
+
expandAllTags?: boolean | undefined;
|
|
167
167
|
}, {
|
|
168
168
|
examplesLanguage?: string | undefined;
|
|
169
169
|
disablePlayground?: boolean | undefined;
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
171
|
+
expandAllTags?: boolean | undefined;
|
|
172
172
|
}>>;
|
|
173
173
|
}>, "strip", z.ZodTypeAny, {
|
|
174
174
|
type: "raw";
|
|
@@ -178,8 +178,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
178
178
|
options?: {
|
|
179
179
|
examplesLanguage?: string | undefined;
|
|
180
180
|
disablePlayground?: boolean | undefined;
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
182
|
+
expandAllTags?: boolean | undefined;
|
|
183
183
|
} | undefined;
|
|
184
184
|
navigationId?: string | undefined;
|
|
185
185
|
categories?: {
|
|
@@ -194,8 +194,8 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
194
194
|
options?: {
|
|
195
195
|
examplesLanguage?: string | undefined;
|
|
196
196
|
disablePlayground?: boolean | undefined;
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
198
|
+
expandAllTags?: boolean | undefined;
|
|
199
199
|
} | undefined;
|
|
200
200
|
navigationId?: string | undefined;
|
|
201
201
|
categories?: {
|
|
@@ -273,17 +273,17 @@ declare const TopNavigationItemSchema: z.ZodObject<{
|
|
|
273
273
|
label: z.ZodString;
|
|
274
274
|
id: z.ZodString;
|
|
275
275
|
default: z.ZodOptional<z.ZodString>;
|
|
276
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
276
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
277
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
278
|
id: string;
|
|
279
279
|
label: string;
|
|
280
280
|
default?: string | undefined;
|
|
281
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
281
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
id: string;
|
|
284
284
|
label: string;
|
|
285
285
|
default?: string | undefined;
|
|
286
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
286
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
287
287
|
}>;
|
|
288
288
|
type BannerColorType = ZodOptional<ZodUnion<[
|
|
289
289
|
ZodType<"note" | "tip" | "info" | "caution" | "danger" | (string & {}), ZodEnumDef>,
|
|
@@ -433,17 +433,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
433
433
|
label: z.ZodString;
|
|
434
434
|
id: z.ZodString;
|
|
435
435
|
default: z.ZodOptional<z.ZodString>;
|
|
436
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
436
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
437
437
|
}, "strip", z.ZodTypeAny, {
|
|
438
438
|
id: string;
|
|
439
439
|
label: string;
|
|
440
440
|
default?: string | undefined;
|
|
441
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
441
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
442
442
|
}, {
|
|
443
443
|
id: string;
|
|
444
444
|
label: string;
|
|
445
445
|
default?: string | undefined;
|
|
446
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
446
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
447
447
|
}>, "many">;
|
|
448
448
|
sidebar: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>;
|
|
449
449
|
theme: z.ZodObject<{
|
|
@@ -471,6 +471,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
471
471
|
}, "strip", z.ZodTypeAny, {
|
|
472
472
|
input?: string | undefined;
|
|
473
473
|
radius?: string | undefined;
|
|
474
|
+
destructive?: string | undefined;
|
|
475
|
+
secondary?: string | undefined;
|
|
474
476
|
popover?: string | undefined;
|
|
475
477
|
border?: string | undefined;
|
|
476
478
|
background?: string | undefined;
|
|
@@ -480,18 +482,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
480
482
|
popoverForeground?: string | undefined;
|
|
481
483
|
primary?: string | undefined;
|
|
482
484
|
primaryForeground?: string | undefined;
|
|
483
|
-
secondary?: string | undefined;
|
|
484
485
|
secondaryForeground?: string | undefined;
|
|
485
486
|
muted?: string | undefined;
|
|
486
487
|
mutedForeground?: string | undefined;
|
|
487
488
|
accent?: string | undefined;
|
|
488
489
|
accentForeground?: string | undefined;
|
|
489
|
-
destructive?: string | undefined;
|
|
490
490
|
destructiveForeground?: string | undefined;
|
|
491
491
|
ring?: string | undefined;
|
|
492
492
|
}, {
|
|
493
493
|
input?: string | undefined;
|
|
494
494
|
radius?: string | undefined;
|
|
495
|
+
destructive?: string | undefined;
|
|
496
|
+
secondary?: string | undefined;
|
|
495
497
|
popover?: string | undefined;
|
|
496
498
|
border?: string | undefined;
|
|
497
499
|
background?: string | undefined;
|
|
@@ -501,13 +503,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
501
503
|
popoverForeground?: string | undefined;
|
|
502
504
|
primary?: string | undefined;
|
|
503
505
|
primaryForeground?: string | undefined;
|
|
504
|
-
secondary?: string | undefined;
|
|
505
506
|
secondaryForeground?: string | undefined;
|
|
506
507
|
muted?: string | undefined;
|
|
507
508
|
mutedForeground?: string | undefined;
|
|
508
509
|
accent?: string | undefined;
|
|
509
510
|
accentForeground?: string | undefined;
|
|
510
|
-
destructive?: string | undefined;
|
|
511
511
|
destructiveForeground?: string | undefined;
|
|
512
512
|
ring?: string | undefined;
|
|
513
513
|
}>>;
|
|
@@ -535,6 +535,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
535
535
|
}, "strip", z.ZodTypeAny, {
|
|
536
536
|
input?: string | undefined;
|
|
537
537
|
radius?: string | undefined;
|
|
538
|
+
destructive?: string | undefined;
|
|
539
|
+
secondary?: string | undefined;
|
|
538
540
|
popover?: string | undefined;
|
|
539
541
|
border?: string | undefined;
|
|
540
542
|
background?: string | undefined;
|
|
@@ -544,18 +546,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
544
546
|
popoverForeground?: string | undefined;
|
|
545
547
|
primary?: string | undefined;
|
|
546
548
|
primaryForeground?: string | undefined;
|
|
547
|
-
secondary?: string | undefined;
|
|
548
549
|
secondaryForeground?: string | undefined;
|
|
549
550
|
muted?: string | undefined;
|
|
550
551
|
mutedForeground?: string | undefined;
|
|
551
552
|
accent?: string | undefined;
|
|
552
553
|
accentForeground?: string | undefined;
|
|
553
|
-
destructive?: string | undefined;
|
|
554
554
|
destructiveForeground?: string | undefined;
|
|
555
555
|
ring?: string | undefined;
|
|
556
556
|
}, {
|
|
557
557
|
input?: string | undefined;
|
|
558
558
|
radius?: string | undefined;
|
|
559
|
+
destructive?: string | undefined;
|
|
560
|
+
secondary?: string | undefined;
|
|
559
561
|
popover?: string | undefined;
|
|
560
562
|
border?: string | undefined;
|
|
561
563
|
background?: string | undefined;
|
|
@@ -565,13 +567,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
565
567
|
popoverForeground?: string | undefined;
|
|
566
568
|
primary?: string | undefined;
|
|
567
569
|
primaryForeground?: string | undefined;
|
|
568
|
-
secondary?: string | undefined;
|
|
569
570
|
secondaryForeground?: string | undefined;
|
|
570
571
|
muted?: string | undefined;
|
|
571
572
|
mutedForeground?: string | undefined;
|
|
572
573
|
accent?: string | undefined;
|
|
573
574
|
accentForeground?: string | undefined;
|
|
574
|
-
destructive?: string | undefined;
|
|
575
575
|
destructiveForeground?: string | undefined;
|
|
576
576
|
ring?: string | undefined;
|
|
577
577
|
}>>;
|
|
@@ -619,6 +619,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
619
619
|
dark?: {
|
|
620
620
|
input?: string | undefined;
|
|
621
621
|
radius?: string | undefined;
|
|
622
|
+
destructive?: string | undefined;
|
|
623
|
+
secondary?: string | undefined;
|
|
622
624
|
popover?: string | undefined;
|
|
623
625
|
border?: string | undefined;
|
|
624
626
|
background?: string | undefined;
|
|
@@ -628,19 +630,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
628
630
|
popoverForeground?: string | undefined;
|
|
629
631
|
primary?: string | undefined;
|
|
630
632
|
primaryForeground?: string | undefined;
|
|
631
|
-
secondary?: string | undefined;
|
|
632
633
|
secondaryForeground?: string | undefined;
|
|
633
634
|
muted?: string | undefined;
|
|
634
635
|
mutedForeground?: string | undefined;
|
|
635
636
|
accent?: string | undefined;
|
|
636
637
|
accentForeground?: string | undefined;
|
|
637
|
-
destructive?: string | undefined;
|
|
638
638
|
destructiveForeground?: string | undefined;
|
|
639
639
|
ring?: string | undefined;
|
|
640
640
|
} | undefined;
|
|
641
641
|
light?: {
|
|
642
642
|
input?: string | undefined;
|
|
643
643
|
radius?: string | undefined;
|
|
644
|
+
destructive?: string | undefined;
|
|
645
|
+
secondary?: string | undefined;
|
|
644
646
|
popover?: string | undefined;
|
|
645
647
|
border?: string | undefined;
|
|
646
648
|
background?: string | undefined;
|
|
@@ -650,13 +652,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
650
652
|
popoverForeground?: string | undefined;
|
|
651
653
|
primary?: string | undefined;
|
|
652
654
|
primaryForeground?: string | undefined;
|
|
653
|
-
secondary?: string | undefined;
|
|
654
655
|
secondaryForeground?: string | undefined;
|
|
655
656
|
muted?: string | undefined;
|
|
656
657
|
mutedForeground?: string | undefined;
|
|
657
658
|
accent?: string | undefined;
|
|
658
659
|
accentForeground?: string | undefined;
|
|
659
|
-
destructive?: string | undefined;
|
|
660
660
|
destructiveForeground?: string | undefined;
|
|
661
661
|
ring?: string | undefined;
|
|
662
662
|
} | undefined;
|
|
@@ -674,6 +674,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
674
674
|
dark?: {
|
|
675
675
|
input?: string | undefined;
|
|
676
676
|
radius?: string | undefined;
|
|
677
|
+
destructive?: string | undefined;
|
|
678
|
+
secondary?: string | undefined;
|
|
677
679
|
popover?: string | undefined;
|
|
678
680
|
border?: string | undefined;
|
|
679
681
|
background?: string | undefined;
|
|
@@ -683,19 +685,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
683
685
|
popoverForeground?: string | undefined;
|
|
684
686
|
primary?: string | undefined;
|
|
685
687
|
primaryForeground?: string | undefined;
|
|
686
|
-
secondary?: string | undefined;
|
|
687
688
|
secondaryForeground?: string | undefined;
|
|
688
689
|
muted?: string | undefined;
|
|
689
690
|
mutedForeground?: string | undefined;
|
|
690
691
|
accent?: string | undefined;
|
|
691
692
|
accentForeground?: string | undefined;
|
|
692
|
-
destructive?: string | undefined;
|
|
693
693
|
destructiveForeground?: string | undefined;
|
|
694
694
|
ring?: string | undefined;
|
|
695
695
|
} | undefined;
|
|
696
696
|
light?: {
|
|
697
697
|
input?: string | undefined;
|
|
698
698
|
radius?: string | undefined;
|
|
699
|
+
destructive?: string | undefined;
|
|
700
|
+
secondary?: string | undefined;
|
|
699
701
|
popover?: string | undefined;
|
|
700
702
|
border?: string | undefined;
|
|
701
703
|
background?: string | undefined;
|
|
@@ -705,13 +707,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
705
707
|
popoverForeground?: string | undefined;
|
|
706
708
|
primary?: string | undefined;
|
|
707
709
|
primaryForeground?: string | undefined;
|
|
708
|
-
secondary?: string | undefined;
|
|
709
710
|
secondaryForeground?: string | undefined;
|
|
710
711
|
muted?: string | undefined;
|
|
711
712
|
mutedForeground?: string | undefined;
|
|
712
713
|
accent?: string | undefined;
|
|
713
714
|
accentForeground?: string | undefined;
|
|
714
|
-
destructive?: string | undefined;
|
|
715
715
|
destructiveForeground?: string | undefined;
|
|
716
716
|
ring?: string | undefined;
|
|
717
717
|
} | undefined;
|
|
@@ -991,18 +991,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
991
991
|
options: z.ZodOptional<z.ZodObject<{
|
|
992
992
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
993
993
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
994
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
995
994
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
995
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
996
996
|
}, "strip", z.ZodTypeAny, {
|
|
997
997
|
examplesLanguage?: string | undefined;
|
|
998
998
|
disablePlayground?: boolean | undefined;
|
|
999
|
-
|
|
1000
|
-
|
|
999
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1000
|
+
expandAllTags?: boolean | undefined;
|
|
1001
1001
|
}, {
|
|
1002
1002
|
examplesLanguage?: string | undefined;
|
|
1003
1003
|
disablePlayground?: boolean | undefined;
|
|
1004
|
-
|
|
1005
|
-
|
|
1004
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1005
|
+
expandAllTags?: boolean | undefined;
|
|
1006
1006
|
}>>;
|
|
1007
1007
|
}>, "strip", z.ZodTypeAny, {
|
|
1008
1008
|
type: "url";
|
|
@@ -1012,8 +1012,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1012
1012
|
options?: {
|
|
1013
1013
|
examplesLanguage?: string | undefined;
|
|
1014
1014
|
disablePlayground?: boolean | undefined;
|
|
1015
|
-
|
|
1016
|
-
|
|
1015
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1016
|
+
expandAllTags?: boolean | undefined;
|
|
1017
1017
|
} | undefined;
|
|
1018
1018
|
navigationId?: string | undefined;
|
|
1019
1019
|
categories?: {
|
|
@@ -1028,8 +1028,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1028
1028
|
options?: {
|
|
1029
1029
|
examplesLanguage?: string | undefined;
|
|
1030
1030
|
disablePlayground?: boolean | undefined;
|
|
1031
|
-
|
|
1032
|
-
|
|
1031
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1032
|
+
expandAllTags?: boolean | undefined;
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
navigationId?: string | undefined;
|
|
1035
1035
|
categories?: {
|
|
@@ -1056,18 +1056,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
options: z.ZodOptional<z.ZodObject<{
|
|
1057
1057
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1058
1058
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1059
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1060
1059
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1060
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1061
1061
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1062
|
examplesLanguage?: string | undefined;
|
|
1063
1063
|
disablePlayground?: boolean | undefined;
|
|
1064
|
-
|
|
1065
|
-
|
|
1064
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1065
|
+
expandAllTags?: boolean | undefined;
|
|
1066
1066
|
}, {
|
|
1067
1067
|
examplesLanguage?: string | undefined;
|
|
1068
1068
|
disablePlayground?: boolean | undefined;
|
|
1069
|
-
|
|
1070
|
-
|
|
1069
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1070
|
+
expandAllTags?: boolean | undefined;
|
|
1071
1071
|
}>>;
|
|
1072
1072
|
}>, {
|
|
1073
1073
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -1079,8 +1079,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1079
1079
|
options?: {
|
|
1080
1080
|
examplesLanguage?: string | undefined;
|
|
1081
1081
|
disablePlayground?: boolean | undefined;
|
|
1082
|
-
|
|
1083
|
-
|
|
1082
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1083
|
+
expandAllTags?: boolean | undefined;
|
|
1084
1084
|
} | undefined;
|
|
1085
1085
|
navigationId?: string | undefined;
|
|
1086
1086
|
categories?: {
|
|
@@ -1096,8 +1096,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1096
1096
|
options?: {
|
|
1097
1097
|
examplesLanguage?: string | undefined;
|
|
1098
1098
|
disablePlayground?: boolean | undefined;
|
|
1099
|
-
|
|
1100
|
-
|
|
1099
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1100
|
+
expandAllTags?: boolean | undefined;
|
|
1101
1101
|
} | undefined;
|
|
1102
1102
|
navigationId?: string | undefined;
|
|
1103
1103
|
categories?: {
|
|
@@ -1125,18 +1125,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1125
1125
|
options: z.ZodOptional<z.ZodObject<{
|
|
1126
1126
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1127
1127
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1128
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1129
1128
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1129
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1130
1130
|
}, "strip", z.ZodTypeAny, {
|
|
1131
1131
|
examplesLanguage?: string | undefined;
|
|
1132
1132
|
disablePlayground?: boolean | undefined;
|
|
1133
|
-
|
|
1134
|
-
|
|
1133
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1134
|
+
expandAllTags?: boolean | undefined;
|
|
1135
1135
|
}, {
|
|
1136
1136
|
examplesLanguage?: string | undefined;
|
|
1137
1137
|
disablePlayground?: boolean | undefined;
|
|
1138
|
-
|
|
1139
|
-
|
|
1138
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1139
|
+
expandAllTags?: boolean | undefined;
|
|
1140
1140
|
}>>;
|
|
1141
1141
|
}>, "strip", z.ZodTypeAny, {
|
|
1142
1142
|
type: "raw";
|
|
@@ -1146,8 +1146,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1146
1146
|
options?: {
|
|
1147
1147
|
examplesLanguage?: string | undefined;
|
|
1148
1148
|
disablePlayground?: boolean | undefined;
|
|
1149
|
-
|
|
1150
|
-
|
|
1149
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1150
|
+
expandAllTags?: boolean | undefined;
|
|
1151
1151
|
} | undefined;
|
|
1152
1152
|
navigationId?: string | undefined;
|
|
1153
1153
|
categories?: {
|
|
@@ -1162,8 +1162,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1162
1162
|
options?: {
|
|
1163
1163
|
examplesLanguage?: string | undefined;
|
|
1164
1164
|
disablePlayground?: boolean | undefined;
|
|
1165
|
-
|
|
1166
|
-
|
|
1165
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1166
|
+
expandAllTags?: boolean | undefined;
|
|
1167
1167
|
} | undefined;
|
|
1168
1168
|
navigationId?: string | undefined;
|
|
1169
1169
|
categories?: {
|
|
@@ -1190,18 +1190,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1190
1190
|
options: z.ZodOptional<z.ZodObject<{
|
|
1191
1191
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1192
1192
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1193
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1194
1193
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1194
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1195
1195
|
}, "strip", z.ZodTypeAny, {
|
|
1196
1196
|
examplesLanguage?: string | undefined;
|
|
1197
1197
|
disablePlayground?: boolean | undefined;
|
|
1198
|
-
|
|
1199
|
-
|
|
1198
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1199
|
+
expandAllTags?: boolean | undefined;
|
|
1200
1200
|
}, {
|
|
1201
1201
|
examplesLanguage?: string | undefined;
|
|
1202
1202
|
disablePlayground?: boolean | undefined;
|
|
1203
|
-
|
|
1204
|
-
|
|
1203
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1204
|
+
expandAllTags?: boolean | undefined;
|
|
1205
1205
|
}>>;
|
|
1206
1206
|
}>, "strip", z.ZodTypeAny, {
|
|
1207
1207
|
type: "url";
|
|
@@ -1211,8 +1211,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1211
1211
|
options?: {
|
|
1212
1212
|
examplesLanguage?: string | undefined;
|
|
1213
1213
|
disablePlayground?: boolean | undefined;
|
|
1214
|
-
|
|
1215
|
-
|
|
1214
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1215
|
+
expandAllTags?: boolean | undefined;
|
|
1216
1216
|
} | undefined;
|
|
1217
1217
|
navigationId?: string | undefined;
|
|
1218
1218
|
categories?: {
|
|
@@ -1227,8 +1227,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1227
1227
|
options?: {
|
|
1228
1228
|
examplesLanguage?: string | undefined;
|
|
1229
1229
|
disablePlayground?: boolean | undefined;
|
|
1230
|
-
|
|
1231
|
-
|
|
1230
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1231
|
+
expandAllTags?: boolean | undefined;
|
|
1232
1232
|
} | undefined;
|
|
1233
1233
|
navigationId?: string | undefined;
|
|
1234
1234
|
categories?: {
|
|
@@ -1255,18 +1255,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1255
1255
|
options: z.ZodOptional<z.ZodObject<{
|
|
1256
1256
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1257
1257
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1258
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1259
1258
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1259
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1260
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1261
1261
|
examplesLanguage?: string | undefined;
|
|
1262
1262
|
disablePlayground?: boolean | undefined;
|
|
1263
|
-
|
|
1264
|
-
|
|
1263
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1264
|
+
expandAllTags?: boolean | undefined;
|
|
1265
1265
|
}, {
|
|
1266
1266
|
examplesLanguage?: string | undefined;
|
|
1267
1267
|
disablePlayground?: boolean | undefined;
|
|
1268
|
-
|
|
1269
|
-
|
|
1268
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1269
|
+
expandAllTags?: boolean | undefined;
|
|
1270
1270
|
}>>;
|
|
1271
1271
|
}>, {
|
|
1272
1272
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -1278,8 +1278,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
options?: {
|
|
1279
1279
|
examplesLanguage?: string | undefined;
|
|
1280
1280
|
disablePlayground?: boolean | undefined;
|
|
1281
|
-
|
|
1282
|
-
|
|
1281
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1282
|
+
expandAllTags?: boolean | undefined;
|
|
1283
1283
|
} | undefined;
|
|
1284
1284
|
navigationId?: string | undefined;
|
|
1285
1285
|
categories?: {
|
|
@@ -1295,8 +1295,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1295
1295
|
options?: {
|
|
1296
1296
|
examplesLanguage?: string | undefined;
|
|
1297
1297
|
disablePlayground?: boolean | undefined;
|
|
1298
|
-
|
|
1299
|
-
|
|
1298
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1299
|
+
expandAllTags?: boolean | undefined;
|
|
1300
1300
|
} | undefined;
|
|
1301
1301
|
navigationId?: string | undefined;
|
|
1302
1302
|
categories?: {
|
|
@@ -1324,18 +1324,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1324
1324
|
options: z.ZodOptional<z.ZodObject<{
|
|
1325
1325
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1326
1326
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1327
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1328
1327
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1328
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1329
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1330
1330
|
examplesLanguage?: string | undefined;
|
|
1331
1331
|
disablePlayground?: boolean | undefined;
|
|
1332
|
-
|
|
1333
|
-
|
|
1332
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1333
|
+
expandAllTags?: boolean | undefined;
|
|
1334
1334
|
}, {
|
|
1335
1335
|
examplesLanguage?: string | undefined;
|
|
1336
1336
|
disablePlayground?: boolean | undefined;
|
|
1337
|
-
|
|
1338
|
-
|
|
1337
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1338
|
+
expandAllTags?: boolean | undefined;
|
|
1339
1339
|
}>>;
|
|
1340
1340
|
}>, "strip", z.ZodTypeAny, {
|
|
1341
1341
|
type: "raw";
|
|
@@ -1345,8 +1345,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1345
1345
|
options?: {
|
|
1346
1346
|
examplesLanguage?: string | undefined;
|
|
1347
1347
|
disablePlayground?: boolean | undefined;
|
|
1348
|
-
|
|
1349
|
-
|
|
1348
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1349
|
+
expandAllTags?: boolean | undefined;
|
|
1350
1350
|
} | undefined;
|
|
1351
1351
|
navigationId?: string | undefined;
|
|
1352
1352
|
categories?: {
|
|
@@ -1361,8 +1361,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1361
1361
|
options?: {
|
|
1362
1362
|
examplesLanguage?: string | undefined;
|
|
1363
1363
|
disablePlayground?: boolean | undefined;
|
|
1364
|
-
|
|
1365
|
-
|
|
1364
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1365
|
+
expandAllTags?: boolean | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
1367
|
navigationId?: string | undefined;
|
|
1368
1368
|
categories?: {
|
|
@@ -1513,18 +1513,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1513
1513
|
apis: z.ZodObject<{
|
|
1514
1514
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1515
1515
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1516
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1517
1516
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1517
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1518
1518
|
}, "strip", z.ZodTypeAny, {
|
|
1519
1519
|
examplesLanguage?: string | undefined;
|
|
1520
1520
|
disablePlayground?: boolean | undefined;
|
|
1521
|
-
|
|
1522
|
-
|
|
1521
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1522
|
+
expandAllTags?: boolean | undefined;
|
|
1523
1523
|
}, {
|
|
1524
1524
|
examplesLanguage?: string | undefined;
|
|
1525
1525
|
disablePlayground?: boolean | undefined;
|
|
1526
|
-
|
|
1527
|
-
|
|
1526
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1527
|
+
expandAllTags?: boolean | undefined;
|
|
1528
1528
|
}>;
|
|
1529
1529
|
/**
|
|
1530
1530
|
* @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
|
|
@@ -1534,16 +1534,16 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1534
1534
|
apis: {
|
|
1535
1535
|
examplesLanguage?: string | undefined;
|
|
1536
1536
|
disablePlayground?: boolean | undefined;
|
|
1537
|
-
|
|
1538
|
-
|
|
1537
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1538
|
+
expandAllTags?: boolean | undefined;
|
|
1539
1539
|
};
|
|
1540
1540
|
examplesLanguage?: string | undefined;
|
|
1541
1541
|
}, {
|
|
1542
1542
|
apis: {
|
|
1543
1543
|
examplesLanguage?: string | undefined;
|
|
1544
1544
|
disablePlayground?: boolean | undefined;
|
|
1545
|
-
|
|
1546
|
-
|
|
1545
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1546
|
+
expandAllTags?: boolean | undefined;
|
|
1547
1547
|
};
|
|
1548
1548
|
examplesLanguage?: string | undefined;
|
|
1549
1549
|
}>;
|
|
@@ -1552,8 +1552,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1552
1552
|
apis: {
|
|
1553
1553
|
examplesLanguage?: string | undefined;
|
|
1554
1554
|
disablePlayground?: boolean | undefined;
|
|
1555
|
-
|
|
1556
|
-
|
|
1555
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1556
|
+
expandAllTags?: boolean | undefined;
|
|
1557
1557
|
};
|
|
1558
1558
|
examplesLanguage?: string | undefined;
|
|
1559
1559
|
};
|
|
@@ -1607,12 +1607,14 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1607
1607
|
id: string;
|
|
1608
1608
|
label: string;
|
|
1609
1609
|
default?: string | undefined;
|
|
1610
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1610
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1611
1611
|
}[];
|
|
1612
1612
|
theme: {
|
|
1613
1613
|
dark?: {
|
|
1614
1614
|
input?: string | undefined;
|
|
1615
1615
|
radius?: string | undefined;
|
|
1616
|
+
destructive?: string | undefined;
|
|
1617
|
+
secondary?: string | undefined;
|
|
1616
1618
|
popover?: string | undefined;
|
|
1617
1619
|
border?: string | undefined;
|
|
1618
1620
|
background?: string | undefined;
|
|
@@ -1622,19 +1624,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1622
1624
|
popoverForeground?: string | undefined;
|
|
1623
1625
|
primary?: string | undefined;
|
|
1624
1626
|
primaryForeground?: string | undefined;
|
|
1625
|
-
secondary?: string | undefined;
|
|
1626
1627
|
secondaryForeground?: string | undefined;
|
|
1627
1628
|
muted?: string | undefined;
|
|
1628
1629
|
mutedForeground?: string | undefined;
|
|
1629
1630
|
accent?: string | undefined;
|
|
1630
1631
|
accentForeground?: string | undefined;
|
|
1631
|
-
destructive?: string | undefined;
|
|
1632
1632
|
destructiveForeground?: string | undefined;
|
|
1633
1633
|
ring?: string | undefined;
|
|
1634
1634
|
} | undefined;
|
|
1635
1635
|
light?: {
|
|
1636
1636
|
input?: string | undefined;
|
|
1637
1637
|
radius?: string | undefined;
|
|
1638
|
+
destructive?: string | undefined;
|
|
1639
|
+
secondary?: string | undefined;
|
|
1638
1640
|
popover?: string | undefined;
|
|
1639
1641
|
border?: string | undefined;
|
|
1640
1642
|
background?: string | undefined;
|
|
@@ -1644,13 +1646,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1644
1646
|
popoverForeground?: string | undefined;
|
|
1645
1647
|
primary?: string | undefined;
|
|
1646
1648
|
primaryForeground?: string | undefined;
|
|
1647
|
-
secondary?: string | undefined;
|
|
1648
1649
|
secondaryForeground?: string | undefined;
|
|
1649
1650
|
muted?: string | undefined;
|
|
1650
1651
|
mutedForeground?: string | undefined;
|
|
1651
1652
|
accent?: string | undefined;
|
|
1652
1653
|
accentForeground?: string | undefined;
|
|
1653
|
-
destructive?: string | undefined;
|
|
1654
1654
|
destructiveForeground?: string | undefined;
|
|
1655
1655
|
ring?: string | undefined;
|
|
1656
1656
|
} | undefined;
|
|
@@ -1703,8 +1703,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1703
1703
|
options?: {
|
|
1704
1704
|
examplesLanguage?: string | undefined;
|
|
1705
1705
|
disablePlayground?: boolean | undefined;
|
|
1706
|
-
|
|
1707
|
-
|
|
1706
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1707
|
+
expandAllTags?: boolean | undefined;
|
|
1708
1708
|
} | undefined;
|
|
1709
1709
|
navigationId?: string | undefined;
|
|
1710
1710
|
categories?: {
|
|
@@ -1719,8 +1719,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1719
1719
|
options?: {
|
|
1720
1720
|
examplesLanguage?: string | undefined;
|
|
1721
1721
|
disablePlayground?: boolean | undefined;
|
|
1722
|
-
|
|
1723
|
-
|
|
1722
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1723
|
+
expandAllTags?: boolean | undefined;
|
|
1724
1724
|
} | undefined;
|
|
1725
1725
|
navigationId?: string | undefined;
|
|
1726
1726
|
categories?: {
|
|
@@ -1736,8 +1736,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1736
1736
|
options?: {
|
|
1737
1737
|
examplesLanguage?: string | undefined;
|
|
1738
1738
|
disablePlayground?: boolean | undefined;
|
|
1739
|
-
|
|
1740
|
-
|
|
1739
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1740
|
+
expandAllTags?: boolean | undefined;
|
|
1741
1741
|
} | undefined;
|
|
1742
1742
|
navigationId?: string | undefined;
|
|
1743
1743
|
categories?: {
|
|
@@ -1752,8 +1752,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1752
1752
|
options?: {
|
|
1753
1753
|
examplesLanguage?: string | undefined;
|
|
1754
1754
|
disablePlayground?: boolean | undefined;
|
|
1755
|
-
|
|
1756
|
-
|
|
1755
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1756
|
+
expandAllTags?: boolean | undefined;
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
navigationId?: string | undefined;
|
|
1759
1759
|
categories?: {
|
|
@@ -1768,8 +1768,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1768
1768
|
options?: {
|
|
1769
1769
|
examplesLanguage?: string | undefined;
|
|
1770
1770
|
disablePlayground?: boolean | undefined;
|
|
1771
|
-
|
|
1772
|
-
|
|
1771
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1772
|
+
expandAllTags?: boolean | undefined;
|
|
1773
1773
|
} | undefined;
|
|
1774
1774
|
navigationId?: string | undefined;
|
|
1775
1775
|
categories?: {
|
|
@@ -1785,8 +1785,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1785
1785
|
options?: {
|
|
1786
1786
|
examplesLanguage?: string | undefined;
|
|
1787
1787
|
disablePlayground?: boolean | undefined;
|
|
1788
|
-
|
|
1789
|
-
|
|
1788
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1789
|
+
expandAllTags?: boolean | undefined;
|
|
1790
1790
|
} | undefined;
|
|
1791
1791
|
navigationId?: string | undefined;
|
|
1792
1792
|
categories?: {
|
|
@@ -1872,8 +1872,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1872
1872
|
apis: {
|
|
1873
1873
|
examplesLanguage?: string | undefined;
|
|
1874
1874
|
disablePlayground?: boolean | undefined;
|
|
1875
|
-
|
|
1876
|
-
|
|
1875
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1876
|
+
expandAllTags?: boolean | undefined;
|
|
1877
1877
|
};
|
|
1878
1878
|
examplesLanguage?: string | undefined;
|
|
1879
1879
|
};
|
|
@@ -1927,12 +1927,14 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1927
1927
|
id: string;
|
|
1928
1928
|
label: string;
|
|
1929
1929
|
default?: string | undefined;
|
|
1930
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1930
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1931
1931
|
}[];
|
|
1932
1932
|
theme: {
|
|
1933
1933
|
dark?: {
|
|
1934
1934
|
input?: string | undefined;
|
|
1935
1935
|
radius?: string | undefined;
|
|
1936
|
+
destructive?: string | undefined;
|
|
1937
|
+
secondary?: string | undefined;
|
|
1936
1938
|
popover?: string | undefined;
|
|
1937
1939
|
border?: string | undefined;
|
|
1938
1940
|
background?: string | undefined;
|
|
@@ -1942,19 +1944,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1942
1944
|
popoverForeground?: string | undefined;
|
|
1943
1945
|
primary?: string | undefined;
|
|
1944
1946
|
primaryForeground?: string | undefined;
|
|
1945
|
-
secondary?: string | undefined;
|
|
1946
1947
|
secondaryForeground?: string | undefined;
|
|
1947
1948
|
muted?: string | undefined;
|
|
1948
1949
|
mutedForeground?: string | undefined;
|
|
1949
1950
|
accent?: string | undefined;
|
|
1950
1951
|
accentForeground?: string | undefined;
|
|
1951
|
-
destructive?: string | undefined;
|
|
1952
1952
|
destructiveForeground?: string | undefined;
|
|
1953
1953
|
ring?: string | undefined;
|
|
1954
1954
|
} | undefined;
|
|
1955
1955
|
light?: {
|
|
1956
1956
|
input?: string | undefined;
|
|
1957
1957
|
radius?: string | undefined;
|
|
1958
|
+
destructive?: string | undefined;
|
|
1959
|
+
secondary?: string | undefined;
|
|
1958
1960
|
popover?: string | undefined;
|
|
1959
1961
|
border?: string | undefined;
|
|
1960
1962
|
background?: string | undefined;
|
|
@@ -1964,13 +1966,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1964
1966
|
popoverForeground?: string | undefined;
|
|
1965
1967
|
primary?: string | undefined;
|
|
1966
1968
|
primaryForeground?: string | undefined;
|
|
1967
|
-
secondary?: string | undefined;
|
|
1968
1969
|
secondaryForeground?: string | undefined;
|
|
1969
1970
|
muted?: string | undefined;
|
|
1970
1971
|
mutedForeground?: string | undefined;
|
|
1971
1972
|
accent?: string | undefined;
|
|
1972
1973
|
accentForeground?: string | undefined;
|
|
1973
|
-
destructive?: string | undefined;
|
|
1974
1974
|
destructiveForeground?: string | undefined;
|
|
1975
1975
|
ring?: string | undefined;
|
|
1976
1976
|
} | undefined;
|
|
@@ -2023,8 +2023,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2023
2023
|
options?: {
|
|
2024
2024
|
examplesLanguage?: string | undefined;
|
|
2025
2025
|
disablePlayground?: boolean | undefined;
|
|
2026
|
-
|
|
2027
|
-
|
|
2026
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2027
|
+
expandAllTags?: boolean | undefined;
|
|
2028
2028
|
} | undefined;
|
|
2029
2029
|
navigationId?: string | undefined;
|
|
2030
2030
|
categories?: {
|
|
@@ -2039,8 +2039,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2039
2039
|
options?: {
|
|
2040
2040
|
examplesLanguage?: string | undefined;
|
|
2041
2041
|
disablePlayground?: boolean | undefined;
|
|
2042
|
-
|
|
2043
|
-
|
|
2042
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2043
|
+
expandAllTags?: boolean | undefined;
|
|
2044
2044
|
} | undefined;
|
|
2045
2045
|
navigationId?: string | undefined;
|
|
2046
2046
|
categories?: {
|
|
@@ -2056,8 +2056,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2056
2056
|
options?: {
|
|
2057
2057
|
examplesLanguage?: string | undefined;
|
|
2058
2058
|
disablePlayground?: boolean | undefined;
|
|
2059
|
-
|
|
2060
|
-
|
|
2059
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2060
|
+
expandAllTags?: boolean | undefined;
|
|
2061
2061
|
} | undefined;
|
|
2062
2062
|
navigationId?: string | undefined;
|
|
2063
2063
|
categories?: {
|
|
@@ -2072,8 +2072,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2072
2072
|
options?: {
|
|
2073
2073
|
examplesLanguage?: string | undefined;
|
|
2074
2074
|
disablePlayground?: boolean | undefined;
|
|
2075
|
-
|
|
2076
|
-
|
|
2075
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2076
|
+
expandAllTags?: boolean | undefined;
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
navigationId?: string | undefined;
|
|
2079
2079
|
categories?: {
|
|
@@ -2088,8 +2088,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
options?: {
|
|
2089
2089
|
examplesLanguage?: string | undefined;
|
|
2090
2090
|
disablePlayground?: boolean | undefined;
|
|
2091
|
-
|
|
2092
|
-
|
|
2091
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2092
|
+
expandAllTags?: boolean | undefined;
|
|
2093
2093
|
} | undefined;
|
|
2094
2094
|
navigationId?: string | undefined;
|
|
2095
2095
|
categories?: {
|
|
@@ -2105,8 +2105,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
2105
2105
|
options?: {
|
|
2106
2106
|
examplesLanguage?: string | undefined;
|
|
2107
2107
|
disablePlayground?: boolean | undefined;
|
|
2108
|
-
|
|
2109
|
-
|
|
2108
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2109
|
+
expandAllTags?: boolean | undefined;
|
|
2110
2110
|
} | undefined;
|
|
2111
2111
|
navigationId?: string | undefined;
|
|
2112
2112
|
categories?: {
|
|
@@ -2303,17 +2303,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2303
2303
|
label: z.ZodString;
|
|
2304
2304
|
id: z.ZodString;
|
|
2305
2305
|
default: z.ZodOptional<z.ZodString>;
|
|
2306
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
2306
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
2307
2307
|
}, "strip", z.ZodTypeAny, {
|
|
2308
2308
|
id: string;
|
|
2309
2309
|
label: string;
|
|
2310
2310
|
default?: string | undefined;
|
|
2311
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
2311
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
2312
2312
|
}, {
|
|
2313
2313
|
id: string;
|
|
2314
2314
|
label: string;
|
|
2315
2315
|
default?: string | undefined;
|
|
2316
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
2316
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
2317
2317
|
}>, "many">>;
|
|
2318
2318
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
2319
2319
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -2341,6 +2341,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2341
2341
|
}, "strip", z.ZodTypeAny, {
|
|
2342
2342
|
input?: string | undefined;
|
|
2343
2343
|
radius?: string | undefined;
|
|
2344
|
+
destructive?: string | undefined;
|
|
2345
|
+
secondary?: string | undefined;
|
|
2344
2346
|
popover?: string | undefined;
|
|
2345
2347
|
border?: string | undefined;
|
|
2346
2348
|
background?: string | undefined;
|
|
@@ -2350,18 +2352,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2350
2352
|
popoverForeground?: string | undefined;
|
|
2351
2353
|
primary?: string | undefined;
|
|
2352
2354
|
primaryForeground?: string | undefined;
|
|
2353
|
-
secondary?: string | undefined;
|
|
2354
2355
|
secondaryForeground?: string | undefined;
|
|
2355
2356
|
muted?: string | undefined;
|
|
2356
2357
|
mutedForeground?: string | undefined;
|
|
2357
2358
|
accent?: string | undefined;
|
|
2358
2359
|
accentForeground?: string | undefined;
|
|
2359
|
-
destructive?: string | undefined;
|
|
2360
2360
|
destructiveForeground?: string | undefined;
|
|
2361
2361
|
ring?: string | undefined;
|
|
2362
2362
|
}, {
|
|
2363
2363
|
input?: string | undefined;
|
|
2364
2364
|
radius?: string | undefined;
|
|
2365
|
+
destructive?: string | undefined;
|
|
2366
|
+
secondary?: string | undefined;
|
|
2365
2367
|
popover?: string | undefined;
|
|
2366
2368
|
border?: string | undefined;
|
|
2367
2369
|
background?: string | undefined;
|
|
@@ -2371,13 +2373,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2371
2373
|
popoverForeground?: string | undefined;
|
|
2372
2374
|
primary?: string | undefined;
|
|
2373
2375
|
primaryForeground?: string | undefined;
|
|
2374
|
-
secondary?: string | undefined;
|
|
2375
2376
|
secondaryForeground?: string | undefined;
|
|
2376
2377
|
muted?: string | undefined;
|
|
2377
2378
|
mutedForeground?: string | undefined;
|
|
2378
2379
|
accent?: string | undefined;
|
|
2379
2380
|
accentForeground?: string | undefined;
|
|
2380
|
-
destructive?: string | undefined;
|
|
2381
2381
|
destructiveForeground?: string | undefined;
|
|
2382
2382
|
ring?: string | undefined;
|
|
2383
2383
|
}>>;
|
|
@@ -2405,6 +2405,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2405
2405
|
}, "strip", z.ZodTypeAny, {
|
|
2406
2406
|
input?: string | undefined;
|
|
2407
2407
|
radius?: string | undefined;
|
|
2408
|
+
destructive?: string | undefined;
|
|
2409
|
+
secondary?: string | undefined;
|
|
2408
2410
|
popover?: string | undefined;
|
|
2409
2411
|
border?: string | undefined;
|
|
2410
2412
|
background?: string | undefined;
|
|
@@ -2414,18 +2416,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2414
2416
|
popoverForeground?: string | undefined;
|
|
2415
2417
|
primary?: string | undefined;
|
|
2416
2418
|
primaryForeground?: string | undefined;
|
|
2417
|
-
secondary?: string | undefined;
|
|
2418
2419
|
secondaryForeground?: string | undefined;
|
|
2419
2420
|
muted?: string | undefined;
|
|
2420
2421
|
mutedForeground?: string | undefined;
|
|
2421
2422
|
accent?: string | undefined;
|
|
2422
2423
|
accentForeground?: string | undefined;
|
|
2423
|
-
destructive?: string | undefined;
|
|
2424
2424
|
destructiveForeground?: string | undefined;
|
|
2425
2425
|
ring?: string | undefined;
|
|
2426
2426
|
}, {
|
|
2427
2427
|
input?: string | undefined;
|
|
2428
2428
|
radius?: string | undefined;
|
|
2429
|
+
destructive?: string | undefined;
|
|
2430
|
+
secondary?: string | undefined;
|
|
2429
2431
|
popover?: string | undefined;
|
|
2430
2432
|
border?: string | undefined;
|
|
2431
2433
|
background?: string | undefined;
|
|
@@ -2435,13 +2437,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2435
2437
|
popoverForeground?: string | undefined;
|
|
2436
2438
|
primary?: string | undefined;
|
|
2437
2439
|
primaryForeground?: string | undefined;
|
|
2438
|
-
secondary?: string | undefined;
|
|
2439
2440
|
secondaryForeground?: string | undefined;
|
|
2440
2441
|
muted?: string | undefined;
|
|
2441
2442
|
mutedForeground?: string | undefined;
|
|
2442
2443
|
accent?: string | undefined;
|
|
2443
2444
|
accentForeground?: string | undefined;
|
|
2444
|
-
destructive?: string | undefined;
|
|
2445
2445
|
destructiveForeground?: string | undefined;
|
|
2446
2446
|
ring?: string | undefined;
|
|
2447
2447
|
}>>;
|
|
@@ -2489,6 +2489,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2489
2489
|
dark?: {
|
|
2490
2490
|
input?: string | undefined;
|
|
2491
2491
|
radius?: string | undefined;
|
|
2492
|
+
destructive?: string | undefined;
|
|
2493
|
+
secondary?: string | undefined;
|
|
2492
2494
|
popover?: string | undefined;
|
|
2493
2495
|
border?: string | undefined;
|
|
2494
2496
|
background?: string | undefined;
|
|
@@ -2498,19 +2500,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2498
2500
|
popoverForeground?: string | undefined;
|
|
2499
2501
|
primary?: string | undefined;
|
|
2500
2502
|
primaryForeground?: string | undefined;
|
|
2501
|
-
secondary?: string | undefined;
|
|
2502
2503
|
secondaryForeground?: string | undefined;
|
|
2503
2504
|
muted?: string | undefined;
|
|
2504
2505
|
mutedForeground?: string | undefined;
|
|
2505
2506
|
accent?: string | undefined;
|
|
2506
2507
|
accentForeground?: string | undefined;
|
|
2507
|
-
destructive?: string | undefined;
|
|
2508
2508
|
destructiveForeground?: string | undefined;
|
|
2509
2509
|
ring?: string | undefined;
|
|
2510
2510
|
} | undefined;
|
|
2511
2511
|
light?: {
|
|
2512
2512
|
input?: string | undefined;
|
|
2513
2513
|
radius?: string | undefined;
|
|
2514
|
+
destructive?: string | undefined;
|
|
2515
|
+
secondary?: string | undefined;
|
|
2514
2516
|
popover?: string | undefined;
|
|
2515
2517
|
border?: string | undefined;
|
|
2516
2518
|
background?: string | undefined;
|
|
@@ -2520,13 +2522,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2520
2522
|
popoverForeground?: string | undefined;
|
|
2521
2523
|
primary?: string | undefined;
|
|
2522
2524
|
primaryForeground?: string | undefined;
|
|
2523
|
-
secondary?: string | undefined;
|
|
2524
2525
|
secondaryForeground?: string | undefined;
|
|
2525
2526
|
muted?: string | undefined;
|
|
2526
2527
|
mutedForeground?: string | undefined;
|
|
2527
2528
|
accent?: string | undefined;
|
|
2528
2529
|
accentForeground?: string | undefined;
|
|
2529
|
-
destructive?: string | undefined;
|
|
2530
2530
|
destructiveForeground?: string | undefined;
|
|
2531
2531
|
ring?: string | undefined;
|
|
2532
2532
|
} | undefined;
|
|
@@ -2544,6 +2544,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2544
2544
|
dark?: {
|
|
2545
2545
|
input?: string | undefined;
|
|
2546
2546
|
radius?: string | undefined;
|
|
2547
|
+
destructive?: string | undefined;
|
|
2548
|
+
secondary?: string | undefined;
|
|
2547
2549
|
popover?: string | undefined;
|
|
2548
2550
|
border?: string | undefined;
|
|
2549
2551
|
background?: string | undefined;
|
|
@@ -2553,19 +2555,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2553
2555
|
popoverForeground?: string | undefined;
|
|
2554
2556
|
primary?: string | undefined;
|
|
2555
2557
|
primaryForeground?: string | undefined;
|
|
2556
|
-
secondary?: string | undefined;
|
|
2557
2558
|
secondaryForeground?: string | undefined;
|
|
2558
2559
|
muted?: string | undefined;
|
|
2559
2560
|
mutedForeground?: string | undefined;
|
|
2560
2561
|
accent?: string | undefined;
|
|
2561
2562
|
accentForeground?: string | undefined;
|
|
2562
|
-
destructive?: string | undefined;
|
|
2563
2563
|
destructiveForeground?: string | undefined;
|
|
2564
2564
|
ring?: string | undefined;
|
|
2565
2565
|
} | undefined;
|
|
2566
2566
|
light?: {
|
|
2567
2567
|
input?: string | undefined;
|
|
2568
2568
|
radius?: string | undefined;
|
|
2569
|
+
destructive?: string | undefined;
|
|
2570
|
+
secondary?: string | undefined;
|
|
2569
2571
|
popover?: string | undefined;
|
|
2570
2572
|
border?: string | undefined;
|
|
2571
2573
|
background?: string | undefined;
|
|
@@ -2575,13 +2577,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2575
2577
|
popoverForeground?: string | undefined;
|
|
2576
2578
|
primary?: string | undefined;
|
|
2577
2579
|
primaryForeground?: string | undefined;
|
|
2578
|
-
secondary?: string | undefined;
|
|
2579
2580
|
secondaryForeground?: string | undefined;
|
|
2580
2581
|
muted?: string | undefined;
|
|
2581
2582
|
mutedForeground?: string | undefined;
|
|
2582
2583
|
accent?: string | undefined;
|
|
2583
2584
|
accentForeground?: string | undefined;
|
|
2584
|
-
destructive?: string | undefined;
|
|
2585
2585
|
destructiveForeground?: string | undefined;
|
|
2586
2586
|
ring?: string | undefined;
|
|
2587
2587
|
} | undefined;
|
|
@@ -2861,18 +2861,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2861
2861
|
options: z.ZodOptional<z.ZodObject<{
|
|
2862
2862
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
2863
2863
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
2864
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2865
2864
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
2865
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
2866
2866
|
}, "strip", z.ZodTypeAny, {
|
|
2867
2867
|
examplesLanguage?: string | undefined;
|
|
2868
2868
|
disablePlayground?: boolean | undefined;
|
|
2869
|
-
|
|
2870
|
-
|
|
2869
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2870
|
+
expandAllTags?: boolean | undefined;
|
|
2871
2871
|
}, {
|
|
2872
2872
|
examplesLanguage?: string | undefined;
|
|
2873
2873
|
disablePlayground?: boolean | undefined;
|
|
2874
|
-
|
|
2875
|
-
|
|
2874
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2875
|
+
expandAllTags?: boolean | undefined;
|
|
2876
2876
|
}>>;
|
|
2877
2877
|
}>, "strip", z.ZodTypeAny, {
|
|
2878
2878
|
type: "url";
|
|
@@ -2882,8 +2882,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2882
2882
|
options?: {
|
|
2883
2883
|
examplesLanguage?: string | undefined;
|
|
2884
2884
|
disablePlayground?: boolean | undefined;
|
|
2885
|
-
|
|
2886
|
-
|
|
2885
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2886
|
+
expandAllTags?: boolean | undefined;
|
|
2887
2887
|
} | undefined;
|
|
2888
2888
|
navigationId?: string | undefined;
|
|
2889
2889
|
categories?: {
|
|
@@ -2898,8 +2898,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2898
2898
|
options?: {
|
|
2899
2899
|
examplesLanguage?: string | undefined;
|
|
2900
2900
|
disablePlayground?: boolean | undefined;
|
|
2901
|
-
|
|
2902
|
-
|
|
2901
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2902
|
+
expandAllTags?: boolean | undefined;
|
|
2903
2903
|
} | undefined;
|
|
2904
2904
|
navigationId?: string | undefined;
|
|
2905
2905
|
categories?: {
|
|
@@ -2926,18 +2926,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2926
2926
|
options: z.ZodOptional<z.ZodObject<{
|
|
2927
2927
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
2928
2928
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
2929
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2930
2929
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
2930
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
2931
2931
|
}, "strip", z.ZodTypeAny, {
|
|
2932
2932
|
examplesLanguage?: string | undefined;
|
|
2933
2933
|
disablePlayground?: boolean | undefined;
|
|
2934
|
-
|
|
2935
|
-
|
|
2934
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2935
|
+
expandAllTags?: boolean | undefined;
|
|
2936
2936
|
}, {
|
|
2937
2937
|
examplesLanguage?: string | undefined;
|
|
2938
2938
|
disablePlayground?: boolean | undefined;
|
|
2939
|
-
|
|
2940
|
-
|
|
2939
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2940
|
+
expandAllTags?: boolean | undefined;
|
|
2941
2941
|
}>>;
|
|
2942
2942
|
}>, {
|
|
2943
2943
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -2949,8 +2949,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2949
2949
|
options?: {
|
|
2950
2950
|
examplesLanguage?: string | undefined;
|
|
2951
2951
|
disablePlayground?: boolean | undefined;
|
|
2952
|
-
|
|
2953
|
-
|
|
2952
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2953
|
+
expandAllTags?: boolean | undefined;
|
|
2954
2954
|
} | undefined;
|
|
2955
2955
|
navigationId?: string | undefined;
|
|
2956
2956
|
categories?: {
|
|
@@ -2966,8 +2966,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2966
2966
|
options?: {
|
|
2967
2967
|
examplesLanguage?: string | undefined;
|
|
2968
2968
|
disablePlayground?: boolean | undefined;
|
|
2969
|
-
|
|
2970
|
-
|
|
2969
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2970
|
+
expandAllTags?: boolean | undefined;
|
|
2971
2971
|
} | undefined;
|
|
2972
2972
|
navigationId?: string | undefined;
|
|
2973
2973
|
categories?: {
|
|
@@ -2995,18 +2995,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2995
2995
|
options: z.ZodOptional<z.ZodObject<{
|
|
2996
2996
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
2997
2997
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
2998
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2999
2998
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
2999
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
3000
3000
|
}, "strip", z.ZodTypeAny, {
|
|
3001
3001
|
examplesLanguage?: string | undefined;
|
|
3002
3002
|
disablePlayground?: boolean | undefined;
|
|
3003
|
-
|
|
3004
|
-
|
|
3003
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3004
|
+
expandAllTags?: boolean | undefined;
|
|
3005
3005
|
}, {
|
|
3006
3006
|
examplesLanguage?: string | undefined;
|
|
3007
3007
|
disablePlayground?: boolean | undefined;
|
|
3008
|
-
|
|
3009
|
-
|
|
3008
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3009
|
+
expandAllTags?: boolean | undefined;
|
|
3010
3010
|
}>>;
|
|
3011
3011
|
}>, "strip", z.ZodTypeAny, {
|
|
3012
3012
|
type: "raw";
|
|
@@ -3016,8 +3016,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3016
3016
|
options?: {
|
|
3017
3017
|
examplesLanguage?: string | undefined;
|
|
3018
3018
|
disablePlayground?: boolean | undefined;
|
|
3019
|
-
|
|
3020
|
-
|
|
3019
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3020
|
+
expandAllTags?: boolean | undefined;
|
|
3021
3021
|
} | undefined;
|
|
3022
3022
|
navigationId?: string | undefined;
|
|
3023
3023
|
categories?: {
|
|
@@ -3032,8 +3032,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3032
3032
|
options?: {
|
|
3033
3033
|
examplesLanguage?: string | undefined;
|
|
3034
3034
|
disablePlayground?: boolean | undefined;
|
|
3035
|
-
|
|
3036
|
-
|
|
3035
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3036
|
+
expandAllTags?: boolean | undefined;
|
|
3037
3037
|
} | undefined;
|
|
3038
3038
|
navigationId?: string | undefined;
|
|
3039
3039
|
categories?: {
|
|
@@ -3060,18 +3060,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3060
3060
|
options: z.ZodOptional<z.ZodObject<{
|
|
3061
3061
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
3062
3062
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
3063
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3064
3063
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
3064
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
3065
3065
|
}, "strip", z.ZodTypeAny, {
|
|
3066
3066
|
examplesLanguage?: string | undefined;
|
|
3067
3067
|
disablePlayground?: boolean | undefined;
|
|
3068
|
-
|
|
3069
|
-
|
|
3068
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3069
|
+
expandAllTags?: boolean | undefined;
|
|
3070
3070
|
}, {
|
|
3071
3071
|
examplesLanguage?: string | undefined;
|
|
3072
3072
|
disablePlayground?: boolean | undefined;
|
|
3073
|
-
|
|
3074
|
-
|
|
3073
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3074
|
+
expandAllTags?: boolean | undefined;
|
|
3075
3075
|
}>>;
|
|
3076
3076
|
}>, "strip", z.ZodTypeAny, {
|
|
3077
3077
|
type: "url";
|
|
@@ -3081,8 +3081,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3081
3081
|
options?: {
|
|
3082
3082
|
examplesLanguage?: string | undefined;
|
|
3083
3083
|
disablePlayground?: boolean | undefined;
|
|
3084
|
-
|
|
3085
|
-
|
|
3084
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3085
|
+
expandAllTags?: boolean | undefined;
|
|
3086
3086
|
} | undefined;
|
|
3087
3087
|
navigationId?: string | undefined;
|
|
3088
3088
|
categories?: {
|
|
@@ -3097,8 +3097,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3097
3097
|
options?: {
|
|
3098
3098
|
examplesLanguage?: string | undefined;
|
|
3099
3099
|
disablePlayground?: boolean | undefined;
|
|
3100
|
-
|
|
3101
|
-
|
|
3100
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3101
|
+
expandAllTags?: boolean | undefined;
|
|
3102
3102
|
} | undefined;
|
|
3103
3103
|
navigationId?: string | undefined;
|
|
3104
3104
|
categories?: {
|
|
@@ -3125,18 +3125,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3125
3125
|
options: z.ZodOptional<z.ZodObject<{
|
|
3126
3126
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
3127
3127
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
3128
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3129
3128
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
3129
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
3130
3130
|
}, "strip", z.ZodTypeAny, {
|
|
3131
3131
|
examplesLanguage?: string | undefined;
|
|
3132
3132
|
disablePlayground?: boolean | undefined;
|
|
3133
|
-
|
|
3134
|
-
|
|
3133
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3134
|
+
expandAllTags?: boolean | undefined;
|
|
3135
3135
|
}, {
|
|
3136
3136
|
examplesLanguage?: string | undefined;
|
|
3137
3137
|
disablePlayground?: boolean | undefined;
|
|
3138
|
-
|
|
3139
|
-
|
|
3138
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3139
|
+
expandAllTags?: boolean | undefined;
|
|
3140
3140
|
}>>;
|
|
3141
3141
|
}>, {
|
|
3142
3142
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -3148,8 +3148,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3148
3148
|
options?: {
|
|
3149
3149
|
examplesLanguage?: string | undefined;
|
|
3150
3150
|
disablePlayground?: boolean | undefined;
|
|
3151
|
-
|
|
3152
|
-
|
|
3151
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3152
|
+
expandAllTags?: boolean | undefined;
|
|
3153
3153
|
} | undefined;
|
|
3154
3154
|
navigationId?: string | undefined;
|
|
3155
3155
|
categories?: {
|
|
@@ -3165,8 +3165,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3165
3165
|
options?: {
|
|
3166
3166
|
examplesLanguage?: string | undefined;
|
|
3167
3167
|
disablePlayground?: boolean | undefined;
|
|
3168
|
-
|
|
3169
|
-
|
|
3168
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3169
|
+
expandAllTags?: boolean | undefined;
|
|
3170
3170
|
} | undefined;
|
|
3171
3171
|
navigationId?: string | undefined;
|
|
3172
3172
|
categories?: {
|
|
@@ -3194,18 +3194,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3194
3194
|
options: z.ZodOptional<z.ZodObject<{
|
|
3195
3195
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
3196
3196
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
3197
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3198
3197
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
3198
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
3199
3199
|
}, "strip", z.ZodTypeAny, {
|
|
3200
3200
|
examplesLanguage?: string | undefined;
|
|
3201
3201
|
disablePlayground?: boolean | undefined;
|
|
3202
|
-
|
|
3203
|
-
|
|
3202
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3203
|
+
expandAllTags?: boolean | undefined;
|
|
3204
3204
|
}, {
|
|
3205
3205
|
examplesLanguage?: string | undefined;
|
|
3206
3206
|
disablePlayground?: boolean | undefined;
|
|
3207
|
-
|
|
3208
|
-
|
|
3207
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3208
|
+
expandAllTags?: boolean | undefined;
|
|
3209
3209
|
}>>;
|
|
3210
3210
|
}>, "strip", z.ZodTypeAny, {
|
|
3211
3211
|
type: "raw";
|
|
@@ -3215,8 +3215,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3215
3215
|
options?: {
|
|
3216
3216
|
examplesLanguage?: string | undefined;
|
|
3217
3217
|
disablePlayground?: boolean | undefined;
|
|
3218
|
-
|
|
3219
|
-
|
|
3218
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3219
|
+
expandAllTags?: boolean | undefined;
|
|
3220
3220
|
} | undefined;
|
|
3221
3221
|
navigationId?: string | undefined;
|
|
3222
3222
|
categories?: {
|
|
@@ -3231,8 +3231,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3231
3231
|
options?: {
|
|
3232
3232
|
examplesLanguage?: string | undefined;
|
|
3233
3233
|
disablePlayground?: boolean | undefined;
|
|
3234
|
-
|
|
3235
|
-
|
|
3234
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3235
|
+
expandAllTags?: boolean | undefined;
|
|
3236
3236
|
} | undefined;
|
|
3237
3237
|
navigationId?: string | undefined;
|
|
3238
3238
|
categories?: {
|
|
@@ -3383,18 +3383,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3383
3383
|
apis: z.ZodObject<{
|
|
3384
3384
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
3385
3385
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
3386
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3387
3386
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
3387
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
3388
3388
|
}, "strip", z.ZodTypeAny, {
|
|
3389
3389
|
examplesLanguage?: string | undefined;
|
|
3390
3390
|
disablePlayground?: boolean | undefined;
|
|
3391
|
-
|
|
3392
|
-
|
|
3391
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3392
|
+
expandAllTags?: boolean | undefined;
|
|
3393
3393
|
}, {
|
|
3394
3394
|
examplesLanguage?: string | undefined;
|
|
3395
3395
|
disablePlayground?: boolean | undefined;
|
|
3396
|
-
|
|
3397
|
-
|
|
3396
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3397
|
+
expandAllTags?: boolean | undefined;
|
|
3398
3398
|
}>;
|
|
3399
3399
|
/**
|
|
3400
3400
|
* @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
|
|
@@ -3404,16 +3404,16 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3404
3404
|
apis: {
|
|
3405
3405
|
examplesLanguage?: string | undefined;
|
|
3406
3406
|
disablePlayground?: boolean | undefined;
|
|
3407
|
-
|
|
3408
|
-
|
|
3407
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3408
|
+
expandAllTags?: boolean | undefined;
|
|
3409
3409
|
};
|
|
3410
3410
|
examplesLanguage?: string | undefined;
|
|
3411
3411
|
}, {
|
|
3412
3412
|
apis: {
|
|
3413
3413
|
examplesLanguage?: string | undefined;
|
|
3414
3414
|
disablePlayground?: boolean | undefined;
|
|
3415
|
-
|
|
3416
|
-
|
|
3415
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3416
|
+
expandAllTags?: boolean | undefined;
|
|
3417
3417
|
};
|
|
3418
3418
|
examplesLanguage?: string | undefined;
|
|
3419
3419
|
}>>;
|
|
@@ -3441,8 +3441,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3441
3441
|
apis: {
|
|
3442
3442
|
examplesLanguage?: string | undefined;
|
|
3443
3443
|
disablePlayground?: boolean | undefined;
|
|
3444
|
-
|
|
3445
|
-
|
|
3444
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3445
|
+
expandAllTags?: boolean | undefined;
|
|
3446
3446
|
};
|
|
3447
3447
|
examplesLanguage?: string | undefined;
|
|
3448
3448
|
} | undefined;
|
|
@@ -3496,12 +3496,14 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3496
3496
|
id: string;
|
|
3497
3497
|
label: string;
|
|
3498
3498
|
default?: string | undefined;
|
|
3499
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
3499
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
3500
3500
|
}[] | undefined;
|
|
3501
3501
|
theme?: {
|
|
3502
3502
|
dark?: {
|
|
3503
3503
|
input?: string | undefined;
|
|
3504
3504
|
radius?: string | undefined;
|
|
3505
|
+
destructive?: string | undefined;
|
|
3506
|
+
secondary?: string | undefined;
|
|
3505
3507
|
popover?: string | undefined;
|
|
3506
3508
|
border?: string | undefined;
|
|
3507
3509
|
background?: string | undefined;
|
|
@@ -3511,19 +3513,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3511
3513
|
popoverForeground?: string | undefined;
|
|
3512
3514
|
primary?: string | undefined;
|
|
3513
3515
|
primaryForeground?: string | undefined;
|
|
3514
|
-
secondary?: string | undefined;
|
|
3515
3516
|
secondaryForeground?: string | undefined;
|
|
3516
3517
|
muted?: string | undefined;
|
|
3517
3518
|
mutedForeground?: string | undefined;
|
|
3518
3519
|
accent?: string | undefined;
|
|
3519
3520
|
accentForeground?: string | undefined;
|
|
3520
|
-
destructive?: string | undefined;
|
|
3521
3521
|
destructiveForeground?: string | undefined;
|
|
3522
3522
|
ring?: string | undefined;
|
|
3523
3523
|
} | undefined;
|
|
3524
3524
|
light?: {
|
|
3525
3525
|
input?: string | undefined;
|
|
3526
3526
|
radius?: string | undefined;
|
|
3527
|
+
destructive?: string | undefined;
|
|
3528
|
+
secondary?: string | undefined;
|
|
3527
3529
|
popover?: string | undefined;
|
|
3528
3530
|
border?: string | undefined;
|
|
3529
3531
|
background?: string | undefined;
|
|
@@ -3533,13 +3535,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3533
3535
|
popoverForeground?: string | undefined;
|
|
3534
3536
|
primary?: string | undefined;
|
|
3535
3537
|
primaryForeground?: string | undefined;
|
|
3536
|
-
secondary?: string | undefined;
|
|
3537
3538
|
secondaryForeground?: string | undefined;
|
|
3538
3539
|
muted?: string | undefined;
|
|
3539
3540
|
mutedForeground?: string | undefined;
|
|
3540
3541
|
accent?: string | undefined;
|
|
3541
3542
|
accentForeground?: string | undefined;
|
|
3542
|
-
destructive?: string | undefined;
|
|
3543
3543
|
destructiveForeground?: string | undefined;
|
|
3544
3544
|
ring?: string | undefined;
|
|
3545
3545
|
} | undefined;
|
|
@@ -3604,8 +3604,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3604
3604
|
options?: {
|
|
3605
3605
|
examplesLanguage?: string | undefined;
|
|
3606
3606
|
disablePlayground?: boolean | undefined;
|
|
3607
|
-
|
|
3608
|
-
|
|
3607
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3608
|
+
expandAllTags?: boolean | undefined;
|
|
3609
3609
|
} | undefined;
|
|
3610
3610
|
navigationId?: string | undefined;
|
|
3611
3611
|
categories?: {
|
|
@@ -3620,8 +3620,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3620
3620
|
options?: {
|
|
3621
3621
|
examplesLanguage?: string | undefined;
|
|
3622
3622
|
disablePlayground?: boolean | undefined;
|
|
3623
|
-
|
|
3624
|
-
|
|
3623
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3624
|
+
expandAllTags?: boolean | undefined;
|
|
3625
3625
|
} | undefined;
|
|
3626
3626
|
navigationId?: string | undefined;
|
|
3627
3627
|
categories?: {
|
|
@@ -3637,8 +3637,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3637
3637
|
options?: {
|
|
3638
3638
|
examplesLanguage?: string | undefined;
|
|
3639
3639
|
disablePlayground?: boolean | undefined;
|
|
3640
|
-
|
|
3641
|
-
|
|
3640
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3641
|
+
expandAllTags?: boolean | undefined;
|
|
3642
3642
|
} | undefined;
|
|
3643
3643
|
navigationId?: string | undefined;
|
|
3644
3644
|
categories?: {
|
|
@@ -3653,8 +3653,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3653
3653
|
options?: {
|
|
3654
3654
|
examplesLanguage?: string | undefined;
|
|
3655
3655
|
disablePlayground?: boolean | undefined;
|
|
3656
|
-
|
|
3657
|
-
|
|
3656
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3657
|
+
expandAllTags?: boolean | undefined;
|
|
3658
3658
|
} | undefined;
|
|
3659
3659
|
navigationId?: string | undefined;
|
|
3660
3660
|
categories?: {
|
|
@@ -3669,8 +3669,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3669
3669
|
options?: {
|
|
3670
3670
|
examplesLanguage?: string | undefined;
|
|
3671
3671
|
disablePlayground?: boolean | undefined;
|
|
3672
|
-
|
|
3673
|
-
|
|
3672
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3673
|
+
expandAllTags?: boolean | undefined;
|
|
3674
3674
|
} | undefined;
|
|
3675
3675
|
navigationId?: string | undefined;
|
|
3676
3676
|
categories?: {
|
|
@@ -3686,8 +3686,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3686
3686
|
options?: {
|
|
3687
3687
|
examplesLanguage?: string | undefined;
|
|
3688
3688
|
disablePlayground?: boolean | undefined;
|
|
3689
|
-
|
|
3690
|
-
|
|
3689
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3690
|
+
expandAllTags?: boolean | undefined;
|
|
3691
3691
|
} | undefined;
|
|
3692
3692
|
navigationId?: string | undefined;
|
|
3693
3693
|
categories?: {
|
|
@@ -3761,8 +3761,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3761
3761
|
apis: {
|
|
3762
3762
|
examplesLanguage?: string | undefined;
|
|
3763
3763
|
disablePlayground?: boolean | undefined;
|
|
3764
|
-
|
|
3765
|
-
|
|
3764
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3765
|
+
expandAllTags?: boolean | undefined;
|
|
3766
3766
|
};
|
|
3767
3767
|
examplesLanguage?: string | undefined;
|
|
3768
3768
|
} | undefined;
|
|
@@ -3816,12 +3816,14 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3816
3816
|
id: string;
|
|
3817
3817
|
label: string;
|
|
3818
3818
|
default?: string | undefined;
|
|
3819
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
3819
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
3820
3820
|
}[] | undefined;
|
|
3821
3821
|
theme?: {
|
|
3822
3822
|
dark?: {
|
|
3823
3823
|
input?: string | undefined;
|
|
3824
3824
|
radius?: string | undefined;
|
|
3825
|
+
destructive?: string | undefined;
|
|
3826
|
+
secondary?: string | undefined;
|
|
3825
3827
|
popover?: string | undefined;
|
|
3826
3828
|
border?: string | undefined;
|
|
3827
3829
|
background?: string | undefined;
|
|
@@ -3831,19 +3833,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3831
3833
|
popoverForeground?: string | undefined;
|
|
3832
3834
|
primary?: string | undefined;
|
|
3833
3835
|
primaryForeground?: string | undefined;
|
|
3834
|
-
secondary?: string | undefined;
|
|
3835
3836
|
secondaryForeground?: string | undefined;
|
|
3836
3837
|
muted?: string | undefined;
|
|
3837
3838
|
mutedForeground?: string | undefined;
|
|
3838
3839
|
accent?: string | undefined;
|
|
3839
3840
|
accentForeground?: string | undefined;
|
|
3840
|
-
destructive?: string | undefined;
|
|
3841
3841
|
destructiveForeground?: string | undefined;
|
|
3842
3842
|
ring?: string | undefined;
|
|
3843
3843
|
} | undefined;
|
|
3844
3844
|
light?: {
|
|
3845
3845
|
input?: string | undefined;
|
|
3846
3846
|
radius?: string | undefined;
|
|
3847
|
+
destructive?: string | undefined;
|
|
3848
|
+
secondary?: string | undefined;
|
|
3847
3849
|
popover?: string | undefined;
|
|
3848
3850
|
border?: string | undefined;
|
|
3849
3851
|
background?: string | undefined;
|
|
@@ -3853,13 +3855,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3853
3855
|
popoverForeground?: string | undefined;
|
|
3854
3856
|
primary?: string | undefined;
|
|
3855
3857
|
primaryForeground?: string | undefined;
|
|
3856
|
-
secondary?: string | undefined;
|
|
3857
3858
|
secondaryForeground?: string | undefined;
|
|
3858
3859
|
muted?: string | undefined;
|
|
3859
3860
|
mutedForeground?: string | undefined;
|
|
3860
3861
|
accent?: string | undefined;
|
|
3861
3862
|
accentForeground?: string | undefined;
|
|
3862
|
-
destructive?: string | undefined;
|
|
3863
3863
|
destructiveForeground?: string | undefined;
|
|
3864
3864
|
ring?: string | undefined;
|
|
3865
3865
|
} | undefined;
|
|
@@ -3924,8 +3924,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3924
3924
|
options?: {
|
|
3925
3925
|
examplesLanguage?: string | undefined;
|
|
3926
3926
|
disablePlayground?: boolean | undefined;
|
|
3927
|
-
|
|
3928
|
-
|
|
3927
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3928
|
+
expandAllTags?: boolean | undefined;
|
|
3929
3929
|
} | undefined;
|
|
3930
3930
|
navigationId?: string | undefined;
|
|
3931
3931
|
categories?: {
|
|
@@ -3940,8 +3940,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3940
3940
|
options?: {
|
|
3941
3941
|
examplesLanguage?: string | undefined;
|
|
3942
3942
|
disablePlayground?: boolean | undefined;
|
|
3943
|
-
|
|
3944
|
-
|
|
3943
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3944
|
+
expandAllTags?: boolean | undefined;
|
|
3945
3945
|
} | undefined;
|
|
3946
3946
|
navigationId?: string | undefined;
|
|
3947
3947
|
categories?: {
|
|
@@ -3957,8 +3957,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3957
3957
|
options?: {
|
|
3958
3958
|
examplesLanguage?: string | undefined;
|
|
3959
3959
|
disablePlayground?: boolean | undefined;
|
|
3960
|
-
|
|
3961
|
-
|
|
3960
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3961
|
+
expandAllTags?: boolean | undefined;
|
|
3962
3962
|
} | undefined;
|
|
3963
3963
|
navigationId?: string | undefined;
|
|
3964
3964
|
categories?: {
|
|
@@ -3973,8 +3973,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3973
3973
|
options?: {
|
|
3974
3974
|
examplesLanguage?: string | undefined;
|
|
3975
3975
|
disablePlayground?: boolean | undefined;
|
|
3976
|
-
|
|
3977
|
-
|
|
3976
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3977
|
+
expandAllTags?: boolean | undefined;
|
|
3978
3978
|
} | undefined;
|
|
3979
3979
|
navigationId?: string | undefined;
|
|
3980
3980
|
categories?: {
|
|
@@ -3989,8 +3989,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3989
3989
|
options?: {
|
|
3990
3990
|
examplesLanguage?: string | undefined;
|
|
3991
3991
|
disablePlayground?: boolean | undefined;
|
|
3992
|
-
|
|
3993
|
-
|
|
3992
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
3993
|
+
expandAllTags?: boolean | undefined;
|
|
3994
3994
|
} | undefined;
|
|
3995
3995
|
navigationId?: string | undefined;
|
|
3996
3996
|
categories?: {
|
|
@@ -4006,8 +4006,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
4006
4006
|
options?: {
|
|
4007
4007
|
examplesLanguage?: string | undefined;
|
|
4008
4008
|
disablePlayground?: boolean | undefined;
|
|
4009
|
-
|
|
4010
|
-
|
|
4009
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4010
|
+
expandAllTags?: boolean | undefined;
|
|
4011
4011
|
} | undefined;
|
|
4012
4012
|
navigationId?: string | undefined;
|
|
4013
4013
|
categories?: {
|
|
@@ -4172,17 +4172,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4172
4172
|
label: z.ZodString;
|
|
4173
4173
|
id: z.ZodString;
|
|
4174
4174
|
default: z.ZodOptional<z.ZodString>;
|
|
4175
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
4175
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
4176
4176
|
}, "strip", z.ZodTypeAny, {
|
|
4177
4177
|
id: string;
|
|
4178
4178
|
label: string;
|
|
4179
4179
|
default?: string | undefined;
|
|
4180
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
4180
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
4181
4181
|
}, {
|
|
4182
4182
|
id: string;
|
|
4183
4183
|
label: string;
|
|
4184
4184
|
default?: string | undefined;
|
|
4185
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
4185
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
4186
4186
|
}>, "many">>;
|
|
4187
4187
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
4188
4188
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -4210,6 +4210,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4210
4210
|
}, "strip", z.ZodTypeAny, {
|
|
4211
4211
|
input?: string | undefined;
|
|
4212
4212
|
radius?: string | undefined;
|
|
4213
|
+
destructive?: string | undefined;
|
|
4214
|
+
secondary?: string | undefined;
|
|
4213
4215
|
popover?: string | undefined;
|
|
4214
4216
|
border?: string | undefined;
|
|
4215
4217
|
background?: string | undefined;
|
|
@@ -4219,18 +4221,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4219
4221
|
popoverForeground?: string | undefined;
|
|
4220
4222
|
primary?: string | undefined;
|
|
4221
4223
|
primaryForeground?: string | undefined;
|
|
4222
|
-
secondary?: string | undefined;
|
|
4223
4224
|
secondaryForeground?: string | undefined;
|
|
4224
4225
|
muted?: string | undefined;
|
|
4225
4226
|
mutedForeground?: string | undefined;
|
|
4226
4227
|
accent?: string | undefined;
|
|
4227
4228
|
accentForeground?: string | undefined;
|
|
4228
|
-
destructive?: string | undefined;
|
|
4229
4229
|
destructiveForeground?: string | undefined;
|
|
4230
4230
|
ring?: string | undefined;
|
|
4231
4231
|
}, {
|
|
4232
4232
|
input?: string | undefined;
|
|
4233
4233
|
radius?: string | undefined;
|
|
4234
|
+
destructive?: string | undefined;
|
|
4235
|
+
secondary?: string | undefined;
|
|
4234
4236
|
popover?: string | undefined;
|
|
4235
4237
|
border?: string | undefined;
|
|
4236
4238
|
background?: string | undefined;
|
|
@@ -4240,13 +4242,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4240
4242
|
popoverForeground?: string | undefined;
|
|
4241
4243
|
primary?: string | undefined;
|
|
4242
4244
|
primaryForeground?: string | undefined;
|
|
4243
|
-
secondary?: string | undefined;
|
|
4244
4245
|
secondaryForeground?: string | undefined;
|
|
4245
4246
|
muted?: string | undefined;
|
|
4246
4247
|
mutedForeground?: string | undefined;
|
|
4247
4248
|
accent?: string | undefined;
|
|
4248
4249
|
accentForeground?: string | undefined;
|
|
4249
|
-
destructive?: string | undefined;
|
|
4250
4250
|
destructiveForeground?: string | undefined;
|
|
4251
4251
|
ring?: string | undefined;
|
|
4252
4252
|
}>>;
|
|
@@ -4274,6 +4274,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4274
4274
|
}, "strip", z.ZodTypeAny, {
|
|
4275
4275
|
input?: string | undefined;
|
|
4276
4276
|
radius?: string | undefined;
|
|
4277
|
+
destructive?: string | undefined;
|
|
4278
|
+
secondary?: string | undefined;
|
|
4277
4279
|
popover?: string | undefined;
|
|
4278
4280
|
border?: string | undefined;
|
|
4279
4281
|
background?: string | undefined;
|
|
@@ -4283,18 +4285,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4283
4285
|
popoverForeground?: string | undefined;
|
|
4284
4286
|
primary?: string | undefined;
|
|
4285
4287
|
primaryForeground?: string | undefined;
|
|
4286
|
-
secondary?: string | undefined;
|
|
4287
4288
|
secondaryForeground?: string | undefined;
|
|
4288
4289
|
muted?: string | undefined;
|
|
4289
4290
|
mutedForeground?: string | undefined;
|
|
4290
4291
|
accent?: string | undefined;
|
|
4291
4292
|
accentForeground?: string | undefined;
|
|
4292
|
-
destructive?: string | undefined;
|
|
4293
4293
|
destructiveForeground?: string | undefined;
|
|
4294
4294
|
ring?: string | undefined;
|
|
4295
4295
|
}, {
|
|
4296
4296
|
input?: string | undefined;
|
|
4297
4297
|
radius?: string | undefined;
|
|
4298
|
+
destructive?: string | undefined;
|
|
4299
|
+
secondary?: string | undefined;
|
|
4298
4300
|
popover?: string | undefined;
|
|
4299
4301
|
border?: string | undefined;
|
|
4300
4302
|
background?: string | undefined;
|
|
@@ -4304,13 +4306,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4304
4306
|
popoverForeground?: string | undefined;
|
|
4305
4307
|
primary?: string | undefined;
|
|
4306
4308
|
primaryForeground?: string | undefined;
|
|
4307
|
-
secondary?: string | undefined;
|
|
4308
4309
|
secondaryForeground?: string | undefined;
|
|
4309
4310
|
muted?: string | undefined;
|
|
4310
4311
|
mutedForeground?: string | undefined;
|
|
4311
4312
|
accent?: string | undefined;
|
|
4312
4313
|
accentForeground?: string | undefined;
|
|
4313
|
-
destructive?: string | undefined;
|
|
4314
4314
|
destructiveForeground?: string | undefined;
|
|
4315
4315
|
ring?: string | undefined;
|
|
4316
4316
|
}>>;
|
|
@@ -4358,6 +4358,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4358
4358
|
dark?: {
|
|
4359
4359
|
input?: string | undefined;
|
|
4360
4360
|
radius?: string | undefined;
|
|
4361
|
+
destructive?: string | undefined;
|
|
4362
|
+
secondary?: string | undefined;
|
|
4361
4363
|
popover?: string | undefined;
|
|
4362
4364
|
border?: string | undefined;
|
|
4363
4365
|
background?: string | undefined;
|
|
@@ -4367,19 +4369,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4367
4369
|
popoverForeground?: string | undefined;
|
|
4368
4370
|
primary?: string | undefined;
|
|
4369
4371
|
primaryForeground?: string | undefined;
|
|
4370
|
-
secondary?: string | undefined;
|
|
4371
4372
|
secondaryForeground?: string | undefined;
|
|
4372
4373
|
muted?: string | undefined;
|
|
4373
4374
|
mutedForeground?: string | undefined;
|
|
4374
4375
|
accent?: string | undefined;
|
|
4375
4376
|
accentForeground?: string | undefined;
|
|
4376
|
-
destructive?: string | undefined;
|
|
4377
4377
|
destructiveForeground?: string | undefined;
|
|
4378
4378
|
ring?: string | undefined;
|
|
4379
4379
|
} | undefined;
|
|
4380
4380
|
light?: {
|
|
4381
4381
|
input?: string | undefined;
|
|
4382
4382
|
radius?: string | undefined;
|
|
4383
|
+
destructive?: string | undefined;
|
|
4384
|
+
secondary?: string | undefined;
|
|
4383
4385
|
popover?: string | undefined;
|
|
4384
4386
|
border?: string | undefined;
|
|
4385
4387
|
background?: string | undefined;
|
|
@@ -4389,13 +4391,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4389
4391
|
popoverForeground?: string | undefined;
|
|
4390
4392
|
primary?: string | undefined;
|
|
4391
4393
|
primaryForeground?: string | undefined;
|
|
4392
|
-
secondary?: string | undefined;
|
|
4393
4394
|
secondaryForeground?: string | undefined;
|
|
4394
4395
|
muted?: string | undefined;
|
|
4395
4396
|
mutedForeground?: string | undefined;
|
|
4396
4397
|
accent?: string | undefined;
|
|
4397
4398
|
accentForeground?: string | undefined;
|
|
4398
|
-
destructive?: string | undefined;
|
|
4399
4399
|
destructiveForeground?: string | undefined;
|
|
4400
4400
|
ring?: string | undefined;
|
|
4401
4401
|
} | undefined;
|
|
@@ -4413,6 +4413,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4413
4413
|
dark?: {
|
|
4414
4414
|
input?: string | undefined;
|
|
4415
4415
|
radius?: string | undefined;
|
|
4416
|
+
destructive?: string | undefined;
|
|
4417
|
+
secondary?: string | undefined;
|
|
4416
4418
|
popover?: string | undefined;
|
|
4417
4419
|
border?: string | undefined;
|
|
4418
4420
|
background?: string | undefined;
|
|
@@ -4422,19 +4424,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4422
4424
|
popoverForeground?: string | undefined;
|
|
4423
4425
|
primary?: string | undefined;
|
|
4424
4426
|
primaryForeground?: string | undefined;
|
|
4425
|
-
secondary?: string | undefined;
|
|
4426
4427
|
secondaryForeground?: string | undefined;
|
|
4427
4428
|
muted?: string | undefined;
|
|
4428
4429
|
mutedForeground?: string | undefined;
|
|
4429
4430
|
accent?: string | undefined;
|
|
4430
4431
|
accentForeground?: string | undefined;
|
|
4431
|
-
destructive?: string | undefined;
|
|
4432
4432
|
destructiveForeground?: string | undefined;
|
|
4433
4433
|
ring?: string | undefined;
|
|
4434
4434
|
} | undefined;
|
|
4435
4435
|
light?: {
|
|
4436
4436
|
input?: string | undefined;
|
|
4437
4437
|
radius?: string | undefined;
|
|
4438
|
+
destructive?: string | undefined;
|
|
4439
|
+
secondary?: string | undefined;
|
|
4438
4440
|
popover?: string | undefined;
|
|
4439
4441
|
border?: string | undefined;
|
|
4440
4442
|
background?: string | undefined;
|
|
@@ -4444,13 +4446,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4444
4446
|
popoverForeground?: string | undefined;
|
|
4445
4447
|
primary?: string | undefined;
|
|
4446
4448
|
primaryForeground?: string | undefined;
|
|
4447
|
-
secondary?: string | undefined;
|
|
4448
4449
|
secondaryForeground?: string | undefined;
|
|
4449
4450
|
muted?: string | undefined;
|
|
4450
4451
|
mutedForeground?: string | undefined;
|
|
4451
4452
|
accent?: string | undefined;
|
|
4452
4453
|
accentForeground?: string | undefined;
|
|
4453
|
-
destructive?: string | undefined;
|
|
4454
4454
|
destructiveForeground?: string | undefined;
|
|
4455
4455
|
ring?: string | undefined;
|
|
4456
4456
|
} | undefined;
|
|
@@ -4730,18 +4730,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4730
4730
|
options: z.ZodOptional<z.ZodObject<{
|
|
4731
4731
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
4732
4732
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
4733
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
4734
4733
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
4734
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
4735
4735
|
}, "strip", z.ZodTypeAny, {
|
|
4736
4736
|
examplesLanguage?: string | undefined;
|
|
4737
4737
|
disablePlayground?: boolean | undefined;
|
|
4738
|
-
|
|
4739
|
-
|
|
4738
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4739
|
+
expandAllTags?: boolean | undefined;
|
|
4740
4740
|
}, {
|
|
4741
4741
|
examplesLanguage?: string | undefined;
|
|
4742
4742
|
disablePlayground?: boolean | undefined;
|
|
4743
|
-
|
|
4744
|
-
|
|
4743
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4744
|
+
expandAllTags?: boolean | undefined;
|
|
4745
4745
|
}>>;
|
|
4746
4746
|
}>, "strip", z.ZodTypeAny, {
|
|
4747
4747
|
type: "url";
|
|
@@ -4751,8 +4751,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4751
4751
|
options?: {
|
|
4752
4752
|
examplesLanguage?: string | undefined;
|
|
4753
4753
|
disablePlayground?: boolean | undefined;
|
|
4754
|
-
|
|
4755
|
-
|
|
4754
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4755
|
+
expandAllTags?: boolean | undefined;
|
|
4756
4756
|
} | undefined;
|
|
4757
4757
|
navigationId?: string | undefined;
|
|
4758
4758
|
categories?: {
|
|
@@ -4767,8 +4767,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4767
4767
|
options?: {
|
|
4768
4768
|
examplesLanguage?: string | undefined;
|
|
4769
4769
|
disablePlayground?: boolean | undefined;
|
|
4770
|
-
|
|
4771
|
-
|
|
4770
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4771
|
+
expandAllTags?: boolean | undefined;
|
|
4772
4772
|
} | undefined;
|
|
4773
4773
|
navigationId?: string | undefined;
|
|
4774
4774
|
categories?: {
|
|
@@ -4795,18 +4795,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4795
4795
|
options: z.ZodOptional<z.ZodObject<{
|
|
4796
4796
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
4797
4797
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
4798
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
4799
4798
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
4799
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
4800
4800
|
}, "strip", z.ZodTypeAny, {
|
|
4801
4801
|
examplesLanguage?: string | undefined;
|
|
4802
4802
|
disablePlayground?: boolean | undefined;
|
|
4803
|
-
|
|
4804
|
-
|
|
4803
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4804
|
+
expandAllTags?: boolean | undefined;
|
|
4805
4805
|
}, {
|
|
4806
4806
|
examplesLanguage?: string | undefined;
|
|
4807
4807
|
disablePlayground?: boolean | undefined;
|
|
4808
|
-
|
|
4809
|
-
|
|
4808
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4809
|
+
expandAllTags?: boolean | undefined;
|
|
4810
4810
|
}>>;
|
|
4811
4811
|
}>, {
|
|
4812
4812
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -4818,8 +4818,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4818
4818
|
options?: {
|
|
4819
4819
|
examplesLanguage?: string | undefined;
|
|
4820
4820
|
disablePlayground?: boolean | undefined;
|
|
4821
|
-
|
|
4822
|
-
|
|
4821
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4822
|
+
expandAllTags?: boolean | undefined;
|
|
4823
4823
|
} | undefined;
|
|
4824
4824
|
navigationId?: string | undefined;
|
|
4825
4825
|
categories?: {
|
|
@@ -4835,8 +4835,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4835
4835
|
options?: {
|
|
4836
4836
|
examplesLanguage?: string | undefined;
|
|
4837
4837
|
disablePlayground?: boolean | undefined;
|
|
4838
|
-
|
|
4839
|
-
|
|
4838
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4839
|
+
expandAllTags?: boolean | undefined;
|
|
4840
4840
|
} | undefined;
|
|
4841
4841
|
navigationId?: string | undefined;
|
|
4842
4842
|
categories?: {
|
|
@@ -4864,18 +4864,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4864
4864
|
options: z.ZodOptional<z.ZodObject<{
|
|
4865
4865
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
4866
4866
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
4867
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
4868
4867
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
4868
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
4869
4869
|
}, "strip", z.ZodTypeAny, {
|
|
4870
4870
|
examplesLanguage?: string | undefined;
|
|
4871
4871
|
disablePlayground?: boolean | undefined;
|
|
4872
|
-
|
|
4873
|
-
|
|
4872
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4873
|
+
expandAllTags?: boolean | undefined;
|
|
4874
4874
|
}, {
|
|
4875
4875
|
examplesLanguage?: string | undefined;
|
|
4876
4876
|
disablePlayground?: boolean | undefined;
|
|
4877
|
-
|
|
4878
|
-
|
|
4877
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4878
|
+
expandAllTags?: boolean | undefined;
|
|
4879
4879
|
}>>;
|
|
4880
4880
|
}>, "strip", z.ZodTypeAny, {
|
|
4881
4881
|
type: "raw";
|
|
@@ -4885,8 +4885,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4885
4885
|
options?: {
|
|
4886
4886
|
examplesLanguage?: string | undefined;
|
|
4887
4887
|
disablePlayground?: boolean | undefined;
|
|
4888
|
-
|
|
4889
|
-
|
|
4888
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4889
|
+
expandAllTags?: boolean | undefined;
|
|
4890
4890
|
} | undefined;
|
|
4891
4891
|
navigationId?: string | undefined;
|
|
4892
4892
|
categories?: {
|
|
@@ -4901,8 +4901,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4901
4901
|
options?: {
|
|
4902
4902
|
examplesLanguage?: string | undefined;
|
|
4903
4903
|
disablePlayground?: boolean | undefined;
|
|
4904
|
-
|
|
4905
|
-
|
|
4904
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4905
|
+
expandAllTags?: boolean | undefined;
|
|
4906
4906
|
} | undefined;
|
|
4907
4907
|
navigationId?: string | undefined;
|
|
4908
4908
|
categories?: {
|
|
@@ -4929,18 +4929,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4929
4929
|
options: z.ZodOptional<z.ZodObject<{
|
|
4930
4930
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
4931
4931
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
4932
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
4933
4932
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
4933
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
4934
4934
|
}, "strip", z.ZodTypeAny, {
|
|
4935
4935
|
examplesLanguage?: string | undefined;
|
|
4936
4936
|
disablePlayground?: boolean | undefined;
|
|
4937
|
-
|
|
4938
|
-
|
|
4937
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4938
|
+
expandAllTags?: boolean | undefined;
|
|
4939
4939
|
}, {
|
|
4940
4940
|
examplesLanguage?: string | undefined;
|
|
4941
4941
|
disablePlayground?: boolean | undefined;
|
|
4942
|
-
|
|
4943
|
-
|
|
4942
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4943
|
+
expandAllTags?: boolean | undefined;
|
|
4944
4944
|
}>>;
|
|
4945
4945
|
}>, "strip", z.ZodTypeAny, {
|
|
4946
4946
|
type: "url";
|
|
@@ -4950,8 +4950,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4950
4950
|
options?: {
|
|
4951
4951
|
examplesLanguage?: string | undefined;
|
|
4952
4952
|
disablePlayground?: boolean | undefined;
|
|
4953
|
-
|
|
4954
|
-
|
|
4953
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4954
|
+
expandAllTags?: boolean | undefined;
|
|
4955
4955
|
} | undefined;
|
|
4956
4956
|
navigationId?: string | undefined;
|
|
4957
4957
|
categories?: {
|
|
@@ -4966,8 +4966,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4966
4966
|
options?: {
|
|
4967
4967
|
examplesLanguage?: string | undefined;
|
|
4968
4968
|
disablePlayground?: boolean | undefined;
|
|
4969
|
-
|
|
4970
|
-
|
|
4969
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
4970
|
+
expandAllTags?: boolean | undefined;
|
|
4971
4971
|
} | undefined;
|
|
4972
4972
|
navigationId?: string | undefined;
|
|
4973
4973
|
categories?: {
|
|
@@ -4994,18 +4994,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4994
4994
|
options: z.ZodOptional<z.ZodObject<{
|
|
4995
4995
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
4996
4996
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
4997
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
4998
4997
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
4998
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
4999
4999
|
}, "strip", z.ZodTypeAny, {
|
|
5000
5000
|
examplesLanguage?: string | undefined;
|
|
5001
5001
|
disablePlayground?: boolean | undefined;
|
|
5002
|
-
|
|
5003
|
-
|
|
5002
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5003
|
+
expandAllTags?: boolean | undefined;
|
|
5004
5004
|
}, {
|
|
5005
5005
|
examplesLanguage?: string | undefined;
|
|
5006
5006
|
disablePlayground?: boolean | undefined;
|
|
5007
|
-
|
|
5008
|
-
|
|
5007
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5008
|
+
expandAllTags?: boolean | undefined;
|
|
5009
5009
|
}>>;
|
|
5010
5010
|
}>, {
|
|
5011
5011
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -5017,8 +5017,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5017
5017
|
options?: {
|
|
5018
5018
|
examplesLanguage?: string | undefined;
|
|
5019
5019
|
disablePlayground?: boolean | undefined;
|
|
5020
|
-
|
|
5021
|
-
|
|
5020
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5021
|
+
expandAllTags?: boolean | undefined;
|
|
5022
5022
|
} | undefined;
|
|
5023
5023
|
navigationId?: string | undefined;
|
|
5024
5024
|
categories?: {
|
|
@@ -5034,8 +5034,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5034
5034
|
options?: {
|
|
5035
5035
|
examplesLanguage?: string | undefined;
|
|
5036
5036
|
disablePlayground?: boolean | undefined;
|
|
5037
|
-
|
|
5038
|
-
|
|
5037
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5038
|
+
expandAllTags?: boolean | undefined;
|
|
5039
5039
|
} | undefined;
|
|
5040
5040
|
navigationId?: string | undefined;
|
|
5041
5041
|
categories?: {
|
|
@@ -5063,18 +5063,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5063
5063
|
options: z.ZodOptional<z.ZodObject<{
|
|
5064
5064
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
5065
5065
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
5066
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
5067
5066
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
5067
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
5068
5068
|
}, "strip", z.ZodTypeAny, {
|
|
5069
5069
|
examplesLanguage?: string | undefined;
|
|
5070
5070
|
disablePlayground?: boolean | undefined;
|
|
5071
|
-
|
|
5072
|
-
|
|
5071
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5072
|
+
expandAllTags?: boolean | undefined;
|
|
5073
5073
|
}, {
|
|
5074
5074
|
examplesLanguage?: string | undefined;
|
|
5075
5075
|
disablePlayground?: boolean | undefined;
|
|
5076
|
-
|
|
5077
|
-
|
|
5076
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5077
|
+
expandAllTags?: boolean | undefined;
|
|
5078
5078
|
}>>;
|
|
5079
5079
|
}>, "strip", z.ZodTypeAny, {
|
|
5080
5080
|
type: "raw";
|
|
@@ -5084,8 +5084,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5084
5084
|
options?: {
|
|
5085
5085
|
examplesLanguage?: string | undefined;
|
|
5086
5086
|
disablePlayground?: boolean | undefined;
|
|
5087
|
-
|
|
5088
|
-
|
|
5087
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5088
|
+
expandAllTags?: boolean | undefined;
|
|
5089
5089
|
} | undefined;
|
|
5090
5090
|
navigationId?: string | undefined;
|
|
5091
5091
|
categories?: {
|
|
@@ -5100,8 +5100,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5100
5100
|
options?: {
|
|
5101
5101
|
examplesLanguage?: string | undefined;
|
|
5102
5102
|
disablePlayground?: boolean | undefined;
|
|
5103
|
-
|
|
5104
|
-
|
|
5103
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5104
|
+
expandAllTags?: boolean | undefined;
|
|
5105
5105
|
} | undefined;
|
|
5106
5106
|
navigationId?: string | undefined;
|
|
5107
5107
|
categories?: {
|
|
@@ -5252,18 +5252,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5252
5252
|
apis: z.ZodObject<{
|
|
5253
5253
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
5254
5254
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
5255
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
5256
5255
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
5256
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
5257
5257
|
}, "strip", z.ZodTypeAny, {
|
|
5258
5258
|
examplesLanguage?: string | undefined;
|
|
5259
5259
|
disablePlayground?: boolean | undefined;
|
|
5260
|
-
|
|
5261
|
-
|
|
5260
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5261
|
+
expandAllTags?: boolean | undefined;
|
|
5262
5262
|
}, {
|
|
5263
5263
|
examplesLanguage?: string | undefined;
|
|
5264
5264
|
disablePlayground?: boolean | undefined;
|
|
5265
|
-
|
|
5266
|
-
|
|
5265
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5266
|
+
expandAllTags?: boolean | undefined;
|
|
5267
5267
|
}>;
|
|
5268
5268
|
/**
|
|
5269
5269
|
* @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
|
|
@@ -5273,16 +5273,16 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5273
5273
|
apis: {
|
|
5274
5274
|
examplesLanguage?: string | undefined;
|
|
5275
5275
|
disablePlayground?: boolean | undefined;
|
|
5276
|
-
|
|
5277
|
-
|
|
5276
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5277
|
+
expandAllTags?: boolean | undefined;
|
|
5278
5278
|
};
|
|
5279
5279
|
examplesLanguage?: string | undefined;
|
|
5280
5280
|
}, {
|
|
5281
5281
|
apis: {
|
|
5282
5282
|
examplesLanguage?: string | undefined;
|
|
5283
5283
|
disablePlayground?: boolean | undefined;
|
|
5284
|
-
|
|
5285
|
-
|
|
5284
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5285
|
+
expandAllTags?: boolean | undefined;
|
|
5286
5286
|
};
|
|
5287
5287
|
examplesLanguage?: string | undefined;
|
|
5288
5288
|
}>>;
|
|
@@ -5310,8 +5310,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5310
5310
|
apis: {
|
|
5311
5311
|
examplesLanguage?: string | undefined;
|
|
5312
5312
|
disablePlayground?: boolean | undefined;
|
|
5313
|
-
|
|
5314
|
-
|
|
5313
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5314
|
+
expandAllTags?: boolean | undefined;
|
|
5315
5315
|
};
|
|
5316
5316
|
examplesLanguage?: string | undefined;
|
|
5317
5317
|
} | undefined;
|
|
@@ -5365,12 +5365,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5365
5365
|
id: string;
|
|
5366
5366
|
label: string;
|
|
5367
5367
|
default?: string | undefined;
|
|
5368
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
5368
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
5369
5369
|
}[] | undefined;
|
|
5370
5370
|
theme?: {
|
|
5371
5371
|
dark?: {
|
|
5372
5372
|
input?: string | undefined;
|
|
5373
5373
|
radius?: string | undefined;
|
|
5374
|
+
destructive?: string | undefined;
|
|
5375
|
+
secondary?: string | undefined;
|
|
5374
5376
|
popover?: string | undefined;
|
|
5375
5377
|
border?: string | undefined;
|
|
5376
5378
|
background?: string | undefined;
|
|
@@ -5380,19 +5382,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5380
5382
|
popoverForeground?: string | undefined;
|
|
5381
5383
|
primary?: string | undefined;
|
|
5382
5384
|
primaryForeground?: string | undefined;
|
|
5383
|
-
secondary?: string | undefined;
|
|
5384
5385
|
secondaryForeground?: string | undefined;
|
|
5385
5386
|
muted?: string | undefined;
|
|
5386
5387
|
mutedForeground?: string | undefined;
|
|
5387
5388
|
accent?: string | undefined;
|
|
5388
5389
|
accentForeground?: string | undefined;
|
|
5389
|
-
destructive?: string | undefined;
|
|
5390
5390
|
destructiveForeground?: string | undefined;
|
|
5391
5391
|
ring?: string | undefined;
|
|
5392
5392
|
} | undefined;
|
|
5393
5393
|
light?: {
|
|
5394
5394
|
input?: string | undefined;
|
|
5395
5395
|
radius?: string | undefined;
|
|
5396
|
+
destructive?: string | undefined;
|
|
5397
|
+
secondary?: string | undefined;
|
|
5396
5398
|
popover?: string | undefined;
|
|
5397
5399
|
border?: string | undefined;
|
|
5398
5400
|
background?: string | undefined;
|
|
@@ -5402,13 +5404,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5402
5404
|
popoverForeground?: string | undefined;
|
|
5403
5405
|
primary?: string | undefined;
|
|
5404
5406
|
primaryForeground?: string | undefined;
|
|
5405
|
-
secondary?: string | undefined;
|
|
5406
5407
|
secondaryForeground?: string | undefined;
|
|
5407
5408
|
muted?: string | undefined;
|
|
5408
5409
|
mutedForeground?: string | undefined;
|
|
5409
5410
|
accent?: string | undefined;
|
|
5410
5411
|
accentForeground?: string | undefined;
|
|
5411
|
-
destructive?: string | undefined;
|
|
5412
5412
|
destructiveForeground?: string | undefined;
|
|
5413
5413
|
ring?: string | undefined;
|
|
5414
5414
|
} | undefined;
|
|
@@ -5473,8 +5473,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5473
5473
|
options?: {
|
|
5474
5474
|
examplesLanguage?: string | undefined;
|
|
5475
5475
|
disablePlayground?: boolean | undefined;
|
|
5476
|
-
|
|
5477
|
-
|
|
5476
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5477
|
+
expandAllTags?: boolean | undefined;
|
|
5478
5478
|
} | undefined;
|
|
5479
5479
|
navigationId?: string | undefined;
|
|
5480
5480
|
categories?: {
|
|
@@ -5489,8 +5489,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5489
5489
|
options?: {
|
|
5490
5490
|
examplesLanguage?: string | undefined;
|
|
5491
5491
|
disablePlayground?: boolean | undefined;
|
|
5492
|
-
|
|
5493
|
-
|
|
5492
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5493
|
+
expandAllTags?: boolean | undefined;
|
|
5494
5494
|
} | undefined;
|
|
5495
5495
|
navigationId?: string | undefined;
|
|
5496
5496
|
categories?: {
|
|
@@ -5506,8 +5506,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5506
5506
|
options?: {
|
|
5507
5507
|
examplesLanguage?: string | undefined;
|
|
5508
5508
|
disablePlayground?: boolean | undefined;
|
|
5509
|
-
|
|
5510
|
-
|
|
5509
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5510
|
+
expandAllTags?: boolean | undefined;
|
|
5511
5511
|
} | undefined;
|
|
5512
5512
|
navigationId?: string | undefined;
|
|
5513
5513
|
categories?: {
|
|
@@ -5522,8 +5522,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5522
5522
|
options?: {
|
|
5523
5523
|
examplesLanguage?: string | undefined;
|
|
5524
5524
|
disablePlayground?: boolean | undefined;
|
|
5525
|
-
|
|
5526
|
-
|
|
5525
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5526
|
+
expandAllTags?: boolean | undefined;
|
|
5527
5527
|
} | undefined;
|
|
5528
5528
|
navigationId?: string | undefined;
|
|
5529
5529
|
categories?: {
|
|
@@ -5538,8 +5538,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5538
5538
|
options?: {
|
|
5539
5539
|
examplesLanguage?: string | undefined;
|
|
5540
5540
|
disablePlayground?: boolean | undefined;
|
|
5541
|
-
|
|
5542
|
-
|
|
5541
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5542
|
+
expandAllTags?: boolean | undefined;
|
|
5543
5543
|
} | undefined;
|
|
5544
5544
|
navigationId?: string | undefined;
|
|
5545
5545
|
categories?: {
|
|
@@ -5555,8 +5555,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5555
5555
|
options?: {
|
|
5556
5556
|
examplesLanguage?: string | undefined;
|
|
5557
5557
|
disablePlayground?: boolean | undefined;
|
|
5558
|
-
|
|
5559
|
-
|
|
5558
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5559
|
+
expandAllTags?: boolean | undefined;
|
|
5560
5560
|
} | undefined;
|
|
5561
5561
|
navigationId?: string | undefined;
|
|
5562
5562
|
categories?: {
|
|
@@ -5630,8 +5630,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5630
5630
|
apis: {
|
|
5631
5631
|
examplesLanguage?: string | undefined;
|
|
5632
5632
|
disablePlayground?: boolean | undefined;
|
|
5633
|
-
|
|
5634
|
-
|
|
5633
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5634
|
+
expandAllTags?: boolean | undefined;
|
|
5635
5635
|
};
|
|
5636
5636
|
examplesLanguage?: string | undefined;
|
|
5637
5637
|
} | undefined;
|
|
@@ -5685,12 +5685,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5685
5685
|
id: string;
|
|
5686
5686
|
label: string;
|
|
5687
5687
|
default?: string | undefined;
|
|
5688
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
5688
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
5689
5689
|
}[] | undefined;
|
|
5690
5690
|
theme?: {
|
|
5691
5691
|
dark?: {
|
|
5692
5692
|
input?: string | undefined;
|
|
5693
5693
|
radius?: string | undefined;
|
|
5694
|
+
destructive?: string | undefined;
|
|
5695
|
+
secondary?: string | undefined;
|
|
5694
5696
|
popover?: string | undefined;
|
|
5695
5697
|
border?: string | undefined;
|
|
5696
5698
|
background?: string | undefined;
|
|
@@ -5700,19 +5702,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5700
5702
|
popoverForeground?: string | undefined;
|
|
5701
5703
|
primary?: string | undefined;
|
|
5702
5704
|
primaryForeground?: string | undefined;
|
|
5703
|
-
secondary?: string | undefined;
|
|
5704
5705
|
secondaryForeground?: string | undefined;
|
|
5705
5706
|
muted?: string | undefined;
|
|
5706
5707
|
mutedForeground?: string | undefined;
|
|
5707
5708
|
accent?: string | undefined;
|
|
5708
5709
|
accentForeground?: string | undefined;
|
|
5709
|
-
destructive?: string | undefined;
|
|
5710
5710
|
destructiveForeground?: string | undefined;
|
|
5711
5711
|
ring?: string | undefined;
|
|
5712
5712
|
} | undefined;
|
|
5713
5713
|
light?: {
|
|
5714
5714
|
input?: string | undefined;
|
|
5715
5715
|
radius?: string | undefined;
|
|
5716
|
+
destructive?: string | undefined;
|
|
5717
|
+
secondary?: string | undefined;
|
|
5716
5718
|
popover?: string | undefined;
|
|
5717
5719
|
border?: string | undefined;
|
|
5718
5720
|
background?: string | undefined;
|
|
@@ -5722,13 +5724,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5722
5724
|
popoverForeground?: string | undefined;
|
|
5723
5725
|
primary?: string | undefined;
|
|
5724
5726
|
primaryForeground?: string | undefined;
|
|
5725
|
-
secondary?: string | undefined;
|
|
5726
5727
|
secondaryForeground?: string | undefined;
|
|
5727
5728
|
muted?: string | undefined;
|
|
5728
5729
|
mutedForeground?: string | undefined;
|
|
5729
5730
|
accent?: string | undefined;
|
|
5730
5731
|
accentForeground?: string | undefined;
|
|
5731
|
-
destructive?: string | undefined;
|
|
5732
5732
|
destructiveForeground?: string | undefined;
|
|
5733
5733
|
ring?: string | undefined;
|
|
5734
5734
|
} | undefined;
|
|
@@ -5793,8 +5793,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5793
5793
|
options?: {
|
|
5794
5794
|
examplesLanguage?: string | undefined;
|
|
5795
5795
|
disablePlayground?: boolean | undefined;
|
|
5796
|
-
|
|
5797
|
-
|
|
5796
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5797
|
+
expandAllTags?: boolean | undefined;
|
|
5798
5798
|
} | undefined;
|
|
5799
5799
|
navigationId?: string | undefined;
|
|
5800
5800
|
categories?: {
|
|
@@ -5809,8 +5809,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5809
5809
|
options?: {
|
|
5810
5810
|
examplesLanguage?: string | undefined;
|
|
5811
5811
|
disablePlayground?: boolean | undefined;
|
|
5812
|
-
|
|
5813
|
-
|
|
5812
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5813
|
+
expandAllTags?: boolean | undefined;
|
|
5814
5814
|
} | undefined;
|
|
5815
5815
|
navigationId?: string | undefined;
|
|
5816
5816
|
categories?: {
|
|
@@ -5826,8 +5826,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5826
5826
|
options?: {
|
|
5827
5827
|
examplesLanguage?: string | undefined;
|
|
5828
5828
|
disablePlayground?: boolean | undefined;
|
|
5829
|
-
|
|
5830
|
-
|
|
5829
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5830
|
+
expandAllTags?: boolean | undefined;
|
|
5831
5831
|
} | undefined;
|
|
5832
5832
|
navigationId?: string | undefined;
|
|
5833
5833
|
categories?: {
|
|
@@ -5842,8 +5842,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5842
5842
|
options?: {
|
|
5843
5843
|
examplesLanguage?: string | undefined;
|
|
5844
5844
|
disablePlayground?: boolean | undefined;
|
|
5845
|
-
|
|
5846
|
-
|
|
5845
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5846
|
+
expandAllTags?: boolean | undefined;
|
|
5847
5847
|
} | undefined;
|
|
5848
5848
|
navigationId?: string | undefined;
|
|
5849
5849
|
categories?: {
|
|
@@ -5858,8 +5858,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5858
5858
|
options?: {
|
|
5859
5859
|
examplesLanguage?: string | undefined;
|
|
5860
5860
|
disablePlayground?: boolean | undefined;
|
|
5861
|
-
|
|
5862
|
-
|
|
5861
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5862
|
+
expandAllTags?: boolean | undefined;
|
|
5863
5863
|
} | undefined;
|
|
5864
5864
|
navigationId?: string | undefined;
|
|
5865
5865
|
categories?: {
|
|
@@ -5875,8 +5875,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5875
5875
|
options?: {
|
|
5876
5876
|
examplesLanguage?: string | undefined;
|
|
5877
5877
|
disablePlayground?: boolean | undefined;
|
|
5878
|
-
|
|
5879
|
-
|
|
5878
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5879
|
+
expandAllTags?: boolean | undefined;
|
|
5880
5880
|
} | undefined;
|
|
5881
5881
|
navigationId?: string | undefined;
|
|
5882
5882
|
categories?: {
|
|
@@ -5950,8 +5950,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
5950
5950
|
apis: {
|
|
5951
5951
|
examplesLanguage?: string | undefined;
|
|
5952
5952
|
disablePlayground?: boolean | undefined;
|
|
5953
|
-
|
|
5954
|
-
|
|
5953
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
5954
|
+
expandAllTags?: boolean | undefined;
|
|
5955
5955
|
};
|
|
5956
5956
|
examplesLanguage?: string | undefined;
|
|
5957
5957
|
} | undefined;
|
|
@@ -6005,12 +6005,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6005
6005
|
id: string;
|
|
6006
6006
|
label: string;
|
|
6007
6007
|
default?: string | undefined;
|
|
6008
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
6008
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
6009
6009
|
}[] | undefined;
|
|
6010
6010
|
theme?: {
|
|
6011
6011
|
dark?: {
|
|
6012
6012
|
input?: string | undefined;
|
|
6013
6013
|
radius?: string | undefined;
|
|
6014
|
+
destructive?: string | undefined;
|
|
6015
|
+
secondary?: string | undefined;
|
|
6014
6016
|
popover?: string | undefined;
|
|
6015
6017
|
border?: string | undefined;
|
|
6016
6018
|
background?: string | undefined;
|
|
@@ -6020,19 +6022,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6020
6022
|
popoverForeground?: string | undefined;
|
|
6021
6023
|
primary?: string | undefined;
|
|
6022
6024
|
primaryForeground?: string | undefined;
|
|
6023
|
-
secondary?: string | undefined;
|
|
6024
6025
|
secondaryForeground?: string | undefined;
|
|
6025
6026
|
muted?: string | undefined;
|
|
6026
6027
|
mutedForeground?: string | undefined;
|
|
6027
6028
|
accent?: string | undefined;
|
|
6028
6029
|
accentForeground?: string | undefined;
|
|
6029
|
-
destructive?: string | undefined;
|
|
6030
6030
|
destructiveForeground?: string | undefined;
|
|
6031
6031
|
ring?: string | undefined;
|
|
6032
6032
|
} | undefined;
|
|
6033
6033
|
light?: {
|
|
6034
6034
|
input?: string | undefined;
|
|
6035
6035
|
radius?: string | undefined;
|
|
6036
|
+
destructive?: string | undefined;
|
|
6037
|
+
secondary?: string | undefined;
|
|
6036
6038
|
popover?: string | undefined;
|
|
6037
6039
|
border?: string | undefined;
|
|
6038
6040
|
background?: string | undefined;
|
|
@@ -6042,13 +6044,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6042
6044
|
popoverForeground?: string | undefined;
|
|
6043
6045
|
primary?: string | undefined;
|
|
6044
6046
|
primaryForeground?: string | undefined;
|
|
6045
|
-
secondary?: string | undefined;
|
|
6046
6047
|
secondaryForeground?: string | undefined;
|
|
6047
6048
|
muted?: string | undefined;
|
|
6048
6049
|
mutedForeground?: string | undefined;
|
|
6049
6050
|
accent?: string | undefined;
|
|
6050
6051
|
accentForeground?: string | undefined;
|
|
6051
|
-
destructive?: string | undefined;
|
|
6052
6052
|
destructiveForeground?: string | undefined;
|
|
6053
6053
|
ring?: string | undefined;
|
|
6054
6054
|
} | undefined;
|
|
@@ -6113,8 +6113,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6113
6113
|
options?: {
|
|
6114
6114
|
examplesLanguage?: string | undefined;
|
|
6115
6115
|
disablePlayground?: boolean | undefined;
|
|
6116
|
-
|
|
6117
|
-
|
|
6116
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6117
|
+
expandAllTags?: boolean | undefined;
|
|
6118
6118
|
} | undefined;
|
|
6119
6119
|
navigationId?: string | undefined;
|
|
6120
6120
|
categories?: {
|
|
@@ -6129,8 +6129,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6129
6129
|
options?: {
|
|
6130
6130
|
examplesLanguage?: string | undefined;
|
|
6131
6131
|
disablePlayground?: boolean | undefined;
|
|
6132
|
-
|
|
6133
|
-
|
|
6132
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6133
|
+
expandAllTags?: boolean | undefined;
|
|
6134
6134
|
} | undefined;
|
|
6135
6135
|
navigationId?: string | undefined;
|
|
6136
6136
|
categories?: {
|
|
@@ -6146,8 +6146,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6146
6146
|
options?: {
|
|
6147
6147
|
examplesLanguage?: string | undefined;
|
|
6148
6148
|
disablePlayground?: boolean | undefined;
|
|
6149
|
-
|
|
6150
|
-
|
|
6149
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6150
|
+
expandAllTags?: boolean | undefined;
|
|
6151
6151
|
} | undefined;
|
|
6152
6152
|
navigationId?: string | undefined;
|
|
6153
6153
|
categories?: {
|
|
@@ -6162,8 +6162,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6162
6162
|
options?: {
|
|
6163
6163
|
examplesLanguage?: string | undefined;
|
|
6164
6164
|
disablePlayground?: boolean | undefined;
|
|
6165
|
-
|
|
6166
|
-
|
|
6165
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6166
|
+
expandAllTags?: boolean | undefined;
|
|
6167
6167
|
} | undefined;
|
|
6168
6168
|
navigationId?: string | undefined;
|
|
6169
6169
|
categories?: {
|
|
@@ -6178,8 +6178,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6178
6178
|
options?: {
|
|
6179
6179
|
examplesLanguage?: string | undefined;
|
|
6180
6180
|
disablePlayground?: boolean | undefined;
|
|
6181
|
-
|
|
6182
|
-
|
|
6181
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6182
|
+
expandAllTags?: boolean | undefined;
|
|
6183
6183
|
} | undefined;
|
|
6184
6184
|
navigationId?: string | undefined;
|
|
6185
6185
|
categories?: {
|
|
@@ -6195,8 +6195,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6195
6195
|
options?: {
|
|
6196
6196
|
examplesLanguage?: string | undefined;
|
|
6197
6197
|
disablePlayground?: boolean | undefined;
|
|
6198
|
-
|
|
6199
|
-
|
|
6198
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6199
|
+
expandAllTags?: boolean | undefined;
|
|
6200
6200
|
} | undefined;
|
|
6201
6201
|
navigationId?: string | undefined;
|
|
6202
6202
|
categories?: {
|
|
@@ -6270,8 +6270,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6270
6270
|
apis: {
|
|
6271
6271
|
examplesLanguage?: string | undefined;
|
|
6272
6272
|
disablePlayground?: boolean | undefined;
|
|
6273
|
-
|
|
6274
|
-
|
|
6273
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6274
|
+
expandAllTags?: boolean | undefined;
|
|
6275
6275
|
};
|
|
6276
6276
|
examplesLanguage?: string | undefined;
|
|
6277
6277
|
} | undefined;
|
|
@@ -6325,12 +6325,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6325
6325
|
id: string;
|
|
6326
6326
|
label: string;
|
|
6327
6327
|
default?: string | undefined;
|
|
6328
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
6328
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
6329
6329
|
}[] | undefined;
|
|
6330
6330
|
theme?: {
|
|
6331
6331
|
dark?: {
|
|
6332
6332
|
input?: string | undefined;
|
|
6333
6333
|
radius?: string | undefined;
|
|
6334
|
+
destructive?: string | undefined;
|
|
6335
|
+
secondary?: string | undefined;
|
|
6334
6336
|
popover?: string | undefined;
|
|
6335
6337
|
border?: string | undefined;
|
|
6336
6338
|
background?: string | undefined;
|
|
@@ -6340,19 +6342,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6340
6342
|
popoverForeground?: string | undefined;
|
|
6341
6343
|
primary?: string | undefined;
|
|
6342
6344
|
primaryForeground?: string | undefined;
|
|
6343
|
-
secondary?: string | undefined;
|
|
6344
6345
|
secondaryForeground?: string | undefined;
|
|
6345
6346
|
muted?: string | undefined;
|
|
6346
6347
|
mutedForeground?: string | undefined;
|
|
6347
6348
|
accent?: string | undefined;
|
|
6348
6349
|
accentForeground?: string | undefined;
|
|
6349
|
-
destructive?: string | undefined;
|
|
6350
6350
|
destructiveForeground?: string | undefined;
|
|
6351
6351
|
ring?: string | undefined;
|
|
6352
6352
|
} | undefined;
|
|
6353
6353
|
light?: {
|
|
6354
6354
|
input?: string | undefined;
|
|
6355
6355
|
radius?: string | undefined;
|
|
6356
|
+
destructive?: string | undefined;
|
|
6357
|
+
secondary?: string | undefined;
|
|
6356
6358
|
popover?: string | undefined;
|
|
6357
6359
|
border?: string | undefined;
|
|
6358
6360
|
background?: string | undefined;
|
|
@@ -6362,13 +6364,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6362
6364
|
popoverForeground?: string | undefined;
|
|
6363
6365
|
primary?: string | undefined;
|
|
6364
6366
|
primaryForeground?: string | undefined;
|
|
6365
|
-
secondary?: string | undefined;
|
|
6366
6367
|
secondaryForeground?: string | undefined;
|
|
6367
6368
|
muted?: string | undefined;
|
|
6368
6369
|
mutedForeground?: string | undefined;
|
|
6369
6370
|
accent?: string | undefined;
|
|
6370
6371
|
accentForeground?: string | undefined;
|
|
6371
|
-
destructive?: string | undefined;
|
|
6372
6372
|
destructiveForeground?: string | undefined;
|
|
6373
6373
|
ring?: string | undefined;
|
|
6374
6374
|
} | undefined;
|
|
@@ -6433,8 +6433,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6433
6433
|
options?: {
|
|
6434
6434
|
examplesLanguage?: string | undefined;
|
|
6435
6435
|
disablePlayground?: boolean | undefined;
|
|
6436
|
-
|
|
6437
|
-
|
|
6436
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6437
|
+
expandAllTags?: boolean | undefined;
|
|
6438
6438
|
} | undefined;
|
|
6439
6439
|
navigationId?: string | undefined;
|
|
6440
6440
|
categories?: {
|
|
@@ -6449,8 +6449,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6449
6449
|
options?: {
|
|
6450
6450
|
examplesLanguage?: string | undefined;
|
|
6451
6451
|
disablePlayground?: boolean | undefined;
|
|
6452
|
-
|
|
6453
|
-
|
|
6452
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6453
|
+
expandAllTags?: boolean | undefined;
|
|
6454
6454
|
} | undefined;
|
|
6455
6455
|
navigationId?: string | undefined;
|
|
6456
6456
|
categories?: {
|
|
@@ -6466,8 +6466,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6466
6466
|
options?: {
|
|
6467
6467
|
examplesLanguage?: string | undefined;
|
|
6468
6468
|
disablePlayground?: boolean | undefined;
|
|
6469
|
-
|
|
6470
|
-
|
|
6469
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6470
|
+
expandAllTags?: boolean | undefined;
|
|
6471
6471
|
} | undefined;
|
|
6472
6472
|
navigationId?: string | undefined;
|
|
6473
6473
|
categories?: {
|
|
@@ -6482,8 +6482,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6482
6482
|
options?: {
|
|
6483
6483
|
examplesLanguage?: string | undefined;
|
|
6484
6484
|
disablePlayground?: boolean | undefined;
|
|
6485
|
-
|
|
6486
|
-
|
|
6485
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6486
|
+
expandAllTags?: boolean | undefined;
|
|
6487
6487
|
} | undefined;
|
|
6488
6488
|
navigationId?: string | undefined;
|
|
6489
6489
|
categories?: {
|
|
@@ -6498,8 +6498,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6498
6498
|
options?: {
|
|
6499
6499
|
examplesLanguage?: string | undefined;
|
|
6500
6500
|
disablePlayground?: boolean | undefined;
|
|
6501
|
-
|
|
6502
|
-
|
|
6501
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6502
|
+
expandAllTags?: boolean | undefined;
|
|
6503
6503
|
} | undefined;
|
|
6504
6504
|
navigationId?: string | undefined;
|
|
6505
6505
|
categories?: {
|
|
@@ -6515,8 +6515,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
6515
6515
|
options?: {
|
|
6516
6516
|
examplesLanguage?: string | undefined;
|
|
6517
6517
|
disablePlayground?: boolean | undefined;
|
|
6518
|
-
|
|
6519
|
-
|
|
6518
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
6519
|
+
expandAllTags?: boolean | undefined;
|
|
6520
6520
|
} | undefined;
|
|
6521
6521
|
navigationId?: string | undefined;
|
|
6522
6522
|
categories?: {
|