@rakun-kit/core 1.3.7 → 1.3.9

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 (388) hide show
  1. package/dist/cjs/api/routes/manager/get.js +5 -0
  2. package/dist/cjs/api/routes/manager/get.js.map +1 -1
  3. package/dist/cjs/api/routes/manager/list.js +7 -1
  4. package/dist/cjs/api/routes/manager/list.js.map +1 -1
  5. package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
  6. package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
  7. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
  8. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  9. package/dist/cjs/api/routes/web/page.js +6 -3
  10. package/dist/cjs/api/routes/web/page.js.map +1 -1
  11. package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
  12. package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
  13. package/dist/cjs/lib/fields/File.js +3 -0
  14. package/dist/cjs/lib/fields/File.js.map +1 -1
  15. package/dist/esm/api/context.d.ts +1 -1
  16. package/dist/esm/api/context.js +3 -3
  17. package/dist/esm/api/operations/catalog.d.ts +2 -2
  18. package/dist/esm/api/operations/catalog.js +1 -1
  19. package/dist/esm/api/operations/custom.d.ts +1 -1
  20. package/dist/esm/api/operations/custom.js +1 -1
  21. package/dist/esm/api/operations/index.d.ts +110 -92
  22. package/dist/esm/api/operations/index.d.ts.map +1 -1
  23. package/dist/esm/api/operations/index.js +8 -8
  24. package/dist/esm/api/operations/manager-contract.d.ts +65 -65
  25. package/dist/esm/api/operations/manager-contract.js +5 -5
  26. package/dist/esm/api/operations/manager.d.ts +66 -66
  27. package/dist/esm/api/operations/manager.js +51 -51
  28. package/dist/esm/api/operations/tracing.d.ts +1 -1
  29. package/dist/esm/api/operations/tracing.js +1 -1
  30. package/dist/esm/api/operations/types.d.ts +1 -1
  31. package/dist/esm/api/operations/web-contract.d.ts +37 -19
  32. package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
  33. package/dist/esm/api/operations/web-contract.js +3 -3
  34. package/dist/esm/api/operations/web.d.ts +38 -20
  35. package/dist/esm/api/operations/web.d.ts.map +1 -1
  36. package/dist/esm/api/operations/web.js +9 -9
  37. package/dist/esm/api/proxies/context.d.ts +2 -2
  38. package/dist/esm/api/proxies/index.d.ts +8 -8
  39. package/dist/esm/api/proxies/index.js +1 -1
  40. package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
  41. package/dist/esm/api/routes/manager/apiOperations.js +5 -5
  42. package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
  43. package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
  44. package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
  45. package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
  46. package/dist/esm/api/routes/manager/auth/getSession.d.ts +5 -5
  47. package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
  48. package/dist/esm/api/routes/manager/auth/login.js +4 -4
  49. package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
  50. package/dist/esm/api/routes/manager/auth/logout.js +3 -3
  51. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +6 -6
  52. package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
  53. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
  54. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
  55. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
  56. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
  57. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
  58. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +3 -3
  59. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
  60. package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
  61. package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
  62. package/dist/esm/api/routes/manager/auth/updatePassword.js +3 -3
  63. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
  64. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
  65. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
  66. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +4 -4
  67. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
  68. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
  69. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
  70. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
  71. package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
  72. package/dist/esm/api/routes/manager/backups/create.js +2 -2
  73. package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
  74. package/dist/esm/api/routes/manager/backups/list.js +2 -2
  75. package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
  76. package/dist/esm/api/routes/manager/backups/restore.js +3 -3
  77. package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
  78. package/dist/esm/api/routes/manager/contentTypes.js +1 -1
  79. package/dist/esm/api/routes/manager/create.d.ts +4 -4
  80. package/dist/esm/api/routes/manager/create.js +8 -8
  81. package/dist/esm/api/routes/manager/delete.d.ts +2 -2
  82. package/dist/esm/api/routes/manager/delete.js +8 -8
  83. package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
  84. package/dist/esm/api/routes/manager/duplicate.js +5 -5
  85. package/dist/esm/api/routes/manager/get.d.ts +3 -18
  86. package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
  87. package/dist/esm/api/routes/manager/get.js +11 -6
  88. package/dist/esm/api/routes/manager/get.js.map +1 -1
  89. package/dist/esm/api/routes/manager/languages.d.ts +3 -3
  90. package/dist/esm/api/routes/manager/languages.js +1 -1
  91. package/dist/esm/api/routes/manager/list.d.ts +2 -2
  92. package/dist/esm/api/routes/manager/list.d.ts.map +1 -1
  93. package/dist/esm/api/routes/manager/list.js +14 -8
  94. package/dist/esm/api/routes/manager/list.js.map +1 -1
  95. package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
  96. package/dist/esm/api/routes/manager/literals/list.js +5 -5
  97. package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
  98. package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
  99. package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
  100. package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
  101. package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
  102. package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
  103. package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
  104. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
  105. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts.map +1 -1
  106. package/dist/esm/api/routes/manager/media/finalizeUpload.js +13 -27
  107. package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
  108. package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
  109. package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
  110. package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
  111. package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
  112. package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +2 -2
  113. package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
  114. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts +2 -0
  115. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
  116. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
  117. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  118. package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
  119. package/dist/esm/api/routes/manager/media/uploadBinary.js +6 -6
  120. package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
  121. package/dist/esm/api/routes/manager/migrations/list.js +2 -2
  122. package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
  123. package/dist/esm/api/routes/manager/permissions.js +2 -2
  124. package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
  125. package/dist/esm/api/routes/manager/preview/create.js +13 -13
  126. package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
  127. package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
  128. package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
  129. package/dist/esm/api/routes/manager/setDefaultLanguage.js +4 -4
  130. package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
  131. package/dist/esm/api/routes/manager/translateDocument.js +10 -10
  132. package/dist/esm/api/routes/manager/trash.d.ts +2 -2
  133. package/dist/esm/api/routes/manager/trash.js +6 -6
  134. package/dist/esm/api/routes/manager/update.d.ts +4 -4
  135. package/dist/esm/api/routes/manager/update.js +8 -8
  136. package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
  137. package/dist/esm/api/routes/manager/versions/get.js +2 -2
  138. package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
  139. package/dist/esm/api/routes/manager/versions/list.js +2 -2
  140. package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
  141. package/dist/esm/api/routes/manager/versions/restore.js +4 -4
  142. package/dist/esm/api/routes/web/page.d.ts +4 -4
  143. package/dist/esm/api/routes/web/page.d.ts.map +1 -1
  144. package/dist/esm/api/routes/web/page.js +20 -17
  145. package/dist/esm/api/routes/web/page.js.map +1 -1
  146. package/dist/esm/api/routes/web/previewPage.d.ts +15 -6
  147. package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
  148. package/dist/esm/api/routes/web/previewPage.js +8 -8
  149. package/dist/esm/api/routes/web/robots.d.ts +1 -1
  150. package/dist/esm/api/routes/web/robots.js +2 -2
  151. package/dist/esm/api/routes/web/seo.d.ts +1 -1
  152. package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
  153. package/dist/esm/api/routes/web/sitemap.js +3 -3
  154. package/dist/esm/api/sessionCookie.d.ts +1 -1
  155. package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
  156. package/dist/esm/api/utils/checkFailureCase.js +1 -1
  157. package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
  158. package/dist/esm/api/utils/checkOwnership.js +4 -4
  159. package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
  160. package/dist/esm/api/utils/checkPermissions.js +3 -3
  161. package/dist/esm/api/utils/getLanguages.d.ts +3 -3
  162. package/dist/esm/api/utils/getLanguages.js +2 -2
  163. package/dist/esm/api/utils/getLink.d.ts +2 -2
  164. package/dist/esm/api/utils/getLink.js +4 -4
  165. package/dist/esm/api/utils/getUser.d.ts +5 -5
  166. package/dist/esm/api/utils/getUser.js +4 -4
  167. package/dist/esm/api/utils/index.d.ts +23 -23
  168. package/dist/esm/api/utils/index.js +23 -23
  169. package/dist/esm/api/utils/parseId.d.ts +1 -1
  170. package/dist/esm/api/utils/parseId.js +1 -1
  171. package/dist/esm/api/utils/passwords.js +1 -1
  172. package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
  173. package/dist/esm/api/utils/populates/populateLinks.js +4 -4
  174. package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
  175. package/dist/esm/api/utils/populates/populateRelations.js +9 -6
  176. package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
  177. package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
  178. package/dist/esm/api/utils/requireContentType.d.ts +1 -1
  179. package/dist/esm/api/utils/requireContentType.js +2 -2
  180. package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
  181. package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
  182. package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +5 -5
  183. package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
  184. package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
  185. package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
  186. package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
  187. package/dist/esm/api/utils/routes/updateRoutesMap.js +4 -4
  188. package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
  189. package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
  190. package/dist/esm/api/utils/translate.d.ts +1 -1
  191. package/dist/esm/api/utils/translate.js +3 -3
  192. package/dist/esm/api/utils/validateModule.d.ts +1 -1
  193. package/dist/esm/api/utils/validateModule.js +2 -2
  194. package/dist/esm/bootstrapState.d.ts +9 -9
  195. package/dist/esm/client.d.ts +42 -42
  196. package/dist/esm/client.js +26 -26
  197. package/dist/esm/contracts.d.ts +38 -38
  198. package/dist/esm/contracts.js +38 -38
  199. package/dist/esm/index.d.ts +37 -37
  200. package/dist/esm/index.js +34 -34
  201. package/dist/esm/internal-content-types/Backup.d.ts +57 -57
  202. package/dist/esm/internal-content-types/Backup.js +2 -2
  203. package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
  204. package/dist/esm/internal-content-types/BackupDocument.js +2 -2
  205. package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
  206. package/dist/esm/internal-content-types/ContentVersion.js +2 -2
  207. package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
  208. package/dist/esm/internal-content-types/HelloWorld.js +2 -2
  209. package/dist/esm/internal-content-types/Language.d.ts +39 -39
  210. package/dist/esm/internal-content-types/Language.js +2 -2
  211. package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
  212. package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
  213. package/dist/esm/internal-content-types/ManagerRole.d.ts +31 -31
  214. package/dist/esm/internal-content-types/ManagerRole.js +3 -3
  215. package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
  216. package/dist/esm/internal-content-types/ManagerUser.js +3 -3
  217. package/dist/esm/internal-content-types/Media.d.ts +261 -261
  218. package/dist/esm/internal-content-types/Media.js +3 -3
  219. package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
  220. package/dist/esm/internal-content-types/MediaFolder.js +2 -2
  221. package/dist/esm/internal-content-types/MfaChallenge.d.ts +532 -532
  222. package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
  223. package/dist/esm/internal-content-types/Migration.d.ts +133 -133
  224. package/dist/esm/internal-content-types/Migration.js +2 -2
  225. package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
  226. package/dist/esm/internal-content-types/MigrationLock.js +2 -2
  227. package/dist/esm/internal-content-types/Page.d.ts +1486 -1267
  228. package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
  229. package/dist/esm/internal-content-types/Page.js +4 -4
  230. package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
  231. package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
  232. package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
  233. package/dist/esm/internal-content-types/Redirect.js +2 -2
  234. package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
  235. package/dist/esm/internal-content-types/RobotsRule.js +2 -2
  236. package/dist/esm/internal-content-types/Route.d.ts +151 -151
  237. package/dist/esm/internal-content-types/Route.js +2 -2
  238. package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
  239. package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
  240. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
  241. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
  242. package/dist/esm/internal-content-types/RouteMap.d.ts +143 -143
  243. package/dist/esm/internal-content-types/RouteMap.js +2 -2
  244. package/dist/esm/internal-content-types/RouteSettings.d.ts +1517 -1298
  245. package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
  246. package/dist/esm/internal-content-types/RouteSettings.js +3 -3
  247. package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
  248. package/dist/esm/internal-content-types/SchemaState.js +2 -2
  249. package/dist/esm/internal-content-types/Seo.d.ts +508 -430
  250. package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
  251. package/dist/esm/internal-content-types/Seo.js +2 -2
  252. package/dist/esm/internal-content-types/SeoSettings.d.ts +569 -491
  253. package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
  254. package/dist/esm/internal-content-types/SeoSettings.js +3 -3
  255. package/dist/esm/internal-content-types/Session.d.ts +495 -495
  256. package/dist/esm/internal-content-types/Session.js +3 -3
  257. package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
  258. package/dist/esm/internal-content-types/UserMfa.js +3 -3
  259. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
  260. package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
  261. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
  262. package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
  263. package/dist/esm/internal-content-types/index.d.ts +29 -29
  264. package/dist/esm/internal-content-types/index.js +29 -29
  265. package/dist/esm/lib/ContentType.d.ts +2 -2
  266. package/dist/esm/lib/ContentType.js +1 -1
  267. package/dist/esm/lib/Permissions.d.ts +1 -1
  268. package/dist/esm/lib/Registry.d.ts +4 -4
  269. package/dist/esm/lib/Registry.js +1 -1
  270. package/dist/esm/lib/errors/AppError.d.ts +1 -1
  271. package/dist/esm/lib/errors/AppError.js +1 -1
  272. package/dist/esm/lib/errors/index.d.ts +4 -4
  273. package/dist/esm/lib/errors/index.js +3 -3
  274. package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
  275. package/dist/esm/lib/errors/throwAppError.js +3 -3
  276. package/dist/esm/lib/fields/Boolean.d.ts +1 -1
  277. package/dist/esm/lib/fields/Boolean.js +1 -1
  278. package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
  279. package/dist/esm/lib/fields/ContentReference.js +2 -2
  280. package/dist/esm/lib/fields/Date.d.ts +1 -1
  281. package/dist/esm/lib/fields/Date.js +1 -1
  282. package/dist/esm/lib/fields/Field.d.ts +12 -12
  283. package/dist/esm/lib/fields/Fields.d.ts +13 -13
  284. package/dist/esm/lib/fields/Fields.js +13 -13
  285. package/dist/esm/lib/fields/File.d.ts +7 -1
  286. package/dist/esm/lib/fields/File.d.ts.map +1 -1
  287. package/dist/esm/lib/fields/File.js +5 -2
  288. package/dist/esm/lib/fields/File.js.map +1 -1
  289. package/dist/esm/lib/fields/Iterator.d.ts +2 -2
  290. package/dist/esm/lib/fields/Iterator.js +3 -3
  291. package/dist/esm/lib/fields/Link.d.ts +1 -1
  292. package/dist/esm/lib/fields/Link.js +2 -2
  293. package/dist/esm/lib/fields/List.d.ts +1 -1
  294. package/dist/esm/lib/fields/List.js +1 -1
  295. package/dist/esm/lib/fields/Number.d.ts +1 -1
  296. package/dist/esm/lib/fields/Number.js +1 -1
  297. package/dist/esm/lib/fields/Relation.d.ts +3 -3
  298. package/dist/esm/lib/fields/Relation.js +3 -3
  299. package/dist/esm/lib/fields/Select.d.ts +1 -1
  300. package/dist/esm/lib/fields/Select.js +1 -1
  301. package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
  302. package/dist/esm/lib/fields/SelfRelation.js +2 -2
  303. package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
  304. package/dist/esm/lib/fields/SimpleList.js +1 -1
  305. package/dist/esm/lib/fields/String.d.ts +1 -1
  306. package/dist/esm/lib/fields/String.js +3 -3
  307. package/dist/esm/lib/fields/index.d.ts +15 -15
  308. package/dist/esm/lib/fields/index.js +15 -15
  309. package/dist/esm/lib/types/index.d.ts +2 -2
  310. package/dist/esm/lib/utils/getListField.d.ts +1 -1
  311. package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
  312. package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
  313. package/dist/esm/lib/utils/getTranslation.js +1 -1
  314. package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
  315. package/dist/esm/lib/utils/translateObject.d.ts +2 -2
  316. package/dist/esm/lib/utils/translateObject.js +3 -3
  317. package/dist/esm/literals/definitions.d.ts +1 -1
  318. package/dist/esm/literals/definitions.js +1 -1
  319. package/dist/esm/literals/index.d.ts +3 -3
  320. package/dist/esm/literals/index.js +3 -3
  321. package/dist/esm/literals/manager.d.ts +1 -1
  322. package/dist/esm/literals/manager.js +1 -1
  323. package/dist/esm/manager.d.ts +264 -264
  324. package/dist/esm/manager.js +2 -2
  325. package/dist/esm/media/imageOptimization.d.ts +1 -1
  326. package/dist/esm/media/imageOptimization.js +2 -2
  327. package/dist/esm/media/index.d.ts +4 -4
  328. package/dist/esm/media/index.js +3 -3
  329. package/dist/esm/media/mediaService.d.ts +1 -1
  330. package/dist/esm/orm/backups.js +5 -5
  331. package/dist/esm/orm/createIndexes.js +2 -2
  332. package/dist/esm/orm/database.js +3 -3
  333. package/dist/esm/orm/dbService.d.ts +6 -6
  334. package/dist/esm/orm/index.d.ts +2 -2
  335. package/dist/esm/orm/index.js +16 -16
  336. package/dist/esm/orm/migrations.d.ts +1 -1
  337. package/dist/esm/orm/migrations.js +4 -4
  338. package/dist/esm/orm/mongodbPeer.js +1 -1
  339. package/dist/esm/orm/operations/clear.d.ts +1 -1
  340. package/dist/esm/orm/operations/clear.js +1 -1
  341. package/dist/esm/orm/operations/create.d.ts +3 -3
  342. package/dist/esm/orm/operations/create.js +5 -5
  343. package/dist/esm/orm/operations/delete.d.ts +3 -3
  344. package/dist/esm/orm/operations/delete.js +3 -3
  345. package/dist/esm/orm/operations/find.d.ts +2 -2
  346. package/dist/esm/orm/operations/find.js +3 -3
  347. package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
  348. package/dist/esm/orm/operations/findDependencies.js +4 -4
  349. package/dist/esm/orm/operations/get.d.ts +3 -3
  350. package/dist/esm/orm/operations/get.js +3 -3
  351. package/dist/esm/orm/operations/getAll.d.ts +2 -2
  352. package/dist/esm/orm/operations/getAll.js +2 -2
  353. package/dist/esm/orm/operations/list.d.ts +2 -2
  354. package/dist/esm/orm/operations/list.js +3 -3
  355. package/dist/esm/orm/operations/update.d.ts +4 -4
  356. package/dist/esm/orm/operations/update.js +6 -6
  357. package/dist/esm/orm/operations/updateMany.d.ts +3 -3
  358. package/dist/esm/orm/operations/updateMany.js +3 -3
  359. package/dist/esm/orm/operations/upsert.d.ts +3 -3
  360. package/dist/esm/orm/operations/upsert.js +4 -4
  361. package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
  362. package/dist/esm/orm/utils/parseId.d.ts +1 -1
  363. package/dist/esm/orm/utils/parseId.js +1 -1
  364. package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
  365. package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
  366. package/dist/esm/orm/versions.d.ts +1 -1
  367. package/dist/esm/orm/versions.js +7 -7
  368. package/dist/esm/schemas/manager/literals/upsert.js +1 -1
  369. package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
  370. package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
  371. package/dist/esm/schemas/manager/media/listFolders.js +1 -1
  372. package/dist/esm/schemas/web/page.d.ts +100 -28
  373. package/dist/esm/schemas/web/page.d.ts.map +1 -1
  374. package/dist/esm/schemas/web/page.js +1 -1
  375. package/dist/esm/schemas/web/previewPage.d.ts +56 -20
  376. package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
  377. package/dist/esm/schemas/web/previewPage.js +1 -1
  378. package/dist/esm/translation/document.d.ts +3 -3
  379. package/dist/esm/translation/index.d.ts +4 -4
  380. package/dist/esm/translation/index.js +3 -3
  381. package/dist/esm/translation/translationService.d.ts +1 -1
  382. package/dist/esm/web/client.d.ts +1 -1
  383. package/dist/esm/web/client.js +1 -1
  384. package/dist/esm/web/index.d.ts +2 -2
  385. package/dist/esm/web/index.js +2 -2
  386. package/dist/esm/web/page.d.ts +1 -1
  387. package/dist/tsconfig.build.tsbuildinfo +1 -1
  388. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
