@rakun-kit/core 1.4.0 → 1.4.1

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 (429) hide show
  1. package/dist/cjs/api/routes/manager/backups/restore.js +2 -0
  2. package/dist/cjs/api/routes/manager/backups/restore.js.map +1 -1
  3. package/dist/cjs/client.js +4 -1
  4. package/dist/cjs/client.js.map +1 -1
  5. package/dist/cjs/index.js +4 -0
  6. package/dist/cjs/index.js.map +1 -1
  7. package/dist/cjs/internal-content-types/ManagerRoleHooks.js +47 -0
  8. package/dist/cjs/internal-content-types/ManagerRoleHooks.js.map +1 -0
  9. package/dist/cjs/internal-content-types/syncAdminRole.js +16 -0
  10. package/dist/cjs/internal-content-types/syncAdminRole.js.map +1 -0
  11. package/dist/cjs/lib/ManagerRolePolicy.js +7 -0
  12. package/dist/cjs/lib/ManagerRolePolicy.js.map +1 -0
  13. package/dist/cjs/lib/Permissions.js +4 -0
  14. package/dist/cjs/lib/Permissions.js.map +1 -1
  15. package/dist/cjs/orm/index.js +1 -1
  16. package/dist/cjs/orm/index.js.map +1 -1
  17. package/dist/cjs/orm/operations/clear.js +3 -4
  18. package/dist/cjs/orm/operations/clear.js.map +1 -1
  19. package/dist/esm/api/context.d.ts +1 -1
  20. package/dist/esm/api/context.js +3 -3
  21. package/dist/esm/api/hooks/context.d.ts +1 -1
  22. package/dist/esm/api/hooks/runContentHooks.d.ts +4 -4
  23. package/dist/esm/api/hooks/runContentHooks.js +1 -1
  24. package/dist/esm/api/operations/catalog.d.ts +2 -2
  25. package/dist/esm/api/operations/catalog.js +1 -1
  26. package/dist/esm/api/operations/custom.d.ts +1 -1
  27. package/dist/esm/api/operations/custom.js +1 -1
  28. package/dist/esm/api/operations/index.d.ts +149 -149
  29. package/dist/esm/api/operations/index.js +8 -8
  30. package/dist/esm/api/operations/manager-contract.d.ts +117 -117
  31. package/dist/esm/api/operations/manager-contract.js +5 -5
  32. package/dist/esm/api/operations/manager.d.ts +118 -118
  33. package/dist/esm/api/operations/manager.js +56 -56
  34. package/dist/esm/api/operations/tracing.d.ts +1 -1
  35. package/dist/esm/api/operations/tracing.js +1 -1
  36. package/dist/esm/api/operations/types.d.ts +1 -1
  37. package/dist/esm/api/operations/web-contract.d.ts +24 -24
  38. package/dist/esm/api/operations/web-contract.js +3 -3
  39. package/dist/esm/api/operations/web.d.ts +25 -25
  40. package/dist/esm/api/operations/web.js +9 -9
  41. package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
  42. package/dist/esm/api/routes/manager/apiOperations.js +5 -5
  43. package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
  44. package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
  45. package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
  46. package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
  47. package/dist/esm/api/routes/manager/auth/getSession.d.ts +7 -7
  48. package/dist/esm/api/routes/manager/auth/login.d.ts +2 -2
  49. package/dist/esm/api/routes/manager/auth/login.js +6 -6
  50. package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
  51. package/dist/esm/api/routes/manager/auth/logout.js +3 -3
  52. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +8 -8
  53. package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
  54. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
  55. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
  56. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
  57. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
  58. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
  59. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +5 -5
  60. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +8 -8
  61. package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
  62. package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
  63. package/dist/esm/api/routes/manager/auth/updatePassword.js +5 -5
  64. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +8 -8
  65. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
  66. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
  67. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +6 -6
  68. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
  69. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
  70. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
  71. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
  72. package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
  73. package/dist/esm/api/routes/manager/backups/create.js +2 -2
  74. package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
  75. package/dist/esm/api/routes/manager/backups/list.js +2 -2
  76. package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
  77. package/dist/esm/api/routes/manager/backups/restore.d.ts.map +1 -1
  78. package/dist/esm/api/routes/manager/backups/restore.js +5 -3
  79. package/dist/esm/api/routes/manager/backups/restore.js.map +1 -1
  80. package/dist/esm/api/routes/manager/comments.d.ts +2 -2
  81. package/dist/esm/api/routes/manager/comments.js +6 -6
  82. package/dist/esm/api/routes/manager/contentType.d.ts +10 -10
  83. package/dist/esm/api/routes/manager/contentType.js +3 -3
  84. package/dist/esm/api/routes/manager/contentTypes.d.ts +8 -8
  85. package/dist/esm/api/routes/manager/contentTypes.js +1 -1
  86. package/dist/esm/api/routes/manager/create.d.ts +5 -5
  87. package/dist/esm/api/routes/manager/create.js +9 -9
  88. package/dist/esm/api/routes/manager/delete.d.ts +2 -2
  89. package/dist/esm/api/routes/manager/delete.js +9 -9
  90. package/dist/esm/api/routes/manager/duplicate.d.ts +5 -5
  91. package/dist/esm/api/routes/manager/duplicate.js +5 -5
  92. package/dist/esm/api/routes/manager/favorites.d.ts +2 -2
  93. package/dist/esm/api/routes/manager/favorites.js +5 -5
  94. package/dist/esm/api/routes/manager/get.d.ts +2 -2
  95. package/dist/esm/api/routes/manager/get.js +9 -9
  96. package/dist/esm/api/routes/manager/languages.d.ts +4 -4
  97. package/dist/esm/api/routes/manager/languages.js +1 -1
  98. package/dist/esm/api/routes/manager/list.d.ts +2 -2
  99. package/dist/esm/api/routes/manager/list.js +13 -13
  100. package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
  101. package/dist/esm/api/routes/manager/literals/list.js +5 -5
  102. package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
  103. package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
  104. package/dist/esm/api/routes/manager/localeVariants.d.ts +18 -18
  105. package/dist/esm/api/routes/manager/localeVariants.js +15 -15
  106. package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
  107. package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
  108. package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
  109. package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
  110. package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
  111. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
  112. package/dist/esm/api/routes/manager/media/finalizeUpload.js +11 -11
  113. package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
  114. package/dist/esm/api/routes/manager/media/getMediaUrl.js +6 -6
  115. package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
  116. package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
  117. package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +3 -3
  118. package/dist/esm/api/routes/manager/media/prepareUpload.js +5 -5
  119. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
  120. package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
  121. package/dist/esm/api/routes/manager/media/uploadBinary.js +7 -7
  122. package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
  123. package/dist/esm/api/routes/manager/migrations/list.js +2 -2
  124. package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
  125. package/dist/esm/api/routes/manager/permissions.js +2 -2
  126. package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
  127. package/dist/esm/api/routes/manager/preview/create.js +14 -14
  128. package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
  129. package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
  130. package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
  131. package/dist/esm/api/routes/manager/setDefaultLanguage.js +5 -5
  132. package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
  133. package/dist/esm/api/routes/manager/translateDocument.js +9 -9
  134. package/dist/esm/api/routes/manager/trash.d.ts +2 -2
  135. package/dist/esm/api/routes/manager/trash.js +7 -7
  136. package/dist/esm/api/routes/manager/update.d.ts +5 -5
  137. package/dist/esm/api/routes/manager/update.js +8 -8
  138. package/dist/esm/api/routes/manager/users.d.ts +2 -2
  139. package/dist/esm/api/routes/manager/users.js +2 -2
  140. package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
  141. package/dist/esm/api/routes/manager/versions/get.js +2 -2
  142. package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
  143. package/dist/esm/api/routes/manager/versions/list.js +2 -2
  144. package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
  145. package/dist/esm/api/routes/manager/versions/restore.js +4 -4
  146. package/dist/esm/api/routes/web/page.d.ts +4 -4
  147. package/dist/esm/api/routes/web/page.js +16 -16
  148. package/dist/esm/api/routes/web/previewPage.d.ts +8 -8
  149. package/dist/esm/api/routes/web/previewPage.js +8 -8
  150. package/dist/esm/api/routes/web/robots.d.ts +1 -1
  151. package/dist/esm/api/routes/web/robots.js +2 -2
  152. package/dist/esm/api/routes/web/seo.d.ts +1 -1
  153. package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
  154. package/dist/esm/api/routes/web/sitemap.js +3 -3
  155. package/dist/esm/api/sessionCookie.d.ts +1 -1
  156. package/dist/esm/api/utils/authRateLimit.d.ts +1 -1
  157. package/dist/esm/api/utils/authRateLimit.js +1 -1
  158. package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
  159. package/dist/esm/api/utils/checkFailureCase.js +1 -1
  160. package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
  161. package/dist/esm/api/utils/checkOwnership.js +5 -5
  162. package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
  163. package/dist/esm/api/utils/checkPermissions.js +3 -3
  164. package/dist/esm/api/utils/dynamicData.d.ts +4 -4
  165. package/dist/esm/api/utils/dynamicData.js +9 -9
  166. package/dist/esm/api/utils/getLanguages.d.ts +2 -2
  167. package/dist/esm/api/utils/getLanguages.js +2 -2
  168. package/dist/esm/api/utils/getLink.d.ts +2 -2
  169. package/dist/esm/api/utils/getLink.js +5 -5
  170. package/dist/esm/api/utils/getUser.d.ts +7 -7
  171. package/dist/esm/api/utils/getUser.js +4 -4
  172. package/dist/esm/api/utils/index.d.ts +24 -24
  173. package/dist/esm/api/utils/index.js +24 -24
  174. package/dist/esm/api/utils/localeVariants.d.ts +1 -1
  175. package/dist/esm/api/utils/localeVariants.js +5 -5
  176. package/dist/esm/api/utils/mediaUploadToken.d.ts +1 -1
  177. package/dist/esm/api/utils/parseId.d.ts +1 -1
  178. package/dist/esm/api/utils/parseId.js +1 -1
  179. package/dist/esm/api/utils/passwords.js +1 -1
  180. package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
  181. package/dist/esm/api/utils/populates/populateLinks.js +4 -4
  182. package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
  183. package/dist/esm/api/utils/populates/populateRelations.js +6 -6
  184. package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
  185. package/dist/esm/api/utils/requireContentType.d.ts +1 -1
  186. package/dist/esm/api/utils/requireContentType.js +2 -2
  187. package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
  188. package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
  189. package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +6 -6
  190. package/dist/esm/api/utils/routes/routeMapHelpers.js +8 -8
  191. package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
  192. package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
  193. package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
  194. package/dist/esm/api/utils/routes/updateRoutesMap.js +5 -5
  195. package/dist/esm/api/utils/safeManagerQuery.d.ts +2 -2
  196. package/dist/esm/api/utils/safeManagerQuery.js +1 -1
  197. package/dist/esm/api/utils/sanitizeManagerOutput.d.ts +1 -1
  198. package/dist/esm/api/utils/sanitizeManagerOutput.js +1 -1
  199. package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
  200. package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
  201. package/dist/esm/api/utils/translate.d.ts +1 -1
  202. package/dist/esm/api/utils/translate.js +3 -3
  203. package/dist/esm/api/utils/validateModule.d.ts +1 -1
  204. package/dist/esm/api/utils/validateModule.js +2 -2
  205. package/dist/esm/bootstrapState.d.ts +9 -9
  206. package/dist/esm/client.d.ts +50 -49
  207. package/dist/esm/client.d.ts.map +1 -1
  208. package/dist/esm/client.js +30 -29
  209. package/dist/esm/client.js.map +1 -1
  210. package/dist/esm/contracts.d.ts +43 -43
  211. package/dist/esm/contracts.js +43 -43
  212. package/dist/esm/index.d.ts +41 -41
  213. package/dist/esm/index.d.ts.map +1 -1
  214. package/dist/esm/index.js +44 -40
  215. package/dist/esm/index.js.map +1 -1
  216. package/dist/esm/internal-content-types/ApiOperation.d.ts +114 -114
  217. package/dist/esm/internal-content-types/ApiOperation.js +2 -2
  218. package/dist/esm/internal-content-types/Backup.d.ts +57 -57
  219. package/dist/esm/internal-content-types/Backup.js +2 -2
  220. package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
  221. package/dist/esm/internal-content-types/BackupDocument.js +2 -2
  222. package/dist/esm/internal-content-types/ContentComment.d.ts +788 -788
  223. package/dist/esm/internal-content-types/ContentComment.js +3 -3
  224. package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
  225. package/dist/esm/internal-content-types/ContentVersion.js +2 -2
  226. package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
  227. package/dist/esm/internal-content-types/HelloWorld.js +2 -2
  228. package/dist/esm/internal-content-types/Language.d.ts +39 -39
  229. package/dist/esm/internal-content-types/Language.js +2 -2
  230. package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
  231. package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
  232. package/dist/esm/internal-content-types/ManagerFavorite.d.ts +547 -547
  233. package/dist/esm/internal-content-types/ManagerFavorite.js +3 -3
  234. package/dist/esm/internal-content-types/ManagerRole.d.ts +33 -33
  235. package/dist/esm/internal-content-types/ManagerRole.js +2 -2
  236. package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts +6 -0
  237. package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts.map +1 -0
  238. package/dist/esm/internal-content-types/ManagerRoleHooks.js +43 -0
  239. package/dist/esm/internal-content-types/ManagerRoleHooks.js.map +1 -0
  240. package/dist/esm/internal-content-types/ManagerUser.d.ts +212 -212
  241. package/dist/esm/internal-content-types/ManagerUser.js +3 -3
  242. package/dist/esm/internal-content-types/ManagerUserHooks.d.ts +2 -2
  243. package/dist/esm/internal-content-types/ManagerUserHooks.js +3 -3
  244. package/dist/esm/internal-content-types/Media.d.ts +261 -261
  245. package/dist/esm/internal-content-types/Media.js +3 -3
  246. package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
  247. package/dist/esm/internal-content-types/MediaFolder.js +2 -2
  248. package/dist/esm/internal-content-types/MfaChallenge.d.ts +570 -570
  249. package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
  250. package/dist/esm/internal-content-types/Migration.d.ts +133 -133
  251. package/dist/esm/internal-content-types/Migration.js +2 -2
  252. package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
  253. package/dist/esm/internal-content-types/MigrationLock.js +2 -2
  254. package/dist/esm/internal-content-types/Page.d.ts +85 -85
  255. package/dist/esm/internal-content-types/Page.js +3 -3
  256. package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
  257. package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
  258. package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
  259. package/dist/esm/internal-content-types/Redirect.js +2 -2
  260. package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
  261. package/dist/esm/internal-content-types/RobotsRule.js +2 -2
  262. package/dist/esm/internal-content-types/Route.d.ts +123 -123
  263. package/dist/esm/internal-content-types/Route.js +2 -2
  264. package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
  265. package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
  266. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
  267. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
  268. package/dist/esm/internal-content-types/RouteLocaleVariant.d.ts +170 -170
  269. package/dist/esm/internal-content-types/RouteLocaleVariant.js +2 -2
  270. package/dist/esm/internal-content-types/RouteMap.d.ts +144 -144
  271. package/dist/esm/internal-content-types/RouteMap.js +2 -2
  272. package/dist/esm/internal-content-types/RouteSettings.d.ts +116 -116
  273. package/dist/esm/internal-content-types/RouteSettings.js +3 -3
  274. package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
  275. package/dist/esm/internal-content-types/SchemaState.js +2 -2
  276. package/dist/esm/internal-content-types/Seo.d.ts +430 -430
  277. package/dist/esm/internal-content-types/Seo.js +2 -2
  278. package/dist/esm/internal-content-types/SeoSettings.d.ts +518 -518
  279. package/dist/esm/internal-content-types/SeoSettings.js +3 -3
  280. package/dist/esm/internal-content-types/Session.d.ts +533 -533
  281. package/dist/esm/internal-content-types/Session.js +3 -3
  282. package/dist/esm/internal-content-types/UserMfa.d.ts +502 -502
  283. package/dist/esm/internal-content-types/UserMfa.js +3 -3
  284. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +624 -624
  285. package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
  286. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +562 -562
  287. package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
  288. package/dist/esm/internal-content-types/index.d.ts +33 -33
  289. package/dist/esm/internal-content-types/index.js +33 -33
  290. package/dist/esm/internal-content-types/syncAdminRole.d.ts +21 -0
  291. package/dist/esm/internal-content-types/syncAdminRole.d.ts.map +1 -0
  292. package/dist/esm/internal-content-types/syncAdminRole.js +12 -0
  293. package/dist/esm/internal-content-types/syncAdminRole.js.map +1 -0
  294. package/dist/esm/lib/ContentType.d.ts +7 -7
  295. package/dist/esm/lib/ContentType.js +5 -5
  296. package/dist/esm/lib/ManagerRolePolicy.d.ts +5 -0
  297. package/dist/esm/lib/ManagerRolePolicy.d.ts.map +1 -0
  298. package/dist/esm/lib/ManagerRolePolicy.js +3 -0
  299. package/dist/esm/lib/ManagerRolePolicy.js.map +1 -0
  300. package/dist/esm/lib/Permissions.d.ts +2 -2
  301. package/dist/esm/lib/Permissions.d.ts.map +1 -1
  302. package/dist/esm/lib/Permissions.js +6 -2
  303. package/dist/esm/lib/Permissions.js.map +1 -1
  304. package/dist/esm/lib/Registry.d.ts +6 -6
  305. package/dist/esm/lib/Registry.js +1 -1
  306. package/dist/esm/lib/errors/AppError.d.ts +1 -1
  307. package/dist/esm/lib/errors/AppError.js +1 -1
  308. package/dist/esm/lib/errors/index.d.ts +4 -4
  309. package/dist/esm/lib/errors/index.js +3 -3
  310. package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
  311. package/dist/esm/lib/errors/throwAppError.js +3 -3
  312. package/dist/esm/lib/fields/Boolean.d.ts +1 -1
  313. package/dist/esm/lib/fields/Boolean.js +1 -1
  314. package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
  315. package/dist/esm/lib/fields/ContentReference.js +2 -2
  316. package/dist/esm/lib/fields/Date.d.ts +1 -1
  317. package/dist/esm/lib/fields/Date.js +1 -1
  318. package/dist/esm/lib/fields/Field.d.ts +12 -12
  319. package/dist/esm/lib/fields/Fields.d.ts +13 -13
  320. package/dist/esm/lib/fields/Fields.js +13 -13
  321. package/dist/esm/lib/fields/File.d.ts +1 -1
  322. package/dist/esm/lib/fields/File.js +2 -2
  323. package/dist/esm/lib/fields/Iterator.d.ts +2 -2
  324. package/dist/esm/lib/fields/Iterator.js +3 -3
  325. package/dist/esm/lib/fields/Link.d.ts +1 -1
  326. package/dist/esm/lib/fields/Link.js +2 -2
  327. package/dist/esm/lib/fields/List.d.ts +1 -1
  328. package/dist/esm/lib/fields/List.js +2 -2
  329. package/dist/esm/lib/fields/Number.d.ts +1 -1
  330. package/dist/esm/lib/fields/Number.js +1 -1
  331. package/dist/esm/lib/fields/Relation.d.ts +3 -3
  332. package/dist/esm/lib/fields/Relation.js +3 -3
  333. package/dist/esm/lib/fields/Select.d.ts +1 -1
  334. package/dist/esm/lib/fields/Select.js +1 -1
  335. package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
  336. package/dist/esm/lib/fields/SelfRelation.js +2 -2
  337. package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
  338. package/dist/esm/lib/fields/SimpleList.js +1 -1
  339. package/dist/esm/lib/fields/String.d.ts +1 -1
  340. package/dist/esm/lib/fields/String.js +3 -3
  341. package/dist/esm/lib/fields/index.d.ts +15 -15
  342. package/dist/esm/lib/fields/index.js +15 -15
  343. package/dist/esm/lib/hooks.d.ts +3 -3
  344. package/dist/esm/lib/routeableContent.js +1 -1
  345. package/dist/esm/lib/types/index.d.ts +2 -2
  346. package/dist/esm/lib/utils/getListField.d.ts +1 -1
  347. package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
  348. package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
  349. package/dist/esm/lib/utils/getTranslation.js +1 -1
  350. package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
  351. package/dist/esm/lib/utils/translateObject.d.ts +2 -2
  352. package/dist/esm/lib/utils/translateObject.js +3 -3
  353. package/dist/esm/literals/definitions.d.ts +1 -1
  354. package/dist/esm/literals/definitions.js +1 -1
  355. package/dist/esm/literals/index.d.ts +3 -3
  356. package/dist/esm/literals/index.js +3 -3
  357. package/dist/esm/literals/manager.d.ts +1 -1
  358. package/dist/esm/literals/manager.js +1 -1
  359. package/dist/esm/manager.d.ts +3 -3
  360. package/dist/esm/manager.js +1 -1
  361. package/dist/esm/media/imageOptimization.d.ts +1 -1
  362. package/dist/esm/media/imageOptimization.js +2 -2
  363. package/dist/esm/media/index.d.ts +4 -4
  364. package/dist/esm/media/index.js +3 -3
  365. package/dist/esm/media/mediaService.d.ts +1 -1
  366. package/dist/esm/orm/backups.js +5 -5
  367. package/dist/esm/orm/createIndexes.js +3 -3
  368. package/dist/esm/orm/database.js +3 -3
  369. package/dist/esm/orm/dbService.d.ts +6 -6
  370. package/dist/esm/orm/index.d.ts +2 -2
  371. package/dist/esm/orm/index.js +17 -17
  372. package/dist/esm/orm/index.js.map +1 -1
  373. package/dist/esm/orm/migrations.d.ts +1 -1
  374. package/dist/esm/orm/migrations.js +4 -4
  375. package/dist/esm/orm/mongodbPeer.js +1 -1
  376. package/dist/esm/orm/operations/clear.d.ts +3 -2
  377. package/dist/esm/orm/operations/clear.d.ts.map +1 -1
  378. package/dist/esm/orm/operations/clear.js +3 -4
  379. package/dist/esm/orm/operations/clear.js.map +1 -1
  380. package/dist/esm/orm/operations/create.d.ts +4 -4
  381. package/dist/esm/orm/operations/create.js +7 -7
  382. package/dist/esm/orm/operations/delete.d.ts +3 -3
  383. package/dist/esm/orm/operations/delete.js +5 -5
  384. package/dist/esm/orm/operations/find.d.ts +2 -2
  385. package/dist/esm/orm/operations/find.js +3 -3
  386. package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
  387. package/dist/esm/orm/operations/findDependencies.js +4 -4
  388. package/dist/esm/orm/operations/get.d.ts +3 -3
  389. package/dist/esm/orm/operations/get.js +3 -3
  390. package/dist/esm/orm/operations/getAll.d.ts +2 -2
  391. package/dist/esm/orm/operations/getAll.js +2 -2
  392. package/dist/esm/orm/operations/list.d.ts +2 -2
  393. package/dist/esm/orm/operations/list.js +3 -3
  394. package/dist/esm/orm/operations/update.d.ts +5 -5
  395. package/dist/esm/orm/operations/update.js +8 -8
  396. package/dist/esm/orm/operations/updateMany.d.ts +4 -4
  397. package/dist/esm/orm/operations/updateMany.js +4 -4
  398. package/dist/esm/orm/operations/upsert.d.ts +3 -3
  399. package/dist/esm/orm/operations/upsert.js +4 -4
  400. package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
  401. package/dist/esm/orm/utils/parseId.d.ts +1 -1
  402. package/dist/esm/orm/utils/parseId.js +1 -1
  403. package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
  404. package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
  405. package/dist/esm/orm/versions.d.ts +1 -1
  406. package/dist/esm/orm/versions.js +7 -7
  407. package/dist/esm/plugins.d.ts +9 -9
  408. package/dist/esm/schemas/manager/comments.js +1 -1
  409. package/dist/esm/schemas/manager/literals/upsert.js +1 -1
  410. package/dist/esm/schemas/manager/localeVariants.d.ts +96 -96
  411. package/dist/esm/schemas/manager/localeVariants.js +1 -1
  412. package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
  413. package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
  414. package/dist/esm/schemas/manager/media/listFolders.js +1 -1
  415. package/dist/esm/schemas/web/page.d.ts +40 -40
  416. package/dist/esm/schemas/web/page.js +1 -1
  417. package/dist/esm/schemas/web/previewPage.d.ts +28 -28
  418. package/dist/esm/schemas/web/previewPage.js +1 -1
  419. package/dist/esm/translation/document.d.ts +3 -3
  420. package/dist/esm/translation/index.d.ts +4 -4
  421. package/dist/esm/translation/index.js +3 -3
  422. package/dist/esm/translation/translationService.d.ts +1 -1
  423. package/dist/esm/web/client.d.ts +1 -1
  424. package/dist/esm/web/client.js +1 -1
  425. package/dist/esm/web/index.d.ts +2 -2
  426. package/dist/esm/web/index.js +2 -2
  427. package/dist/esm/web/page.d.ts +1 -1
  428. package/dist/tsconfig.build.tsbuildinfo +1 -1
  429. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import ContentType from "../lib/ContentType";
