@mintlify/validation 0.1.784 → 0.1.785

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.
@@ -844,14 +844,52 @@ export declare const palmConfigSchema: z.ZodObject<{
844
844
  }>>;
845
845
  seo: z.ZodOptional<z.ZodObject<{
846
846
  metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
847
+ organization: z.ZodOptional<z.ZodObject<{
848
+ id: z.ZodOptional<z.ZodString>;
849
+ name: z.ZodOptional<z.ZodString>;
850
+ legalName: z.ZodOptional<z.ZodString>;
851
+ url: z.ZodOptional<z.ZodString>;
852
+ logo: z.ZodOptional<z.ZodString>;
853
+ sameAs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
854
+ }, "strip", z.ZodTypeAny, {
855
+ id?: string | undefined;
856
+ name?: string | undefined;
857
+ url?: string | undefined;
858
+ logo?: string | undefined;
859
+ legalName?: string | undefined;
860
+ sameAs?: string[] | undefined;
861
+ }, {
862
+ id?: string | undefined;
863
+ name?: string | undefined;
864
+ url?: string | undefined;
865
+ logo?: string | undefined;
866
+ legalName?: string | undefined;
867
+ sameAs?: string[] | undefined;
868
+ }>>;
847
869
  indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
848
870
  trailingSlash: z.ZodOptional<z.ZodBoolean>;
849
871
  }, "strip", z.ZodTypeAny, {
850
872
  metatags?: Record<string, string> | undefined;
873
+ organization?: {
874
+ id?: string | undefined;
875
+ name?: string | undefined;
876
+ url?: string | undefined;
877
+ logo?: string | undefined;
878
+ legalName?: string | undefined;
879
+ sameAs?: string[] | undefined;
880
+ } | undefined;
851
881
  indexing?: "all" | "navigable" | undefined;
852
882
  trailingSlash?: boolean | undefined;
853
883
  }, {
854
884
  metatags?: Record<string, string> | undefined;
885
+ organization?: {
886
+ id?: string | undefined;
887
+ name?: string | undefined;
888
+ url?: string | undefined;
889
+ logo?: string | undefined;
890
+ legalName?: string | undefined;
891
+ sameAs?: string[] | undefined;
892
+ } | undefined;
855
893
  indexing?: "all" | "navigable" | undefined;
856
894
  trailingSlash?: boolean | undefined;
857
895
  }>>;
@@ -1882,6 +1920,14 @@ export declare const palmConfigSchema: z.ZodObject<{
1882
1920
  }[] | undefined;
1883
1921
  seo?: {
1884
1922
  metatags?: Record<string, string> | undefined;
1923
+ organization?: {
1924
+ id?: string | undefined;
1925
+ name?: string | undefined;
1926
+ url?: string | undefined;
1927
+ logo?: string | undefined;
1928
+ legalName?: string | undefined;
1929
+ sameAs?: string[] | undefined;
1930
+ } | undefined;
1885
1931
  indexing?: "all" | "navigable" | undefined;
1886
1932
  trailingSlash?: boolean | undefined;
1887
1933
  } | undefined;
@@ -2266,6 +2312,14 @@ export declare const palmConfigSchema: z.ZodObject<{
2266
2312
  }[] | undefined;
2267
2313
  seo?: {
2268
2314
  metatags?: Record<string, string> | undefined;
2315
+ organization?: {
2316
+ id?: string | undefined;
2317
+ name?: string | undefined;
2318
+ url?: string | undefined;
2319
+ logo?: string | undefined;
2320
+ legalName?: string | undefined;
2321
+ sameAs?: string[] | undefined;
2322
+ } | undefined;
2269
2323
  indexing?: "all" | "navigable" | undefined;
2270
2324
  trailingSlash?: boolean | undefined;
2271
2325
  } | undefined;
@@ -843,14 +843,52 @@ export declare const standardConfigSchema: {
843
843
  }>>;
