@rakun-kit/core 1.3.9 → 1.3.11

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 (389) hide show
  1. package/dist/cjs/api/routes/web/page.js +30 -0
  2. package/dist/cjs/api/routes/web/page.js.map +1 -1
  3. package/dist/cjs/api/routes/web/seo.js +15 -1
  4. package/dist/cjs/api/routes/web/seo.js.map +1 -1
  5. package/dist/cjs/api/utils/populates/populateLinks.js +6 -7
  6. package/dist/cjs/api/utils/populates/populateLinks.js.map +1 -1
  7. package/dist/cjs/internal-content-types/Seo.js +2 -1
  8. package/dist/cjs/internal-content-types/Seo.js.map +1 -1
  9. package/dist/cjs/internal-content-types/SeoSettings.js +2 -1
  10. package/dist/cjs/internal-content-types/SeoSettings.js.map +1 -1
  11. package/dist/cjs/internal-content-types/describeField.js +9 -0
  12. package/dist/cjs/internal-content-types/describeField.js.map +1 -0
  13. package/dist/cjs/lib/fields/Field.js.map +1 -1
  14. package/dist/cjs/schemas/web/page.js +1 -0
  15. package/dist/cjs/schemas/web/page.js.map +1 -1
  16. package/dist/esm/api/context.d.ts +1 -1
  17. package/dist/esm/api/context.js +3 -3
  18. package/dist/esm/api/operations/catalog.d.ts +2 -2
  19. package/dist/esm/api/operations/catalog.js +1 -1
  20. package/dist/esm/api/operations/custom.d.ts +1 -1
  21. package/dist/esm/api/operations/custom.js +1 -1
  22. package/dist/esm/api/operations/index.d.ts +94 -92
  23. package/dist/esm/api/operations/index.d.ts.map +1 -1
  24. package/dist/esm/api/operations/index.js +8 -8
  25. package/dist/esm/api/operations/manager-contract.d.ts +65 -65
  26. package/dist/esm/api/operations/manager-contract.js +5 -5
  27. package/dist/esm/api/operations/manager.d.ts +66 -66
  28. package/dist/esm/api/operations/manager.js +51 -51
  29. package/dist/esm/api/operations/tracing.d.ts +1 -1
  30. package/dist/esm/api/operations/tracing.js +1 -1
  31. package/dist/esm/api/operations/types.d.ts +1 -1
  32. package/dist/esm/api/operations/web-contract.d.ts +21 -19
  33. package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
  34. package/dist/esm/api/operations/web-contract.js +3 -3
  35. package/dist/esm/api/operations/web.d.ts +22 -20
  36. package/dist/esm/api/operations/web.d.ts.map +1 -1
  37. package/dist/esm/api/operations/web.js +9 -9
  38. package/dist/esm/api/proxies/context.d.ts +2 -2
  39. package/dist/esm/api/proxies/index.d.ts +8 -8
  40. package/dist/esm/api/proxies/index.js +1 -1
  41. package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
  42. package/dist/esm/api/routes/manager/apiOperations.js +5 -5
  43. package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
  44. package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
  45. package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
  46. package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
  47. package/dist/esm/api/routes/manager/auth/getSession.d.ts +5 -5
  48. package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
  49. package/dist/esm/api/routes/manager/auth/login.js +4 -4
  50. package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
  51. package/dist/esm/api/routes/manager/auth/logout.js +3 -3
  52. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +6 -6
  53. package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
  54. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
  55. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
  56. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
  57. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
  58. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
  59. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +3 -3
  60. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
  61. package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
  62. package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
  63. package/dist/esm/api/routes/manager/auth/updatePassword.js +3 -3
  64. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
  65. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
  66. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
  67. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +4 -4
  68. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
  69. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
  70. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
  71. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
  72. package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
  73. package/dist/esm/api/routes/manager/backups/create.js +2 -2
  74. package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
  75. package/dist/esm/api/routes/manager/backups/list.js +2 -2
  76. package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
  77. package/dist/esm/api/routes/manager/backups/restore.js +3 -3
  78. package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
  79. package/dist/esm/api/routes/manager/contentTypes.js +1 -1
  80. package/dist/esm/api/routes/manager/create.d.ts +4 -4
  81. package/dist/esm/api/routes/manager/create.js +8 -8
  82. package/dist/esm/api/routes/manager/delete.d.ts +2 -2
  83. package/dist/esm/api/routes/manager/delete.js +8 -8
  84. package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
  85. package/dist/esm/api/routes/manager/duplicate.js +5 -5
  86. package/dist/esm/api/routes/manager/get.d.ts +2 -2
  87. package/dist/esm/api/routes/manager/get.js +8 -8
  88. package/dist/esm/api/routes/manager/languages.d.ts +3 -3
  89. package/dist/esm/api/routes/manager/languages.js +1 -1
  90. package/dist/esm/api/routes/manager/list.d.ts +2 -2
  91. package/dist/esm/api/routes/manager/list.js +9 -9
  92. package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
  93. package/dist/esm/api/routes/manager/literals/list.js +5 -5
  94. package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
  95. package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
  96. package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
  97. package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
  98. package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
  99. package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
  100. package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
  101. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
  102. package/dist/esm/api/routes/manager/media/finalizeUpload.js +10 -10
  103. package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
  104. package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
  105. package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
  106. package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
  107. package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +2 -2
  108. package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
  109. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
  110. package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
  111. package/dist/esm/api/routes/manager/media/uploadBinary.js +6 -6
  112. package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
  113. package/dist/esm/api/routes/manager/migrations/list.js +2 -2
  114. package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
  115. package/dist/esm/api/routes/manager/permissions.js +2 -2
  116. package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
  117. package/dist/esm/api/routes/manager/preview/create.js +13 -13
  118. package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
  119. package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
  120. package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
  121. package/dist/esm/api/routes/manager/setDefaultLanguage.js +4 -4
  122. package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
  123. package/dist/esm/api/routes/manager/translateDocument.js +10 -10
  124. package/dist/esm/api/routes/manager/trash.d.ts +2 -2
  125. package/dist/esm/api/routes/manager/trash.js +6 -6
  126. package/dist/esm/api/routes/manager/update.d.ts +4 -4
  127. package/dist/esm/api/routes/manager/update.js +8 -8
  128. package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
  129. package/dist/esm/api/routes/manager/versions/get.js +2 -2
  130. package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
  131. package/dist/esm/api/routes/manager/versions/list.js +2 -2
  132. package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
  133. package/dist/esm/api/routes/manager/versions/restore.js +4 -4
  134. package/dist/esm/api/routes/web/page.d.ts +4 -4
  135. package/dist/esm/api/routes/web/page.d.ts.map +1 -1
  136. package/dist/esm/api/routes/web/page.js +45 -15
  137. package/dist/esm/api/routes/web/page.js.map +1 -1
  138. package/dist/esm/api/routes/web/previewPage.d.ts +7 -6
  139. package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
  140. package/dist/esm/api/routes/web/previewPage.js +8 -8
  141. package/dist/esm/api/routes/web/robots.d.ts +1 -1
  142. package/dist/esm/api/routes/web/robots.js +2 -2
  143. package/dist/esm/api/routes/web/seo.d.ts +3 -2
  144. package/dist/esm/api/routes/web/seo.d.ts.map +1 -1
  145. package/dist/esm/api/routes/web/seo.js +15 -1
  146. package/dist/esm/api/routes/web/seo.js.map +1 -1
  147. package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
  148. package/dist/esm/api/routes/web/sitemap.js +3 -3
  149. package/dist/esm/api/sessionCookie.d.ts +1 -1
  150. package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
  151. package/dist/esm/api/utils/checkFailureCase.js +1 -1
  152. package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
  153. package/dist/esm/api/utils/checkOwnership.js +4 -4
  154. package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
  155. package/dist/esm/api/utils/checkPermissions.js +3 -3
  156. package/dist/esm/api/utils/getLanguages.d.ts +3 -3
  157. package/dist/esm/api/utils/getLanguages.js +2 -2
  158. package/dist/esm/api/utils/getLink.d.ts +2 -2
  159. package/dist/esm/api/utils/getLink.js +4 -4
  160. package/dist/esm/api/utils/getUser.d.ts +5 -5
  161. package/dist/esm/api/utils/getUser.js +4 -4
  162. package/dist/esm/api/utils/index.d.ts +23 -23
  163. package/dist/esm/api/utils/index.js +23 -23
  164. package/dist/esm/api/utils/parseId.d.ts +1 -1
  165. package/dist/esm/api/utils/parseId.js +1 -1
  166. package/dist/esm/api/utils/passwords.js +1 -1
  167. package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
  168. package/dist/esm/api/utils/populates/populateLinks.d.ts.map +1 -1
  169. package/dist/esm/api/utils/populates/populateLinks.js +10 -11
  170. package/dist/esm/api/utils/populates/populateLinks.js.map +1 -1
  171. package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
  172. package/dist/esm/api/utils/populates/populateRelations.js +6 -6
  173. package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
  174. package/dist/esm/api/utils/requireContentType.d.ts +1 -1
  175. package/dist/esm/api/utils/requireContentType.js +2 -2
  176. package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
  177. package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
  178. package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +5 -5
  179. package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
  180. package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
  181. package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
  182. package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
  183. package/dist/esm/api/utils/routes/updateRoutesMap.js +4 -4
  184. package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
  185. package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
  186. package/dist/esm/api/utils/translate.d.ts +1 -1
  187. package/dist/esm/api/utils/translate.js +3 -3
  188. package/dist/esm/api/utils/validateModule.d.ts +1 -1
  189. package/dist/esm/api/utils/validateModule.js +2 -2
  190. package/dist/esm/bootstrapState.d.ts +9 -9
  191. package/dist/esm/client.d.ts +42 -42
  192. package/dist/esm/client.js +26 -26
  193. package/dist/esm/contracts.d.ts +38 -38
  194. package/dist/esm/contracts.js +38 -38
  195. package/dist/esm/index.d.ts +37 -37
  196. package/dist/esm/index.js +34 -34
  197. package/dist/esm/internal-content-types/Backup.d.ts +57 -57
  198. package/dist/esm/internal-content-types/Backup.js +2 -2
  199. package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
  200. package/dist/esm/internal-content-types/BackupDocument.js +2 -2
  201. package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
  202. package/dist/esm/internal-content-types/ContentVersion.js +2 -2
  203. package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
  204. package/dist/esm/internal-content-types/HelloWorld.js +2 -2
  205. package/dist/esm/internal-content-types/Language.d.ts +39 -39
  206. package/dist/esm/internal-content-types/Language.js +2 -2
  207. package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
  208. package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
  209. package/dist/esm/internal-content-types/ManagerRole.d.ts +31 -31
  210. package/dist/esm/internal-content-types/ManagerRole.js +3 -3
  211. package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
  212. package/dist/esm/internal-content-types/ManagerUser.js +3 -3
  213. package/dist/esm/internal-content-types/Media.d.ts +261 -261
  214. package/dist/esm/internal-content-types/Media.js +3 -3
  215. package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
  216. package/dist/esm/internal-content-types/MediaFolder.js +2 -2
  217. package/dist/esm/internal-content-types/MfaChallenge.d.ts +532 -532
  218. package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
  219. package/dist/esm/internal-content-types/Migration.d.ts +133 -133
  220. package/dist/esm/internal-content-types/Migration.js +2 -2
  221. package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
  222. package/dist/esm/internal-content-types/MigrationLock.js +2 -2
  223. package/dist/esm/internal-content-types/Page.d.ts +1267 -1267
  224. package/dist/esm/internal-content-types/Page.js +4 -4
  225. package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
  226. package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
  227. package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
  228. package/dist/esm/internal-content-types/Redirect.js +2 -2
  229. package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
  230. package/dist/esm/internal-content-types/RobotsRule.js +2 -2
  231. package/dist/esm/internal-content-types/Route.d.ts +151 -151
  232. package/dist/esm/internal-content-types/Route.js +2 -2
  233. package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
  234. package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
  235. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
  236. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
  237. package/dist/esm/internal-content-types/RouteMap.d.ts +143 -143
  238. package/dist/esm/internal-content-types/RouteMap.js +2 -2
  239. package/dist/esm/internal-content-types/RouteSettings.d.ts +1298 -1298
  240. package/dist/esm/internal-content-types/RouteSettings.js +3 -3
  241. package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
  242. package/dist/esm/internal-content-types/SchemaState.js +2 -2
  243. package/dist/esm/internal-content-types/Seo.d.ts +430 -430
  244. package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
  245. package/dist/esm/internal-content-types/Seo.js +4 -3
  246. package/dist/esm/internal-content-types/Seo.js.map +1 -1
  247. package/dist/esm/internal-content-types/SeoSettings.d.ts +491 -491
  248. package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
  249. package/dist/esm/internal-content-types/SeoSettings.js +5 -4
  250. package/dist/esm/internal-content-types/SeoSettings.js.map +1 -1
  251. package/dist/esm/internal-content-types/Session.d.ts +495 -495
  252. package/dist/esm/internal-content-types/Session.js +3 -3
  253. package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
  254. package/dist/esm/internal-content-types/UserMfa.js +3 -3
  255. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
  256. package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
  257. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
  258. package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
  259. package/dist/esm/internal-content-types/describeField.d.ts +4 -0
  260. package/dist/esm/internal-content-types/describeField.d.ts.map +1 -0
  261. package/dist/esm/internal-content-types/describeField.js +5 -0
  262. package/dist/esm/internal-content-types/describeField.js.map +1 -0
  263. package/dist/esm/internal-content-types/index.d.ts +29 -29
  264. package/dist/esm/internal-content-types/index.js +29 -29
  265. package/dist/esm/lib/ContentType.d.ts +2 -2
  266. package/dist/esm/lib/ContentType.js +1 -1
  267. package/dist/esm/lib/Permissions.d.ts +1 -1
  268. package/dist/esm/lib/Registry.d.ts +4 -4
  269. package/dist/esm/lib/Registry.js +1 -1
  270. package/dist/esm/lib/errors/AppError.d.ts +1 -1
  271. package/dist/esm/lib/errors/AppError.js +1 -1
  272. package/dist/esm/lib/errors/index.d.ts +4 -4
  273. package/dist/esm/lib/errors/index.js +3 -3
  274. package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
  275. package/dist/esm/lib/errors/throwAppError.js +3 -3
  276. package/dist/esm/lib/fields/Boolean.d.ts +1 -1
  277. package/dist/esm/lib/fields/Boolean.js +1 -1
  278. package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
  279. package/dist/esm/lib/fields/ContentReference.js +2 -2
  280. package/dist/esm/lib/fields/Date.d.ts +1 -1
  281. package/dist/esm/lib/fields/Date.js +1 -1
  282. package/dist/esm/lib/fields/Field.d.ts +13 -12
  283. package/dist/esm/lib/fields/Field.d.ts.map +1 -1
  284. package/dist/esm/lib/fields/Field.js.map +1 -1
  285. package/dist/esm/lib/fields/Fields.d.ts +13 -13
  286. package/dist/esm/lib/fields/Fields.js +13 -13
  287. package/dist/esm/lib/fields/File.d.ts +1 -1
  288. package/dist/esm/lib/fields/File.js +2 -2
  289. package/dist/esm/lib/fields/Iterator.d.ts +2 -2
  290. package/dist/esm/lib/fields/Iterator.js +3 -3
  291. package/dist/esm/lib/fields/Link.d.ts +1 -1
  292. package/dist/esm/lib/fields/Link.js +2 -2
  293. package/dist/esm/lib/fields/List.d.ts +1 -1
  294. package/dist/esm/lib/fields/List.js +1 -1
  295. package/dist/esm/lib/fields/Number.d.ts +1 -1
  296. package/dist/esm/lib/fields/Number.js +1 -1
  297. package/dist/esm/lib/fields/Relation.d.ts +3 -3
  298. package/dist/esm/lib/fields/Relation.js +3 -3
  299. package/dist/esm/lib/fields/Select.d.ts +1 -1
  300. package/dist/esm/lib/fields/Select.js +1 -1
  301. package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
  302. package/dist/esm/lib/fields/SelfRelation.js +2 -2
  303. package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
  304. package/dist/esm/lib/fields/SimpleList.js +1 -1
  305. package/dist/esm/lib/fields/String.d.ts +1 -1
  306. package/dist/esm/lib/fields/String.js +3 -3
  307. package/dist/esm/lib/fields/index.d.ts +15 -15
  308. package/dist/esm/lib/fields/index.js +15 -15
  309. package/dist/esm/lib/types/index.d.ts +2 -2
  310. package/dist/esm/lib/utils/getListField.d.ts +1 -1
  311. package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
  312. package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
  313. package/dist/esm/lib/utils/getTranslation.js +1 -1
  314. package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
  315. package/dist/esm/lib/utils/translateObject.d.ts +2 -2
  316. package/dist/esm/lib/utils/translateObject.js +3 -3
  317. package/dist/esm/literals/definitions.d.ts +1 -1
  318. package/dist/esm/literals/definitions.js +1 -1
  319. package/dist/esm/literals/index.d.ts +3 -3
  320. package/dist/esm/literals/index.js +3 -3
  321. package/dist/esm/literals/manager.d.ts +1 -1
  322. package/dist/esm/literals/manager.js +1 -1
  323. package/dist/esm/manager.d.ts +264 -264
  324. package/dist/esm/manager.js +2 -2
  325. package/dist/esm/media/imageOptimization.d.ts +1 -1
  326. package/dist/esm/media/imageOptimization.js +2 -2
  327. package/dist/esm/media/index.d.ts +4 -4
  328. package/dist/esm/media/index.js +3 -3
  329. package/dist/esm/media/mediaService.d.ts +1 -1
  330. package/dist/esm/orm/backups.js +5 -5
  331. package/dist/esm/orm/createIndexes.js +2 -2
  332. package/dist/esm/orm/database.js +3 -3
  333. package/dist/esm/orm/dbService.d.ts +6 -6
  334. package/dist/esm/orm/index.d.ts +2 -2
  335. package/dist/esm/orm/index.js +16 -16
  336. package/dist/esm/orm/migrations.d.ts +1 -1
  337. package/dist/esm/orm/migrations.js +4 -4
  338. package/dist/esm/orm/mongodbPeer.js +1 -1
  339. package/dist/esm/orm/operations/clear.d.ts +1 -1
  340. package/dist/esm/orm/operations/clear.js +1 -1
  341. package/dist/esm/orm/operations/create.d.ts +3 -3
  342. package/dist/esm/orm/operations/create.js +5 -5
  343. package/dist/esm/orm/operations/delete.d.ts +3 -3
  344. package/dist/esm/orm/operations/delete.js +3 -3
  345. package/dist/esm/orm/operations/find.d.ts +2 -2
  346. package/dist/esm/orm/operations/find.js +3 -3
  347. package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
  348. package/dist/esm/orm/operations/findDependencies.js +4 -4
  349. package/dist/esm/orm/operations/get.d.ts +3 -3
  350. package/dist/esm/orm/operations/get.js +3 -3
  351. package/dist/esm/orm/operations/getAll.d.ts +2 -2
  352. package/dist/esm/orm/operations/getAll.js +2 -2
  353. package/dist/esm/orm/operations/list.d.ts +2 -2
  354. package/dist/esm/orm/operations/list.js +3 -3
  355. package/dist/esm/orm/operations/update.d.ts +4 -4
  356. package/dist/esm/orm/operations/update.js +6 -6
  357. package/dist/esm/orm/operations/updateMany.d.ts +3 -3
  358. package/dist/esm/orm/operations/updateMany.js +3 -3
  359. package/dist/esm/orm/operations/upsert.d.ts +3 -3
  360. package/dist/esm/orm/operations/upsert.js +4 -4
  361. package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
  362. package/dist/esm/orm/utils/parseId.d.ts +1 -1
  363. package/dist/esm/orm/utils/parseId.js +1 -1
  364. package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
  365. package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
  366. package/dist/esm/orm/versions.d.ts +1 -1
  367. package/dist/esm/orm/versions.js +7 -7
  368. package/dist/esm/schemas/manager/literals/upsert.js +1 -1
  369. package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
  370. package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
  371. package/dist/esm/schemas/manager/media/listFolders.js +1 -1
  372. package/dist/esm/schemas/web/page.d.ts +30 -28
  373. package/dist/esm/schemas/web/page.d.ts.map +1 -1
  374. package/dist/esm/schemas/web/page.js +2 -1
  375. package/dist/esm/schemas/web/page.js.map +1 -1
  376. package/dist/esm/schemas/web/previewPage.d.ts +21 -20
  377. package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
  378. package/dist/esm/schemas/web/previewPage.js +1 -1
  379. package/dist/esm/translation/document.d.ts +3 -3
  380. package/dist/esm/translation/index.d.ts +4 -4
  381. package/dist/esm/translation/index.js +3 -3
  382. package/dist/esm/translation/translationService.d.ts +1 -1
  383. package/dist/esm/web/client.d.ts +1 -1
  384. package/dist/esm/web/client.js +1 -1
  385. package/dist/esm/web/index.d.ts +2 -2
  386. package/dist/esm/web/index.js +2 -2
  387. package/dist/esm/web/page.d.ts +1 -1
  388. package/dist/tsconfig.build.tsbuildinfo +1 -1
  389. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
