@prismicio/editor-fields 0.4.59 → 0.4.60

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.
@@ -1151,6 +1151,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1151
1151
  kind: "image";
1152
1152
  }) & {
1153
1153
  text?: string | undefined;
1154
+ variant?: string | undefined;
1154
1155
  })) | ({
1155
1156
  __TYPE__: "FileLink";
1156
1157
  } & ((({
@@ -1165,6 +1166,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1165
1166
  kind: "file";
1166
1167
  }) & {
1167
1168
  text?: string | undefined;
1169
+ variant?: string | undefined;
1168
1170
  })) | ({
1169
1171
  __TYPE__: "DocumentLink";
1170
1172
  } & (({
@@ -1173,6 +1175,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1173
1175
  kind: "document";
1174
1176
  }) & {
1175
1177
  text?: string | undefined;
1178
+ variant?: string | undefined;
1176
1179
  })) | ({
1177
1180
  __TYPE__: "ExternalLink";
1178
1181
  } & ((({
@@ -1187,18 +1190,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1187
1190
  kind: "web";
1188
1191
  }) & {
1189
1192
  text?: string | undefined;
1193
+ variant?: string | undefined;
1190
1194
  })) | ({
1191
1195
  __TYPE__: "MediaLink";
1192
1196
  } & {
1193
1197
  kind: "media";
1194
1198
  } & {
1195
1199
  text?: string | undefined;
1200
+ variant?: string | undefined;
1196
1201
  }) | ({
1197
1202
  __TYPE__: "AnyLink";
1198
1203
  } & {
1199
1204
  kind: "any";
1200
1205
  } & {
1201
1206
  text?: string | undefined;
1207
+ variant?: string | undefined;
1202
1208
  });
1203
1209
  }) | {
1204
1210
  __TYPE__: "StructuredTextContent";
@@ -1378,6 +1384,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1378
1384
  kind: "image";
1379
1385
  }) & {
1380
1386
  text?: string | undefined;
1387
+ variant?: string | undefined;
1381
1388
  })) | ({
1382
1389
  __TYPE__: "FileLink";
1383
1390
  } & ((({
@@ -1392,6 +1399,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1392
1399
  kind: "file";
1393
1400
  }) & {
1394
1401
  text?: string | undefined;
1402
+ variant?: string | undefined;
1395
1403
  })) | ({
1396
1404
  __TYPE__: "DocumentLink";
1397
1405
  } & (({
@@ -1400,6 +1408,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1400
1408
  kind: "document";
1401
1409
  }) & {
1402
1410
  text?: string | undefined;
1411
+ variant?: string | undefined;
1403
1412
  })) | ({
1404
1413
  __TYPE__: "ExternalLink";
1405
1414
  } & ((({
@@ -1414,18 +1423,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1414
1423
  kind: "web";
1415
1424
  }) & {
1416
1425
  text?: string | undefined;
1426
+ variant?: string | undefined;
1417
1427
  })) | ({
1418
1428
  __TYPE__: "MediaLink";
1419
1429
  } & {
1420
1430
  kind: "media";
1421
1431
  } & {
1422
1432
  text?: string | undefined;
1433
+ variant?: string | undefined;
1423
1434
  }) | ({
1424
1435
  __TYPE__: "AnyLink";
1425
1436
  } & {
1426
1437
  kind: "any";
1427
1438
  } & {
1428
1439
  text?: string | undefined;
1440
+ variant?: string | undefined;
1429
1441
  });
1430
1442
  })[];
