@mintlify/link-rot 3.0.1043 → 3.0.1045

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.
@@ -125,6 +125,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
125
125
  api?: {
126
126
  params?: {
127
127
  expanded?: "all" | "closed" | undefined;
128
+ post?: string[] | undefined;
128
129
  } | undefined;
129
130
  url?: "full" | undefined;
130
131
  openapi?: string | string[] | {
@@ -253,6 +254,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
253
254
  description?: string | undefined;
254
255
  banner?: {
255
256
  content: string;
257
+ type?: "info" | "warning" | "critical" | undefined;
258
+ color?: {
259
+ light?: string | undefined;
260
+ dark?: string | undefined;
261
+ } | undefined;
256
262
  dismissible?: boolean | undefined;
257
263
  } | undefined;
258
264
  navbar?: {
@@ -488,6 +494,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
488
494
  api?: {
489
495
  params?: {
490
496
  expanded?: "all" | "closed" | undefined;
497
+ post?: string[] | undefined;
491
498
  } | undefined;
492
499
  url?: "full" | undefined;
493
500
  openapi?: string | string[] | {
@@ -616,6 +623,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
616
623
  description?: string | undefined;
617
624
  banner?: {
618
625
  content: string;
626
+ type?: "info" | "warning" | "critical" | undefined;
627
+ color?: {
628
+ light?: string | undefined;
629
+ dark?: string | undefined;
630
+ } | undefined;
619
631
  dismissible?: boolean | undefined;
620
632
  } | undefined;
621
633
  navbar?: {
@@ -851,6 +863,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
851
863
  api?: {
852
864
  params?: {
853
865
  expanded?: "all" | "closed" | undefined;
866
+ post?: string[] | undefined;
854
867
  } | undefined;
855
868
  url?: "full" | undefined;
856
869
  openapi?: string | string[] | {
@@ -979,6 +992,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
979
992
  description?: string | undefined;
980
993
  banner?: {
981
994
  content: string;
995
+ type?: "info" | "warning" | "critical" | undefined;
996
+ color?: {
997
+ light?: string | undefined;
998
+ dark?: string | undefined;
999
+ } | undefined;
982
1000
  dismissible?: boolean | undefined;
983
1001
  } | undefined;
984
1002
  navbar?: {
@@ -1214,6 +1232,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1214
1232
  api?: {
1215
1233
  params?: {
1216
1234
  expanded?: "all" | "closed" | undefined;
1235
+ post?: string[] | undefined;
1217
1236
  } | undefined;
1218
1237
  url?: "full" | undefined;
1219
1238
  openapi?: string | string[] | {
@@ -1342,6 +1361,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1342
1361
  description?: string | undefined;
1343
1362
  banner?: {
1344
1363
  content: string;
1364
+ type?: "info" | "warning" | "critical" | undefined;
1365
+ color?: {
1366
+ light?: string | undefined;
1367
+ dark?: string | undefined;
1368
+ } | undefined;
1345
1369
  dismissible?: boolean | undefined;
1346
1370
  } | undefined;
1347
1371
  navbar?: {
@@ -1577,6 +1601,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1577
1601
  api?: {
1578
1602
  params?: {
1579
1603
  expanded?: "all" | "closed" | undefined;
1604
+ post?: string[] | undefined;
1580
1605
  } | undefined;
1581
1606
  url?: "full" | undefined;
1582
1607
  openapi?: string | string[] | {
@@ -1705,6 +1730,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1705
1730
  description?: string | undefined;
1706
1731
  banner?: {
1707
1732
  content: string;
1733
+ type?: "info" | "warning" | "critical" | undefined;
1734
+ color?: {
1735
+ light?: string | undefined;
1736
+ dark?: string | undefined;
1737
+ } | undefined;
1708
1738
  dismissible?: boolean | undefined;
1709
1739
  } | undefined;
1710
1740
  navbar?: {
@@ -1940,6 +1970,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1940
1970
  api?: {
1941
1971
  params?: {
1942
1972
  expanded?: "all" | "closed" | undefined;
1973
+ post?: string[] | undefined;
1943
1974
  } | undefined;
1944
1975
  url?: "full" | undefined;
1945
1976
  openapi?: string | string[] | {
@@ -2068,6 +2099,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2068
2099
  description?: string | undefined;
2069
2100
  banner?: {
2070
2101
  content: string;
2102
+ type?: "info" | "warning" | "critical" | undefined;
2103
+ color?: {
2104
+ light?: string | undefined;
2105
+ dark?: string | undefined;
2106
+ } | undefined;
2071
2107
  dismissible?: boolean | undefined;
2072
2108
  } | undefined;
2073
2109
  navbar?: {
@@ -2303,6 +2339,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2303
2339
  api?: {
2304
2340
  params?: {
2305
2341
  expanded?: "all" | "closed" | undefined;
2342
+ post?: string[] | undefined;
2306
2343
  } | undefined;
2307
2344
  url?: "full" | undefined;
2308
2345
  openapi?: string | string[] | {
@@ -2431,6 +2468,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2431
2468
  description?: string | undefined;
2432
2469
  banner?: {
2433
2470
  content: string;
2471
+ type?: "info" | "warning" | "critical" | undefined;
2472
+ color?: {
2473
+ light?: string | undefined;
2474
+ dark?: string | undefined;
2475
+ } | undefined;
2434
2476
  dismissible?: boolean | undefined;
2435
2477
  } | undefined;
2436
2478
  navbar?: {
@@ -2666,6 +2708,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2666
2708
  api?: {
2667
2709
  params?: {
2668
2710
  expanded?: "all" | "closed" | undefined;
2711
+ post?: string[] | undefined;
2669
2712
  } | undefined;
2670
2713
  url?: "full" | undefined;
2671
2714
  openapi?: string | string[] | {
@@ -2794,6 +2837,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2794
2837
  description?: string | undefined;
2795
2838
  banner?: {
2796
2839
  content: string;
2840
+ type?: "info" | "warning" | "critical" | undefined;
2841
+ color?: {
2842
+ light?: string | undefined;
2843
+ dark?: string | undefined;
2844
+ } | undefined;
2797
2845
  dismissible?: boolean | undefined;
2798
2846
  } | undefined;
2799
2847
  navbar?: {
@@ -3029,6 +3077,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3029
3077
  api?: {
3030
3078
  params?: {
3031
3079
  expanded?: "all" | "closed" | undefined;
3080
+ post?: string[] | undefined;
3032
3081
  } | undefined;
3033
3082
  url?: "full" | undefined;
3034
3083
  openapi?: string | string[] | {
@@ -3157,6 +3206,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3157
3206
  description?: string | undefined;
3158
3207
  banner?: {
3159
3208
  content: string;
3209
+ type?: "info" | "warning" | "critical" | undefined;
3210
+ color?: {
3211
+ light?: string | undefined;
3212
+ dark?: string | undefined;
3213
+ } | undefined;
3160
3214
  dismissible?: boolean | undefined;
3161
3215
  } | undefined;
3162
3216
  navbar?: {
@@ -3395,6 +3449,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3395
3449
  api?: {
3396
3450
  params?: {
3397
3451
  expanded?: "all" | "closed" | undefined;
3452
+ post?: string[] | undefined;
3398
3453
  } | undefined;
3399
3454
  url?: "full" | undefined;
3400
3455
  openapi?: string | string[] | {
@@ -3523,6 +3578,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3523
3578
  description?: string | undefined;
3524
3579
  banner?: {
3525
3580
  content: string;
3581
+ type?: "info" | "warning" | "critical" | undefined;
3582
+ color?: {
3583
+ light?: string | undefined;
3584
+ dark?: string | undefined;
3585
+ } | undefined;
3526
3586
  dismissible?: boolean | undefined;
3527
3587
  } | undefined;
3528
3588
  navbar?: {
@@ -3758,6 +3818,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3758
3818
  api?: {
3759
3819
  params?: {
3760
3820
  expanded?: "all" | "closed" | undefined;
3821
+ post?: string[] | undefined;
3761
3822
  } | undefined;
3762
3823
  url?: "full" | undefined;
3763
3824
  openapi?: string | string[] | {
@@ -3886,6 +3947,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3886
3947
  description?: string | undefined;
3887
3948
  banner?: {
3888
3949
  content: string;
3950
+ type?: "info" | "warning" | "critical" | undefined;
3951
+ color?: {
3952
+ light?: string | undefined;
3953
+ dark?: string | undefined;
3954
+ } | undefined;
3889
3955
  dismissible?: boolean | undefined;
3890
3956
  } | undefined;
3891
3957
  navbar?: {
@@ -4121,6 +4187,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4121
4187
  api?: {
4122
4188
  params?: {
4123
4189
  expanded?: "all" | "closed" | undefined;
4190
+ post?: string[] | undefined;
4124
4191
  } | undefined;
4125
4192
  url?: "full" | undefined;
4126
4193
  openapi?: string | string[] | {
@@ -4249,6 +4316,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4249
4316
  description?: string | undefined;
4250
4317
  banner?: {
4251
4318
  content: string;
4319
+ type?: "info" | "warning" | "critical" | undefined;
4320
+ color?: {
4321
+ light?: string | undefined;
4322
+ dark?: string | undefined;
4323
+ } | undefined;
4252
4324
  dismissible?: boolean | undefined;
4253
4325
  } | undefined;
4254
4326
  navbar?: {
@@ -4484,6 +4556,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4484
4556
  api?: {
4485
4557
  params?: {
4486
4558
  expanded?: "all" | "closed" | undefined;
4559
+ post?: string[] | undefined;
4487
4560
  } | undefined;
4488
4561
  url?: "full" | undefined;
4489
4562
  openapi?: string | string[] | {
@@ -4612,6 +4685,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4612
4685
  description?: string | undefined;
4613
4686
  banner?: {
4614
4687
  content: string;
4688
+ type?: "info" | "warning" | "critical" | undefined;
4689
+ color?: {
4690
+ light?: string | undefined;
4691
+ dark?: string | undefined;
4692
+ } | undefined;
4615
4693
  dismissible?: boolean | undefined;
4616
4694
  } | undefined;
4617
4695
  navbar?: {
@@ -4847,6 +4925,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4847
4925
  api?: {
4848
4926
  params?: {
4849
4927
  expanded?: "all" | "closed" | undefined;
4928
+ post?: string[] | undefined;
4850
4929
  } | undefined;
4851
4930
  url?: "full" | undefined;
4852
4931
  openapi?: string | string[] | {
@@ -4975,6 +5054,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4975
5054
  description?: string | undefined;
4976
5055
  banner?: {
4977
5056
  content: string;
5057
+ type?: "info" | "warning" | "critical" | undefined;
5058
+ color?: {
5059
+ light?: string | undefined;
5060
+ dark?: string | undefined;
5061
+ } | undefined;
4978
5062
  dismissible?: boolean | undefined;
4979
5063
  } | undefined;
4980
5064
  navbar?: {
@@ -5210,6 +5294,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5210
5294
  api?: {
5211
5295
  params?: {
5212
5296
  expanded?: "all" | "closed" | undefined;
5297
+ post?: string[] | undefined;
5213
5298
  } | undefined;
5214
5299
  url?: "full" | undefined;
5215
5300
  openapi?: string | string[] | {
@@ -5338,6 +5423,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5338
5423
  description?: string | undefined;
5339
5424
  banner?: {
5340
5425
  content: string;
5426
+ type?: "info" | "warning" | "critical" | undefined;
5427
+ color?: {
5428
+ light?: string | undefined;
5429
+ dark?: string | undefined;
5430
+ } | undefined;
5341
5431
  dismissible?: boolean | undefined;
5342
5432
  } | undefined;
5343
5433
  navbar?: {
@@ -5573,6 +5663,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5573
5663
  api?: {
5574
5664
  params?: {
5575
5665
  expanded?: "all" | "closed" | undefined;
5666
+ post?: string[] | undefined;
5576
5667
  } | undefined;
5577
5668
  url?: "full" | undefined;
5578
5669
  openapi?: string | string[] | {
@@ -5701,6 +5792,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5701
5792
  description?: string | undefined;
5702
5793
  banner?: {
5703
5794
  content: string;
5795
+ type?: "info" | "warning" | "critical" | undefined;
5796
+ color?: {
5797
+ light?: string | undefined;
5798
+ dark?: string | undefined;
5799
+ } | undefined;
5704
5800
  dismissible?: boolean | undefined;
5705
5801
  } | undefined;
5706
5802
  navbar?: {
@@ -5936,6 +6032,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5936
6032
  api?: {
5937
6033
  params?: {
5938
6034
  expanded?: "all" | "closed" | undefined;
6035
+ post?: string[] | undefined;
5939
6036
  } | undefined;
5940
6037
  url?: "full" | undefined;
5941
6038
  openapi?: string | string[] | {
@@ -6064,6 +6161,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6064
6161
  description?: string | undefined;
6065
6162
  banner?: {
6066
6163
  content: string;
6164
+ type?: "info" | "warning" | "critical" | undefined;
6165
+ color?: {
6166
+ light?: string | undefined;
6167
+ dark?: string | undefined;
6168
+ } | undefined;
6067
6169
  dismissible?: boolean | undefined;
6068
6170
  } | undefined;
6069
6171
  navbar?: {
@@ -6299,6 +6401,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6299
6401
  api?: {
6300
6402
  params?: {
6301
6403
  expanded?: "all" | "closed" | undefined;
6404
+ post?: string[] | undefined;
6302
6405
  } | undefined;
6303
6406
  url?: "full" | undefined;
6304
6407
  openapi?: string | string[] | {
@@ -6427,6 +6530,11 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6427
6530
  description?: string | undefined;
6428
6531
  banner?: {
6429
6532
  content: string;
6533
+ type?: "info" | "warning" | "critical" | undefined;
6534
+ color?: {
6535
+ light?: string | undefined;
6536
+ dark?: string | undefined;
6537
+ } | undefined;
6430
6538
  dismissible?: boolean | undefined;
6431
6539
  } | undefined;
6432
6540
  navbar?: {
@@ -6632,6 +6740,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6632
6740
  maintainOrder?: boolean | undefined;
6633
6741
  paramFields?: {
6634
6742
  expanded?: "all" | "topLevel" | "topLevelOneOfs" | "none" | undefined;
6743
+ post?: string[] | undefined;
6635
6744
  } | undefined;
6636
6745
  } | undefined;
6637
6746
  modeToggle?: {
@@ -6881,6 +6990,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6881
6990
  maintainOrder?: boolean | undefined;
6882
6991
  paramFields?: {
6883
6992
  expanded?: "all" | "topLevel" | "topLevelOneOfs" | "none" | undefined;
6993
+ post?: string[] | undefined;
6884
6994
  } | undefined;
6885
6995
  } | undefined;
6886
6996
  modeToggle?: {