- import ContentType from "../lib/ContentType.js";
2
- import type { DBOutput } from "../lib/types/index.js";
1
+ import ContentType from "../lib/ContentType";
2
+ import type { DBOutput } from "../lib/types";
3
3
  export declare const PreviewSnapshot: ContentType<{
4
- tokenHash: import("../index.js").WithFieldState<{
4
+ tokenHash: import("..").WithFieldState<{
5
5
  kind: "field";
6
6
  readonly __fieldTypes?: {
7
7
  input: string;
8
8
  db: string;
9
9
  output: string;
10
- meta: import("../index.js").StringMeta<"Text">;
11
- state: import("../index.js").DefaultFieldState;
10
+ meta: import("..").StringMeta<"Text">;
11
+ state: import("..").DefaultFieldState;
12
12
  } | undefined;
13
- meta: import("../index.js").StringMeta<"Text">;
14
- state: import("../index.js").DefaultFieldState;
13
+ meta: import("..").StringMeta<"Text">;
14
+ state: import("..").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("../index.js").StringMeta<"Text">;
19
+ getConfig: () => import("..").StringMeta<"Text">;
20
20
  getIsRequired: () => false;
21
21
  getIsTranslatable: () => false;
22
22
  getVisibility: () => "all";
@@ -28,19 +28,19 @@ export declare const PreviewSnapshot: ContentType<{
28
28
  input: string;
29
29
  db: string;
30
30
  output: string;
31
- meta: import("../index.js").StringMeta<"Text">;
32
- state: import("../index.js").FieldState;
31
+ meta: import("..").StringMeta<"Text">;
32
+ state: import("..").FieldState;
33
33
  } | undefined;
34
- meta: import("../index.js").StringMeta<"Text">;
35
- state: import("../index.js").FieldState;
34
+ meta: import("..").StringMeta<"Text">;
35
+ state: import("..").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("../index.js").StringMeta<"Text">;
40
+ getConfig: () => import("..").StringMeta<"Text">;
41
41
  getIsRequired: () => boolean;
42
42
  getIsTranslatable: () => boolean;
43
- getVisibility: () => import("../index.js").Visibility;
43
+ getVisibility: () => import("..").Visibility;
44
44
  getCondition: () => {
45
45
  field: string;
46
46
  equals: unknown;
@@ -78,26 +78,26 @@ export declare const PreviewSnapshot: ContentType<{
78
78
  lte?: number | undefined;
79
79
  };
80
80
  } | undefined;
81
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
81
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").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("../index.js").StringMeta<"Text">;
89
- state: import("../index.js").FieldState;
88
+ meta: import("..").StringMeta<"Text">;
89
+ state: import("..").FieldState;
90
90
  } | undefined;
91
- meta: import("../index.js").StringMeta<"Text">;
92
- state: import("../index.js").FieldState;
91
+ meta: import("..").StringMeta<"Text">;
92
+ state: import("..").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("../index.js").StringMeta<"Text">;
97
+ getConfig: () => import("..").StringMeta<"Text">;
98
98
  getIsRequired: () => boolean;
99
99
  getIsTranslatable: () => boolean;
100
- getVisibility: () => import("../index.js").Visibility;
100
+ getVisibility: () => import("..").Visibility;
101
101
  getCondition: () => {
102
102
  field: string;
103
103
  equals: unknown;
@@ -135,26 +135,26 @@ export declare const PreviewSnapshot: ContentType<{
135
135
  lte?: number | undefined;
136
136
  };
137
137
  } | undefined;
138
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
138
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").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("../index.js").StringMeta<"Text">;
146
- state: import("../index.js").FieldState;
145
+ meta: import("..").StringMeta<"Text">;
146
+ state: import("..").FieldState;
147
147
  } | undefined;
148
- meta: import("../index.js").StringMeta<"Text">;
149
- state: import("../index.js").FieldState;
148
+ meta: import("..").StringMeta<"Text">;
149
+ state: import("..").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("../index.js").StringMeta<"Text">;
154
+ getConfig: () => import("..").StringMeta<"Text">;
155
155
  getIsRequired: () => boolean;
156
156
  getIsTranslatable: () => boolean;
157
- getVisibility: () => import("../index.js").Visibility;
157
+ getVisibility: () => import("..").Visibility;
158
158
  getCondition: () => {
159
159
  field: string;
160
160
  equals: unknown;
@@ -192,24 +192,24 @@ export declare const PreviewSnapshot: ContentType<{
192
192
  lte?: number | undefined;
193
193
  };
194
194
  } | undefined;
195
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
196
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
197
- contentType: import("../index.js").WithFieldState<{
195
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
196
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
197
+ contentType: import("..").WithFieldState<{
198
198
  kind: "field";
199
199
  readonly __fieldTypes?: {
200
200
  input: string;
201
201
  db: string;
202
202
  output: string;
203
- meta: import("../index.js").StringMeta<"Text">;
204
- state: import("../index.js").DefaultFieldState;
203
+ meta: import("..").StringMeta<"Text">;
204
+ state: import("..").DefaultFieldState;
205
205
  } | undefined;
206
- meta: import("../index.js").StringMeta<"Text">;
207
- state: import("../index.js").DefaultFieldState;
206
+ meta: import("..").StringMeta<"Text">;
207
+ state: import("..").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("../index.js").StringMeta<"Text">;
212
+ getConfig: () => import("..").StringMeta<"Text">;
213
213
  getIsRequired: () => false;
214
214
  getIsTranslatable: () => false;
215
215
  getVisibility: () => "all";
@@ -221,19 +221,19 @@ export declare const PreviewSnapshot: ContentType<{
221
221
  input: string;
222
222
  db: string;
223
223
  output: string;
224
- meta: import("../index.js").StringMeta<"Text">;
225
- state: import("../index.js").FieldState;
224
+ meta: import("..").StringMeta<"Text">;
225
+ state: import("..").FieldState;
226
226
  } | undefined;
227
- meta: import("../index.js").StringMeta<"Text">;
228
- state: import("../index.js").FieldState;
227
+ meta: import("..").StringMeta<"Text">;
228
+ state: import("..").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("../index.js").StringMeta<"Text">;
233
+ getConfig: () => import("..").StringMeta<"Text">;
234
234
  getIsRequired: () => boolean;
235
235
  getIsTranslatable: () => boolean;
236
- getVisibility: () => import("../index.js").Visibility;
236
+ getVisibility: () => import("..").Visibility;
237
237
  getCondition: () => {
238
238
  field: string;
239
239
  equals: unknown;
@@ -271,26 +271,26 @@ export declare const PreviewSnapshot: ContentType<{
271
271
  lte?: number | undefined;
272
272
  };
273
273
  } | undefined;
274
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
274
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").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("../index.js").StringMeta<"Text">;
282
- state: import("../index.js").FieldState;
281
+ meta: import("..").StringMeta<"Text">;
282
+ state: import("..").FieldState;
283
283
  } | undefined;
284
- meta: import("../index.js").StringMeta<"Text">;
285
- state: import("../index.js").FieldState;
284
+ meta: import("..").StringMeta<"Text">;
285
+ state: import("..").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("../index.js").StringMeta<"Text">;
290
+ getConfig: () => import("..").StringMeta<"Text">;
291
291
  getIsRequired: () => boolean;
292
292
  getIsTranslatable: () => boolean;
293
- getVisibility: () => import("../index.js").Visibility;
293
+ getVisibility: () => import("..").Visibility;
294
294
  getCondition: () => {
295
295
  field: string;
296
296
  equals: unknown;
@@ -328,26 +328,26 @@ export declare const PreviewSnapshot: ContentType<{
328
328
  lte?: number | undefined;
329
329
  };
330
330
  } | undefined;
331
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
331
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").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("../index.js").StringMeta<"Text">;
339
- state: import("../index.js").FieldState;
338
+ meta: import("..").StringMeta<"Text">;
339
+ state: import("..").FieldState;
340
340
  } | undefined;
341
- meta: import("../index.js").StringMeta<"Text">;
342
- state: import("../index.js").FieldState;
341
+ meta: import("..").StringMeta<"Text">;
342
+ state: import("..").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("../index.js").StringMeta<"Text">;
347
+ getConfig: () => import("..").StringMeta<"Text">;
348
348
  getIsRequired: () => boolean;
349
349
  getIsTranslatable: () => boolean;
350
- getVisibility: () => import("../index.js").Visibility;
350
+ getVisibility: () => import("..").Visibility;
351
351
  getCondition: () => {
352
352
  field: string;
353
353
  equals: unknown;
@@ -385,25 +385,25 @@ export declare const PreviewSnapshot: ContentType<{
385
385
  lte?: number | undefined;
386
386
  };
387
387
  } | undefined;
388
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
389
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
390
- documentId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
391
- routeId: import("../index.js").WithFieldState<{
388
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
389
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
390
+ documentId: import("..").StringField<"Id", import("..").DefaultFieldState>;
391
+ routeId: import("..").WithFieldState<{
392
392
  kind: "field";
393
393
  readonly __fieldTypes?: {
394
394
  input: string;
395
395
  db: string;
396
396
  output: string;
397
- meta: import("../index.js").StringMeta<"Id">;
398
- state: import("../index.js").DefaultFieldState;
397
+ meta: import("..").StringMeta<"Id">;
398
+ state: import("..").DefaultFieldState;
399
399
  } | undefined;
400
- meta: import("../index.js").StringMeta<"Id">;
401
- state: import("../index.js").DefaultFieldState;
400
+ meta: import("..").StringMeta<"Id">;
401
+ state: import("..").DefaultFieldState;
402
402
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
403
403
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
404
404
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
405
405
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
406
- getConfig: () => import("../index.js").StringMeta<"Id">;
406
+ getConfig: () => import("..").StringMeta<"Id">;
407
407
  getIsRequired: () => false;
408
408
  getIsTranslatable: () => false;
409
409
  getVisibility: () => "all";
@@ -415,19 +415,19 @@ export declare const PreviewSnapshot: ContentType<{
415
415
  input: string;
416
416
  db: string;
417
417
  output: string;
418
- meta: import("../index.js").StringMeta<"Id">;
419
- state: import("../index.js").FieldState;
418
+ meta: import("..").StringMeta<"Id">;
419
+ state: import("..").FieldState;
420
420
  } | undefined;
421
- meta: import("../index.js").StringMeta<"Id">;
422
- state: import("../index.js").FieldState;
421
+ meta: import("..").StringMeta<"Id">;
422
+ state: import("..").FieldState;
423
423
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
424
424
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
425
425
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
426
426
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
427
- getConfig: () => import("../index.js").StringMeta<"Id">;
427
+ getConfig: () => import("..").StringMeta<"Id">;
428
428
  getIsRequired: () => boolean;
429
429
  getIsTranslatable: () => boolean;
430
- getVisibility: () => import("../index.js").Visibility;
430
+ getVisibility: () => import("..").Visibility;
431
431
  getCondition: () => {
432
432
  field: string;
433
433
  equals: unknown;
@@ -465,26 +465,26 @@ export declare const PreviewSnapshot: ContentType<{
465
465
  lte?: number | undefined;
466
466
  };
467
467
  } | undefined;
468
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
468
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
469
469
  min: <TThis extends {
470
470
  kind: "field";
471
471
  readonly __fieldTypes?: {
472
472
  input: string;
473
473
  db: string;
474
474
  output: string;
475
- meta: import("../index.js").StringMeta<"Id">;
476
- state: import("../index.js").FieldState;
475
+ meta: import("..").StringMeta<"Id">;
476
+ state: import("..").FieldState;
477
477
  } | undefined;
478
- meta: import("../index.js").StringMeta<"Id">;
479
- state: import("../index.js").FieldState;
478
+ meta: import("..").StringMeta<"Id">;
479
+ state: import("..").FieldState;
480
480
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
481
481
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
482
482
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
483
483
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
484
- getConfig: () => import("../index.js").StringMeta<"Id">;
484
+ getConfig: () => import("..").StringMeta<"Id">;
485
485
  getIsRequired: () => boolean;
486
486
  getIsTranslatable: () => boolean;
487
- getVisibility: () => import("../index.js").Visibility;
487
+ getVisibility: () => import("..").Visibility;
488
488
  getCondition: () => {
489
489
  field: string;
490
490
  equals: unknown;
@@ -522,26 +522,26 @@ export declare const PreviewSnapshot: ContentType<{
522
522
  lte?: number | undefined;
523
523
  };
524
524
  } | undefined;
525
- }>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
525
+ }>(this: TThis, length: number) => import("..").StringField<"Id", import("..").FieldStateOf<TThis>>;
526
526
  max: <TThis extends {
527
527
  kind: "field";
528
528
  readonly __fieldTypes?: {
529
529
  input: string;
530
530
  db: string;
531
531
  output: string;
532
- meta: import("../index.js").StringMeta<"Id">;
533
- state: import("../index.js").FieldState;
532
+ meta: import("..").StringMeta<"Id">;
533
+ state: import("..").FieldState;
534
534
  } | undefined;
535
- meta: import("../index.js").StringMeta<"Id">;
536
- state: import("../index.js").FieldState;
535
+ meta: import("..").StringMeta<"Id">;
536
+ state: import("..").FieldState;
537
537
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
538
538
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
539
539
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
540
540
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
541
- getConfig: () => import("../index.js").StringMeta<"Id">;
541
+ getConfig: () => import("..").StringMeta<"Id">;
542
542
  getIsRequired: () => boolean;
543
543
  getIsTranslatable: () => boolean;
544
- getVisibility: () => import("../index.js").Visibility;
544
+ getVisibility: () => import("..").Visibility;
545
545
  getCondition: () => {
546
546
  field: string;
547
547
  equals: unknown;
@@ -579,24 +579,24 @@ export declare const PreviewSnapshot: ContentType<{
579
579
  lte?: number | undefined;
580
580
  };
581
581
  } | undefined;
582
- }>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
583
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
584
- languageCode: import("../index.js").WithFieldState<{
582
+ }>(this: TThis, length: number) => import("..").StringField<"Id", import("..").FieldStateOf<TThis>>;
583
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
584
+ languageCode: import("..").WithFieldState<{
585
585
  kind: "field";
586
586
  readonly __fieldTypes?: {
587
587
  input: string;
588
588
  db: string;
589
589
  output: string;
590
- meta: import("../index.js").StringMeta<"Text">;
591
- state: import("../index.js").DefaultFieldState;
590
+ meta: import("..").StringMeta<"Text">;
591
+ state: import("..").DefaultFieldState;
592
592
  } | undefined;
593
- meta: import("../index.js").StringMeta<"Text">;
594
- state: import("../index.js").DefaultFieldState;
593
+ meta: import("..").StringMeta<"Text">;
594
+ state: import("..").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("../index.js").StringMeta<"Text">;
599
+ getConfig: () => import("..").StringMeta<"Text">;
600
600
  getIsRequired: () => false;
601
601
  getIsTranslatable: () => false;
602
602
  getVisibility: () => "all";
@@ -608,19 +608,19 @@ export declare const PreviewSnapshot: ContentType<{
608
608
  input: string;
609
609
  db: string;
610
610
  output: string;
611
- meta: import("../index.js").StringMeta<"Text">;
612
- state: import("../index.js").FieldState;
611
+ meta: import("..").StringMeta<"Text">;
612
+ state: import("..").FieldState;
613
613
  } | undefined;
614
- meta: import("../index.js").StringMeta<"Text">;
615
- state: import("../index.js").FieldState;
614
+ meta: import("..").StringMeta<"Text">;
615
+ state: import("..").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("../index.js").StringMeta<"Text">;
620
+ getConfig: () => import("..").StringMeta<"Text">;
621
621
  getIsRequired: () => boolean;
622
622
  getIsTranslatable: () => boolean;
623
- getVisibility: () => import("../index.js").Visibility;
623
+ getVisibility: () => import("..").Visibility;
624
624
  getCondition: () => {
625
625
  field: string;
626
626
  equals: unknown;
@@ -658,26 +658,26 @@ export declare const PreviewSnapshot: ContentType<{
658
658
  lte?: number | undefined;
659
659
  };
660
660
  } | undefined;
661
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
661
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").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("../index.js").StringMeta<"Text">;
669
- state: import("../index.js").FieldState;
668
+ meta: import("..").StringMeta<"Text">;
669
+ state: import("..").FieldState;
670
670
  } | undefined;
671
- meta: import("../index.js").StringMeta<"Text">;
672
- state: import("../index.js").FieldState;
671
+ meta: import("..").StringMeta<"Text">;
672
+ state: import("..").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("../index.js").StringMeta<"Text">;
677
+ getConfig: () => import("..").StringMeta<"Text">;
678
678
  getIsRequired: () => boolean;
679
679
  getIsTranslatable: () => boolean;
680
- getVisibility: () => import("../index.js").Visibility;
680
+ getVisibility: () => import("..").Visibility;
681
681
  getCondition: () => {
682
682
  field: string;
683
683
  equals: unknown;
@@ -715,26 +715,26 @@ export declare const PreviewSnapshot: ContentType<{
715
715
  lte?: number | undefined;
716
716
  };
717
717
  } | undefined;
718
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
718
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").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("../index.js").StringMeta<"Text">;
726
- state: import("../index.js").FieldState;
725
+ meta: import("..").StringMeta<"Text">;
726
+ state: import("..").FieldState;
727
727
  } | undefined;
728
- meta: import("../index.js").StringMeta<"Text">;
729
- state: import("../index.js").FieldState;
728
+ meta: import("..").StringMeta<"Text">;
729
+ state: import("..").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("../index.js").StringMeta<"Text">;
734
+ getConfig: () => import("..").StringMeta<"Text">;
735
735
  getIsRequired: () => boolean;
736
736
  getIsTranslatable: () => boolean;
737
- getVisibility: () => import("../index.js").Visibility;
737
+ getVisibility: () => import("..").Visibility;
738
738
  getCondition: () => {
739
739
  field: string;
740
740
  equals: unknown;
@@ -772,24 +772,24 @@ export declare const PreviewSnapshot: ContentType<{
772
772
  lte?: number | undefined;
773
773
  };
774
774
  } | undefined;
775
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
776
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
777
- path: import("../index.js").WithFieldState<{
775
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
776
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
777
+ path: import("..").WithFieldState<{
778
778
  kind: "field";
779
779
  readonly __fieldTypes?: {
780
780
  input: string;
781
781
  db: string;
782
782
  output: string;
783
- meta: import("../index.js").StringMeta<"Text">;
784
- state: import("../index.js").DefaultFieldState;
783
+ meta: import("..").StringMeta<"Text">;
784
+ state: import("..").DefaultFieldState;
785
785
  } | undefined;
786
- meta: import("../index.js").StringMeta<"Text">;
787
- state: import("../index.js").DefaultFieldState;
786
+ meta: import("..").StringMeta<"Text">;
787
+ state: import("..").DefaultFieldState;
788
788
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
789
789
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
790
790
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
791
791
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
792
- getConfig: () => import("../index.js").StringMeta<"Text">;
792
+ getConfig: () => import("..").StringMeta<"Text">;
793
793
  getIsRequired: () => false;
794
794
  getIsTranslatable: () => false;
795
795
  getVisibility: () => "all";
@@ -801,19 +801,19 @@ export declare const PreviewSnapshot: ContentType<{
801
801
  input: string;
802
802
  db: string;
803
803
  output: string;
804
- meta: import("../index.js").StringMeta<"Text">;
805
- state: import("../index.js").FieldState;
804
+ meta: import("..").StringMeta<"Text">;
805
+ state: import("..").FieldState;
806
806
  } | undefined;
807
- meta: import("../index.js").StringMeta<"Text">;
808
- state: import("../index.js").FieldState;
807
+ meta: import("..").StringMeta<"Text">;
808
+ state: import("..").FieldState;
809
809
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
810
810
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
811
811
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
812
812
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
813
- getConfig: () => import("../index.js").StringMeta<"Text">;
813
+ getConfig: () => import("..").StringMeta<"Text">;
814
814
  getIsRequired: () => boolean;
815
815
  getIsTranslatable: () => boolean;
816
- getVisibility: () => import("../index.js").Visibility;
816
+ getVisibility: () => import("..").Visibility;
817
817
  getCondition: () => {
818
818
  field: string;
819
819
  equals: unknown;
@@ -851,26 +851,26 @@ export declare const PreviewSnapshot: ContentType<{
851
851
  lte?: number | undefined;
852
852
  };
853
853
  } | undefined;
854
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
854
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
855
855
  min: <TThis extends {
856
856
  kind: "field";
857
857
  readonly __fieldTypes?: {
858
858
  input: string;
859
859
  db: string;
860
860
  output: string;
861
- meta: import("../index.js").StringMeta<"Text">;
862
- state: import("../index.js").FieldState;
861
+ meta: import("..").StringMeta<"Text">;
862
+ state: import("..").FieldState;
863
863
  } | undefined;
864
- meta: import("../index.js").StringMeta<"Text">;
865
- state: import("../index.js").FieldState;
864
+ meta: import("..").StringMeta<"Text">;
865
+ state: import("..").FieldState;
866
866
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
867
867
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
868
868
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
869
869
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
870
- getConfig: () => import("../index.js").StringMeta<"Text">;
870
+ getConfig: () => import("..").StringMeta<"Text">;
871
871
  getIsRequired: () => boolean;
872
872
  getIsTranslatable: () => boolean;
873
- getVisibility: () => import("../index.js").Visibility;
873
+ getVisibility: () => import("..").Visibility;
874
874
  getCondition: () => {
875
875
  field: string;
876
876
  equals: unknown;
@@ -908,26 +908,26 @@ export declare const PreviewSnapshot: ContentType<{
908
908
  lte?: number | undefined;
909
909
  };
910
910
  } | undefined;
911
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
911
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
912
912
  max: <TThis extends {
913
913
  kind: "field";
914
914
  readonly __fieldTypes?: {
915
915
  input: string;
916
916
  db: string;
917
917
  output: string;
918
- meta: import("../index.js").StringMeta<"Text">;
919
- state: import("../index.js").FieldState;
918
+ meta: import("..").StringMeta<"Text">;
919
+ state: import("..").FieldState;
920
920
  } | undefined;
921
- meta: import("../index.js").StringMeta<"Text">;
922
- state: import("../index.js").FieldState;
921
+ meta: import("..").StringMeta<"Text">;
922
+ state: import("..").FieldState;
923
923
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
924
924
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
925
925
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
926
926
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
927
- getConfig: () => import("../index.js").StringMeta<"Text">;
927
+ getConfig: () => import("..").StringMeta<"Text">;
928
928
  getIsRequired: () => boolean;
929
929
  getIsTranslatable: () => boolean;
930
- getVisibility: () => import("../index.js").Visibility;
930
+ getVisibility: () => import("..").Visibility;
931
931
  getCondition: () => {
932
932
  field: string;
933
933
  equals: unknown;
@@ -965,24 +965,24 @@ export declare const PreviewSnapshot: ContentType<{
965
965
  lte?: number | undefined;
966
966
  };
967
967
  } | undefined;
968
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
969
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
970
- data: import("../index.js").WithFieldState<{
968
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
969
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
970
+ data: import("..").WithFieldState<{
971
971
  kind: "field";
972
972
  readonly __fieldTypes?: {
973
973
  input: string;
974
974
  db: string;
975
975
  output: string;
976
- meta: import("../index.js").StringMeta<"Text">;
977
- state: import("../index.js").DefaultFieldState;
976
+ meta: import("..").StringMeta<"Text">;
977
+ state: import("..").DefaultFieldState;
978
978
  } | undefined;
979
- meta: import("../index.js").StringMeta<"Text">;
980
- state: import("../index.js").DefaultFieldState;
979
+ meta: import("..").StringMeta<"Text">;
980
+ state: import("..").DefaultFieldState;
981
981
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
982
982
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
983
983
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
984
984
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
985
- getConfig: () => import("../index.js").StringMeta<"Text">;
985
+ getConfig: () => import("..").StringMeta<"Text">;
986
986
  getIsRequired: () => false;
987
987
  getIsTranslatable: () => false;
988
988
  getVisibility: () => "all";
@@ -994,19 +994,19 @@ export declare const PreviewSnapshot: ContentType<{
994
994
  input: string;
995
995
  db: string;
996
996
  output: string;
997
- meta: import("../index.js").StringMeta<"Text">;
998
- state: import("../index.js").FieldState;
997
+ meta: import("..").StringMeta<"Text">;
998
+ state: import("..").FieldState;
999
999
  } | undefined;
1000
- meta: import("../index.js").StringMeta<"Text">;
1001
- state: import("../index.js").FieldState;
1000
+ meta: import("..").StringMeta<"Text">;
1001
+ state: import("..").FieldState;
1002
1002
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1003
1003
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1004
1004
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1005
1005
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1006
- getConfig: () => import("../index.js").StringMeta<"Text">;
1006
+ getConfig: () => import("..").StringMeta<"Text">;
1007
1007
  getIsRequired: () => boolean;
1008
1008
  getIsTranslatable: () => boolean;
1009
- getVisibility: () => import("../index.js").Visibility;
1009
+ getVisibility: () => import("..").Visibility;
1010
1010
  getCondition: () => {
1011
1011
  field: string;
1012
1012
  equals: unknown;
@@ -1044,26 +1044,26 @@ export declare const PreviewSnapshot: ContentType<{
1044
1044
  lte?: number | undefined;
1045
1045
  };
1046
1046
  } | undefined;
1047
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1047
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1048
1048
  min: <TThis extends {
1049
1049
  kind: "field";
1050
1050
  readonly __fieldTypes?: {
1051
1051
  input: string;
1052
1052
  db: string;
1053
1053
  output: string;
1054
- meta: import("../index.js").StringMeta<"Text">;
1055
- state: import("../index.js").FieldState;
1054
+ meta: import("..").StringMeta<"Text">;
1055
+ state: import("..").FieldState;
1056
1056
  } | undefined;
1057
- meta: import("../index.js").StringMeta<"Text">;
1058
- state: import("../index.js").FieldState;
1057
+ meta: import("..").StringMeta<"Text">;
1058
+ state: import("..").FieldState;
1059
1059
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1060
1060
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1061
1061
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1062
1062
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1063
- getConfig: () => import("../index.js").StringMeta<"Text">;
1063
+ getConfig: () => import("..").StringMeta<"Text">;
1064
1064
  getIsRequired: () => boolean;
1065
1065
  getIsTranslatable: () => boolean;
1066
- getVisibility: () => import("../index.js").Visibility;
1066
+ getVisibility: () => import("..").Visibility;
1067
1067
  getCondition: () => {
1068
1068
  field: string;
1069
1069
  equals: unknown;
@@ -1101,26 +1101,26 @@ export declare const PreviewSnapshot: ContentType<{
1101
1101
  lte?: number | undefined;
1102
1102
  };
1103
1103
  } | undefined;
1104
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1104
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1105
1105
  max: <TThis extends {
1106
1106
  kind: "field";
1107
1107
  readonly __fieldTypes?: {
1108
1108
  input: string;
1109
1109
  db: string;
1110
1110
  output: string;
1111
- meta: import("../index.js").StringMeta<"Text">;
1112
- state: import("../index.js").FieldState;
1111
+ meta: import("..").StringMeta<"Text">;
1112
+ state: import("..").FieldState;
1113
1113
  } | undefined;
1114
- meta: import("../index.js").StringMeta<"Text">;
1115
- state: import("../index.js").FieldState;
1114
+ meta: import("..").StringMeta<"Text">;
1115
+ state: import("..").FieldState;
1116
1116
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1117
1117
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1118
1118
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1119
1119
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1120
- getConfig: () => import("../index.js").StringMeta<"Text">;
1120
+ getConfig: () => import("..").StringMeta<"Text">;
1121
1121
  getIsRequired: () => boolean;
1122
1122
  getIsTranslatable: () => boolean;
1123
- getVisibility: () => import("../index.js").Visibility;
1123
+ getVisibility: () => import("..").Visibility;
1124
1124
  getCondition: () => {
1125
1125
  field: string;
1126
1126
  equals: unknown;
@@ -1158,24 +1158,24 @@ export declare const PreviewSnapshot: ContentType<{
1158
1158
  lte?: number | undefined;
1159
1159
  };
1160
1160
  } | undefined;
1161
- }>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
1162
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1163
- createdBy: import("../index.js").WithFieldState<{
1161
+ }>(this: TThis, length: number) => import("..").StringField<"Text", import("..").FieldStateOf<TThis>>;
1162
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
1163
+ createdBy: import("..").WithFieldState<{
1164
1164
  kind: "field";
1165
1165
  readonly __fieldTypes?: {
1166
1166
  input: string;
1167
1167
  db: string;
1168
1168
  output: string;
1169
- meta: import("../index.js").StringMeta<"Id">;
1170
- state: import("../index.js").DefaultFieldState;
1169
+ meta: import("..").StringMeta<"Id">;
1170
+ state: import("..").DefaultFieldState;
1171
1171
  } | undefined;
1172
- meta: import("../index.js").StringMeta<"Id">;
1173
- state: import("../index.js").DefaultFieldState;
1172
+ meta: import("..").StringMeta<"Id">;
1173
+ state: import("..").DefaultFieldState;
1174
1174
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1175
1175
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1176
1176
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1177
1177
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1178
- getConfig: () => import("../index.js").StringMeta<"Id">;
1178
+ getConfig: () => import("..").StringMeta<"Id">;
1179
1179
  getIsRequired: () => false;
1180
1180
  getIsTranslatable: () => false;
1181
1181
  getVisibility: () => "all";
@@ -1187,19 +1187,19 @@ export declare const PreviewSnapshot: ContentType<{
1187
1187
  input: string;
1188
1188
  db: string;
1189
1189
  output: string;
1190
- meta: import("../index.js").StringMeta<"Id">;
1191
- state: import("../index.js").FieldState;
1190
+ meta: import("..").StringMeta<"Id">;
1191
+ state: import("..").FieldState;
1192
1192
  } | undefined;
1193
- meta: import("../index.js").StringMeta<"Id">;
1194
- state: import("../index.js").FieldState;
1193
+ meta: import("..").StringMeta<"Id">;
1194
+ state: import("..").FieldState;
1195
1195
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1196
1196
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1197
1197
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1198
1198
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1199
- getConfig: () => import("../index.js").StringMeta<"Id">;
1199
+ getConfig: () => import("..").StringMeta<"Id">;
1200
1200
  getIsRequired: () => boolean;
1201
1201
  getIsTranslatable: () => boolean;
1202
- getVisibility: () => import("../index.js").Visibility;
1202
+ getVisibility: () => import("..").Visibility;
1203
1203
  getCondition: () => {
1204
1204
  field: string;
1205
1205
  equals: unknown;
@@ -1237,26 +1237,26 @@ export declare const PreviewSnapshot: ContentType<{
1237
1237
  lte?: number | undefined;
1238
1238
  };
1239
1239
  } | undefined;
1240
- }, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1240
+ }, NextUi extends import("..").StringUI>(this: TThis, ui: NextUi) => import("..").StringField<NextUi, import("..").FieldStateOf<TThis>>;
1241
1241
  min: <TThis extends {
1242
1242
  kind: "field";
1243
1243
  readonly __fieldTypes?: {
1244
1244
  input: string;
1245
1245
  db: string;
1246
1246
  output: string;
1247
- meta: import("../index.js").StringMeta<"Id">;
1248
- state: import("../index.js").FieldState;
1247
+ meta: import("..").StringMeta<"Id">;
1248
+ state: import("..").FieldState;
1249
1249
  } | undefined;
1250
- meta: import("../index.js").StringMeta<"Id">;
1251
- state: import("../index.js").FieldState;
1250
+ meta: import("..").StringMeta<"Id">;
1251
+ state: import("..").FieldState;
1252
1252
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1253
1253
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1254
1254
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1255
1255
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1256
- getConfig: () => import("../index.js").StringMeta<"Id">;
1256
+ getConfig: () => import("..").StringMeta<"Id">;
1257
1257
  getIsRequired: () => boolean;
1258
1258
  getIsTranslatable: () => boolean;
1259
- getVisibility: () => import("../index.js").Visibility;
1259
+ getVisibility: () => import("..").Visibility;
1260
1260
  getCondition: () => {
1261
1261
  field: string;
1262
1262
  equals: unknown;
@@ -1294,26 +1294,26 @@ export declare const PreviewSnapshot: ContentType<{
1294
1294
  lte?: number | undefined;
1295
1295
  };
1296
1296
  } | undefined;
1297
- }>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
1297
+ }>(this: TThis, length: number) => import("..").StringField<"Id", import("..").FieldStateOf<TThis>>;
1298
1298
  max: <TThis extends {
1299
1299
  kind: "field";
1300
1300
  readonly __fieldTypes?: {
1301
1301
  input: string;
1302
1302
  db: string;
1303
1303
  output: string;
1304
- meta: import("../index.js").StringMeta<"Id">;
1305
- state: import("../index.js").FieldState;
1304
+ meta: import("..").StringMeta<"Id">;
1305
+ state: import("..").FieldState;
1306
1306
  } | undefined;
1307
- meta: import("../index.js").StringMeta<"Id">;
1308
- state: import("../index.js").FieldState;
1307
+ meta: import("..").StringMeta<"Id">;
1308
+ state: import("..").FieldState;
1309
1309
  toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
1310
1310
  getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
1311
1311
  getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1312
1312
  getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
1313
- getConfig: () => import("../index.js").StringMeta<"Id">;
1313
+ getConfig: () => import("..").StringMeta<"Id">;
1314
1314
  getIsRequired: () => boolean;
1315
1315
  getIsTranslatable: () => boolean;
1316
- getVisibility: () => import("../index.js").Visibility;
1316
+ getVisibility: () => import("..").Visibility;
1317
1317
  getCondition: () => {
1318
1318
  field: string;
1319
1319
  equals: unknown;
@@ -1351,24 +1351,24 @@ export declare const PreviewSnapshot: ContentType<{
1351
1351
  lte?: number | undefined;
1352
1352
  };
1353
1353
  } | undefined;
1354
- }>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
1355
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1356
- expiresAt: import("../index.js").WithFieldState<{
1354
+ }>(this: TThis, length: number) => import("..").StringField<"Id", import("..").FieldStateOf<TThis>>;
1355
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
1356
+ expiresAt: import("..").WithFieldState<{
1357
1357
  kind: "field";
1358
1358
  readonly __fieldTypes?: {
1359
1359
  input: Date;
1360
1360
  db: Date;
1361
1361
  output: Date;
1362
- meta: import("../index.js").DateMeta<"DateTime">;
1363
- state: import("../index.js").DefaultFieldState;
1362
+ meta: import("..").DateMeta<"DateTime">;
1363
+ state: import("..").DefaultFieldState;
1364
1364
  } | undefined;
1365
- meta: import("../index.js").DateMeta<"DateTime">;
1366
- state: import("../index.js").DefaultFieldState;
1365
+ meta: import("..").DateMeta<"DateTime">;
1366
+ state: import("..").DefaultFieldState;
1367
1367
  toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
1368
1368
  getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
1369
1369
  getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
1370
1370
  getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
1371
- getConfig: () => import("../index.js").DateMeta<"DateTime">;
1371
+ getConfig: () => import("..").DateMeta<"DateTime">;
1372
1372
  getIsRequired: () => false;
1373
1373
  getIsTranslatable: () => false;
1374
1374
  getVisibility: () => "all";
@@ -1380,19 +1380,19 @@ export declare const PreviewSnapshot: ContentType<{
1380
1380
  input: Date;
1381
1381
  db: Date;
1382
1382
  output: Date;
1383
- meta: import("../index.js").DateMeta<"DateTime">;
1384
- state: import("../index.js").FieldState;
1383
+ meta: import("..").DateMeta<"DateTime">;
1384
+ state: import("..").FieldState;
1385
1385
  } | undefined;
1386
- meta: import("../index.js").DateMeta<"DateTime">;
1387
- state: import("../index.js").FieldState;
1386
+ meta: import("..").DateMeta<"DateTime">;
1387
+ state: import("..").FieldState;
1388
1388
  toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
1389
1389
  getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
1390
1390
  getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
1391
1391
  getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
1392
- getConfig: () => import("../index.js").DateMeta<"DateTime">;
1392
+ getConfig: () => import("..").DateMeta<"DateTime">;
1393
1393
  getIsRequired: () => boolean;
1394
1394
  getIsTranslatable: () => boolean;
1395
- getVisibility: () => import("../index.js").Visibility;
1395
+ getVisibility: () => import("..").Visibility;
1396
1396
  getCondition: () => {
1397
1397
  field: string;
1398
1398
  equals: unknown;
@@ -1430,8 +1430,8 @@ export declare const PreviewSnapshot: ContentType<{
1430
1430
  lte?: number | undefined;
1431
1431
  };
1432
1432
  } | undefined;
1433
- }, NextUi extends import("../index.js").DateUI>(this: TThis, ui: NextUi) => import("../index.js").DateField<NextUi, import("../index.js").FieldStateOf<TThis>>;
1434
- }, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
1433
+ }, NextUi extends import("..").DateUI>(this: TThis, ui: NextUi) => import("..").DateField<NextUi, import("..").FieldStateOf<TThis>>;
1434
+ }, import("..").SetRequired<import("..").DefaultFieldState>>;
1435
1435
  }, "PreviewSnapshot">;
1436
1436
  export type PreviewSnapshot = typeof PreviewSnapshot;
1437
1437
  export type PreviewSnapshotManager = DBOutput<PreviewSnapshot>;