@mintlify/link-rot 3.0.1140 → 3.0.1142

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.
@@ -391,6 +391,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
391
391
  variables?: Record<string, string> | undefined;
392
392
  markdown?: {
393
393
  schema?: boolean | undefined;
394
+ instructions?: string | string[] | undefined;
394
395
  } | undefined;
395
396
  } | {
396
397
  name: string;
@@ -772,6 +773,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
772
773
  variables?: Record<string, string> | undefined;
773
774
  markdown?: {
774
775
  schema?: boolean | undefined;
776
+ instructions?: string | string[] | undefined;
775
777
  } | undefined;
776
778
  } | {
777
779
  name: string;
@@ -1153,6 +1155,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1153
1155
  variables?: Record<string, string> | undefined;
1154
1156
  markdown?: {
1155
1157
  schema?: boolean | undefined;
1158
+ instructions?: string | string[] | undefined;
1156
1159
  } | undefined;
1157
1160
  } | {
1158
1161
  name: string;
@@ -1534,6 +1537,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1534
1537
  variables?: Record<string, string> | undefined;
1535
1538
  markdown?: {
1536
1539
  schema?: boolean | undefined;
1540
+ instructions?: string | string[] | undefined;
1537
1541
  } | undefined;
1538
1542
  } | {
1539
1543
  name: string;
@@ -1915,6 +1919,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1915
1919
  variables?: Record<string, string> | undefined;
1916
1920
  markdown?: {
1917
1921
  schema?: boolean | undefined;
1922
+ instructions?: string | string[] | undefined;
1918
1923
  } | undefined;
1919
1924
  } | {
1920
1925
  name: string;
@@ -2296,6 +2301,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2296
2301
  variables?: Record<string, string> | undefined;
2297
2302
  markdown?: {
2298
2303
  schema?: boolean | undefined;
2304
+ instructions?: string | string[] | undefined;
2299
2305
  } | undefined;
2300
2306
  } | {
2301
2307
  name: string;
@@ -2677,6 +2683,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2677
2683
  variables?: Record<string, string> | undefined;
2678
2684
  markdown?: {
2679
2685
  schema?: boolean | undefined;
2686
+ instructions?: string | string[] | undefined;
2680
2687
  } | undefined;
2681
2688
  } | {
2682
2689
  name: string;
@@ -3058,6 +3065,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3058
3065
  variables?: Record<string, string> | undefined;
3059
3066
  markdown?: {
3060
3067
  schema?: boolean | undefined;
3068
+ instructions?: string | string[] | undefined;
3061
3069
  } | undefined;
3062
3070
  } | {
3063
3071
  name: string;
@@ -3439,6 +3447,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3439
3447
  variables?: Record<string, string> | undefined;
3440
3448
  markdown?: {
3441
3449
  schema?: boolean | undefined;
3450
+ instructions?: string | string[] | undefined;
3442
3451
  } | undefined;
3443
3452
  }> | {
3444
3453
  warnings: import("zod").ZodIssue[];
@@ -3823,6 +3832,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3823
3832
  variables?: Record<string, string> | undefined;
3824
3833
  markdown?: {
3825
3834
  schema?: boolean | undefined;
3835
+ instructions?: string | string[] | undefined;
3826
3836
  } | undefined;
3827
3837
  } | {
3828
3838
  name: string;
@@ -4204,6 +4214,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4204
4214
  variables?: Record<string, string> | undefined;
4205
4215
  markdown?: {
4206
4216
  schema?: boolean | undefined;
4217
+ instructions?: string | string[] | undefined;
4207
4218
  } | undefined;
4208
4219
  } | {
4209
4220
  name: string;
@@ -4585,6 +4596,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4585
4596
  variables?: Record<string, string> | undefined;
4586
4597
  markdown?: {
4587
4598
  schema?: boolean | undefined;
4599
+ instructions?: string | string[] | undefined;
4588
4600
  } | undefined;
4589
4601
  } | {
4590
4602
  name: string;
@@ -4966,6 +4978,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4966
4978
  variables?: Record<string, string> | undefined;
4967
4979
  markdown?: {
4968
4980
  schema?: boolean | undefined;
4981
+ instructions?: string | string[] | undefined;
4969
4982
  } | undefined;
4970
4983
  } | {
4971
4984
  name: string;
@@ -5347,6 +5360,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5347
5360
  variables?: Record<string, string> | undefined;
5348
5361
  markdown?: {
5349
5362
  schema?: boolean | undefined;
5363
+ instructions?: string | string[] | undefined;
5350
5364
  } | undefined;
5351
5365
  } | {
5352
5366
  name: string;
@@ -5728,6 +5742,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5728
5742
  variables?: Record<string, string> | undefined;
5729
5743
  markdown?: {
5730
5744
  schema?: boolean | undefined;
5745
+ instructions?: string | string[] | undefined;
5731
5746
  } | undefined;
5732
5747
  } | {
5733
5748
  name: string;
@@ -6109,6 +6124,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6109
6124
  variables?: Record<string, string> | undefined;
6110
6125
  markdown?: {
6111
6126
  schema?: boolean | undefined;
6127
+ instructions?: string | string[] | undefined;
6112
6128
  } | undefined;
6113
6129
  } | {
6114
6130
  name: string;
@@ -6490,6 +6506,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6490
6506
  variables?: Record<string, string> | undefined;
6491
6507
  markdown?: {
6492
6508
  schema?: boolean | undefined;
6509
+ instructions?: string | string[] | undefined;
6493
6510
  } | undefined;
6494
6511
  } | {
6495
6512
  name: string;
@@ -6871,6 +6888,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6871
6888
  variables?: Record<string, string> | undefined;
6872
6889
  markdown?: {
6873
6890
  schema?: boolean | undefined;
6891
+ instructions?: string | string[] | undefined;
6874
6892
  } | undefined;
6875
6893
  };
6876
6894
  error?: never;