zudoku 0.35.5 → 0.36.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.
Files changed (131) hide show
  1. package/dist/app/entry.server.js +5 -1
  2. package/dist/app/entry.server.js.map +1 -1
  3. package/dist/config/validators/common.d.ts +176 -176
  4. package/dist/config/validators/common.js +8 -6
  5. package/dist/config/validators/common.js.map +1 -1
  6. package/dist/config/validators/validate.d.ts +63 -63
  7. package/dist/lib/authentication/providers/openid.js +11 -7
  8. package/dist/lib/authentication/providers/openid.js.map +1 -1
  9. package/dist/lib/components/AnchorLink.js +3 -2
  10. package/dist/lib/components/AnchorLink.js.map +1 -1
  11. package/dist/lib/components/Layout.js +3 -14
  12. package/dist/lib/components/Layout.js.map +1 -1
  13. package/dist/lib/components/Zudoku.js +3 -1
  14. package/dist/lib/components/Zudoku.js.map +1 -1
  15. package/dist/lib/components/cache.d.ts +7 -0
  16. package/dist/lib/components/cache.js +7 -0
  17. package/dist/lib/components/cache.js.map +1 -1
  18. package/dist/lib/components/context/ViewportAnchorContext.js +3 -6
  19. package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
  20. package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
  21. package/dist/lib/components/context/ZudokuContext.js +4 -3
  22. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  23. package/dist/lib/components/navigation/SidebarItem.js +3 -2
  24. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  25. package/dist/lib/core/ZudokuContext.d.ts +8 -6
  26. package/dist/lib/core/ZudokuContext.js +4 -2
  27. package/dist/lib/core/ZudokuContext.js.map +1 -1
  28. package/dist/lib/core/plugins.d.ts +3 -3
  29. package/dist/lib/hooks/useEvent.test.js +1 -1
  30. package/dist/lib/hooks/useEvent.test.js.map +1 -1
  31. package/dist/lib/oas/graphql/index.d.ts +16 -4
  32. package/dist/lib/oas/graphql/index.js +59 -43
  33. package/dist/lib/oas/graphql/index.js.map +1 -1
  34. package/dist/lib/plugins/openapi/OperationList.js +19 -5
  35. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  36. package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
  37. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  38. package/dist/lib/plugins/openapi/Sidecar.js +2 -2
  39. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  40. package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +1 -1
  41. package/dist/lib/plugins/openapi/client/useCreateQuery.js +2 -1
  42. package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
  43. package/dist/lib/plugins/openapi/graphql/gql.d.ts +4 -4
  44. package/dist/lib/plugins/openapi/graphql/gql.js +3 -3
  45. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  46. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +34 -45
  47. package/dist/lib/plugins/openapi/graphql/graphql.js +20 -30
  48. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  49. package/dist/lib/plugins/openapi/index.d.ts +5 -10
  50. package/dist/lib/plugins/openapi/index.js +29 -60
  51. package/dist/lib/plugins/openapi/index.js.map +1 -1
  52. package/dist/lib/plugins/openapi/interfaces.d.ts +3 -1
  53. package/dist/lib/plugins/openapi/util/createSidebarCategory.js +5 -7
  54. package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +1 -1
  55. package/dist/lib/util/traverse.js +2 -2
  56. package/dist/lib/util/traverse.js.map +1 -1
  57. package/dist/lib/util/useScrollToAnchor.js +2 -0
  58. package/dist/lib/util/useScrollToAnchor.js.map +1 -1
  59. package/dist/vite/api/schema-codegen.js +19 -4
  60. package/dist/vite/api/schema-codegen.js.map +1 -1
  61. package/dist/vite/api/schema-codegen.test.js +61 -0
  62. package/dist/vite/api/schema-codegen.test.js.map +1 -1
  63. package/dist/vite/plugin-api.js +3 -11
  64. package/dist/vite/plugin-api.js.map +1 -1
  65. package/lib/{AuthenticationPlugin-4ip08maU.js → AuthenticationPlugin-Cr6xjOJD.js} +2 -2
  66. package/lib/{AuthenticationPlugin-4ip08maU.js.map → AuthenticationPlugin-Cr6xjOJD.js.map} +1 -1
  67. package/lib/{Markdown-hBN9vkm5.js → Markdown-BlioIqkZ.js} +313 -311
  68. package/lib/Markdown-BlioIqkZ.js.map +1 -0
  69. package/lib/{MdxPage-UCWwxhzC.js → MdxPage-7XnN9J9R.js} +3 -3
  70. package/lib/{MdxPage-UCWwxhzC.js.map → MdxPage-7XnN9J9R.js.map} +1 -1
  71. package/lib/{OasProvider-CJ8KOnsH.js → OasProvider-BaRRMSsD.js} +3 -3
  72. package/lib/{OasProvider-CJ8KOnsH.js.map → OasProvider-BaRRMSsD.js.map} +1 -1
  73. package/lib/{OperationList-C4rpJdcE.js → OperationList-BjL1hzSx.js} +988 -961
  74. package/lib/OperationList-BjL1hzSx.js.map +1 -0
  75. package/lib/{SlotletProvider-D-XPr1Wg.js → SlotletProvider-CXb3wQiR.js} +2 -2
  76. package/lib/{SlotletProvider-D-XPr1Wg.js.map → SlotletProvider-CXb3wQiR.js.map} +1 -1
  77. package/lib/{circular-v7K6lDDh.js → circular-ByJI6Mci.js} +4887 -4419
  78. package/lib/circular-ByJI6Mci.js.map +1 -0
  79. package/lib/{createServer-BEFAOb-x.js → createServer-DjgKDpGV.js} +3887 -4291
  80. package/lib/createServer-DjgKDpGV.js.map +1 -0
  81. package/lib/{hook-CfCFKZ-2.js → hook-Bo80UX00.js} +75 -74
  82. package/lib/hook-Bo80UX00.js.map +1 -0
  83. package/lib/{index-Dowg8c_k.js → index-D5m8_oyY.js} +612 -650
  84. package/lib/index-D5m8_oyY.js.map +1 -0
  85. package/lib/post-processors/traverse.js +2 -2
  86. package/lib/post-processors/traverse.js.map +1 -1
  87. package/lib/zudoku.auth-auth0.js +1 -1
  88. package/lib/zudoku.auth-clerk.js +2 -2
  89. package/lib/zudoku.auth-openid.js +283 -282
  90. package/lib/zudoku.auth-openid.js.map +1 -1
  91. package/lib/zudoku.components.js +395 -397
  92. package/lib/zudoku.components.js.map +1 -1
  93. package/lib/zudoku.hooks.js +1 -1
  94. package/lib/zudoku.plugin-api-catalog.js +2 -2
  95. package/lib/zudoku.plugin-api-keys.js +2 -2
  96. package/lib/zudoku.plugin-custom-pages.js +1 -1
  97. package/lib/zudoku.plugin-markdown.js +1 -1
  98. package/lib/zudoku.plugin-openapi.js +4 -5
  99. package/lib/zudoku.plugin-openapi.js.map +1 -1
  100. package/lib/zudoku.plugins.js.map +1 -1
  101. package/package.json +5 -5
  102. package/src/app/entry.server.tsx +7 -1
  103. package/src/lib/authentication/providers/openid.tsx +12 -9
  104. package/src/lib/components/AnchorLink.tsx +4 -2
  105. package/src/lib/components/Layout.tsx +3 -16
  106. package/src/lib/components/Zudoku.tsx +5 -1
  107. package/src/lib/components/cache.ts +8 -0
  108. package/src/lib/components/context/ViewportAnchorContext.tsx +3 -6
  109. package/src/lib/components/context/ZudokuContext.ts +5 -4
  110. package/src/lib/components/navigation/SidebarItem.tsx +3 -2
  111. package/src/lib/core/ZudokuContext.ts +11 -8
  112. package/src/lib/core/plugins.ts +4 -4
  113. package/src/lib/hooks/useEvent.test.tsx +1 -1
  114. package/src/lib/oas/graphql/index.ts +116 -76
  115. package/src/lib/plugins/openapi/OperationList.tsx +31 -37
  116. package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
  117. package/src/lib/plugins/openapi/Sidecar.tsx +2 -2
  118. package/src/lib/plugins/openapi/client/useCreateQuery.ts +2 -1
  119. package/src/lib/plugins/openapi/graphql/gql.ts +17 -17
  120. package/src/lib/plugins/openapi/graphql/graphql.ts +62 -79
  121. package/src/lib/plugins/openapi/index.tsx +40 -84
  122. package/src/lib/plugins/openapi/interfaces.ts +4 -1
  123. package/src/lib/plugins/openapi/util/createSidebarCategory.tsx +5 -7
  124. package/src/lib/util/traverse.ts +2 -2
  125. package/src/lib/util/useScrollToAnchor.ts +2 -0
  126. package/lib/Markdown-hBN9vkm5.js.map +0 -1
  127. package/lib/OperationList-C4rpJdcE.js.map +0 -1
  128. package/lib/circular-v7K6lDDh.js.map +0 -1
  129. package/lib/createServer-BEFAOb-x.js.map +0 -1
  130. package/lib/hook-CfCFKZ-2.js.map +0 -1
  131. package/lib/index-Dowg8c_k.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