1431
1443
  } | {
@@ -1572,6 +1584,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1572
1584
  kind: "image";
1573
1585
  }) & {
1574
1586
  text?: string | undefined;
1587
+ variant?: string | undefined;
1575
1588
  })) | ({
1576
1589
  __TYPE__: "FileLink";
1577
1590
  } & ((({
@@ -1586,6 +1599,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1586
1599
  kind: "file";
1587
1600
  }) & {
1588
1601
  text?: string | undefined;
1602
+ variant?: string | undefined;
1589
1603
  })) | ({
1590
1604
  __TYPE__: "DocumentLink";
1591
1605
  } & (({
@@ -1594,6 +1608,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1594
1608
  kind: "document";
1595
1609
  }) & {
1596
1610
  text?: string | undefined;
1611
+ variant?: string | undefined;
1597
1612
  })) | ({
1598
1613
  __TYPE__: "ExternalLink";
1599
1614
  } & ((({
@@ -1608,18 +1623,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1608
1623
  kind: "web";
1609
1624
  }) & {
1610
1625
  text?: string | undefined;
1626
+ variant?: string | undefined;
1611
1627
  })) | ({
1612
1628
  __TYPE__: "MediaLink";
1613
1629
  } & {
1614
1630
  kind: "media";
1615
1631
  } & {
1616
1632
  text?: string | undefined;
1633
+ variant?: string | undefined;
1617
1634
  }) | ({
1618
1635
  __TYPE__: "AnyLink";
1619
1636
  } & {
1620
1637
  kind: "any";
1621
1638
  } & {
1622
1639
  text?: string | undefined;
1640
+ variant?: string | undefined;
1623
1641
  });
1624
1642
  }) | {
1625
1643
  __TYPE__: "StructuredTextContent";
@@ -1799,6 +1817,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1799
1817
  kind: "image";
1800
1818
  }) & {
1801
1819
  text?: string | undefined;
1820
+ variant?: string | undefined;
1802
1821
  })) | ({
1803
1822
  __TYPE__: "FileLink";
1804
1823
  } & ((({
@@ -1813,6 +1832,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1813
1832
  kind: "file";
1814
1833
  }) & {
1815
1834
  text?: string | undefined;
1835
+ variant?: string | undefined;
1816
1836
  })) | ({
1817
1837
  __TYPE__: "DocumentLink";
1818
1838
  } & (({
@@ -1821,6 +1841,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1821
1841
  kind: "document";
1822
1842
  }) & {
1823
1843
  text?: string | undefined;
1844
+ variant?: string | undefined;
1824
1845
  })) | ({
1825
1846
  __TYPE__: "ExternalLink";
1826
1847
  } & ((({
@@ -1835,18 +1856,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1835
1856
  kind: "web";
1836
1857
  }) & {
1837
1858
  text?: string | undefined;
1859
+ variant?: string | undefined;
1838
1860
  })) | ({
1839
1861
  __TYPE__: "MediaLink";
1840
1862
  } & {
1841
1863
  kind: "media";
1842
1864
  } & {
1843
1865
  text?: string | undefined;
1866
+ variant?: string | undefined;
1844
1867
  }) | ({
1845
1868
  __TYPE__: "AnyLink";
1846
1869
  } & {
1847
1870
  kind: "any";
1848
1871
  } & {
1849
1872
  text?: string | undefined;
1873
+ variant?: string | undefined;
1850
1874
  });
1851
1875
  })[];
1852
1876
  };
@@ -1985,6 +2009,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1985
2009
  kind: "image";
1986
2010
  }) & {
1987
2011
  text?: string | undefined;
2012
+ variant?: string | undefined;
1988
2013
  })) | ({
1989
2014
  __TYPE__: "FileLink";
1990
2015
  } & ((({
@@ -1999,6 +2024,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
1999
2024
  kind: "file";
2000
2025
  }) & {
2001
2026
  text?: string | undefined;
2027
+ variant?: string | undefined;
2002
2028
  })) | ({
2003
2029
  __TYPE__: "DocumentLink";
2004
2030
  } & (({
@@ -2007,6 +2033,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2007
2033
  kind: "document";
2008
2034
  }) & {
2009
2035
  text?: string | undefined;
2036
+ variant?: string | undefined;
2010
2037
  })) | ({
2011
2038
  __TYPE__: "ExternalLink";
2012
2039
  } & ((({
@@ -2021,18 +2048,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2021
2048
  kind: "web";
2022
2049
  }) & {
2023
2050
  text?: string | undefined;
2051
+ variant?: string | undefined;
2024
2052
  })) | ({
2025
2053
  __TYPE__: "MediaLink";
2026
2054
  } & {
2027
2055
  kind: "media";
2028
2056
  } & {
2029
2057
  text?: string | undefined;
2058
+ variant?: string | undefined;
2030
2059
  }) | ({
2031
2060
  __TYPE__: "AnyLink";
2032
2061
  } & {
2033
2062
  kind: "any";
2034
2063
  } & {
2035
2064
  text?: string | undefined;
2065
+ variant?: string | undefined;
2036
2066
  });
2037
2067
  }) | {
2038
2068
  __TYPE__: "StructuredTextContent";
@@ -2212,6 +2242,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2212
2242
  kind: "image";
2213
2243
  }) & {
2214
2244
  text?: string | undefined;
2245
+ variant?: string | undefined;
2215
2246
  })) | ({
2216
2247
  __TYPE__: "FileLink";
2217
2248
  } & ((({
@@ -2226,6 +2257,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2226
2257
  kind: "file";
2227
2258
  }) & {
2228
2259
  text?: string | undefined;
2260
+ variant?: string | undefined;
2229
2261
  })) | ({
2230
2262
  __TYPE__: "DocumentLink";
2231
2263
  } & (({
@@ -2234,6 +2266,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2234
2266
  kind: "document";
2235
2267
  }) & {
2236
2268
  text?: string | undefined;
2269
+ variant?: string | undefined;
2237
2270
  })) | ({
2238
2271
  __TYPE__: "ExternalLink";
2239
2272
  } & ((({
@@ -2248,18 +2281,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2248
2281
  kind: "web";
2249
2282
  }) & {
2250
2283
  text?: string | undefined;
2284
+ variant?: string | undefined;
2251
2285
  })) | ({
2252
2286
  __TYPE__: "MediaLink";
2253
2287
  } & {
2254
2288
  kind: "media";
2255
2289
  } & {
2256
2290
  text?: string | undefined;
2291
+ variant?: string | undefined;
2257
2292
  }) | ({
2258
2293
  __TYPE__: "AnyLink";
2259
2294
  } & {
2260
2295
  kind: "any";
2261
2296
  } & {
2262
2297
  text?: string | undefined;
2298
+ variant?: string | undefined;
2263
2299
  });
2264
2300
  })[];
