@mintlify/prebuild 1.0.1092 → 1.0.1093

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.
@@ -245,6 +245,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
245
245
  frontchat?: {
246
246
  snippetId: string;
247
247
  } | undefined;
248
+ onetrust?: {
249
+ domainScript: string;
250
+ categoryId?: string | undefined;
251
+ scriptSource?: string | undefined;
252
+ } | undefined;
248
253
  telemetry?: {
249
254
  enabled?: boolean | undefined;
250
255
  } | undefined;
@@ -621,6 +626,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
621
626
  frontchat?: {
622
627
  snippetId: string;
623
628
  } | undefined;
629
+ onetrust?: {
630
+ domainScript: string;
631
+ categoryId?: string | undefined;
632
+ scriptSource?: string | undefined;
633
+ } | undefined;
624
634
  telemetry?: {
625
635
  enabled?: boolean | undefined;
626
636
  } | undefined;
@@ -997,6 +1007,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
997
1007
  frontchat?: {
998
1008
  snippetId: string;
999
1009
  } | undefined;
1010
+ onetrust?: {
1011
+ domainScript: string;
1012
+ categoryId?: string | undefined;
1013
+ scriptSource?: string | undefined;
1014
+ } | undefined;
1000
1015
  telemetry?: {
1001
1016
  enabled?: boolean | undefined;
1002
1017
  } | undefined;
@@ -1373,6 +1388,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1373
1388
  frontchat?: {
1374
1389
  snippetId: string;
1375
1390
  } | undefined;
1391
+ onetrust?: {
1392
+ domainScript: string;
1393
+ categoryId?: string | undefined;
1394
+ scriptSource?: string | undefined;
1395
+ } | undefined;
1376
1396
  telemetry?: {
1377
1397
  enabled?: boolean | undefined;
1378
1398
  } | undefined;
@@ -1749,6 +1769,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1749
1769
  frontchat?: {
1750
1770
  snippetId: string;
1751
1771
  } | undefined;
1772
+ onetrust?: {
1773
+ domainScript: string;
1774
+ categoryId?: string | undefined;
1775
+ scriptSource?: string | undefined;
1776
+ } | undefined;
1752
1777
  telemetry?: {
1753
1778
  enabled?: boolean | undefined;
1754
1779
  } | undefined;
@@ -2125,6 +2150,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2125
2150
  frontchat?: {
2126
2151
  snippetId: string;
2127
2152
  } | undefined;
2153
+ onetrust?: {
2154
+ domainScript: string;
2155
+ categoryId?: string | undefined;
2156
+ scriptSource?: string | undefined;
2157
+ } | undefined;
2128
2158
  telemetry?: {
2129
2159
  enabled?: boolean | undefined;
2130
2160
  } | undefined;
@@ -2501,6 +2531,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2501
2531
  frontchat?: {
2502
2532
  snippetId: string;
2503
2533
  } | undefined;
2534
+ onetrust?: {
2535
+ domainScript: string;
2536
+ categoryId?: string | undefined;
2537
+ scriptSource?: string | undefined;
2538
+ } | undefined;
2504
2539
  telemetry?: {
2505
2540
  enabled?: boolean | undefined;
2506
2541
  } | undefined;
@@ -2877,6 +2912,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2877
2912
  frontchat?: {
2878
2913
  snippetId: string;
2879
2914
  } | undefined;
2915
+ onetrust?: {
2916
+ domainScript: string;
2917
+ categoryId?: string | undefined;
2918
+ scriptSource?: string | undefined;
2919
+ } | undefined;
2880
2920
  telemetry?: {
2881
2921
  enabled?: boolean | undefined;
2882
2922
  } | undefined;
@@ -3253,6 +3293,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3253
3293
  frontchat?: {
3254
3294
  snippetId: string;
3255
3295
  } | undefined;
3296
+ onetrust?: {
3297
+ domainScript: string;
3298
+ categoryId?: string | undefined;
3299
+ scriptSource?: string | undefined;
3300
+ } | undefined;
3256
3301
  telemetry?: {
3257
3302
  enabled?: boolean | undefined;
3258
3303
  } | undefined;
