@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
@@ -211,8 +211,8 @@ export declare const WebAuthnCredential: ContentType<{
211
211
  _visibility?: import("..").DocumentVisibility | undefined;
212
212
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
213
213
  _trashed?: boolean | undefined;
214
- trashedAt?: Date | undefined;
215
214
  _revision?: number | undefined;
215
+ trashedAt?: Date | undefined;
216
216
  createdAt?: Date | undefined;
217
217
  updatedAt?: Date | undefined;
218
218
  };
@@ -231,8 +231,8 @@ export declare const WebAuthnCredential: ContentType<{
231
231
  _visibility?: import("..").DocumentVisibility | undefined;
232
232
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
233
233
  _trashed?: boolean | undefined;
234
- trashedAt?: Date | undefined;
235
234
  _revision?: number | undefined;
235
+ trashedAt?: Date | undefined;
236
236
  createdAt?: Date | undefined;
237
237
  updatedAt?: Date | undefined;
238
238
  };
@@ -256,8 +256,8 @@ export declare const WebAuthnCredential: ContentType<{
256
256
  _visibility?: import("..").DocumentVisibility | undefined;
257
257
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
258
258
  _trashed?: boolean | undefined;
259
- trashedAt?: Date | undefined;
260
259
  _revision?: number | undefined;
260
+ trashedAt?: Date | undefined;
261
261
  createdAt?: Date | undefined;
262
262
  updatedAt?: Date | undefined;
263
263
  };
