@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,22 +1,22 @@
1
- import ContentType from "../lib/ContentType";
2
- import type { DataFront, DBOutput } from "../lib/types";
1
+ import ContentType from "../lib/ContentType.js";
2
+ import type { DataFront, DBOutput } from "../lib/types/index.js";
3
3
  export declare const Seo: ContentType<{
4
- title: import("..").WithFieldState<{
4
+ title: import("../index.js").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
7
  input: string;
8
8
  db: string;
9
9
  output: string;
10
- meta: import("..").StringMeta<"Text">;
11
- state: import("..").DefaultFieldState;
10
+ meta: import("../index.js").StringMeta<"Text">;
11
+ state: import("../index.js").DefaultFieldState;
12
12
  } | undefined;
13
- meta: import("..").StringMeta<"Text">;
14
- state: import("..").DefaultFieldState;
13
+ meta: import("../index.js").StringMeta<"Text">;
14
+ state: import("../index.js").DefaultFieldState;
15
15
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
16
16
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
17
17
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
18
18
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
19
- getConfig: () => import("..").StringMeta<"Text">;
19
+ getConfig: () => import("../index.js").StringMeta<"Text">;
20
20
  getIsRequired: () => false;
21
21
  getIsTranslatable: () => false;
22
22
  getVisibility: () => "all";
@@ -30,19 +30,19 @@ export declare const Seo: ContentType<{
30
30
  input: string;
31
31
  db: string;
32
32
  output: string;
33
- meta: import("..").StringMeta<"Text">;
34
- state: import("..").FieldState;
33
+ meta: import("../index.js").StringMeta<"Text">;
34
+ state: import("../index.js").FieldState;
35
35
  } | undefined;
36
- meta: import("..").StringMeta<"Text">;
37
- state: import("..").FieldState;
36
+ meta: import("../index.js").StringMeta<"Text">;
37
+ state: import("../index.js").FieldState;
38
38
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
39
39
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
40
40
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
41
41
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
42
- getConfig: () => import("..").StringMeta<"Text">;
42
+ getConfig: () => import("../index.js").StringMeta<"Text">;
43
43
  getIsRequired: () => boolean;
44
44
  getIsTranslatable: () => boolean;
45
- getVisibility: () => import("..").Visibility;
45
+ getVisibility: () => import("../index.js").Visibility;
46
46
  getIsDynamic: () => boolean;
47
47
  getDescription: () => string | undefined;
48
48
  getCondition: () => {
@@ -82,26 +82,26 @@ export declare const Seo: ContentType<{
82
82
  lte?: number | undefined;
83
83
  };
84
84
  } | undefined;
85
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
85
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
86
86
  min: <TThis extends {
87
87
  kind: "field";
88
88
  readonly __fieldTypes?: {
89
89
  input: string;
90
90
  db: string;
91
91
  output: string;
92
- meta: import("..").StringMeta<"Text">;
93
- state: import("..").FieldState;
92
+ meta: import("../index.js").StringMeta<"Text">;
93
+ state: import("../index.js").FieldState;
94
94
  } | undefined;
95
- meta: import("..").StringMeta<"Text">;
96
- state: import("..").FieldState;
95
+ meta: import("../index.js").StringMeta<"Text">;
96
+ state: import("../index.js").FieldState;
97
97
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
98
98
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
99
99
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
100
100
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
101
- getConfig: () => import("..").StringMeta<"Text">;
101
+ getConfig: () => import("../index.js").StringMeta<"Text">;
102
102
  getIsRequired: () => boolean;
103
103
  getIsTranslatable: () => boolean;
104
- getVisibility: () => import("..").Visibility;
104
+ getVisibility: () => import("../index.js").Visibility;
105
105
  getIsDynamic: () => boolean;
106
106
  getDescription: () => string | undefined;
107
107
  getCondition: () => {
@@ -141,26 +141,26 @@ export declare const Seo: ContentType<{
141
141
  lte?: number | undefined;
142
142
  };
143
143
  } | undefined;
144
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
144
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
145
145
  max: <TThis extends {
146
146
  kind: "field";
147
147
  readonly __fieldTypes?: {
148
148
  input: string;
149
149
  db: string;
150
150
  output: string;
151
- meta: import("..").StringMeta<"Text">;
152
- state: import("..").FieldState;
151
+ meta: import("../index.js").StringMeta<"Text">;
152
+ state: import("../index.js").FieldState;
153
153
  } | undefined;
154
- meta: import("..").StringMeta<"Text">;
155
- state: import("..").FieldState;
154
+ meta: import("../index.js").StringMeta<"Text">;
155
+ state: import("../index.js").FieldState;
156
156
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
157
157
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
158
158
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
159
159
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
160
- getConfig: () => import("..").StringMeta<"Text">;
160
+ getConfig: () => import("../index.js").StringMeta<"Text">;
161
161
  getIsRequired: () => boolean;
162
162
  getIsTranslatable: () => boolean;
163
- getVisibility: () => import("..").Visibility;
163
+ getVisibility: () => import("../index.js").Visibility;
164
164
  getIsDynamic: () => boolean;
165
165
  getDescription: () => string | undefined;
166
166
  getCondition: () => {
@@ -200,24 +200,24 @@ export declare const Seo: ContentType<{
200
200
  lte?: number | undefined;
201
201
  };
202
202
  } | undefined;
203
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
204
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
205
- description: import("..").WithFieldState<{
203
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
204
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
205
+ description: import("../index.js").WithFieldState<{
206
206
  kind: "field";
207
207
  readonly __fieldTypes?: {
208
208
  input: string;
209
209
  db: string;
210
210
  output: string;
211
- meta: import("..").StringMeta<"Textarea">;
212
- state: import("..").DefaultFieldState;
211
+ meta: import("../index.js").StringMeta<"Textarea">;
212
+ state: import("../index.js").DefaultFieldState;
213
213
  } | undefined;
214
- meta: import("..").StringMeta<"Textarea">;
215
- state: import("..").DefaultFieldState;
214
+ meta: import("../index.js").StringMeta<"Textarea">;
215
+ state: import("../index.js").DefaultFieldState;
216
216
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
217
217
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
218
218
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
219
219
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
220
- getConfig: () => import("..").StringMeta<"Textarea">;
220
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
221
221
  getIsRequired: () => false;
222
222
  getIsTranslatable: () => false;
223
223
  getVisibility: () => "all";
@@ -231,19 +231,19 @@ export declare const Seo: ContentType<{
231
231
  input: string;
232
232
  db: string;
233
233
  output: string;
234
- meta: import("..").StringMeta<"Textarea">;
235
- state: import("..").FieldState;
234
+ meta: import("../index.js").StringMeta<"Textarea">;
235
+ state: import("../index.js").FieldState;
236
236
  } | undefined;
237
- meta: import("..").StringMeta<"Textarea">;
238
- state: import("..").FieldState;
237
+ meta: import("../index.js").StringMeta<"Textarea">;
238
+ state: import("../index.js").FieldState;
239
239
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
240
240
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
241
241
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
242
242
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
243
- getConfig: () => import("..").StringMeta<"Textarea">;
243
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
244
244
  getIsRequired: () => boolean;
245
245
  getIsTranslatable: () => boolean;
246
- getVisibility: () => import("..").Visibility;
246
+ getVisibility: () => import("../index.js").Visibility;
247
247
  getIsDynamic: () => boolean;
248
248
  getDescription: () => string | undefined;
249
249
  getCondition: () => {
@@ -283,26 +283,26 @@ export declare const Seo: ContentType<{
283
283
  lte?: number | undefined;
284
284
  };
285
285
  } | undefined;
286
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
286
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
287
287
  min: <TThis extends {
288
288
  kind: "field";
289
289
  readonly __fieldTypes?: {
290
290
  input: string;
291
291
  db: string;
292
292
  output: string;
293
- meta: import("..").StringMeta<"Textarea">;
294
- state: import("..").FieldState;
293
+ meta: import("../index.js").StringMeta<"Textarea">;
294
+ state: import("../index.js").FieldState;
295
295
  } | undefined;
296
- meta: import("..").StringMeta<"Textarea">;
297
- state: import("..").FieldState;
296
+ meta: import("../index.js").StringMeta<"Textarea">;
297
+ state: import("../index.js").FieldState;
298
298
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
299
299
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
300
300
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
301
301
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
302
- getConfig: () => import("..").StringMeta<"Textarea">;
302
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
303
303
  getIsRequired: () => boolean;
304
304
  getIsTranslatable: () => boolean;
305
- getVisibility: () => import("..").Visibility;
305
+ getVisibility: () => import("../index.js").Visibility;
306
306
  getIsDynamic: () => boolean;
307
307
  getDescription: () => string | undefined;
308
308
  getCondition: () => {
@@ -342,26 +342,26 @@ export declare const Seo: ContentType<{
342
342
  lte?: number | undefined;
343
343
  };
344
344
  } | undefined;
345
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
345
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
346
346
  max: <TThis extends {
347
347
  kind: "field";
348
348
  readonly __fieldTypes?: {
349
349
  input: string;
350
350
  db: string;
351
351
  output: string;
352
- meta: import("..").StringMeta<"Textarea">;
353
- state: import("..").FieldState;
352
+ meta: import("../index.js").StringMeta<"Textarea">;
353
+ state: import("../index.js").FieldState;
354
354
  } | undefined;
355
- meta: import("..").StringMeta<"Textarea">;
356
- state: import("..").FieldState;
355
+ meta: import("../index.js").StringMeta<"Textarea">;
356
+ state: import("../index.js").FieldState;
357
357
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
358
358
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
359
359
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
360
360
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
361
- getConfig: () => import("..").StringMeta<"Textarea">;
361
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
362
362
  getIsRequired: () => boolean;
363
363
  getIsTranslatable: () => boolean;
364
- getVisibility: () => import("..").Visibility;
364
+ getVisibility: () => import("../index.js").Visibility;
365
365
  getIsDynamic: () => boolean;
366
366
  getDescription: () => string | undefined;
367
367
  getCondition: () => {
@@ -401,24 +401,24 @@ export declare const Seo: ContentType<{
401
401
  lte?: number | undefined;
402
402
  };
403
403
  } | undefined;
404
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
405
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
406
- canonicalUrl: import("..").WithFieldState<Omit<{
404
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
405
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
406
+ canonicalUrl: import("../index.js").WithFieldState<Omit<{
407
407
  kind: "field";
408
408
  readonly __fieldTypes?: {
409
409
  input: string;
410
410
  db: string;
411
411
  output: string;
412
- meta: import("..").StringMeta<"Url">;
413
- state: import("..").DefaultFieldState;
412
+ meta: import("../index.js").StringMeta<"Url">;
413
+ state: import("../index.js").DefaultFieldState;
414
414
  } | undefined;
415
- meta: import("..").StringMeta<"Url">;
416
- state: import("..").DefaultFieldState;
415
+ meta: import("../index.js").StringMeta<"Url">;
416
+ state: import("../index.js").DefaultFieldState;
417
417
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
418
418
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
419
419
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
420
420
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
421
- getConfig: () => import("..").StringMeta<"Url">;
421
+ getConfig: () => import("../index.js").StringMeta<"Url">;
422
422
  getIsRequired: () => false;
423
423
  getIsTranslatable: () => false;
424
424
  getVisibility: () => "all";
@@ -432,19 +432,19 @@ export declare const Seo: ContentType<{
432
432
  input: string;
433
433
  db: string;
434
434
  output: string;
435
- meta: import("..").StringMeta<"Url">;
436
- state: import("..").FieldState;
435
+ meta: import("../index.js").StringMeta<"Url">;
436
+ state: import("../index.js").FieldState;
437
437
  } | undefined;
438
- meta: import("..").StringMeta<"Url">;
439
- state: import("..").FieldState;
438
+ meta: import("../index.js").StringMeta<"Url">;
439
+ state: import("../index.js").FieldState;
440
440
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
441
441
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
442
442
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
443
443
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
444
- getConfig: () => import("..").StringMeta<"Url">;
444
+ getConfig: () => import("../index.js").StringMeta<"Url">;
445
445
  getIsRequired: () => boolean;
446
446
  getIsTranslatable: () => boolean;
447
- getVisibility: () => import("..").Visibility;
447
+ getVisibility: () => import("../index.js").Visibility;
448
448
  getIsDynamic: () => boolean;
449
449
  getDescription: () => string | undefined;
450
450
  getCondition: () => {
@@ -484,26 +484,26 @@ export declare const Seo: ContentType<{
484
484
  lte?: number | undefined;
485
485
  };
486
486
  } | undefined;
487
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
487
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
488
488
  min: <TThis extends {
489
489
  kind: "field";
490
490
  readonly __fieldTypes?: {
491
491
  input: string;
492
492
  db: string;
493
493
  output: string;
494
- meta: import("..").StringMeta<"Url">;
495
- state: import("..").FieldState;
494
+ meta: import("../index.js").StringMeta<"Url">;
495
+ state: import("../index.js").FieldState;
496
496
  } | undefined;
497
- meta: import("..").StringMeta<"Url">;
498
- state: import("..").FieldState;
497
+ meta: import("../index.js").StringMeta<"Url">;
498
+ state: import("../index.js").FieldState;
499
499
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
500
500
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
501
501
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
502
502
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
503
- getConfig: () => import("..").StringMeta<"Url">;
503
+ getConfig: () => import("../index.js").StringMeta<"Url">;
504
504
  getIsRequired: () => boolean;
505
505
  getIsTranslatable: () => boolean;
506
- getVisibility: () => import("..").Visibility;
506
+ getVisibility: () => import("../index.js").Visibility;
507
507
  getIsDynamic: () => boolean;
508
508
  getDescription: () => string | undefined;
509
509
  getCondition: () => {
@@ -543,26 +543,26 @@ export declare const Seo: ContentType<{
543
543
  lte?: number | undefined;
544
544
  };
545
545
  } | undefined;
546
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
546
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
547
547
  max: <TThis extends {
548
548
  kind: "field";
549
549
  readonly __fieldTypes?: {
550
550
  input: string;
551
551
  db: string;
552
552
  output: string;
553
- meta: import("..").StringMeta<"Url">;
554
- state: import("..").FieldState;
553
+ meta: import("../index.js").StringMeta<"Url">;
554
+ state: import("../index.js").FieldState;
555
555
  } | undefined;
556
- meta: import("..").StringMeta<"Url">;
557
- state: import("..").FieldState;
556
+ meta: import("../index.js").StringMeta<"Url">;
557
+ state: import("../index.js").FieldState;
558
558
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
559
559
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
560
560
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
561
561
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
562
- getConfig: () => import("..").StringMeta<"Url">;
562
+ getConfig: () => import("../index.js").StringMeta<"Url">;
563
563
  getIsRequired: () => boolean;
564
564
  getIsTranslatable: () => boolean;
565
- getVisibility: () => import("..").Visibility;
565
+ getVisibility: () => import("../index.js").Visibility;
566
566
  getIsDynamic: () => boolean;
567
567
  getDescription: () => string | undefined;
568
568
  getCondition: () => {
@@ -602,25 +602,25 @@ export declare const Seo: ContentType<{
602
602
  lte?: number | undefined;
603
603
  };
604
604
  } | undefined;
605
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
606
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Url">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetDescription<import("..").SetTranslatable<import("..").DefaultFieldState>>>;
607
- image: import("..").FileField<"Image", false, import("..").DefaultFieldState>;
608
- imageAlt: import("..").WithFieldState<{
605
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
606
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetDescription<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>>;
607
+ image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
608
+ imageAlt: import("../index.js").WithFieldState<{
609
609
  kind: "field";
610
610
  readonly __fieldTypes?: {
611
611
  input: string;
612
612
  db: string;
613
613
  output: string;
614
- meta: import("..").StringMeta<"Text">;
615
- state: import("..").DefaultFieldState;
614
+ meta: import("../index.js").StringMeta<"Text">;
615
+ state: import("../index.js").DefaultFieldState;
616
616
  } | undefined;
617
- meta: import("..").StringMeta<"Text">;
618
- state: import("..").DefaultFieldState;
617
+ meta: import("../index.js").StringMeta<"Text">;
618
+ state: import("../index.js").DefaultFieldState;
619
619
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
620
620
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
621
621
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
622
622
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
623
- getConfig: () => import("..").StringMeta<"Text">;
623
+ getConfig: () => import("../index.js").StringMeta<"Text">;
624
624
  getIsRequired: () => false;
625
625
  getIsTranslatable: () => false;
626
626
  getVisibility: () => "all";
@@ -634,19 +634,19 @@ export declare const Seo: ContentType<{
634
634
  input: string;
635
635
  db: string;
636
636
  output: string;
637
- meta: import("..").StringMeta<"Text">;
638
- state: import("..").FieldState;
637
+ meta: import("../index.js").StringMeta<"Text">;
638
+ state: import("../index.js").FieldState;
639
639
  } | undefined;
640
- meta: import("..").StringMeta<"Text">;
641
- state: import("..").FieldState;
640
+ meta: import("../index.js").StringMeta<"Text">;
641
+ state: import("../index.js").FieldState;
642
642
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
643
643
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
644
644
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
645
645
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
646
- getConfig: () => import("..").StringMeta<"Text">;
646
+ getConfig: () => import("../index.js").StringMeta<"Text">;
647
647
  getIsRequired: () => boolean;
648
648
  getIsTranslatable: () => boolean;
649
- getVisibility: () => import("..").Visibility;
649
+ getVisibility: () => import("../index.js").Visibility;
650
650
  getIsDynamic: () => boolean;
651
651
  getDescription: () => string | undefined;
652
652
  getCondition: () => {
@@ -686,26 +686,26 @@ export declare const Seo: ContentType<{
686
686
  lte?: number | undefined;
687
687
  };
688
688
  } | undefined;
689
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
689
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
690
690
  min: <TThis extends {
691
691
  kind: "field";
692
692
  readonly __fieldTypes?: {
693
693
  input: string;
694
694
  db: string;
695
695
  output: string;
696
- meta: import("..").StringMeta<"Text">;
697
- state: import("..").FieldState;
696
+ meta: import("../index.js").StringMeta<"Text">;
697
+ state: import("../index.js").FieldState;
698
698
  } | undefined;
699
- meta: import("..").StringMeta<"Text">;
700
- state: import("..").FieldState;
699
+ meta: import("../index.js").StringMeta<"Text">;
700
+ state: import("../index.js").FieldState;
701
701
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
702
702
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
703
703
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
704
704
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
705
- getConfig: () => import("..").StringMeta<"Text">;
705
+ getConfig: () => import("../index.js").StringMeta<"Text">;
706
706
  getIsRequired: () => boolean;
707
707
  getIsTranslatable: () => boolean;
708
- getVisibility: () => import("..").Visibility;
708
+ getVisibility: () => import("../index.js").Visibility;
709
709
  getIsDynamic: () => boolean;
710
710
  getDescription: () => string | undefined;
711
711
  getCondition: () => {
@@ -745,26 +745,26 @@ export declare const Seo: ContentType<{
745
745
  lte?: number | undefined;
746
746
  };
747
747
  } | undefined;
748
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
748
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
749
749
  max: <TThis extends {
750
750
  kind: "field";
751
751
  readonly __fieldTypes?: {
752
752
  input: string;
753
753
  db: string;
754
754
  output: string;
755
- meta: import("..").StringMeta<"Text">;
756
- state: import("..").FieldState;
755
+ meta: import("../index.js").StringMeta<"Text">;
756
+ state: import("../index.js").FieldState;
757
757
  } | undefined;
758
- meta: import("..").StringMeta<"Text">;
759
- state: import("..").FieldState;
758
+ meta: import("../index.js").StringMeta<"Text">;
759
+ state: import("../index.js").FieldState;
760
760
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
761
761
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
762
762
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
763
763
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
764
- getConfig: () => import("..").StringMeta<"Text">;
764
+ getConfig: () => import("../index.js").StringMeta<"Text">;
765
765
  getIsRequired: () => boolean;
766
766
  getIsTranslatable: () => boolean;
767
- getVisibility: () => import("..").Visibility;
767
+ getVisibility: () => import("../index.js").Visibility;
768
768
  getIsDynamic: () => boolean;
769
769
  getDescription: () => string | undefined;
770
770
  getCondition: () => {
@@ -804,26 +804,26 @@ export declare const Seo: ContentType<{
804
804
  lte?: number | undefined;
805
805
  };
806
806
  } | undefined;
807
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
808
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
809
- noIndex: import("..").BooleanField<import("..").DefaultFieldState>;
810
- customOpenGraph: import("..").BooleanField<import("..").DefaultFieldState>;
811
- openGraphTitle: import("..").WithFieldState<Omit<{
807
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
808
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
809
+ noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
810
+ customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
811
+ openGraphTitle: import("../index.js").WithFieldState<Omit<{
812
812
  kind: "field";
813
813
  readonly __fieldTypes?: {
814
814
  input: string;
815
815
  db: string;
816
816
  output: string;
817
- meta: import("..").StringMeta<"Text">;
818
- state: import("..").DefaultFieldState;
817
+ meta: import("../index.js").StringMeta<"Text">;
818
+ state: import("../index.js").DefaultFieldState;
819
819
  } | undefined;
820
- meta: import("..").StringMeta<"Text">;
821
- state: import("..").DefaultFieldState;
820
+ meta: import("../index.js").StringMeta<"Text">;
821
+ state: import("../index.js").DefaultFieldState;
822
822
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
823
823
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
824
824
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
825
825
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
826
- getConfig: () => import("..").StringMeta<"Text">;
826
+ getConfig: () => import("../index.js").StringMeta<"Text">;
827
827
  getIsRequired: () => false;
828
828
  getIsTranslatable: () => false;
829
829
  getVisibility: () => "all";
@@ -837,19 +837,19 @@ export declare const Seo: ContentType<{
837
837
  input: string;
838
838
  db: string;
839
839
  output: string;
840
- meta: import("..").StringMeta<"Text">;
841
- state: import("..").FieldState;
840
+ meta: import("../index.js").StringMeta<"Text">;
841
+ state: import("../index.js").FieldState;
842
842
  } | undefined;
843
- meta: import("..").StringMeta<"Text">;
844
- state: import("..").FieldState;
843
+ meta: import("../index.js").StringMeta<"Text">;
844
+ state: import("../index.js").FieldState;
845
845
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
846
846
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
847
847
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
848
848
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
849
- getConfig: () => import("..").StringMeta<"Text">;
849
+ getConfig: () => import("../index.js").StringMeta<"Text">;
850
850
  getIsRequired: () => boolean;
851
851
  getIsTranslatable: () => boolean;
852
- getVisibility: () => import("..").Visibility;
852
+ getVisibility: () => import("../index.js").Visibility;
853
853
  getIsDynamic: () => boolean;
854
854
  getDescription: () => string | undefined;
855
855
  getCondition: () => {
@@ -889,26 +889,26 @@ export declare const Seo: ContentType<{
889
889
  lte?: number | undefined;
890
890
  };
891
891
  } | undefined;
892
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
892
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
893
893
  min: <TThis extends {
894
894
  kind: "field";
895
895
  readonly __fieldTypes?: {
896
896
  input: string;
897
897
  db: string;
898
898
  output: string;
899
- meta: import("..").StringMeta<"Text">;
900
- state: import("..").FieldState;
899
+ meta: import("../index.js").StringMeta<"Text">;
900
+ state: import("../index.js").FieldState;
901
901
  } | undefined;
902
- meta: import("..").StringMeta<"Text">;
903
- state: import("..").FieldState;
902
+ meta: import("../index.js").StringMeta<"Text">;
903
+ state: import("../index.js").FieldState;
904
904
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
905
905
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
906
906
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
907
907
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
908
- getConfig: () => import("..").StringMeta<"Text">;
908
+ getConfig: () => import("../index.js").StringMeta<"Text">;
909
909
  getIsRequired: () => boolean;
910
910
  getIsTranslatable: () => boolean;
911
- getVisibility: () => import("..").Visibility;
911
+ getVisibility: () => import("../index.js").Visibility;
912
912
  getIsDynamic: () => boolean;
913
913
  getDescription: () => string | undefined;
914
914
  getCondition: () => {
@@ -948,26 +948,26 @@ export declare const Seo: ContentType<{
948
948
  lte?: number | undefined;
949
949
  };
950
950
  } | undefined;
951
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
951
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
952
952
  max: <TThis extends {
953
953
  kind: "field";
954
954
  readonly __fieldTypes?: {
955
955
  input: string;
956
956
  db: string;
957
957
  output: string;
958
- meta: import("..").StringMeta<"Text">;
959
- state: import("..").FieldState;
958
+ meta: import("../index.js").StringMeta<"Text">;
959
+ state: import("../index.js").FieldState;
960
960
  } | undefined;
961
- meta: import("..").StringMeta<"Text">;
962
- state: import("..").FieldState;
961
+ meta: import("../index.js").StringMeta<"Text">;
962
+ state: import("../index.js").FieldState;
963
963
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
964
964
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
965
965
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
966
966
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
967
- getConfig: () => import("..").StringMeta<"Text">;
967
+ getConfig: () => import("../index.js").StringMeta<"Text">;
968
968
  getIsRequired: () => boolean;
969
969
  getIsTranslatable: () => boolean;
970
- getVisibility: () => import("..").Visibility;
970
+ getVisibility: () => import("../index.js").Visibility;
971
971
  getIsDynamic: () => boolean;
972
972
  getDescription: () => string | undefined;
973
973
  getCondition: () => {
@@ -1007,27 +1007,27 @@ export declare const Seo: ContentType<{
1007
1007
  lte?: number | undefined;
1008
1008
  };
1009
1009
  } | undefined;
1010
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1011
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1010
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1011
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1012
1012
  field: string;
1013
1013
  equals: boolean;
1014
1014
  }>>;
1015
- openGraphDescription: import("..").WithFieldState<Omit<{
1015
+ openGraphDescription: import("../index.js").WithFieldState<Omit<{
1016
1016
  kind: "field";
1017
1017
  readonly __fieldTypes?: {
1018
1018
  input: string;
1019
1019
  db: string;
1020
1020
  output: string;
1021
- meta: import("..").StringMeta<"Textarea">;
1022
- state: import("..").DefaultFieldState;
1021
+ meta: import("../index.js").StringMeta<"Textarea">;
1022
+ state: import("../index.js").DefaultFieldState;
1023
1023
  } | undefined;
1024
- meta: import("..").StringMeta<"Textarea">;
1025
- state: import("..").DefaultFieldState;
1024
+ meta: import("../index.js").StringMeta<"Textarea">;
1025
+ state: import("../index.js").DefaultFieldState;
1026
1026
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1027
1027
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1028
1028
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1029
1029
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1030
- getConfig: () => import("..").StringMeta<"Textarea">;
1030
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1031
1031
  getIsRequired: () => false;
1032
1032
  getIsTranslatable: () => false;
1033
1033
  getVisibility: () => "all";
@@ -1041,19 +1041,19 @@ export declare const Seo: ContentType<{
1041
1041
  input: string;
1042
1042
  db: string;
1043
1043
  output: string;
1044
- meta: import("..").StringMeta<"Textarea">;
1045
- state: import("..").FieldState;
1044
+ meta: import("../index.js").StringMeta<"Textarea">;
1045
+ state: import("../index.js").FieldState;
1046
1046
  } | undefined;
1047
- meta: import("..").StringMeta<"Textarea">;
1048
- state: import("..").FieldState;
1047
+ meta: import("../index.js").StringMeta<"Textarea">;
1048
+ state: import("../index.js").FieldState;
1049
1049
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1050
1050
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1051
1051
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1052
1052
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1053
- getConfig: () => import("..").StringMeta<"Textarea">;
1053
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1054
1054
  getIsRequired: () => boolean;
1055
1055
  getIsTranslatable: () => boolean;
1056
- getVisibility: () => import("..").Visibility;
1056
+ getVisibility: () => import("../index.js").Visibility;
1057
1057
  getIsDynamic: () => boolean;
1058
1058
  getDescription: () => string | undefined;
1059
1059
  getCondition: () => {
@@ -1093,26 +1093,26 @@ export declare const Seo: ContentType<{
1093
1093
  lte?: number | undefined;
1094
1094
  };
1095
1095
  } | undefined;
1096
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1096
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1097
1097
  min: <TThis extends {
1098
1098
  kind: "field";
1099
1099
  readonly __fieldTypes?: {
1100
1100
  input: string;
1101
1101
  db: string;
1102
1102
  output: string;
1103
- meta: import("..").StringMeta<"Textarea">;
1104
- state: import("..").FieldState;
1103
+ meta: import("../index.js").StringMeta<"Textarea">;
1104
+ state: import("../index.js").FieldState;
1105
1105
  } | undefined;
1106
- meta: import("..").StringMeta<"Textarea">;
1107
- state: import("..").FieldState;
1106
+ meta: import("../index.js").StringMeta<"Textarea">;
1107
+ state: import("../index.js").FieldState;
1108
1108
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1109
1109
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1110
1110
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1111
1111
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1112
- getConfig: () => import("..").StringMeta<"Textarea">;
1112
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1113
1113
  getIsRequired: () => boolean;
1114
1114
  getIsTranslatable: () => boolean;
1115
- getVisibility: () => import("..").Visibility;
1115
+ getVisibility: () => import("../index.js").Visibility;
1116
1116
  getIsDynamic: () => boolean;
1117
1117
  getDescription: () => string | undefined;
1118
1118
  getCondition: () => {
@@ -1152,26 +1152,26 @@ export declare const Seo: ContentType<{
1152
1152
  lte?: number | undefined;
1153
1153
  };
1154
1154
  } | undefined;
1155
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1155
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1156
1156
  max: <TThis extends {
1157
1157
  kind: "field";
1158
1158
  readonly __fieldTypes?: {
1159
1159
  input: string;
1160
1160
  db: string;
1161
1161
  output: string;
1162
- meta: import("..").StringMeta<"Textarea">;
1163
- state: import("..").FieldState;
1162
+ meta: import("../index.js").StringMeta<"Textarea">;
1163
+ state: import("../index.js").FieldState;
1164
1164
  } | undefined;
1165
- meta: import("..").StringMeta<"Textarea">;
1166
- state: import("..").FieldState;
1165
+ meta: import("../index.js").StringMeta<"Textarea">;
1166
+ state: import("../index.js").FieldState;
1167
1167
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1168
1168
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1169
1169
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1170
1170
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1171
- getConfig: () => import("..").StringMeta<"Textarea">;
1171
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1172
1172
  getIsRequired: () => boolean;
1173
1173
  getIsTranslatable: () => boolean;
1174
- getVisibility: () => import("..").Visibility;
1174
+ getVisibility: () => import("../index.js").Visibility;
1175
1175
  getIsDynamic: () => boolean;
1176
1176
  getDescription: () => string | undefined;
1177
1177
  getCondition: () => {
@@ -1211,27 +1211,27 @@ export declare const Seo: ContentType<{
1211
1211
  lte?: number | undefined;
1212
1212
  };
1213
1213
  } | undefined;
1214
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1215
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1214
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1215
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1216
1216
  field: string;
1217
1217
  equals: boolean;
1218
1218
  }>>;
1219
- openGraphUrl: import("..").WithFieldState<Omit<{
1219
+ openGraphUrl: import("../index.js").WithFieldState<Omit<{
1220
1220
  kind: "field";
1221
1221
  readonly __fieldTypes?: {
1222
1222
  input: string;
1223
1223
  db: string;
1224
1224
  output: string;
1225
- meta: import("..").StringMeta<"Url">;
1226
- state: import("..").DefaultFieldState;
1225
+ meta: import("../index.js").StringMeta<"Url">;
1226
+ state: import("../index.js").DefaultFieldState;
1227
1227
  } | undefined;
1228
- meta: import("..").StringMeta<"Url">;
1229
- state: import("..").DefaultFieldState;
1228
+ meta: import("../index.js").StringMeta<"Url">;
1229
+ state: import("../index.js").DefaultFieldState;
1230
1230
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1231
1231
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1232
1232
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1233
1233
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1234
- getConfig: () => import("..").StringMeta<"Url">;
1234
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1235
1235
  getIsRequired: () => false;
1236
1236
  getIsTranslatable: () => false;
1237
1237
  getVisibility: () => "all";
@@ -1245,19 +1245,19 @@ export declare const Seo: ContentType<{
1245
1245
  input: string;
1246
1246
  db: string;
1247
1247
  output: string;
1248
- meta: import("..").StringMeta<"Url">;
1249
- state: import("..").FieldState;
1248
+ meta: import("../index.js").StringMeta<"Url">;
1249
+ state: import("../index.js").FieldState;
1250
1250
  } | undefined;
1251
- meta: import("..").StringMeta<"Url">;
1252
- state: import("..").FieldState;
1251
+ meta: import("../index.js").StringMeta<"Url">;
1252
+ state: import("../index.js").FieldState;
1253
1253
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1254
1254
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1255
1255
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1256
1256
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1257
- getConfig: () => import("..").StringMeta<"Url">;
1257
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1258
1258
  getIsRequired: () => boolean;
1259
1259
  getIsTranslatable: () => boolean;
1260
- getVisibility: () => import("..").Visibility;
1260
+ getVisibility: () => import("../index.js").Visibility;
1261
1261
  getIsDynamic: () => boolean;
1262
1262
  getDescription: () => string | undefined;
1263
1263
  getCondition: () => {
@@ -1297,26 +1297,26 @@ export declare const Seo: ContentType<{
1297
1297
  lte?: number | undefined;
1298
1298
  };
1299
1299
  } | undefined;
1300
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1300
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1301
1301
  min: <TThis extends {
1302
1302
  kind: "field";
1303
1303
  readonly __fieldTypes?: {
1304
1304
  input: string;
1305
1305
  db: string;
1306
1306
  output: string;
1307
- meta: import("..").StringMeta<"Url">;
1308
- state: import("..").FieldState;
1307
+ meta: import("../index.js").StringMeta<"Url">;
1308
+ state: import("../index.js").FieldState;
1309
1309
  } | undefined;
1310
- meta: import("..").StringMeta<"Url">;
1311
- state: import("..").FieldState;
1310
+ meta: import("../index.js").StringMeta<"Url">;
1311
+ state: import("../index.js").FieldState;
1312
1312
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1313
1313
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1314
1314
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1315
1315
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1316
- getConfig: () => import("..").StringMeta<"Url">;
1316
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1317
1317
  getIsRequired: () => boolean;
1318
1318
  getIsTranslatable: () => boolean;
1319
- getVisibility: () => import("..").Visibility;
1319
+ getVisibility: () => import("../index.js").Visibility;
1320
1320
  getIsDynamic: () => boolean;
1321
1321
  getDescription: () => string | undefined;
1322
1322
  getCondition: () => {
@@ -1356,26 +1356,26 @@ export declare const Seo: ContentType<{
1356
1356
  lte?: number | undefined;
1357
1357
  };
1358
1358
  } | undefined;
1359
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1359
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1360
1360
  max: <TThis extends {
1361
1361
  kind: "field";
1362
1362
  readonly __fieldTypes?: {
1363
1363
  input: string;
1364
1364
  db: string;
1365
1365
  output: string;
1366
- meta: import("..").StringMeta<"Url">;
1367
- state: import("..").FieldState;
1366
+ meta: import("../index.js").StringMeta<"Url">;
1367
+ state: import("../index.js").FieldState;
1368
1368
  } | undefined;
1369
- meta: import("..").StringMeta<"Url">;
1370
- state: import("..").FieldState;
1369
+ meta: import("../index.js").StringMeta<"Url">;
1370
+ state: import("../index.js").FieldState;
1371
1371
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1372
1372
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1373
1373
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1374
1374
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1375
- getConfig: () => import("..").StringMeta<"Url">;
1375
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1376
1376
  getIsRequired: () => boolean;
1377
1377
  getIsTranslatable: () => boolean;
1378
- getVisibility: () => import("..").Visibility;
1378
+ getVisibility: () => import("../index.js").Visibility;
1379
1379
  getIsDynamic: () => boolean;
1380
1380
  getDescription: () => string | undefined;
1381
1381
  getCondition: () => {
@@ -1415,27 +1415,27 @@ export declare const Seo: ContentType<{
1415
1415
  lte?: number | undefined;
1416
1416
  };
1417
1417
  } | undefined;
1418
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1419
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Url">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1418
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1419
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1420
1420
  field: string;
1421
1421
  equals: boolean;
1422
1422
  }>>;
1423
- openGraphSiteName: import("..").WithFieldState<Omit<{
1423
+ openGraphSiteName: import("../index.js").WithFieldState<Omit<{
1424
1424
  kind: "field";
1425
1425
  readonly __fieldTypes?: {
1426
1426
  input: string;
1427
1427
  db: string;
1428
1428
  output: string;
1429
- meta: import("..").StringMeta<"Text">;
1430
- state: import("..").DefaultFieldState;
1429
+ meta: import("../index.js").StringMeta<"Text">;
1430
+ state: import("../index.js").DefaultFieldState;
1431
1431
  } | undefined;
1432
- meta: import("..").StringMeta<"Text">;
1433
- state: import("..").DefaultFieldState;
1432
+ meta: import("../index.js").StringMeta<"Text">;
1433
+ state: import("../index.js").DefaultFieldState;
1434
1434
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1435
1435
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1436
1436
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1437
1437
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1438
- getConfig: () => import("..").StringMeta<"Text">;
1438
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1439
1439
  getIsRequired: () => false;
1440
1440
  getIsTranslatable: () => false;
1441
1441
  getVisibility: () => "all";
@@ -1449,19 +1449,19 @@ export declare const Seo: ContentType<{
1449
1449
  input: string;
1450
1450
  db: string;
1451
1451
  output: string;
1452
- meta: import("..").StringMeta<"Text">;
1453
- state: import("..").FieldState;
1452
+ meta: import("../index.js").StringMeta<"Text">;
1453
+ state: import("../index.js").FieldState;
1454
1454
  } | undefined;
1455
- meta: import("..").StringMeta<"Text">;
1456
- state: import("..").FieldState;
1455
+ meta: import("../index.js").StringMeta<"Text">;
1456
+ state: import("../index.js").FieldState;
1457
1457
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1458
1458
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1459
1459
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1460
1460
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1461
- getConfig: () => import("..").StringMeta<"Text">;
1461
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1462
1462
  getIsRequired: () => boolean;
1463
1463
  getIsTranslatable: () => boolean;
1464
- getVisibility: () => import("..").Visibility;
1464
+ getVisibility: () => import("../index.js").Visibility;
1465
1465
  getIsDynamic: () => boolean;
1466
1466
  getDescription: () => string | undefined;
1467
1467
  getCondition: () => {
@@ -1501,26 +1501,26 @@ export declare const Seo: ContentType<{
1501
1501
  lte?: number | undefined;
1502
1502
  };
1503
1503
  } | undefined;
1504
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1504
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1505
1505
  min: <TThis extends {
1506
1506
  kind: "field";
1507
1507
  readonly __fieldTypes?: {
1508
1508
  input: string;
1509
1509
  db: string;
1510
1510
  output: string;
1511
- meta: import("..").StringMeta<"Text">;
1512
- state: import("..").FieldState;
1511
+ meta: import("../index.js").StringMeta<"Text">;
1512
+ state: import("../index.js").FieldState;
1513
1513
  } | undefined;
1514
- meta: import("..").StringMeta<"Text">;
1515
- state: import("..").FieldState;
1514
+ meta: import("../index.js").StringMeta<"Text">;
1515
+ state: import("../index.js").FieldState;
1516
1516
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1517
1517
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1518
1518
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1519
1519
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1520
- getConfig: () => import("..").StringMeta<"Text">;
1520
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1521
1521
  getIsRequired: () => boolean;
1522
1522
  getIsTranslatable: () => boolean;
1523
- getVisibility: () => import("..").Visibility;
1523
+ getVisibility: () => import("../index.js").Visibility;
1524
1524
  getIsDynamic: () => boolean;
1525
1525
  getDescription: () => string | undefined;
1526
1526
  getCondition: () => {
@@ -1560,26 +1560,26 @@ export declare const Seo: ContentType<{
1560
1560
  lte?: number | undefined;
1561
1561
  };
1562
1562
  } | undefined;
1563
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1563
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1564
1564
  max: <TThis extends {
1565
1565
  kind: "field";
1566
1566
  readonly __fieldTypes?: {
1567
1567
  input: string;
1568
1568
  db: string;
1569
1569
  output: string;
1570
- meta: import("..").StringMeta<"Text">;
1571
- state: import("..").FieldState;
1570
+ meta: import("../index.js").StringMeta<"Text">;
1571
+ state: import("../index.js").FieldState;
1572
1572
  } | undefined;
1573
- meta: import("..").StringMeta<"Text">;
1574
- state: import("..").FieldState;
1573
+ meta: import("../index.js").StringMeta<"Text">;
1574
+ state: import("../index.js").FieldState;
1575
1575
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1576
1576
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1577
1577
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1578
1578
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1579
- getConfig: () => import("..").StringMeta<"Text">;
1579
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1580
1580
  getIsRequired: () => boolean;
1581
1581
  getIsTranslatable: () => boolean;
1582
- getVisibility: () => import("..").Visibility;
1582
+ getVisibility: () => import("../index.js").Visibility;
1583
1583
  getIsDynamic: () => boolean;
1584
1584
  getDescription: () => string | undefined;
1585
1585
  getCondition: () => {
@@ -1619,27 +1619,27 @@ export declare const Seo: ContentType<{
1619
1619
  lte?: number | undefined;
1620
1620
  };
1621
1621
  } | undefined;
1622
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1623
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1622
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1623
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1624
1624
  field: string;
1625
1625
  equals: boolean;
1626
1626
  }>>;
1627
- openGraphType: import("..").WithFieldState<{
1627
+ openGraphType: import("../index.js").WithFieldState<{
1628
1628
  kind: "field";
1629
1629
  readonly __fieldTypes?: {
1630
1630
  input: "website" | "article" | "profile" | "book";
1631
1631
  db: "website" | "article" | "profile" | "book";
1632
1632
  output: "website" | "article" | "profile" | "book";
1633
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1634
- state: import("..").DefaultFieldState;
1633
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1634
+ state: import("../index.js").DefaultFieldState;
1635
1635
  } | undefined;
1636
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1637
- state: import("..").DefaultFieldState;
1636
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1637
+ state: import("../index.js").DefaultFieldState;
1638
1638
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1639
1639
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1640
1640
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1641
1641
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1642
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1642
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1643
1643
  getIsRequired: () => false;
1644
1644
  getIsTranslatable: () => false;
1645
1645
  getVisibility: () => "all";
@@ -1653,19 +1653,19 @@ export declare const Seo: ContentType<{
1653
1653
  input: "website" | "article" | "profile" | "book";
1654
1654
  db: "website" | "article" | "profile" | "book";
1655
1655
  output: "website" | "article" | "profile" | "book";
1656
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1657
- state: import("..").FieldState;
1656
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1657
+ state: import("../index.js").FieldState;
1658
1658
  } | undefined;
1659
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1660
- state: import("..").FieldState;
1659
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1660
+ state: import("../index.js").FieldState;
1661
1661
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1662
1662
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1663
1663
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1664
1664
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1665
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1665
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1666
1666
  getIsRequired: () => boolean;
1667
1667
  getIsTranslatable: () => boolean;
1668
- getVisibility: () => import("..").Visibility;
1668
+ getVisibility: () => import("../index.js").Visibility;
1669
1669
  getIsDynamic: () => boolean;
1670
1670
  getDescription: () => string | undefined;
1671
1671
  getCondition: () => {
@@ -1705,12 +1705,12 @@ export declare const Seo: ContentType<{
1705
1705
  lte?: number | undefined;
1706
1706
  };
1707
1707
  } | undefined;
1708
- }>(this: TThis) => import("..").SelectField<readonly ["website", "article", "profile", "book"], true, import("..").FieldStateOf<TThis>>;
1709
- }, import("..").SetCondition<import("..").DefaultFieldState, {
1708
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
1709
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
1710
1710
  field: string;
1711
1711
  equals: boolean;
1712
1712
  }>>;
1713
- openGraphImage: import("..").WithFieldState<{
1713
+ openGraphImage: import("../index.js").WithFieldState<{
1714
1714
  kind: "field";
1715
1715
  readonly __fieldTypes?: {
1716
1716
  input: {
@@ -1747,11 +1747,11 @@ export declare const Seo: ContentType<{
1747
1747
  }[] | undefined;
1748
1748
  srcSet?: string | null | undefined;
1749
1749
  };
1750
- meta: import("..").FileMeta<"Image", false>;
1751
- state: import("..").DefaultFieldState;
1750
+ meta: import("../index.js").FileMeta<"Image", false>;
1751
+ state: import("../index.js").DefaultFieldState;
1752
1752
  } | undefined;
1753
- meta: import("..").FileMeta<"Image", false>;
1754
- state: import("..").DefaultFieldState;
1753
+ meta: import("../index.js").FileMeta<"Image", false>;
1754
+ state: import("../index.js").DefaultFieldState;
1755
1755
  toZod: () => import("zod").ZodType<{
1756
1756
  type: "existing";
1757
1757
  _id: string;
@@ -1826,14 +1826,14 @@ export declare const Seo: ContentType<{
1826
1826
  }[] | undefined;
1827
1827
  srcSet?: string | null | undefined;
1828
1828
  } | undefined, unknown>>;
1829
- getConfig: () => import("..").FileMeta<"Image", false>;
1829
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1830
1830
  getIsRequired: () => false;
1831
1831
  getIsTranslatable: () => false;
1832
1832
  getVisibility: () => "all";
1833
1833
  getIsDynamic: () => true;
1834
1834
  getDescription: () => undefined;
1835
1835
  getCondition: () => undefined;
1836
- } & import("..").PopulatableFieldLike<{
1836
+ } & import("../index.js").PopulatableFieldLike<{
1837
1837
  url: string;
1838
1838
  previewUrl: string | null;
1839
1839
  name: string;
@@ -1856,7 +1856,7 @@ export declare const Seo: ContentType<{
1856
1856
  size: number;
1857
1857
  }[] | undefined;
1858
1858
  srcSet?: string | null | undefined;
1859
- }, import("..").DefaultFieldState> & {
1859
+ }, import("../index.js").DefaultFieldState> & {
1860
1860
  type: <TThis extends {
1861
1861
  kind: "field";
1862
1862
  readonly __fieldTypes?: {
@@ -1894,11 +1894,11 @@ export declare const Seo: ContentType<{
1894
1894
  }[] | undefined;
1895
1895
  srcSet?: string | null | undefined;
1896
1896
  };
1897
- meta: import("..").FileMeta<"Image", false>;
1898
- state: import("..").FieldState;
1897
+ meta: import("../index.js").FileMeta<"Image", false>;
1898
+ state: import("../index.js").FieldState;
1899
1899
  } | undefined;
1900
- meta: import("..").FileMeta<"Image", false>;
1901
- state: import("..").FieldState;
1900
+ meta: import("../index.js").FileMeta<"Image", false>;
1901
+ state: import("../index.js").FieldState;
1902
1902
  toZod: () => import("zod").ZodType<{
1903
1903
  type: "existing";
1904
1904
  _id: string;
@@ -1973,10 +1973,10 @@ export declare const Seo: ContentType<{
1973
1973
  }[] | undefined;
1974
1974
  srcSet?: string | null | undefined;
1975
1975
  } | undefined, unknown>>;
1976
- getConfig: () => import("..").FileMeta<"Image", false>;
1976
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1977
1977
  getIsRequired: () => boolean;
1978
1978
  getIsTranslatable: () => boolean;
1979
- getVisibility: () => import("..").Visibility;
1979
+ getVisibility: () => import("../index.js").Visibility;
1980
1980
  getIsDynamic: () => boolean;
1981
1981
  getDescription: () => string | undefined;
1982
1982
  getCondition: () => {
@@ -2016,7 +2016,7 @@ export declare const Seo: ContentType<{
2016
2016
  lte?: number | undefined;
2017
2017
  };
2018
2018
  } | undefined;
2019
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
2019
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
2020
2020
  multiple: <TThis extends {
2021
2021
  kind: "field";
2022
2022
  readonly __fieldTypes?: {
@@ -2054,11 +2054,11 @@ export declare const Seo: ContentType<{
2054
2054
  }[] | undefined;
2055
2055
  srcSet?: string | null | undefined;
2056
2056
  };
2057
- meta: import("..").FileMeta<"Image", false>;
2058
- state: import("..").FieldState;
2057
+ meta: import("../index.js").FileMeta<"Image", false>;
2058
+ state: import("../index.js").FieldState;
2059
2059
  } | undefined;
2060
- meta: import("..").FileMeta<"Image", false>;
2061
- state: import("..").FieldState;
2060
+ meta: import("../index.js").FileMeta<"Image", false>;
2061
+ state: import("../index.js").FieldState;
2062
2062
  toZod: () => import("zod").ZodType<{
2063
2063
  type: "existing";
2064
2064
  _id: string;
@@ -2133,10 +2133,10 @@ export declare const Seo: ContentType<{
2133
2133
  }[] | undefined;
2134
2134
  srcSet?: string | null | undefined;
2135
2135
  } | undefined, unknown>>;
2136
- getConfig: () => import("..").FileMeta<"Image", false>;
2136
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2137
2137
  getIsRequired: () => boolean;
2138
2138
  getIsTranslatable: () => boolean;
2139
- getVisibility: () => import("..").Visibility;
2139
+ getVisibility: () => import("../index.js").Visibility;
2140
2140
  getIsDynamic: () => boolean;
2141
2141
  getDescription: () => string | undefined;
2142
2142
  getCondition: () => {
@@ -2176,7 +2176,7 @@ export declare const Seo: ContentType<{
2176
2176
  lte?: number | undefined;
2177
2177
  };
2178
2178
  } | undefined;
2179
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
2179
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
2180
2180
  optimize: <TThis extends {
2181
2181
  kind: "field";
2182
2182
  readonly __fieldTypes?: {
@@ -2214,11 +2214,11 @@ export declare const Seo: ContentType<{
2214
2214
  }[] | undefined;
2215
2215
  srcSet?: string | null | undefined;
2216
2216
  };
2217
- meta: import("..").FileMeta<"Image", false>;
2218
- state: import("..").FieldState;
2217
+ meta: import("../index.js").FileMeta<"Image", false>;
2218
+ state: import("../index.js").FieldState;
2219
2219
  } | undefined;
2220
- meta: import("..").FileMeta<"Image", false>;
2221
- state: import("..").FieldState;
2220
+ meta: import("../index.js").FileMeta<"Image", false>;
2221
+ state: import("../index.js").FieldState;
2222
2222
  toZod: () => import("zod").ZodType<{
2223
2223
  type: "existing";
2224
2224
  _id: string;
@@ -2293,10 +2293,10 @@ export declare const Seo: ContentType<{
2293
2293
  }[] | undefined;
2294
2294
  srcSet?: string | null | undefined;
2295
2295
  } | undefined, unknown>>;
2296
- getConfig: () => import("..").FileMeta<"Image", false>;
2296
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2297
2297
  getIsRequired: () => boolean;
2298
2298
  getIsTranslatable: () => boolean;
2299
- getVisibility: () => import("..").Visibility;
2299
+ getVisibility: () => import("../index.js").Visibility;
2300
2300
  getIsDynamic: () => boolean;
2301
2301
  getDescription: () => string | undefined;
2302
2302
  getCondition: () => {
@@ -2336,27 +2336,27 @@ export declare const Seo: ContentType<{
2336
2336
  lte?: number | undefined;
2337
2337
  };
2338
2338
  } | undefined;
2339
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
2340
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2339
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
2340
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2341
2341
  field: string;
2342
2342
  equals: boolean;
2343
2343
  }>>;
2344
- openGraphImageAlt: import("..").WithFieldState<Omit<{
2344
+ openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
2345
2345
  kind: "field";
2346
2346
  readonly __fieldTypes?: {
2347
2347
  input: string;
2348
2348
  db: string;
2349
2349
  output: string;
2350
- meta: import("..").StringMeta<"Text">;
2351
- state: import("..").DefaultFieldState;
2350
+ meta: import("../index.js").StringMeta<"Text">;
2351
+ state: import("../index.js").DefaultFieldState;
2352
2352
  } | undefined;
2353
- meta: import("..").StringMeta<"Text">;
2354
- state: import("..").DefaultFieldState;
2353
+ meta: import("../index.js").StringMeta<"Text">;
2354
+ state: import("../index.js").DefaultFieldState;
2355
2355
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2356
2356
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2357
2357
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2358
2358
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2359
- getConfig: () => import("..").StringMeta<"Text">;
2359
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2360
2360
  getIsRequired: () => false;
2361
2361
  getIsTranslatable: () => false;
2362
2362
  getVisibility: () => "all";
@@ -2370,19 +2370,19 @@ export declare const Seo: ContentType<{
2370
2370
  input: string;
2371
2371
  db: string;
2372
2372
  output: string;
2373
- meta: import("..").StringMeta<"Text">;
2374
- state: import("..").FieldState;
2373
+ meta: import("../index.js").StringMeta<"Text">;
2374
+ state: import("../index.js").FieldState;
2375
2375
  } | undefined;
2376
- meta: import("..").StringMeta<"Text">;
2377
- state: import("..").FieldState;
2376
+ meta: import("../index.js").StringMeta<"Text">;
2377
+ state: import("../index.js").FieldState;
2378
2378
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2379
2379
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2380
2380
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2381
2381
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2382
- getConfig: () => import("..").StringMeta<"Text">;
2382
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2383
2383
  getIsRequired: () => boolean;
2384
2384
  getIsTranslatable: () => boolean;
2385
- getVisibility: () => import("..").Visibility;
2385
+ getVisibility: () => import("../index.js").Visibility;
2386
2386
  getIsDynamic: () => boolean;
2387
2387
  getDescription: () => string | undefined;
2388
2388
  getCondition: () => {
@@ -2422,26 +2422,26 @@ export declare const Seo: ContentType<{
2422
2422
  lte?: number | undefined;
2423
2423
  };
2424
2424
  } | undefined;
2425
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2425
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2426
2426
  min: <TThis extends {
2427
2427
  kind: "field";
2428
2428
  readonly __fieldTypes?: {
2429
2429
  input: string;
2430
2430
  db: string;
2431
2431
  output: string;
2432
- meta: import("..").StringMeta<"Text">;
2433
- state: import("..").FieldState;
2432
+ meta: import("../index.js").StringMeta<"Text">;
2433
+ state: import("../index.js").FieldState;
2434
2434
  } | undefined;
2435
- meta: import("..").StringMeta<"Text">;
2436
- state: import("..").FieldState;
2435
+ meta: import("../index.js").StringMeta<"Text">;
2436
+ state: import("../index.js").FieldState;
2437
2437
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2438
2438
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2439
2439
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2440
2440
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2441
- getConfig: () => import("..").StringMeta<"Text">;
2441
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2442
2442
  getIsRequired: () => boolean;
2443
2443
  getIsTranslatable: () => boolean;
2444
- getVisibility: () => import("..").Visibility;
2444
+ getVisibility: () => import("../index.js").Visibility;
2445
2445
  getIsDynamic: () => boolean;
2446
2446
  getDescription: () => string | undefined;
2447
2447
  getCondition: () => {
@@ -2481,26 +2481,26 @@ export declare const Seo: ContentType<{
2481
2481
  lte?: number | undefined;
2482
2482
  };
2483
2483
  } | undefined;
2484
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2484
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2485
2485
  max: <TThis extends {
2486
2486
  kind: "field";
2487
2487
  readonly __fieldTypes?: {
2488
2488
  input: string;
2489
2489
  db: string;
2490
2490
  output: string;
2491
- meta: import("..").StringMeta<"Text">;
2492
- state: import("..").FieldState;
2491
+ meta: import("../index.js").StringMeta<"Text">;
2492
+ state: import("../index.js").FieldState;
2493
2493
  } | undefined;
2494
- meta: import("..").StringMeta<"Text">;
2495
- state: import("..").FieldState;
2494
+ meta: import("../index.js").StringMeta<"Text">;
2495
+ state: import("../index.js").FieldState;
2496
2496
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2497
2497
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2498
2498
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2499
2499
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2500
- getConfig: () => import("..").StringMeta<"Text">;
2500
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2501
2501
  getIsRequired: () => boolean;
2502
2502
  getIsTranslatable: () => boolean;
2503
- getVisibility: () => import("..").Visibility;
2503
+ getVisibility: () => import("../index.js").Visibility;
2504
2504
  getIsDynamic: () => boolean;
2505
2505
  getDescription: () => string | undefined;
2506
2506
  getCondition: () => {
@@ -2540,28 +2540,28 @@ export declare const Seo: ContentType<{
2540
2540
  lte?: number | undefined;
2541
2541
  };
2542
2542
  } | undefined;
2543
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2544
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2543
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2544
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
2545
2545
  field: string;
2546
2546
  equals: boolean;
2547
2547
  }>>;
2548
- customTwitter: import("..").BooleanField<import("..").DefaultFieldState>;
2549
- twitterCard: import("..").WithFieldState<{
2548
+ customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
2549
+ twitterCard: import("../index.js").WithFieldState<{
2550
2550
  kind: "field";
2551
2551
  readonly __fieldTypes?: {
2552
2552
  input: "summary" | "summary_large_image" | "app" | "player";
2553
2553
  db: "summary" | "summary_large_image" | "app" | "player";
2554
2554
  output: "summary" | "summary_large_image" | "app" | "player";
2555
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2556
- state: import("..").DefaultFieldState;
2555
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2556
+ state: import("../index.js").DefaultFieldState;
2557
2557
  } | undefined;
2558
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2559
- state: import("..").DefaultFieldState;
2558
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2559
+ state: import("../index.js").DefaultFieldState;
2560
2560
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2561
2561
  getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
2562
2562
  getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2563
2563
  getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2564
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2564
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2565
2565
  getIsRequired: () => false;
2566
2566
  getIsTranslatable: () => false;
2567
2567
  getVisibility: () => "all";
@@ -2575,19 +2575,19 @@ export declare const Seo: ContentType<{
2575
2575
  input: "summary" | "summary_large_image" | "app" | "player";
2576
2576
  db: "summary" | "summary_large_image" | "app" | "player";
2577
2577
  output: "summary" | "summary_large_image" | "app" | "player";
2578
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2579
- state: import("..").FieldState;
2578
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2579
+ state: import("../index.js").FieldState;
2580
2580
  } | undefined;
2581
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2582
- state: import("..").FieldState;
2581
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2582
+ state: import("../index.js").FieldState;
2583
2583
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2584
2584
  getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
2585
2585
  getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2586
2586
  getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2587
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2587
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2588
2588
  getIsRequired: () => boolean;
2589
2589
  getIsTranslatable: () => boolean;
2590
- getVisibility: () => import("..").Visibility;
2590
+ getVisibility: () => import("../index.js").Visibility;
2591
2591
  getIsDynamic: () => boolean;
2592
2592
  getDescription: () => string | undefined;
2593
2593
  getCondition: () => {
@@ -2627,27 +2627,27 @@ export declare const Seo: ContentType<{
2627
2627
  lte?: number | undefined;
2628
2628
  };
2629
2629
  } | undefined;
2630
- }>(this: TThis) => import("..").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("..").FieldStateOf<TThis>>;
2631
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2630
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
2631
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2632
2632
  field: string;
2633
2633
  equals: boolean;
2634
2634
  }>>;
2635
- twitterTitle: import("..").WithFieldState<Omit<{
2635
+ twitterTitle: import("../index.js").WithFieldState<Omit<{
2636
2636
  kind: "field";
2637
2637
  readonly __fieldTypes?: {
2638
2638
  input: string;
2639
2639
  db: string;
2640
2640
  output: string;
2641
- meta: import("..").StringMeta<"Text">;
2642
- state: import("..").DefaultFieldState;
2641
+ meta: import("../index.js").StringMeta<"Text">;
2642
+ state: import("../index.js").DefaultFieldState;
2643
2643
  } | undefined;
2644
- meta: import("..").StringMeta<"Text">;
2645
- state: import("..").DefaultFieldState;
2644
+ meta: import("../index.js").StringMeta<"Text">;
2645
+ state: import("../index.js").DefaultFieldState;
2646
2646
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2647
2647
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2648
2648
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2649
2649
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2650
- getConfig: () => import("..").StringMeta<"Text">;
2650
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2651
2651
  getIsRequired: () => false;
2652
2652
  getIsTranslatable: () => false;
2653
2653
  getVisibility: () => "all";
@@ -2661,19 +2661,19 @@ export declare const Seo: ContentType<{
2661
2661
  input: string;
2662
2662
  db: string;
2663
2663
  output: string;
2664
- meta: import("..").StringMeta<"Text">;
2665
- state: import("..").FieldState;
2664
+ meta: import("../index.js").StringMeta<"Text">;
2665
+ state: import("../index.js").FieldState;
2666
2666
  } | undefined;
2667
- meta: import("..").StringMeta<"Text">;
2668
- state: import("..").FieldState;
2667
+ meta: import("../index.js").StringMeta<"Text">;
2668
+ state: import("../index.js").FieldState;
2669
2669
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2670
2670
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2671
2671
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2672
2672
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2673
- getConfig: () => import("..").StringMeta<"Text">;
2673
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2674
2674
  getIsRequired: () => boolean;
2675
2675
  getIsTranslatable: () => boolean;
2676
- getVisibility: () => import("..").Visibility;
2676
+ getVisibility: () => import("../index.js").Visibility;
2677
2677
  getIsDynamic: () => boolean;
2678
2678
  getDescription: () => string | undefined;
2679
2679
  getCondition: () => {
@@ -2713,26 +2713,26 @@ export declare const Seo: ContentType<{
2713
2713
  lte?: number | undefined;
2714
2714
  };
2715
2715
  } | undefined;
2716
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2716
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2717
2717
  min: <TThis extends {
2718
2718
  kind: "field";
2719
2719
  readonly __fieldTypes?: {
2720
2720
  input: string;
2721
2721
  db: string;
2722
2722
  output: string;
2723
- meta: import("..").StringMeta<"Text">;
2724
- state: import("..").FieldState;
2723
+ meta: import("../index.js").StringMeta<"Text">;
2724
+ state: import("../index.js").FieldState;
2725
2725
  } | undefined;
2726
- meta: import("..").StringMeta<"Text">;
2727
- state: import("..").FieldState;
2726
+ meta: import("../index.js").StringMeta<"Text">;
2727
+ state: import("../index.js").FieldState;
2728
2728
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2729
2729
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2730
2730
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2731
2731
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2732
- getConfig: () => import("..").StringMeta<"Text">;
2732
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2733
2733
  getIsRequired: () => boolean;
2734
2734
  getIsTranslatable: () => boolean;
2735
- getVisibility: () => import("..").Visibility;
2735
+ getVisibility: () => import("../index.js").Visibility;
2736
2736
  getIsDynamic: () => boolean;
2737
2737
  getDescription: () => string | undefined;
2738
2738
  getCondition: () => {
@@ -2772,26 +2772,26 @@ export declare const Seo: ContentType<{
2772
2772
  lte?: number | undefined;
2773
2773
  };
2774
2774
  } | undefined;
2775
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2775
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2776
2776
  max: <TThis extends {
2777
2777
  kind: "field";
2778
2778
  readonly __fieldTypes?: {
2779
2779
  input: string;
2780
2780
  db: string;
2781
2781
  output: string;
2782
- meta: import("..").StringMeta<"Text">;
2783
- state: import("..").FieldState;
2782
+ meta: import("../index.js").StringMeta<"Text">;
2783
+ state: import("../index.js").FieldState;
2784
2784
  } | undefined;
2785
- meta: import("..").StringMeta<"Text">;
2786
- state: import("..").FieldState;
2785
+ meta: import("../index.js").StringMeta<"Text">;
2786
+ state: import("../index.js").FieldState;
2787
2787
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2788
2788
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2789
2789
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2790
2790
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2791
- getConfig: () => import("..").StringMeta<"Text">;
2791
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2792
2792
  getIsRequired: () => boolean;
2793
2793
  getIsTranslatable: () => boolean;
2794
- getVisibility: () => import("..").Visibility;
2794
+ getVisibility: () => import("../index.js").Visibility;
2795
2795
  getIsDynamic: () => boolean;
2796
2796
  getDescription: () => string | undefined;
2797
2797
  getCondition: () => {
@@ -2831,27 +2831,27 @@ export declare const Seo: ContentType<{
2831
2831
  lte?: number | undefined;
2832
2832
  };
2833
2833
  } | undefined;
2834
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2835
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2834
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2835
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
2836
2836
  field: string;
2837
2837
  equals: boolean;
2838
2838
  }>>;
2839
- twitterDescription: import("..").WithFieldState<Omit<{
2839
+ twitterDescription: import("../index.js").WithFieldState<Omit<{
2840
2840
  kind: "field";
2841
2841
  readonly __fieldTypes?: {
2842
2842
  input: string;
2843
2843
  db: string;
2844
2844
  output: string;
2845
- meta: import("..").StringMeta<"Textarea">;
2846
- state: import("..").DefaultFieldState;
2845
+ meta: import("../index.js").StringMeta<"Textarea">;
2846
+ state: import("../index.js").DefaultFieldState;
2847
2847
  } | undefined;
2848
- meta: import("..").StringMeta<"Textarea">;
2849
- state: import("..").DefaultFieldState;
2848
+ meta: import("../index.js").StringMeta<"Textarea">;
2849
+ state: import("../index.js").DefaultFieldState;
2850
2850
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2851
2851
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2852
2852
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2853
2853
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2854
- getConfig: () => import("..").StringMeta<"Textarea">;
2854
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2855
2855
  getIsRequired: () => false;
2856
2856
  getIsTranslatable: () => false;
2857
2857
  getVisibility: () => "all";
@@ -2865,19 +2865,19 @@ export declare const Seo: ContentType<{
2865
2865
  input: string;
2866
2866
  db: string;
2867
2867
  output: string;
2868
- meta: import("..").StringMeta<"Textarea">;
2869
- state: import("..").FieldState;
2868
+ meta: import("../index.js").StringMeta<"Textarea">;
2869
+ state: import("../index.js").FieldState;
2870
2870
  } | undefined;
2871
- meta: import("..").StringMeta<"Textarea">;
2872
- state: import("..").FieldState;
2871
+ meta: import("../index.js").StringMeta<"Textarea">;
2872
+ state: import("../index.js").FieldState;
2873
2873
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2874
2874
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2875
2875
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2876
2876
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2877
- getConfig: () => import("..").StringMeta<"Textarea">;
2877
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2878
2878
  getIsRequired: () => boolean;
2879
2879
  getIsTranslatable: () => boolean;
2880
- getVisibility: () => import("..").Visibility;
2880
+ getVisibility: () => import("../index.js").Visibility;
2881
2881
  getIsDynamic: () => boolean;
2882
2882
  getDescription: () => string | undefined;
2883
2883
  getCondition: () => {
@@ -2917,26 +2917,26 @@ export declare const Seo: ContentType<{
2917
2917
  lte?: number | undefined;
2918
2918
  };
2919
2919
  } | undefined;
2920
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2920
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2921
2921
  min: <TThis extends {
2922
2922
  kind: "field";
2923
2923
  readonly __fieldTypes?: {
2924
2924
  input: string;
2925
2925
  db: string;
2926
2926
  output: string;
2927
- meta: import("..").StringMeta<"Textarea">;
2928
- state: import("..").FieldState;
2927
+ meta: import("../index.js").StringMeta<"Textarea">;
2928
+ state: import("../index.js").FieldState;
2929
2929
  } | undefined;
2930
- meta: import("..").StringMeta<"Textarea">;
2931
- state: import("..").FieldState;
2930
+ meta: import("../index.js").StringMeta<"Textarea">;
2931
+ state: import("../index.js").FieldState;
2932
2932
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2933
2933
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2934
2934
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2935
2935
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2936
- getConfig: () => import("..").StringMeta<"Textarea">;
2936
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2937
2937
  getIsRequired: () => boolean;
2938
2938
  getIsTranslatable: () => boolean;
2939
- getVisibility: () => import("..").Visibility;
2939
+ getVisibility: () => import("../index.js").Visibility;
2940
2940
  getIsDynamic: () => boolean;
2941
2941
  getDescription: () => string | undefined;
2942
2942
  getCondition: () => {
@@ -2976,26 +2976,26 @@ export declare const Seo: ContentType<{
2976
2976
  lte?: number | undefined;
2977
2977
  };
2978
2978
  } | undefined;
2979
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
2979
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
2980
2980
  max: <TThis extends {
2981
2981
  kind: "field";
2982
2982
  readonly __fieldTypes?: {
2983
2983
  input: string;
2984
2984
  db: string;
2985
2985
  output: string;
2986
- meta: import("..").StringMeta<"Textarea">;
2987
- state: import("..").FieldState;
2986
+ meta: import("../index.js").StringMeta<"Textarea">;
2987
+ state: import("../index.js").FieldState;
2988
2988
  } | undefined;
2989
- meta: import("..").StringMeta<"Textarea">;
2990
- state: import("..").FieldState;
2989
+ meta: import("../index.js").StringMeta<"Textarea">;
2990
+ state: import("../index.js").FieldState;
2991
2991
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2992
2992
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2993
2993
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2994
2994
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2995
- getConfig: () => import("..").StringMeta<"Textarea">;
2995
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2996
2996
  getIsRequired: () => boolean;
2997
2997
  getIsTranslatable: () => boolean;
2998
- getVisibility: () => import("..").Visibility;
2998
+ getVisibility: () => import("../index.js").Visibility;
2999
2999
  getIsDynamic: () => boolean;
3000
3000
  getDescription: () => string | undefined;
3001
3001
  getCondition: () => {
@@ -3035,12 +3035,12 @@ export declare const Seo: ContentType<{
3035
3035
  lte?: number | undefined;
3036
3036
  };
3037
3037
  } | undefined;
3038
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
3039
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
3038
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
3039
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
3040
3040
  field: string;
3041
3041
  equals: boolean;
3042
3042
  }>>;
3043
- twitterImage: import("..").WithFieldState<{
3043
+ twitterImage: import("../index.js").WithFieldState<{
3044
3044
  kind: "field";
3045
3045
  readonly __fieldTypes?: {
3046
3046
  input: {
@@ -3077,11 +3077,11 @@ export declare const Seo: ContentType<{
3077
3077
  }[] | undefined;
3078
3078
  srcSet?: string | null | undefined;
3079
3079
  };
3080
- meta: import("..").FileMeta<"Image", false>;
3081
- state: import("..").DefaultFieldState;
3080
+ meta: import("../index.js").FileMeta<"Image", false>;
3081
+ state: import("../index.js").DefaultFieldState;
3082
3082
  } | undefined;
3083
- meta: import("..").FileMeta<"Image", false>;
3084
- state: import("..").DefaultFieldState;
3083
+ meta: import("../index.js").FileMeta<"Image", false>;
3084
+ state: import("../index.js").DefaultFieldState;
3085
3085
  toZod: () => import("zod").ZodType<{
3086
3086
  type: "existing";
3087
3087
  _id: string;
@@ -3156,14 +3156,14 @@ export declare const Seo: ContentType<{
3156
3156
  }[] | undefined;
3157
3157
  srcSet?: string | null | undefined;
3158
3158
  } | undefined, unknown>>;
3159
- getConfig: () => import("..").FileMeta<"Image", false>;
3159
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3160
3160
  getIsRequired: () => false;
3161
3161
  getIsTranslatable: () => false;
3162
3162
  getVisibility: () => "all";
3163
3163
  getIsDynamic: () => true;
3164
3164
  getDescription: () => undefined;
3165
3165
  getCondition: () => undefined;
3166
- } & import("..").PopulatableFieldLike<{
3166
+ } & import("../index.js").PopulatableFieldLike<{
3167
3167
  url: string;
3168
3168
  previewUrl: string | null;
3169
3169
  name: string;
@@ -3186,7 +3186,7 @@ export declare const Seo: ContentType<{
3186
3186
  size: number;
3187
3187
  }[] | undefined;
3188
3188
  srcSet?: string | null | undefined;
3189
- }, import("..").DefaultFieldState> & {
3189
+ }, import("../index.js").DefaultFieldState> & {
3190
3190
  type: <TThis extends {
3191
3191
  kind: "field";
3192
3192
  readonly __fieldTypes?: {
@@ -3224,11 +3224,11 @@ export declare const Seo: ContentType<{
3224
3224
  }[] | undefined;
3225
3225
  srcSet?: string | null | undefined;
3226
3226
  };
3227
- meta: import("..").FileMeta<"Image", false>;
3228
- state: import("..").FieldState;
3227
+ meta: import("../index.js").FileMeta<"Image", false>;
3228
+ state: import("../index.js").FieldState;
3229
3229
  } | undefined;
3230
- meta: import("..").FileMeta<"Image", false>;
3231
- state: import("..").FieldState;
3230
+ meta: import("../index.js").FileMeta<"Image", false>;
3231
+ state: import("../index.js").FieldState;
3232
3232
  toZod: () => import("zod").ZodType<{
3233
3233
  type: "existing";
3234
3234
  _id: string;
@@ -3303,10 +3303,10 @@ export declare const Seo: ContentType<{
3303
3303
  }[] | undefined;
3304
3304
  srcSet?: string | null | undefined;
3305
3305
  } | undefined, unknown>>;
3306
- getConfig: () => import("..").FileMeta<"Image", false>;
3306
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3307
3307
  getIsRequired: () => boolean;
3308
3308
  getIsTranslatable: () => boolean;
3309
- getVisibility: () => import("..").Visibility;
3309
+ getVisibility: () => import("../index.js").Visibility;
3310
3310
  getIsDynamic: () => boolean;
3311
3311
  getDescription: () => string | undefined;
3312
3312
  getCondition: () => {
@@ -3346,7 +3346,7 @@ export declare const Seo: ContentType<{
3346
3346
  lte?: number | undefined;
3347
3347
  };
3348
3348
  } | undefined;
3349
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
3349
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
3350
3350
  multiple: <TThis extends {
3351
3351
  kind: "field";
3352
3352
  readonly __fieldTypes?: {
@@ -3384,11 +3384,11 @@ export declare const Seo: ContentType<{
3384
3384
  }[] | undefined;
3385
3385
  srcSet?: string | null | undefined;
3386
3386
  };
3387
- meta: import("..").FileMeta<"Image", false>;
3388
- state: import("..").FieldState;
3387
+ meta: import("../index.js").FileMeta<"Image", false>;
3388
+ state: import("../index.js").FieldState;
3389
3389
  } | undefined;
3390
- meta: import("..").FileMeta<"Image", false>;
3391
- state: import("..").FieldState;
3390
+ meta: import("../index.js").FileMeta<"Image", false>;
3391
+ state: import("../index.js").FieldState;
3392
3392
  toZod: () => import("zod").ZodType<{
3393
3393
  type: "existing";
3394
3394
  _id: string;
@@ -3463,10 +3463,10 @@ export declare const Seo: ContentType<{
3463
3463
  }[] | undefined;
3464
3464
  srcSet?: string | null | undefined;
3465
3465
  } | undefined, unknown>>;
3466
- getConfig: () => import("..").FileMeta<"Image", false>;
3466
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3467
3467
  getIsRequired: () => boolean;
3468
3468
  getIsTranslatable: () => boolean;
3469
- getVisibility: () => import("..").Visibility;
3469
+ getVisibility: () => import("../index.js").Visibility;
3470
3470
  getIsDynamic: () => boolean;
3471
3471
  getDescription: () => string | undefined;
3472
3472
  getCondition: () => {
@@ -3506,7 +3506,7 @@ export declare const Seo: ContentType<{
3506
3506
  lte?: number | undefined;
3507
3507
  };
3508
3508
  } | undefined;
3509
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
3509
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
3510
3510
  optimize: <TThis extends {
3511
3511
  kind: "field";
3512
3512
  readonly __fieldTypes?: {
@@ -3544,11 +3544,11 @@ export declare const Seo: ContentType<{
3544
3544
  }[] | undefined;
3545
3545
  srcSet?: string | null | undefined;
3546
3546
  };
3547
- meta: import("..").FileMeta<"Image", false>;
3548
- state: import("..").FieldState;
3547
+ meta: import("../index.js").FileMeta<"Image", false>;
3548
+ state: import("../index.js").FieldState;
3549
3549
  } | undefined;
3550
- meta: import("..").FileMeta<"Image", false>;
3551
- state: import("..").FieldState;
3550
+ meta: import("../index.js").FileMeta<"Image", false>;
3551
+ state: import("../index.js").FieldState;
3552
3552
  toZod: () => import("zod").ZodType<{
3553
3553
  type: "existing";
3554
3554
  _id: string;
@@ -3623,10 +3623,10 @@ export declare const Seo: ContentType<{
3623
3623
  }[] | undefined;
3624
3624
  srcSet?: string | null | undefined;
3625
3625
  } | undefined, unknown>>;
3626
- getConfig: () => import("..").FileMeta<"Image", false>;
3626
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3627
3627
  getIsRequired: () => boolean;
3628
3628
  getIsTranslatable: () => boolean;
3629
- getVisibility: () => import("..").Visibility;
3629
+ getVisibility: () => import("../index.js").Visibility;
3630
3630
  getIsDynamic: () => boolean;
3631
3631
  getDescription: () => string | undefined;
3632
3632
  getCondition: () => {
@@ -3666,27 +3666,27 @@ export declare const Seo: ContentType<{
3666
3666
  lte?: number | undefined;
3667
3667
  };
3668
3668
  } | undefined;
3669
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
3670
- }, import("..").SetCondition<import("..").DefaultFieldState, {
3669
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
3670
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
3671
3671
  field: string;
3672
3672
  equals: boolean;
3673
3673
  }>>;
3674
- twitterImageAlt: import("..").WithFieldState<Omit<{
3674
+ twitterImageAlt: import("../index.js").WithFieldState<Omit<{
3675
3675
  kind: "field";
3676
3676
  readonly __fieldTypes?: {
3677
3677
  input: string;
3678
3678
  db: string;
3679
3679
  output: string;
3680
- meta: import("..").StringMeta<"Text">;
3681
- state: import("..").DefaultFieldState;
3680
+ meta: import("../index.js").StringMeta<"Text">;
3681
+ state: import("../index.js").DefaultFieldState;
3682
3682
  } | undefined;
3683
- meta: import("..").StringMeta<"Text">;
3684
- state: import("..").DefaultFieldState;
3683
+ meta: import("../index.js").StringMeta<"Text">;
3684
+ state: import("../index.js").DefaultFieldState;
3685
3685
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3686
3686
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3687
3687
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3688
3688
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3689
- getConfig: () => import("..").StringMeta<"Text">;
3689
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3690
3690
  getIsRequired: () => false;
3691
3691
  getIsTranslatable: () => false;
3692
3692
  getVisibility: () => "all";
@@ -3700,19 +3700,19 @@ export declare const Seo: ContentType<{
3700
3700
  input: string;
3701
3701
  db: string;
3702
3702
  output: string;
3703
- meta: import("..").StringMeta<"Text">;
3704
- state: import("..").FieldState;
3703
+ meta: import("../index.js").StringMeta<"Text">;
3704
+ state: import("../index.js").FieldState;
3705
3705
  } | undefined;
3706
- meta: import("..").StringMeta<"Text">;
3707
- state: import("..").FieldState;
3706
+ meta: import("../index.js").StringMeta<"Text">;
3707
+ state: import("../index.js").FieldState;
3708
3708
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3709
3709
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3710
3710
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3711
3711
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3712
- getConfig: () => import("..").StringMeta<"Text">;
3712
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3713
3713
  getIsRequired: () => boolean;
3714
3714
  getIsTranslatable: () => boolean;
3715
- getVisibility: () => import("..").Visibility;
3715
+ getVisibility: () => import("../index.js").Visibility;
3716
3716
  getIsDynamic: () => boolean;
3717
3717
  getDescription: () => string | undefined;
3718
3718
  getCondition: () => {
@@ -3752,26 +3752,26 @@ export declare const Seo: ContentType<{
3752
3752
  lte?: number | undefined;
3753
3753
  };
3754
3754
  } | undefined;
3755
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3755
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3756
3756
  min: <TThis extends {
3757
3757
  kind: "field";
3758
3758
  readonly __fieldTypes?: {
3759
3759
  input: string;
3760
3760
  db: string;
3761
3761
  output: string;
3762
- meta: import("..").StringMeta<"Text">;
3763
- state: import("..").FieldState;
3762
+ meta: import("../index.js").StringMeta<"Text">;
3763
+ state: import("../index.js").FieldState;
3764
3764
  } | undefined;
3765
- meta: import("..").StringMeta<"Text">;
3766
- state: import("..").FieldState;
3765
+ meta: import("../index.js").StringMeta<"Text">;
3766
+ state: import("../index.js").FieldState;
3767
3767
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3768
3768
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3769
3769
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3770
3770
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3771
- getConfig: () => import("..").StringMeta<"Text">;
3771
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3772
3772
  getIsRequired: () => boolean;
3773
3773
  getIsTranslatable: () => boolean;
3774
- getVisibility: () => import("..").Visibility;
3774
+ getVisibility: () => import("../index.js").Visibility;
3775
3775
  getIsDynamic: () => boolean;
3776
3776
  getDescription: () => string | undefined;
3777
3777
  getCondition: () => {
@@ -3811,26 +3811,26 @@ export declare const Seo: ContentType<{
3811
3811
  lte?: number | undefined;
3812
3812
  };
3813
3813
  } | undefined;
3814
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3814
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3815
3815
  max: <TThis extends {
3816
3816
  kind: "field";
3817
3817
  readonly __fieldTypes?: {
3818
3818
  input: string;
3819
3819
  db: string;
3820
3820
  output: string;
3821
- meta: import("..").StringMeta<"Text">;
3822
- state: import("..").FieldState;
3821
+ meta: import("../index.js").StringMeta<"Text">;
3822
+ state: import("../index.js").FieldState;
3823
3823
  } | undefined;
3824
- meta: import("..").StringMeta<"Text">;
3825
- state: import("..").FieldState;
3824
+ meta: import("../index.js").StringMeta<"Text">;
3825
+ state: import("../index.js").FieldState;
3826
3826
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3827
3827
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3828
3828
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3829
3829
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3830
- getConfig: () => import("..").StringMeta<"Text">;
3830
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3831
3831
  getIsRequired: () => boolean;
3832
3832
  getIsTranslatable: () => boolean;
3833
- getVisibility: () => import("..").Visibility;
3833
+ getVisibility: () => import("../index.js").Visibility;
3834
3834
  getIsDynamic: () => boolean;
3835
3835
  getDescription: () => string | undefined;
3836
3836
  getCondition: () => {
@@ -3870,8 +3870,8 @@ export declare const Seo: ContentType<{
3870
3870
  lte?: number | undefined;
3871
3871
  };
3872
3872
  } | undefined;
3873
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3874
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
3873
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3874
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
3875
3875
  field: string;
3876
3876
  equals: boolean;
3877
3877
  }>>;