@rakun-kit/core 1.3.5 → 1.3.8

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.
Files changed (90) hide show
  1. package/dist/cjs/api/routes/manager/get.js +5 -0
  2. package/dist/cjs/api/routes/manager/get.js.map +1 -1
  3. package/dist/cjs/api/routes/manager/list.js +7 -1
  4. package/dist/cjs/api/routes/manager/list.js.map +1 -1
  5. package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
  6. package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
  7. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
  8. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  9. package/dist/cjs/api/routes/web/page.js +69 -69
  10. package/dist/cjs/api/routes/web/page.js.map +1 -1
  11. package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
  12. package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
  13. package/dist/cjs/lib/ContentType.js +62 -80
  14. package/dist/cjs/lib/ContentType.js.map +1 -1
  15. package/dist/cjs/lib/fields/File.js +3 -0
  16. package/dist/cjs/lib/fields/File.js.map +1 -1
  17. package/dist/cjs/orm/index.js +0 -6
  18. package/dist/cjs/orm/index.js.map +1 -1
  19. package/dist/esm/api/operations/index.d.ts +32 -14
  20. package/dist/esm/api/operations/index.d.ts.map +1 -1
  21. package/dist/esm/api/operations/manager-contract.d.ts +9 -9
  22. package/dist/esm/api/operations/manager.d.ts +9 -9
  23. package/dist/esm/api/operations/web-contract.d.ts +23 -5
  24. package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
  25. package/dist/esm/api/operations/web.d.ts +23 -5
  26. package/dist/esm/api/operations/web.d.ts.map +1 -1
  27. package/dist/esm/api/proxies/index.d.ts +2 -2
  28. package/dist/esm/api/routes/manager/auth/getSession.d.ts +2 -2
  29. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +2 -2
  30. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +2 -2
  31. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +2 -2
  32. package/dist/esm/api/routes/manager/create.d.ts +2 -2
  33. package/dist/esm/api/routes/manager/duplicate.d.ts +2 -2
  34. package/dist/esm/api/routes/manager/get.d.ts +1 -16
  35. package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
  36. package/dist/esm/api/routes/manager/get.js +5 -0
  37. package/dist/esm/api/routes/manager/get.js.map +1 -1
  38. package/dist/esm/api/routes/manager/languages.d.ts +2 -2
  39. package/dist/esm/api/routes/manager/list.d.ts.map +1 -1
  40. package/dist/esm/api/routes/manager/list.js +7 -1
  41. package/dist/esm/api/routes/manager/list.js.map +1 -1
  42. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts.map +1 -1
  43. package/dist/esm/api/routes/manager/media/finalizeUpload.js +4 -18
  44. package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
  45. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts +2 -0
  46. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
  47. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
  48. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  49. package/dist/esm/api/routes/manager/update.d.ts +2 -2
  50. package/dist/esm/api/routes/web/page.d.ts.map +1 -1
  51. package/dist/esm/api/routes/web/page.js +69 -69
  52. package/dist/esm/api/routes/web/page.js.map +1 -1
  53. package/dist/esm/api/routes/web/previewPage.d.ts +11 -2
  54. package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
  55. package/dist/esm/api/utils/getLanguages.d.ts +2 -2
  56. package/dist/esm/api/utils/getUser.d.ts +2 -2
  57. package/dist/esm/api/utils/populates/populateRelations.js +3 -0
  58. package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
  59. package/dist/esm/internal-content-types/ManagerUser.d.ts +7 -7
  60. package/dist/esm/internal-content-types/MfaChallenge.d.ts +28 -28
  61. package/dist/esm/internal-content-types/Page.d.ts +227 -8
  62. package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
  63. package/dist/esm/internal-content-types/RouteSettings.d.ts +227 -8
  64. package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
  65. package/dist/esm/internal-content-types/Seo.d.ts +78 -0
  66. package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
  67. package/dist/esm/internal-content-types/SeoSettings.d.ts +78 -0
  68. package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
  69. package/dist/esm/internal-content-types/Session.d.ts +28 -28
  70. package/dist/esm/internal-content-types/UserMfa.d.ts +28 -28
  71. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +28 -28
  72. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +28 -28
  73. package/dist/esm/lib/ContentType.d.ts +58 -82
  74. package/dist/esm/lib/ContentType.d.ts.map +1 -1
  75. package/dist/esm/lib/ContentType.js +62 -80
  76. package/dist/esm/lib/ContentType.js.map +1 -1
  77. package/dist/esm/lib/fields/File.d.ts +6 -0
  78. package/dist/esm/lib/fields/File.d.ts.map +1 -1
  79. package/dist/esm/lib/fields/File.js +3 -0
  80. package/dist/esm/lib/fields/File.js.map +1 -1
  81. package/dist/esm/manager.d.ts +36 -36
  82. package/dist/esm/orm/index.d.ts.map +1 -1
  83. package/dist/esm/orm/index.js +0 -6
  84. package/dist/esm/orm/index.js.map +1 -1
  85. package/dist/esm/schemas/web/page.d.ts +84 -12
  86. package/dist/esm/schemas/web/page.d.ts.map +1 -1
  87. package/dist/esm/schemas/web/previewPage.d.ts +44 -8
  88. package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
  89. package/dist/tsconfig.build.tsbuildinfo +1 -1
  90. package/package.json +1 -1
@@ -617,8 +617,8 @@ export declare const RouteSettings: ContentType<{
617
617
  _visibility?: import("..").DocumentVisibility | undefined;
618
618
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
619
619
  _trashed?: boolean | undefined;
620
- trashedAt?: Date | undefined;
621
620
  _revision?: number | undefined;
621
+ trashedAt?: Date | undefined;
622
622
  createdAt?: Date | undefined;
623
623
  updatedAt?: Date | undefined;
624
624
  } | undefined;
