@mintlify/validation 0.1.740 → 0.1.741

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.
@@ -1163,6 +1163,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1163
1163
  }, {
1164
1164
  projectToken: string;
1165
1165
  }>>;
1166
+ onetrust: z.ZodOptional<z.ZodObject<{
1167
+ domainScript: z.ZodString;
1168
+ categoryId: z.ZodOptional<z.ZodString>;
1169
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1170
+ }, "strip", z.ZodTypeAny, {
1171
+ domainScript: string;
1172
+ categoryId?: string | undefined;
1173
+ scriptSource?: string | undefined;
1174
+ }, {
1175
+ domainScript: string;
1176
+ categoryId?: string | undefined;
1177
+ scriptSource?: string | undefined;
1178
+ }>>;
1166
1179
  pirsch: z.ZodOptional<z.ZodObject<{
1167
1180
  id: z.ZodString;
1168
1181
  }, "strip", z.ZodTypeAny, {
@@ -1280,6 +1293,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1280
1293
  frontchat?: {
1281
1294
  snippetId: string;
1282
1295
  } | undefined;
1296
+ onetrust?: {
1297
+ domainScript: string;
1298
+ categoryId?: string | undefined;
1299
+ scriptSource?: string | undefined;
1300
+ } | undefined;
1283
1301
  telemetry?: {
1284
1302
  enabled?: boolean | undefined;
1285
1303
  } | undefined;
@@ -1350,6 +1368,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1350
1368
  frontchat?: {
1351
1369
  snippetId: string;
1352
1370
  } | undefined;
1371
+ onetrust?: {
1372
+ domainScript: string;
1373
+ categoryId?: string | undefined;
1374
+ scriptSource?: string | undefined;
1375
+ } | undefined;
1353
1376
  telemetry?: {
1354
1377
  enabled?: boolean | undefined;
1355
1378
  } | undefined;
@@ -1827,6 +1850,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1827
1850
  frontchat?: {
1828
1851
  snippetId: string;
1829
1852
  } | undefined;
1853
+ onetrust?: {
1854
+ domainScript: string;
1855
+ categoryId?: string | undefined;
1856
+ scriptSource?: string | undefined;
1857
+ } | undefined;
1830
1858
  telemetry?: {
1831
1859
  enabled?: boolean | undefined;
1832
1860
  } | undefined;
@@ -2203,6 +2231,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2203
2231
  frontchat?: {
2204
2232
  snippetId: string;
2205
2233
  } | undefined;
2234
+ onetrust?: {
2235
+ domainScript: string;
2236
+ categoryId?: string | undefined;
2237
+ scriptSource?: string | undefined;
2238
+ } | undefined;
2206
2239
  telemetry?: {
2207
2240
  enabled?: boolean | undefined;
2208
2241
  } | undefined;
@@ -3516,6 +3549,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3516
3549
  }, {
3517
3550
  projectToken: string;
3518
3551
  }>>;