2265
2301
  }][];
@@ -2400,6 +2436,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2400
2436
  kind: "image";
2401
2437
  }) & {
2402
2438
  text?: string | undefined;
2439
+ variant?: string | undefined;
2403
2440
  })) | ({
2404
2441
  __TYPE__: "FileLink";
2405
2442
  } & ((({
@@ -2414,6 +2451,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2414
2451
  kind: "file";
2415
2452
  }) & {
2416
2453
  text?: string | undefined;
2454
+ variant?: string | undefined;
2417
2455
  })) | ({
2418
2456
  __TYPE__: "DocumentLink";
2419
2457
  } & (({
@@ -2422,6 +2460,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2422
2460
  kind: "document";
2423
2461
  }) & {
2424
2462
  text?: string | undefined;
2463
+ variant?: string | undefined;
2425
2464
  })) | ({
2426
2465
  __TYPE__: "ExternalLink";
2427
2466
  } & ((({
@@ -2436,18 +2475,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2436
2475
  kind: "web";
2437
2476
  }) & {
2438
2477
  text?: string | undefined;
2478
+ variant?: string | undefined;
2439
2479
  })) | ({
2440
2480
  __TYPE__: "MediaLink";
2441
2481
  } & {
2442
2482
  kind: "media";
2443
2483
  } & {
2444
2484
  text?: string | undefined;
2485
+ variant?: string | undefined;
2445
2486
  }) | ({
2446
2487
  __TYPE__: "AnyLink";
2447
2488
  } & {
2448
2489
  kind: "any";
2449
2490
  } & {
2450
2491
  text?: string | undefined;
2492
+ variant?: string | undefined;
2451
2493
  });
2452
2494
  }) | {
2453
2495
  __TYPE__: "StructuredTextContent";
@@ -2627,6 +2669,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2627
2669
  kind: "image";
2628
2670
  }) & {
2629
2671
  text?: string | undefined;
2672
+ variant?: string | undefined;
2630
2673
  })) | ({
2631
2674
  __TYPE__: "FileLink";
2632
2675
  } & ((({
@@ -2641,6 +2684,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2641
2684
  kind: "file";
2642
2685
  }) & {
2643
2686
  text?: string | undefined;
2687
+ variant?: string | undefined;
2644
2688
  })) | ({
2645
2689
  __TYPE__: "DocumentLink";
2646
2690
  } & (({
@@ -2649,6 +2693,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2649
2693
  kind: "document";
2650
2694
  }) & {
2651
2695
  text?: string | undefined;
2696
+ variant?: string | undefined;
2652
2697
  })) | ({
2653
2698
  __TYPE__: "ExternalLink";
2654
2699
  } & ((({
@@ -2663,18 +2708,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2663
2708
  kind: "web";
2664
2709
  }) & {
2665
2710
  text?: string | undefined;
2711
+ variant?: string | undefined;
2666
2712
  })) | ({
2667
2713
  __TYPE__: "MediaLink";
2668
2714
  } & {
2669
2715
  kind: "media";
2670
2716
  } & {
2671
2717
  text?: string | undefined;
2718
+ variant?: string | undefined;
2672
2719
  }) | ({
2673
2720
  __TYPE__: "AnyLink";
2674
2721
  } & {
2675
2722
  kind: "any";
2676
2723
  } & {
2677
2724
  text?: string | undefined;
2725
+ variant?: string | undefined;
2678
2726
  });
2679
2727
  })[];
2680
2728
  };
@@ -2813,6 +2861,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2813
2861
  kind: "image";