@@ -276,8 +276,8 @@ export declare const WebAuthnCredential: ContentType<{
276
276
  _visibility?: import("..").DocumentVisibility | undefined;
277
277
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
278
278
  _trashed?: boolean | undefined;
279
- trashedAt?: Date | undefined;
280
279
  _revision?: number | undefined;
280
+ trashedAt?: Date | undefined;
281
281
  createdAt?: Date | undefined;
282
282
  updatedAt?: Date | undefined;
283
283
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -292,8 +292,8 @@ export declare const WebAuthnCredential: ContentType<{
292
292
  _visibility?: import("..").DocumentVisibility | undefined;
293
293
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
294
294
  _trashed?: boolean | undefined;
295
- trashedAt?: Date | undefined;
296
295
  _revision?: number | undefined;
296
+ trashedAt?: Date | undefined;
297
297
  createdAt?: Date | undefined;
298
298
  updatedAt?: Date | undefined;
299
299
  };
@@ -312,8 +312,8 @@ export declare const WebAuthnCredential: ContentType<{
312
312
  _visibility?: import("..").DocumentVisibility | undefined;
313
313
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
314
314
  _trashed?: boolean | undefined;
315
- trashedAt?: Date | undefined;
316
315
  _revision?: number | undefined;
316
+ trashedAt?: Date | undefined;
317
317
  createdAt?: Date | undefined;
318
318
  updatedAt?: Date | undefined;
319
319
  } | undefined, unknown>>;
@@ -335,9 +335,9 @@ export declare const WebAuthnCredential: ContentType<{
335
335
  _visibility?: import("..").DocumentVisibility | undefined;
336
336
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
337
337
  _trashed?: boolean | undefined;
338
+ _revision?: number | undefined;
338
339
  trashedAt?: Date | undefined;
339
340
  trashedBy?: string | undefined;
340
- _revision?: number | undefined;
341
341
  createdAt?: Date | undefined;
342
342
  updatedAt?: Date | undefined;
343
343
  createdBy?: string | undefined;
@@ -358,9 +358,9 @@ export declare const WebAuthnCredential: ContentType<{
358
358
  _visibility?: import("..").DocumentVisibility | undefined;
359
359
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
360
360
  _trashed?: boolean | undefined;
361
+ _revision?: number | undefined;
361
362
  trashedAt?: Date | undefined;
362
363
  trashedBy?: string | undefined;
363
- _revision?: number | undefined;
364
364
  createdAt?: Date | undefined;
365
365
  updatedAt?: Date | undefined;
366
366
  createdBy?: string | undefined;
@@ -960,8 +960,8 @@ export declare const WebAuthnCredential: ContentType<{
960
960
  _visibility?: import("..").DocumentVisibility | undefined;
961
961
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
962
962
  _trashed?: boolean | undefined;
963
- trashedAt?: Date | undefined;
964
963
  _revision?: number | undefined;
964
+ trashedAt?: Date | undefined;
965
965
  createdAt?: Date | undefined;
966
966
  updatedAt?: Date | undefined;
967
967
  };
@@ -982,8 +982,8 @@ export declare const WebAuthnCredential: ContentType<{
982
982
  _visibility?: import("..").DocumentVisibility | undefined;
983
983
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
984
984
  _trashed?: boolean | undefined;
985
- trashedAt?: Date | undefined;
986
985
  _revision?: number | undefined;
986
+ trashedAt?: Date | undefined;
987
987
  createdAt?: Date | undefined;
988
988
  updatedAt?: Date | undefined;
989
989
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -995,8 +995,8 @@ export declare const WebAuthnCredential: ContentType<{
995
995
  _visibility?: import("..").DocumentVisibility | undefined;
996
996
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
997
997
  _trashed?: boolean | undefined;
998
- trashedAt?: Date | undefined;
999
998
  _revision?: number | undefined;
999
+ trashedAt?: Date | undefined;
1000
1000
  createdAt?: Date | undefined;
1001
1001
  updatedAt?: Date | undefined;
1002
1002
  } | undefined, unknown>>;
@@ -1014,9 +1014,9 @@ export declare const WebAuthnCredential: ContentType<{
1014
1014
  _visibility?: import("..").DocumentVisibility | undefined;
1015
1015
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1016
1016
  _trashed?: boolean | undefined;
1017
+ _revision?: number | undefined;
1017
1018
  trashedAt?: Date | undefined;
1018
1019
  trashedBy?: string | undefined;
1019
- _revision?: number | undefined;
1020
1020
  createdAt?: Date | undefined;
1021
1021
  updatedAt?: Date | undefined;
1022
1022
  createdBy?: string | undefined;
@@ -1233,8 +1233,8 @@ export declare const WebAuthnCredential: ContentType<{
1233
1233
  _visibility?: import("..").DocumentVisibility | undefined;
1234
1234
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1235
1235
  _trashed?: boolean | undefined;
1236
- trashedAt?: Date | undefined;
1237
1236
  _revision?: number | undefined;
1237
+ trashedAt?: Date | undefined;
1238
1238
  createdAt?: Date | undefined;
1239
1239
  updatedAt?: Date | undefined;
1240
1240
  };
@@ -1255,8 +1255,8 @@ export declare const WebAuthnCredential: ContentType<{
1255
1255
  _visibility?: import("..").DocumentVisibility | undefined;
1256
1256
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1257
1257
  _trashed?: boolean | undefined;
1258
- trashedAt?: Date | undefined;
1259
1258
  _revision?: number | undefined;
1259
+ trashedAt?: Date | undefined;
1260
1260
  createdAt?: Date | undefined;
1261
1261
  updatedAt?: Date | undefined;
1262
1262
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -1268,8 +1268,8 @@ export declare const WebAuthnCredential: ContentType<{
1268
1268
  _visibility?: import("..").DocumentVisibility | undefined;
1269
1269
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1270
1270
  _trashed?: boolean | undefined;
1271
- trashedAt?: Date | undefined;
1272
1271
  _revision?: number | undefined;
1272
+ trashedAt?: Date | undefined;
1273
1273
  createdAt?: Date | undefined;
1274
1274
  updatedAt?: Date | undefined;
1275
1275
  } | undefined, unknown>>;
@@ -1559,8 +1559,8 @@ export declare const WebAuthnCredential: ContentType<{
1559
1559
  _visibility?: import("..").DocumentVisibility | undefined;
1560
1560
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1561
1561
  _trashed?: boolean | undefined;
1562
- trashedAt?: Date | undefined;
1563
1562
  _revision?: number | undefined;
1563
+ trashedAt?: Date | undefined;
1564
1564
  createdAt?: Date | undefined;
1565
1565
  updatedAt?: Date | undefined;
1566
1566
  };
@@ -1579,8 +1579,8 @@ export declare const WebAuthnCredential: ContentType<{
1579
1579
  _visibility?: import("..").DocumentVisibility | undefined;
1580
1580
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1581
1581
  _trashed?: boolean | undefined;
1582
- trashedAt?: Date | undefined;
1583
1582
  _revision?: number | undefined;
1583
+ trashedAt?: Date | undefined;
1584
1584
  createdAt?: Date | undefined;
1585
1585
  updatedAt?: Date | undefined;
1586
1586
  };
@@ -1604,8 +1604,8 @@ export declare const WebAuthnCredential: ContentType<{
1604
1604
  _visibility?: import("..").DocumentVisibility | undefined;
1605
1605
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1606
1606
  _trashed?: boolean | undefined;
1607
- trashedAt?: Date | undefined;
1608
1607
  _revision?: number | undefined;
1608
+ trashedAt?: Date | undefined;
1609
1609
  createdAt?: Date | undefined;
1610
1610
  updatedAt?: Date | undefined;
1611
1611
  };
@@ -1624,8 +1624,8 @@ export declare const WebAuthnCredential: ContentType<{
1624
1624
  _visibility?: import("..").DocumentVisibility | undefined;
1625
1625
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1626
1626
  _trashed?: boolean | undefined;
1627
- trashedAt?: Date | undefined;
1628
1627
  _revision?: number | undefined;
1628
+ trashedAt?: Date | undefined;
1629
1629
  createdAt?: Date | undefined;
1630
1630
  updatedAt?: Date | undefined;
1631
1631
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -1640,8 +1640,8 @@ export declare const WebAuthnCredential: ContentType<{
1640
1640
  _visibility?: import("..").DocumentVisibility | undefined;
1641
1641
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1642
1642
  _trashed?: boolean | undefined;
1643
- trashedAt?: Date | undefined;
1644
1643
  _revision?: number | undefined;
1644
+ trashedAt?: Date | undefined;
1645
1645
  createdAt?: Date | undefined;
1646
1646
  updatedAt?: Date | undefined;
1647
1647
  };
@@ -1660,8 +1660,8 @@ export declare const WebAuthnCredential: ContentType<{
1660
1660
  _visibility?: import("..").DocumentVisibility | undefined;
1661
1661
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1662
1662
  _trashed?: boolean | undefined;
1663
- trashedAt?: Date | undefined;
1664
1663
  _revision?: number | undefined;
1664
+ trashedAt?: Date | undefined;
1665
1665
  createdAt?: Date | undefined;
1666
1666
  updatedAt?: Date | undefined;
1667
1667
  } | undefined, unknown>>;
@@ -2300,8 +2300,8 @@ export declare const WebAuthnCredential: ContentType<{
2300
2300
  _visibility?: import("..").DocumentVisibility | undefined;
2301
2301
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2302
2302
  _trashed?: boolean | undefined;
2303
- trashedAt?: Date | undefined;
2304
2303
  _revision?: number | undefined;
2304
+ trashedAt?: Date | undefined;
2305
2305
  createdAt?: Date | undefined;
2306
2306
  updatedAt?: Date | undefined;
2307
2307
  };
@@ -2322,8 +2322,8 @@ export declare const WebAuthnCredential: ContentType<{
2322
2322
  _visibility?: import("..").DocumentVisibility | undefined;
2323
2323
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2324
2324
  _trashed?: boolean | undefined;
2325
- trashedAt?: Date | undefined;
2326
2325
  _revision?: number | undefined;
2326
+ trashedAt?: Date | undefined;
2327
2327
  createdAt?: Date | undefined;
2328
2328
  updatedAt?: Date | undefined;
2329
2329
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -2335,8 +2335,8 @@ export declare const WebAuthnCredential: ContentType<{
2335
2335
  _visibility?: import("..").DocumentVisibility | undefined;
2336
2336
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2337
2337
  _trashed?: boolean | undefined;
2338
- trashedAt?: Date | undefined;
2339
2338
  _revision?: number | undefined;
2339
+ trashedAt?: Date | undefined;
2340
2340
  createdAt?: Date | undefined;
2341
2341
  updatedAt?: Date | undefined;
2342
2342
  } | undefined, unknown>>;
@@ -2354,9 +2354,9 @@ export declare const WebAuthnCredential: ContentType<{
2354
2354
  _visibility?: import("..").DocumentVisibility | undefined;
2355
2355
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2356
2356
  _trashed?: boolean | undefined;
2357
+ _revision?: number | undefined;
2357
2358
  trashedAt?: Date | undefined;
2358
2359
  trashedBy?: string | undefined;
2359
- _revision?: number | undefined;
2360
2360
  createdAt?: Date | undefined;
2361
2361
  updatedAt?: Date | undefined;
2362
2362
  createdBy?: string | undefined;
@@ -2573,8 +2573,8 @@ export declare const WebAuthnCredential: ContentType<{
2573
2573
  _visibility?: import("..").DocumentVisibility | undefined;
2574
2574
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2575
2575
  _trashed?: boolean | undefined;
2576
- trashedAt?: Date | undefined;
2577
2576
  _revision?: number | undefined;
2577
+ trashedAt?: Date | undefined;
2578
2578
  createdAt?: Date | undefined;
2579
2579
  updatedAt?: Date | undefined;
2580
2580
  };
@@ -2595,8 +2595,8 @@ export declare const WebAuthnCredential: ContentType<{
2595
2595
  _visibility?: import("..").DocumentVisibility | undefined;
2596
2596
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2597
2597
  _trashed?: boolean | undefined;
2598
- trashedAt?: Date | undefined;
2599
2598
  _revision?: number | undefined;
2599
+ trashedAt?: Date | undefined;
2600
2600
  createdAt?: Date | undefined;
2601
2601
  updatedAt?: Date | undefined;
2602
2602
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -2608,8 +2608,8 @@ export declare const WebAuthnCredential: ContentType<{
2608
2608
  _visibility?: import("..").DocumentVisibility | undefined;
2609
2609
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2610
2610
  _trashed?: boolean | undefined;
2611
- trashedAt?: Date | undefined;
2612
2611
  _revision?: number | undefined;
2612
+ trashedAt?: Date | undefined;
2613
2613
  createdAt?: Date | undefined;
2614
2614
  updatedAt?: Date | undefined;
2615
2615
  } | undefined, unknown>>;
@@ -211,8 +211,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
211
211
  _visibility?: import("..").DocumentVisibility | undefined;
212
212
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
213
213
  _trashed?: boolean | undefined;
214
- trashedAt?: Date | undefined;
215
214
  _revision?: number | undefined;
215
+ trashedAt?: Date | undefined;
216
216
  createdAt?: Date | undefined;
217
217
  updatedAt?: Date | undefined;
218
218
  };
@@ -231,8 +231,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
231
231
  _visibility?: import("..").DocumentVisibility | undefined;
232
232
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
233
233
  _trashed?: boolean | undefined;
234
- trashedAt?: Date | undefined;
235
234
  _revision?: number | undefined;
235
+ trashedAt?: Date | undefined;
236
236
  createdAt?: Date | undefined;
237
237
  updatedAt?: Date | undefined;
238
238
  };
@@ -256,8 +256,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
256
256
  _visibility?: import("..").DocumentVisibility | undefined;
257
257
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
258
258
  _trashed?: boolean | undefined;
259
- trashedAt?: Date | undefined;
260
259
  _revision?: number | undefined;
260
+ trashedAt?: Date | undefined;
261
261
  createdAt?: Date | undefined;
262
262
  updatedAt?: Date | undefined;
263
263
  };
@@ -276,8 +276,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
276
276
  _visibility?: import("..").DocumentVisibility | undefined;
277
277
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
278
278
  _trashed?: boolean | undefined;
279
- trashedAt?: Date | undefined;
280
279
  _revision?: number | undefined;
280
+ trashedAt?: Date | undefined;
281
281
  createdAt?: Date | undefined;
282
282
  updatedAt?: Date | undefined;
283
283
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -292,8 +292,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
292
292
  _visibility?: import("..").DocumentVisibility | undefined;
293
293
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
294
294
  _trashed?: boolean | undefined;
295
- trashedAt?: Date | undefined;
296
295
  _revision?: number | undefined;
296
+ trashedAt?: Date | undefined;
297
297
  createdAt?: Date | undefined;
298
298
  updatedAt?: Date | undefined;
299
299
  };
@@ -312,8 +312,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
312
312
  _visibility?: import("..").DocumentVisibility | undefined;
313
313
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
314
314
  _trashed?: boolean | undefined;
315
- trashedAt?: Date | undefined;
316
315
  _revision?: number | undefined;
316
+ trashedAt?: Date | undefined;
317
317
  createdAt?: Date | undefined;
318
318
  updatedAt?: Date | undefined;
319
319
  } | undefined, unknown>>;
@@ -335,9 +335,9 @@ export declare const WebAuthnRegChallenge: ContentType<{
335
335
  _visibility?: import("..").DocumentVisibility | undefined;
336
336
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
337
337
  _trashed?: boolean | undefined;
338
+ _revision?: number | undefined;
338
339
  trashedAt?: Date | undefined;
339
340
  trashedBy?: string | undefined;
340
- _revision?: number | undefined;
341
341
  createdAt?: Date | undefined;
342
342
  updatedAt?: Date | undefined;
343
343
  createdBy?: string | undefined;
@@ -358,9 +358,9 @@ export declare const WebAuthnRegChallenge: ContentType<{
358
358
  _visibility?: import("..").DocumentVisibility | undefined;
359
359
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
360
360
  _trashed?: boolean | undefined;
361
+ _revision?: number | undefined;
361
362
  trashedAt?: Date | undefined;
362
363
  trashedBy?: string | undefined;
363
- _revision?: number | undefined;
364
364
  createdAt?: Date | undefined;
365
365
  updatedAt?: Date | undefined;
366
366
  createdBy?: string | undefined;
@@ -960,8 +960,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
960
960
  _visibility?: import("..").DocumentVisibility | undefined;
961
961
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
962
962
  _trashed?: boolean | undefined;
963
- trashedAt?: Date | undefined;
964
963
  _revision?: number | undefined;
964
+ trashedAt?: Date | undefined;
965
965
  createdAt?: Date | undefined;
966
966
  updatedAt?: Date | undefined;
967
967
  };
@@ -982,8 +982,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
982
982
  _visibility?: import("..").DocumentVisibility | undefined;
983
983
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
984
984
  _trashed?: boolean | undefined;
985
- trashedAt?: Date | undefined;
986
985
  _revision?: number | undefined;
986
+ trashedAt?: Date | undefined;
987
987
  createdAt?: Date | undefined;
988
988
  updatedAt?: Date | undefined;
989
989
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -995,8 +995,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
995
995
  _visibility?: import("..").DocumentVisibility | undefined;
996
996
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
997
997
  _trashed?: boolean | undefined;
998
- trashedAt?: Date | undefined;
999
998
  _revision?: number | undefined;
999
+ trashedAt?: Date | undefined;
1000
1000
  createdAt?: Date | undefined;
1001
1001
  updatedAt?: Date | undefined;
1002
1002
  } | undefined, unknown>>;
@@ -1014,9 +1014,9 @@ export declare const WebAuthnRegChallenge: ContentType<{
1014
1014
  _visibility?: import("..").DocumentVisibility | undefined;
1015
1015
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1016
1016
  _trashed?: boolean | undefined;
1017
+ _revision?: number | undefined;
1017
1018
  trashedAt?: Date | undefined;
1018
1019
  trashedBy?: string | undefined;
1019
- _revision?: number | undefined;
1020
1020
  createdAt?: Date | undefined;
1021
1021
  updatedAt?: Date | undefined;
1022
1022
  createdBy?: string | undefined;
@@ -1233,8 +1233,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1233
1233
  _visibility?: import("..").DocumentVisibility | undefined;
1234
1234
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1235
1235
  _trashed?: boolean | undefined;
1236
- trashedAt?: Date | undefined;
1237
1236
  _revision?: number | undefined;
1237
+ trashedAt?: Date | undefined;
1238
1238
  createdAt?: Date | undefined;
1239
1239
  updatedAt?: Date | undefined;
1240
1240
  };
@@ -1255,8 +1255,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1255
1255
  _visibility?: import("..").DocumentVisibility | undefined;
1256
1256
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1257
1257
  _trashed?: boolean | undefined;
1258
- trashedAt?: Date | undefined;
1259
1258
  _revision?: number | undefined;
1259
+ trashedAt?: Date | undefined;
1260
1260
  createdAt?: Date | undefined;
1261
1261
  updatedAt?: Date | undefined;
1262
1262
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -1268,8 +1268,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1268
1268
  _visibility?: import("..").DocumentVisibility | undefined;
1269
1269
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1270
1270
  _trashed?: boolean | undefined;
1271
- trashedAt?: Date | undefined;
1272
1271
  _revision?: number | undefined;
1272
+ trashedAt?: Date | undefined;
1273
1273
  createdAt?: Date | undefined;
1274
1274
  updatedAt?: Date | undefined;
1275
1275
  } | undefined, unknown>>;
@@ -1559,8 +1559,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1559
1559
  _visibility?: import("..").DocumentVisibility | undefined;
1560
1560
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1561
1561
  _trashed?: boolean | undefined;
1562
- trashedAt?: Date | undefined;
1563
1562
  _revision?: number | undefined;
1563
+ trashedAt?: Date | undefined;
1564
1564
  createdAt?: Date | undefined;
1565
1565
  updatedAt?: Date | undefined;
1566
1566
  };
@@ -1579,8 +1579,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1579
1579
  _visibility?: import("..").DocumentVisibility | undefined;
1580
1580
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1581
1581
  _trashed?: boolean | undefined;
1582
- trashedAt?: Date | undefined;
1583
1582
  _revision?: number | undefined;
1583
+ trashedAt?: Date | undefined;
1584
1584
  createdAt?: Date | undefined;
1585
1585
  updatedAt?: Date | undefined;
1586
1586
  };
@@ -1604,8 +1604,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1604
1604
  _visibility?: import("..").DocumentVisibility | undefined;
1605
1605
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1606
1606
  _trashed?: boolean | undefined;
1607
- trashedAt?: Date | undefined;
1608
1607
  _revision?: number | undefined;
1608
+ trashedAt?: Date | undefined;
1609
1609
  createdAt?: Date | undefined;
1610
1610
  updatedAt?: Date | undefined;
1611
1611
  };
@@ -1624,8 +1624,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1624
1624
  _visibility?: import("..").DocumentVisibility | undefined;
1625
1625
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1626
1626
  _trashed?: boolean | undefined;
1627
- trashedAt?: Date | undefined;
1628
1627
  _revision?: number | undefined;
1628
+ trashedAt?: Date | undefined;
1629
1629
  createdAt?: Date | undefined;
1630
1630
  updatedAt?: Date | undefined;
1631
1631
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -1640,8 +1640,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1640
1640
  _visibility?: import("..").DocumentVisibility | undefined;
1641
1641
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1642
1642
  _trashed?: boolean | undefined;
1643
- trashedAt?: Date | undefined;
1644
1643
  _revision?: number | undefined;
1644
+ trashedAt?: Date | undefined;
1645
1645
  createdAt?: Date | undefined;
1646
1646
  updatedAt?: Date | undefined;
1647
1647
  };