3552
+ onetrust: z.ZodOptional<z.ZodObject<{
3553
+ domainScript: z.ZodString;
3554
+ categoryId: z.ZodOptional<z.ZodString>;
3555
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
3556
+ }, "strip", z.ZodTypeAny, {
3557
+ domainScript: string;
3558
+ categoryId?: string | undefined;
3559
+ scriptSource?: string | undefined;
3560
+ }, {
3561
+ domainScript: string;
3562
+ categoryId?: string | undefined;
3563
+ scriptSource?: string | undefined;
3564
+ }>>;
3519
3565
  pirsch: z.ZodOptional<z.ZodObject<{
3520
3566
  id: z.ZodString;
3521
3567
  }, "strip", z.ZodTypeAny, {
@@ -3633,6 +3679,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3633
3679
  frontchat?: {
3634
3680
  snippetId: string;
3635
3681
  } | undefined;
3682
+ onetrust?: {
3683
+ domainScript: string;
3684
+ categoryId?: string | undefined;
3685
+ scriptSource?: string | undefined;
3686
+ } | undefined;
3636
3687
  telemetry?: {
3637
3688
  enabled?: boolean | undefined;
3638
3689
  } | undefined;
@@ -3703,6 +3754,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3703
3754
  frontchat?: {
3704
3755
  snippetId: string;
3705
3756
  } | undefined;
3757
+ onetrust?: {
3758
+ domainScript: string;
3759
+ categoryId?: string | undefined;
3760
+ scriptSource?: string | undefined;
3761
+ } | undefined;
3706
3762
  telemetry?: {
3707
3763
  enabled?: boolean | undefined;
3708
3764
  } | undefined;
@@ -4180,6 +4236,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4180
4236
  frontchat?: {
4181
4237
  snippetId: string;
4182
4238
  } | undefined;
4239
+ onetrust?: {
4240
+ domainScript: string;
4241
+ categoryId?: string | undefined;
4242
+ scriptSource?: string | undefined;
4243
+ } | undefined;
4183
4244
  telemetry?: {
4184
4245
  enabled?: boolean | undefined;
4185
4246
  } | undefined;
@@ -4556,6 +4617,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4556
4617
  frontchat?: {
4557
4618
  snippetId: string;
4558
4619
  } | undefined;
4620
+ onetrust?: {
4621
+ domainScript: string;
4622
+ categoryId?: string | undefined;
4623
+ scriptSource?: string | undefined;
4624
+ } | undefined;
4559
4625
  telemetry?: {
4560
4626
  enabled?: boolean | undefined;
4561
4627
  } | undefined;
@@ -5869,6 +5935,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5869
5935
  }, {
5870
5936
  projectToken: string;
5871
5937
  }>>;
5938
+ onetrust: z.ZodOptional<z.ZodObject<{
5939
+ domainScript: z.ZodString;
5940
+ categoryId: z.ZodOptional<z.ZodString>;
5941
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
5942
+ }, "strip", z.ZodTypeAny, {
5943
+ domainScript: string;
5944
+ categoryId?: string | undefined;
5945
+ scriptSource?: string | undefined;
5946
+ }, {
5947
+ domainScript: string;
5948
+ categoryId?: string | undefined;
5949
+ scriptSource?: string | undefined;
5950
+ }>>;
5872
5951
  pirsch: z.ZodOptional<z.ZodObject<{
5873
5952
  id: z.ZodString;
5874
5953
  }, "strip", z.ZodTypeAny, {
@@ -5986,6 +6065,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5986
6065
  frontchat?: {
5987
6066
  snippetId: string;
5988
6067
  } | undefined;
6068
+ onetrust?: {
6069
+ domainScript: string;
6070
+ categoryId?: string | undefined;
6071
+ scriptSource?: string | undefined;
6072
+ } | undefined;
5989
6073
  telemetry?: {
5990
6074
  enabled?: boolean | undefined;
5991
6075
  } | undefined;
@@ -6056,6 +6140,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6056
6140
  frontchat?: {
6057
6141
  snippetId: string;
6058
6142
  } | undefined;
6143
+ onetrust?: {
6144
+ domainScript: string;
6145
+ categoryId?: string | undefined;
6146
+ scriptSource?: string | undefined;
6147
+ } | undefined;
6059
6148
  telemetry?: {
6060
6149
  enabled?: boolean | undefined;
6061
6150
  } | undefined;
@@ -6533,6 +6622,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6533
6622
  frontchat?: {
6534
6623
  snippetId: string;
6535
6624
  } | undefined;
6625
+ onetrust?: {
6626
+ domainScript: string;
6627
+ categoryId?: string | undefined;
6628
+ scriptSource?: string | undefined;
6629
+ } | undefined;
6536
6630
  telemetry?: {
6537
6631
  enabled?: boolean | undefined;
6538
6632
  } | undefined;
@@ -6909,6 +7003,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6909
7003
  frontchat?: {
6910
7004
  snippetId: string;
6911
7005
  } | undefined;
7006
+ onetrust?: {
7007
+ domainScript: string;
7008
+ categoryId?: string | undefined;
7009
+ scriptSource?: string | undefined;
7010
+ } | undefined;
6912
7011
  telemetry?: {
6913
7012
  enabled?: boolean | undefined;
6914
7013
  } | undefined;
@@ -8222,6 +8321,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8222
8321
  }, {
8223
8322
  projectToken: string;
8224
8323
  }>>;
