@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 SeoSettings: ContentType<{
4
- key: import("..").WithFieldState<{
4
+ key: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: ContentType<{
200
200
  lte?: number | undefined;
201
201
  };
202
202
  } | undefined;
203
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
204
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
205
- siteName: import("..").WithFieldState<{
203
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
204
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
205
+ siteName: 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<"Text">;
212
- state: import("..").DefaultFieldState;
211
+ meta: import("../index.js").StringMeta<"Text">;
212
+ state: import("../index.js").DefaultFieldState;
213
213
  } | undefined;
214
- meta: import("..").StringMeta<"Text">;
215
- state: import("..").DefaultFieldState;
214
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
220
+ getConfig: () => import("../index.js").StringMeta<"Text">;
221
221
  getIsRequired: () => false;
222
222
  getIsTranslatable: () => false;
223
223
  getVisibility: () => "all";
@@ -231,19 +231,19 @@ export declare const SeoSettings: ContentType<{
231
231
  input: string;
232
232
  db: string;
233
233
  output: string;
234
- meta: import("..").StringMeta<"Text">;
235
- state: import("..").FieldState;
234
+ meta: import("../index.js").StringMeta<"Text">;
235
+ state: import("../index.js").FieldState;
236
236
  } | undefined;
237
- meta: import("..").StringMeta<"Text">;
238
- state: import("..").FieldState;
237
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
243
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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 SeoSettings: 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<"Text">;
294
- state: import("..").FieldState;
293
+ meta: import("../index.js").StringMeta<"Text">;
294
+ state: import("../index.js").FieldState;
295
295
  } | undefined;
296
- meta: import("..").StringMeta<"Text">;
297
- state: import("..").FieldState;
296
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
302
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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 SeoSettings: ContentType<{
342
342
  lte?: number | undefined;
343
343
  };
344
344
  } | undefined;
345
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
345
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", 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<"Text">;
353
- state: import("..").FieldState;
352
+ meta: import("../index.js").StringMeta<"Text">;
353
+ state: import("../index.js").FieldState;
354
354
  } | undefined;
355
- meta: import("..").StringMeta<"Text">;
356
- state: import("..").FieldState;
355
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
361
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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,25 +401,25 @@ export declare const SeoSettings: ContentType<{
401
401
  lte?: number | undefined;
402
402
  };
403
403
  } | undefined;
