@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,11 +1,11 @@
1
- import ContentType from "../lib/ContentType";
2
- import type { DBOutput } from "../lib/types";
1
+ import ContentType from "../lib/ContentType.js";
2
+ import type { DBOutput } from "../lib/types/index.js";
3
3
  export declare const UserMfa: ContentType<{
4
- user: import("..").WithFieldState<{
4
+ user: import("../index.js").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
- input: import("..").RelationExisting<"ManagerUser">;
8
- db: import("..").RelationExisting<"ManagerUser">;
7
+ input: import("../index.js").RelationExisting<"ManagerUser">;
8
+ db: import("../index.js").RelationExisting<"ManagerUser">;
9
9
  output: {
10
10
  user: string;
11
11
  email: string;
@@ -15,12 +15,12 @@ export declare const UserMfa: ContentType<{
15
15
  _type: "ManagerRole";
16
16
  _id: string;
17
17
  _schemaVersion?: number | undefined;
18
- _visibility?: import("..").DocumentVisibility | undefined;
19
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
18
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
19
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
20
20
  _trashed?: boolean | undefined;
21
21
  _revision?: number | undefined;
22
22
  _localeVariantGroupId?: string | undefined;
23
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
23
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
24
24
  trashedAt?: Date | undefined;
25
25
  createdAt?: Date | undefined;
26
26
  updatedAt?: Date | undefined;
@@ -38,24 +38,24 @@ export declare const UserMfa: ContentType<{
38
38
  tutorialsPromptedAt?: Date | undefined;
39
39
  seenTours?: (string | undefined)[] | undefined;
40
40
  _schemaVersion?: number | undefined;
41
- _visibility?: import("..").DocumentVisibility | undefined;
42
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
41
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
42
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
43
43
  _trashed?: boolean | undefined;
44
44
  _revision?: number | undefined;
45
45
  _localeVariantGroupId?: string | undefined;
46
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
46
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
47
47
  trashedAt?: Date | undefined;
48
48
  createdAt?: Date | undefined;
49
49
  updatedAt?: Date | undefined;
50
50
  };
51
- meta: import("..").RelationMeta<"ManagerUser", undefined>;
52
- state: import("..").DefaultFieldState;
51
+ meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
52
+ state: import("../index.js").DefaultFieldState;
53
53
  } | undefined;
54
- meta: import("..").RelationMeta<"ManagerUser", undefined>;
55
- state: import("..").DefaultFieldState;
56
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser">, unknown>>;
57
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
58
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser"> | undefined, unknown>>;
54
+ meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
55
+ state: import("../index.js").DefaultFieldState;
56
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
57
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
58
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
59
59
  getOutputSchema: () => import("zod").ZodType<{
60
60
  user: string;
61
61
  email: string;
@@ -65,12 +65,12 @@ export declare const UserMfa: ContentType<{
65
65
  _type: "ManagerRole";
66
66
  _id: string;
67
67
  _schemaVersion?: number | undefined;
68
- _visibility?: import("..").DocumentVisibility | undefined;
69
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
68
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
69
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
70
70
  _trashed?: boolean | undefined;
71
71
  _revision?: number | undefined;
72
72
  _localeVariantGroupId?: string | undefined;
73
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
73
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
74
74
  trashedAt?: Date | undefined;
75
75
  createdAt?: Date | undefined;
76
76
  updatedAt?: Date | undefined;
@@ -88,12 +88,12 @@ export declare const UserMfa: ContentType<{
88
88
  tutorialsPromptedAt?: Date | undefined;
89
89
  seenTours?: (string | undefined)[] | undefined;
90
90
  _schemaVersion?: number | undefined;
91
- _visibility?: import("..").DocumentVisibility | undefined;
92
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
91
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
92
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
93
93
  _trashed?: boolean | undefined;
94
94
  _revision?: number | undefined;
95
95
  _localeVariantGroupId?: string | undefined;
96
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
96
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
97
97
  trashedAt?: Date | undefined;
98
98
  createdAt?: Date | undefined;
99
99
  updatedAt?: Date | undefined;
@@ -106,12 +106,12 @@ export declare const UserMfa: ContentType<{
106
106
  _type: "ManagerRole";
107
107
  _id: string;
108
108
  _schemaVersion?: number | undefined;
109
- _visibility?: import("..").DocumentVisibility | undefined;
110
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
109
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
110
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
111
111
  _trashed?: boolean | undefined;
112
112
  _revision?: number | undefined;
113
113
  _localeVariantGroupId?: string | undefined;
114
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
114
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
115
115
  trashedAt?: Date | undefined;
116
116
  createdAt?: Date | undefined;
117
117
  updatedAt?: Date | undefined;
@@ -129,24 +129,24 @@ export declare const UserMfa: ContentType<{
129
129
  tutorialsPromptedAt?: Date | undefined;
130
130
  seenTours?: (string | undefined)[] | undefined;
131
131
  _schemaVersion?: number | undefined;
132
- _visibility?: import("..").DocumentVisibility | undefined;
133
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
132
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
133
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
134
134
  _trashed?: boolean | undefined;
135
135
  _revision?: number | undefined;
136
136
  _localeVariantGroupId?: string | undefined;
137
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
137
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
138
138
  trashedAt?: Date | undefined;
139
139
  createdAt?: Date | undefined;
140
140
  updatedAt?: Date | undefined;
141
141
  } | undefined, unknown>>;
142
- getConfig: () => import("..").RelationMeta<"ManagerUser", undefined>;
142
+ getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
143
143
  getIsRequired: () => false;
144
144
  getIsTranslatable: () => false;
145
145
  getVisibility: () => "all";
146
146
  getIsDynamic: () => true;
147
147
  getDescription: () => undefined;
148
148
  getCondition: () => undefined;
149
- } & import("..").PopulatableFieldLike<{
149
+ } & import("../index.js").PopulatableFieldLike<{
150
150
  user: string;
151
151
  email: string;
152
152
  password: string;
@@ -156,12 +156,12 @@ export declare const UserMfa: ContentType<{
156
156
  _type: "ManagerRole";
157
157
  _id: string;
158
158
  _schemaVersion?: number | undefined;
159
- _visibility?: import("..").DocumentVisibility | undefined;
160
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
159
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
160
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
161
161
  _trashed?: boolean | undefined;
162
162
  _revision?: number | undefined;
163
163
  _localeVariantGroupId?: string | undefined;
164
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
164
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
165
165
  trashedAt?: Date | undefined;
166
166
  trashedBy?: string | undefined;
167
167
  createdAt?: Date | undefined;
@@ -182,37 +182,37 @@ export declare const UserMfa: ContentType<{
182
182
  tutorialsPromptedAt?: Date | undefined;
183
183
  seenTours?: (string | undefined)[] | undefined;
184
184
  _schemaVersion?: number | undefined;
185
- _visibility?: import("..").DocumentVisibility | undefined;
186
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
185
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
186
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
187
187
  _trashed?: boolean | undefined;
188
188
  _revision?: number | undefined;
189
189
  _localeVariantGroupId?: string | undefined;
190
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
190
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
191
191
  trashedAt?: Date | undefined;
192
192
  trashedBy?: string | undefined;
193
193
  createdAt?: Date | undefined;
194
194
  updatedAt?: Date | undefined;
195
195
  createdBy?: string | undefined;
196
196
  updatedBy?: string | undefined;
197
- }, import("..").DefaultFieldState> & {
197
+ }, import("../index.js").DefaultFieldState> & {
198
198
  contentType: ContentType<{
199
- name: import("..").StringField<"Text", import("..").DefaultFieldState>;
200
- user: import("..").WithFieldState<{
199
+ name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
200
+ user: import("../index.js").WithFieldState<{
201
201
  kind: "field";
202
202
  readonly __fieldTypes?: {
203
203
  input: string;
204
204
  db: string;
205
205
  output: string;
206
- meta: import("..").StringMeta<"Text">;
207
- state: import("..").DefaultFieldState;
206
+ meta: import("../index.js").StringMeta<"Text">;
207
+ state: import("../index.js").DefaultFieldState;
208
208
  } | undefined;
209
- meta: import("..").StringMeta<"Text">;
210
- state: import("..").DefaultFieldState;
209
+ meta: import("../index.js").StringMeta<"Text">;
210
+ state: import("../index.js").DefaultFieldState;
211
211
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
212
212
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
213
213
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
214
214
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
215
- getConfig: () => import("..").StringMeta<"Text">;
215
+ getConfig: () => import("../index.js").StringMeta<"Text">;
216
216
  getIsRequired: () => false;
217
217
  getIsTranslatable: () => false;
218
218
  getVisibility: () => "all";
@@ -226,19 +226,19 @@ export declare const UserMfa: ContentType<{
226
226
  input: string;
227
227
  db: string;
228
228
  output: string;
229
- meta: import("..").StringMeta<"Text">;
230
- state: import("..").FieldState;
229
+ meta: import("../index.js").StringMeta<"Text">;
230
+ state: import("../index.js").FieldState;
231
231
  } | undefined;
232
- meta: import("..").StringMeta<"Text">;
233
- state: import("..").FieldState;
232
+ meta: import("../index.js").StringMeta<"Text">;
233
+ state: import("../index.js").FieldState;
234
234
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
235
235
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
236
236
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
237
237
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
238
- getConfig: () => import("..").StringMeta<"Text">;
238
+ getConfig: () => import("../index.js").StringMeta<"Text">;
239
239
  getIsRequired: () => boolean;
240
240
  getIsTranslatable: () => boolean;
241
- getVisibility: () => import("..").Visibility;
241
+ getVisibility: () => import("../index.js").Visibility;
242
242
  getIsDynamic: () => boolean;
243
243
  getDescription: () => string | undefined;
244
244
  getCondition: () => {
@@ -278,26 +278,26 @@ export declare const UserMfa: ContentType<{
278
278
  lte?: number | undefined;
279
279
  };
280
280
  } | undefined;
281
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
281
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
282
282
  min: <TThis extends {
283
283
  kind: "field";
284
284
  readonly __fieldTypes?: {
285
285
  input: string;
286
286
  db: string;
287
287
  output: string;
288
- meta: import("..").StringMeta<"Text">;
289
- state: import("..").FieldState;
288
+ meta: import("../index.js").StringMeta<"Text">;
289
+ state: import("../index.js").FieldState;
290
290
  } | undefined;
291
- meta: import("..").StringMeta<"Text">;
292
- state: import("..").FieldState;
291
+ meta: import("../index.js").StringMeta<"Text">;
292
+ state: import("../index.js").FieldState;
293
293
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
294
294
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
295
295
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
296
296
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
297
- getConfig: () => import("..").StringMeta<"Text">;
297
+ getConfig: () => import("../index.js").StringMeta<"Text">;
298
298
  getIsRequired: () => boolean;
299
299
  getIsTranslatable: () => boolean;
300
- getVisibility: () => import("..").Visibility;
300
+ getVisibility: () => import("../index.js").Visibility;
301
301
  getIsDynamic: () => boolean;
302
302
  getDescription: () => string | undefined;
303
303
  getCondition: () => {
@@ -337,26 +337,26 @@ export declare const UserMfa: ContentType<{
337
337
  lte?: number | undefined;
338
338
  };
339
339
  } | undefined;
340
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
340
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
341
341
  max: <TThis extends {
342
342
  kind: "field";
343
343
  readonly __fieldTypes?: {
344
344
  input: string;
345
345
  db: string;
346
346
  output: string;
347
- meta: import("..").StringMeta<"Text">;
348
- state: import("..").FieldState;
347
+ meta: import("../index.js").StringMeta<"Text">;
348
+ state: import("../index.js").FieldState;
349
349
  } | undefined;
350
- meta: import("..").StringMeta<"Text">;
351
- state: import("..").FieldState;
350
+ meta: import("../index.js").StringMeta<"Text">;
351
+ state: import("../index.js").FieldState;
352
352
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
353
353
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
354
354
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
355
355
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
356
- getConfig: () => import("..").StringMeta<"Text">;
356
+ getConfig: () => import("../index.js").StringMeta<"Text">;
357
357
  getIsRequired: () => boolean;
358
358
  getIsTranslatable: () => boolean;
359
- getVisibility: () => import("..").Visibility;
359
+ getVisibility: () => import("../index.js").Visibility;
360
360
  getIsDynamic: () => boolean;
361
361
  getDescription: () => string | undefined;
362
362
  getCondition: () => {
@@ -396,24 +396,24 @@ export declare const UserMfa: ContentType<{
396
396
  lte?: number | undefined;
397
397
  };
398
398
  } | undefined;
399
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
400
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
401
- email: import("..").WithFieldState<{
399
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
400
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
401
+ email: import("../index.js").WithFieldState<{
402
402
  kind: "field";
403
403
  readonly __fieldTypes?: {
404
404
  input: string;
405
405
  db: string;
406
406
  output: string;
407
- meta: import("..").StringMeta<"Email">;
408
- state: import("..").DefaultFieldState;
407
+ meta: import("../index.js").StringMeta<"Email">;
408
+ state: import("../index.js").DefaultFieldState;
409
409
  } | undefined;
410
- meta: import("..").StringMeta<"Email">;
411
- state: import("..").DefaultFieldState;
410
+ meta: import("../index.js").StringMeta<"Email">;
411
+ state: import("../index.js").DefaultFieldState;
412
412
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
413
413
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
414
414
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
415
415
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
416
- getConfig: () => import("..").StringMeta<"Email">;
416
+ getConfig: () => import("../index.js").StringMeta<"Email">;
417
417
  getIsRequired: () => false;
418
418
  getIsTranslatable: () => false;
419
419
  getVisibility: () => "all";
@@ -427,19 +427,19 @@ export declare const UserMfa: ContentType<{
427
427
  input: string;
428
428
  db: string;
429
429
  output: string;
430
- meta: import("..").StringMeta<"Email">;
431
- state: import("..").FieldState;
430
+ meta: import("../index.js").StringMeta<"Email">;
431
+ state: import("../index.js").FieldState;
432
432
  } | undefined;
433
- meta: import("..").StringMeta<"Email">;
434
- state: import("..").FieldState;
433
+ meta: import("../index.js").StringMeta<"Email">;
434
+ state: import("../index.js").FieldState;
435
435
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
436
436
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
437
437
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
438
438
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
439
- getConfig: () => import("..").StringMeta<"Email">;
439
+ getConfig: () => import("../index.js").StringMeta<"Email">;
440
440
  getIsRequired: () => boolean;
441
441
  getIsTranslatable: () => boolean;
442
- getVisibility: () => import("..").Visibility;
442
+ getVisibility: () => import("../index.js").Visibility;
443
443
  getIsDynamic: () => boolean;
444
444
  getDescription: () => string | undefined;
445
445
  getCondition: () => {
@@ -479,26 +479,26 @@ export declare const UserMfa: ContentType<{
479
479
  lte?: number | undefined;
480
480
  };
481
481
  } | undefined;
482
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
482
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
483
483
  min: <TThis extends {
484
484
  kind: "field";
485
485
  readonly __fieldTypes?: {
486
486
  input: string;
487
487
  db: string;
488
488
  output: string;
489
- meta: import("..").StringMeta<"Email">;
490
- state: import("..").FieldState;
489
+ meta: import("../index.js").StringMeta<"Email">;
490
+ state: import("../index.js").FieldState;
491
491
  } | undefined;
492
- meta: import("..").StringMeta<"Email">;
493
- state: import("..").FieldState;
492
+ meta: import("../index.js").StringMeta<"Email">;
493
+ state: import("../index.js").FieldState;
494
494
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
495
495
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
496
496
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
497
497
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
498
- getConfig: () => import("..").StringMeta<"Email">;
498
+ getConfig: () => import("../index.js").StringMeta<"Email">;
499
499
  getIsRequired: () => boolean;
500
500
  getIsTranslatable: () => boolean;
501
- getVisibility: () => import("..").Visibility;
501
+ getVisibility: () => import("../index.js").Visibility;
502
502
  getIsDynamic: () => boolean;
503
503
  getDescription: () => string | undefined;
504
504
  getCondition: () => {
@@ -538,26 +538,26 @@ export declare const UserMfa: ContentType<{
538
538
  lte?: number | undefined;
539
539
  };
540
540
  } | undefined;
541
- }>(this: TThis, length: number) => import("..").StringField<"Email", import("..").FieldStateOf<TThis>>;
541
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
542
542
  max: <TThis extends {
543
543
  kind: "field";
544
544
  readonly __fieldTypes?: {
545
545
  input: string;
546
546
  db: string;
547
547
  output: string;
548
- meta: import("..").StringMeta<"Email">;
549
- state: import("..").FieldState;
548
+ meta: import("../index.js").StringMeta<"Email">;
549
+ state: import("../index.js").FieldState;
550
550
  } | undefined;
551
- meta: import("..").StringMeta<"Email">;
552
- state: import("..").FieldState;
551
+ meta: import("../index.js").StringMeta<"Email">;
552
+ state: import("../index.js").FieldState;
553
553
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
554
554
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
555
555
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
556
556
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
557
- getConfig: () => import("..").StringMeta<"Email">;
557
+ getConfig: () => import("../index.js").StringMeta<"Email">;
558
558
  getIsRequired: () => boolean;
559
559
  getIsTranslatable: () => boolean;
560
- getVisibility: () => import("..").Visibility;
560
+ getVisibility: () => import("../index.js").Visibility;
561
561
  getIsDynamic: () => boolean;
562
562
  getDescription: () => string | undefined;
563
563
  getCondition: () => {
@@ -597,24 +597,24 @@ export declare const UserMfa: ContentType<{
597
597
  lte?: number | undefined;
598
598
  };
599
599
  } | undefined;
600
- }>(this: TThis, length: number) => import("..").StringField<"Email", import("..").FieldStateOf<TThis>>;
601
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
602
- password: import("..").WithFieldState<Omit<{
600
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
601
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
602
+ password: import("../index.js").WithFieldState<Omit<{
603
603
  kind: "field";
604
604
  readonly __fieldTypes?: {
605
605
  input: string;
606
606
  db: string;
607
607
  output: string;
608
- meta: import("..").StringMeta<"Password">;
609
- state: import("..").DefaultFieldState;
608
+ meta: import("../index.js").StringMeta<"Password">;
609
+ state: import("../index.js").DefaultFieldState;
610
610
  } | undefined;
611
- meta: import("..").StringMeta<"Password">;
612
- state: import("..").DefaultFieldState;
611
+ meta: import("../index.js").StringMeta<"Password">;
612
+ state: import("../index.js").DefaultFieldState;
613
613
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
614
614
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
615
615
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
616
616
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
617
- getConfig: () => import("..").StringMeta<"Password">;
617
+ getConfig: () => import("../index.js").StringMeta<"Password">;
618
618
  getIsRequired: () => false;
619
619
  getIsTranslatable: () => false;
620
620
  getVisibility: () => "all";
@@ -628,19 +628,19 @@ export declare const UserMfa: ContentType<{
628
628
  input: string;
629
629
  db: string;
630
630
  output: string;
631
- meta: import("..").StringMeta<"Password">;
632
- state: import("..").FieldState;
631
+ meta: import("../index.js").StringMeta<"Password">;
632
+ state: import("../index.js").FieldState;
633
633
  } | undefined;
634
- meta: import("..").StringMeta<"Password">;
635
- state: import("..").FieldState;
634
+ meta: import("../index.js").StringMeta<"Password">;
635
+ state: import("../index.js").FieldState;
636
636
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
637
637
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
638
638
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
639
639
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
640
- getConfig: () => import("..").StringMeta<"Password">;
640
+ getConfig: () => import("../index.js").StringMeta<"Password">;
641
641
  getIsRequired: () => boolean;
642
642
  getIsTranslatable: () => boolean;
643
- getVisibility: () => import("..").Visibility;
643
+ getVisibility: () => import("../index.js").Visibility;
644
644
  getIsDynamic: () => boolean;
645
645
  getDescription: () => string | undefined;
646
646
  getCondition: () => {
@@ -680,26 +680,26 @@ export declare const UserMfa: ContentType<{
680
680
  lte?: number | undefined;
681
681
  };
682
682
  } | undefined;
683
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
683
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
684
684
  min: <TThis extends {
685
685
  kind: "field";
686
686
  readonly __fieldTypes?: {
687
687
  input: string;
688
688
  db: string;
689
689
  output: string;
690
- meta: import("..").StringMeta<"Password">;
691
- state: import("..").FieldState;
690
+ meta: import("../index.js").StringMeta<"Password">;
691
+ state: import("../index.js").FieldState;
692
692
  } | undefined;
693
- meta: import("..").StringMeta<"Password">;
694
- state: import("..").FieldState;
693
+ meta: import("../index.js").StringMeta<"Password">;
694
+ state: import("../index.js").FieldState;
695
695
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
696
696
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
697
697
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
698
698
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
699
- getConfig: () => import("..").StringMeta<"Password">;
699
+ getConfig: () => import("../index.js").StringMeta<"Password">;
700
700
  getIsRequired: () => boolean;
701
701
  getIsTranslatable: () => boolean;
702
- getVisibility: () => import("..").Visibility;
702
+ getVisibility: () => import("../index.js").Visibility;
703
703
  getIsDynamic: () => boolean;
704
704
  getDescription: () => string | undefined;
705
705
  getCondition: () => {
@@ -739,26 +739,26 @@ export declare const UserMfa: ContentType<{
739
739
  lte?: number | undefined;
740
740
  };
741
741
  } | undefined;
742
- }>(this: TThis, length: number) => import("..").StringField<"Password", import("..").FieldStateOf<TThis>>;
742
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
743
743
  max: <TThis extends {
744
744
  kind: "field";
745
745
  readonly __fieldTypes?: {
746
746
  input: string;
747
747
  db: string;
748
748
  output: string;
749
- meta: import("..").StringMeta<"Password">;
750
- state: import("..").FieldState;
749
+ meta: import("../index.js").StringMeta<"Password">;
750
+ state: import("../index.js").FieldState;
751
751
  } | undefined;
752
- meta: import("..").StringMeta<"Password">;
753
- state: import("..").FieldState;
752
+ meta: import("../index.js").StringMeta<"Password">;
753
+ state: import("../index.js").FieldState;
754
754
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
755
755
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
756
756
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
757
757
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
758
- getConfig: () => import("..").StringMeta<"Password">;
758
+ getConfig: () => import("../index.js").StringMeta<"Password">;
759
759
  getIsRequired: () => boolean;
760
760
  getIsTranslatable: () => boolean;
761
- getVisibility: () => import("..").Visibility;
761
+ getVisibility: () => import("../index.js").Visibility;
762
762
  getIsDynamic: () => boolean;
763
763
  getDescription: () => string | undefined;
764
764
  getCondition: () => {
@@ -798,49 +798,49 @@ export declare const UserMfa: ContentType<{
798
798
  lte?: number | undefined;
799
799
  };
800
800
  } | undefined;
801
- }>(this: TThis, length: number) => import("..").StringField<"Password", import("..").FieldStateOf<TThis>>;
802
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Password">, import("..").SetRequired<import("..").DefaultFieldState>>, import("..").SetVisibility<import("..").SetRequired<import("..").DefaultFieldState>, "manager">>;
803
- role: import("..").WithFieldState<{
801
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
802
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Password">, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").SetVisibility<import("../index.js").SetRequired<import("../index.js").DefaultFieldState>, "manager">>;
803
+ role: import("../index.js").WithFieldState<{
804
804
  kind: "field";
805
805
  readonly __fieldTypes?: {
806
- input: import("..").RelationExisting<"ManagerRole">;
807
- db: import("..").RelationExisting<"ManagerRole">;
806
+ input: import("../index.js").RelationExisting<"ManagerRole">;
807
+ db: import("../index.js").RelationExisting<"ManagerRole">;
808
808
  output: {
809
809
  name: string;
810
810
  permissions: (string | undefined)[];
811
811
  _type: "ManagerRole";
812
812
  _id: string;
813
813
  _schemaVersion?: number | undefined;
814
- _visibility?: import("..").DocumentVisibility | undefined;
815
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
814
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
815
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
816
816
  _trashed?: boolean | undefined;
817
817
  _revision?: number | undefined;
818
818
  _localeVariantGroupId?: string | undefined;
819
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
819
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
820
820
  trashedAt?: Date | undefined;
821
821
  createdAt?: Date | undefined;
822
822
  updatedAt?: Date | undefined;
823
823
  };
824
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
825
- state: import("..").DefaultFieldState;
824
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
825
+ state: import("../index.js").DefaultFieldState;
826
826
  } | undefined;
827
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
828
- state: import("..").DefaultFieldState;
829
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole">, unknown>>;
830
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
831
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | undefined, unknown>>;
827
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
828
+ state: import("../index.js").DefaultFieldState;
829
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
830
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
831
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
832
832
  getOutputSchema: () => import("zod").ZodType<{
833
833
  name: string;
834
834
  permissions: (string | undefined)[];
835
835
  _type: "ManagerRole";
836
836
  _id: string;
837
837
  _schemaVersion?: number | undefined;
838
- _visibility?: import("..").DocumentVisibility | undefined;
839
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
838
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
839
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
840
840
  _trashed?: boolean | undefined;
841
841
  _revision?: number | undefined;
842
842
  _localeVariantGroupId?: string | undefined;
843
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
843
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
844
844
  trashedAt?: Date | undefined;
845
845
  createdAt?: Date | undefined;
846
846
  updatedAt?: Date | undefined;
@@ -850,59 +850,59 @@ export declare const UserMfa: ContentType<{
850
850
  _type: "ManagerRole";
851
851
  _id: string;
852
852
  _schemaVersion?: number | undefined;
853
- _visibility?: import("..").DocumentVisibility | undefined;
854
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
853
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
854
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
855
855
  _trashed?: boolean | undefined;
856
856
  _revision?: number | undefined;
857
857
  _localeVariantGroupId?: string | undefined;
858
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
858
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
859
859
  trashedAt?: Date | undefined;
860
860
  createdAt?: Date | undefined;
861
861
  updatedAt?: Date | undefined;
862
862
  } | undefined, unknown>>;
863
- getConfig: () => import("..").RelationMeta<"ManagerRole", undefined>;
863
+ getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
864
864
  getIsRequired: () => false;
865
865
  getIsTranslatable: () => false;
866
866
  getVisibility: () => "all";
867
867
  getIsDynamic: () => true;
868
868
  getDescription: () => undefined;
869
869
  getCondition: () => undefined;
870
- } & import("..").PopulatableFieldLike<{
870
+ } & import("../index.js").PopulatableFieldLike<{
871
871
  name: string;
872
872
  permissions: (string | undefined)[];
873
873
  _type: "ManagerRole";
874
874
  _id: string;
875
875
  _schemaVersion?: number | undefined;
876
- _visibility?: import("..").DocumentVisibility | undefined;
877
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
876
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
877
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
878
878
  _trashed?: boolean | undefined;
879
879
  _revision?: number | undefined;
880
880
  _localeVariantGroupId?: string | undefined;
881
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
881
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
882
882
  trashedAt?: Date | undefined;
883
883
  trashedBy?: string | undefined;
884
884
  createdAt?: Date | undefined;
885
885
  updatedAt?: Date | undefined;
886
886
  createdBy?: string | undefined;
887
887
  updatedBy?: string | undefined;
888
- }, import("..").DefaultFieldState> & {
888
+ }, import("../index.js").DefaultFieldState> & {
889
889
  contentType: ContentType<{
890
- name: import("..").WithFieldState<{
890
+ name: import("../index.js").WithFieldState<{
891
891
  kind: "field";
892
892
  readonly __fieldTypes?: {
893
893
  input: string;
894
894
  db: string;
895
895
  output: string;
896
- meta: import("..").StringMeta<"Text">;
897
- state: import("..").DefaultFieldState;
896
+ meta: import("../index.js").StringMeta<"Text">;
897
+ state: import("../index.js").DefaultFieldState;
898
898
  } | undefined;
899
- meta: import("..").StringMeta<"Text">;
900
- state: import("..").DefaultFieldState;
899
+ meta: import("../index.js").StringMeta<"Text">;
900
+ state: import("../index.js").DefaultFieldState;
901
901
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
902
902
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
903
903
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
904
904
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
905
- getConfig: () => import("..").StringMeta<"Text">;
905
+ getConfig: () => import("../index.js").StringMeta<"Text">;
906
906
  getIsRequired: () => false;
907
907
  getIsTranslatable: () => false;
908
908
  getVisibility: () => "all";
@@ -916,19 +916,19 @@ export declare const UserMfa: ContentType<{
916
916
  input: string;
917
917
  db: string;
918
918
  output: string;
919
- meta: import("..").StringMeta<"Text">;
920
- state: import("..").FieldState;
919
+ meta: import("../index.js").StringMeta<"Text">;
920
+ state: import("../index.js").FieldState;
921
921
  } | undefined;
922
- meta: import("..").StringMeta<"Text">;
923
- state: import("..").FieldState;
922
+ meta: import("../index.js").StringMeta<"Text">;
923
+ state: import("../index.js").FieldState;
924
924
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
925
925
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
926
926
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
927
927
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
928
- getConfig: () => import("..").StringMeta<"Text">;
928
+ getConfig: () => import("../index.js").StringMeta<"Text">;
929
929
  getIsRequired: () => boolean;
930
930
  getIsTranslatable: () => boolean;
931
- getVisibility: () => import("..").Visibility;
931
+ getVisibility: () => import("../index.js").Visibility;
932
932
  getIsDynamic: () => boolean;
933
933
  getDescription: () => string | undefined;
934
934
  getCondition: () => {
@@ -968,26 +968,26 @@ export declare const UserMfa: ContentType<{
968
968
  lte?: number | undefined;
969
969
  };
970
970
  } | undefined;
971
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
971
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
972
972
  min: <TThis extends {
973
973
  kind: "field";
974
974
  readonly __fieldTypes?: {
975
975
  input: string;
976
976
  db: string;
977
977
  output: string;
978
- meta: import("..").StringMeta<"Text">;
979
- state: import("..").FieldState;
978
+ meta: import("../index.js").StringMeta<"Text">;
979
+ state: import("../index.js").FieldState;
980
980
  } | undefined;
981
- meta: import("..").StringMeta<"Text">;
982
- state: import("..").FieldState;
981
+ meta: import("../index.js").StringMeta<"Text">;
982
+ state: import("../index.js").FieldState;
983
983
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
984
984
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
985
985
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
986
986
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
987
- getConfig: () => import("..").StringMeta<"Text">;
987
+ getConfig: () => import("../index.js").StringMeta<"Text">;
988
988
  getIsRequired: () => boolean;
989
989
  getIsTranslatable: () => boolean;
990
- getVisibility: () => import("..").Visibility;
990
+ getVisibility: () => import("../index.js").Visibility;
991
991
  getIsDynamic: () => boolean;
992
992
  getDescription: () => string | undefined;
993
993
  getCondition: () => {
@@ -1027,26 +1027,26 @@ export declare const UserMfa: ContentType<{
1027
1027
  lte?: number | undefined;
1028
1028
  };
1029
1029
  } | undefined;
1030
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1030
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1031
1031
  max: <TThis extends {
1032
1032
  kind: "field";
1033
1033
  readonly __fieldTypes?: {
1034
1034
  input: string;
1035
1035
  db: string;
1036
1036
  output: string;
1037
- meta: import("..").StringMeta<"Text">;
1038
- state: import("..").FieldState;
1037
+ meta: import("../index.js").StringMeta<"Text">;
1038
+ state: import("../index.js").FieldState;
1039
1039
  } | undefined;
1040
- meta: import("..").StringMeta<"Text">;
1041
- state: import("..").FieldState;
1040
+ meta: import("../index.js").StringMeta<"Text">;
1041
+ state: import("../index.js").FieldState;
1042
1042
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1043
1043
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1044
1044
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1045
1045
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1046
- getConfig: () => import("..").StringMeta<"Text">;
1046
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1047
1047
  getIsRequired: () => boolean;
1048
1048
  getIsTranslatable: () => boolean;
1049
- getVisibility: () => import("..").Visibility;
1049
+ getVisibility: () => import("../index.js").Visibility;
1050
1050
  getIsDynamic: () => boolean;
1051
1051
  getDescription: () => string | undefined;
1052
1052
  getCondition: () => {
@@ -1086,54 +1086,54 @@ export declare const UserMfa: ContentType<{
1086
1086
  lte?: number | undefined;
1087
1087
  };
1088
1088
  } | undefined;
1089
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1090
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1091
- permissions: import("..").WithFieldState<import("..").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("..").SimpleListMeta<import("..").StringField<"Text", import("..").DefaultFieldState>>, import("..").DefaultFieldState> & import("..").PopulatableFieldLike<(string | undefined)[], import("..").DefaultFieldState> & {
1092
- field: import("..").StringField<"Text", import("..").DefaultFieldState>;
1093
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1089
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1090
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1091
+ permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
1092
+ field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
1093
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1094
1094
  }, "ManagerRole", undefined>;
1095
1095
  only?: undefined;
1096
1096
  multiple: <TThis extends {
1097
1097
  kind: "field";
1098
1098
  readonly __fieldTypes?: {
1099
- input: import("..").RelationExisting<"ManagerRole">;
1100
- db: import("..").RelationExisting<"ManagerRole">;
1099
+ input: import("../index.js").RelationExisting<"ManagerRole">;
1100
+ db: import("../index.js").RelationExisting<"ManagerRole">;
1101
1101
  output: {
1102
1102
  name: string;
1103
1103
  permissions: (string | undefined)[];
1104
1104
  _type: "ManagerRole";
1105
1105
  _id: string;
1106
1106
  _schemaVersion?: number | undefined;
1107
- _visibility?: import("..").DocumentVisibility | undefined;
1108
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1107
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1108
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1109
1109
  _trashed?: boolean | undefined;
1110
1110
  _revision?: number | undefined;
1111
1111
  _localeVariantGroupId?: string | undefined;
1112
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1112
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1113
1113
  trashedAt?: Date | undefined;
1114
1114
  createdAt?: Date | undefined;
1115
1115
  updatedAt?: Date | undefined;
1116
1116
  };
1117
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
1118
- state: import("..").FieldState;
1117
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
1118
+ state: import("../index.js").FieldState;
1119
1119
  } | undefined;
1120
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
1121
- state: import("..").FieldState;
1122
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole">, unknown>>;
1123
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
1124
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | undefined, unknown>>;
1120
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
1121
+ state: import("../index.js").FieldState;
1122
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
1123
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
1124
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
1125
1125
  getOutputSchema: () => import("zod").ZodType<{
1126
1126
  name: string;
1127
1127
  permissions: (string | undefined)[];
1128
1128
  _type: "ManagerRole";
1129
1129
  _id: string;
1130
1130
  _schemaVersion?: number | undefined;
1131
- _visibility?: import("..").DocumentVisibility | undefined;
1132
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1131
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1132
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1133
1133
  _trashed?: boolean | undefined;
1134
1134
  _revision?: number | undefined;
1135
1135
  _localeVariantGroupId?: string | undefined;
1136
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1136
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1137
1137
  trashedAt?: Date | undefined;
1138
1138
  createdAt?: Date | undefined;
1139
1139
  updatedAt?: Date | undefined;
@@ -1143,20 +1143,20 @@ export declare const UserMfa: ContentType<{
1143
1143
  _type: "ManagerRole";
1144
1144
  _id: string;
1145
1145
  _schemaVersion?: number | undefined;
1146
- _visibility?: import("..").DocumentVisibility | undefined;
1147
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1146
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1147
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1148
1148
  _trashed?: boolean | undefined;
1149
1149
  _revision?: number | undefined;
1150
1150
  _localeVariantGroupId?: string | undefined;
1151
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1151
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1152
1152
  trashedAt?: Date | undefined;
1153
1153
  createdAt?: Date | undefined;
1154
1154
  updatedAt?: Date | undefined;
1155
1155
  } | undefined, unknown>>;
1156
- getConfig: () => import("..").RelationMeta<"ManagerRole", undefined>;
1156
+ getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
1157
1157
  getIsRequired: () => boolean;
1158
1158
  getIsTranslatable: () => boolean;
1159
- getVisibility: () => import("..").Visibility;
1159
+ getVisibility: () => import("../index.js").Visibility;
1160
1160
  getIsDynamic: () => boolean;
1161
1161
  getDescription: () => string | undefined;
1162
1162
  getCondition: () => {
@@ -1196,23 +1196,23 @@ export declare const UserMfa: ContentType<{
1196
1196
  lte?: number | undefined;
1197
1197
  };
1198
1198
  } | undefined;
1199
- }>(this: TThis) => import("..").SimpleListField<import("..").RelationField<ContentType<{
1200
- name: import("..").WithFieldState<{
1199
+ }>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
1200
+ name: import("../index.js").WithFieldState<{
1201
1201
  kind: "field";
1202
1202
  readonly __fieldTypes?: {
1203
1203
  input: string;
1204
1204
  db: string;
1205
1205
  output: string;
1206
- meta: import("..").StringMeta<"Text">;
1207
- state: import("..").DefaultFieldState;
1206
+ meta: import("../index.js").StringMeta<"Text">;
1207
+ state: import("../index.js").DefaultFieldState;
1208
1208
  } | undefined;
1209
- meta: import("..").StringMeta<"Text">;
1210
- state: import("..").DefaultFieldState;
1209
+ meta: import("../index.js").StringMeta<"Text">;
1210
+ state: import("../index.js").DefaultFieldState;
1211
1211
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1212
1212
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1213
1213
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1214
1214
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1215
- getConfig: () => import("..").StringMeta<"Text">;
1215
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1216
1216
  getIsRequired: () => false;
1217
1217
  getIsTranslatable: () => false;
1218
1218
  getVisibility: () => "all";
@@ -1226,19 +1226,19 @@ export declare const UserMfa: ContentType<{
1226
1226
  input: string;
1227
1227
  db: string;
1228
1228
  output: string;
1229
- meta: import("..").StringMeta<"Text">;
1230
- state: import("..").FieldState;
1229
+ meta: import("../index.js").StringMeta<"Text">;
1230
+ state: import("../index.js").FieldState;
1231
1231
  } | undefined;
1232
- meta: import("..").StringMeta<"Text">;
1233
- state: import("..").FieldState;
1232
+ meta: import("../index.js").StringMeta<"Text">;
1233
+ state: import("../index.js").FieldState;
1234
1234
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1235
1235
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1236
1236
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1237
1237
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1238
- getConfig: () => import("..").StringMeta<"Text">;
1238
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1239
1239
  getIsRequired: () => boolean;
1240
1240
  getIsTranslatable: () => boolean;
1241
- getVisibility: () => import("..").Visibility;
1241
+ getVisibility: () => import("../index.js").Visibility;
1242
1242
  getIsDynamic: () => boolean;
1243
1243
  getDescription: () => string | undefined;
1244
1244
  getCondition: () => {
@@ -1278,26 +1278,26 @@ export declare const UserMfa: ContentType<{
1278
1278
  lte?: number | undefined;
1279
1279
  };
1280
1280
  } | undefined;
1281
- }, NextUi extends import("..").StringUI>(this: TThis_1, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_1>>;
1281
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
1282
1282
  min: <TThis_1 extends {
1283
1283
  kind: "field";
1284
1284
  readonly __fieldTypes?: {
1285
1285
  input: string;
1286
1286
  db: string;
1287
1287
  output: string;
1288
- meta: import("..").StringMeta<"Text">;
1289
- state: import("..").FieldState;
1288
+ meta: import("../index.js").StringMeta<"Text">;
1289
+ state: import("../index.js").FieldState;
1290
1290
  } | undefined;
1291
- meta: import("..").StringMeta<"Text">;
1292
- state: import("..").FieldState;
1291
+ meta: import("../index.js").StringMeta<"Text">;
1292
+ state: import("../index.js").FieldState;
1293
1293
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1294
1294
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1295
1295
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1296
1296
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1297
- getConfig: () => import("..").StringMeta<"Text">;
1297
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1298
1298
  getIsRequired: () => boolean;
1299
1299
  getIsTranslatable: () => boolean;
1300
- getVisibility: () => import("..").Visibility;
1300
+ getVisibility: () => import("../index.js").Visibility;
1301
1301
  getIsDynamic: () => boolean;
1302
1302
  getDescription: () => string | undefined;
1303
1303
  getCondition: () => {
@@ -1337,26 +1337,26 @@ export declare const UserMfa: ContentType<{
1337
1337
  lte?: number | undefined;
1338
1338
  };
1339
1339
  } | undefined;
1340
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
1340
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
1341
1341
  max: <TThis_1 extends {
1342
1342
  kind: "field";
1343
1343
  readonly __fieldTypes?: {
1344
1344
  input: string;
1345
1345
  db: string;
1346
1346
  output: string;
1347
- meta: import("..").StringMeta<"Text">;
1348
- state: import("..").FieldState;
1347
+ meta: import("../index.js").StringMeta<"Text">;
1348
+ state: import("../index.js").FieldState;
1349
1349
  } | undefined;
1350
- meta: import("..").StringMeta<"Text">;
1351
- state: import("..").FieldState;
1350
+ meta: import("../index.js").StringMeta<"Text">;
1351
+ state: import("../index.js").FieldState;
1352
1352
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1353
1353
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1354
1354
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1355
1355
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1356
- getConfig: () => import("..").StringMeta<"Text">;
1356
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1357
1357
  getIsRequired: () => boolean;
1358
1358
  getIsTranslatable: () => boolean;
1359
- getVisibility: () => import("..").Visibility;
1359
+ getVisibility: () => import("../index.js").Visibility;
1360
1360
  getIsDynamic: () => boolean;
1361
1361
  getDescription: () => string | undefined;
1362
1362
  getCondition: () => {
@@ -1396,51 +1396,51 @@ export declare const UserMfa: ContentType<{
1396
1396
  lte?: number | undefined;
1397
1397
  };
1398
1398
  } | undefined;
1399
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
1400
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1401
- permissions: import("..").WithFieldState<import("..").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("..").SimpleListMeta<import("..").StringField<"Text", import("..").DefaultFieldState>>, import("..").DefaultFieldState> & import("..").PopulatableFieldLike<(string | undefined)[], import("..").DefaultFieldState> & {
1402
- field: import("..").StringField<"Text", import("..").DefaultFieldState>;
1403
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1404
- }, "ManagerRole", undefined>, undefined, import("..").SetRequired<import("..").DefaultFieldState>>, import("..").FieldStateOf<TThis>>;
1405
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1406
- avatarId: import("..").StringField<"Id", import("..").DefaultFieldState>;
1407
- avatarKey: import("..").StringField<"Text", import("..").DefaultFieldState>;
1408
- avatarAccess: import("..").SelectField<readonly ["public", "private"], false, import("..").DefaultFieldState>;
1409
- avatarUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
1410
- avatarPreviewUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
1411
- tutorialsEnabled: import("..").BooleanField<import("..").DefaultFieldState>;
1412
- tutorialsPromptedAt: import("..").DateField<"DateTime", import("..").DefaultFieldState>;
1413
- seenTours: import("..").SimpleListField<import("..").StringField<"Text", import("..").DefaultFieldState>, import("..").DefaultFieldState>;
1414
- twoFactorEnabled: import("..").WithFieldState<{
1399
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
1400
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1401
+ permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
1402
+ field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
1403
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1404
+ }, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
1405
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1406
+ avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
1407
+ avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
1408
+ avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
1409
+ avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
1410
+ avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
1411
+ tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
1412
+ tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
1413
+ seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
1414
+ twoFactorEnabled: import("../index.js").WithFieldState<{
1415
1415
  kind: "field";
1416
1416
  readonly __fieldTypes?: {
1417
1417
  input: boolean;
1418
1418
  db: boolean;
1419
1419
  output: boolean;
1420
- meta: import("..").BooleanMeta;
1421
- state: import("..").DefaultFieldState;
1420
+ meta: import("../index.js").BooleanMeta;
1421
+ state: import("../index.js").DefaultFieldState;
1422
1422
  } | undefined;
1423
- meta: import("..").BooleanMeta;
1424
- state: import("..").DefaultFieldState;
1423
+ meta: import("../index.js").BooleanMeta;
1424
+ state: import("../index.js").DefaultFieldState;
1425
1425
  toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
1426
1426
  getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
1427
1427
  getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
1428
1428
  getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
1429
- getConfig: () => import("..").BooleanMeta;
1429
+ getConfig: () => import("../index.js").BooleanMeta;
1430
1430
  getIsRequired: () => false;
1431
1431
  getIsTranslatable: () => false;
1432
1432
  getVisibility: () => "all";
1433
1433
  getIsDynamic: () => true;
1434
1434
  getDescription: () => undefined;
1435
1435
  getCondition: () => undefined;
1436
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1436
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1437
1437
  }, "ManagerUser", undefined>;
1438
1438
  only?: undefined;
1439
1439
  multiple: <TThis extends {
1440
1440
  kind: "field";
1441
1441
  readonly __fieldTypes?: {
1442
- input: import("..").RelationExisting<"ManagerUser">;
1443
- db: import("..").RelationExisting<"ManagerUser">;
1442
+ input: import("../index.js").RelationExisting<"ManagerUser">;
1443
+ db: import("../index.js").RelationExisting<"ManagerUser">;
1444
1444
  output: {
1445
1445
  user: string;
1446
1446
  email: string;
@@ -1450,12 +1450,12 @@ export declare const UserMfa: ContentType<{
1450
1450
  _type: "ManagerRole";
1451
1451
  _id: string;
1452
1452
  _schemaVersion?: number | undefined;
1453
- _visibility?: import("..").DocumentVisibility | undefined;
1454
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1453
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1454
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1455
1455
  _trashed?: boolean | undefined;
1456
1456
  _revision?: number | undefined;
1457
1457
  _localeVariantGroupId?: string | undefined;
1458
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1458
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1459
1459
  trashedAt?: Date | undefined;
1460
1460
  createdAt?: Date | undefined;
1461
1461
  updatedAt?: Date | undefined;
@@ -1473,24 +1473,24 @@ export declare const UserMfa: ContentType<{
1473
1473
  tutorialsPromptedAt?: Date | undefined;
1474
1474
  seenTours?: (string | undefined)[] | undefined;
1475
1475
  _schemaVersion?: number | undefined;
1476
- _visibility?: import("..").DocumentVisibility | undefined;
1477
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1476
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1477
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1478
1478
  _trashed?: boolean | undefined;
1479
1479
  _revision?: number | undefined;
1480
1480
  _localeVariantGroupId?: string | undefined;
1481
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1481
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1482
1482
  trashedAt?: Date | undefined;
1483
1483
  createdAt?: Date | undefined;
1484
1484
  updatedAt?: Date | undefined;
1485
1485
  };
1486
- meta: import("..").RelationMeta<"ManagerUser", undefined>;
1487
- state: import("..").FieldState;
1486
+ meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
1487
+ state: import("../index.js").FieldState;
1488
1488
  } | undefined;
1489
- meta: import("..").RelationMeta<"ManagerUser", undefined>;
1490
- state: import("..").FieldState;
1491
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser">, unknown>>;
1492
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
1493
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerUser"> | undefined, unknown>>;
1489
+ meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
1490
+ state: import("../index.js").FieldState;
1491
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
1492
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
1493
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
1494
1494
  getOutputSchema: () => import("zod").ZodType<{
1495
1495
  user: string;
1496
1496
  email: string;
@@ -1500,12 +1500,12 @@ export declare const UserMfa: ContentType<{
1500
1500
  _type: "ManagerRole";
1501
1501
  _id: string;
1502
1502
  _schemaVersion?: number | undefined;
1503
- _visibility?: import("..").DocumentVisibility | undefined;
1504
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1503
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1504
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1505
1505
  _trashed?: boolean | undefined;
1506
1506
  _revision?: number | undefined;
1507
1507
  _localeVariantGroupId?: string | undefined;
1508
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1508
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1509
1509
  trashedAt?: Date | undefined;
1510
1510
  createdAt?: Date | undefined;
1511
1511
  updatedAt?: Date | undefined;
@@ -1523,12 +1523,12 @@ export declare const UserMfa: ContentType<{
1523
1523
  tutorialsPromptedAt?: Date | undefined;
1524
1524
  seenTours?: (string | undefined)[] | undefined;
1525
1525
  _schemaVersion?: number | undefined;
1526
- _visibility?: import("..").DocumentVisibility | undefined;
1527
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1526
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1527
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1528
1528
  _trashed?: boolean | undefined;
1529
1529
  _revision?: number | undefined;
1530
1530
  _localeVariantGroupId?: string | undefined;
1531
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1531
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1532
1532
  trashedAt?: Date | undefined;
1533
1533
  createdAt?: Date | undefined;
1534
1534
  updatedAt?: Date | undefined;
@@ -1541,12 +1541,12 @@ export declare const UserMfa: ContentType<{
1541
1541
  _type: "ManagerRole";
1542
1542
  _id: string;
1543
1543
  _schemaVersion?: number | undefined;
1544
- _visibility?: import("..").DocumentVisibility | undefined;
1545
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1544
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1545
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1546
1546
  _trashed?: boolean | undefined;
1547
1547
  _revision?: number | undefined;
1548
1548
  _localeVariantGroupId?: string | undefined;
1549
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1549
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1550
1550
  trashedAt?: Date | undefined;
1551
1551
  createdAt?: Date | undefined;
1552
1552
  updatedAt?: Date | undefined;
@@ -1564,20 +1564,20 @@ export declare const UserMfa: ContentType<{
1564
1564
  tutorialsPromptedAt?: Date | undefined;
1565
1565
  seenTours?: (string | undefined)[] | undefined;
1566
1566
  _schemaVersion?: number | undefined;
1567
- _visibility?: import("..").DocumentVisibility | undefined;
1568
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
1567
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
1568
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
1569
1569
  _trashed?: boolean | undefined;
1570
1570
  _revision?: number | undefined;
1571
1571
  _localeVariantGroupId?: string | undefined;
1572
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
1572
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
1573
1573
  trashedAt?: Date | undefined;
1574
1574
  createdAt?: Date | undefined;
1575
1575
  updatedAt?: Date | undefined;
1576
1576
  } | undefined, unknown>>;
1577
- getConfig: () => import("..").RelationMeta<"ManagerUser", undefined>;
1577
+ getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
1578
1578
  getIsRequired: () => boolean;
1579
1579
  getIsTranslatable: () => boolean;
1580
- getVisibility: () => import("..").Visibility;
1580
+ getVisibility: () => import("../index.js").Visibility;
1581
1581
  getIsDynamic: () => boolean;
1582
1582
  getDescription: () => string | undefined;
1583
1583
  getCondition: () => {
@@ -1617,24 +1617,24 @@ export declare const UserMfa: ContentType<{
1617
1617
  lte?: number | undefined;
1618
1618
  };
1619
1619
  } | undefined;
1620
- }>(this: TThis) => import("..").SimpleListField<import("..").RelationField<ContentType<{
1621
- name: import("..").StringField<"Text", import("..").DefaultFieldState>;
1622
- user: import("..").WithFieldState<{
1620
+ }>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
1621
+ name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
1622
+ user: import("../index.js").WithFieldState<{
1623
1623
  kind: "field";
1624
1624
  readonly __fieldTypes?: {
1625
1625
  input: string;
1626
1626
  db: string;
1627
1627
  output: string;
1628
- meta: import("..").StringMeta<"Text">;
1629
- state: import("..").DefaultFieldState;
1628
+ meta: import("../index.js").StringMeta<"Text">;
1629
+ state: import("../index.js").DefaultFieldState;
1630
1630
  } | undefined;
1631
- meta: import("..").StringMeta<"Text">;
1632
- state: import("..").DefaultFieldState;
1631
+ meta: import("../index.js").StringMeta<"Text">;
1632
+ state: import("../index.js").DefaultFieldState;
1633
1633
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1634
1634
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1635
1635
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1636
1636
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1637
- getConfig: () => import("..").StringMeta<"Text">;
1637
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1638
1638
  getIsRequired: () => false;
1639
1639
  getIsTranslatable: () => false;
1640
1640
  getVisibility: () => "all";
@@ -1648,19 +1648,19 @@ export declare const UserMfa: ContentType<{
1648
1648
  input: string;
1649
1649
  db: string;
1650
1650
  output: string;
1651
- meta: import("..").StringMeta<"Text">;
1652
- state: import("..").FieldState;
1651
+ meta: import("../index.js").StringMeta<"Text">;
1652
+ state: import("../index.js").FieldState;
1653
1653
  } | undefined;
1654
- meta: import("..").StringMeta<"Text">;
1655
- state: import("..").FieldState;
1654
+ meta: import("../index.js").StringMeta<"Text">;
1655
+ state: import("../index.js").FieldState;
1656
1656
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1657
1657
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1658
1658
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1659
1659
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1660
- getConfig: () => import("..").StringMeta<"Text">;
1660
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1661
1661
  getIsRequired: () => boolean;
1662
1662
  getIsTranslatable: () => boolean;
1663
- getVisibility: () => import("..").Visibility;
1663
+ getVisibility: () => import("../index.js").Visibility;
1664
1664
  getIsDynamic: () => boolean;
1665
1665
  getDescription: () => string | undefined;
1666
1666
  getCondition: () => {
@@ -1700,26 +1700,26 @@ export declare const UserMfa: ContentType<{
1700
1700
  lte?: number | undefined;
1701
1701
  };
1702
1702
  } | undefined;
1703
- }, NextUi extends import("..").StringUI>(this: TThis_1, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_1>>;
1703
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
1704
1704
  min: <TThis_1 extends {
1705
1705
  kind: "field";
1706
1706
  readonly __fieldTypes?: {
1707
1707
  input: string;
1708
1708
  db: string;
1709
1709
  output: string;
1710
- meta: import("..").StringMeta<"Text">;
1711
- state: import("..").FieldState;
1710
+ meta: import("../index.js").StringMeta<"Text">;
1711
+ state: import("../index.js").FieldState;
1712
1712
  } | undefined;
1713
- meta: import("..").StringMeta<"Text">;
1714
- state: import("..").FieldState;
1713
+ meta: import("../index.js").StringMeta<"Text">;
1714
+ state: import("../index.js").FieldState;
1715
1715
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1716
1716
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1717
1717
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1718
1718
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1719
- getConfig: () => import("..").StringMeta<"Text">;
1719
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1720
1720
  getIsRequired: () => boolean;
1721
1721
  getIsTranslatable: () => boolean;
1722
- getVisibility: () => import("..").Visibility;
1722
+ getVisibility: () => import("../index.js").Visibility;
1723
1723
  getIsDynamic: () => boolean;
1724
1724
  getDescription: () => string | undefined;
1725
1725
  getCondition: () => {
@@ -1759,26 +1759,26 @@ export declare const UserMfa: ContentType<{
1759
1759
  lte?: number | undefined;
1760
1760
  };
1761
1761
  } | undefined;
1762
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
1762
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
1763
1763
  max: <TThis_1 extends {
1764
1764
  kind: "field";
1765
1765
  readonly __fieldTypes?: {
1766
1766
  input: string;
1767
1767
  db: string;
1768
1768
  output: string;
1769
- meta: import("..").StringMeta<"Text">;
1770
- state: import("..").FieldState;
1769
+ meta: import("../index.js").StringMeta<"Text">;
1770
+ state: import("../index.js").FieldState;
1771
1771
  } | undefined;
1772
- meta: import("..").StringMeta<"Text">;
1773
- state: import("..").FieldState;
1772
+ meta: import("../index.js").StringMeta<"Text">;
1773
+ state: import("../index.js").FieldState;
1774
1774
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1775
1775
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1776
1776
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1777
1777
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1778
- getConfig: () => import("..").StringMeta<"Text">;
1778
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1779
1779
  getIsRequired: () => boolean;
1780
1780
  getIsTranslatable: () => boolean;
1781
- getVisibility: () => import("..").Visibility;
1781
+ getVisibility: () => import("../index.js").Visibility;
1782
1782
  getIsDynamic: () => boolean;
1783
1783
  getDescription: () => string | undefined;
1784
1784
  getCondition: () => {
@@ -1818,24 +1818,24 @@ export declare const UserMfa: ContentType<{
1818
1818
  lte?: number | undefined;
1819
1819
  };
1820
1820
  } | undefined;
1821
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
1822
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
1823
- email: import("..").WithFieldState<{
1821
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
1822
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1823
+ email: import("../index.js").WithFieldState<{
1824
1824
  kind: "field";
1825
1825
  readonly __fieldTypes?: {
1826
1826
  input: string;
1827
1827
  db: string;
1828
1828
  output: string;
1829
- meta: import("..").StringMeta<"Email">;
1830
- state: import("..").DefaultFieldState;
1829
+ meta: import("../index.js").StringMeta<"Email">;
1830
+ state: import("../index.js").DefaultFieldState;
1831
1831
  } | undefined;
1832
- meta: import("..").StringMeta<"Email">;
1833
- state: import("..").DefaultFieldState;
1832
+ meta: import("../index.js").StringMeta<"Email">;
1833
+ state: import("../index.js").DefaultFieldState;
1834
1834
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1835
1835
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1836
1836
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1837
1837
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1838
- getConfig: () => import("..").StringMeta<"Email">;
1838
+ getConfig: () => import("../index.js").StringMeta<"Email">;
1839
1839
  getIsRequired: () => false;
1840
1840
  getIsTranslatable: () => false;
1841
1841
  getVisibility: () => "all";
@@ -1849,19 +1849,19 @@ export declare const UserMfa: ContentType<{
1849
1849
  input: string;
1850
1850
  db: string;
1851
1851
  output: string;
1852
- meta: import("..").StringMeta<"Email">;
1853
- state: import("..").FieldState;
1852
+ meta: import("../index.js").StringMeta<"Email">;
1853
+ state: import("../index.js").FieldState;
1854
1854
  } | undefined;
1855
- meta: import("..").StringMeta<"Email">;
1856
- state: import("..").FieldState;
1855
+ meta: import("../index.js").StringMeta<"Email">;
1856
+ state: import("../index.js").FieldState;
1857
1857
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1858
1858
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1859
1859
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1860
1860
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1861
- getConfig: () => import("..").StringMeta<"Email">;
1861
+ getConfig: () => import("../index.js").StringMeta<"Email">;
1862
1862
  getIsRequired: () => boolean;
1863
1863
  getIsTranslatable: () => boolean;
1864
- getVisibility: () => import("..").Visibility;
1864
+ getVisibility: () => import("../index.js").Visibility;
1865
1865
  getIsDynamic: () => boolean;
1866
1866
  getDescription: () => string | undefined;
1867
1867
  getCondition: () => {
@@ -1901,26 +1901,26 @@ export declare const UserMfa: ContentType<{
1901
1901
  lte?: number | undefined;
1902
1902
  };
1903
1903
  } | undefined;
1904
- }, NextUi extends import("..").StringUI>(this: TThis_1, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_1>>;
1904
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
1905
1905
  min: <TThis_1 extends {
1906
1906
  kind: "field";
1907
1907
  readonly __fieldTypes?: {
1908
1908
  input: string;
1909
1909
  db: string;
1910
1910
  output: string;
1911
- meta: import("..").StringMeta<"Email">;
1912
- state: import("..").FieldState;
1911
+ meta: import("../index.js").StringMeta<"Email">;
1912
+ state: import("../index.js").FieldState;
1913
1913
  } | undefined;
1914
- meta: import("..").StringMeta<"Email">;
1915
- state: import("..").FieldState;
1914
+ meta: import("../index.js").StringMeta<"Email">;
1915
+ state: import("../index.js").FieldState;
1916
1916
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1917
1917
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1918
1918
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1919
1919
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1920
- getConfig: () => import("..").StringMeta<"Email">;
1920
+ getConfig: () => import("../index.js").StringMeta<"Email">;
1921
1921
  getIsRequired: () => boolean;
1922
1922
  getIsTranslatable: () => boolean;
1923
- getVisibility: () => import("..").Visibility;
1923
+ getVisibility: () => import("../index.js").Visibility;
1924
1924
  getIsDynamic: () => boolean;
1925
1925
  getDescription: () => string | undefined;
1926
1926
  getCondition: () => {
@@ -1960,26 +1960,26 @@ export declare const UserMfa: ContentType<{
1960
1960
  lte?: number | undefined;
1961
1961
  };
1962
1962
  } | undefined;
1963
- }>(this: TThis_1, length: number) => import("..").StringField<"Email", import("..").FieldStateOf<TThis_1>>;
1963
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
1964
1964
  max: <TThis_1 extends {
1965
1965
  kind: "field";
1966
1966
  readonly __fieldTypes?: {
1967
1967
  input: string;
1968
1968
  db: string;
1969
1969
  output: string;
1970
- meta: import("..").StringMeta<"Email">;
1971
- state: import("..").FieldState;
1970
+ meta: import("../index.js").StringMeta<"Email">;
1971
+ state: import("../index.js").FieldState;
1972
1972
  } | undefined;
1973
- meta: import("..").StringMeta<"Email">;
1974
- state: import("..").FieldState;
1973
+ meta: import("../index.js").StringMeta<"Email">;
1974
+ state: import("../index.js").FieldState;
1975
1975
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1976
1976
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1977
1977
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1978
1978
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1979
- getConfig: () => import("..").StringMeta<"Email">;
1979
+ getConfig: () => import("../index.js").StringMeta<"Email">;
1980
1980
  getIsRequired: () => boolean;
1981
1981
  getIsTranslatable: () => boolean;
1982
- getVisibility: () => import("..").Visibility;
1982
+ getVisibility: () => import("../index.js").Visibility;
1983
1983
  getIsDynamic: () => boolean;
1984
1984
  getDescription: () => string | undefined;
1985
1985
  getCondition: () => {
@@ -2019,24 +2019,24 @@ export declare const UserMfa: ContentType<{
2019
2019
  lte?: number | undefined;
2020
2020
  };
2021
2021
  } | undefined;
2022
- }>(this: TThis_1, length: number) => import("..").StringField<"Email", import("..").FieldStateOf<TThis_1>>;
2023
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2024
- password: import("..").WithFieldState<Omit<{
2022
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
2023
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2024
+ password: import("../index.js").WithFieldState<Omit<{
2025
2025
  kind: "field";
2026
2026
  readonly __fieldTypes?: {
2027
2027
  input: string;
2028
2028
  db: string;
2029
2029
  output: string;
2030
- meta: import("..").StringMeta<"Password">;
2031
- state: import("..").DefaultFieldState;
2030
+ meta: import("../index.js").StringMeta<"Password">;
2031
+ state: import("../index.js").DefaultFieldState;
2032
2032
  } | undefined;
2033
- meta: import("..").StringMeta<"Password">;
2034
- state: import("..").DefaultFieldState;
2033
+ meta: import("../index.js").StringMeta<"Password">;
2034
+ state: import("../index.js").DefaultFieldState;
2035
2035
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2036
2036
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2037
2037
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2038
2038
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2039
- getConfig: () => import("..").StringMeta<"Password">;
2039
+ getConfig: () => import("../index.js").StringMeta<"Password">;
2040
2040
  getIsRequired: () => false;
2041
2041
  getIsTranslatable: () => false;
2042
2042
  getVisibility: () => "all";
@@ -2050,19 +2050,19 @@ export declare const UserMfa: ContentType<{
2050
2050
  input: string;
2051
2051
  db: string;
2052
2052
  output: string;
2053
- meta: import("..").StringMeta<"Password">;
2054
- state: import("..").FieldState;
2053
+ meta: import("../index.js").StringMeta<"Password">;
2054
+ state: import("../index.js").FieldState;
2055
2055
  } | undefined;
2056
- meta: import("..").StringMeta<"Password">;
2057
- state: import("..").FieldState;
2056
+ meta: import("../index.js").StringMeta<"Password">;
2057
+ state: import("../index.js").FieldState;
2058
2058
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2059
2059
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2060
2060
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2061
2061
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2062
- getConfig: () => import("..").StringMeta<"Password">;
2062
+ getConfig: () => import("../index.js").StringMeta<"Password">;
2063
2063
  getIsRequired: () => boolean;
2064
2064
  getIsTranslatable: () => boolean;
2065
- getVisibility: () => import("..").Visibility;
2065
+ getVisibility: () => import("../index.js").Visibility;
2066
2066
  getIsDynamic: () => boolean;
2067
2067
  getDescription: () => string | undefined;
2068
2068
  getCondition: () => {
@@ -2102,26 +2102,26 @@ export declare const UserMfa: ContentType<{
2102
2102
  lte?: number | undefined;
2103
2103
  };
2104
2104
  } | undefined;
2105
- }, NextUi extends import("..").StringUI>(this: TThis_1, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_1>>;
2105
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
2106
2106
  min: <TThis_1 extends {
2107
2107
  kind: "field";
2108
2108
  readonly __fieldTypes?: {
2109
2109
  input: string;
2110
2110
  db: string;
2111
2111
  output: string;
2112
- meta: import("..").StringMeta<"Password">;
2113
- state: import("..").FieldState;
2112
+ meta: import("../index.js").StringMeta<"Password">;
2113
+ state: import("../index.js").FieldState;
2114
2114
  } | undefined;
2115
- meta: import("..").StringMeta<"Password">;
2116
- state: import("..").FieldState;
2115
+ meta: import("../index.js").StringMeta<"Password">;
2116
+ state: import("../index.js").FieldState;
2117
2117
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2118
2118
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2119
2119
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2120
2120
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2121
- getConfig: () => import("..").StringMeta<"Password">;
2121
+ getConfig: () => import("../index.js").StringMeta<"Password">;
2122
2122
  getIsRequired: () => boolean;
2123
2123
  getIsTranslatable: () => boolean;
2124
- getVisibility: () => import("..").Visibility;
2124
+ getVisibility: () => import("../index.js").Visibility;
2125
2125
  getIsDynamic: () => boolean;
2126
2126
  getDescription: () => string | undefined;
2127
2127
  getCondition: () => {
@@ -2161,26 +2161,26 @@ export declare const UserMfa: ContentType<{
2161
2161
  lte?: number | undefined;
2162
2162
  };
2163
2163
  } | undefined;
2164
- }>(this: TThis_1, length: number) => import("..").StringField<"Password", import("..").FieldStateOf<TThis_1>>;
2164
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
2165
2165
  max: <TThis_1 extends {
2166
2166
  kind: "field";
2167
2167
  readonly __fieldTypes?: {
2168
2168
  input: string;
2169
2169
  db: string;
2170
2170
  output: string;
2171
- meta: import("..").StringMeta<"Password">;
2172
- state: import("..").FieldState;
2171
+ meta: import("../index.js").StringMeta<"Password">;
2172
+ state: import("../index.js").FieldState;
2173
2173
  } | undefined;
2174
- meta: import("..").StringMeta<"Password">;
2175
- state: import("..").FieldState;
2174
+ meta: import("../index.js").StringMeta<"Password">;
2175
+ state: import("../index.js").FieldState;
2176
2176
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2177
2177
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2178
2178
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2179
2179
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2180
- getConfig: () => import("..").StringMeta<"Password">;
2180
+ getConfig: () => import("../index.js").StringMeta<"Password">;
2181
2181
  getIsRequired: () => boolean;
2182
2182
  getIsTranslatable: () => boolean;
2183
- getVisibility: () => import("..").Visibility;
2183
+ getVisibility: () => import("../index.js").Visibility;
2184
2184
  getIsDynamic: () => boolean;
2185
2185
  getDescription: () => string | undefined;
2186
2186
  getCondition: () => {
@@ -2220,49 +2220,49 @@ export declare const UserMfa: ContentType<{
2220
2220
  lte?: number | undefined;
2221
2221
  };
2222
2222
  } | undefined;
2223
- }>(this: TThis_1, length: number) => import("..").StringField<"Password", import("..").FieldStateOf<TThis_1>>;
2224
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Password">, import("..").SetRequired<import("..").DefaultFieldState>>, import("..").SetVisibility<import("..").SetRequired<import("..").DefaultFieldState>, "manager">>;
2225
- role: import("..").WithFieldState<{
2223
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
2224
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Password">, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").SetVisibility<import("../index.js").SetRequired<import("../index.js").DefaultFieldState>, "manager">>;
2225
+ role: import("../index.js").WithFieldState<{
2226
2226
  kind: "field";
2227
2227
  readonly __fieldTypes?: {
2228
- input: import("..").RelationExisting<"ManagerRole">;
2229
- db: import("..").RelationExisting<"ManagerRole">;
2228
+ input: import("../index.js").RelationExisting<"ManagerRole">;
2229
+ db: import("../index.js").RelationExisting<"ManagerRole">;
2230
2230
  output: {
2231
2231
  name: string;
2232
2232
  permissions: (string | undefined)[];
2233
2233
  _type: "ManagerRole";
2234
2234
  _id: string;
2235
2235
  _schemaVersion?: number | undefined;
2236
- _visibility?: import("..").DocumentVisibility | undefined;
2237
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2236
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2237
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2238
2238
  _trashed?: boolean | undefined;
2239
2239
  _revision?: number | undefined;
2240
2240
  _localeVariantGroupId?: string | undefined;
2241
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2241
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2242
2242
  trashedAt?: Date | undefined;
2243
2243
  createdAt?: Date | undefined;
2244
2244
  updatedAt?: Date | undefined;
2245
2245
  };
2246
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
2247
- state: import("..").DefaultFieldState;
2246
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
2247
+ state: import("../index.js").DefaultFieldState;
2248
2248
  } | undefined;
2249
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
2250
- state: import("..").DefaultFieldState;
2251
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole">, unknown>>;
2252
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
2253
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | undefined, unknown>>;
2249
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
2250
+ state: import("../index.js").DefaultFieldState;
2251
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
2252
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
2253
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
2254
2254
  getOutputSchema: () => import("zod").ZodType<{
2255
2255
  name: string;
2256
2256
  permissions: (string | undefined)[];
2257
2257
  _type: "ManagerRole";
2258
2258
  _id: string;
2259
2259
  _schemaVersion?: number | undefined;
2260
- _visibility?: import("..").DocumentVisibility | undefined;
2261
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2260
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2261
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2262
2262
  _trashed?: boolean | undefined;
2263
2263
  _revision?: number | undefined;
2264
2264
  _localeVariantGroupId?: string | undefined;
2265
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2265
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2266
2266
  trashedAt?: Date | undefined;
2267
2267
  createdAt?: Date | undefined;
2268
2268
  updatedAt?: Date | undefined;
@@ -2272,59 +2272,59 @@ export declare const UserMfa: ContentType<{
2272
2272
  _type: "ManagerRole";
2273
2273
  _id: string;
2274
2274
  _schemaVersion?: number | undefined;
2275
- _visibility?: import("..").DocumentVisibility | undefined;
2276
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2275
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2276
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2277
2277
  _trashed?: boolean | undefined;
2278
2278
  _revision?: number | undefined;
2279
2279
  _localeVariantGroupId?: string | undefined;
2280
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2280
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2281
2281
  trashedAt?: Date | undefined;
2282
2282
  createdAt?: Date | undefined;
2283
2283
  updatedAt?: Date | undefined;
2284
2284
  } | undefined, unknown>>;
2285
- getConfig: () => import("..").RelationMeta<"ManagerRole", undefined>;
2285
+ getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
2286
2286
  getIsRequired: () => false;
2287
2287
  getIsTranslatable: () => false;
2288
2288
  getVisibility: () => "all";
2289
2289
  getIsDynamic: () => true;
2290
2290
  getDescription: () => undefined;
2291
2291
  getCondition: () => undefined;
2292
- } & import("..").PopulatableFieldLike<{
2292
+ } & import("../index.js").PopulatableFieldLike<{
2293
2293
  name: string;
2294
2294
  permissions: (string | undefined)[];
2295
2295
  _type: "ManagerRole";
2296
2296
  _id: string;
2297
2297
  _schemaVersion?: number | undefined;
2298
- _visibility?: import("..").DocumentVisibility | undefined;
2299
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2298
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2299
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2300
2300
  _trashed?: boolean | undefined;
2301
2301
  _revision?: number | undefined;
2302
2302
  _localeVariantGroupId?: string | undefined;
2303
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2303
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2304
2304
  trashedAt?: Date | undefined;
2305
2305
  trashedBy?: string | undefined;
2306
2306
  createdAt?: Date | undefined;
2307
2307
  updatedAt?: Date | undefined;
2308
2308
  createdBy?: string | undefined;
2309
2309
  updatedBy?: string | undefined;
2310
- }, import("..").DefaultFieldState> & {
2310
+ }, import("../index.js").DefaultFieldState> & {
2311
2311
  contentType: ContentType<{
2312
- name: import("..").WithFieldState<{
2312
+ name: import("../index.js").WithFieldState<{
2313
2313
  kind: "field";
2314
2314
  readonly __fieldTypes?: {
2315
2315
  input: string;
2316
2316
  db: string;
2317
2317
  output: string;
2318
- meta: import("..").StringMeta<"Text">;
2319
- state: import("..").DefaultFieldState;
2318
+ meta: import("../index.js").StringMeta<"Text">;
2319
+ state: import("../index.js").DefaultFieldState;
2320
2320
  } | undefined;
2321
- meta: import("..").StringMeta<"Text">;
2322
- state: import("..").DefaultFieldState;
2321
+ meta: import("../index.js").StringMeta<"Text">;
2322
+ state: import("../index.js").DefaultFieldState;
2323
2323
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2324
2324
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2325
2325
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2326
2326
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2327
- getConfig: () => import("..").StringMeta<"Text">;
2327
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2328
2328
  getIsRequired: () => false;
2329
2329
  getIsTranslatable: () => false;
2330
2330
  getVisibility: () => "all";
@@ -2338,19 +2338,19 @@ export declare const UserMfa: ContentType<{
2338
2338
  input: string;
2339
2339
  db: string;
2340
2340
  output: string;
2341
- meta: import("..").StringMeta<"Text">;
2342
- state: import("..").FieldState;
2341
+ meta: import("../index.js").StringMeta<"Text">;
2342
+ state: import("../index.js").FieldState;
2343
2343
  } | undefined;
2344
- meta: import("..").StringMeta<"Text">;
2345
- state: import("..").FieldState;
2344
+ meta: import("../index.js").StringMeta<"Text">;
2345
+ state: import("../index.js").FieldState;
2346
2346
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2347
2347
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2348
2348
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2349
2349
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2350
- getConfig: () => import("..").StringMeta<"Text">;
2350
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2351
2351
  getIsRequired: () => boolean;
2352
2352
  getIsTranslatable: () => boolean;
2353
- getVisibility: () => import("..").Visibility;
2353
+ getVisibility: () => import("../index.js").Visibility;
2354
2354
  getIsDynamic: () => boolean;
2355
2355
  getDescription: () => string | undefined;
2356
2356
  getCondition: () => {
@@ -2390,26 +2390,26 @@ export declare const UserMfa: ContentType<{
2390
2390
  lte?: number | undefined;
2391
2391
  };
2392
2392
  } | undefined;
2393
- }, NextUi extends import("..").StringUI>(this: TThis_1, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_1>>;
2393
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
2394
2394
  min: <TThis_1 extends {
2395
2395
  kind: "field";
2396
2396
  readonly __fieldTypes?: {
2397
2397
  input: string;
2398
2398
  db: string;
2399
2399
  output: string;
2400
- meta: import("..").StringMeta<"Text">;
2401
- state: import("..").FieldState;
2400
+ meta: import("../index.js").StringMeta<"Text">;
2401
+ state: import("../index.js").FieldState;
2402
2402
  } | undefined;
2403
- meta: import("..").StringMeta<"Text">;
2404
- state: import("..").FieldState;
2403
+ meta: import("../index.js").StringMeta<"Text">;
2404
+ state: import("../index.js").FieldState;
2405
2405
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2406
2406
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2407
2407
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2408
2408
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2409
- getConfig: () => import("..").StringMeta<"Text">;
2409
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2410
2410
  getIsRequired: () => boolean;
2411
2411
  getIsTranslatable: () => boolean;
2412
- getVisibility: () => import("..").Visibility;
2412
+ getVisibility: () => import("../index.js").Visibility;
2413
2413
  getIsDynamic: () => boolean;
2414
2414
  getDescription: () => string | undefined;
2415
2415
  getCondition: () => {
@@ -2449,26 +2449,26 @@ export declare const UserMfa: ContentType<{
2449
2449
  lte?: number | undefined;
2450
2450
  };
2451
2451
  } | undefined;
2452
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
2452
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
2453
2453
  max: <TThis_1 extends {
2454
2454
  kind: "field";
2455
2455
  readonly __fieldTypes?: {
2456
2456
  input: string;
2457
2457
  db: string;
2458
2458
  output: string;
2459
- meta: import("..").StringMeta<"Text">;
2460
- state: import("..").FieldState;
2459
+ meta: import("../index.js").StringMeta<"Text">;
2460
+ state: import("../index.js").FieldState;
2461
2461
  } | undefined;
2462
- meta: import("..").StringMeta<"Text">;
2463
- state: import("..").FieldState;
2462
+ meta: import("../index.js").StringMeta<"Text">;
2463
+ state: import("../index.js").FieldState;
2464
2464
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2465
2465
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2466
2466
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2467
2467
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2468
- getConfig: () => import("..").StringMeta<"Text">;
2468
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2469
2469
  getIsRequired: () => boolean;
2470
2470
  getIsTranslatable: () => boolean;
2471
- getVisibility: () => import("..").Visibility;
2471
+ getVisibility: () => import("../index.js").Visibility;
2472
2472
  getIsDynamic: () => boolean;
2473
2473
  getDescription: () => string | undefined;
2474
2474
  getCondition: () => {
@@ -2508,54 +2508,54 @@ export declare const UserMfa: ContentType<{
2508
2508
  lte?: number | undefined;
2509
2509
  };
2510
2510
  } | undefined;
2511
- }>(this: TThis_1, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_1>>;
2512
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2513
- permissions: import("..").WithFieldState<import("..").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("..").SimpleListMeta<import("..").StringField<"Text", import("..").DefaultFieldState>>, import("..").DefaultFieldState> & import("..").PopulatableFieldLike<(string | undefined)[], import("..").DefaultFieldState> & {
2514
- field: import("..").StringField<"Text", import("..").DefaultFieldState>;
2515
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2511
+ }>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
2512
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2513
+ permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
2514
+ field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
2515
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2516
2516
  }, "ManagerRole", undefined>;
2517
2517
  only?: undefined;
2518
2518
  multiple: <TThis_1 extends {
2519
2519
  kind: "field";
2520
2520
  readonly __fieldTypes?: {
2521
- input: import("..").RelationExisting<"ManagerRole">;
2522
- db: import("..").RelationExisting<"ManagerRole">;
2521
+ input: import("../index.js").RelationExisting<"ManagerRole">;
2522
+ db: import("../index.js").RelationExisting<"ManagerRole">;
2523
2523
  output: {
2524
2524
  name: string;
2525
2525
  permissions: (string | undefined)[];
2526
2526
  _type: "ManagerRole";
2527
2527
  _id: string;
2528
2528
  _schemaVersion?: number | undefined;
2529
- _visibility?: import("..").DocumentVisibility | undefined;
2530
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2529
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2530
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2531
2531
  _trashed?: boolean | undefined;
2532
2532
  _revision?: number | undefined;
2533
2533
  _localeVariantGroupId?: string | undefined;
2534
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2534
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2535
2535
  trashedAt?: Date | undefined;
2536
2536
  createdAt?: Date | undefined;
2537
2537
  updatedAt?: Date | undefined;
2538
2538
  };
2539
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
2540
- state: import("..").FieldState;
2539
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
2540
+ state: import("../index.js").FieldState;
2541
2541
  } | undefined;
2542
- meta: import("..").RelationMeta<"ManagerRole", undefined>;
2543
- state: import("..").FieldState;
2544
- toZod: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole">, unknown>>;
2545
- getInputSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
2546
- getSchema: () => import("zod").ZodType<import("..").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("..").RelationExisting<"ManagerRole"> | undefined, unknown>>;
2542
+ meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
2543
+ state: import("../index.js").FieldState;
2544
+ toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
2545
+ getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
2546
+ getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
2547
2547
  getOutputSchema: () => import("zod").ZodType<{
2548
2548
  name: string;
2549
2549
  permissions: (string | undefined)[];
2550
2550
  _type: "ManagerRole";
2551
2551
  _id: string;
2552
2552
  _schemaVersion?: number | undefined;
2553
- _visibility?: import("..").DocumentVisibility | undefined;
2554
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2553
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2554
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2555
2555
  _trashed?: boolean | undefined;
2556
2556
  _revision?: number | undefined;
2557
2557
  _localeVariantGroupId?: string | undefined;
2558
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2558
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2559
2559
  trashedAt?: Date | undefined;
2560
2560
  createdAt?: Date | undefined;
2561
2561
  updatedAt?: Date | undefined;
@@ -2565,20 +2565,20 @@ export declare const UserMfa: ContentType<{
2565
2565
  _type: "ManagerRole";
2566
2566
  _id: string;
2567
2567
  _schemaVersion?: number | undefined;
2568
- _visibility?: import("..").DocumentVisibility | undefined;
2569
- _visibilityBeforeTrash?: Exclude<import("..").DocumentVisibility, "trash"> | undefined;
2568
+ _visibility?: import("../index.js").DocumentVisibility | undefined;
2569
+ _visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
2570
2570
  _trashed?: boolean | undefined;
2571
2571
  _revision?: number | undefined;
2572
2572
  _localeVariantGroupId?: string | undefined;
2573
- _localeVariantRole?: import("zod").infer<typeof import("..").LocaleVariantRole> | undefined;
2573
+ _localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
2574
2574
  trashedAt?: Date | undefined;
2575
2575
  createdAt?: Date | undefined;
2576
2576
  updatedAt?: Date | undefined;
2577
2577
  } | undefined, unknown>>;
2578
- getConfig: () => import("..").RelationMeta<"ManagerRole", undefined>;
2578
+ getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
2579
2579
  getIsRequired: () => boolean;
2580
2580
  getIsTranslatable: () => boolean;
2581
- getVisibility: () => import("..").Visibility;
2581
+ getVisibility: () => import("../index.js").Visibility;
2582
2582
  getIsDynamic: () => boolean;
2583
2583
  getDescription: () => string | undefined;
2584
2584
  getCondition: () => {
@@ -2618,23 +2618,23 @@ export declare const UserMfa: ContentType<{
2618
2618
  lte?: number | undefined;
2619
2619
  };
2620
2620
  } | undefined;
2621
- }>(this: TThis_1) => import("..").SimpleListField<import("..").RelationField<ContentType<{
2622
- name: import("..").WithFieldState<{
2621
+ }>(this: TThis_1) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
2622
+ name: import("../index.js").WithFieldState<{
2623
2623
  kind: "field";
2624
2624
  readonly __fieldTypes?: {
2625
2625
  input: string;
2626
2626
  db: string;
2627
2627
  output: string;
2628
- meta: import("..").StringMeta<"Text">;
2629
- state: import("..").DefaultFieldState;
2628
+ meta: import("../index.js").StringMeta<"Text">;
2629
+ state: import("../index.js").DefaultFieldState;
2630
2630
  } | undefined;
2631
- meta: import("..").StringMeta<"Text">;
2632
- state: import("..").DefaultFieldState;
2631
+ meta: import("../index.js").StringMeta<"Text">;
2632
+ state: import("../index.js").DefaultFieldState;
2633
2633
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2634
2634
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2635
2635
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2636
2636
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2637
- getConfig: () => import("..").StringMeta<"Text">;
2637
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2638
2638
  getIsRequired: () => false;
2639
2639
  getIsTranslatable: () => false;
2640
2640
  getVisibility: () => "all";
@@ -2648,19 +2648,19 @@ export declare const UserMfa: ContentType<{
2648
2648
  input: string;
2649
2649
  db: string;
2650
2650
  output: string;
2651
- meta: import("..").StringMeta<"Text">;
2652
- state: import("..").FieldState;
2651
+ meta: import("../index.js").StringMeta<"Text">;
2652
+ state: import("../index.js").FieldState;
2653
2653
  } | undefined;
2654
- meta: import("..").StringMeta<"Text">;
2655
- state: import("..").FieldState;
2654
+ meta: import("../index.js").StringMeta<"Text">;
2655
+ state: import("../index.js").FieldState;
2656
2656
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2657
2657
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2658
2658
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2659
2659
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2660
- getConfig: () => import("..").StringMeta<"Text">;
2660
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2661
2661
  getIsRequired: () => boolean;
2662
2662
  getIsTranslatable: () => boolean;
2663
- getVisibility: () => import("..").Visibility;
2663
+ getVisibility: () => import("../index.js").Visibility;
2664
2664
  getIsDynamic: () => boolean;
2665
2665
  getDescription: () => string | undefined;
2666
2666
  getCondition: () => {
@@ -2700,26 +2700,26 @@ export declare const UserMfa: ContentType<{
2700
2700
  lte?: number | undefined;
2701
2701
  };
2702
2702
  } | undefined;
2703
- }, NextUi extends import("..").StringUI>(this: TThis_2, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis_2>>;
2703
+ }, NextUi extends import("../index.js").StringUI>(this: TThis_2, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_2>>;
2704
2704
  min: <TThis_2 extends {
2705
2705
  kind: "field";
2706
2706
  readonly __fieldTypes?: {
2707
2707
  input: string;
2708
2708
  db: string;
2709
2709
  output: string;
2710
- meta: import("..").StringMeta<"Text">;
2711
- state: import("..").FieldState;
2710
+ meta: import("../index.js").StringMeta<"Text">;
2711
+ state: import("../index.js").FieldState;
2712
2712
  } | undefined;
2713
- meta: import("..").StringMeta<"Text">;
2714
- state: import("..").FieldState;
2713
+ meta: import("../index.js").StringMeta<"Text">;
2714
+ state: import("../index.js").FieldState;
2715
2715
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2716
2716
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2717
2717
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2718
2718
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2719
- getConfig: () => import("..").StringMeta<"Text">;
2719
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2720
2720
  getIsRequired: () => boolean;
2721
2721
  getIsTranslatable: () => boolean;
2722
- getVisibility: () => import("..").Visibility;
2722
+ getVisibility: () => import("../index.js").Visibility;
2723
2723
  getIsDynamic: () => boolean;
2724
2724
  getDescription: () => string | undefined;
2725
2725
  getCondition: () => {
@@ -2759,26 +2759,26 @@ export declare const UserMfa: ContentType<{
2759
2759
  lte?: number | undefined;
2760
2760
  };
2761
2761
  } | undefined;
2762
- }>(this: TThis_2, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_2>>;
2762
+ }>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
2763
2763
  max: <TThis_2 extends {
2764
2764
  kind: "field";
2765
2765
  readonly __fieldTypes?: {
2766
2766
  input: string;
2767
2767
  db: string;
2768
2768
  output: string;
2769
- meta: import("..").StringMeta<"Text">;
2770
- state: import("..").FieldState;
2769
+ meta: import("../index.js").StringMeta<"Text">;
2770
+ state: import("../index.js").FieldState;
2771
2771
  } | undefined;
2772
- meta: import("..").StringMeta<"Text">;
2773
- state: import("..").FieldState;
2772
+ meta: import("../index.js").StringMeta<"Text">;
2773
+ state: import("../index.js").FieldState;
2774
2774
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2775
2775
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2776
2776
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2777
2777
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2778
- getConfig: () => import("..").StringMeta<"Text">;
2778
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2779
2779
  getIsRequired: () => boolean;
2780
2780
  getIsTranslatable: () => boolean;
2781
- getVisibility: () => import("..").Visibility;
2781
+ getVisibility: () => import("../index.js").Visibility;
2782
2782
  getIsDynamic: () => boolean;
2783
2783
  getDescription: () => string | undefined;
2784
2784
  getCondition: () => {
@@ -2818,73 +2818,73 @@ export declare const UserMfa: ContentType<{
2818
2818
  lte?: number | undefined;
2819
2819
  };
2820
2820
  } | undefined;
2821
- }>(this: TThis_2, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis_2>>;
2822
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2823
- permissions: import("..").WithFieldState<import("..").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("..").SimpleListMeta<import("..").StringField<"Text", import("..").DefaultFieldState>>, import("..").DefaultFieldState> & import("..").PopulatableFieldLike<(string | undefined)[], import("..").DefaultFieldState> & {
2824
- field: import("..").StringField<"Text", import("..").DefaultFieldState>;
2825
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2826
- }, "ManagerRole", undefined>, undefined, import("..").SetRequired<import("..").DefaultFieldState>>, import("..").FieldStateOf<TThis_1>>;
2827
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2828
- avatarId: import("..").StringField<"Id", import("..").DefaultFieldState>;
2829
- avatarKey: import("..").StringField<"Text", import("..").DefaultFieldState>;
2830
- avatarAccess: import("..").SelectField<readonly ["public", "private"], false, import("..").DefaultFieldState>;
2831
- avatarUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
2832
- avatarPreviewUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
2833
- tutorialsEnabled: import("..").BooleanField<import("..").DefaultFieldState>;
2834
- tutorialsPromptedAt: import("..").DateField<"DateTime", import("..").DefaultFieldState>;
2835
- seenTours: import("..").SimpleListField<import("..").StringField<"Text", import("..").DefaultFieldState>, import("..").DefaultFieldState>;
2836
- twoFactorEnabled: import("..").WithFieldState<{
2821
+ }>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
2822
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2823
+ permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
2824
+ field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
2825
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2826
+ }, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis_1>>;
2827
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2828
+ avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
2829
+ avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
2830
+ avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
2831
+ avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
2832
+ avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
2833
+ tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
2834
+ tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
2835
+ seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
2836
+ twoFactorEnabled: import("../index.js").WithFieldState<{
2837
2837
  kind: "field";
2838
2838
  readonly __fieldTypes?: {
2839
2839
  input: boolean;
2840
2840
  db: boolean;
2841
2841
  output: boolean;
2842
- meta: import("..").BooleanMeta;
2843
- state: import("..").DefaultFieldState;
2842
+ meta: import("../index.js").BooleanMeta;
2843
+ state: import("../index.js").DefaultFieldState;
2844
2844
  } | undefined;
2845
- meta: import("..").BooleanMeta;
2846
- state: import("..").DefaultFieldState;
2845
+ meta: import("../index.js").BooleanMeta;
2846
+ state: import("../index.js").DefaultFieldState;
2847
2847
  toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
2848
2848
  getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
2849
2849
  getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
2850
2850
  getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
2851
- getConfig: () => import("..").BooleanMeta;
2851
+ getConfig: () => import("../index.js").BooleanMeta;
2852
2852
  getIsRequired: () => false;
2853
2853
  getIsTranslatable: () => false;
2854
2854
  getVisibility: () => "all";
2855
2855
  getIsDynamic: () => true;
2856
2856
  getDescription: () => undefined;
2857
2857
  getCondition: () => undefined;
2858
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2859
- }, "ManagerUser", undefined>, undefined, import("..").SetRequired<import("..").DefaultFieldState>>, import("..").FieldStateOf<TThis>>;
2860
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2861
- enabled: import("..").WithFieldState<{
2858
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2859
+ }, "ManagerUser", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
2860
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2861
+ enabled: import("../index.js").WithFieldState<{
2862
2862
  kind: "field";
2863
2863
  readonly __fieldTypes?: {
2864
2864
  input: boolean;
2865
2865
  db: boolean;
2866
2866
  output: boolean;
2867
- meta: import("..").BooleanMeta;
2868
- state: import("..").DefaultFieldState;
2867
+ meta: import("../index.js").BooleanMeta;
2868
+ state: import("../index.js").DefaultFieldState;
2869
2869
  } | undefined;
2870
- meta: import("..").BooleanMeta;
2871
- state: import("..").DefaultFieldState;
2870
+ meta: import("../index.js").BooleanMeta;
2871
+ state: import("../index.js").DefaultFieldState;
2872
2872
  toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
2873
2873
  getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
2874
2874
  getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
2875
2875
  getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
2876
- getConfig: () => import("..").BooleanMeta;
2876
+ getConfig: () => import("../index.js").BooleanMeta;
2877
2877
  getIsRequired: () => false;
2878
2878
  getIsTranslatable: () => false;
2879
2879
  getVisibility: () => "all";
2880
2880
  getIsDynamic: () => true;
2881
2881
  getDescription: () => undefined;
2882
2882
  getCondition: () => undefined;
2883
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
2884
- preferredMethod: import("..").SelectField<readonly ["totp", "webauthn"], false, import("..").DefaultFieldState>;
2885
- totpSecret: import("..").StringField<"Text", import("..").DefaultFieldState>;
2886
- totpSecretPending: import("..").StringField<"Text", import("..").DefaultFieldState>;
2887
- totpVerifiedAt: import("..").DateField<"Date", import("..").DefaultFieldState>;
2883
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
2884
+ preferredMethod: import("../index.js").SelectField<readonly ["totp", "webauthn"], false, import("../index.js").DefaultFieldState>;
2885
+ totpSecret: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
2886
+ totpSecretPending: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
2887
+ totpVerifiedAt: import("../index.js").DateField<"Date", import("../index.js").DefaultFieldState>;
2888
2888
  }, "UserMfa", undefined>;
2889
2889
  export type UserMfa = typeof UserMfa;
2890
2890
  export type UserMfaManager = DBOutput<UserMfa>;