8324
+ onetrust: z.ZodOptional<z.ZodObject<{
8325
+ domainScript: z.ZodString;
8326
+ categoryId: z.ZodOptional<z.ZodString>;
8327
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
8328
+ }, "strip", z.ZodTypeAny, {
8329
+ domainScript: string;
8330
+ categoryId?: string | undefined;
8331
+ scriptSource?: string | undefined;
8332
+ }, {
8333
+ domainScript: string;
8334
+ categoryId?: string | undefined;
8335
+ scriptSource?: string | undefined;
8336
+ }>>;
8225
8337
  pirsch: z.ZodOptional<z.ZodObject<{
8226
8338
  id: z.ZodString;
8227
8339
  }, "strip", z.ZodTypeAny, {
@@ -8339,6 +8451,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8339
8451
  frontchat?: {
8340
8452
  snippetId: string;
8341
8453
  } | undefined;
8454
+ onetrust?: {
8455
+ domainScript: string;
8456
+ categoryId?: string | undefined;
8457
+ scriptSource?: string | undefined;
8458
+ } | undefined;
8342
8459
  telemetry?: {
8343
8460
  enabled?: boolean | undefined;
8344
8461
  } | undefined;
@@ -8409,6 +8526,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8409
8526
  frontchat?: {
8410
8527
  snippetId: string;
8411
8528
  } | undefined;
8529
+ onetrust?: {
8530
+ domainScript: string;
8531
+ categoryId?: string | undefined;
8532
+ scriptSource?: string | undefined;
8533
+ } | undefined;
8412
8534
  telemetry?: {
8413
8535
  enabled?: boolean | undefined;
8414
8536
  } | undefined;
@@ -8886,6 +9008,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8886
9008
  frontchat?: {
8887
9009
  snippetId: string;
8888
9010
  } | undefined;
9011
+ onetrust?: {
9012
+ domainScript: string;
9013
+ categoryId?: string | undefined;
9014
+ scriptSource?: string | undefined;
9015
+ } | undefined;
8889
9016
  telemetry?: {
8890
9017
  enabled?: boolean | undefined;
8891
9018
  } | undefined;
@@ -9262,6 +9389,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9262
9389
  frontchat?: {
9263
9390
  snippetId: string;
9264
9391
  } | undefined;
9392
+ onetrust?: {
9393
+ domainScript: string;
9394
+ categoryId?: string | undefined;
9395
+ scriptSource?: string | undefined;
9396
+ } | undefined;
9265
9397
  telemetry?: {
9266
9398
  enabled?: boolean | undefined;
9267
9399
  } | undefined;
@@ -10575,6 +10707,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10575
10707
  }, {
10576
10708
  projectToken: string;
10577
10709
  }>>;
10710
+ onetrust: z.ZodOptional<z.ZodObject<{
10711
+ domainScript: z.ZodString;
10712
+ categoryId: z.ZodOptional<z.ZodString>;
10713
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
10714
+ }, "strip", z.ZodTypeAny, {
10715
+ domainScript: string;
10716
+ categoryId?: string | undefined;
10717
+ scriptSource?: string | undefined;
10718
+ }, {
10719
+ domainScript: string;
10720
+ categoryId?: string | undefined;
10721
+ scriptSource?: string | undefined;
10722
+ }>>;
10578
10723
  pirsch: z.ZodOptional<z.ZodObject<{
10579
10724
  id: z.ZodString;
10580
10725
  }, "strip", z.ZodTypeAny, {
@@ -10692,6 +10837,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10692
10837
  frontchat?: {
10693
10838
  snippetId: string;
10694
10839
  } | undefined;
10840
+ onetrust?: {
10841
+ domainScript: string;
10842
+ categoryId?: string | undefined;
10843
+ scriptSource?: string | undefined;
10844
+ } | undefined;
10695
10845
  telemetry?: {
10696
10846
  enabled?: boolean | undefined;
10697
10847
  } | undefined;
@@ -10762,6 +10912,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10762
10912
  frontchat?: {
10763
10913
  snippetId: string;
10764
10914
  } | undefined;
10915
+ onetrust?: {
10916
+ domainScript: string;
10917
+ categoryId?: string | undefined;
10918
+ scriptSource?: string | undefined;
10919
+ } | undefined;
10765
10920
  telemetry?: {
10766
10921
  enabled?: boolean | undefined;
10767
10922
  } | undefined;
@@ -11239,6 +11394,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11239
11394
  frontchat?: {
11240
11395
  snippetId: string;
11241
11396
  } | undefined;
11397
+ onetrust?: {
11398
+ domainScript: string;
11399
+ categoryId?: string | undefined;
11400
+ scriptSource?: string | undefined;
11401
+ } | undefined;
11242
11402
  telemetry?: {
11243
11403
  enabled?: boolean | undefined;
11244
11404
  } | undefined;
@@ -11615,6 +11775,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11615
11775
  frontchat?: {
11616
11776
  snippetId: string;
11617
11777
  } | undefined;
11778
+ onetrust?: {
11779
+ domainScript: string;
11780
+ categoryId?: string | undefined;
11781
+ scriptSource?: string | undefined;
11782
+ } | undefined;
11618
11783
  telemetry?: {
11619
11784
  enabled?: boolean | undefined;
11620
11785
  } | undefined;
@@ -12928,6 +13093,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12928
13093
  }, {
12929
13094
  projectToken: string;
12930
13095
  }>>;
