@mintlify/validation 0.1.607 → 0.1.609

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.
@@ -97,13 +97,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
97
97
  prefill?: boolean | undefined;
98
98
  autogenerate?: boolean | undefined;
99
99
  }>>;
100
- spec: z.ZodOptional<z.ZodObject<{
101
- download: z.ZodOptional<z.ZodBoolean>;
102
- }, "strip", z.ZodTypeAny, {
103
- download?: boolean | undefined;
104
- }, {
105
- download?: boolean | undefined;
106
- }>>;
107
100
  mdx: z.ZodOptional<z.ZodObject<{
108
101
  auth: z.ZodOptional<z.ZodObject<{
109
102
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -151,9 +144,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
151
144
  prefill?: boolean | undefined;
152
145
  autogenerate?: boolean | undefined;
153
146
  } | undefined;
154
- spec?: {
155
- download?: boolean | undefined;
156
- } | undefined;
157
147
  mdx?: {
158
148
  server?: string | string[] | undefined;
159
149
  auth?: {
@@ -183,9 +173,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
183
173
  prefill?: boolean | undefined;
184
174
  autogenerate?: boolean | undefined;
185
175
  } | undefined;
186
- spec?: {
187
- download?: boolean | undefined;
188
- } | undefined;
189
176
  mdx?: {
190
177
  server?: string | string[] | undefined;
191
178
  auth?: {
@@ -1637,9 +1624,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1637
1624
  prefill?: boolean | undefined;
1638
1625
  autogenerate?: boolean | undefined;
1639
1626
  } | undefined;
1640
- spec?: {
1641
- download?: boolean | undefined;
1642
- } | undefined;
1643
1627
  mdx?: {
1644
1628
  server?: string | string[] | undefined;
1645
1629
  auth?: {
@@ -1988,9 +1972,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1988
1972
  prefill?: boolean | undefined;
1989
1973
  autogenerate?: boolean | undefined;
1990
1974
  } | undefined;
1991
- spec?: {
1992
- download?: boolean | undefined;
1993
- } | undefined;
1994
1975
  mdx?: {
1995
1976
  server?: string | string[] | undefined;
1996
1977
  auth?: {
@@ -2311,13 +2292,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2311
2292
  prefill?: boolean | undefined;
2312
2293
  autogenerate?: boolean | undefined;
2313
2294
  }>>;
2314
- spec: z.ZodOptional<z.ZodObject<{
2315
- download: z.ZodOptional<z.ZodBoolean>;
2316
- }, "strip", z.ZodTypeAny, {
2317
- download?: boolean | undefined;
2318
- }, {
2319
- download?: boolean | undefined;
2320
- }>>;
2321
2295
  mdx: z.ZodOptional<z.ZodObject<{
2322
2296
  auth: z.ZodOptional<z.ZodObject<{
2323
2297
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -2365,9 +2339,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2365
2339
  prefill?: boolean | undefined;
2366
2340
  autogenerate?: boolean | undefined;
2367
2341
  } | undefined;
2368
- spec?: {
2369
- download?: boolean | undefined;
2370
- } | undefined;
2371
2342
  mdx?: {
2372
2343
  server?: string | string[] | undefined;
2373
2344
  auth?: {
@@ -2397,9 +2368,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2397
2368
  prefill?: boolean | undefined;
2398
2369
  autogenerate?: boolean | undefined;
2399
2370
  } | undefined;
2400
- spec?: {
2401
- download?: boolean | undefined;
2402
- } | undefined;
2403
2371
  mdx?: {
2404
2372
  server?: string | string[] | undefined;
2405
2373
  auth?: {
@@ -3851,9 +3819,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3851
3819
  prefill?: boolean | undefined;
3852
3820
  autogenerate?: boolean | undefined;
3853
3821
  } | undefined;
3854
- spec?: {
3855
- download?: boolean | undefined;
3856
- } | undefined;
3857
3822
  mdx?: {
3858
3823
  server?: string | string[] | undefined;
3859
3824
  auth?: {
@@ -4202,9 +4167,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4202
4167
  prefill?: boolean | undefined;
4203
4168
  autogenerate?: boolean | undefined;
4204
4169
  } | undefined;
4205
- spec?: {
4206
- download?: boolean | undefined;
4207
- } | undefined;
4208
4170
  mdx?: {
4209
4171
  server?: string | string[] | undefined;
4210
4172
  auth?: {
@@ -4525,13 +4487,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4525
4487
  prefill?: boolean | undefined;
4526
4488
  autogenerate?: boolean | undefined;
4527
4489
  }>>;
4528
- spec: z.ZodOptional<z.ZodObject<{
4529
- download: z.ZodOptional<z.ZodBoolean>;
4530
- }, "strip", z.ZodTypeAny, {
4531
- download?: boolean | undefined;
4532
- }, {
4533
- download?: boolean | undefined;
4534
- }>>;
4535
4490
  mdx: z.ZodOptional<z.ZodObject<{
4536
4491
  auth: z.ZodOptional<z.ZodObject<{
4537
4492
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -4579,9 +4534,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4579
4534
  prefill?: boolean | undefined;
4580
4535
  autogenerate?: boolean | undefined;
4581
4536
  } | undefined;
4582
- spec?: {
4583
- download?: boolean | undefined;
4584
- } | undefined;
4585
4537
  mdx?: {
4586
4538
  server?: string | string[] | undefined;
4587
4539
  auth?: {
@@ -4611,9 +4563,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4611
4563
  prefill?: boolean | undefined;
4612
4564
  autogenerate?: boolean | undefined;
4613
4565
  } | undefined;
4614
- spec?: {
4615
- download?: boolean | undefined;
4616
- } | undefined;
4617
4566
  mdx?: {
4618
4567
  server?: string | string[] | undefined;
4619
4568
  auth?: {
@@ -6065,9 +6014,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6065
6014
  prefill?: boolean | undefined;
6066
6015
  autogenerate?: boolean | undefined;
6067
6016
  } | undefined;
6068
- spec?: {
6069
- download?: boolean | undefined;
6070
- } | undefined;
6071
6017
  mdx?: {
6072
6018
  server?: string | string[] | undefined;
6073
6019
  auth?: {
@@ -6416,9 +6362,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6416
6362
  prefill?: boolean | undefined;
6417
6363
  autogenerate?: boolean | undefined;
6418
6364
  } | undefined;
6419
- spec?: {
6420
- download?: boolean | undefined;
6421
- } | undefined;
6422
6365
  mdx?: {
6423
6366
  server?: string | string[] | undefined;
6424
6367
  auth?: {
@@ -6739,13 +6682,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6739
6682
  prefill?: boolean | undefined;
6740
6683
  autogenerate?: boolean | undefined;
6741
6684
  }>>;
6742
- spec: z.ZodOptional<z.ZodObject<{
6743
- download: z.ZodOptional<z.ZodBoolean>;
6744
- }, "strip", z.ZodTypeAny, {
6745
- download?: boolean | undefined;
6746
- }, {
6747
- download?: boolean | undefined;
6748
- }>>;
6749
6685
  mdx: z.ZodOptional<z.ZodObject<{
6750
6686
  auth: z.ZodOptional<z.ZodObject<{
6751
6687
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -6793,9 +6729,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6793
6729
  prefill?: boolean | undefined;
6794
6730
  autogenerate?: boolean | undefined;
6795
6731
  } | undefined;
6796
- spec?: {
6797
- download?: boolean | undefined;
6798
- } | undefined;
6799
6732
  mdx?: {
6800
6733
  server?: string | string[] | undefined;
6801
6734
  auth?: {
@@ -6825,9 +6758,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6825
6758
  prefill?: boolean | undefined;
6826
6759
  autogenerate?: boolean | undefined;
6827
6760
  } | undefined;
6828
- spec?: {
6829
- download?: boolean | undefined;
6830
- } | undefined;
6831
6761
  mdx?: {
6832
6762
  server?: string | string[] | undefined;
6833
6763
  auth?: {
@@ -8279,9 +8209,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8279
8209
  prefill?: boolean | undefined;
8280
8210
  autogenerate?: boolean | undefined;
8281
8211
  } | undefined;
8282
- spec?: {
8283
- download?: boolean | undefined;
8284
- } | undefined;
8285
8212
  mdx?: {
8286
8213
  server?: string | string[] | undefined;
8287
8214
  auth?: {
@@ -8630,9 +8557,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8630
8557
  prefill?: boolean | undefined;
8631
8558
  autogenerate?: boolean | undefined;
8632
8559
  } | undefined;
8633
- spec?: {
8634
- download?: boolean | undefined;
8635
- } | undefined;
8636
8560
  mdx?: {
8637
8561
  server?: string | string[] | undefined;
8638
8562
  auth?: {
@@ -8953,13 +8877,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8953
8877
  prefill?: boolean | undefined;
8954
8878
  autogenerate?: boolean | undefined;
8955
8879
  }>>;
8956
- spec: z.ZodOptional<z.ZodObject<{
8957
- download: z.ZodOptional<z.ZodBoolean>;
8958
- }, "strip", z.ZodTypeAny, {
8959
- download?: boolean | undefined;
8960
- }, {
8961
- download?: boolean | undefined;
8962
- }>>;
8963
8880
  mdx: z.ZodOptional<z.ZodObject<{
8964
8881
  auth: z.ZodOptional<z.ZodObject<{
8965
8882
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -9007,9 +8924,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9007
8924
  prefill?: boolean | undefined;
9008
8925
  autogenerate?: boolean | undefined;
9009
8926
  } | undefined;
9010
- spec?: {
9011
- download?: boolean | undefined;
9012
- } | undefined;
9013
8927
  mdx?: {
9014
8928
  server?: string | string[] | undefined;
9015
8929
  auth?: {
@@ -9039,9 +8953,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9039
8953
  prefill?: boolean | undefined;
9040
8954
  autogenerate?: boolean | undefined;
9041
8955
  } | undefined;
9042
- spec?: {
9043
- download?: boolean | undefined;
9044
- } | undefined;
9045
8956
  mdx?: {
9046
8957
  server?: string | string[] | undefined;
9047
8958
  auth?: {
@@ -10493,9 +10404,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10493
10404
  prefill?: boolean | undefined;
10494
10405
  autogenerate?: boolean | undefined;
10495
10406
  } | undefined;
10496
- spec?: {
10497
- download?: boolean | undefined;
10498
- } | undefined;
10499
10407
  mdx?: {
10500
10408
  server?: string | string[] | undefined;
10501
10409
  auth?: {
@@ -10844,9 +10752,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10844
10752
  prefill?: boolean | undefined;
10845
10753
  autogenerate?: boolean | undefined;
10846
10754
  } | undefined;
10847
- spec?: {
10848
- download?: boolean | undefined;
10849
- } | undefined;
10850
10755
  mdx?: {
10851
10756
  server?: string | string[] | undefined;
10852
10757
  auth?: {
@@ -11167,13 +11072,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11167
11072
  prefill?: boolean | undefined;
11168
11073
  autogenerate?: boolean | undefined;
11169
11074
  }>>;
11170
- spec: z.ZodOptional<z.ZodObject<{
11171
- download: z.ZodOptional<z.ZodBoolean>;
11172
- }, "strip", z.ZodTypeAny, {
11173
- download?: boolean | undefined;
11174
- }, {
11175
- download?: boolean | undefined;
11176
- }>>;
11177
11075
  mdx: z.ZodOptional<z.ZodObject<{
11178
11076
  auth: z.ZodOptional<z.ZodObject<{
11179
11077
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -11221,9 +11119,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11221
11119
  prefill?: boolean | undefined;
11222
11120
  autogenerate?: boolean | undefined;
11223
11121
  } | undefined;
11224
- spec?: {
11225
- download?: boolean | undefined;
11226
- } | undefined;
11227
11122
  mdx?: {
11228
11123
  server?: string | string[] | undefined;
11229
11124
  auth?: {
@@ -11253,9 +11148,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11253
11148
  prefill?: boolean | undefined;
11254
11149
  autogenerate?: boolean | undefined;
11255
11150
  } | undefined;
11256
- spec?: {
11257
- download?: boolean | undefined;
11258
- } | undefined;
11259
11151
  mdx?: {
11260
11152
  server?: string | string[] | undefined;
11261
11153
  auth?: {
@@ -12707,9 +12599,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12707
12599
  prefill?: boolean | undefined;
12708
12600
  autogenerate?: boolean | undefined;
12709
12601
  } | undefined;
12710
- spec?: {
12711
- download?: boolean | undefined;
12712
- } | undefined;
12713
12602
  mdx?: {
12714
12603
  server?: string | string[] | undefined;
12715
12604
  auth?: {
@@ -13058,9 +12947,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13058
12947
  prefill?: boolean | undefined;
13059
12948
  autogenerate?: boolean | undefined;
13060
12949
  } | undefined;
13061
- spec?: {
13062
- download?: boolean | undefined;
13063
- } | undefined;
13064
12950
  mdx?: {
13065
12951
  server?: string | string[] | undefined;
13066
12952
  auth?: {
@@ -13381,13 +13267,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13381
13267
  prefill?: boolean | undefined;
13382
13268
  autogenerate?: boolean | undefined;
13383
13269
  }>>;
13384
- spec: z.ZodOptional<z.ZodObject<{
13385
- download: z.ZodOptional<z.ZodBoolean>;
13386
- }, "strip", z.ZodTypeAny, {
13387
- download?: boolean | undefined;
13388
- }, {
13389
- download?: boolean | undefined;
13390
- }>>;
13391
13270
  mdx: z.ZodOptional<z.ZodObject<{
13392
13271
  auth: z.ZodOptional<z.ZodObject<{
13393
13272
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -13435,9 +13314,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13435
13314
  prefill?: boolean | undefined;
13436
13315
  autogenerate?: boolean | undefined;
13437
13316
  } | undefined;
13438
- spec?: {
13439
- download?: boolean | undefined;
13440
- } | undefined;
13441
13317
  mdx?: {
13442
13318
  server?: string | string[] | undefined;
13443
13319
  auth?: {
@@ -13467,9 +13343,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13467
13343
  prefill?: boolean | undefined;
13468
13344
  autogenerate?: boolean | undefined;
13469
13345
  } | undefined;
13470
- spec?: {
13471
- download?: boolean | undefined;
13472
- } | undefined;
13473
13346
  mdx?: {
13474
13347
  server?: string | string[] | undefined;
13475
13348
  auth?: {
@@ -14921,9 +14794,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14921
14794
  prefill?: boolean | undefined;
14922
14795
  autogenerate?: boolean | undefined;
14923
14796
  } | undefined;
14924
- spec?: {
14925
- download?: boolean | undefined;
14926
- } | undefined;
14927
14797
  mdx?: {
14928
14798
  server?: string | string[] | undefined;
14929
14799
  auth?: {
@@ -15272,9 +15142,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15272
15142
  prefill?: boolean | undefined;
15273
15143
  autogenerate?: boolean | undefined;
15274
15144
  } | undefined;
15275
- spec?: {
15276
- download?: boolean | undefined;
15277
- } | undefined;
15278
15145
  mdx?: {
15279
15146
  server?: string | string[] | undefined;
15280
15147
  auth?: {
@@ -15595,13 +15462,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15595
15462
  prefill?: boolean | undefined;
15596
15463
  autogenerate?: boolean | undefined;
15597
15464
  }>>;
15598
- spec: z.ZodOptional<z.ZodObject<{
15599
- download: z.ZodOptional<z.ZodBoolean>;
15600
- }, "strip", z.ZodTypeAny, {
15601
- download?: boolean | undefined;
15602
- }, {
15603
- download?: boolean | undefined;
15604
- }>>;
15605
15465
  mdx: z.ZodOptional<z.ZodObject<{
15606
15466
  auth: z.ZodOptional<z.ZodObject<{
15607
15467
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -15649,9 +15509,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15649
15509
  prefill?: boolean | undefined;
15650
15510
  autogenerate?: boolean | undefined;
15651
15511
  } | undefined;
15652
- spec?: {
15653
- download?: boolean | undefined;
15654
- } | undefined;
15655
15512
  mdx?: {
15656
15513
  server?: string | string[] | undefined;
15657
15514
  auth?: {
@@ -15681,9 +15538,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15681
15538
  prefill?: boolean | undefined;
15682
15539
  autogenerate?: boolean | undefined;
15683
15540
  } | undefined;
15684
- spec?: {
15685
- download?: boolean | undefined;
15686
- } | undefined;
15687
15541
  mdx?: {
15688
15542
  server?: string | string[] | undefined;
15689
15543
  auth?: {
@@ -17135,9 +16989,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17135
16989
  prefill?: boolean | undefined;
17136
16990
  autogenerate?: boolean | undefined;
17137
16991
  } | undefined;
17138
- spec?: {
17139
- download?: boolean | undefined;
17140
- } | undefined;
17141
16992
  mdx?: {
17142
16993
  server?: string | string[] | undefined;
17143
16994
  auth?: {
@@ -17486,9 +17337,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17486
17337
  prefill?: boolean | undefined;
17487
17338
  autogenerate?: boolean | undefined;
17488
17339
  } | undefined;
17489
- spec?: {
17490
- download?: boolean | undefined;
17491
- } | undefined;
17492
17340
  mdx?: {
17493
17341
  server?: string | string[] | undefined;
17494
17342
  auth?: {
@@ -17809,13 +17657,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17809
17657
  prefill?: boolean | undefined;
17810
17658
  autogenerate?: boolean | undefined;
17811
17659
  }>>;
17812
- spec: z.ZodOptional<z.ZodObject<{
17813
- download: z.ZodOptional<z.ZodBoolean>;
17814
- }, "strip", z.ZodTypeAny, {
17815
- download?: boolean | undefined;
17816
- }, {
17817
- download?: boolean | undefined;
17818
- }>>;
17819
17660
  mdx: z.ZodOptional<z.ZodObject<{
17820
17661
  auth: z.ZodOptional<z.ZodObject<{
17821
17662
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -17863,9 +17704,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17863
17704
  prefill?: boolean | undefined;
17864
17705
  autogenerate?: boolean | undefined;
17865
17706
  } | undefined;
17866
- spec?: {
17867
- download?: boolean | undefined;
17868
- } | undefined;
17869
17707
  mdx?: {
17870
17708
  server?: string | string[] | undefined;
17871
17709
  auth?: {
@@ -17895,9 +17733,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17895
17733
  prefill?: boolean | undefined;
17896
17734
  autogenerate?: boolean | undefined;
17897
17735
  } | undefined;
17898
- spec?: {
17899
- download?: boolean | undefined;
17900
- } | undefined;
17901
17736
  mdx?: {
17902
17737
  server?: string | string[] | undefined;
17903
17738
  auth?: {
@@ -19349,9 +19184,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19349
19184
  prefill?: boolean | undefined;
19350
19185
  autogenerate?: boolean | undefined;
19351
19186
  } | undefined;
19352
- spec?: {
19353
- download?: boolean | undefined;
19354
- } | undefined;
19355
19187
  mdx?: {
19356
19188
  server?: string | string[] | undefined;
19357
19189
  auth?: {
@@ -19700,9 +19532,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19700
19532
  prefill?: boolean | undefined;
19701
19533
  autogenerate?: boolean | undefined;
19702
19534
  } | undefined;
19703
- spec?: {
19704
- download?: boolean | undefined;
19705
- } | undefined;
19706
19535
  mdx?: {
19707
19536
  server?: string | string[] | undefined;
19708
19537
  auth?: {
@@ -20024,13 +19853,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
20024
19853
  prefill?: boolean | undefined;
20025
19854
  autogenerate?: boolean | undefined;
20026
19855
  }>>;
20027
- spec: z.ZodOptional<z.ZodObject<{
20028
- download: z.ZodOptional<z.ZodBoolean>;
20029
- }, "strip", z.ZodTypeAny, {
20030
- download?: boolean | undefined;
20031
- }, {
20032
- download?: boolean | undefined;
20033
- }>>;
20034
19856
  mdx: z.ZodOptional<z.ZodObject<{
20035
19857
  auth: z.ZodOptional<z.ZodObject<{
20036
19858
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -20078,9 +19900,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
20078
19900
  prefill?: boolean | undefined;
20079
19901
  autogenerate?: boolean | undefined;
20080
19902
  } | undefined;
20081
- spec?: {
20082
- download?: boolean | undefined;
20083
- } | undefined;
20084
19903
  mdx?: {
20085
19904
  server?: string | string[] | undefined;
20086
19905
  auth?: {
@@ -20110,9 +19929,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
20110
19929
  prefill?: boolean | undefined;
20111
19930
  autogenerate?: boolean | undefined;
20112
19931
  } | undefined;
20113
- spec?: {
20114
- download?: boolean | undefined;
20115
- } | undefined;
20116
19932
  mdx?: {
20117
19933
  server?: string | string[] | undefined;
20118
19934
  auth?: {
@@ -21564,9 +21380,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
21564
21380
  prefill?: boolean | undefined;
21565
21381
  autogenerate?: boolean | undefined;
21566
21382
  } | undefined;
21567
- spec?: {
21568
- download?: boolean | undefined;
21569
- } | undefined;
21570
21383
  mdx?: {
21571
21384
  server?: string | string[] | undefined;
21572
21385
  auth?: {
@@ -21915,9 +21728,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
21915
21728
  prefill?: boolean | undefined;
21916
21729
  autogenerate?: boolean | undefined;
21917
21730
  } | undefined;
21918
- spec?: {
21919
- download?: boolean | undefined;
21920
- } | undefined;
21921
21731
  mdx?: {
21922
21732
  server?: string | string[] | undefined;
21923
21733
  auth?: {
@@ -53,13 +53,6 @@ export declare const apiSchema: z.ZodObject<{
53
53
  prefill?: boolean | undefined;
54
54
  autogenerate?: boolean | undefined;
55
55
  }>>;
56
- spec: z.ZodOptional<z.ZodObject<{
57
- download: z.ZodOptional<z.ZodBoolean>;
58
- }, "strip", z.ZodTypeAny, {
59
- download?: boolean | undefined;
60
- }, {
61
- download?: boolean | undefined;
62
- }>>;
63
56
  mdx: z.ZodOptional<z.ZodObject<{
64
57
  auth: z.ZodOptional<z.ZodObject<{
65
58
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -107,9 +100,6 @@ export declare const apiSchema: z.ZodObject<{
107
100
  prefill?: boolean | undefined;
108
101
  autogenerate?: boolean | undefined;
109
102
  } | undefined;
110
- spec?: {
111
- download?: boolean | undefined;
112
- } | undefined;
113
103
  mdx?: {
114
104
  server?: string | string[] | undefined;
115
105
  auth?: {
@@ -139,9 +129,6 @@ export declare const apiSchema: z.ZodObject<{
139
129
  prefill?: boolean | undefined;
140
130
  autogenerate?: boolean | undefined;
141
131
  } | undefined;
142
- spec?: {
143
- download?: boolean | undefined;
144
- } | undefined;
145
132
  mdx?: {
146
133
  server?: string | string[] | undefined;
147
134
  auth?: {
@@ -48,15 +48,6 @@ export const apiSchema = z
48
48
  })
49
49
  .optional()
50
50
  .describe('Configurations for the autogenerated API examples'),
51
- spec: z
52
- .object({
53
- download: z
54
- .boolean()
55
- .optional()
56
- .describe('Whether to show a download button for the OpenAPI spec on API reference pages. Defaults to `false`.'),
57
- })
58
- .optional()
59
- .describe('Configurations for the OpenAPI spec'),
60
51
  mdx: z
61
52
  .object({
62
53
  auth: z
@@ -94,13 +94,6 @@ export declare const almondConfigSchema: z.ZodObject<{
94
94
  prefill?: boolean | undefined;
95
95
  autogenerate?: boolean | undefined;
96
96
  }>>;
97
- spec: z.ZodOptional<z.ZodObject<{
98
- download: z.ZodOptional<z.ZodBoolean>;
99
- }, "strip", z.ZodTypeAny, {
100
- download?: boolean | undefined;
101
- }, {
102
- download?: boolean | undefined;
103
- }>>;
104
97
  mdx: z.ZodOptional<z.ZodObject<{
105
98
  auth: z.ZodOptional<z.ZodObject<{
106
99
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -148,9 +141,6 @@ export declare const almondConfigSchema: z.ZodObject<{
148
141
  prefill?: boolean | undefined;
149
142
  autogenerate?: boolean | undefined;
150
143
  } | undefined;
151
- spec?: {
152
- download?: boolean | undefined;
153
- } | undefined;
154
144
  mdx?: {
155
145
  server?: string | string[] | undefined;
156
146
  auth?: {
@@ -180,9 +170,6 @@ export declare const almondConfigSchema: z.ZodObject<{
180
170
  prefill?: boolean | undefined;
181
171
  autogenerate?: boolean | undefined;
182
172
  } | undefined;
183
- spec?: {
184
- download?: boolean | undefined;
185
- } | undefined;
186
173
  mdx?: {
187
174
  server?: string | string[] | undefined;
188
175
  auth?: {
@@ -1634,9 +1621,6 @@ export declare const almondConfigSchema: z.ZodObject<{
1634
1621
  prefill?: boolean | undefined;
1635
1622
  autogenerate?: boolean | undefined;
1636
1623
  } | undefined;
1637
- spec?: {
1638
- download?: boolean | undefined;
1639
- } | undefined;
1640
1624
  mdx?: {
1641
1625
  server?: string | string[] | undefined;
1642
1626
  auth?: {
@@ -1985,9 +1969,6 @@ export declare const almondConfigSchema: z.ZodObject<{
1985
1969
  prefill?: boolean | undefined;
1986
1970
  autogenerate?: boolean | undefined;
1987
1971
  } | undefined;
1988
- spec?: {
1989
- download?: boolean | undefined;
1990
- } | undefined;
1991
1972
  mdx?: {
1992
1973
  server?: string | string[] | undefined;
1993
1974
  auth?: {
@@ -94,13 +94,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
94
94
  prefill?: boolean | undefined;
95
95
  autogenerate?: boolean | undefined;
96
96
  }>>;
97
- spec: z.ZodOptional<z.ZodObject<{
98
- download: z.ZodOptional<z.ZodBoolean>;
99
- }, "strip", z.ZodTypeAny, {
100
- download?: boolean | undefined;
101
- }, {
102
- download?: boolean | undefined;
103
- }>>;
104
97
  mdx: z.ZodOptional<z.ZodObject<{
105
98
  auth: z.ZodOptional<z.ZodObject<{
106
99
  method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
@@ -148,9 +141,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
148
141
  prefill?: boolean | undefined;
149
142
  autogenerate?: boolean | undefined;
150
143
  } | undefined;
151
- spec?: {
152
- download?: boolean | undefined;
153
- } | undefined;
154
144
  mdx?: {
155
145
  server?: string | string[] | undefined;
156
146
  auth?: {
@@ -180,9 +170,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
180
170
  prefill?: boolean | undefined;
181
171
  autogenerate?: boolean | undefined;
182
172
  } | undefined;
183
- spec?: {
184
- download?: boolean | undefined;
185
- } | undefined;
186
173
  mdx?: {
187
174
  server?: string | string[] | undefined;
188
175
  auth?: {
@@ -1634,9 +1621,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
1634
1621
  prefill?: boolean | undefined;
1635
1622
  autogenerate?: boolean | undefined;
1636
1623
  } | undefined;
1637
- spec?: {
1638
- download?: boolean | undefined;
1639
- } | undefined;
1640
1624
  mdx?: {
1641
1625
  server?: string | string[] | undefined;
1642
1626
  auth?: {
@@ -1985,9 +1969,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
1985
1969
  prefill?: boolean | undefined;
1986
1970
  autogenerate?: boolean | undefined;
1987
1971
  } | undefined;
1988
- spec?: {
1989
- download?: boolean | undefined;
1990
- } | undefined;
1991
1972
  mdx?: {
1992
1973
  server?: string | string[] | undefined;
1993
1974
  auth?: {