844
844
  seo: import("zod").ZodOptional<import("zod").ZodObject<{
845
845
  metatags: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
846
+ organization: import("zod").ZodOptional<import("zod").ZodObject<{
847
+ id: import("zod").ZodOptional<import("zod").ZodString>;
848
+ name: import("zod").ZodOptional<import("zod").ZodString>;
849
+ legalName: import("zod").ZodOptional<import("zod").ZodString>;
850
+ url: import("zod").ZodOptional<import("zod").ZodString>;
851
+ logo: import("zod").ZodOptional<import("zod").ZodString>;
852
+ sameAs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
853
+ }, "strip", import("zod").ZodTypeAny, {
854
+ id?: string | undefined;
855
+ name?: string | undefined;
856
+ url?: string | undefined;
857
+ logo?: string | undefined;
858
+ legalName?: string | undefined;
859
+ sameAs?: string[] | undefined;
860
+ }, {
861
+ id?: string | undefined;
862
+ name?: string | undefined;
863
+ url?: string | undefined;
864
+ logo?: string | undefined;
865
+ legalName?: string | undefined;
866
+ sameAs?: string[] | undefined;
867
+ }>>;
846
868
  indexing: import("zod").ZodOptional<import("zod").ZodEnum<["navigable", "all"]>>;
847
869
  trailingSlash: import("zod").ZodOptional<import("zod").ZodBoolean>;
848
870
  }, "strip", import("zod").ZodTypeAny, {
849
871
  metatags?: Record<string, string> | undefined;
872
+ organization?: {
873
+ id?: string | undefined;
874
+ name?: string | undefined;
875
+ url?: string | undefined;
876
+ logo?: string | undefined;
877
+ legalName?: string | undefined;
878
+ sameAs?: string[] | undefined;
879
+ } | undefined;
850
880
  indexing?: "all" | "navigable" | undefined;
851
881
  trailingSlash?: boolean | undefined;
852
882
  }, {
853
883
  metatags?: Record<string, string> | undefined;
884
+ organization?: {
885
+ id?: string | undefined;
886
+ name?: string | undefined;
887
+ url?: string | undefined;
888
+ logo?: string | undefined;
889
+ legalName?: string | undefined;
890
+ sameAs?: string[] | undefined;
891
+ } | undefined;
854
892
  indexing?: "all" | "navigable" | undefined;
855
893
  trailingSlash?: boolean | undefined;
856
894
  }>>;
@@ -844,14 +844,52 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
844
844
  }>>;
845
845
  seo: z.ZodOptional<z.ZodObject<{
846
846
  metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
847
+ organization: z.ZodOptional<z.ZodObject<{
848
+ id: z.ZodOptional<z.ZodString>;
849
+ name: z.ZodOptional<z.ZodString>;
850
+ legalName: z.ZodOptional<z.ZodString>;
851
+ url: z.ZodOptional<z.ZodString>;
852
+ logo: z.ZodOptional<z.ZodString>;
853
+ sameAs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
854
+ }, "strip", z.ZodTypeAny, {
855
+ id?: string | undefined;
856
+ name?: string | undefined;
857
+ url?: string | undefined;
858
+ logo?: string | undefined;
859
+ legalName?: string | undefined;
860
+ sameAs?: string[] | undefined;
861
+ }, {
862
+ id?: string | undefined;
863
+ name?: string | undefined;
864
+ url?: string | undefined;
865
+ logo?: string | undefined;
866
+ legalName?: string | undefined;
867
+ sameAs?: string[] | undefined;
868
+ }>>;
847
869
  indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
848
870
  trailingSlash: z.ZodOptional<z.ZodBoolean>;
849
871
  }, "strip", z.ZodTypeAny, {
850
872
  metatags?: Record<string, string> | undefined;
873
+ organization?: {
874
+ id?: string | undefined;
875
+ name?: string | undefined;
876
+ url?: string | undefined;
877
+ logo?: string | undefined;
878
+ legalName?: string | undefined;
879
+ sameAs?: string[] | undefined;
880
+ } | undefined;
851
881
  indexing?: "all" | "navigable" | undefined;
852
882
  trailingSlash?: boolean | undefined;
853
883
  }, {
854
884
  metatags?: Record<string, string> | undefined;
885
+ organization?: {
886
+ id?: string | undefined;
887
+ name?: string | undefined;
888
+ url?: string | undefined;
889
+ logo?: string | undefined;
890
+ legalName?: string | undefined;
891
+ sameAs?: string[] | undefined;
892
+ } | undefined;
855
893
  indexing?: "all" | "navigable" | undefined;
856
894
  trailingSlash?: boolean | undefined;
857
895
  }>>;