13096
+ onetrust: z.ZodOptional<z.ZodObject<{
13097
+ domainScript: z.ZodString;
13098
+ categoryId: z.ZodOptional<z.ZodString>;
13099
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
13100
+ }, "strip", z.ZodTypeAny, {
13101
+ domainScript: string;
13102
+ categoryId?: string | undefined;
13103
+ scriptSource?: string | undefined;
13104
+ }, {
13105
+ domainScript: string;
13106
+ categoryId?: string | undefined;
13107
+ scriptSource?: string | undefined;
13108
+ }>>;
12931
13109
  pirsch: z.ZodOptional<z.ZodObject<{
12932
13110
  id: z.ZodString;
12933
13111
  }, "strip", z.ZodTypeAny, {
@@ -13045,6 +13223,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13045
13223
  frontchat?: {
13046
13224
  snippetId: string;
13047
13225
  } | undefined;
13226
+ onetrust?: {
13227
+ domainScript: string;
13228
+ categoryId?: string | undefined;
13229
+ scriptSource?: string | undefined;
13230
+ } | undefined;
13048
13231
  telemetry?: {
13049
13232
  enabled?: boolean | undefined;
13050
13233
  } | undefined;
@@ -13115,6 +13298,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13115
13298
  frontchat?: {
13116
13299
  snippetId: string;
13117
13300
  } | undefined;
13301
+ onetrust?: {
13302
+ domainScript: string;
13303
+ categoryId?: string | undefined;
13304
+ scriptSource?: string | undefined;
13305
+ } | undefined;
13118
13306
  telemetry?: {
13119
13307
  enabled?: boolean | undefined;
13120
13308
  } | undefined;
@@ -13592,6 +13780,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13592
13780
  frontchat?: {
13593
13781
  snippetId: string;
13594
13782
  } | undefined;
13783
+ onetrust?: {
13784
+ domainScript: string;
13785
+ categoryId?: string | undefined;
13786
+ scriptSource?: string | undefined;
13787
+ } | undefined;
13595
13788
  telemetry?: {
13596
13789
  enabled?: boolean | undefined;
13597
13790
  } | undefined;
@@ -13968,6 +14161,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13968
14161
  frontchat?: {
13969
14162
  snippetId: string;
13970
14163
  } | undefined;
14164
+ onetrust?: {
14165
+ domainScript: string;
14166
+ categoryId?: string | undefined;
14167
+ scriptSource?: string | undefined;
14168
+ } | undefined;
13971
14169
  telemetry?: {
13972
14170
  enabled?: boolean | undefined;
13973
14171
  } | undefined;
@@ -15281,6 +15479,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15281
15479
  }, {
15282
15480
  projectToken: string;
15283
15481
  }>>;
