zudoku 0.35.1 → 0.35.2

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.
@@ -24,14 +24,17 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
24
24
  examplesLanguage: z.ZodOptional<z.ZodString>;
25
25
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
26
26
  loadTags: z.ZodOptional<z.ZodBoolean>;
27
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
27
28
  }, "strip", z.ZodTypeAny, {
28
29
  examplesLanguage?: string | undefined;
29
30
  disablePlayground?: boolean | undefined;
30
31
  loadTags?: boolean | undefined;
32
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
31
33
  }, {
32
34
  examplesLanguage?: string | undefined;
33
35
  disablePlayground?: boolean | undefined;
34
36
  loadTags?: boolean | undefined;
37
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
35
38
  }>>;
36
39
  }>, "strip", z.ZodTypeAny, {
37
40
  type: "url";
@@ -42,6 +45,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
42
45
  examplesLanguage?: string | undefined;
43
46
  disablePlayground?: boolean | undefined;
44
47
  loadTags?: boolean | undefined;
48
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
45
49
  } | undefined;
46
50
  navigationId?: string | undefined;
47
51
  categories?: {
@@ -57,6 +61,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
57
61
  examplesLanguage?: string | undefined;
58
62
  disablePlayground?: boolean | undefined;
59
63
  loadTags?: boolean | undefined;
64
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
60
65
  } | undefined;
61
66
  navigationId?: string | undefined;
62
67
  categories?: {
@@ -84,14 +89,17 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
84
89
  examplesLanguage: z.ZodOptional<z.ZodString>;
85
90
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
86
91
  loadTags: z.ZodOptional<z.ZodBoolean>;
92
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
87
93
  }, "strip", z.ZodTypeAny, {
88
94
  examplesLanguage?: string | undefined;
89
95
  disablePlayground?: boolean | undefined;
90
96
  loadTags?: boolean | undefined;
97
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
91
98
  }, {
92
99
  examplesLanguage?: string | undefined;
93
100
  disablePlayground?: boolean | undefined;
94
101
  loadTags?: boolean | undefined;
102
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
95
103
  }>>;
96
104
  }>, {
97
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">>;
@@ -104,6 +112,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
104
112
  examplesLanguage?: string | undefined;
105
113
  disablePlayground?: boolean | undefined;
106
114
  loadTags?: boolean | undefined;
115
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
107
116
  } | undefined;
108
117
  navigationId?: string | undefined;
109
118
  categories?: {
@@ -120,6 +129,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
120
129
  examplesLanguage?: string | undefined;
121
130
  disablePlayground?: boolean | undefined;
122
131
  loadTags?: boolean | undefined;
132
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
123
133
  } | undefined;
124
134
  navigationId?: string | undefined;
125
135
  categories?: {
@@ -148,14 +158,17 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
148
158
  examplesLanguage: z.ZodOptional<z.ZodString>;
149
159
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
150
160
  loadTags: z.ZodOptional<z.ZodBoolean>;
161
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
151
162
  }, "strip", z.ZodTypeAny, {
152
163
  examplesLanguage?: string | undefined;
153
164
  disablePlayground?: boolean | undefined;
154
165
  loadTags?: boolean | undefined;
166
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
155
167
  }, {
156
168
  examplesLanguage?: string | undefined;
157
169
  disablePlayground?: boolean | undefined;
158
170
  loadTags?: boolean | undefined;
171
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
159
172
  }>>;
160
173
  }>, "strip", z.ZodTypeAny, {
161
174
  type: "raw";
@@ -166,6 +179,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
166
179
  examplesLanguage?: string | undefined;
167
180
  disablePlayground?: boolean | undefined;
168
181
  loadTags?: boolean | undefined;
182
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
169
183
  } | undefined;
170
184
  navigationId?: string | undefined;
171
185
  categories?: {
@@ -181,6 +195,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
181
195
  examplesLanguage?: string | undefined;
182
196
  disablePlayground?: boolean | undefined;
183
197
  loadTags?: boolean | undefined;
198
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
184
199
  } | undefined;
185
200
  navigationId?: string | undefined;
186
201
  categories?: {
@@ -977,14 +992,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
977
992
  examplesLanguage: z.ZodOptional<z.ZodString>;
978
993
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
979
994
  loadTags: z.ZodOptional<z.ZodBoolean>;
995
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
980
996
  }, "strip", z.ZodTypeAny, {
981
997
  examplesLanguage?: string | undefined;
982
998
  disablePlayground?: boolean | undefined;
983
999
  loadTags?: boolean | undefined;
1000
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
984
1001
  }, {
985
1002
  examplesLanguage?: string | undefined;
986
1003
  disablePlayground?: boolean | undefined;
987
1004
  loadTags?: boolean | undefined;
1005
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
988
1006
  }>>;
989
1007
  }>, "strip", z.ZodTypeAny, {
990
1008
  type: "url";
@@ -995,6 +1013,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
995
1013
  examplesLanguage?: string | undefined;
996
1014
  disablePlayground?: boolean | undefined;
997
1015
  loadTags?: boolean | undefined;
1016
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
998
1017
  } | undefined;
999
1018
  navigationId?: string | undefined;
1000
1019
  categories?: {
@@ -1010,6 +1029,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1010
1029
  examplesLanguage?: string | undefined;
1011
1030
  disablePlayground?: boolean | undefined;
1012
1031
  loadTags?: boolean | undefined;
1032
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1013
1033
  } | undefined;
1014
1034
  navigationId?: string | undefined;
1015
1035
  categories?: {
@@ -1037,14 +1057,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1037
1057
  examplesLanguage: z.ZodOptional<z.ZodString>;
1038
1058
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1039
1059
  loadTags: z.ZodOptional<z.ZodBoolean>;
1060
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1040
1061
  }, "strip", z.ZodTypeAny, {
1041
1062
  examplesLanguage?: string | undefined;
1042
1063
  disablePlayground?: boolean | undefined;
1043
1064
  loadTags?: boolean | undefined;
1065
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1044
1066
  }, {
1045
1067
  examplesLanguage?: string | undefined;
1046
1068
  disablePlayground?: boolean | undefined;
1047
1069
  loadTags?: boolean | undefined;
1070
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1048
1071
  }>>;
1049
1072
  }>, {
1050
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">>;
@@ -1057,6 +1080,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1057
1080
  examplesLanguage?: string | undefined;
1058
1081
  disablePlayground?: boolean | undefined;
1059
1082
  loadTags?: boolean | undefined;
1083
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1060
1084
  } | undefined;
1061
1085
  navigationId?: string | undefined;