@@ -1882,6 +1920,14 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
1882
1920
  }[] | undefined;
1883
1921
  seo?: {
1884
1922
  metatags?: Record<string, string> | undefined;
1923
+ organization?: {
1924
+ id?: string | undefined;
1925
+ name?: string | undefined;
1926
+ url?: string | undefined;
1927
+ logo?: string | undefined;
1928
+ legalName?: string | undefined;
1929
+ sameAs?: string[] | undefined;
1930
+ } | undefined;
1885
1931
  indexing?: "all" | "navigable" | undefined;
1886
1932
  trailingSlash?: boolean | undefined;
1887
1933
  } | undefined;
@@ -2266,6 +2312,14 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
2266
2312
  }[] | undefined;
2267
2313
  seo?: {
2268
2314
  metatags?: Record<string, string> | undefined;
2315
+ organization?: {
2316
+ id?: string | undefined;
2317
+ name?: string | undefined;
2318
+ url?: string | undefined;
2319
+ logo?: string | undefined;
2320
+ legalName?: string | undefined;
2321
+ sameAs?: string[] | undefined;
2322
+ } | undefined;
2269
2323
  indexing?: "all" | "navigable" | undefined;
2270
2324
  trailingSlash?: boolean | undefined;
2271
2325
  } | undefined;
@@ -844,14 +844,52 @@ export declare const willowConfigSchema: z.ZodObject<{
844
844
  }>>;
845
845
  seo: z.ZodOptional<z.ZodObject<{
846
846
  metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
847
+ organization: z.ZodOptional<z.ZodObject<{
848
+ id: z.ZodOptional<z.ZodString>;
849
+ name: z.ZodOptional<z.ZodString>;
850
+ legalName: z.ZodOptional<z.ZodString>;
851
+ url: z.ZodOptional<z.ZodString>;
852
+ logo: z.ZodOptional<z.ZodString>;
853
+ sameAs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
854
+ }, "strip", z.ZodTypeAny, {
855
+ id?: string | undefined;
856
+ name?: string | undefined;
857
+ url?: string | undefined;
858
+ logo?: string | undefined;
859
+ legalName?: string | undefined;
860
+ sameAs?: string[] | undefined;
861
+ }, {
862
+ id?: string | undefined;
863
+ name?: string | undefined;
864
+ url?: string | undefined;
865
+ logo?: string | undefined;
866
+ legalName?: string | undefined;
867
+ sameAs?: string[] | undefined;
868
+ }>>;
847
869
  indexing: z.ZodOptional<z.ZodEnum<["navigable", "all"]>>;
848
870
  trailingSlash: z.ZodOptional<z.ZodBoolean>;
849
871
  }, "strip", z.ZodTypeAny, {
850
872
  metatags?: Record<string, string> | undefined;
873
+ organization?: {
874
+ id?: string | undefined;
875
+ name?: string | undefined;
876
+ url?: string | undefined;
877
+ logo?: string | undefined;
878
+ legalName?: string | undefined;
879
+ sameAs?: string[] | undefined;
880
+ } | undefined;
851
881
  indexing?: "all" | "navigable" | undefined;
852
882
  trailingSlash?: boolean | undefined;
853
883
  }, {
854
884
  metatags?: Record<string, string> | undefined;
885
+ organization?: {
886
+ id?: string | undefined;
887
+ name?: string | undefined;
888
+ url?: string | undefined;
889
+ logo?: string | undefined;
890
+ legalName?: string | undefined;
891
+ sameAs?: string[] | undefined;
892
+ } | undefined;
855
893
  indexing?: "all" | "navigable" | undefined;
856
894
  trailingSlash?: boolean | undefined;
857
895
  }>>;
@@ -1882,6 +1920,14 @@ export declare const willowConfigSchema: z.ZodObject<{
1882
1920
  }[] | undefined;