2814
2862
  }) & {
2815
2863
  text?: string | undefined;
2864
+ variant?: string | undefined;
2816
2865
  })) | ({
2817
2866
  __TYPE__: "FileLink";
2818
2867
  } & ((({
@@ -2827,6 +2876,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2827
2876
  kind: "file";
2828
2877
  }) & {
2829
2878
  text?: string | undefined;
2879
+ variant?: string | undefined;
2830
2880
  })) | ({
2831
2881
  __TYPE__: "DocumentLink";
2832
2882
  } & (({
@@ -2835,6 +2885,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2835
2885
  kind: "document";
2836
2886
  }) & {
2837
2887
  text?: string | undefined;
2888
+ variant?: string | undefined;
2838
2889
  })) | ({
2839
2890
  __TYPE__: "ExternalLink";
2840
2891
  } & ((({
@@ -2849,18 +2900,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
2849
2900
  kind: "web";
2850
2901
  }) & {
2851
2902
  text?: string | undefined;
2903
+ variant?: string | undefined;
2852
2904
  })) | ({
2853
2905
  __TYPE__: "MediaLink";
2854
2906
  } & {
2855
2907
  kind: "media";
2856
2908
  } & {
2857
2909
  text?: string | undefined;
2910
+ variant?: string | undefined;
2858
2911
  }) | ({
2859
2912
  __TYPE__: "AnyLink";
2860
2913
  } & {
2861
2914
  kind: "any";
2862
2915
  } & {
2863
2916
  text?: string | undefined;
2917
+ variant?: string | undefined;
2864
2918
  });
2865
2919
  }) | {
2866
2920
  __TYPE__: "StructuredTextContent";
@@ -3040,6 +3094,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3040
3094
  kind: "image";
3041
3095
  }) & {
3042
3096
  text?: string | undefined;
3097
+ variant?: string | undefined;
3043
3098
  })) | ({
3044
3099
  __TYPE__: "FileLink";
3045
3100
  } & ((({
@@ -3054,6 +3109,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3054
3109
  kind: "file";
3055
3110
  }) & {
3056
3111
  text?: string | undefined;
3112
+ variant?: string | undefined;
3057
3113
  })) | ({
3058
3114
  __TYPE__: "DocumentLink";
3059
3115
  } & (({
@@ -3062,6 +3118,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3062
3118
  kind: "document";
3063
3119
  }) & {
3064
3120
  text?: string | undefined;
3121
+ variant?: string | undefined;
3065
3122
  })) | ({
3066
3123
  __TYPE__: "ExternalLink";
3067
3124
  } & ((({
@@ -3076,18 +3133,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3076
3133
  kind: "web";
3077
3134
  }) & {
3078
3135
  text?: string | undefined;
3136
+ variant?: string | undefined;
3079
3137
  })) | ({
3080
3138
  __TYPE__: "MediaLink";
3081
3139
  } & {
3082
3140
  kind: "media";
3083
3141
  } & {
3084
3142
  text?: string | undefined;
3143
+ variant?: string | undefined;
3085
3144
  }) | ({
3086
3145
  __TYPE__: "AnyLink";
3087
3146
  } & {
3088
3147
  kind: "any";
3089
3148
  } & {
3090
3149
  text?: string | undefined;
3150
+ variant?: string | undefined;
3091
3151
  });
3092
3152
  })[];
3093
3153
  }][];
@@ -3224,6 +3284,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3224
3284
  kind: "image";
3225
3285
  }) & {
3226
3286
  text?: string | undefined;
3287
+ variant?: string | undefined;
3227
3288
  })) | ({
3228
3289
  __TYPE__: "FileLink";
3229
3290
  } & ((({
@@ -3238,6 +3299,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3238
3299
  kind: "file";
3239
3300
  }) & {
3240
3301
  text?: string | undefined;
3302
+ variant?: string | undefined;
3241
3303
  })) | ({
3242
3304
  __TYPE__: "DocumentLink";
3243
3305
  } & (({
@@ -3246,6 +3308,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3246
3308
  kind: "document";
3247
3309
  }) & {
3248
3310
  text?: string | undefined;
3311
+ variant?: string | undefined;
3249
3312
  })) | ({
3250
3313
  __TYPE__: "ExternalLink";
3251
3314
  } & ((({
@@ -3260,18 +3323,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3260
3323
  kind: "web";
3261
3324
  }) & {
3262
3325
  text?: string | undefined;
3326
+ variant?: string | undefined;
3263
3327
  })) | ({
3264
3328
  __TYPE__: "MediaLink";
3265
3329
  } & {
3266
3330
  kind: "media";
3267
3331
  } & {
3268
3332
  text?: string | undefined;
3333
+ variant?: string | undefined;
3269
3334
  }) | ({
3270
3335
  __TYPE__: "AnyLink";
3271
3336
  } & {
3272
3337
  kind: "any";
3273
3338
  } & {
3274
3339
  text?: string | undefined;
3340
+ variant?: string | undefined;
3275
3341
  });
3276
3342
  }) | {
3277
3343
  __TYPE__: "StructuredTextContent";
@@ -3451,6 +3517,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3451
3517
  kind: "image";
3452
3518
  }) & {
3453
3519
  text?: string | undefined;
3520
+ variant?: string | undefined;
3454
3521
  })) | ({
3455
3522
  __TYPE__: "FileLink";
3456
3523
  } & ((({
@@ -3465,6 +3532,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3465
3532
  kind: "file";
3466
3533
  }) & {
3467
3534
  text?: string | undefined;
3535
+ variant?: string | undefined;
3468
3536
  })) | ({
3469
3537
  __TYPE__: "DocumentLink";
3470
3538
  } & (({
@@ -3473,6 +3541,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3473
3541
  kind: "document";
3474
3542
  }) & {
3475
3543
  text?: string | undefined;
3544
+ variant?: string | undefined;
3476
3545
  })) | ({
3477
3546
  __TYPE__: "ExternalLink";
3478
3547
  } & ((({
@@ -3487,18 +3556,21 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3487
3556
  kind: "web";
3488
3557
  }) & {
3489
3558
  text?: string | undefined;
3559
+ variant?: string | undefined;
3490
3560
  })) | ({
3491
3561
  __TYPE__: "MediaLink";
3492
3562
  } & {
3493
3563
  kind: "media";
3494
3564
  } & {
3495
3565
  text?: string | undefined;
3566
+ variant?: string | undefined;
3496
3567
  }) | ({
3497
3568
  __TYPE__: "AnyLink";
3498
3569
  } & {
3499
3570
  kind: "any";
3500
3571
  } & {
3501
3572
  text?: string | undefined;
3573
+ variant?: string | undefined;
3502
3574
  });
3503
3575
  })[];