@@ -242,6 +242,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
242
242
  frontchat?: {
243
243
  snippetId: string;
244
244
  } | undefined;
245
+ onetrust?: {
246
+ domainScript: string;
247
+ categoryId?: string | undefined;
248
+ scriptSource?: string | undefined;
249
+ } | undefined;
245
250
  telemetry?: {
246
251
  enabled?: boolean | undefined;
247
252
  } | undefined;
@@ -618,6 +623,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
618
623
  frontchat?: {
619
624
  snippetId: string;
620
625
  } | undefined;
626
+ onetrust?: {
627
+ domainScript: string;
628
+ categoryId?: string | undefined;
629
+ scriptSource?: string | undefined;
630
+ } | undefined;
621
631
  telemetry?: {
622
632
  enabled?: boolean | undefined;
623
633
  } | undefined;
@@ -994,6 +1004,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
994
1004
  frontchat?: {
995
1005
  snippetId: string;
996
1006
  } | undefined;
1007
+ onetrust?: {
1008
+ domainScript: string;
1009
+ categoryId?: string | undefined;
1010
+ scriptSource?: string | undefined;
1011
+ } | undefined;
997
1012
  telemetry?: {
998
1013
  enabled?: boolean | undefined;
999
1014
  } | undefined;
@@ -1370,6 +1385,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1370
1385
  frontchat?: {
1371
1386
  snippetId: string;
1372
1387
  } | undefined;
1388
+ onetrust?: {
1389
+ domainScript: string;
1390
+ categoryId?: string | undefined;
1391
+ scriptSource?: string | undefined;
1392
+ } | undefined;
1373
1393
  telemetry?: {
1374
1394
  enabled?: boolean | undefined;
1375
1395
  } | undefined;
@@ -1746,6 +1766,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1746
1766
  frontchat?: {
1747
1767
  snippetId: string;
1748
1768
  } | undefined;
1769
+ onetrust?: {
1770
+ domainScript: string;
1771
+ categoryId?: string | undefined;
1772
+ scriptSource?: string | undefined;
1773
+ } | undefined;
1749
1774
  telemetry?: {
1750
1775
  enabled?: boolean | undefined;
1751
1776
  } | undefined;
@@ -2122,6 +2147,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2122
2147
  frontchat?: {
2123
2148
  snippetId: string;
2124
2149
  } | undefined;
2150
+ onetrust?: {
2151
+ domainScript: string;
2152
+ categoryId?: string | undefined;
2153
+ scriptSource?: string | undefined;
2154
+ } | undefined;
2125
2155
  telemetry?: {
2126
2156
  enabled?: boolean | undefined;
2127
2157
  } | undefined;
@@ -2498,6 +2528,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2498
2528
  frontchat?: {
2499
2529
  snippetId: string;
2500
2530
  } | undefined;
2531
+ onetrust?: {
2532
+ domainScript: string;
2533
+ categoryId?: string | undefined;
2534
+ scriptSource?: string | undefined;
2535
+ } | undefined;
2501
2536
  telemetry?: {
2502
2537
  enabled?: boolean | undefined;
2503
2538
  } | undefined;
@@ -2874,6 +2909,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2874
2909
  frontchat?: {
2875
2910
  snippetId: string;
2876
2911
  } | undefined;
2912
+ onetrust?: {
2913
+ domainScript: string;
2914
+ categoryId?: string | undefined;
2915
+ scriptSource?: string | undefined;
2916
+ } | undefined;
2877
2917
  telemetry?: {
2878
2918
  enabled?: boolean | undefined;
2879
2919
  } | undefined;
@@ -3250,6 +3290,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3250
3290
  frontchat?: {
3251
3291
  snippetId: string;
3252
3292
  } | undefined;
3293
+ onetrust?: {
3294
+ domainScript: string;
3295
+ categoryId?: string | undefined;
3296
+ scriptSource?: string | undefined;
3297
+ } | undefined;
3253
3298
  telemetry?: {
3254
3299
  enabled?: boolean | undefined;
3255
3300
  } | undefined;