1883
1921
  seo?: {
1884
1922
  metatags?: Record<string, string> | undefined;
1923
+ organization?: {
1924
+ id?: string | undefined;
1925
+ name?: string | undefined;
1926
+ url?: string | undefined;
1927
+ logo?: string | undefined;
1928
+ legalName?: string | undefined;
1929
+ sameAs?: string[] | undefined;
1930
+ } | undefined;
1885
1931
  indexing?: "all" | "navigable" | undefined;
1886
1932
  trailingSlash?: boolean | undefined;
1887
1933
  } | undefined;
@@ -2266,6 +2312,14 @@ export declare const willowConfigSchema: z.ZodObject<{
2266
2312
  }[] | undefined;
2267
2313
  seo?: {
2268
2314
  metatags?: Record<string, string> | undefined;
2315
+ organization?: {
2316
+ id?: string | undefined;
2317
+ name?: string | undefined;
2318
+ url?: string | undefined;
2319
+ logo?: string | undefined;
2320
+ legalName?: string | undefined;
2321
+ sameAs?: string[] | undefined;
2322
+ } | undefined;
2269
2323
  indexing?: "all" | "navigable" | undefined;
2270
2324
  trailingSlash?: boolean | undefined;
2271
2325
  } | undefined;
@@ -750,6 +750,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
750
750
  }[] | undefined;
751
751
  seo?: {
752
752
  metatags?: Record<string, string> | undefined;
753
+ organization?: {
754
+ id?: string | undefined;
755
+ name?: string | undefined;
756
+ url?: string | undefined;
757
+ logo?: string | undefined;
758
+ legalName?: string | undefined;
759
+ sameAs?: string[] | undefined;
760
+ } | undefined;
753
761
  indexing?: "all" | "navigable" | undefined;
754
762
  trailingSlash?: boolean | undefined;
755
763
  } | undefined;
@@ -1134,6 +1142,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1134
1142
  }[] | undefined;
1135
1143
  seo?: {
1136
1144
  metatags?: Record<string, string> | undefined;
1145
+ organization?: {
1146
+ id?: string | undefined;
1147
+ name?: string | undefined;
1148
+ url?: string | undefined;
1149
+ logo?: string | undefined;
1150
+ legalName?: string | undefined;
1151
+ sameAs?: string[] | undefined;
1152
+ } | undefined;
1137
1153
  indexing?: "all" | "navigable" | undefined;
1138
1154
  trailingSlash?: boolean | undefined;
1139
1155
  } | undefined;
@@ -1518,6 +1534,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1518
1534
  }[] | undefined;
1519
1535
  seo?: {
1520
1536
  metatags?: Record<string, string> | undefined;
1537
+ organization?: {
1538
+ id?: string | undefined;
1539
+ name?: string | undefined;
1540
+ url?: string | undefined;
1541
+ logo?: string | undefined;
1542
+ legalName?: string | undefined;
1543
+ sameAs?: string[] | undefined;
1544
+ } | undefined;
1521
1545
  indexing?: "all" | "navigable" | undefined;
1522
1546
  trailingSlash?: boolean | undefined;
1523
1547
  } | undefined;
@@ -1902,6 +1926,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1902
1926
  }[] | undefined;
1903
1927
  seo?: {
1904
1928
  metatags?: Record<string, string> | undefined;
1929
+ organization?: {
1930
+ id?: string | undefined;
1931
+ name?: string | undefined;
1932
+ url?: string | undefined;
1933
+ logo?: string | undefined;
1934
+ legalName?: string | undefined;
1935
+ sameAs?: string[] | undefined;
1936
+ } | undefined;
1905
1937
  indexing?: "all" | "navigable" | undefined;
1906
1938
  trailingSlash?: boolean | undefined;
1907
1939
  } | undefined;
@@ -2286,6 +2318,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2286
2318
  }[] | undefined;
2287
2319
  seo?: {
2288
2320
  metatags?: Record<string, string> | undefined;
2321
+ organization?: {
2322
+ id?: string | undefined;
2323
+ name?: string | undefined;
2324
+ url?: string | undefined;
2325
+ logo?: string | undefined;
2326
+ legalName?: string | undefined;
2327
+ sameAs?: string[] | undefined;
2328
+ } | undefined;
2289
2329
  indexing?: "all" | "navigable" | undefined;
2290
2330
  trailingSlash?: boolean | undefined;
2291
2331
  } | undefined;
