@mintlify/link-rot 3.0.1246 → 3.0.1248
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.
|
@@ -268,6 +268,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
268
268
|
value?: string | undefined;
|
|
269
269
|
key?: string | undefined;
|
|
270
270
|
} | undefined;
|
|
271
|
+
transcend?: {
|
|
272
|
+
bundleId: string;
|
|
273
|
+
analyticsPurpose?: string | undefined;
|
|
274
|
+
} | undefined;
|
|
271
275
|
} | undefined;
|
|
272
276
|
search?: {
|
|
273
277
|
prompt?: string | undefined;
|
|
@@ -680,6 +684,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
680
684
|
value?: string | undefined;
|
|
681
685
|
key?: string | undefined;
|
|
682
686
|
} | undefined;
|
|
687
|
+
transcend?: {
|
|
688
|
+
bundleId: string;
|
|
689
|
+
analyticsPurpose?: string | undefined;
|
|
690
|
+
} | undefined;
|
|
683
691
|
} | undefined;
|
|
684
692
|
search?: {
|
|
685
693
|
prompt?: string | undefined;
|
|
@@ -1092,6 +1100,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1092
1100
|
value?: string | undefined;
|
|
1093
1101
|
key?: string | undefined;
|
|
1094
1102
|
} | undefined;
|
|
1103
|
+
transcend?: {
|
|
1104
|
+
bundleId: string;
|
|
1105
|
+
analyticsPurpose?: string | undefined;
|
|
1106
|
+
} | undefined;
|
|
1095
1107
|
} | undefined;
|
|
1096
1108
|
search?: {
|
|
1097
1109
|
prompt?: string | undefined;
|
|
@@ -1504,6 +1516,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1504
1516
|
value?: string | undefined;
|
|
1505
1517
|
key?: string | undefined;
|
|
1506
1518
|
} | undefined;
|
|
1519
|
+
transcend?: {
|
|
1520
|
+
bundleId: string;
|
|
1521
|
+
analyticsPurpose?: string | undefined;
|
|
1522
|
+
} | undefined;
|
|
1507
1523
|
} | undefined;
|
|
1508
1524
|
search?: {
|
|
1509
1525
|
prompt?: string | undefined;
|
|
@@ -1916,6 +1932,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
1916
1932
|
value?: string | undefined;
|
|
1917
1933
|
key?: string | undefined;
|
|
1918
1934
|
} | undefined;
|
|
1935
|
+
transcend?: {
|
|
1936
|
+
bundleId: string;
|
|
1937
|
+
analyticsPurpose?: string | undefined;
|
|
1938
|
+
} | undefined;
|
|
1919
1939
|
} | undefined;
|
|
1920
1940
|
search?: {
|
|
1921
1941
|
prompt?: string | undefined;
|
|
@@ -2328,6 +2348,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2328
2348
|
value?: string | undefined;
|
|
2329
2349
|
key?: string | undefined;
|
|
2330
2350
|
} | undefined;
|
|
2351
|
+
transcend?: {
|
|
2352
|
+
bundleId: string;
|
|
2353
|
+
analyticsPurpose?: string | undefined;
|
|
2354
|
+
} | undefined;
|
|
2331
2355
|
} | undefined;
|
|
2332
2356
|
search?: {
|
|
2333
2357
|
prompt?: string | undefined;
|
|
@@ -2740,6 +2764,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
2740
2764
|
value?: string | undefined;
|
|
2741
2765
|
key?: string | undefined;
|
|
2742
2766
|
} | undefined;
|
|
2767
|
+
transcend?: {
|
|
2768
|
+
bundleId: string;
|
|
2769
|
+
analyticsPurpose?: string | undefined;
|
|
2770
|
+
} | undefined;
|
|
2743
2771
|
} | undefined;
|
|
2744
2772
|
search?: {
|
|
2745
2773
|
prompt?: string | undefined;
|
|
@@ -3152,6 +3180,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3152
3180
|
value?: string | undefined;
|
|
3153
3181
|
key?: string | undefined;
|
|
3154
3182
|
} | undefined;
|
|
3183
|
+
transcend?: {
|
|
3184
|
+
bundleId: string;
|
|
3185
|
+
analyticsPurpose?: string | undefined;
|
|
3186
|
+
} | undefined;
|
|
3155
3187
|
} | undefined;
|
|
3156
3188
|
search?: {
|
|
3157
3189
|
prompt?: string | undefined;
|
|
@@ -3564,6 +3596,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3564
3596
|
value?: string | undefined;
|
|
3565
3597
|
key?: string | undefined;
|
|
3566
3598
|
} | undefined;
|
|
3599
|
+
transcend?: {
|
|
3600
|
+
bundleId: string;
|
|
3601
|
+
analyticsPurpose?: string | undefined;
|
|
3602
|
+
} | undefined;
|
|
3567
3603
|
} | undefined;
|
|
3568
3604
|
search?: {
|
|
3569
3605
|
prompt?: string | undefined;
|
|
@@ -3985,6 +4021,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3985
4021
|
value?: string | undefined;
|
|
3986
4022
|
key?: string | undefined;
|
|
3987
4023
|
} | undefined;
|
|
4024
|
+
transcend?: {
|
|
4025
|
+
bundleId: string;
|
|
4026
|
+
analyticsPurpose?: string | undefined;
|
|
4027
|
+
} | undefined;
|
|
3988
4028
|
} | undefined;
|
|
3989
4029
|
search?: {
|
|
3990
4030
|
prompt?: string | undefined;
|
|
@@ -4397,6 +4437,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4397
4437
|
value?: string | undefined;
|
|
4398
4438
|
key?: string | undefined;
|
|
4399
4439
|
} | undefined;
|
|
4440
|
+
transcend?: {
|
|
4441
|
+
bundleId: string;
|
|
4442
|
+
analyticsPurpose?: string | undefined;
|
|
4443
|
+
} | undefined;
|
|
4400
4444
|
} | undefined;
|
|
4401
4445
|
search?: {
|
|
4402
4446
|
prompt?: string | undefined;
|
|
@@ -4809,6 +4853,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
4809
4853
|
value?: string | undefined;
|
|
4810
4854
|
key?: string | undefined;
|
|
4811
4855
|
} | undefined;
|
|
4856
|
+
transcend?: {
|
|
4857
|
+
bundleId: string;
|
|
4858
|
+
analyticsPurpose?: string | undefined;
|
|
4859
|
+
} | undefined;
|
|
4812
4860
|
} | undefined;
|
|
4813
4861
|
search?: {
|
|
4814
4862
|
prompt?: string | undefined;
|
|
@@ -5221,6 +5269,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5221
5269
|
value?: string | undefined;
|
|
5222
5270
|
key?: string | undefined;
|
|
5223
5271
|
} | undefined;
|
|
5272
|
+
transcend?: {
|
|
5273
|
+
bundleId: string;
|
|
5274
|
+
analyticsPurpose?: string | undefined;
|
|
5275
|
+
} | undefined;
|
|
5224
5276
|
} | undefined;
|
|
5225
5277
|
search?: {
|
|
5226
5278
|
prompt?: string | undefined;
|
|
@@ -5633,6 +5685,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
5633
5685
|
value?: string | undefined;
|
|
5634
5686
|
key?: string | undefined;
|
|
5635
5687
|
} | undefined;
|
|
5688
|
+
transcend?: {
|
|
5689
|
+
bundleId: string;
|
|
5690
|
+
analyticsPurpose?: string | undefined;
|
|
5691
|
+
} | undefined;
|
|
5636
5692
|
} | undefined;
|
|
5637
5693
|
search?: {
|
|
5638
5694
|
prompt?: string | undefined;
|
|
@@ -6045,6 +6101,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6045
6101
|
value?: string | undefined;
|
|
6046
6102
|
key?: string | undefined;
|
|
6047
6103
|
} | undefined;
|
|
6104
|
+
transcend?: {
|
|
6105
|
+
bundleId: string;
|
|
6106
|
+
analyticsPurpose?: string | undefined;
|
|
6107
|
+
} | undefined;
|
|
6048
6108
|
} | undefined;
|
|
6049
6109
|
search?: {
|
|
6050
6110
|
prompt?: string | undefined;
|
|
@@ -6457,6 +6517,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6457
6517
|
value?: string | undefined;
|
|
6458
6518
|
key?: string | undefined;
|
|
6459
6519
|
} | undefined;
|
|
6520
|
+
transcend?: {
|
|
6521
|
+
bundleId: string;
|
|
6522
|
+
analyticsPurpose?: string | undefined;
|
|
6523
|
+
} | undefined;
|
|
6460
6524
|
} | undefined;
|
|
6461
6525
|
search?: {
|
|
6462
6526
|
prompt?: string | undefined;
|
|
@@ -6869,6 +6933,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
6869
6933
|
value?: string | undefined;
|
|
6870
6934
|
key?: string | undefined;
|
|
6871
6935
|
} | undefined;
|
|
6936
|
+
transcend?: {
|
|
6937
|
+
bundleId: string;
|
|
6938
|
+
analyticsPurpose?: string | undefined;
|
|
6939
|
+
} | undefined;
|
|
6872
6940
|
} | undefined;
|
|
6873
6941
|
search?: {
|
|
6874
6942
|
prompt?: string | undefined;
|
|
@@ -7281,6 +7349,10 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
7281
7349
|
value?: string | undefined;
|
|
7282
7350
|
key?: string | undefined;
|
|
7283
7351
|
} | undefined;
|
|
7352
|
+
transcend?: {
|
|
7353
|
+
bundleId: string;
|
|
7354
|
+
analyticsPurpose?: string | undefined;
|
|
7355
|
+
} | undefined;
|
|
7284
7356
|
} | undefined;
|
|
7285
7357
|
search?: {
|
|
7286
7358
|
prompt?: string | undefined;
|