3504
3576
  };
@@ -3506,7 +3578,6 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
3506
3578
  };
3507
3579
  }, unknown>;
3508
3580
  export declare function makeGetDocumentsQueryString(searchDocumentParams: SearchDocumentParams): string;
3509
- export declare function getEnrichedSearchDocuments(baseUrl: URL, authStrategy: AuthStrategy, searchDocuments: DocumentFullTextSearchApi["results"]): Promise<DocumentMeta[]>;
3510
3581
  export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3511
3582
  key: string;
3512
3583
  name: string;
@@ -3646,6 +3717,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3646
3717
  kind: "image";
3647
3718
  }) & {
3648
3719
  text?: string | undefined;
3720
+ variant?: string | undefined;
3649
3721
  })) | ({
3650
3722
  __TYPE__: "FileLink";
3651
3723
  } & ((({
@@ -3660,6 +3732,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3660
3732
  kind: "file";
3661
3733
  }) & {
3662
3734
  text?: string | undefined;
3735
+ variant?: string | undefined;
3663
3736
  })) | ({
3664
3737
  __TYPE__: "DocumentLink";
3665
3738
  } & (({
@@ -3668,6 +3741,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3668
3741
  kind: "document";
3669
3742
  }) & {
3670
3743
  text?: string | undefined;
3744
+ variant?: string | undefined;
3671
3745
  })) | ({
3672
3746
  __TYPE__: "ExternalLink";
3673
3747
  } & ((({
@@ -3682,18 +3756,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3682
3756
  kind: "web";
3683
3757
  }) & {
3684
3758
  text?: string | undefined;
3759
+ variant?: string | undefined;
3685
3760
  })) | ({
3686
3761
  __TYPE__: "MediaLink";
3687
3762
  } & {
3688
3763
  kind: "media";
3689
3764
  } & {
3690
3765
  text?: string | undefined;
3766
+ variant?: string | undefined;
3691
3767
  }) | ({
3692
3768
  __TYPE__: "AnyLink";
3693
3769
  } & {
3694
3770
  kind: "any";
3695
3771
  } & {
3696
3772
  text?: string | undefined;
3773
+ variant?: string | undefined;
3697
3774
  });
3698
3775
  }) | {
3699
3776
  __TYPE__: "StructuredTextContent";
@@ -3873,6 +3950,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3873
3950
  kind: "image";
3874
3951
  }) & {
3875
3952
  text?: string | undefined;
3953
+ variant?: string | undefined;
3876
3954
  })) | ({
3877
3955
  __TYPE__: "FileLink";
3878
3956
  } & ((({
@@ -3887,6 +3965,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3887
3965
  kind: "file";
3888
3966
  }) & {
3889
3967
  text?: string | undefined;
3968
+ variant?: string | undefined;
3890
3969
  })) | ({
3891
3970
  __TYPE__: "DocumentLink";
3892
3971
  } & (({
@@ -3895,6 +3974,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3895
3974
  kind: "document";
3896
3975
  }) & {
3897
3976
  text?: string | undefined;
3977
+ variant?: string | undefined;
3898
3978
  })) | ({
3899
3979
  __TYPE__: "ExternalLink";
3900
3980
  } & ((({
@@ -3909,18 +3989,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
3909
3989
  kind: "web";
3910
3990
  }) & {
3911
3991
  text?: string | undefined;
3992
+ variant?: string | undefined;
3912
3993
  })) | ({
3913
3994
  __TYPE__: "MediaLink";
3914
3995
  } & {
3915
3996
  kind: "media";
3916
3997
  } & {
3917
3998
  text?: string | undefined;
3999
+ variant?: string | undefined;
3918
4000
  }) | ({
3919
4001
  __TYPE__: "AnyLink";
3920
4002
  } & {
3921
4003
  kind: "any";
3922
4004
  } & {
3923
4005
  text?: string | undefined;
4006
+ variant?: string | undefined;
3924
4007
  });
3925
4008
  })[];