@@ -2670,6 +2710,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2670
2710
  }[] | undefined;
2671
2711
  seo?: {
2672
2712
  metatags?: Record<string, string> | undefined;
2713
+ organization?: {
2714
+ id?: string | undefined;
2715
+ name?: string | undefined;
2716
+ url?: string | undefined;
2717
+ logo?: string | undefined;
2718
+ legalName?: string | undefined;
2719
+ sameAs?: string[] | undefined;
2720
+ } | undefined;
2673
2721
  indexing?: "all" | "navigable" | undefined;
2674
2722
  trailingSlash?: boolean | undefined;
2675
2723
  } | undefined;
@@ -3054,6 +3102,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3054
3102
  }[] | undefined;
3055
3103
  seo?: {
3056
3104
  metatags?: Record<string, string> | undefined;
3105
+ organization?: {
3106
+ id?: string | undefined;
3107
+ name?: string | undefined;
3108
+ url?: string | undefined;
3109
+ logo?: string | undefined;
3110
+ legalName?: string | undefined;
3111
+ sameAs?: string[] | undefined;
3112
+ } | undefined;
3057
3113
  indexing?: "all" | "navigable" | undefined;
3058
3114
  trailingSlash?: boolean | undefined;
3059
3115
  } | undefined;
@@ -3438,6 +3494,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3438
3494
  }[] | undefined;
3439
3495
  seo?: {
3440
3496
  metatags?: Record<string, string> | undefined;
3497
+ organization?: {
3498
+ id?: string | undefined;
3499
+ name?: string | undefined;
3500
+ url?: string | undefined;
3501
+ logo?: string | undefined;
3502
+ legalName?: string | undefined;
3503
+ sameAs?: string[] | undefined;
3504
+ } | undefined;
3441
3505
  indexing?: "all" | "navigable" | undefined;
3442
3506
  trailingSlash?: boolean | undefined;
3443
3507
  } | undefined;
@@ -3822,6 +3886,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3822
3886
  }[] | undefined;
3823
3887
  seo?: {
3824
3888
  metatags?: Record<string, string> | undefined;
3889
+ organization?: {
3890
+ id?: string | undefined;
3891
+ name?: string | undefined;
3892
+ url?: string | undefined;
3893
+ logo?: string | undefined;
3894
+ legalName?: string | undefined;
3895
+ sameAs?: string[] | undefined;
3896
+ } | undefined;
3825
3897
  indexing?: "all" | "navigable" | undefined;
3826
3898
  trailingSlash?: boolean | undefined;
3827
3899
  } | undefined;
@@ -4209,6 +4281,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4209
4281
  }[] | undefined;
4210
4282
  seo?: {
4211
4283
  metatags?: Record<string, string> | undefined;
4284
+ organization?: {
4285
+ id?: string | undefined;
4286
+ name?: string | undefined;
4287
+ url?: string | undefined;
4288
+ logo?: string | undefined;
4289
+ legalName?: string | undefined;
4290
+ sameAs?: string[] | undefined;
4291
+ } | undefined;
4212
4292
  indexing?: "all" | "navigable" | undefined;
4213
4293
  trailingSlash?: boolean | undefined;
4214
4294
  } | undefined;
@@ -4593,6 +4673,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4593
4673
  }[] | undefined;
4594
4674
  seo?: {
4595
4675
  metatags?: Record<string, string> | undefined;
4676
+ organization?: {
4677
+ id?: string | undefined;
4678
+ name?: string | undefined;
4679
+ url?: string | undefined;
4680
+ logo?: string | undefined;
4681
+ legalName?: string | undefined;
4682
+ sameAs?: string[] | undefined;
4683
+ } | undefined;
4596
4684
  indexing?: "all" | "navigable" | undefined;
4597
4685
  trailingSlash?: boolean | undefined;
4598
4686
  } | undefined;
@@ -4977,6 +5065,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4977
5065
  }[] | undefined;
