@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 SeoSettings: ContentType<{
4
- key: import("..").WithFieldState<{
4
+ key: import("../index.js").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
7
  input: string;
8
8
  db: string;
9
9
  output: string;
10
- meta: import("..").StringMeta<"Text">;
11
- state: import("..").DefaultFieldState;
10
+ meta: import("../index.js").StringMeta<"Text">;
11
+ state: import("../index.js").DefaultFieldState;
12
12
  } | undefined;
13
- meta: import("..").StringMeta<"Text">;
14
- state: import("..").DefaultFieldState;
13
+ meta: import("../index.js").StringMeta<"Text">;
14
+ state: import("../index.js").DefaultFieldState;
15
15
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
16
16
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
17
17
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
18
18
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
19
- getConfig: () => import("..").StringMeta<"Text">;
19
+ getConfig: () => import("../index.js").StringMeta<"Text">;
20
20
  getIsRequired: () => false;
21
21
  getIsTranslatable: () => false;
22
22
  getVisibility: () => "all";
@@ -28,19 +28,19 @@ export declare const SeoSettings: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: ContentType<{
192
192
  lte?: number | undefined;
193
193
  };
194
194
  } | undefined;
195
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
196
- }, import("..").SetRequired<import("..").DefaultFieldState>>;
197
- siteName: import("..").WithFieldState<{
195
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
196
+ }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
197
+ siteName: 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<"Text">;
204
- state: import("..").DefaultFieldState;
203
+ meta: import("../index.js").StringMeta<"Text">;
204
+ state: import("../index.js").DefaultFieldState;
205
205
  } | undefined;
206
- meta: import("..").StringMeta<"Text">;
207
- state: import("..").DefaultFieldState;
206
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
212
+ getConfig: () => import("../index.js").StringMeta<"Text">;
213
213
  getIsRequired: () => false;
214
214
  getIsTranslatable: () => false;
215
215
  getVisibility: () => "all";
@@ -221,19 +221,19 @@ export declare const SeoSettings: ContentType<{
221
221
  input: string;
222
222
  db: string;
223
223
  output: string;
224
- meta: import("..").StringMeta<"Text">;
225
- state: import("..").FieldState;
224
+ meta: import("../index.js").StringMeta<"Text">;
225
+ state: import("../index.js").FieldState;
226
226
  } | undefined;
227
- meta: import("..").StringMeta<"Text">;
228
- state: import("..").FieldState;
227
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
233
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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 SeoSettings: 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<"Text">;
282
- state: import("..").FieldState;
281
+ meta: import("../index.js").StringMeta<"Text">;
282
+ state: import("../index.js").FieldState;
283
283
  } | undefined;
284
- meta: import("..").StringMeta<"Text">;
285
- state: import("..").FieldState;
284
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
290
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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 SeoSettings: ContentType<{
328
328
  lte?: number | undefined;
329
329
  };
330
330
  } | undefined;
331
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
331
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", 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<"Text">;
339
- state: import("..").FieldState;
338
+ meta: import("../index.js").StringMeta<"Text">;
339
+ state: import("../index.js").FieldState;
340
340
  } | undefined;
341
- meta: import("..").StringMeta<"Text">;
342
- state: import("..").FieldState;
341
+ meta: import("../index.js").StringMeta<"Text">;
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<"Text">;
347
+ getConfig: () => import("../index.js").StringMeta<"Text">;
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,28 +385,28 @@ export declare const SeoSettings: ContentType<{
385
385
  lte?: number | undefined;
386
386
  };
387
387
  } | undefined;