15482
+ onetrust: z.ZodOptional<z.ZodObject<{
15483
+ domainScript: z.ZodString;
15484
+ categoryId: z.ZodOptional<z.ZodString>;
15485
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
15486
+ }, "strip", z.ZodTypeAny, {
15487
+ domainScript: string;
15488
+ categoryId?: string | undefined;
15489
+ scriptSource?: string | undefined;
15490
+ }, {
15491
+ domainScript: string;
15492
+ categoryId?: string | undefined;
15493
+ scriptSource?: string | undefined;
15494
+ }>>;
15284
15495
  pirsch: z.ZodOptional<z.ZodObject<{
15285
15496
  id: z.ZodString;
15286
15497
  }, "strip", z.ZodTypeAny, {
@@ -15398,6 +15609,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15398
15609
  frontchat?: {
15399
15610
  snippetId: string;
15400
15611
  } | undefined;
15612
+ onetrust?: {
15613
+ domainScript: string;
15614
+ categoryId?: string | undefined;
15615
+ scriptSource?: string | undefined;
15616
+ } | undefined;
15401
15617
  telemetry?: {
15402
15618
  enabled?: boolean | undefined;
15403
15619
  } | undefined;
@@ -15468,6 +15684,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15468
15684
  frontchat?: {
15469
15685
  snippetId: string;
15470
15686
  } | undefined;
15687
+ onetrust?: {
15688
+ domainScript: string;
15689
+ categoryId?: string | undefined;
15690
+ scriptSource?: string | undefined;
15691
+ } | undefined;
15471
15692
  telemetry?: {
15472
15693
  enabled?: boolean | undefined;
15473
15694
  } | undefined;
@@ -15945,6 +16166,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15945
16166
  frontchat?: {
15946
16167
  snippetId: string;
15947
16168
  } | undefined;
16169
+ onetrust?: {
16170
+ domainScript: string;
16171
+ categoryId?: string | undefined;
16172
+ scriptSource?: string | undefined;
16173
+ } | undefined;
15948
16174
  telemetry?: {
15949
16175
  enabled?: boolean | undefined;
15950
16176
  } | undefined;
@@ -16321,6 +16547,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
16321
16547
  frontchat?: {
16322
16548
  snippetId: string;
16323
16549
  } | undefined;
16550
+ onetrust?: {
16551
+ domainScript: string;
16552
+ categoryId?: string | undefined;
16553
+ scriptSource?: string | undefined;
16554
+ } | undefined;
16324
16555
  telemetry?: {
16325
16556
  enabled?: boolean | undefined;
16326
16557
  } | undefined;
@@ -17634,6 +17865,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17634
17865
  }, {
17635
17866
  projectToken: string;
17636
17867
  }>>;
17868
+ onetrust: z.ZodOptional<z.ZodObject<{
17869
+ domainScript: z.ZodString;
17870
+ categoryId: z.ZodOptional<z.ZodString>;
17871
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
17872
+ }, "strip", z.ZodTypeAny, {
17873
+ domainScript: string;
17874
+ categoryId?: string | undefined;
17875
+ scriptSource?: string | undefined;
17876
+ }, {
17877
+ domainScript: string;
17878
+ categoryId?: string | undefined;
17879
+ scriptSource?: string | undefined;
17880
+ }>>;
17637
17881
  pirsch: z.ZodOptional<z.ZodObject<{
17638
17882
  id: z.ZodString;
17639
17883
  }, "strip", z.ZodTypeAny, {
@@ -17751,6 +17995,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17751
17995
  frontchat?: {
17752
17996
  snippetId: string;
17753
17997
  } | undefined;
17998
+ onetrust?: {
17999
+ domainScript: string;
18000
+ categoryId?: string | undefined;
18001
+ scriptSource?: string | undefined;
18002
+ } | undefined;
17754
18003
  telemetry?: {
17755
18004
  enabled?: boolean | undefined;
17756
18005
  } | undefined;
@@ -17821,6 +18070,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17821
18070
  frontchat?: {
17822
18071
  snippetId: string;
17823
18072
  } | undefined;
18073
+ onetrust?: {
18074
+ domainScript: string;
18075
+ categoryId?: string | undefined;
18076
+ scriptSource?: string | undefined;
18077
+ } | undefined;
17824
18078
  telemetry?: {
17825
18079
  enabled?: boolean | undefined;
17826
18080
  } | undefined;
@@ -18298,6 +18552,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18298
18552
  frontchat?: {
18299
18553
  snippetId: string;
18300
18554
  } | undefined;
18555
+ onetrust?: {
18556
+ domainScript: string;
18557
+ categoryId?: string | undefined;
18558
+ scriptSource?: string | undefined;
18559
+ } | undefined;
18301
18560
  telemetry?: {
18302
18561
  enabled?: boolean | undefined;
18303
18562
  } | undefined;
@@ -18674,6 +18933,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
18674
18933
  frontchat?: {
18675
18934
  snippetId: string;
18676
18935
  } | undefined;
18936
+ onetrust?: {
18937
+ domainScript: string;
18938
+ categoryId?: string | undefined;
18939
+ scriptSource?: string | undefined;
18940
+ } | undefined;
18677
18941
  telemetry?: {
18678
18942
  enabled?: boolean | undefined;
18679
18943
  } | undefined;
@@ -19987,6 +20251,19 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19987
20251
  }, {
19988
20252
  projectToken: string;
19989
20253
  }>>;