4978
5066
  seo?: {
4979
5067
  metatags?: Record<string, string> | undefined;
5068
+ organization?: {
5069
+ id?: string | undefined;
5070
+ name?: string | undefined;
5071
+ url?: string | undefined;
5072
+ logo?: string | undefined;
5073
+ legalName?: string | undefined;
5074
+ sameAs?: string[] | undefined;
5075
+ } | undefined;
4980
5076
  indexing?: "all" | "navigable" | undefined;
4981
5077
  trailingSlash?: boolean | undefined;
4982
5078
  } | undefined;
@@ -5361,6 +5457,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5361
5457
  }[] | undefined;
5362
5458
  seo?: {
5363
5459
  metatags?: Record<string, string> | undefined;
5460
+ organization?: {
5461
+ id?: string | undefined;
5462
+ name?: string | undefined;
5463
+ url?: string | undefined;
5464
+ logo?: string | undefined;
5465
+ legalName?: string | undefined;
5466
+ sameAs?: string[] | undefined;
5467
+ } | undefined;
5364
5468
  indexing?: "all" | "navigable" | undefined;
5365
5469
  trailingSlash?: boolean | undefined;
5366
5470
  } | undefined;
@@ -5745,6 +5849,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5745
5849
  }[] | undefined;
5746
5850
  seo?: {
5747
5851
  metatags?: Record<string, string> | undefined;
5852
+ organization?: {
5853
+ id?: string | undefined;
5854
+ name?: string | undefined;
5855
+ url?: string | undefined;
5856
+ logo?: string | undefined;
5857
+ legalName?: string | undefined;
5858
+ sameAs?: string[] | undefined;
5859
+ } | undefined;
5748
5860
  indexing?: "all" | "navigable" | undefined;
5749
5861
  trailingSlash?: boolean | undefined;
5750
5862
  } | undefined;
@@ -6129,6 +6241,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6129
6241
  }[] | undefined;
6130
6242
  seo?: {
6131
6243
  metatags?: Record<string, string> | undefined;
6244
+ organization?: {
6245
+ id?: string | undefined;
6246
+ name?: string | undefined;
6247
+ url?: string | undefined;
6248
+ logo?: string | undefined;
6249
+ legalName?: string | undefined;
6250
+ sameAs?: string[] | undefined;
6251
+ } | undefined;
6132
6252
  indexing?: "all" | "navigable" | undefined;
6133
6253
  trailingSlash?: boolean | undefined;
6134
6254
  } | undefined;
@@ -6513,6 +6633,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6513
6633
  }[] | undefined;
6514
6634
  seo?: {
6515
6635
  metatags?: Record<string, string> | undefined;
6636
+ organization?: {
6637
+ id?: string | undefined;
6638
+ name?: string | undefined;
6639
+ url?: string | undefined;
6640
+ logo?: string | undefined;
6641
+ legalName?: string | undefined;
6642
+ sameAs?: string[] | undefined;
6643
+ } | undefined;
6516
6644
  indexing?: "all" | "navigable" | undefined;
6517
6645
  trailingSlash?: boolean | undefined;
6518
6646
  } | undefined;
@@ -6897,6 +7025,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6897
7025
  }[] | undefined;
6898
7026
  seo?: {
6899
7027
  metatags?: Record<string, string> | undefined;
7028
+ organization?: {
7029
+ id?: string | undefined;
7030
+ name?: string | undefined;
7031
+ url?: string | undefined;
7032
+ logo?: string | undefined;
7033
+ legalName?: string | undefined;
7034
+ sameAs?: string[] | undefined;
7035
+ } | undefined;
6900
7036
  indexing?: "all" | "navigable" | undefined;
6901
7037
  trailingSlash?: boolean | undefined;
6902
7038
  } | undefined;
@@ -7281,6 +7417,14 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
7281
7417
  }[] | undefined;
7282
7418
  seo?: {
7283
7419
  metatags?: Record<string, string> | undefined;
7420
+ organization?: {
7421
+ id?: string | undefined;
7422
+ name?: string | undefined;
7423
+ url?: string | undefined;
7424
+ logo?: string | undefined;
7425
+ legalName?: string | undefined;
7426
+ sameAs?: string[] | undefined;
7427
+ } | undefined;
7284
7428
  indexing?: "all" | "navigable" | undefined;
7285
7429
  trailingSlash?: boolean | undefined;
7286
7430
  } | undefined;