2
- import { Fields } from "../lib/fields";
3
- import { ManagerUser } from "./ManagerUser";
1
+ import ContentType from "../lib/ContentType.js";
2
+ import { Fields } from "../lib/fields/index.js";
3
+ import { ManagerUser } from "./ManagerUser.js";
4
4
  export const WebAuthnRegChallenge = new ContentType({
5
5
  name: "WebAuthnRegChallenge",
6
6
  fields: {
@@ -1,34 +1,34 @@
1
- export * from "./ApiOperation";
2
- export * from "./Backup";
3
- export * from "./BackupDocument";
4
- export * from "./ContentComment";
5
- export * from "./ContentVersion";
6
- export * from "./Language";
7
- export * from "./LiteralTranslation";
8
- export * from "./ManagerRole";
9
- export * from "./ManagerFavorite";
10
- export * from "./ManagerUser";
11
- export * from "./Media";
12
- export * from "./MediaFolder";
13
- export * from "./Migration";
14
- export * from "./MigrationLock";
15
- export * from "./MfaChallenge";
16
- export * from "./Route";
17
- export * from "./RouteLocaleVariant";
18
- export * from "./RouteLayoutModule";
19
- export * from "./RouteLayoutModuleOverride";
20
- export * from "./RouteMap";
21
- export * from "./RouteSettings";
22
- export * from "./SchemaState";
23
- export * from "./Seo";
24
- export * from "./SeoSettings";
25
- export * from "./Session";
26
- export * from "./UserMfa";
27
- export * from "./WebAuthnCredential";
28
- export * from "./WebAuthnRegChallenge";
29
- export * from "./Redirect";
30
- export * from "./RobotsRule";
31
- export * from "./Page";
32
- export * from "./HelloWorld";
33
- export * from "./PreviewSnapshot";
1
+ export * from "./ApiOperation.js";
2
+ export * from "./Backup.js";
3
+ export * from "./BackupDocument.js";
4
+ export * from "./ContentComment.js";
5
+ export * from "./ContentVersion.js";
6
+ export * from "./Language.js";
7
+ export * from "./LiteralTranslation.js";
8
+ export * from "./ManagerRole.js";
9
+ export * from "./ManagerFavorite.js";
10
+ export * from "./ManagerUser.js";
11
+ export * from "./Media.js";
12
+ export * from "./MediaFolder.js";
13
+ export * from "./Migration.js";
14
+ export * from "./MigrationLock.js";
15
+ export * from "./MfaChallenge.js";
16
+ export * from "./Route.js";
17
+ export * from "./RouteLocaleVariant.js";
18
+ export * from "./RouteLayoutModule.js";
19
+ export * from "./RouteLayoutModuleOverride.js";
20
+ export * from "./RouteMap.js";
21
+ export * from "./RouteSettings.js";
22
+ export * from "./SchemaState.js";
23
+ export * from "./Seo.js";
24
+ export * from "./SeoSettings.js";
25
+ export * from "./Session.js";
26
+ export * from "./UserMfa.js";
27
+ export * from "./WebAuthnCredential.js";
28
+ export * from "./WebAuthnRegChallenge.js";
29
+ export * from "./Redirect.js";
30
+ export * from "./RobotsRule.js";
31
+ export * from "./Page.js";
32
+ export * from "./HelloWorld.js";
33
+ export * from "./PreviewSnapshot.js";
34
34
  //# sourceMappingURL=index.d.ts.map
@@ -1,34 +1,34 @@
1
- export * from "./ApiOperation";
2
- export * from "./Backup";
3
- export * from "./BackupDocument";
4
- export * from "./ContentComment";
5
- export * from "./ContentVersion";
6
- export * from "./Language";
7
- export * from "./LiteralTranslation";
8
- export * from "./ManagerRole";
9
- export * from "./ManagerFavorite";
10
- export * from "./ManagerUser";
11
- export * from "./Media";
12
- export * from "./MediaFolder";
13
- export * from "./Migration";
14
- export * from "./MigrationLock";
15
- export * from "./MfaChallenge";
16
- export * from "./Route";
17
- export * from "./RouteLocaleVariant";
18
- export * from "./RouteLayoutModule";
19
- export * from "./RouteLayoutModuleOverride";
20
- export * from "./RouteMap";
21
- export * from "./RouteSettings";
22
- export * from "./SchemaState";
23
- export * from "./Seo";
24
- export * from "./SeoSettings";
25
- export * from "./Session";
26
- export * from "./UserMfa";
27
- export * from "./WebAuthnCredential";
28
- export * from "./WebAuthnRegChallenge";
29
- export * from "./Redirect";
30
- export * from "./RobotsRule";
31
- export * from "./Page";
32
- export * from "./HelloWorld";
33
- export * from "./PreviewSnapshot";
1
+ export * from "./ApiOperation.js";
2
+ export * from "./Backup.js";
3
+ export * from "./BackupDocument.js";
4
+ export * from "./ContentComment.js";
5
+ export * from "./ContentVersion.js";
6
+ export * from "./Language.js";
7
+ export * from "./LiteralTranslation.js";
8
+ export * from "./ManagerRole.js";
9
+ export * from "./ManagerFavorite.js";
10
+ export * from "./ManagerUser.js";
11
+ export * from "./Media.js";
12
+ export * from "./MediaFolder.js";
13
+ export * from "./Migration.js";
14
+ export * from "./MigrationLock.js";
15
+ export * from "./MfaChallenge.js";
16
+ export * from "./Route.js";
17
+ export * from "./RouteLocaleVariant.js";
18
+ export * from "./RouteLayoutModule.js";
19
+ export * from "./RouteLayoutModuleOverride.js";
20
+ export * from "./RouteMap.js";
21
+ export * from "./RouteSettings.js";
22
+ export * from "./SchemaState.js";
23
+ export * from "./Seo.js";
24
+ export * from "./SeoSettings.js";
25
+ export * from "./Session.js";
26
+ export * from "./UserMfa.js";
27
+ export * from "./WebAuthnCredential.js";
28
+ export * from "./WebAuthnRegChallenge.js";
29
+ export * from "./Redirect.js";
30
+ export * from "./RobotsRule.js";
31
+ export * from "./Page.js";
32
+ export * from "./HelloWorld.js";
33
+ export * from "./PreviewSnapshot.js";
34
34
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,21 @@
1
+ import type { DBService } from "../orm/dbService.js";
2
+ export declare const syncAdminRole: (db: DBService) => Promise<{
3
+ name: string;
4
+ permissions: (string | undefined)[];
5
+ _type: "ManagerRole";
6
+ _id: string;
7
+ _schemaVersion?: number | undefined;
8
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
9
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
10
+ _trashed?: boolean | undefined;
11
+ _revision?: number | undefined;
12
+ _localeVariantGroupId?: string | undefined;
13
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
14
+ trashedAt?: Date | undefined;
15
+ trashedBy?: string | undefined;
16
+ createdAt?: Date | undefined;
17
+ updatedAt?: Date | undefined;
18
+ createdBy?: string | undefined;
19
+ updatedBy?: string | undefined;
20
+ }>;
21
+ //# sourceMappingURL=syncAdminRole.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncAdminRole.d.ts","sourceRoot":"","sources":["../../../src/internal-content-types/syncAdminRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAMlD,eAAO,MAAM,aAAa,GAAU,IAAI,SAAS;;;;;;;;;;;;;;;;;;EAWhD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ADMIN_ROLE_NAME } from "../lib/ManagerRolePolicy.js";
2
+ import { getPermissionList } from "../lib/Permissions.js";
3
+ import { ManagerRole } from "./ManagerRole.js";
4
+ import { ADMIN_ROLE_SYNC_REASON } from "./ManagerRoleHooks.js";
5
+ export const syncAdminRole = async (db) => {
6
+ return db.upsert(ManagerRole, { name: ADMIN_ROLE_NAME }, {
7
+ name: ADMIN_ROLE_NAME,
8
+ permissions: getPermissionList(),
9
+ _type: ManagerRole.name,
10
+ }, { reason: ADMIN_ROLE_SYNC_REASON });
11
+ };
12
+ //# sourceMappingURL=syncAdminRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncAdminRole.js","sourceRoot":"","sources":["../../../src/internal-content-types/syncAdminRole.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAAE,EAAa,EAAE,EAAE;IACnD,OAAO,EAAE,CAAC,MAAM,CACd,WAAW,EACX,EAAE,IAAI,EAAE,eAAe,EAAE,EACzB;QACE,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,iBAAiB,EAAE;QAChC,KAAK,EAAE,WAAW,CAAC,IAAI;KACxB,EACD,EAAE,MAAM,EAAE,sBAAsB,EAAE,CACnC,CAAC;AACJ,CAAC,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import z from "zod";
2
- import type { AnyField, EncodedFieldUnknown, InferDb, InferInput, InferOutput, InferPopulated } from "./fields/Field";
3
- import { type EntryContentType, type IteratorField } from "./fields/Iterator";
4
- import { ITERATOR_FIELD_NAME } from "./systemFields";
5
- import type { DBService } from "../orm/dbService";
6
- import { type DynamicDataOptions } from "./dynamicData";
7
- import type { ContentTypeHooks } from "./hooks";
8
- import { LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, LocaleVariantRole } from "./localeVariants";
2
+ import type { AnyField, EncodedFieldUnknown, InferDb, InferInput, InferOutput, InferPopulated } from "./fields/Field.js";
3
+ import { type EntryContentType, type IteratorField } from "./fields/Iterator.js";
4
+ import { ITERATOR_FIELD_NAME } from "./systemFields.js";
5
+ import type { DBService } from "../orm/dbService.js";
6
+ import { type DynamicDataOptions } from "./dynamicData.js";
7
+ import type { ContentTypeHooks } from "./hooks.js";
8
+ import { LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, LocaleVariantRole } from "./localeVariants.js";
9
9
  export declare const Menu: z.ZodOptional<z.ZodObject<{
10
10
  title: z.ZodString;
11
11
  icon: z.ZodOptional<z.ZodString>;
@@ -1,9 +1,9 @@
1
1
  import z from "zod";
2
- import { iteratorField, } from "./fields/Iterator";
3
- import { ITERATOR_FIELD_NAME, SEO_FIELD_NAME } from "./systemFields";
4
- import { isNeverOptional } from "./utils/isNeverOptional";
5
- import { DYNAMIC_BINDINGS_FIELD_NAME, DynamicDataOptionsSchema, DynamicDocumentBindingsSchema, getDynamicDocumentBindings, } from "./dynamicData";
6
- import { LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, LocaleVariantRole, } from "./localeVariants";
2
+ import { iteratorField, } from "./fields/Iterator.js";
3
+ import { ITERATOR_FIELD_NAME, SEO_FIELD_NAME } from "./systemFields.js";
4
+ import { isNeverOptional } from "./utils/isNeverOptional.js";
5
+ import { DYNAMIC_BINDINGS_FIELD_NAME, DynamicDataOptionsSchema, DynamicDocumentBindingsSchema, getDynamicDocumentBindings, } from "./dynamicData.js";
6
+ import { LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, LocaleVariantRole, } from "./localeVariants.js";
7
7
  export const Menu = z
8
8
  .object({
9
9
  title: z.string(),
@@ -0,0 +1,5 @@
1
+ export declare const ADMIN_ROLE_NAME = "admin";
2
+ export declare const isAdminRole: (role: {
3
+ name?: unknown;
4
+ } | null | undefined) => boolean;
5
+ //# sourceMappingURL=ManagerRolePolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ManagerRolePolicy.d.ts","sourceRoot":"","sources":["../../../src/lib/ManagerRolePolicy.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,UAAU,CAAC;AAEvC,eAAO,MAAM,WAAW,GAAI,MAAM;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,IAAI,GAAG,SAAS,YACvC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export const ADMIN_ROLE_NAME = "admin";
2
+ export const isAdminRole = (role) => role?.name === ADMIN_ROLE_NAME;
3
+ //# sourceMappingURL=ManagerRolePolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ManagerRolePolicy.js","sourceRoot":"","sources":["../../../src/lib/ManagerRolePolicy.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,OAAO,CAAC;AAEvC,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,IAA2C,EAAE,EAAE,CACzE,IAAI,EAAE,IAAI,KAAK,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { ManagerUserSchema } from "../internal-content-types/ManagerUser";
2
- import type ContentType from "./ContentType";
1
+ import type { ManagerUserSchema } from "../internal-content-types/ManagerUser.js";
2
+ import type ContentType from "./ContentType.js";
3
3
  type ContentPermissionAction = "own" | "readAny" | "updateAny" | "deleteAny";
4
4
  export type Permission = string;
5
5
  export declare const getContentPermissionResource: (contentType: ContentType) => string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"Permissions.d.ts","sourceRoot":"","sources":["../../../src/lib/Permissions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAI7C,KAAK,uBAAuB,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC;AAS7E,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AA+BhC,eAAO,MAAM,4BAA4B,GAAI,aAAa,WAAW,kBAGpE,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAC/B,aAAa,WAAW,EACxB,QAAQ,uBAAuB,KAC9B,UAAU,GAAG,IAIf,CAAC;AAYF,eAAO,MAAM,iBAAiB,gBAM3B,CAAC;AAwBJ,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,EAAE,KAAG,UAAU,EAIhE,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,MAAM,iBAAiB,EACvB,aAAa,UAAU,EAAE,YAoB1B,CAAC"}
1
+ {"version":3,"file":"Permissions.d.ts","sourceRoot":"","sources":["../../../src/lib/Permissions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAI7C,KAAK,uBAAuB,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC;AAS7E,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AA+BhC,eAAO,MAAM,4BAA4B,GAAI,aAAa,WAAW,kBAGpE,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAC/B,aAAa,WAAW,EACxB,QAAQ,uBAAuB,KAC9B,UAAU,GAAG,IAIf,CAAC;AAYF,eAAO,MAAM,iBAAiB,gBAM3B,CAAC;AAwBJ,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,EAAE,KAAG,UAAU,EAIhE,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,MAAM,iBAAiB,EACvB,aAAa,UAAU,EAAE,YAwB1B,CAAC"}
@@ -1,5 +1,6 @@
1
- import { getContentTypes } from "./Registry";
2
- import { getRakunBootstrapOptions } from '../bootstrapState';
1
+ import { isAdminRole } from "./ManagerRolePolicy.js";
2
+ import { getContentTypes } from "./Registry.js";
3
+ import { getRakunBootstrapOptions } from '../bootstrapState.js';
3
4
  const contentPermissionActions = [
4
5
  "readAny",
5
6
  "own",
@@ -76,6 +77,9 @@ export const hasPermissions = (user, permissions) => {
76
77
  return false;
77
78
  }
78
79
  }
80
+ if (isAdminRole(user.role)) {
81
+ return true;
82
+ }
79
83
  return mappedPermissions.every((permission) => {
80
84
  return userPermissions.includes(permission);
81
85
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Permissions.js","sourceRoot":"","sources":["../../../src/lib/Permissions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Permissions.js","sourceRoot":"","sources":["../../../src/lib/Permissions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAI5D,MAAM,wBAAwB,GAA8B;IAC1D,SAAS;IACT,KAAK;IACL,WAAW;IACX,WAAW;CACZ,CAAC;AAIF,MAAM,0BAA0B,GAAG,CAAC,WAAwB,EAAE,EAAE;IAC9D,MAAM,MAAM,GAAG,WAAW,CAAC,WAAW,CAAC;IAEvC,IAAI,MAAM,KAAK,KAAK;QAAE,OAAO,IAAI,CAAC;IAElC,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;QAC/B,OAAO;YACL,QAAQ,EAAE,MAAM;YAChB,OAAO,EAAE,wBAAwB;SAClC,CAAC;IACJ,CAAC;IAED,IAAI,MAAM,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;QACzC,OAAO;YACL,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM;gBAC7B,CAAC,CAAC,MAAM,CAAC,OAAO;gBAChB,CAAC,CAAC,wBAAwB;SAC7B,CAAC;IACJ,CAAC;IAED,IAAI,WAAW,CAAC,UAAU,IAAI,WAAW,CAAC,mBAAmB;QAAE,OAAO,IAAI,CAAC;IAE3E,OAAO;QACL,QAAQ,EAAE,WAAW,CAAC,IAAI;QAC1B,OAAO,EAAE,wBAAwB;KAClC,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,WAAwB,EAAE,EAAE;IACvE,MAAM,MAAM,GAAG,0BAA0B,CAAC,WAAW,CAAC,CAAC;IACvD,OAAO,MAAM,CAAC,CAAC,CAAC,WAAW,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AACtD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,WAAwB,EACxB,MAA+B,EACZ,EAAE;IACrB,MAAM,MAAM,GAAG,0BAA0B,CAAC,WAAW,CAAC,CAAC;IACvD,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;QAAE,OAAO,IAAI,CAAC;IAC7D,OAAO,WAAW,MAAM,CAAC,QAAQ,IAAI,MAAM,EAAE,CAAC;AAChD,CAAC,CAAC;AAEF,MAAM,4BAA4B,GAAG,GAAG,EAAE,CACxC,eAAe,EAAE,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,EAAE;IACxC,MAAM,MAAM,GAAG,0BAA0B,CAAC,WAAW,CAAC,CAAC;IACvD,IAAI,CAAC,MAAM;QAAE,OAAO,EAAE,CAAC;IAEvB,OAAO,MAAM,CAAC,OAAO,CAAC,GAAG,CACvB,CAAC,MAAM,EAAE,EAAE,CAAC,WAAW,MAAM,CAAC,QAAQ,IAAI,MAAM,EAAE,CACnD,CAAC;AACJ,CAAC,CAAC,CAAC;AAEL,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,EAAE,CACpC,KAAK,CAAC,IAAI,CACR,IAAI,GAAG,CAAC;IACN,GAAG,4BAA4B,EAAE;IACjC,GAAG,CAAC,wBAAwB,EAAE,EAAE,WAAW,IAAI,EAAE,CAAC;CACnD,CAAC,CACH,CAAC;AAEJ,MAAM,wBAAwB,GAAG,CAAC,UAAkB,EAAmB,EAAE;IACvE,MAAM,KAAK,GAAG,uDAAuD,CAAC,IAAI,CACxE,UAAU,CACX,CAAC;IAEF,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IAExB,MAAM,CAAC,EAAE,eAAe,EAAE,MAAM,CAAC,GAAG,KAAK,CAAC;IAC1C,MAAM,WAAW,GAAG,eAAe,EAAE,CAAC,IAAI,CACxC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,eAAe,CACxC,CAAC;IAEF,IAAI,CAAC,WAAW;QAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAEtC,MAAM,MAAM,GAAG,oBAAoB,CACjC,WAAW,EACX,MAAiC,CAClC,CAAC;IAEF,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;AAC1C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAqB,EAAgB,EAAE;IACpE,OAAO,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;QACxC,OAAO,wBAAwB,CAAC,UAAU,CAAC,IAAI,UAAU,CAAC;IAC5D,CAAC,CAAiB,CAAC;AACrB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAG,CAC5B,IAAuB,EACvB,WAAyB,EACzB,EAAE;IACF,MAAM,cAAc,GAAG,iBAAiB,EAAE,CAAC;IAE3C,MAAM,iBAAiB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;IACtD,MAAM,eAAe,GAAG,cAAc,CACpC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAC1B,CAAC,UAAU,EAAwB,EAAE,CAAC,OAAO,UAAU,KAAK,QAAQ,CACrE,CACF,CAAC;IAEF,KAAK,MAAM,UAAU,IAAI,iBAAiB,EAAE,CAAC;QAC3C,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC;YACzC,OAAO,KAAK,CAAC;QACf,CAAC;IACH,CAAC;IAED,IAAI,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,iBAAiB,CAAC,KAAK,CAAC,CAAC,UAAU,EAAE,EAAE;QAC5C,OAAO,eAAe,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import type ContentType from "./ContentType";
2
- import type { AnyField } from "./fields/Field";
1
+ import type ContentType from "./ContentType.js";
2
+ import type { AnyField } from "./fields/Field.js";
3
3
  type EncodedField = {
4
4
  schema: undefined;
5
5
  config: ReturnType<AnyField["getConfig"]>;
@@ -34,9 +34,9 @@ export declare const encodeContentTypeForManager: <T extends ContentType>(ct: T)
34
34
  listFields: string[] | undefined;
35
35
  isHiddenFromManager: boolean | undefined;
36
36
  schemaVersion: number | undefined;
37
- versioning: boolean | import("./ContentType").VersioningOptions | undefined;
37
+ versioning: boolean | import("./ContentType.js").VersioningOptions | undefined;
38
38
  documentVisibility: boolean | undefined;
39
- permissions: import("./ContentType").ContentTypePermissions | undefined;
39
+ permissions: import("./ContentType.js").ContentTypePermissions | undefined;
40
40
  dynamicData: boolean | {
41
41
  fields?: string[] | undefined;
42
42
  lists?: string[] | undefined;
@@ -72,9 +72,9 @@ export declare function getContentTypesForManager(): {
72
72
  listFields: string[] | undefined;
73
73
  isHiddenFromManager: boolean | undefined;
74
74
  schemaVersion: number | undefined;
75
- versioning: boolean | import("./ContentType").VersioningOptions | undefined;
75
+ versioning: boolean | import("./ContentType.js").VersioningOptions | undefined;
76
76
  documentVisibility: boolean | undefined;
77
- permissions: import("./ContentType").ContentTypePermissions | undefined;
77
+ permissions: import("./ContentType.js").ContentTypePermissions | undefined;
78
78
  dynamicData: boolean | {
79
79
  fields?: string[] | undefined;
80
80
  lists?: string[] | undefined;
@@ -1,4 +1,4 @@
1
- import { getRakunBootstrapOptions } from "../bootstrapState";
1
+ import { getRakunBootstrapOptions } from "../bootstrapState.js";
2
2
  const registry = {};
3
3
  const internalRegistry = {};
4
4
  export function registerContentType(ct) {
@@ -1,4 +1,4 @@
1
- import { type AppErrorShape, type ErrorCause, type ErrorKey } from "./errors";
1
+ import { type AppErrorShape, type ErrorCause, type ErrorKey } from "./errors.js";
2
2
  export declare class AppError<K extends ErrorKey = ErrorKey> extends Error {
3
3
  readonly appError: Extract<AppErrorShape, {
4
4
  key: K;
@@ -1,4 +1,4 @@
1
- import { ErrorCatalog, instanceofAppErrorShape, } from "./errors";
1
+ import { ErrorCatalog, instanceofAppErrorShape, } from "./errors.js";
2
2
  export class AppError extends Error {
3
3
  constructor(key, cause) {
4
4
  super(key);
@@ -1,5 +1,5 @@
1
- export { ErrorCatalog } from './errors';
2
- export { throwAppError } from './throwAppError';
3
- export { AppError, isAppError, getAppErrorShape, getAppErrorStatusCode, } from './AppError';
4
- export type { ErrorKey, ErrorCause, AppErrorShape } from './errors';
1
+ export { ErrorCatalog } from './errors.js';
2
+ export { throwAppError } from './throwAppError.js';
3
+ export { AppError, isAppError, getAppErrorShape, getAppErrorStatusCode, } from './AppError.js';
4
+ export type { ErrorKey, ErrorCause, AppErrorShape } from './errors.js';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export { ErrorCatalog } from './errors';
2
- export { throwAppError } from './throwAppError';
3
- export { AppError, isAppError, getAppErrorShape, getAppErrorStatusCode, } from './AppError';
1
+ export { ErrorCatalog } from './errors.js';
2
+ export { throwAppError } from './throwAppError.js';
3
+ export { AppError, isAppError, getAppErrorShape, getAppErrorStatusCode, } from './AppError.js';
4
4
  //# sourceMappingURL=index.js.map
@@ -1,3 +1,3 @@
1
- import { type ErrorKey, type ErrorCause } from "./errors";
1
+ import { type ErrorKey, type ErrorCause } from "./errors.js";
2
2
  export declare function throwAppError<K extends ErrorKey>(key: K, cause?: ErrorCause<K>): never;
3
3
  //# sourceMappingURL=throwAppError.d.ts.map
@@ -1,6 +1,6 @@
1
- import { Logger } from "../Logger";
2
- import { AppError } from "./AppError";
3
- import { ErrorCatalog } from "./errors";
1
+ import { Logger } from "../Logger.js";
2
+ import { AppError } from "./AppError.js";
3
+ import { ErrorCatalog } from "./errors.js";
4
4
  const sensitiveErrorKeyPattern = /(authorization|challenge|cookie|credential|password|secret|session|token|totp|webauthn)/i;
5
5
  const sanitizeErrorLogValue = (value, depth = 0, seen = new WeakSet()) => {
6
6
  if (value === null || value === undefined || typeof value !== "object") {
@@ -1,4 +1,4 @@
1
- import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldWithModifiers } from "./Field";
1
+ import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldWithModifiers } from "./Field.js";
2
2
  export type BooleanMeta = {
3
3
  type: "Boolean";
4
4
  ui: "Boolean";
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field";
2
+ import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field.js";
3
3
  export function booleanField() {
4
4
  return makeBooleanField(defaultFieldState);
5
5
  }
@@ -1,5 +1,5 @@
1
- import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers } from "./Field";
2
- import type { EncodedContentType } from "../ContentType";
1
+ import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers } from "./Field.js";
2
+ import type { EncodedContentType } from "../ContentType.js";
3
3
  type ContentReferenceValue<Multiple extends boolean> = Multiple extends true ? string[] : string;
4
4
  export type ContentReferenceMeta<Name extends string = string, Multiple extends boolean = boolean> = {
5
5
  type: "ContentReference";
@@ -1,6 +1,6 @@
1
1
  import z from "zod";
2
- import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field";
3
- import { Id } from "../utils/id";
2
+ import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field.js";
3
+ import { Id } from "../utils/id.js";
4
4
  export function contentReferenceField(contentType) {
5
5
  return makeContentReferenceField({ contentType, multiple: false }, defaultFieldState);
6
6
  }
@@ -1,4 +1,4 @@
1
- import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers } from "./Field";
1
+ import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers } from "./Field.js";
2
2
  export declare const dateUis: readonly ["Date", "DateTime", "Time"];
3
3
  export type DateUI = (typeof dateUis)[number];
4
4
  type DateValue<Ui extends DateUI> = Ui extends "Time" ? string : Date;
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field";
2
+ import { createField, defaultFieldState, sameSchemas, withFieldModifiers, } from "./Field.js";
3
3
  export const dateUis = ["Date", "DateTime", "Time"];
4
4
  export function dateField() {
5
5
  return makeDateField({ ui: "Date" }, defaultFieldState);
@@ -1,16 +1,16 @@
1
1
  import z from "zod";
2
- import type { EncodedBooleanField } from "./Boolean";
3
- import type { EncodedContentReferenceField } from "./ContentReference";
4
- import type { EncodedDateField } from "./Date";
5
- import type { EncodedFileField } from "./File";
6
- import type { EncodedLinkField } from "./Link";
7
- import type { EncodedListField } from "./List";
8
- import type { EncodedNumberField } from "./Number";
9
- import type { EncodedRelationField } from "./Relation";
10
- import type { EncodedSelectField } from "./Select";
11
- import type { EncodedSelfRelationField } from "./SelfRelation";
12
- import type { EncodedSimpleListField } from "./SimpleList";
13
- import type { EncodedStringField } from "./String";
2
+ import type { EncodedBooleanField } from "./Boolean.js";
3
+ import type { EncodedContentReferenceField } from "./ContentReference.js";
4
+ import type { EncodedDateField } from "./Date.js";
5
+ import type { EncodedFileField } from "./File.js";
6
+ import type { EncodedLinkField } from "./Link.js";
7
+ import type { EncodedListField } from "./List.js";
8
+ import type { EncodedNumberField } from "./Number.js";
9
+ import type { EncodedRelationField } from "./Relation.js";
10
+ import type { EncodedSelectField } from "./Select.js";
11
+ import type { EncodedSelfRelationField } from "./SelfRelation.js";
12
+ import type { EncodedSimpleListField } from "./SimpleList.js";
13
+ import type { EncodedStringField } from "./String.js";
14
14
  export declare const FieldUIType: z.ZodEnum<{
15
15
  Boolean: "Boolean";
16
16
  Select: "Select";
@@ -1,16 +1,16 @@
1
- import { booleanField } from "./Boolean";
2
- import { contentReferenceField } from "./ContentReference";
3
- import { dateField } from "./Date";
4
- import { fileField } from "./File";
5
- import { iteratorField } from "./Iterator";
6
- import { linkField } from "./Link";
7
- import { listField } from "./List";
8
- import { numberField } from "./Number";
9
- import { relationField } from "./Relation";
10
- import { selectField } from "./Select";
11
- import { selfRelationField } from "./SelfRelation";
12
- import { simpleListField } from "./SimpleList";
13
- import { stringField } from "./String";
1
+ import { booleanField } from "./Boolean.js";
2
+ import { contentReferenceField } from "./ContentReference.js";
3
+ import { dateField } from "./Date.js";
4
+ import { fileField } from "./File.js";
5
+ import { iteratorField } from "./Iterator.js";
6
+ import { linkField } from "./Link.js";
7
+ import { listField } from "./List.js";
8
+ import { numberField } from "./Number.js";
9
+ import { relationField } from "./Relation.js";
10
+ import { selectField } from "./Select.js";
11
+ import { selfRelationField } from "./SelfRelation.js";
12
+ import { simpleListField } from "./SimpleList.js";
13
+ import { stringField } from "./String.js";
14
14
  export declare const Fields: {
15
15
  string: typeof stringField;
16
16
  relation: typeof relationField;
@@ -1,16 +1,16 @@
1
- import { booleanField } from "./Boolean";
2
- import { contentReferenceField } from "./ContentReference";
3
- import { dateField } from "./Date";
4
- import { fileField } from "./File";
5
- import { iteratorField } from "./Iterator";
6
- import { linkField } from "./Link";
7
- import { listField } from "./List";
8
- import { numberField } from "./Number";
9
- import { relationField } from "./Relation";
10
- import { selectField } from "./Select";
11
- import { selfRelationField } from "./SelfRelation";
12
- import { simpleListField } from "./SimpleList";
13
- import { stringField } from "./String";
1
+ import { booleanField } from "./Boolean.js";
2
+ import { contentReferenceField } from "./ContentReference.js";
3
+ import { dateField } from "./Date.js";
4
+ import { fileField } from "./File.js";
5
+ import { iteratorField } from "./Iterator.js";
6
+ import { linkField } from "./Link.js";
7
+ import { listField } from "./List.js";
8
+ import { numberField } from "./Number.js";
9
+ import { relationField } from "./Relation.js";
10
+ import { selectField } from "./Select.js";
11
+ import { selfRelationField } from "./SelfRelation.js";
12
+ import { simpleListField } from "./SimpleList.js";
13
+ import { stringField } from "./String.js";
14
14
  export const Fields = {
15
15
  string: stringField,
16
16
  relation: relationField,
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers, type PopulatableFieldLike } from "./Field";
2
+ import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldStateOf, type FieldWithModifiers, type PopulatableFieldLike } from "./Field.js";
3
3
  export declare const fileMediaTypes: readonly ["Image", "Video", "Document", "Any"];
4
4
  export declare const fileUploadMethods: readonly ["default", "optimize"];
5
5
  export declare const fileOptimizeFormats: readonly ["webp", "jpeg", "png", "avif"];
@@ -1,6 +1,6 @@
1
1
  import z from "zod";
2
- import { createField, defaultFieldState, withFieldModifiers, } from "./Field";
3
- import { Id } from "../utils/id";
2
+ import { createField, defaultFieldState, withFieldModifiers, } from "./Field.js";
3
+ import { Id } from "../utils/id.js";
4
4
  export const fileMediaTypes = ["Image", "Video", "Document", "Any"];
5
5
  export const fileUploadMethods = ["default", "optimize"];
6
6
  export const fileOptimizeFormats = ["webp", "jpeg", "png", "avif"];
@@ -1,5 +1,5 @@
1
- import { type Entry, type ListField } from "./List";
2
- import { type ContentTypeLike, type OnlyType, type RelationField } from "./Relation";
1
+ import { type Entry, type ListField } from "./List.js";
2
+ import { type ContentTypeLike, type OnlyType, type RelationField } from "./Relation.js";
3
3
  export type EntryContentType<CT extends ContentTypeLike = ContentTypeLike, Only extends OnlyType = OnlyType> = {
4
4
  contentType: CT;
5
5
  type?: Only;
@@ -1,6 +1,6 @@
1
- import { defaultFieldState } from "./Field";
2
- import { makeListField, } from "./List";
3
- import { relationField, } from "./Relation";
1
+ import { defaultFieldState } from "./Field.js";
2
+ import { makeListField, } from "./List.js";
3
+ import { relationField, } from "./Relation.js";
4
4
  export function iteratorField(fields) {
5
5
  const entries = fields.map((entry) => ({
6
6
  name: entry.contentType.name,
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldWithModifiers } from "./Field";
2
+ import { type EncodedField, type DefaultFieldState, type FieldLike, type FieldState, type FieldWithModifiers } from "./Field.js";
3
3
  declare const linkInputSchema: z.ZodObject<{
4
4
  routeId: z.ZodString;
5
5
  contentTypeId: z.ZodString;
@@ -1,6 +1,6 @@
1
1
  import z from "zod";
2
- import { createField, defaultFieldState, withFieldModifiers, } from "./Field";
3
- import { Id } from "../utils/id";
2
+ import { createField, defaultFieldState, withFieldModifiers, } from "./Field.js";
3
+ import { Id } from "../utils/id.js";
4
4
  const linkInputSchema = z.object({
5
5
  routeId: Id,
6
6
  contentTypeId: Id,
@@ -1,4 +1,4 @@
1
- import { type AnyFieldLike, type DefaultFieldState, type EncodedField, type EncodedFieldUnknown, type FieldLike, type FieldState, type FieldWithModifiers, type InferDb, type InferOutput } from "./Field";
1
+ import { type AnyFieldLike, type DefaultFieldState, type EncodedField, type EncodedFieldUnknown, type FieldLike, type FieldState, type FieldWithModifiers, type InferDb, type InferOutput } from "./Field.js";
2
2
  export type Entry<Name extends string = string, F extends AnyFieldLike = AnyFieldLike> = {
3
3
  name: Name;
4
4
  field: F;