3926
4009
  };
@@ -4059,6 +4142,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4059
4142
  kind: "image";
4060
4143
  }) & {
4061
4144
  text?: string | undefined;
4145
+ variant?: string | undefined;
4062
4146
  })) | ({
4063
4147
  __TYPE__: "FileLink";
4064
4148
  } & ((({
@@ -4073,6 +4157,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4073
4157
  kind: "file";
4074
4158
  }) & {
4075
4159
  text?: string | undefined;
4160
+ variant?: string | undefined;
4076
4161
  })) | ({
4077
4162
  __TYPE__: "DocumentLink";
4078
4163
  } & (({
@@ -4081,6 +4166,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4081
4166
  kind: "document";
4082
4167
  }) & {
4083
4168
  text?: string | undefined;
4169
+ variant?: string | undefined;
4084
4170
  })) | ({
4085
4171
  __TYPE__: "ExternalLink";
4086
4172
  } & ((({
@@ -4095,18 +4181,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4095
4181
  kind: "web";
4096
4182
  }) & {
4097
4183
  text?: string | undefined;
4184
+ variant?: string | undefined;
4098
4185
  })) | ({
4099
4186
  __TYPE__: "MediaLink";
4100
4187
  } & {
4101
4188
  kind: "media";
4102
4189
  } & {
4103
4190
  text?: string | undefined;
4191
+ variant?: string | undefined;
4104
4192
  }) | ({
4105
4193
  __TYPE__: "AnyLink";
4106
4194
  } & {
4107
4195
  kind: "any";
4108
4196
  } & {
4109
4197
  text?: string | undefined;
4198
+ variant?: string | undefined;
4110
4199
  });
4111
4200
  }) | {
4112
4201
  __TYPE__: "StructuredTextContent";
@@ -4286,6 +4375,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4286
4375
  kind: "image";
4287
4376
  }) & {
4288
4377
  text?: string | undefined;
4378
+ variant?: string | undefined;
4289
4379
  })) | ({
4290
4380
  __TYPE__: "FileLink";
4291
4381
  } & ((({
@@ -4300,6 +4390,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4300
4390
  kind: "file";
4301
4391
  }) & {
4302
4392
  text?: string | undefined;
4393
+ variant?: string | undefined;
4303
4394
  })) | ({
4304
4395
  __TYPE__: "DocumentLink";
4305
4396
  } & (({
@@ -4308,6 +4399,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4308
4399
  kind: "document";
4309
4400
  }) & {
4310
4401
  text?: string | undefined;
4402
+ variant?: string | undefined;
4311
4403
  })) | ({
4312
4404
  __TYPE__: "ExternalLink";
4313
4405
  } & ((({
@@ -4322,18 +4414,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4322
4414
  kind: "web";
4323
4415
  }) & {
4324
4416
  text?: string | undefined;
4417
+ variant?: string | undefined;
4325
4418
  })) | ({
4326
4419
  __TYPE__: "MediaLink";
4327
4420
  } & {
4328
4421
  kind: "media";
4329
4422
  } & {
4330
4423
  text?: string | undefined;
4424
+ variant?: string | undefined;
4331
4425
  }) | ({
4332
4426
  __TYPE__: "AnyLink";
4333
4427
  } & {
4334
4428
  kind: "any";
4335
4429
  } & {
4336
4430
  text?: string | undefined;
4431
+ variant?: string | undefined;
4337
4432
  });
4338
4433
  })[];
4339
4434
  }][];
@@ -4474,6 +4569,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4474
4569
  kind: "image";