404
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
405
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
406
- siteUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
407
- titleTemplate: import("..").WithFieldState<{
404
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
405
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
406
+ siteUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
407
+ titleTemplate: import("../index.js").WithFieldState<{
408
408
  kind: "field";
409
409
  readonly __fieldTypes?: {
410
410
  input: string;
411
411
  db: string;
412
412
  output: string;
413
- meta: import("..").StringMeta<"Text">;
414
- state: import("..").DefaultFieldState;
413
+ meta: import("../index.js").StringMeta<"Text">;
414
+ state: import("../index.js").DefaultFieldState;
415
415
  } | undefined;
416
- meta: import("..").StringMeta<"Text">;
417
- state: import("..").DefaultFieldState;
416
+ meta: import("../index.js").StringMeta<"Text">;
417
+ state: import("../index.js").DefaultFieldState;
418
418
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
419
419
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
420
420
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
421
421
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
422
- getConfig: () => import("..").StringMeta<"Text">;
422
+ getConfig: () => import("../index.js").StringMeta<"Text">;
423
423
  getIsRequired: () => false;
424
424
  getIsTranslatable: () => false;
425
425
  getVisibility: () => "all";
@@ -433,19 +433,19 @@ export declare const SeoSettings: ContentType<{
433
433
  input: string;
434
434
  db: string;
435
435
  output: string;
436
- meta: import("..").StringMeta<"Text">;
437
- state: import("..").FieldState;
436
+ meta: import("../index.js").StringMeta<"Text">;
437
+ state: import("../index.js").FieldState;
438
438
  } | undefined;
439
- meta: import("..").StringMeta<"Text">;
440
- state: import("..").FieldState;
439
+ meta: import("../index.js").StringMeta<"Text">;
440
+ state: import("../index.js").FieldState;
441
441
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
442
442
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
443
443
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
444
444
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
445
- getConfig: () => import("..").StringMeta<"Text">;
445
+ getConfig: () => import("../index.js").StringMeta<"Text">;
446
446
  getIsRequired: () => boolean;
447
447
  getIsTranslatable: () => boolean;
448
- getVisibility: () => import("..").Visibility;
448
+ getVisibility: () => import("../index.js").Visibility;
449
449
  getIsDynamic: () => boolean;
450
450
  getDescription: () => string | undefined;
451
451
  getCondition: () => {
@@ -485,26 +485,26 @@ export declare const SeoSettings: ContentType<{
485
485
  lte?: number | undefined;
486
486
  };
487
487
  } | undefined;
488
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
488
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
489
489
  min: <TThis extends {
490
490
  kind: "field";
491
491
  readonly __fieldTypes?: {
492
492
  input: string;
493
493
  db: string;
494
494
  output: string;
495
- meta: import("..").StringMeta<"Text">;
496
- state: import("..").FieldState;
495
+ meta: import("../index.js").StringMeta<"Text">;
496
+ state: import("../index.js").FieldState;
497
497
  } | undefined;
498
- meta: import("..").StringMeta<"Text">;
499
- state: import("..").FieldState;
498
+ meta: import("../index.js").StringMeta<"Text">;
499
+ state: import("../index.js").FieldState;
500
500
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
501
501
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
502
502
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
503
503
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
504
- getConfig: () => import("..").StringMeta<"Text">;
504
+ getConfig: () => import("../index.js").StringMeta<"Text">;
505
505
  getIsRequired: () => boolean;
506
506
  getIsTranslatable: () => boolean;
507
- getVisibility: () => import("..").Visibility;
507
+ getVisibility: () => import("../index.js").Visibility;
508
508
  getIsDynamic: () => boolean;
509
509
  getDescription: () => string | undefined;
510
510
  getCondition: () => {
@@ -544,26 +544,26 @@ export declare const SeoSettings: ContentType<{
544
544
  lte?: number | undefined;
545
545
  };
546
546
  } | undefined;
547
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
547
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
548
548
  max: <TThis extends {
549
549
  kind: "field";
550
550
  readonly __fieldTypes?: {
551
551
  input: string;
552
552
  db: string;
553
553
  output: string;
554
- meta: import("..").StringMeta<"Text">;
555
- state: import("..").FieldState;
554
+ meta: import("../index.js").StringMeta<"Text">;
555
+ state: import("../index.js").FieldState;
556
556
  } | undefined;
557
- meta: import("..").StringMeta<"Text">;
558
- state: import("..").FieldState;
557
+ meta: import("../index.js").StringMeta<"Text">;
558
+ state: import("../index.js").FieldState;
559
559
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
560
560
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
561
561
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
562
562
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
563
- getConfig: () => import("..").StringMeta<"Text">;
563
+ getConfig: () => import("../index.js").StringMeta<"Text">;
564
564
  getIsRequired: () => boolean;
565
565
  getIsTranslatable: () => boolean;
566
- getVisibility: () => import("..").Visibility;
566
+ getVisibility: () => import("../index.js").Visibility;
567
567
  getIsDynamic: () => boolean;
568
568
  getDescription: () => string | undefined;
569
569
  getCondition: () => {
@@ -603,26 +603,26 @@ export declare const SeoSettings: ContentType<{
603
603
  lte?: number | undefined;
604
604
  };
605
605
  } | undefined;
606
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
607
- }, import("..").SetDescription<import("..").DefaultFieldState>>;
608
- twitterSite: import("..").StringField<"Text", import("..").DefaultFieldState>;
609
- defaultSeo: import("..").RelationField<ContentType<{
610
- title: import("..").WithFieldState<{
606
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
607
+ }, import("../index.js").SetDescription<import("../index.js").DefaultFieldState>>;
608
+ twitterSite: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
609
+ defaultSeo: import("../index.js").RelationField<ContentType<{
610
+ title: import("../index.js").WithFieldState<{
611
611
  kind: "field";
612
612
  readonly __fieldTypes?: {
613
613
  input: string;
614
614
  db: string;
615
615
  output: string;
616
- meta: import("..").StringMeta<"Text">;
617
- state: import("..").DefaultFieldState;
616
+ meta: import("../index.js").StringMeta<"Text">;
617
+ state: import("../index.js").DefaultFieldState;
618
618
  } | undefined;
619
- meta: import("..").StringMeta<"Text">;
620
- state: import("..").DefaultFieldState;
619
+ meta: import("../index.js").StringMeta<"Text">;
620
+ state: import("../index.js").DefaultFieldState;
621
621
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
622
622
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
623
623
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
624
624
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
625
- getConfig: () => import("..").StringMeta<"Text">;
625
+ getConfig: () => import("../index.js").StringMeta<"Text">;
626
626
  getIsRequired: () => false;
627
627
  getIsTranslatable: () => false;
628
628
  getVisibility: () => "all";
@@ -636,19 +636,19 @@ export declare const SeoSettings: ContentType<{
636
636
  input: string;
637
637
  db: string;
638
638
  output: string;
639
- meta: import("..").StringMeta<"Text">;
640
- state: import("..").FieldState;
639
+ meta: import("../index.js").StringMeta<"Text">;
640
+ state: import("../index.js").FieldState;
641
641
  } | undefined;
642
- meta: import("..").StringMeta<"Text">;
643
- state: import("..").FieldState;
642
+ meta: import("../index.js").StringMeta<"Text">;
643
+ state: import("../index.js").FieldState;
644
644
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
645
645
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
646
646
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
647
647
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
648
- getConfig: () => import("..").StringMeta<"Text">;
648
+ getConfig: () => import("../index.js").StringMeta<"Text">;
649
649
  getIsRequired: () => boolean;
650
650
  getIsTranslatable: () => boolean;
651
- getVisibility: () => import("..").Visibility;
651
+ getVisibility: () => import("../index.js").Visibility;
652
652
  getIsDynamic: () => boolean;
653
653
  getDescription: () => string | undefined;
654
654
  getCondition: () => {
@@ -688,26 +688,26 @@ export declare const SeoSettings: ContentType<{
688
688
  lte?: number | undefined;
689
689
  };
690
690
  } | undefined;
691
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
691
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
692
692
  min: <TThis extends {
693
693
  kind: "field";
694
694
  readonly __fieldTypes?: {
695
695
  input: string;
696
696
  db: string;
697
697
  output: string;
698
- meta: import("..").StringMeta<"Text">;
699
- state: import("..").FieldState;
698
+ meta: import("../index.js").StringMeta<"Text">;
699
+ state: import("../index.js").FieldState;
700
700
  } | undefined;
701
- meta: import("..").StringMeta<"Text">;
702
- state: import("..").FieldState;
701
+ meta: import("../index.js").StringMeta<"Text">;
702
+ state: import("../index.js").FieldState;
703
703
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
704
704
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
705
705
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
706
706
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
707
- getConfig: () => import("..").StringMeta<"Text">;
707
+ getConfig: () => import("../index.js").StringMeta<"Text">;
708
708
  getIsRequired: () => boolean;
709
709
  getIsTranslatable: () => boolean;
710
- getVisibility: () => import("..").Visibility;
710
+ getVisibility: () => import("../index.js").Visibility;
711
711
  getIsDynamic: () => boolean;
712
712
  getDescription: () => string | undefined;
713
713
  getCondition: () => {
@@ -747,26 +747,26 @@ export declare const SeoSettings: ContentType<{
747
747
  lte?: number | undefined;
748
748
  };
749
749
  } | undefined;
750
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
750
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
751
751
  max: <TThis extends {
752
752
  kind: "field";
753
753
  readonly __fieldTypes?: {
754
754
  input: string;
755
755
  db: string;
756
756
  output: string;
757
- meta: import("..").StringMeta<"Text">;
758
- state: import("..").FieldState;
757
+ meta: import("../index.js").StringMeta<"Text">;
758
+ state: import("../index.js").FieldState;
759
759
  } | undefined;
760
- meta: import("..").StringMeta<"Text">;
761
- state: import("..").FieldState;
760
+ meta: import("../index.js").StringMeta<"Text">;
761
+ state: import("../index.js").FieldState;
762
762
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
763
763
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
764
764
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
765
765
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
766
- getConfig: () => import("..").StringMeta<"Text">;
766
+ getConfig: () => import("../index.js").StringMeta<"Text">;
767
767
  getIsRequired: () => boolean;
768
768
  getIsTranslatable: () => boolean;
769
- getVisibility: () => import("..").Visibility;
769
+ getVisibility: () => import("../index.js").Visibility;
770
770
  getIsDynamic: () => boolean;
771
771
  getDescription: () => string | undefined;
772
772
  getCondition: () => {
@@ -806,24 +806,24 @@ export declare const SeoSettings: ContentType<{
806
806
  lte?: number | undefined;
807
807
  };
808
808
  } | undefined;
809
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
810
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
811
- description: import("..").WithFieldState<{
809
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
810
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
811
+ description: import("../index.js").WithFieldState<{
812
812
  kind: "field";
813
813
  readonly __fieldTypes?: {
814
814
  input: string;
815
815
  db: string;
816
816
  output: string;
817
- meta: import("..").StringMeta<"Textarea">;
818
- state: import("..").DefaultFieldState;
817
+ meta: import("../index.js").StringMeta<"Textarea">;
818
+ state: import("../index.js").DefaultFieldState;
819
819
  } | undefined;
820
- meta: import("..").StringMeta<"Textarea">;
821
- state: import("..").DefaultFieldState;
820
+ meta: import("../index.js").StringMeta<"Textarea">;
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<"Textarea">;
826
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
827
827
  getIsRequired: () => false;
828
828
  getIsTranslatable: () => false;
829
829
  getVisibility: () => "all";
@@ -837,19 +837,19 @@ export declare const SeoSettings: ContentType<{
837
837
  input: string;
838
838
  db: string;
839
839
  output: string;
840
- meta: import("..").StringMeta<"Textarea">;
841
- state: import("..").FieldState;
840
+ meta: import("../index.js").StringMeta<"Textarea">;
841
+ state: import("../index.js").FieldState;
842
842
  } | undefined;
843
- meta: import("..").StringMeta<"Textarea">;
844
- state: import("..").FieldState;
843
+ meta: import("../index.js").StringMeta<"Textarea">;
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<"Textarea">;
849
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
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 SeoSettings: 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<"Textarea">;
900
- state: import("..").FieldState;
899
+ meta: import("../index.js").StringMeta<"Textarea">;
900
+ state: import("../index.js").FieldState;
901
901
  } | undefined;
902
- meta: import("..").StringMeta<"Textarea">;
903
- state: import("..").FieldState;
902
+ meta: import("../index.js").StringMeta<"Textarea">;
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<"Textarea">;
908
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
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 SeoSettings: ContentType<{
948
948
  lte?: number | undefined;
949
949
  };
950
950
  } | undefined;
951
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
951
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", 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<"Textarea">;
959
- state: import("..").FieldState;
958
+ meta: import("../index.js").StringMeta<"Textarea">;
959
+ state: import("../index.js").FieldState;
960
960
  } | undefined;
961
- meta: import("..").StringMeta<"Textarea">;
962
- state: import("..").FieldState;
961
+ meta: import("../index.js").StringMeta<"Textarea">;
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<"Textarea">;
967
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
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,24 +1007,24 @@ export declare const SeoSettings: ContentType<{
1007
1007
  lte?: number | undefined;
1008
1008
  };
1009
1009
  } | undefined;
1010
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1011
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
1012
- canonicalUrl: import("..").WithFieldState<Omit<{
1010
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1011
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
1012
+ canonicalUrl: import("../index.js").WithFieldState<Omit<{
1013
1013
  kind: "field";
1014
1014
  readonly __fieldTypes?: {
1015
1015
  input: string;
1016
1016
  db: string;
1017
1017
  output: string;
1018
- meta: import("..").StringMeta<"Url">;
1019
- state: import("..").DefaultFieldState;
1018
+ meta: import("../index.js").StringMeta<"Url">;
1019
+ state: import("../index.js").DefaultFieldState;
1020
1020
  } | undefined;
1021
- meta: import("..").StringMeta<"Url">;
1022
- state: import("..").DefaultFieldState;
1021
+ meta: import("../index.js").StringMeta<"Url">;
1022
+ state: import("../index.js").DefaultFieldState;
1023
1023
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1024
1024
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1025
1025
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1026
1026
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1027
- getConfig: () => import("..").StringMeta<"Url">;
1027
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1028
1028
  getIsRequired: () => false;
1029
1029
  getIsTranslatable: () => false;
1030
1030
  getVisibility: () => "all";
@@ -1038,19 +1038,19 @@ export declare const SeoSettings: ContentType<{
1038
1038
  input: string;
1039
1039
  db: string;
1040
1040
  output: string;
1041
- meta: import("..").StringMeta<"Url">;
1042
- state: import("..").FieldState;
1041
+ meta: import("../index.js").StringMeta<"Url">;
1042
+ state: import("../index.js").FieldState;
1043
1043
  } | undefined;
1044
- meta: import("..").StringMeta<"Url">;
1045
- state: import("..").FieldState;
1044
+ meta: import("../index.js").StringMeta<"Url">;
1045
+ state: import("../index.js").FieldState;
1046
1046
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1047
1047
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1048
1048
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1049
1049
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1050
- getConfig: () => import("..").StringMeta<"Url">;
1050
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1051
1051
  getIsRequired: () => boolean;
1052
1052
  getIsTranslatable: () => boolean;
1053
- getVisibility: () => import("..").Visibility;
1053
+ getVisibility: () => import("../index.js").Visibility;
1054
1054
  getIsDynamic: () => boolean;
1055
1055
  getDescription: () => string | undefined;
1056
1056
  getCondition: () => {
@@ -1090,26 +1090,26 @@ export declare const SeoSettings: ContentType<{
1090
1090
  lte?: number | undefined;
1091
1091
  };
1092
1092
  } | undefined;
1093
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1093
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1094
1094
  min: <TThis extends {
1095
1095
  kind: "field";
1096
1096
  readonly __fieldTypes?: {
1097
1097
  input: string;
1098
1098
  db: string;
1099
1099
  output: string;
1100
- meta: import("..").StringMeta<"Url">;
1101
- state: import("..").FieldState;
1100
+ meta: import("../index.js").StringMeta<"Url">;
1101
+ state: import("../index.js").FieldState;
1102
1102
  } | undefined;
1103
- meta: import("..").StringMeta<"Url">;
1104
- state: import("..").FieldState;
1103
+ meta: import("../index.js").StringMeta<"Url">;
1104
+ state: import("../index.js").FieldState;
1105
1105
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1106
1106
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1107
1107
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1108
1108
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1109
- getConfig: () => import("..").StringMeta<"Url">;
1109
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1110
1110
  getIsRequired: () => boolean;
1111
1111
  getIsTranslatable: () => boolean;
1112
- getVisibility: () => import("..").Visibility;
1112
+ getVisibility: () => import("../index.js").Visibility;
1113
1113
  getIsDynamic: () => boolean;
1114
1114
  getDescription: () => string | undefined;
1115
1115
  getCondition: () => {
@@ -1149,26 +1149,26 @@ export declare const SeoSettings: ContentType<{
1149
1149
  lte?: number | undefined;
1150
1150
  };
1151
1151
  } | undefined;
1152
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1152
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1153
1153
  max: <TThis extends {
1154
1154
  kind: "field";
1155
1155
  readonly __fieldTypes?: {
1156
1156
  input: string;
1157
1157
  db: string;
1158
1158
  output: string;
1159
- meta: import("..").StringMeta<"Url">;
1160
- state: import("..").FieldState;
1159
+ meta: import("../index.js").StringMeta<"Url">;
1160
+ state: import("../index.js").FieldState;
1161
1161
  } | undefined;
1162
- meta: import("..").StringMeta<"Url">;
1163
- state: import("..").FieldState;
1162
+ meta: import("../index.js").StringMeta<"Url">;
1163
+ state: import("../index.js").FieldState;
1164
1164
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1165
1165
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1166
1166
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1167
1167
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1168
- getConfig: () => import("..").StringMeta<"Url">;
1168
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1169
1169
  getIsRequired: () => boolean;
1170
1170
  getIsTranslatable: () => boolean;
1171
- getVisibility: () => import("..").Visibility;
1171
+ getVisibility: () => import("../index.js").Visibility;
1172
1172
  getIsDynamic: () => boolean;
1173
1173
  getDescription: () => string | undefined;
1174
1174
  getCondition: () => {
@@ -1208,25 +1208,25 @@ export declare const SeoSettings: ContentType<{
1208
1208
  lte?: number | undefined;
1209
1209
  };
1210
1210
  } | undefined;
1211
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1212
- }, 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>>>;
1213
- image: import("..").FileField<"Image", false, import("..").DefaultFieldState>;
1214
- imageAlt: import("..").WithFieldState<{
1211
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1212
+ }, 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>>>;
1213
+ image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
1214
+ imageAlt: import("../index.js").WithFieldState<{
1215
1215
  kind: "field";
1216
1216
  readonly __fieldTypes?: {
1217
1217
  input: string;
1218
1218
  db: string;
1219
1219
  output: string;
1220
- meta: import("..").StringMeta<"Text">;
1221
- state: import("..").DefaultFieldState;
1220
+ meta: import("../index.js").StringMeta<"Text">;
1221
+ state: import("../index.js").DefaultFieldState;
1222
1222
  } | undefined;
1223
- meta: import("..").StringMeta<"Text">;
1224
- state: import("..").DefaultFieldState;
1223
+ meta: import("../index.js").StringMeta<"Text">;
1224
+ state: import("../index.js").DefaultFieldState;
1225
1225
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1226
1226
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1227
1227
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1228
1228
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1229
- getConfig: () => import("..").StringMeta<"Text">;
1229
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1230
1230
  getIsRequired: () => false;
1231
1231
  getIsTranslatable: () => false;
1232
1232
  getVisibility: () => "all";
@@ -1240,19 +1240,19 @@ export declare const SeoSettings: ContentType<{
1240
1240
  input: string;
1241
1241
  db: string;
1242
1242
  output: string;
1243
- meta: import("..").StringMeta<"Text">;
1244
- state: import("..").FieldState;
1243
+ meta: import("../index.js").StringMeta<"Text">;
1244
+ state: import("../index.js").FieldState;
1245
1245
  } | undefined;
1246
- meta: import("..").StringMeta<"Text">;
1247
- state: import("..").FieldState;
1246
+ meta: import("../index.js").StringMeta<"Text">;
1247
+ state: import("../index.js").FieldState;
1248
1248
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1249
1249
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1250
1250
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1251
1251
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1252
- getConfig: () => import("..").StringMeta<"Text">;
1252
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1253
1253
  getIsRequired: () => boolean;
1254
1254
  getIsTranslatable: () => boolean;
1255
- getVisibility: () => import("..").Visibility;
1255
+ getVisibility: () => import("../index.js").Visibility;
1256
1256
  getIsDynamic: () => boolean;
1257
1257
  getDescription: () => string | undefined;
1258
1258
  getCondition: () => {
@@ -1292,26 +1292,26 @@ export declare const SeoSettings: ContentType<{
1292
1292
  lte?: number | undefined;
1293
1293
  };
1294
1294
  } | undefined;
1295
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1295
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1296
1296
  min: <TThis extends {
1297
1297
  kind: "field";
1298
1298
  readonly __fieldTypes?: {
1299
1299
  input: string;
1300
1300
  db: string;
1301
1301
  output: string;
1302
- meta: import("..").StringMeta<"Text">;
1303
- state: import("..").FieldState;
1302
+ meta: import("../index.js").StringMeta<"Text">;
1303
+ state: import("../index.js").FieldState;
1304
1304
  } | undefined;
1305
- meta: import("..").StringMeta<"Text">;
1306
- state: import("..").FieldState;
1305
+ meta: import("../index.js").StringMeta<"Text">;
1306
+ state: import("../index.js").FieldState;
1307
1307
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1308
1308
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1309
1309
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1310
1310
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1311
- getConfig: () => import("..").StringMeta<"Text">;
1311
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1312
1312
  getIsRequired: () => boolean;
1313
1313
  getIsTranslatable: () => boolean;
1314
- getVisibility: () => import("..").Visibility;
1314
+ getVisibility: () => import("../index.js").Visibility;
1315
1315
  getIsDynamic: () => boolean;
1316
1316
  getDescription: () => string | undefined;
1317
1317
  getCondition: () => {
@@ -1351,26 +1351,26 @@ export declare const SeoSettings: ContentType<{
1351
1351
  lte?: number | undefined;
1352
1352
  };
1353
1353
  } | undefined;
1354
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1354
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1355
1355
  max: <TThis extends {
1356
1356
  kind: "field";
1357
1357
  readonly __fieldTypes?: {
1358
1358
  input: string;
1359
1359
  db: string;
1360
1360
  output: string;
1361
- meta: import("..").StringMeta<"Text">;
1362
- state: import("..").FieldState;
1361
+ meta: import("../index.js").StringMeta<"Text">;
1362
+ state: import("../index.js").FieldState;
1363
1363
  } | undefined;
1364
- meta: import("..").StringMeta<"Text">;
1365
- state: import("..").FieldState;
1364
+ meta: import("../index.js").StringMeta<"Text">;
1365
+ state: import("../index.js").FieldState;
1366
1366
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1367
1367
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1368
1368
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1369
1369
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1370
- getConfig: () => import("..").StringMeta<"Text">;
1370
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1371
1371
  getIsRequired: () => boolean;
1372
1372
  getIsTranslatable: () => boolean;
1373
- getVisibility: () => import("..").Visibility;
1373
+ getVisibility: () => import("../index.js").Visibility;
1374
1374
  getIsDynamic: () => boolean;
1375
1375
  getDescription: () => string | undefined;
1376
1376
  getCondition: () => {
@@ -1410,26 +1410,26 @@ export declare const SeoSettings: ContentType<{
1410
1410
  lte?: number | undefined;
1411
1411
  };
1412
1412
  } | undefined;
1413
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1414
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
1415
- noIndex: import("..").BooleanField<import("..").DefaultFieldState>;
1416
- customOpenGraph: import("..").BooleanField<import("..").DefaultFieldState>;
1417
- openGraphTitle: import("..").WithFieldState<Omit<{
1413
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1414
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
1415
+ noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
1416
+ customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
1417
+ openGraphTitle: import("../index.js").WithFieldState<Omit<{
1418
1418
  kind: "field";
1419
1419
  readonly __fieldTypes?: {
1420
1420
  input: string;
1421
1421
  db: string;
1422
1422
  output: string;
1423
- meta: import("..").StringMeta<"Text">;
1424
- state: import("..").DefaultFieldState;
1423
+ meta: import("../index.js").StringMeta<"Text">;
1424
+ state: import("../index.js").DefaultFieldState;
1425
1425
  } | undefined;
1426
- meta: import("..").StringMeta<"Text">;
1427
- state: import("..").DefaultFieldState;
1426
+ meta: import("../index.js").StringMeta<"Text">;
1427
+ state: import("../index.js").DefaultFieldState;
1428
1428
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1429
1429
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1430
1430
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1431
1431
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1432
- getConfig: () => import("..").StringMeta<"Text">;
1432
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1433
1433
  getIsRequired: () => false;
1434
1434
  getIsTranslatable: () => false;
1435
1435
  getVisibility: () => "all";
@@ -1443,19 +1443,19 @@ export declare const SeoSettings: ContentType<{
1443
1443
  input: string;
1444
1444
  db: string;
1445
1445
  output: string;
1446
- meta: import("..").StringMeta<"Text">;
1447
- state: import("..").FieldState;
1446
+ meta: import("../index.js").StringMeta<"Text">;
1447
+ state: import("../index.js").FieldState;
1448
1448
  } | undefined;
1449
- meta: import("..").StringMeta<"Text">;
1450
- state: import("..").FieldState;
1449
+ meta: import("../index.js").StringMeta<"Text">;
1450
+ state: import("../index.js").FieldState;
1451
1451
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1452
1452
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1453
1453
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1454
1454
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1455
- getConfig: () => import("..").StringMeta<"Text">;
1455
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1456
1456
  getIsRequired: () => boolean;
1457
1457
  getIsTranslatable: () => boolean;
1458
- getVisibility: () => import("..").Visibility;
1458
+ getVisibility: () => import("../index.js").Visibility;
1459
1459
  getIsDynamic: () => boolean;
1460
1460
  getDescription: () => string | undefined;
1461
1461
  getCondition: () => {
@@ -1495,26 +1495,26 @@ export declare const SeoSettings: ContentType<{
1495
1495
  lte?: number | undefined;
1496
1496
  };
1497
1497
  } | undefined;
1498
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1498
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1499
1499
  min: <TThis extends {
1500
1500
  kind: "field";
1501
1501
  readonly __fieldTypes?: {
1502
1502
  input: string;
1503
1503
  db: string;
1504
1504
  output: string;
1505
- meta: import("..").StringMeta<"Text">;
1506
- state: import("..").FieldState;
1505
+ meta: import("../index.js").StringMeta<"Text">;
1506
+ state: import("../index.js").FieldState;
1507
1507
  } | undefined;
1508
- meta: import("..").StringMeta<"Text">;
1509
- state: import("..").FieldState;
1508
+ meta: import("../index.js").StringMeta<"Text">;
1509
+ state: import("../index.js").FieldState;
1510
1510
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1511
1511
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1512
1512
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1513
1513
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1514
- getConfig: () => import("..").StringMeta<"Text">;
1514
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1515
1515
  getIsRequired: () => boolean;
1516
1516
  getIsTranslatable: () => boolean;
1517
- getVisibility: () => import("..").Visibility;
1517
+ getVisibility: () => import("../index.js").Visibility;
1518
1518
  getIsDynamic: () => boolean;
1519
1519
  getDescription: () => string | undefined;
1520
1520
  getCondition: () => {
@@ -1554,26 +1554,26 @@ export declare const SeoSettings: ContentType<{
1554
1554
  lte?: number | undefined;
1555
1555
  };
1556
1556
  } | undefined;
1557
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1557
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1558
1558
  max: <TThis extends {
1559
1559
  kind: "field";
1560
1560
  readonly __fieldTypes?: {
1561
1561
  input: string;
1562
1562
  db: string;
1563
1563
  output: string;
1564
- meta: import("..").StringMeta<"Text">;
1565
- state: import("..").FieldState;
1564
+ meta: import("../index.js").StringMeta<"Text">;
1565
+ state: import("../index.js").FieldState;
1566
1566
  } | undefined;
1567
- meta: import("..").StringMeta<"Text">;
1568
- state: import("..").FieldState;
1567
+ meta: import("../index.js").StringMeta<"Text">;
1568
+ state: import("../index.js").FieldState;
1569
1569
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1570
1570
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1571
1571
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1572
1572
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1573
- getConfig: () => import("..").StringMeta<"Text">;
1573
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1574
1574
  getIsRequired: () => boolean;
1575
1575
  getIsTranslatable: () => boolean;
1576
- getVisibility: () => import("..").Visibility;
1576
+ getVisibility: () => import("../index.js").Visibility;
1577
1577
  getIsDynamic: () => boolean;
1578
1578
  getDescription: () => string | undefined;
1579
1579
  getCondition: () => {
@@ -1613,27 +1613,27 @@ export declare const SeoSettings: ContentType<{
1613
1613
  lte?: number | undefined;
1614
1614
  };
1615
1615
  } | undefined;
1616
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1617
- }, 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>, {
1616
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1617
+ }, 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>, {
1618
1618
  field: string;
1619
1619
  equals: boolean;
1620
1620
  }>>;
1621
- openGraphDescription: import("..").WithFieldState<Omit<{
1621
+ openGraphDescription: import("../index.js").WithFieldState<Omit<{
1622
1622
  kind: "field";
1623
1623
  readonly __fieldTypes?: {
1624
1624
  input: string;
1625
1625
  db: string;
1626
1626
  output: string;
1627
- meta: import("..").StringMeta<"Textarea">;
1628
- state: import("..").DefaultFieldState;
1627
+ meta: import("../index.js").StringMeta<"Textarea">;
1628
+ state: import("../index.js").DefaultFieldState;
1629
1629
  } | undefined;
1630
- meta: import("..").StringMeta<"Textarea">;
1631
- state: import("..").DefaultFieldState;
1630
+ meta: import("../index.js").StringMeta<"Textarea">;
1631
+ state: import("../index.js").DefaultFieldState;
1632
1632
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1633
1633
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1634
1634
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1635
1635
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1636
- getConfig: () => import("..").StringMeta<"Textarea">;
1636
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1637
1637
  getIsRequired: () => false;
1638
1638
  getIsTranslatable: () => false;
1639
1639
  getVisibility: () => "all";
@@ -1647,19 +1647,19 @@ export declare const SeoSettings: ContentType<{
1647
1647
  input: string;
1648
1648
  db: string;
1649
1649
  output: string;
1650
- meta: import("..").StringMeta<"Textarea">;
1651
- state: import("..").FieldState;
1650
+ meta: import("../index.js").StringMeta<"Textarea">;
1651
+ state: import("../index.js").FieldState;
1652
1652
  } | undefined;
1653
- meta: import("..").StringMeta<"Textarea">;
1654
- state: import("..").FieldState;
1653
+ meta: import("../index.js").StringMeta<"Textarea">;
1654
+ state: import("../index.js").FieldState;
1655
1655
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1656
1656
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1657
1657
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1658
1658
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1659
- getConfig: () => import("..").StringMeta<"Textarea">;
1659
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1660
1660
  getIsRequired: () => boolean;
1661
1661
  getIsTranslatable: () => boolean;
1662
- getVisibility: () => import("..").Visibility;
1662
+ getVisibility: () => import("../index.js").Visibility;
1663
1663
  getIsDynamic: () => boolean;
1664
1664
  getDescription: () => string | undefined;
1665
1665
  getCondition: () => {
@@ -1699,26 +1699,26 @@ export declare const SeoSettings: ContentType<{
1699
1699
  lte?: number | undefined;
1700
1700
  };
1701
1701
  } | undefined;
1702
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1702
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1703
1703
  min: <TThis extends {
1704
1704
  kind: "field";
1705
1705
  readonly __fieldTypes?: {
1706
1706
  input: string;
1707
1707
  db: string;
1708
1708
  output: string;
1709
- meta: import("..").StringMeta<"Textarea">;
1710
- state: import("..").FieldState;
1709
+ meta: import("../index.js").StringMeta<"Textarea">;
1710
+ state: import("../index.js").FieldState;
1711
1711
  } | undefined;
1712
- meta: import("..").StringMeta<"Textarea">;
1713
- state: import("..").FieldState;
1712
+ meta: import("../index.js").StringMeta<"Textarea">;
1713
+ state: import("../index.js").FieldState;
1714
1714
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1715
1715
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1716
1716
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1717
1717
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1718
- getConfig: () => import("..").StringMeta<"Textarea">;
1718
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1719
1719
  getIsRequired: () => boolean;
1720
1720
  getIsTranslatable: () => boolean;
1721
- getVisibility: () => import("..").Visibility;
1721
+ getVisibility: () => import("../index.js").Visibility;
1722
1722
  getIsDynamic: () => boolean;
1723
1723
  getDescription: () => string | undefined;
1724
1724
  getCondition: () => {
@@ -1758,26 +1758,26 @@ export declare const SeoSettings: ContentType<{
1758
1758
  lte?: number | undefined;
1759
1759
  };
1760
1760
  } | undefined;
1761
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1761
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1762
1762
  max: <TThis extends {
1763
1763
  kind: "field";
1764
1764
  readonly __fieldTypes?: {
1765
1765
  input: string;
1766
1766
  db: string;
1767
1767
  output: string;
1768
- meta: import("..").StringMeta<"Textarea">;
1769
- state: import("..").FieldState;
1768
+ meta: import("../index.js").StringMeta<"Textarea">;
1769
+ state: import("../index.js").FieldState;
1770
1770
  } | undefined;
1771
- meta: import("..").StringMeta<"Textarea">;
1772
- state: import("..").FieldState;
1771
+ meta: import("../index.js").StringMeta<"Textarea">;
1772
+ state: import("../index.js").FieldState;
1773
1773
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1774
1774
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1775
1775
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1776
1776
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1777
- getConfig: () => import("..").StringMeta<"Textarea">;
1777
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1778
1778
  getIsRequired: () => boolean;
1779
1779
  getIsTranslatable: () => boolean;
1780
- getVisibility: () => import("..").Visibility;
1780
+ getVisibility: () => import("../index.js").Visibility;
1781
1781
  getIsDynamic: () => boolean;
1782
1782
  getDescription: () => string | undefined;
1783
1783
  getCondition: () => {
@@ -1817,27 +1817,27 @@ export declare const SeoSettings: ContentType<{
1817
1817
  lte?: number | undefined;
1818
1818
  };
1819
1819
  } | undefined;
1820
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1821
- }, 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>, {
1820
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1821
+ }, 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>, {
1822
1822
  field: string;
1823
1823
  equals: boolean;
1824
1824
  }>>;
1825
- openGraphUrl: import("..").WithFieldState<Omit<{
1825
+ openGraphUrl: import("../index.js").WithFieldState<Omit<{
1826
1826
  kind: "field";
1827
1827
  readonly __fieldTypes?: {
1828
1828
  input: string;
1829
1829
  db: string;
1830
1830
  output: string;
1831
- meta: import("..").StringMeta<"Url">;
1832
- state: import("..").DefaultFieldState;
1831
+ meta: import("../index.js").StringMeta<"Url">;
1832
+ state: import("../index.js").DefaultFieldState;
1833
1833
  } | undefined;
1834
- meta: import("..").StringMeta<"Url">;
1835
- state: import("..").DefaultFieldState;
1834
+ meta: import("../index.js").StringMeta<"Url">;
1835
+ state: import("../index.js").DefaultFieldState;
1836
1836
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1837
1837
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1838
1838
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1839
1839
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1840
- getConfig: () => import("..").StringMeta<"Url">;
1840
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1841
1841
  getIsRequired: () => false;
1842
1842
  getIsTranslatable: () => false;
1843
1843
  getVisibility: () => "all";
@@ -1851,19 +1851,19 @@ export declare const SeoSettings: ContentType<{
1851
1851
  input: string;
1852
1852
  db: string;
1853
1853
  output: string;
1854
- meta: import("..").StringMeta<"Url">;
1855
- state: import("..").FieldState;
1854
+ meta: import("../index.js").StringMeta<"Url">;
1855
+ state: import("../index.js").FieldState;
1856
1856
  } | undefined;
1857
- meta: import("..").StringMeta<"Url">;
1858
- state: import("..").FieldState;
1857
+ meta: import("../index.js").StringMeta<"Url">;
1858
+ state: import("../index.js").FieldState;
1859
1859
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1860
1860
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1861
1861
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1862
1862
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1863
- getConfig: () => import("..").StringMeta<"Url">;
1863
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1864
1864
  getIsRequired: () => boolean;
1865
1865
  getIsTranslatable: () => boolean;
1866
- getVisibility: () => import("..").Visibility;
1866
+ getVisibility: () => import("../index.js").Visibility;
1867
1867
  getIsDynamic: () => boolean;
1868
1868
  getDescription: () => string | undefined;
1869
1869
  getCondition: () => {
@@ -1903,26 +1903,26 @@ export declare const SeoSettings: ContentType<{
1903
1903
  lte?: number | undefined;
1904
1904
  };
1905
1905
  } | undefined;
1906
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1906
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1907
1907
  min: <TThis extends {
1908
1908
  kind: "field";
1909
1909
  readonly __fieldTypes?: {
1910
1910
  input: string;
1911
1911
  db: string;
1912
1912
  output: string;
1913
- meta: import("..").StringMeta<"Url">;
1914
- state: import("..").FieldState;
1913
+ meta: import("../index.js").StringMeta<"Url">;
1914
+ state: import("../index.js").FieldState;
1915
1915
  } | undefined;
1916
- meta: import("..").StringMeta<"Url">;
1917
- state: import("..").FieldState;
1916
+ meta: import("../index.js").StringMeta<"Url">;
1917
+ state: import("../index.js").FieldState;
1918
1918
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1919
1919
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1920
1920
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1921
1921
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1922
- getConfig: () => import("..").StringMeta<"Url">;
1922
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1923
1923
  getIsRequired: () => boolean;
1924
1924
  getIsTranslatable: () => boolean;
1925
- getVisibility: () => import("..").Visibility;
1925
+ getVisibility: () => import("../index.js").Visibility;
1926
1926
  getIsDynamic: () => boolean;
1927
1927
  getDescription: () => string | undefined;
1928
1928
  getCondition: () => {
@@ -1962,26 +1962,26 @@ export declare const SeoSettings: ContentType<{
1962
1962
  lte?: number | undefined;
1963
1963
  };
1964
1964
  } | undefined;
1965
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1965
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1966
1966
  max: <TThis extends {
1967
1967
  kind: "field";
1968
1968
  readonly __fieldTypes?: {
1969
1969
  input: string;
1970
1970
  db: string;
1971
1971
  output: string;
1972
- meta: import("..").StringMeta<"Url">;
1973
- state: import("..").FieldState;
1972
+ meta: import("../index.js").StringMeta<"Url">;
1973
+ state: import("../index.js").FieldState;
1974
1974
  } | undefined;
1975
- meta: import("..").StringMeta<"Url">;
1976
- state: import("..").FieldState;
1975
+ meta: import("../index.js").StringMeta<"Url">;
1976
+ state: import("../index.js").FieldState;
1977
1977
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1978
1978
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1979
1979
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1980
1980
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1981
- getConfig: () => import("..").StringMeta<"Url">;
1981
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1982
1982
  getIsRequired: () => boolean;
1983
1983
  getIsTranslatable: () => boolean;
1984
- getVisibility: () => import("..").Visibility;
1984
+ getVisibility: () => import("../index.js").Visibility;
1985
1985
  getIsDynamic: () => boolean;
1986
1986
  getDescription: () => string | undefined;
1987
1987
  getCondition: () => {
@@ -2021,27 +2021,27 @@ export declare const SeoSettings: ContentType<{
2021
2021
  lte?: number | undefined;
2022
2022
  };
2023
2023
  } | undefined;
2024
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
2025
- }, 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>, {
2024
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
2025
+ }, 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>, {
2026
2026
  field: string;
2027
2027
  equals: boolean;
2028
2028
  }>>;
2029
- openGraphSiteName: import("..").WithFieldState<Omit<{
2029
+ openGraphSiteName: import("../index.js").WithFieldState<Omit<{
2030
2030
  kind: "field";
2031
2031
  readonly __fieldTypes?: {
2032
2032
  input: string;
2033
2033
  db: string;
2034
2034
  output: string;
2035
- meta: import("..").StringMeta<"Text">;
2036
- state: import("..").DefaultFieldState;
2035
+ meta: import("../index.js").StringMeta<"Text">;
2036
+ state: import("../index.js").DefaultFieldState;
2037
2037
  } | undefined;
2038
- meta: import("..").StringMeta<"Text">;
2039
- state: import("..").DefaultFieldState;
2038
+ meta: import("../index.js").StringMeta<"Text">;
2039
+ state: import("../index.js").DefaultFieldState;
2040
2040
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2041
2041
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2042
2042
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2043
2043
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2044
- getConfig: () => import("..").StringMeta<"Text">;
2044
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2045
2045
  getIsRequired: () => false;
2046
2046
  getIsTranslatable: () => false;
2047
2047
  getVisibility: () => "all";
@@ -2055,19 +2055,19 @@ export declare const SeoSettings: ContentType<{
2055
2055
  input: string;
2056
2056
  db: string;
2057
2057
  output: string;
2058
- meta: import("..").StringMeta<"Text">;
2059
- state: import("..").FieldState;
2058
+ meta: import("../index.js").StringMeta<"Text">;
2059
+ state: import("../index.js").FieldState;
2060
2060
  } | undefined;
2061
- meta: import("..").StringMeta<"Text">;
2062
- state: import("..").FieldState;
2061
+ meta: import("../index.js").StringMeta<"Text">;
2062
+ state: import("../index.js").FieldState;
2063
2063
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2064
2064
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2065
2065
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2066
2066
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2067
- getConfig: () => import("..").StringMeta<"Text">;
2067
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2068
2068
  getIsRequired: () => boolean;
2069
2069
  getIsTranslatable: () => boolean;
2070
- getVisibility: () => import("..").Visibility;
2070
+ getVisibility: () => import("../index.js").Visibility;
2071
2071
  getIsDynamic: () => boolean;
2072
2072
  getDescription: () => string | undefined;
2073
2073
  getCondition: () => {
@@ -2107,26 +2107,26 @@ export declare const SeoSettings: ContentType<{
2107
2107
  lte?: number | undefined;
2108
2108
  };
2109
2109
  } | undefined;
2110
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2110
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2111
2111
  min: <TThis extends {
2112
2112
  kind: "field";
2113
2113
  readonly __fieldTypes?: {
2114
2114
  input: string;
2115
2115
  db: string;
2116
2116
  output: string;
2117
- meta: import("..").StringMeta<"Text">;
2118
- state: import("..").FieldState;
2117
+ meta: import("../index.js").StringMeta<"Text">;
2118
+ state: import("../index.js").FieldState;
2119
2119
  } | undefined;
2120
- meta: import("..").StringMeta<"Text">;
2121
- state: import("..").FieldState;
2120
+ meta: import("../index.js").StringMeta<"Text">;
2121
+ state: import("../index.js").FieldState;
2122
2122
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2123
2123
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2124
2124
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2125
2125
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2126
- getConfig: () => import("..").StringMeta<"Text">;
2126
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2127
2127
  getIsRequired: () => boolean;
2128
2128
  getIsTranslatable: () => boolean;
2129
- getVisibility: () => import("..").Visibility;
2129
+ getVisibility: () => import("../index.js").Visibility;
2130
2130
  getIsDynamic: () => boolean;
2131
2131
  getDescription: () => string | undefined;
2132
2132
  getCondition: () => {
@@ -2166,26 +2166,26 @@ export declare const SeoSettings: ContentType<{
2166
2166
  lte?: number | undefined;
2167
2167
  };
2168
2168
  } | undefined;
2169
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2169
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2170
2170
  max: <TThis extends {
2171
2171
  kind: "field";
2172
2172
  readonly __fieldTypes?: {
2173
2173
  input: string;
2174
2174
  db: string;
2175
2175
  output: string;
2176
- meta: import("..").StringMeta<"Text">;
2177
- state: import("..").FieldState;
2176
+ meta: import("../index.js").StringMeta<"Text">;
2177
+ state: import("../index.js").FieldState;
2178
2178
  } | undefined;
2179
- meta: import("..").StringMeta<"Text">;
2180
- state: import("..").FieldState;
2179
+ meta: import("../index.js").StringMeta<"Text">;
2180
+ state: import("../index.js").FieldState;
2181
2181
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2182
2182
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2183
2183
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2184
2184
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2185
- getConfig: () => import("..").StringMeta<"Text">;
2185
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2186
2186
  getIsRequired: () => boolean;
2187
2187
  getIsTranslatable: () => boolean;
2188
- getVisibility: () => import("..").Visibility;
2188
+ getVisibility: () => import("../index.js").Visibility;
2189
2189
  getIsDynamic: () => boolean;
2190
2190
  getDescription: () => string | undefined;
2191
2191
  getCondition: () => {
@@ -2225,27 +2225,27 @@ export declare const SeoSettings: ContentType<{
2225
2225
  lte?: number | undefined;
2226
2226
  };
2227
2227
  } | undefined;
2228
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2229
- }, 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>, {
2228
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2229
+ }, 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>, {
2230
2230
  field: string;
2231
2231
  equals: boolean;
2232
2232
  }>>;
2233
- openGraphType: import("..").WithFieldState<{
2233
+ openGraphType: import("../index.js").WithFieldState<{
2234
2234
  kind: "field";
2235
2235
  readonly __fieldTypes?: {
2236
2236
  input: "website" | "article" | "profile" | "book";
2237
2237
  db: "website" | "article" | "profile" | "book";
2238
2238
  output: "website" | "article" | "profile" | "book";
2239
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2240
- state: import("..").DefaultFieldState;
2239
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2240
+ state: import("../index.js").DefaultFieldState;
2241
2241
  } | undefined;
2242
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2243
- state: import("..").DefaultFieldState;
2242
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2243
+ state: import("../index.js").DefaultFieldState;
2244
2244
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
2245
2245
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
2246
2246
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
2247
2247
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
2248
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2248
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2249
2249
  getIsRequired: () => false;
2250
2250
  getIsTranslatable: () => false;
2251
2251
  getVisibility: () => "all";
@@ -2259,19 +2259,19 @@ export declare const SeoSettings: ContentType<{
2259
2259
  input: "website" | "article" | "profile" | "book";
2260
2260
  db: "website" | "article" | "profile" | "book";
2261
2261
  output: "website" | "article" | "profile" | "book";
2262
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2263
- state: import("..").FieldState;
2262
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2263
+ state: import("../index.js").FieldState;
2264
2264
  } | undefined;
2265
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2266
- state: import("..").FieldState;
2265
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2266
+ state: import("../index.js").FieldState;
2267
2267
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
2268
2268
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
2269
2269
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
2270
2270
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
2271
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2271
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
2272
2272
  getIsRequired: () => boolean;
2273
2273
  getIsTranslatable: () => boolean;
2274
- getVisibility: () => import("..").Visibility;
2274
+ getVisibility: () => import("../index.js").Visibility;
2275
2275
  getIsDynamic: () => boolean;
2276
2276
  getDescription: () => string | undefined;
2277
2277
  getCondition: () => {
@@ -2311,12 +2311,12 @@ export declare const SeoSettings: ContentType<{
2311
2311
  lte?: number | undefined;
2312
2312
  };
2313
2313
  } | undefined;
2314
- }>(this: TThis) => import("..").SelectField<readonly ["website", "article", "profile", "book"], true, import("..").FieldStateOf<TThis>>;
2315
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2314
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
2315
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2316
2316
  field: string;
2317
2317
  equals: boolean;
2318
2318
  }>>;
2319
- openGraphImage: import("..").WithFieldState<{
2319
+ openGraphImage: import("../index.js").WithFieldState<{
2320
2320
  kind: "field";
2321
2321
  readonly __fieldTypes?: {
2322
2322
  input: {
@@ -2353,11 +2353,11 @@ export declare const SeoSettings: ContentType<{
2353
2353
  }[] | undefined;
2354
2354
  srcSet?: string | null | undefined;
2355
2355
  };
2356
- meta: import("..").FileMeta<"Image", false>;
2357
- state: import("..").DefaultFieldState;
2356
+ meta: import("../index.js").FileMeta<"Image", false>;
2357
+ state: import("../index.js").DefaultFieldState;
2358
2358
  } | undefined;
2359
- meta: import("..").FileMeta<"Image", false>;
2360
- state: import("..").DefaultFieldState;
2359
+ meta: import("../index.js").FileMeta<"Image", false>;
2360
+ state: import("../index.js").DefaultFieldState;
2361
2361
  toZod: () => import("zod").ZodType<{
2362
2362
  type: "existing";
2363
2363
  _id: string;
@@ -2432,14 +2432,14 @@ export declare const SeoSettings: ContentType<{
2432
2432
  }[] | undefined;
2433
2433
  srcSet?: string | null | undefined;
2434
2434
  } | undefined, unknown>>;
2435
- getConfig: () => import("..").FileMeta<"Image", false>;
2435
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2436
2436
  getIsRequired: () => false;
2437
2437
  getIsTranslatable: () => false;
2438
2438
  getVisibility: () => "all";
2439
2439
  getIsDynamic: () => true;
2440
2440
  getDescription: () => undefined;
2441
2441
  getCondition: () => undefined;
2442
- } & import("..").PopulatableFieldLike<{
2442
+ } & import("../index.js").PopulatableFieldLike<{
2443
2443
  url: string;
2444
2444
  previewUrl: string | null;
2445
2445
  name: string;
@@ -2462,7 +2462,7 @@ export declare const SeoSettings: ContentType<{
2462
2462
  size: number;
2463
2463
  }[] | undefined;
2464
2464
  srcSet?: string | null | undefined;
2465
- }, import("..").DefaultFieldState> & {
2465
+ }, import("../index.js").DefaultFieldState> & {
2466
2466
  type: <TThis extends {
2467
2467
  kind: "field";
2468
2468
  readonly __fieldTypes?: {
@@ -2500,11 +2500,11 @@ export declare const SeoSettings: ContentType<{
2500
2500
  }[] | undefined;
2501
2501
  srcSet?: string | null | undefined;
2502
2502
  };
2503
- meta: import("..").FileMeta<"Image", false>;
2504
- state: import("..").FieldState;
2503
+ meta: import("../index.js").FileMeta<"Image", false>;
2504
+ state: import("../index.js").FieldState;
2505
2505
  } | undefined;
2506
- meta: import("..").FileMeta<"Image", false>;
2507
- state: import("..").FieldState;
2506
+ meta: import("../index.js").FileMeta<"Image", false>;
2507
+ state: import("../index.js").FieldState;
2508
2508
  toZod: () => import("zod").ZodType<{
2509
2509
  type: "existing";
2510
2510
  _id: string;
@@ -2579,10 +2579,10 @@ export declare const SeoSettings: ContentType<{
2579
2579
  }[] | undefined;
2580
2580
  srcSet?: string | null | undefined;
2581
2581
  } | undefined, unknown>>;
2582
- getConfig: () => import("..").FileMeta<"Image", false>;
2582
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2583
2583
  getIsRequired: () => boolean;
2584
2584
  getIsTranslatable: () => boolean;
2585
- getVisibility: () => import("..").Visibility;
2585
+ getVisibility: () => import("../index.js").Visibility;
2586
2586
  getIsDynamic: () => boolean;
2587
2587
  getDescription: () => string | undefined;
2588
2588
  getCondition: () => {
@@ -2622,7 +2622,7 @@ export declare const SeoSettings: ContentType<{
2622
2622
  lte?: number | undefined;
2623
2623
  };
2624
2624
  } | undefined;
2625
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
2625
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
2626
2626
  multiple: <TThis extends {
2627
2627
  kind: "field";
2628
2628
  readonly __fieldTypes?: {
@@ -2660,11 +2660,11 @@ export declare const SeoSettings: ContentType<{
2660
2660
  }[] | undefined;
2661
2661
  srcSet?: string | null | undefined;
2662
2662
  };
2663
- meta: import("..").FileMeta<"Image", false>;
2664
- state: import("..").FieldState;
2663
+ meta: import("../index.js").FileMeta<"Image", false>;
2664
+ state: import("../index.js").FieldState;
2665
2665
  } | undefined;
2666
- meta: import("..").FileMeta<"Image", false>;
2667
- state: import("..").FieldState;
2666
+ meta: import("../index.js").FileMeta<"Image", false>;
2667
+ state: import("../index.js").FieldState;
2668
2668
  toZod: () => import("zod").ZodType<{
2669
2669
  type: "existing";
2670
2670
  _id: string;
@@ -2739,10 +2739,10 @@ export declare const SeoSettings: ContentType<{
2739
2739
  }[] | undefined;
2740
2740
  srcSet?: string | null | undefined;
2741
2741
  } | undefined, unknown>>;
2742
- getConfig: () => import("..").FileMeta<"Image", false>;
2742
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2743
2743
  getIsRequired: () => boolean;
2744
2744
  getIsTranslatable: () => boolean;
2745
- getVisibility: () => import("..").Visibility;
2745
+ getVisibility: () => import("../index.js").Visibility;
2746
2746
  getIsDynamic: () => boolean;
2747
2747
  getDescription: () => string | undefined;
2748
2748
  getCondition: () => {
@@ -2782,7 +2782,7 @@ export declare const SeoSettings: ContentType<{
2782
2782
  lte?: number | undefined;
2783
2783
  };
2784
2784
  } | undefined;
2785
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
2785
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
2786
2786
  optimize: <TThis extends {
2787
2787
  kind: "field";
2788
2788
  readonly __fieldTypes?: {
@@ -2820,11 +2820,11 @@ export declare const SeoSettings: ContentType<{
2820
2820
  }[] | undefined;
2821
2821
  srcSet?: string | null | undefined;
2822
2822
  };
2823
- meta: import("..").FileMeta<"Image", false>;
2824
- state: import("..").FieldState;
2823
+ meta: import("../index.js").FileMeta<"Image", false>;
2824
+ state: import("../index.js").FieldState;
2825
2825
  } | undefined;
2826
- meta: import("..").FileMeta<"Image", false>;
2827
- state: import("..").FieldState;
2826
+ meta: import("../index.js").FileMeta<"Image", false>;
2827
+ state: import("../index.js").FieldState;
2828
2828
  toZod: () => import("zod").ZodType<{
2829
2829
  type: "existing";
2830
2830
  _id: string;
@@ -2899,10 +2899,10 @@ export declare const SeoSettings: ContentType<{
2899
2899
  }[] | undefined;
2900
2900
  srcSet?: string | null | undefined;
2901
2901
  } | undefined, unknown>>;
2902
- getConfig: () => import("..").FileMeta<"Image", false>;
2902
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2903
2903
  getIsRequired: () => boolean;
2904
2904
  getIsTranslatable: () => boolean;
2905
- getVisibility: () => import("..").Visibility;
2905
+ getVisibility: () => import("../index.js").Visibility;
2906
2906
  getIsDynamic: () => boolean;
2907
2907
  getDescription: () => string | undefined;
2908
2908
  getCondition: () => {
@@ -2942,27 +2942,27 @@ export declare const SeoSettings: ContentType<{
2942
2942
  lte?: number | undefined;
2943
2943
  };
2944
2944
  } | undefined;
2945
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
2946
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2945
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
2946
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2947
2947
  field: string;
2948
2948
  equals: boolean;
2949
2949
  }>>;
2950
- openGraphImageAlt: import("..").WithFieldState<Omit<{
2950
+ openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
2951
2951
  kind: "field";
2952
2952
  readonly __fieldTypes?: {
2953
2953
  input: string;
2954
2954
  db: string;
2955
2955
  output: string;
2956
- meta: import("..").StringMeta<"Text">;
2957
- state: import("..").DefaultFieldState;
2956
+ meta: import("../index.js").StringMeta<"Text">;
2957
+ state: import("../index.js").DefaultFieldState;
2958
2958
  } | undefined;
2959
- meta: import("..").StringMeta<"Text">;
2960
- state: import("..").DefaultFieldState;
2959
+ meta: import("../index.js").StringMeta<"Text">;
2960
+ state: import("../index.js").DefaultFieldState;
2961
2961
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2962
2962
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2963
2963
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2964
2964
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2965
- getConfig: () => import("..").StringMeta<"Text">;
2965
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2966
2966
  getIsRequired: () => false;
2967
2967
  getIsTranslatable: () => false;
2968
2968
  getVisibility: () => "all";
@@ -2976,19 +2976,19 @@ export declare const SeoSettings: ContentType<{
2976
2976
  input: string;
2977
2977
  db: string;
2978
2978
  output: string;
2979
- meta: import("..").StringMeta<"Text">;
2980
- state: import("..").FieldState;
2979
+ meta: import("../index.js").StringMeta<"Text">;
2980
+ state: import("../index.js").FieldState;
2981
2981
  } | undefined;
2982
- meta: import("..").StringMeta<"Text">;
2983
- state: import("..").FieldState;
2982
+ meta: import("../index.js").StringMeta<"Text">;
2983
+ state: import("../index.js").FieldState;
2984
2984
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2985
2985
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2986
2986
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2987
2987
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2988
- getConfig: () => import("..").StringMeta<"Text">;
2988
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2989
2989
  getIsRequired: () => boolean;
2990
2990
  getIsTranslatable: () => boolean;
2991
- getVisibility: () => import("..").Visibility;
2991
+ getVisibility: () => import("../index.js").Visibility;
2992
2992
  getIsDynamic: () => boolean;
2993
2993
  getDescription: () => string | undefined;
2994
2994
  getCondition: () => {
@@ -3028,26 +3028,26 @@ export declare const SeoSettings: ContentType<{
3028
3028
  lte?: number | undefined;
3029
3029
  };
3030
3030
  } | undefined;
3031
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3031
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3032
3032
  min: <TThis extends {
3033
3033
  kind: "field";
3034
3034
  readonly __fieldTypes?: {
3035
3035
  input: string;
3036
3036
  db: string;
3037
3037
  output: string;
3038
- meta: import("..").StringMeta<"Text">;
3039
- state: import("..").FieldState;
3038
+ meta: import("../index.js").StringMeta<"Text">;
3039
+ state: import("../index.js").FieldState;
3040
3040
  } | undefined;
3041
- meta: import("..").StringMeta<"Text">;
3042
- state: import("..").FieldState;
3041
+ meta: import("../index.js").StringMeta<"Text">;
3042
+ state: import("../index.js").FieldState;
3043
3043
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3044
3044
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3045
3045
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3046
3046
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3047
- getConfig: () => import("..").StringMeta<"Text">;
3047
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3048
3048
  getIsRequired: () => boolean;
3049
3049
  getIsTranslatable: () => boolean;
3050
- getVisibility: () => import("..").Visibility;
3050
+ getVisibility: () => import("../index.js").Visibility;
3051
3051
  getIsDynamic: () => boolean;
3052
3052
  getDescription: () => string | undefined;
3053
3053
  getCondition: () => {
@@ -3087,26 +3087,26 @@ export declare const SeoSettings: ContentType<{
3087
3087
  lte?: number | undefined;
3088
3088
  };
3089
3089
  } | undefined;
3090
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3090
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3091
3091
  max: <TThis extends {
3092
3092
  kind: "field";
3093
3093
  readonly __fieldTypes?: {
3094
3094
  input: string;
3095
3095
  db: string;
3096
3096
  output: string;
3097
- meta: import("..").StringMeta<"Text">;
3098
- state: import("..").FieldState;
3097
+ meta: import("../index.js").StringMeta<"Text">;
3098
+ state: import("../index.js").FieldState;
3099
3099
  } | undefined;
3100
- meta: import("..").StringMeta<"Text">;
3101
- state: import("..").FieldState;
3100
+ meta: import("../index.js").StringMeta<"Text">;
3101
+ state: import("../index.js").FieldState;
3102
3102
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3103
3103
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3104
3104
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3105
3105
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3106
- getConfig: () => import("..").StringMeta<"Text">;
3106
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3107
3107
  getIsRequired: () => boolean;
3108
3108
  getIsTranslatable: () => boolean;
3109
- getVisibility: () => import("..").Visibility;
3109
+ getVisibility: () => import("../index.js").Visibility;
3110
3110
  getIsDynamic: () => boolean;
3111
3111
  getDescription: () => string | undefined;
3112
3112
  getCondition: () => {
@@ -3146,28 +3146,28 @@ export declare const SeoSettings: ContentType<{
3146
3146
  lte?: number | undefined;
3147
3147
  };
3148
3148
  } | undefined;
3149
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3150
- }, 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>, {
3149
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3150
+ }, 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>, {
3151
3151
  field: string;
3152
3152
  equals: boolean;
3153
3153
  }>>;
3154
- customTwitter: import("..").BooleanField<import("..").DefaultFieldState>;
3155
- twitterCard: import("..").WithFieldState<{
3154
+ customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
3155
+ twitterCard: import("../index.js").WithFieldState<{
3156
3156
  kind: "field";
3157
3157
  readonly __fieldTypes?: {
3158
3158
  input: "summary" | "summary_large_image" | "app" | "player";
3159
3159
  db: "summary" | "summary_large_image" | "app" | "player";
3160
3160
  output: "summary" | "summary_large_image" | "app" | "player";
3161
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3162
- state: import("..").DefaultFieldState;
3161
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3162
+ state: import("../index.js").DefaultFieldState;
3163
3163
  } | undefined;
3164
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3165
- state: import("..").DefaultFieldState;
3164
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3165
+ state: import("../index.js").DefaultFieldState;
3166
3166
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
3167
3167
  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>>;
3168
3168
  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>>;
3169
3169
  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>>;
3170
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3170
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3171
3171
  getIsRequired: () => false;
3172
3172
  getIsTranslatable: () => false;
3173
3173
  getVisibility: () => "all";
@@ -3181,19 +3181,19 @@ export declare const SeoSettings: ContentType<{
3181
3181
  input: "summary" | "summary_large_image" | "app" | "player";
3182
3182
  db: "summary" | "summary_large_image" | "app" | "player";
3183
3183
  output: "summary" | "summary_large_image" | "app" | "player";
3184
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3185
- state: import("..").FieldState;
3184
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3185
+ state: import("../index.js").FieldState;
3186
3186
  } | undefined;
3187
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3188
- state: import("..").FieldState;
3187
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3188
+ state: import("../index.js").FieldState;
3189
3189
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
3190
3190
  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>>;
3191
3191
  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>>;
3192
3192
  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>>;
3193
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3193
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
3194
3194
  getIsRequired: () => boolean;
3195
3195
  getIsTranslatable: () => boolean;
3196
- getVisibility: () => import("..").Visibility;
3196
+ getVisibility: () => import("../index.js").Visibility;
3197
3197
  getIsDynamic: () => boolean;
3198
3198
  getDescription: () => string | undefined;
3199
3199
  getCondition: () => {
@@ -3233,27 +3233,27 @@ export declare const SeoSettings: ContentType<{
3233
3233
  lte?: number | undefined;
3234
3234
  };
3235
3235
  } | undefined;
3236
- }>(this: TThis) => import("..").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("..").FieldStateOf<TThis>>;
3237
- }, import("..").SetCondition<import("..").DefaultFieldState, {
3236
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
3237
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
3238
3238
  field: string;
3239
3239
  equals: boolean;
3240
3240
  }>>;
3241
- twitterTitle: import("..").WithFieldState<Omit<{
3241
+ twitterTitle: import("../index.js").WithFieldState<Omit<{
3242
3242
  kind: "field";
3243
3243
  readonly __fieldTypes?: {
3244
3244
  input: string;
3245
3245
  db: string;
3246
3246
  output: string;
3247
- meta: import("..").StringMeta<"Text">;
3248
- state: import("..").DefaultFieldState;
3247
+ meta: import("../index.js").StringMeta<"Text">;
3248
+ state: import("../index.js").DefaultFieldState;
3249
3249
  } | undefined;
3250
- meta: import("..").StringMeta<"Text">;
3251
- state: import("..").DefaultFieldState;
3250
+ meta: import("../index.js").StringMeta<"Text">;
3251
+ state: import("../index.js").DefaultFieldState;
3252
3252
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3253
3253
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3254
3254
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3255
3255
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3256
- getConfig: () => import("..").StringMeta<"Text">;
3256
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3257
3257
  getIsRequired: () => false;
3258
3258
  getIsTranslatable: () => false;
3259
3259
  getVisibility: () => "all";
@@ -3267,19 +3267,19 @@ export declare const SeoSettings: ContentType<{
3267
3267
  input: string;
3268
3268
  db: string;
3269
3269
  output: string;
3270
- meta: import("..").StringMeta<"Text">;
3271
- state: import("..").FieldState;
3270
+ meta: import("../index.js").StringMeta<"Text">;
3271
+ state: import("../index.js").FieldState;
3272
3272
  } | undefined;
3273
- meta: import("..").StringMeta<"Text">;
3274
- state: import("..").FieldState;
3273
+ meta: import("../index.js").StringMeta<"Text">;
3274
+ state: import("../index.js").FieldState;
3275
3275
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3276
3276
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3277
3277
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3278
3278
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3279
- getConfig: () => import("..").StringMeta<"Text">;
3279
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3280
3280
  getIsRequired: () => boolean;
3281
3281
  getIsTranslatable: () => boolean;
3282
- getVisibility: () => import("..").Visibility;
3282
+ getVisibility: () => import("../index.js").Visibility;
3283
3283
  getIsDynamic: () => boolean;
3284
3284
  getDescription: () => string | undefined;
3285
3285
  getCondition: () => {
@@ -3319,26 +3319,26 @@ export declare const SeoSettings: ContentType<{
3319
3319
  lte?: number | undefined;
3320
3320
  };
3321
3321
  } | undefined;
3322
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3322
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3323
3323
  min: <TThis extends {
3324
3324
  kind: "field";
3325
3325
  readonly __fieldTypes?: {
3326
3326
  input: string;
3327
3327
  db: string;
3328
3328
  output: string;
3329
- meta: import("..").StringMeta<"Text">;
3330
- state: import("..").FieldState;
3329
+ meta: import("../index.js").StringMeta<"Text">;
3330
+ state: import("../index.js").FieldState;
3331
3331
  } | undefined;
3332
- meta: import("..").StringMeta<"Text">;
3333
- state: import("..").FieldState;
3332
+ meta: import("../index.js").StringMeta<"Text">;
3333
+ state: import("../index.js").FieldState;
3334
3334
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3335
3335
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3336
3336
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3337
3337
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3338
- getConfig: () => import("..").StringMeta<"Text">;
3338
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3339
3339
  getIsRequired: () => boolean;
3340
3340
  getIsTranslatable: () => boolean;
3341
- getVisibility: () => import("..").Visibility;
3341
+ getVisibility: () => import("../index.js").Visibility;
3342
3342
  getIsDynamic: () => boolean;
3343
3343
  getDescription: () => string | undefined;
3344
3344
  getCondition: () => {
@@ -3378,26 +3378,26 @@ export declare const SeoSettings: ContentType<{
3378
3378
  lte?: number | undefined;
3379
3379
  };
3380
3380
  } | undefined;
3381
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3381
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3382
3382
  max: <TThis extends {
3383
3383
  kind: "field";
3384
3384
  readonly __fieldTypes?: {
3385
3385
  input: string;
3386
3386
  db: string;
3387
3387
  output: string;
3388
- meta: import("..").StringMeta<"Text">;
3389
- state: import("..").FieldState;
3388
+ meta: import("../index.js").StringMeta<"Text">;
3389
+ state: import("../index.js").FieldState;
3390
3390
  } | undefined;
3391
- meta: import("..").StringMeta<"Text">;
3392
- state: import("..").FieldState;
3391
+ meta: import("../index.js").StringMeta<"Text">;
3392
+ state: import("../index.js").FieldState;
3393
3393
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3394
3394
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3395
3395
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3396
3396
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3397
- getConfig: () => import("..").StringMeta<"Text">;
3397
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3398
3398
  getIsRequired: () => boolean;
3399
3399
  getIsTranslatable: () => boolean;
3400
- getVisibility: () => import("..").Visibility;
3400
+ getVisibility: () => import("../index.js").Visibility;
3401
3401
  getIsDynamic: () => boolean;
3402
3402
  getDescription: () => string | undefined;
3403
3403
  getCondition: () => {
@@ -3437,27 +3437,27 @@ export declare const SeoSettings: ContentType<{
3437
3437
  lte?: number | undefined;
3438
3438
  };
3439
3439
  } | undefined;
3440
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3441
- }, 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>, {
3440
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3441
+ }, 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>, {
3442
3442
  field: string;
3443
3443
  equals: boolean;
3444
3444
  }>>;
3445
- twitterDescription: import("..").WithFieldState<Omit<{
3445
+ twitterDescription: import("../index.js").WithFieldState<Omit<{
3446
3446
  kind: "field";
3447
3447
  readonly __fieldTypes?: {
3448
3448
  input: string;
3449
3449
  db: string;
3450
3450
  output: string;
3451
- meta: import("..").StringMeta<"Textarea">;
3452
- state: import("..").DefaultFieldState;
3451
+ meta: import("../index.js").StringMeta<"Textarea">;
3452
+ state: import("../index.js").DefaultFieldState;
3453
3453
  } | undefined;
3454
- meta: import("..").StringMeta<"Textarea">;
3455
- state: import("..").DefaultFieldState;
3454
+ meta: import("../index.js").StringMeta<"Textarea">;
3455
+ state: import("../index.js").DefaultFieldState;
3456
3456
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3457
3457
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3458
3458
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3459
3459
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3460
- getConfig: () => import("..").StringMeta<"Textarea">;
3460
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3461
3461
  getIsRequired: () => false;
3462
3462
  getIsTranslatable: () => false;
3463
3463
  getVisibility: () => "all";
@@ -3471,19 +3471,19 @@ export declare const SeoSettings: ContentType<{
3471
3471
  input: string;
3472
3472
  db: string;
3473
3473
  output: string;
3474
- meta: import("..").StringMeta<"Textarea">;
3475
- state: import("..").FieldState;
3474
+ meta: import("../index.js").StringMeta<"Textarea">;
3475
+ state: import("../index.js").FieldState;
3476
3476
  } | undefined;
3477
- meta: import("..").StringMeta<"Textarea">;
3478
- state: import("..").FieldState;
3477
+ meta: import("../index.js").StringMeta<"Textarea">;
3478
+ state: import("../index.js").FieldState;
3479
3479
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3480
3480
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3481
3481
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3482
3482
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3483
- getConfig: () => import("..").StringMeta<"Textarea">;
3483
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3484
3484
  getIsRequired: () => boolean;
3485
3485
  getIsTranslatable: () => boolean;
3486
- getVisibility: () => import("..").Visibility;
3486
+ getVisibility: () => import("../index.js").Visibility;
3487
3487
  getIsDynamic: () => boolean;
3488
3488
  getDescription: () => string | undefined;
3489
3489
  getCondition: () => {
@@ -3523,26 +3523,26 @@ export declare const SeoSettings: ContentType<{
3523
3523
  lte?: number | undefined;
3524
3524
  };
3525
3525
  } | undefined;
3526
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3526
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3527
3527
  min: <TThis extends {
3528
3528
  kind: "field";
3529
3529
  readonly __fieldTypes?: {
3530
3530
  input: string;
3531
3531
  db: string;
3532
3532
  output: string;
3533
- meta: import("..").StringMeta<"Textarea">;
3534
- state: import("..").FieldState;
3533
+ meta: import("../index.js").StringMeta<"Textarea">;
3534
+ state: import("../index.js").FieldState;
3535
3535
  } | undefined;
3536
- meta: import("..").StringMeta<"Textarea">;
3537
- state: import("..").FieldState;
3536
+ meta: import("../index.js").StringMeta<"Textarea">;
3537
+ state: import("../index.js").FieldState;
3538
3538
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3539
3539
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3540
3540
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3541
3541
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3542
- getConfig: () => import("..").StringMeta<"Textarea">;
3542
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3543
3543
  getIsRequired: () => boolean;
3544
3544
  getIsTranslatable: () => boolean;
3545
- getVisibility: () => import("..").Visibility;
3545
+ getVisibility: () => import("../index.js").Visibility;
3546
3546
  getIsDynamic: () => boolean;
3547
3547
  getDescription: () => string | undefined;
3548
3548
  getCondition: () => {
@@ -3582,26 +3582,26 @@ export declare const SeoSettings: ContentType<{
3582
3582
  lte?: number | undefined;
3583
3583
  };
3584
3584
  } | undefined;
3585
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
3585
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
3586
3586
  max: <TThis extends {
3587
3587
  kind: "field";
3588
3588
  readonly __fieldTypes?: {
3589
3589
  input: string;
3590
3590
  db: string;
3591
3591
  output: string;
3592
- meta: import("..").StringMeta<"Textarea">;
3593
- state: import("..").FieldState;
3592
+ meta: import("../index.js").StringMeta<"Textarea">;
3593
+ state: import("../index.js").FieldState;
3594
3594
  } | undefined;
3595
- meta: import("..").StringMeta<"Textarea">;
3596
- state: import("..").FieldState;
3595
+ meta: import("../index.js").StringMeta<"Textarea">;
3596
+ state: import("../index.js").FieldState;
3597
3597
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3598
3598
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3599
3599
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3600
3600
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3601
- getConfig: () => import("..").StringMeta<"Textarea">;
3601
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3602
3602
  getIsRequired: () => boolean;
3603
3603
  getIsTranslatable: () => boolean;
3604
- getVisibility: () => import("..").Visibility;
3604
+ getVisibility: () => import("../index.js").Visibility;
3605
3605
  getIsDynamic: () => boolean;
3606
3606
  getDescription: () => string | undefined;
3607
3607
  getCondition: () => {
@@ -3641,12 +3641,12 @@ export declare const SeoSettings: ContentType<{
3641
3641
  lte?: number | undefined;
3642
3642
  };
3643
3643
  } | undefined;
3644
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
3645
- }, 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>, {
3644
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
3645
+ }, 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>, {
3646
3646
  field: string;
3647
3647
  equals: boolean;
3648
3648
  }>>;
3649
- twitterImage: import("..").WithFieldState<{
3649
+ twitterImage: import("../index.js").WithFieldState<{
3650
3650
  kind: "field";
3651
3651
  readonly __fieldTypes?: {
3652
3652
  input: {
@@ -3683,11 +3683,11 @@ export declare const SeoSettings: ContentType<{
3683
3683
  }[] | undefined;
3684
3684
  srcSet?: string | null | undefined;
3685
3685
  };
3686
- meta: import("..").FileMeta<"Image", false>;
3687
- state: import("..").DefaultFieldState;
3686
+ meta: import("../index.js").FileMeta<"Image", false>;
3687
+ state: import("../index.js").DefaultFieldState;
3688
3688
  } | undefined;
3689
- meta: import("..").FileMeta<"Image", false>;
3690
- state: import("..").DefaultFieldState;
3689
+ meta: import("../index.js").FileMeta<"Image", false>;
3690
+ state: import("../index.js").DefaultFieldState;
3691
3691
  toZod: () => import("zod").ZodType<{
3692
3692
  type: "existing";
3693
3693
  _id: string;
@@ -3762,14 +3762,14 @@ export declare const SeoSettings: ContentType<{
3762
3762
  }[] | undefined;
3763
3763
  srcSet?: string | null | undefined;
3764
3764
  } | undefined, unknown>>;
3765
- getConfig: () => import("..").FileMeta<"Image", false>;
3765
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3766
3766
  getIsRequired: () => false;
3767
3767
  getIsTranslatable: () => false;
3768
3768
  getVisibility: () => "all";
3769
3769
  getIsDynamic: () => true;
3770
3770
  getDescription: () => undefined;
3771
3771
  getCondition: () => undefined;
3772
- } & import("..").PopulatableFieldLike<{
3772
+ } & import("../index.js").PopulatableFieldLike<{
3773
3773
  url: string;
3774
3774
  previewUrl: string | null;
3775
3775
  name: string;
@@ -3792,7 +3792,7 @@ export declare const SeoSettings: ContentType<{
3792
3792
  size: number;
3793
3793
  }[] | undefined;
3794
3794
  srcSet?: string | null | undefined;
3795
- }, import("..").DefaultFieldState> & {
3795
+ }, import("../index.js").DefaultFieldState> & {
3796
3796
  type: <TThis extends {
3797
3797
  kind: "field";
3798
3798
  readonly __fieldTypes?: {
@@ -3830,11 +3830,11 @@ export declare const SeoSettings: ContentType<{
3830
3830
  }[] | undefined;
3831
3831
  srcSet?: string | null | undefined;
3832
3832
  };
3833
- meta: import("..").FileMeta<"Image", false>;
3834
- state: import("..").FieldState;
3833
+ meta: import("../index.js").FileMeta<"Image", false>;
3834
+ state: import("../index.js").FieldState;
3835
3835
  } | undefined;
3836
- meta: import("..").FileMeta<"Image", false>;
3837
- state: import("..").FieldState;
3836
+ meta: import("../index.js").FileMeta<"Image", false>;
3837
+ state: import("../index.js").FieldState;
3838
3838
  toZod: () => import("zod").ZodType<{
3839
3839
  type: "existing";
3840
3840
  _id: string;
@@ -3909,10 +3909,10 @@ export declare const SeoSettings: ContentType<{
3909
3909
  }[] | undefined;
3910
3910
  srcSet?: string | null | undefined;
3911
3911
  } | undefined, unknown>>;
3912
- getConfig: () => import("..").FileMeta<"Image", false>;
3912
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3913
3913
  getIsRequired: () => boolean;
3914
3914
  getIsTranslatable: () => boolean;
3915
- getVisibility: () => import("..").Visibility;
3915
+ getVisibility: () => import("../index.js").Visibility;
3916
3916
  getIsDynamic: () => boolean;
3917
3917
  getDescription: () => string | undefined;
3918
3918
  getCondition: () => {
@@ -3952,7 +3952,7 @@ export declare const SeoSettings: ContentType<{
3952
3952
  lte?: number | undefined;
3953
3953
  };
3954
3954
  } | undefined;
3955
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
3955
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
3956
3956
  multiple: <TThis extends {
3957
3957
  kind: "field";
3958
3958
  readonly __fieldTypes?: {
@@ -3990,11 +3990,11 @@ export declare const SeoSettings: ContentType<{
3990
3990
  }[] | undefined;
3991
3991
  srcSet?: string | null | undefined;
3992
3992
  };
3993
- meta: import("..").FileMeta<"Image", false>;
3994
- state: import("..").FieldState;
3993
+ meta: import("../index.js").FileMeta<"Image", false>;
3994
+ state: import("../index.js").FieldState;
3995
3995
  } | undefined;
3996
- meta: import("..").FileMeta<"Image", false>;
3997
- state: import("..").FieldState;
3996
+ meta: import("../index.js").FileMeta<"Image", false>;
3997
+ state: import("../index.js").FieldState;
3998
3998
  toZod: () => import("zod").ZodType<{
3999
3999
  type: "existing";
4000
4000
  _id: string;
@@ -4069,10 +4069,10 @@ export declare const SeoSettings: ContentType<{
4069
4069
  }[] | undefined;
4070
4070
  srcSet?: string | null | undefined;
4071
4071
  } | undefined, unknown>>;
4072
- getConfig: () => import("..").FileMeta<"Image", false>;
4072
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
4073
4073
  getIsRequired: () => boolean;
4074
4074
  getIsTranslatable: () => boolean;
4075
- getVisibility: () => import("..").Visibility;
4075
+ getVisibility: () => import("../index.js").Visibility;
4076
4076
  getIsDynamic: () => boolean;
4077
4077
  getDescription: () => string | undefined;
4078
4078
  getCondition: () => {
@@ -4112,7 +4112,7 @@ export declare const SeoSettings: ContentType<{
4112
4112
  lte?: number | undefined;
4113
4113
  };
4114
4114
  } | undefined;
4115
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
4115
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
4116
4116
  optimize: <TThis extends {
4117
4117
  kind: "field";
4118
4118
  readonly __fieldTypes?: {
@@ -4150,11 +4150,11 @@ export declare const SeoSettings: ContentType<{
4150
4150
  }[] | undefined;
4151
4151
  srcSet?: string | null | undefined;
4152
4152
  };
4153
- meta: import("..").FileMeta<"Image", false>;
4154
- state: import("..").FieldState;
4153
+ meta: import("../index.js").FileMeta<"Image", false>;
4154
+ state: import("../index.js").FieldState;
4155
4155
  } | undefined;
4156
- meta: import("..").FileMeta<"Image", false>;
4157
- state: import("..").FieldState;
4156
+ meta: import("../index.js").FileMeta<"Image", false>;
4157
+ state: import("../index.js").FieldState;
4158
4158
  toZod: () => import("zod").ZodType<{
4159
4159
  type: "existing";
4160
4160
  _id: string;
@@ -4229,10 +4229,10 @@ export declare const SeoSettings: ContentType<{
4229
4229
  }[] | undefined;
4230
4230
  srcSet?: string | null | undefined;
4231
4231
  } | undefined, unknown>>;
4232
- getConfig: () => import("..").FileMeta<"Image", false>;
4232
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
4233
4233
  getIsRequired: () => boolean;
4234
4234
  getIsTranslatable: () => boolean;
4235
- getVisibility: () => import("..").Visibility;
4235
+ getVisibility: () => import("../index.js").Visibility;
4236
4236
  getIsDynamic: () => boolean;
4237
4237
  getDescription: () => string | undefined;
4238
4238
  getCondition: () => {
@@ -4272,27 +4272,27 @@ export declare const SeoSettings: ContentType<{
4272
4272
  lte?: number | undefined;
4273
4273
  };
4274
4274
  } | undefined;
4275
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
4276
- }, import("..").SetCondition<import("..").DefaultFieldState, {
4275
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
4276
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
4277
4277
  field: string;
4278
4278
  equals: boolean;
4279
4279
  }>>;
4280
- twitterImageAlt: import("..").WithFieldState<Omit<{
4280
+ twitterImageAlt: import("../index.js").WithFieldState<Omit<{
4281
4281
  kind: "field";
4282
4282
  readonly __fieldTypes?: {
4283
4283
  input: string;
4284
4284
  db: string;
4285
4285
  output: string;
4286
- meta: import("..").StringMeta<"Text">;
4287
- state: import("..").DefaultFieldState;
4286
+ meta: import("../index.js").StringMeta<"Text">;
4287
+ state: import("../index.js").DefaultFieldState;
4288
4288
  } | undefined;
4289
- meta: import("..").StringMeta<"Text">;
4290
- state: import("..").DefaultFieldState;
4289
+ meta: import("../index.js").StringMeta<"Text">;
4290
+ state: import("../index.js").DefaultFieldState;
4291
4291
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
4292
4292
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
4293
4293
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4294
4294
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4295
- getConfig: () => import("..").StringMeta<"Text">;
4295
+ getConfig: () => import("../index.js").StringMeta<"Text">;
4296
4296
  getIsRequired: () => false;
4297
4297
  getIsTranslatable: () => false;
4298
4298
  getVisibility: () => "all";
@@ -4306,19 +4306,19 @@ export declare const SeoSettings: ContentType<{
4306
4306
  input: string;
4307
4307
  db: string;
4308
4308
  output: string;
4309
- meta: import("..").StringMeta<"Text">;
4310
- state: import("..").FieldState;
4309
+ meta: import("../index.js").StringMeta<"Text">;
4310
+ state: import("../index.js").FieldState;
4311
4311
  } | undefined;
4312
- meta: import("..").StringMeta<"Text">;
4313
- state: import("..").FieldState;
4312
+ meta: import("../index.js").StringMeta<"Text">;
4313
+ state: import("../index.js").FieldState;
4314
4314
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
4315
4315
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
4316
4316
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4317
4317
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4318
- getConfig: () => import("..").StringMeta<"Text">;
4318
+ getConfig: () => import("../index.js").StringMeta<"Text">;
4319
4319
  getIsRequired: () => boolean;
4320
4320
  getIsTranslatable: () => boolean;
4321
- getVisibility: () => import("..").Visibility;
4321
+ getVisibility: () => import("../index.js").Visibility;
4322
4322
  getIsDynamic: () => boolean;
4323
4323
  getDescription: () => string | undefined;
4324
4324
  getCondition: () => {
@@ -4358,26 +4358,26 @@ export declare const SeoSettings: ContentType<{
4358
4358
  lte?: number | undefined;
4359
4359
  };
4360
4360
  } | undefined;
4361
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
4361
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
4362
4362
  min: <TThis extends {
4363
4363
  kind: "field";
4364
4364
  readonly __fieldTypes?: {
4365
4365
  input: string;
4366
4366
  db: string;
4367
4367
  output: string;
4368
- meta: import("..").StringMeta<"Text">;
4369
- state: import("..").FieldState;
4368
+ meta: import("../index.js").StringMeta<"Text">;
4369
+ state: import("../index.js").FieldState;
4370
4370
  } | undefined;
4371
- meta: import("..").StringMeta<"Text">;
4372
- state: import("..").FieldState;
4371
+ meta: import("../index.js").StringMeta<"Text">;
4372
+ state: import("../index.js").FieldState;
4373
4373
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
4374
4374
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
4375
4375
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4376
4376
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4377
- getConfig: () => import("..").StringMeta<"Text">;
4377
+ getConfig: () => import("../index.js").StringMeta<"Text">;
4378
4378
  getIsRequired: () => boolean;
4379
4379
  getIsTranslatable: () => boolean;
4380
- getVisibility: () => import("..").Visibility;
4380
+ getVisibility: () => import("../index.js").Visibility;
4381
4381
  getIsDynamic: () => boolean;
4382
4382
  getDescription: () => string | undefined;
4383
4383
  getCondition: () => {
@@ -4417,26 +4417,26 @@ export declare const SeoSettings: ContentType<{
4417
4417
  lte?: number | undefined;
4418
4418
  };
4419
4419
  } | undefined;
4420
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
4420
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
4421
4421
  max: <TThis extends {
4422
4422
  kind: "field";
4423
4423
  readonly __fieldTypes?: {
4424
4424
  input: string;
4425
4425
  db: string;
4426
4426
  output: string;
4427
- meta: import("..").StringMeta<"Text">;
4428
- state: import("..").FieldState;
4427
+ meta: import("../index.js").StringMeta<"Text">;
4428
+ state: import("../index.js").FieldState;
4429
4429
  } | undefined;
4430
- meta: import("..").StringMeta<"Text">;
4431
- state: import("..").FieldState;
4430
+ meta: import("../index.js").StringMeta<"Text">;
4431
+ state: import("../index.js").FieldState;
4432
4432
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
4433
4433
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
4434
4434
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4435
4435
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4436
- getConfig: () => import("..").StringMeta<"Text">;
4436
+ getConfig: () => import("../index.js").StringMeta<"Text">;
4437
4437
  getIsRequired: () => boolean;
4438
4438
  getIsTranslatable: () => boolean;
4439
- getVisibility: () => import("..").Visibility;
4439
+ getVisibility: () => import("../index.js").Visibility;
4440
4440
  getIsDynamic: () => boolean;
4441
4441
  getDescription: () => string | undefined;
4442
4442
  getCondition: () => {
@@ -4476,12 +4476,12 @@ export declare const SeoSettings: ContentType<{
4476
4476
  lte?: number | undefined;
4477
4477
  };
4478
4478
  } | undefined;
4479
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
4480
- }, 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>, {
4479
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
4480
+ }, 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>, {
4481
4481
  field: string;
4482
4482
  equals: boolean;
4483
4483
  }>>;
4484
- }, "Seo", undefined>, "new", import("..").DefaultFieldState>;
4484
+ }, "Seo", undefined>, "new", import("../index.js").DefaultFieldState>;
4485
4485
  }, "SeoSettings", undefined>;
4486
4486
  export type SeoSettings = typeof SeoSettings;
4487
4487
  export type SeoSettingsSchema = DataFront<SeoSettings>;