@mintlify/link-rot 3.0.1130 → 3.0.1132
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.
|
@@ -235,6 +235,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
235
235
|
frontchat?: {
|
|
236
236
|
snippetId: string;
|
|
237
237
|
} | undefined;
|
|
238
|
+
onetrust?: {
|
|
239
|
+
domainScript: string;
|
|
240
|
+
categoryId?: string | undefined;
|
|
241
|
+
scriptSource?: string | undefined;
|
|
242
|
+
} | undefined;
|
|
238
243
|
telemetry?: {
|
|
239
244
|
enabled?: boolean | undefined;
|
|
240
245
|
} | undefined;
|
|
@@ -611,6 +616,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
611
616
|
frontchat?: {
|
|
612
617
|
snippetId: string;
|
|
613
618
|
} | undefined;
|
|
619
|
+
onetrust?: {
|
|
620
|
+
domainScript: string;
|
|
621
|
+
categoryId?: string | undefined;
|
|
622
|
+
scriptSource?: string | undefined;
|
|
623
|
+
} | undefined;
|
|
614
624
|
telemetry?: {
|
|
615
625
|
enabled?: boolean | undefined;
|
|
616
626
|
} | undefined;
|
|
@@ -987,6 +997,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
987
997
|
frontchat?: {
|
|
988
998
|
snippetId: string;
|
|
989
999
|
} | undefined;
|
|
1000
|
+
onetrust?: {
|
|
1001
|
+
domainScript: string;
|
|
1002
|
+
categoryId?: string | undefined;
|
|
1003
|
+
scriptSource?: string | undefined;
|
|
1004
|
+
} | undefined;
|
|
990
1005
|
telemetry?: {
|
|
991
1006
|
enabled?: boolean | undefined;
|
|
992
1007
|
} | undefined;
|
|
@@ -1363,6 +1378,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1363
1378
|
frontchat?: {
|
|
1364
1379
|
snippetId: string;
|
|
1365
1380
|
} | undefined;
|
|
1381
|
+
onetrust?: {
|
|
1382
|
+
domainScript: string;
|
|
1383
|
+
categoryId?: string | undefined;
|
|
1384
|
+
scriptSource?: string | undefined;
|
|
1385
|
+
} | undefined;
|
|
1366
1386
|
telemetry?: {
|
|
1367
1387
|
enabled?: boolean | undefined;
|
|
1368
1388
|
} | undefined;
|
|
@@ -1739,6 +1759,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1739
1759
|
frontchat?: {
|
|
1740
1760
|
snippetId: string;
|
|
1741
1761
|
} | undefined;
|
|
1762
|
+
onetrust?: {
|
|
1763
|
+
domainScript: string;
|
|
1764
|
+
categoryId?: string | undefined;
|
|
1765
|
+
scriptSource?: string | undefined;
|
|
1766
|
+
} | undefined;
|
|
1742
1767
|
telemetry?: {
|
|
1743
1768
|
enabled?: boolean | undefined;
|
|
1744
1769
|
} | undefined;
|
|
@@ -2115,6 +2140,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2115
2140
|
frontchat?: {
|
|
2116
2141
|
snippetId: string;
|
|
2117
2142
|
} | undefined;
|
|
2143
|
+
onetrust?: {
|
|
2144
|
+
domainScript: string;
|
|
2145
|
+
categoryId?: string | undefined;
|
|
2146
|
+
scriptSource?: string | undefined;
|
|
2147
|
+
} | undefined;
|
|
2118
2148
|
telemetry?: {
|
|
2119
2149
|
enabled?: boolean | undefined;
|
|
2120
2150
|
} | undefined;
|
|
@@ -2491,6 +2521,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2491
2521
|
frontchat?: {
|
|
2492
2522
|
snippetId: string;
|
|
2493
2523
|
} | undefined;
|
|
2524
|
+
onetrust?: {
|
|
2525
|
+
domainScript: string;
|
|
2526
|
+
categoryId?: string | undefined;
|
|
2527
|
+
scriptSource?: string | undefined;
|
|
2528
|
+
} | undefined;
|
|
2494
2529
|
telemetry?: {
|
|
2495
2530
|
enabled?: boolean | undefined;
|
|
2496
2531
|
} | undefined;
|
|
@@ -2867,6 +2902,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2867
2902
|
frontchat?: {
|
|
2868
2903
|
snippetId: string;
|
|
2869
2904
|
} | undefined;
|
|
2905
|
+
onetrust?: {
|
|
2906
|
+
domainScript: string;
|
|
2907
|
+
categoryId?: string | undefined;
|
|
2908
|
+
scriptSource?: string | undefined;
|
|
2909
|
+
} | undefined;
|
|
2870
2910
|
telemetry?: {
|
|
2871
2911
|
enabled?: boolean | undefined;
|
|
2872
2912
|
} | undefined;
|
|
@@ -3243,6 +3283,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3243
3283
|
frontchat?: {
|
|
3244
3284
|
snippetId: string;
|
|
3245
3285
|
} | undefined;
|
|
3286
|
+
onetrust?: {
|
|
3287
|
+
domainScript: string;
|
|
3288
|
+
categoryId?: string | undefined;
|
|
3289
|
+
scriptSource?: string | undefined;
|
|
3290
|
+
} | undefined;
|
|
3246
3291
|
telemetry?: {
|
|
3247
3292
|
enabled?: boolean | undefined;
|
|
3248
3293
|
} | undefined;
|
|
@@ -3622,6 +3667,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3622
3667
|
frontchat?: {
|
|
3623
3668
|
snippetId: string;
|
|
3624
3669
|
} | undefined;
|
|
3670
|
+
onetrust?: {
|
|
3671
|
+
domainScript: string;
|
|
3672
|
+
categoryId?: string | undefined;
|
|
3673
|
+
scriptSource?: string | undefined;
|
|
3674
|
+
} | undefined;
|
|
3625
3675
|
telemetry?: {
|
|
3626
3676
|
enabled?: boolean | undefined;
|
|
3627
3677
|
} | undefined;
|
|
@@ -3998,6 +4048,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3998
4048
|
frontchat?: {
|
|
3999
4049
|
snippetId: string;
|
|
4000
4050
|
} | undefined;
|
|
4051
|
+
onetrust?: {
|
|
4052
|
+
domainScript: string;
|
|
4053
|
+
categoryId?: string | undefined;
|
|
4054
|
+
scriptSource?: string | undefined;
|
|
4055
|
+
} | undefined;
|
|
4001
4056
|
telemetry?: {
|
|
4002
4057
|
enabled?: boolean | undefined;
|
|
4003
4058
|
} | undefined;
|
|
@@ -4374,6 +4429,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4374
4429
|
frontchat?: {
|
|
4375
4430
|
snippetId: string;
|
|
4376
4431
|
} | undefined;
|
|
4432
|
+
onetrust?: {
|
|
4433
|
+
domainScript: string;
|
|
4434
|
+
categoryId?: string | undefined;
|
|
4435
|
+
scriptSource?: string | undefined;
|
|
4436
|
+
} | undefined;
|
|
4377
4437
|
telemetry?: {
|
|
4378
4438
|
enabled?: boolean | undefined;
|
|
4379
4439
|
} | undefined;
|
|
@@ -4750,6 +4810,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4750
4810
|
frontchat?: {
|
|
4751
4811
|
snippetId: string;
|
|
4752
4812
|
} | undefined;
|
|
4813
|
+
onetrust?: {
|
|
4814
|
+
domainScript: string;
|
|
4815
|
+
categoryId?: string | undefined;
|
|
4816
|
+
scriptSource?: string | undefined;
|
|
4817
|
+
} | undefined;
|
|
4753
4818
|
telemetry?: {
|
|
4754
4819
|
enabled?: boolean | undefined;
|
|
4755
4820
|
} | undefined;
|
|
@@ -5126,6 +5191,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5126
5191
|
frontchat?: {
|
|
5127
5192
|
snippetId: string;
|
|
5128
5193
|
} | undefined;
|
|
5194
|
+
onetrust?: {
|
|
5195
|
+
domainScript: string;
|
|
5196
|
+
categoryId?: string | undefined;
|
|
5197
|
+
scriptSource?: string | undefined;
|
|
5198
|
+
} | undefined;
|
|
5129
5199
|
telemetry?: {
|
|
5130
5200
|
enabled?: boolean | undefined;
|
|
5131
5201
|
} | undefined;
|
|
@@ -5502,6 +5572,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5502
5572
|
frontchat?: {
|
|
5503
5573
|
snippetId: string;
|
|
5504
5574
|
} | undefined;
|
|
5575
|
+
onetrust?: {
|
|
5576
|
+
domainScript: string;
|
|
5577
|
+
categoryId?: string | undefined;
|
|
5578
|
+
scriptSource?: string | undefined;
|
|
5579
|
+
} | undefined;
|
|
5505
5580
|
telemetry?: {
|
|
5506
5581
|
enabled?: boolean | undefined;
|
|
5507
5582
|
} | undefined;
|
|
@@ -5878,6 +5953,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5878
5953
|
frontchat?: {
|
|
5879
5954
|
snippetId: string;
|
|
5880
5955
|
} | undefined;
|
|
5956
|
+
onetrust?: {
|
|
5957
|
+
domainScript: string;
|
|
5958
|
+
categoryId?: string | undefined;
|
|
5959
|
+
scriptSource?: string | undefined;
|
|
5960
|
+
} | undefined;
|
|
5881
5961
|
telemetry?: {
|
|
5882
5962
|
enabled?: boolean | undefined;
|
|
5883
5963
|
} | undefined;
|
|
@@ -6254,6 +6334,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6254
6334
|
frontchat?: {
|
|
6255
6335
|
snippetId: string;
|
|
6256
6336
|
} | undefined;
|
|
6337
|
+
onetrust?: {
|
|
6338
|
+
domainScript: string;
|
|
6339
|
+
categoryId?: string | undefined;
|
|
6340
|
+
scriptSource?: string | undefined;
|
|
6341
|
+
} | undefined;
|
|
6257
6342
|
telemetry?: {
|
|
6258
6343
|
enabled?: boolean | undefined;
|
|
6259
6344
|
} | undefined;
|
|
@@ -6630,6 +6715,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6630
6715
|
frontchat?: {
|
|
6631
6716
|
snippetId: string;
|
|
6632
6717
|
} | undefined;
|
|
6718
|
+
onetrust?: {
|
|
6719
|
+
domainScript: string;
|
|
6720
|
+
categoryId?: string | undefined;
|
|
6721
|
+
scriptSource?: string | undefined;
|
|
6722
|
+
} | undefined;
|
|
6633
6723
|
telemetry?: {
|
|
6634
6724
|
enabled?: boolean | undefined;
|
|
6635
6725
|
} | undefined;
|