@mintlify/validation 0.1.753 → 0.1.755

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/mint-config/schemas/v1/analytics.d.ts +5 -0
  2. package/dist/mint-config/schemas/v1/analytics.js +1 -0
  3. package/dist/mint-config/schemas/v1/config.d.ts +7 -0
  4. package/dist/mint-config/schemas/v2/index.d.ts +190 -120
  5. package/dist/mint-config/schemas/v2/properties/integrations.d.ts +5 -0
  6. package/dist/mint-config/schemas/v2/properties/integrations.js +1 -0
  7. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +6 -6
  8. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -16
  9. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +6 -4
  10. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +4 -4
  11. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
  12. package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
  13. package/dist/mint-config/schemas/v2/themes/almond.d.ts +19 -12
  14. package/dist/mint-config/schemas/v2/themes/aspen.d.ts +19 -12
  15. package/dist/mint-config/schemas/v2/themes/linden.d.ts +19 -12
  16. package/dist/mint-config/schemas/v2/themes/luma.d.ts +19 -12
  17. package/dist/mint-config/schemas/v2/themes/maple.d.ts +19 -12
  18. package/dist/mint-config/schemas/v2/themes/mint.d.ts +19 -12
  19. package/dist/mint-config/schemas/v2/themes/palm.d.ts +19 -12
  20. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -8
  21. package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +19 -12
  22. package/dist/mint-config/schemas/v2/themes/willow.d.ts +19 -12
  23. package/dist/mint-config/validateConfig.d.ts +56 -36
  24. package/dist/tsconfig.build.tsbuildinfo +1 -1
  25. package/package.json +3 -3
@@ -572,9 +572,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
572
572
  public?: boolean | undefined;
573
573
  directory?: "none" | "card" | "accordion" | undefined;
574
574
  tag?: string | undefined;
575
+ searchable?: boolean | undefined;
575
576
  boost?: number | undefined;
576
577
  hidden?: boolean | undefined;
577
- searchable?: boolean | undefined;
578
578
  root?: string | undefined;