- loadTags?: boolean | undefined;
32
31
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
32
+ expandAllTags?: boolean | undefined;
33
33
  }, {
34
34
  examplesLanguage?: string | undefined;
35
35
  disablePlayground?: boolean | undefined;
36
- loadTags?: boolean | undefined;
37
36
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
48
47
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
64
63
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
97
96
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
97
+ expandAllTags?: boolean | undefined;
98
98
  }, {
99
99
  examplesLanguage?: string | undefined;
100
100
  disablePlayground?: boolean | undefined;
101
- loadTags?: boolean | undefined;
102
101
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
115
114
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
132
131
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
166
165
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
166
+ expandAllTags?: boolean | undefined;
167
167
  }, {
168
168
  examplesLanguage?: string | undefined;
169
169
  disablePlayground?: boolean | undefined;
170
- loadTags?: boolean | undefined;
171
170
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
182
181
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
198
197
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
198
+ expandAllTags?: boolean | undefined;
199
199
  } | undefined;
200
200
  navigationId?: string | undefined;
201
201
  categories?: {
@@ -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
- loadTags?: boolean | undefined;
1000
999
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1000
+ expandAllTags?: boolean | undefined;
1001
1001
  }, {
1002
1002
  examplesLanguage?: string | undefined;
1003
1003
  disablePlayground?: boolean | undefined;
1004
- loadTags?: boolean | undefined;
1005
1004
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1016
1015
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1032
1031
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1065
1064
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1065
+ expandAllTags?: boolean | undefined;
1066
1066
  }, {
1067
1067
  examplesLanguage?: string | undefined;
1068
1068
  disablePlayground?: boolean | undefined;
1069
- loadTags?: boolean | undefined;
1070
1069
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1083
1082
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1100
1099
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1134
1133
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1134
+ expandAllTags?: boolean | undefined;
1135
1135
  }, {
1136
1136
  examplesLanguage?: string | undefined;
1137
1137
  disablePlayground?: boolean | undefined;
1138
- loadTags?: boolean | undefined;
1139
1138
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1150
1149
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1166
1165
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1199
1198
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1199
+ expandAllTags?: boolean | undefined;
1200
1200
  }, {
1201
1201
  examplesLanguage?: string | undefined;
1202
1202
  disablePlayground?: boolean | undefined;
1203
- loadTags?: boolean | undefined;
1204
1203
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1215
1214
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1231
1230
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1264
1263
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1264
+ expandAllTags?: boolean | undefined;
1265
1265
  }, {
1266
1266
  examplesLanguage?: string | undefined;
1267
1267
  disablePlayground?: boolean | undefined;
1268
- loadTags?: boolean | undefined;
1269
1268
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1282
1281
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1299
1298
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1333
1332
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1333
+ expandAllTags?: boolean | undefined;
1334
1334
  }, {
1335
1335
  examplesLanguage?: string | undefined;
1336
1336
  disablePlayground?: boolean | undefined;
1337
- loadTags?: boolean | undefined;
1338
1337
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1349
1348
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1365
1364
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1522
1521
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1522
+ expandAllTags?: boolean | undefined;
1523
1523
  }, {
1524
1524
  examplesLanguage?: string | undefined;
1525
1525
  disablePlayground?: boolean | undefined;
1526
- loadTags?: boolean | undefined;
1527
1526
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1538
1537
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1546
1545
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1556
1555
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1556
+ expandAllTags?: boolean | undefined;
1557
1557
  };