4475
4570
  }) & {
4476
4571
  text?: string | undefined;
4572
+ variant?: string | undefined;
4477
4573
  })) | ({
4478
4574
  __TYPE__: "FileLink";
4479
4575
  } & ((({
@@ -4488,6 +4584,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4488
4584
  kind: "file";
4489
4585
  }) & {
4490
4586
  text?: string | undefined;
4587
+ variant?: string | undefined;
4491
4588
  })) | ({
4492
4589
  __TYPE__: "DocumentLink";
4493
4590
  } & (({
@@ -4496,6 +4593,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4496
4593
  kind: "document";
4497
4594
  }) & {
4498
4595
  text?: string | undefined;
4596
+ variant?: string | undefined;
4499
4597
  })) | ({
4500
4598
  __TYPE__: "ExternalLink";
4501
4599
  } & ((({
@@ -4510,18 +4608,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4510
4608
  kind: "web";
4511
4609
  }) & {
4512
4610
  text?: string | undefined;
4611
+ variant?: string | undefined;
4513
4612
  })) | ({
4514
4613
  __TYPE__: "MediaLink";
4515
4614
  } & {
4516
4615
  kind: "media";
4517
4616
  } & {
4518
4617
  text?: string | undefined;
4618
+ variant?: string | undefined;
4519
4619
  }) | ({
4520
4620
  __TYPE__: "AnyLink";
4521
4621
  } & {
4522
4622
  kind: "any";
4523
4623
  } & {
4524
4624
  text?: string | undefined;
4625
+ variant?: string | undefined;
4525
4626
  });
4526
4627
  }) | {
4527
4628
  __TYPE__: "StructuredTextContent";
@@ -4701,6 +4802,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4701
4802
  kind: "image";
4702
4803
  }) & {
4703
4804
  text?: string | undefined;
4805
+ variant?: string | undefined;
4704
4806
  })) | ({
4705
4807
  __TYPE__: "FileLink";
4706
4808
  } & ((({
@@ -4715,6 +4817,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4715
4817
  kind: "file";
4716
4818
  }) & {
4717
4819
  text?: string | undefined;
4820
+ variant?: string | undefined;
4718
4821
  })) | ({
4719
4822
  __TYPE__: "DocumentLink";
4720
4823
  } & (({
@@ -4723,6 +4826,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4723
4826
  kind: "document";
4724
4827
  }) & {
4725
4828
  text?: string | undefined;
4829
+ variant?: string | undefined;
4726
4830
  })) | ({
4727
4831
  __TYPE__: "ExternalLink";
4728
4832
  } & ((({
@@ -4737,18 +4841,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4737
4841
  kind: "web";
4738
4842
  }) & {
4739
4843
  text?: string | undefined;
4844
+ variant?: string | undefined;
4740
4845
  })) | ({
4741
4846
  __TYPE__: "MediaLink";
4742
4847
  } & {
4743
4848
  kind: "media";
4744
4849
  } & {
4745
4850
  text?: string | undefined;
4851
+ variant?: string | undefined;
4746
4852
  }) | ({
4747
4853
  __TYPE__: "AnyLink";
4748
4854
  } & {
4749
4855
  kind: "any";
4750
4856
  } & {
4751
4857
  text?: string | undefined;
4858
+ variant?: string | undefined;
4752
4859
  });
4753
4860
  })[];
4754
4861
  };
@@ -4887,6 +4994,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4887
4994
  kind: "image";
4888
4995
  }) & {
4889
4996
  text?: string | undefined;
4997
+ variant?: string | undefined;
4890
4998
  })) | ({
4891
4999
  __TYPE__: "FileLink";
4892
5000
  } & ((({
@@ -4901,6 +5009,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4901
5009
  kind: "file";
4902
5010
  }) & {
4903
5011
  text?: string | undefined;
5012
+ variant?: string | undefined;
4904
5013
  })) | ({
4905
5014
  __TYPE__: "DocumentLink";
4906
5015
  } & (({
@@ -4909,6 +5018,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4909
5018
  kind: "document";
4910
5019
  }) & {
4911
5020
  text?: string | undefined;
5021
+ variant?: string | undefined;
4912
5022
  })) | ({
4913
5023
  __TYPE__: "ExternalLink";
4914
5024
  } & ((({
@@ -4923,18 +5033,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
4923
5033
  kind: "web";
4924
5034
  }) & {
4925
5035
  text?: string | undefined;
5036
+ variant?: string | undefined;
4926
5037
  })) | ({
4927
5038
  __TYPE__: "MediaLink";
4928
5039
  } & {
4929
5040
  kind: "media";
4930
5041
  } & {
4931
5042
  text?: string | undefined;
5043
+ variant?: string | undefined;
4932
5044
  }) | ({
4933
5045
  __TYPE__: "AnyLink";
4934
5046
  } & {
4935
5047
  kind: "any";
4936
5048
  } & {
4937
5049
  text?: string | undefined;
5050
+ variant?: string | undefined;
4938
5051
  });
4939
5052
  }) | {
4940
5053
  __TYPE__: "StructuredTextContent";
@@ -5114,6 +5227,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5114
5227
  kind: "image";
5115
5228
  }) & {
5116
5229
  text?: string | undefined;
5230
+ variant?: string | undefined;
5117
5231
  })) | ({
5118
5232
  __TYPE__: "FileLink";
5119
5233
  } & ((({
@@ -5128,6 +5242,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5128
5242
  kind: "file";
5129
5243
  }) & {
5130
5244
  text?: string | undefined;
5245
+ variant?: string | undefined;
5131
5246
  })) | ({
5132
5247
  __TYPE__: "DocumentLink";
5133
5248
  } & (({
@@ -5136,6 +5251,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5136
5251
  kind: "document";
5137
5252
  }) & {
5138
5253
  text?: string | undefined;
5254
+ variant?: string | undefined;
5139
5255
  })) | ({
5140
5256
  __TYPE__: "ExternalLink";
5141
5257
  } & ((({
@@ -5150,18 +5266,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5150
5266
  kind: "web";
5151
5267
  }) & {
5152
5268
  text?: string | undefined;
5269
+ variant?: string | undefined;
5153
5270
  })) | ({
5154
5271
  __TYPE__: "MediaLink";
5155
5272
  } & {
5156
5273
  kind: "media";
5157
5274
  } & {
5158
5275
  text?: string | undefined;
5276
+ variant?: string | undefined;
5159
5277
  }) | ({
5160
5278
  __TYPE__: "AnyLink";
5161
5279
  } & {
5162
5280
  kind: "any";
5163
5281
  } & {
5164
5282
  text?: string | undefined;
5283
+ variant?: string | undefined;
5165
5284
  });
5166
5285
  })[];
