@rakun-kit/core 1.3.8 → 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 (354) hide show
  1. package/dist/cjs/api/routes/web/page.js +6 -3
  2. package/dist/cjs/api/routes/web/page.js.map +1 -1
  3. package/dist/esm/api/context.d.ts +1 -1
  4. package/dist/esm/api/context.js +3 -3
  5. package/dist/esm/api/operations/catalog.d.ts +2 -2
  6. package/dist/esm/api/operations/catalog.js +1 -1
  7. package/dist/esm/api/operations/custom.d.ts +1 -1
  8. package/dist/esm/api/operations/custom.js +1 -1
  9. package/dist/esm/api/operations/index.d.ts +92 -92
  10. package/dist/esm/api/operations/index.js +8 -8
  11. package/dist/esm/api/operations/manager-contract.d.ts +65 -65
  12. package/dist/esm/api/operations/manager-contract.js +5 -5
  13. package/dist/esm/api/operations/manager.d.ts +66 -66
  14. package/dist/esm/api/operations/manager.js +51 -51
  15. package/dist/esm/api/operations/tracing.d.ts +1 -1
  16. package/dist/esm/api/operations/tracing.js +1 -1
  17. package/dist/esm/api/operations/types.d.ts +1 -1
  18. package/dist/esm/api/operations/web-contract.d.ts +19 -19
  19. package/dist/esm/api/operations/web-contract.js +3 -3
  20. package/dist/esm/api/operations/web.d.ts +20 -20
  21. package/dist/esm/api/operations/web.js +9 -9
  22. package/dist/esm/api/proxies/context.d.ts +2 -2
  23. package/dist/esm/api/proxies/index.d.ts +8 -8
  24. package/dist/esm/api/proxies/index.js +1 -1
  25. package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
  26. package/dist/esm/api/routes/manager/apiOperations.js +5 -5
  27. package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
  28. package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
  29. package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
  30. package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
  31. package/dist/esm/api/routes/manager/auth/getSession.d.ts +5 -5
  32. package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
  33. package/dist/esm/api/routes/manager/auth/login.js +4 -4
  34. package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
  35. package/dist/esm/api/routes/manager/auth/logout.js +3 -3
  36. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +6 -6
  37. package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
  38. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
  39. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
  40. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
  41. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
  42. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
  43. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +3 -3
  44. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
  45. package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
  46. package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
  47. package/dist/esm/api/routes/manager/auth/updatePassword.js +3 -3
  48. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
  49. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
  50. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
  51. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +4 -4
  52. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
  53. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
  54. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
  55. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
  56. package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
  57. package/dist/esm/api/routes/manager/backups/create.js +2 -2
  58. package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
  59. package/dist/esm/api/routes/manager/backups/list.js +2 -2
  60. package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
  61. package/dist/esm/api/routes/manager/backups/restore.js +3 -3
  62. package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
  63. package/dist/esm/api/routes/manager/contentTypes.js +1 -1
  64. package/dist/esm/api/routes/manager/create.d.ts +4 -4
  65. package/dist/esm/api/routes/manager/create.js +8 -8
  66. package/dist/esm/api/routes/manager/delete.d.ts +2 -2
  67. package/dist/esm/api/routes/manager/delete.js +8 -8
  68. package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
  69. package/dist/esm/api/routes/manager/duplicate.js +5 -5
  70. package/dist/esm/api/routes/manager/get.d.ts +2 -2
  71. package/dist/esm/api/routes/manager/get.js +8 -8
  72. package/dist/esm/api/routes/manager/languages.d.ts +3 -3
  73. package/dist/esm/api/routes/manager/languages.js +1 -1
  74. package/dist/esm/api/routes/manager/list.d.ts +2 -2
  75. package/dist/esm/api/routes/manager/list.js +9 -9
  76. package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
  77. package/dist/esm/api/routes/manager/literals/list.js +5 -5
  78. package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
  79. package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
  80. package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
  81. package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
  82. package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
  83. package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
  84. package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
  85. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
  86. package/dist/esm/api/routes/manager/media/finalizeUpload.js +10 -10
  87. package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
  88. package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
  89. package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
  90. package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
  91. package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +2 -2
  92. package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
  93. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
  94. package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
  95. package/dist/esm/api/routes/manager/media/uploadBinary.js +6 -6
  96. package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
  97. package/dist/esm/api/routes/manager/migrations/list.js +2 -2
  98. package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
  99. package/dist/esm/api/routes/manager/permissions.js +2 -2
  100. package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
  101. package/dist/esm/api/routes/manager/preview/create.js +13 -13
  102. package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
  103. package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
  104. package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
  105. package/dist/esm/api/routes/manager/setDefaultLanguage.js +4 -4
  106. package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
  107. package/dist/esm/api/routes/manager/translateDocument.js +10 -10
  108. package/dist/esm/api/routes/manager/trash.d.ts +2 -2
  109. package/dist/esm/api/routes/manager/trash.js +6 -6
  110. package/dist/esm/api/routes/manager/update.d.ts +4 -4
  111. package/dist/esm/api/routes/manager/update.js +8 -8
  112. package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
  113. package/dist/esm/api/routes/manager/versions/get.js +2 -2
  114. package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
  115. package/dist/esm/api/routes/manager/versions/list.js +2 -2
  116. package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
  117. package/dist/esm/api/routes/manager/versions/restore.js +4 -4
  118. package/dist/esm/api/routes/web/page.d.ts +4 -4
  119. package/dist/esm/api/routes/web/page.d.ts.map +1 -1
  120. package/dist/esm/api/routes/web/page.js +20 -17
  121. package/dist/esm/api/routes/web/page.js.map +1 -1
  122. package/dist/esm/api/routes/web/previewPage.d.ts +6 -6
  123. package/dist/esm/api/routes/web/previewPage.js +8 -8
  124. package/dist/esm/api/routes/web/robots.d.ts +1 -1
  125. package/dist/esm/api/routes/web/robots.js +2 -2
  126. package/dist/esm/api/routes/web/seo.d.ts +1 -1
  127. package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
  128. package/dist/esm/api/routes/web/sitemap.js +3 -3
  129. package/dist/esm/api/sessionCookie.d.ts +1 -1
  130. package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
  131. package/dist/esm/api/utils/checkFailureCase.js +1 -1
  132. package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
  133. package/dist/esm/api/utils/checkOwnership.js +4 -4
  134. package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
  135. package/dist/esm/api/utils/checkPermissions.js +3 -3
  136. package/dist/esm/api/utils/getLanguages.d.ts +3 -3
  137. package/dist/esm/api/utils/getLanguages.js +2 -2
  138. package/dist/esm/api/utils/getLink.d.ts +2 -2
  139. package/dist/esm/api/utils/getLink.js +4 -4
  140. package/dist/esm/api/utils/getUser.d.ts +5 -5
  141. package/dist/esm/api/utils/getUser.js +4 -4
  142. package/dist/esm/api/utils/index.d.ts +23 -23
  143. package/dist/esm/api/utils/index.js +23 -23
  144. package/dist/esm/api/utils/parseId.d.ts +1 -1
  145. package/dist/esm/api/utils/parseId.js +1 -1
  146. package/dist/esm/api/utils/passwords.js +1 -1
  147. package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
  148. package/dist/esm/api/utils/populates/populateLinks.js +4 -4
  149. package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
  150. package/dist/esm/api/utils/populates/populateRelations.js +6 -6
  151. package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
  152. package/dist/esm/api/utils/requireContentType.d.ts +1 -1
  153. package/dist/esm/api/utils/requireContentType.js +2 -2
  154. package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
  155. package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
  156. package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +5 -5
  157. package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
  158. package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
  159. package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
  160. package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
  161. package/dist/esm/api/utils/routes/updateRoutesMap.js +4 -4
  162. package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
  163. package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
  164. package/dist/esm/api/utils/translate.d.ts +1 -1
  165. package/dist/esm/api/utils/translate.js +3 -3
  166. package/dist/esm/api/utils/validateModule.d.ts +1 -1
  167. package/dist/esm/api/utils/validateModule.js +2 -2
  168. package/dist/esm/bootstrapState.d.ts +9 -9
  169. package/dist/esm/client.d.ts +42 -42
  170. package/dist/esm/client.js +26 -26
  171. package/dist/esm/contracts.d.ts +38 -38
  172. package/dist/esm/contracts.js +38 -38
  173. package/dist/esm/index.d.ts +37 -37
  174. package/dist/esm/index.js +34 -34
  175. package/dist/esm/internal-content-types/Backup.d.ts +57 -57
  176. package/dist/esm/internal-content-types/Backup.js +2 -2
  177. package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
  178. package/dist/esm/internal-content-types/BackupDocument.js +2 -2
  179. package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
  180. package/dist/esm/internal-content-types/ContentVersion.js +2 -2
  181. package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
  182. package/dist/esm/internal-content-types/HelloWorld.js +2 -2
  183. package/dist/esm/internal-content-types/Language.d.ts +39 -39
  184. package/dist/esm/internal-content-types/Language.js +2 -2
  185. package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
  186. package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
  187. package/dist/esm/internal-content-types/ManagerRole.d.ts +31 -31
  188. package/dist/esm/internal-content-types/ManagerRole.js +3 -3
  189. package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
  190. package/dist/esm/internal-content-types/ManagerUser.js +3 -3
  191. package/dist/esm/internal-content-types/Media.d.ts +261 -261
  192. package/dist/esm/internal-content-types/Media.js +3 -3
  193. package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
  194. package/dist/esm/internal-content-types/MediaFolder.js +2 -2
  195. package/dist/esm/internal-content-types/MfaChallenge.d.ts +532 -532
  196. package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
  197. package/dist/esm/internal-content-types/Migration.d.ts +133 -133
  198. package/dist/esm/internal-content-types/Migration.js +2 -2
  199. package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
  200. package/dist/esm/internal-content-types/MigrationLock.js +2 -2
  201. package/dist/esm/internal-content-types/Page.d.ts +1267 -1267
  202. package/dist/esm/internal-content-types/Page.js +4 -4
  203. package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
  204. package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
  205. package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
  206. package/dist/esm/internal-content-types/Redirect.js +2 -2
  207. package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
  208. package/dist/esm/internal-content-types/RobotsRule.js +2 -2
  209. package/dist/esm/internal-content-types/Route.d.ts +151 -151
  210. package/dist/esm/internal-content-types/Route.js +2 -2
  211. package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
  212. package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
  213. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
  214. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
  215. package/dist/esm/internal-content-types/RouteMap.d.ts +143 -143
  216. package/dist/esm/internal-content-types/RouteMap.js +2 -2
  217. package/dist/esm/internal-content-types/RouteSettings.d.ts +1298 -1298
  218. package/dist/esm/internal-content-types/RouteSettings.js +3 -3
  219. package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
  220. package/dist/esm/internal-content-types/SchemaState.js +2 -2
  221. package/dist/esm/internal-content-types/Seo.d.ts +430 -430
  222. package/dist/esm/internal-content-types/Seo.js +2 -2
  223. package/dist/esm/internal-content-types/SeoSettings.d.ts +491 -491
  224. package/dist/esm/internal-content-types/SeoSettings.js +3 -3
  225. package/dist/esm/internal-content-types/Session.d.ts +495 -495
  226. package/dist/esm/internal-content-types/Session.js +3 -3
  227. package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
  228. package/dist/esm/internal-content-types/UserMfa.js +3 -3
  229. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
  230. package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
  231. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
  232. package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
  233. package/dist/esm/internal-content-types/index.d.ts +29 -29
  234. package/dist/esm/internal-content-types/index.js +29 -29
  235. package/dist/esm/lib/ContentType.d.ts +2 -2
  236. package/dist/esm/lib/ContentType.js +1 -1
  237. package/dist/esm/lib/Permissions.d.ts +1 -1
  238. package/dist/esm/lib/Registry.d.ts +4 -4
  239. package/dist/esm/lib/Registry.js +1 -1
  240. package/dist/esm/lib/errors/AppError.d.ts +1 -1
  241. package/dist/esm/lib/errors/AppError.js +1 -1
  242. package/dist/esm/lib/errors/index.d.ts +4 -4
  243. package/dist/esm/lib/errors/index.js +3 -3
  244. package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
  245. package/dist/esm/lib/errors/throwAppError.js +3 -3
  246. package/dist/esm/lib/fields/Boolean.d.ts +1 -1
  247. package/dist/esm/lib/fields/Boolean.js +1 -1
  248. package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
  249. package/dist/esm/lib/fields/ContentReference.js +2 -2
  250. package/dist/esm/lib/fields/Date.d.ts +1 -1
  251. package/dist/esm/lib/fields/Date.js +1 -1
  252. package/dist/esm/lib/fields/Field.d.ts +12 -12
  253. package/dist/esm/lib/fields/Fields.d.ts +13 -13
  254. package/dist/esm/lib/fields/Fields.js +13 -13
  255. package/dist/esm/lib/fields/File.d.ts +1 -1
  256. package/dist/esm/lib/fields/File.js +2 -2
  257. package/dist/esm/lib/fields/Iterator.d.ts +2 -2
  258. package/dist/esm/lib/fields/Iterator.js +3 -3
  259. package/dist/esm/lib/fields/Link.d.ts +1 -1
  260. package/dist/esm/lib/fields/Link.js +2 -2
  261. package/dist/esm/lib/fields/List.d.ts +1 -1
  262. package/dist/esm/lib/fields/List.js +1 -1
  263. package/dist/esm/lib/fields/Number.d.ts +1 -1
  264. package/dist/esm/lib/fields/Number.js +1 -1
  265. package/dist/esm/lib/fields/Relation.d.ts +3 -3
  266. package/dist/esm/lib/fields/Relation.js +3 -3
  267. package/dist/esm/lib/fields/Select.d.ts +1 -1
  268. package/dist/esm/lib/fields/Select.js +1 -1
  269. package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
  270. package/dist/esm/lib/fields/SelfRelation.js +2 -2
  271. package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
  272. package/dist/esm/lib/fields/SimpleList.js +1 -1
  273. package/dist/esm/lib/fields/String.d.ts +1 -1
  274. package/dist/esm/lib/fields/String.js +3 -3
  275. package/dist/esm/lib/fields/index.d.ts +15 -15
  276. package/dist/esm/lib/fields/index.js +15 -15
  277. package/dist/esm/lib/types/index.d.ts +2 -2
  278. package/dist/esm/lib/utils/getListField.d.ts +1 -1
  279. package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
  280. package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
  281. package/dist/esm/lib/utils/getTranslation.js +1 -1
  282. package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
  283. package/dist/esm/lib/utils/translateObject.d.ts +2 -2
  284. package/dist/esm/lib/utils/translateObject.js +3 -3
  285. package/dist/esm/literals/definitions.d.ts +1 -1
  286. package/dist/esm/literals/definitions.js +1 -1
  287. package/dist/esm/literals/index.d.ts +3 -3
  288. package/dist/esm/literals/index.js +3 -3
  289. package/dist/esm/literals/manager.d.ts +1 -1
  290. package/dist/esm/literals/manager.js +1 -1
  291. package/dist/esm/manager.d.ts +264 -264
  292. package/dist/esm/manager.js +2 -2
  293. package/dist/esm/media/imageOptimization.d.ts +1 -1
  294. package/dist/esm/media/imageOptimization.js +2 -2
  295. package/dist/esm/media/index.d.ts +4 -4
  296. package/dist/esm/media/index.js +3 -3
  297. package/dist/esm/media/mediaService.d.ts +1 -1
  298. package/dist/esm/orm/backups.js +5 -5
  299. package/dist/esm/orm/createIndexes.js +2 -2
  300. package/dist/esm/orm/database.js +3 -3
  301. package/dist/esm/orm/dbService.d.ts +6 -6
  302. package/dist/esm/orm/index.d.ts +2 -2
  303. package/dist/esm/orm/index.js +16 -16
  304. package/dist/esm/orm/migrations.d.ts +1 -1
  305. package/dist/esm/orm/migrations.js +4 -4
  306. package/dist/esm/orm/mongodbPeer.js +1 -1
  307. package/dist/esm/orm/operations/clear.d.ts +1 -1
  308. package/dist/esm/orm/operations/clear.js +1 -1
  309. package/dist/esm/orm/operations/create.d.ts +3 -3
  310. package/dist/esm/orm/operations/create.js +5 -5
  311. package/dist/esm/orm/operations/delete.d.ts +3 -3
  312. package/dist/esm/orm/operations/delete.js +3 -3
  313. package/dist/esm/orm/operations/find.d.ts +2 -2
  314. package/dist/esm/orm/operations/find.js +3 -3
  315. package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
  316. package/dist/esm/orm/operations/findDependencies.js +4 -4
  317. package/dist/esm/orm/operations/get.d.ts +3 -3
  318. package/dist/esm/orm/operations/get.js +3 -3
  319. package/dist/esm/orm/operations/getAll.d.ts +2 -2
  320. package/dist/esm/orm/operations/getAll.js +2 -2
  321. package/dist/esm/orm/operations/list.d.ts +2 -2
  322. package/dist/esm/orm/operations/list.js +3 -3
  323. package/dist/esm/orm/operations/update.d.ts +4 -4
  324. package/dist/esm/orm/operations/update.js +6 -6
  325. package/dist/esm/orm/operations/updateMany.d.ts +3 -3
  326. package/dist/esm/orm/operations/updateMany.js +3 -3
  327. package/dist/esm/orm/operations/upsert.d.ts +3 -3
  328. package/dist/esm/orm/operations/upsert.js +4 -4
  329. package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
  330. package/dist/esm/orm/utils/parseId.d.ts +1 -1
  331. package/dist/esm/orm/utils/parseId.js +1 -1
  332. package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
  333. package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
  334. package/dist/esm/orm/versions.d.ts +1 -1
  335. package/dist/esm/orm/versions.js +7 -7
  336. package/dist/esm/schemas/manager/literals/upsert.js +1 -1
  337. package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
  338. package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
  339. package/dist/esm/schemas/manager/media/listFolders.js +1 -1
  340. package/dist/esm/schemas/web/page.d.ts +28 -28
  341. package/dist/esm/schemas/web/page.js +1 -1
  342. package/dist/esm/schemas/web/previewPage.d.ts +20 -20
  343. package/dist/esm/schemas/web/previewPage.js +1 -1
  344. package/dist/esm/translation/document.d.ts +3 -3
  345. package/dist/esm/translation/index.d.ts +4 -4
  346. package/dist/esm/translation/index.js +3 -3
  347. package/dist/esm/translation/translationService.d.ts +1 -1
  348. package/dist/esm/web/client.d.ts +1 -1
  349. package/dist/esm/web/client.js +1 -1
  350. package/dist/esm/web/index.d.ts +2 -2
  351. package/dist/esm/web/index.js +2 -2
  352. package/dist/esm/web/page.d.ts +1 -1
  353. package/dist/tsconfig.build.tsbuildinfo +1 -1
  354. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