@@ -1660,8 +1660,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
1660
1660
  _visibility?: import("..").DocumentVisibility | undefined;
1661
1661
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1662
1662
  _trashed?: boolean | undefined;
1663
- trashedAt?: Date | undefined;
1664
1663
  _revision?: number | undefined;
1664
+ trashedAt?: Date | undefined;
1665
1665
  createdAt?: Date | undefined;
1666
1666
  updatedAt?: Date | undefined;
1667
1667
  } | undefined, unknown>>;
@@ -2300,8 +2300,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2300
2300
  _visibility?: import("..").DocumentVisibility | undefined;
2301
2301
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2302
2302
  _trashed?: boolean | undefined;
2303
- trashedAt?: Date | undefined;
2304
2303
  _revision?: number | undefined;
2304
+ trashedAt?: Date | undefined;
2305
2305
  createdAt?: Date | undefined;
2306
2306
  updatedAt?: Date | undefined;
2307
2307
  };
@@ -2322,8 +2322,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2322
2322
  _visibility?: import("..").DocumentVisibility | undefined;
2323
2323
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2324
2324
  _trashed?: boolean | undefined;
2325
- trashedAt?: Date | undefined;
2326
2325
  _revision?: number | undefined;
2326
+ trashedAt?: Date | undefined;
2327
2327
  createdAt?: Date | undefined;