20254
+ onetrust: z.ZodOptional<z.ZodObject<{
20255
+ domainScript: z.ZodString;
20256
+ categoryId: z.ZodOptional<z.ZodString>;
20257
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
20258
+ }, "strip", z.ZodTypeAny, {
20259
+ domainScript: string;
20260
+ categoryId?: string | undefined;
20261
+ scriptSource?: string | undefined;
20262
+ }, {
20263
+ domainScript: string;
20264
+ categoryId?: string | undefined;
20265
+ scriptSource?: string | undefined;
20266
+ }>>;
19990
20267
  pirsch: z.ZodOptional<z.ZodObject<{
19991
20268
  id: z.ZodString;
19992
20269
  }, "strip", z.ZodTypeAny, {
@@ -20104,6 +20381,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20104
20381
  frontchat?: {
20105
20382
  snippetId: string;
20106
20383
  } | undefined;
20384
+ onetrust?: {
20385
+ domainScript: string;
20386
+ categoryId?: string | undefined;
20387
+ scriptSource?: string | undefined;
20388
+ } | undefined;
20107
20389
  telemetry?: {
20108
20390
  enabled?: boolean | undefined;
20109
20391
  } | undefined;
@@ -20174,6 +20456,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20174
20456
  frontchat?: {
20175
20457
  snippetId: string;
20176
20458
  } | undefined;
20459
+ onetrust?: {
20460
+ domainScript: string;
20461
+ categoryId?: string | undefined;
20462
+ scriptSource?: string | undefined;
20463
+ } | undefined;
20177
20464
  telemetry?: {
20178
20465
  enabled?: boolean | undefined;
20179
20466
  } | undefined;
@@ -20651,6 +20938,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
20651
20938
  frontchat?: {
20652
20939
  snippetId: string;
20653
20940
  } | undefined;
20941
+ onetrust?: {
20942
+ domainScript: string;
20943
+ categoryId?: string | undefined;
20944
+ scriptSource?: string | undefined;
20945
+ } | undefined;
20654
20946
  telemetry?: {
20655
20947
  enabled?: boolean | undefined;
20656
20948
  } | undefined;
@@ -21027,6 +21319,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
21027
21319
  frontchat?: {
21028
21320
  snippetId: string;
21029
21321
  } | undefined;
21322
+ onetrust?: {
21323
+ domainScript: string;
21324
+ categoryId?: string | undefined;
21325
+ scriptSource?: string | undefined;
21326
+ } | undefined;
21030
21327
  telemetry?: {
21031
21328
  enabled?: boolean | undefined;
21032
21329
  } | undefined;
@@ -22341,6 +22638,19 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22341
22638
  }, {
22342
22639
  projectToken: string;
22343
22640
  }>>;
