zudoku 0.28.3 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/common/output.js.map +1 -1
- package/dist/cli/dev/handler.js +5 -0
- package/dist/cli/dev/handler.js.map +1 -1
- package/dist/config/validators/common.d.ts +111 -0
- package/dist/config/validators/common.js +9 -6
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +42 -0
- package/dist/lib/authentication/state.d.ts +9 -0
- package/dist/lib/authentication/state.js +11 -0
- package/dist/lib/authentication/state.js.map +1 -1
- package/dist/lib/components/Autocomplete.d.ts +4 -3
- package/dist/lib/components/Autocomplete.js +2 -2
- package/dist/lib/components/Autocomplete.js.map +1 -1
- package/dist/lib/components/PathRenderer.js +23 -20
- package/dist/lib/components/PathRenderer.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +1 -0
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/oas/graphql/index.d.ts +7 -0
- package/dist/lib/oas/graphql/index.js +7 -6
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/Endpoint.js +6 -7
- package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +11 -7
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +4 -4
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +2 -2
- package/dist/lib/plugins/openapi/graphql/gql.js +2 -2
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +20 -4
- package/dist/lib/plugins/openapi/graphql/graphql.js +16 -2
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.js +57 -28
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +4 -2
- package/dist/lib/plugins/openapi/playground/Headers.d.ts +3 -2
- package/dist/lib/plugins/openapi/playground/Headers.js +42 -26
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ParamsGrid.d.ts +4 -0
- package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -1
- package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.js +3 -3
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +1 -0
- package/dist/lib/plugins/openapi/playground/Playground.js +4 -4
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.js +21 -21
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
- package/dist/lib/ui/Input.d.ts +1 -2
- package/dist/lib/ui/Input.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +1 -1
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/lib/util/useScrollToTop.js +6 -4
- package/dist/lib/util/useScrollToTop.js.map +1 -1
- package/dist/vite/plugin-api.js +13 -6
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-mdx.js +18 -12
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin.js.map +1 -1
- package/lib/{Markdown-LcMEZ0Sn.js → Markdown-8mv9nhGd.js} +3338 -3360
- package/lib/Markdown-8mv9nhGd.js.map +1 -0
- package/lib/{MdxPage-DkH3V4hV.js → MdxPage-BalfwlsD.js} +3 -3
- package/lib/{MdxPage-DkH3V4hV.js.map → MdxPage-BalfwlsD.js.map} +1 -1
- package/lib/{OperationList-wzZNceUl.js → OperationList-B3VX94x4.js} +500 -493
- package/lib/OperationList-B3VX94x4.js.map +1 -0
- package/lib/{Select-DJkXPPD0.js → Select-BcAbBUmk.js} +2 -2
- package/lib/{Select-DJkXPPD0.js.map → Select-BcAbBUmk.js.map} +1 -1
- package/lib/{SlotletProvider-D1t2ePCI.js → SlotletProvider-D0mFmGJu.js} +2 -2
- package/lib/{SlotletProvider-D1t2ePCI.js.map → SlotletProvider-D0mFmGJu.js.map} +1 -1
- package/lib/{createServer-DIztAu7i.js → createServer-E3cXjB0P.js} +4 -6
- package/lib/{createServer-DIztAu7i.js.map → createServer-E3cXjB0P.js.map} +1 -1
- package/lib/{hook-CiX69UZ6.js → hook-NIpDSpau.js} +2 -2
- package/lib/{hook-CiX69UZ6.js.map → hook-NIpDSpau.js.map} +1 -1
- package/lib/{index-DrR58fsJ.js → index-P0YUtHIb.js} +802 -745
- package/lib/index-P0YUtHIb.js.map +1 -0
- package/lib/state-bfQxaDxU.js +211 -0
- package/lib/{state-mM7uaXTW.js.map → state-bfQxaDxU.js.map} +1 -1
- package/lib/ui/Input.js.map +1 -1
- package/lib/{useScrollToAnchor-DYGn1MT9.js → useScrollToAnchor-BVCQSeKB.js} +29 -28
- package/lib/{useScrollToAnchor-DYGn1MT9.js.map → useScrollToAnchor-BVCQSeKB.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +1 -1
- package/lib/zudoku.auth-openid.js +1 -1
- package/lib/zudoku.components.js +348 -347
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +2 -2
- package/lib/zudoku.plugin-api-keys.js +3 -3
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +2 -2
- package/package.json +2 -1
- package/src/app/demo-cdn.html +31 -31
- package/src/lib/authentication/state.ts +18 -0
- package/src/lib/components/Autocomplete.tsx +6 -4
- package/src/lib/components/PathRenderer.tsx +6 -4
- package/src/lib/components/navigation/SidebarItem.tsx +1 -0
- package/src/lib/oas/graphql/index.ts +10 -9
- package/src/lib/plugins/openapi/Endpoint.tsx +11 -9
- package/src/lib/plugins/openapi/OperationList.tsx +16 -10
- package/src/lib/plugins/openapi/Sidecar.tsx +4 -4
- package/src/lib/plugins/openapi/graphql/gql.ts +4 -4
- package/src/lib/plugins/openapi/graphql/graphql.ts +30 -6
- package/src/lib/plugins/openapi/index.tsx +74 -41
- package/src/lib/plugins/openapi/interfaces.ts +5 -10
- package/src/lib/plugins/openapi/playground/Headers.tsx +125 -89
- package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +6 -1
- package/src/lib/plugins/openapi/playground/PathParams.tsx +9 -9
- package/src/lib/plugins/openapi/playground/Playground.tsx +7 -4
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +88 -86
- package/src/lib/ui/Input.tsx +1 -2
- package/src/lib/util/useScrollToAnchor.ts +1 -1
- package/src/lib/util/useScrollToTop.ts +8 -3
- package/lib/Markdown-LcMEZ0Sn.js.map +0 -1
- package/lib/OperationList-wzZNceUl.js.map +0 -1
- package/lib/index-DrR58fsJ.js.map +0 -1
- package/lib/state-mM7uaXTW.js +0 -202
|
@@ -9,6 +9,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9
9
|
id: z.ZodOptional<z.ZodString>;
|
|
10
10
|
server: z.ZodOptional<z.ZodString>;
|
|
11
11
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
12
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
12
13
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13
14
|
label: z.ZodString;
|
|
14
15
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -25,6 +26,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
25
26
|
server?: string | undefined;
|
|
26
27
|
id?: string | undefined;
|
|
27
28
|
navigationId?: string | undefined;
|
|
29
|
+
loadTags?: boolean | undefined;
|
|
28
30
|
categories?: {
|
|
29
31
|
tags: string[];
|
|
30
32
|
label: string;
|
|
@@ -35,6 +37,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
35
37
|
server?: string | undefined;
|
|
36
38
|
id?: string | undefined;
|
|
37
39
|
navigationId?: string | undefined;
|
|
40
|
+
loadTags?: boolean | undefined;
|
|
38
41
|
categories?: {
|
|
39
42
|
tags: string[];
|
|
40
43
|
label: string;
|
|
@@ -46,6 +49,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
46
49
|
id: z.ZodOptional<z.ZodString>;
|
|
47
50
|
server: z.ZodOptional<z.ZodString>;
|
|
48
51
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
52
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
49
53
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
54
|
label: z.ZodString;
|
|
51
55
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -64,6 +68,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
64
68
|
server?: string | undefined;
|
|
65
69
|
id?: string | undefined;
|
|
66
70
|
navigationId?: string | undefined;
|
|
71
|
+
loadTags?: boolean | undefined;
|
|
67
72
|
categories?: {
|
|
68
73
|
tags: string[];
|
|
69
74
|
label: string;
|
|
@@ -75,6 +80,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
75
80
|
server?: string | undefined;
|
|
76
81
|
id?: string | undefined;
|
|
77
82
|
navigationId?: string | undefined;
|
|
83
|
+
loadTags?: boolean | undefined;
|
|
78
84
|
categories?: {
|
|
79
85
|
tags: string[];
|
|
80
86
|
label: string;
|
|
@@ -87,6 +93,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
87
93
|
id: z.ZodOptional<z.ZodString>;
|
|
88
94
|
server: z.ZodOptional<z.ZodString>;
|
|
89
95
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
96
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
90
97
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
91
98
|
label: z.ZodString;
|
|
92
99
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -103,6 +110,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
103
110
|
server?: string | undefined;
|
|
104
111
|
id?: string | undefined;
|
|
105
112
|
navigationId?: string | undefined;
|
|
113
|
+
loadTags?: boolean | undefined;
|
|
106
114
|
categories?: {
|
|
107
115
|
tags: string[];
|
|
108
116
|
label: string;
|
|
@@ -113,6 +121,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
113
121
|
server?: string | undefined;
|
|
114
122
|
id?: string | undefined;
|
|
115
123
|
navigationId?: string | undefined;
|
|
124
|
+
loadTags?: boolean | undefined;
|
|
116
125
|
categories?: {
|
|
117
126
|
tags: string[];
|
|
118
127
|
label: string;
|
|
@@ -781,6 +790,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
781
790
|
id: z.ZodOptional<z.ZodString>;
|
|
782
791
|
server: z.ZodOptional<z.ZodString>;
|
|
783
792
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
793
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
784
794
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
785
795
|
label: z.ZodString;
|
|
786
796
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -797,6 +807,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
797
807
|
server?: string | undefined;
|
|
798
808
|
id?: string | undefined;
|
|
799
809
|
navigationId?: string | undefined;
|
|
810
|
+
loadTags?: boolean | undefined;
|
|
800
811
|
categories?: {
|
|
801
812
|
tags: string[];
|
|
802
813
|
label: string;
|
|
@@ -807,6 +818,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
807
818
|
server?: string | undefined;
|
|
808
819
|
id?: string | undefined;
|
|
809
820
|
navigationId?: string | undefined;
|
|
821
|
+
loadTags?: boolean | undefined;
|
|
810
822
|
categories?: {
|
|
811
823
|
tags: string[];
|
|
812
824
|
label: string;
|
|
@@ -818,6 +830,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
818
830
|
id: z.ZodOptional<z.ZodString>;
|
|
819
831
|
server: z.ZodOptional<z.ZodString>;
|
|
820
832
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
833
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
821
834
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
822
835
|
label: z.ZodString;
|
|
823
836
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -836,6 +849,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
836
849
|
server?: string | undefined;
|
|
837
850
|
id?: string | undefined;
|
|
838
851
|
navigationId?: string | undefined;
|
|
852
|
+
loadTags?: boolean | undefined;
|
|
839
853
|
categories?: {
|
|
840
854
|
tags: string[];
|
|
841
855
|
label: string;
|
|
@@ -847,6 +861,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
847
861
|
server?: string | undefined;
|
|
848
862
|
id?: string | undefined;
|
|
849
863
|
navigationId?: string | undefined;
|
|
864
|
+
loadTags?: boolean | undefined;
|
|
850
865
|
categories?: {
|
|
851
866
|
tags: string[];
|
|
852
867
|
label: string;
|
|
@@ -859,6 +874,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
859
874
|
id: z.ZodOptional<z.ZodString>;
|
|
860
875
|
server: z.ZodOptional<z.ZodString>;
|
|
861
876
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
877
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
862
878
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
863
879
|
label: z.ZodString;
|
|
864
880
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -875,6 +891,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
875
891
|
server?: string | undefined;
|
|
876
892
|
id?: string | undefined;
|
|
877
893
|
navigationId?: string | undefined;
|
|
894
|
+
loadTags?: boolean | undefined;
|
|
878
895
|
categories?: {
|
|
879
896
|
tags: string[];
|
|
880
897
|
label: string;
|
|
@@ -885,6 +902,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
885
902
|
server?: string | undefined;
|
|
886
903
|
id?: string | undefined;
|
|
887
904
|
navigationId?: string | undefined;
|
|
905
|
+
loadTags?: boolean | undefined;
|
|
888
906
|
categories?: {
|
|
889
907
|
tags: string[];
|
|
890
908
|
label: string;
|
|
@@ -896,6 +914,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
896
914
|
id: z.ZodOptional<z.ZodString>;
|
|
897
915
|
server: z.ZodOptional<z.ZodString>;
|
|
898
916
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
917
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
899
918
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
900
919
|
label: z.ZodString;
|
|
901
920
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -912,6 +931,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
912
931
|
server?: string | undefined;
|
|
913
932
|
id?: string | undefined;
|
|
914
933
|
navigationId?: string | undefined;
|
|
934
|
+
loadTags?: boolean | undefined;
|
|
915
935
|
categories?: {
|
|
916
936
|
tags: string[];
|
|
917
937
|
label: string;
|
|
@@ -922,6 +942,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
922
942
|
server?: string | undefined;
|
|
923
943
|
id?: string | undefined;
|
|
924
944
|
navigationId?: string | undefined;
|
|
945
|
+
loadTags?: boolean | undefined;
|
|
925
946
|
categories?: {
|
|
926
947
|
tags: string[];
|
|
927
948
|
label: string;
|
|
@@ -933,6 +954,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
933
954
|
id: z.ZodOptional<z.ZodString>;
|
|
934
955
|
server: z.ZodOptional<z.ZodString>;
|
|
935
956
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
957
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
936
958
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
937
959
|
label: z.ZodString;
|
|
938
960
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -951,6 +973,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
951
973
|
server?: string | undefined;
|
|
952
974
|
id?: string | undefined;
|
|
953
975
|
navigationId?: string | undefined;
|
|
976
|
+
loadTags?: boolean | undefined;
|
|
954
977
|
categories?: {
|
|
955
978
|
tags: string[];
|
|
956
979
|
label: string;
|
|
@@ -962,6 +985,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
962
985
|
server?: string | undefined;
|
|
963
986
|
id?: string | undefined;
|
|
964
987
|
navigationId?: string | undefined;
|
|
988
|
+
loadTags?: boolean | undefined;
|
|
965
989
|
categories?: {
|
|
966
990
|
tags: string[];
|
|
967
991
|
label: string;
|
|
@@ -974,6 +998,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
974
998
|
id: z.ZodOptional<z.ZodString>;
|
|
975
999
|
server: z.ZodOptional<z.ZodString>;
|
|
976
1000
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
1001
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
977
1002
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
978
1003
|
label: z.ZodString;
|
|
979
1004
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -990,6 +1015,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
990
1015
|
server?: string | undefined;
|
|
991
1016
|
id?: string | undefined;
|
|
992
1017
|
navigationId?: string | undefined;
|
|
1018
|
+
loadTags?: boolean | undefined;
|
|
993
1019
|
categories?: {
|
|
994
1020
|
tags: string[];
|
|
995
1021
|
label: string;
|
|
@@ -1000,6 +1026,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1000
1026
|
server?: string | undefined;
|
|
1001
1027
|
id?: string | undefined;
|
|
1002
1028
|
navigationId?: string | undefined;
|
|
1029
|
+
loadTags?: boolean | undefined;
|
|
1003
1030
|
categories?: {
|
|
1004
1031
|
tags: string[];
|
|
1005
1032
|
label: string;
|
|
@@ -1288,6 +1315,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1288
1315
|
server?: string | undefined;
|
|
1289
1316
|
id?: string | undefined;
|
|
1290
1317
|
navigationId?: string | undefined;
|
|
1318
|
+
loadTags?: boolean | undefined;
|
|
1291
1319
|
categories?: {
|
|
1292
1320
|
tags: string[];
|
|
1293
1321
|
label: string;
|
|
@@ -1298,6 +1326,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1298
1326
|
server?: string | undefined;
|
|
1299
1327
|
id?: string | undefined;
|
|
1300
1328
|
navigationId?: string | undefined;
|
|
1329
|
+
loadTags?: boolean | undefined;
|
|
1301
1330
|
categories?: {
|
|
1302
1331
|
tags: string[];
|
|
1303
1332
|
label: string;
|
|
@@ -1309,6 +1338,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1309
1338
|
server?: string | undefined;
|
|
1310
1339
|
id?: string | undefined;
|
|
1311
1340
|
navigationId?: string | undefined;
|
|
1341
|
+
loadTags?: boolean | undefined;
|
|
1312
1342
|
categories?: {
|
|
1313
1343
|
tags: string[];
|
|
1314
1344
|
label: string;
|
|
@@ -1319,6 +1349,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1319
1349
|
server?: string | undefined;
|
|
1320
1350
|
id?: string | undefined;
|
|
1321
1351
|
navigationId?: string | undefined;
|
|
1352
|
+
loadTags?: boolean | undefined;
|
|
1322
1353
|
categories?: {
|
|
1323
1354
|
tags: string[];
|
|
1324
1355
|
label: string;
|
|
@@ -1329,6 +1360,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1329
1360
|
server?: string | undefined;
|
|
1330
1361
|
id?: string | undefined;
|
|
1331
1362
|
navigationId?: string | undefined;
|
|
1363
|
+
loadTags?: boolean | undefined;
|
|
1332
1364
|
categories?: {
|
|
1333
1365
|
tags: string[];
|
|
1334
1366
|
label: string;
|
|
@@ -1340,6 +1372,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1340
1372
|
server?: string | undefined;
|
|
1341
1373
|
id?: string | undefined;
|
|
1342
1374
|
navigationId?: string | undefined;
|
|
1375
|
+
loadTags?: boolean | undefined;
|
|
1343
1376
|
categories?: {
|
|
1344
1377
|
tags: string[];
|
|
1345
1378
|
label: string;
|
|
@@ -1538,6 +1571,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1538
1571
|
server?: string | undefined;
|
|
1539
1572
|
id?: string | undefined;
|
|
1540
1573
|
navigationId?: string | undefined;
|
|
1574
|
+
loadTags?: boolean | undefined;
|
|
1541
1575
|
categories?: {
|
|
1542
1576
|
tags: string[];
|
|
1543
1577
|
label: string;
|
|
@@ -1548,6 +1582,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1548
1582
|
server?: string | undefined;
|
|
1549
1583
|
id?: string | undefined;
|
|
1550
1584
|
navigationId?: string | undefined;
|
|
1585
|
+
loadTags?: boolean | undefined;
|
|
1551
1586
|
categories?: {
|
|
1552
1587
|
tags: string[];
|
|
1553
1588
|
label: string;
|
|
@@ -1559,6 +1594,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1559
1594
|
server?: string | undefined;
|
|
1560
1595
|
id?: string | undefined;
|
|
1561
1596
|
navigationId?: string | undefined;
|
|
1597
|
+
loadTags?: boolean | undefined;
|
|
1562
1598
|
categories?: {
|
|
1563
1599
|
tags: string[];
|
|
1564
1600
|
label: string;
|
|
@@ -1569,6 +1605,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1569
1605
|
server?: string | undefined;
|
|
1570
1606
|
id?: string | undefined;
|
|
1571
1607
|
navigationId?: string | undefined;
|
|
1608
|
+
loadTags?: boolean | undefined;
|
|
1572
1609
|
categories?: {
|
|
1573
1610
|
tags: string[];
|
|
1574
1611
|
label: string;
|
|
@@ -1579,6 +1616,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1579
1616
|
server?: string | undefined;
|
|
1580
1617
|
id?: string | undefined;
|
|
1581
1618
|
navigationId?: string | undefined;
|
|
1619
|
+
loadTags?: boolean | undefined;
|
|
1582
1620
|
categories?: {
|
|
1583
1621
|
tags: string[];
|
|
1584
1622
|
label: string;
|
|
@@ -1590,6 +1628,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
|
|
|
1590
1628
|
server?: string | undefined;
|
|
1591
1629
|
id?: string | undefined;
|
|
1592
1630
|
navigationId?: string | undefined;
|
|
1631
|
+
loadTags?: boolean | undefined;
|
|
1593
1632
|
categories?: {
|
|
1594
1633
|
tags: string[];
|
|
1595
1634
|
label: string;
|
|
@@ -2216,6 +2255,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2216
2255
|
id: z.ZodOptional<z.ZodString>;
|
|
2217
2256
|
server: z.ZodOptional<z.ZodString>;
|
|
2218
2257
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2258
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2219
2259
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2220
2260
|
label: z.ZodString;
|
|
2221
2261
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2232,6 +2272,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2232
2272
|
server?: string | undefined;
|
|
2233
2273
|
id?: string | undefined;
|
|
2234
2274
|
navigationId?: string | undefined;
|
|
2275
|
+
loadTags?: boolean | undefined;
|
|
2235
2276
|
categories?: {
|
|
2236
2277
|
tags: string[];
|
|
2237
2278
|
label: string;
|
|
@@ -2242,6 +2283,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2242
2283
|
server?: string | undefined;
|
|
2243
2284
|
id?: string | undefined;
|
|
2244
2285
|
navigationId?: string | undefined;
|
|
2286
|
+
loadTags?: boolean | undefined;
|
|
2245
2287
|
categories?: {
|
|
2246
2288
|
tags: string[];
|
|
2247
2289
|
label: string;
|
|
@@ -2253,6 +2295,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2253
2295
|
id: z.ZodOptional<z.ZodString>;
|
|
2254
2296
|
server: z.ZodOptional<z.ZodString>;
|
|
2255
2297
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2298
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2256
2299
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2257
2300
|
label: z.ZodString;
|
|
2258
2301
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2271,6 +2314,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2271
2314
|
server?: string | undefined;
|
|
2272
2315
|
id?: string | undefined;
|
|
2273
2316
|
navigationId?: string | undefined;
|
|
2317
|
+
loadTags?: boolean | undefined;
|
|
2274
2318
|
categories?: {
|
|
2275
2319
|
tags: string[];
|
|
2276
2320
|
label: string;
|
|
@@ -2282,6 +2326,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2282
2326
|
server?: string | undefined;
|
|
2283
2327
|
id?: string | undefined;
|
|
2284
2328
|
navigationId?: string | undefined;
|
|
2329
|
+
loadTags?: boolean | undefined;
|
|
2285
2330
|
categories?: {
|
|
2286
2331
|
tags: string[];
|
|
2287
2332
|
label: string;
|
|
@@ -2294,6 +2339,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2294
2339
|
id: z.ZodOptional<z.ZodString>;
|
|
2295
2340
|
server: z.ZodOptional<z.ZodString>;
|
|
2296
2341
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2342
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2297
2343
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2298
2344
|
label: z.ZodString;
|
|
2299
2345
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2310,6 +2356,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2310
2356
|
server?: string | undefined;
|
|
2311
2357
|
id?: string | undefined;
|
|
2312
2358
|
navigationId?: string | undefined;
|
|
2359
|
+
loadTags?: boolean | undefined;
|
|
2313
2360
|
categories?: {
|
|
2314
2361
|
tags: string[];
|
|
2315
2362
|
label: string;
|
|
@@ -2320,6 +2367,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2320
2367
|
server?: string | undefined;
|
|
2321
2368
|
id?: string | undefined;
|
|
2322
2369
|
navigationId?: string | undefined;
|
|
2370
|
+
loadTags?: boolean | undefined;
|
|
2323
2371
|
categories?: {
|
|
2324
2372
|
tags: string[];
|
|
2325
2373
|
label: string;
|
|
@@ -2331,6 +2379,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2331
2379
|
id: z.ZodOptional<z.ZodString>;
|
|
2332
2380
|
server: z.ZodOptional<z.ZodString>;
|
|
2333
2381
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2382
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2334
2383
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2335
2384
|
label: z.ZodString;
|
|
2336
2385
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2347,6 +2396,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2347
2396
|
server?: string | undefined;
|
|
2348
2397
|
id?: string | undefined;
|
|
2349
2398
|
navigationId?: string | undefined;
|
|
2399
|
+
loadTags?: boolean | undefined;
|
|
2350
2400
|
categories?: {
|
|
2351
2401
|
tags: string[];
|
|
2352
2402
|
label: string;
|
|
@@ -2357,6 +2407,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2357
2407
|
server?: string | undefined;
|
|
2358
2408
|
id?: string | undefined;
|
|
2359
2409
|
navigationId?: string | undefined;
|
|
2410
|
+
loadTags?: boolean | undefined;
|
|
2360
2411
|
categories?: {
|
|
2361
2412
|
tags: string[];
|
|
2362
2413
|
label: string;
|
|
@@ -2368,6 +2419,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2368
2419
|
id: z.ZodOptional<z.ZodString>;
|
|
2369
2420
|
server: z.ZodOptional<z.ZodString>;
|
|
2370
2421
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2422
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2371
2423
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2372
2424
|
label: z.ZodString;
|
|
2373
2425
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2386,6 +2438,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2386
2438
|
server?: string | undefined;
|
|
2387
2439
|
id?: string | undefined;
|
|
2388
2440
|
navigationId?: string | undefined;
|
|
2441
|
+
loadTags?: boolean | undefined;
|
|
2389
2442
|
categories?: {
|
|
2390
2443
|
tags: string[];
|
|
2391
2444
|
label: string;
|
|
@@ -2397,6 +2450,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2397
2450
|
server?: string | undefined;
|
|
2398
2451
|
id?: string | undefined;
|
|
2399
2452
|
navigationId?: string | undefined;
|
|
2453
|
+
loadTags?: boolean | undefined;
|
|
2400
2454
|
categories?: {
|
|
2401
2455
|
tags: string[];
|
|
2402
2456
|
label: string;
|
|
@@ -2409,6 +2463,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2409
2463
|
id: z.ZodOptional<z.ZodString>;
|
|
2410
2464
|
server: z.ZodOptional<z.ZodString>;
|
|
2411
2465
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
2466
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
2412
2467
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2413
2468
|
label: z.ZodString;
|
|
2414
2469
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2425,6 +2480,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2425
2480
|
server?: string | undefined;
|
|
2426
2481
|
id?: string | undefined;
|
|
2427
2482
|
navigationId?: string | undefined;
|
|
2483
|
+
loadTags?: boolean | undefined;
|
|
2428
2484
|
categories?: {
|
|
2429
2485
|
tags: string[];
|
|
2430
2486
|
label: string;
|
|
@@ -2435,6 +2491,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2435
2491
|
server?: string | undefined;
|
|
2436
2492
|
id?: string | undefined;
|
|
2437
2493
|
navigationId?: string | undefined;
|
|
2494
|
+
loadTags?: boolean | undefined;
|
|
2438
2495
|
categories?: {
|
|
2439
2496
|
tags: string[];
|
|
2440
2497
|
label: string;
|
|
@@ -2734,6 +2791,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2734
2791
|
server?: string | undefined;
|
|
2735
2792
|
id?: string | undefined;
|
|
2736
2793
|
navigationId?: string | undefined;
|
|
2794
|
+
loadTags?: boolean | undefined;
|
|
2737
2795
|
categories?: {
|
|
2738
2796
|
tags: string[];
|
|
2739
2797
|
label: string;
|
|
@@ -2744,6 +2802,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2744
2802
|
server?: string | undefined;
|
|
2745
2803
|
id?: string | undefined;
|
|
2746
2804
|
navigationId?: string | undefined;
|
|
2805
|
+
loadTags?: boolean | undefined;
|
|
2747
2806
|
categories?: {
|
|
2748
2807
|
tags: string[];
|
|
2749
2808
|
label: string;
|
|
@@ -2755,6 +2814,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2755
2814
|
server?: string | undefined;
|
|
2756
2815
|
id?: string | undefined;
|
|
2757
2816
|
navigationId?: string | undefined;
|
|
2817
|
+
loadTags?: boolean | undefined;
|
|
2758
2818
|
categories?: {
|
|
2759
2819
|
tags: string[];
|
|
2760
2820
|
label: string;
|
|
@@ -2765,6 +2825,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2765
2825
|
server?: string | undefined;
|
|
2766
2826
|
id?: string | undefined;
|
|
2767
2827
|
navigationId?: string | undefined;
|
|
2828
|
+
loadTags?: boolean | undefined;
|
|
2768
2829
|
categories?: {
|
|
2769
2830
|
tags: string[];
|
|
2770
2831
|
label: string;
|
|
@@ -2775,6 +2836,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2775
2836
|
server?: string | undefined;
|
|
2776
2837
|
id?: string | undefined;
|
|
2777
2838
|
navigationId?: string | undefined;
|
|
2839
|
+
loadTags?: boolean | undefined;
|
|
2778
2840
|
categories?: {
|
|
2779
2841
|
tags: string[];
|
|
2780
2842
|
label: string;
|
|
@@ -2786,6 +2848,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2786
2848
|
server?: string | undefined;
|
|
2787
2849
|
id?: string | undefined;
|
|
2788
2850
|
navigationId?: string | undefined;
|
|
2851
|
+
loadTags?: boolean | undefined;
|
|
2789
2852
|
categories?: {
|
|
2790
2853
|
tags: string[];
|
|
2791
2854
|
label: string;
|
|
@@ -2984,6 +3047,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2984
3047
|
server?: string | undefined;
|
|
2985
3048
|
id?: string | undefined;
|
|
2986
3049
|
navigationId?: string | undefined;
|
|
3050
|
+
loadTags?: boolean | undefined;
|
|
2987
3051
|
categories?: {
|
|
2988
3052
|
tags: string[];
|
|
2989
3053
|
label: string;
|
|
@@ -2994,6 +3058,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
2994
3058
|
server?: string | undefined;
|
|
2995
3059
|
id?: string | undefined;
|
|
2996
3060
|
navigationId?: string | undefined;
|
|
3061
|
+
loadTags?: boolean | undefined;
|
|
2997
3062
|
categories?: {
|
|
2998
3063
|
tags: string[];
|
|
2999
3064
|
label: string;
|
|
@@ -3005,6 +3070,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3005
3070
|
server?: string | undefined;
|
|
3006
3071
|
id?: string | undefined;
|
|
3007
3072
|
navigationId?: string | undefined;
|
|
3073
|
+
loadTags?: boolean | undefined;
|
|
3008
3074
|
categories?: {
|
|
3009
3075
|
tags: string[];
|
|
3010
3076
|
label: string;
|
|
@@ -3015,6 +3081,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3015
3081
|
server?: string | undefined;
|
|
3016
3082
|
id?: string | undefined;
|
|
3017
3083
|
navigationId?: string | undefined;
|
|
3084
|
+
loadTags?: boolean | undefined;
|
|
3018
3085
|
categories?: {
|
|
3019
3086
|
tags: string[];
|
|
3020
3087
|
label: string;
|
|
@@ -3025,6 +3092,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3025
3092
|
server?: string | undefined;
|
|
3026
3093
|
id?: string | undefined;
|
|
3027
3094
|
navigationId?: string | undefined;
|
|
3095
|
+
loadTags?: boolean | undefined;
|
|
3028
3096
|
categories?: {
|
|
3029
3097
|
tags: string[];
|
|
3030
3098
|
label: string;
|
|
@@ -3036,6 +3104,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
|
|
|
3036
3104
|
server?: string | undefined;
|
|
3037
3105
|
id?: string | undefined;
|
|
3038
3106
|
navigationId?: string | undefined;
|
|
3107
|
+
loadTags?: boolean | undefined;
|
|
3039
3108
|
categories?: {
|
|
3040
3109
|
tags: string[];
|
|
3041
3110
|
label: string;
|
|
@@ -3650,6 +3719,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3650
3719
|
id: z.ZodOptional<z.ZodString>;
|
|
3651
3720
|
server: z.ZodOptional<z.ZodString>;
|
|
3652
3721
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3722
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3653
3723
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3654
3724
|
label: z.ZodString;
|
|
3655
3725
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3666,6 +3736,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3666
3736
|
server?: string | undefined;
|
|
3667
3737
|
id?: string | undefined;
|
|
3668
3738
|
navigationId?: string | undefined;
|
|
3739
|
+
loadTags?: boolean | undefined;
|
|
3669
3740
|
categories?: {
|
|
3670
3741
|
tags: string[];
|
|
3671
3742
|
label: string;
|
|
@@ -3676,6 +3747,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3676
3747
|
server?: string | undefined;
|
|
3677
3748
|
id?: string | undefined;
|
|
3678
3749
|
navigationId?: string | undefined;
|
|
3750
|
+
loadTags?: boolean | undefined;
|
|
3679
3751
|
categories?: {
|
|
3680
3752
|
tags: string[];
|
|
3681
3753
|
label: string;
|
|
@@ -3687,6 +3759,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3687
3759
|
id: z.ZodOptional<z.ZodString>;
|
|
3688
3760
|
server: z.ZodOptional<z.ZodString>;
|
|
3689
3761
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3762
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3690
3763
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3691
3764
|
label: z.ZodString;
|
|
3692
3765
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3705,6 +3778,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3705
3778
|
server?: string | undefined;
|
|
3706
3779
|
id?: string | undefined;
|
|
3707
3780
|
navigationId?: string | undefined;
|
|
3781
|
+
loadTags?: boolean | undefined;
|
|
3708
3782
|
categories?: {
|
|
3709
3783
|
tags: string[];
|
|
3710
3784
|
label: string;
|
|
@@ -3716,6 +3790,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3716
3790
|
server?: string | undefined;
|
|
3717
3791
|
id?: string | undefined;
|
|
3718
3792
|
navigationId?: string | undefined;
|
|
3793
|
+
loadTags?: boolean | undefined;
|
|
3719
3794
|
categories?: {
|
|
3720
3795
|
tags: string[];
|
|
3721
3796
|
label: string;
|
|
@@ -3728,6 +3803,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3728
3803
|
id: z.ZodOptional<z.ZodString>;
|
|
3729
3804
|
server: z.ZodOptional<z.ZodString>;
|
|
3730
3805
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3806
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3731
3807
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3732
3808
|
label: z.ZodString;
|
|
3733
3809
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3744,6 +3820,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3744
3820
|
server?: string | undefined;
|
|
3745
3821
|
id?: string | undefined;
|
|
3746
3822
|
navigationId?: string | undefined;
|
|
3823
|
+
loadTags?: boolean | undefined;
|
|
3747
3824
|
categories?: {
|
|
3748
3825
|
tags: string[];
|
|
3749
3826
|
label: string;
|
|
@@ -3754,6 +3831,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3754
3831
|
server?: string | undefined;
|
|
3755
3832
|
id?: string | undefined;
|
|
3756
3833
|
navigationId?: string | undefined;
|
|
3834
|
+
loadTags?: boolean | undefined;
|
|
3757
3835
|
categories?: {
|
|
3758
3836
|
tags: string[];
|
|
3759
3837
|
label: string;
|
|
@@ -3765,6 +3843,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3765
3843
|
id: z.ZodOptional<z.ZodString>;
|
|
3766
3844
|
server: z.ZodOptional<z.ZodString>;
|
|
3767
3845
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3846
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3768
3847
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3769
3848
|
label: z.ZodString;
|
|
3770
3849
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3781,6 +3860,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3781
3860
|
server?: string | undefined;
|
|
3782
3861
|
id?: string | undefined;
|
|
3783
3862
|
navigationId?: string | undefined;
|
|
3863
|
+
loadTags?: boolean | undefined;
|
|
3784
3864
|
categories?: {
|
|
3785
3865
|
tags: string[];
|
|
3786
3866
|
label: string;
|
|
@@ -3791,6 +3871,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3791
3871
|
server?: string | undefined;
|
|
3792
3872
|
id?: string | undefined;
|
|
3793
3873
|
navigationId?: string | undefined;
|
|
3874
|
+
loadTags?: boolean | undefined;
|
|
3794
3875
|
categories?: {
|
|
3795
3876
|
tags: string[];
|
|
3796
3877
|
label: string;
|
|
@@ -3802,6 +3883,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3802
3883
|
id: z.ZodOptional<z.ZodString>;
|
|
3803
3884
|
server: z.ZodOptional<z.ZodString>;
|
|
3804
3885
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3886
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3805
3887
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3806
3888
|
label: z.ZodString;
|
|
3807
3889
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3820,6 +3902,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3820
3902
|
server?: string | undefined;
|
|
3821
3903
|
id?: string | undefined;
|
|
3822
3904
|
navigationId?: string | undefined;
|
|
3905
|
+
loadTags?: boolean | undefined;
|
|
3823
3906
|
categories?: {
|
|
3824
3907
|
tags: string[];
|
|
3825
3908
|
label: string;
|
|
@@ -3831,6 +3914,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3831
3914
|
server?: string | undefined;
|
|
3832
3915
|
id?: string | undefined;
|
|
3833
3916
|
navigationId?: string | undefined;
|
|
3917
|
+
loadTags?: boolean | undefined;
|
|
3834
3918
|
categories?: {
|
|
3835
3919
|
tags: string[];
|
|
3836
3920
|
label: string;
|
|
@@ -3843,6 +3927,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3843
3927
|
id: z.ZodOptional<z.ZodString>;
|
|
3844
3928
|
server: z.ZodOptional<z.ZodString>;
|
|
3845
3929
|
navigationId: z.ZodOptional<z.ZodString>;
|
|
3930
|
+
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
3846
3931
|
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3847
3932
|
label: z.ZodString;
|
|
3848
3933
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3859,6 +3944,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3859
3944
|
server?: string | undefined;
|
|
3860
3945
|
id?: string | undefined;
|
|
3861
3946
|
navigationId?: string | undefined;
|
|
3947
|
+
loadTags?: boolean | undefined;
|
|
3862
3948
|
categories?: {
|
|
3863
3949
|
tags: string[];
|
|
3864
3950
|
label: string;
|
|
@@ -3869,6 +3955,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
3869
3955
|
server?: string | undefined;
|
|
3870
3956
|
id?: string | undefined;
|
|
3871
3957
|
navigationId?: string | undefined;
|
|
3958
|
+
loadTags?: boolean | undefined;
|
|
3872
3959
|
categories?: {
|
|
3873
3960
|
tags: string[];
|
|
3874
3961
|
label: string;
|
|
@@ -4168,6 +4255,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4168
4255
|
server?: string | undefined;
|
|
4169
4256
|
id?: string | undefined;
|
|
4170
4257
|
navigationId?: string | undefined;
|
|
4258
|
+
loadTags?: boolean | undefined;
|
|
4171
4259
|
categories?: {
|
|
4172
4260
|
tags: string[];
|
|
4173
4261
|
label: string;
|
|
@@ -4178,6 +4266,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4178
4266
|
server?: string | undefined;
|
|
4179
4267
|
id?: string | undefined;
|
|
4180
4268
|
navigationId?: string | undefined;
|
|
4269
|
+
loadTags?: boolean | undefined;
|
|
4181
4270
|
categories?: {
|
|
4182
4271
|
tags: string[];
|
|
4183
4272
|
label: string;
|
|
@@ -4189,6 +4278,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4189
4278
|
server?: string | undefined;
|
|
4190
4279
|
id?: string | undefined;
|
|
4191
4280
|
navigationId?: string | undefined;
|
|
4281
|
+
loadTags?: boolean | undefined;
|
|
4192
4282
|
categories?: {
|
|
4193
4283
|
tags: string[];
|
|
4194
4284
|
label: string;
|
|
@@ -4199,6 +4289,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4199
4289
|
server?: string | undefined;
|
|
4200
4290
|
id?: string | undefined;
|
|
4201
4291
|
navigationId?: string | undefined;
|
|
4292
|
+
loadTags?: boolean | undefined;
|
|
4202
4293
|
categories?: {
|
|
4203
4294
|
tags: string[];
|
|
4204
4295
|
label: string;
|
|
@@ -4209,6 +4300,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4209
4300
|
server?: string | undefined;
|
|
4210
4301
|
id?: string | undefined;
|
|
4211
4302
|
navigationId?: string | undefined;
|
|
4303
|
+
loadTags?: boolean | undefined;
|
|
4212
4304
|
categories?: {
|
|
4213
4305
|
tags: string[];
|
|
4214
4306
|
label: string;
|
|
@@ -4220,6 +4312,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4220
4312
|
server?: string | undefined;
|
|
4221
4313
|
id?: string | undefined;
|
|
4222
4314
|
navigationId?: string | undefined;
|
|
4315
|
+
loadTags?: boolean | undefined;
|
|
4223
4316
|
categories?: {
|
|
4224
4317
|
tags: string[];
|
|
4225
4318
|
label: string;
|
|
@@ -4418,6 +4511,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4418
4511
|
server?: string | undefined;
|
|
4419
4512
|
id?: string | undefined;
|
|
4420
4513
|
navigationId?: string | undefined;
|
|
4514
|
+
loadTags?: boolean | undefined;
|
|
4421
4515
|
categories?: {
|
|
4422
4516
|
tags: string[];
|
|
4423
4517
|
label: string;
|
|
@@ -4428,6 +4522,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4428
4522
|
server?: string | undefined;
|
|
4429
4523
|
id?: string | undefined;
|
|
4430
4524
|
navigationId?: string | undefined;
|
|
4525
|
+
loadTags?: boolean | undefined;
|
|
4431
4526
|
categories?: {
|
|
4432
4527
|
tags: string[];
|
|
4433
4528
|
label: string;
|
|
@@ -4439,6 +4534,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4439
4534
|
server?: string | undefined;
|
|
4440
4535
|
id?: string | undefined;
|
|
4441
4536
|
navigationId?: string | undefined;
|
|
4537
|
+
loadTags?: boolean | undefined;
|
|
4442
4538
|
categories?: {
|
|
4443
4539
|
tags: string[];
|
|
4444
4540
|
label: string;
|
|
@@ -4449,6 +4545,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4449
4545
|
server?: string | undefined;
|
|
4450
4546
|
id?: string | undefined;
|
|
4451
4547
|
navigationId?: string | undefined;
|
|
4548
|
+
loadTags?: boolean | undefined;
|
|
4452
4549
|
categories?: {
|
|
4453
4550
|
tags: string[];
|
|
4454
4551
|
label: string;
|
|
@@ -4459,6 +4556,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4459
4556
|
server?: string | undefined;
|
|
4460
4557
|
id?: string | undefined;
|
|
4461
4558
|
navigationId?: string | undefined;
|
|
4559
|
+
loadTags?: boolean | undefined;
|
|
4462
4560
|
categories?: {
|
|
4463
4561
|
tags: string[];
|
|
4464
4562
|
label: string;
|
|
@@ -4470,6 +4568,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4470
4568
|
server?: string | undefined;
|
|
4471
4569
|
id?: string | undefined;
|
|
4472
4570
|
navigationId?: string | undefined;
|
|
4571
|
+
loadTags?: boolean | undefined;
|
|
4473
4572
|
categories?: {
|
|
4474
4573
|
tags: string[];
|
|
4475
4574
|
label: string;
|
|
@@ -4668,6 +4767,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4668
4767
|
server?: string | undefined;
|
|
4669
4768
|
id?: string | undefined;
|
|
4670
4769
|
navigationId?: string | undefined;
|
|
4770
|
+
loadTags?: boolean | undefined;
|
|
4671
4771
|
categories?: {
|
|
4672
4772
|
tags: string[];
|
|
4673
4773
|
label: string;
|
|
@@ -4678,6 +4778,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4678
4778
|
server?: string | undefined;
|
|
4679
4779
|
id?: string | undefined;
|
|
4680
4780
|
navigationId?: string | undefined;
|
|
4781
|
+
loadTags?: boolean | undefined;
|
|
4681
4782
|
categories?: {
|
|
4682
4783
|
tags: string[];
|
|
4683
4784
|
label: string;
|
|
@@ -4689,6 +4790,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4689
4790
|
server?: string | undefined;
|
|
4690
4791
|
id?: string | undefined;
|
|
4691
4792
|
navigationId?: string | undefined;
|
|
4793
|
+
loadTags?: boolean | undefined;
|
|
4692
4794
|
categories?: {
|
|
4693
4795
|
tags: string[];
|
|
4694
4796
|
label: string;
|
|
@@ -4699,6 +4801,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4699
4801
|
server?: string | undefined;
|
|
4700
4802
|
id?: string | undefined;
|
|
4701
4803
|
navigationId?: string | undefined;
|
|
4804
|
+
loadTags?: boolean | undefined;
|
|
4702
4805
|
categories?: {
|
|
4703
4806
|
tags: string[];
|
|
4704
4807
|
label: string;
|
|
@@ -4709,6 +4812,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4709
4812
|
server?: string | undefined;
|
|
4710
4813
|
id?: string | undefined;
|
|
4711
4814
|
navigationId?: string | undefined;
|
|
4815
|
+
loadTags?: boolean | undefined;
|
|
4712
4816
|
categories?: {
|
|
4713
4817
|
tags: string[];
|
|
4714
4818
|
label: string;
|
|
@@ -4720,6 +4824,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4720
4824
|
server?: string | undefined;
|
|
4721
4825
|
id?: string | undefined;
|
|
4722
4826
|
navigationId?: string | undefined;
|
|
4827
|
+
loadTags?: boolean | undefined;
|
|
4723
4828
|
categories?: {
|
|
4724
4829
|
tags: string[];
|
|
4725
4830
|
label: string;
|
|
@@ -4918,6 +5023,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4918
5023
|
server?: string | undefined;
|
|
4919
5024
|
id?: string | undefined;
|
|
4920
5025
|
navigationId?: string | undefined;
|
|
5026
|
+
loadTags?: boolean | undefined;
|
|
4921
5027
|
categories?: {
|
|
4922
5028
|
tags: string[];
|
|
4923
5029
|
label: string;
|
|
@@ -4928,6 +5034,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4928
5034
|
server?: string | undefined;
|
|
4929
5035
|
id?: string | undefined;
|
|
4930
5036
|
navigationId?: string | undefined;
|
|
5037
|
+
loadTags?: boolean | undefined;
|
|
4931
5038
|
categories?: {
|
|
4932
5039
|
tags: string[];
|
|
4933
5040
|
label: string;
|
|
@@ -4939,6 +5046,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4939
5046
|
server?: string | undefined;
|
|
4940
5047
|
id?: string | undefined;
|
|
4941
5048
|
navigationId?: string | undefined;
|
|
5049
|
+
loadTags?: boolean | undefined;
|
|
4942
5050
|
categories?: {
|
|
4943
5051
|
tags: string[];
|
|
4944
5052
|
label: string;
|
|
@@ -4949,6 +5057,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4949
5057
|
server?: string | undefined;
|
|
4950
5058
|
id?: string | undefined;
|
|
4951
5059
|
navigationId?: string | undefined;
|
|
5060
|
+
loadTags?: boolean | undefined;
|
|
4952
5061
|
categories?: {
|
|
4953
5062
|
tags: string[];
|
|
4954
5063
|
label: string;
|
|
@@ -4959,6 +5068,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4959
5068
|
server?: string | undefined;
|
|
4960
5069
|
id?: string | undefined;
|
|
4961
5070
|
navigationId?: string | undefined;
|
|
5071
|
+
loadTags?: boolean | undefined;
|
|
4962
5072
|
categories?: {
|
|
4963
5073
|
tags: string[];
|
|
4964
5074
|
label: string;
|
|
@@ -4970,6 +5080,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
|
|
|
4970
5080
|
server?: string | undefined;
|
|
4971
5081
|
id?: string | undefined;
|
|
4972
5082
|
navigationId?: string | undefined;
|
|
5083
|
+
loadTags?: boolean | undefined;
|
|
4973
5084
|
categories?: {
|
|
4974
5085
|
tags: string[];
|
|
4975
5086
|
label: string;
|