1062
1086
  categories?: {
@@ -1073,6 +1097,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1073
1097
  examplesLanguage?: string | undefined;
1074
1098
  disablePlayground?: boolean | undefined;
1075
1099
  loadTags?: boolean | undefined;
1100
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1076
1101
  } | undefined;
1077
1102
  navigationId?: string | undefined;
1078
1103
  categories?: {
@@ -1101,14 +1126,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1101
1126
  examplesLanguage: z.ZodOptional<z.ZodString>;
1102
1127
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1103
1128
  loadTags: z.ZodOptional<z.ZodBoolean>;
1129
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1104
1130
  }, "strip", z.ZodTypeAny, {
1105
1131
  examplesLanguage?: string | undefined;
1106
1132
  disablePlayground?: boolean | undefined;
1107
1133
  loadTags?: boolean | undefined;
1134
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1108
1135
  }, {
1109
1136
  examplesLanguage?: string | undefined;
1110
1137
  disablePlayground?: boolean | undefined;
1111
1138
  loadTags?: boolean | undefined;
1139
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1112
1140
  }>>;
1113
1141
  }>, "strip", z.ZodTypeAny, {
1114
1142
  type: "raw";
@@ -1119,6 +1147,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1119
1147
  examplesLanguage?: string | undefined;
1120
1148
  disablePlayground?: boolean | undefined;
1121
1149
  loadTags?: boolean | undefined;
1150
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1122
1151
  } | undefined;
1123
1152
  navigationId?: string | undefined;
1124
1153
  categories?: {
@@ -1134,6 +1163,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1134
1163
  examplesLanguage?: string | undefined;
1135
1164
  disablePlayground?: boolean | undefined;
1136
1165
  loadTags?: boolean | undefined;
1166
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1137
1167
  } | undefined;
1138
1168
  navigationId?: string | undefined;
1139
1169
  categories?: {
@@ -1161,14 +1191,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1161
1191
  examplesLanguage: z.ZodOptional<z.ZodString>;
1162
1192
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1163
1193
  loadTags: z.ZodOptional<z.ZodBoolean>;
1194
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1164
1195
  }, "strip", z.ZodTypeAny, {
1165
1196
  examplesLanguage?: string | undefined;
1166
1197
  disablePlayground?: boolean | undefined;
1167
1198
  loadTags?: boolean | undefined;
1199
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1168
1200
  }, {
1169
1201
  examplesLanguage?: string | undefined;
1170
1202
  disablePlayground?: boolean | undefined;
1171
1203
  loadTags?: boolean | undefined;
1204
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1172
1205
  }>>;
1173
1206
  }>, "strip", z.ZodTypeAny, {
1174
1207
  type: "url";
@@ -1179,6 +1212,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1179
1212
  examplesLanguage?: string | undefined;
1180
1213
  disablePlayground?: boolean | undefined;
1181
1214
  loadTags?: boolean | undefined;
1215
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1182
1216
  } | undefined;
1183
1217
  navigationId?: string | undefined;
1184
1218
  categories?: {
@@ -1194,6 +1228,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1194
1228
  examplesLanguage?: string | undefined;
1195
1229
  disablePlayground?: boolean | undefined;
1196
1230
  loadTags?: boolean | undefined;
1231
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1197
1232
  } | undefined;
1198
1233
  navigationId?: string | undefined;
1199
1234
  categories?: {
@@ -1221,14 +1256,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1221
1256
  examplesLanguage: z.ZodOptional<z.ZodString>;
1222
1257
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1223
1258
  loadTags: z.ZodOptional<z.ZodBoolean>;
1259
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1224
1260
  }, "strip", z.ZodTypeAny, {
1225
1261
  examplesLanguage?: string | undefined;
1226
1262
  disablePlayground?: boolean | undefined;
1227
1263
  loadTags?: boolean | undefined;
1264
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1228
1265
  }, {
1229
1266
  examplesLanguage?: string | undefined;
1230
1267
  disablePlayground?: boolean | undefined;
1231
1268
  loadTags?: boolean | undefined;
1269
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1232
1270
  }>>;
1233
1271
  }>, {
1234
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">>;
@@ -1241,6 +1279,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1241
1279
  examplesLanguage?: string | undefined;
1242
1280
  disablePlayground?: boolean | undefined;
1243
1281
  loadTags?: boolean | undefined;
1282
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1244
1283
  } | undefined;
1245
1284
  navigationId?: string | undefined;
1246
1285
  categories?: {
@@ -1257,6 +1296,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1257
1296
  examplesLanguage?: string | undefined;
1258
1297
  disablePlayground?: boolean | undefined;
1259
1298
  loadTags?: boolean | undefined;
1299
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1260
1300
  } | undefined;
1261
1301
  navigationId?: string | undefined;
1262
1302
  categories?: {
@@ -1285,14 +1325,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1285
1325
  examplesLanguage: z.ZodOptional<z.ZodString>;
1286
1326
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1287
1327
  loadTags: z.ZodOptional<z.ZodBoolean>;
1328
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1288
1329
  }, "strip", z.ZodTypeAny, {
1289
1330
  examplesLanguage?: string | undefined;
1290
1331
  disablePlayground?: boolean | undefined;
1291
1332
  loadTags?: boolean | undefined;
1333
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1292
1334
  }, {
1293
1335
  examplesLanguage?: string | undefined;
1294
1336
  disablePlayground?: boolean | undefined;
1295
1337
  loadTags?: boolean | undefined;
1338
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1296
1339
  }>>;
1297
1340
  }>, "strip", z.ZodTypeAny, {
1298
1341
  type: "raw";
@@ -1303,6 +1346,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1303
1346
  examplesLanguage?: string | undefined;
1304
1347
  disablePlayground?: boolean | undefined;
1305
1348
  loadTags?: boolean | undefined;
1349
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1306
1350
  } | undefined;
1307
1351
  navigationId?: string | undefined;
1308
1352
  categories?: {
@@ -1318,6 +1362,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1318
1362
  examplesLanguage?: string | undefined;
1319
1363
  disablePlayground?: boolean | undefined;
1320
1364
  loadTags?: boolean | undefined;
1365
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1321
1366
  } | undefined;
1322
1367
  navigationId?: string | undefined;
1323
1368
  categories?: {
@@ -1469,14 +1514,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
1469
1514
  examplesLanguage: z.ZodOptional<z.ZodString>;
1470
1515
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
1471
1516
  loadTags: z.ZodOptional<z.ZodBoolean>;
1517
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
1472
1518
  }, "strip", z.ZodTypeAny, {
1473
1519
  examplesLanguage?: string | undefined;
1474
1520
  disablePlayground?: boolean | undefined;
1475
1521
  loadTags?: boolean | undefined;
1522
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1476
1523
  }, {
1477
1524
  examplesLanguage?: string | undefined;
1478
1525
  disablePlayground?: boolean | undefined;
1479
1526
  loadTags?: boolean | undefined;
1527
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1480
1528
  }>;