22641
+ onetrust: z.ZodOptional<z.ZodObject<{
22642
+ domainScript: z.ZodString;
22643
+ categoryId: z.ZodOptional<z.ZodString>;
22644
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
22645
+ }, "strip", z.ZodTypeAny, {
22646
+ domainScript: string;
22647
+ categoryId?: string | undefined;
22648
+ scriptSource?: string | undefined;
22649
+ }, {
22650
+ domainScript: string;
22651
+ categoryId?: string | undefined;
22652
+ scriptSource?: string | undefined;
22653
+ }>>;
22344
22654
  pirsch: z.ZodOptional<z.ZodObject<{
22345
22655
  id: z.ZodString;
22346
22656
  }, "strip", z.ZodTypeAny, {
@@ -22458,6 +22768,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22458
22768
  frontchat?: {
22459
22769
  snippetId: string;
22460
22770
  } | undefined;
22771
+ onetrust?: {
22772
+ domainScript: string;
22773
+ categoryId?: string | undefined;
22774
+ scriptSource?: string | undefined;
22775
+ } | undefined;
22461
22776
  telemetry?: {
22462
22777
  enabled?: boolean | undefined;
22463
22778
  } | undefined;
@@ -22528,6 +22843,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22528
22843
  frontchat?: {
22529
22844
  snippetId: string;
22530
22845
  } | undefined;
22846
+ onetrust?: {
22847
+ domainScript: string;
22848
+ categoryId?: string | undefined;
22849
+ scriptSource?: string | undefined;
22850
+ } | undefined;
22531
22851
  telemetry?: {
22532
22852
  enabled?: boolean | undefined;
22533
22853
  } | undefined;
@@ -23005,6 +23325,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23005
23325
  frontchat?: {
23006
23326
  snippetId: string;
23007
23327
  } | undefined;
23328
+ onetrust?: {
23329
+ domainScript: string;
23330
+ categoryId?: string | undefined;
23331
+ scriptSource?: string | undefined;
23332
+ } | undefined;
23008
23333
  telemetry?: {
23009
23334
  enabled?: boolean | undefined;
23010
23335
  } | undefined;
@@ -23381,6 +23706,11 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
23381
23706
  frontchat?: {
23382
23707
  snippetId: string;
23383
23708
  } | undefined;
23709
+ onetrust?: {
23710
+ domainScript: string;
23711
+ categoryId?: string | undefined;
23712
+ scriptSource?: string | undefined;
23713
+ } | undefined;
23384
23714
  telemetry?: {
23385
23715
  enabled?: boolean | undefined;
23386
23716
  } | undefined;
@@ -121,6 +121,19 @@ export declare const integrationsSchema: z.ZodObject<{
121
121
  }, {
122
122
  projectToken: string;
123
123
  }>>;
124
+ onetrust: z.ZodOptional<z.ZodObject<{
125
+ domainScript: z.ZodString;
126
+ categoryId: z.ZodOptional<z.ZodString>;
127
+ scriptSource: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
128
+ }, "strip", z.ZodTypeAny, {
129
+ domainScript: string;
130
+ categoryId?: string | undefined;
131
+ scriptSource?: string | undefined;
132
+ }, {
133
+ domainScript: string;
134
+ categoryId?: string | undefined;
135
+ scriptSource?: string | undefined;
136
+ }>>;
124
137
  pirsch: z.ZodOptional<z.ZodObject<{
125
138
  id: z.ZodString;
126
139
  }, "strip", z.ZodTypeAny, {
@@ -238,6 +251,11 @@ export declare const integrationsSchema: z.ZodObject<{
238
251
  frontchat?: {
239
252
  snippetId: string;
240
253
  } | undefined;
254
+ onetrust?: {
255
+ domainScript: string;
256
+ categoryId?: string | undefined;
257
+ scriptSource?: string | undefined;
258
+ } | undefined;
241
259
  telemetry?: {
242
260
  enabled?: boolean | undefined;
243
261
  } | undefined;
@@ -308,6 +326,11 @@ export declare const integrationsSchema: z.ZodObject<{
308
326
  frontchat?: {
309
327
  snippetId: string;
310
328
  } | undefined;
329
+ onetrust?: {
330
+ domainScript: string;
331
+ categoryId?: string | undefined;
332
+ scriptSource?: string | undefined;
333
+ } | undefined;
311
334
  telemetry?: {
312
335
  enabled?: boolean | undefined;
313
336
  } | undefined;