5167
5286
  }][];
@@ -5298,6 +5417,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5298
5417
  kind: "image";
5299
5418
  }) & {
5300
5419
  text?: string | undefined;
5420
+ variant?: string | undefined;
5301
5421
  })) | ({
5302
5422
  __TYPE__: "FileLink";
5303
5423
  } & ((({
@@ -5312,6 +5432,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5312
5432
  kind: "file";
5313
5433
  }) & {
5314
5434
  text?: string | undefined;
5435
+ variant?: string | undefined;
5315
5436
  })) | ({
5316
5437
  __TYPE__: "DocumentLink";
5317
5438
  } & (({
@@ -5320,6 +5441,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5320
5441
  kind: "document";
5321
5442
  }) & {
5322
5443
  text?: string | undefined;
5444
+ variant?: string | undefined;
5323
5445
  })) | ({
5324
5446
  __TYPE__: "ExternalLink";
5325
5447
  } & ((({
@@ -5334,18 +5456,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5334
5456
  kind: "web";
5335
5457
  }) & {
5336
5458
  text?: string | undefined;
5459
+ variant?: string | undefined;
5337
5460
  })) | ({
5338
5461
  __TYPE__: "MediaLink";
5339
5462
  } & {
5340
5463
  kind: "media";
5341
5464
  } & {
5342
5465
  text?: string | undefined;
5466
+ variant?: string | undefined;
5343
5467
  }) | ({
5344
5468
  __TYPE__: "AnyLink";
5345
5469
  } & {
5346
5470
  kind: "any";
5347
5471
  } & {
5348
5472
  text?: string | undefined;
5473
+ variant?: string | undefined;
5349
5474
  });
5350
5475
  }) | {
5351
5476
  __TYPE__: "StructuredTextContent";
@@ -5525,6 +5650,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5525
5650
  kind: "image";
5526
5651
  }) & {
5527
5652
  text?: string | undefined;
5653
+ variant?: string | undefined;
5528
5654
  })) | ({
5529
5655
  __TYPE__: "FileLink";
5530
5656
  } & ((({
@@ -5539,6 +5665,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5539
5665
  kind: "file";
5540
5666
  }) & {
5541
5667
  text?: string | undefined;
5668
+ variant?: string | undefined;
5542
5669
  })) | ({
5543
5670
  __TYPE__: "DocumentLink";
5544
5671
  } & (({
@@ -5547,6 +5674,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5547
5674
  kind: "document";
5548
5675
  }) & {
5549
5676
  text?: string | undefined;
5677
+ variant?: string | undefined;
5550
5678
  })) | ({
5551
5679
  __TYPE__: "ExternalLink";
5552
5680
  } & ((({
@@ -5561,18 +5689,21 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
5561
5689
  kind: "web";
5562
5690
  }) & {
5563
5691
  text?: string | undefined;
5692
+ variant?: string | undefined;
5564
5693
  })) | ({
5565
5694
  __TYPE__: "MediaLink";
5566
5695
  } & {
5567
5696
  kind: "media";
5568
5697
  } & {
5569
5698
  text?: string | undefined;
5699
+ variant?: string | undefined;
5570
5700
  }) | ({
5571
5701
  __TYPE__: "AnyLink";
5572
5702
  } & {
5573
5703
  kind: "any";
5574
5704
  } & {
5575
5705
  text?: string | undefined;
5706
+ variant?: string | undefined;
5576
5707
  });
5577
5708
  })[];
5578
5709
  };