- import ContentType from "../lib/ContentType";
2
- import type { DataFront, DBOutput } from "../lib/types";
1
+ import ContentType from "../lib/ContentType.js";
2
+ import type { DataFront, DBOutput } from "../lib/types/index.js";
3
3
  export declare const Seo: ContentType<{
4
- title: import("..").WithFieldState<{
4
+ title: import("../index.js").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
7
  input: string;
8
8
  db: string;
9
9
  output: string;
10
- meta: import("..").StringMeta<"Text">;
11
- state: import("..").DefaultFieldState;
10
+ meta: import("../index.js").StringMeta<"Text">;
11
+ state: import("../index.js").DefaultFieldState;
12
12
  } | undefined;
13
- meta: import("..").StringMeta<"Text">;
14
- state: import("..").DefaultFieldState;
13
+ meta: import("../index.js").StringMeta<"Text">;
14
+ state: import("../index.js").DefaultFieldState;
15
15
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
16
16
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
17
17
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
18
18
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
19
- getConfig: () => import("..").StringMeta<"Text">;
19
+ getConfig: () => import("../index.js").StringMeta<"Text">;
20
20
  getIsRequired: () => false;
21
21
  getIsTranslatable: () => false;
22
22
  getVisibility: () => "all";
@@ -28,19 +28,19 @@ export declare const Seo: ContentType<{
28
28
  input: string;
29
29
  db: string;
30
30
  output: string;
31
- meta: import("..").StringMeta<"Text">;
32
- state: import("..").FieldState;
31
+ meta: import("../index.js").StringMeta<"Text">;
32
+ state: import("../index.js").FieldState;
33
33
  } | undefined;
34
- meta: import("..").StringMeta<"Text">;
35
- state: import("..").FieldState;
34
+ meta: import("../index.js").StringMeta<"Text">;
35
+ state: import("../index.js").FieldState;
36
36
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
37
37
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
38
38
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
39
39
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
40
- getConfig: () => import("..").StringMeta<"Text">;
40
+ getConfig: () => import("../index.js").StringMeta<"Text">;
41
41
  getIsRequired: () => boolean;
42
42
  getIsTranslatable: () => boolean;
43
- getVisibility: () => import("..").Visibility;
43
+ getVisibility: () => import("../index.js").Visibility;
44
44
  getCondition: () => {
45
45
  field: string;
46
46
  equals: unknown;
@@ -78,26 +78,26 @@ export declare const Seo: ContentType<{
78
78
  lte?: number | undefined;
79
79
  };
80
80
  } | undefined;
81
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
81
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
82
82
  min: <TThis extends {
83
83
  kind: "field";
84
84
  readonly __fieldTypes?: {
85
85
  input: string;
86
86
  db: string;
87
87
  output: string;
88
- meta: import("..").StringMeta<"Text">;
89
- state: import("..").FieldState;
88
+ meta: import("../index.js").StringMeta<"Text">;
89
+ state: import("../index.js").FieldState;
90
90
  } | undefined;
91
- meta: import("..").StringMeta<"Text">;
92
- state: import("..").FieldState;
91
+ meta: import("../index.js").StringMeta<"Text">;
92
+ state: import("../index.js").FieldState;
93
93
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
94
94
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
95
95
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
96
96
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
97
- getConfig: () => import("..").StringMeta<"Text">;
97
+ getConfig: () => import("../index.js").StringMeta<"Text">;
98
98
  getIsRequired: () => boolean;
99
99
  getIsTranslatable: () => boolean;
100
- getVisibility: () => import("..").Visibility;
100
+ getVisibility: () => import("../index.js").Visibility;
101
101
  getCondition: () => {
102
102
  field: string;
103
103
  equals: unknown;
@@ -135,26 +135,26 @@ export declare const Seo: ContentType<{
135
135
  lte?: number | undefined;
136
136
  };
137
137
  } | undefined;
138
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
138
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
139
139
  max: <TThis extends {
140
140
  kind: "field";
141
141
  readonly __fieldTypes?: {
142
142
  input: string;
143
143
  db: string;
144
144
  output: string;
145
- meta: import("..").StringMeta<"Text">;
146
- state: import("..").FieldState;
145
+ meta: import("../index.js").StringMeta<"Text">;
146
+ state: import("../index.js").FieldState;
147
147
  } | undefined;
148
- meta: import("..").StringMeta<"Text">;
149
- state: import("..").FieldState;
148
+ meta: import("../index.js").StringMeta<"Text">;
149
+ state: import("../index.js").FieldState;
150
150
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
151
151
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
152
152
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
153
153
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
154
- getConfig: () => import("..").StringMeta<"Text">;
154
+ getConfig: () => import("../index.js").StringMeta<"Text">;
155
155
  getIsRequired: () => boolean;
156
156
  getIsTranslatable: () => boolean;
157
- getVisibility: () => import("..").Visibility;
157
+ getVisibility: () => import("../index.js").Visibility;
158
158
  getCondition: () => {
159
159
  field: string;
160
160
  equals: unknown;
@@ -192,24 +192,24 @@ export declare const Seo: ContentType<{
192
192
  lte?: number | undefined;
193
193
  };
194
194
  } | undefined;
195
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
196
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
197
- description: import("..").WithFieldState<{
195
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
196
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
197
+ description: import("../index.js").WithFieldState<{
198
198
  kind: "field";
199
199
  readonly __fieldTypes?: {
200
200
  input: string;
201
201
  db: string;
202
202
  output: string;
203
- meta: import("..").StringMeta<"Textarea">;
204
- state: import("..").DefaultFieldState;
203
+ meta: import("../index.js").StringMeta<"Textarea">;
204
+ state: import("../index.js").DefaultFieldState;
205
205
  } | undefined;
206
- meta: import("..").StringMeta<"Textarea">;
207
- state: import("..").DefaultFieldState;
206
+ meta: import("../index.js").StringMeta<"Textarea">;
207
+ state: import("../index.js").DefaultFieldState;
208
208
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
209
209
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
210
210
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
211
211
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
212
- getConfig: () => import("..").StringMeta<"Textarea">;
212
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
213
213
  getIsRequired: () => false;
214
214
  getIsTranslatable: () => false;
215
215
  getVisibility: () => "all";
@@ -221,19 +221,19 @@ export declare const Seo: ContentType<{
221
221
  input: string;
222
222
  db: string;
223
223
  output: string;
224
- meta: import("..").StringMeta<"Textarea">;
225
- state: import("..").FieldState;
224
+ meta: import("../index.js").StringMeta<"Textarea">;
225
+ state: import("../index.js").FieldState;
226
226
  } | undefined;
227
- meta: import("..").StringMeta<"Textarea">;
228
- state: import("..").FieldState;
227
+ meta: import("../index.js").StringMeta<"Textarea">;
228
+ state: import("../index.js").FieldState;
229
229
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
230
230
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
231
231
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
232
232
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
233
- getConfig: () => import("..").StringMeta<"Textarea">;
233
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
234
234
  getIsRequired: () => boolean;
235
235
  getIsTranslatable: () => boolean;
236
- getVisibility: () => import("..").Visibility;
236
+ getVisibility: () => import("../index.js").Visibility;
237
237
  getCondition: () => {
238
238
  field: string;
239
239
  equals: unknown;
@@ -271,26 +271,26 @@ export declare const Seo: ContentType<{
271
271
  lte?: number | undefined;
272
272
  };
273
273
  } | undefined;
274
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
274
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
275
275
  min: <TThis extends {
276
276
  kind: "field";
277
277
  readonly __fieldTypes?: {
278
278
  input: string;
279
279
  db: string;
280
280
  output: string;
281
- meta: import("..").StringMeta<"Textarea">;
282
- state: import("..").FieldState;
281
+ meta: import("../index.js").StringMeta<"Textarea">;
282
+ state: import("../index.js").FieldState;
283
283
  } | undefined;
284
- meta: import("..").StringMeta<"Textarea">;
285
- state: import("..").FieldState;
284
+ meta: import("../index.js").StringMeta<"Textarea">;
285
+ state: import("../index.js").FieldState;
286
286
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
287
287
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
288
288
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
289
289
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
290
- getConfig: () => import("..").StringMeta<"Textarea">;
290
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
291
291
  getIsRequired: () => boolean;
292
292
  getIsTranslatable: () => boolean;
293
- getVisibility: () => import("..").Visibility;
293
+ getVisibility: () => import("../index.js").Visibility;
294
294
  getCondition: () => {
295
295
  field: string;
296
296
  equals: unknown;
@@ -328,26 +328,26 @@ export declare const Seo: ContentType<{
328
328
  lte?: number | undefined;
329
329
  };
330
330
  } | undefined;
331
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
331
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
332
332
  max: <TThis extends {
333
333
  kind: "field";
334
334
  readonly __fieldTypes?: {
335
335
  input: string;
336
336
  db: string;
337
337
  output: string;
338
- meta: import("..").StringMeta<"Textarea">;
339
- state: import("..").FieldState;
338
+ meta: import("../index.js").StringMeta<"Textarea">;
339
+ state: import("../index.js").FieldState;
340
340
  } | undefined;
341
- meta: import("..").StringMeta<"Textarea">;
342
- state: import("..").FieldState;
341
+ meta: import("../index.js").StringMeta<"Textarea">;
342
+ state: import("../index.js").FieldState;
343
343
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
344
344
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
345
345
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
346
346
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
347
- getConfig: () => import("..").StringMeta<"Textarea">;
347
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
348
348
  getIsRequired: () => boolean;
349
349
  getIsTranslatable: () => boolean;
350
- getVisibility: () => import("..").Visibility;
350
+ getVisibility: () => import("../index.js").Visibility;
351
351
  getCondition: () => {
352
352
  field: string;
353
353
  equals: unknown;
@@ -385,24 +385,24 @@ export declare const Seo: ContentType<{
385
385
  lte?: number | undefined;
386
386
  };
387
387
  } | undefined;
388
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
389
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
390
- canonicalUrl: import("..").WithFieldState<{
388
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
389
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
390
+ canonicalUrl: import("../index.js").WithFieldState<{
391
391
  kind: "field";
392
392
  readonly __fieldTypes?: {
393
393
  input: string;
394
394
  db: string;
395
395
  output: string;
396
- meta: import("..").StringMeta<"Url">;
397
- state: import("..").DefaultFieldState;
396
+ meta: import("../index.js").StringMeta<"Url">;
397
+ state: import("../index.js").DefaultFieldState;
398
398
  } | undefined;
399
- meta: import("..").StringMeta<"Url">;
400
- state: import("..").DefaultFieldState;
399
+ meta: import("../index.js").StringMeta<"Url">;
400
+ state: import("../index.js").DefaultFieldState;
401
401
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
402
402
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
403
403
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
404
404
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
405
- getConfig: () => import("..").StringMeta<"Url">;
405
+ getConfig: () => import("../index.js").StringMeta<"Url">;
406
406
  getIsRequired: () => false;
407
407
  getIsTranslatable: () => false;
408
408
  getVisibility: () => "all";
@@ -414,19 +414,19 @@ export declare const Seo: ContentType<{
414
414
  input: string;
415
415
  db: string;
416
416
  output: string;
417
- meta: import("..").StringMeta<"Url">;
418
- state: import("..").FieldState;
417
+ meta: import("../index.js").StringMeta<"Url">;
418
+ state: import("../index.js").FieldState;
419
419
  } | undefined;
420
- meta: import("..").StringMeta<"Url">;
421
- state: import("..").FieldState;
420
+ meta: import("../index.js").StringMeta<"Url">;
421
+ state: import("../index.js").FieldState;
422
422
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
423
423
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
424
424
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
425
425
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
426
- getConfig: () => import("..").StringMeta<"Url">;
426
+ getConfig: () => import("../index.js").StringMeta<"Url">;
427
427
  getIsRequired: () => boolean;
428
428
  getIsTranslatable: () => boolean;
429
- getVisibility: () => import("..").Visibility;
429
+ getVisibility: () => import("../index.js").Visibility;
430
430
  getCondition: () => {
431
431
  field: string;
432
432
  equals: unknown;
@@ -464,26 +464,26 @@ export declare const Seo: ContentType<{
464
464
  lte?: number | undefined;
465
465
  };
466
466
  } | undefined;
467
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
467
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
468
468
  min: <TThis extends {
469
469
  kind: "field";
470
470
  readonly __fieldTypes?: {
471
471
  input: string;
472
472
  db: string;
473
473
  output: string;
474
- meta: import("..").StringMeta<"Url">;
475
- state: import("..").FieldState;
474
+ meta: import("../index.js").StringMeta<"Url">;
475
+ state: import("../index.js").FieldState;
476
476
  } | undefined;
477
- meta: import("..").StringMeta<"Url">;
478
- state: import("..").FieldState;
477
+ meta: import("../index.js").StringMeta<"Url">;
478
+ state: import("../index.js").FieldState;
479
479
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
480
480
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
481
481
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
482
482
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
483
- getConfig: () => import("..").StringMeta<"Url">;
483
+ getConfig: () => import("../index.js").StringMeta<"Url">;
484
484
  getIsRequired: () => boolean;
485
485
  getIsTranslatable: () => boolean;
486
- getVisibility: () => import("..").Visibility;
486
+ getVisibility: () => import("../index.js").Visibility;
487
487
  getCondition: () => {
488
488
  field: string;
489
489
  equals: unknown;
@@ -521,26 +521,26 @@ export declare const Seo: ContentType<{
521
521
  lte?: number | undefined;
522
522
  };
523
523
  } | undefined;
524
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
524
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
525
525
  max: <TThis extends {
526
526
  kind: "field";
527
527
  readonly __fieldTypes?: {
528
528
  input: string;
529
529
  db: string;
530
530
  output: string;
531
- meta: import("..").StringMeta<"Url">;
532
- state: import("..").FieldState;
531
+ meta: import("../index.js").StringMeta<"Url">;
532
+ state: import("../index.js").FieldState;
533
533
  } | undefined;
534
- meta: import("..").StringMeta<"Url">;
535
- state: import("..").FieldState;
534
+ meta: import("../index.js").StringMeta<"Url">;
535
+ state: import("../index.js").FieldState;
536
536
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
537
537
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
538
538
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
539
539
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
540
- getConfig: () => import("..").StringMeta<"Url">;
540
+ getConfig: () => import("../index.js").StringMeta<"Url">;
541
541
  getIsRequired: () => boolean;
542
542
  getIsTranslatable: () => boolean;
543
- getVisibility: () => import("..").Visibility;
543
+ getVisibility: () => import("../index.js").Visibility;
544
544
  getCondition: () => {
545
545
  field: string;
546
546
  equals: unknown;
@@ -578,25 +578,25 @@ export declare const Seo: ContentType<{
578
578
  lte?: number | undefined;
579
579
  };
580
580
  } | undefined;
581
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
582
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
583
- image: import("..").FileField<"Image", false, import("..").DefaultFieldState>;
584
- imageAlt: import("..").WithFieldState<{
581
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
582
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
583
+ image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
584
+ imageAlt: import("../index.js").WithFieldState<{
585
585
  kind: "field";
586
586
  readonly __fieldTypes?: {
587
587
  input: string;
588
588
  db: string;
589
589
  output: string;
590
- meta: import("..").StringMeta<"Text">;
591
- state: import("..").DefaultFieldState;
590
+ meta: import("../index.js").StringMeta<"Text">;
591
+ state: import("../index.js").DefaultFieldState;
592
592
  } | undefined;
593
- meta: import("..").StringMeta<"Text">;
594
- state: import("..").DefaultFieldState;
593
+ meta: import("../index.js").StringMeta<"Text">;
594
+ state: import("../index.js").DefaultFieldState;
595
595
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
596
596
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
597
597
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
598
598
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
599
- getConfig: () => import("..").StringMeta<"Text">;
599
+ getConfig: () => import("../index.js").StringMeta<"Text">;
600
600
  getIsRequired: () => false;
601
601
  getIsTranslatable: () => false;
602
602
  getVisibility: () => "all";
@@ -608,19 +608,19 @@ export declare const Seo: ContentType<{
608
608
  input: string;
609
609
  db: string;
610
610
  output: string;
611
- meta: import("..").StringMeta<"Text">;
612
- state: import("..").FieldState;
611
+ meta: import("../index.js").StringMeta<"Text">;
612
+ state: import("../index.js").FieldState;
613
613
  } | undefined;
614
- meta: import("..").StringMeta<"Text">;
615
- state: import("..").FieldState;
614
+ meta: import("../index.js").StringMeta<"Text">;
615
+ state: import("../index.js").FieldState;
616
616
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
617
617
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
618
618
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
619
619
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
620
- getConfig: () => import("..").StringMeta<"Text">;
620
+ getConfig: () => import("../index.js").StringMeta<"Text">;
621
621
  getIsRequired: () => boolean;
622
622
  getIsTranslatable: () => boolean;
623
- getVisibility: () => import("..").Visibility;
623
+ getVisibility: () => import("../index.js").Visibility;
624
624
  getCondition: () => {
625
625
  field: string;
626
626
  equals: unknown;
@@ -658,26 +658,26 @@ export declare const Seo: ContentType<{
658
658
  lte?: number | undefined;
659
659
  };
660
660
  } | undefined;
661
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
661
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
662
662
  min: <TThis extends {
663
663
  kind: "field";
664
664
  readonly __fieldTypes?: {
665
665
  input: string;
666
666
  db: string;
667
667
  output: string;
668
- meta: import("..").StringMeta<"Text">;
669
- state: import("..").FieldState;
668
+ meta: import("../index.js").StringMeta<"Text">;
669
+ state: import("../index.js").FieldState;
670
670
  } | undefined;
671
- meta: import("..").StringMeta<"Text">;
672
- state: import("..").FieldState;
671
+ meta: import("../index.js").StringMeta<"Text">;
672
+ state: import("../index.js").FieldState;
673
673
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
674
674
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
675
675
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
676
676
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
677
- getConfig: () => import("..").StringMeta<"Text">;
677
+ getConfig: () => import("../index.js").StringMeta<"Text">;
678
678
  getIsRequired: () => boolean;
679
679
  getIsTranslatable: () => boolean;
680
- getVisibility: () => import("..").Visibility;
680
+ getVisibility: () => import("../index.js").Visibility;
681
681
  getCondition: () => {
682
682
  field: string;
683
683
  equals: unknown;
@@ -715,26 +715,26 @@ export declare const Seo: ContentType<{
715
715
  lte?: number | undefined;
716
716
  };
717
717
  } | undefined;
718
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
718
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
719
719
  max: <TThis extends {
720
720
  kind: "field";
721
721
  readonly __fieldTypes?: {
722
722
  input: string;
723
723
  db: string;
724
724
  output: string;
725
- meta: import("..").StringMeta<"Text">;
726
- state: import("..").FieldState;
725
+ meta: import("../index.js").StringMeta<"Text">;
726
+ state: import("../index.js").FieldState;
727
727
  } | undefined;
728
- meta: import("..").StringMeta<"Text">;
729
- state: import("..").FieldState;
728
+ meta: import("../index.js").StringMeta<"Text">;
729
+ state: import("../index.js").FieldState;
730
730
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
731
731
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
732
732
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
733
733
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
734
- getConfig: () => import("..").StringMeta<"Text">;
734
+ getConfig: () => import("../index.js").StringMeta<"Text">;
735
735
  getIsRequired: () => boolean;
736
736
  getIsTranslatable: () => boolean;
737
- getVisibility: () => import("..").Visibility;
737
+ getVisibility: () => import("../index.js").Visibility;
738
738
  getCondition: () => {
739
739
  field: string;
740
740
  equals: unknown;
@@ -772,26 +772,26 @@ export declare const Seo: ContentType<{
772
772
  lte?: number | undefined;
773
773
  };
774
774
  } | undefined;
775
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
776
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
777
- noIndex: import("..").BooleanField<import("..").DefaultFieldState>;
778
- customOpenGraph: import("..").BooleanField<import("..").DefaultFieldState>;
779
- openGraphTitle: import("..").WithFieldState<Omit<{
775
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
776
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
777
+ noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
778
+ customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
779
+ openGraphTitle: import("../index.js").WithFieldState<Omit<{
780
780
  kind: "field";
781
781
  readonly __fieldTypes?: {
782
782
  input: string;
783
783
  db: string;
784
784
  output: string;
785
- meta: import("..").StringMeta<"Text">;
786
- state: import("..").DefaultFieldState;
785
+ meta: import("../index.js").StringMeta<"Text">;
786
+ state: import("../index.js").DefaultFieldState;
787
787
  } | undefined;
788
- meta: import("..").StringMeta<"Text">;
789
- state: import("..").DefaultFieldState;
788
+ meta: import("../index.js").StringMeta<"Text">;
789
+ state: import("../index.js").DefaultFieldState;
790
790
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
791
791
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
792
792
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
793
793
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
794
- getConfig: () => import("..").StringMeta<"Text">;
794
+ getConfig: () => import("../index.js").StringMeta<"Text">;
795
795
  getIsRequired: () => false;
796
796
  getIsTranslatable: () => false;
797
797
  getVisibility: () => "all";
@@ -803,19 +803,19 @@ export declare const Seo: ContentType<{
803
803
  input: string;
804
804
  db: string;
805
805
  output: string;
806
- meta: import("..").StringMeta<"Text">;
807
- state: import("..").FieldState;
806
+ meta: import("../index.js").StringMeta<"Text">;
807
+ state: import("../index.js").FieldState;
808
808
  } | undefined;
809
- meta: import("..").StringMeta<"Text">;
810
- state: import("..").FieldState;
809
+ meta: import("../index.js").StringMeta<"Text">;
810
+ state: import("../index.js").FieldState;
811
811
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
812
812
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
813
813
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
814
814
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
815
- getConfig: () => import("..").StringMeta<"Text">;
815
+ getConfig: () => import("../index.js").StringMeta<"Text">;
816
816
  getIsRequired: () => boolean;
817
817
  getIsTranslatable: () => boolean;
818
- getVisibility: () => import("..").Visibility;
818
+ getVisibility: () => import("../index.js").Visibility;
819
819
  getCondition: () => {
820
820
  field: string;
821
821
  equals: unknown;
@@ -853,26 +853,26 @@ export declare const Seo: ContentType<{
853
853
  lte?: number | undefined;
854
854
  };
855
855
  } | undefined;
856
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
856
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
857
857
  min: <TThis extends {
858
858
  kind: "field";
859
859
  readonly __fieldTypes?: {
860
860
  input: string;
861
861
  db: string;
862
862
  output: string;
863
- meta: import("..").StringMeta<"Text">;
864
- state: import("..").FieldState;
863
+ meta: import("../index.js").StringMeta<"Text">;
864
+ state: import("../index.js").FieldState;
865
865
  } | undefined;
866
- meta: import("..").StringMeta<"Text">;
867
- state: import("..").FieldState;
866
+ meta: import("../index.js").StringMeta<"Text">;
867
+ state: import("../index.js").FieldState;
868
868
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
869
869
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
870
870
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
871
871
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
872
- getConfig: () => import("..").StringMeta<"Text">;
872
+ getConfig: () => import("../index.js").StringMeta<"Text">;
873
873
  getIsRequired: () => boolean;
874
874
  getIsTranslatable: () => boolean;
875
- getVisibility: () => import("..").Visibility;
875
+ getVisibility: () => import("../index.js").Visibility;
876
876
  getCondition: () => {
877
877
  field: string;
878
878
  equals: unknown;
@@ -910,26 +910,26 @@ export declare const Seo: ContentType<{
910
910
  lte?: number | undefined;
911
911
  };
912
912
  } | undefined;
913
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
913
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
914
914
  max: <TThis extends {
915
915
  kind: "field";
916
916
  readonly __fieldTypes?: {
917
917
  input: string;
918
918
  db: string;
919
919
  output: string;
920
- meta: import("..").StringMeta<"Text">;
921
- state: import("..").FieldState;
920
+ meta: import("../index.js").StringMeta<"Text">;
921
+ state: import("../index.js").FieldState;
922
922
  } | undefined;
923
- meta: import("..").StringMeta<"Text">;
924
- state: import("..").FieldState;
923
+ meta: import("../index.js").StringMeta<"Text">;
924
+ state: import("../index.js").FieldState;
925
925
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
926
926
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
927
927
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
928
928
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
929
- getConfig: () => import("..").StringMeta<"Text">;
929
+ getConfig: () => import("../index.js").StringMeta<"Text">;
930
930
  getIsRequired: () => boolean;
931
931
  getIsTranslatable: () => boolean;
932
- getVisibility: () => import("..").Visibility;
932
+ getVisibility: () => import("../index.js").Visibility;
933
933
  getCondition: () => {
934
934
  field: string;
935
935
  equals: unknown;
@@ -967,27 +967,27 @@ export declare const Seo: ContentType<{
967
967
  lte?: number | undefined;
968
968
  };
969
969
  } | undefined;
970
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
971
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
970
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
971
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
972
972
  field: string;
973
973
  equals: boolean;
974
974
  }>>;
975
- openGraphDescription: import("..").WithFieldState<Omit<{
975
+ openGraphDescription: import("../index.js").WithFieldState<Omit<{
976
976
  kind: "field";
977
977
  readonly __fieldTypes?: {
978
978
  input: string;
979
979
  db: string;
980
980
  output: string;
981
- meta: import("..").StringMeta<"Textarea">;
982
- state: import("..").DefaultFieldState;
981
+ meta: import("../index.js").StringMeta<"Textarea">;
982
+ state: import("../index.js").DefaultFieldState;
983
983
  } | undefined;
984
- meta: import("..").StringMeta<"Textarea">;
985
- state: import("..").DefaultFieldState;
984
+ meta: import("../index.js").StringMeta<"Textarea">;
985
+ state: import("../index.js").DefaultFieldState;
986
986
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
987
987
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
988
988
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
989
989
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
990
- getConfig: () => import("..").StringMeta<"Textarea">;
990
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
991
991
  getIsRequired: () => false;
992
992
  getIsTranslatable: () => false;
993
993
  getVisibility: () => "all";
@@ -999,19 +999,19 @@ export declare const Seo: ContentType<{
999
999
  input: string;
1000
1000
  db: string;
1001
1001
  output: string;
1002
- meta: import("..").StringMeta<"Textarea">;
1003
- state: import("..").FieldState;
1002
+ meta: import("../index.js").StringMeta<"Textarea">;
1003
+ state: import("../index.js").FieldState;
1004
1004
  } | undefined;
1005
- meta: import("..").StringMeta<"Textarea">;
1006
- state: import("..").FieldState;
1005
+ meta: import("../index.js").StringMeta<"Textarea">;
1006
+ state: import("../index.js").FieldState;
1007
1007
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1008
1008
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1009
1009
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1010
1010
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1011
- getConfig: () => import("..").StringMeta<"Textarea">;
1011
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1012
1012
  getIsRequired: () => boolean;
1013
1013
  getIsTranslatable: () => boolean;
1014
- getVisibility: () => import("..").Visibility;
1014
+ getVisibility: () => import("../index.js").Visibility;
1015
1015
  getCondition: () => {
1016
1016
  field: string;
1017
1017
  equals: unknown;
@@ -1049,26 +1049,26 @@ export declare const Seo: ContentType<{
1049
1049
  lte?: number | undefined;
1050
1050
  };
1051
1051
  } | undefined;
1052
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1052
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1053
1053
  min: <TThis extends {
1054
1054
  kind: "field";
1055
1055
  readonly __fieldTypes?: {
1056
1056
  input: string;
1057
1057
  db: string;
1058
1058
  output: string;
1059
- meta: import("..").StringMeta<"Textarea">;
1060
- state: import("..").FieldState;
1059
+ meta: import("../index.js").StringMeta<"Textarea">;
1060
+ state: import("../index.js").FieldState;
1061
1061
  } | undefined;
1062
- meta: import("..").StringMeta<"Textarea">;
1063
- state: import("..").FieldState;
1062
+ meta: import("../index.js").StringMeta<"Textarea">;
1063
+ state: import("../index.js").FieldState;
1064
1064
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1065
1065
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1066
1066
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1067
1067
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1068
- getConfig: () => import("..").StringMeta<"Textarea">;
1068
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1069
1069
  getIsRequired: () => boolean;
1070
1070
  getIsTranslatable: () => boolean;
1071
- getVisibility: () => import("..").Visibility;
1071
+ getVisibility: () => import("../index.js").Visibility;
1072
1072
  getCondition: () => {
1073
1073
  field: string;
1074
1074
  equals: unknown;
@@ -1106,26 +1106,26 @@ export declare const Seo: ContentType<{
1106
1106
  lte?: number | undefined;
1107
1107
  };
1108
1108
  } | undefined;
1109
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1109
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1110
1110
  max: <TThis extends {
1111
1111
  kind: "field";
1112
1112
  readonly __fieldTypes?: {
1113
1113
  input: string;
1114
1114
  db: string;
1115
1115
  output: string;
1116
- meta: import("..").StringMeta<"Textarea">;
1117
- state: import("..").FieldState;
1116
+ meta: import("../index.js").StringMeta<"Textarea">;
1117
+ state: import("../index.js").FieldState;
1118
1118
  } | undefined;
1119
- meta: import("..").StringMeta<"Textarea">;
1120
- state: import("..").FieldState;
1119
+ meta: import("../index.js").StringMeta<"Textarea">;
1120
+ state: import("../index.js").FieldState;
1121
1121
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1122
1122
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1123
1123
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1124
1124
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1125
- getConfig: () => import("..").StringMeta<"Textarea">;
1125
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1126
1126
  getIsRequired: () => boolean;
1127
1127
  getIsTranslatable: () => boolean;
1128
- getVisibility: () => import("..").Visibility;
1128
+ getVisibility: () => import("../index.js").Visibility;
1129
1129
  getCondition: () => {
1130
1130
  field: string;
1131
1131
  equals: unknown;
@@ -1163,27 +1163,27 @@ export declare const Seo: ContentType<{
1163
1163
  lte?: number | undefined;
1164
1164
  };
1165
1165
  } | undefined;
1166
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1167
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1166
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1167
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
1168
1168
  field: string;
1169
1169
  equals: boolean;
1170
1170
  }>>;
1171
- openGraphUrl: import("..").WithFieldState<Omit<{
1171
+ openGraphUrl: import("../index.js").WithFieldState<Omit<{
1172
1172
  kind: "field";
1173
1173
  readonly __fieldTypes?: {
1174
1174
  input: string;
1175
1175
  db: string;
1176
1176
  output: string;
1177
- meta: import("..").StringMeta<"Url">;
1178
- state: import("..").DefaultFieldState;
1177
+ meta: import("../index.js").StringMeta<"Url">;
1178
+ state: import("../index.js").DefaultFieldState;
1179
1179
  } | undefined;
1180
- meta: import("..").StringMeta<"Url">;
1181
- state: import("..").DefaultFieldState;
1180
+ meta: import("../index.js").StringMeta<"Url">;
1181
+ state: import("../index.js").DefaultFieldState;
1182
1182
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1183
1183
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1184
1184
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1185
1185
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1186
- getConfig: () => import("..").StringMeta<"Url">;
1186
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1187
1187
  getIsRequired: () => false;
1188
1188
  getIsTranslatable: () => false;
1189
1189
  getVisibility: () => "all";
@@ -1195,19 +1195,19 @@ export declare const Seo: ContentType<{
1195
1195
  input: string;
1196
1196
  db: string;
1197
1197
  output: string;
1198
- meta: import("..").StringMeta<"Url">;
1199
- state: import("..").FieldState;
1198
+ meta: import("../index.js").StringMeta<"Url">;
1199
+ state: import("../index.js").FieldState;
1200
1200
  } | undefined;
1201
- meta: import("..").StringMeta<"Url">;
1202
- state: import("..").FieldState;
1201
+ meta: import("../index.js").StringMeta<"Url">;
1202
+ state: import("../index.js").FieldState;
1203
1203
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1204
1204
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1205
1205
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1206
1206
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1207
- getConfig: () => import("..").StringMeta<"Url">;
1207
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1208
1208
  getIsRequired: () => boolean;
1209
1209
  getIsTranslatable: () => boolean;
1210
- getVisibility: () => import("..").Visibility;
1210
+ getVisibility: () => import("../index.js").Visibility;
1211
1211
  getCondition: () => {
1212
1212
  field: string;
1213
1213
  equals: unknown;
@@ -1245,26 +1245,26 @@ export declare const Seo: ContentType<{
1245
1245
  lte?: number | undefined;
1246
1246
  };
1247
1247
  } | undefined;
1248
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1248
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1249
1249
  min: <TThis extends {
1250
1250
  kind: "field";
1251
1251
  readonly __fieldTypes?: {
1252
1252
  input: string;
1253
1253
  db: string;
1254
1254
  output: string;
1255
- meta: import("..").StringMeta<"Url">;
1256
- state: import("..").FieldState;
1255
+ meta: import("../index.js").StringMeta<"Url">;
1256
+ state: import("../index.js").FieldState;
1257
1257
  } | undefined;
1258
- meta: import("..").StringMeta<"Url">;
1259
- state: import("..").FieldState;
1258
+ meta: import("../index.js").StringMeta<"Url">;
1259
+ state: import("../index.js").FieldState;
1260
1260
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1261
1261
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1262
1262
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1263
1263
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1264
- getConfig: () => import("..").StringMeta<"Url">;
1264
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1265
1265
  getIsRequired: () => boolean;
1266
1266
  getIsTranslatable: () => boolean;
1267
- getVisibility: () => import("..").Visibility;
1267
+ getVisibility: () => import("../index.js").Visibility;
1268
1268
  getCondition: () => {
1269
1269
  field: string;
1270
1270
  equals: unknown;
@@ -1302,26 +1302,26 @@ export declare const Seo: ContentType<{
1302
1302
  lte?: number | undefined;
1303
1303
  };
1304
1304
  } | undefined;
1305
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1305
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1306
1306
  max: <TThis extends {
1307
1307
  kind: "field";
1308
1308
  readonly __fieldTypes?: {
1309
1309
  input: string;
1310
1310
  db: string;
1311
1311
  output: string;
1312
- meta: import("..").StringMeta<"Url">;
1313
- state: import("..").FieldState;
1312
+ meta: import("../index.js").StringMeta<"Url">;
1313
+ state: import("../index.js").FieldState;
1314
1314
  } | undefined;
1315
- meta: import("..").StringMeta<"Url">;
1316
- state: import("..").FieldState;
1315
+ meta: import("../index.js").StringMeta<"Url">;
1316
+ state: import("../index.js").FieldState;
1317
1317
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1318
1318
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1319
1319
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1320
1320
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1321
- getConfig: () => import("..").StringMeta<"Url">;
1321
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1322
1322
  getIsRequired: () => boolean;
1323
1323
  getIsTranslatable: () => boolean;
1324
- getVisibility: () => import("..").Visibility;
1324
+ getVisibility: () => import("../index.js").Visibility;
1325
1325
  getCondition: () => {
1326
1326
  field: string;
1327
1327
  equals: unknown;
@@ -1359,27 +1359,27 @@ export declare const Seo: ContentType<{
1359
1359
  lte?: number | undefined;
1360
1360
  };
1361
1361
  } | undefined;
1362
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1363
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Url">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1362
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1363
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
1364
1364
  field: string;
1365
1365
  equals: boolean;
1366
1366
  }>>;
1367
- openGraphSiteName: import("..").WithFieldState<Omit<{
1367
+ openGraphSiteName: import("../index.js").WithFieldState<Omit<{
1368
1368
  kind: "field";
1369
1369
  readonly __fieldTypes?: {
1370
1370
  input: string;
1371
1371
  db: string;
1372
1372
  output: string;
1373
- meta: import("..").StringMeta<"Text">;
1374
- state: import("..").DefaultFieldState;
1373
+ meta: import("../index.js").StringMeta<"Text">;
1374
+ state: import("../index.js").DefaultFieldState;
1375
1375
  } | undefined;
1376
- meta: import("..").StringMeta<"Text">;
1377
- state: import("..").DefaultFieldState;
1376
+ meta: import("../index.js").StringMeta<"Text">;
1377
+ state: import("../index.js").DefaultFieldState;
1378
1378
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1379
1379
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1380
1380
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1381
1381
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1382
- getConfig: () => import("..").StringMeta<"Text">;
1382
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1383
1383
  getIsRequired: () => false;
1384
1384
  getIsTranslatable: () => false;
1385
1385
  getVisibility: () => "all";
@@ -1391,19 +1391,19 @@ export declare const Seo: ContentType<{
1391
1391
  input: string;
1392
1392
  db: string;
1393
1393
  output: string;
1394
- meta: import("..").StringMeta<"Text">;
1395
- state: import("..").FieldState;
1394
+ meta: import("../index.js").StringMeta<"Text">;
1395
+ state: import("../index.js").FieldState;
1396
1396
  } | undefined;
1397
- meta: import("..").StringMeta<"Text">;
1398
- state: import("..").FieldState;
1397
+ meta: import("../index.js").StringMeta<"Text">;
1398
+ state: import("../index.js").FieldState;
1399
1399
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1400
1400
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1401
1401
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1402
1402
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1403
- getConfig: () => import("..").StringMeta<"Text">;
1403
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1404
1404
  getIsRequired: () => boolean;
1405
1405
  getIsTranslatable: () => boolean;
1406
- getVisibility: () => import("..").Visibility;
1406
+ getVisibility: () => import("../index.js").Visibility;
1407
1407
  getCondition: () => {
1408
1408
  field: string;
1409
1409
  equals: unknown;
@@ -1441,26 +1441,26 @@ export declare const Seo: ContentType<{
1441
1441
  lte?: number | undefined;
1442
1442
  };
1443
1443
  } | undefined;
1444
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1444
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1445
1445
  min: <TThis extends {
1446
1446
  kind: "field";
1447
1447
  readonly __fieldTypes?: {
1448
1448
  input: string;
1449
1449
  db: string;
1450
1450
  output: string;
1451
- meta: import("..").StringMeta<"Text">;
1452
- state: import("..").FieldState;
1451
+ meta: import("../index.js").StringMeta<"Text">;
1452
+ state: import("../index.js").FieldState;
1453
1453
  } | undefined;
1454
- meta: import("..").StringMeta<"Text">;
1455
- state: import("..").FieldState;
1454
+ meta: import("../index.js").StringMeta<"Text">;
1455
+ state: import("../index.js").FieldState;
1456
1456
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1457
1457
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1458
1458
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1459
1459
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1460
- getConfig: () => import("..").StringMeta<"Text">;
1460
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1461
1461
  getIsRequired: () => boolean;
1462
1462
  getIsTranslatable: () => boolean;
1463
- getVisibility: () => import("..").Visibility;
1463
+ getVisibility: () => import("../index.js").Visibility;
1464
1464
  getCondition: () => {
1465
1465
  field: string;
1466
1466
  equals: unknown;
@@ -1498,26 +1498,26 @@ export declare const Seo: ContentType<{
1498
1498
  lte?: number | undefined;
1499
1499
  };
1500
1500
  } | undefined;
1501
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1501
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1502
1502
  max: <TThis extends {
1503
1503
  kind: "field";
1504
1504
  readonly __fieldTypes?: {
1505
1505
  input: string;
1506
1506
  db: string;
1507
1507
  output: string;
1508
- meta: import("..").StringMeta<"Text">;
1509
- state: import("..").FieldState;
1508
+ meta: import("../index.js").StringMeta<"Text">;
1509
+ state: import("../index.js").FieldState;
1510
1510
  } | undefined;
1511
- meta: import("..").StringMeta<"Text">;
1512
- state: import("..").FieldState;
1511
+ meta: import("../index.js").StringMeta<"Text">;
1512
+ state: import("../index.js").FieldState;
1513
1513
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1514
1514
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1515
1515
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1516
1516
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1517
- getConfig: () => import("..").StringMeta<"Text">;
1517
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1518
1518
  getIsRequired: () => boolean;
1519
1519
  getIsTranslatable: () => boolean;
1520
- getVisibility: () => import("..").Visibility;
1520
+ getVisibility: () => import("../index.js").Visibility;
1521
1521
  getCondition: () => {
1522
1522
  field: string;
1523
1523
  equals: unknown;
@@ -1555,27 +1555,27 @@ export declare const Seo: ContentType<{
1555
1555
  lte?: number | undefined;
1556
1556
  };
1557
1557
  } | undefined;
1558
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1559
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1558
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1559
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
1560
1560
  field: string;
1561
1561
  equals: boolean;
1562
1562
  }>>;
1563
- openGraphType: import("..").WithFieldState<{
1563
+ openGraphType: import("../index.js").WithFieldState<{
1564
1564
  kind: "field";
1565
1565
  readonly __fieldTypes?: {
1566
1566
  input: "website" | "article" | "profile" | "book";
1567
1567
  db: "website" | "article" | "profile" | "book";
1568
1568
  output: "website" | "article" | "profile" | "book";
1569
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1570
- state: import("..").DefaultFieldState;
1569
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1570
+ state: import("../index.js").DefaultFieldState;
1571
1571
  } | undefined;
1572
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1573
- state: import("..").DefaultFieldState;
1572
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1573
+ state: import("../index.js").DefaultFieldState;
1574
1574
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1575
1575
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1576
1576
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1577
1577
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1578
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1578
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1579
1579
  getIsRequired: () => false;
1580
1580
  getIsTranslatable: () => false;
1581
1581
  getVisibility: () => "all";
@@ -1587,19 +1587,19 @@ export declare const Seo: ContentType<{
1587
1587
  input: "website" | "article" | "profile" | "book";
1588
1588
  db: "website" | "article" | "profile" | "book";
1589
1589
  output: "website" | "article" | "profile" | "book";
1590
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1591
- state: import("..").FieldState;
1590
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1591
+ state: import("../index.js").FieldState;
1592
1592
  } | undefined;
1593
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1594
- state: import("..").FieldState;
1593
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1594
+ state: import("../index.js").FieldState;
1595
1595
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1596
1596
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1597
1597
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1598
1598
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1599
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1599
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1600
1600
  getIsRequired: () => boolean;
1601
1601
  getIsTranslatable: () => boolean;
1602
- getVisibility: () => import("..").Visibility;
1602
+ getVisibility: () => import("../index.js").Visibility;
1603
1603
  getCondition: () => {
1604
1604
  field: string;
1605
1605
  equals: unknown;
@@ -1637,12 +1637,12 @@ export declare const Seo: ContentType<{
1637
1637
  lte?: number | undefined;
1638
1638
  };
1639
1639
  } | undefined;
1640
- }>(this: TThis) => import("..").SelectField<readonly ["website", "article", "profile", "book"], true, import("..").FieldStateOf<TThis>>;
1641
- }, import("..").SetCondition<import("..").DefaultFieldState, {
1640
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
1641
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
1642
1642
  field: string;
1643
1643
  equals: boolean;
1644
1644
  }>>;
1645
- openGraphImage: import("..").WithFieldState<{
1645
+ openGraphImage: import("../index.js").WithFieldState<{
1646
1646
  kind: "field";
1647
1647
  readonly __fieldTypes?: {
1648
1648
  input: {
@@ -1664,6 +1664,9 @@ export declare const Seo: ContentType<{
1664
1664
  height: number | null;
1665
1665
  size: number;
1666
1666
  orientation: "portrait" | "landscape" | null;
1667
+ key?: string | undefined;
1668
+ access?: "public" | "private" | undefined;
1669
+ previewKey?: string | null | undefined;
1667
1670
  title?: string | undefined;
1668
1671
  alt?: string | null | undefined;
1669
1672
  sizes?: {
@@ -1676,11 +1679,11 @@ export declare const Seo: ContentType<{
1676
1679
  }[] | undefined;
1677
1680
  srcSet?: string | null | undefined;
1678
1681
  };
1679
- meta: import("..").FileMeta<"Image", false>;
1680
- state: import("..").DefaultFieldState;
1682
+ meta: import("../index.js").FileMeta<"Image", false>;
1683
+ state: import("../index.js").DefaultFieldState;
1681
1684
  } | undefined;
1682
- meta: import("..").FileMeta<"Image", false>;
1683
- state: import("..").DefaultFieldState;
1685
+ meta: import("../index.js").FileMeta<"Image", false>;
1686
+ state: import("../index.js").DefaultFieldState;
1684
1687
  toZod: () => import("zod").ZodType<{
1685
1688
  type: "existing";
1686
1689
  _id: string;
@@ -1717,6 +1720,9 @@ export declare const Seo: ContentType<{
1717
1720
  height: number | null;
1718
1721
  size: number;
1719
1722
  orientation: "portrait" | "landscape" | null;
1723
+ key?: string | undefined;
1724
+ access?: "public" | "private" | undefined;
1725
+ previewKey?: string | null | undefined;
1720
1726
  title?: string | undefined;
1721
1727
  alt?: string | null | undefined;
1722
1728
  sizes?: {
@@ -1737,6 +1743,9 @@ export declare const Seo: ContentType<{
1737
1743
  height: number | null;
1738
1744
  size: number;
1739
1745
  orientation: "portrait" | "landscape" | null;
1746
+ key?: string | undefined;
1747
+ access?: "public" | "private" | undefined;
1748
+ previewKey?: string | null | undefined;
1740
1749
  title?: string | undefined;
1741
1750
  alt?: string | null | undefined;
1742
1751
  sizes?: {
@@ -1749,12 +1758,12 @@ export declare const Seo: ContentType<{
1749
1758
  }[] | undefined;
1750
1759
  srcSet?: string | null | undefined;
1751
1760
  } | undefined, unknown>>;
1752
- getConfig: () => import("..").FileMeta<"Image", false>;
1761
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1753
1762
  getIsRequired: () => false;
1754
1763
  getIsTranslatable: () => false;
1755
1764
  getVisibility: () => "all";
1756
1765
  getCondition: () => undefined;
1757
- } & import("..").PopulatableFieldLike<{
1766
+ } & import("../index.js").PopulatableFieldLike<{
1758
1767
  url: string;
1759
1768
  previewUrl: string | null;
1760
1769
  name: string;
@@ -1763,6 +1772,9 @@ export declare const Seo: ContentType<{
1763
1772
  height: number | null;
1764
1773
  size: number;
1765
1774
  orientation: "portrait" | "landscape" | null;
1775
+ key?: string | undefined;
1776
+ access?: "public" | "private" | undefined;
1777
+ previewKey?: string | null | undefined;
1766
1778
  title?: string | undefined;
1767
1779
  alt?: string | null | undefined;
1768
1780
  sizes?: {
@@ -1774,7 +1786,7 @@ export declare const Seo: ContentType<{
1774
1786
  size: number;
1775
1787
  }[] | undefined;
1776
1788
  srcSet?: string | null | undefined;
1777
- }, import("..").DefaultFieldState> & {
1789
+ }, import("../index.js").DefaultFieldState> & {
1778
1790
  type: <TThis extends {
1779
1791
  kind: "field";
1780
1792
  readonly __fieldTypes?: {
@@ -1797,6 +1809,9 @@ export declare const Seo: ContentType<{
1797
1809
  height: number | null;
1798
1810
  size: number;
1799
1811
  orientation: "portrait" | "landscape" | null;
1812
+ key?: string | undefined;
1813
+ access?: "public" | "private" | undefined;
1814
+ previewKey?: string | null | undefined;
1800
1815
  title?: string | undefined;
1801
1816
  alt?: string | null | undefined;
1802
1817
  sizes?: {
@@ -1809,11 +1824,11 @@ export declare const Seo: ContentType<{
1809
1824
  }[] | undefined;
1810
1825
  srcSet?: string | null | undefined;
1811
1826
  };
1812
- meta: import("..").FileMeta<"Image", false>;
1813
- state: import("..").FieldState;
1827
+ meta: import("../index.js").FileMeta<"Image", false>;
1828
+ state: import("../index.js").FieldState;
1814
1829
  } | undefined;
1815
- meta: import("..").FileMeta<"Image", false>;
1816
- state: import("..").FieldState;
1830
+ meta: import("../index.js").FileMeta<"Image", false>;
1831
+ state: import("../index.js").FieldState;
1817
1832
  toZod: () => import("zod").ZodType<{
1818
1833
  type: "existing";
1819
1834
  _id: string;
@@ -1850,6 +1865,9 @@ export declare const Seo: ContentType<{
1850
1865
  height: number | null;
1851
1866
  size: number;
1852
1867
  orientation: "portrait" | "landscape" | null;
1868
+ key?: string | undefined;
1869
+ access?: "public" | "private" | undefined;
1870
+ previewKey?: string | null | undefined;
1853
1871
  title?: string | undefined;
1854
1872
  alt?: string | null | undefined;
1855
1873
  sizes?: {
@@ -1870,6 +1888,9 @@ export declare const Seo: ContentType<{
1870
1888
  height: number | null;
1871
1889
  size: number;
1872
1890
  orientation: "portrait" | "landscape" | null;
1891
+ key?: string | undefined;
1892
+ access?: "public" | "private" | undefined;
1893
+ previewKey?: string | null | undefined;
1873
1894
  title?: string | undefined;
1874
1895
  alt?: string | null | undefined;
1875
1896
  sizes?: {
@@ -1882,10 +1903,10 @@ export declare const Seo: ContentType<{
1882
1903
  }[] | undefined;
1883
1904
  srcSet?: string | null | undefined;
1884
1905
  } | undefined, unknown>>;
1885
- getConfig: () => import("..").FileMeta<"Image", false>;
1906
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1886
1907
  getIsRequired: () => boolean;
1887
1908
  getIsTranslatable: () => boolean;
1888
- getVisibility: () => import("..").Visibility;
1909
+ getVisibility: () => import("../index.js").Visibility;
1889
1910
  getCondition: () => {
1890
1911
  field: string;
1891
1912
  equals: unknown;
@@ -1923,7 +1944,7 @@ export declare const Seo: ContentType<{
1923
1944
  lte?: number | undefined;
1924
1945
  };
1925
1946
  } | undefined;
1926
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
1947
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
1927
1948
  multiple: <TThis extends {
1928
1949
  kind: "field";
1929
1950
  readonly __fieldTypes?: {
@@ -1946,6 +1967,9 @@ export declare const Seo: ContentType<{
1946
1967
  height: number | null;
1947
1968
  size: number;
1948
1969
  orientation: "portrait" | "landscape" | null;
1970
+ key?: string | undefined;
1971
+ access?: "public" | "private" | undefined;
1972
+ previewKey?: string | null | undefined;
1949
1973
  title?: string | undefined;
1950
1974
  alt?: string | null | undefined;
1951
1975
  sizes?: {
@@ -1958,11 +1982,11 @@ export declare const Seo: ContentType<{
1958
1982
  }[] | undefined;
1959
1983
  srcSet?: string | null | undefined;
1960
1984
  };
1961
- meta: import("..").FileMeta<"Image", false>;
1962
- state: import("..").FieldState;
1985
+ meta: import("../index.js").FileMeta<"Image", false>;
1986
+ state: import("../index.js").FieldState;
1963
1987
  } | undefined;
1964
- meta: import("..").FileMeta<"Image", false>;
1965
- state: import("..").FieldState;
1988
+ meta: import("../index.js").FileMeta<"Image", false>;
1989
+ state: import("../index.js").FieldState;
1966
1990
  toZod: () => import("zod").ZodType<{
1967
1991
  type: "existing";
1968
1992
  _id: string;
@@ -1999,6 +2023,9 @@ export declare const Seo: ContentType<{
1999
2023
  height: number | null;
2000
2024
  size: number;
2001
2025
  orientation: "portrait" | "landscape" | null;
2026
+ key?: string | undefined;
2027
+ access?: "public" | "private" | undefined;
2028
+ previewKey?: string | null | undefined;
2002
2029
  title?: string | undefined;
2003
2030
  alt?: string | null | undefined;
2004
2031
  sizes?: {
@@ -2019,6 +2046,9 @@ export declare const Seo: ContentType<{
2019
2046
  height: number | null;
2020
2047
  size: number;
2021
2048
  orientation: "portrait" | "landscape" | null;
2049
+ key?: string | undefined;
2050
+ access?: "public" | "private" | undefined;
2051
+ previewKey?: string | null | undefined;
2022
2052
  title?: string | undefined;
2023
2053
  alt?: string | null | undefined;
2024
2054
  sizes?: {
@@ -2031,10 +2061,10 @@ export declare const Seo: ContentType<{
2031
2061
  }[] | undefined;
2032
2062
  srcSet?: string | null | undefined;
2033
2063
  } | undefined, unknown>>;
2034
- getConfig: () => import("..").FileMeta<"Image", false>;
2064
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2035
2065
  getIsRequired: () => boolean;
2036
2066
  getIsTranslatable: () => boolean;
2037
- getVisibility: () => import("..").Visibility;
2067
+ getVisibility: () => import("../index.js").Visibility;
2038
2068
  getCondition: () => {
2039
2069
  field: string;
2040
2070
  equals: unknown;
@@ -2072,7 +2102,7 @@ export declare const Seo: ContentType<{
2072
2102
  lte?: number | undefined;
2073
2103
  };
2074
2104
  } | undefined;
2075
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
2105
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
2076
2106
  optimize: <TThis extends {
2077
2107
  kind: "field";
2078
2108
  readonly __fieldTypes?: {
@@ -2095,6 +2125,9 @@ export declare const Seo: ContentType<{
2095
2125
  height: number | null;
2096
2126
  size: number;
2097
2127
  orientation: "portrait" | "landscape" | null;
2128
+ key?: string | undefined;
2129
+ access?: "public" | "private" | undefined;
2130
+ previewKey?: string | null | undefined;
2098
2131
  title?: string | undefined;
2099
2132
  alt?: string | null | undefined;
2100
2133
  sizes?: {
@@ -2107,11 +2140,11 @@ export declare const Seo: ContentType<{
2107
2140
  }[] | undefined;
2108
2141
  srcSet?: string | null | undefined;
2109
2142
  };
2110
- meta: import("..").FileMeta<"Image", false>;
2111
- state: import("..").FieldState;
2143
+ meta: import("../index.js").FileMeta<"Image", false>;
2144
+ state: import("../index.js").FieldState;
2112
2145
  } | undefined;
2113
- meta: import("..").FileMeta<"Image", false>;
2114
- state: import("..").FieldState;
2146
+ meta: import("../index.js").FileMeta<"Image", false>;
2147
+ state: import("../index.js").FieldState;
2115
2148
  toZod: () => import("zod").ZodType<{
2116
2149
  type: "existing";
2117
2150
  _id: string;
@@ -2148,6 +2181,9 @@ export declare const Seo: ContentType<{
2148
2181
  height: number | null;
2149
2182
  size: number;
2150
2183
  orientation: "portrait" | "landscape" | null;
2184
+ key?: string | undefined;
2185
+ access?: "public" | "private" | undefined;
2186
+ previewKey?: string | null | undefined;
2151
2187
  title?: string | undefined;
2152
2188
  alt?: string | null | undefined;
2153
2189
  sizes?: {
@@ -2168,6 +2204,9 @@ export declare const Seo: ContentType<{
2168
2204
  height: number | null;
2169
2205
  size: number;
2170
2206
  orientation: "portrait" | "landscape" | null;
2207
+ key?: string | undefined;
2208
+ access?: "public" | "private" | undefined;
2209
+ previewKey?: string | null | undefined;
2171
2210
  title?: string | undefined;
2172
2211
  alt?: string | null | undefined;
2173
2212
  sizes?: {
@@ -2180,10 +2219,10 @@ export declare const Seo: ContentType<{
2180
2219
  }[] | undefined;
2181
2220
  srcSet?: string | null | undefined;
2182
2221
  } | undefined, unknown>>;
2183
- getConfig: () => import("..").FileMeta<"Image", false>;
2222
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2184
2223
  getIsRequired: () => boolean;
2185
2224
  getIsTranslatable: () => boolean;
2186
- getVisibility: () => import("..").Visibility;
2225
+ getVisibility: () => import("../index.js").Visibility;
2187
2226
  getCondition: () => {
2188
2227
  field: string;
2189
2228
  equals: unknown;
@@ -2221,27 +2260,27 @@ export declare const Seo: ContentType<{
2221
2260
  lte?: number | undefined;
2222
2261
  };
2223
2262
  } | undefined;
2224
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
2225
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2263
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
2264
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2226
2265
  field: string;
2227
2266
  equals: boolean;
2228
2267
  }>>;
2229
- openGraphImageAlt: import("..").WithFieldState<Omit<{
2268
+ openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
2230
2269
  kind: "field";
2231
2270
  readonly __fieldTypes?: {
2232
2271
  input: string;
2233
2272
  db: string;
2234
2273
  output: string;
2235
- meta: import("..").StringMeta<"Text">;
2236
- state: import("..").DefaultFieldState;
2274
+ meta: import("../index.js").StringMeta<"Text">;
2275
+ state: import("../index.js").DefaultFieldState;
2237
2276
  } | undefined;
2238
- meta: import("..").StringMeta<"Text">;
2239
- state: import("..").DefaultFieldState;
2277
+ meta: import("../index.js").StringMeta<"Text">;
2278
+ state: import("../index.js").DefaultFieldState;
2240
2279
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2241
2280
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2242
2281
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2243
2282
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2244
- getConfig: () => import("..").StringMeta<"Text">;
2283
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2245
2284
  getIsRequired: () => false;
2246
2285
  getIsTranslatable: () => false;
2247
2286
  getVisibility: () => "all";
@@ -2253,19 +2292,19 @@ export declare const Seo: ContentType<{
2253
2292
  input: string;
2254
2293
  db: string;
2255
2294
  output: string;
2256
- meta: import("..").StringMeta<"Text">;
2257
- state: import("..").FieldState;
2295
+ meta: import("../index.js").StringMeta<"Text">;
2296
+ state: import("../index.js").FieldState;
2258
2297
  } | undefined;
2259
- meta: import("..").StringMeta<"Text">;
2260
- state: import("..").FieldState;
2298
+ meta: import("../index.js").StringMeta<"Text">;
2299
+ state: import("../index.js").FieldState;
2261
2300
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2262
2301
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2263
2302
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2264
2303
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2265
- getConfig: () => import("..").StringMeta<"Text">;
2304
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2266
2305
  getIsRequired: () => boolean;
2267
2306
  getIsTranslatable: () => boolean;
2268
- getVisibility: () => import("..").Visibility;
2307
+ getVisibility: () => import("../index.js").Visibility;
2269
2308
  getCondition: () => {
2270
2309
  field: string;
2271
2310
  equals: unknown;
@@ -2303,26 +2342,26 @@ export declare const Seo: ContentType<{
2303
2342
  lte?: number | undefined;
2304
2343
  };
2305
2344
  } | undefined;
2306
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2345
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2307
2346
  min: <TThis extends {
2308
2347
  kind: "field";
2309
2348
  readonly __fieldTypes?: {
2310
2349
  input: string;
2311
2350
  db: string;
2312
2351
  output: string;
2313
- meta: import("..").StringMeta<"Text">;
2314
- state: import("..").FieldState;
2352
+ meta: import("../index.js").StringMeta<"Text">;
2353
+ state: import("../index.js").FieldState;
2315
2354
  } | undefined;
2316
- meta: import("..").StringMeta<"Text">;
2317
- state: import("..").FieldState;
2355
+ meta: import("../index.js").StringMeta<"Text">;
2356
+ state: import("../index.js").FieldState;
2318
2357
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2319
2358
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2320
2359
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2321
2360
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2322
- getConfig: () => import("..").StringMeta<"Text">;
2361
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2323
2362
  getIsRequired: () => boolean;
2324
2363
  getIsTranslatable: () => boolean;
2325
- getVisibility: () => import("..").Visibility;
2364
+ getVisibility: () => import("../index.js").Visibility;
2326
2365
  getCondition: () => {
2327
2366
  field: string;
2328
2367
  equals: unknown;
@@ -2360,26 +2399,26 @@ export declare const Seo: ContentType<{
2360
2399
  lte?: number | undefined;
2361
2400
  };
2362
2401
  } | undefined;
2363
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2402
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2364
2403
  max: <TThis extends {
2365
2404
  kind: "field";
2366
2405
  readonly __fieldTypes?: {
2367
2406
  input: string;
2368
2407
  db: string;
2369
2408
  output: string;
2370
- meta: import("..").StringMeta<"Text">;
2371
- state: import("..").FieldState;
2409
+ meta: import("../index.js").StringMeta<"Text">;
2410
+ state: import("../index.js").FieldState;
2372
2411
  } | undefined;
2373
- meta: import("..").StringMeta<"Text">;
2374
- state: import("..").FieldState;
2412
+ meta: import("../index.js").StringMeta<"Text">;
2413
+ state: import("../index.js").FieldState;
2375
2414
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2376
2415
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2377
2416
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2378
2417
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2379
- getConfig: () => import("..").StringMeta<"Text">;
2418
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2380
2419
  getIsRequired: () => boolean;
2381
2420
  getIsTranslatable: () => boolean;
2382
- getVisibility: () => import("..").Visibility;
2421
+ getVisibility: () => import("../index.js").Visibility;
2383
2422
  getCondition: () => {
2384
2423
  field: string;
2385
2424
  equals: unknown;
@@ -2417,28 +2456,28 @@ export declare const Seo: ContentType<{
2417
2456
  lte?: number | undefined;
2418
2457
  };
2419
2458
  } | undefined;
2420
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2421
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2459
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2460
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
2422
2461
  field: string;
2423
2462
  equals: boolean;
2424
2463
  }>>;
2425
- customTwitter: import("..").BooleanField<import("..").DefaultFieldState>;
2426
- twitterCard: import("..").WithFieldState<{
2464
+ customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
2465
+ twitterCard: import("../index.js").WithFieldState<{
2427
2466
  kind: "field";
2428
2467
  readonly __fieldTypes?: {
2429
2468
  input: "summary" | "summary_large_image" | "app" | "player";
2430
2469
  db: "summary" | "summary_large_image" | "app" | "player";
2431
2470
  output: "summary" | "summary_large_image" | "app" | "player";
2432
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2433
- state: import("..").DefaultFieldState;
2471
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2472
+ state: import("../index.js").DefaultFieldState;
2434
2473
  } | undefined;
2435
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2436
- state: import("..").DefaultFieldState;
2474
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2475
+ state: import("../index.js").DefaultFieldState;
2437
2476
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2438
2477
  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>>;
2439
2478
  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>>;
2440
2479
  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>>;
2441
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2480
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2442
2481
  getIsRequired: () => false;
2443
2482
  getIsTranslatable: () => false;
2444
2483
  getVisibility: () => "all";
@@ -2450,19 +2489,19 @@ export declare const Seo: ContentType<{
2450
2489
  input: "summary" | "summary_large_image" | "app" | "player";
2451
2490
  db: "summary" | "summary_large_image" | "app" | "player";
2452
2491
  output: "summary" | "summary_large_image" | "app" | "player";
2453
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2454
- state: import("..").FieldState;
2492
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2493
+ state: import("../index.js").FieldState;
2455
2494
  } | undefined;
2456
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2457
- state: import("..").FieldState;
2495
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2496
+ state: import("../index.js").FieldState;
2458
2497
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2459
2498
  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>>;
2460
2499
  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>>;
2461
2500
  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>>;
2462
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2501
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2463
2502
  getIsRequired: () => boolean;
2464
2503
  getIsTranslatable: () => boolean;
2465
- getVisibility: () => import("..").Visibility;
2504
+ getVisibility: () => import("../index.js").Visibility;
2466
2505
  getCondition: () => {
2467
2506
  field: string;
2468
2507
  equals: unknown;
@@ -2500,27 +2539,27 @@ export declare const Seo: ContentType<{
2500
2539
  lte?: number | undefined;
2501
2540
  };
2502
2541
  } | undefined;
2503
- }>(this: TThis) => import("..").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("..").FieldStateOf<TThis>>;
2504
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2542
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
2543
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2505
2544
  field: string;
2506
2545
  equals: boolean;
2507
2546
  }>>;
2508
- twitterTitle: import("..").WithFieldState<Omit<{
2547
+ twitterTitle: import("../index.js").WithFieldState<Omit<{
2509
2548
  kind: "field";
2510
2549
  readonly __fieldTypes?: {
2511
2550
  input: string;
2512
2551
  db: string;
2513
2552
  output: string;
2514
- meta: import("..").StringMeta<"Text">;
2515
- state: import("..").DefaultFieldState;
2553
+ meta: import("../index.js").StringMeta<"Text">;
2554
+ state: import("../index.js").DefaultFieldState;
2516
2555
  } | undefined;
2517
- meta: import("..").StringMeta<"Text">;
2518
- state: import("..").DefaultFieldState;
2556
+ meta: import("../index.js").StringMeta<"Text">;
2557
+ state: import("../index.js").DefaultFieldState;
2519
2558
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2520
2559
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2521
2560
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2522
2561
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2523
- getConfig: () => import("..").StringMeta<"Text">;
2562
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2524
2563
  getIsRequired: () => false;
2525
2564
  getIsTranslatable: () => false;
2526
2565
  getVisibility: () => "all";
@@ -2532,19 +2571,19 @@ export declare const Seo: ContentType<{
2532
2571
  input: string;
2533
2572
  db: string;
2534
2573
  output: string;
2535
- meta: import("..").StringMeta<"Text">;
2536
- state: import("..").FieldState;
2574
+ meta: import("../index.js").StringMeta<"Text">;
2575
+ state: import("../index.js").FieldState;
2537
2576
  } | undefined;
2538
- meta: import("..").StringMeta<"Text">;
2539
- state: import("..").FieldState;
2577
+ meta: import("../index.js").StringMeta<"Text">;
2578
+ state: import("../index.js").FieldState;
2540
2579
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2541
2580
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2542
2581
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2543
2582
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2544
- getConfig: () => import("..").StringMeta<"Text">;
2583
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2545
2584
  getIsRequired: () => boolean;
2546
2585
  getIsTranslatable: () => boolean;
2547
- getVisibility: () => import("..").Visibility;
2586
+ getVisibility: () => import("../index.js").Visibility;
2548
2587
  getCondition: () => {
2549
2588
  field: string;
2550
2589
  equals: unknown;
@@ -2582,26 +2621,26 @@ export declare const Seo: ContentType<{
2582
2621
  lte?: number | undefined;
2583
2622
  };
2584
2623
  } | undefined;
2585
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2624
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2586
2625
  min: <TThis extends {
2587
2626
  kind: "field";
2588
2627
  readonly __fieldTypes?: {
2589
2628
  input: string;
2590
2629
  db: string;
2591
2630
  output: string;
2592
- meta: import("..").StringMeta<"Text">;
2593
- state: import("..").FieldState;
2631
+ meta: import("../index.js").StringMeta<"Text">;
2632
+ state: import("../index.js").FieldState;
2594
2633
  } | undefined;
2595
- meta: import("..").StringMeta<"Text">;
2596
- state: import("..").FieldState;
2634
+ meta: import("../index.js").StringMeta<"Text">;
2635
+ state: import("../index.js").FieldState;
2597
2636
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2598
2637
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2599
2638
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2600
2639
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2601
- getConfig: () => import("..").StringMeta<"Text">;
2640
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2602
2641
  getIsRequired: () => boolean;
2603
2642
  getIsTranslatable: () => boolean;
2604
- getVisibility: () => import("..").Visibility;
2643
+ getVisibility: () => import("../index.js").Visibility;
2605
2644
  getCondition: () => {
2606
2645
  field: string;
2607
2646
  equals: unknown;
@@ -2639,26 +2678,26 @@ export declare const Seo: ContentType<{
2639
2678
  lte?: number | undefined;
2640
2679
  };
2641
2680
  } | undefined;
2642
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2681
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2643
2682
  max: <TThis extends {
2644
2683
  kind: "field";
2645
2684
  readonly __fieldTypes?: {
2646
2685
  input: string;
2647
2686
  db: string;
2648
2687
  output: string;
2649
- meta: import("..").StringMeta<"Text">;
2650
- state: import("..").FieldState;
2688
+ meta: import("../index.js").StringMeta<"Text">;
2689
+ state: import("../index.js").FieldState;
2651
2690
  } | undefined;
2652
- meta: import("..").StringMeta<"Text">;
2653
- state: import("..").FieldState;
2691
+ meta: import("../index.js").StringMeta<"Text">;
2692
+ state: import("../index.js").FieldState;
2654
2693
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2655
2694
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2656
2695
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2657
2696
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2658
- getConfig: () => import("..").StringMeta<"Text">;
2697
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2659
2698
  getIsRequired: () => boolean;
2660
2699
  getIsTranslatable: () => boolean;
2661
- getVisibility: () => import("..").Visibility;
2700
+ getVisibility: () => import("../index.js").Visibility;
2662
2701
  getCondition: () => {
2663
2702
  field: string;
2664
2703
  equals: unknown;
@@ -2696,27 +2735,27 @@ export declare const Seo: ContentType<{
2696
2735
  lte?: number | undefined;
2697
2736
  };
2698
2737
  } | undefined;
2699
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2700
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2738
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2739
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
2701
2740
  field: string;
2702
2741
  equals: boolean;
2703
2742
  }>>;
2704
- twitterDescription: import("..").WithFieldState<Omit<{
2743
+ twitterDescription: import("../index.js").WithFieldState<Omit<{
2705
2744
  kind: "field";
2706
2745
  readonly __fieldTypes?: {
2707
2746
  input: string;
2708
2747
  db: string;
2709
2748
  output: string;
2710
- meta: import("..").StringMeta<"Textarea">;
2711
- state: import("..").DefaultFieldState;
2749
+ meta: import("../index.js").StringMeta<"Textarea">;
2750
+ state: import("../index.js").DefaultFieldState;
2712
2751
  } | undefined;
2713
- meta: import("..").StringMeta<"Textarea">;
2714
- state: import("..").DefaultFieldState;
2752
+ meta: import("../index.js").StringMeta<"Textarea">;
2753
+ state: import("../index.js").DefaultFieldState;
2715
2754
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2716
2755
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2717
2756
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2718
2757
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2719
- getConfig: () => import("..").StringMeta<"Textarea">;
2758
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2720
2759
  getIsRequired: () => false;
2721
2760
  getIsTranslatable: () => false;
2722
2761
  getVisibility: () => "all";
@@ -2728,19 +2767,19 @@ export declare const Seo: ContentType<{
2728
2767
  input: string;
2729
2768
  db: string;
2730
2769
  output: string;
2731
- meta: import("..").StringMeta<"Textarea">;
2732
- state: import("..").FieldState;
2770
+ meta: import("../index.js").StringMeta<"Textarea">;
2771
+ state: import("../index.js").FieldState;
2733
2772
  } | undefined;
2734
- meta: import("..").StringMeta<"Textarea">;
2735
- state: import("..").FieldState;
2773
+ meta: import("../index.js").StringMeta<"Textarea">;
2774
+ state: import("../index.js").FieldState;
2736
2775
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2737
2776
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2738
2777
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2739
2778
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2740
- getConfig: () => import("..").StringMeta<"Textarea">;
2779
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2741
2780
  getIsRequired: () => boolean;
2742
2781
  getIsTranslatable: () => boolean;
2743
- getVisibility: () => import("..").Visibility;
2782
+ getVisibility: () => import("../index.js").Visibility;
2744
2783
  getCondition: () => {
2745
2784
  field: string;
2746
2785
  equals: unknown;
@@ -2778,26 +2817,26 @@ export declare const Seo: ContentType<{
2778
2817
  lte?: number | undefined;
2779
2818
  };
2780
2819
  } | undefined;
2781
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2820
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2782
2821
  min: <TThis extends {
2783
2822
  kind: "field";
2784
2823
  readonly __fieldTypes?: {
2785
2824
  input: string;
2786
2825
  db: string;
2787
2826
  output: string;
2788
- meta: import("..").StringMeta<"Textarea">;
2789
- state: import("..").FieldState;
2827
+ meta: import("../index.js").StringMeta<"Textarea">;
2828
+ state: import("../index.js").FieldState;
2790
2829
  } | undefined;
2791
- meta: import("..").StringMeta<"Textarea">;
2792
- state: import("..").FieldState;
2830
+ meta: import("../index.js").StringMeta<"Textarea">;
2831
+ state: import("../index.js").FieldState;
2793
2832
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2794
2833
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2795
2834
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2796
2835
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2797
- getConfig: () => import("..").StringMeta<"Textarea">;
2836
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2798
2837
  getIsRequired: () => boolean;
2799
2838
  getIsTranslatable: () => boolean;
2800
- getVisibility: () => import("..").Visibility;
2839
+ getVisibility: () => import("../index.js").Visibility;
2801
2840
  getCondition: () => {
2802
2841
  field: string;
2803
2842
  equals: unknown;
@@ -2835,26 +2874,26 @@ export declare const Seo: ContentType<{
2835
2874
  lte?: number | undefined;
2836
2875
  };
2837
2876
  } | undefined;
2838
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
2877
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
2839
2878
  max: <TThis extends {
2840
2879
  kind: "field";
2841
2880
  readonly __fieldTypes?: {
2842
2881
  input: string;
2843
2882
  db: string;
2844
2883
  output: string;
2845
- meta: import("..").StringMeta<"Textarea">;
2846
- state: import("..").FieldState;
2884
+ meta: import("../index.js").StringMeta<"Textarea">;
2885
+ state: import("../index.js").FieldState;
2847
2886
  } | undefined;
2848
- meta: import("..").StringMeta<"Textarea">;
2849
- state: import("..").FieldState;
2887
+ meta: import("../index.js").StringMeta<"Textarea">;
2888
+ state: import("../index.js").FieldState;
2850
2889
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2851
2890
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2852
2891
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2853
2892
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2854
- getConfig: () => import("..").StringMeta<"Textarea">;
2893
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2855
2894
  getIsRequired: () => boolean;
2856
2895
  getIsTranslatable: () => boolean;
2857
- getVisibility: () => import("..").Visibility;
2896
+ getVisibility: () => import("../index.js").Visibility;
2858
2897
  getCondition: () => {
2859
2898
  field: string;
2860
2899
  equals: unknown;
@@ -2892,12 +2931,12 @@ export declare const Seo: ContentType<{
2892
2931
  lte?: number | undefined;
2893
2932
  };
2894
2933
  } | undefined;
2895
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
2896
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2934
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
2935
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
2897
2936
  field: string;
2898
2937
  equals: boolean;
2899
2938
  }>>;
2900
- twitterImage: import("..").WithFieldState<{
2939
+ twitterImage: import("../index.js").WithFieldState<{
2901
2940
  kind: "field";
2902
2941
  readonly __fieldTypes?: {
2903
2942
  input: {
@@ -2919,6 +2958,9 @@ export declare const Seo: ContentType<{
2919
2958
  height: number | null;
2920
2959
  size: number;
2921
2960
  orientation: "portrait" | "landscape" | null;
2961
+ key?: string | undefined;
2962
+ access?: "public" | "private" | undefined;
2963
+ previewKey?: string | null | undefined;
2922
2964
  title?: string | undefined;
2923
2965
  alt?: string | null | undefined;
2924
2966
  sizes?: {
@@ -2931,11 +2973,11 @@ export declare const Seo: ContentType<{
2931
2973
  }[] | undefined;
2932
2974
  srcSet?: string | null | undefined;
2933
2975
  };
2934
- meta: import("..").FileMeta<"Image", false>;
2935
- state: import("..").DefaultFieldState;
2976
+ meta: import("../index.js").FileMeta<"Image", false>;
2977
+ state: import("../index.js").DefaultFieldState;
2936
2978
  } | undefined;
2937
- meta: import("..").FileMeta<"Image", false>;
2938
- state: import("..").DefaultFieldState;
2979
+ meta: import("../index.js").FileMeta<"Image", false>;
2980
+ state: import("../index.js").DefaultFieldState;
2939
2981
  toZod: () => import("zod").ZodType<{
2940
2982
  type: "existing";
2941
2983
  _id: string;
@@ -2972,6 +3014,9 @@ export declare const Seo: ContentType<{
2972
3014
  height: number | null;
2973
3015
  size: number;
2974
3016
  orientation: "portrait" | "landscape" | null;
3017
+ key?: string | undefined;
3018
+ access?: "public" | "private" | undefined;
3019
+ previewKey?: string | null | undefined;
2975
3020
  title?: string | undefined;
2976
3021
  alt?: string | null | undefined;
2977
3022
  sizes?: {
@@ -2992,6 +3037,9 @@ export declare const Seo: ContentType<{
2992
3037
  height: number | null;
2993
3038
  size: number;
2994
3039
  orientation: "portrait" | "landscape" | null;
3040
+ key?: string | undefined;
3041
+ access?: "public" | "private" | undefined;
3042
+ previewKey?: string | null | undefined;
2995
3043
  title?: string | undefined;
2996
3044
  alt?: string | null | undefined;
2997
3045
  sizes?: {
@@ -3004,12 +3052,12 @@ export declare const Seo: ContentType<{
3004
3052
  }[] | undefined;
3005
3053
  srcSet?: string | null | undefined;
3006
3054
  } | undefined, unknown>>;
3007
- getConfig: () => import("..").FileMeta<"Image", false>;
3055
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3008
3056
  getIsRequired: () => false;
3009
3057
  getIsTranslatable: () => false;
3010
3058
  getVisibility: () => "all";
3011
3059
  getCondition: () => undefined;
3012
- } & import("..").PopulatableFieldLike<{
3060
+ } & import("../index.js").PopulatableFieldLike<{
3013
3061
  url: string;
3014
3062
  previewUrl: string | null;
3015
3063
  name: string;
@@ -3018,6 +3066,9 @@ export declare const Seo: ContentType<{
3018
3066
  height: number | null;
3019
3067
  size: number;
3020
3068
  orientation: "portrait" | "landscape" | null;
3069
+ key?: string | undefined;
3070
+ access?: "public" | "private" | undefined;
3071
+ previewKey?: string | null | undefined;
3021
3072
  title?: string | undefined;
3022
3073
  alt?: string | null | undefined;
3023
3074
  sizes?: {
@@ -3029,7 +3080,7 @@ export declare const Seo: ContentType<{
3029
3080
  size: number;
3030
3081
  }[] | undefined;
3031
3082
  srcSet?: string | null | undefined;
3032
- }, import("..").DefaultFieldState> & {
3083
+ }, import("../index.js").DefaultFieldState> & {
3033
3084
  type: <TThis extends {
3034
3085
  kind: "field";
3035
3086
  readonly __fieldTypes?: {
@@ -3052,6 +3103,9 @@ export declare const Seo: ContentType<{
3052
3103
  height: number | null;
3053
3104
  size: number;
3054
3105
  orientation: "portrait" | "landscape" | null;
3106
+ key?: string | undefined;
3107
+ access?: "public" | "private" | undefined;
3108
+ previewKey?: string | null | undefined;
3055
3109
  title?: string | undefined;
3056
3110
  alt?: string | null | undefined;
3057
3111
  sizes?: {
@@ -3064,11 +3118,11 @@ export declare const Seo: ContentType<{
3064
3118
  }[] | undefined;
3065
3119
  srcSet?: string | null | undefined;
3066
3120
  };
3067
- meta: import("..").FileMeta<"Image", false>;
3068
- state: import("..").FieldState;
3121
+ meta: import("../index.js").FileMeta<"Image", false>;
3122
+ state: import("../index.js").FieldState;
3069
3123
  } | undefined;
3070
- meta: import("..").FileMeta<"Image", false>;
3071
- state: import("..").FieldState;
3124
+ meta: import("../index.js").FileMeta<"Image", false>;
3125
+ state: import("../index.js").FieldState;
3072
3126
  toZod: () => import("zod").ZodType<{
3073
3127
  type: "existing";
3074
3128
  _id: string;
@@ -3105,6 +3159,9 @@ export declare const Seo: ContentType<{
3105
3159
  height: number | null;
3106
3160
  size: number;
3107
3161
  orientation: "portrait" | "landscape" | null;
3162
+ key?: string | undefined;
3163
+ access?: "public" | "private" | undefined;
3164
+ previewKey?: string | null | undefined;
3108
3165
  title?: string | undefined;
3109
3166
  alt?: string | null | undefined;
3110
3167
  sizes?: {
@@ -3125,6 +3182,9 @@ export declare const Seo: ContentType<{
3125
3182
  height: number | null;
3126
3183
  size: number;
3127
3184
  orientation: "portrait" | "landscape" | null;
3185
+ key?: string | undefined;
3186
+ access?: "public" | "private" | undefined;
3187
+ previewKey?: string | null | undefined;
3128
3188
  title?: string | undefined;
3129
3189
  alt?: string | null | undefined;
3130
3190
  sizes?: {
@@ -3137,10 +3197,10 @@ export declare const Seo: ContentType<{
3137
3197
  }[] | undefined;
3138
3198
  srcSet?: string | null | undefined;
3139
3199
  } | undefined, unknown>>;
3140
- getConfig: () => import("..").FileMeta<"Image", false>;
3200
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3141
3201
  getIsRequired: () => boolean;
3142
3202
  getIsTranslatable: () => boolean;
3143
- getVisibility: () => import("..").Visibility;
3203
+ getVisibility: () => import("../index.js").Visibility;
3144
3204
  getCondition: () => {
3145
3205
  field: string;
3146
3206
  equals: unknown;
@@ -3178,7 +3238,7 @@ export declare const Seo: ContentType<{
3178
3238
  lte?: number | undefined;
3179
3239
  };
3180
3240
  } | undefined;
3181
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
3241
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
3182
3242
  multiple: <TThis extends {
3183
3243
  kind: "field";
3184
3244
  readonly __fieldTypes?: {
@@ -3201,6 +3261,9 @@ export declare const Seo: ContentType<{
3201
3261
  height: number | null;
3202
3262
  size: number;
3203
3263
  orientation: "portrait" | "landscape" | null;
3264
+ key?: string | undefined;
3265
+ access?: "public" | "private" | undefined;
3266
+ previewKey?: string | null | undefined;
3204
3267
  title?: string | undefined;
3205
3268
  alt?: string | null | undefined;
3206
3269
  sizes?: {
@@ -3213,11 +3276,11 @@ export declare const Seo: ContentType<{
3213
3276
  }[] | undefined;
3214
3277
  srcSet?: string | null | undefined;
3215
3278
  };
3216
- meta: import("..").FileMeta<"Image", false>;
3217
- state: import("..").FieldState;
3279
+ meta: import("../index.js").FileMeta<"Image", false>;
3280
+ state: import("../index.js").FieldState;
3218
3281
  } | undefined;
3219
- meta: import("..").FileMeta<"Image", false>;
3220
- state: import("..").FieldState;
3282
+ meta: import("../index.js").FileMeta<"Image", false>;
3283
+ state: import("../index.js").FieldState;
3221
3284
  toZod: () => import("zod").ZodType<{
3222
3285
  type: "existing";
3223
3286
  _id: string;
@@ -3254,6 +3317,9 @@ export declare const Seo: ContentType<{
3254
3317
  height: number | null;
3255
3318
  size: number;
3256
3319
  orientation: "portrait" | "landscape" | null;
3320
+ key?: string | undefined;
3321
+ access?: "public" | "private" | undefined;
3322
+ previewKey?: string | null | undefined;
3257
3323
  title?: string | undefined;
3258
3324
  alt?: string | null | undefined;
3259
3325
  sizes?: {
@@ -3274,6 +3340,9 @@ export declare const Seo: ContentType<{
3274
3340
  height: number | null;
3275
3341
  size: number;
3276
3342
  orientation: "portrait" | "landscape" | null;
3343
+ key?: string | undefined;
3344
+ access?: "public" | "private" | undefined;
3345
+ previewKey?: string | null | undefined;
3277
3346
  title?: string | undefined;
3278
3347
  alt?: string | null | undefined;
3279
3348
  sizes?: {
@@ -3286,10 +3355,10 @@ export declare const Seo: ContentType<{
3286
3355
  }[] | undefined;
3287
3356
  srcSet?: string | null | undefined;
3288
3357
  } | undefined, unknown>>;
3289
- getConfig: () => import("..").FileMeta<"Image", false>;
3358
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3290
3359
  getIsRequired: () => boolean;
3291
3360
  getIsTranslatable: () => boolean;
3292
- getVisibility: () => import("..").Visibility;
3361
+ getVisibility: () => import("../index.js").Visibility;
3293
3362
  getCondition: () => {
3294
3363
  field: string;
3295
3364
  equals: unknown;
@@ -3327,7 +3396,7 @@ export declare const Seo: ContentType<{
3327
3396
  lte?: number | undefined;
3328
3397
  };
3329
3398
  } | undefined;
3330
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
3399
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
3331
3400
  optimize: <TThis extends {
3332
3401
  kind: "field";
3333
3402
  readonly __fieldTypes?: {
@@ -3350,6 +3419,9 @@ export declare const Seo: ContentType<{
3350
3419
  height: number | null;
3351
3420
  size: number;
3352
3421
  orientation: "portrait" | "landscape" | null;
3422
+ key?: string | undefined;
3423
+ access?: "public" | "private" | undefined;
3424
+ previewKey?: string | null | undefined;
3353
3425
  title?: string | undefined;
3354
3426
  alt?: string | null | undefined;
3355
3427
  sizes?: {
@@ -3362,11 +3434,11 @@ export declare const Seo: ContentType<{
3362
3434
  }[] | undefined;
3363
3435
  srcSet?: string | null | undefined;
3364
3436
  };
3365
- meta: import("..").FileMeta<"Image", false>;
3366
- state: import("..").FieldState;
3437
+ meta: import("../index.js").FileMeta<"Image", false>;
3438
+ state: import("../index.js").FieldState;
3367
3439
  } | undefined;
3368
- meta: import("..").FileMeta<"Image", false>;
3369
- state: import("..").FieldState;
3440
+ meta: import("../index.js").FileMeta<"Image", false>;
3441
+ state: import("../index.js").FieldState;
3370
3442
  toZod: () => import("zod").ZodType<{
3371
3443
  type: "existing";
3372
3444
  _id: string;
@@ -3403,6 +3475,9 @@ export declare const Seo: ContentType<{
3403
3475
  height: number | null;
3404
3476
  size: number;
3405
3477
  orientation: "portrait" | "landscape" | null;
3478
+ key?: string | undefined;
3479
+ access?: "public" | "private" | undefined;
3480
+ previewKey?: string | null | undefined;
3406
3481
  title?: string | undefined;
3407
3482
  alt?: string | null | undefined;
3408
3483
  sizes?: {
@@ -3423,6 +3498,9 @@ export declare const Seo: ContentType<{
3423
3498
  height: number | null;
3424
3499
  size: number;
3425
3500
  orientation: "portrait" | "landscape" | null;
3501
+ key?: string | undefined;
3502
+ access?: "public" | "private" | undefined;
3503
+ previewKey?: string | null | undefined;
3426
3504
  title?: string | undefined;
3427
3505
  alt?: string | null | undefined;
3428
3506
  sizes?: {
@@ -3435,10 +3513,10 @@ export declare const Seo: ContentType<{
3435
3513
  }[] | undefined;
3436
3514
  srcSet?: string | null | undefined;
3437
3515
  } | undefined, unknown>>;
3438
- getConfig: () => import("..").FileMeta<"Image", false>;
3516
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3439
3517
  getIsRequired: () => boolean;
3440
3518
  getIsTranslatable: () => boolean;
3441
- getVisibility: () => import("..").Visibility;
3519
+ getVisibility: () => import("../index.js").Visibility;
3442
3520
  getCondition: () => {
3443
3521
  field: string;
3444
3522
  equals: unknown;
@@ -3476,27 +3554,27 @@ export declare const Seo: ContentType<{
3476
3554
  lte?: number | undefined;
3477
3555
  };
3478
3556
  } | undefined;
3479
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
3480
- }, import("..").SetCondition<import("..").DefaultFieldState, {
3557
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
3558
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
3481
3559
  field: string;
3482
3560
  equals: boolean;
3483
3561
  }>>;
3484
- twitterImageAlt: import("..").WithFieldState<Omit<{
3562
+ twitterImageAlt: import("../index.js").WithFieldState<Omit<{
3485
3563
  kind: "field";
3486
3564
  readonly __fieldTypes?: {
3487
3565
  input: string;
3488
3566
  db: string;
3489
3567
  output: string;
3490
- meta: import("..").StringMeta<"Text">;
3491
- state: import("..").DefaultFieldState;
3568
+ meta: import("../index.js").StringMeta<"Text">;
3569
+ state: import("../index.js").DefaultFieldState;
3492
3570
  } | undefined;
3493
- meta: import("..").StringMeta<"Text">;
3494
- state: import("..").DefaultFieldState;
3571
+ meta: import("../index.js").StringMeta<"Text">;
3572
+ state: import("../index.js").DefaultFieldState;
3495
3573
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3496
3574
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3497
3575
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3498
3576
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3499
- getConfig: () => import("..").StringMeta<"Text">;
3577
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3500
3578
  getIsRequired: () => false;
3501
3579
  getIsTranslatable: () => false;
3502
3580
  getVisibility: () => "all";
@@ -3508,19 +3586,19 @@ export declare const Seo: ContentType<{
3508
3586
  input: string;
3509
3587
  db: string;
3510
3588
  output: string;
3511
- meta: import("..").StringMeta<"Text">;
3512
- state: import("..").FieldState;
3589
+ meta: import("../index.js").StringMeta<"Text">;
3590
+ state: import("../index.js").FieldState;
3513
3591
  } | undefined;
3514
- meta: import("..").StringMeta<"Text">;
3515
- state: import("..").FieldState;
3592
+ meta: import("../index.js").StringMeta<"Text">;
3593
+ state: import("../index.js").FieldState;
3516
3594
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3517
3595
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3518
3596
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3519
3597
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3520
- getConfig: () => import("..").StringMeta<"Text">;
3598
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3521
3599
  getIsRequired: () => boolean;
3522
3600
  getIsTranslatable: () => boolean;
3523
- getVisibility: () => import("..").Visibility;
3601
+ getVisibility: () => import("../index.js").Visibility;
3524
3602
  getCondition: () => {
3525
3603
  field: string;
3526
3604
  equals: unknown;
@@ -3558,26 +3636,26 @@ export declare const Seo: ContentType<{
3558
3636
  lte?: number | undefined;
3559
3637
  };
3560
3638
  } | undefined;
3561
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3639
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3562
3640
  min: <TThis extends {
3563
3641
  kind: "field";
3564
3642
  readonly __fieldTypes?: {
3565
3643
  input: string;
3566
3644
  db: string;
3567
3645
  output: string;
3568
- meta: import("..").StringMeta<"Text">;
3569
- state: import("..").FieldState;
3646
+ meta: import("../index.js").StringMeta<"Text">;
3647
+ state: import("../index.js").FieldState;
3570
3648
  } | undefined;
3571
- meta: import("..").StringMeta<"Text">;
3572
- state: import("..").FieldState;
3649
+ meta: import("../index.js").StringMeta<"Text">;
3650
+ state: import("../index.js").FieldState;
3573
3651
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3574
3652
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3575
3653
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3576
3654
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3577
- getConfig: () => import("..").StringMeta<"Text">;
3655
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3578
3656
  getIsRequired: () => boolean;
3579
3657
  getIsTranslatable: () => boolean;
3580
- getVisibility: () => import("..").Visibility;
3658
+ getVisibility: () => import("../index.js").Visibility;
3581
3659
  getCondition: () => {
3582
3660
  field: string;
3583
3661
  equals: unknown;
@@ -3615,26 +3693,26 @@ export declare const Seo: ContentType<{
3615
3693
  lte?: number | undefined;
3616
3694
  };
3617
3695
  } | undefined;
3618
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3696
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3619
3697
  max: <TThis extends {
3620
3698
  kind: "field";
3621
3699
  readonly __fieldTypes?: {
3622
3700
  input: string;
3623
3701
  db: string;
3624
3702
  output: string;
3625
- meta: import("..").StringMeta<"Text">;
3626
- state: import("..").FieldState;
3703
+ meta: import("../index.js").StringMeta<"Text">;
3704
+ state: import("../index.js").FieldState;
3627
3705
  } | undefined;
3628
- meta: import("..").StringMeta<"Text">;
3629
- state: import("..").FieldState;
3706
+ meta: import("../index.js").StringMeta<"Text">;
3707
+ state: import("../index.js").FieldState;
3630
3708
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3631
3709
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3632
3710
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3633
3711
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3634
- getConfig: () => import("..").StringMeta<"Text">;
3712
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3635
3713
  getIsRequired: () => boolean;
3636
3714
  getIsTranslatable: () => boolean;
3637
- getVisibility: () => import("..").Visibility;
3715
+ getVisibility: () => import("../index.js").Visibility;
3638
3716
  getCondition: () => {
3639
3717
  field: string;
3640
3718
  equals: unknown;
@@ -3672,8 +3750,8 @@ export declare const Seo: ContentType<{
3672
3750
  lte?: number | undefined;
3673
3751
  };
3674
3752
  } | undefined;
3675
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3676
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
3753
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3754
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "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>, {
3677
3755
  field: string;
3678
3756
  equals: boolean;
3679
3757
  }>>;