@@ -1115,6 +1115,9 @@ export declare const RouteSettings: ContentType<{
1115
1115
  height: number | null;
1116
1116
  size: number;
1117
1117
  orientation: "portrait" | "landscape" | null;
1118
+ key?: string | undefined;
1119
+ access?: "public" | "private" | undefined;
1120
+ previewKey?: string | null | undefined;
1118
1121
  title?: string | undefined;
1119
1122
  alt?: string | null | undefined;
1120
1123
  sizes?: {
@@ -1144,6 +1147,9 @@ export declare const RouteSettings: ContentType<{
1144
1147
  height: number | null;
1145
1148
  size: number;
1146
1149
  orientation: "portrait" | "landscape" | null;
1150
+ key?: string | undefined;
1151
+ access?: "public" | "private" | undefined;
1152
+ previewKey?: string | null | undefined;
1147
1153
  title?: string | undefined;
1148
1154
  alt?: string | null | undefined;
1149
1155
  sizes?: {
@@ -1170,6 +1176,9 @@ export declare const RouteSettings: ContentType<{
1170
1176
  height: number | null;
1171
1177
  size: number;
1172
1178
  orientation: "portrait" | "landscape" | null;
1179
+ key?: string | undefined;
1180
+ access?: "public" | "private" | undefined;
1181
+ previewKey?: string | null | undefined;
1173
1182
  title?: string | undefined;
1174
1183
  alt?: string | null | undefined;
1175
1184
  sizes?: {
@@ -1187,8 +1196,8 @@ export declare const RouteSettings: ContentType<{
1187
1196
  _visibility?: import("..").DocumentVisibility | undefined;
1188
1197
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1189
1198
  _trashed?: boolean | undefined;
1190
- trashedAt?: Date | undefined;
1191
1199
  _revision?: number | undefined;
1200
+ trashedAt?: Date | undefined;
1192
1201
  createdAt?: Date | undefined;
1193
1202
  updatedAt?: Date | undefined;
1194
1203
  };
@@ -1461,6 +1470,9 @@ export declare const RouteSettings: ContentType<{
1461
1470
  height: number | null;
1462
1471
  size: number;
1463
1472
  orientation: "portrait" | "landscape" | null;
1473
+ key?: string | undefined;
1474
+ access?: "public" | "private" | undefined;
1475
+ previewKey?: string | null | undefined;
1464
1476
  title?: string | undefined;
1465
1477
  alt?: string | null | undefined;
1466
1478
  sizes?: {
@@ -1490,6 +1502,9 @@ export declare const RouteSettings: ContentType<{
1490
1502
  height: number | null;
1491
1503
  size: number;
1492
1504
  orientation: "portrait" | "landscape" | null;
1505
+ key?: string | undefined;
1506
+ access?: "public" | "private" | undefined;
1507
+ previewKey?: string | null | undefined;
1493
1508
  title?: string | undefined;
1494
1509
  alt?: string | null | undefined;
1495
1510
  sizes?: {
@@ -1516,6 +1531,9 @@ export declare const RouteSettings: ContentType<{
1516
1531
  height: number | null;
1517
1532
  size: number;
1518
1533
  orientation: "portrait" | "landscape" | null;
1534
+ key?: string | undefined;
1535
+ access?: "public" | "private" | undefined;
1536
+ previewKey?: string | null | undefined;
1519
1537
  title?: string | undefined;
1520
1538
  alt?: string | null | undefined;
1521
1539
  sizes?: {
@@ -1533,8 +1551,8 @@ export declare const RouteSettings: ContentType<{
1533
1551
  _visibility?: import("..").DocumentVisibility | undefined;
1534
1552
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1535
1553
  _trashed?: boolean | undefined;
1536
- trashedAt?: Date | undefined;
1537
1554
  _revision?: number | undefined;
1555
+ trashedAt?: Date | undefined;
1538
1556
  createdAt?: Date | undefined;
1539
1557
  updatedAt?: Date | undefined;
1540
1558
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -1552,6 +1570,9 @@ export declare const RouteSettings: ContentType<{
1552
1570
  height: number | null;
1553
1571
  size: number;
1554
1572
  orientation: "portrait" | "landscape" | null;
1573
+ key?: string | undefined;
1574
+ access?: "public" | "private" | undefined;
1575
+ previewKey?: string | null | undefined;
1555
1576
  title?: string | undefined;
1556
1577
  alt?: string | null | undefined;
1557
1578
  sizes?: {
@@ -1581,6 +1602,9 @@ export declare const RouteSettings: ContentType<{
1581
1602
  height: number | null;
1582
1603
  size: number;
1583
1604
  orientation: "portrait" | "landscape" | null;
1605
+ key?: string | undefined;
1606
+ access?: "public" | "private" | undefined;
1607
+ previewKey?: string | null | undefined;
1584
1608
  title?: string | undefined;
1585
1609
  alt?: string | null | undefined;
1586
1610
  sizes?: {
@@ -1607,6 +1631,9 @@ export declare const RouteSettings: ContentType<{
1607
1631
  height: number | null;
1608
1632
  size: number;
1609
1633
  orientation: "portrait" | "landscape" | null;
1634
+ key?: string | undefined;
1635
+ access?: "public" | "private" | undefined;
1636
+ previewKey?: string | null | undefined;
1610
1637
  title?: string | undefined;
1611
1638
  alt?: string | null | undefined;
1612
1639
  sizes?: {
@@ -1624,8 +1651,8 @@ export declare const RouteSettings: ContentType<{
1624
1651
  _visibility?: import("..").DocumentVisibility | undefined;
1625
1652
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1626
1653
  _trashed?: boolean | undefined;
1627
- trashedAt?: Date | undefined;
1628
1654
  _revision?: number | undefined;
1655
+ trashedAt?: Date | undefined;
1629
1656
  createdAt?: Date | undefined;
1630
1657
  updatedAt?: Date | undefined;
1631
1658
  } | undefined, unknown>>;
@@ -1649,6 +1676,9 @@ export declare const RouteSettings: ContentType<{
1649
1676
  height: number | null;
1650
1677
  size: number;
1651
1678
  orientation: "portrait" | "landscape" | null;
1679
+ key?: string | undefined;
1680
+ access?: "public" | "private" | undefined;
1681
+ previewKey?: string | null | undefined;
1652
1682
  title?: string | undefined;
1653
1683
  alt?: string | null | undefined;
1654
1684
  sizes?: {
@@ -1678,6 +1708,9 @@ export declare const RouteSettings: ContentType<{
1678
1708
  height: number | null;
1679
1709
  size: number;
1680
1710
  orientation: "portrait" | "landscape" | null;
1711
+ key?: string | undefined;
1712
+ access?: "public" | "private" | undefined;
1713
+ previewKey?: string | null | undefined;
1681
1714
  title?: string | undefined;
1682
1715
  alt?: string | null | undefined;
1683
1716
  sizes?: {
@@ -1704,6 +1737,9 @@ export declare const RouteSettings: ContentType<{
1704
1737
  height: number | null;
1705
1738
  size: number;
1706
1739
  orientation: "portrait" | "landscape" | null;
1740
+ key?: string | undefined;
1741
+ access?: "public" | "private" | undefined;
1742
+ previewKey?: string | null | undefined;
1707
1743
  title?: string | undefined;
1708
1744
  alt?: string | null | undefined;
1709
1745
  sizes?: {
@@ -1721,9 +1757,9 @@ export declare const RouteSettings: ContentType<{
1721
1757
  _visibility?: import("..").DocumentVisibility | undefined;
1722
1758
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1723
1759
  _trashed?: boolean | undefined;
1760
+ _revision?: number | undefined;
1724
1761
  trashedAt?: Date | undefined;
1725
1762
  trashedBy?: string | undefined;
1726
- _revision?: number | undefined;
1727
1763
  createdAt?: Date | undefined;
1728
1764
  updatedAt?: Date | undefined;
1729
1765
  createdBy?: string | undefined;
@@ -3393,6 +3429,9 @@ export declare const RouteSettings: ContentType<{
3393
3429
  height: number | null;
3394
3430
  size: number;
3395
3431
  orientation: "portrait" | "landscape" | null;
3432
+ key?: string | undefined;
3433
+ access?: "public" | "private" | undefined;
3434
+ previewKey?: string | null | undefined;
3396
3435
  title?: string | undefined;
3397
3436
  alt?: string | null | undefined;
3398
3437
  sizes?: {
@@ -3446,6 +3485,9 @@ export declare const RouteSettings: ContentType<{
3446
3485
  height: number | null;
3447
3486
  size: number;
3448
3487
  orientation: "portrait" | "landscape" | null;
3488
+ key?: string | undefined;
3489
+ access?: "public" | "private" | undefined;
3490
+ previewKey?: string | null | undefined;
3449
3491
  title?: string | undefined;
3450
3492
  alt?: string | null | undefined;
3451
3493
  sizes?: {
@@ -3466,6 +3508,9 @@ export declare const RouteSettings: ContentType<{
3466
3508
  height: number | null;
3467
3509
  size: number;
3468
3510
  orientation: "portrait" | "landscape" | null;
3511
+ key?: string | undefined;
3512
+ access?: "public" | "private" | undefined;
3513
+ previewKey?: string | null | undefined;
3469
3514
  title?: string | undefined;
3470
3515
  alt?: string | null | undefined;
3471
3516
  sizes?: {
@@ -3492,6 +3537,9 @@ export declare const RouteSettings: ContentType<{
3492
3537
  height: number | null;
3493
3538
  size: number;
3494
3539
  orientation: "portrait" | "landscape" | null;
3540
+ key?: string | undefined;
3541
+ access?: "public" | "private" | undefined;
3542
+ previewKey?: string | null | undefined;
3495
3543
  title?: string | undefined;
3496
3544
  alt?: string | null | undefined;
3497
3545
  sizes?: {
@@ -3526,6 +3574,9 @@ export declare const RouteSettings: ContentType<{
3526
3574
  height: number | null;
3527
3575
  size: number;
3528
3576
  orientation: "portrait" | "landscape" | null;
3577
+ key?: string | undefined;
3578
+ access?: "public" | "private" | undefined;
3579
+ previewKey?: string | null | undefined;
3529
3580
  title?: string | undefined;
3530
3581
  alt?: string | null | undefined;
3531
3582
  sizes?: {
@@ -3579,6 +3630,9 @@ export declare const RouteSettings: ContentType<{
3579
3630
  height: number | null;
3580
3631
  size: number;
3581
3632
  orientation: "portrait" | "landscape" | null;
3633
+ key?: string | undefined;
3634
+ access?: "public" | "private" | undefined;
3635
+ previewKey?: string | null | undefined;
3582
3636
  title?: string | undefined;
3583
3637
  alt?: string | null | undefined;
3584
3638
  sizes?: {
@@ -3599,6 +3653,9 @@ export declare const RouteSettings: ContentType<{
3599
3653
  height: number | null;
3600
3654
  size: number;
3601
3655
  orientation: "portrait" | "landscape" | null;
3656
+ key?: string | undefined;
3657
+ access?: "public" | "private" | undefined;
3658
+ previewKey?: string | null | undefined;
3602
3659
  title?: string | undefined;
3603
3660
  alt?: string | null | undefined;
3604
3661
  sizes?: {
@@ -3675,6 +3732,9 @@ export declare const RouteSettings: ContentType<{
3675
3732
  height: number | null;
3676
3733
  size: number;
3677
3734
  orientation: "portrait" | "landscape" | null;
3735
+ key?: string | undefined;
3736
+ access?: "public" | "private" | undefined;
3737
+ previewKey?: string | null | undefined;
3678
3738
  title?: string | undefined;
3679
3739
  alt?: string | null | undefined;
3680
3740
  sizes?: {
@@ -3728,6 +3788,9 @@ export declare const RouteSettings: ContentType<{
3728
3788
  height: number | null;
3729
3789
  size: number;
3730
3790
  orientation: "portrait" | "landscape" | null;
3791
+ key?: string | undefined;
3792
+ access?: "public" | "private" | undefined;
3793
+ previewKey?: string | null | undefined;
3731
3794
  title?: string | undefined;
3732
3795
  alt?: string | null | undefined;
3733
3796
  sizes?: {
@@ -3748,6 +3811,9 @@ export declare const RouteSettings: ContentType<{
3748
3811
  height: number | null;
3749
3812
  size: number;
3750
3813
  orientation: "portrait" | "landscape" | null;
3814
+ key?: string | undefined;
3815
+ access?: "public" | "private" | undefined;
3816
+ previewKey?: string | null | undefined;
3751
3817
  title?: string | undefined;
3752
3818
  alt?: string | null | undefined;
3753
3819
  sizes?: {
@@ -3824,6 +3890,9 @@ export declare const RouteSettings: ContentType<{
3824
3890
  height: number | null;
3825
3891
  size: number;
3826
3892
  orientation: "portrait" | "landscape" | null;
3893
+ key?: string | undefined;
3894
+ access?: "public" | "private" | undefined;
3895
+ previewKey?: string | null | undefined;
3827
3896
  title?: string | undefined;
3828
3897
  alt?: string | null | undefined;
3829
3898
  sizes?: {
@@ -3877,6 +3946,9 @@ export declare const RouteSettings: ContentType<{
3877
3946
  height: number | null;
3878
3947
  size: number;
3879
3948
  orientation: "portrait" | "landscape" | null;
3949
+ key?: string | undefined;
3950
+ access?: "public" | "private" | undefined;
3951
+ previewKey?: string | null | undefined;
3880
3952
  title?: string | undefined;
3881
3953
  alt?: string | null | undefined;
3882
3954
  sizes?: {
@@ -3897,6 +3969,9 @@ export declare const RouteSettings: ContentType<{
3897
3969
  height: number | null;
3898
3970
  size: number;
3899
3971
  orientation: "portrait" | "landscape" | null;
3972
+ key?: string | undefined;
3973
+ access?: "public" | "private" | undefined;
3974
+ previewKey?: string | null | undefined;
3900
3975
  title?: string | undefined;
3901
3976
  alt?: string | null | undefined;
3902
3977
  sizes?: {
@@ -4648,6 +4723,9 @@ export declare const RouteSettings: ContentType<{
4648
4723
  height: number | null;
4649
4724
  size: number;
4650
4725
  orientation: "portrait" | "landscape" | null;
4726
+ key?: string | undefined;
4727
+ access?: "public" | "private" | undefined;
4728
+ previewKey?: string | null | undefined;
4651
4729
  title?: string | undefined;
4652
4730
  alt?: string | null | undefined;
4653
4731
  sizes?: {
@@ -4701,6 +4779,9 @@ export declare const RouteSettings: ContentType<{
4701
4779
  height: number | null;
4702
4780
  size: number;
4703
4781
  orientation: "portrait" | "landscape" | null;
4782
+ key?: string | undefined;
4783
+ access?: "public" | "private" | undefined;
4784
+ previewKey?: string | null | undefined;
4704
4785
  title?: string | undefined;
4705
4786
  alt?: string | null | undefined;
4706
4787
  sizes?: {
@@ -4721,6 +4802,9 @@ export declare const RouteSettings: ContentType<{
4721
4802
  height: number | null;
4722
4803
  size: number;
4723
4804
  orientation: "portrait" | "landscape" | null;
4805
+ key?: string | undefined;
4806
+ access?: "public" | "private" | undefined;
4807
+ previewKey?: string | null | undefined;
4724
4808
  title?: string | undefined;
4725
4809
  alt?: string | null | undefined;
4726
4810
  sizes?: {
@@ -4747,6 +4831,9 @@ export declare const RouteSettings: ContentType<{
4747
4831
  height: number | null;
4748
4832
  size: number;
4749
4833
  orientation: "portrait" | "landscape" | null;
4834
+ key?: string | undefined;
4835
+ access?: "public" | "private" | undefined;
4836
+ previewKey?: string | null | undefined;
4750
4837
  title?: string | undefined;
4751
4838
  alt?: string | null | undefined;
4752
4839
  sizes?: {
@@ -4781,6 +4868,9 @@ export declare const RouteSettings: ContentType<{
4781
4868
  height: number | null;
4782
4869
  size: number;
4783
4870
  orientation: "portrait" | "landscape" | null;
4871
+ key?: string | undefined;
4872
+ access?: "public" | "private" | undefined;
4873
+ previewKey?: string | null | undefined;
4784
4874
  title?: string | undefined;
4785
4875
  alt?: string | null | undefined;
4786
4876
  sizes?: {
@@ -4834,6 +4924,9 @@ export declare const RouteSettings: ContentType<{
4834
4924
  height: number | null;
4835
4925
  size: number;
4836
4926
  orientation: "portrait" | "landscape" | null;
4927
+ key?: string | undefined;
4928
+ access?: "public" | "private" | undefined;
4929
+ previewKey?: string | null | undefined;
4837
4930
  title?: string | undefined;
4838
4931
  alt?: string | null | undefined;
4839
4932
  sizes?: {
@@ -4854,6 +4947,9 @@ export declare const RouteSettings: ContentType<{
4854
4947
  height: number | null;
4855
4948
  size: number;
4856
4949
  orientation: "portrait" | "landscape" | null;
4950
+ key?: string | undefined;
4951
+ access?: "public" | "private" | undefined;
4952
+ previewKey?: string | null | undefined;
4857
4953
  title?: string | undefined;
4858
4954
  alt?: string | null | undefined;
4859
4955
  sizes?: {
@@ -4930,6 +5026,9 @@ export declare const RouteSettings: ContentType<{
4930
5026
  height: number | null;
4931
5027
  size: number;
4932
5028
  orientation: "portrait" | "landscape" | null;
5029
+ key?: string | undefined;
5030
+ access?: "public" | "private" | undefined;
5031
+ previewKey?: string | null | undefined;
4933
5032
  title?: string | undefined;
4934
5033
  alt?: string | null | undefined;
4935
5034
  sizes?: {
@@ -4983,6 +5082,9 @@ export declare const RouteSettings: ContentType<{
4983
5082
  height: number | null;
4984
5083
  size: number;
4985
5084
  orientation: "portrait" | "landscape" | null;
5085
+ key?: string | undefined;
5086
+ access?: "public" | "private" | undefined;
5087
+ previewKey?: string | null | undefined;
4986
5088
  title?: string | undefined;
4987
5089
  alt?: string | null | undefined;
4988
5090
  sizes?: {
@@ -5003,6 +5105,9 @@ export declare const RouteSettings: ContentType<{
5003
5105
  height: number | null;
5004
5106
  size: number;
5005
5107
  orientation: "portrait" | "landscape" | null;
5108
+ key?: string | undefined;
5109
+ access?: "public" | "private" | undefined;
5110
+ previewKey?: string | null | undefined;
5006
5111
  title?: string | undefined;
5007
5112
  alt?: string | null | undefined;
5008
5113
  sizes?: {
@@ -5079,6 +5184,9 @@ export declare const RouteSettings: ContentType<{
5079
5184
  height: number | null;
5080
5185
  size: number;
5081
5186
  orientation: "portrait" | "landscape" | null;
5187
+ key?: string | undefined;
5188
+ access?: "public" | "private" | undefined;
5189
+ previewKey?: string | null | undefined;
5082
5190
  title?: string | undefined;
5083
5191
  alt?: string | null | undefined;
5084
5192
  sizes?: {
@@ -5132,6 +5240,9 @@ export declare const RouteSettings: ContentType<{
5132
5240
  height: number | null;
5133
5241
  size: number;
5134
5242
  orientation: "portrait" | "landscape" | null;
5243
+ key?: string | undefined;
5244
+ access?: "public" | "private" | undefined;
5245
+ previewKey?: string | null | undefined;
5135
5246
  title?: string | undefined;
5136
5247
  alt?: string | null | undefined;
5137
5248
  sizes?: {
@@ -5152,6 +5263,9 @@ export declare const RouteSettings: ContentType<{
5152
5263
  height: number | null;
5153
5264
  size: number;
5154
5265
  orientation: "portrait" | "landscape" | null;
5266
+ key?: string | undefined;
5267
+ access?: "public" | "private" | undefined;
5268
+ previewKey?: string | null | undefined;
5155
5269
  title?: string | undefined;
5156
5270
  alt?: string | null | undefined;
5157
5271
  sizes?: {
@@ -5510,6 +5624,9 @@ export declare const RouteSettings: ContentType<{
5510
5624
  height: number | null;
5511
5625
  size: number;
5512
5626
  orientation: "portrait" | "landscape" | null;
5627
+ key?: string | undefined;
5628
+ access?: "public" | "private" | undefined;
5629
+ previewKey?: string | null | undefined;
5513
5630
  title?: string | undefined;
5514
5631
  alt?: string | null | undefined;
5515
5632
  sizes?: {
@@ -5539,6 +5656,9 @@ export declare const RouteSettings: ContentType<{
5539
5656
  height: number | null;
5540
5657
  size: number;
5541
5658
  orientation: "portrait" | "landscape" | null;
5659
+ key?: string | undefined;
5660
+ access?: "public" | "private" | undefined;
5661
+ previewKey?: string | null | undefined;
5542
5662
  title?: string | undefined;
5543
5663
  alt?: string | null | undefined;
5544
5664
  sizes?: {
@@ -5565,6 +5685,9 @@ export declare const RouteSettings: ContentType<{
5565
5685
  height: number | null;
5566
5686
  size: number;
5567
5687
  orientation: "portrait" | "landscape" | null;
5688
+ key?: string | undefined;
5689
+ access?: "public" | "private" | undefined;
5690
+ previewKey?: string | null | undefined;
5568
5691
  title?: string | undefined;
5569
5692
  alt?: string | null | undefined;
5570
5693
  sizes?: {
@@ -5582,8 +5705,8 @@ export declare const RouteSettings: ContentType<{
5582
5705
  _visibility?: import("..").DocumentVisibility | undefined;
5583
5706
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
5584
5707
  _trashed?: boolean | undefined;
5585
- trashedAt?: Date | undefined;
5586
5708
  _revision?: number | undefined;
5709
+ trashedAt?: Date | undefined;
5587
5710
  createdAt?: Date | undefined;
5588
5711
  updatedAt?: Date | undefined;
5589
5712
  };
@@ -5856,6 +5979,9 @@ export declare const RouteSettings: ContentType<{
5856
5979
  height: number | null;
5857
5980
  size: number;
5858
5981
  orientation: "portrait" | "landscape" | null;
5982
+ key?: string | undefined;
5983
+ access?: "public" | "private" | undefined;
5984
+ previewKey?: string | null | undefined;
5859
5985
  title?: string | undefined;
5860
5986
  alt?: string | null | undefined;
5861
5987
  sizes?: {
@@ -5885,6 +6011,9 @@ export declare const RouteSettings: ContentType<{
5885
6011
  height: number | null;
5886
6012
  size: number;
5887
6013
  orientation: "portrait" | "landscape" | null;
6014
+ key?: string | undefined;
6015
+ access?: "public" | "private" | undefined;
6016
+ previewKey?: string | null | undefined;
5888
6017
  title?: string | undefined;
5889
6018
  alt?: string | null | undefined;
5890
6019
  sizes?: {
@@ -5911,6 +6040,9 @@ export declare const RouteSettings: ContentType<{
5911
6040
  height: number | null;
5912
6041
  size: number;
5913
6042
  orientation: "portrait" | "landscape" | null;
6043
+ key?: string | undefined;
6044
+ access?: "public" | "private" | undefined;
6045
+ previewKey?: string | null | undefined;
5914
6046
  title?: string | undefined;
5915
6047
  alt?: string | null | undefined;
5916
6048
  sizes?: {
@@ -5928,8 +6060,8 @@ export declare const RouteSettings: ContentType<{
5928
6060
  _visibility?: import("..").DocumentVisibility | undefined;
5929
6061
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
5930
6062
  _trashed?: boolean | undefined;
5931
- trashedAt?: Date | undefined;
5932
6063
  _revision?: number | undefined;
6064
+ trashedAt?: Date | undefined;
5933
6065
  createdAt?: Date | undefined;
5934
6066
  updatedAt?: Date | undefined;
5935
6067
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -5947,6 +6079,9 @@ export declare const RouteSettings: ContentType<{
5947
6079
  height: number | null;
5948
6080
  size: number;
5949
6081
  orientation: "portrait" | "landscape" | null;
6082
+ key?: string | undefined;
6083
+ access?: "public" | "private" | undefined;
6084
+ previewKey?: string | null | undefined;
5950
6085
  title?: string | undefined;
5951
6086
  alt?: string | null | undefined;
5952
6087
  sizes?: {
@@ -5976,6 +6111,9 @@ export declare const RouteSettings: ContentType<{
5976
6111
  height: number | null;
5977
6112
  size: number;
5978
6113
  orientation: "portrait" | "landscape" | null;
6114
+ key?: string | undefined;
6115
+ access?: "public" | "private" | undefined;
6116
+ previewKey?: string | null | undefined;
5979
6117
  title?: string | undefined;
5980
6118
  alt?: string | null | undefined;
5981
6119
  sizes?: {
@@ -6002,6 +6140,9 @@ export declare const RouteSettings: ContentType<{
6002
6140
  height: number | null;
6003
6141
  size: number;
6004
6142
  orientation: "portrait" | "landscape" | null;
6143
+ key?: string | undefined;
6144
+ access?: "public" | "private" | undefined;
6145
+ previewKey?: string | null | undefined;
6005
6146
  title?: string | undefined;
6006
6147
  alt?: string | null | undefined;
6007
6148
  sizes?: {
@@ -6019,8 +6160,8 @@ export declare const RouteSettings: ContentType<{
6019
6160
  _visibility?: import("..").DocumentVisibility | undefined;
6020
6161
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
6021
6162
  _trashed?: boolean | undefined;
6022
- trashedAt?: Date | undefined;
6023
6163
  _revision?: number | undefined;
6164
+ trashedAt?: Date | undefined;
6024
6165
  createdAt?: Date | undefined;
6025
6166
  updatedAt?: Date | undefined;
6026
6167
  } | undefined, unknown>>;
@@ -7729,6 +7870,9 @@ export declare const RouteSettings: ContentType<{
7729
7870
  height: number | null;
7730
7871
  size: number;
7731
7872
  orientation: "portrait" | "landscape" | null;
7873
+ key?: string | undefined;
7874
+ access?: "public" | "private" | undefined;
7875
+ previewKey?: string | null | undefined;
7732
7876
  title?: string | undefined;
7733
7877
  alt?: string | null | undefined;
7734
7878
  sizes?: {
@@ -7782,6 +7926,9 @@ export declare const RouteSettings: ContentType<{
7782
7926
  height: number | null;
7783
7927
  size: number;
7784
7928
  orientation: "portrait" | "landscape" | null;
7929
+ key?: string | undefined;
7930
+ access?: "public" | "private" | undefined;
7931
+ previewKey?: string | null | undefined;
7785
7932
  title?: string | undefined;
7786
7933
  alt?: string | null | undefined;
7787
7934
  sizes?: {
@@ -7802,6 +7949,9 @@ export declare const RouteSettings: ContentType<{
7802
7949
  height: number | null;
7803
7950
  size: number;
7804
7951
  orientation: "portrait" | "landscape" | null;
7952
+ key?: string | undefined;
7953
+ access?: "public" | "private" | undefined;
7954
+ previewKey?: string | null | undefined;
7805
7955
  title?: string | undefined;
7806
7956
  alt?: string | null | undefined;
7807
7957
  sizes?: {
@@ -7828,6 +7978,9 @@ export declare const RouteSettings: ContentType<{
7828
7978
  height: number | null;
7829
7979
  size: number;
7830
7980
  orientation: "portrait" | "landscape" | null;
7981
+ key?: string | undefined;
7982
+ access?: "public" | "private" | undefined;
7983
+ previewKey?: string | null | undefined;
7831
7984
  title?: string | undefined;
7832
7985
  alt?: string | null | undefined;
7833
7986
  sizes?: {
@@ -7862,6 +8015,9 @@ export declare const RouteSettings: ContentType<{
7862
8015
  height: number | null;
7863
8016
  size: number;
7864
8017
  orientation: "portrait" | "landscape" | null;
8018
+ key?: string | undefined;
8019
+ access?: "public" | "private" | undefined;
8020
+ previewKey?: string | null | undefined;
7865
8021
  title?: string | undefined;
7866
8022
  alt?: string | null | undefined;
7867
8023
  sizes?: {
@@ -7915,6 +8071,9 @@ export declare const RouteSettings: ContentType<{
7915
8071
  height: number | null;
7916
8072
  size: number;
7917
8073
  orientation: "portrait" | "landscape" | null;
8074
+ key?: string | undefined;
8075
+ access?: "public" | "private" | undefined;
8076
+ previewKey?: string | null | undefined;
7918
8077
  title?: string | undefined;
7919
8078
  alt?: string | null | undefined;
7920
8079
  sizes?: {
@@ -7935,6 +8094,9 @@ export declare const RouteSettings: ContentType<{
7935
8094
  height: number | null;
7936
8095
  size: number;
7937
8096
  orientation: "portrait" | "landscape" | null;
8097
+ key?: string | undefined;
8098
+ access?: "public" | "private" | undefined;
8099
+ previewKey?: string | null | undefined;
7938
8100
  title?: string | undefined;
7939
8101
  alt?: string | null | undefined;
7940
8102
  sizes?: {
@@ -8011,6 +8173,9 @@ export declare const RouteSettings: ContentType<{
8011
8173
  height: number | null;
8012
8174
  size: number;
8013
8175
  orientation: "portrait" | "landscape" | null;
8176
+ key?: string | undefined;
8177
+ access?: "public" | "private" | undefined;
8178
+ previewKey?: string | null | undefined;
8014
8179
  title?: string | undefined;
8015
8180
  alt?: string | null | undefined;
8016
8181
  sizes?: {
@@ -8064,6 +8229,9 @@ export declare const RouteSettings: ContentType<{
8064
8229
  height: number | null;
8065
8230
  size: number;
8066
8231
  orientation: "portrait" | "landscape" | null;
8232
+ key?: string | undefined;
8233
+ access?: "public" | "private" | undefined;
8234
+ previewKey?: string | null | undefined;
8067
8235
  title?: string | undefined;
8068
8236
  alt?: string | null | undefined;
8069
8237
  sizes?: {
@@ -8084,6 +8252,9 @@ export declare const RouteSettings: ContentType<{
8084
8252
  height: number | null;
8085
8253
  size: number;
8086
8254
  orientation: "portrait" | "landscape" | null;
8255
+ key?: string | undefined;
8256
+ access?: "public" | "private" | undefined;
8257
+ previewKey?: string | null | undefined;
8087
8258
  title?: string | undefined;
8088
8259
  alt?: string | null | undefined;
8089
8260
  sizes?: {
@@ -8160,6 +8331,9 @@ export declare const RouteSettings: ContentType<{
8160
8331
  height: number | null;
8161
8332
  size: number;
8162
8333
  orientation: "portrait" | "landscape" | null;
8334
+ key?: string | undefined;
8335
+ access?: "public" | "private" | undefined;
8336
+ previewKey?: string | null | undefined;
8163
8337
  title?: string | undefined;
8164
8338
  alt?: string | null | undefined;
8165
8339
  sizes?: {
@@ -8213,6 +8387,9 @@ export declare const RouteSettings: ContentType<{
8213
8387
  height: number | null;
8214
8388
  size: number;
8215
8389
  orientation: "portrait" | "landscape" | null;
8390
+ key?: string | undefined;
8391
+ access?: "public" | "private" | undefined;
8392
+ previewKey?: string | null | undefined;
8216
8393
  title?: string | undefined;
8217
8394
  alt?: string | null | undefined;
8218
8395
  sizes?: {
@@ -8233,6 +8410,9 @@ export declare const RouteSettings: ContentType<{
8233
8410
  height: number | null;
8234
8411
  size: number;
8235
8412
  orientation: "portrait" | "landscape" | null;
8413
+ key?: string | undefined;
8414
+ access?: "public" | "private" | undefined;
8415
+ previewKey?: string | null | undefined;
8236
8416
  title?: string | undefined;
8237
8417
  alt?: string | null | undefined;
8238
8418
  sizes?: {
@@ -8984,6 +9164,9 @@ export declare const RouteSettings: ContentType<{
8984
9164
  height: number | null;
8985
9165
  size: number;
8986
9166
  orientation: "portrait" | "landscape" | null;
9167
+ key?: string | undefined;
9168
+ access?: "public" | "private" | undefined;
9169
+ previewKey?: string | null | undefined;
8987
9170
  title?: string | undefined;
8988
9171
  alt?: string | null | undefined;
8989
9172
  sizes?: {
@@ -9037,6 +9220,9 @@ export declare const RouteSettings: ContentType<{
9037
9220
  height: number | null;
9038
9221
  size: number;
9039
9222
  orientation: "portrait" | "landscape" | null;
9223
+ key?: string | undefined;
9224
+ access?: "public" | "private" | undefined;
9225
+ previewKey?: string | null | undefined;
9040
9226
  title?: string | undefined;
9041
9227
  alt?: string | null | undefined;
9042
9228
  sizes?: {
@@ -9057,6 +9243,9 @@ export declare const RouteSettings: ContentType<{
9057
9243
  height: number | null;
9058
9244
  size: number;
9059
9245
  orientation: "portrait" | "landscape" | null;
9246
+ key?: string | undefined;
9247
+ access?: "public" | "private" | undefined;
9248
+ previewKey?: string | null | undefined;
9060
9249
  title?: string | undefined;
9061
9250
  alt?: string | null | undefined;
9062
9251
  sizes?: {
@@ -9083,6 +9272,9 @@ export declare const RouteSettings: ContentType<{
9083
9272
  height: number | null;
9084
9273
  size: number;
9085
9274
  orientation: "portrait" | "landscape" | null;
9275
+ key?: string | undefined;
9276
+ access?: "public" | "private" | undefined;
9277
+ previewKey?: string | null | undefined;
9086
9278
  title?: string | undefined;
9087
9279
  alt?: string | null | undefined;
9088
9280
  sizes?: {
@@ -9117,6 +9309,9 @@ export declare const RouteSettings: ContentType<{
9117
9309
  height: number | null;
9118
9310
  size: number;
9119
9311
  orientation: "portrait" | "landscape" | null;
9312
+ key?: string | undefined;
9313
+ access?: "public" | "private" | undefined;
9314
+ previewKey?: string | null | undefined;
9120
9315
  title?: string | undefined;
9121
9316
  alt?: string | null | undefined;
9122
9317
  sizes?: {
@@ -9170,6 +9365,9 @@ export declare const RouteSettings: ContentType<{
9170
9365
  height: number | null;
9171
9366
  size: number;
9172
9367
  orientation: "portrait" | "landscape" | null;
9368
+ key?: string | undefined;
9369
+ access?: "public" | "private" | undefined;
9370
+ previewKey?: string | null | undefined;
9173
9371
  title?: string | undefined;
9174
9372
  alt?: string | null | undefined;
9175
9373
  sizes?: {
@@ -9190,6 +9388,9 @@ export declare const RouteSettings: ContentType<{
9190
9388
  height: number | null;
9191
9389
  size: number;
9192
9390
  orientation: "portrait" | "landscape" | null;
9391
+ key?: string | undefined;
9392
+ access?: "public" | "private" | undefined;
9393
+ previewKey?: string | null | undefined;
9193
9394
  title?: string | undefined;
9194
9395
  alt?: string | null | undefined;
9195
9396
  sizes?: {
@@ -9266,6 +9467,9 @@ export declare const RouteSettings: ContentType<{
9266
9467
  height: number | null;
9267
9468
  size: number;
9268
9469
  orientation: "portrait" | "landscape" | null;
9470
+ key?: string | undefined;
9471
+ access?: "public" | "private" | undefined;
9472
+ previewKey?: string | null | undefined;
9269
9473
  title?: string | undefined;
9270
9474
  alt?: string | null | undefined;
9271
9475
  sizes?: {
@@ -9319,6 +9523,9 @@ export declare const RouteSettings: ContentType<{
9319
9523
  height: number | null;
9320
9524
  size: number;
9321
9525
  orientation: "portrait" | "landscape" | null;
9526
+ key?: string | undefined;
9527
+ access?: "public" | "private" | undefined;
9528
+ previewKey?: string | null | undefined;
9322
9529
  title?: string | undefined;
9323
9530
  alt?: string | null | undefined;
9324
9531
  sizes?: {
@@ -9339,6 +9546,9 @@ export declare const RouteSettings: ContentType<{
9339
9546
  height: number | null;
9340
9547
  size: number;
9341
9548
  orientation: "portrait" | "landscape" | null;
9549
+ key?: string | undefined;
9550
+ access?: "public" | "private" | undefined;
9551
+ previewKey?: string | null | undefined;
9342
9552
  title?: string | undefined;
9343
9553
  alt?: string | null | undefined;
9344
9554
  sizes?: {
@@ -9415,6 +9625,9 @@ export declare const RouteSettings: ContentType<{
9415
9625
  height: number | null;
9416
9626
  size: number;
9417
9627
  orientation: "portrait" | "landscape" | null;
9628
+ key?: string | undefined;
9629
+ access?: "public" | "private" | undefined;
9630
+ previewKey?: string | null | undefined;
9418
9631
  title?: string | undefined;
9419
9632
  alt?: string | null | undefined;
9420
9633
  sizes?: {
@@ -9468,6 +9681,9 @@ export declare const RouteSettings: ContentType<{
9468
9681
  height: number | null;
9469
9682
  size: number;
9470
9683
  orientation: "portrait" | "landscape" | null;
9684
+ key?: string | undefined;
9685
+ access?: "public" | "private" | undefined;
9686
+ previewKey?: string | null | undefined;
9471
9687
  title?: string | undefined;
9472
9688
  alt?: string | null | undefined;
9473
9689
  sizes?: {
@@ -9488,6 +9704,9 @@ export declare const RouteSettings: ContentType<{
9488
9704
  height: number | null;
9489
9705
  size: number;
9490
9706
  orientation: "portrait" | "landscape" | null;
9707
+ key?: string | undefined;
9708
+ access?: "public" | "private" | undefined;
9709
+ previewKey?: string | null | undefined;
9491
9710
  title?: string | undefined;
9492
9711
  alt?: string | null | undefined;
9493
9712
  sizes?: {