2328
2328
  updatedAt?: Date | undefined;
2329
2329
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -2335,8 +2335,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2335
2335
  _visibility?: import("..").DocumentVisibility | undefined;
2336
2336
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2337
2337
  _trashed?: boolean | undefined;
2338
- trashedAt?: Date | undefined;
2339
2338
  _revision?: number | undefined;
2339
+ trashedAt?: Date | undefined;
2340
2340
  createdAt?: Date | undefined;
2341
2341
  updatedAt?: Date | undefined;
2342
2342
  } | undefined, unknown>>;
@@ -2354,9 +2354,9 @@ export declare const WebAuthnRegChallenge: ContentType<{
2354
2354
  _visibility?: import("..").DocumentVisibility | undefined;
2355
2355
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2356
2356
  _trashed?: boolean | undefined;
2357
+ _revision?: number | undefined;
2357
2358
  trashedAt?: Date | undefined;
2358
2359
  trashedBy?: string | undefined;
2359
- _revision?: number | undefined;
2360
2360
  createdAt?: Date | undefined;
2361
2361
  updatedAt?: Date | undefined;
2362
2362
  createdBy?: string | undefined;
@@ -2573,8 +2573,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2573
2573
  _visibility?: import("..").DocumentVisibility | undefined;
2574
2574
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2575
2575
  _trashed?: boolean | undefined;
2576
- trashedAt?: Date | undefined;
2577
2576
  _revision?: number | undefined;
2577
+ trashedAt?: Date | undefined;
2578
2578
  createdAt?: Date | undefined;
2579
2579
  updatedAt?: Date | undefined;
2580
2580
  };
@@ -2595,8 +2595,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2595
2595
  _visibility?: import("..").DocumentVisibility | undefined;
2596
2596
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2597
2597
  _trashed?: boolean | undefined;
2598
- trashedAt?: Date | undefined;
2599
2598
  _revision?: number | undefined;
2599
+ trashedAt?: Date | undefined;
2600
2600
  createdAt?: Date | undefined;
2601
2601
  updatedAt?: Date | undefined;
2602
2602
  } | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<{
@@ -2608,8 +2608,8 @@ export declare const WebAuthnRegChallenge: ContentType<{
2608
2608
  _visibility?: import("..").DocumentVisibility | undefined;
2609
2609
  _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2610
2610
  _trashed?: boolean | undefined;
2611
- trashedAt?: Date | undefined;
2612
2611
  _revision?: number | undefined;
2612
+ trashedAt?: Date | undefined;
2613
2613
  createdAt?: Date | undefined;
2614
2614
  updatedAt?: Date | undefined;
2615
2615
  } | undefined, unknown>>;