@mintlify/validation 0.1.582 → 0.1.583

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.
@@ -324,11 +324,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
324
324
  href: z.ZodEffects<z.ZodString, string, string>;
325
325
  }, {
326
326
  label: z.ZodString;
327
- type: z.ZodOptional<z.ZodUndefined>;
327
+ type: z.ZodOptional<z.ZodString>;
328
328
  }>, "strip", z.ZodTypeAny, {
329
329
  href: string;
330
330
  label: string;
331
- type?: undefined;
331
+ type?: string | undefined;
332
332
  icon?: string | {
333
333
  name: string;
334
334
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -337,7 +337,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
337
337
  }, {
338
338
  href: string;
339
339
  label: string;
340
- type?: undefined;
340
+ type?: string | undefined;
341
341
  icon?: string | {
342
342
  name: string;
343
343
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -398,7 +398,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
398
398
  links?: ({
399
399
  href: string;
400
400
  label: string;
401
- type?: undefined;
401
+ type?: string | undefined;
402
402
  icon?: string | {
403
403
  name: string;
404
404
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -440,7 +440,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
440
440
  links?: ({
441
441
  href: string;
442
442
  label: string;
443
- type?: undefined;
443
+ type?: string | undefined;
444
444
  icon?: string | {
445
445
  name: string;
446
446
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1851,7 +1851,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1851
1851
  links?: ({
1852
1852
  href: string;
1853
1853
  label: string;
1854
- type?: undefined;
1854
+ type?: string | undefined;
1855
1855
  icon?: string | {
1856
1856
  name: string;
1857
1857
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2197,7 +2197,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2197
2197
  links?: ({
2198
2198
  href: string;
2199
2199
  label: string;
2200
- type?: undefined;
2200
+ type?: string | undefined;
2201
2201
  icon?: string | {
2202
2202
  name: string;
2203
2203
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2596,11 +2596,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2596
2596
  href: z.ZodEffects<z.ZodString, string, string>;
2597
2597
  }, {
2598
2598
  label: z.ZodString;
2599
- type: z.ZodOptional<z.ZodUndefined>;
2599
+ type: z.ZodOptional<z.ZodString>;
2600
2600
  }>, "strip", z.ZodTypeAny, {
2601
2601
  href: string;
2602
2602
  label: string;
2603
- type?: undefined;
2603
+ type?: string | undefined;
2604
2604
  icon?: string | {
2605
2605
  name: string;
2606
2606
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2609,7 +2609,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2609
2609
  }, {
2610
2610
  href: string;
2611
2611
  label: string;
2612
- type?: undefined;
2612
+ type?: string | undefined;
2613
2613
  icon?: string | {
2614
2614
  name: string;
2615
2615
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2670,7 +2670,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2670
2670
  links?: ({
2671
2671
  href: string;
2672
2672
  label: string;
2673
- type?: undefined;
2673
+ type?: string | undefined;
2674
2674
  icon?: string | {
2675
2675
  name: string;
2676
2676
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2712,7 +2712,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2712
2712
  links?: ({
2713
2713
  href: string;
2714
2714
  label: string;
2715
- type?: undefined;
2715
+ type?: string | undefined;
2716
2716
  icon?: string | {
2717
2717
  name: string;
2718
2718
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4123,7 +4123,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4123
4123
  links?: ({
4124
4124
  href: string;
4125
4125
  label: string;
4126
- type?: undefined;
4126
+ type?: string | undefined;
4127
4127
  icon?: string | {
4128
4128
  name: string;
4129
4129
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4469,7 +4469,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4469
4469
  links?: ({
4470
4470
  href: string;
4471
4471
  label: string;
4472
- type?: undefined;
4472
+ type?: string | undefined;
4473
4473
  icon?: string | {
4474
4474
  name: string;
4475
4475
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4868,11 +4868,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4868
4868
  href: z.ZodEffects<z.ZodString, string, string>;
4869
4869
  }, {
4870
4870
  label: z.ZodString;
4871
- type: z.ZodOptional<z.ZodUndefined>;
4871
+ type: z.ZodOptional<z.ZodString>;
4872
4872
  }>, "strip", z.ZodTypeAny, {
4873
4873
  href: string;
4874
4874
  label: string;
4875
- type?: undefined;
4875
+ type?: string | undefined;
4876
4876
  icon?: string | {
4877
4877
  name: string;
4878
4878
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4881,7 +4881,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4881
4881
  }, {
4882
4882
  href: string;
4883
4883
  label: string;
4884
- type?: undefined;
4884
+ type?: string | undefined;
4885
4885
  icon?: string | {
4886
4886
  name: string;
4887
4887
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4942,7 +4942,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4942
4942
  links?: ({
4943
4943
  href: string;
4944
4944
  label: string;
4945
- type?: undefined;
4945
+ type?: string | undefined;
4946
4946
  icon?: string | {
4947
4947
  name: string;
4948
4948
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -4984,7 +4984,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4984
4984
  links?: ({
4985
4985
  href: string;
4986
4986
  label: string;
4987
- type?: undefined;
4987
+ type?: string | undefined;
4988
4988
  icon?: string | {
4989
4989
  name: string;
4990
4990
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -6395,7 +6395,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6395
6395
  links?: ({
6396
6396
  href: string;
6397
6397
  label: string;
6398
- type?: undefined;
6398
+ type?: string | undefined;
6399
6399
  icon?: string | {
6400
6400
  name: string;
6401
6401
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -6741,7 +6741,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6741
6741
  links?: ({
6742
6742
  href: string;
6743
6743
  label: string;
6744
- type?: undefined;
6744
+ type?: string | undefined;
6745
6745
  icon?: string | {
6746
6746
  name: string;
6747
6747
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7140,11 +7140,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7140
7140
  href: z.ZodEffects<z.ZodString, string, string>;
7141
7141
  }, {
7142
7142
  label: z.ZodString;
7143
- type: z.ZodOptional<z.ZodUndefined>;
7143
+ type: z.ZodOptional<z.ZodString>;
7144
7144
  }>, "strip", z.ZodTypeAny, {
7145
7145
  href: string;
7146
7146
  label: string;
7147
- type?: undefined;
7147
+ type?: string | undefined;
7148
7148
  icon?: string | {
7149
7149
  name: string;
7150
7150
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7153,7 +7153,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7153
7153
  }, {
7154
7154
  href: string;
7155
7155
  label: string;
7156
- type?: undefined;
7156
+ type?: string | undefined;
7157
7157
  icon?: string | {
7158
7158
  name: string;
7159
7159
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7214,7 +7214,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7214
7214
  links?: ({
7215
7215
  href: string;
7216
7216
  label: string;
7217
- type?: undefined;
7217
+ type?: string | undefined;
7218
7218
  icon?: string | {
7219
7219
  name: string;
7220
7220
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7256,7 +7256,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7256
7256
  links?: ({
7257
7257
  href: string;
7258
7258
  label: string;
7259
- type?: undefined;
7259
+ type?: string | undefined;
7260
7260
  icon?: string | {
7261
7261
  name: string;
7262
7262
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -8667,7 +8667,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8667
8667
  links?: ({
8668
8668
  href: string;
8669
8669
  label: string;
8670
- type?: undefined;
8670
+ type?: string | undefined;
8671
8671
  icon?: string | {
8672
8672
  name: string;
8673
8673
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -9013,7 +9013,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9013
9013
  links?: ({
9014
9014
  href: string;
9015
9015
  label: string;
9016
- type?: undefined;
9016
+ type?: string | undefined;
9017
9017
  icon?: string | {
9018
9018
  name: string;
9019
9019
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -9412,11 +9412,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9412
9412
  href: z.ZodEffects<z.ZodString, string, string>;
9413
9413
  }, {
9414
9414
  label: z.ZodString;
9415
- type: z.ZodOptional<z.ZodUndefined>;
9415
+ type: z.ZodOptional<z.ZodString>;
9416
9416
  }>, "strip", z.ZodTypeAny, {
9417
9417
  href: string;
9418
9418
  label: string;
9419
- type?: undefined;
9419
+ type?: string | undefined;
9420
9420
  icon?: string | {
9421
9421
  name: string;
9422
9422
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -9425,7 +9425,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9425
9425
  }, {
9426
9426
  href: string;
9427
9427
  label: string;
9428
- type?: undefined;
9428
+ type?: string | undefined;
9429
9429
  icon?: string | {
9430
9430
  name: string;
9431
9431
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -9486,7 +9486,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9486
9486
  links?: ({
9487
9487
  href: string;
9488
9488
  label: string;
9489
- type?: undefined;
9489
+ type?: string | undefined;
9490
9490
  icon?: string | {
9491
9491
  name: string;
9492
9492
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -9528,7 +9528,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9528
9528
  links?: ({
9529
9529
  href: string;
9530
9530
  label: string;
9531
- type?: undefined;
9531
+ type?: string | undefined;
9532
9532
  icon?: string | {
9533
9533
  name: string;
9534
9534
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -10939,7 +10939,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10939
10939
  links?: ({
10940
10940
  href: string;
10941
10941
  label: string;
10942
- type?: undefined;
10942
+ type?: string | undefined;
10943
10943
  icon?: string | {
10944
10944
  name: string;
10945
10945
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -11285,7 +11285,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11285
11285
  links?: ({
11286
11286
  href: string;
11287
11287
  label: string;
11288
- type?: undefined;
11288
+ type?: string | undefined;
11289
11289
  icon?: string | {
11290
11290
  name: string;
11291
11291
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -11684,11 +11684,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11684
11684
  href: z.ZodEffects<z.ZodString, string, string>;
11685
11685
  }, {
11686
11686
  label: z.ZodString;
11687
- type: z.ZodOptional<z.ZodUndefined>;
11687
+ type: z.ZodOptional<z.ZodString>;
11688
11688
  }>, "strip", z.ZodTypeAny, {
11689
11689
  href: string;
11690
11690
  label: string;
11691
- type?: undefined;
11691
+ type?: string | undefined;
11692
11692
  icon?: string | {
11693
11693
  name: string;
11694
11694
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -11697,7 +11697,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11697
11697
  }, {
11698
11698
  href: string;
11699
11699
  label: string;
11700
- type?: undefined;
11700
+ type?: string | undefined;
11701
11701
  icon?: string | {
11702
11702
  name: string;
11703
11703
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -11758,7 +11758,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11758
11758
  links?: ({
11759
11759
  href: string;
11760
11760
  label: string;
11761
- type?: undefined;
11761
+ type?: string | undefined;
11762
11762
  icon?: string | {
11763
11763
  name: string;
11764
11764
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -11800,7 +11800,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11800
11800
  links?: ({
11801
11801
  href: string;
11802
11802
  label: string;
11803
- type?: undefined;
11803
+ type?: string | undefined;
11804
11804
  icon?: string | {
11805
11805
  name: string;
11806
11806
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -13211,7 +13211,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13211
13211
  links?: ({
13212
13212
  href: string;
13213
13213
  label: string;
13214
- type?: undefined;
13214
+ type?: string | undefined;
13215
13215
  icon?: string | {
13216
13216
  name: string;
13217
13217
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -13557,7 +13557,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13557
13557
  links?: ({
13558
13558
  href: string;
13559
13559
  label: string;
13560
- type?: undefined;
13560
+ type?: string | undefined;
13561
13561
  icon?: string | {
13562
13562
  name: string;
13563
13563
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -13956,11 +13956,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13956
13956
  href: z.ZodEffects<z.ZodString, string, string>;
13957
13957
  }, {
13958
13958
  label: z.ZodString;
13959
- type: z.ZodOptional<z.ZodUndefined>;
13959
+ type: z.ZodOptional<z.ZodString>;
13960
13960
  }>, "strip", z.ZodTypeAny, {
13961
13961
  href: string;
13962
13962
  label: string;
13963
- type?: undefined;
13963
+ type?: string | undefined;
13964
13964
  icon?: string | {
13965
13965
  name: string;
13966
13966
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -13969,7 +13969,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13969
13969
  }, {
13970
13970
  href: string;
13971
13971
  label: string;
13972
- type?: undefined;
13972
+ type?: string | undefined;
13973
13973
  icon?: string | {
13974
13974
  name: string;
13975
13975
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -14030,7 +14030,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14030
14030
  links?: ({
14031
14031
  href: string;
14032
14032
  label: string;
14033
- type?: undefined;
14033
+ type?: string | undefined;
14034
14034
  icon?: string | {
14035
14035
  name: string;
14036
14036
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -14072,7 +14072,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14072
14072
  links?: ({
14073
14073
  href: string;
14074
14074
  label: string;
14075
- type?: undefined;
14075
+ type?: string | undefined;
14076
14076
  icon?: string | {
14077
14077
  name: string;
14078
14078
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -15483,7 +15483,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15483
15483
  links?: ({
15484
15484
  href: string;
15485
15485
  label: string;
15486
- type?: undefined;
15486
+ type?: string | undefined;
15487
15487
  icon?: string | {
15488
15488
  name: string;
15489
15489
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -15829,7 +15829,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15829
15829
  links?: ({
15830
15830
  href: string;
15831
15831
  label: string;
15832
- type?: undefined;
15832
+ type?: string | undefined;
15833
15833
  icon?: string | {
15834
15834
  name: string;
15835
15835
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -16229,11 +16229,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16229
16229
  href: z.ZodEffects<z.ZodString, string, string>;
16230
16230
  }, {
16231
16231
  label: z.ZodString;
16232
- type: z.ZodOptional<z.ZodUndefined>;
16232
+ type: z.ZodOptional<z.ZodString>;
16233
16233
  }>, "strip", z.ZodTypeAny, {
16234
16234
  href: string;
16235
16235
  label: string;
16236
- type?: undefined;
16236
+ type?: string | undefined;
16237
16237
  icon?: string | {
16238
16238
  name: string;
16239
16239
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -16242,7 +16242,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16242
16242
  }, {
16243
16243
  href: string;
16244
16244
  label: string;
16245
- type?: undefined;
16245
+ type?: string | undefined;
16246
16246
  icon?: string | {
16247
16247
  name: string;
16248
16248
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -16303,7 +16303,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16303
16303
  links?: ({
16304
16304
  href: string;
16305
16305
  label: string;
16306
- type?: undefined;
16306
+ type?: string | undefined;
16307
16307
  icon?: string | {
16308
16308
  name: string;
16309
16309
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -16345,7 +16345,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16345
16345
  links?: ({
16346
16346
  href: string;
16347
16347
  label: string;
16348
- type?: undefined;
16348
+ type?: string | undefined;
16349
16349
  icon?: string | {
16350
16350
  name: string;
16351
16351
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -17756,7 +17756,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
17756
17756
  links?: ({
17757
17757
  href: string;
17758
17758
  label: string;
17759
- type?: undefined;
17759
+ type?: string | undefined;
17760
17760
  icon?: string | {
17761
17761
  name: string;
17762
17762
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -18102,7 +18102,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
18102
18102
  links?: ({
18103
18103
  href: string;
18104
18104
  label: string;
18105
- type?: undefined;
18105
+ type?: string | undefined;
18106
18106
  icon?: string | {
18107
18107
  name: string;
18108
18108
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -126,11 +126,11 @@ export declare const navbarSchema: z.ZodObject<{
126
126
  href: z.ZodEffects<z.ZodString, string, string>;
127
127
  }, {
128
128
  label: z.ZodString;
129
- type: z.ZodOptional<z.ZodUndefined>;
129
+ type: z.ZodOptional<z.ZodString>;
130
130
  }>, "strip", z.ZodTypeAny, {
131
131
  href: string;
132
132
  label: string;
133
- type?: undefined;
133
+ type?: string | undefined;
134
134
  icon?: string | {
135
135
  name: string;
136
136
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -139,7 +139,7 @@ export declare const navbarSchema: z.ZodObject<{
139
139
  }, {
140
140
  href: string;
141
141
  label: string;
142
- type?: undefined;
142
+ type?: string | undefined;
143
143
  icon?: string | {
144
144
  name: string;
145
145
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -200,7 +200,7 @@ export declare const navbarSchema: z.ZodObject<{
200
200
  links?: ({
201
201
  href: string;
202
202
  label: string;
203
- type?: undefined;
203
+ type?: string | undefined;
204
204
  icon?: string | {
205
205
  name: string;
206
206
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -242,7 +242,7 @@ export declare const navbarSchema: z.ZodObject<{
242
242
  links?: ({
243
243
  href: string;
244
244
  label: string;
245
- type?: undefined;
245
+ type?: string | undefined;
246
246
  icon?: string | {
247
247
  name: string;
248
248
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7,7 +7,7 @@ const baseLinkSchema = z.object({
7
7
  });
8
8
  const standardLinkSchema = baseLinkSchema.extend({
9
9
  label: z.string(),
10
- type: z.undefined().optional(),
10
+ type: z.string().optional(),
11
11
  });
12
12
  const githubLinkSchema = baseLinkSchema.extend({
13
13
  label: z.string().optional(),
@@ -321,11 +321,11 @@ export declare const almondConfigSchema: z.ZodObject<{
321
321
  href: z.ZodEffects<z.ZodString, string, string>;
322
322
  }, {
323
323
  label: z.ZodString;
324
- type: z.ZodOptional<z.ZodUndefined>;
324
+ type: z.ZodOptional<z.ZodString>;
325
325
  }>, "strip", z.ZodTypeAny, {
326
326
  href: string;
327
327
  label: string;
328
- type?: undefined;
328
+ type?: string | undefined;
329
329
  icon?: string | {
330
330
  name: string;
331
331
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -334,7 +334,7 @@ export declare const almondConfigSchema: z.ZodObject<{
334
334
  }, {
335
335
  href: string;
336
336
  label: string;
337
- type?: undefined;
337
+ type?: string | undefined;
338
338
  icon?: string | {
339
339
  name: string;
340
340
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -395,7 +395,7 @@ export declare const almondConfigSchema: z.ZodObject<{
395
395
  links?: ({
396
396
  href: string;
397
397
  label: string;
398
- type?: undefined;
398
+ type?: string | undefined;
399
399
  icon?: string | {
400
400
  name: string;
401
401
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -437,7 +437,7 @@ export declare const almondConfigSchema: z.ZodObject<{
437
437
  links?: ({
438
438
  href: string;
439
439
  label: string;
440
- type?: undefined;
440
+ type?: string | undefined;
441
441
  icon?: string | {
442
442
  name: string;
443
443
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1848,7 +1848,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1848
1848
  links?: ({
1849
1849
  href: string;
1850
1850
  label: string;
1851
- type?: undefined;
1851
+ type?: string | undefined;
1852
1852
  icon?: string | {
1853
1853
  name: string;
1854
1854
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2194,7 +2194,7 @@ export declare const almondConfigSchema: z.ZodObject<{
2194
2194
  links?: ({
2195
2195
  href: string;
2196
2196
  label: string;
2197
- type?: undefined;
2197
+ type?: string | undefined;
2198
2198
  icon?: string | {
2199
2199
  name: string;
2200
2200
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -321,11 +321,11 @@ export declare const aspenConfigSchema: z.ZodObject<{
321
321
  href: z.ZodEffects<z.ZodString, string, string>;
322
322
  }, {
323
323
  label: z.ZodString;
324
- type: z.ZodOptional<z.ZodUndefined>;
324
+ type: z.ZodOptional<z.ZodString>;
325
325
  }>, "strip", z.ZodTypeAny, {
326
326
  href: string;
327
327
  label: string;
328
- type?: undefined;
328
+ type?: string | undefined;
329
329
  icon?: string | {
330
330
  name: string;
331
331
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -334,7 +334,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
334
334
  }, {
335
335
  href: string;
336
336
  label: string;
337
- type?: undefined;
337
+ type?: string | undefined;
338
338
  icon?: string | {
339
339
  name: string;
340
340
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -395,7 +395,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
395
395
  links?: ({
396
396
  href: string;
397
397
  label: string;
398
- type?: undefined;
398
+ type?: string | undefined;
399
399
  icon?: string | {
400
400
  name: string;
401
401
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -437,7 +437,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
437
437
  links?: ({
438
438
  href: string;
439
439
  label: string;
440
- type?: undefined;
440
+ type?: string | undefined;
441
441
  icon?: string | {
442
442
  name: string;
443
443
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1848,7 +1848,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1848
1848
  links?: ({
1849
1849
  href: string;
1850
1850
  label: string;
1851
- type?: undefined;
1851
+ type?: string | undefined;
1852
1852
  icon?: string | {
1853
1853
  name: string;
1854
1854
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2194,7 +2194,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
2194
2194
  links?: ({
2195
2195
  href: string;
2196
2196
  label: string;
2197
- type?: undefined;
2197
+ type?: string | undefined;
2198
2198
  icon?: string | {
2199
2199
  name: string;
2200
2200
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;