1558
1558
  examplesLanguage?: string | undefined;
1559
1559
  };
@@ -1703,8 +1703,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
1703
1703
  options?: {
1704
1704
  examplesLanguage?: string | undefined;
1705
1705
  disablePlayground?: boolean | undefined;
1706
- loadTags?: boolean | undefined;
1707
1706
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1723
1722
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1740
1739
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1756
1755
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1772
1771
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1789
1788
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
1876
1875
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1876
+ expandAllTags?: boolean | undefined;
1877
1877
  };
1878
1878
  examplesLanguage?: string | undefined;
1879
1879
  };
@@ -2023,8 +2023,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
2023
2023
  options?: {
2024
2024
  examplesLanguage?: string | undefined;
2025
2025
  disablePlayground?: boolean | undefined;
2026
- loadTags?: boolean | undefined;
2027
2026
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2043
2042
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2060
2059
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2076
2075
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2092
2091
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2109
2108
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2109
+ expandAllTags?: boolean | undefined;
2110
2110
  } | undefined;
2111
2111
  navigationId?: string | undefined;
2112
2112
  categories?: {
@@ -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
- loadTags?: boolean | undefined;
2870
2869
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2870
+ expandAllTags?: boolean | undefined;
2871
2871
  }, {
2872
2872
  examplesLanguage?: string | undefined;
2873
2873
  disablePlayground?: boolean | undefined;
2874
- loadTags?: boolean | undefined;
2875
2874
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2886
2885
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2902
2901
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2935
2934
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2935
+ expandAllTags?: boolean | undefined;
2936
2936
  }, {
2937
2937
  examplesLanguage?: string | undefined;
2938
2938
  disablePlayground?: boolean | undefined;
2939
- loadTags?: boolean | undefined;
2940
2939
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2953
2952
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
2970
2969
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3004
3003
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3004
+ expandAllTags?: boolean | undefined;
3005
3005
  }, {
3006
3006
  examplesLanguage?: string | undefined;
3007
3007
  disablePlayground?: boolean | undefined;
3008
- loadTags?: boolean | undefined;
3009
3008
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3020
3019
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3036
3035
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3069
3068
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3069
+ expandAllTags?: boolean | undefined;
3070
3070
  }, {
3071
3071
  examplesLanguage?: string | undefined;
3072
3072
  disablePlayground?: boolean | undefined;
3073
- loadTags?: boolean | undefined;
3074
3073
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3085
3084
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3101
3100
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3134
3133
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3134
+ expandAllTags?: boolean | undefined;
3135
3135
  }, {
3136
3136
  examplesLanguage?: string | undefined;
3137
3137
  disablePlayground?: boolean | undefined;
3138
- loadTags?: boolean | undefined;
3139
3138
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3152
3151
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3169
3168
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3203
3202
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3203
+ expandAllTags?: boolean | undefined;
3204
3204
  }, {
3205
3205
  examplesLanguage?: string | undefined;
3206
3206
  disablePlayground?: boolean | undefined;
3207
- loadTags?: boolean | undefined;
3208
3207
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3219
3218
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3235
3234
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3392
3391
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3392
+ expandAllTags?: boolean | undefined;
3393
3393
  }, {
3394
3394
  examplesLanguage?: string | undefined;
3395
3395
  disablePlayground?: boolean | undefined;
3396
- loadTags?: boolean | undefined;
3397
3396
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3408
3407
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3416
3415
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3445
3444
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3445
+ expandAllTags?: boolean | undefined;
3446
3446
  };