579
579
  } & {
580
580
  openapi?: string | string[] | {
@@ -598,9 +598,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
598
598
  public?: boolean | undefined;
599
599
  directory?: "none" | "card" | "accordion" | undefined;
600
600
  tag?: string | undefined;
601
+ searchable?: boolean | undefined;
601
602
  boost?: number | undefined;
602
603
  hidden?: boolean | undefined;
603
- searchable?: boolean | undefined;
604
604
  root?: string | undefined;
605
605
  } & {
606
606
  openapi?: string | string[] | {
@@ -626,9 +626,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
626
626
  public?: boolean | undefined;
627
627
  directory?: "none" | "card" | "accordion" | undefined;
628
628
  tag?: string | undefined;
629
+ searchable?: boolean | undefined;
629
630
  boost?: number | undefined;
630
631
  hidden?: boolean | undefined;
631
- searchable?: boolean | undefined;
632
632
  root?: string | undefined;
633
633
  } & {
634
634
  openapi?: string | string[] | {
@@ -656,9 +656,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
656
656
  public?: boolean | undefined;
657
657
  directory?: "none" | "card" | "accordion" | undefined;
658
658
  tag?: string | undefined;
659
+ searchable?: boolean | undefined;
659
660
  boost?: number | undefined;
660
661
  hidden?: boolean | undefined;
661
- searchable?: boolean | undefined;
662
662
  root?: string | undefined;
663
663
  } & {
664
664
  openapi?: string | string[] | {
@@ -689,9 +689,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
689
689
  public?: boolean | undefined;
690
690
  directory?: "none" | "card" | "accordion" | undefined;
691
691
  tag?: string | undefined;
692
+ searchable?: boolean | undefined;
692
693
  boost?: number | undefined;
693
694
  hidden?: boolean | undefined;
694
- searchable?: boolean | undefined;
695
695
  root?: string | undefined;
696
696
  } & {
697
697
  openapi?: string | string[] | {
@@ -715,9 +715,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
715
715
  public?: boolean | undefined;
716
716
  directory?: "none" | "card" | "accordion" | undefined;
717
717
  tag?: string | undefined;
718
+ searchable?: boolean | undefined;
718
719
  boost?: number | undefined;
719
720
  hidden?: boolean | undefined;
720
- searchable?: boolean | undefined;
721
721
  root?: string | undefined;
722
722
  } & {
723
723
  openapi?: string | string[] | {
@@ -743,9 +743,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
743
743
  public?: boolean | undefined;
744
744
  directory?: "none" | "card" | "accordion" | undefined;
745
745
  tag?: string | undefined;
746
+ searchable?: boolean | undefined;
746
747
  boost?: number | undefined;
747
748
  hidden?: boolean | undefined;
748
- searchable?: boolean | undefined;
749
749
  root?: string | undefined;
750
750
  } & {
751
751
  openapi?: string | string[] | {
@@ -773,9 +773,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
773
773
  public?: boolean | undefined;
774
774
  directory?: "none" | "card" | "accordion" | undefined;
775
775
  tag?: string | undefined;
776
+ searchable?: boolean | undefined;
776
777
  boost?: number | undefined;
777
778
  hidden?: boolean | undefined;
778
- searchable?: boolean | undefined;
779
779
  root?: string | undefined;
780
780
  } & {
781
781
  openapi?: string | string[] | {
@@ -1158,10 +1158,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1158
1158
  }>>;
1159
1159
  mixpanel: z.ZodOptional<z.ZodObject<{
1160
1160
  projectToken: z.ZodString;
1161
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
1161
1162
  }, "strip", z.ZodTypeAny, {
1162
1163
  projectToken: string;
1164
+ region?: "us" | "eu" | "in" | undefined;
1163
1165
  }, {
1164
1166
  projectToken: string;
1167
+ region?: "us" | "eu" | "in" | undefined;
1165
1168
  }>>;
1166
1169
  onetrust: z.ZodOptional<z.ZodObject<{
1167
1170
  domainScript: z.ZodString;
@@ -1271,6 +1274,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1271
1274
  } | undefined;
1272
1275
  mixpanel?: {
1273
1276
  projectToken: string;
1277
+ region?: "us" | "eu" | "in" | undefined;
1274
1278
  } | undefined;
1275
1279
  pirsch?: {
1276
1280
  id: string;
@@ -1346,6 +1350,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1346
1350
  } | undefined;
1347
1351
  mixpanel?: {
1348
1352
  projectToken: string;
1353
+ region?: "us" | "eu" | "in" | undefined;
1349
1354
  } | undefined;
1350
1355
  pirsch?: {
1351
1356
  id: string;
@@ -1674,9 +1679,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1674
1679
  public?: boolean | undefined;
1675
1680
  directory?: "none" | "card" | "accordion" | undefined;
1676
1681
  tag?: string | undefined;
1682
+ searchable?: boolean | undefined;
1677
1683
  boost?: number | undefined;
1678
1684
  hidden?: boolean | undefined;
1679
- searchable?: boolean | undefined;
1680
1685
  root?: string | undefined;
1681
1686
  } & {
1682
1687
  openapi?: string | string[] | {
@@ -1704,9 +1709,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1704
1709
  public?: boolean | undefined;
1705
1710
  directory?: "none" | "card" | "accordion" | undefined;
1706
1711
  tag?: string | undefined;
1712
+ searchable?: boolean | undefined;
1707
1713
  boost?: number | undefined;
1708
1714
  hidden?: boolean | undefined;
1709
- searchable?: boolean | undefined;
1710
1715
  root?: string | undefined;
1711
1716
  } & {
1712
1717
  openapi?: string | string[] | {
@@ -1831,6 +1836,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1831
1836
  } | undefined;
1832
1837
  mixpanel?: {
1833
1838
  projectToken: string;
1839
+ region?: "us" | "eu" | "in" | undefined;
1834
1840
  } | undefined;
1835
1841
  pirsch?: {
1836
1842
  id: string;
@@ -2055,9 +2061,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2055
2061
  public?: boolean | undefined;
2056
2062
  directory?: "none" | "card" | "accordion" | undefined;
2057
2063
  tag?: string | undefined;
2064
+ searchable?: boolean | undefined;
2058
2065
  boost?: number | undefined;
2059
2066
  hidden?: boolean | undefined;
2060
- searchable?: boolean | undefined;
2061
2067
  root?: string | undefined;
2062
2068
  } & {
2063
2069
  openapi?: string | string[] | {
@@ -2085,9 +2091,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2085
2091
  public?: boolean | undefined;
2086
2092
  directory?: "none" | "card" | "accordion" | undefined;
2087
2093
  tag?: string | undefined;
2094
+ searchable?: boolean | undefined;
2088
2095
  boost?: number | undefined;
2089
2096
  hidden?: boolean | undefined;
2090
- searchable?: boolean | undefined;
2091
2097
  root?: string | undefined;
2092
2098
  } & {
2093
2099
  openapi?: string | string[] | {
@@ -2213,6 +2219,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2213
2219
  } | undefined;
2214
2220
  mixpanel?: {
2215
2221
  projectToken: string;
2222
+ region?: "us" | "eu" | "in" | undefined;
2216
2223
  } | undefined;
2217
2224
  pirsch?: {
2218
2225
  id: string;
@@ -2963,9 +2970,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2963
2970
  public?: boolean | undefined;
2964
2971
  directory?: "none" | "card" | "accordion" | undefined;
2965
2972
  tag?: string | undefined;
2973
+ searchable?: boolean | undefined;
2966
2974
  boost?: number | undefined;
2967
2975
  hidden?: boolean | undefined;
2968
- searchable?: boolean | undefined;
2969
2976
  root?: string | undefined;
2970
2977
  } & {
2971
2978
  openapi?: string | string[] | {
@@ -2989,9 +2996,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2989
2996
  public?: boolean | undefined;
2990
2997
  directory?: "none" | "card" | "accordion" | undefined;
2991
2998
  tag?: string | undefined;
2999
+ searchable?: boolean | undefined;
2992
3000
  boost?: number | undefined;
2993
3001
  hidden?: boolean | undefined;
2994
- searchable?: boolean | undefined;
2995
3002
  root?: string | undefined;
2996
3003
  } & {
2997
3004
  openapi?: string | string[] | {
@@ -3017,9 +3024,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3017
3024
  public?: boolean | undefined;
3018
3025
  directory?: "none" | "card" | "accordion" | undefined;
3019
3026
  tag?: string | undefined;
3027
+ searchable?: boolean | undefined;
3020
3028
  boost?: number | undefined;
3021
3029
  hidden?: boolean | undefined;
3022
- searchable?: boolean | undefined;
3023
3030
  root?: string | undefined;
3024
3031
  } & {
3025
3032
  openapi?: string | string[] | {
@@ -3047,9 +3054,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3047
3054
  public?: boolean | undefined;
3048
3055
  directory?: "none" | "card" | "accordion" | undefined;
3049
3056
  tag?: string | undefined;
3057
+ searchable?: boolean | undefined;
3050
3058
  boost?: number | undefined;
3051
3059
  hidden?: boolean | undefined;
3052
- searchable?: boolean | undefined;
3053
3060
  root?: string | undefined;
3054
3061
  } & {
3055
3062
  openapi?: string | string[] | {
@@ -3080,9 +3087,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3080
3087
  public?: boolean | undefined;
3081
3088
  directory?: "none" | "card" | "accordion" | undefined;
3082
3089
  tag?: string | undefined;
3090
+ searchable?: boolean | undefined;
3083
3091
  boost?: number | undefined;
3084
3092
  hidden?: boolean | undefined;
3085
- searchable?: boolean | undefined;
3086
3093
  root?: string | undefined;
3087
3094
  } & {
3088
3095
  openapi?: string | string[] | {
@@ -3106,9 +3113,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3106
3113
  public?: boolean | undefined;
3107
3114
  directory?: "none" | "card" | "accordion" | undefined;
3108
3115
  tag?: string | undefined;
3116
+ searchable?: boolean | undefined;
3109
3117
  boost?: number | undefined;
3110
3118
  hidden?: boolean | undefined;
3111
- searchable?: boolean | undefined;
3112
3119
  root?: string | undefined;
3113
3120
  } & {
3114
3121
  openapi?: string | string[] | {
@@ -3134,9 +3141,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3134
3141
  public?: boolean | undefined;
3135
3142
  directory?: "none" | "card" | "accordion" | undefined;
3136
3143
  tag?: string | undefined;
3144
+ searchable?: boolean | undefined;
3137
3145
  boost?: number | undefined;
3138
3146
  hidden?: boolean | undefined;
3139
- searchable?: boolean | undefined;
3140
3147
  root?: string | undefined;
3141
3148
  } & {
3142
3149
  openapi?: string | string[] | {
@@ -3164,9 +3171,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3164
3171
  public?: boolean | undefined;
3165
3172
  directory?: "none" | "card" | "accordion" | undefined;
3166
3173
  tag?: string | undefined;
3174
+ searchable?: boolean | undefined;
3167
3175
  boost?: number | undefined;
3168
3176
  hidden?: boolean | undefined;
3169
- searchable?: boolean | undefined;
3170
3177
  root?: string | undefined;
3171
3178
  } & {
3172
3179
  openapi?: string | string[] | {
@@ -3549,10 +3556,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3549
3556
  }>>;
3550
3557
  mixpanel: z.ZodOptional<z.ZodObject<{
3551
3558
  projectToken: z.ZodString;
3559
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
3552
3560
  }, "strip", z.ZodTypeAny, {
3553
3561
  projectToken: string;
3562
+ region?: "us" | "eu" | "in" | undefined;
3554
3563
  }, {
3555
3564
  projectToken: string;
3565
+ region?: "us" | "eu" | "in" | undefined;
3556
3566
  }>>;
3557
3567
  onetrust: z.ZodOptional<z.ZodObject<{
3558
3568
  domainScript: z.ZodString;
@@ -3662,6 +3672,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3662
3672
  } | undefined;
3663
3673
  mixpanel?: {
3664
3674
  projectToken: string;
3675
+ region?: "us" | "eu" | "in" | undefined;
3665
3676
  } | undefined;
3666
3677
  pirsch?: {
3667
3678
  id: string;
@@ -3737,6 +3748,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3737
3748
  } | undefined;
3738
3749
  mixpanel?: {
3739
3750
  projectToken: string;
3751
+ region?: "us" | "eu" | "in" | undefined;
3740
3752
  } | undefined;
3741
3753
  pirsch?: {
3742
3754
  id: string;
@@ -4065,9 +4077,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4065
4077
  public?: boolean | undefined;
4066
4078
  directory?: "none" | "card" | "accordion" | undefined;
4067
4079
  tag?: string | undefined;
4080
+ searchable?: boolean | undefined;
4068
4081
  boost?: number | undefined;
4069
4082
  hidden?: boolean | undefined;
4070
- searchable?: boolean | undefined;
4071
4083
  root?: string | undefined;
4072
4084
  } & {
4073
4085
  openapi?: string | string[] | {
@@ -4095,9 +4107,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4095
4107
  public?: boolean | undefined;
4096
4108
  directory?: "none" | "card" | "accordion" | undefined;
4097
4109
  tag?: string | undefined;
4110
+ searchable?: boolean | undefined;
4098
4111
  boost?: number | undefined;
4099
4112
  hidden?: boolean | undefined;
4100
- searchable?: boolean | undefined;
4101
4113
  root?: string | undefined;
4102
4114
  } & {
4103
4115
  openapi?: string | string[] | {
@@ -4222,6 +4234,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4222
4234
  } | undefined;
4223
4235
  mixpanel?: {
4224
4236
  projectToken: string;
4237
+ region?: "us" | "eu" | "in" | undefined;
4225
4238
  } | undefined;
4226
4239
  pirsch?: {
4227
4240
  id: string;
@@ -4446,9 +4459,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4446
4459
  public?: boolean | undefined;
4447
4460
  directory?: "none" | "card" | "accordion" | undefined;
4448
4461
  tag?: string | undefined;
4462
+ searchable?: boolean | undefined;
4449
4463
  boost?: number | undefined;
4450
4464
  hidden?: boolean | undefined;
4451
- searchable?: boolean | undefined;
4452
4465
  root?: string | undefined;
4453
4466
  } & {
4454
4467
  openapi?: string | string[] | {
@@ -4476,9 +4489,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4476
4489
  public?: boolean | undefined;
4477
4490
  directory?: "none" | "card" | "accordion" | undefined;
4478
4491
  tag?: string | undefined;
4492
+ searchable?: boolean | undefined;
4479
4493
  boost?: number | undefined;
4480
4494
  hidden?: boolean | undefined;
4481
- searchable?: boolean | undefined;
4482
4495
  root?: string | undefined;
4483
4496
  } & {
4484
4497
  openapi?: string | string[] | {
@@ -4604,6 +4617,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4604
4617
  } | undefined;
4605
4618
  mixpanel?: {
4606
4619
  projectToken: string;
4620
+ region?: "us" | "eu" | "in" | undefined;
4607
4621
  } | undefined;
4608
4622
  pirsch?: {
4609
4623
  id: string;
@@ -5354,9 +5368,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5354
5368
  public?: boolean | undefined;
5355
5369
  directory?: "none" | "card" | "accordion" | undefined;
5356
5370
  tag?: string | undefined;
5371
+ searchable?: boolean | undefined;
5357
5372
  boost?: number | undefined;
5358
5373
  hidden?: boolean | undefined;
5359
- searchable?: boolean | undefined;
5360
5374
  root?: string | undefined;
5361
5375
  } & {
5362
5376
  openapi?: string | string[] | {
@@ -5380,9 +5394,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5380
5394
  public?: boolean | undefined;
5381
5395
  directory?: "none" | "card" | "accordion" | undefined;
5382
5396
  tag?: string | undefined;
5397
+ searchable?: boolean | undefined;
5383
5398
  boost?: number | undefined;
5384
5399
  hidden?: boolean | undefined;
5385
- searchable?: boolean | undefined;
5386
5400
  root?: string | undefined;
5387
5401
  } & {
5388
5402
  openapi?: string | string[] | {
@@ -5408,9 +5422,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5408
5422
  public?: boolean | undefined;
5409
5423
  directory?: "none" | "card" | "accordion" | undefined;
5410
5424
  tag?: string | undefined;
5425
+ searchable?: boolean | undefined;
5411
5426
  boost?: number | undefined;
5412
5427
  hidden?: boolean | undefined;
5413
- searchable?: boolean | undefined;
5414
5428
  root?: string | undefined;
5415
5429
  } & {
5416
5430
  openapi?: string | string[] | {
@@ -5438,9 +5452,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5438
5452
  public?: boolean | undefined;
5439
5453
  directory?: "none" | "card" | "accordion" | undefined;
5440
5454
  tag?: string | undefined;
5455
+ searchable?: boolean | undefined;
5441
5456
  boost?: number | undefined;
5442
5457
  hidden?: boolean | undefined;
5443
- searchable?: boolean | undefined;
5444
5458
  root?: string | undefined;
5445
5459
  } & {
5446
5460
  openapi?: string | string[] | {
@@ -5471,9 +5485,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5471
5485
  public?: boolean | undefined;
5472
5486
  directory?: "none" | "card" | "accordion" | undefined;
5473
5487
  tag?: string | undefined;
5488
+ searchable?: boolean | undefined;
5474
5489
  boost?: number | undefined;
5475
5490
  hidden?: boolean | undefined;
5476
- searchable?: boolean | undefined;
5477
5491
  root?: string | undefined;
5478
5492
  } & {
5479
5493
  openapi?: string | string[] | {
@@ -5497,9 +5511,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5497
5511
  public?: boolean | undefined;
5498
5512
  directory?: "none" | "card" | "accordion" | undefined;
5499
5513
  tag?: string | undefined;
5514
+ searchable?: boolean | undefined;
5500
5515
  boost?: number | undefined;
5501
5516
  hidden?: boolean | undefined;
5502
- searchable?: boolean | undefined;
5503
5517
  root?: string | undefined;
5504
5518
  } & {
5505
5519
  openapi?: string | string[] | {
@@ -5525,9 +5539,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5525
5539
  public?: boolean | undefined;
5526
5540
  directory?: "none" | "card" | "accordion" | undefined;
5527
5541
  tag?: string | undefined;
5542
+ searchable?: boolean | undefined;
5528
5543
  boost?: number | undefined;
5529
5544
  hidden?: boolean | undefined;
5530
- searchable?: boolean | undefined;
5531
5545
  root?: string | undefined;
5532
5546
  } & {
5533
5547
  openapi?: string | string[] | {
@@ -5555,9 +5569,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5555
5569
  public?: boolean | undefined;
5556
5570
  directory?: "none" | "card" | "accordion" | undefined;
5557
5571
  tag?: string | undefined;
5572
+ searchable?: boolean | undefined;
5558
5573
  boost?: number | undefined;
5559
5574
  hidden?: boolean | undefined;
5560
- searchable?: boolean | undefined;
5561
5575
  root?: string | undefined;
5562
5576
  } & {
5563
5577
  openapi?: string | string[] | {
@@ -5940,10 +5954,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5940
5954
  }>>;
5941
5955
  mixpanel: z.ZodOptional<z.ZodObject<{
5942
5956
  projectToken: z.ZodString;
5957
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
5943
5958
  }, "strip", z.ZodTypeAny, {
5944
5959
  projectToken: string;
5960
+ region?: "us" | "eu" | "in" | undefined;
5945
5961
  }, {
5946
5962
  projectToken: string;
5963
+ region?: "us" | "eu" | "in" | undefined;
5947
5964
  }>>;
5948
5965
  onetrust: z.ZodOptional<z.ZodObject<{
5949
5966
  domainScript: z.ZodString;
@@ -6053,6 +6070,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6053
6070
  } | undefined;
6054
6071
  mixpanel?: {
6055
6072
  projectToken: string;
6073
+ region?: "us" | "eu" | "in" | undefined;
6056
6074
  } | undefined;
6057
6075
  pirsch?: {
6058
6076
  id: string;
@@ -6128,6 +6146,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6128
6146
  } | undefined;
6129
6147
  mixpanel?: {
6130
6148
  projectToken: string;
6149
+ region?: "us" | "eu" | "in" | undefined;
6131
6150
  } | undefined;
6132
6151
  pirsch?: {
6133
6152
  id: string;
@@ -6456,9 +6475,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6456
6475
  public?: boolean | undefined;
6457
6476
  directory?: "none" | "card" | "accordion" | undefined;
6458
6477
  tag?: string | undefined;
6478
+ searchable?: boolean | undefined;
6459
6479
  boost?: number | undefined;
6460
6480
  hidden?: boolean | undefined;
6461
- searchable?: boolean | undefined;
6462
6481
  root?: string | undefined;
6463
6482
  } & {
6464
6483
  openapi?: string | string[] | {
@@ -6486,9 +6505,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6486
6505
  public?: boolean | undefined;
6487
6506
  directory?: "none" | "card" | "accordion" | undefined;
6488
6507
  tag?: string | undefined;
6508
+ searchable?: boolean | undefined;
6489
6509
  boost?: number | undefined;
6490
6510
  hidden?: boolean | undefined;
6491
- searchable?: boolean | undefined;
6492
6511
  root?: string | undefined;
6493
6512
  } & {
6494
6513
  openapi?: string | string[] | {
@@ -6613,6 +6632,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6613
6632
  } | undefined;
6614
6633
  mixpanel?: {
6615
6634
  projectToken: string;
6635
+ region?: "us" | "eu" | "in" | undefined;
6616
6636
  } | undefined;
6617
6637
  pirsch?: {
6618
6638
  id: string;
@@ -6837,9 +6857,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6837
6857
  public?: boolean | undefined;
6838
6858
  directory?: "none" | "card" | "accordion" | undefined;
6839
6859
  tag?: string | undefined;
6860
+ searchable?: boolean | undefined;
6840
6861
  boost?: number | undefined;
6841
6862
  hidden?: boolean | undefined;
6842
- searchable?: boolean | undefined;
6843
6863
  root?: string | undefined;
6844
6864
  } & {
6845
6865
  openapi?: string | string[] | {
@@ -6867,9 +6887,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6867
6887
  public?: boolean | undefined;
6868
6888
  directory?: "none" | "card" | "accordion" | undefined;
6869
6889
  tag?: string | undefined;
6890
+ searchable?: boolean | undefined;
6870
6891
  boost?: number | undefined;
6871
6892
  hidden?: boolean | undefined;
6872
- searchable?: boolean | undefined;
6873
6893
  root?: string | undefined;
6874
6894
  } & {
6875
6895
  openapi?: string | string[] | {
@@ -6995,6 +7015,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6995
7015
  } | undefined;
6996
7016
  mixpanel?: {
6997
7017
  projectToken: string;
7018
+ region?: "us" | "eu" | "in" | undefined;
6998
7019
  } | undefined;
6999
7020
  pirsch?: {
7000
7021
  id: string;
@@ -7745,9 +7766,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7745
7766
  public?: boolean | undefined;
7746
7767
  directory?: "none" | "card" | "accordion" | undefined;
7747
7768
  tag?: string | undefined;
7769
+ searchable?: boolean | undefined;
7748
7770
  boost?: number | undefined;
7749
7771
  hidden?: boolean | undefined;
7750
- searchable?: boolean | undefined;
7751
7772
  root?: string | undefined;
7752
7773
  } & {
7753
7774
  openapi?: string | string[] | {
@@ -7771,9 +7792,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7771
7792
  public?: boolean | undefined;
7772
7793
  directory?: "none" | "card" | "accordion" | undefined;
7773
7794
  tag?: string | undefined;
7795
+ searchable?: boolean | undefined;
7774
7796
  boost?: number | undefined;
7775
7797
  hidden?: boolean | undefined;
7776
- searchable?: boolean | undefined;
7777
7798
  root?: string | undefined;
7778
7799
  } & {
7779
7800
  openapi?: string | string[] | {
@@ -7799,9 +7820,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7799
7820
  public?: boolean | undefined;
7800
7821
  directory?: "none" | "card" | "accordion" | undefined;
7801
7822
  tag?: string | undefined;
7823
+ searchable?: boolean | undefined;
7802
7824
  boost?: number | undefined;
7803
7825
  hidden?: boolean | undefined;
7804
- searchable?: boolean | undefined;
7805
7826
  root?: string | undefined;
7806
7827
  } & {
7807
7828
  openapi?: string | string[] | {
@@ -7829,9 +7850,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7829
7850
  public?: boolean | undefined;
7830
7851
  directory?: "none" | "card" | "accordion" | undefined;
7831
7852
  tag?: string | undefined;
7853
+ searchable?: boolean | undefined;
7832
7854
  boost?: number | undefined;
7833
7855
  hidden?: boolean | undefined;
7834
- searchable?: boolean | undefined;
7835
7856
  root?: string | undefined;
7836
7857
  } & {
7837
7858
  openapi?: string | string[] | {
@@ -7862,9 +7883,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7862
7883
  public?: boolean | undefined;
7863
7884
  directory?: "none" | "card" | "accordion" | undefined;
7864
7885
  tag?: string | undefined;
7886
+ searchable?: boolean | undefined;
7865
7887
  boost?: number | undefined;
7866
7888
  hidden?: boolean | undefined;
7867
- searchable?: boolean | undefined;
7868
7889
  root?: string | undefined;
7869
7890
  } & {
7870
7891
  openapi?: string | string[] | {
@@ -7888,9 +7909,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7888
7909
  public?: boolean | undefined;
7889
7910
  directory?: "none" | "card" | "accordion" | undefined;
7890
7911
  tag?: string | undefined;
7912
+ searchable?: boolean | undefined;
7891
7913
  boost?: number | undefined;
7892
7914
  hidden?: boolean | undefined;
7893
- searchable?: boolean | undefined;
7894
7915
  root?: string | undefined;
7895
7916
  } & {
7896
7917
  openapi?: string | string[] | {
@@ -7916,9 +7937,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7916
7937
  public?: boolean | undefined;
7917
7938
  directory?: "none" | "card" | "accordion" | undefined;
7918
7939
  tag?: string | undefined;
7940
+ searchable?: boolean | undefined;
7919
7941
  boost?: number | undefined;
7920
7942
  hidden?: boolean | undefined;
7921
- searchable?: boolean | undefined;
7922
7943
  root?: string | undefined;
7923
7944
  } & {
7924
7945
  openapi?: string | string[] | {
@@ -7946,9 +7967,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7946
7967
  public?: boolean | undefined;
7947
7968
  directory?: "none" | "card" | "accordion" | undefined;
7948
7969
  tag?: string | undefined;
7970
+ searchable?: boolean | undefined;
7949
7971
  boost?: number | undefined;
7950
7972
  hidden?: boolean | undefined;
7951
- searchable?: boolean | undefined;
7952
7973
  root?: string | undefined;
7953
7974
  } & {
7954
7975
  openapi?: string | string[] | {
@@ -8331,10 +8352,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8331
8352
  }>>;
8332
8353
  mixpanel: z.ZodOptional<z.ZodObject<{
8333
8354
  projectToken: z.ZodString;
8355
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
8334
8356
  }, "strip", z.ZodTypeAny, {
8335
8357
  projectToken: string;
8358
+ region?: "us" | "eu" | "in" | undefined;
8336
8359
  }, {
8337
8360
  projectToken: string;
8361
+ region?: "us" | "eu" | "in" | undefined;
8338
8362
  }>>;
8339
8363
  onetrust: z.ZodOptional<z.ZodObject<{
8340
8364
  domainScript: z.ZodString;
@@ -8444,6 +8468,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8444
8468
  } | undefined;
8445
8469
  mixpanel?: {
8446
8470
  projectToken: string;
8471
+ region?: "us" | "eu" | "in" | undefined;
8447
8472
  } | undefined;
8448
8473
  pirsch?: {
8449
8474
  id: string;
@@ -8519,6 +8544,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8519
8544
  } | undefined;
8520
8545
  mixpanel?: {
8521
8546
  projectToken: string;
8547
+ region?: "us" | "eu" | "in" | undefined;
8522
8548
  } | undefined;
8523
8549
  pirsch?: {
8524
8550
  id: string;
@@ -8847,9 +8873,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8847
8873
  public?: boolean | undefined;
8848
8874
  directory?: "none" | "card" | "accordion" | undefined;
8849
8875
  tag?: string | undefined;
8876
+ searchable?: boolean | undefined;
8850
8877
  boost?: number | undefined;
8851
8878
  hidden?: boolean | undefined;
8852
- searchable?: boolean | undefined;
8853
8879
  root?: string | undefined;
8854
8880
  } & {
8855
8881
  openapi?: string | string[] | {
@@ -8877,9 +8903,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8877
8903
  public?: boolean | undefined;
8878
8904
  directory?: "none" | "card" | "accordion" | undefined;
8879
8905
  tag?: string | undefined;
8906
+ searchable?: boolean | undefined;
8880
8907
  boost?: number | undefined;
8881
8908
  hidden?: boolean | undefined;
8882
- searchable?: boolean | undefined;
8883
8909
  root?: string | undefined;
8884
8910
  } & {
8885
8911
  openapi?: string | string[] | {
@@ -9004,6 +9030,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9004
9030
  } | undefined;
9005
9031
  mixpanel?: {
9006
9032
  projectToken: string;
9033
+ region?: "us" | "eu" | "in" | undefined;
9007
9034
  } | undefined;
9008
9035
  pirsch?: {
9009
9036
  id: string;
@@ -9228,9 +9255,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9228
9255
  public?: boolean | undefined;
9229
9256
  directory?: "none" | "card" | "accordion" | undefined;
9230
9257
  tag?: string | undefined;
9258
+ searchable?: boolean | undefined;
9231
9259
  boost?: number | undefined;
9232
9260
  hidden?: boolean | undefined;
9233
- searchable?: boolean | undefined;
9234
9261
  root?: string | undefined;
9235
9262
  } & {
9236
9263
  openapi?: string | string[] | {
@@ -9258,9 +9285,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9258
9285
  public?: boolean | undefined;
9259
9286
  directory?: "none" | "card" | "accordion" | undefined;
9260
9287
  tag?: string | undefined;
9288
+ searchable?: boolean | undefined;
9261
9289
  boost?: number | undefined;
9262
9290
  hidden?: boolean | undefined;
9263
- searchable?: boolean | undefined;
9264
9291
  root?: string | undefined;
9265
9292
  } & {
9266
9293
  openapi?: string | string[] | {
@@ -9386,6 +9413,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9386
9413
  } | undefined;
9387
9414
  mixpanel?: {
9388
9415
  projectToken: string;
9416
+ region?: "us" | "eu" | "in" | undefined;
9389
9417
  } | undefined;
9390
9418
  pirsch?: {
9391
9419
  id: string;
@@ -10136,9 +10164,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10136
10164
  public?: boolean | undefined;
10137
10165
  directory?: "none" | "card" | "accordion" | undefined;
10138
10166
  tag?: string | undefined;
10167
+ searchable?: boolean | undefined;
10139
10168
  boost?: number | undefined;
10140
10169
  hidden?: boolean | undefined;
10141
- searchable?: boolean | undefined;
10142
10170
  root?: string | undefined;
10143
10171
  } & {
10144
10172
  openapi?: string | string[] | {
@@ -10162,9 +10190,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10162
10190
  public?: boolean | undefined;
10163
10191
  directory?: "none" | "card" | "accordion" | undefined;
10164
10192
  tag?: string | undefined;
10193
+ searchable?: boolean | undefined;
10165
10194
  boost?: number | undefined;
10166
10195
  hidden?: boolean | undefined;
10167
- searchable?: boolean | undefined;
10168
10196
  root?: string | undefined;
10169
10197
  } & {
10170
10198
  openapi?: string | string[] | {
@@ -10190,9 +10218,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10190
10218
  public?: boolean | undefined;
10191
10219
  directory?: "none" | "card" | "accordion" | undefined;
10192
10220
  tag?: string | undefined;
10221
+ searchable?: boolean | undefined;
10193
10222
  boost?: number | undefined;
10194
10223
  hidden?: boolean | undefined;
10195
- searchable?: boolean | undefined;
10196
10224
  root?: string | undefined;
10197
10225
  } & {
10198
10226
  openapi?: string | string[] | {
@@ -10220,9 +10248,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10220
10248
  public?: boolean | undefined;
10221
10249
  directory?: "none" | "card" | "accordion" | undefined;
10222
10250
  tag?: string | undefined;
10251
+ searchable?: boolean | undefined;
10223
10252
  boost?: number | undefined;
10224
10253
  hidden?: boolean | undefined;
10225
- searchable?: boolean | undefined;
10226
10254
  root?: string | undefined;
10227
10255
  } & {
10228
10256
  openapi?: string | string[] | {
@@ -10253,9 +10281,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10253
10281
  public?: boolean | undefined;
10254
10282
  directory?: "none" | "card" | "accordion" | undefined;
10255
10283
  tag?: string | undefined;
10284
+ searchable?: boolean | undefined;
10256
10285
  boost?: number | undefined;
10257
10286
  hidden?: boolean | undefined;
10258
- searchable?: boolean | undefined;
10259
10287
  root?: string | undefined;
10260
10288
  } & {
10261
10289
  openapi?: string | string[] | {
@@ -10279,9 +10307,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10279
10307
  public?: boolean | undefined;
10280
10308
  directory?: "none" | "card" | "accordion" | undefined;
10281
10309
  tag?: string | undefined;
10310
+ searchable?: boolean | undefined;
10282
10311
  boost?: number | undefined;
10283
10312
  hidden?: boolean | undefined;
10284
- searchable?: boolean | undefined;
10285
10313
  root?: string | undefined;
10286
10314
  } & {
10287
10315
  openapi?: string | string[] | {
@@ -10307,9 +10335,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10307
10335
  public?: boolean | undefined;
10308
10336
  directory?: "none" | "card" | "accordion" | undefined;
10309
10337
  tag?: string | undefined;
10338
+ searchable?: boolean | undefined;
10310
10339
  boost?: number | undefined;
10311
10340
  hidden?: boolean | undefined;
10312
- searchable?: boolean | undefined;
10313
10341
  root?: string | undefined;
10314
10342
  } & {
10315
10343
  openapi?: string | string[] | {
@@ -10337,9 +10365,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10337
10365
  public?: boolean | undefined;
10338
10366
  directory?: "none" | "card" | "accordion" | undefined;
10339
10367
  tag?: string | undefined;
10368
+ searchable?: boolean | undefined;
10340
10369
  boost?: number | undefined;
10341
10370
  hidden?: boolean | undefined;
10342
- searchable?: boolean | undefined;
10343
10371
  root?: string | undefined;
10344
10372
  } & {
10345
10373
  openapi?: string | string[] | {
@@ -10722,10 +10750,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10722
10750
  }>>;
10723
10751
  mixpanel: z.ZodOptional<z.ZodObject<{
10724
10752
  projectToken: z.ZodString;
10753
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
10725
10754
  }, "strip", z.ZodTypeAny, {
10726
10755
  projectToken: string;
10756
+ region?: "us" | "eu" | "in" | undefined;
10727
10757
  }, {
10728
10758
  projectToken: string;
10759
+ region?: "us" | "eu" | "in" | undefined;
10729
10760
  }>>;
10730
10761
  onetrust: z.ZodOptional<z.ZodObject<{
10731
10762
  domainScript: z.ZodString;
@@ -10835,6 +10866,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10835
10866
  } | undefined;
10836
10867
  mixpanel?: {
10837
10868
  projectToken: string;
10869
+ region?: "us" | "eu" | "in" | undefined;
10838
10870
  } | undefined;
10839
10871
  pirsch?: {
10840
10872
  id: string;
@@ -10910,6 +10942,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10910
10942
  } | undefined;
10911
10943
  mixpanel?: {
10912
10944
  projectToken: string;
10945
+ region?: "us" | "eu" | "in" | undefined;
10913
10946
  } | undefined;
10914
10947
  pirsch?: {
10915
10948
  id: string;
@@ -11238,9 +11271,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11238
11271
  public?: boolean | undefined;
11239
11272
  directory?: "none" | "card" | "accordion" | undefined;
11240
11273
  tag?: string | undefined;
11274
+ searchable?: boolean | undefined;
11241
11275
  boost?: number | undefined;
11242
11276
  hidden?: boolean | undefined;
11243
- searchable?: boolean | undefined;
11244
11277
  root?: string | undefined;
11245
11278
  } & {
11246
11279
  openapi?: string | string[] | {
@@ -11268,9 +11301,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11268
11301
  public?: boolean | undefined;
11269
11302
  directory?: "none" | "card" | "accordion" | undefined;
11270
11303
  tag?: string | undefined;
11304
+ searchable?: boolean | undefined;
11271
11305
  boost?: number | undefined;
11272
11306
  hidden?: boolean | undefined;
11273
- searchable?: boolean | undefined;
11274
11307
  root?: string | undefined;
11275
11308
  } & {
11276
11309
  openapi?: string | string[] | {
@@ -11395,6 +11428,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11395
11428
  } | undefined;
11396
11429
  mixpanel?: {
11397
11430
  projectToken: string;
11431
+ region?: "us" | "eu" | "in" | undefined;
11398
11432
  } | undefined;
11399
11433
  pirsch?: {
11400
11434
  id: string;
@@ -11619,9 +11653,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11619
11653
  public?: boolean | undefined;
11620
11654
  directory?: "none" | "card" | "accordion" | undefined;
11621
11655
  tag?: string | undefined;
11656
+ searchable?: boolean | undefined;
11622
11657
  boost?: number | undefined;
11623
11658
  hidden?: boolean | undefined;
11624
- searchable?: boolean | undefined;
11625
11659
  root?: string | undefined;
11626
11660
  } & {
11627
11661
  openapi?: string | string[] | {
@@ -11649,9 +11683,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11649
11683
  public?: boolean | undefined;
11650
11684
  directory?: "none" | "card" | "accordion" | undefined;
11651
11685
  tag?: string | undefined;
11686
+ searchable?: boolean | undefined;
11652
11687
  boost?: number | undefined;
11653
11688
  hidden?: boolean | undefined;
11654
- searchable?: boolean | undefined;
11655
11689
  root?: string | undefined;
11656
11690
  } & {
11657
11691
  openapi?: string | string[] | {
@@ -11777,6 +11811,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11777
11811
  } | undefined;
11778
11812
  mixpanel?: {
11779
11813
  projectToken: string;
11814
+ region?: "us" | "eu" | "in" | undefined;
11780
11815
  } | undefined;
11781
11816
  pirsch?: {
11782
11817
  id: string;
@@ -12527,9 +12562,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12527
12562
  public?: boolean | undefined;
12528
12563
  directory?: "none" | "card" | "accordion" | undefined;
12529
12564
  tag?: string | undefined;
12565
+ searchable?: boolean | undefined;
12530
12566
  boost?: number | undefined;
12531
12567
  hidden?: boolean | undefined;
12532
- searchable?: boolean | undefined;
12533
12568
  root?: string | undefined;
12534
12569
  } & {
12535
12570
  openapi?: string | string[] | {
@@ -12553,9 +12588,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12553
12588
  public?: boolean | undefined;
12554
12589
  directory?: "none" | "card" | "accordion" | undefined;
12555
12590
  tag?: string | undefined;
12591
+ searchable?: boolean | undefined;
12556
12592
  boost?: number | undefined;
12557
12593
  hidden?: boolean | undefined;
12558
- searchable?: boolean | undefined;
12559
12594
  root?: string | undefined;
12560
12595
  } & {
12561
12596
  openapi?: string | string[] | {
@@ -12581,9 +12616,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12581
12616
  public?: boolean | undefined;
12582
12617
  directory?: "none" | "card" | "accordion" | undefined;
12583
12618
  tag?: string | undefined;
12619
+ searchable?: boolean | undefined;
12584
12620
  boost?: number | undefined;
12585
12621
  hidden?: boolean | undefined;
12586
- searchable?: boolean | undefined;
12587
12622
  root?: string | undefined;
12588
12623
  } & {
12589
12624
  openapi?: string | string[] | {
@@ -12611,9 +12646,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12611
12646
  public?: boolean | undefined;
12612
12647
  directory?: "none" | "card" | "accordion" | undefined;
12613
12648
  tag?: string | undefined;
12649
+ searchable?: boolean | undefined;
12614
12650
  boost?: number | undefined;
12615
12651
  hidden?: boolean | undefined;
12616
- searchable?: boolean | undefined;
12617
12652
  root?: string | undefined;
12618
12653
  } & {
12619
12654
  openapi?: string | string[] | {
@@ -12644,9 +12679,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12644
12679
  public?: boolean | undefined;
12645
12680
  directory?: "none" | "card" | "accordion" | undefined;
12646
12681
  tag?: string | undefined;
12682
+ searchable?: boolean | undefined;
12647
12683
  boost?: number | undefined;
12648
12684
  hidden?: boolean | undefined;
12649
- searchable?: boolean | undefined;
12650
12685
  root?: string | undefined;
12651
12686
  } & {
12652
12687
  openapi?: string | string[] | {
@@ -12670,9 +12705,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12670
12705
  public?: boolean | undefined;
12671
12706
  directory?: "none" | "card" | "accordion" | undefined;
12672
12707
  tag?: string | undefined;
12708
+ searchable?: boolean | undefined;
12673
12709
  boost?: number | undefined;
12674
12710
  hidden?: boolean | undefined;
12675
- searchable?: boolean | undefined;
12676
12711
  root?: string | undefined;
12677
12712
  } & {
12678
12713
  openapi?: string | string[] | {
@@ -12698,9 +12733,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12698
12733
  public?: boolean | undefined;
12699
12734
  directory?: "none" | "card" | "accordion" | undefined;
12700
12735
  tag?: string | undefined;
12736
+ searchable?: boolean | undefined;
12701
12737
  boost?: number | undefined;
12702
12738
  hidden?: boolean | undefined;
12703
- searchable?: boolean | undefined;
12704
12739
  root?: string | undefined;
12705
12740
  } & {
12706
12741
  openapi?: string | string[] | {
@@ -12728,9 +12763,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12728
12763
  public?: boolean | undefined;
12729
12764
  directory?: "none" | "card" | "accordion" | undefined;
12730
12765
  tag?: string | undefined;
12766
+ searchable?: boolean | undefined;
12731
12767
  boost?: number | undefined;
12732
12768
  hidden?: boolean | undefined;
12733
- searchable?: boolean | undefined;
12734
12769
  root?: string | undefined;
12735
12770
  } & {
12736
12771
  openapi?: string | string[] | {
@@ -13113,10 +13148,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13113
13148
  }>>;
13114
13149
  mixpanel: z.ZodOptional<z.ZodObject<{
13115
13150
  projectToken: z.ZodString;
13151
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
13116
13152
  }, "strip", z.ZodTypeAny, {
13117
13153
  projectToken: string;
13154
+ region?: "us" | "eu" | "in" | undefined;
13118
13155
  }, {
13119
13156
  projectToken: string;
13157
+ region?: "us" | "eu" | "in" | undefined;
13120
13158
  }>>;
13121
13159
  onetrust: z.ZodOptional<z.ZodObject<{
13122
13160
  domainScript: z.ZodString;
@@ -13226,6 +13264,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13226
13264
  } | undefined;
13227
13265
  mixpanel?: {
13228
13266
  projectToken: string;
13267
+ region?: "us" | "eu" | "in" | undefined;
13229
13268
  } | undefined;
13230
13269
  pirsch?: {
13231
13270
  id: string;
@@ -13301,6 +13340,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13301
13340
  } | undefined;
13302
13341
  mixpanel?: {
13303
13342
  projectToken: string;
13343
+ region?: "us" | "eu" | "in" | undefined;
13304
13344
  } | undefined;
13305
13345
  pirsch?: {
13306
13346
  id: string;
@@ -13629,9 +13669,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13629
13669
  public?: boolean | undefined;
13630
13670
  directory?: "none" | "card" | "accordion" | undefined;
13631
13671
  tag?: string | undefined;
13672
+ searchable?: boolean | undefined;
13632
13673
  boost?: number | undefined;
13633
13674
  hidden?: boolean | undefined;
13634
- searchable?: boolean | undefined;
13635
13675
  root?: string | undefined;
13636
13676
  } & {
13637
13677
  openapi?: string | string[] | {
@@ -13659,9 +13699,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13659
13699
  public?: boolean | undefined;
13660
13700
  directory?: "none" | "card" | "accordion" | undefined;
13661
13701
  tag?: string | undefined;
13702
+ searchable?: boolean | undefined;
13662
13703
  boost?: number | undefined;
13663
13704
  hidden?: boolean | undefined;
13664
- searchable?: boolean | undefined;
13665
13705
  root?: string | undefined;
13666
13706
  } & {
13667
13707
  openapi?: string | string[] | {
@@ -13786,6 +13826,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13786
13826
  } | undefined;
13787
13827
  mixpanel?: {
13788
13828
  projectToken: string;
13829
+ region?: "us" | "eu" | "in" | undefined;
13789
13830
  } | undefined;
13790
13831
  pirsch?: {
13791
13832
  id: string;
@@ -14010,9 +14051,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14010
14051
  public?: boolean | undefined;
14011
14052
  directory?: "none" | "card" | "accordion" | undefined;
14012
14053
  tag?: string | undefined;
14054
+ searchable?: boolean | undefined;
14013
14055
  boost?: number | undefined;
14014
14056
  hidden?: boolean | undefined;
14015
- searchable?: boolean | undefined;
14016
14057
  root?: string | undefined;
14017
14058
  } & {
14018
14059
  openapi?: string | string[] | {
@@ -14040,9 +14081,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14040
14081
  public?: boolean | undefined;
14041
14082
  directory?: "none" | "card" | "accordion" | undefined;
14042
14083
  tag?: string | undefined;
14084
+ searchable?: boolean | undefined;
14043
14085
  boost?: number | undefined;
14044
14086
  hidden?: boolean | undefined;
14045
- searchable?: boolean | undefined;
14046
14087
  root?: string | undefined;
14047
14088
  } & {
14048
14089
  openapi?: string | string[] | {
@@ -14168,6 +14209,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14168
14209
  } | undefined;
14169
14210
  mixpanel?: {
14170
14211
  projectToken: string;
14212
+ region?: "us" | "eu" | "in" | undefined;
14171
14213
  } | undefined;
14172
14214
  pirsch?: {
14173
14215
  id: string;
@@ -14918,9 +14960,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14918
14960
  public?: boolean | undefined;
14919
14961
  directory?: "none" | "card" | "accordion" | undefined;
14920
14962
  tag?: string | undefined;
14963
+ searchable?: boolean | undefined;
14921
14964
  boost?: number | undefined;
14922
14965
  hidden?: boolean | undefined;
14923
- searchable?: boolean | undefined;
14924
14966
  root?: string | undefined;
14925
14967
  } & {
14926
14968
  openapi?: string | string[] | {
@@ -14944,9 +14986,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14944
14986
  public?: boolean | undefined;
14945
14987
  directory?: "none" | "card" | "accordion" | undefined;
14946
14988
  tag?: string | undefined;
14989
+ searchable?: boolean | undefined;
14947
14990
  boost?: number | undefined;
14948
14991
  hidden?: boolean | undefined;
14949
- searchable?: boolean | undefined;
14950
14992
  root?: string | undefined;
14951
14993
  } & {
14952
14994
  openapi?: string | string[] | {
@@ -14972,9 +15014,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14972
15014
  public?: boolean | undefined;
14973
15015
  directory?: "none" | "card" | "accordion" | undefined;
14974
15016
  tag?: string | undefined;
15017
+ searchable?: boolean | undefined;
14975
15018
  boost?: number | undefined;
14976
15019
  hidden?: boolean | undefined;
14977
- searchable?: boolean | undefined;
14978
15020
  root?: string | undefined;
14979
15021
  } & {
14980
15022
  openapi?: string | string[] | {
@@ -15002,9 +15044,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15002
15044
  public?: boolean | undefined;
15003
15045
  directory?: "none" | "card" | "accordion" | undefined;
15004
15046
  tag?: string | undefined;
15047
+ searchable?: boolean | undefined;
15005
15048
  boost?: number | undefined;
15006
15049
  hidden?: boolean | undefined;
15007
- searchable?: boolean | undefined;
15008
15050
  root?: string | undefined;
15009
15051
  } & {
15010
15052
  openapi?: string | string[] | {
@@ -15035,9 +15077,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15035
15077
  public?: boolean | undefined;
15036
15078
  directory?: "none" | "card" | "accordion" | undefined;
15037
15079
  tag?: string | undefined;
15080
+ searchable?: boolean | undefined;
15038
15081
  boost?: number | undefined;
15039
15082
  hidden?: boolean | undefined;
15040
- searchable?: boolean | undefined;
15041
15083
  root?: string | undefined;
15042
15084
  } & {
15043
15085
  openapi?: string | string[] | {
@@ -15061,9 +15103,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15061
15103
  public?: boolean | undefined;
15062
15104
  directory?: "none" | "card" | "accordion" | undefined;
15063
15105
  tag?: string | undefined;
15106
+ searchable?: boolean | undefined;
15064
15107
  boost?: number | undefined;
15065
15108
  hidden?: boolean | undefined;
15066
- searchable?: boolean | undefined;
15067
15109
  root?: string | undefined;
15068
15110
  } & {
15069
15111
  openapi?: string | string[] | {
@@ -15089,9 +15131,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15089
15131
  public?: boolean | undefined;
15090
15132
  directory?: "none" | "card" | "accordion" | undefined;
15091
15133
  tag?: string | undefined;
15134
+ searchable?: boolean | undefined;
15092
15135
  boost?: number | undefined;
15093
15136
  hidden?: boolean | undefined;
15094
- searchable?: boolean | undefined;
15095
15137
  root?: string | undefined;
15096
15138
  } & {
15097
15139
  openapi?: string | string[] | {
@@ -15119,9 +15161,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15119
15161
  public?: boolean | undefined;
15120
15162
  directory?: "none" | "card" | "accordion" | undefined;
15121
15163
  tag?: string | undefined;
15164
+ searchable?: boolean | undefined;
15122
15165
  boost?: number | undefined;
15123
15166
  hidden?: boolean | undefined;
15124
- searchable?: boolean | undefined;
15125
15167
  root?: string | undefined;
15126
15168
  } & {
15127
15169
  openapi?: string | string[] | {
@@ -15504,10 +15546,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15504
15546
  }>>;
15505
15547
  mixpanel: z.ZodOptional<z.ZodObject<{
15506
15548
  projectToken: z.ZodString;
15549
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
15507
15550
  }, "strip", z.ZodTypeAny, {
15508
15551
  projectToken: string;
15552
+ region?: "us" | "eu" | "in" | undefined;
15509
15553
  }, {
15510
15554
  projectToken: string;
15555
+ region?: "us" | "eu" | "in" | undefined;
15511
15556
  }>>;
15512
15557
  onetrust: z.ZodOptional<z.ZodObject<{
15513
15558
  domainScript: z.ZodString;
@@ -15617,6 +15662,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15617
15662
  } | undefined;
15618
15663
  mixpanel?: {
15619
15664
  projectToken: string;
15665
+ region?: "us" | "eu" | "in" | undefined;
15620
15666
  } | undefined;
15621
15667
  pirsch?: {
15622
15668
  id: string;
@@ -15692,6 +15738,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15692
15738
  } | undefined;
15693
15739
  mixpanel?: {
15694
15740
  projectToken: string;
15741
+ region?: "us" | "eu" | "in" | undefined;
15695
15742
  } | undefined;
15696
15743
  pirsch?: {
15697
15744
  id: string;
@@ -16020,9 +16067,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16020
16067
  public?: boolean | undefined;
16021
16068
  directory?: "none" | "card" | "accordion" | undefined;
16022
16069
  tag?: string | undefined;
16070
+ searchable?: boolean | undefined;
16023
16071
  boost?: number | undefined;
16024
16072
  hidden?: boolean | undefined;
16025
- searchable?: boolean | undefined;
16026
16073
  root?: string | undefined;
16027
16074
  } & {
16028
16075
  openapi?: string | string[] | {
@@ -16050,9 +16097,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16050
16097
  public?: boolean | undefined;
16051
16098
  directory?: "none" | "card" | "accordion" | undefined;
16052
16099
  tag?: string | undefined;
16100
+ searchable?: boolean | undefined;
16053
16101
  boost?: number | undefined;
16054
16102
  hidden?: boolean | undefined;
16055
- searchable?: boolean | undefined;
16056
16103
  root?: string | undefined;
16057
16104
  } & {
16058
16105
  openapi?: string | string[] | {
@@ -16177,6 +16224,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16177
16224
  } | undefined;
16178
16225
  mixpanel?: {
16179
16226
  projectToken: string;
16227
+ region?: "us" | "eu" | "in" | undefined;
16180
16228
  } | undefined;
16181
16229
  pirsch?: {
16182
16230
  id: string;
@@ -16401,9 +16449,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16401
16449
  public?: boolean | undefined;
16402
16450
  directory?: "none" | "card" | "accordion" | undefined;
16403
16451
  tag?: string | undefined;
16452
+ searchable?: boolean | undefined;
16404
16453
  boost?: number | undefined;
16405
16454
  hidden?: boolean | undefined;
16406
- searchable?: boolean | undefined;
16407
16455
  root?: string | undefined;
16408
16456
  } & {
16409
16457
  openapi?: string | string[] | {
@@ -16431,9 +16479,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16431
16479
  public?: boolean | undefined;
16432
16480
  directory?: "none" | "card" | "accordion" | undefined;
16433
16481
  tag?: string | undefined;
16482
+ searchable?: boolean | undefined;
16434
16483
  boost?: number | undefined;
16435
16484
  hidden?: boolean | undefined;
16436
- searchable?: boolean | undefined;
16437
16485
  root?: string | undefined;
16438
16486
  } & {
16439
16487
  openapi?: string | string[] | {
@@ -16559,6 +16607,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16559
16607
  } | undefined;
16560
16608
  mixpanel?: {
16561
16609
  projectToken: string;
16610
+ region?: "us" | "eu" | "in" | undefined;
16562
16611
  } | undefined;
16563
16612
  pirsch?: {
16564
16613
  id: string;
@@ -17309,9 +17358,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17309
17358
  public?: boolean | undefined;
17310
17359
  directory?: "none" | "card" | "accordion" | undefined;
17311
17360
  tag?: string | undefined;
17361
+ searchable?: boolean | undefined;
17312
17362
  boost?: number | undefined;
17313
17363
  hidden?: boolean | undefined;
17314
- searchable?: boolean | undefined;
17315
17364
  root?: string | undefined;
17316
17365
  } & {
17317
17366
  openapi?: string | string[] | {
@@ -17335,9 +17384,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17335
17384
  public?: boolean | undefined;
17336
17385
  directory?: "none" | "card" | "accordion" | undefined;
17337
17386
  tag?: string | undefined;
17387
+ searchable?: boolean | undefined;
17338
17388
  boost?: number | undefined;
17339
17389
  hidden?: boolean | undefined;
17340
- searchable?: boolean | undefined;
17341
17390
  root?: string | undefined;
17342
17391
  } & {
17343
17392
  openapi?: string | string[] | {
@@ -17363,9 +17412,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17363
17412
  public?: boolean | undefined;
17364
17413
  directory?: "none" | "card" | "accordion" | undefined;
17365
17414
  tag?: string | undefined;
17415
+ searchable?: boolean | undefined;
17366
17416
  boost?: number | undefined;
17367
17417
  hidden?: boolean | undefined;
17368
- searchable?: boolean | undefined;
17369
17418
  root?: string | undefined;
17370
17419
  } & {
17371
17420
  openapi?: string | string[] | {
@@ -17393,9 +17442,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17393
17442
  public?: boolean | undefined;
17394
17443
  directory?: "none" | "card" | "accordion" | undefined;
17395
17444
  tag?: string | undefined;
17445
+ searchable?: boolean | undefined;
17396
17446
  boost?: number | undefined;
17397
17447
  hidden?: boolean | undefined;
17398
- searchable?: boolean | undefined;
17399
17448
  root?: string | undefined;
17400
17449
  } & {
17401
17450
  openapi?: string | string[] | {
@@ -17426,9 +17475,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17426
17475
  public?: boolean | undefined;
17427
17476
  directory?: "none" | "card" | "accordion" | undefined;
17428
17477
  tag?: string | undefined;
17478
+ searchable?: boolean | undefined;
17429
17479
  boost?: number | undefined;
17430
17480
  hidden?: boolean | undefined;
17431
- searchable?: boolean | undefined;
17432
17481
  root?: string | undefined;
17433
17482
  } & {
17434
17483
  openapi?: string | string[] | {
@@ -17452,9 +17501,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17452
17501
  public?: boolean | undefined;
17453
17502
  directory?: "none" | "card" | "accordion" | undefined;
17454
17503
  tag?: string | undefined;
17504
+ searchable?: boolean | undefined;
17455
17505
  boost?: number | undefined;
17456
17506
  hidden?: boolean | undefined;
17457
- searchable?: boolean | undefined;
17458
17507
  root?: string | undefined;
17459
17508
  } & {
17460
17509
  openapi?: string | string[] | {
@@ -17480,9 +17529,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17480
17529
  public?: boolean | undefined;
17481
17530
  directory?: "none" | "card" | "accordion" | undefined;
17482
17531
  tag?: string | undefined;
17532
+ searchable?: boolean | undefined;
17483
17533
  boost?: number | undefined;
17484
17534
  hidden?: boolean | undefined;
17485
- searchable?: boolean | undefined;
17486
17535
  root?: string | undefined;
17487
17536
  } & {
17488
17537
  openapi?: string | string[] | {
@@ -17510,9 +17559,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17510
17559
  public?: boolean | undefined;
17511
17560
  directory?: "none" | "card" | "accordion" | undefined;
17512
17561
  tag?: string | undefined;
17562
+ searchable?: boolean | undefined;
17513
17563
  boost?: number | undefined;
17514
17564
  hidden?: boolean | undefined;
17515
- searchable?: boolean | undefined;
17516
17565
  root?: string | undefined;
17517
17566
  } & {
17518
17567
  openapi?: string | string[] | {
@@ -17895,10 +17944,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17895
17944
  }>>;
17896
17945
  mixpanel: z.ZodOptional<z.ZodObject<{
17897
17946
  projectToken: z.ZodString;
17947
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
17898
17948
  }, "strip", z.ZodTypeAny, {
17899
17949
  projectToken: string;
17950
+ region?: "us" | "eu" | "in" | undefined;
17900
17951
  }, {
17901
17952
  projectToken: string;
17953
+ region?: "us" | "eu" | "in" | undefined;
17902
17954
  }>>;
17903
17955
  onetrust: z.ZodOptional<z.ZodObject<{
17904
17956
  domainScript: z.ZodString;
@@ -18008,6 +18060,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18008
18060
  } | undefined;
18009
18061
  mixpanel?: {
18010
18062
  projectToken: string;
18063
+ region?: "us" | "eu" | "in" | undefined;
18011
18064
  } | undefined;
18012
18065
  pirsch?: {
18013
18066
  id: string;
@@ -18083,6 +18136,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18083
18136
  } | undefined;
18084
18137
  mixpanel?: {
18085
18138
  projectToken: string;
18139
+ region?: "us" | "eu" | "in" | undefined;
18086
18140
  } | undefined;
18087
18141
  pirsch?: {
18088
18142
  id: string;
@@ -18411,9 +18465,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18411
18465
  public?: boolean | undefined;
18412
18466
  directory?: "none" | "card" | "accordion" | undefined;
18413
18467
  tag?: string | undefined;
18468
+ searchable?: boolean | undefined;
18414
18469
  boost?: number | undefined;
18415
18470
  hidden?: boolean | undefined;
18416
- searchable?: boolean | undefined;
18417
18471
  root?: string | undefined;
18418
18472
  } & {
18419
18473
  openapi?: string | string[] | {
@@ -18441,9 +18495,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18441
18495
  public?: boolean | undefined;
18442
18496
  directory?: "none" | "card" | "accordion" | undefined;
18443
18497
  tag?: string | undefined;
18498
+ searchable?: boolean | undefined;
18444
18499
  boost?: number | undefined;
18445
18500
  hidden?: boolean | undefined;
18446
- searchable?: boolean | undefined;
18447
18501
  root?: string | undefined;
18448
18502
  } & {
18449
18503
  openapi?: string | string[] | {
@@ -18568,6 +18622,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18568
18622
  } | undefined;
18569
18623
  mixpanel?: {
18570
18624
  projectToken: string;
18625
+ region?: "us" | "eu" | "in" | undefined;
18571
18626
  } | undefined;
18572
18627
  pirsch?: {
18573
18628
  id: string;
@@ -18792,9 +18847,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18792
18847
  public?: boolean | undefined;
18793
18848
  directory?: "none" | "card" | "accordion" | undefined;
18794
18849
  tag?: string | undefined;
18850
+ searchable?: boolean | undefined;
18795
18851
  boost?: number | undefined;
18796
18852
  hidden?: boolean | undefined;
18797
- searchable?: boolean | undefined;
18798
18853
  root?: string | undefined;
18799
18854
  } & {
18800
18855
  openapi?: string | string[] | {
@@ -18822,9 +18877,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18822
18877
  public?: boolean | undefined;
18823
18878
  directory?: "none" | "card" | "accordion" | undefined;
18824
18879
  tag?: string | undefined;
18880
+ searchable?: boolean | undefined;
18825
18881
  boost?: number | undefined;
18826
18882
  hidden?: boolean | undefined;
18827
- searchable?: boolean | undefined;
18828
18883
  root?: string | undefined;
18829
18884
  } & {
18830
18885
  openapi?: string | string[] | {
@@ -18950,6 +19005,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18950
19005
  } | undefined;
18951
19006
  mixpanel?: {
18952
19007
  projectToken: string;
19008
+ region?: "us" | "eu" | "in" | undefined;
18953
19009
  } | undefined;
18954
19010
  pirsch?: {
18955
19011
  id: string;
@@ -19700,9 +19756,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19700
19756
  public?: boolean | undefined;
19701
19757
  directory?: "none" | "card" | "accordion" | undefined;
19702
19758
  tag?: string | undefined;
19759
+ searchable?: boolean | undefined;
19703
19760
  boost?: number | undefined;
19704
19761
  hidden?: boolean | undefined;
19705
- searchable?: boolean | undefined;
19706
19762
  root?: string | undefined;
19707
19763
  } & {
19708
19764
  openapi?: string | string[] | {
@@ -19726,9 +19782,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19726
19782
  public?: boolean | undefined;
19727
19783
  directory?: "none" | "card" | "accordion" | undefined;
19728
19784
  tag?: string | undefined;
19785
+ searchable?: boolean | undefined;
19729
19786
  boost?: number | undefined;
19730
19787
  hidden?: boolean | undefined;
19731
- searchable?: boolean | undefined;
19732
19788
  root?: string | undefined;
19733
19789
  } & {
19734
19790
  openapi?: string | string[] | {
@@ -19754,9 +19810,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19754
19810
  public?: boolean | undefined;
19755
19811
  directory?: "none" | "card" | "accordion" | undefined;
19756
19812
  tag?: string | undefined;
19813
+ searchable?: boolean | undefined;
19757
19814
  boost?: number | undefined;
19758
19815
  hidden?: boolean | undefined;
19759
- searchable?: boolean | undefined;
19760
19816
  root?: string | undefined;
19761
19817
  } & {
19762
19818
  openapi?: string | string[] | {
@@ -19784,9 +19840,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19784
19840
  public?: boolean | undefined;
19785
19841
  directory?: "none" | "card" | "accordion" | undefined;
19786
19842
  tag?: string | undefined;
19843
+ searchable?: boolean | undefined;
19787
19844
  boost?: number | undefined;
19788
19845
  hidden?: boolean | undefined;
19789
- searchable?: boolean | undefined;
19790
19846
  root?: string | undefined;
19791
19847
  } & {
19792
19848
  openapi?: string | string[] | {
@@ -19817,9 +19873,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19817
19873
  public?: boolean | undefined;
19818
19874
  directory?: "none" | "card" | "accordion" | undefined;
19819
19875
  tag?: string | undefined;
19876
+ searchable?: boolean | undefined;
19820
19877
  boost?: number | undefined;
19821
19878
  hidden?: boolean | undefined;
19822
- searchable?: boolean | undefined;
19823
19879
  root?: string | undefined;
19824
19880
  } & {
19825
19881
  openapi?: string | string[] | {
@@ -19843,9 +19899,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19843
19899
  public?: boolean | undefined;
19844
19900
  directory?: "none" | "card" | "accordion" | undefined;
19845
19901
  tag?: string | undefined;
19902
+ searchable?: boolean | undefined;
19846
19903
  boost?: number | undefined;
19847
19904
  hidden?: boolean | undefined;
19848
- searchable?: boolean | undefined;
19849
19905
  root?: string | undefined;
19850
19906
  } & {
19851
19907
  openapi?: string | string[] | {
@@ -19871,9 +19927,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19871
19927
  public?: boolean | undefined;
19872
19928
  directory?: "none" | "card" | "accordion" | undefined;
19873
19929
  tag?: string | undefined;
19930
+ searchable?: boolean | undefined;
19874
19931
  boost?: number | undefined;
19875
19932
  hidden?: boolean | undefined;
19876
- searchable?: boolean | undefined;
19877
19933
  root?: string | undefined;
19878
19934
  } & {
19879
19935
  openapi?: string | string[] | {
@@ -19901,9 +19957,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19901
19957
  public?: boolean | undefined;
19902
19958
  directory?: "none" | "card" | "accordion" | undefined;
19903
19959
  tag?: string | undefined;
19960
+ searchable?: boolean | undefined;
19904
19961
  boost?: number | undefined;
19905
19962
  hidden?: boolean | undefined;
19906
- searchable?: boolean | undefined;
19907
19963
  root?: string | undefined;
19908
19964
  } & {
19909
19965
  openapi?: string | string[] | {
@@ -20286,10 +20342,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20286
20342
  }>>;
20287
20343
  mixpanel: z.ZodOptional<z.ZodObject<{
20288
20344
  projectToken: z.ZodString;
20345
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
20289
20346
  }, "strip", z.ZodTypeAny, {
20290
20347
  projectToken: string;
20348
+ region?: "us" | "eu" | "in" | undefined;
20291
20349
  }, {
20292
20350
  projectToken: string;
20351
+ region?: "us" | "eu" | "in" | undefined;
20293
20352
  }>>;
20294
20353
  onetrust: z.ZodOptional<z.ZodObject<{
20295
20354
  domainScript: z.ZodString;
@@ -20399,6 +20458,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20399
20458
  } | undefined;
20400
20459
  mixpanel?: {
20401
20460
  projectToken: string;
20461
+ region?: "us" | "eu" | "in" | undefined;
20402
20462
  } | undefined;
20403
20463
  pirsch?: {
20404
20464
  id: string;
@@ -20474,6 +20534,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20474
20534
  } | undefined;
20475
20535
  mixpanel?: {
20476
20536
  projectToken: string;
20537
+ region?: "us" | "eu" | "in" | undefined;
20477
20538
  } | undefined;
20478
20539
  pirsch?: {
20479
20540
  id: string;
@@ -20802,9 +20863,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20802
20863
  public?: boolean | undefined;
20803
20864
  directory?: "none" | "card" | "accordion" | undefined;
20804
20865
  tag?: string | undefined;
20866
+ searchable?: boolean | undefined;
20805
20867
  boost?: number | undefined;
20806
20868
  hidden?: boolean | undefined;
20807
- searchable?: boolean | undefined;
20808
20869
  root?: string | undefined;
20809
20870
  } & {
20810
20871
  openapi?: string | string[] | {
@@ -20832,9 +20893,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20832
20893
  public?: boolean | undefined;
20833
20894
  directory?: "none" | "card" | "accordion" | undefined;
20834
20895
  tag?: string | undefined;
20896
+ searchable?: boolean | undefined;
20835
20897
  boost?: number | undefined;
20836
20898
  hidden?: boolean | undefined;
20837
- searchable?: boolean | undefined;
20838
20899
  root?: string | undefined;
20839
20900
  } & {
20840
20901
  openapi?: string | string[] | {
@@ -20959,6 +21020,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20959
21020
  } | undefined;
20960
21021
  mixpanel?: {
20961
21022
  projectToken: string;
21023
+ region?: "us" | "eu" | "in" | undefined;
20962
21024
  } | undefined;
20963
21025
  pirsch?: {
20964
21026
  id: string;
@@ -21183,9 +21245,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
21183
21245
  public?: boolean | undefined;
21184
21246
  directory?: "none" | "card" | "accordion" | undefined;
21185
21247
  tag?: string | undefined;
21248
+ searchable?: boolean | undefined;
21186
21249
  boost?: number | undefined;
21187
21250
  hidden?: boolean | undefined;
21188
- searchable?: boolean | undefined;
21189
21251
  root?: string | undefined;
21190
21252
  } & {
21191
21253
  openapi?: string | string[] | {
@@ -21213,9 +21275,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
21213
21275
  public?: boolean | undefined;
21214
21276
  directory?: "none" | "card" | "accordion" | undefined;
21215
21277
  tag?: string | undefined;
21278
+ searchable?: boolean | undefined;
21216
21279
  boost?: number | undefined;
21217
21280
  hidden?: boolean | undefined;
21218
- searchable?: boolean | undefined;
21219
21281
  root?: string | undefined;
21220
21282
  } & {
21221
21283
  openapi?: string | string[] | {
@@ -21341,6 +21403,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
21341
21403
  } | undefined;
21342
21404
  mixpanel?: {
21343
21405
  projectToken: string;
21406
+ region?: "us" | "eu" | "in" | undefined;
21344
21407
  } | undefined;
21345
21408
  pirsch?: {
21346
21409
  id: string;
@@ -22092,9 +22155,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22092
22155
  public?: boolean | undefined;
22093
22156
  directory?: "none" | "card" | "accordion" | undefined;
22094
22157
  tag?: string | undefined;
22158
+ searchable?: boolean | undefined;
22095
22159
  boost?: number | undefined;
22096
22160
  hidden?: boolean | undefined;
22097
- searchable?: boolean | undefined;
22098
22161
  root?: string | undefined;
22099
22162
  } & {
22100
22163
  openapi?: string | string[] | {
@@ -22118,9 +22181,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22118
22181
  public?: boolean | undefined;
22119
22182
  directory?: "none" | "card" | "accordion" | undefined;
22120
22183
  tag?: string | undefined;
22184
+ searchable?: boolean | undefined;
22121
22185
  boost?: number | undefined;
22122
22186
  hidden?: boolean | undefined;
22123
- searchable?: boolean | undefined;
22124
22187
  root?: string | undefined;
22125
22188
  } & {
22126
22189
  openapi?: string | string[] | {
@@ -22146,9 +22209,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22146
22209
  public?: boolean | undefined;
22147
22210
  directory?: "none" | "card" | "accordion" | undefined;
22148
22211
  tag?: string | undefined;
22212
+ searchable?: boolean | undefined;
22149
22213
  boost?: number | undefined;
22150
22214
  hidden?: boolean | undefined;
22151
- searchable?: boolean | undefined;
22152
22215
  root?: string | undefined;
22153
22216
  } & {
22154
22217
  openapi?: string | string[] | {
@@ -22176,9 +22239,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22176
22239
  public?: boolean | undefined;
22177
22240
  directory?: "none" | "card" | "accordion" | undefined;
22178
22241
  tag?: string | undefined;
22242
+ searchable?: boolean | undefined;
22179
22243
  boost?: number | undefined;
22180
22244
  hidden?: boolean | undefined;
22181
- searchable?: boolean | undefined;
22182
22245
  root?: string | undefined;
22183
22246
  } & {
22184
22247
  openapi?: string | string[] | {
@@ -22209,9 +22272,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22209
22272
  public?: boolean | undefined;
22210
22273
  directory?: "none" | "card" | "accordion" | undefined;
22211
22274
  tag?: string | undefined;
22275
+ searchable?: boolean | undefined;
22212
22276
  boost?: number | undefined;
22213
22277
  hidden?: boolean | undefined;
22214
- searchable?: boolean | undefined;
22215
22278
  root?: string | undefined;
22216
22279
  } & {
22217
22280
  openapi?: string | string[] | {
@@ -22235,9 +22298,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22235
22298
  public?: boolean | undefined;
22236
22299
  directory?: "none" | "card" | "accordion" | undefined;
22237
22300
  tag?: string | undefined;
22301
+ searchable?: boolean | undefined;
22238
22302
  boost?: number | undefined;
22239
22303
  hidden?: boolean | undefined;
22240
- searchable?: boolean | undefined;
22241
22304
  root?: string | undefined;
22242
22305
  } & {
22243
22306
  openapi?: string | string[] | {
@@ -22263,9 +22326,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22263
22326
  public?: boolean | undefined;
22264
22327
  directory?: "none" | "card" | "accordion" | undefined;
22265
22328
  tag?: string | undefined;
22329
+ searchable?: boolean | undefined;
22266
22330
  boost?: number | undefined;
22267
22331
  hidden?: boolean | undefined;
22268
- searchable?: boolean | undefined;
22269
22332
  root?: string | undefined;
22270
22333
  } & {
22271
22334
  openapi?: string | string[] | {
@@ -22293,9 +22356,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22293
22356
  public?: boolean | undefined;
22294
22357
  directory?: "none" | "card" | "accordion" | undefined;
22295
22358
  tag?: string | undefined;
22359
+ searchable?: boolean | undefined;
22296
22360
  boost?: number | undefined;
22297
22361
  hidden?: boolean | undefined;
22298
- searchable?: boolean | undefined;
22299
22362
  root?: string | undefined;
22300
22363
  } & {
22301
22364
  openapi?: string | string[] | {
@@ -22678,10 +22741,13 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22678
22741
  }>>;
22679
22742
  mixpanel: z.ZodOptional<z.ZodObject<{
22680
22743
  projectToken: z.ZodString;
22744
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
22681
22745
  }, "strip", z.ZodTypeAny, {
22682
22746
  projectToken: string;
22747
+ region?: "us" | "eu" | "in" | undefined;
22683
22748
  }, {
22684
22749
  projectToken: string;
22750
+ region?: "us" | "eu" | "in" | undefined;
22685
22751
  }>>;
22686
22752
  onetrust: z.ZodOptional<z.ZodObject<{
22687
22753
  domainScript: z.ZodString;
@@ -22791,6 +22857,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22791
22857
  } | undefined;
22792
22858
  mixpanel?: {
22793
22859
  projectToken: string;
22860
+ region?: "us" | "eu" | "in" | undefined;
22794
22861
  } | undefined;
22795
22862
  pirsch?: {
22796
22863
  id: string;
@@ -22866,6 +22933,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22866
22933
  } | undefined;
22867
22934
  mixpanel?: {
22868
22935
  projectToken: string;
22936
+ region?: "us" | "eu" | "in" | undefined;
22869
22937
  } | undefined;
22870
22938
  pirsch?: {
22871
22939
  id: string;
@@ -23194,9 +23262,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23194
23262
  public?: boolean | undefined;
23195
23263
  directory?: "none" | "card" | "accordion" | undefined;
23196
23264
  tag?: string | undefined;
23265
+ searchable?: boolean | undefined;
23197
23266
  boost?: number | undefined;
23198
23267
  hidden?: boolean | undefined;
23199
- searchable?: boolean | undefined;
23200
23268
  root?: string | undefined;
23201
23269
  } & {
23202
23270
  openapi?: string | string[] | {
@@ -23224,9 +23292,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23224
23292
  public?: boolean | undefined;
23225
23293
  directory?: "none" | "card" | "accordion" | undefined;
23226
23294
  tag?: string | undefined;
23295
+ searchable?: boolean | undefined;
23227
23296
  boost?: number | undefined;
23228
23297
  hidden?: boolean | undefined;
23229
- searchable?: boolean | undefined;
23230
23298
  root?: string | undefined;
23231
23299
  } & {
23232
23300
  openapi?: string | string[] | {
@@ -23351,6 +23419,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23351
23419
  } | undefined;
23352
23420
  mixpanel?: {
23353
23421
  projectToken: string;
23422
+ region?: "us" | "eu" | "in" | undefined;
23354
23423
  } | undefined;
23355
23424
  pirsch?: {
23356
23425
  id: string;
@@ -23575,9 +23644,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23575
23644
  public?: boolean | undefined;
23576
23645
  directory?: "none" | "card" | "accordion" | undefined;
23577
23646
  tag?: string | undefined;
23647
+ searchable?: boolean | undefined;
23578
23648
  boost?: number | undefined;
23579
23649
  hidden?: boolean | undefined;
23580
- searchable?: boolean | undefined;
23581
23650
  root?: string | undefined;
23582
23651
  } & {
23583
23652
  openapi?: string | string[] | {
@@ -23605,9 +23674,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23605
23674
  public?: boolean | undefined;
23606
23675
  directory?: "none" | "card" | "accordion" | undefined;
23607
23676
  tag?: string | undefined;
23677
+ searchable?: boolean | undefined;
23608
23678
  boost?: number | undefined;
23609
23679
  hidden?: boolean | undefined;
23610
- searchable?: boolean | undefined;
23611
23680
  root?: string | undefined;
23612
23681
  } & {
23613
23682
  openapi?: string | string[] | {
@@ -23733,6 +23802,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23733
23802
  } | undefined;
23734
23803
  mixpanel?: {
23735
23804
  projectToken: string;
23805
+ region?: "us" | "eu" | "in" | undefined;
23736
23806
  } | undefined;
23737
23807
  pirsch?: {
23738
23808
  id: string;