@rakun-kit/core 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/routes/manager/backups/restore.js +2 -0
- package/dist/cjs/api/routes/manager/backups/restore.js.map +1 -1
- package/dist/cjs/client.js +4 -1
- package/dist/cjs/client.js.map +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/internal-content-types/ManagerRoleHooks.js +47 -0
- package/dist/cjs/internal-content-types/ManagerRoleHooks.js.map +1 -0
- package/dist/cjs/internal-content-types/syncAdminRole.js +16 -0
- package/dist/cjs/internal-content-types/syncAdminRole.js.map +1 -0
- package/dist/cjs/lib/ManagerRolePolicy.js +7 -0
- package/dist/cjs/lib/ManagerRolePolicy.js.map +1 -0
- package/dist/cjs/lib/Permissions.js +4 -0
- package/dist/cjs/lib/Permissions.js.map +1 -1
- package/dist/cjs/orm/index.js +1 -1
- package/dist/cjs/orm/index.js.map +1 -1
- package/dist/cjs/orm/operations/clear.js +3 -4
- package/dist/cjs/orm/operations/clear.js.map +1 -1
- package/dist/esm/api/context.d.ts +1 -1
- package/dist/esm/api/context.js +3 -3
- package/dist/esm/api/hooks/context.d.ts +1 -1
- package/dist/esm/api/hooks/runContentHooks.d.ts +4 -4
- package/dist/esm/api/hooks/runContentHooks.js +1 -1
- package/dist/esm/api/operations/catalog.d.ts +2 -2
- package/dist/esm/api/operations/catalog.js +1 -1
- package/dist/esm/api/operations/custom.d.ts +1 -1
- package/dist/esm/api/operations/custom.js +1 -1
- package/dist/esm/api/operations/index.d.ts +149 -149
- package/dist/esm/api/operations/index.js +8 -8
- package/dist/esm/api/operations/manager-contract.d.ts +117 -117
- package/dist/esm/api/operations/manager-contract.js +5 -5
- package/dist/esm/api/operations/manager.d.ts +118 -118
- package/dist/esm/api/operations/manager.js +56 -56
- package/dist/esm/api/operations/tracing.d.ts +1 -1
- package/dist/esm/api/operations/tracing.js +1 -1
- package/dist/esm/api/operations/types.d.ts +1 -1
- package/dist/esm/api/operations/web-contract.d.ts +24 -24
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +25 -25
- package/dist/esm/api/operations/web.js +9 -9
- package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
- package/dist/esm/api/routes/manager/apiOperations.js +5 -5
- package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
- package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
- package/dist/esm/api/routes/manager/auth/getSession.d.ts +7 -7
- package/dist/esm/api/routes/manager/auth/login.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/login.js +6 -6
- package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/logout.js +3 -3
- package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +5 -5
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
- package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/updatePassword.js +5 -5
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +6 -6
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
- package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/create.js +2 -2
- package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/list.js +2 -2
- package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/restore.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/backups/restore.js +5 -3
- package/dist/esm/api/routes/manager/backups/restore.js.map +1 -1
- package/dist/esm/api/routes/manager/comments.d.ts +2 -2
- package/dist/esm/api/routes/manager/comments.js +6 -6
- package/dist/esm/api/routes/manager/contentType.d.ts +10 -10
- package/dist/esm/api/routes/manager/contentType.js +3 -3
- package/dist/esm/api/routes/manager/contentTypes.d.ts +8 -8
- package/dist/esm/api/routes/manager/contentTypes.js +1 -1
- package/dist/esm/api/routes/manager/create.d.ts +5 -5
- package/dist/esm/api/routes/manager/create.js +9 -9
- package/dist/esm/api/routes/manager/delete.d.ts +2 -2
- package/dist/esm/api/routes/manager/delete.js +9 -9
- package/dist/esm/api/routes/manager/duplicate.d.ts +5 -5
- package/dist/esm/api/routes/manager/duplicate.js +5 -5
- package/dist/esm/api/routes/manager/favorites.d.ts +2 -2
- package/dist/esm/api/routes/manager/favorites.js +5 -5
- package/dist/esm/api/routes/manager/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.js +9 -9
- package/dist/esm/api/routes/manager/languages.d.ts +4 -4
- package/dist/esm/api/routes/manager/languages.js +1 -1
- package/dist/esm/api/routes/manager/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/list.js +13 -13
- package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/list.js +5 -5
- package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
- package/dist/esm/api/routes/manager/localeVariants.d.ts +18 -18
- package/dist/esm/api/routes/manager/localeVariants.js +15 -15
- package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +11 -11
- package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/getMediaUrl.js +6 -6
- package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
- package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +3 -3
- package/dist/esm/api/routes/manager/media/prepareUpload.js +5 -5
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.js +7 -7
- package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/migrations/list.js +2 -2
- package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
- package/dist/esm/api/routes/manager/permissions.js +2 -2
- package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/preview/create.js +14 -14
- package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
- package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.js +5 -5
- package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
- package/dist/esm/api/routes/manager/translateDocument.js +9 -9
- package/dist/esm/api/routes/manager/trash.d.ts +2 -2
- package/dist/esm/api/routes/manager/trash.js +7 -7
- package/dist/esm/api/routes/manager/update.d.ts +5 -5
- package/dist/esm/api/routes/manager/update.js +8 -8
- package/dist/esm/api/routes/manager/users.d.ts +2 -2
- package/dist/esm/api/routes/manager/users.js +2 -2
- package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/get.js +2 -2
- package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/list.js +2 -2
- package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/restore.js +4 -4
- package/dist/esm/api/routes/web/page.d.ts +4 -4
- package/dist/esm/api/routes/web/page.js +16 -16
- package/dist/esm/api/routes/web/previewPage.d.ts +8 -8
- package/dist/esm/api/routes/web/previewPage.js +8 -8
- package/dist/esm/api/routes/web/robots.d.ts +1 -1
- package/dist/esm/api/routes/web/robots.js +2 -2
- package/dist/esm/api/routes/web/seo.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.js +3 -3
- package/dist/esm/api/sessionCookie.d.ts +1 -1
- package/dist/esm/api/utils/authRateLimit.d.ts +1 -1
- package/dist/esm/api/utils/authRateLimit.js +1 -1
- package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
- package/dist/esm/api/utils/checkFailureCase.js +1 -1
- package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
- package/dist/esm/api/utils/checkOwnership.js +5 -5
- package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
- package/dist/esm/api/utils/checkPermissions.js +3 -3
- package/dist/esm/api/utils/dynamicData.d.ts +4 -4
- package/dist/esm/api/utils/dynamicData.js +9 -9
- package/dist/esm/api/utils/getLanguages.d.ts +2 -2
- package/dist/esm/api/utils/getLanguages.js +2 -2
- package/dist/esm/api/utils/getLink.d.ts +2 -2
- package/dist/esm/api/utils/getLink.js +5 -5
- package/dist/esm/api/utils/getUser.d.ts +7 -7
- package/dist/esm/api/utils/getUser.js +4 -4
- package/dist/esm/api/utils/index.d.ts +24 -24
- package/dist/esm/api/utils/index.js +24 -24
- package/dist/esm/api/utils/localeVariants.d.ts +1 -1
- package/dist/esm/api/utils/localeVariants.js +5 -5
- package/dist/esm/api/utils/mediaUploadToken.d.ts +1 -1
- package/dist/esm/api/utils/parseId.d.ts +1 -1
- package/dist/esm/api/utils/parseId.js +1 -1
- package/dist/esm/api/utils/passwords.js +1 -1
- package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateLinks.js +4 -4
- package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateRelations.js +6 -6
- package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
- package/dist/esm/api/utils/requireContentType.d.ts +1 -1
- package/dist/esm/api/utils/requireContentType.js +2 -2
- package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
- package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
- package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +6 -6
- package/dist/esm/api/utils/routes/routeMapHelpers.js +8 -8
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
- package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
- package/dist/esm/api/utils/routes/updateRoutesMap.js +5 -5
- package/dist/esm/api/utils/safeManagerQuery.d.ts +2 -2
- package/dist/esm/api/utils/safeManagerQuery.js +1 -1
- package/dist/esm/api/utils/sanitizeManagerOutput.d.ts +1 -1
- package/dist/esm/api/utils/sanitizeManagerOutput.js +1 -1
- package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/api/utils/translate.d.ts +1 -1
- package/dist/esm/api/utils/translate.js +3 -3
- package/dist/esm/api/utils/validateModule.d.ts +1 -1
- package/dist/esm/api/utils/validateModule.js +2 -2
- package/dist/esm/bootstrapState.d.ts +9 -9
- package/dist/esm/client.d.ts +50 -49
- package/dist/esm/client.d.ts.map +1 -1
- package/dist/esm/client.js +30 -29
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/contracts.d.ts +43 -43
- package/dist/esm/contracts.js +43 -43
- package/dist/esm/index.d.ts +41 -41
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +44 -40
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal-content-types/ApiOperation.d.ts +114 -114
- package/dist/esm/internal-content-types/ApiOperation.js +2 -2
- package/dist/esm/internal-content-types/Backup.d.ts +57 -57
- package/dist/esm/internal-content-types/Backup.js +2 -2
- package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
- package/dist/esm/internal-content-types/BackupDocument.js +2 -2
- package/dist/esm/internal-content-types/ContentComment.d.ts +788 -788
- package/dist/esm/internal-content-types/ContentComment.js +3 -3
- package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
- package/dist/esm/internal-content-types/ContentVersion.js +2 -2
- package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
- package/dist/esm/internal-content-types/HelloWorld.js +2 -2
- package/dist/esm/internal-content-types/Language.d.ts +39 -39
- package/dist/esm/internal-content-types/Language.js +2 -2
- package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
- package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
- package/dist/esm/internal-content-types/ManagerFavorite.d.ts +547 -547
- package/dist/esm/internal-content-types/ManagerFavorite.js +3 -3
- package/dist/esm/internal-content-types/ManagerRole.d.ts +33 -33
- package/dist/esm/internal-content-types/ManagerRole.js +2 -2
- package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts +6 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts.map +1 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.js +43 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.js.map +1 -0
- package/dist/esm/internal-content-types/ManagerUser.d.ts +212 -212
- package/dist/esm/internal-content-types/ManagerUser.js +3 -3
- package/dist/esm/internal-content-types/ManagerUserHooks.d.ts +2 -2
- package/dist/esm/internal-content-types/ManagerUserHooks.js +3 -3
- package/dist/esm/internal-content-types/Media.d.ts +261 -261
- package/dist/esm/internal-content-types/Media.js +3 -3
- package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
- package/dist/esm/internal-content-types/MediaFolder.js +2 -2
- package/dist/esm/internal-content-types/MfaChallenge.d.ts +570 -570
- package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
- package/dist/esm/internal-content-types/Migration.d.ts +133 -133
- package/dist/esm/internal-content-types/Migration.js +2 -2
- package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
- package/dist/esm/internal-content-types/MigrationLock.js +2 -2
- package/dist/esm/internal-content-types/Page.d.ts +85 -85
- package/dist/esm/internal-content-types/Page.js +3 -3
- package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
- package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
- package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
- package/dist/esm/internal-content-types/Redirect.js +2 -2
- package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
- package/dist/esm/internal-content-types/RobotsRule.js +2 -2
- package/dist/esm/internal-content-types/Route.d.ts +123 -123
- package/dist/esm/internal-content-types/Route.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
- package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
- package/dist/esm/internal-content-types/RouteLocaleVariant.d.ts +170 -170
- package/dist/esm/internal-content-types/RouteLocaleVariant.js +2 -2
- package/dist/esm/internal-content-types/RouteMap.d.ts +144 -144
- package/dist/esm/internal-content-types/RouteMap.js +2 -2
- package/dist/esm/internal-content-types/RouteSettings.d.ts +116 -116
- package/dist/esm/internal-content-types/RouteSettings.js +3 -3
- package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
- package/dist/esm/internal-content-types/SchemaState.js +2 -2
- package/dist/esm/internal-content-types/Seo.d.ts +430 -430
- package/dist/esm/internal-content-types/Seo.js +2 -2
- package/dist/esm/internal-content-types/SeoSettings.d.ts +518 -518
- package/dist/esm/internal-content-types/SeoSettings.js +3 -3
- package/dist/esm/internal-content-types/Session.d.ts +533 -533
- package/dist/esm/internal-content-types/Session.js +3 -3
- package/dist/esm/internal-content-types/UserMfa.d.ts +502 -502
- package/dist/esm/internal-content-types/UserMfa.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +624 -624
- package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +562 -562
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
- package/dist/esm/internal-content-types/index.d.ts +33 -33
- package/dist/esm/internal-content-types/index.js +33 -33
- package/dist/esm/internal-content-types/syncAdminRole.d.ts +21 -0
- package/dist/esm/internal-content-types/syncAdminRole.d.ts.map +1 -0
- package/dist/esm/internal-content-types/syncAdminRole.js +12 -0
- package/dist/esm/internal-content-types/syncAdminRole.js.map +1 -0
- package/dist/esm/lib/ContentType.d.ts +7 -7
- package/dist/esm/lib/ContentType.js +5 -5
- package/dist/esm/lib/ManagerRolePolicy.d.ts +5 -0
- package/dist/esm/lib/ManagerRolePolicy.d.ts.map +1 -0
- package/dist/esm/lib/ManagerRolePolicy.js +3 -0
- package/dist/esm/lib/ManagerRolePolicy.js.map +1 -0
- package/dist/esm/lib/Permissions.d.ts +2 -2
- package/dist/esm/lib/Permissions.d.ts.map +1 -1
- package/dist/esm/lib/Permissions.js +6 -2
- package/dist/esm/lib/Permissions.js.map +1 -1
- package/dist/esm/lib/Registry.d.ts +6 -6
- package/dist/esm/lib/Registry.js +1 -1
- package/dist/esm/lib/errors/AppError.d.ts +1 -1
- package/dist/esm/lib/errors/AppError.js +1 -1
- package/dist/esm/lib/errors/index.d.ts +4 -4
- package/dist/esm/lib/errors/index.js +3 -3
- package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
- package/dist/esm/lib/errors/throwAppError.js +3 -3
- package/dist/esm/lib/fields/Boolean.d.ts +1 -1
- package/dist/esm/lib/fields/Boolean.js +1 -1
- package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
- package/dist/esm/lib/fields/ContentReference.js +2 -2
- package/dist/esm/lib/fields/Date.d.ts +1 -1
- package/dist/esm/lib/fields/Date.js +1 -1
- package/dist/esm/lib/fields/Field.d.ts +12 -12
- package/dist/esm/lib/fields/Fields.d.ts +13 -13
- package/dist/esm/lib/fields/Fields.js +13 -13
- package/dist/esm/lib/fields/File.d.ts +1 -1
- package/dist/esm/lib/fields/File.js +2 -2
- package/dist/esm/lib/fields/Iterator.d.ts +2 -2
- package/dist/esm/lib/fields/Iterator.js +3 -3
- package/dist/esm/lib/fields/Link.d.ts +1 -1
- package/dist/esm/lib/fields/Link.js +2 -2
- package/dist/esm/lib/fields/List.d.ts +1 -1
- package/dist/esm/lib/fields/List.js +2 -2
- package/dist/esm/lib/fields/Number.d.ts +1 -1
- package/dist/esm/lib/fields/Number.js +1 -1
- package/dist/esm/lib/fields/Relation.d.ts +3 -3
- package/dist/esm/lib/fields/Relation.js +3 -3
- package/dist/esm/lib/fields/Select.d.ts +1 -1
- package/dist/esm/lib/fields/Select.js +1 -1
- package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
- package/dist/esm/lib/fields/SelfRelation.js +2 -2
- package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
- package/dist/esm/lib/fields/SimpleList.js +1 -1
- package/dist/esm/lib/fields/String.d.ts +1 -1
- package/dist/esm/lib/fields/String.js +3 -3
- package/dist/esm/lib/fields/index.d.ts +15 -15
- package/dist/esm/lib/fields/index.js +15 -15
- package/dist/esm/lib/hooks.d.ts +3 -3
- package/dist/esm/lib/routeableContent.js +1 -1
- package/dist/esm/lib/types/index.d.ts +2 -2
- package/dist/esm/lib/utils/getListField.d.ts +1 -1
- package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
- package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
- package/dist/esm/lib/utils/getTranslation.js +1 -1
- package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
- package/dist/esm/lib/utils/translateObject.d.ts +2 -2
- package/dist/esm/lib/utils/translateObject.js +3 -3
- package/dist/esm/literals/definitions.d.ts +1 -1
- package/dist/esm/literals/definitions.js +1 -1
- package/dist/esm/literals/index.d.ts +3 -3
- package/dist/esm/literals/index.js +3 -3
- package/dist/esm/literals/manager.d.ts +1 -1
- package/dist/esm/literals/manager.js +1 -1
- package/dist/esm/manager.d.ts +3 -3
- package/dist/esm/manager.js +1 -1
- package/dist/esm/media/imageOptimization.d.ts +1 -1
- package/dist/esm/media/imageOptimization.js +2 -2
- package/dist/esm/media/index.d.ts +4 -4
- package/dist/esm/media/index.js +3 -3
- package/dist/esm/media/mediaService.d.ts +1 -1
- package/dist/esm/orm/backups.js +5 -5
- package/dist/esm/orm/createIndexes.js +3 -3
- package/dist/esm/orm/database.js +3 -3
- package/dist/esm/orm/dbService.d.ts +6 -6
- package/dist/esm/orm/index.d.ts +2 -2
- package/dist/esm/orm/index.js +17 -17
- package/dist/esm/orm/index.js.map +1 -1
- package/dist/esm/orm/migrations.d.ts +1 -1
- package/dist/esm/orm/migrations.js +4 -4
- package/dist/esm/orm/mongodbPeer.js +1 -1
- package/dist/esm/orm/operations/clear.d.ts +3 -2
- package/dist/esm/orm/operations/clear.d.ts.map +1 -1
- package/dist/esm/orm/operations/clear.js +3 -4
- package/dist/esm/orm/operations/clear.js.map +1 -1
- package/dist/esm/orm/operations/create.d.ts +4 -4
- package/dist/esm/orm/operations/create.js +7 -7
- package/dist/esm/orm/operations/delete.d.ts +3 -3
- package/dist/esm/orm/operations/delete.js +5 -5
- package/dist/esm/orm/operations/find.d.ts +2 -2
- package/dist/esm/orm/operations/find.js +3 -3
- package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
- package/dist/esm/orm/operations/findDependencies.js +4 -4
- package/dist/esm/orm/operations/get.d.ts +3 -3
- package/dist/esm/orm/operations/get.js +3 -3
- package/dist/esm/orm/operations/getAll.d.ts +2 -2
- package/dist/esm/orm/operations/getAll.js +2 -2
- package/dist/esm/orm/operations/list.d.ts +2 -2
- package/dist/esm/orm/operations/list.js +3 -3
- package/dist/esm/orm/operations/update.d.ts +5 -5
- package/dist/esm/orm/operations/update.js +8 -8
- package/dist/esm/orm/operations/updateMany.d.ts +4 -4
- package/dist/esm/orm/operations/updateMany.js +4 -4
- package/dist/esm/orm/operations/upsert.d.ts +3 -3
- package/dist/esm/orm/operations/upsert.js +4 -4
- package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
- package/dist/esm/orm/utils/parseId.d.ts +1 -1
- package/dist/esm/orm/utils/parseId.js +1 -1
- package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/orm/versions.d.ts +1 -1
- package/dist/esm/orm/versions.js +7 -7
- package/dist/esm/plugins.d.ts +9 -9
- package/dist/esm/schemas/manager/comments.js +1 -1
- package/dist/esm/schemas/manager/literals/upsert.js +1 -1
- package/dist/esm/schemas/manager/localeVariants.d.ts +96 -96
- package/dist/esm/schemas/manager/localeVariants.js +1 -1
- package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
- package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
- package/dist/esm/schemas/manager/media/listFolders.js +1 -1
- package/dist/esm/schemas/web/page.d.ts +40 -40
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +28 -28
- package/dist/esm/schemas/web/previewPage.js +1 -1
- package/dist/esm/translation/document.d.ts +3 -3
- package/dist/esm/translation/index.d.ts +4 -4
- package/dist/esm/translation/index.js +3 -3
- package/dist/esm/translation/translationService.d.ts +1 -1
- package/dist/esm/web/client.d.ts +1 -1
- package/dist/esm/web/client.js +1 -1
- package/dist/esm/web/index.d.ts +2 -2
- package/dist/esm/web/index.js +2 -2
- package/dist/esm/web/page.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import ContentType from "../lib/ContentType";
|
|
2
|
-
import type { DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const PreviewSnapshot: ContentType<{
|
|
4
|
-
tokenHash: import("
|
|
4
|
+
tokenHash: 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("
|
|
11
|
-
state: import("
|
|
10
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
11
|
+
state: import("../index.js").DefaultFieldState;
|
|
12
12
|
} | undefined;
|
|
13
|
-
meta: import("
|
|
14
|
-
state: import("
|
|
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("
|
|
19
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
20
20
|
getIsRequired: () => false;
|
|
21
21
|
getIsTranslatable: () => false;
|
|
22
22
|
getVisibility: () => "all";
|
|
@@ -30,19 +30,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
30
30
|
input: string;
|
|
31
31
|
db: string;
|
|
32
32
|
output: string;
|
|
33
|
-
meta: import("
|
|
34
|
-
state: import("
|
|
33
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
34
|
+
state: import("../index.js").FieldState;
|
|
35
35
|
} | undefined;
|
|
36
|
-
meta: import("
|
|
37
|
-
state: import("
|
|
36
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
37
|
+
state: import("../index.js").FieldState;
|
|
38
38
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
39
39
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
40
40
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
41
41
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
42
|
-
getConfig: () => import("
|
|
42
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
43
43
|
getIsRequired: () => boolean;
|
|
44
44
|
getIsTranslatable: () => boolean;
|
|
45
|
-
getVisibility: () => import("
|
|
45
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
46
46
|
getIsDynamic: () => boolean;
|
|
47
47
|
getDescription: () => string | undefined;
|
|
48
48
|
getCondition: () => {
|
|
@@ -82,26 +82,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
82
82
|
lte?: number | undefined;
|
|
83
83
|
};
|
|
84
84
|
} | undefined;
|
|
85
|
-
}, NextUi extends import("
|
|
85
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
86
86
|
min: <TThis extends {
|
|
87
87
|
kind: "field";
|
|
88
88
|
readonly __fieldTypes?: {
|
|
89
89
|
input: string;
|
|
90
90
|
db: string;
|
|
91
91
|
output: string;
|
|
92
|
-
meta: import("
|
|
93
|
-
state: import("
|
|
92
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
93
|
+
state: import("../index.js").FieldState;
|
|
94
94
|
} | undefined;
|
|
95
|
-
meta: import("
|
|
96
|
-
state: import("
|
|
95
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
96
|
+
state: import("../index.js").FieldState;
|
|
97
97
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
98
98
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
99
99
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
100
100
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
101
|
-
getConfig: () => import("
|
|
101
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
102
102
|
getIsRequired: () => boolean;
|
|
103
103
|
getIsTranslatable: () => boolean;
|
|
104
|
-
getVisibility: () => import("
|
|
104
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
105
105
|
getIsDynamic: () => boolean;
|
|
106
106
|
getDescription: () => string | undefined;
|
|
107
107
|
getCondition: () => {
|
|
@@ -141,26 +141,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
141
141
|
lte?: number | undefined;
|
|
142
142
|
};
|
|
143
143
|
} | undefined;
|
|
144
|
-
}>(this: TThis, length: number) => import("
|
|
144
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
145
145
|
max: <TThis extends {
|
|
146
146
|
kind: "field";
|
|
147
147
|
readonly __fieldTypes?: {
|
|
148
148
|
input: string;
|
|
149
149
|
db: string;
|
|
150
150
|
output: string;
|
|
151
|
-
meta: import("
|
|
152
|
-
state: import("
|
|
151
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
152
|
+
state: import("../index.js").FieldState;
|
|
153
153
|
} | undefined;
|
|
154
|
-
meta: import("
|
|
155
|
-
state: import("
|
|
154
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
155
|
+
state: import("../index.js").FieldState;
|
|
156
156
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
157
157
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
158
158
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
159
159
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
160
|
-
getConfig: () => import("
|
|
160
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
161
161
|
getIsRequired: () => boolean;
|
|
162
162
|
getIsTranslatable: () => boolean;
|
|
163
|
-
getVisibility: () => import("
|
|
163
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
164
164
|
getIsDynamic: () => boolean;
|
|
165
165
|
getDescription: () => string | undefined;
|
|
166
166
|
getCondition: () => {
|
|
@@ -200,24 +200,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
200
200
|
lte?: number | undefined;
|
|
201
201
|
};
|
|
202
202
|
} | undefined;
|
|
203
|
-
}>(this: TThis, length: number) => import("
|
|
204
|
-
}, import("
|
|
205
|
-
contentType: import("
|
|
203
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
204
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
205
|
+
contentType: import("../index.js").WithFieldState<{
|
|
206
206
|
kind: "field";
|
|
207
207
|
readonly __fieldTypes?: {
|
|
208
208
|
input: string;
|
|
209
209
|
db: string;
|
|
210
210
|
output: string;
|
|
211
|
-
meta: import("
|
|
212
|
-
state: import("
|
|
211
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
212
|
+
state: import("../index.js").DefaultFieldState;
|
|
213
213
|
} | undefined;
|
|
214
|
-
meta: import("
|
|
215
|
-
state: import("
|
|
214
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
215
|
+
state: import("../index.js").DefaultFieldState;
|
|
216
216
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
217
217
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
218
218
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
219
219
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
220
|
-
getConfig: () => import("
|
|
220
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
221
221
|
getIsRequired: () => false;
|
|
222
222
|
getIsTranslatable: () => false;
|
|
223
223
|
getVisibility: () => "all";
|
|
@@ -231,19 +231,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
231
231
|
input: string;
|
|
232
232
|
db: string;
|
|
233
233
|
output: string;
|
|
234
|
-
meta: import("
|
|
235
|
-
state: import("
|
|
234
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
235
|
+
state: import("../index.js").FieldState;
|
|
236
236
|
} | undefined;
|
|
237
|
-
meta: import("
|
|
238
|
-
state: import("
|
|
237
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
238
|
+
state: import("../index.js").FieldState;
|
|
239
239
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
240
240
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
241
241
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
242
242
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
243
|
-
getConfig: () => import("
|
|
243
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
244
244
|
getIsRequired: () => boolean;
|
|
245
245
|
getIsTranslatable: () => boolean;
|
|
246
|
-
getVisibility: () => import("
|
|
246
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
247
247
|
getIsDynamic: () => boolean;
|
|
248
248
|
getDescription: () => string | undefined;
|
|
249
249
|
getCondition: () => {
|
|
@@ -283,26 +283,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
283
283
|
lte?: number | undefined;
|
|
284
284
|
};
|
|
285
285
|
} | undefined;
|
|
286
|
-
}, NextUi extends import("
|
|
286
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
287
287
|
min: <TThis extends {
|
|
288
288
|
kind: "field";
|
|
289
289
|
readonly __fieldTypes?: {
|
|
290
290
|
input: string;
|
|
291
291
|
db: string;
|
|
292
292
|
output: string;
|
|
293
|
-
meta: import("
|
|
294
|
-
state: import("
|
|
293
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
294
|
+
state: import("../index.js").FieldState;
|
|
295
295
|
} | undefined;
|
|
296
|
-
meta: import("
|
|
297
|
-
state: import("
|
|
296
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
297
|
+
state: import("../index.js").FieldState;
|
|
298
298
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
299
299
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
300
300
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
301
301
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
302
|
-
getConfig: () => import("
|
|
302
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
303
303
|
getIsRequired: () => boolean;
|
|
304
304
|
getIsTranslatable: () => boolean;
|
|
305
|
-
getVisibility: () => import("
|
|
305
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
306
306
|
getIsDynamic: () => boolean;
|
|
307
307
|
getDescription: () => string | undefined;
|
|
308
308
|
getCondition: () => {
|
|
@@ -342,26 +342,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
342
342
|
lte?: number | undefined;
|
|
343
343
|
};
|
|
344
344
|
} | undefined;
|
|
345
|
-
}>(this: TThis, length: number) => import("
|
|
345
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
346
346
|
max: <TThis extends {
|
|
347
347
|
kind: "field";
|
|
348
348
|
readonly __fieldTypes?: {
|
|
349
349
|
input: string;
|
|
350
350
|
db: string;
|
|
351
351
|
output: string;
|
|
352
|
-
meta: import("
|
|
353
|
-
state: import("
|
|
352
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
353
|
+
state: import("../index.js").FieldState;
|
|
354
354
|
} | undefined;
|
|
355
|
-
meta: import("
|
|
356
|
-
state: import("
|
|
355
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
356
|
+
state: import("../index.js").FieldState;
|
|
357
357
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
358
358
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
359
359
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
360
360
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
361
|
-
getConfig: () => import("
|
|
361
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
362
362
|
getIsRequired: () => boolean;
|
|
363
363
|
getIsTranslatable: () => boolean;
|
|
364
|
-
getVisibility: () => import("
|
|
364
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
365
365
|
getIsDynamic: () => boolean;
|
|
366
366
|
getDescription: () => string | undefined;
|
|
367
367
|
getCondition: () => {
|
|
@@ -401,25 +401,25 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
401
401
|
lte?: number | undefined;
|
|
402
402
|
};
|
|
403
403
|
} | undefined;
|
|
404
|
-
}>(this: TThis, length: number) => import("
|
|
405
|
-
}, import("
|
|
406
|
-
documentId: import("
|
|
407
|
-
routeId: import("
|
|
404
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
405
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
406
|
+
documentId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
407
|
+
routeId: import("../index.js").WithFieldState<{
|
|
408
408
|
kind: "field";
|
|
409
409
|
readonly __fieldTypes?: {
|
|
410
410
|
input: string;
|
|
411
411
|
db: string;
|
|
412
412
|
output: string;
|
|
413
|
-
meta: import("
|
|
414
|
-
state: import("
|
|
413
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
414
|
+
state: import("../index.js").DefaultFieldState;
|
|
415
415
|
} | undefined;
|
|
416
|
-
meta: import("
|
|
417
|
-
state: import("
|
|
416
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
417
|
+
state: import("../index.js").DefaultFieldState;
|
|
418
418
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
419
419
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
420
420
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
421
421
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
422
|
-
getConfig: () => import("
|
|
422
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
423
423
|
getIsRequired: () => false;
|
|
424
424
|
getIsTranslatable: () => false;
|
|
425
425
|
getVisibility: () => "all";
|
|
@@ -433,19 +433,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
433
433
|
input: string;
|
|
434
434
|
db: string;
|
|
435
435
|
output: string;
|
|
436
|
-
meta: import("
|
|
437
|
-
state: import("
|
|
436
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
437
|
+
state: import("../index.js").FieldState;
|
|
438
438
|
} | undefined;
|
|
439
|
-
meta: import("
|
|
440
|
-
state: import("
|
|
439
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
440
|
+
state: import("../index.js").FieldState;
|
|
441
441
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
442
442
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
443
443
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
444
444
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
445
|
-
getConfig: () => import("
|
|
445
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
446
446
|
getIsRequired: () => boolean;
|
|
447
447
|
getIsTranslatable: () => boolean;
|
|
448
|
-
getVisibility: () => import("
|
|
448
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
449
449
|
getIsDynamic: () => boolean;
|
|
450
450
|
getDescription: () => string | undefined;
|
|
451
451
|
getCondition: () => {
|
|
@@ -485,26 +485,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
485
485
|
lte?: number | undefined;
|
|
486
486
|
};
|
|
487
487
|
} | undefined;
|
|
488
|
-
}, NextUi extends import("
|
|
488
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
489
489
|
min: <TThis extends {
|
|
490
490
|
kind: "field";
|
|
491
491
|
readonly __fieldTypes?: {
|
|
492
492
|
input: string;
|
|
493
493
|
db: string;
|
|
494
494
|
output: string;
|
|
495
|
-
meta: import("
|
|
496
|
-
state: import("
|
|
495
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
496
|
+
state: import("../index.js").FieldState;
|
|
497
497
|
} | undefined;
|
|
498
|
-
meta: import("
|
|
499
|
-
state: import("
|
|
498
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
499
|
+
state: import("../index.js").FieldState;
|
|
500
500
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
501
501
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
502
502
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
503
503
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
504
|
-
getConfig: () => import("
|
|
504
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
505
505
|
getIsRequired: () => boolean;
|
|
506
506
|
getIsTranslatable: () => boolean;
|
|
507
|
-
getVisibility: () => import("
|
|
507
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
508
508
|
getIsDynamic: () => boolean;
|
|
509
509
|
getDescription: () => string | undefined;
|
|
510
510
|
getCondition: () => {
|
|
@@ -544,26 +544,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
544
544
|
lte?: number | undefined;
|
|
545
545
|
};
|
|
546
546
|
} | undefined;
|
|
547
|
-
}>(this: TThis, length: number) => import("
|
|
547
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
548
548
|
max: <TThis extends {
|
|
549
549
|
kind: "field";
|
|
550
550
|
readonly __fieldTypes?: {
|
|
551
551
|
input: string;
|
|
552
552
|
db: string;
|
|
553
553
|
output: string;
|
|
554
|
-
meta: import("
|
|
555
|
-
state: import("
|
|
554
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
555
|
+
state: import("../index.js").FieldState;
|
|
556
556
|
} | undefined;
|
|
557
|
-
meta: import("
|
|
558
|
-
state: import("
|
|
557
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
558
|
+
state: import("../index.js").FieldState;
|
|
559
559
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
560
560
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
561
561
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
562
562
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
563
|
-
getConfig: () => import("
|
|
563
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
564
564
|
getIsRequired: () => boolean;
|
|
565
565
|
getIsTranslatable: () => boolean;
|
|
566
|
-
getVisibility: () => import("
|
|
566
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
567
567
|
getIsDynamic: () => boolean;
|
|
568
568
|
getDescription: () => string | undefined;
|
|
569
569
|
getCondition: () => {
|
|
@@ -603,24 +603,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
603
603
|
lte?: number | undefined;
|
|
604
604
|
};
|
|
605
605
|
} | undefined;
|
|
606
|
-
}>(this: TThis, length: number) => import("
|
|
607
|
-
}, import("
|
|
608
|
-
languageCode: import("
|
|
606
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
607
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
608
|
+
languageCode: import("../index.js").WithFieldState<{
|
|
609
609
|
kind: "field";
|
|
610
610
|
readonly __fieldTypes?: {
|
|
611
611
|
input: string;
|
|
612
612
|
db: string;
|
|
613
613
|
output: string;
|
|
614
|
-
meta: import("
|
|
615
|
-
state: import("
|
|
614
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
615
|
+
state: import("../index.js").DefaultFieldState;
|
|
616
616
|
} | undefined;
|
|
617
|
-
meta: import("
|
|
618
|
-
state: import("
|
|
617
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
618
|
+
state: import("../index.js").DefaultFieldState;
|
|
619
619
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
620
620
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
621
621
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
622
622
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
623
|
-
getConfig: () => import("
|
|
623
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
624
624
|
getIsRequired: () => false;
|
|
625
625
|
getIsTranslatable: () => false;
|
|
626
626
|
getVisibility: () => "all";
|
|
@@ -634,19 +634,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
634
634
|
input: string;
|
|
635
635
|
db: string;
|
|
636
636
|
output: string;
|
|
637
|
-
meta: import("
|
|
638
|
-
state: import("
|
|
637
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
638
|
+
state: import("../index.js").FieldState;
|
|
639
639
|
} | undefined;
|
|
640
|
-
meta: import("
|
|
641
|
-
state: import("
|
|
640
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
641
|
+
state: import("../index.js").FieldState;
|
|
642
642
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
643
643
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
644
644
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
645
645
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
646
|
-
getConfig: () => import("
|
|
646
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
647
647
|
getIsRequired: () => boolean;
|
|
648
648
|
getIsTranslatable: () => boolean;
|
|
649
|
-
getVisibility: () => import("
|
|
649
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
650
650
|
getIsDynamic: () => boolean;
|
|
651
651
|
getDescription: () => string | undefined;
|
|
652
652
|
getCondition: () => {
|
|
@@ -686,26 +686,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
686
686
|
lte?: number | undefined;
|
|
687
687
|
};
|
|
688
688
|
} | undefined;
|
|
689
|
-
}, NextUi extends import("
|
|
689
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
690
690
|
min: <TThis extends {
|
|
691
691
|
kind: "field";
|
|
692
692
|
readonly __fieldTypes?: {
|
|
693
693
|
input: string;
|
|
694
694
|
db: string;
|
|
695
695
|
output: string;
|
|
696
|
-
meta: import("
|
|
697
|
-
state: import("
|
|
696
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
697
|
+
state: import("../index.js").FieldState;
|
|
698
698
|
} | undefined;
|
|
699
|
-
meta: import("
|
|
700
|
-
state: import("
|
|
699
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
700
|
+
state: import("../index.js").FieldState;
|
|
701
701
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
702
702
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
703
703
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
704
704
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
705
|
-
getConfig: () => import("
|
|
705
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
706
706
|
getIsRequired: () => boolean;
|
|
707
707
|
getIsTranslatable: () => boolean;
|
|
708
|
-
getVisibility: () => import("
|
|
708
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
709
709
|
getIsDynamic: () => boolean;
|
|
710
710
|
getDescription: () => string | undefined;
|
|
711
711
|
getCondition: () => {
|
|
@@ -745,26 +745,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
745
745
|
lte?: number | undefined;
|
|
746
746
|
};
|
|
747
747
|
} | undefined;
|
|
748
|
-
}>(this: TThis, length: number) => import("
|
|
748
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
749
749
|
max: <TThis extends {
|
|
750
750
|
kind: "field";
|
|
751
751
|
readonly __fieldTypes?: {
|
|
752
752
|
input: string;
|
|
753
753
|
db: string;
|
|
754
754
|
output: string;
|
|
755
|
-
meta: import("
|
|
756
|
-
state: import("
|
|
755
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
756
|
+
state: import("../index.js").FieldState;
|
|
757
757
|
} | undefined;
|
|
758
|
-
meta: import("
|
|
759
|
-
state: import("
|
|
758
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
759
|
+
state: import("../index.js").FieldState;
|
|
760
760
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
761
761
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
762
762
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
763
763
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
764
|
-
getConfig: () => import("
|
|
764
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
765
765
|
getIsRequired: () => boolean;
|
|
766
766
|
getIsTranslatable: () => boolean;
|
|
767
|
-
getVisibility: () => import("
|
|
767
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
768
768
|
getIsDynamic: () => boolean;
|
|
769
769
|
getDescription: () => string | undefined;
|
|
770
770
|
getCondition: () => {
|
|
@@ -804,24 +804,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
804
804
|
lte?: number | undefined;
|
|
805
805
|
};
|
|
806
806
|
} | undefined;
|
|
807
|
-
}>(this: TThis, length: number) => import("
|
|
808
|
-
}, import("
|
|
809
|
-
path: import("
|
|
807
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
808
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
809
|
+
path: import("../index.js").WithFieldState<{
|
|
810
810
|
kind: "field";
|
|
811
811
|
readonly __fieldTypes?: {
|
|
812
812
|
input: string;
|
|
813
813
|
db: string;
|
|
814
814
|
output: string;
|
|
815
|
-
meta: import("
|
|
816
|
-
state: import("
|
|
815
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
816
|
+
state: import("../index.js").DefaultFieldState;
|
|
817
817
|
} | undefined;
|
|
818
|
-
meta: import("
|
|
819
|
-
state: import("
|
|
818
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
819
|
+
state: import("../index.js").DefaultFieldState;
|
|
820
820
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
821
821
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
822
822
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
823
823
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
824
|
-
getConfig: () => import("
|
|
824
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
825
825
|
getIsRequired: () => false;
|
|
826
826
|
getIsTranslatable: () => false;
|
|
827
827
|
getVisibility: () => "all";
|
|
@@ -835,19 +835,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
835
835
|
input: string;
|
|
836
836
|
db: string;
|
|
837
837
|
output: string;
|
|
838
|
-
meta: import("
|
|
839
|
-
state: import("
|
|
838
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
839
|
+
state: import("../index.js").FieldState;
|
|
840
840
|
} | undefined;
|
|
841
|
-
meta: import("
|
|
842
|
-
state: import("
|
|
841
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
842
|
+
state: import("../index.js").FieldState;
|
|
843
843
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
844
844
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
845
845
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
846
846
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
847
|
-
getConfig: () => import("
|
|
847
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
848
848
|
getIsRequired: () => boolean;
|
|
849
849
|
getIsTranslatable: () => boolean;
|
|
850
|
-
getVisibility: () => import("
|
|
850
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
851
851
|
getIsDynamic: () => boolean;
|
|
852
852
|
getDescription: () => string | undefined;
|
|
853
853
|
getCondition: () => {
|
|
@@ -887,26 +887,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
887
887
|
lte?: number | undefined;
|
|
888
888
|
};
|
|
889
889
|
} | undefined;
|
|
890
|
-
}, NextUi extends import("
|
|
890
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
891
891
|
min: <TThis extends {
|
|
892
892
|
kind: "field";
|
|
893
893
|
readonly __fieldTypes?: {
|
|
894
894
|
input: string;
|
|
895
895
|
db: string;
|
|
896
896
|
output: string;
|
|
897
|
-
meta: import("
|
|
898
|
-
state: import("
|
|
897
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
898
|
+
state: import("../index.js").FieldState;
|
|
899
899
|
} | undefined;
|
|
900
|
-
meta: import("
|
|
901
|
-
state: import("
|
|
900
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
901
|
+
state: import("../index.js").FieldState;
|
|
902
902
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
903
903
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
904
904
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
905
905
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
906
|
-
getConfig: () => import("
|
|
906
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
907
907
|
getIsRequired: () => boolean;
|
|
908
908
|
getIsTranslatable: () => boolean;
|
|
909
|
-
getVisibility: () => import("
|
|
909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
910
910
|
getIsDynamic: () => boolean;
|
|
911
911
|
getDescription: () => string | undefined;
|
|
912
912
|
getCondition: () => {
|
|
@@ -946,26 +946,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
946
946
|
lte?: number | undefined;
|
|
947
947
|
};
|
|
948
948
|
} | undefined;
|
|
949
|
-
}>(this: TThis, length: number) => import("
|
|
949
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
950
950
|
max: <TThis extends {
|
|
951
951
|
kind: "field";
|
|
952
952
|
readonly __fieldTypes?: {
|
|
953
953
|
input: string;
|
|
954
954
|
db: string;
|
|
955
955
|
output: string;
|
|
956
|
-
meta: import("
|
|
957
|
-
state: import("
|
|
956
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
957
|
+
state: import("../index.js").FieldState;
|
|
958
958
|
} | undefined;
|
|
959
|
-
meta: import("
|
|
960
|
-
state: import("
|
|
959
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
960
|
+
state: import("../index.js").FieldState;
|
|
961
961
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
962
962
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
963
963
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
964
964
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
965
|
-
getConfig: () => import("
|
|
965
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
966
966
|
getIsRequired: () => boolean;
|
|
967
967
|
getIsTranslatable: () => boolean;
|
|
968
|
-
getVisibility: () => import("
|
|
968
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
969
969
|
getIsDynamic: () => boolean;
|
|
970
970
|
getDescription: () => string | undefined;
|
|
971
971
|
getCondition: () => {
|
|
@@ -1005,24 +1005,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1005
1005
|
lte?: number | undefined;
|
|
1006
1006
|
};
|
|
1007
1007
|
} | undefined;
|
|
1008
|
-
}>(this: TThis, length: number) => import("
|
|
1009
|
-
}, import("
|
|
1010
|
-
data: import("
|
|
1008
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1009
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1010
|
+
data: import("../index.js").WithFieldState<{
|
|
1011
1011
|
kind: "field";
|
|
1012
1012
|
readonly __fieldTypes?: {
|
|
1013
1013
|
input: string;
|
|
1014
1014
|
db: string;
|
|
1015
1015
|
output: string;
|
|
1016
|
-
meta: import("
|
|
1017
|
-
state: import("
|
|
1016
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1017
|
+
state: import("../index.js").DefaultFieldState;
|
|
1018
1018
|
} | undefined;
|
|
1019
|
-
meta: import("
|
|
1020
|
-
state: import("
|
|
1019
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1020
|
+
state: import("../index.js").DefaultFieldState;
|
|
1021
1021
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1022
1022
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1023
1023
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1024
1024
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1025
|
-
getConfig: () => import("
|
|
1025
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1026
1026
|
getIsRequired: () => false;
|
|
1027
1027
|
getIsTranslatable: () => false;
|
|
1028
1028
|
getVisibility: () => "all";
|
|
@@ -1036,19 +1036,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1036
1036
|
input: string;
|
|
1037
1037
|
db: string;
|
|
1038
1038
|
output: string;
|
|
1039
|
-
meta: import("
|
|
1040
|
-
state: import("
|
|
1039
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1040
|
+
state: import("../index.js").FieldState;
|
|
1041
1041
|
} | undefined;
|
|
1042
|
-
meta: import("
|
|
1043
|
-
state: import("
|
|
1042
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1043
|
+
state: import("../index.js").FieldState;
|
|
1044
1044
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1045
1045
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1046
1046
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1047
1047
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1048
|
-
getConfig: () => import("
|
|
1048
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1049
1049
|
getIsRequired: () => boolean;
|
|
1050
1050
|
getIsTranslatable: () => boolean;
|
|
1051
|
-
getVisibility: () => import("
|
|
1051
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1052
1052
|
getIsDynamic: () => boolean;
|
|
1053
1053
|
getDescription: () => string | undefined;
|
|
1054
1054
|
getCondition: () => {
|
|
@@ -1088,26 +1088,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1088
1088
|
lte?: number | undefined;
|
|
1089
1089
|
};
|
|
1090
1090
|
} | undefined;
|
|
1091
|
-
}, NextUi extends import("
|
|
1091
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1092
1092
|
min: <TThis extends {
|
|
1093
1093
|
kind: "field";
|
|
1094
1094
|
readonly __fieldTypes?: {
|
|
1095
1095
|
input: string;
|
|
1096
1096
|
db: string;
|
|
1097
1097
|
output: string;
|
|
1098
|
-
meta: import("
|
|
1099
|
-
state: import("
|
|
1098
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1099
|
+
state: import("../index.js").FieldState;
|
|
1100
1100
|
} | undefined;
|
|
1101
|
-
meta: import("
|
|
1102
|
-
state: import("
|
|
1101
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1102
|
+
state: import("../index.js").FieldState;
|
|
1103
1103
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1104
1104
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1105
1105
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1106
1106
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1107
|
-
getConfig: () => import("
|
|
1107
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1108
1108
|
getIsRequired: () => boolean;
|
|
1109
1109
|
getIsTranslatable: () => boolean;
|
|
1110
|
-
getVisibility: () => import("
|
|
1110
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1111
1111
|
getIsDynamic: () => boolean;
|
|
1112
1112
|
getDescription: () => string | undefined;
|
|
1113
1113
|
getCondition: () => {
|
|
@@ -1147,26 +1147,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1147
1147
|
lte?: number | undefined;
|
|
1148
1148
|
};
|
|
1149
1149
|
} | undefined;
|
|
1150
|
-
}>(this: TThis, length: number) => import("
|
|
1150
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1151
1151
|
max: <TThis extends {
|
|
1152
1152
|
kind: "field";
|
|
1153
1153
|
readonly __fieldTypes?: {
|
|
1154
1154
|
input: string;
|
|
1155
1155
|
db: string;
|
|
1156
1156
|
output: string;
|
|
1157
|
-
meta: import("
|
|
1158
|
-
state: import("
|
|
1157
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1158
|
+
state: import("../index.js").FieldState;
|
|
1159
1159
|
} | undefined;
|
|
1160
|
-
meta: import("
|
|
1161
|
-
state: import("
|
|
1160
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1161
|
+
state: import("../index.js").FieldState;
|
|
1162
1162
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1163
1163
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1164
1164
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1165
1165
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1166
|
-
getConfig: () => import("
|
|
1166
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1167
1167
|
getIsRequired: () => boolean;
|
|
1168
1168
|
getIsTranslatable: () => boolean;
|
|
1169
|
-
getVisibility: () => import("
|
|
1169
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1170
1170
|
getIsDynamic: () => boolean;
|
|
1171
1171
|
getDescription: () => string | undefined;
|
|
1172
1172
|
getCondition: () => {
|
|
@@ -1206,24 +1206,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1206
1206
|
lte?: number | undefined;
|
|
1207
1207
|
};
|
|
1208
1208
|
} | undefined;
|
|
1209
|
-
}>(this: TThis, length: number) => import("
|
|
1210
|
-
}, import("
|
|
1211
|
-
createdBy: import("
|
|
1209
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1210
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1211
|
+
createdBy: import("../index.js").WithFieldState<{
|
|
1212
1212
|
kind: "field";
|
|
1213
1213
|
readonly __fieldTypes?: {
|
|
1214
1214
|
input: string;
|
|
1215
1215
|
db: string;
|
|
1216
1216
|
output: string;
|
|
1217
|
-
meta: import("
|
|
1218
|
-
state: import("
|
|
1217
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1218
|
+
state: import("../index.js").DefaultFieldState;
|
|
1219
1219
|
} | undefined;
|
|
1220
|
-
meta: import("
|
|
1221
|
-
state: import("
|
|
1220
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1221
|
+
state: import("../index.js").DefaultFieldState;
|
|
1222
1222
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1223
1223
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1224
1224
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1225
1225
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1226
|
-
getConfig: () => import("
|
|
1226
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
1227
1227
|
getIsRequired: () => false;
|
|
1228
1228
|
getIsTranslatable: () => false;
|
|
1229
1229
|
getVisibility: () => "all";
|
|
@@ -1237,19 +1237,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1237
1237
|
input: string;
|
|
1238
1238
|
db: string;
|
|
1239
1239
|
output: string;
|
|
1240
|
-
meta: import("
|
|
1241
|
-
state: import("
|
|
1240
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1241
|
+
state: import("../index.js").FieldState;
|
|
1242
1242
|
} | undefined;
|
|
1243
|
-
meta: import("
|
|
1244
|
-
state: import("
|
|
1243
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1244
|
+
state: import("../index.js").FieldState;
|
|
1245
1245
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1246
1246
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1247
1247
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1248
1248
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1249
|
-
getConfig: () => import("
|
|
1249
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
1250
1250
|
getIsRequired: () => boolean;
|
|
1251
1251
|
getIsTranslatable: () => boolean;
|
|
1252
|
-
getVisibility: () => import("
|
|
1252
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1253
1253
|
getIsDynamic: () => boolean;
|
|
1254
1254
|
getDescription: () => string | undefined;
|
|
1255
1255
|
getCondition: () => {
|
|
@@ -1289,26 +1289,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1289
1289
|
lte?: number | undefined;
|
|
1290
1290
|
};
|
|
1291
1291
|
} | undefined;
|
|
1292
|
-
}, NextUi extends import("
|
|
1292
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1293
1293
|
min: <TThis extends {
|
|
1294
1294
|
kind: "field";
|
|
1295
1295
|
readonly __fieldTypes?: {
|
|
1296
1296
|
input: string;
|
|
1297
1297
|
db: string;
|
|
1298
1298
|
output: string;
|
|
1299
|
-
meta: import("
|
|
1300
|
-
state: import("
|
|
1299
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1300
|
+
state: import("../index.js").FieldState;
|
|
1301
1301
|
} | undefined;
|
|
1302
|
-
meta: import("
|
|
1303
|
-
state: import("
|
|
1302
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1303
|
+
state: import("../index.js").FieldState;
|
|
1304
1304
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1305
1305
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1306
1306
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1307
1307
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1308
|
-
getConfig: () => import("
|
|
1308
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
1309
1309
|
getIsRequired: () => boolean;
|
|
1310
1310
|
getIsTranslatable: () => boolean;
|
|
1311
|
-
getVisibility: () => import("
|
|
1311
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1312
1312
|
getIsDynamic: () => boolean;
|
|
1313
1313
|
getDescription: () => string | undefined;
|
|
1314
1314
|
getCondition: () => {
|
|
@@ -1348,26 +1348,26 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1348
1348
|
lte?: number | undefined;
|
|
1349
1349
|
};
|
|
1350
1350
|
} | undefined;
|
|
1351
|
-
}>(this: TThis, length: number) => import("
|
|
1351
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
1352
1352
|
max: <TThis extends {
|
|
1353
1353
|
kind: "field";
|
|
1354
1354
|
readonly __fieldTypes?: {
|
|
1355
1355
|
input: string;
|
|
1356
1356
|
db: string;
|
|
1357
1357
|
output: string;
|
|
1358
|
-
meta: import("
|
|
1359
|
-
state: import("
|
|
1358
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1359
|
+
state: import("../index.js").FieldState;
|
|
1360
1360
|
} | undefined;
|
|
1361
|
-
meta: import("
|
|
1362
|
-
state: import("
|
|
1361
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
1362
|
+
state: import("../index.js").FieldState;
|
|
1363
1363
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1364
1364
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1365
1365
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1366
1366
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1367
|
-
getConfig: () => import("
|
|
1367
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
1368
1368
|
getIsRequired: () => boolean;
|
|
1369
1369
|
getIsTranslatable: () => boolean;
|
|
1370
|
-
getVisibility: () => import("
|
|
1370
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1371
1371
|
getIsDynamic: () => boolean;
|
|
1372
1372
|
getDescription: () => string | undefined;
|
|
1373
1373
|
getCondition: () => {
|
|
@@ -1407,24 +1407,24 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1407
1407
|
lte?: number | undefined;
|
|
1408
1408
|
};
|
|
1409
1409
|
} | undefined;
|
|
1410
|
-
}>(this: TThis, length: number) => import("
|
|
1411
|
-
}, import("
|
|
1412
|
-
expiresAt: import("
|
|
1410
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
1411
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1412
|
+
expiresAt: import("../index.js").WithFieldState<{
|
|
1413
1413
|
kind: "field";
|
|
1414
1414
|
readonly __fieldTypes?: {
|
|
1415
1415
|
input: Date;
|
|
1416
1416
|
db: Date;
|
|
1417
1417
|
output: Date;
|
|
1418
|
-
meta: import("
|
|
1419
|
-
state: import("
|
|
1418
|
+
meta: import("../index.js").DateMeta<"DateTime">;
|
|
1419
|
+
state: import("../index.js").DefaultFieldState;
|
|
1420
1420
|
} | undefined;
|
|
1421
|
-
meta: import("
|
|
1422
|
-
state: import("
|
|
1421
|
+
meta: import("../index.js").DateMeta<"DateTime">;
|
|
1422
|
+
state: import("../index.js").DefaultFieldState;
|
|
1423
1423
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
1424
1424
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
1425
1425
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
1426
1426
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
1427
|
-
getConfig: () => import("
|
|
1427
|
+
getConfig: () => import("../index.js").DateMeta<"DateTime">;
|
|
1428
1428
|
getIsRequired: () => false;
|
|
1429
1429
|
getIsTranslatable: () => false;
|
|
1430
1430
|
getVisibility: () => "all";
|
|
@@ -1438,19 +1438,19 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1438
1438
|
input: Date;
|
|
1439
1439
|
db: Date;
|
|
1440
1440
|
output: Date;
|
|
1441
|
-
meta: import("
|
|
1442
|
-
state: import("
|
|
1441
|
+
meta: import("../index.js").DateMeta<"DateTime">;
|
|
1442
|
+
state: import("../index.js").FieldState;
|
|
1443
1443
|
} | undefined;
|
|
1444
|
-
meta: import("
|
|
1445
|
-
state: import("
|
|
1444
|
+
meta: import("../index.js").DateMeta<"DateTime">;
|
|
1445
|
+
state: import("../index.js").FieldState;
|
|
1446
1446
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
1447
1447
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
1448
1448
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
1449
1449
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
1450
|
-
getConfig: () => import("
|
|
1450
|
+
getConfig: () => import("../index.js").DateMeta<"DateTime">;
|
|
1451
1451
|
getIsRequired: () => boolean;
|
|
1452
1452
|
getIsTranslatable: () => boolean;
|
|
1453
|
-
getVisibility: () => import("
|
|
1453
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1454
1454
|
getIsDynamic: () => boolean;
|
|
1455
1455
|
getDescription: () => string | undefined;
|
|
1456
1456
|
getCondition: () => {
|
|
@@ -1490,8 +1490,8 @@ export declare const PreviewSnapshot: ContentType<{
|
|
|
1490
1490
|
lte?: number | undefined;
|
|
1491
1491
|
};
|
|
1492
1492
|
} | undefined;
|
|
1493
|
-
}, NextUi extends import("
|
|
1494
|
-
}, import("
|
|
1493
|
+
}, NextUi extends import("../index.js").DateUI>(this: TThis, ui: NextUi) => import("../index.js").DateField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1494
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1495
1495
|
}, "PreviewSnapshot", undefined>;
|
|
1496
1496
|
export type PreviewSnapshot = typeof PreviewSnapshot;
|
|
1497
1497
|
export type PreviewSnapshotManager = DBOutput<PreviewSnapshot>;
|