3447
3447
  examplesLanguage?: string | undefined;
3448
3448
  } | undefined;
@@ -3604,8 +3604,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3604
3604
  options?: {
3605
3605
  examplesLanguage?: string | undefined;
3606
3606
  disablePlayground?: boolean | undefined;
3607
- loadTags?: boolean | undefined;
3608
3607
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3624
3623
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3641
3640
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3657
3656
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3673
3672
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3690
3689
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3765
3764
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3765
+ expandAllTags?: boolean | undefined;
3766
3766
  };
3767
3767
  examplesLanguage?: string | undefined;
3768
3768
  } | undefined;
@@ -3924,8 +3924,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3924
3924
  options?: {
3925
3925
  examplesLanguage?: string | undefined;
3926
3926
  disablePlayground?: boolean | undefined;
3927
- loadTags?: boolean | undefined;
3928
3927
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3944
3943
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3961
3960
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3977
3976
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
3993
3992
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4010
4009
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4010
+ expandAllTags?: boolean | undefined;
4011
4011
  } | undefined;
4012
4012
  navigationId?: string | undefined;
4013
4013
  categories?: {
@@ -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
- loadTags?: boolean | undefined;
4739
4738
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4739
+ expandAllTags?: boolean | undefined;
4740
4740
  }, {
4741
4741
  examplesLanguage?: string | undefined;
4742
4742
  disablePlayground?: boolean | undefined;
4743
- loadTags?: boolean | undefined;
4744
4743
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4755
4754
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4771
4770
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4804
4803
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4804
+ expandAllTags?: boolean | undefined;
4805
4805
  }, {
4806
4806
  examplesLanguage?: string | undefined;
4807
4807
  disablePlayground?: boolean | undefined;
4808
- loadTags?: boolean | undefined;
4809
4808
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4822
4821
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4839
4838
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4873
4872
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4873
+ expandAllTags?: boolean | undefined;
4874
4874
  }, {
4875
4875
  examplesLanguage?: string | undefined;
4876
4876
  disablePlayground?: boolean | undefined;
4877
- loadTags?: boolean | undefined;
4878
4877
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4889
4888
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4905
4904
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4938
4937
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4938
+ expandAllTags?: boolean | undefined;
4939
4939
  }, {
4940
4940
  examplesLanguage?: string | undefined;
4941
4941
  disablePlayground?: boolean | undefined;
4942
- loadTags?: boolean | undefined;
4943
4942
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4954
4953
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
4970
4969
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5003
5002
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5003
+ expandAllTags?: boolean | undefined;
5004
5004
  }, {
5005
5005
  examplesLanguage?: string | undefined;
5006
5006
  disablePlayground?: boolean | undefined;
5007
- loadTags?: boolean | undefined;
5008
5007
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5021
5020
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5038
5037
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5072
5071
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5072
+ expandAllTags?: boolean | undefined;
5073
5073
  }, {
5074
5074
  examplesLanguage?: string | undefined;
5075
5075
  disablePlayground?: boolean | undefined;
5076
- loadTags?: boolean | undefined;
5077
5076
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5088
5087
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5104
5103
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5261
5260
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5261
+ expandAllTags?: boolean | undefined;
5262
5262
  }, {
5263
5263
  examplesLanguage?: string | undefined;
5264
5264
  disablePlayground?: boolean | undefined;
5265
- loadTags?: boolean | undefined;
5266
5265
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5277
5276
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5285
5284
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5314
5313
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5314
+ expandAllTags?: boolean | undefined;
5315
5315
  };