- import ContentType from "../lib/ContentType";
2
- import type { DataFront, DBOutput } from "../lib/types";
1
+ import ContentType from "../lib/ContentType.js";
2
+ import type { DataFront, DBOutput } from "../lib/types/index.js";
3
3
  export declare const Seo: ContentType<{
4
- title: import("..").WithFieldState<{
4
+ title: import("../index.js").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
7
  input: string;
8
8
  db: string;
9
9
  output: string;
10
- meta: import("..").StringMeta<"Text">;
11
- state: import("..").DefaultFieldState;
10
+ meta: import("../index.js").StringMeta<"Text">;
11
+ state: import("../index.js").DefaultFieldState;
12
12
  } | undefined;
13
- meta: import("..").StringMeta<"Text">;
14
- state: import("..").DefaultFieldState;
13
+ meta: import("../index.js").StringMeta<"Text">;
14
+ state: import("../index.js").DefaultFieldState;
15
15
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
16
16
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
17
17
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
18
18
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
19
- getConfig: () => import("..").StringMeta<"Text">;
19
+ getConfig: () => import("../index.js").StringMeta<"Text">;
20
20
  getIsRequired: () => false;
21
21
  getIsTranslatable: () => false;
22
22
  getVisibility: () => "all";
@@ -28,19 +28,19 @@ export declare const Seo: ContentType<{
28
28
  input: string;
29
29
  db: string;
30
30
  output: string;
31
- meta: import("..").StringMeta<"Text">;
32
- state: import("..").FieldState;
31
+ meta: import("../index.js").StringMeta<"Text">;
32
+ state: import("../index.js").FieldState;
33
33
  } | undefined;
34
- meta: import("..").StringMeta<"Text">;
35
- state: import("..").FieldState;
34
+ meta: import("../index.js").StringMeta<"Text">;
35
+ state: import("../index.js").FieldState;
36
36
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
37
37
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
38
38
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
39
39
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
40
- getConfig: () => import("..").StringMeta<"Text">;
40
+ getConfig: () => import("../index.js").StringMeta<"Text">;
41
41
  getIsRequired: () => boolean;
42
42
  getIsTranslatable: () => boolean;
43
- getVisibility: () => import("..").Visibility;
43
+ getVisibility: () => import("../index.js").Visibility;
44
44
  getCondition: () => {
45
45
  field: string;
46
46
  equals: unknown;
@@ -78,26 +78,26 @@ export declare const Seo: ContentType<{
78
78
  lte?: number | undefined;
79
79
  };
80
80
  } | undefined;
81
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
81
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
82
82
  min: <TThis extends {
83
83
  kind: "field";
84
84
  readonly __fieldTypes?: {
85
85
  input: string;
86
86
  db: string;
87
87
  output: string;
88
- meta: import("..").StringMeta<"Text">;
89
- state: import("..").FieldState;
88
+ meta: import("../index.js").StringMeta<"Text">;
89
+ state: import("../index.js").FieldState;
90
90
  } | undefined;
91
- meta: import("..").StringMeta<"Text">;
92
- state: import("..").FieldState;
91
+ meta: import("../index.js").StringMeta<"Text">;
92
+ state: import("../index.js").FieldState;
93
93
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
94
94
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
95
95
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
96
96
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
97
- getConfig: () => import("..").StringMeta<"Text">;
97
+ getConfig: () => import("../index.js").StringMeta<"Text">;
98
98
  getIsRequired: () => boolean;
99
99
  getIsTranslatable: () => boolean;
100
- getVisibility: () => import("..").Visibility;
100
+ getVisibility: () => import("../index.js").Visibility;
101
101
  getCondition: () => {
102
102
  field: string;
103
103
  equals: unknown;
@@ -135,26 +135,26 @@ export declare const Seo: ContentType<{
135
135
  lte?: number | undefined;
136
136
  };
137
137
  } | undefined;
138
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
138
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
139
139
  max: <TThis extends {
140
140
  kind: "field";
141
141
  readonly __fieldTypes?: {
142
142
  input: string;
143
143
  db: string;
144
144
  output: string;
145
- meta: import("..").StringMeta<"Text">;
146
- state: import("..").FieldState;
145
+ meta: import("../index.js").StringMeta<"Text">;
146
+ state: import("../index.js").FieldState;
147
147
  } | undefined;
148
- meta: import("..").StringMeta<"Text">;
149
- state: import("..").FieldState;
148
+ meta: import("../index.js").StringMeta<"Text">;
149
+ state: import("../index.js").FieldState;
150
150
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
151
151
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
152
152
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
153
153
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
154
- getConfig: () => import("..").StringMeta<"Text">;
154
+ getConfig: () => import("../index.js").StringMeta<"Text">;
155
155
  getIsRequired: () => boolean;
156
156
  getIsTranslatable: () => boolean;
157
- getVisibility: () => import("..").Visibility;
157
+ getVisibility: () => import("../index.js").Visibility;
158
158
  getCondition: () => {
159
159
  field: string;
160
160
  equals: unknown;
@@ -192,24 +192,24 @@ export declare const Seo: ContentType<{
192
192
  lte?: number | undefined;
193
193
  };
194
194
  } | undefined;
195
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
196
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
197
- description: import("..").WithFieldState<{
195
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
196
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
197
+ description: import("../index.js").WithFieldState<{
198
198
  kind: "field";
199
199
  readonly __fieldTypes?: {
200
200
  input: string;
201
201
  db: string;
202
202
  output: string;
203
- meta: import("..").StringMeta<"Textarea">;
204
- state: import("..").DefaultFieldState;
203
+ meta: import("../index.js").StringMeta<"Textarea">;
204
+ state: import("../index.js").DefaultFieldState;
205
205
  } | undefined;
206
- meta: import("..").StringMeta<"Textarea">;
207
- state: import("..").DefaultFieldState;
206
+ meta: import("../index.js").StringMeta<"Textarea">;
207
+ state: import("../index.js").DefaultFieldState;
208
208
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
209
209
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
210
210
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
211
211
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
212
- getConfig: () => import("..").StringMeta<"Textarea">;
212
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
213
213
  getIsRequired: () => false;
214
214
  getIsTranslatable: () => false;
215
215
  getVisibility: () => "all";
@@ -221,19 +221,19 @@ export declare const Seo: ContentType<{
221
221
  input: string;
222
222
  db: string;
223
223
  output: string;
224
- meta: import("..").StringMeta<"Textarea">;
225
- state: import("..").FieldState;
224
+ meta: import("../index.js").StringMeta<"Textarea">;
225
+ state: import("../index.js").FieldState;
226
226
  } | undefined;
227
- meta: import("..").StringMeta<"Textarea">;
228
- state: import("..").FieldState;
227
+ meta: import("../index.js").StringMeta<"Textarea">;
228
+ state: import("../index.js").FieldState;
229
229
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
230
230
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
231
231
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
232
232
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
233
- getConfig: () => import("..").StringMeta<"Textarea">;
233
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
234
234
  getIsRequired: () => boolean;
235
235
  getIsTranslatable: () => boolean;
236
- getVisibility: () => import("..").Visibility;
236
+ getVisibility: () => import("../index.js").Visibility;
237
237
  getCondition: () => {
238
238
  field: string;
239
239
  equals: unknown;
@@ -271,26 +271,26 @@ export declare const Seo: ContentType<{
271
271
  lte?: number | undefined;
272
272
  };
273
273
  } | undefined;
274
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
274
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
275
275
  min: <TThis extends {
276
276
  kind: "field";
277
277
  readonly __fieldTypes?: {
278
278
  input: string;
279
279
  db: string;
280
280
  output: string;
281
- meta: import("..").StringMeta<"Textarea">;
282
- state: import("..").FieldState;
281
+ meta: import("../index.js").StringMeta<"Textarea">;
282
+ state: import("../index.js").FieldState;
283
283
  } | undefined;
284
- meta: import("..").StringMeta<"Textarea">;
285
- state: import("..").FieldState;
284
+ meta: import("../index.js").StringMeta<"Textarea">;
285
+ state: import("../index.js").FieldState;
286
286
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
287
287
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
288
288
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
289
289
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
290
- getConfig: () => import("..").StringMeta<"Textarea">;
290
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
291
291
  getIsRequired: () => boolean;
292
292
  getIsTranslatable: () => boolean;
293
- getVisibility: () => import("..").Visibility;
293
+ getVisibility: () => import("../index.js").Visibility;
294
294
  getCondition: () => {
295
295
  field: string;
296
296
  equals: unknown;
@@ -328,26 +328,26 @@ export declare const Seo: ContentType<{
328
328
  lte?: number | undefined;
329
329
  };
330
330
  } | undefined;
331
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
331
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
332
332
  max: <TThis extends {
333
333
  kind: "field";
334
334
  readonly __fieldTypes?: {
335
335
  input: string;
336
336
  db: string;
337
337
  output: string;
338
- meta: import("..").StringMeta<"Textarea">;
339
- state: import("..").FieldState;
338
+ meta: import("../index.js").StringMeta<"Textarea">;
339
+ state: import("../index.js").FieldState;
340
340
  } | undefined;
341
- meta: import("..").StringMeta<"Textarea">;
342
- state: import("..").FieldState;
341
+ meta: import("../index.js").StringMeta<"Textarea">;
342
+ state: import("../index.js").FieldState;
343
343
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
344
344
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
345
345
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
346
346
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
347
- getConfig: () => import("..").StringMeta<"Textarea">;
347
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
348
348
  getIsRequired: () => boolean;
349
349
  getIsTranslatable: () => boolean;
350
- getVisibility: () => import("..").Visibility;
350
+ getVisibility: () => import("../index.js").Visibility;
351
351
  getCondition: () => {
352
352
  field: string;
353
353
  equals: unknown;
@@ -385,24 +385,24 @@ export declare const Seo: ContentType<{
385
385
  lte?: number | undefined;
386
386
  };
387
387
  } | undefined;
388
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
389
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
390
- canonicalUrl: import("..").WithFieldState<{
388
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
389
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
390
+ canonicalUrl: import("../index.js").WithFieldState<{
391
391
  kind: "field";
392
392
  readonly __fieldTypes?: {
393
393
  input: string;
394
394
  db: string;
395
395
  output: string;
396
- meta: import("..").StringMeta<"Url">;
397
- state: import("..").DefaultFieldState;
396
+ meta: import("../index.js").StringMeta<"Url">;
397
+ state: import("../index.js").DefaultFieldState;
398
398
  } | undefined;
399
- meta: import("..").StringMeta<"Url">;
400
- state: import("..").DefaultFieldState;
399
+ meta: import("../index.js").StringMeta<"Url">;
400
+ state: import("../index.js").DefaultFieldState;
401
401
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
402
402
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
403
403
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
404
404
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
405
- getConfig: () => import("..").StringMeta<"Url">;
405
+ getConfig: () => import("../index.js").StringMeta<"Url">;
406
406
  getIsRequired: () => false;
407
407
  getIsTranslatable: () => false;
408
408
  getVisibility: () => "all";
@@ -414,19 +414,19 @@ export declare const Seo: ContentType<{
414
414
  input: string;
415
415
  db: string;
416
416
  output: string;
417
- meta: import("..").StringMeta<"Url">;
418
- state: import("..").FieldState;
417
+ meta: import("../index.js").StringMeta<"Url">;
418
+ state: import("../index.js").FieldState;
419
419
  } | undefined;
420
- meta: import("..").StringMeta<"Url">;
421
- state: import("..").FieldState;
420
+ meta: import("../index.js").StringMeta<"Url">;
421
+ state: import("../index.js").FieldState;
422
422
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
423
423
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
424
424
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
425
425
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
426
- getConfig: () => import("..").StringMeta<"Url">;
426
+ getConfig: () => import("../index.js").StringMeta<"Url">;
427
427
  getIsRequired: () => boolean;
428
428
  getIsTranslatable: () => boolean;
429
- getVisibility: () => import("..").Visibility;
429
+ getVisibility: () => import("../index.js").Visibility;
430
430
  getCondition: () => {
431
431
  field: string;
432
432
  equals: unknown;
@@ -464,26 +464,26 @@ export declare const Seo: ContentType<{
464
464
  lte?: number | undefined;
465
465
  };
466
466
  } | undefined;
467
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
467
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
468
468
  min: <TThis extends {
469
469
  kind: "field";
470
470
  readonly __fieldTypes?: {
471
471
  input: string;
472
472
  db: string;
473
473
  output: string;
474
- meta: import("..").StringMeta<"Url">;
475
- state: import("..").FieldState;
474
+ meta: import("../index.js").StringMeta<"Url">;
475
+ state: import("../index.js").FieldState;
476
476
  } | undefined;
477
- meta: import("..").StringMeta<"Url">;
478
- state: import("..").FieldState;
477
+ meta: import("../index.js").StringMeta<"Url">;
478
+ state: import("../index.js").FieldState;
479
479
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
480
480
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
481
481
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
482
482
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
483
- getConfig: () => import("..").StringMeta<"Url">;
483
+ getConfig: () => import("../index.js").StringMeta<"Url">;
484
484
  getIsRequired: () => boolean;
485
485
  getIsTranslatable: () => boolean;
486
- getVisibility: () => import("..").Visibility;
486
+ getVisibility: () => import("../index.js").Visibility;
487
487
  getCondition: () => {
488
488
  field: string;
489
489
  equals: unknown;
@@ -521,26 +521,26 @@ export declare const Seo: ContentType<{
521
521
  lte?: number | undefined;
522
522
  };
523
523
  } | undefined;
524
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
524
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
525
525
  max: <TThis extends {
526
526
  kind: "field";
527
527
  readonly __fieldTypes?: {
528
528
  input: string;
529
529
  db: string;
530
530
  output: string;
531
- meta: import("..").StringMeta<"Url">;
532
- state: import("..").FieldState;
531
+ meta: import("../index.js").StringMeta<"Url">;
532
+ state: import("../index.js").FieldState;
533
533
  } | undefined;
534
- meta: import("..").StringMeta<"Url">;
535
- state: import("..").FieldState;
534
+ meta: import("../index.js").StringMeta<"Url">;
535
+ state: import("../index.js").FieldState;
536
536
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
537
537
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
538
538
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
539
539
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
540
- getConfig: () => import("..").StringMeta<"Url">;
540
+ getConfig: () => import("../index.js").StringMeta<"Url">;
541
541
  getIsRequired: () => boolean;
542
542
  getIsTranslatable: () => boolean;
543
- getVisibility: () => import("..").Visibility;
543
+ getVisibility: () => import("../index.js").Visibility;
544
544
  getCondition: () => {
545
545
  field: string;
546
546
  equals: unknown;
@@ -578,25 +578,25 @@ export declare const Seo: ContentType<{
578
578
  lte?: number | undefined;
579
579
  };
580
580
  } | undefined;
581
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
582
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
583
- image: import("..").FileField<"Image", false, import("..").DefaultFieldState>;
584
- imageAlt: import("..").WithFieldState<{
581
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
582
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
583
+ image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
584
+ imageAlt: import("../index.js").WithFieldState<{
585
585
  kind: "field";
586
586
  readonly __fieldTypes?: {
587
587
  input: string;
588
588
  db: string;
589
589
  output: string;
590
- meta: import("..").StringMeta<"Text">;
591
- state: import("..").DefaultFieldState;
590
+ meta: import("../index.js").StringMeta<"Text">;
591
+ state: import("../index.js").DefaultFieldState;
592
592
  } | undefined;
593
- meta: import("..").StringMeta<"Text">;
594
- state: import("..").DefaultFieldState;
593
+ meta: import("../index.js").StringMeta<"Text">;
594
+ state: import("../index.js").DefaultFieldState;
595
595
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
596
596
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
597
597
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
598
598
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
599
- getConfig: () => import("..").StringMeta<"Text">;
599
+ getConfig: () => import("../index.js").StringMeta<"Text">;
600
600
  getIsRequired: () => false;
601
601
  getIsTranslatable: () => false;
602
602
  getVisibility: () => "all";
@@ -608,19 +608,19 @@ export declare const Seo: ContentType<{
608
608
  input: string;
609
609
  db: string;
610
610
  output: string;
611
- meta: import("..").StringMeta<"Text">;
612
- state: import("..").FieldState;
611
+ meta: import("../index.js").StringMeta<"Text">;
612
+ state: import("../index.js").FieldState;
613
613
  } | undefined;
614
- meta: import("..").StringMeta<"Text">;
615
- state: import("..").FieldState;
614
+ meta: import("../index.js").StringMeta<"Text">;
615
+ state: import("../index.js").FieldState;
616
616
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
617
617
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
618
618
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
619
619
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
620
- getConfig: () => import("..").StringMeta<"Text">;
620
+ getConfig: () => import("../index.js").StringMeta<"Text">;
621
621
  getIsRequired: () => boolean;
622
622
  getIsTranslatable: () => boolean;
623
- getVisibility: () => import("..").Visibility;
623
+ getVisibility: () => import("../index.js").Visibility;
624
624
  getCondition: () => {
625
625
  field: string;
626
626
  equals: unknown;
@@ -658,26 +658,26 @@ export declare const Seo: ContentType<{
658
658
  lte?: number | undefined;
659
659
  };
660
660
  } | undefined;
661
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
661
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
662
662
  min: <TThis extends {
663
663
  kind: "field";
664
664
  readonly __fieldTypes?: {
665
665
  input: string;
666
666
  db: string;
667
667
  output: string;
668
- meta: import("..").StringMeta<"Text">;
669
- state: import("..").FieldState;
668
+ meta: import("../index.js").StringMeta<"Text">;
669
+ state: import("../index.js").FieldState;
670
670
  } | undefined;
671
- meta: import("..").StringMeta<"Text">;
672
- state: import("..").FieldState;
671
+ meta: import("../index.js").StringMeta<"Text">;
672
+ state: import("../index.js").FieldState;
673
673
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
674
674
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
675
675
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
676
676
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
677
- getConfig: () => import("..").StringMeta<"Text">;
677
+ getConfig: () => import("../index.js").StringMeta<"Text">;
678
678
  getIsRequired: () => boolean;
679
679
  getIsTranslatable: () => boolean;
680
- getVisibility: () => import("..").Visibility;
680
+ getVisibility: () => import("../index.js").Visibility;
681
681
  getCondition: () => {
682
682
  field: string;
683
683
  equals: unknown;
@@ -715,26 +715,26 @@ export declare const Seo: ContentType<{
715
715
  lte?: number | undefined;
716
716
  };
717
717
  } | undefined;
718
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
718
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
719
719
  max: <TThis extends {
720
720
  kind: "field";
721
721
  readonly __fieldTypes?: {
722
722
  input: string;
723
723
  db: string;
724
724
  output: string;
725
- meta: import("..").StringMeta<"Text">;
726
- state: import("..").FieldState;
725
+ meta: import("../index.js").StringMeta<"Text">;
726
+ state: import("../index.js").FieldState;
727
727
  } | undefined;
728
- meta: import("..").StringMeta<"Text">;
729
- state: import("..").FieldState;
728
+ meta: import("../index.js").StringMeta<"Text">;
729
+ state: import("../index.js").FieldState;
730
730
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
731
731
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
732
732
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
733
733
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
734
- getConfig: () => import("..").StringMeta<"Text">;
734
+ getConfig: () => import("../index.js").StringMeta<"Text">;
735
735
  getIsRequired: () => boolean;
736
736
  getIsTranslatable: () => boolean;
737
- getVisibility: () => import("..").Visibility;
737
+ getVisibility: () => import("../index.js").Visibility;
738
738
  getCondition: () => {
739
739
  field: string;
740
740
  equals: unknown;
@@ -772,26 +772,26 @@ export declare const Seo: ContentType<{
772
772
  lte?: number | undefined;
773
773
  };
774
774
  } | undefined;
775
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
776
- }, import("..").SetTranslatable<import("..").DefaultFieldState>>;
777
- noIndex: import("..").BooleanField<import("..").DefaultFieldState>;
778
- customOpenGraph: import("..").BooleanField<import("..").DefaultFieldState>;
779
- openGraphTitle: import("..").WithFieldState<Omit<{
775
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
776
+ }, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
777
+ noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
778
+ customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
779
+ openGraphTitle: import("../index.js").WithFieldState<Omit<{
780
780
  kind: "field";
781
781
  readonly __fieldTypes?: {
782
782
  input: string;
783
783
  db: string;
784
784
  output: string;
785
- meta: import("..").StringMeta<"Text">;
786
- state: import("..").DefaultFieldState;
785
+ meta: import("../index.js").StringMeta<"Text">;
786
+ state: import("../index.js").DefaultFieldState;
787
787
  } | undefined;
788
- meta: import("..").StringMeta<"Text">;
789
- state: import("..").DefaultFieldState;
788
+ meta: import("../index.js").StringMeta<"Text">;
789
+ state: import("../index.js").DefaultFieldState;
790
790
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
791
791
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
792
792
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
793
793
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
794
- getConfig: () => import("..").StringMeta<"Text">;
794
+ getConfig: () => import("../index.js").StringMeta<"Text">;
795
795
  getIsRequired: () => false;
796
796
  getIsTranslatable: () => false;
797
797
  getVisibility: () => "all";
@@ -803,19 +803,19 @@ export declare const Seo: ContentType<{
803
803
  input: string;
804
804
  db: string;
805
805
  output: string;
806
- meta: import("..").StringMeta<"Text">;
807
- state: import("..").FieldState;
806
+ meta: import("../index.js").StringMeta<"Text">;
807
+ state: import("../index.js").FieldState;
808
808
  } | undefined;
809
- meta: import("..").StringMeta<"Text">;
810
- state: import("..").FieldState;
809
+ meta: import("../index.js").StringMeta<"Text">;
810
+ state: import("../index.js").FieldState;
811
811
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
812
812
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
813
813
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
814
814
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
815
- getConfig: () => import("..").StringMeta<"Text">;
815
+ getConfig: () => import("../index.js").StringMeta<"Text">;
816
816
  getIsRequired: () => boolean;
817
817
  getIsTranslatable: () => boolean;
818
- getVisibility: () => import("..").Visibility;
818
+ getVisibility: () => import("../index.js").Visibility;
819
819
  getCondition: () => {
820
820
  field: string;
821
821
  equals: unknown;
@@ -853,26 +853,26 @@ export declare const Seo: ContentType<{
853
853
  lte?: number | undefined;
854
854
  };
855
855
  } | undefined;
856
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
856
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
857
857
  min: <TThis extends {
858
858
  kind: "field";
859
859
  readonly __fieldTypes?: {
860
860
  input: string;
861
861
  db: string;
862
862
  output: string;
863
- meta: import("..").StringMeta<"Text">;
864
- state: import("..").FieldState;
863
+ meta: import("../index.js").StringMeta<"Text">;
864
+ state: import("../index.js").FieldState;
865
865
  } | undefined;
866
- meta: import("..").StringMeta<"Text">;
867
- state: import("..").FieldState;
866
+ meta: import("../index.js").StringMeta<"Text">;
867
+ state: import("../index.js").FieldState;
868
868
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
869
869
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
870
870
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
871
871
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
872
- getConfig: () => import("..").StringMeta<"Text">;
872
+ getConfig: () => import("../index.js").StringMeta<"Text">;
873
873
  getIsRequired: () => boolean;
874
874
  getIsTranslatable: () => boolean;
875
- getVisibility: () => import("..").Visibility;
875
+ getVisibility: () => import("../index.js").Visibility;
876
876
  getCondition: () => {
877
877
  field: string;
878
878
  equals: unknown;
@@ -910,26 +910,26 @@ export declare const Seo: ContentType<{
910
910
  lte?: number | undefined;
911
911
  };
912
912
  } | undefined;
913
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
913
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
914
914
  max: <TThis extends {
915
915
  kind: "field";
916
916
  readonly __fieldTypes?: {
917
917
  input: string;
918
918
  db: string;
919
919
  output: string;
920
- meta: import("..").StringMeta<"Text">;
921
- state: import("..").FieldState;
920
+ meta: import("../index.js").StringMeta<"Text">;
921
+ state: import("../index.js").FieldState;
922
922
  } | undefined;
923
- meta: import("..").StringMeta<"Text">;
924
- state: import("..").FieldState;
923
+ meta: import("../index.js").StringMeta<"Text">;
924
+ state: import("../index.js").FieldState;
925
925
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
926
926
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
927
927
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
928
928
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
929
- getConfig: () => import("..").StringMeta<"Text">;
929
+ getConfig: () => import("../index.js").StringMeta<"Text">;
930
930
  getIsRequired: () => boolean;
931
931
  getIsTranslatable: () => boolean;
932
- getVisibility: () => import("..").Visibility;
932
+ getVisibility: () => import("../index.js").Visibility;
933
933
  getCondition: () => {
934
934
  field: string;
935
935
  equals: unknown;
@@ -967,27 +967,27 @@ export declare const Seo: ContentType<{
967
967
  lte?: number | undefined;
968
968
  };
969
969
  } | undefined;
970
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
971
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
970
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
971
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
972
972
  field: string;
973
973
  equals: boolean;
974
974
  }>>;
975
- openGraphDescription: import("..").WithFieldState<Omit<{
975
+ openGraphDescription: import("../index.js").WithFieldState<Omit<{
976
976
  kind: "field";
977
977
  readonly __fieldTypes?: {
978
978
  input: string;
979
979
  db: string;
980
980
  output: string;
981
- meta: import("..").StringMeta<"Textarea">;
982
- state: import("..").DefaultFieldState;
981
+ meta: import("../index.js").StringMeta<"Textarea">;
982
+ state: import("../index.js").DefaultFieldState;
983
983
  } | undefined;
984
- meta: import("..").StringMeta<"Textarea">;
985
- state: import("..").DefaultFieldState;
984
+ meta: import("../index.js").StringMeta<"Textarea">;
985
+ state: import("../index.js").DefaultFieldState;
986
986
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
987
987
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
988
988
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
989
989
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
990
- getConfig: () => import("..").StringMeta<"Textarea">;
990
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
991
991
  getIsRequired: () => false;
992
992
  getIsTranslatable: () => false;
993
993
  getVisibility: () => "all";
@@ -999,19 +999,19 @@ export declare const Seo: ContentType<{
999
999
  input: string;
1000
1000
  db: string;
1001
1001
  output: string;
1002
- meta: import("..").StringMeta<"Textarea">;
1003
- state: import("..").FieldState;
1002
+ meta: import("../index.js").StringMeta<"Textarea">;
1003
+ state: import("../index.js").FieldState;
1004
1004
  } | undefined;
1005
- meta: import("..").StringMeta<"Textarea">;
1006
- state: import("..").FieldState;
1005
+ meta: import("../index.js").StringMeta<"Textarea">;
1006
+ state: import("../index.js").FieldState;
1007
1007
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1008
1008
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1009
1009
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1010
1010
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1011
- getConfig: () => import("..").StringMeta<"Textarea">;
1011
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1012
1012
  getIsRequired: () => boolean;
1013
1013
  getIsTranslatable: () => boolean;
1014
- getVisibility: () => import("..").Visibility;
1014
+ getVisibility: () => import("../index.js").Visibility;
1015
1015
  getCondition: () => {
1016
1016
  field: string;
1017
1017
  equals: unknown;
@@ -1049,26 +1049,26 @@ export declare const Seo: ContentType<{
1049
1049
  lte?: number | undefined;
1050
1050
  };
1051
1051
  } | undefined;
1052
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1052
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1053
1053
  min: <TThis extends {
1054
1054
  kind: "field";
1055
1055
  readonly __fieldTypes?: {
1056
1056
  input: string;
1057
1057
  db: string;
1058
1058
  output: string;
1059
- meta: import("..").StringMeta<"Textarea">;
1060
- state: import("..").FieldState;
1059
+ meta: import("../index.js").StringMeta<"Textarea">;
1060
+ state: import("../index.js").FieldState;
1061
1061
  } | undefined;
1062
- meta: import("..").StringMeta<"Textarea">;
1063
- state: import("..").FieldState;
1062
+ meta: import("../index.js").StringMeta<"Textarea">;
1063
+ state: import("../index.js").FieldState;
1064
1064
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1065
1065
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1066
1066
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1067
1067
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1068
- getConfig: () => import("..").StringMeta<"Textarea">;
1068
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1069
1069
  getIsRequired: () => boolean;
1070
1070
  getIsTranslatable: () => boolean;
1071
- getVisibility: () => import("..").Visibility;
1071
+ getVisibility: () => import("../index.js").Visibility;
1072
1072
  getCondition: () => {
1073
1073
  field: string;
1074
1074
  equals: unknown;
@@ -1106,26 +1106,26 @@ export declare const Seo: ContentType<{
1106
1106
  lte?: number | undefined;
1107
1107
  };
1108
1108
  } | undefined;
1109
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1109
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1110
1110
  max: <TThis extends {
1111
1111
  kind: "field";
1112
1112
  readonly __fieldTypes?: {
1113
1113
  input: string;
1114
1114
  db: string;
1115
1115
  output: string;
1116
- meta: import("..").StringMeta<"Textarea">;
1117
- state: import("..").FieldState;
1116
+ meta: import("../index.js").StringMeta<"Textarea">;
1117
+ state: import("../index.js").FieldState;
1118
1118
  } | undefined;
1119
- meta: import("..").StringMeta<"Textarea">;
1120
- state: import("..").FieldState;
1119
+ meta: import("../index.js").StringMeta<"Textarea">;
1120
+ state: import("../index.js").FieldState;
1121
1121
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1122
1122
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1123
1123
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1124
1124
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1125
- getConfig: () => import("..").StringMeta<"Textarea">;
1125
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
1126
1126
  getIsRequired: () => boolean;
1127
1127
  getIsTranslatable: () => boolean;
1128
- getVisibility: () => import("..").Visibility;
1128
+ getVisibility: () => import("../index.js").Visibility;
1129
1129
  getCondition: () => {
1130
1130
  field: string;
1131
1131
  equals: unknown;
@@ -1163,27 +1163,27 @@ export declare const Seo: ContentType<{
1163
1163
  lte?: number | undefined;
1164
1164
  };
1165
1165
  } | undefined;
1166
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
1167
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1166
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
1167
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1168
1168
  field: string;
1169
1169
  equals: boolean;
1170
1170
  }>>;
1171
- openGraphUrl: import("..").WithFieldState<Omit<{
1171
+ openGraphUrl: import("../index.js").WithFieldState<Omit<{
1172
1172
  kind: "field";
1173
1173
  readonly __fieldTypes?: {
1174
1174
  input: string;
1175
1175
  db: string;
1176
1176
  output: string;
1177
- meta: import("..").StringMeta<"Url">;
1178
- state: import("..").DefaultFieldState;
1177
+ meta: import("../index.js").StringMeta<"Url">;
1178
+ state: import("../index.js").DefaultFieldState;
1179
1179
  } | undefined;
1180
- meta: import("..").StringMeta<"Url">;
1181
- state: import("..").DefaultFieldState;
1180
+ meta: import("../index.js").StringMeta<"Url">;
1181
+ state: import("../index.js").DefaultFieldState;
1182
1182
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1183
1183
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1184
1184
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1185
1185
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1186
- getConfig: () => import("..").StringMeta<"Url">;
1186
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1187
1187
  getIsRequired: () => false;
1188
1188
  getIsTranslatable: () => false;
1189
1189
  getVisibility: () => "all";
@@ -1195,19 +1195,19 @@ export declare const Seo: ContentType<{
1195
1195
  input: string;
1196
1196
  db: string;
1197
1197
  output: string;
1198
- meta: import("..").StringMeta<"Url">;
1199
- state: import("..").FieldState;
1198
+ meta: import("../index.js").StringMeta<"Url">;
1199
+ state: import("../index.js").FieldState;
1200
1200
  } | undefined;
1201
- meta: import("..").StringMeta<"Url">;
1202
- state: import("..").FieldState;
1201
+ meta: import("../index.js").StringMeta<"Url">;
1202
+ state: import("../index.js").FieldState;
1203
1203
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1204
1204
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1205
1205
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1206
1206
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1207
- getConfig: () => import("..").StringMeta<"Url">;
1207
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1208
1208
  getIsRequired: () => boolean;
1209
1209
  getIsTranslatable: () => boolean;
1210
- getVisibility: () => import("..").Visibility;
1210
+ getVisibility: () => import("../index.js").Visibility;
1211
1211
  getCondition: () => {
1212
1212
  field: string;
1213
1213
  equals: unknown;
@@ -1245,26 +1245,26 @@ export declare const Seo: ContentType<{
1245
1245
  lte?: number | undefined;
1246
1246
  };
1247
1247
  } | undefined;
1248
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1248
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1249
1249
  min: <TThis extends {
1250
1250
  kind: "field";
1251
1251
  readonly __fieldTypes?: {
1252
1252
  input: string;
1253
1253
  db: string;
1254
1254
  output: string;
1255
- meta: import("..").StringMeta<"Url">;
1256
- state: import("..").FieldState;
1255
+ meta: import("../index.js").StringMeta<"Url">;
1256
+ state: import("../index.js").FieldState;
1257
1257
  } | undefined;
1258
- meta: import("..").StringMeta<"Url">;
1259
- state: import("..").FieldState;
1258
+ meta: import("../index.js").StringMeta<"Url">;
1259
+ state: import("../index.js").FieldState;
1260
1260
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1261
1261
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1262
1262
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1263
1263
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1264
- getConfig: () => import("..").StringMeta<"Url">;
1264
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1265
1265
  getIsRequired: () => boolean;
1266
1266
  getIsTranslatable: () => boolean;
1267
- getVisibility: () => import("..").Visibility;
1267
+ getVisibility: () => import("../index.js").Visibility;
1268
1268
  getCondition: () => {
1269
1269
  field: string;
1270
1270
  equals: unknown;
@@ -1302,26 +1302,26 @@ export declare const Seo: ContentType<{
1302
1302
  lte?: number | undefined;
1303
1303
  };
1304
1304
  } | undefined;
1305
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1305
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1306
1306
  max: <TThis extends {
1307
1307
  kind: "field";
1308
1308
  readonly __fieldTypes?: {
1309
1309
  input: string;
1310
1310
  db: string;
1311
1311
  output: string;
1312
- meta: import("..").StringMeta<"Url">;
1313
- state: import("..").FieldState;
1312
+ meta: import("../index.js").StringMeta<"Url">;
1313
+ state: import("../index.js").FieldState;
1314
1314
  } | undefined;
1315
- meta: import("..").StringMeta<"Url">;
1316
- state: import("..").FieldState;
1315
+ meta: import("../index.js").StringMeta<"Url">;
1316
+ state: import("../index.js").FieldState;
1317
1317
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1318
1318
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1319
1319
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1320
1320
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1321
- getConfig: () => import("..").StringMeta<"Url">;
1321
+ getConfig: () => import("../index.js").StringMeta<"Url">;
1322
1322
  getIsRequired: () => boolean;
1323
1323
  getIsTranslatable: () => boolean;
1324
- getVisibility: () => import("..").Visibility;
1324
+ getVisibility: () => import("../index.js").Visibility;
1325
1325
  getCondition: () => {
1326
1326
  field: string;
1327
1327
  equals: unknown;
@@ -1359,27 +1359,27 @@ export declare const Seo: ContentType<{
1359
1359
  lte?: number | undefined;
1360
1360
  };
1361
1361
  } | undefined;
1362
- }>(this: TThis, length: number) => import("..").StringField<"Url", import("..").FieldStateOf<TThis>>;
1363
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Url">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1362
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
1363
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1364
1364
  field: string;
1365
1365
  equals: boolean;
1366
1366
  }>>;
1367
- openGraphSiteName: import("..").WithFieldState<Omit<{
1367
+ openGraphSiteName: import("../index.js").WithFieldState<Omit<{
1368
1368
  kind: "field";
1369
1369
  readonly __fieldTypes?: {
1370
1370
  input: string;
1371
1371
  db: string;
1372
1372
  output: string;
1373
- meta: import("..").StringMeta<"Text">;
1374
- state: import("..").DefaultFieldState;
1373
+ meta: import("../index.js").StringMeta<"Text">;
1374
+ state: import("../index.js").DefaultFieldState;
1375
1375
  } | undefined;
1376
- meta: import("..").StringMeta<"Text">;
1377
- state: import("..").DefaultFieldState;
1376
+ meta: import("../index.js").StringMeta<"Text">;
1377
+ state: import("../index.js").DefaultFieldState;
1378
1378
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1379
1379
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1380
1380
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1381
1381
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1382
- getConfig: () => import("..").StringMeta<"Text">;
1382
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1383
1383
  getIsRequired: () => false;
1384
1384
  getIsTranslatable: () => false;
1385
1385
  getVisibility: () => "all";
@@ -1391,19 +1391,19 @@ export declare const Seo: ContentType<{
1391
1391
  input: string;
1392
1392
  db: string;
1393
1393
  output: string;
1394
- meta: import("..").StringMeta<"Text">;
1395
- state: import("..").FieldState;
1394
+ meta: import("../index.js").StringMeta<"Text">;
1395
+ state: import("../index.js").FieldState;
1396
1396
  } | undefined;
1397
- meta: import("..").StringMeta<"Text">;
1398
- state: import("..").FieldState;
1397
+ meta: import("../index.js").StringMeta<"Text">;
1398
+ state: import("../index.js").FieldState;
1399
1399
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1400
1400
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1401
1401
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1402
1402
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1403
- getConfig: () => import("..").StringMeta<"Text">;
1403
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1404
1404
  getIsRequired: () => boolean;
1405
1405
  getIsTranslatable: () => boolean;
1406
- getVisibility: () => import("..").Visibility;
1406
+ getVisibility: () => import("../index.js").Visibility;
1407
1407
  getCondition: () => {
1408
1408
  field: string;
1409
1409
  equals: unknown;
@@ -1441,26 +1441,26 @@ export declare const Seo: ContentType<{
1441
1441
  lte?: number | undefined;
1442
1442
  };
1443
1443
  } | undefined;
1444
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1444
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1445
1445
  min: <TThis extends {
1446
1446
  kind: "field";
1447
1447
  readonly __fieldTypes?: {
1448
1448
  input: string;
1449
1449
  db: string;
1450
1450
  output: string;
1451
- meta: import("..").StringMeta<"Text">;
1452
- state: import("..").FieldState;
1451
+ meta: import("../index.js").StringMeta<"Text">;
1452
+ state: import("../index.js").FieldState;
1453
1453
  } | undefined;
1454
- meta: import("..").StringMeta<"Text">;
1455
- state: import("..").FieldState;
1454
+ meta: import("../index.js").StringMeta<"Text">;
1455
+ state: import("../index.js").FieldState;
1456
1456
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1457
1457
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1458
1458
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1459
1459
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1460
- getConfig: () => import("..").StringMeta<"Text">;
1460
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1461
1461
  getIsRequired: () => boolean;
1462
1462
  getIsTranslatable: () => boolean;
1463
- getVisibility: () => import("..").Visibility;
1463
+ getVisibility: () => import("../index.js").Visibility;
1464
1464
  getCondition: () => {
1465
1465
  field: string;
1466
1466
  equals: unknown;
@@ -1498,26 +1498,26 @@ export declare const Seo: ContentType<{
1498
1498
  lte?: number | undefined;
1499
1499
  };
1500
1500
  } | undefined;
1501
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1501
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1502
1502
  max: <TThis extends {
1503
1503
  kind: "field";
1504
1504
  readonly __fieldTypes?: {
1505
1505
  input: string;
1506
1506
  db: string;
1507
1507
  output: string;
1508
- meta: import("..").StringMeta<"Text">;
1509
- state: import("..").FieldState;
1508
+ meta: import("../index.js").StringMeta<"Text">;
1509
+ state: import("../index.js").FieldState;
1510
1510
  } | undefined;
1511
- meta: import("..").StringMeta<"Text">;
1512
- state: import("..").FieldState;
1511
+ meta: import("../index.js").StringMeta<"Text">;
1512
+ state: import("../index.js").FieldState;
1513
1513
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1514
1514
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1515
1515
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1516
1516
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1517
- getConfig: () => import("..").StringMeta<"Text">;
1517
+ getConfig: () => import("../index.js").StringMeta<"Text">;
1518
1518
  getIsRequired: () => boolean;
1519
1519
  getIsTranslatable: () => boolean;
1520
- getVisibility: () => import("..").Visibility;
1520
+ getVisibility: () => import("../index.js").Visibility;
1521
1521
  getCondition: () => {
1522
1522
  field: string;
1523
1523
  equals: unknown;
@@ -1555,27 +1555,27 @@ export declare const Seo: ContentType<{
1555
1555
  lte?: number | undefined;
1556
1556
  };
1557
1557
  } | undefined;
1558
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1559
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
1558
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1559
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
1560
1560
  field: string;
1561
1561
  equals: boolean;
1562
1562
  }>>;
1563
- openGraphType: import("..").WithFieldState<{
1563
+ openGraphType: import("../index.js").WithFieldState<{
1564
1564
  kind: "field";
1565
1565
  readonly __fieldTypes?: {
1566
1566
  input: "website" | "article" | "profile" | "book";
1567
1567
  db: "website" | "article" | "profile" | "book";
1568
1568
  output: "website" | "article" | "profile" | "book";
1569
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1570
- state: import("..").DefaultFieldState;
1569
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1570
+ state: import("../index.js").DefaultFieldState;
1571
1571
  } | undefined;
1572
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1573
- state: import("..").DefaultFieldState;
1572
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1573
+ state: import("../index.js").DefaultFieldState;
1574
1574
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1575
1575
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1576
1576
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1577
1577
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1578
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1578
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1579
1579
  getIsRequired: () => false;
1580
1580
  getIsTranslatable: () => false;
1581
1581
  getVisibility: () => "all";
@@ -1587,19 +1587,19 @@ export declare const Seo: ContentType<{
1587
1587
  input: "website" | "article" | "profile" | "book";
1588
1588
  db: "website" | "article" | "profile" | "book";
1589
1589
  output: "website" | "article" | "profile" | "book";
1590
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1591
- state: import("..").FieldState;
1590
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1591
+ state: import("../index.js").FieldState;
1592
1592
  } | undefined;
1593
- meta: import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1594
- state: import("..").FieldState;
1593
+ meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1594
+ state: import("../index.js").FieldState;
1595
1595
  toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
1596
1596
  getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
1597
1597
  getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1598
1598
  getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
1599
- getConfig: () => import("..").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1599
+ getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
1600
1600
  getIsRequired: () => boolean;
1601
1601
  getIsTranslatable: () => boolean;
1602
- getVisibility: () => import("..").Visibility;
1602
+ getVisibility: () => import("../index.js").Visibility;
1603
1603
  getCondition: () => {
1604
1604
  field: string;
1605
1605
  equals: unknown;
@@ -1637,12 +1637,12 @@ export declare const Seo: ContentType<{
1637
1637
  lte?: number | undefined;
1638
1638
  };
1639
1639
  } | undefined;
1640
- }>(this: TThis) => import("..").SelectField<readonly ["website", "article", "profile", "book"], true, import("..").FieldStateOf<TThis>>;
1641
- }, import("..").SetCondition<import("..").DefaultFieldState, {
1640
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
1641
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
1642
1642
  field: string;
1643
1643
  equals: boolean;
1644
1644
  }>>;
1645
- openGraphImage: import("..").WithFieldState<{
1645
+ openGraphImage: import("../index.js").WithFieldState<{
1646
1646
  kind: "field";
1647
1647
  readonly __fieldTypes?: {
1648
1648
  input: {
@@ -1679,11 +1679,11 @@ export declare const Seo: ContentType<{
1679
1679
  }[] | undefined;
1680
1680
  srcSet?: string | null | undefined;
1681
1681
  };
1682
- meta: import("..").FileMeta<"Image", false>;
1683
- state: import("..").DefaultFieldState;
1682
+ meta: import("../index.js").FileMeta<"Image", false>;
1683
+ state: import("../index.js").DefaultFieldState;
1684
1684
  } | undefined;
1685
- meta: import("..").FileMeta<"Image", false>;
1686
- state: import("..").DefaultFieldState;
1685
+ meta: import("../index.js").FileMeta<"Image", false>;
1686
+ state: import("../index.js").DefaultFieldState;
1687
1687
  toZod: () => import("zod").ZodType<{
1688
1688
  type: "existing";
1689
1689
  _id: string;
@@ -1758,12 +1758,12 @@ export declare const Seo: ContentType<{
1758
1758
  }[] | undefined;
1759
1759
  srcSet?: string | null | undefined;
1760
1760
  } | undefined, unknown>>;
1761
- getConfig: () => import("..").FileMeta<"Image", false>;
1761
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1762
1762
  getIsRequired: () => false;
1763
1763
  getIsTranslatable: () => false;
1764
1764
  getVisibility: () => "all";
1765
1765
  getCondition: () => undefined;
1766
- } & import("..").PopulatableFieldLike<{
1766
+ } & import("../index.js").PopulatableFieldLike<{
1767
1767
  url: string;
1768
1768
  previewUrl: string | null;
1769
1769
  name: string;
@@ -1786,7 +1786,7 @@ export declare const Seo: ContentType<{
1786
1786
  size: number;
1787
1787
  }[] | undefined;
1788
1788
  srcSet?: string | null | undefined;
1789
- }, import("..").DefaultFieldState> & {
1789
+ }, import("../index.js").DefaultFieldState> & {
1790
1790
  type: <TThis extends {
1791
1791
  kind: "field";
1792
1792
  readonly __fieldTypes?: {
@@ -1824,11 +1824,11 @@ export declare const Seo: ContentType<{
1824
1824
  }[] | undefined;
1825
1825
  srcSet?: string | null | undefined;
1826
1826
  };
1827
- meta: import("..").FileMeta<"Image", false>;
1828
- state: import("..").FieldState;
1827
+ meta: import("../index.js").FileMeta<"Image", false>;
1828
+ state: import("../index.js").FieldState;
1829
1829
  } | undefined;
1830
- meta: import("..").FileMeta<"Image", false>;
1831
- state: import("..").FieldState;
1830
+ meta: import("../index.js").FileMeta<"Image", false>;
1831
+ state: import("../index.js").FieldState;
1832
1832
  toZod: () => import("zod").ZodType<{
1833
1833
  type: "existing";
1834
1834
  _id: string;
@@ -1903,10 +1903,10 @@ export declare const Seo: ContentType<{
1903
1903
  }[] | undefined;
1904
1904
  srcSet?: string | null | undefined;
1905
1905
  } | undefined, unknown>>;
1906
- getConfig: () => import("..").FileMeta<"Image", false>;
1906
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
1907
1907
  getIsRequired: () => boolean;
1908
1908
  getIsTranslatable: () => boolean;
1909
- getVisibility: () => import("..").Visibility;
1909
+ getVisibility: () => import("../index.js").Visibility;
1910
1910
  getCondition: () => {
1911
1911
  field: string;
1912
1912
  equals: unknown;
@@ -1944,7 +1944,7 @@ export declare const Seo: ContentType<{
1944
1944
  lte?: number | undefined;
1945
1945
  };
1946
1946
  } | undefined;
1947
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
1947
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
1948
1948
  multiple: <TThis extends {
1949
1949
  kind: "field";
1950
1950
  readonly __fieldTypes?: {
@@ -1982,11 +1982,11 @@ export declare const Seo: ContentType<{
1982
1982
  }[] | undefined;
1983
1983
  srcSet?: string | null | undefined;
1984
1984
  };
1985
- meta: import("..").FileMeta<"Image", false>;
1986
- state: import("..").FieldState;
1985
+ meta: import("../index.js").FileMeta<"Image", false>;
1986
+ state: import("../index.js").FieldState;
1987
1987
  } | undefined;
1988
- meta: import("..").FileMeta<"Image", false>;
1989
- state: import("..").FieldState;
1988
+ meta: import("../index.js").FileMeta<"Image", false>;
1989
+ state: import("../index.js").FieldState;
1990
1990
  toZod: () => import("zod").ZodType<{
1991
1991
  type: "existing";
1992
1992
  _id: string;
@@ -2061,10 +2061,10 @@ export declare const Seo: ContentType<{
2061
2061
  }[] | undefined;
2062
2062
  srcSet?: string | null | undefined;
2063
2063
  } | undefined, unknown>>;
2064
- getConfig: () => import("..").FileMeta<"Image", false>;
2064
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2065
2065
  getIsRequired: () => boolean;
2066
2066
  getIsTranslatable: () => boolean;
2067
- getVisibility: () => import("..").Visibility;
2067
+ getVisibility: () => import("../index.js").Visibility;
2068
2068
  getCondition: () => {
2069
2069
  field: string;
2070
2070
  equals: unknown;
@@ -2102,7 +2102,7 @@ export declare const Seo: ContentType<{
2102
2102
  lte?: number | undefined;
2103
2103
  };
2104
2104
  } | undefined;
2105
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
2105
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
2106
2106
  optimize: <TThis extends {
2107
2107
  kind: "field";
2108
2108
  readonly __fieldTypes?: {
@@ -2140,11 +2140,11 @@ export declare const Seo: ContentType<{
2140
2140
  }[] | undefined;
2141
2141
  srcSet?: string | null | undefined;
2142
2142
  };
2143
- meta: import("..").FileMeta<"Image", false>;
2144
- state: import("..").FieldState;
2143
+ meta: import("../index.js").FileMeta<"Image", false>;
2144
+ state: import("../index.js").FieldState;
2145
2145
  } | undefined;
2146
- meta: import("..").FileMeta<"Image", false>;
2147
- state: import("..").FieldState;
2146
+ meta: import("../index.js").FileMeta<"Image", false>;
2147
+ state: import("../index.js").FieldState;
2148
2148
  toZod: () => import("zod").ZodType<{
2149
2149
  type: "existing";
2150
2150
  _id: string;
@@ -2219,10 +2219,10 @@ export declare const Seo: ContentType<{
2219
2219
  }[] | undefined;
2220
2220
  srcSet?: string | null | undefined;
2221
2221
  } | undefined, unknown>>;
2222
- getConfig: () => import("..").FileMeta<"Image", false>;
2222
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
2223
2223
  getIsRequired: () => boolean;
2224
2224
  getIsTranslatable: () => boolean;
2225
- getVisibility: () => import("..").Visibility;
2225
+ getVisibility: () => import("../index.js").Visibility;
2226
2226
  getCondition: () => {
2227
2227
  field: string;
2228
2228
  equals: unknown;
@@ -2260,27 +2260,27 @@ export declare const Seo: ContentType<{
2260
2260
  lte?: number | undefined;
2261
2261
  };
2262
2262
  } | undefined;
2263
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
2264
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2263
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
2264
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2265
2265
  field: string;
2266
2266
  equals: boolean;
2267
2267
  }>>;
2268
- openGraphImageAlt: import("..").WithFieldState<Omit<{
2268
+ openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
2269
2269
  kind: "field";
2270
2270
  readonly __fieldTypes?: {
2271
2271
  input: string;
2272
2272
  db: string;
2273
2273
  output: string;
2274
- meta: import("..").StringMeta<"Text">;
2275
- state: import("..").DefaultFieldState;
2274
+ meta: import("../index.js").StringMeta<"Text">;
2275
+ state: import("../index.js").DefaultFieldState;
2276
2276
  } | undefined;
2277
- meta: import("..").StringMeta<"Text">;
2278
- state: import("..").DefaultFieldState;
2277
+ meta: import("../index.js").StringMeta<"Text">;
2278
+ state: import("../index.js").DefaultFieldState;
2279
2279
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2280
2280
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2281
2281
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2282
2282
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2283
- getConfig: () => import("..").StringMeta<"Text">;
2283
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2284
2284
  getIsRequired: () => false;
2285
2285
  getIsTranslatable: () => false;
2286
2286
  getVisibility: () => "all";
@@ -2292,19 +2292,19 @@ export declare const Seo: ContentType<{
2292
2292
  input: string;
2293
2293
  db: string;
2294
2294
  output: string;
2295
- meta: import("..").StringMeta<"Text">;
2296
- state: import("..").FieldState;
2295
+ meta: import("../index.js").StringMeta<"Text">;
2296
+ state: import("../index.js").FieldState;
2297
2297
  } | undefined;
2298
- meta: import("..").StringMeta<"Text">;
2299
- state: import("..").FieldState;
2298
+ meta: import("../index.js").StringMeta<"Text">;
2299
+ state: import("../index.js").FieldState;
2300
2300
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2301
2301
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2302
2302
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2303
2303
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2304
- getConfig: () => import("..").StringMeta<"Text">;
2304
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2305
2305
  getIsRequired: () => boolean;
2306
2306
  getIsTranslatable: () => boolean;
2307
- getVisibility: () => import("..").Visibility;
2307
+ getVisibility: () => import("../index.js").Visibility;
2308
2308
  getCondition: () => {
2309
2309
  field: string;
2310
2310
  equals: unknown;
@@ -2342,26 +2342,26 @@ export declare const Seo: ContentType<{
2342
2342
  lte?: number | undefined;
2343
2343
  };
2344
2344
  } | undefined;
2345
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2345
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2346
2346
  min: <TThis extends {
2347
2347
  kind: "field";
2348
2348
  readonly __fieldTypes?: {
2349
2349
  input: string;
2350
2350
  db: string;
2351
2351
  output: string;
2352
- meta: import("..").StringMeta<"Text">;
2353
- state: import("..").FieldState;
2352
+ meta: import("../index.js").StringMeta<"Text">;
2353
+ state: import("../index.js").FieldState;
2354
2354
  } | undefined;
2355
- meta: import("..").StringMeta<"Text">;
2356
- state: import("..").FieldState;
2355
+ meta: import("../index.js").StringMeta<"Text">;
2356
+ state: import("../index.js").FieldState;
2357
2357
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2358
2358
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2359
2359
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2360
2360
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2361
- getConfig: () => import("..").StringMeta<"Text">;
2361
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2362
2362
  getIsRequired: () => boolean;
2363
2363
  getIsTranslatable: () => boolean;
2364
- getVisibility: () => import("..").Visibility;
2364
+ getVisibility: () => import("../index.js").Visibility;
2365
2365
  getCondition: () => {
2366
2366
  field: string;
2367
2367
  equals: unknown;
@@ -2399,26 +2399,26 @@ export declare const Seo: ContentType<{
2399
2399
  lte?: number | undefined;
2400
2400
  };
2401
2401
  } | undefined;
2402
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2402
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2403
2403
  max: <TThis extends {
2404
2404
  kind: "field";
2405
2405
  readonly __fieldTypes?: {
2406
2406
  input: string;
2407
2407
  db: string;
2408
2408
  output: string;
2409
- meta: import("..").StringMeta<"Text">;
2410
- state: import("..").FieldState;
2409
+ meta: import("../index.js").StringMeta<"Text">;
2410
+ state: import("../index.js").FieldState;
2411
2411
  } | undefined;
2412
- meta: import("..").StringMeta<"Text">;
2413
- state: import("..").FieldState;
2412
+ meta: import("../index.js").StringMeta<"Text">;
2413
+ state: import("../index.js").FieldState;
2414
2414
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2415
2415
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2416
2416
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2417
2417
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2418
- getConfig: () => import("..").StringMeta<"Text">;
2418
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2419
2419
  getIsRequired: () => boolean;
2420
2420
  getIsTranslatable: () => boolean;
2421
- getVisibility: () => import("..").Visibility;
2421
+ getVisibility: () => import("../index.js").Visibility;
2422
2422
  getCondition: () => {
2423
2423
  field: string;
2424
2424
  equals: unknown;
@@ -2456,28 +2456,28 @@ export declare const Seo: ContentType<{
2456
2456
  lte?: number | undefined;
2457
2457
  };
2458
2458
  } | undefined;
2459
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2460
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2459
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2460
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
2461
2461
  field: string;
2462
2462
  equals: boolean;
2463
2463
  }>>;
2464
- customTwitter: import("..").BooleanField<import("..").DefaultFieldState>;
2465
- twitterCard: import("..").WithFieldState<{
2464
+ customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
2465
+ twitterCard: import("../index.js").WithFieldState<{
2466
2466
  kind: "field";
2467
2467
  readonly __fieldTypes?: {
2468
2468
  input: "summary" | "summary_large_image" | "app" | "player";
2469
2469
  db: "summary" | "summary_large_image" | "app" | "player";
2470
2470
  output: "summary" | "summary_large_image" | "app" | "player";
2471
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2472
- state: import("..").DefaultFieldState;
2471
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2472
+ state: import("../index.js").DefaultFieldState;
2473
2473
  } | undefined;
2474
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2475
- state: import("..").DefaultFieldState;
2474
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2475
+ state: import("../index.js").DefaultFieldState;
2476
2476
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2477
2477
  getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
2478
2478
  getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2479
2479
  getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2480
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2480
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2481
2481
  getIsRequired: () => false;
2482
2482
  getIsTranslatable: () => false;
2483
2483
  getVisibility: () => "all";
@@ -2489,19 +2489,19 @@ export declare const Seo: ContentType<{
2489
2489
  input: "summary" | "summary_large_image" | "app" | "player";
2490
2490
  db: "summary" | "summary_large_image" | "app" | "player";
2491
2491
  output: "summary" | "summary_large_image" | "app" | "player";
2492
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2493
- state: import("..").FieldState;
2492
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2493
+ state: import("../index.js").FieldState;
2494
2494
  } | undefined;
2495
- meta: import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2496
- state: import("..").FieldState;
2495
+ meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2496
+ state: import("../index.js").FieldState;
2497
2497
  toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
2498
2498
  getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
2499
2499
  getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2500
2500
  getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
2501
- getConfig: () => import("..").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2501
+ getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
2502
2502
  getIsRequired: () => boolean;
2503
2503
  getIsTranslatable: () => boolean;
2504
- getVisibility: () => import("..").Visibility;
2504
+ getVisibility: () => import("../index.js").Visibility;
2505
2505
  getCondition: () => {
2506
2506
  field: string;
2507
2507
  equals: unknown;
@@ -2539,27 +2539,27 @@ export declare const Seo: ContentType<{
2539
2539
  lte?: number | undefined;
2540
2540
  };
2541
2541
  } | undefined;
2542
- }>(this: TThis) => import("..").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("..").FieldStateOf<TThis>>;
2543
- }, import("..").SetCondition<import("..").DefaultFieldState, {
2542
+ }>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
2543
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
2544
2544
  field: string;
2545
2545
  equals: boolean;
2546
2546
  }>>;
2547
- twitterTitle: import("..").WithFieldState<Omit<{
2547
+ twitterTitle: import("../index.js").WithFieldState<Omit<{
2548
2548
  kind: "field";
2549
2549
  readonly __fieldTypes?: {
2550
2550
  input: string;
2551
2551
  db: string;
2552
2552
  output: string;
2553
- meta: import("..").StringMeta<"Text">;
2554
- state: import("..").DefaultFieldState;
2553
+ meta: import("../index.js").StringMeta<"Text">;
2554
+ state: import("../index.js").DefaultFieldState;
2555
2555
  } | undefined;
2556
- meta: import("..").StringMeta<"Text">;
2557
- state: import("..").DefaultFieldState;
2556
+ meta: import("../index.js").StringMeta<"Text">;
2557
+ state: import("../index.js").DefaultFieldState;
2558
2558
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2559
2559
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2560
2560
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2561
2561
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2562
- getConfig: () => import("..").StringMeta<"Text">;
2562
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2563
2563
  getIsRequired: () => false;
2564
2564
  getIsTranslatable: () => false;
2565
2565
  getVisibility: () => "all";
@@ -2571,19 +2571,19 @@ export declare const Seo: ContentType<{
2571
2571
  input: string;
2572
2572
  db: string;
2573
2573
  output: string;
2574
- meta: import("..").StringMeta<"Text">;
2575
- state: import("..").FieldState;
2574
+ meta: import("../index.js").StringMeta<"Text">;
2575
+ state: import("../index.js").FieldState;
2576
2576
  } | undefined;
2577
- meta: import("..").StringMeta<"Text">;
2578
- state: import("..").FieldState;
2577
+ meta: import("../index.js").StringMeta<"Text">;
2578
+ state: import("../index.js").FieldState;
2579
2579
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2580
2580
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2581
2581
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2582
2582
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2583
- getConfig: () => import("..").StringMeta<"Text">;
2583
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2584
2584
  getIsRequired: () => boolean;
2585
2585
  getIsTranslatable: () => boolean;
2586
- getVisibility: () => import("..").Visibility;
2586
+ getVisibility: () => import("../index.js").Visibility;
2587
2587
  getCondition: () => {
2588
2588
  field: string;
2589
2589
  equals: unknown;
@@ -2621,26 +2621,26 @@ export declare const Seo: ContentType<{
2621
2621
  lte?: number | undefined;
2622
2622
  };
2623
2623
  } | undefined;
2624
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2624
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2625
2625
  min: <TThis extends {
2626
2626
  kind: "field";
2627
2627
  readonly __fieldTypes?: {
2628
2628
  input: string;
2629
2629
  db: string;
2630
2630
  output: string;
2631
- meta: import("..").StringMeta<"Text">;
2632
- state: import("..").FieldState;
2631
+ meta: import("../index.js").StringMeta<"Text">;
2632
+ state: import("../index.js").FieldState;
2633
2633
  } | undefined;
2634
- meta: import("..").StringMeta<"Text">;
2635
- state: import("..").FieldState;
2634
+ meta: import("../index.js").StringMeta<"Text">;
2635
+ state: import("../index.js").FieldState;
2636
2636
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2637
2637
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2638
2638
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2639
2639
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2640
- getConfig: () => import("..").StringMeta<"Text">;
2640
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2641
2641
  getIsRequired: () => boolean;
2642
2642
  getIsTranslatable: () => boolean;
2643
- getVisibility: () => import("..").Visibility;
2643
+ getVisibility: () => import("../index.js").Visibility;
2644
2644
  getCondition: () => {
2645
2645
  field: string;
2646
2646
  equals: unknown;
@@ -2678,26 +2678,26 @@ export declare const Seo: ContentType<{
2678
2678
  lte?: number | undefined;
2679
2679
  };
2680
2680
  } | undefined;
2681
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2681
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2682
2682
  max: <TThis extends {
2683
2683
  kind: "field";
2684
2684
  readonly __fieldTypes?: {
2685
2685
  input: string;
2686
2686
  db: string;
2687
2687
  output: string;
2688
- meta: import("..").StringMeta<"Text">;
2689
- state: import("..").FieldState;
2688
+ meta: import("../index.js").StringMeta<"Text">;
2689
+ state: import("../index.js").FieldState;
2690
2690
  } | undefined;
2691
- meta: import("..").StringMeta<"Text">;
2692
- state: import("..").FieldState;
2691
+ meta: import("../index.js").StringMeta<"Text">;
2692
+ state: import("../index.js").FieldState;
2693
2693
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2694
2694
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2695
2695
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2696
2696
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2697
- getConfig: () => import("..").StringMeta<"Text">;
2697
+ getConfig: () => import("../index.js").StringMeta<"Text">;
2698
2698
  getIsRequired: () => boolean;
2699
2699
  getIsTranslatable: () => boolean;
2700
- getVisibility: () => import("..").Visibility;
2700
+ getVisibility: () => import("../index.js").Visibility;
2701
2701
  getCondition: () => {
2702
2702
  field: string;
2703
2703
  equals: unknown;
@@ -2735,27 +2735,27 @@ export declare const Seo: ContentType<{
2735
2735
  lte?: number | undefined;
2736
2736
  };
2737
2737
  } | undefined;
2738
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
2739
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2738
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
2739
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
2740
2740
  field: string;
2741
2741
  equals: boolean;
2742
2742
  }>>;
2743
- twitterDescription: import("..").WithFieldState<Omit<{
2743
+ twitterDescription: import("../index.js").WithFieldState<Omit<{
2744
2744
  kind: "field";
2745
2745
  readonly __fieldTypes?: {
2746
2746
  input: string;
2747
2747
  db: string;
2748
2748
  output: string;
2749
- meta: import("..").StringMeta<"Textarea">;
2750
- state: import("..").DefaultFieldState;
2749
+ meta: import("../index.js").StringMeta<"Textarea">;
2750
+ state: import("../index.js").DefaultFieldState;
2751
2751
  } | undefined;
2752
- meta: import("..").StringMeta<"Textarea">;
2753
- state: import("..").DefaultFieldState;
2752
+ meta: import("../index.js").StringMeta<"Textarea">;
2753
+ state: import("../index.js").DefaultFieldState;
2754
2754
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2755
2755
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2756
2756
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2757
2757
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2758
- getConfig: () => import("..").StringMeta<"Textarea">;
2758
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2759
2759
  getIsRequired: () => false;
2760
2760
  getIsTranslatable: () => false;
2761
2761
  getVisibility: () => "all";
@@ -2767,19 +2767,19 @@ export declare const Seo: ContentType<{
2767
2767
  input: string;
2768
2768
  db: string;
2769
2769
  output: string;
2770
- meta: import("..").StringMeta<"Textarea">;
2771
- state: import("..").FieldState;
2770
+ meta: import("../index.js").StringMeta<"Textarea">;
2771
+ state: import("../index.js").FieldState;
2772
2772
  } | undefined;
2773
- meta: import("..").StringMeta<"Textarea">;
2774
- state: import("..").FieldState;
2773
+ meta: import("../index.js").StringMeta<"Textarea">;
2774
+ state: import("../index.js").FieldState;
2775
2775
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2776
2776
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2777
2777
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2778
2778
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2779
- getConfig: () => import("..").StringMeta<"Textarea">;
2779
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2780
2780
  getIsRequired: () => boolean;
2781
2781
  getIsTranslatable: () => boolean;
2782
- getVisibility: () => import("..").Visibility;
2782
+ getVisibility: () => import("../index.js").Visibility;
2783
2783
  getCondition: () => {
2784
2784
  field: string;
2785
2785
  equals: unknown;
@@ -2817,26 +2817,26 @@ export declare const Seo: ContentType<{
2817
2817
  lte?: number | undefined;
2818
2818
  };
2819
2819
  } | undefined;
2820
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
2820
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
2821
2821
  min: <TThis extends {
2822
2822
  kind: "field";
2823
2823
  readonly __fieldTypes?: {
2824
2824
  input: string;
2825
2825
  db: string;
2826
2826
  output: string;
2827
- meta: import("..").StringMeta<"Textarea">;
2828
- state: import("..").FieldState;
2827
+ meta: import("../index.js").StringMeta<"Textarea">;
2828
+ state: import("../index.js").FieldState;
2829
2829
  } | undefined;
2830
- meta: import("..").StringMeta<"Textarea">;
2831
- state: import("..").FieldState;
2830
+ meta: import("../index.js").StringMeta<"Textarea">;
2831
+ state: import("../index.js").FieldState;
2832
2832
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2833
2833
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2834
2834
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2835
2835
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2836
- getConfig: () => import("..").StringMeta<"Textarea">;
2836
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2837
2837
  getIsRequired: () => boolean;
2838
2838
  getIsTranslatable: () => boolean;
2839
- getVisibility: () => import("..").Visibility;
2839
+ getVisibility: () => import("../index.js").Visibility;
2840
2840
  getCondition: () => {
2841
2841
  field: string;
2842
2842
  equals: unknown;
@@ -2874,26 +2874,26 @@ export declare const Seo: ContentType<{
2874
2874
  lte?: number | undefined;
2875
2875
  };
2876
2876
  } | undefined;
2877
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
2877
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
2878
2878
  max: <TThis extends {
2879
2879
  kind: "field";
2880
2880
  readonly __fieldTypes?: {
2881
2881
  input: string;
2882
2882
  db: string;
2883
2883
  output: string;
2884
- meta: import("..").StringMeta<"Textarea">;
2885
- state: import("..").FieldState;
2884
+ meta: import("../index.js").StringMeta<"Textarea">;
2885
+ state: import("../index.js").FieldState;
2886
2886
  } | undefined;
2887
- meta: import("..").StringMeta<"Textarea">;
2888
- state: import("..").FieldState;
2887
+ meta: import("../index.js").StringMeta<"Textarea">;
2888
+ state: import("../index.js").FieldState;
2889
2889
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
2890
2890
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
2891
2891
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2892
2892
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
2893
- getConfig: () => import("..").StringMeta<"Textarea">;
2893
+ getConfig: () => import("../index.js").StringMeta<"Textarea">;
2894
2894
  getIsRequired: () => boolean;
2895
2895
  getIsTranslatable: () => boolean;
2896
- getVisibility: () => import("..").Visibility;
2896
+ getVisibility: () => import("../index.js").Visibility;
2897
2897
  getCondition: () => {
2898
2898
  field: string;
2899
2899
  equals: unknown;
@@ -2931,12 +2931,12 @@ export declare const Seo: ContentType<{
2931
2931
  lte?: number | undefined;
2932
2932
  };
2933
2933
  } | undefined;
2934
- }>(this: TThis, length: number) => import("..").StringField<"Textarea", import("..").FieldStateOf<TThis>>;
2935
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Textarea">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
2934
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
2935
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
2936
2936
  field: string;
2937
2937
  equals: boolean;
2938
2938
  }>>;
2939
- twitterImage: import("..").WithFieldState<{
2939
+ twitterImage: import("../index.js").WithFieldState<{
2940
2940
  kind: "field";
2941
2941
  readonly __fieldTypes?: {
2942
2942
  input: {
@@ -2973,11 +2973,11 @@ export declare const Seo: ContentType<{
2973
2973
  }[] | undefined;
2974
2974
  srcSet?: string | null | undefined;
2975
2975
  };
2976
- meta: import("..").FileMeta<"Image", false>;
2977
- state: import("..").DefaultFieldState;
2976
+ meta: import("../index.js").FileMeta<"Image", false>;
2977
+ state: import("../index.js").DefaultFieldState;
2978
2978
  } | undefined;
2979
- meta: import("..").FileMeta<"Image", false>;
2980
- state: import("..").DefaultFieldState;
2979
+ meta: import("../index.js").FileMeta<"Image", false>;
2980
+ state: import("../index.js").DefaultFieldState;
2981
2981
  toZod: () => import("zod").ZodType<{
2982
2982
  type: "existing";
2983
2983
  _id: string;
@@ -3052,12 +3052,12 @@ export declare const Seo: ContentType<{
3052
3052
  }[] | undefined;
3053
3053
  srcSet?: string | null | undefined;
3054
3054
  } | undefined, unknown>>;
3055
- getConfig: () => import("..").FileMeta<"Image", false>;
3055
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3056
3056
  getIsRequired: () => false;
3057
3057
  getIsTranslatable: () => false;
3058
3058
  getVisibility: () => "all";
3059
3059
  getCondition: () => undefined;
3060
- } & import("..").PopulatableFieldLike<{
3060
+ } & import("../index.js").PopulatableFieldLike<{
3061
3061
  url: string;
3062
3062
  previewUrl: string | null;
3063
3063
  name: string;
@@ -3080,7 +3080,7 @@ export declare const Seo: ContentType<{
3080
3080
  size: number;
3081
3081
  }[] | undefined;
3082
3082
  srcSet?: string | null | undefined;
3083
- }, import("..").DefaultFieldState> & {
3083
+ }, import("../index.js").DefaultFieldState> & {
3084
3084
  type: <TThis extends {
3085
3085
  kind: "field";
3086
3086
  readonly __fieldTypes?: {
@@ -3118,11 +3118,11 @@ export declare const Seo: ContentType<{
3118
3118
  }[] | undefined;
3119
3119
  srcSet?: string | null | undefined;
3120
3120
  };
3121
- meta: import("..").FileMeta<"Image", false>;
3122
- state: import("..").FieldState;
3121
+ meta: import("../index.js").FileMeta<"Image", false>;
3122
+ state: import("../index.js").FieldState;
3123
3123
  } | undefined;
3124
- meta: import("..").FileMeta<"Image", false>;
3125
- state: import("..").FieldState;
3124
+ meta: import("../index.js").FileMeta<"Image", false>;
3125
+ state: import("../index.js").FieldState;
3126
3126
  toZod: () => import("zod").ZodType<{
3127
3127
  type: "existing";
3128
3128
  _id: string;
@@ -3197,10 +3197,10 @@ export declare const Seo: ContentType<{
3197
3197
  }[] | undefined;
3198
3198
  srcSet?: string | null | undefined;
3199
3199
  } | undefined, unknown>>;
3200
- getConfig: () => import("..").FileMeta<"Image", false>;
3200
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3201
3201
  getIsRequired: () => boolean;
3202
3202
  getIsTranslatable: () => boolean;
3203
- getVisibility: () => import("..").Visibility;
3203
+ getVisibility: () => import("../index.js").Visibility;
3204
3204
  getCondition: () => {
3205
3205
  field: string;
3206
3206
  equals: unknown;
@@ -3238,7 +3238,7 @@ export declare const Seo: ContentType<{
3238
3238
  lte?: number | undefined;
3239
3239
  };
3240
3240
  } | undefined;
3241
- }, NextMediaType extends import("..").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("..").FileField<NextMediaType, false, import("..").FieldStateOf<TThis>>;
3241
+ }, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
3242
3242
  multiple: <TThis extends {
3243
3243
  kind: "field";
3244
3244
  readonly __fieldTypes?: {
@@ -3276,11 +3276,11 @@ export declare const Seo: ContentType<{
3276
3276
  }[] | undefined;
3277
3277
  srcSet?: string | null | undefined;
3278
3278
  };
3279
- meta: import("..").FileMeta<"Image", false>;
3280
- state: import("..").FieldState;
3279
+ meta: import("../index.js").FileMeta<"Image", false>;
3280
+ state: import("../index.js").FieldState;
3281
3281
  } | undefined;
3282
- meta: import("..").FileMeta<"Image", false>;
3283
- state: import("..").FieldState;
3282
+ meta: import("../index.js").FileMeta<"Image", false>;
3283
+ state: import("../index.js").FieldState;
3284
3284
  toZod: () => import("zod").ZodType<{
3285
3285
  type: "existing";
3286
3286
  _id: string;
@@ -3355,10 +3355,10 @@ export declare const Seo: ContentType<{
3355
3355
  }[] | undefined;
3356
3356
  srcSet?: string | null | undefined;
3357
3357
  } | undefined, unknown>>;
3358
- getConfig: () => import("..").FileMeta<"Image", false>;
3358
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3359
3359
  getIsRequired: () => boolean;
3360
3360
  getIsTranslatable: () => boolean;
3361
- getVisibility: () => import("..").Visibility;
3361
+ getVisibility: () => import("../index.js").Visibility;
3362
3362
  getCondition: () => {
3363
3363
  field: string;
3364
3364
  equals: unknown;
@@ -3396,7 +3396,7 @@ export declare const Seo: ContentType<{
3396
3396
  lte?: number | undefined;
3397
3397
  };
3398
3398
  } | undefined;
3399
- }>(this: TThis) => import("..").FileField<"Image", true, import("..").FieldStateOf<TThis>>;
3399
+ }>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
3400
3400
  optimize: <TThis extends {
3401
3401
  kind: "field";
3402
3402
  readonly __fieldTypes?: {
@@ -3434,11 +3434,11 @@ export declare const Seo: ContentType<{
3434
3434
  }[] | undefined;
3435
3435
  srcSet?: string | null | undefined;
3436
3436
  };
3437
- meta: import("..").FileMeta<"Image", false>;
3438
- state: import("..").FieldState;
3437
+ meta: import("../index.js").FileMeta<"Image", false>;
3438
+ state: import("../index.js").FieldState;
3439
3439
  } | undefined;
3440
- meta: import("..").FileMeta<"Image", false>;
3441
- state: import("..").FieldState;
3440
+ meta: import("../index.js").FileMeta<"Image", false>;
3441
+ state: import("../index.js").FieldState;
3442
3442
  toZod: () => import("zod").ZodType<{
3443
3443
  type: "existing";
3444
3444
  _id: string;
@@ -3513,10 +3513,10 @@ export declare const Seo: ContentType<{
3513
3513
  }[] | undefined;
3514
3514
  srcSet?: string | null | undefined;
3515
3515
  } | undefined, unknown>>;
3516
- getConfig: () => import("..").FileMeta<"Image", false>;
3516
+ getConfig: () => import("../index.js").FileMeta<"Image", false>;
3517
3517
  getIsRequired: () => boolean;
3518
3518
  getIsTranslatable: () => boolean;
3519
- getVisibility: () => import("..").Visibility;
3519
+ getVisibility: () => import("../index.js").Visibility;
3520
3520
  getCondition: () => {
3521
3521
  field: string;
3522
3522
  equals: unknown;
@@ -3554,27 +3554,27 @@ export declare const Seo: ContentType<{
3554
3554
  lte?: number | undefined;
3555
3555
  };
3556
3556
  } | undefined;
3557
- }>(this: TThis, options?: Partial<import("..").FileOptimizeOptions>) => import("..").FileField<"Image", false, import("..").FieldStateOf<TThis>>;
3558
- }, import("..").SetCondition<import("..").DefaultFieldState, {
3557
+ }>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
3558
+ }, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
3559
3559
  field: string;
3560
3560
  equals: boolean;
3561
3561
  }>>;
3562
- twitterImageAlt: import("..").WithFieldState<Omit<{
3562
+ twitterImageAlt: import("../index.js").WithFieldState<Omit<{
3563
3563
  kind: "field";
3564
3564
  readonly __fieldTypes?: {
3565
3565
  input: string;
3566
3566
  db: string;
3567
3567
  output: string;
3568
- meta: import("..").StringMeta<"Text">;
3569
- state: import("..").DefaultFieldState;
3568
+ meta: import("../index.js").StringMeta<"Text">;
3569
+ state: import("../index.js").DefaultFieldState;
3570
3570
  } | undefined;
3571
- meta: import("..").StringMeta<"Text">;
3572
- state: import("..").DefaultFieldState;
3571
+ meta: import("../index.js").StringMeta<"Text">;
3572
+ state: import("../index.js").DefaultFieldState;
3573
3573
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3574
3574
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3575
3575
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3576
3576
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3577
- getConfig: () => import("..").StringMeta<"Text">;
3577
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3578
3578
  getIsRequired: () => false;
3579
3579
  getIsTranslatable: () => false;
3580
3580
  getVisibility: () => "all";
@@ -3586,19 +3586,19 @@ export declare const Seo: ContentType<{
3586
3586
  input: string;
3587
3587
  db: string;
3588
3588
  output: string;
3589
- meta: import("..").StringMeta<"Text">;
3590
- state: import("..").FieldState;
3589
+ meta: import("../index.js").StringMeta<"Text">;
3590
+ state: import("../index.js").FieldState;
3591
3591
  } | undefined;
3592
- meta: import("..").StringMeta<"Text">;
3593
- state: import("..").FieldState;
3592
+ meta: import("../index.js").StringMeta<"Text">;
3593
+ state: import("../index.js").FieldState;
3594
3594
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3595
3595
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3596
3596
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3597
3597
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3598
- getConfig: () => import("..").StringMeta<"Text">;
3598
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3599
3599
  getIsRequired: () => boolean;
3600
3600
  getIsTranslatable: () => boolean;
3601
- getVisibility: () => import("..").Visibility;
3601
+ getVisibility: () => import("../index.js").Visibility;
3602
3602
  getCondition: () => {
3603
3603
  field: string;
3604
3604
  equals: unknown;
@@ -3636,26 +3636,26 @@ export declare const Seo: ContentType<{
3636
3636
  lte?: number | undefined;
3637
3637
  };
3638
3638
  } | undefined;
3639
- }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
3639
+ }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
3640
3640
  min: <TThis extends {
3641
3641
  kind: "field";
3642
3642
  readonly __fieldTypes?: {
3643
3643
  input: string;
3644
3644
  db: string;
3645
3645
  output: string;
3646
- meta: import("..").StringMeta<"Text">;
3647
- state: import("..").FieldState;
3646
+ meta: import("../index.js").StringMeta<"Text">;
3647
+ state: import("../index.js").FieldState;
3648
3648
  } | undefined;
3649
- meta: import("..").StringMeta<"Text">;
3650
- state: import("..").FieldState;
3649
+ meta: import("../index.js").StringMeta<"Text">;
3650
+ state: import("../index.js").FieldState;
3651
3651
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3652
3652
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3653
3653
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3654
3654
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3655
- getConfig: () => import("..").StringMeta<"Text">;
3655
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3656
3656
  getIsRequired: () => boolean;
3657
3657
  getIsTranslatable: () => boolean;
3658
- getVisibility: () => import("..").Visibility;
3658
+ getVisibility: () => import("../index.js").Visibility;
3659
3659
  getCondition: () => {
3660
3660
  field: string;
3661
3661
  equals: unknown;
@@ -3693,26 +3693,26 @@ export declare const Seo: ContentType<{
3693
3693
  lte?: number | undefined;
3694
3694
  };
3695
3695
  } | undefined;
3696
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3696
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3697
3697
  max: <TThis extends {
3698
3698
  kind: "field";
3699
3699
  readonly __fieldTypes?: {
3700
3700
  input: string;
3701
3701
  db: string;
3702
3702
  output: string;
3703
- meta: import("..").StringMeta<"Text">;
3704
- state: import("..").FieldState;
3703
+ meta: import("../index.js").StringMeta<"Text">;
3704
+ state: import("../index.js").FieldState;
3705
3705
  } | undefined;
3706
- meta: import("..").StringMeta<"Text">;
3707
- state: import("..").FieldState;
3706
+ meta: import("../index.js").StringMeta<"Text">;
3707
+ state: import("../index.js").FieldState;
3708
3708
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
3709
3709
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
3710
3710
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3711
3711
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
3712
- getConfig: () => import("..").StringMeta<"Text">;
3712
+ getConfig: () => import("../index.js").StringMeta<"Text">;
3713
3713
  getIsRequired: () => boolean;
3714
3714
  getIsTranslatable: () => boolean;
3715
- getVisibility: () => import("..").Visibility;
3715
+ getVisibility: () => import("../index.js").Visibility;
3716
3716
  getCondition: () => {
3717
3717
  field: string;
3718
3718
  equals: unknown;
@@ -3750,8 +3750,8 @@ export declare const Seo: ContentType<{
3750
3750
  lte?: number | undefined;
3751
3751
  };
3752
3752
  } | undefined;
3753
- }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
3754
- }, keyof import("..").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("..").FieldLike<string, string, string, import("..").StringMeta<"Text">, import("..").SetTranslatable<import("..").DefaultFieldState>>, import("..").SetCondition<import("..").SetTranslatable<import("..").DefaultFieldState>, {
3753
+ }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
3754
+ }, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
3755
3755
  field: string;
3756
3756
  equals: boolean;
3757
3757
  }>>;