388
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
389
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
390
- siteUrl: import("..").StringField<"Url", import("..").DefaultFieldState>;
391
- titleTemplate: import("..").StringField<"Text", import("..").DefaultFieldState>;
392
- twitterSite: import("..").StringField<"Text", import("..").DefaultFieldState>;
393
- defaultSeo: import("..").RelationField<ContentType<{
394
- title: import("..").WithFieldState<{
388
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
389
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
390
+ siteUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
391
+ titleTemplate: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
392
+ twitterSite: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
393
+ defaultSeo: import("../index.js").RelationField<ContentType<{
394
+ title: import("../index.js").WithFieldState<{
395
395
  kind: "field";
396
396
  readonly __fieldTypes?: {
397
397
  input: string;
398
398
  db: string;
399
399
  output: string;
400
- meta: import("..").StringMeta<"Text">;
401
- state: import("..").DefaultFieldState;
400
+ meta: import("../index.js").StringMeta<"Text">;
401
+ state: import("../index.js").DefaultFieldState;
402
402
  } | undefined;
403
- meta: import("..").StringMeta<"Text">;
404
- state: import("..").DefaultFieldState;
403
+ meta: import("../index.js").StringMeta<"Text">;
404
+ state: import("../index.js").DefaultFieldState;
405
405
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
406
406
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
407
407
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
408
408
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
409
- getConfig: () => import("..").StringMeta<"Text">;
409
+ getConfig: () => import("../index.js").StringMeta<"Text">;
410
410
  getIsRequired: () => false;
411
411
  getIsTranslatable: () => false;
412
412
  getVisibility: () => "all";
@@ -418,19 +418,19 @@ export declare const SeoSettings: ContentType<{
418
418
  input: string;
419
419
  db: string;
420
420
  output: string;
421
- meta: import("..").StringMeta<"Text">;
422
- state: import("..").FieldState;
421
+ meta: import("../index.js").StringMeta<"Text">;
422
+ state: import("../index.js").FieldState;
423
423
  } | undefined;
424
- meta: import("..").StringMeta<"Text">;
425
- state: import("..").FieldState;
424
+ meta: import("../index.js").StringMeta<"Text">;
425
+ state: import("../index.js").FieldState;
426
426
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
427
427
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
428
428
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
429
429
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
430
- getConfig: () => import("..").StringMeta<"Text">;
430
+ getConfig: () => import("../index.js").StringMeta<"Text">;
431
431
  getIsRequired: () => boolean;
432
432
  getIsTranslatable: () => boolean;
433
- getVisibility: () => import("..").Visibility;
433
+ getVisibility: () => import("../index.js").Visibility;
434
434
  getCondition: () => {
435
435
  field: string;
436
436
  equals: unknown;
@@ -468,26 +468,26 @@ export declare const SeoSettings: ContentType<{
468
468
  lte?: number | undefined;
469
469
  };
470
470
  } | undefined;
471
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
471
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
472
472
  min: <TThis extends {
473
473
  kind: "field";
474
474
  readonly __fieldTypes?: {
475
475
  input: string;
476
476
  db: string;
477
477
  output: string;
478
- meta: import("..").StringMeta<"Text">;
479
- state: import("..").FieldState;
478
+ meta: import("../index.js").StringMeta<"Text">;
479
+ state: import("../index.js").FieldState;
480
480
  } | undefined;
481
- meta: import("..").StringMeta<"Text">;
482
- state: import("..").FieldState;
481
+ meta: import("../index.js").StringMeta<"Text">;
482
+ state: import("../index.js").FieldState;
483
483
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
484
484
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
485
485
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
486
486
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
487
- getConfig: () => import("..").StringMeta<"Text">;
487
+ getConfig: () => import("../index.js").StringMeta<"Text">;
488
488
  getIsRequired: () => boolean;
489
489
  getIsTranslatable: () => boolean;
490
- getVisibility: () => import("..").Visibility;
490
+ getVisibility: () => import("../index.js").Visibility;
491
491
  getCondition: () => {
492
492
  field: string;
493
493
  equals: unknown;
@@ -525,26 +525,26 @@ export declare const SeoSettings: ContentType<{
525
525
  lte?: number | undefined;
526
526
  };
527
527
  } | undefined;
528
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
528
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
529
529
  max: <TThis extends {
530
530
  kind: "field";
531
531
  readonly __fieldTypes?: {
532
532
  input: string;
533
533
  db: string;
534
534
  output: string;
535
- meta: import("..").StringMeta<"Text">;
536
- state: import("..").FieldState;
535
+ meta: import("../index.js").StringMeta<"Text">;
536
+ state: import("../index.js").FieldState;
537
537
  } | undefined;
538
- meta: import("..").StringMeta<"Text">;
539
- state: import("..").FieldState;
538
+ meta: import("../index.js").StringMeta<"Text">;
539
+ state: import("../index.js").FieldState;
540
540
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
541
541
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
542
542
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
543
543
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
544
- getConfig: () => import("..").StringMeta<"Text">;
544
+ getConfig: () => import("../index.js").StringMeta<"Text">;
545
545
  getIsRequired: () => boolean;
546
546
  getIsTranslatable: () => boolean;
547
- getVisibility: () => import("..").Visibility;
547
+ getVisibility: () => import("../index.js").Visibility;
548
548
  getCondition: () => {
549
549
  field: string;
550
550
  equals: unknown;
@@ -582,24 +582,24 @@ export declare const SeoSettings: ContentType<{
582
582
  lte?: number | undefined;
583
583
  };
584
584
  } | undefined;
585
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
586
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
587
- description: import("..").WithFieldState<{
585
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
586
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
587
+ description: import("../index.js").WithFieldState<{
588
588
  kind: "field";
589
589
  readonly __fieldTypes?: {
590
590
  input: string;
591
591
  db: string;
592
592
  output: string;
593
- meta: import("..").StringMeta<"Textarea">;
594
- state: import("..").DefaultFieldState;
593
+ meta: import("../index.js").StringMeta<"Textarea">;
594
+ state: import("../index.js").DefaultFieldState;
595
595
  } | undefined;
596
- meta: import("..").StringMeta<"Textarea">;
597
- state: import("..").DefaultFieldState;
596
+ meta: import("../index.js").StringMeta<"Textarea">;
597
+ state: import("../index.js").DefaultFieldState;
598
598
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
599
599
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
600
600
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
601
601
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
602
- getConfig: () => import("..").StringMeta<"Textarea">;
602
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
603
603
  getIsRequired: () => false;
604
604
  getIsTranslatable: () => false;
605
605
  getVisibility: () => "all";
@@ -611,19 +611,19 @@ export declare const SeoSettings: ContentType<{
611
611
  input: string;
612
612
  db: string;
613
613
  output: string;
614
- meta: import("..").StringMeta<"Textarea">;
615
- state: import("..").FieldState;
614
+ meta: import("../index.js").StringMeta<"Textarea">;
615
+ state: import("../index.js").FieldState;
616
616
  } | undefined;
617
- meta: import("..").StringMeta<"Textarea">;
618
- state: import("..").FieldState;
617
+ meta: import("../index.js").StringMeta<"Textarea">;
618
+ state: import("../index.js").FieldState;
619
619
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
620
620
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
621
621
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
622
622
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
623
- getConfig: () => import("..").StringMeta<"Textarea">;
623
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
624
624
  getIsRequired: () => boolean;
625
625
  getIsTranslatable: () => boolean;
626
- getVisibility: () => import("..").Visibility;
626
+ getVisibility: () => import("../index.js").Visibility;
627
627
  getCondition: () => {
628
628
  field: string;
629
629
  equals: unknown;
@@ -661,26 +661,26 @@ export declare const SeoSettings: ContentType<{
661
661
  lte?: number | undefined;
662
662
  };
663
663
  } | undefined;
664
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
664
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
665
665
  min: <TThis extends {
666
666
  kind: "field";
667
667
  readonly __fieldTypes?: {
668
668
  input: string;
669
669
  db: string;
670
670
  output: string;
671
- meta: import("..").StringMeta<"Textarea">;
672
- state: import("..").FieldState;
671
+ meta: import("../index.js").StringMeta<"Textarea">;
672
+ state: import("../index.js").FieldState;
673
673
  } | undefined;
674
- meta: import("..").StringMeta<"Textarea">;
675
- state: import("..").FieldState;
674
+ meta: import("../index.js").StringMeta<"Textarea">;
675
+ state: import("../index.js").FieldState;
676
676
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
677
677
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
678
678
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
679
679
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
680
- getConfig: () => import("..").StringMeta<"Textarea">;
680
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
681
681
  getIsRequired: () => boolean;
682
682
  getIsTranslatable: () => boolean;
683
- getVisibility: () => import("..").Visibility;
683
+ getVisibility: () => import("../index.js").Visibility;
684
684
  getCondition: () => {
685
685
  field: string;
686
686
  equals: unknown;
@@ -718,26 +718,26 @@ export declare const SeoSettings: ContentType<{
718
718
  lte?: number | undefined;
719
719
  };
720
720
  } | undefined;
721
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
721
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
722
722
  max: <TThis extends {
723
723
  kind: "field";
724
724
  readonly __fieldTypes?: {
725
725
  input: string;
726
726
  db: string;
727
727
  output: string;
728
- meta: import("..").StringMeta<"Textarea">;
729
- state: import("..").FieldState;
728
+ meta: import("../index.js").StringMeta<"Textarea">;
729
+ state: import("../index.js").FieldState;
730
730
  } | undefined;
731
- meta: import("..").StringMeta<"Textarea">;
732
- state: import("..").FieldState;
731
+ meta: import("../index.js").StringMeta<"Textarea">;
732
+ state: import("../index.js").FieldState;
733
733
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
734
734
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
735
735
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
736
736
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
737
- getConfig: () => import("..").StringMeta<"Textarea">;
737
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
738
738
  getIsRequired: () => boolean;
739
739
  getIsTranslatable: () => boolean;
740
- getVisibility: () => import("..").Visibility;
740
+ getVisibility: () => import("../index.js").Visibility;
741
741
  getCondition: () => {
742
742
  field: string;
743
743
  equals: unknown;
@@ -775,24 +775,24 @@ export declare const SeoSettings: ContentType<{
775
775
  lte?: number | undefined;
776
776
  };
777
777
  } | undefined;
778
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
779
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
780
- canonicalUrl: import("..").WithFieldState<{
778
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
779
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
780
+ canonicalUrl: import("../index.js").WithFieldState<{
781
781
  kind: "field";
782
782
  readonly __fieldTypes?: {
783
783
  input: string;
784
784
  db: string;
785
785
  output: string;
786
- meta: import("..").StringMeta<"Url">;
787
- state: import("..").DefaultFieldState;
786
+ meta: import("../index.js").StringMeta<"Url">;
787
+ state: import("../index.js").DefaultFieldState;
788
788
  } | undefined;
789
- meta: import("..").StringMeta<"Url">;
790
- state: import("..").DefaultFieldState;
789
+ meta: import("../index.js").StringMeta<"Url">;
790
+ state: import("../index.js").DefaultFieldState;
791
791
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
792
792
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
793
793
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
794
794
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
795
- getConfig: () => import("..").StringMeta<"Url">;
795
+ getConfig: () => import("../index.js").StringMeta<"Url">;
796
796
  getIsRequired: () => false;
797
797
  getIsTranslatable: () => false;
798
798
  getVisibility: () => "all";
@@ -804,19 +804,19 @@ export declare const SeoSettings: ContentType<{
804
804
  input: string;
805
805
  db: string;
806
806
  output: string;
807
- meta: import("..").StringMeta<"Url">;
808
- state: import("..").FieldState;
807
+ meta: import("../index.js").StringMeta<"Url">;
808
+ state: import("../index.js").FieldState;
809
809
  } | undefined;
810
- meta: import("..").StringMeta<"Url">;
811
- state: import("..").FieldState;
810
+ meta: import("../index.js").StringMeta<"Url">;
811
+ state: import("../index.js").FieldState;
812
812
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
813
813
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
814
814
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
815
815
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
816
- getConfig: () => import("..").StringMeta<"Url">;
816
+ getConfig: () => import("../index.js").StringMeta<"Url">;
817
817
  getIsRequired: () => boolean;
818
818
  getIsTranslatable: () => boolean;
819
- getVisibility: () => import("..").Visibility;
819
+ getVisibility: () => import("../index.js").Visibility;
820
820
  getCondition: () => {
821
821
  field: string;
822
822
  equals: unknown;
@@ -854,26 +854,26 @@ export declare const SeoSettings: ContentType<{
854
854
  lte?: number | undefined;
855
855
  };
856
856
  } | undefined;
857
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
857
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
858
858
  min: <TThis extends {
859
859
  kind: "field";
860
860
  readonly __fieldTypes?: {
861
861
  input: string;
862
862
  db: string;
863
863
  output: string;
864
- meta: import("..").StringMeta<"Url">;
865
- state: import("..").FieldState;
864
+ meta: import("../index.js").StringMeta<"Url">;
865
+ state: import("../index.js").FieldState;
866
866
  } | undefined;
867
- meta: import("..").StringMeta<"Url">;
868
- state: import("..").FieldState;
867
+ meta: import("../index.js").StringMeta<"Url">;
868
+ state: import("../index.js").FieldState;
869
869
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
870
870
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
871
871
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
872
872
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
873
- getConfig: () => import("..").StringMeta<"Url">;
873
+ getConfig: () => import("../index.js").StringMeta<"Url">;
874
874
  getIsRequired: () => boolean;
875
875
  getIsTranslatable: () => boolean;
876
- getVisibility: () => import("..").Visibility;
876
+ getVisibility: () => import("../index.js").Visibility;
877
877
  getCondition: () => {
878
878
  field: string;
879
879
  equals: unknown;
@@ -911,26 +911,26 @@ export declare const SeoSettings: ContentType<{
911
911
  lte?: number | undefined;
912
912
  };
913
913
  } | undefined;
914
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
914
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
915
915
  max: <TThis extends {
916
916
  kind: "field";
917
917
  readonly __fieldTypes?: {
918
918
  input: string;
919
919
  db: string;
920
920
  output: string;
921
- meta: import("..").StringMeta<"Url">;
922
- state: import("..").FieldState;
921
+ meta: import("../index.js").StringMeta<"Url">;
922
+ state: import("../index.js").FieldState;
923
923
  } | undefined;
924
- meta: import("..").StringMeta<"Url">;
925
- state: import("..").FieldState;
924
+ meta: import("../index.js").StringMeta<"Url">;
925
+ state: import("../index.js").FieldState;
926
926
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
927
927
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
928
928
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
929
929
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
930
- getConfig: () => import("..").StringMeta<"Url">;
930
+ getConfig: () => import("../index.js").StringMeta<"Url">;
931
931
  getIsRequired: () => boolean;
932
932
  getIsTranslatable: () => boolean;
933
- getVisibility: () => import("..").Visibility;
933
+ getVisibility: () => import("../index.js").Visibility;
934
934
  getCondition: () => {
935
935
  field: string;
936
936
  equals: unknown;
@@ -968,25 +968,25 @@ export declare const SeoSettings: ContentType<{
968
968
  lte?: number | undefined;
969
969
  };
970
970
  } | undefined;
971
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
972
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
973
- image: import("..").FileField<"Image", false, import("..").DefaultFieldState>;
974
- imageAlt: import("..").WithFieldState<{
971
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
972
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
973
+ image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
974
+ imageAlt: import("../index.js").WithFieldState<{
975
975
  kind: "field";
976
976
  readonly __fieldTypes?: {
977
977
  input: string;
978
978
  db: string;
979
979
  output: string;
980
- meta: import("..").StringMeta<"Text">;
981
- state: import("..").DefaultFieldState;
980
+ meta: import("../index.js").StringMeta<"Text">;
981
+ state: import("../index.js").DefaultFieldState;
982
982
  } | undefined;
983
- meta: import("..").StringMeta<"Text">;
984
- state: import("..").DefaultFieldState;
983
+ meta: import("../index.js").StringMeta<"Text">;
984
+ state: import("../index.js").DefaultFieldState;
985
985
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
986
986
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
987
987
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
988
988
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
989
- getConfig: () => import("..").StringMeta<"Text">;
989
+ getConfig: () => import("../index.js").StringMeta<"Text">;
990
990
  getIsRequired: () => false;
991
991
  getIsTranslatable: () => false;
992
992
  getVisibility: () => "all";
@@ -998,19 +998,19 @@ export declare const SeoSettings: ContentType<{
998
998
  input: string;
999
999
  db: string;
1000
1000
  output: string;
1001
- meta: import("..").StringMeta<"Text">;
1002
- state: import("..").FieldState;
1001
+ meta: import("../index.js").StringMeta<"Text">;
1002
+ state: import("../index.js").FieldState;
1003
1003
  } | undefined;
1004
- meta: import("..").StringMeta<"Text">;
1005
- state: import("..").FieldState;
1004
+ meta: import("../index.js").StringMeta<"Text">;
1005
+ state: import("../index.js").FieldState;
1006
1006
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1007
1007
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1008
1008
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1009
1009
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1010
- getConfig: () => import("..").StringMeta<"Text">;
1010
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1011
1011
  getIsRequired: () => boolean;
1012
1012
  getIsTranslatable: () => boolean;
1013
- getVisibility: () => import("..").Visibility;
1013
+ getVisibility: () => import("../index.js").Visibility;
1014
1014
  getCondition: () => {
1015
1015
  field: string;
1016
1016
  equals: unknown;
@@ -1048,26 +1048,26 @@ export declare const SeoSettings: ContentType<{
1048
1048
  lte?: number | undefined;
1049
1049
  };
1050
1050
  } | undefined;
1051
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1051
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1052
1052
  min: <TThis extends {
1053
1053
  kind: "field";
1054
1054
  readonly __fieldTypes?: {
1055
1055
  input: string;
1056
1056
  db: string;
1057
1057
  output: string;
1058
- meta: import("..").StringMeta<"Text">;
1059
- state: import("..").FieldState;
1058
+ meta: import("../index.js").StringMeta<"Text">;
1059
+ state: import("../index.js").FieldState;
1060
1060
  } | undefined;
1061
- meta: import("..").StringMeta<"Text">;
1062
- state: import("..").FieldState;
1061
+ meta: import("../index.js").StringMeta<"Text">;
1062
+ state: import("../index.js").FieldState;
1063
1063
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1064
1064
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1065
1065
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1066
1066
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1067
- getConfig: () => import("..").StringMeta<"Text">;
1067
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1068
1068
  getIsRequired: () => boolean;
1069
1069
  getIsTranslatable: () => boolean;
1070
- getVisibility: () => import("..").Visibility;
1070
+ getVisibility: () => import("../index.js").Visibility;
1071
1071
  getCondition: () => {
1072
1072
  field: string;
1073
1073
  equals: unknown;
@@ -1105,26 +1105,26 @@ export declare const SeoSettings: ContentType<{
1105
1105
  lte?: number | undefined;
1106
1106
  };
1107
1107
  } | undefined;
1108
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1108
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1109
1109
  max: <TThis extends {
1110
1110
  kind: "field";
1111
1111
  readonly __fieldTypes?: {
1112
1112
  input: string;
1113
1113
  db: string;
1114
1114
  output: string;
1115
- meta: import("..").StringMeta<"Text">;
1116
- state: import("..").FieldState;
1115
+ meta: import("../index.js").StringMeta<"Text">;
1116
+ state: import("../index.js").FieldState;
1117
1117
  } | undefined;
1118
- meta: import("..").StringMeta<"Text">;
1119
- state: import("..").FieldState;
1118
+ meta: import("../index.js").StringMeta<"Text">;
1119
+ state: import("../index.js").FieldState;
1120
1120
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1121
1121
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1122
1122
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1123
1123
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1124
- getConfig: () => import("..").StringMeta<"Text">;
1124
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1125
1125
  getIsRequired: () => boolean;
1126
1126
  getIsTranslatable: () => boolean;
1127
- getVisibility: () => import("..").Visibility;
1127
+ getVisibility: () => import("../index.js").Visibility;
1128
1128
  getCondition: () => {
1129
1129
  field: string;
1130
1130
  equals: unknown;
@@ -1162,26 +1162,26 @@ export declare const SeoSettings: ContentType<{
1162
1162
  lte?: number | undefined;
1163
1163
  };
1164
1164
  } | undefined;
1165
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1166
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
1167
- noIndex: import("..").BooleanField<import("..").DefaultFieldState>;
1168
- customOpenGraph: import("..").BooleanField<import("..").DefaultFieldState>;
1169
- openGraphTitle: import("..").WithFieldState<Omit<{
1165
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1166
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
1167
+ noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
1168
+ customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
1169
+ openGraphTitle: import("../index.js").WithFieldState<Omit<{
1170
1170
  kind: "field";
1171
1171
  readonly __fieldTypes?: {
1172
1172
  input: string;
1173
1173
  db: string;
1174
1174
  output: string;
1175
- meta: import("..").StringMeta<"Text">;
1176
- state: import("..").DefaultFieldState;
1175
+ meta: import("../index.js").StringMeta<"Text">;
1176
+ state: import("../index.js").DefaultFieldState;
1177
1177
  } | undefined;
1178
- meta: import("..").StringMeta<"Text">;
1179
- state: import("..").DefaultFieldState;
1178
+ meta: import("../index.js").StringMeta<"Text">;
1179
+ state: import("../index.js").DefaultFieldState;
1180
1180
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1181
1181
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1182
1182
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1183
1183
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1184
- getConfig: () => import("..").StringMeta<"Text">;
1184
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1185
1185
  getIsRequired: () => false;
1186
1186
  getIsTranslatable: () => false;
1187
1187
  getVisibility: () => "all";
@@ -1193,19 +1193,19 @@ export declare const SeoSettings: ContentType<{
1193
1193
  input: string;
1194
1194
  db: string;
1195
1195
  output: string;
1196
- meta: import("..").StringMeta<"Text">;
1197
- state: import("..").FieldState;
1196
+ meta: import("../index.js").StringMeta<"Text">;
1197
+ state: import("../index.js").FieldState;
1198
1198
  } | undefined;
1199
- meta: import("..").StringMeta<"Text">;
1200
- state: import("..").FieldState;
1199
+ meta: import("../index.js").StringMeta<"Text">;
1200
+ state: import("../index.js").FieldState;
1201
1201
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1202
1202
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1203
1203
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1204
1204
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1205
- getConfig: () => import("..").StringMeta<"Text">;
1205
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1206
1206
  getIsRequired: () => boolean;
1207
1207
  getIsTranslatable: () => boolean;
1208
- getVisibility: () => import("..").Visibility;
1208
+ getVisibility: () => import("../index.js").Visibility;
1209
1209
  getCondition: () => {
1210
1210
  field: string;
1211
1211
  equals: unknown;
@@ -1243,26 +1243,26 @@ export declare const SeoSettings: ContentType<{
1243
1243
  lte?: number | undefined;
1244
1244
  };
1245
1245
  } | undefined;
1246
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1246
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1247
1247
  min: <TThis extends {
1248
1248
  kind: "field";
1249
1249
  readonly __fieldTypes?: {
1250
1250
  input: string;
1251
1251
  db: string;
1252
1252
  output: string;
1253
- meta: import("..").StringMeta<"Text">;
1254
- state: import("..").FieldState;
1253
+ meta: import("../index.js").StringMeta<"Text">;
1254
+ state: import("../index.js").FieldState;
1255
1255
  } | undefined;
1256
- meta: import("..").StringMeta<"Text">;
1257
- state: import("..").FieldState;
1256
+ meta: import("../index.js").StringMeta<"Text">;
1257
+ state: import("../index.js").FieldState;
1258
1258
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1259
1259
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1260
1260
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1261
1261
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1262
- getConfig: () => import("..").StringMeta<"Text">;
1262
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1263
1263
  getIsRequired: () => boolean;
1264
1264
  getIsTranslatable: () => boolean;
1265
- getVisibility: () => import("..").Visibility;
1265
+ getVisibility: () => import("../index.js").Visibility;
1266
1266
  getCondition: () => {
1267
1267
  field: string;
1268
1268
  equals: unknown;
@@ -1300,26 +1300,26 @@ export declare const SeoSettings: ContentType<{
1300
1300
  lte?: number | undefined;
1301
1301
  };
1302
1302
  } | undefined;
1303
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1303
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1304
1304
  max: <TThis extends {
1305
1305
  kind: "field";
1306
1306
  readonly __fieldTypes?: {
1307
1307
  input: string;
1308
1308
  db: string;
1309
1309
  output: string;
1310
- meta: import("..").StringMeta<"Text">;
1311
- state: import("..").FieldState;
1310
+ meta: import("../index.js").StringMeta<"Text">;
1311
+ state: import("../index.js").FieldState;
1312
1312
  } | undefined;
1313
- meta: import("..").StringMeta<"Text">;
1314
- state: import("..").FieldState;
1313
+ meta: import("../index.js").StringMeta<"Text">;
1314
+ state: import("../index.js").FieldState;
1315
1315
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1316
1316
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1317
1317
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1318
1318
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1319
- getConfig: () => import("..").StringMeta<"Text">;
1319
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1320
1320
  getIsRequired: () => boolean;
1321
1321
  getIsTranslatable: () => boolean;
1322
- getVisibility: () => import("..").Visibility;
1322
+ getVisibility: () => import("../index.js").Visibility;
1323
1323
  getCondition: () => {
1324
1324
  field: string;
1325
1325
  equals: unknown;
@@ -1357,27 +1357,27 @@ export declare const SeoSettings: ContentType<{
1357
1357
  lte?: number | undefined;
1358
1358
  };
1359
1359
  } | undefined;
1360
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1361
- }, 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>, {
1360
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1361
+ }, 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>, {
1362
1362
  field: string;
1363
1363
  equals: boolean;
1364
1364
  }>>;
1365
- openGraphDescription: import("..").WithFieldState<Omit<{
1365
+ openGraphDescription: import("../index.js").WithFieldState<Omit<{
1366
1366
  kind: "field";
1367
1367
  readonly __fieldTypes?: {
1368
1368
  input: string;
1369
1369
  db: string;
1370
1370
  output: string;
1371
- meta: import("..").StringMeta<"Textarea">;
1372
- state: import("..").DefaultFieldState;
1371
+ meta: import("../index.js").StringMeta<"Textarea">;
1372
+ state: import("../index.js").DefaultFieldState;
1373
1373
  } | undefined;
1374
- meta: import("..").StringMeta<"Textarea">;
1375
- state: import("..").DefaultFieldState;
1374
+ meta: import("../index.js").StringMeta<"Textarea">;
1375
+ state: import("../index.js").DefaultFieldState;
1376
1376
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1377
1377
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1378
1378
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1379
1379
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1380
- getConfig: () => import("..").StringMeta<"Textarea">;
1380
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1381
1381
  getIsRequired: () => false;
1382
1382
  getIsTranslatable: () => false;
1383
1383
  getVisibility: () => "all";
@@ -1389,19 +1389,19 @@ export declare const SeoSettings: ContentType<{
1389
1389
  input: string;
1390
1390
  db: string;
1391
1391
  output: string;
1392
- meta: import("..").StringMeta<"Textarea">;
1393
- state: import("..").FieldState;
1392
+ meta: import("../index.js").StringMeta<"Textarea">;
1393
+ state: import("../index.js").FieldState;
1394
1394
  } | undefined;
1395
- meta: import("..").StringMeta<"Textarea">;
1396
- state: import("..").FieldState;
1395
+ meta: import("../index.js").StringMeta<"Textarea">;
1396
+ state: import("../index.js").FieldState;
1397
1397
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1398
1398
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1399
1399
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1400
1400
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1401
- getConfig: () => import("..").StringMeta<"Textarea">;
1401
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1402
1402
  getIsRequired: () => boolean;
1403
1403
  getIsTranslatable: () => boolean;
1404
- getVisibility: () => import("..").Visibility;
1404
+ getVisibility: () => import("../index.js").Visibility;
1405
1405
  getCondition: () => {
1406
1406
  field: string;
1407
1407
  equals: unknown;
@@ -1439,26 +1439,26 @@ export declare const SeoSettings: ContentType<{
1439
1439
  lte?: number | undefined;
1440
1440
  };
1441
1441
  } | undefined;
1442
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1442
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1443
1443
  min: <TThis extends {
1444
1444
  kind: "field";
1445
1445
  readonly __fieldTypes?: {
1446
1446
  input: string;
1447
1447
  db: string;
1448
1448
  output: string;
1449
- meta: import("..").StringMeta<"Textarea">;
1450
- state: import("..").FieldState;
1449
+ meta: import("../index.js").StringMeta<"Textarea">;
1450
+ state: import("../index.js").FieldState;
1451
1451
  } | undefined;
1452
- meta: import("..").StringMeta<"Textarea">;
1453
- state: import("..").FieldState;
1452
+ meta: import("../index.js").StringMeta<"Textarea">;
1453
+ state: import("../index.js").FieldState;
1454
1454
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1455
1455
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1456
1456
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1457
1457
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1458
- getConfig: () => import("..").StringMeta<"Textarea">;
1458
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1459
1459
  getIsRequired: () => boolean;
1460
1460
  getIsTranslatable: () => boolean;
1461
- getVisibility: () => import("..").Visibility;
1461
+ getVisibility: () => import("../index.js").Visibility;
1462
1462
  getCondition: () => {
1463
1463
  field: string;
1464
1464
  equals: unknown;
@@ -1496,26 +1496,26 @@ export declare const SeoSettings: ContentType<{
1496
1496
  lte?: number | undefined;
1497
1497
  };
1498
1498
  } | undefined;
1499
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1499
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1500
1500
  max: <TThis extends {
1501
1501
  kind: "field";
1502
1502
  readonly __fieldTypes?: {
1503
1503
  input: string;
1504
1504
  db: string;
1505
1505
  output: string;
1506
- meta: import("..").StringMeta<"Textarea">;
1507
- state: import("..").FieldState;
1506
+ meta: import("../index.js").StringMeta<"Textarea">;
1507
+ state: import("../index.js").FieldState;
1508
1508
  } | undefined;
1509
- meta: import("..").StringMeta<"Textarea">;
1510
- state: import("..").FieldState;
1509
+ meta: import("../index.js").StringMeta<"Textarea">;
1510
+ state: import("../index.js").FieldState;
1511
1511
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1512
1512
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1513
1513
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1514
1514
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1515
- getConfig: () => import("..").StringMeta<"Textarea">;
1515
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1516
1516
  getIsRequired: () => boolean;
1517
1517
  getIsTranslatable: () => boolean;
1518
- getVisibility: () => import("..").Visibility;
1518
+ getVisibility: () => import("../index.js").Visibility;
1519
1519
  getCondition: () => {
1520
1520
  field: string;
1521
1521
  equals: unknown;
@@ -1553,27 +1553,27 @@ export declare const SeoSettings: ContentType<{
1553
1553
  lte?: number | undefined;
1554
1554
  };
1555
1555
  } | undefined;
1556
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1557
- }, 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>, {
1556
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1557
+ }, 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>, {
1558
1558
  field: string;
1559
1559
  equals: boolean;
1560
1560
  }>>;
1561
- openGraphUrl: import("..").WithFieldState<Omit<{
1561
+ openGraphUrl: import("../index.js").WithFieldState<Omit<{
1562
1562
  kind: "field";
1563
1563
  readonly __fieldTypes?: {
1564
1564
  input: string;
1565
1565
  db: string;
1566
1566
  output: string;
1567
- meta: import("..").StringMeta<"Url">;
1568
- state: import("..").DefaultFieldState;
1567
+ meta: import("../index.js").StringMeta<"Url">;
1568
+ state: import("../index.js").DefaultFieldState;
1569
1569
  } | undefined;
1570
- meta: import("..").StringMeta<"Url">;
1571
- state: import("..").DefaultFieldState;
1570
+ meta: import("../index.js").StringMeta<"Url">;
1571
+ state: import("../index.js").DefaultFieldState;
1572
1572
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1573
1573
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1574
1574
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1575
1575
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1576
- getConfig: () => import("..").StringMeta<"Url">;
1576
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1577
1577
  getIsRequired: () => false;
1578
1578
  getIsTranslatable: () => false;
1579
1579
  getVisibility: () => "all";
@@ -1585,19 +1585,19 @@ export declare const SeoSettings: ContentType<{
1585
1585
  input: string;
1586
1586
  db: string;
1587
1587
  output: string;
1588
- meta: import("..").StringMeta<"Url">;
1589
- state: import("..").FieldState;
1588
+ meta: import("../index.js").StringMeta<"Url">;
1589
+ state: import("../index.js").FieldState;
1590
1590
  } | undefined;
1591
- meta: import("..").StringMeta<"Url">;
1592
- state: import("..").FieldState;
1591
+ meta: import("../index.js").StringMeta<"Url">;
1592
+ state: import("../index.js").FieldState;
1593
1593
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1594
1594
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1595
1595
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1596
1596
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1597
- getConfig: () => import("..").StringMeta<"Url">;
1597
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1598
1598
  getIsRequired: () => boolean;
1599
1599
  getIsTranslatable: () => boolean;
1600
- getVisibility: () => import("..").Visibility;
1600
+ getVisibility: () => import("../index.js").Visibility;
1601
1601
  getCondition: () => {
1602
1602
  field: string;
1603
1603
  equals: unknown;
@@ -1635,26 +1635,26 @@ export declare const SeoSettings: ContentType<{
1635
1635
  lte?: number | undefined;
1636
1636
  };
1637
1637
  } | undefined;
1638
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1638
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1639
1639
  min: <TThis extends {
1640
1640
  kind: "field";
1641
1641
  readonly __fieldTypes?: {
1642
1642
  input: string;
1643
1643
  db: string;
1644
1644
  output: string;
1645
- meta: import("..").StringMeta<"Url">;
1646
- state: import("..").FieldState;
1645
+ meta: import("../index.js").StringMeta<"Url">;
1646
+ state: import("../index.js").FieldState;
1647
1647
  } | undefined;
1648
- meta: import("..").StringMeta<"Url">;
1649
- state: import("..").FieldState;
1648
+ meta: import("../index.js").StringMeta<"Url">;
1649
+ state: import("../index.js").FieldState;
1650
1650
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1651
1651
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1652
1652
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1653
1653
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1654
- getConfig: () => import("..").StringMeta<"Url">;
1654
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1655
1655
  getIsRequired: () => boolean;
1656
1656
  getIsTranslatable: () => boolean;
1657
- getVisibility: () => import("..").Visibility;
1657
+ getVisibility: () => import("../index.js").Visibility;
1658
1658
  getCondition: () => {
1659
1659
  field: string;
1660
1660
  equals: unknown;
@@ -1692,26 +1692,26 @@ export declare const SeoSettings: ContentType<{
1692
1692
  lte?: number | undefined;
1693
1693
  };
1694
1694
  } | undefined;
1695
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1695
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1696
1696
  max: <TThis extends {
1697
1697
  kind: "field";
1698
1698
  readonly __fieldTypes?: {
1699
1699
  input: string;
1700
1700
  db: string;
1701
1701
  output: string;
1702
- meta: import("..").StringMeta<"Url">;
1703
- state: import("..").FieldState;
1702
+ meta: import("../index.js").StringMeta<"Url">;
1703
+ state: import("../index.js").FieldState;
1704
1704
  } | undefined;
1705
- meta: import("..").StringMeta<"Url">;
1706
- state: import("..").FieldState;
1705
+ meta: import("../index.js").StringMeta<"Url">;
1706
+ state: import("../index.js").FieldState;
1707
1707
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1708
1708
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1709
1709
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1710
1710
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1711
- getConfig: () => import("..").StringMeta<"Url">;
1711
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1712
1712
  getIsRequired: () => boolean;
1713
1713
  getIsTranslatable: () => boolean;
1714
- getVisibility: () => import("..").Visibility;
1714
+ getVisibility: () => import("../index.js").Visibility;
1715
1715
  getCondition: () => {
1716
1716
  field: string;
1717
1717
  equals: unknown;
@@ -1749,27 +1749,27 @@ export declare const SeoSettings: ContentType<{
1749
1749
  lte?: number | undefined;
1750
1750
  };
1751
1751
  } | undefined;
1752
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1753
- }, 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>, {
1752
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1753
+ }, 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>, {
1754
1754
  field: string;
1755
1755
  equals: boolean;
1756
1756
  }>>;
1757
- openGraphSiteName: import("..").WithFieldState<Omit<{
1757
+ openGraphSiteName: import("../index.js").WithFieldState<Omit<{
1758
1758
  kind: "field";
1759
1759
  readonly __fieldTypes?: {
1760
1760
  input: string;
1761
1761
  db: string;
1762
1762
  output: string;
1763
- meta: import("..").StringMeta<"Text">;
1764
- state: import("..").DefaultFieldState;
1763
+ meta: import("../index.js").StringMeta<"Text">;
1764
+ state: import("../index.js").DefaultFieldState;
1765
1765
  } | undefined;
1766
- meta: import("..").StringMeta<"Text">;
1767
- state: import("..").DefaultFieldState;
1766
+ meta: import("../index.js").StringMeta<"Text">;
1767
+ state: import("../index.js").DefaultFieldState;
1768
1768
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1769
1769
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1770
1770
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1771
1771
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1772
- getConfig: () => import("..").StringMeta<"Text">;
1772
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1773
1773
  getIsRequired: () => false;
1774
1774
  getIsTranslatable: () => false;
1775
1775
  getVisibility: () => "all";
@@ -1781,19 +1781,19 @@ export declare const SeoSettings: ContentType<{
1781
1781
  input: string;
1782
1782
  db: string;
1783
1783
  output: string;
1784
- meta: import("..").StringMeta<"Text">;
1785
- state: import("..").FieldState;
1784
+ meta: import("../index.js").StringMeta<"Text">;
1785
+ state: import("../index.js").FieldState;
1786
1786
  } | undefined;
1787
- meta: import("..").StringMeta<"Text">;
1788
- state: import("..").FieldState;
1787
+ meta: import("../index.js").StringMeta<"Text">;
1788
+ state: import("../index.js").FieldState;
1789
1789
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1790
1790
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1791
1791
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1792
1792
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1793
- getConfig: () => import("..").StringMeta<"Text">;
1793
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1794
1794
  getIsRequired: () => boolean;
1795
1795
  getIsTranslatable: () => boolean;
1796
- getVisibility: () => import("..").Visibility;
1796
+ getVisibility: () => import("../index.js").Visibility;
1797
1797
  getCondition: () => {
1798
1798
  field: string;
1799
1799
  equals: unknown;
@@ -1831,26 +1831,26 @@ export declare const SeoSettings: ContentType<{
1831
1831
  lte?: number | undefined;
1832
1832
  };
1833
1833
  } | undefined;
1834
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1834
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1835
1835
  min: <TThis extends {
1836
1836
  kind: "field";
1837
1837
  readonly __fieldTypes?: {
1838
1838
  input: string;
1839
1839
  db: string;
1840
1840
  output: string;
1841
- meta: import("..").StringMeta<"Text">;
1842
- state: import("..").FieldState;
1841
+ meta: import("../index.js").StringMeta<"Text">;
1842
+ state: import("../index.js").FieldState;
1843
1843
  } | undefined;
1844
- meta: import("..").StringMeta<"Text">;
1845
- state: import("..").FieldState;
1844
+ meta: import("../index.js").StringMeta<"Text">;
1845
+ state: import("../index.js").FieldState;
1846
1846
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1847
1847
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1848
1848
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1849
1849
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1850
- getConfig: () => import("..").StringMeta<"Text">;
1850
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1851
1851
  getIsRequired: () => boolean;
1852
1852
  getIsTranslatable: () => boolean;
1853
- getVisibility: () => import("..").Visibility;
1853
+ getVisibility: () => import("../index.js").Visibility;
1854
1854
  getCondition: () => {
1855
1855
  field: string;
1856
1856
  equals: unknown;
@@ -1888,26 +1888,26 @@ export declare const SeoSettings: ContentType<{
1888
1888
  lte?: number | undefined;
1889
1889
  };
1890
1890
  } | undefined;
1891
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1891
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1892
1892
  max: <TThis extends {
1893
1893
  kind: "field";
1894
1894
  readonly __fieldTypes?: {
1895
1895
  input: string;
1896
1896
  db: string;
1897
1897
  output: string;
1898
- meta: import("..").StringMeta<"Text">;
1899
- state: import("..").FieldState;
1898
+ meta: import("../index.js").StringMeta<"Text">;
1899
+ state: import("../index.js").FieldState;
1900
1900
  } | undefined;
1901
- meta: import("..").StringMeta<"Text">;
1902
- state: import("..").FieldState;
1901
+ meta: import("../index.js").StringMeta<"Text">;
1902
+ state: import("../index.js").FieldState;
1903
1903
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1904
1904
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1905
1905
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1906
1906
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1907
- getConfig: () => import("..").StringMeta<"Text">;
1907
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1908
1908
  getIsRequired: () => boolean;
1909
1909
  getIsTranslatable: () => boolean;
1910
- getVisibility: () => import("..").Visibility;
1910
+ getVisibility: () => import("../index.js").Visibility;
1911
1911
  getCondition: () => {
1912
1912
  field: string;
1913
1913
  equals: unknown;
@@ -1945,27 +1945,27 @@ export declare const SeoSettings: ContentType<{
1945
1945
  lte?: number | undefined;
1946
1946
  };
1947
1947
  } | undefined;
1948
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1949
- }, 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>, {
1948
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1949
+ }, 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>, {
1950
1950
  field: string;
1951
1951
  equals: boolean;
1952
1952
  }>>;
1953
- openGraphType: import("..").WithFieldState<{
1953
+ openGraphType: import("../index.js").WithFieldState<{
1954
1954
  kind: "field";
1955
1955
  readonly __fieldTypes?: {
1956
1956
  input: "website" | "article" | "profile" | "book";
1957
1957
  db: "website" | "article" | "profile" | "book";
1958
1958
  output: "website" | "article" | "profile" | "book";
1959
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1960
- state: import("..").DefaultFieldState;
1959
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1960
+ state: import("../index.js").DefaultFieldState;
1961
1961
  } | undefined;
1962
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1963
- state: import("..").DefaultFieldState;
1962
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1963
+ state: import("../index.js").DefaultFieldState;
1964
1964
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1965
1965
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1966
1966
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1967
1967
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1968
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1968
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1969
1969
  getIsRequired: () => false;
1970
1970
  getIsTranslatable: () => false;
1971
1971
  getVisibility: () => "all";
@@ -1977,19 +1977,19 @@ export declare const SeoSettings: ContentType<{
1977
1977
  input: "website" | "article" | "profile" | "book";
1978
1978
  db: "website" | "article" | "profile" | "book";
1979
1979
  output: "website" | "article" | "profile" | "book";
1980
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1981
- state: import("..").FieldState;
1980
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1981
+ state: import("../index.js").FieldState;
1982
1982
  } | undefined;
1983
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1984
- state: import("..").FieldState;
1983
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1984
+ state: import("../index.js").FieldState;
1985
1985
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1986
1986
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1987
1987
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1988
1988
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1989
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1989
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1990
1990
  getIsRequired: () => boolean;
1991
1991
  getIsTranslatable: () => boolean;
1992
- getVisibility: () => import("..").Visibility;
1992
+ getVisibility: () => import("../index.js").Visibility;
1993
1993
  getCondition: () => {
1994
1994
  field: string;
1995
1995
  equals: unknown;
@@ -2027,12 +2027,12 @@ export declare const SeoSettings: ContentType<{
2027
2027
  lte?: number | undefined;
2028
2028
  };
2029
2029
  } | undefined;
2030
- }>(this: TThis) => import("..").SelectField<readonly ["website", "article", "profile", "book"], true, import("..").FieldStateOf<TThis>>;
2031
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2030
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
2031
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2032
2032
  field: string;
2033
2033
  equals: boolean;
2034
2034
  }>>;
2035
- openGraphImage: import("..").WithFieldState<{
2035
+ openGraphImage: import("../index.js").WithFieldState<{
2036
2036
  kind: "field";
2037
2037
  readonly __fieldTypes?: {
2038
2038
  input: {
@@ -2054,6 +2054,9 @@ export declare const SeoSettings: ContentType<{
2054
2054
  height: number | null;
2055
2055
  size: number;
2056
2056
  orientation: "portrait" | "landscape" | null;
2057
+ key?: string | undefined;
2058
+ access?: "public" | "private" | undefined;
2059
+ previewKey?: string | null | undefined;
2057
2060
  title?: string | undefined;
2058
2061
  alt?: string | null | undefined;
2059
2062
  sizes?: {
@@ -2066,11 +2069,11 @@ export declare const SeoSettings: ContentType<{
2066
2069
  }[] | undefined;
2067
2070
  srcSet?: string | null | undefined;
2068
2071
  };
2069
- meta: import("..").FileMeta<"Image", false>;
2070
- state: import("..").DefaultFieldState;
2072
+ meta: import("../index.js").FileMeta<"Image", false>;
2073
+ state: import("../index.js").DefaultFieldState;
2071
2074
  } | undefined;
2072
- meta: import("..").FileMeta<"Image", false>;
2073
- state: import("..").DefaultFieldState;
2075
+ meta: import("../index.js").FileMeta<"Image", false>;
2076
+ state: import("../index.js").DefaultFieldState;
2074
2077
  toZod: () => import("zod").ZodType<{
2075
2078
  type: "existing";
2076
2079
  _id: string;
@@ -2107,6 +2110,9 @@ export declare const SeoSettings: ContentType<{
2107
2110
  height: number | null;
2108
2111
  size: number;
2109
2112
  orientation: "portrait" | "landscape" | null;
2113
+ key?: string | undefined;
2114
+ access?: "public" | "private" | undefined;
2115
+ previewKey?: string | null | undefined;
2110
2116
  title?: string | undefined;
2111
2117
  alt?: string | null | undefined;
2112
2118
  sizes?: {
@@ -2127,6 +2133,9 @@ export declare const SeoSettings: ContentType<{
2127
2133
  height: number | null;
2128
2134
  size: number;
2129
2135
  orientation: "portrait" | "landscape" | null;
2136
+ key?: string | undefined;
2137
+ access?: "public" | "private" | undefined;
2138
+ previewKey?: string | null | undefined;
2130
2139
  title?: string | undefined;
2131
2140
  alt?: string | null | undefined;
2132
2141
  sizes?: {
@@ -2139,12 +2148,12 @@ export declare const SeoSettings: ContentType<{
2139
2148
  }[] | undefined;
2140
2149
  srcSet?: string | null | undefined;
2141
2150
  } | undefined, unknown>>;
2142
- getConfig: () => import("..").FileMeta<"Image", false>;
2151
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2143
2152
  getIsRequired: () => false;
2144
2153
  getIsTranslatable: () => false;
2145
2154
  getVisibility: () => "all";
2146
2155
  getCondition: () => undefined;
2147
- } & import("..").PopulatableFieldLike<{
2156
+ } & import("../index.js").PopulatableFieldLike<{
2148
2157
  url: string;
2149
2158
  previewUrl: string | null;
2150
2159
  name: string;
@@ -2153,6 +2162,9 @@ export declare const SeoSettings: ContentType<{
2153
2162
  height: number | null;
2154
2163
  size: number;
2155
2164
  orientation: "portrait" | "landscape" | null;
2165
+ key?: string | undefined;
2166
+ access?: "public" | "private" | undefined;
2167
+ previewKey?: string | null | undefined;
2156
2168
  title?: string | undefined;
2157
2169
  alt?: string | null | undefined;
2158
2170
  sizes?: {
@@ -2164,7 +2176,7 @@ export declare const SeoSettings: ContentType<{
2164
2176
  size: number;
2165
2177
  }[] | undefined;
2166
2178
  srcSet?: string | null | undefined;
2167
- }, import("..").DefaultFieldState> & {
2179
+ }, import("../index.js").DefaultFieldState> & {
2168
2180
  type: <TThis extends {
2169
2181
  kind: "field";
2170
2182
  readonly __fieldTypes?: {
@@ -2187,6 +2199,9 @@ export declare const SeoSettings: ContentType<{
2187
2199
  height: number | null;
2188
2200
  size: number;
2189
2201
  orientation: "portrait" | "landscape" | null;
2202
+ key?: string | undefined;
2203
+ access?: "public" | "private" | undefined;
2204
+ previewKey?: string | null | undefined;
2190
2205
  title?: string | undefined;
2191
2206
  alt?: string | null | undefined;
2192
2207
  sizes?: {
@@ -2199,11 +2214,11 @@ export declare const SeoSettings: ContentType<{
2199
2214
  }[] | undefined;
2200
2215
  srcSet?: string | null | undefined;
2201
2216
  };
2202
- meta: import("..").FileMeta<"Image", false>;
2203
- state: import("..").FieldState;
2217
+ meta: import("../index.js").FileMeta<"Image", false>;
2218
+ state: import("../index.js").FieldState;
2204
2219
  } | undefined;
2205
- meta: import("..").FileMeta<"Image", false>;
2206
- state: import("..").FieldState;
2220
+ meta: import("../index.js").FileMeta<"Image", false>;
2221
+ state: import("../index.js").FieldState;
2207
2222
  toZod: () => import("zod").ZodType<{
2208
2223
  type: "existing";
2209
2224
  _id: string;
@@ -2240,6 +2255,9 @@ export declare const SeoSettings: ContentType<{
2240
2255
  height: number | null;
2241
2256
  size: number;
2242
2257
  orientation: "portrait" | "landscape" | null;
2258
+ key?: string | undefined;
2259
+ access?: "public" | "private" | undefined;
2260
+ previewKey?: string | null | undefined;
2243
2261
  title?: string | undefined;
2244
2262
  alt?: string | null | undefined;
2245
2263
  sizes?: {
@@ -2260,6 +2278,9 @@ export declare const SeoSettings: ContentType<{
2260
2278
  height: number | null;
2261
2279
  size: number;
2262
2280
  orientation: "portrait" | "landscape" | null;
2281
+ key?: string | undefined;
2282
+ access?: "public" | "private" | undefined;
2283
+ previewKey?: string | null | undefined;
2263
2284
  title?: string | undefined;
2264
2285
  alt?: string | null | undefined;
2265
2286
  sizes?: {
@@ -2272,10 +2293,10 @@ export declare const SeoSettings: ContentType<{
2272
2293
  }[] | undefined;
2273
2294
  srcSet?: string | null | undefined;
2274
2295
  } | undefined, unknown>>;
2275
- getConfig: () => import("..").FileMeta<"Image", false>;
2296
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2276
2297
  getIsRequired: () => boolean;
2277
2298
  getIsTranslatable: () => boolean;
2278
- getVisibility: () => import("..").Visibility;
2299
+ getVisibility: () => import("../index.js").Visibility;
2279
2300
  getCondition: () => {
2280
2301
  field: string;
2281
2302
  equals: unknown;
@@ -2313,7 +2334,7 @@ export declare const SeoSettings: ContentType<{
2313
2334
  lte?: number | undefined;
2314
2335
  };
2315
2336
  } | undefined;
2316
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
2337
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
2317
2338
  multiple: <TThis extends {
2318
2339
  kind: "field";
2319
2340
  readonly __fieldTypes?: {
@@ -2336,6 +2357,9 @@ export declare const SeoSettings: ContentType<{
2336
2357
  height: number | null;
2337
2358
  size: number;
2338
2359
  orientation: "portrait" | "landscape" | null;
2360
+ key?: string | undefined;
2361
+ access?: "public" | "private" | undefined;
2362
+ previewKey?: string | null | undefined;
2339
2363
  title?: string | undefined;
2340
2364
  alt?: string | null | undefined;
2341
2365
  sizes?: {
@@ -2348,11 +2372,11 @@ export declare const SeoSettings: ContentType<{
2348
2372
  }[] | undefined;
2349
2373
  srcSet?: string | null | undefined;
2350
2374
  };
2351
- meta: import("..").FileMeta<"Image", false>;
2352
- state: import("..").FieldState;
2375
+ meta: import("../index.js").FileMeta<"Image", false>;
2376
+ state: import("../index.js").FieldState;
2353
2377
  } | undefined;
2354
- meta: import("..").FileMeta<"Image", false>;
2355
- state: import("..").FieldState;
2378
+ meta: import("../index.js").FileMeta<"Image", false>;
2379
+ state: import("../index.js").FieldState;
2356
2380
  toZod: () => import("zod").ZodType<{
2357
2381
  type: "existing";
2358
2382
  _id: string;
@@ -2389,6 +2413,9 @@ export declare const SeoSettings: ContentType<{
2389
2413
  height: number | null;
2390
2414
  size: number;
2391
2415
  orientation: "portrait" | "landscape" | null;
2416
+ key?: string | undefined;
2417
+ access?: "public" | "private" | undefined;
2418
+ previewKey?: string | null | undefined;
2392
2419
  title?: string | undefined;
2393
2420
  alt?: string | null | undefined;
2394
2421
  sizes?: {
@@ -2409,6 +2436,9 @@ export declare const SeoSettings: ContentType<{
2409
2436
  height: number | null;
2410
2437
  size: number;
2411
2438
  orientation: "portrait" | "landscape" | null;
2439
+ key?: string | undefined;
2440
+ access?: "public" | "private" | undefined;
2441
+ previewKey?: string | null | undefined;
2412
2442
  title?: string | undefined;
2413
2443
  alt?: string | null | undefined;
2414
2444
  sizes?: {
@@ -2421,10 +2451,10 @@ export declare const SeoSettings: ContentType<{
2421
2451
  }[] | undefined;
2422
2452
  srcSet?: string | null | undefined;
2423
2453
  } | undefined, unknown>>;
2424
- getConfig: () => import("..").FileMeta<"Image", false>;
2454
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2425
2455
  getIsRequired: () => boolean;
2426
2456
  getIsTranslatable: () => boolean;
2427
- getVisibility: () => import("..").Visibility;
2457
+ getVisibility: () => import("../index.js").Visibility;
2428
2458
  getCondition: () => {
2429
2459
  field: string;
2430
2460
  equals: unknown;
@@ -2462,7 +2492,7 @@ export declare const SeoSettings: ContentType<{
2462
2492
  lte?: number | undefined;
2463
2493
  };
2464
2494
  } | undefined;
2465
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
2495
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
2466
2496
  optimize: <TThis extends {
2467
2497
  kind: "field";
2468
2498
  readonly __fieldTypes?: {
@@ -2485,6 +2515,9 @@ export declare const SeoSettings: ContentType<{
2485
2515
  height: number | null;
2486
2516
  size: number;
2487
2517
  orientation: "portrait" | "landscape" | null;
2518
+ key?: string | undefined;
2519
+ access?: "public" | "private" | undefined;
2520
+ previewKey?: string | null | undefined;
2488
2521
  title?: string | undefined;
2489
2522
  alt?: string | null | undefined;
2490
2523
  sizes?: {
@@ -2497,11 +2530,11 @@ export declare const SeoSettings: ContentType<{
2497
2530
  }[] | undefined;
2498
2531
  srcSet?: string | null | undefined;
2499
2532
  };
2500
- meta: import("..").FileMeta<"Image", false>;
2501
- state: import("..").FieldState;
2533
+ meta: import("../index.js").FileMeta<"Image", false>;
2534
+ state: import("../index.js").FieldState;
2502
2535
  } | undefined;
2503
- meta: import("..").FileMeta<"Image", false>;
2504
- state: import("..").FieldState;
2536
+ meta: import("../index.js").FileMeta<"Image", false>;
2537
+ state: import("../index.js").FieldState;
2505
2538
  toZod: () => import("zod").ZodType<{
2506
2539
  type: "existing";
2507
2540
  _id: string;
@@ -2538,6 +2571,9 @@ export declare const SeoSettings: ContentType<{
2538
2571
  height: number | null;
2539
2572
  size: number;
2540
2573
  orientation: "portrait" | "landscape" | null;
2574
+ key?: string | undefined;
2575
+ access?: "public" | "private" | undefined;
2576
+ previewKey?: string | null | undefined;
2541
2577
  title?: string | undefined;
2542
2578
  alt?: string | null | undefined;
2543
2579
  sizes?: {
@@ -2558,6 +2594,9 @@ export declare const SeoSettings: ContentType<{
2558
2594
  height: number | null;
2559
2595
  size: number;
2560
2596
  orientation: "portrait" | "landscape" | null;
2597
+ key?: string | undefined;
2598
+ access?: "public" | "private" | undefined;
2599
+ previewKey?: string | null | undefined;
2561
2600
  title?: string | undefined;
2562
2601
  alt?: string | null | undefined;
2563
2602
  sizes?: {
@@ -2570,10 +2609,10 @@ export declare const SeoSettings: ContentType<{
2570
2609
  }[] | undefined;
2571
2610
  srcSet?: string | null | undefined;
2572
2611
  } | undefined, unknown>>;
2573
- getConfig: () => import("..").FileMeta<"Image", false>;
2612
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2574
2613
  getIsRequired: () => boolean;
2575
2614
  getIsTranslatable: () => boolean;
2576
- getVisibility: () => import("..").Visibility;
2615
+ getVisibility: () => import("../index.js").Visibility;
2577
2616
  getCondition: () => {
2578
2617
  field: string;
2579
2618
  equals: unknown;
@@ -2611,27 +2650,27 @@ export declare const SeoSettings: ContentType<{
2611
2650
  lte?: number | undefined;
2612
2651
  };
2613
2652
  } | undefined;
2614
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
2615
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2653
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
2654
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2616
2655
  field: string;
2617
2656
  equals: boolean;
2618
2657
  }>>;
2619
- openGraphImageAlt: import("..").WithFieldState<Omit<{
2658
+ openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
2620
2659
  kind: "field";
2621
2660
  readonly __fieldTypes?: {
2622
2661
  input: string;
2623
2662
  db: string;
2624
2663
  output: string;
2625
- meta: import("..").StringMeta<"Text">;
2626
- state: import("..").DefaultFieldState;
2664
+ meta: import("../index.js").StringMeta<"Text">;
2665
+ state: import("../index.js").DefaultFieldState;
2627
2666
  } | undefined;
2628
- meta: import("..").StringMeta<"Text">;
2629
- state: import("..").DefaultFieldState;
2667
+ meta: import("../index.js").StringMeta<"Text">;
2668
+ state: import("../index.js").DefaultFieldState;
2630
2669
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2631
2670
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2632
2671
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2633
2672
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2634
- getConfig: () => import("..").StringMeta<"Text">;
2673
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2635
2674
  getIsRequired: () => false;
2636
2675
  getIsTranslatable: () => false;
2637
2676
  getVisibility: () => "all";
@@ -2643,19 +2682,19 @@ export declare const SeoSettings: ContentType<{
2643
2682
  input: string;
2644
2683
  db: string;
2645
2684
  output: string;
2646
- meta: import("..").StringMeta<"Text">;
2647
- state: import("..").FieldState;
2685
+ meta: import("../index.js").StringMeta<"Text">;
2686
+ state: import("../index.js").FieldState;
2648
2687
  } | undefined;
2649
- meta: import("..").StringMeta<"Text">;
2650
- state: import("..").FieldState;
2688
+ meta: import("../index.js").StringMeta<"Text">;
2689
+ state: import("../index.js").FieldState;
2651
2690
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2652
2691
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2653
2692
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2654
2693
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2655
- getConfig: () => import("..").StringMeta<"Text">;
2694
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2656
2695
  getIsRequired: () => boolean;
2657
2696
  getIsTranslatable: () => boolean;
2658
- getVisibility: () => import("..").Visibility;
2697
+ getVisibility: () => import("../index.js").Visibility;
2659
2698
  getCondition: () => {
2660
2699
  field: string;
2661
2700
  equals: unknown;
@@ -2693,26 +2732,26 @@ export declare const SeoSettings: ContentType<{
2693
2732
  lte?: number | undefined;
2694
2733
  };
2695
2734
  } | undefined;
2696
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2735
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2697
2736
  min: <TThis extends {
2698
2737
  kind: "field";
2699
2738
  readonly __fieldTypes?: {
2700
2739
  input: string;
2701
2740
  db: string;
2702
2741
  output: string;
2703
- meta: import("..").StringMeta<"Text">;
2704
- state: import("..").FieldState;
2742
+ meta: import("../index.js").StringMeta<"Text">;
2743
+ state: import("../index.js").FieldState;
2705
2744
  } | undefined;
2706
- meta: import("..").StringMeta<"Text">;
2707
- state: import("..").FieldState;
2745
+ meta: import("../index.js").StringMeta<"Text">;
2746
+ state: import("../index.js").FieldState;
2708
2747
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2709
2748
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2710
2749
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2711
2750
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2712
- getConfig: () => import("..").StringMeta<"Text">;
2751
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2713
2752
  getIsRequired: () => boolean;
2714
2753
  getIsTranslatable: () => boolean;
2715
- getVisibility: () => import("..").Visibility;
2754
+ getVisibility: () => import("../index.js").Visibility;
2716
2755
  getCondition: () => {
2717
2756
  field: string;
2718
2757
  equals: unknown;
@@ -2750,26 +2789,26 @@ export declare const SeoSettings: ContentType<{
2750
2789
  lte?: number | undefined;
2751
2790
  };
2752
2791
  } | undefined;
2753
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2792
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2754
2793
  max: <TThis extends {
2755
2794
  kind: "field";
2756
2795
  readonly __fieldTypes?: {
2757
2796
  input: string;
2758
2797
  db: string;
2759
2798
  output: string;
2760
- meta: import("..").StringMeta<"Text">;
2761
- state: import("..").FieldState;
2799
+ meta: import("../index.js").StringMeta<"Text">;
2800
+ state: import("../index.js").FieldState;
2762
2801
  } | undefined;
2763
- meta: import("..").StringMeta<"Text">;
2764
- state: import("..").FieldState;
2802
+ meta: import("../index.js").StringMeta<"Text">;
2803
+ state: import("../index.js").FieldState;
2765
2804
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2766
2805
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2767
2806
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2768
2807
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2769
- getConfig: () => import("..").StringMeta<"Text">;
2808
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2770
2809
  getIsRequired: () => boolean;
2771
2810
  getIsTranslatable: () => boolean;
2772
- getVisibility: () => import("..").Visibility;
2811
+ getVisibility: () => import("../index.js").Visibility;
2773
2812
  getCondition: () => {
2774
2813
  field: string;
2775
2814
  equals: unknown;
@@ -2807,28 +2846,28 @@ export declare const SeoSettings: ContentType<{
2807
2846
  lte?: number | undefined;
2808
2847
  };
2809
2848
  } | undefined;
2810
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2811
- }, 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>, {
2849
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2850
+ }, 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>, {
2812
2851
  field: string;
2813
2852
  equals: boolean;
2814
2853
  }>>;
2815
- customTwitter: import("..").BooleanField<import("..").DefaultFieldState>;
2816
- twitterCard: import("..").WithFieldState<{
2854
+ customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
2855
+ twitterCard: import("../index.js").WithFieldState<{
2817
2856
  kind: "field";
2818
2857
  readonly __fieldTypes?: {
2819
2858
  input: "summary" | "summary_large_image" | "app" | "player";
2820
2859
  db: "summary" | "summary_large_image" | "app" | "player";
2821
2860
  output: "summary" | "summary_large_image" | "app" | "player";
2822
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2823
- state: import("..").DefaultFieldState;
2861
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2862
+ state: import("../index.js").DefaultFieldState;
2824
2863
  } | undefined;
2825
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2826
- state: import("..").DefaultFieldState;
2864
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2865
+ state: import("../index.js").DefaultFieldState;
2827
2866
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2828
2867
  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>>;
2829
2868
  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>>;
2830
2869
  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>>;
2831
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2870
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2832
2871
  getIsRequired: () => false;
2833
2872
  getIsTranslatable: () => false;
2834
2873
  getVisibility: () => "all";
@@ -2840,19 +2879,19 @@ export declare const SeoSettings: ContentType<{
2840
2879
  input: "summary" | "summary_large_image" | "app" | "player";
2841
2880
  db: "summary" | "summary_large_image" | "app" | "player";
2842
2881
  output: "summary" | "summary_large_image" | "app" | "player";
2843
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2844
- state: import("..").FieldState;
2882
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2883
+ state: import("../index.js").FieldState;
2845
2884
  } | undefined;
2846
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2847
- state: import("..").FieldState;
2885
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2886
+ state: import("../index.js").FieldState;
2848
2887
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2849
2888
  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>>;
2850
2889
  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>>;
2851
2890
  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>>;
2852
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2891
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2853
2892
  getIsRequired: () => boolean;
2854
2893
  getIsTranslatable: () => boolean;
2855
- getVisibility: () => import("..").Visibility;
2894
+ getVisibility: () => import("../index.js").Visibility;
2856
2895
  getCondition: () => {
2857
2896
  field: string;
2858
2897
  equals: unknown;
@@ -2890,27 +2929,27 @@ export declare const SeoSettings: ContentType<{
2890
2929
  lte?: number | undefined;
2891
2930
  };
2892
2931
  } | undefined;
2893
- }>(this: TThis) => import("..").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("..").FieldStateOf<TThis>>;
2894
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2932
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
2933
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2895
2934
  field: string;
2896
2935
  equals: boolean;
2897
2936
  }>>;
2898
- twitterTitle: import("..").WithFieldState<Omit<{
2937
+ twitterTitle: import("../index.js").WithFieldState<Omit<{
2899
2938
  kind: "field";
2900
2939
  readonly __fieldTypes?: {
2901
2940
  input: string;
2902
2941
  db: string;
2903
2942
  output: string;
2904
- meta: import("..").StringMeta<"Text">;
2905
- state: import("..").DefaultFieldState;
2943
+ meta: import("../index.js").StringMeta<"Text">;
2944
+ state: import("../index.js").DefaultFieldState;
2906
2945
  } | undefined;
2907
- meta: import("..").StringMeta<"Text">;
2908
- state: import("..").DefaultFieldState;
2946
+ meta: import("../index.js").StringMeta<"Text">;
2947
+ state: import("../index.js").DefaultFieldState;
2909
2948
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2910
2949
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2911
2950
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2912
2951
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2913
- getConfig: () => import("..").StringMeta<"Text">;
2952
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2914
2953
  getIsRequired: () => false;
2915
2954
  getIsTranslatable: () => false;
2916
2955
  getVisibility: () => "all";
@@ -2922,19 +2961,19 @@ export declare const SeoSettings: ContentType<{
2922
2961
  input: string;
2923
2962
  db: string;
2924
2963
  output: string;
2925
- meta: import("..").StringMeta<"Text">;
2926
- state: import("..").FieldState;
2964
+ meta: import("../index.js").StringMeta<"Text">;
2965
+ state: import("../index.js").FieldState;
2927
2966
  } | undefined;
2928
- meta: import("..").StringMeta<"Text">;
2929
- state: import("..").FieldState;
2967
+ meta: import("../index.js").StringMeta<"Text">;
2968
+ state: import("../index.js").FieldState;
2930
2969
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2931
2970
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2932
2971
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2933
2972
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2934
- getConfig: () => import("..").StringMeta<"Text">;
2973
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2935
2974
  getIsRequired: () => boolean;
2936
2975
  getIsTranslatable: () => boolean;
2937
- getVisibility: () => import("..").Visibility;
2976
+ getVisibility: () => import("../index.js").Visibility;
2938
2977
  getCondition: () => {
2939
2978
  field: string;
2940
2979
  equals: unknown;
@@ -2972,26 +3011,26 @@ export declare const SeoSettings: ContentType<{
2972
3011
  lte?: number | undefined;
2973
3012
  };
2974
3013
  } | undefined;
2975
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3014
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2976
3015
  min: <TThis extends {
2977
3016
  kind: "field";
2978
3017
  readonly __fieldTypes?: {
2979
3018
  input: string;
2980
3019
  db: string;
2981
3020
  output: string;
2982
- meta: import("..").StringMeta<"Text">;
2983
- state: import("..").FieldState;
3021
+ meta: import("../index.js").StringMeta<"Text">;
3022
+ state: import("../index.js").FieldState;
2984
3023
  } | undefined;
2985
- meta: import("..").StringMeta<"Text">;
2986
- state: import("..").FieldState;
3024
+ meta: import("../index.js").StringMeta<"Text">;
3025
+ state: import("../index.js").FieldState;
2987
3026
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2988
3027
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2989
3028
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2990
3029
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2991
- getConfig: () => import("..").StringMeta<"Text">;
3030
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2992
3031
  getIsRequired: () => boolean;
2993
3032
  getIsTranslatable: () => boolean;
2994
- getVisibility: () => import("..").Visibility;
3033
+ getVisibility: () => import("../index.js").Visibility;
2995
3034
  getCondition: () => {
2996
3035
  field: string;
2997
3036
  equals: unknown;
@@ -3029,26 +3068,26 @@ export declare const SeoSettings: ContentType<{
3029
3068
  lte?: number | undefined;
3030
3069
  };
3031
3070
  } | undefined;
3032
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3071
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3033
3072
  max: <TThis extends {
3034
3073
  kind: "field";
3035
3074
  readonly __fieldTypes?: {
3036
3075
  input: string;
3037
3076
  db: string;
3038
3077
  output: string;
3039
- meta: import("..").StringMeta<"Text">;
3040
- state: import("..").FieldState;
3078
+ meta: import("../index.js").StringMeta<"Text">;
3079
+ state: import("../index.js").FieldState;
3041
3080
  } | undefined;
3042
- meta: import("..").StringMeta<"Text">;
3043
- state: import("..").FieldState;
3081
+ meta: import("../index.js").StringMeta<"Text">;
3082
+ state: import("../index.js").FieldState;
3044
3083
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3045
3084
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3046
3085
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3047
3086
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3048
- getConfig: () => import("..").StringMeta<"Text">;
3087
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3049
3088
  getIsRequired: () => boolean;
3050
3089
  getIsTranslatable: () => boolean;
3051
- getVisibility: () => import("..").Visibility;
3090
+ getVisibility: () => import("../index.js").Visibility;
3052
3091
  getCondition: () => {
3053
3092
  field: string;
3054
3093
  equals: unknown;
@@ -3086,27 +3125,27 @@ export declare const SeoSettings: ContentType<{
3086
3125
  lte?: number | undefined;
3087
3126
  };
3088
3127
  } | undefined;
3089
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3090
- }, 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>, {
3128
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3129
+ }, 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>, {
3091
3130
  field: string;
3092
3131
  equals: boolean;
3093
3132
  }>>;
3094
- twitterDescription: import("..").WithFieldState<Omit<{
3133
+ twitterDescription: import("../index.js").WithFieldState<Omit<{
3095
3134
  kind: "field";
3096
3135
  readonly __fieldTypes?: {
3097
3136
  input: string;
3098
3137
  db: string;
3099
3138
  output: string;
3100
- meta: import("..").StringMeta<"Textarea">;
3101
- state: import("..").DefaultFieldState;
3139
+ meta: import("../index.js").StringMeta<"Textarea">;
3140
+ state: import("../index.js").DefaultFieldState;
3102
3141
  } | undefined;
3103
- meta: import("..").StringMeta<"Textarea">;
3104
- state: import("..").DefaultFieldState;
3142
+ meta: import("../index.js").StringMeta<"Textarea">;
3143
+ state: import("../index.js").DefaultFieldState;
3105
3144
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3106
3145
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3107
3146
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3108
3147
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3109
- getConfig: () => import("..").StringMeta<"Textarea">;
3148
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3110
3149
  getIsRequired: () => false;
3111
3150
  getIsTranslatable: () => false;
3112
3151
  getVisibility: () => "all";
@@ -3118,19 +3157,19 @@ export declare const SeoSettings: ContentType<{
3118
3157
  input: string;
3119
3158
  db: string;
3120
3159
  output: string;
3121
- meta: import("..").StringMeta<"Textarea">;
3122
- state: import("..").FieldState;
3160
+ meta: import("../index.js").StringMeta<"Textarea">;
3161
+ state: import("../index.js").FieldState;
3123
3162
  } | undefined;
3124
- meta: import("..").StringMeta<"Textarea">;
3125
- state: import("..").FieldState;
3163
+ meta: import("../index.js").StringMeta<"Textarea">;
3164
+ state: import("../index.js").FieldState;
3126
3165
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3127
3166
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3128
3167
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3129
3168
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3130
- getConfig: () => import("..").StringMeta<"Textarea">;
3169
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3131
3170
  getIsRequired: () => boolean;
3132
3171
  getIsTranslatable: () => boolean;
3133
- getVisibility: () => import("..").Visibility;
3172
+ getVisibility: () => import("../index.js").Visibility;
3134
3173
  getCondition: () => {
3135
3174
  field: string;
3136
3175
  equals: unknown;
@@ -3168,26 +3207,26 @@ export declare const SeoSettings: ContentType<{
3168
3207
  lte?: number | undefined;
3169
3208
  };
3170
3209
  } | undefined;
3171
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3210
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3172
3211
  min: <TThis extends {
3173
3212
  kind: "field";
3174
3213
  readonly __fieldTypes?: {
3175
3214
  input: string;
3176
3215
  db: string;
3177
3216
  output: string;
3178
- meta: import("..").StringMeta<"Textarea">;
3179
- state: import("..").FieldState;
3217
+ meta: import("../index.js").StringMeta<"Textarea">;
3218
+ state: import("../index.js").FieldState;
3180
3219
  } | undefined;
3181
- meta: import("..").StringMeta<"Textarea">;
3182
- state: import("..").FieldState;
3220
+ meta: import("../index.js").StringMeta<"Textarea">;
3221
+ state: import("../index.js").FieldState;
3183
3222
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3184
3223
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3185
3224
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3186
3225
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3187
- getConfig: () => import("..").StringMeta<"Textarea">;
3226
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3188
3227
  getIsRequired: () => boolean;
3189
3228
  getIsTranslatable: () => boolean;
3190
- getVisibility: () => import("..").Visibility;
3229
+ getVisibility: () => import("../index.js").Visibility;
3191
3230
  getCondition: () => {
3192
3231
  field: string;
3193
3232
  equals: unknown;
@@ -3225,26 +3264,26 @@ export declare const SeoSettings: ContentType<{
3225
3264
  lte?: number | undefined;
3226
3265
  };
3227
3266
  } | undefined;
3228
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
3267
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
3229
3268
  max: <TThis extends {
3230
3269
  kind: "field";
3231
3270
  readonly __fieldTypes?: {
3232
3271
  input: string;
3233
3272
  db: string;
3234
3273
  output: string;
3235
- meta: import("..").StringMeta<"Textarea">;
3236
- state: import("..").FieldState;
3274
+ meta: import("../index.js").StringMeta<"Textarea">;
3275
+ state: import("../index.js").FieldState;
3237
3276
  } | undefined;
3238
- meta: import("..").StringMeta<"Textarea">;
3239
- state: import("..").FieldState;
3277
+ meta: import("../index.js").StringMeta<"Textarea">;
3278
+ state: import("../index.js").FieldState;
3240
3279
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3241
3280
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3242
3281
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3243
3282
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3244
- getConfig: () => import("..").StringMeta<"Textarea">;
3283
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
3245
3284
  getIsRequired: () => boolean;
3246
3285
  getIsTranslatable: () => boolean;
3247
- getVisibility: () => import("..").Visibility;
3286
+ getVisibility: () => import("../index.js").Visibility;
3248
3287
  getCondition: () => {
3249
3288
  field: string;
3250
3289
  equals: unknown;
@@ -3282,12 +3321,12 @@ export declare const SeoSettings: ContentType<{
3282
3321
  lte?: number | undefined;
3283
3322
  };
3284
3323
  } | undefined;
3285
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
3286
- }, 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>, {
3324
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
3325
+ }, 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>, {
3287
3326
  field: string;
3288
3327
  equals: boolean;
3289
3328
  }>>;
3290
- twitterImage: import("..").WithFieldState<{
3329
+ twitterImage: import("../index.js").WithFieldState<{
3291
3330
  kind: "field";
3292
3331
  readonly __fieldTypes?: {
3293
3332
  input: {
@@ -3309,6 +3348,9 @@ export declare const SeoSettings: ContentType<{
3309
3348
  height: number | null;
3310
3349
  size: number;
3311
3350
  orientation: "portrait" | "landscape" | null;
3351
+ key?: string | undefined;
3352
+ access?: "public" | "private" | undefined;
3353
+ previewKey?: string | null | undefined;
3312
3354
  title?: string | undefined;
3313
3355
  alt?: string | null | undefined;
3314
3356
  sizes?: {
@@ -3321,11 +3363,11 @@ export declare const SeoSettings: ContentType<{
3321
3363
  }[] | undefined;
3322
3364
  srcSet?: string | null | undefined;
3323
3365
  };
3324
- meta: import("..").FileMeta<"Image", false>;
3325
- state: import("..").DefaultFieldState;
3366
+ meta: import("../index.js").FileMeta<"Image", false>;
3367
+ state: import("../index.js").DefaultFieldState;
3326
3368
  } | undefined;
3327
- meta: import("..").FileMeta<"Image", false>;
3328
- state: import("..").DefaultFieldState;
3369
+ meta: import("../index.js").FileMeta<"Image", false>;
3370
+ state: import("../index.js").DefaultFieldState;
3329
3371
  toZod: () => import("zod").ZodType<{
3330
3372
  type: "existing";
3331
3373
  _id: string;
@@ -3362,6 +3404,9 @@ export declare const SeoSettings: ContentType<{
3362
3404
  height: number | null;
3363
3405
  size: number;
3364
3406
  orientation: "portrait" | "landscape" | null;
3407
+ key?: string | undefined;
3408
+ access?: "public" | "private" | undefined;
3409
+ previewKey?: string | null | undefined;
3365
3410
  title?: string | undefined;
3366
3411
  alt?: string | null | undefined;
3367
3412
  sizes?: {
@@ -3382,6 +3427,9 @@ export declare const SeoSettings: ContentType<{
3382
3427
  height: number | null;
3383
3428
  size: number;
3384
3429
  orientation: "portrait" | "landscape" | null;
3430
+ key?: string | undefined;
3431
+ access?: "public" | "private" | undefined;
3432
+ previewKey?: string | null | undefined;
3385
3433
  title?: string | undefined;
3386
3434
  alt?: string | null | undefined;
3387
3435
  sizes?: {
@@ -3394,12 +3442,12 @@ export declare const SeoSettings: ContentType<{
3394
3442
  }[] | undefined;
3395
3443
  srcSet?: string | null | undefined;
3396
3444
  } | undefined, unknown>>;
3397
- getConfig: () => import("..").FileMeta<"Image", false>;
3445
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3398
3446
  getIsRequired: () => false;
3399
3447
  getIsTranslatable: () => false;
3400
3448
  getVisibility: () => "all";
3401
3449
  getCondition: () => undefined;
3402
- } & import("..").PopulatableFieldLike<{
3450
+ } & import("../index.js").PopulatableFieldLike<{
3403
3451
  url: string;
3404
3452
  previewUrl: string | null;
3405
3453
  name: string;
@@ -3408,6 +3456,9 @@ export declare const SeoSettings: ContentType<{
3408
3456
  height: number | null;
3409
3457
  size: number;
3410
3458
  orientation: "portrait" | "landscape" | null;
3459
+ key?: string | undefined;
3460
+ access?: "public" | "private" | undefined;
3461
+ previewKey?: string | null | undefined;
3411
3462
  title?: string | undefined;
3412
3463
  alt?: string | null | undefined;
3413
3464
  sizes?: {
@@ -3419,7 +3470,7 @@ export declare const SeoSettings: ContentType<{
3419
3470
  size: number;
3420
3471
  }[] | undefined;
3421
3472
  srcSet?: string | null | undefined;
3422
- }, import("..").DefaultFieldState> & {
3473
+ }, import("../index.js").DefaultFieldState> & {
3423
3474
  type: <TThis extends {
3424
3475
  kind: "field";
3425
3476
  readonly __fieldTypes?: {
@@ -3442,6 +3493,9 @@ export declare const SeoSettings: ContentType<{
3442
3493
  height: number | null;
3443
3494
  size: number;
3444
3495
  orientation: "portrait" | "landscape" | null;
3496
+ key?: string | undefined;
3497
+ access?: "public" | "private" | undefined;
3498
+ previewKey?: string | null | undefined;
3445
3499
  title?: string | undefined;
3446
3500
  alt?: string | null | undefined;
3447
3501
  sizes?: {
@@ -3454,11 +3508,11 @@ export declare const SeoSettings: ContentType<{
3454
3508
  }[] | undefined;
3455
3509
  srcSet?: string | null | undefined;
3456
3510
  };
3457
- meta: import("..").FileMeta<"Image", false>;
3458
- state: import("..").FieldState;
3511
+ meta: import("../index.js").FileMeta<"Image", false>;
3512
+ state: import("../index.js").FieldState;
3459
3513
  } | undefined;
3460
- meta: import("..").FileMeta<"Image", false>;
3461
- state: import("..").FieldState;
3514
+ meta: import("../index.js").FileMeta<"Image", false>;
3515
+ state: import("../index.js").FieldState;
3462
3516
  toZod: () => import("zod").ZodType<{
3463
3517
  type: "existing";
3464
3518
  _id: string;
@@ -3495,6 +3549,9 @@ export declare const SeoSettings: ContentType<{
3495
3549
  height: number | null;
3496
3550
  size: number;
3497
3551
  orientation: "portrait" | "landscape" | null;
3552
+ key?: string | undefined;
3553
+ access?: "public" | "private" | undefined;
3554
+ previewKey?: string | null | undefined;
3498
3555
  title?: string | undefined;
3499
3556
  alt?: string | null | undefined;
3500
3557
  sizes?: {
@@ -3515,6 +3572,9 @@ export declare const SeoSettings: ContentType<{
3515
3572
  height: number | null;
3516
3573
  size: number;
3517
3574
  orientation: "portrait" | "landscape" | null;
3575
+ key?: string | undefined;
3576
+ access?: "public" | "private" | undefined;
3577
+ previewKey?: string | null | undefined;
3518
3578
  title?: string | undefined;
3519
3579
  alt?: string | null | undefined;
3520
3580
  sizes?: {
@@ -3527,10 +3587,10 @@ export declare const SeoSettings: ContentType<{
3527
3587
  }[] | undefined;
3528
3588
  srcSet?: string | null | undefined;
3529
3589
  } | undefined, unknown>>;
3530
- getConfig: () => import("..").FileMeta<"Image", false>;
3590
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3531
3591
  getIsRequired: () => boolean;
3532
3592
  getIsTranslatable: () => boolean;
3533
- getVisibility: () => import("..").Visibility;
3593
+ getVisibility: () => import("../index.js").Visibility;
3534
3594
  getCondition: () => {
3535
3595
  field: string;
3536
3596
  equals: unknown;
@@ -3568,7 +3628,7 @@ export declare const SeoSettings: ContentType<{
3568
3628
  lte?: number | undefined;
3569
3629
  };
3570
3630
  } | undefined;
3571
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
3631
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
3572
3632
  multiple: <TThis extends {
3573
3633
  kind: "field";
3574
3634
  readonly __fieldTypes?: {
@@ -3591,6 +3651,9 @@ export declare const SeoSettings: ContentType<{
3591
3651
  height: number | null;
3592
3652
  size: number;
3593
3653
  orientation: "portrait" | "landscape" | null;
3654
+ key?: string | undefined;
3655
+ access?: "public" | "private" | undefined;
3656
+ previewKey?: string | null | undefined;
3594
3657
  title?: string | undefined;
3595
3658
  alt?: string | null | undefined;
3596
3659
  sizes?: {
@@ -3603,11 +3666,11 @@ export declare const SeoSettings: ContentType<{
3603
3666
  }[] | undefined;
3604
3667
  srcSet?: string | null | undefined;
3605
3668
  };
3606
- meta: import("..").FileMeta<"Image", false>;
3607
- state: import("..").FieldState;
3669
+ meta: import("../index.js").FileMeta<"Image", false>;
3670
+ state: import("../index.js").FieldState;
3608
3671
  } | undefined;
3609
- meta: import("..").FileMeta<"Image", false>;
3610
- state: import("..").FieldState;
3672
+ meta: import("../index.js").FileMeta<"Image", false>;
3673
+ state: import("../index.js").FieldState;
3611
3674
  toZod: () => import("zod").ZodType<{
3612
3675
  type: "existing";
3613
3676
  _id: string;
@@ -3644,6 +3707,9 @@ export declare const SeoSettings: ContentType<{
3644
3707
  height: number | null;
3645
3708
  size: number;
3646
3709
  orientation: "portrait" | "landscape" | null;
3710
+ key?: string | undefined;
3711
+ access?: "public" | "private" | undefined;
3712
+ previewKey?: string | null | undefined;
3647
3713
  title?: string | undefined;
3648
3714
  alt?: string | null | undefined;
3649
3715
  sizes?: {
@@ -3664,6 +3730,9 @@ export declare const SeoSettings: ContentType<{
3664
3730
  height: number | null;
3665
3731
  size: number;
3666
3732
  orientation: "portrait" | "landscape" | null;
3733
+ key?: string | undefined;
3734
+ access?: "public" | "private" | undefined;
3735
+ previewKey?: string | null | undefined;
3667
3736
  title?: string | undefined;
3668
3737
  alt?: string | null | undefined;
3669
3738
  sizes?: {
@@ -3676,10 +3745,10 @@ export declare const SeoSettings: ContentType<{
3676
3745
  }[] | undefined;
3677
3746
  srcSet?: string | null | undefined;
3678
3747
  } | undefined, unknown>>;
3679
- getConfig: () => import("..").FileMeta<"Image", false>;
3748
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3680
3749
  getIsRequired: () => boolean;
3681
3750
  getIsTranslatable: () => boolean;
3682
- getVisibility: () => import("..").Visibility;
3751
+ getVisibility: () => import("../index.js").Visibility;
3683
3752
  getCondition: () => {
3684
3753
  field: string;
3685
3754
  equals: unknown;
@@ -3717,7 +3786,7 @@ export declare const SeoSettings: ContentType<{
3717
3786
  lte?: number | undefined;
3718
3787
  };
3719
3788
  } | undefined;
3720
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
3789
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
3721
3790
  optimize: <TThis extends {
3722
3791
  kind: "field";
3723
3792
  readonly __fieldTypes?: {
@@ -3740,6 +3809,9 @@ export declare const SeoSettings: ContentType<{
3740
3809
  height: number | null;
3741
3810
  size: number;
3742
3811
  orientation: "portrait" | "landscape" | null;
3812
+ key?: string | undefined;
3813
+ access?: "public" | "private" | undefined;
3814
+ previewKey?: string | null | undefined;
3743
3815
  title?: string | undefined;
3744
3816
  alt?: string | null | undefined;
3745
3817
  sizes?: {
@@ -3752,11 +3824,11 @@ export declare const SeoSettings: ContentType<{
3752
3824
  }[] | undefined;
3753
3825
  srcSet?: string | null | undefined;
3754
3826
  };
3755
- meta: import("..").FileMeta<"Image", false>;
3756
- state: import("..").FieldState;
3827
+ meta: import("../index.js").FileMeta<"Image", false>;
3828
+ state: import("../index.js").FieldState;
3757
3829
  } | undefined;
3758
- meta: import("..").FileMeta<"Image", false>;
3759
- state: import("..").FieldState;
3830
+ meta: import("../index.js").FileMeta<"Image", false>;
3831
+ state: import("../index.js").FieldState;
3760
3832
  toZod: () => import("zod").ZodType<{
3761
3833
  type: "existing";
3762
3834
  _id: string;
@@ -3793,6 +3865,9 @@ export declare const SeoSettings: ContentType<{
3793
3865
  height: number | null;
3794
3866
  size: number;
3795
3867
  orientation: "portrait" | "landscape" | null;
3868
+ key?: string | undefined;
3869
+ access?: "public" | "private" | undefined;
3870
+ previewKey?: string | null | undefined;
3796
3871
  title?: string | undefined;
3797
3872
  alt?: string | null | undefined;
3798
3873
  sizes?: {
@@ -3813,6 +3888,9 @@ export declare const SeoSettings: ContentType<{
3813
3888
  height: number | null;
3814
3889
  size: number;
3815
3890
  orientation: "portrait" | "landscape" | null;
3891
+ key?: string | undefined;
3892
+ access?: "public" | "private" | undefined;
3893
+ previewKey?: string | null | undefined;
3816
3894
  title?: string | undefined;
3817
3895
  alt?: string | null | undefined;
3818
3896
  sizes?: {
@@ -3825,10 +3903,10 @@ export declare const SeoSettings: ContentType<{
3825
3903
  }[] | undefined;
3826
3904
  srcSet?: string | null | undefined;
3827
3905
  } | undefined, unknown>>;
3828
- getConfig: () => import("..").FileMeta<"Image", false>;
3906
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3829
3907
  getIsRequired: () => boolean;
3830
3908
  getIsTranslatable: () => boolean;
3831
- getVisibility: () => import("..").Visibility;
3909
+ getVisibility: () => import("../index.js").Visibility;
3832
3910
  getCondition: () => {
3833
3911
  field: string;
3834
3912
  equals: unknown;
@@ -3866,27 +3944,27 @@ export declare const SeoSettings: ContentType<{
3866
3944
  lte?: number | undefined;
3867
3945
  };
3868
3946
  } | undefined;
3869
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
3870
- }, import("..").SetCondition<import("..").DefaultFieldState, {
3947
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
3948
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
3871
3949
  field: string;
3872
3950
  equals: boolean;
3873
3951
  }>>;
3874
- twitterImageAlt: import("..").WithFieldState<Omit<{
3952
+ twitterImageAlt: import("../index.js").WithFieldState<Omit<{
3875
3953
  kind: "field";
3876
3954
  readonly __fieldTypes?: {
3877
3955
  input: string;
3878
3956
  db: string;
3879
3957
  output: string;
3880
- meta: import("..").StringMeta<"Text">;
3881
- state: import("..").DefaultFieldState;
3958
+ meta: import("../index.js").StringMeta<"Text">;
3959
+ state: import("../index.js").DefaultFieldState;
3882
3960
  } | undefined;
3883
- meta: import("..").StringMeta<"Text">;
3884
- state: import("..").DefaultFieldState;
3961
+ meta: import("../index.js").StringMeta<"Text">;
3962
+ state: import("../index.js").DefaultFieldState;
3885
3963
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3886
3964
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3887
3965
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3888
3966
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3889
- getConfig: () => import("..").StringMeta<"Text">;
3967
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3890
3968
  getIsRequired: () => false;
3891
3969
  getIsTranslatable: () => false;
3892
3970
  getVisibility: () => "all";
@@ -3898,19 +3976,19 @@ export declare const SeoSettings: ContentType<{
3898
3976
  input: string;
3899
3977
  db: string;
3900
3978
  output: string;
3901
- meta: import("..").StringMeta<"Text">;
3902
- state: import("..").FieldState;
3979
+ meta: import("../index.js").StringMeta<"Text">;
3980
+ state: import("../index.js").FieldState;
3903
3981
  } | undefined;
3904
- meta: import("..").StringMeta<"Text">;
3905
- state: import("..").FieldState;
3982
+ meta: import("../index.js").StringMeta<"Text">;
3983
+ state: import("../index.js").FieldState;
3906
3984
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3907
3985
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3908
3986
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3909
3987
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3910
- getConfig: () => import("..").StringMeta<"Text">;
3988
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3911
3989
  getIsRequired: () => boolean;
3912
3990
  getIsTranslatable: () => boolean;
3913
- getVisibility: () => import("..").Visibility;
3991
+ getVisibility: () => import("../index.js").Visibility;
3914
3992
  getCondition: () => {
3915
3993
  field: string;
3916
3994
  equals: unknown;
@@ -3948,26 +4026,26 @@ export declare const SeoSettings: ContentType<{
3948
4026
  lte?: number | undefined;
3949
4027
  };
3950
4028
  } | undefined;
3951
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
4029
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3952
4030
  min: <TThis extends {
3953
4031
  kind: "field";
3954
4032
  readonly __fieldTypes?: {
3955
4033
  input: string;
3956
4034
  db: string;
3957
4035
  output: string;
3958
- meta: import("..").StringMeta<"Text">;
3959
- state: import("..").FieldState;
4036
+ meta: import("../index.js").StringMeta<"Text">;
4037
+ state: import("../index.js").FieldState;
3960
4038
  } | undefined;
3961
- meta: import("..").StringMeta<"Text">;
3962
- state: import("..").FieldState;
4039
+ meta: import("../index.js").StringMeta<"Text">;
4040
+ state: import("../index.js").FieldState;
3963
4041
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3964
4042
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3965
4043
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3966
4044
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3967
- getConfig: () => import("..").StringMeta<"Text">;
4045
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3968
4046
  getIsRequired: () => boolean;
3969
4047
  getIsTranslatable: () => boolean;
3970
- getVisibility: () => import("..").Visibility;
4048
+ getVisibility: () => import("../index.js").Visibility;
3971
4049
  getCondition: () => {
3972
4050
  field: string;
3973
4051
  equals: unknown;
@@ -4005,26 +4083,26 @@ export declare const SeoSettings: ContentType<{
4005
4083
  lte?: number | undefined;
4006
4084
  };
4007
4085
  } | undefined;
4008
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
4086
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
4009
4087
  max: <TThis extends {
4010
4088
  kind: "field";
4011
4089
  readonly __fieldTypes?: {
4012
4090
  input: string;
4013
4091
  db: string;
4014
4092
  output: string;
4015
- meta: import("..").StringMeta<"Text">;
4016
- state: import("..").FieldState;
4093
+ meta: import("../index.js").StringMeta<"Text">;
4094
+ state: import("../index.js").FieldState;
4017
4095
  } | undefined;
4018
- meta: import("..").StringMeta<"Text">;
4019
- state: import("..").FieldState;
4096
+ meta: import("../index.js").StringMeta<"Text">;
4097
+ state: import("../index.js").FieldState;
4020
4098
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
4021
4099
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
4022
4100
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4023
4101
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
4024
- getConfig: () => import("..").StringMeta<"Text">;
4102
+ getConfig: () => import("../index.js").StringMeta<"Text">;
4025
4103
  getIsRequired: () => boolean;
4026
4104
  getIsTranslatable: () => boolean;
4027
- getVisibility: () => import("..").Visibility;
4105
+ getVisibility: () => import("../index.js").Visibility;
4028
4106
  getCondition: () => {
4029
4107
  field: string;
4030
4108
  equals: unknown;
@@ -4062,12 +4140,12 @@ export declare const SeoSettings: ContentType<{
4062
4140
  lte?: number | undefined;
4063
4141
  };
4064
4142
  } | undefined;
4065
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
4066
- }, 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>, {
4143
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
4144
+ }, 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>, {
4067
4145
  field: string;
4068
4146
  equals: boolean;
4069
4147
  }>>;
4070
- }, "Seo">, "new", import("..").DefaultFieldState>;
4148
+ }, "Seo">, "new", import("../index.js").DefaultFieldState>;
4071
4149
  }, "SeoSettings">;
4072
4150
  export type SeoSettings = typeof SeoSettings;
4073
4151
  export type SeoSettingsSchema = DataFront<SeoSettings>;