5316
5316
  examplesLanguage?: string | undefined;
5317
5317
  } | 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
- loadTags?: boolean | undefined;
5477
5476
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5493
5492
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5510
5509
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5526
5525
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5542
5541
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5559
5558
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5634
5633
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5634
+ expandAllTags?: boolean | undefined;
5635
5635
  };
5636
5636
  examplesLanguage?: string | undefined;
5637
5637
  } | 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
- loadTags?: boolean | undefined;
5797
5796
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5813
5812
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5830
5829
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5846
5845
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5862
5861
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5879
5878
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
5954
5953
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5954
+ expandAllTags?: boolean | undefined;
5955
5955
  };
5956
5956
  examplesLanguage?: string | undefined;
5957
5957
  } | 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
- loadTags?: boolean | undefined;
6117
6116
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6133
6132
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6150
6149
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6166
6165
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6182
6181
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6199
6198
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6274
6273
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6274
+ expandAllTags?: boolean | undefined;
6275
6275
  };
6276
6276
  examplesLanguage?: string | undefined;
6277
6277
  } | 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
- loadTags?: boolean | undefined;
6437
6436
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6453
6452
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6470
6469
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6486
6485
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6502
6501
  showVersionSelect?: "always" | "hide" | "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
- loadTags?: boolean | undefined;
6519
6518
  showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6519
+ expandAllTags?: boolean | undefined;
6520
6520
  } | undefined;
6521
6521
  navigationId?: string | undefined;
6522
6522
  categories?: {