1481
1529
  /**
1482
1530
  * @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
@@ -1487,6 +1535,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1487
1535
  examplesLanguage?: string | undefined;
1488
1536
  disablePlayground?: boolean | undefined;
1489
1537
  loadTags?: boolean | undefined;
1538
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1490
1539
  };
1491
1540
  examplesLanguage?: string | undefined;
1492
1541
  }, {
@@ -1494,6 +1543,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1494
1543
  examplesLanguage?: string | undefined;
1495
1544
  disablePlayground?: boolean | undefined;
1496
1545
  loadTags?: boolean | undefined;
1546
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1497
1547
  };
1498
1548
  examplesLanguage?: string | undefined;
1499
1549
  }>;
@@ -1503,6 +1553,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1503
1553
  examplesLanguage?: string | undefined;
1504
1554
  disablePlayground?: boolean | undefined;
1505
1555
  loadTags?: boolean | undefined;
1556
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1506
1557
  };
1507
1558
  examplesLanguage?: string | undefined;
1508
1559
  };
@@ -1653,6 +1704,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1653
1704
  examplesLanguage?: string | undefined;
1654
1705
  disablePlayground?: boolean | undefined;
1655
1706
  loadTags?: boolean | undefined;
1707
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1656
1708
  } | undefined;
1657
1709
  navigationId?: string | undefined;
1658
1710
  categories?: {
@@ -1668,6 +1720,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1668
1720
  examplesLanguage?: string | undefined;
1669
1721
  disablePlayground?: boolean | undefined;
1670
1722
  loadTags?: boolean | undefined;
1723
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1671
1724
  } | undefined;
1672
1725
  navigationId?: string | undefined;
1673
1726
  categories?: {
@@ -1684,6 +1737,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1684
1737
  examplesLanguage?: string | undefined;
1685
1738
  disablePlayground?: boolean | undefined;
1686
1739
  loadTags?: boolean | undefined;
1740
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1687
1741
  } | undefined;
1688
1742
  navigationId?: string | undefined;
1689
1743
  categories?: {
@@ -1699,6 +1753,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1699
1753
  examplesLanguage?: string | undefined;
1700
1754
  disablePlayground?: boolean | undefined;
1701
1755
  loadTags?: boolean | undefined;
1756
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1702
1757
  } | undefined;
1703
1758
  navigationId?: string | undefined;
1704
1759
  categories?: {
@@ -1714,6 +1769,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1714
1769
  examplesLanguage?: string | undefined;
1715
1770
  disablePlayground?: boolean | undefined;
1716
1771
  loadTags?: boolean | undefined;
1772
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1717
1773
  } | undefined;
1718
1774
  navigationId?: string | undefined;
1719
1775
  categories?: {
@@ -1730,6 +1786,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1730
1786
  examplesLanguage?: string | undefined;
1731
1787
  disablePlayground?: boolean | undefined;
1732
1788
  loadTags?: boolean | undefined;
1789
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1733
1790
  } | undefined;
1734
1791
  navigationId?: string | undefined;
1735
1792
  categories?: {
@@ -1816,6 +1873,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1816
1873
  examplesLanguage?: string | undefined;
1817
1874
  disablePlayground?: boolean | undefined;
1818
1875
  loadTags?: boolean | undefined;
1876
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1819
1877
  };
1820
1878
  examplesLanguage?: string | undefined;
1821
1879
  };
@@ -1966,6 +2024,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1966
2024
  examplesLanguage?: string | undefined;
1967
2025
  disablePlayground?: boolean | undefined;
1968
2026
  loadTags?: boolean | undefined;
2027
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1969
2028
  } | undefined;
1970
2029
  navigationId?: string | undefined;
1971
2030
  categories?: {
@@ -1981,6 +2040,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1981
2040
  examplesLanguage?: string | undefined;
1982
2041
  disablePlayground?: boolean | undefined;
1983
2042
  loadTags?: boolean | undefined;
2043
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1984
2044
  } | undefined;
1985
2045
  navigationId?: string | undefined;
1986
2046
  categories?: {
@@ -1997,6 +2057,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1997
2057
  examplesLanguage?: string | undefined;
1998
2058
  disablePlayground?: boolean | undefined;
1999
2059
  loadTags?: boolean | undefined;
2060
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2000
2061
  } | undefined;
2001
2062
  navigationId?: string | undefined;
2002
2063
  categories?: {
@@ -2012,6 +2073,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2012
2073
  examplesLanguage?: string | undefined;
2013
2074
  disablePlayground?: boolean | undefined;
2014
2075
  loadTags?: boolean | undefined;
2076
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2015
2077
  } | undefined;
2016
2078
  navigationId?: string | undefined;
2017
2079
  categories?: {
@@ -2027,6 +2089,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2027
2089
  examplesLanguage?: string | undefined;
2028
2090
  disablePlayground?: boolean | undefined;
2029
2091
  loadTags?: boolean | undefined;
2092
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2030
2093
  } | undefined;
2031
2094
  navigationId?: string | undefined;
2032
2095
  categories?: {
@@ -2043,6 +2106,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2043
2106
  examplesLanguage?: string | undefined;
2044
2107
  disablePlayground?: boolean | undefined;
2045
2108
  loadTags?: boolean | undefined;
2109
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2046
2110
  } | undefined;
2047
2111
  navigationId?: string | undefined;
2048
2112
  categories?: {
@@ -2798,14 +2862,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2798
2862
  examplesLanguage: z.ZodOptional<z.ZodString>;
2799
2863
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
2800
2864
  loadTags: z.ZodOptional<z.ZodBoolean>;
2865
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
2801
2866
  }, "strip", z.ZodTypeAny, {
2802
2867
  examplesLanguage?: string | undefined;
2803
2868
  disablePlayground?: boolean | undefined;
2804
2869
  loadTags?: boolean | undefined;
2870
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2805
2871
  }, {
2806
2872
  examplesLanguage?: string | undefined;
2807
2873
  disablePlayground?: boolean | undefined;
2808
2874
  loadTags?: boolean | undefined;
2875
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2809
2876
  }>>;
2810
2877
  }>, "strip", z.ZodTypeAny, {
2811
2878
  type: "url";
@@ -2816,6 +2883,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2816
2883
  examplesLanguage?: string | undefined;
2817
2884
  disablePlayground?: boolean | undefined;
2818
2885
  loadTags?: boolean | undefined;
2886
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2819
2887
  } | undefined;
2820
2888
  navigationId?: string | undefined;
2821
2889
  categories?: {
@@ -2831,6 +2899,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2831
2899
  examplesLanguage?: string | undefined;
2832
2900
  disablePlayground?: boolean | undefined;
2833
2901
  loadTags?: boolean | undefined;
2902
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2834
2903
  } | undefined;
2835
2904
  navigationId?: string | undefined;
2836
2905
  categories?: {
@@ -2858,14 +2927,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2858
2927
  examplesLanguage: z.ZodOptional<z.ZodString>;
2859
2928
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
2860
2929
  loadTags: z.ZodOptional<z.ZodBoolean>;
2930
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
2861
2931
  }, "strip", z.ZodTypeAny, {
2862
2932
  examplesLanguage?: string | undefined;
2863
2933
  disablePlayground?: boolean | undefined;
2864
2934
  loadTags?: boolean | undefined;
2935
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2865
2936
  }, {
2866
2937
  examplesLanguage?: string | undefined;
2867
2938
  disablePlayground?: boolean | undefined;
2868
2939
  loadTags?: boolean | undefined;
2940
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2869
2941
  }>>;
2870
2942
  }>, {
2871
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">>;
@@ -2878,6 +2950,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2878
2950
  examplesLanguage?: string | undefined;
2879
2951
  disablePlayground?: boolean | undefined;
2880
2952
  loadTags?: boolean | undefined;
2953
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2881
2954
  } | undefined;
2882
2955
  navigationId?: string | undefined;
2883
2956
  categories?: {
@@ -2894,6 +2967,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2894
2967
  examplesLanguage?: string | undefined;
2895
2968
  disablePlayground?: boolean | undefined;
2896
2969
  loadTags?: boolean | undefined;
2970
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2897
2971
  } | undefined;
2898
2972
  navigationId?: string | undefined;
2899
2973
  categories?: {
@@ -2922,14 +2996,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2922
2996
  examplesLanguage: z.ZodOptional<z.ZodString>;
2923
2997
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
2924
2998
  loadTags: z.ZodOptional<z.ZodBoolean>;
2999
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
2925
3000
  }, "strip", z.ZodTypeAny, {
2926
3001
  examplesLanguage?: string | undefined;
2927
3002
  disablePlayground?: boolean | undefined;
2928
3003
  loadTags?: boolean | undefined;
3004
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2929
3005
  }, {
2930
3006
  examplesLanguage?: string | undefined;
2931
3007
  disablePlayground?: boolean | undefined;
2932
3008
  loadTags?: boolean | undefined;
3009
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2933
3010
  }>>;
2934
3011
  }>, "strip", z.ZodTypeAny, {
2935
3012
  type: "raw";
@@ -2940,6 +3017,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2940
3017
  examplesLanguage?: string | undefined;
2941
3018
  disablePlayground?: boolean | undefined;
2942
3019
  loadTags?: boolean | undefined;
3020
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2943
3021
  } | undefined;
2944
3022
  navigationId?: string | undefined;
2945
3023
  categories?: {
@@ -2955,6 +3033,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2955
3033
  examplesLanguage?: string | undefined;
2956
3034
  disablePlayground?: boolean | undefined;
2957
3035
  loadTags?: boolean | undefined;
3036
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2958
3037
  } | undefined;
2959
3038
  navigationId?: string | undefined;
2960
3039
  categories?: {
@@ -2982,14 +3061,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2982
3061
  examplesLanguage: z.ZodOptional<z.ZodString>;
2983
3062
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
2984
3063
  loadTags: z.ZodOptional<z.ZodBoolean>;
3064
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
2985
3065
  }, "strip", z.ZodTypeAny, {
2986
3066
  examplesLanguage?: string | undefined;
2987
3067
  disablePlayground?: boolean | undefined;
2988
3068
  loadTags?: boolean | undefined;
3069
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2989
3070
  }, {
2990
3071
  examplesLanguage?: string | undefined;
2991
3072
  disablePlayground?: boolean | undefined;
2992
3073
  loadTags?: boolean | undefined;
3074
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2993
3075
  }>>;
2994
3076
  }>, "strip", z.ZodTypeAny, {
2995
3077
  type: "url";
@@ -3000,6 +3082,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3000
3082
  examplesLanguage?: string | undefined;
3001
3083
  disablePlayground?: boolean | undefined;
3002
3084
  loadTags?: boolean | undefined;
3085
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3003
3086
  } | undefined;
3004
3087
  navigationId?: string | undefined;
3005
3088
  categories?: {
@@ -3015,6 +3098,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3015
3098
  examplesLanguage?: string | undefined;
3016
3099
  disablePlayground?: boolean | undefined;
3017
3100
  loadTags?: boolean | undefined;
3101
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3018
3102
  } | undefined;
3019
3103
  navigationId?: string | undefined;
3020
3104
  categories?: {
@@ -3042,14 +3126,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3042
3126
  examplesLanguage: z.ZodOptional<z.ZodString>;
3043
3127
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
3044
3128
  loadTags: z.ZodOptional<z.ZodBoolean>;
3129
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
3045
3130
  }, "strip", z.ZodTypeAny, {
3046
3131
  examplesLanguage?: string | undefined;
3047
3132
  disablePlayground?: boolean | undefined;
3048
3133
  loadTags?: boolean | undefined;
3134
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3049
3135
  }, {
3050
3136
  examplesLanguage?: string | undefined;
3051
3137
  disablePlayground?: boolean | undefined;
3052
3138
  loadTags?: boolean | undefined;
3139
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3053
3140
  }>>;
3054
3141
  }>, {
3055
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">>;
@@ -3062,6 +3149,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3062
3149
  examplesLanguage?: string | undefined;
3063
3150
  disablePlayground?: boolean | undefined;
3064
3151
  loadTags?: boolean | undefined;
3152
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3065
3153
  } | undefined;
3066
3154
  navigationId?: string | undefined;
3067
3155
  categories?: {
@@ -3078,6 +3166,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3078
3166
  examplesLanguage?: string | undefined;
3079
3167
  disablePlayground?: boolean | undefined;
3080
3168
  loadTags?: boolean | undefined;
3169
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3081
3170
  } | undefined;
3082
3171
  navigationId?: string | undefined;
3083
3172
  categories?: {
@@ -3106,14 +3195,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3106
3195
  examplesLanguage: z.ZodOptional<z.ZodString>;
3107
3196
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
3108
3197
  loadTags: z.ZodOptional<z.ZodBoolean>;
3198
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
3109
3199
  }, "strip", z.ZodTypeAny, {
3110
3200
  examplesLanguage?: string | undefined;
3111
3201
  disablePlayground?: boolean | undefined;
3112
3202
  loadTags?: boolean | undefined;
3203
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3113
3204
  }, {
3114
3205
  examplesLanguage?: string | undefined;
3115
3206
  disablePlayground?: boolean | undefined;
3116
3207
  loadTags?: boolean | undefined;
3208
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3117
3209
  }>>;
3118
3210
  }>, "strip", z.ZodTypeAny, {
3119
3211
  type: "raw";
@@ -3124,6 +3216,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3124
3216
  examplesLanguage?: string | undefined;
3125
3217
  disablePlayground?: boolean | undefined;
3126
3218
  loadTags?: boolean | undefined;
3219
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3127
3220
  } | undefined;
3128
3221
  navigationId?: string | undefined;
3129
3222
  categories?: {
@@ -3139,6 +3232,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3139
3232
  examplesLanguage?: string | undefined;
3140
3233
  disablePlayground?: boolean | undefined;
3141
3234
  loadTags?: boolean | undefined;
3235
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3142
3236
  } | undefined;
3143
3237
  navigationId?: string | undefined;
3144
3238
  categories?: {
@@ -3290,14 +3384,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3290
3384
  examplesLanguage: z.ZodOptional<z.ZodString>;
3291
3385
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
3292
3386
  loadTags: z.ZodOptional<z.ZodBoolean>;
3387
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
3293
3388
  }, "strip", z.ZodTypeAny, {
3294
3389
  examplesLanguage?: string | undefined;
3295
3390
  disablePlayground?: boolean | undefined;
3296
3391
  loadTags?: boolean | undefined;
3392
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3297
3393
  }, {
3298
3394
  examplesLanguage?: string | undefined;
3299
3395
  disablePlayground?: boolean | undefined;
3300
3396
  loadTags?: boolean | undefined;
3397
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3301
3398
  }>;
3302
3399
  /**
3303
3400
  * @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
@@ -3308,6 +3405,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3308
3405
  examplesLanguage?: string | undefined;
3309
3406
  disablePlayground?: boolean | undefined;
3310
3407
  loadTags?: boolean | undefined;
3408
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3311
3409
  };
3312
3410
  examplesLanguage?: string | undefined;
3313
3411
  }, {
@@ -3315,6 +3413,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3315
3413
  examplesLanguage?: string | undefined;
3316
3414
  disablePlayground?: boolean | undefined;
3317
3415
  loadTags?: boolean | undefined;
3416
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3318
3417
  };
3319
3418
  examplesLanguage?: string | undefined;
3320
3419
  }>>;
@@ -3343,6 +3442,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3343
3442
  examplesLanguage?: string | undefined;
3344
3443
  disablePlayground?: boolean | undefined;
3345
3444
  loadTags?: boolean | undefined;
3445
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3346
3446
  };
3347
3447
  examplesLanguage?: string | undefined;
3348
3448
  } | undefined;
@@ -3505,6 +3605,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3505
3605
  examplesLanguage?: string | undefined;
3506
3606
  disablePlayground?: boolean | undefined;
3507
3607
  loadTags?: boolean | undefined;
3608
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3508
3609
  } | undefined;
3509
3610
  navigationId?: string | undefined;
3510
3611
  categories?: {
@@ -3520,6 +3621,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3520
3621
  examplesLanguage?: string | undefined;
3521
3622
  disablePlayground?: boolean | undefined;
3522
3623
  loadTags?: boolean | undefined;
3624
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3523
3625
  } | undefined;
3524
3626
  navigationId?: string | undefined;
3525
3627
  categories?: {
@@ -3536,6 +3638,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3536
3638
  examplesLanguage?: string | undefined;
3537
3639
  disablePlayground?: boolean | undefined;
3538
3640
  loadTags?: boolean | undefined;
3641
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3539
3642
  } | undefined;
3540
3643
  navigationId?: string | undefined;
3541
3644
  categories?: {
@@ -3551,6 +3654,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3551
3654
  examplesLanguage?: string | undefined;
3552
3655
  disablePlayground?: boolean | undefined;
3553
3656
  loadTags?: boolean | undefined;
3657
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3554
3658
  } | undefined;
3555
3659
  navigationId?: string | undefined;
3556
3660
  categories?: {
@@ -3566,6 +3670,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3566
3670
  examplesLanguage?: string | undefined;
3567
3671
  disablePlayground?: boolean | undefined;
3568
3672
  loadTags?: boolean | undefined;
3673
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3569
3674
  } | undefined;
3570
3675
  navigationId?: string | undefined;
3571
3676
  categories?: {
@@ -3582,6 +3687,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3582
3687
  examplesLanguage?: string | undefined;
3583
3688
  disablePlayground?: boolean | undefined;
3584
3689
  loadTags?: boolean | undefined;
3690
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3585
3691
  } | undefined;
3586
3692
  navigationId?: string | undefined;
3587
3693
  categories?: {
@@ -3656,6 +3762,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3656
3762
  examplesLanguage?: string | undefined;
3657
3763
  disablePlayground?: boolean | undefined;
3658
3764
  loadTags?: boolean | undefined;
3765
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3659
3766
  };
3660
3767
  examplesLanguage?: string | undefined;
3661
3768
  } | undefined;
@@ -3818,6 +3925,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3818
3925
  examplesLanguage?: string | undefined;
3819
3926
  disablePlayground?: boolean | undefined;
3820
3927
  loadTags?: boolean | undefined;
3928
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3821
3929
  } | undefined;
3822
3930
  navigationId?: string | undefined;
3823
3931
  categories?: {
@@ -3833,6 +3941,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3833
3941
  examplesLanguage?: string | undefined;
3834
3942
  disablePlayground?: boolean | undefined;
3835
3943
  loadTags?: boolean | undefined;
3944
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3836
3945
  } | undefined;
3837
3946
  navigationId?: string | undefined;
3838
3947
  categories?: {
@@ -3849,6 +3958,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3849
3958
  examplesLanguage?: string | undefined;
3850
3959
  disablePlayground?: boolean | undefined;
3851
3960
  loadTags?: boolean | undefined;
3961
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3852
3962
  } | undefined;
3853
3963
  navigationId?: string | undefined;
3854
3964
  categories?: {
@@ -3864,6 +3974,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3864
3974
  examplesLanguage?: string | undefined;
3865
3975
  disablePlayground?: boolean | undefined;
3866
3976
  loadTags?: boolean | undefined;
3977
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3867
3978
  } | undefined;
3868
3979
  navigationId?: string | undefined;
3869
3980
  categories?: {
@@ -3879,6 +3990,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3879
3990
  examplesLanguage?: string | undefined;
3880
3991
  disablePlayground?: boolean | undefined;
3881
3992
  loadTags?: boolean | undefined;
3993
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3882
3994
  } | undefined;
3883
3995
  navigationId?: string | undefined;
3884
3996
  categories?: {
@@ -3895,6 +4007,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3895
4007
  examplesLanguage?: string | undefined;
3896
4008
  disablePlayground?: boolean | undefined;
3897
4009
  loadTags?: boolean | undefined;
4010
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3898
4011
  } | undefined;
3899
4012
  navigationId?: string | undefined;
3900
4013
  categories?: {
@@ -4618,14 +4731,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4618
4731
  examplesLanguage: z.ZodOptional<z.ZodString>;
4619
4732
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4620
4733
  loadTags: z.ZodOptional<z.ZodBoolean>;
4734
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4621
4735
  }, "strip", z.ZodTypeAny, {
4622
4736
  examplesLanguage?: string | undefined;
4623
4737
  disablePlayground?: boolean | undefined;
4624
4738
  loadTags?: boolean | undefined;
4739
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4625
4740
  }, {
4626
4741
  examplesLanguage?: string | undefined;
4627
4742
  disablePlayground?: boolean | undefined;
4628
4743
  loadTags?: boolean | undefined;
4744
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4629
4745
  }>>;
4630
4746
  }>, "strip", z.ZodTypeAny, {
4631
4747
  type: "url";
@@ -4636,6 +4752,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4636
4752
  examplesLanguage?: string | undefined;
4637
4753
  disablePlayground?: boolean | undefined;
4638
4754
  loadTags?: boolean | undefined;
4755
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4639
4756
  } | undefined;
4640
4757
  navigationId?: string | undefined;
4641
4758
  categories?: {
@@ -4651,6 +4768,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4651
4768
  examplesLanguage?: string | undefined;
4652
4769
  disablePlayground?: boolean | undefined;
4653
4770
  loadTags?: boolean | undefined;
4771
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4654
4772
  } | undefined;
4655
4773
  navigationId?: string | undefined;
4656
4774
  categories?: {
@@ -4678,14 +4796,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4678
4796
  examplesLanguage: z.ZodOptional<z.ZodString>;
4679
4797
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4680
4798
  loadTags: z.ZodOptional<z.ZodBoolean>;
4799
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4681
4800
  }, "strip", z.ZodTypeAny, {
4682
4801
  examplesLanguage?: string | undefined;
4683
4802
  disablePlayground?: boolean | undefined;
4684
4803
  loadTags?: boolean | undefined;
4804
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4685
4805
  }, {
4686
4806
  examplesLanguage?: string | undefined;
4687
4807
  disablePlayground?: boolean | undefined;
4688
4808
  loadTags?: boolean | undefined;
4809
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4689
4810
  }>>;
4690
4811
  }>, {
4691
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">>;
@@ -4698,6 +4819,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4698
4819
  examplesLanguage?: string | undefined;
4699
4820
  disablePlayground?: boolean | undefined;
4700
4821
  loadTags?: boolean | undefined;
4822
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4701
4823
  } | undefined;
4702
4824
  navigationId?: string | undefined;
4703
4825
  categories?: {
@@ -4714,6 +4836,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4714
4836
  examplesLanguage?: string | undefined;
4715
4837
  disablePlayground?: boolean | undefined;
4716
4838
  loadTags?: boolean | undefined;
4839
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4717
4840
  } | undefined;
4718
4841
  navigationId?: string | undefined;
4719
4842
  categories?: {
@@ -4742,14 +4865,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4742
4865
  examplesLanguage: z.ZodOptional<z.ZodString>;
4743
4866
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4744
4867
  loadTags: z.ZodOptional<z.ZodBoolean>;
4868
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4745
4869
  }, "strip", z.ZodTypeAny, {
4746
4870
  examplesLanguage?: string | undefined;
4747
4871
  disablePlayground?: boolean | undefined;
4748
4872
  loadTags?: boolean | undefined;
4873
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4749
4874
  }, {
4750
4875
  examplesLanguage?: string | undefined;
4751
4876
  disablePlayground?: boolean | undefined;
4752
4877
  loadTags?: boolean | undefined;
4878
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4753
4879
  }>>;
4754
4880
  }>, "strip", z.ZodTypeAny, {
4755
4881
  type: "raw";
@@ -4760,6 +4886,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4760
4886
  examplesLanguage?: string | undefined;
4761
4887
  disablePlayground?: boolean | undefined;
4762
4888
  loadTags?: boolean | undefined;
4889
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4763
4890
  } | undefined;
4764
4891
  navigationId?: string | undefined;
4765
4892
  categories?: {
@@ -4775,6 +4902,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4775
4902
  examplesLanguage?: string | undefined;
4776
4903
  disablePlayground?: boolean | undefined;
4777
4904
  loadTags?: boolean | undefined;
4905
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4778
4906
  } | undefined;
4779
4907
  navigationId?: string | undefined;
4780
4908
  categories?: {
@@ -4802,14 +4930,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4802
4930
  examplesLanguage: z.ZodOptional<z.ZodString>;
4803
4931
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4804
4932
  loadTags: z.ZodOptional<z.ZodBoolean>;
4933
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4805
4934
  }, "strip", z.ZodTypeAny, {
4806
4935
  examplesLanguage?: string | undefined;
4807
4936
  disablePlayground?: boolean | undefined;
4808
4937
  loadTags?: boolean | undefined;
4938
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4809
4939
  }, {
4810
4940
  examplesLanguage?: string | undefined;
4811
4941
  disablePlayground?: boolean | undefined;
4812
4942
  loadTags?: boolean | undefined;
4943
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4813
4944
  }>>;
4814
4945
  }>, "strip", z.ZodTypeAny, {
4815
4946
  type: "url";
@@ -4820,6 +4951,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4820
4951
  examplesLanguage?: string | undefined;
4821
4952
  disablePlayground?: boolean | undefined;
4822
4953
  loadTags?: boolean | undefined;
4954
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4823
4955
  } | undefined;
4824
4956
  navigationId?: string | undefined;
4825
4957
  categories?: {
@@ -4835,6 +4967,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4835
4967
  examplesLanguage?: string | undefined;
4836
4968
  disablePlayground?: boolean | undefined;
4837
4969
  loadTags?: boolean | undefined;
4970
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4838
4971
  } | undefined;
4839
4972
  navigationId?: string | undefined;
4840
4973
  categories?: {
@@ -4862,14 +4995,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4862
4995
  examplesLanguage: z.ZodOptional<z.ZodString>;
4863
4996
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4864
4997
  loadTags: z.ZodOptional<z.ZodBoolean>;
4998
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4865
4999
  }, "strip", z.ZodTypeAny, {
4866
5000
  examplesLanguage?: string | undefined;
4867
5001
  disablePlayground?: boolean | undefined;
4868
5002
  loadTags?: boolean | undefined;
5003
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4869
5004
  }, {
4870
5005
  examplesLanguage?: string | undefined;
4871
5006
  disablePlayground?: boolean | undefined;
4872
5007
  loadTags?: boolean | undefined;
5008
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4873
5009
  }>>;
4874
5010
  }>, {
4875
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">>;
@@ -4882,6 +5018,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4882
5018
  examplesLanguage?: string | undefined;
4883
5019
  disablePlayground?: boolean | undefined;
4884
5020
  loadTags?: boolean | undefined;
5021
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4885
5022
  } | undefined;
4886
5023
  navigationId?: string | undefined;
4887
5024
  categories?: {
@@ -4898,6 +5035,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4898
5035
  examplesLanguage?: string | undefined;
4899
5036
  disablePlayground?: boolean | undefined;
4900
5037
  loadTags?: boolean | undefined;
5038
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4901
5039
  } | undefined;
4902
5040
  navigationId?: string | undefined;
4903
5041
  categories?: {
@@ -4926,14 +5064,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4926
5064
  examplesLanguage: z.ZodOptional<z.ZodString>;
4927
5065
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
4928
5066
  loadTags: z.ZodOptional<z.ZodBoolean>;
5067
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
4929
5068
  }, "strip", z.ZodTypeAny, {
4930
5069
  examplesLanguage?: string | undefined;
4931
5070
  disablePlayground?: boolean | undefined;
4932
5071
  loadTags?: boolean | undefined;
5072
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4933
5073
  }, {
4934
5074
  examplesLanguage?: string | undefined;
4935
5075
  disablePlayground?: boolean | undefined;
4936
5076
  loadTags?: boolean | undefined;
5077
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4937
5078
  }>>;
4938
5079
  }>, "strip", z.ZodTypeAny, {
4939
5080
  type: "raw";
@@ -4944,6 +5085,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4944
5085
  examplesLanguage?: string | undefined;
4945
5086
  disablePlayground?: boolean | undefined;
4946
5087
  loadTags?: boolean | undefined;
5088
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4947
5089
  } | undefined;
4948
5090
  navigationId?: string | undefined;
4949
5091
  categories?: {
@@ -4959,6 +5101,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4959
5101
  examplesLanguage?: string | undefined;
4960
5102
  disablePlayground?: boolean | undefined;
4961
5103
  loadTags?: boolean | undefined;
5104
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4962
5105
  } | undefined;
4963
5106
  navigationId?: string | undefined;
4964
5107
  categories?: {
@@ -5110,14 +5253,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5110
5253
  examplesLanguage: z.ZodOptional<z.ZodString>;
5111
5254
  disablePlayground: z.ZodOptional<z.ZodBoolean>;
5112
5255
  loadTags: z.ZodOptional<z.ZodBoolean>;
5256
+ showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
5113
5257
  }, "strip", z.ZodTypeAny, {
5114
5258
  examplesLanguage?: string | undefined;
5115
5259
  disablePlayground?: boolean | undefined;
5116
5260
  loadTags?: boolean | undefined;
5261
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5117
5262
  }, {
5118
5263
  examplesLanguage?: string | undefined;
5119
5264
  disablePlayground?: boolean | undefined;
5120
5265
  loadTags?: boolean | undefined;
5266
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5121
5267
  }>;
5122
5268
  /**
5123
5269
  * @deprecated Use `apis.examplesLanguage` or `defaults.apis.examplesLanguage` instead
@@ -5128,6 +5274,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5128
5274
  examplesLanguage?: string | undefined;
5129
5275
  disablePlayground?: boolean | undefined;
5130
5276
  loadTags?: boolean | undefined;
5277
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5131
5278
  };
5132
5279
  examplesLanguage?: string | undefined;
5133
5280
  }, {
@@ -5135,6 +5282,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5135
5282
  examplesLanguage?: string | undefined;
5136
5283
  disablePlayground?: boolean | undefined;
5137
5284
  loadTags?: boolean | undefined;
5285
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5138
5286
  };
5139
5287
  examplesLanguage?: string | undefined;
5140
5288
  }>>;
@@ -5163,6 +5311,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5163
5311
  examplesLanguage?: string | undefined;
5164
5312
  disablePlayground?: boolean | undefined;
5165
5313
  loadTags?: boolean | undefined;
5314
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5166
5315
  };
5167
5316
  examplesLanguage?: string | undefined;
5168
5317
  } | undefined;
@@ -5325,6 +5474,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5325
5474
  examplesLanguage?: string | undefined;
5326
5475
  disablePlayground?: boolean | undefined;
5327
5476
  loadTags?: boolean | undefined;
5477
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5328
5478
  } | undefined;
5329
5479
  navigationId?: string | undefined;
5330
5480
  categories?: {
@@ -5340,6 +5490,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5340
5490
  examplesLanguage?: string | undefined;
5341
5491
  disablePlayground?: boolean | undefined;
5342
5492
  loadTags?: boolean | undefined;
5493
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5343
5494
  } | undefined;
5344
5495
  navigationId?: string | undefined;
5345
5496
  categories?: {
@@ -5356,6 +5507,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5356
5507
  examplesLanguage?: string | undefined;
5357
5508
  disablePlayground?: boolean | undefined;
5358
5509
  loadTags?: boolean | undefined;
5510
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5359
5511
  } | undefined;
5360
5512
  navigationId?: string | undefined;
5361
5513
  categories?: {
@@ -5371,6 +5523,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5371
5523
  examplesLanguage?: string | undefined;
5372
5524
  disablePlayground?: boolean | undefined;
5373
5525
  loadTags?: boolean | undefined;
5526
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5374
5527
  } | undefined;
5375
5528
  navigationId?: string | undefined;
5376
5529
  categories?: {
@@ -5386,6 +5539,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5386
5539
  examplesLanguage?: string | undefined;
5387
5540
  disablePlayground?: boolean | undefined;
5388
5541
  loadTags?: boolean | undefined;
5542
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5389
5543
  } | undefined;
5390
5544
  navigationId?: string | undefined;
5391
5545
  categories?: {
@@ -5402,6 +5556,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5402
5556
  examplesLanguage?: string | undefined;
5403
5557
  disablePlayground?: boolean | undefined;
5404
5558
  loadTags?: boolean | undefined;
5559
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5405
5560
  } | undefined;
5406
5561
  navigationId?: string | undefined;
5407
5562
  categories?: {
@@ -5476,6 +5631,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5476
5631
  examplesLanguage?: string | undefined;
5477
5632
  disablePlayground?: boolean | undefined;
5478
5633
  loadTags?: boolean | undefined;
5634
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5479
5635
  };
5480
5636
  examplesLanguage?: string | undefined;
5481
5637
  } | undefined;
@@ -5638,6 +5794,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5638
5794
  examplesLanguage?: string | undefined;
5639
5795
  disablePlayground?: boolean | undefined;
5640
5796
  loadTags?: boolean | undefined;
5797
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5641
5798
  } | undefined;
5642
5799
  navigationId?: string | undefined;
5643
5800
  categories?: {
@@ -5653,6 +5810,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5653
5810
  examplesLanguage?: string | undefined;
5654
5811
  disablePlayground?: boolean | undefined;
5655
5812
  loadTags?: boolean | undefined;
5813
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5656
5814
  } | undefined;
5657
5815
  navigationId?: string | undefined;
5658
5816
  categories?: {
@@ -5669,6 +5827,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5669
5827
  examplesLanguage?: string | undefined;
5670
5828
  disablePlayground?: boolean | undefined;
5671
5829
  loadTags?: boolean | undefined;
5830
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5672
5831
  } | undefined;
5673
5832
  navigationId?: string | undefined;
5674
5833
  categories?: {
@@ -5684,6 +5843,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5684
5843
  examplesLanguage?: string | undefined;
5685
5844
  disablePlayground?: boolean | undefined;
5686
5845
  loadTags?: boolean | undefined;
5846
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5687
5847
  } | undefined;
5688
5848
  navigationId?: string | undefined;
5689
5849
  categories?: {
@@ -5699,6 +5859,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5699
5859
  examplesLanguage?: string | undefined;
5700
5860
  disablePlayground?: boolean | undefined;
5701
5861
  loadTags?: boolean | undefined;
5862
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5702
5863
  } | undefined;
5703
5864
  navigationId?: string | undefined;
5704
5865
  categories?: {
@@ -5715,6 +5876,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5715
5876
  examplesLanguage?: string | undefined;
5716
5877
  disablePlayground?: boolean | undefined;
5717
5878
  loadTags?: boolean | undefined;
5879
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5718
5880
  } | undefined;
5719
5881
  navigationId?: string | undefined;
5720
5882
  categories?: {
@@ -5789,6 +5951,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5789
5951
  examplesLanguage?: string | undefined;
5790
5952
  disablePlayground?: boolean | undefined;
5791
5953
  loadTags?: boolean | undefined;
5954
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5792
5955
  };
5793
5956
  examplesLanguage?: string | undefined;
5794
5957
  } | undefined;
@@ -5951,6 +6114,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5951
6114
  examplesLanguage?: string | undefined;
5952
6115
  disablePlayground?: boolean | undefined;
5953
6116
  loadTags?: boolean | undefined;
6117
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5954
6118
  } | undefined;
5955
6119
  navigationId?: string | undefined;
5956
6120
  categories?: {
@@ -5966,6 +6130,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5966
6130
  examplesLanguage?: string | undefined;
5967
6131
  disablePlayground?: boolean | undefined;
5968
6132
  loadTags?: boolean | undefined;
6133
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5969
6134
  } | undefined;
5970
6135
  navigationId?: string | undefined;
5971
6136
  categories?: {
@@ -5982,6 +6147,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5982
6147
  examplesLanguage?: string | undefined;
5983
6148
  disablePlayground?: boolean | undefined;
5984
6149
  loadTags?: boolean | undefined;
6150
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5985
6151
  } | undefined;
5986
6152
  navigationId?: string | undefined;
5987
6153
  categories?: {
@@ -5997,6 +6163,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5997
6163
  examplesLanguage?: string | undefined;
5998
6164
  disablePlayground?: boolean | undefined;
5999
6165
  loadTags?: boolean | undefined;
6166
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6000
6167
  } | undefined;
6001
6168
  navigationId?: string | undefined;
6002
6169
  categories?: {
@@ -6012,6 +6179,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6012
6179
  examplesLanguage?: string | undefined;
6013
6180
  disablePlayground?: boolean | undefined;
6014
6181
  loadTags?: boolean | undefined;
6182
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6015
6183
  } | undefined;
6016
6184
  navigationId?: string | undefined;
6017
6185
  categories?: {
@@ -6028,6 +6196,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6028
6196
  examplesLanguage?: string | undefined;
6029
6197
  disablePlayground?: boolean | undefined;
6030
6198
  loadTags?: boolean | undefined;
6199
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6031
6200
  } | undefined;
6032
6201
  navigationId?: string | undefined;
6033
6202
  categories?: {
@@ -6102,6 +6271,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6102
6271
  examplesLanguage?: string | undefined;
6103
6272
  disablePlayground?: boolean | undefined;
6104
6273
  loadTags?: boolean | undefined;
6274
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6105
6275
  };
6106
6276
  examplesLanguage?: string | undefined;
6107
6277
  } | undefined;
@@ -6264,6 +6434,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6264
6434
  examplesLanguage?: string | undefined;
6265
6435
  disablePlayground?: boolean | undefined;
6266
6436
  loadTags?: boolean | undefined;
6437
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6267
6438
  } | undefined;
6268
6439
  navigationId?: string | undefined;
6269
6440
  categories?: {
@@ -6279,6 +6450,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6279
6450
  examplesLanguage?: string | undefined;
6280
6451
  disablePlayground?: boolean | undefined;
6281
6452
  loadTags?: boolean | undefined;
6453
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6282
6454
  } | undefined;
6283
6455
  navigationId?: string | undefined;
6284
6456
  categories?: {
@@ -6295,6 +6467,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6295
6467
  examplesLanguage?: string | undefined;
6296
6468
  disablePlayground?: boolean | undefined;
6297
6469
  loadTags?: boolean | undefined;
6470
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6298
6471
  } | undefined;
6299
6472
  navigationId?: string | undefined;
6300
6473
  categories?: {
@@ -6310,6 +6483,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6310
6483
  examplesLanguage?: string | undefined;
6311
6484
  disablePlayground?: boolean | undefined;
6312
6485
  loadTags?: boolean | undefined;
6486
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6313
6487
  } | undefined;
6314
6488
  navigationId?: string | undefined;
6315
6489
  categories?: {
@@ -6325,6 +6499,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6325
6499
  examplesLanguage?: string | undefined;
6326
6500
  disablePlayground?: boolean | undefined;
6327
6501
  loadTags?: boolean | undefined;
6502
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6328
6503
  } | undefined;
6329
6504
  navigationId?: string | undefined;
6330
6505
  categories?: {
@@ -6341,6 +6516,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6341
6516
  examplesLanguage?: string | undefined;
6342
6517
  disablePlayground?: boolean | undefined;
6343
6518
  loadTags?: boolean | undefined;
6519
+ showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6344
6520
  } | undefined;
6345
6521
  navigationId?: string | undefined;
6346
6522
  categories?: {