@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 { DataFront, DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DataFront, DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const SeoSettings: ContentType<{
|
|
4
|
-
key: import("
|
|
4
|
+
key: import("../index.js").WithFieldState<{
|
|
5
5
|
kind: "field";
|
|
6
6
|
readonly __fieldTypes?: {
|
|
7
7
|
input: string;
|
|
8
8
|
db: string;
|
|
9
9
|
output: string;
|
|
10
|
-
meta: import("
|
|
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 SeoSettings: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: ContentType<{
|
|
|
200
200
|
lte?: number | undefined;
|
|
201
201
|
};
|
|
202
202
|
} | undefined;
|
|
203
|
-
}>(this: TThis, length: number) => import("
|
|
204
|
-
}, import("
|
|
205
|
-
siteName: 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
|
+
siteName: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: 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 SeoSettings: ContentType<{
|
|
|
401
401
|
lte?: number | undefined;
|
|
402
402
|
};
|
|
403
403
|
} | undefined;
|
|
404
|
-
}>(this: TThis, length: number) => import("
|
|
405
|
-
}, import("
|
|
406
|
-
siteUrl: import("
|
|
407
|
-
titleTemplate: import("
|
|
404
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
405
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
406
|
+
siteUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
407
|
+
titleTemplate: 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<"Text">;
|
|
414
|
+
state: import("../index.js").DefaultFieldState;
|
|
415
415
|
} | undefined;
|
|
416
|
-
meta: import("
|
|
417
|
-
state: import("
|
|
416
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
423
423
|
getIsRequired: () => false;
|
|
424
424
|
getIsTranslatable: () => false;
|
|
425
425
|
getVisibility: () => "all";
|
|
@@ -433,19 +433,19 @@ export declare const SeoSettings: 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<"Text">;
|
|
437
|
+
state: import("../index.js").FieldState;
|
|
438
438
|
} | undefined;
|
|
439
|
-
meta: import("
|
|
440
|
-
state: import("
|
|
439
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 SeoSettings: 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<"Text">;
|
|
496
|
+
state: import("../index.js").FieldState;
|
|
497
497
|
} | undefined;
|
|
498
|
-
meta: import("
|
|
499
|
-
state: import("
|
|
498
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 SeoSettings: 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<"Text", 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<"Text">;
|
|
555
|
+
state: import("../index.js").FieldState;
|
|
556
556
|
} | undefined;
|
|
557
|
-
meta: import("
|
|
558
|
-
state: import("
|
|
557
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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,26 +603,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
603
603
|
lte?: number | undefined;
|
|
604
604
|
};
|
|
605
605
|
} | undefined;
|
|
606
|
-
}>(this: TThis, length: number) => import("
|
|
607
|
-
}, import("
|
|
608
|
-
twitterSite: import("
|
|
609
|
-
defaultSeo: import("
|
|
610
|
-
title: import("
|
|
606
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
607
|
+
}, import("../index.js").SetDescription<import("../index.js").DefaultFieldState>>;
|
|
608
|
+
twitterSite: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
609
|
+
defaultSeo: import("../index.js").RelationField<ContentType<{
|
|
610
|
+
title: import("../index.js").WithFieldState<{
|
|
611
611
|
kind: "field";
|
|
612
612
|
readonly __fieldTypes?: {
|
|
613
613
|
input: string;
|
|
614
614
|
db: string;
|
|
615
615
|
output: string;
|
|
616
|
-
meta: import("
|
|
617
|
-
state: import("
|
|
616
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
617
|
+
state: import("../index.js").DefaultFieldState;
|
|
618
618
|
} | undefined;
|
|
619
|
-
meta: import("
|
|
620
|
-
state: import("
|
|
619
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
620
|
+
state: import("../index.js").DefaultFieldState;
|
|
621
621
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
622
622
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
623
623
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
624
624
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
625
|
-
getConfig: () => import("
|
|
625
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
626
626
|
getIsRequired: () => false;
|
|
627
627
|
getIsTranslatable: () => false;
|
|
628
628
|
getVisibility: () => "all";
|
|
@@ -636,19 +636,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
636
636
|
input: string;
|
|
637
637
|
db: string;
|
|
638
638
|
output: string;
|
|
639
|
-
meta: import("
|
|
640
|
-
state: import("
|
|
639
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
640
|
+
state: import("../index.js").FieldState;
|
|
641
641
|
} | undefined;
|
|
642
|
-
meta: import("
|
|
643
|
-
state: import("
|
|
642
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
643
|
+
state: import("../index.js").FieldState;
|
|
644
644
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
645
645
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
646
646
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
647
647
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
648
|
-
getConfig: () => import("
|
|
648
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
649
649
|
getIsRequired: () => boolean;
|
|
650
650
|
getIsTranslatable: () => boolean;
|
|
651
|
-
getVisibility: () => import("
|
|
651
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
652
652
|
getIsDynamic: () => boolean;
|
|
653
653
|
getDescription: () => string | undefined;
|
|
654
654
|
getCondition: () => {
|
|
@@ -688,26 +688,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
688
688
|
lte?: number | undefined;
|
|
689
689
|
};
|
|
690
690
|
} | undefined;
|
|
691
|
-
}, NextUi extends import("
|
|
691
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
692
692
|
min: <TThis extends {
|
|
693
693
|
kind: "field";
|
|
694
694
|
readonly __fieldTypes?: {
|
|
695
695
|
input: string;
|
|
696
696
|
db: string;
|
|
697
697
|
output: string;
|
|
698
|
-
meta: import("
|
|
699
|
-
state: import("
|
|
698
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
699
|
+
state: import("../index.js").FieldState;
|
|
700
700
|
} | undefined;
|
|
701
|
-
meta: import("
|
|
702
|
-
state: import("
|
|
701
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
702
|
+
state: import("../index.js").FieldState;
|
|
703
703
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
704
704
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
705
705
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
706
706
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
707
|
-
getConfig: () => import("
|
|
707
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
708
708
|
getIsRequired: () => boolean;
|
|
709
709
|
getIsTranslatable: () => boolean;
|
|
710
|
-
getVisibility: () => import("
|
|
710
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
711
711
|
getIsDynamic: () => boolean;
|
|
712
712
|
getDescription: () => string | undefined;
|
|
713
713
|
getCondition: () => {
|
|
@@ -747,26 +747,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
747
747
|
lte?: number | undefined;
|
|
748
748
|
};
|
|
749
749
|
} | undefined;
|
|
750
|
-
}>(this: TThis, length: number) => import("
|
|
750
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
751
751
|
max: <TThis extends {
|
|
752
752
|
kind: "field";
|
|
753
753
|
readonly __fieldTypes?: {
|
|
754
754
|
input: string;
|
|
755
755
|
db: string;
|
|
756
756
|
output: string;
|
|
757
|
-
meta: import("
|
|
758
|
-
state: import("
|
|
757
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
758
|
+
state: import("../index.js").FieldState;
|
|
759
759
|
} | undefined;
|
|
760
|
-
meta: import("
|
|
761
|
-
state: import("
|
|
760
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
761
|
+
state: import("../index.js").FieldState;
|
|
762
762
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
763
763
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
764
764
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
765
765
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
766
|
-
getConfig: () => import("
|
|
766
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
767
767
|
getIsRequired: () => boolean;
|
|
768
768
|
getIsTranslatable: () => boolean;
|
|
769
|
-
getVisibility: () => import("
|
|
769
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
770
770
|
getIsDynamic: () => boolean;
|
|
771
771
|
getDescription: () => string | undefined;
|
|
772
772
|
getCondition: () => {
|
|
@@ -806,24 +806,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
806
806
|
lte?: number | undefined;
|
|
807
807
|
};
|
|
808
808
|
} | undefined;
|
|
809
|
-
}>(this: TThis, length: number) => import("
|
|
810
|
-
}, import("
|
|
811
|
-
description: import("
|
|
809
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
810
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
811
|
+
description: import("../index.js").WithFieldState<{
|
|
812
812
|
kind: "field";
|
|
813
813
|
readonly __fieldTypes?: {
|
|
814
814
|
input: string;
|
|
815
815
|
db: string;
|
|
816
816
|
output: string;
|
|
817
|
-
meta: import("
|
|
818
|
-
state: import("
|
|
817
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
818
|
+
state: import("../index.js").DefaultFieldState;
|
|
819
819
|
} | undefined;
|
|
820
|
-
meta: import("
|
|
821
|
-
state: import("
|
|
820
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
821
|
+
state: import("../index.js").DefaultFieldState;
|
|
822
822
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
823
823
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
824
824
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
825
825
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
826
|
-
getConfig: () => import("
|
|
826
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
827
827
|
getIsRequired: () => false;
|
|
828
828
|
getIsTranslatable: () => false;
|
|
829
829
|
getVisibility: () => "all";
|
|
@@ -837,19 +837,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
837
837
|
input: string;
|
|
838
838
|
db: string;
|
|
839
839
|
output: string;
|
|
840
|
-
meta: import("
|
|
841
|
-
state: import("
|
|
840
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
841
|
+
state: import("../index.js").FieldState;
|
|
842
842
|
} | undefined;
|
|
843
|
-
meta: import("
|
|
844
|
-
state: import("
|
|
843
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
844
|
+
state: import("../index.js").FieldState;
|
|
845
845
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
846
846
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
847
847
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
848
848
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
849
|
-
getConfig: () => import("
|
|
849
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
850
850
|
getIsRequired: () => boolean;
|
|
851
851
|
getIsTranslatable: () => boolean;
|
|
852
|
-
getVisibility: () => import("
|
|
852
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
853
853
|
getIsDynamic: () => boolean;
|
|
854
854
|
getDescription: () => string | undefined;
|
|
855
855
|
getCondition: () => {
|
|
@@ -889,26 +889,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
889
889
|
lte?: number | undefined;
|
|
890
890
|
};
|
|
891
891
|
} | undefined;
|
|
892
|
-
}, NextUi extends import("
|
|
892
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
893
893
|
min: <TThis extends {
|
|
894
894
|
kind: "field";
|
|
895
895
|
readonly __fieldTypes?: {
|
|
896
896
|
input: string;
|
|
897
897
|
db: string;
|
|
898
898
|
output: string;
|
|
899
|
-
meta: import("
|
|
900
|
-
state: import("
|
|
899
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
900
|
+
state: import("../index.js").FieldState;
|
|
901
901
|
} | undefined;
|
|
902
|
-
meta: import("
|
|
903
|
-
state: import("
|
|
902
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
903
|
+
state: import("../index.js").FieldState;
|
|
904
904
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
905
905
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
906
906
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
907
907
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
908
|
-
getConfig: () => import("
|
|
908
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
909
909
|
getIsRequired: () => boolean;
|
|
910
910
|
getIsTranslatable: () => boolean;
|
|
911
|
-
getVisibility: () => import("
|
|
911
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
912
912
|
getIsDynamic: () => boolean;
|
|
913
913
|
getDescription: () => string | undefined;
|
|
914
914
|
getCondition: () => {
|
|
@@ -948,26 +948,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
948
948
|
lte?: number | undefined;
|
|
949
949
|
};
|
|
950
950
|
} | undefined;
|
|
951
|
-
}>(this: TThis, length: number) => import("
|
|
951
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
952
952
|
max: <TThis extends {
|
|
953
953
|
kind: "field";
|
|
954
954
|
readonly __fieldTypes?: {
|
|
955
955
|
input: string;
|
|
956
956
|
db: string;
|
|
957
957
|
output: string;
|
|
958
|
-
meta: import("
|
|
959
|
-
state: import("
|
|
958
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
959
|
+
state: import("../index.js").FieldState;
|
|
960
960
|
} | undefined;
|
|
961
|
-
meta: import("
|
|
962
|
-
state: import("
|
|
961
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
962
|
+
state: import("../index.js").FieldState;
|
|
963
963
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
964
964
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
965
965
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
966
966
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
967
|
-
getConfig: () => import("
|
|
967
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
968
968
|
getIsRequired: () => boolean;
|
|
969
969
|
getIsTranslatable: () => boolean;
|
|
970
|
-
getVisibility: () => import("
|
|
970
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
971
971
|
getIsDynamic: () => boolean;
|
|
972
972
|
getDescription: () => string | undefined;
|
|
973
973
|
getCondition: () => {
|
|
@@ -1007,24 +1007,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
1007
1007
|
lte?: number | undefined;
|
|
1008
1008
|
};
|
|
1009
1009
|
} | undefined;
|
|
1010
|
-
}>(this: TThis, length: number) => import("
|
|
1011
|
-
}, import("
|
|
1012
|
-
canonicalUrl: import("
|
|
1010
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1011
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
1012
|
+
canonicalUrl: import("../index.js").WithFieldState<Omit<{
|
|
1013
1013
|
kind: "field";
|
|
1014
1014
|
readonly __fieldTypes?: {
|
|
1015
1015
|
input: string;
|
|
1016
1016
|
db: string;
|
|
1017
1017
|
output: string;
|
|
1018
|
-
meta: import("
|
|
1019
|
-
state: import("
|
|
1018
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1019
|
+
state: import("../index.js").DefaultFieldState;
|
|
1020
1020
|
} | undefined;
|
|
1021
|
-
meta: import("
|
|
1022
|
-
state: import("
|
|
1021
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1022
|
+
state: import("../index.js").DefaultFieldState;
|
|
1023
1023
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1024
1024
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1025
1025
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1026
1026
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1027
|
-
getConfig: () => import("
|
|
1027
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1028
1028
|
getIsRequired: () => false;
|
|
1029
1029
|
getIsTranslatable: () => false;
|
|
1030
1030
|
getVisibility: () => "all";
|
|
@@ -1038,19 +1038,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1038
1038
|
input: string;
|
|
1039
1039
|
db: string;
|
|
1040
1040
|
output: string;
|
|
1041
|
-
meta: import("
|
|
1042
|
-
state: import("
|
|
1041
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1042
|
+
state: import("../index.js").FieldState;
|
|
1043
1043
|
} | undefined;
|
|
1044
|
-
meta: import("
|
|
1045
|
-
state: import("
|
|
1044
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1045
|
+
state: import("../index.js").FieldState;
|
|
1046
1046
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1047
1047
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1048
1048
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1049
1049
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1050
|
-
getConfig: () => import("
|
|
1050
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1051
1051
|
getIsRequired: () => boolean;
|
|
1052
1052
|
getIsTranslatable: () => boolean;
|
|
1053
|
-
getVisibility: () => import("
|
|
1053
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1054
1054
|
getIsDynamic: () => boolean;
|
|
1055
1055
|
getDescription: () => string | undefined;
|
|
1056
1056
|
getCondition: () => {
|
|
@@ -1090,26 +1090,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1090
1090
|
lte?: number | undefined;
|
|
1091
1091
|
};
|
|
1092
1092
|
} | undefined;
|
|
1093
|
-
}, NextUi extends import("
|
|
1093
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1094
1094
|
min: <TThis extends {
|
|
1095
1095
|
kind: "field";
|
|
1096
1096
|
readonly __fieldTypes?: {
|
|
1097
1097
|
input: string;
|
|
1098
1098
|
db: string;
|
|
1099
1099
|
output: string;
|
|
1100
|
-
meta: import("
|
|
1101
|
-
state: import("
|
|
1100
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1101
|
+
state: import("../index.js").FieldState;
|
|
1102
1102
|
} | undefined;
|
|
1103
|
-
meta: import("
|
|
1104
|
-
state: import("
|
|
1103
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1104
|
+
state: import("../index.js").FieldState;
|
|
1105
1105
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1106
1106
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1107
1107
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1108
1108
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1109
|
-
getConfig: () => import("
|
|
1109
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1110
1110
|
getIsRequired: () => boolean;
|
|
1111
1111
|
getIsTranslatable: () => boolean;
|
|
1112
|
-
getVisibility: () => import("
|
|
1112
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1113
1113
|
getIsDynamic: () => boolean;
|
|
1114
1114
|
getDescription: () => string | undefined;
|
|
1115
1115
|
getCondition: () => {
|
|
@@ -1149,26 +1149,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1149
1149
|
lte?: number | undefined;
|
|
1150
1150
|
};
|
|
1151
1151
|
} | undefined;
|
|
1152
|
-
}>(this: TThis, length: number) => import("
|
|
1152
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1153
1153
|
max: <TThis extends {
|
|
1154
1154
|
kind: "field";
|
|
1155
1155
|
readonly __fieldTypes?: {
|
|
1156
1156
|
input: string;
|
|
1157
1157
|
db: string;
|
|
1158
1158
|
output: string;
|
|
1159
|
-
meta: import("
|
|
1160
|
-
state: import("
|
|
1159
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1160
|
+
state: import("../index.js").FieldState;
|
|
1161
1161
|
} | undefined;
|
|
1162
|
-
meta: import("
|
|
1163
|
-
state: import("
|
|
1162
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1163
|
+
state: import("../index.js").FieldState;
|
|
1164
1164
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1165
1165
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1166
1166
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1167
1167
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1168
|
-
getConfig: () => import("
|
|
1168
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1169
1169
|
getIsRequired: () => boolean;
|
|
1170
1170
|
getIsTranslatable: () => boolean;
|
|
1171
|
-
getVisibility: () => import("
|
|
1171
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1172
1172
|
getIsDynamic: () => boolean;
|
|
1173
1173
|
getDescription: () => string | undefined;
|
|
1174
1174
|
getCondition: () => {
|
|
@@ -1208,25 +1208,25 @@ export declare const SeoSettings: ContentType<{
|
|
|
1208
1208
|
lte?: number | undefined;
|
|
1209
1209
|
};
|
|
1210
1210
|
} | undefined;
|
|
1211
|
-
}>(this: TThis, length: number) => import("
|
|
1212
|
-
}, keyof import("
|
|
1213
|
-
image: import("
|
|
1214
|
-
imageAlt: import("
|
|
1211
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1212
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetDescription<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>>;
|
|
1213
|
+
image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
|
|
1214
|
+
imageAlt: import("../index.js").WithFieldState<{
|
|
1215
1215
|
kind: "field";
|
|
1216
1216
|
readonly __fieldTypes?: {
|
|
1217
1217
|
input: string;
|
|
1218
1218
|
db: string;
|
|
1219
1219
|
output: string;
|
|
1220
|
-
meta: import("
|
|
1221
|
-
state: import("
|
|
1220
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1221
|
+
state: import("../index.js").DefaultFieldState;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
meta: import("
|
|
1224
|
-
state: import("
|
|
1223
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1224
|
+
state: import("../index.js").DefaultFieldState;
|
|
1225
1225
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1226
1226
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1227
1227
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1228
1228
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1229
|
-
getConfig: () => import("
|
|
1229
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1230
1230
|
getIsRequired: () => false;
|
|
1231
1231
|
getIsTranslatable: () => false;
|
|
1232
1232
|
getVisibility: () => "all";
|
|
@@ -1240,19 +1240,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1240
1240
|
input: string;
|
|
1241
1241
|
db: string;
|
|
1242
1242
|
output: string;
|
|
1243
|
-
meta: import("
|
|
1244
|
-
state: import("
|
|
1243
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1244
|
+
state: import("../index.js").FieldState;
|
|
1245
1245
|
} | undefined;
|
|
1246
|
-
meta: import("
|
|
1247
|
-
state: import("
|
|
1246
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1247
|
+
state: import("../index.js").FieldState;
|
|
1248
1248
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1249
1249
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1250
1250
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1251
1251
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1252
|
-
getConfig: () => import("
|
|
1252
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1253
1253
|
getIsRequired: () => boolean;
|
|
1254
1254
|
getIsTranslatable: () => boolean;
|
|
1255
|
-
getVisibility: () => import("
|
|
1255
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1256
1256
|
getIsDynamic: () => boolean;
|
|
1257
1257
|
getDescription: () => string | undefined;
|
|
1258
1258
|
getCondition: () => {
|
|
@@ -1292,26 +1292,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1292
1292
|
lte?: number | undefined;
|
|
1293
1293
|
};
|
|
1294
1294
|
} | undefined;
|
|
1295
|
-
}, NextUi extends import("
|
|
1295
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1296
1296
|
min: <TThis extends {
|
|
1297
1297
|
kind: "field";
|
|
1298
1298
|
readonly __fieldTypes?: {
|
|
1299
1299
|
input: string;
|
|
1300
1300
|
db: string;
|
|
1301
1301
|
output: string;
|
|
1302
|
-
meta: import("
|
|
1303
|
-
state: import("
|
|
1302
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1303
|
+
state: import("../index.js").FieldState;
|
|
1304
1304
|
} | undefined;
|
|
1305
|
-
meta: import("
|
|
1306
|
-
state: import("
|
|
1305
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1306
|
+
state: import("../index.js").FieldState;
|
|
1307
1307
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1308
1308
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1309
1309
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1310
1310
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1311
|
-
getConfig: () => import("
|
|
1311
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1312
1312
|
getIsRequired: () => boolean;
|
|
1313
1313
|
getIsTranslatable: () => boolean;
|
|
1314
|
-
getVisibility: () => import("
|
|
1314
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1315
1315
|
getIsDynamic: () => boolean;
|
|
1316
1316
|
getDescription: () => string | undefined;
|
|
1317
1317
|
getCondition: () => {
|
|
@@ -1351,26 +1351,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1351
1351
|
lte?: number | undefined;
|
|
1352
1352
|
};
|
|
1353
1353
|
} | undefined;
|
|
1354
|
-
}>(this: TThis, length: number) => import("
|
|
1354
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1355
1355
|
max: <TThis extends {
|
|
1356
1356
|
kind: "field";
|
|
1357
1357
|
readonly __fieldTypes?: {
|
|
1358
1358
|
input: string;
|
|
1359
1359
|
db: string;
|
|
1360
1360
|
output: string;
|
|
1361
|
-
meta: import("
|
|
1362
|
-
state: import("
|
|
1361
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1362
|
+
state: import("../index.js").FieldState;
|
|
1363
1363
|
} | undefined;
|
|
1364
|
-
meta: import("
|
|
1365
|
-
state: import("
|
|
1364
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1365
|
+
state: import("../index.js").FieldState;
|
|
1366
1366
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1367
1367
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1368
1368
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1369
1369
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1370
|
-
getConfig: () => import("
|
|
1370
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1371
1371
|
getIsRequired: () => boolean;
|
|
1372
1372
|
getIsTranslatable: () => boolean;
|
|
1373
|
-
getVisibility: () => import("
|
|
1373
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1374
1374
|
getIsDynamic: () => boolean;
|
|
1375
1375
|
getDescription: () => string | undefined;
|
|
1376
1376
|
getCondition: () => {
|
|
@@ -1410,26 +1410,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1410
1410
|
lte?: number | undefined;
|
|
1411
1411
|
};
|
|
1412
1412
|
} | undefined;
|
|
1413
|
-
}>(this: TThis, length: number) => import("
|
|
1414
|
-
}, import("
|
|
1415
|
-
noIndex: import("
|
|
1416
|
-
customOpenGraph: import("
|
|
1417
|
-
openGraphTitle: import("
|
|
1413
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1414
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
1415
|
+
noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1416
|
+
customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1417
|
+
openGraphTitle: import("../index.js").WithFieldState<Omit<{
|
|
1418
1418
|
kind: "field";
|
|
1419
1419
|
readonly __fieldTypes?: {
|
|
1420
1420
|
input: string;
|
|
1421
1421
|
db: string;
|
|
1422
1422
|
output: string;
|
|
1423
|
-
meta: import("
|
|
1424
|
-
state: import("
|
|
1423
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1424
|
+
state: import("../index.js").DefaultFieldState;
|
|
1425
1425
|
} | undefined;
|
|
1426
|
-
meta: import("
|
|
1427
|
-
state: import("
|
|
1426
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1427
|
+
state: import("../index.js").DefaultFieldState;
|
|
1428
1428
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1429
1429
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1430
1430
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1431
1431
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1432
|
-
getConfig: () => import("
|
|
1432
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1433
1433
|
getIsRequired: () => false;
|
|
1434
1434
|
getIsTranslatable: () => false;
|
|
1435
1435
|
getVisibility: () => "all";
|
|
@@ -1443,19 +1443,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1443
1443
|
input: string;
|
|
1444
1444
|
db: string;
|
|
1445
1445
|
output: string;
|
|
1446
|
-
meta: import("
|
|
1447
|
-
state: import("
|
|
1446
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1447
|
+
state: import("../index.js").FieldState;
|
|
1448
1448
|
} | undefined;
|
|
1449
|
-
meta: import("
|
|
1450
|
-
state: import("
|
|
1449
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1450
|
+
state: import("../index.js").FieldState;
|
|
1451
1451
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1452
1452
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1453
1453
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1454
1454
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1455
|
-
getConfig: () => import("
|
|
1455
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1456
1456
|
getIsRequired: () => boolean;
|
|
1457
1457
|
getIsTranslatable: () => boolean;
|
|
1458
|
-
getVisibility: () => import("
|
|
1458
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1459
1459
|
getIsDynamic: () => boolean;
|
|
1460
1460
|
getDescription: () => string | undefined;
|
|
1461
1461
|
getCondition: () => {
|
|
@@ -1495,26 +1495,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1495
1495
|
lte?: number | undefined;
|
|
1496
1496
|
};
|
|
1497
1497
|
} | undefined;
|
|
1498
|
-
}, NextUi extends import("
|
|
1498
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1499
1499
|
min: <TThis extends {
|
|
1500
1500
|
kind: "field";
|
|
1501
1501
|
readonly __fieldTypes?: {
|
|
1502
1502
|
input: string;
|
|
1503
1503
|
db: string;
|
|
1504
1504
|
output: string;
|
|
1505
|
-
meta: import("
|
|
1506
|
-
state: import("
|
|
1505
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1506
|
+
state: import("../index.js").FieldState;
|
|
1507
1507
|
} | undefined;
|
|
1508
|
-
meta: import("
|
|
1509
|
-
state: import("
|
|
1508
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1509
|
+
state: import("../index.js").FieldState;
|
|
1510
1510
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1511
1511
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1512
1512
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1513
1513
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1514
|
-
getConfig: () => import("
|
|
1514
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1515
1515
|
getIsRequired: () => boolean;
|
|
1516
1516
|
getIsTranslatable: () => boolean;
|
|
1517
|
-
getVisibility: () => import("
|
|
1517
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1518
1518
|
getIsDynamic: () => boolean;
|
|
1519
1519
|
getDescription: () => string | undefined;
|
|
1520
1520
|
getCondition: () => {
|
|
@@ -1554,26 +1554,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1554
1554
|
lte?: number | undefined;
|
|
1555
1555
|
};
|
|
1556
1556
|
} | undefined;
|
|
1557
|
-
}>(this: TThis, length: number) => import("
|
|
1557
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1558
1558
|
max: <TThis extends {
|
|
1559
1559
|
kind: "field";
|
|
1560
1560
|
readonly __fieldTypes?: {
|
|
1561
1561
|
input: string;
|
|
1562
1562
|
db: string;
|
|
1563
1563
|
output: string;
|
|
1564
|
-
meta: import("
|
|
1565
|
-
state: import("
|
|
1564
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1565
|
+
state: import("../index.js").FieldState;
|
|
1566
1566
|
} | undefined;
|
|
1567
|
-
meta: import("
|
|
1568
|
-
state: import("
|
|
1567
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1568
|
+
state: import("../index.js").FieldState;
|
|
1569
1569
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1570
1570
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1571
1571
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1572
1572
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1573
|
-
getConfig: () => import("
|
|
1573
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1574
1574
|
getIsRequired: () => boolean;
|
|
1575
1575
|
getIsTranslatable: () => boolean;
|
|
1576
|
-
getVisibility: () => import("
|
|
1576
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1577
1577
|
getIsDynamic: () => boolean;
|
|
1578
1578
|
getDescription: () => string | undefined;
|
|
1579
1579
|
getCondition: () => {
|
|
@@ -1613,27 +1613,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1613
1613
|
lte?: number | undefined;
|
|
1614
1614
|
};
|
|
1615
1615
|
} | undefined;
|
|
1616
|
-
}>(this: TThis, length: number) => import("
|
|
1617
|
-
}, keyof import("
|
|
1616
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1617
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1618
1618
|
field: string;
|
|
1619
1619
|
equals: boolean;
|
|
1620
1620
|
}>>;
|
|
1621
|
-
openGraphDescription: import("
|
|
1621
|
+
openGraphDescription: import("../index.js").WithFieldState<Omit<{
|
|
1622
1622
|
kind: "field";
|
|
1623
1623
|
readonly __fieldTypes?: {
|
|
1624
1624
|
input: string;
|
|
1625
1625
|
db: string;
|
|
1626
1626
|
output: string;
|
|
1627
|
-
meta: import("
|
|
1628
|
-
state: import("
|
|
1627
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1628
|
+
state: import("../index.js").DefaultFieldState;
|
|
1629
1629
|
} | undefined;
|
|
1630
|
-
meta: import("
|
|
1631
|
-
state: import("
|
|
1630
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1631
|
+
state: import("../index.js").DefaultFieldState;
|
|
1632
1632
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1633
1633
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1634
1634
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1635
1635
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1636
|
-
getConfig: () => import("
|
|
1636
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1637
1637
|
getIsRequired: () => false;
|
|
1638
1638
|
getIsTranslatable: () => false;
|
|
1639
1639
|
getVisibility: () => "all";
|
|
@@ -1647,19 +1647,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1647
1647
|
input: string;
|
|
1648
1648
|
db: string;
|
|
1649
1649
|
output: string;
|
|
1650
|
-
meta: import("
|
|
1651
|
-
state: import("
|
|
1650
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1651
|
+
state: import("../index.js").FieldState;
|
|
1652
1652
|
} | undefined;
|
|
1653
|
-
meta: import("
|
|
1654
|
-
state: import("
|
|
1653
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1654
|
+
state: import("../index.js").FieldState;
|
|
1655
1655
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1656
1656
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1657
1657
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1658
1658
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1659
|
-
getConfig: () => import("
|
|
1659
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1660
1660
|
getIsRequired: () => boolean;
|
|
1661
1661
|
getIsTranslatable: () => boolean;
|
|
1662
|
-
getVisibility: () => import("
|
|
1662
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1663
1663
|
getIsDynamic: () => boolean;
|
|
1664
1664
|
getDescription: () => string | undefined;
|
|
1665
1665
|
getCondition: () => {
|
|
@@ -1699,26 +1699,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1699
1699
|
lte?: number | undefined;
|
|
1700
1700
|
};
|
|
1701
1701
|
} | undefined;
|
|
1702
|
-
}, NextUi extends import("
|
|
1702
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1703
1703
|
min: <TThis extends {
|
|
1704
1704
|
kind: "field";
|
|
1705
1705
|
readonly __fieldTypes?: {
|
|
1706
1706
|
input: string;
|
|
1707
1707
|
db: string;
|
|
1708
1708
|
output: string;
|
|
1709
|
-
meta: import("
|
|
1710
|
-
state: import("
|
|
1709
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1710
|
+
state: import("../index.js").FieldState;
|
|
1711
1711
|
} | undefined;
|
|
1712
|
-
meta: import("
|
|
1713
|
-
state: import("
|
|
1712
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1713
|
+
state: import("../index.js").FieldState;
|
|
1714
1714
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1715
1715
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1716
1716
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1717
1717
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1718
|
-
getConfig: () => import("
|
|
1718
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1719
1719
|
getIsRequired: () => boolean;
|
|
1720
1720
|
getIsTranslatable: () => boolean;
|
|
1721
|
-
getVisibility: () => import("
|
|
1721
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1722
1722
|
getIsDynamic: () => boolean;
|
|
1723
1723
|
getDescription: () => string | undefined;
|
|
1724
1724
|
getCondition: () => {
|
|
@@ -1758,26 +1758,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1758
1758
|
lte?: number | undefined;
|
|
1759
1759
|
};
|
|
1760
1760
|
} | undefined;
|
|
1761
|
-
}>(this: TThis, length: number) => import("
|
|
1761
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1762
1762
|
max: <TThis extends {
|
|
1763
1763
|
kind: "field";
|
|
1764
1764
|
readonly __fieldTypes?: {
|
|
1765
1765
|
input: string;
|
|
1766
1766
|
db: string;
|
|
1767
1767
|
output: string;
|
|
1768
|
-
meta: import("
|
|
1769
|
-
state: import("
|
|
1768
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1769
|
+
state: import("../index.js").FieldState;
|
|
1770
1770
|
} | undefined;
|
|
1771
|
-
meta: import("
|
|
1772
|
-
state: import("
|
|
1771
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1772
|
+
state: import("../index.js").FieldState;
|
|
1773
1773
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1774
1774
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1775
1775
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1776
1776
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1777
|
-
getConfig: () => import("
|
|
1777
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1778
1778
|
getIsRequired: () => boolean;
|
|
1779
1779
|
getIsTranslatable: () => boolean;
|
|
1780
|
-
getVisibility: () => import("
|
|
1780
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1781
1781
|
getIsDynamic: () => boolean;
|
|
1782
1782
|
getDescription: () => string | undefined;
|
|
1783
1783
|
getCondition: () => {
|
|
@@ -1817,27 +1817,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1817
1817
|
lte?: number | undefined;
|
|
1818
1818
|
};
|
|
1819
1819
|
} | undefined;
|
|
1820
|
-
}>(this: TThis, length: number) => import("
|
|
1821
|
-
}, keyof import("
|
|
1820
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1821
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1822
1822
|
field: string;
|
|
1823
1823
|
equals: boolean;
|
|
1824
1824
|
}>>;
|
|
1825
|
-
openGraphUrl: import("
|
|
1825
|
+
openGraphUrl: import("../index.js").WithFieldState<Omit<{
|
|
1826
1826
|
kind: "field";
|
|
1827
1827
|
readonly __fieldTypes?: {
|
|
1828
1828
|
input: string;
|
|
1829
1829
|
db: string;
|
|
1830
1830
|
output: string;
|
|
1831
|
-
meta: import("
|
|
1832
|
-
state: import("
|
|
1831
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1832
|
+
state: import("../index.js").DefaultFieldState;
|
|
1833
1833
|
} | undefined;
|
|
1834
|
-
meta: import("
|
|
1835
|
-
state: import("
|
|
1834
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1835
|
+
state: import("../index.js").DefaultFieldState;
|
|
1836
1836
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1837
1837
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1838
1838
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1839
1839
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1840
|
-
getConfig: () => import("
|
|
1840
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1841
1841
|
getIsRequired: () => false;
|
|
1842
1842
|
getIsTranslatable: () => false;
|
|
1843
1843
|
getVisibility: () => "all";
|
|
@@ -1851,19 +1851,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1851
1851
|
input: string;
|
|
1852
1852
|
db: string;
|
|
1853
1853
|
output: string;
|
|
1854
|
-
meta: import("
|
|
1855
|
-
state: import("
|
|
1854
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1855
|
+
state: import("../index.js").FieldState;
|
|
1856
1856
|
} | undefined;
|
|
1857
|
-
meta: import("
|
|
1858
|
-
state: import("
|
|
1857
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1858
|
+
state: import("../index.js").FieldState;
|
|
1859
1859
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1860
1860
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1861
1861
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1862
1862
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1863
|
-
getConfig: () => import("
|
|
1863
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1864
1864
|
getIsRequired: () => boolean;
|
|
1865
1865
|
getIsTranslatable: () => boolean;
|
|
1866
|
-
getVisibility: () => import("
|
|
1866
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1867
1867
|
getIsDynamic: () => boolean;
|
|
1868
1868
|
getDescription: () => string | undefined;
|
|
1869
1869
|
getCondition: () => {
|
|
@@ -1903,26 +1903,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1903
1903
|
lte?: number | undefined;
|
|
1904
1904
|
};
|
|
1905
1905
|
} | undefined;
|
|
1906
|
-
}, NextUi extends import("
|
|
1906
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1907
1907
|
min: <TThis extends {
|
|
1908
1908
|
kind: "field";
|
|
1909
1909
|
readonly __fieldTypes?: {
|
|
1910
1910
|
input: string;
|
|
1911
1911
|
db: string;
|
|
1912
1912
|
output: string;
|
|
1913
|
-
meta: import("
|
|
1914
|
-
state: import("
|
|
1913
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1914
|
+
state: import("../index.js").FieldState;
|
|
1915
1915
|
} | undefined;
|
|
1916
|
-
meta: import("
|
|
1917
|
-
state: import("
|
|
1916
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1917
|
+
state: import("../index.js").FieldState;
|
|
1918
1918
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1919
1919
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1920
1920
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1921
1921
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1922
|
-
getConfig: () => import("
|
|
1922
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1923
1923
|
getIsRequired: () => boolean;
|
|
1924
1924
|
getIsTranslatable: () => boolean;
|
|
1925
|
-
getVisibility: () => import("
|
|
1925
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1926
1926
|
getIsDynamic: () => boolean;
|
|
1927
1927
|
getDescription: () => string | undefined;
|
|
1928
1928
|
getCondition: () => {
|
|
@@ -1962,26 +1962,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1962
1962
|
lte?: number | undefined;
|
|
1963
1963
|
};
|
|
1964
1964
|
} | undefined;
|
|
1965
|
-
}>(this: TThis, length: number) => import("
|
|
1965
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1966
1966
|
max: <TThis extends {
|
|
1967
1967
|
kind: "field";
|
|
1968
1968
|
readonly __fieldTypes?: {
|
|
1969
1969
|
input: string;
|
|
1970
1970
|
db: string;
|
|
1971
1971
|
output: string;
|
|
1972
|
-
meta: import("
|
|
1973
|
-
state: import("
|
|
1972
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1973
|
+
state: import("../index.js").FieldState;
|
|
1974
1974
|
} | undefined;
|
|
1975
|
-
meta: import("
|
|
1976
|
-
state: import("
|
|
1975
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1976
|
+
state: import("../index.js").FieldState;
|
|
1977
1977
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1978
1978
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1979
1979
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1980
1980
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1981
|
-
getConfig: () => import("
|
|
1981
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1982
1982
|
getIsRequired: () => boolean;
|
|
1983
1983
|
getIsTranslatable: () => boolean;
|
|
1984
|
-
getVisibility: () => import("
|
|
1984
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1985
1985
|
getIsDynamic: () => boolean;
|
|
1986
1986
|
getDescription: () => string | undefined;
|
|
1987
1987
|
getCondition: () => {
|
|
@@ -2021,27 +2021,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2021
2021
|
lte?: number | undefined;
|
|
2022
2022
|
};
|
|
2023
2023
|
} | undefined;
|
|
2024
|
-
}>(this: TThis, length: number) => import("
|
|
2025
|
-
}, keyof import("
|
|
2024
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
2025
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2026
2026
|
field: string;
|
|
2027
2027
|
equals: boolean;
|
|
2028
2028
|
}>>;
|
|
2029
|
-
openGraphSiteName: import("
|
|
2029
|
+
openGraphSiteName: import("../index.js").WithFieldState<Omit<{
|
|
2030
2030
|
kind: "field";
|
|
2031
2031
|
readonly __fieldTypes?: {
|
|
2032
2032
|
input: string;
|
|
2033
2033
|
db: string;
|
|
2034
2034
|
output: string;
|
|
2035
|
-
meta: import("
|
|
2036
|
-
state: import("
|
|
2035
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2036
|
+
state: import("../index.js").DefaultFieldState;
|
|
2037
2037
|
} | undefined;
|
|
2038
|
-
meta: import("
|
|
2039
|
-
state: import("
|
|
2038
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2039
|
+
state: import("../index.js").DefaultFieldState;
|
|
2040
2040
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2041
2041
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2042
2042
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2043
2043
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2044
|
-
getConfig: () => import("
|
|
2044
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2045
2045
|
getIsRequired: () => false;
|
|
2046
2046
|
getIsTranslatable: () => false;
|
|
2047
2047
|
getVisibility: () => "all";
|
|
@@ -2055,19 +2055,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2055
2055
|
input: string;
|
|
2056
2056
|
db: string;
|
|
2057
2057
|
output: string;
|
|
2058
|
-
meta: import("
|
|
2059
|
-
state: import("
|
|
2058
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2059
|
+
state: import("../index.js").FieldState;
|
|
2060
2060
|
} | undefined;
|
|
2061
|
-
meta: import("
|
|
2062
|
-
state: import("
|
|
2061
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2062
|
+
state: import("../index.js").FieldState;
|
|
2063
2063
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2064
2064
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2065
2065
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2066
2066
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2067
|
-
getConfig: () => import("
|
|
2067
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2068
2068
|
getIsRequired: () => boolean;
|
|
2069
2069
|
getIsTranslatable: () => boolean;
|
|
2070
|
-
getVisibility: () => import("
|
|
2070
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2071
2071
|
getIsDynamic: () => boolean;
|
|
2072
2072
|
getDescription: () => string | undefined;
|
|
2073
2073
|
getCondition: () => {
|
|
@@ -2107,26 +2107,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2107
2107
|
lte?: number | undefined;
|
|
2108
2108
|
};
|
|
2109
2109
|
} | undefined;
|
|
2110
|
-
}, NextUi extends import("
|
|
2110
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2111
2111
|
min: <TThis extends {
|
|
2112
2112
|
kind: "field";
|
|
2113
2113
|
readonly __fieldTypes?: {
|
|
2114
2114
|
input: string;
|
|
2115
2115
|
db: string;
|
|
2116
2116
|
output: string;
|
|
2117
|
-
meta: import("
|
|
2118
|
-
state: import("
|
|
2117
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2118
|
+
state: import("../index.js").FieldState;
|
|
2119
2119
|
} | undefined;
|
|
2120
|
-
meta: import("
|
|
2121
|
-
state: import("
|
|
2120
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2121
|
+
state: import("../index.js").FieldState;
|
|
2122
2122
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2123
2123
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2124
2124
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2125
2125
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2126
|
-
getConfig: () => import("
|
|
2126
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2127
2127
|
getIsRequired: () => boolean;
|
|
2128
2128
|
getIsTranslatable: () => boolean;
|
|
2129
|
-
getVisibility: () => import("
|
|
2129
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2130
2130
|
getIsDynamic: () => boolean;
|
|
2131
2131
|
getDescription: () => string | undefined;
|
|
2132
2132
|
getCondition: () => {
|
|
@@ -2166,26 +2166,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2166
2166
|
lte?: number | undefined;
|
|
2167
2167
|
};
|
|
2168
2168
|
} | undefined;
|
|
2169
|
-
}>(this: TThis, length: number) => import("
|
|
2169
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2170
2170
|
max: <TThis extends {
|
|
2171
2171
|
kind: "field";
|
|
2172
2172
|
readonly __fieldTypes?: {
|
|
2173
2173
|
input: string;
|
|
2174
2174
|
db: string;
|
|
2175
2175
|
output: string;
|
|
2176
|
-
meta: import("
|
|
2177
|
-
state: import("
|
|
2176
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2177
|
+
state: import("../index.js").FieldState;
|
|
2178
2178
|
} | undefined;
|
|
2179
|
-
meta: import("
|
|
2180
|
-
state: import("
|
|
2179
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2180
|
+
state: import("../index.js").FieldState;
|
|
2181
2181
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2182
2182
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2183
2183
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2184
2184
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2185
|
-
getConfig: () => import("
|
|
2185
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2186
2186
|
getIsRequired: () => boolean;
|
|
2187
2187
|
getIsTranslatable: () => boolean;
|
|
2188
|
-
getVisibility: () => import("
|
|
2188
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2189
2189
|
getIsDynamic: () => boolean;
|
|
2190
2190
|
getDescription: () => string | undefined;
|
|
2191
2191
|
getCondition: () => {
|
|
@@ -2225,27 +2225,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2225
2225
|
lte?: number | undefined;
|
|
2226
2226
|
};
|
|
2227
2227
|
} | undefined;
|
|
2228
|
-
}>(this: TThis, length: number) => import("
|
|
2229
|
-
}, keyof import("
|
|
2228
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2229
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2230
2230
|
field: string;
|
|
2231
2231
|
equals: boolean;
|
|
2232
2232
|
}>>;
|
|
2233
|
-
openGraphType: import("
|
|
2233
|
+
openGraphType: import("../index.js").WithFieldState<{
|
|
2234
2234
|
kind: "field";
|
|
2235
2235
|
readonly __fieldTypes?: {
|
|
2236
2236
|
input: "website" | "article" | "profile" | "book";
|
|
2237
2237
|
db: "website" | "article" | "profile" | "book";
|
|
2238
2238
|
output: "website" | "article" | "profile" | "book";
|
|
2239
|
-
meta: import("
|
|
2240
|
-
state: import("
|
|
2239
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2240
|
+
state: import("../index.js").DefaultFieldState;
|
|
2241
2241
|
} | undefined;
|
|
2242
|
-
meta: import("
|
|
2243
|
-
state: import("
|
|
2242
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2243
|
+
state: import("../index.js").DefaultFieldState;
|
|
2244
2244
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
2245
2245
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
2246
2246
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
2247
2247
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
2248
|
-
getConfig: () => import("
|
|
2248
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2249
2249
|
getIsRequired: () => false;
|
|
2250
2250
|
getIsTranslatable: () => false;
|
|
2251
2251
|
getVisibility: () => "all";
|
|
@@ -2259,19 +2259,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2259
2259
|
input: "website" | "article" | "profile" | "book";
|
|
2260
2260
|
db: "website" | "article" | "profile" | "book";
|
|
2261
2261
|
output: "website" | "article" | "profile" | "book";
|
|
2262
|
-
meta: import("
|
|
2263
|
-
state: import("
|
|
2262
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2263
|
+
state: import("../index.js").FieldState;
|
|
2264
2264
|
} | undefined;
|
|
2265
|
-
meta: import("
|
|
2266
|
-
state: import("
|
|
2265
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2266
|
+
state: import("../index.js").FieldState;
|
|
2267
2267
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
2268
2268
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
2269
2269
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
2270
2270
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
2271
|
-
getConfig: () => import("
|
|
2271
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
2272
2272
|
getIsRequired: () => boolean;
|
|
2273
2273
|
getIsTranslatable: () => boolean;
|
|
2274
|
-
getVisibility: () => import("
|
|
2274
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2275
2275
|
getIsDynamic: () => boolean;
|
|
2276
2276
|
getDescription: () => string | undefined;
|
|
2277
2277
|
getCondition: () => {
|
|
@@ -2311,12 +2311,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
2311
2311
|
lte?: number | undefined;
|
|
2312
2312
|
};
|
|
2313
2313
|
} | undefined;
|
|
2314
|
-
}>(this: TThis) => import("
|
|
2315
|
-
}, import("
|
|
2314
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2315
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2316
2316
|
field: string;
|
|
2317
2317
|
equals: boolean;
|
|
2318
2318
|
}>>;
|
|
2319
|
-
openGraphImage: import("
|
|
2319
|
+
openGraphImage: import("../index.js").WithFieldState<{
|
|
2320
2320
|
kind: "field";
|
|
2321
2321
|
readonly __fieldTypes?: {
|
|
2322
2322
|
input: {
|
|
@@ -2353,11 +2353,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2353
2353
|
}[] | undefined;
|
|
2354
2354
|
srcSet?: string | null | undefined;
|
|
2355
2355
|
};
|
|
2356
|
-
meta: import("
|
|
2357
|
-
state: import("
|
|
2356
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2357
|
+
state: import("../index.js").DefaultFieldState;
|
|
2358
2358
|
} | undefined;
|
|
2359
|
-
meta: import("
|
|
2360
|
-
state: import("
|
|
2359
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2360
|
+
state: import("../index.js").DefaultFieldState;
|
|
2361
2361
|
toZod: () => import("zod").ZodType<{
|
|
2362
2362
|
type: "existing";
|
|
2363
2363
|
_id: string;
|
|
@@ -2432,14 +2432,14 @@ export declare const SeoSettings: ContentType<{
|
|
|
2432
2432
|
}[] | undefined;
|
|
2433
2433
|
srcSet?: string | null | undefined;
|
|
2434
2434
|
} | undefined, unknown>>;
|
|
2435
|
-
getConfig: () => import("
|
|
2435
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2436
2436
|
getIsRequired: () => false;
|
|
2437
2437
|
getIsTranslatable: () => false;
|
|
2438
2438
|
getVisibility: () => "all";
|
|
2439
2439
|
getIsDynamic: () => true;
|
|
2440
2440
|
getDescription: () => undefined;
|
|
2441
2441
|
getCondition: () => undefined;
|
|
2442
|
-
} & import("
|
|
2442
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2443
2443
|
url: string;
|
|
2444
2444
|
previewUrl: string | null;
|
|
2445
2445
|
name: string;
|
|
@@ -2462,7 +2462,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2462
2462
|
size: number;
|
|
2463
2463
|
}[] | undefined;
|
|
2464
2464
|
srcSet?: string | null | undefined;
|
|
2465
|
-
}, import("
|
|
2465
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2466
2466
|
type: <TThis extends {
|
|
2467
2467
|
kind: "field";
|
|
2468
2468
|
readonly __fieldTypes?: {
|
|
@@ -2500,11 +2500,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2500
2500
|
}[] | undefined;
|
|
2501
2501
|
srcSet?: string | null | undefined;
|
|
2502
2502
|
};
|
|
2503
|
-
meta: import("
|
|
2504
|
-
state: import("
|
|
2503
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2504
|
+
state: import("../index.js").FieldState;
|
|
2505
2505
|
} | undefined;
|
|
2506
|
-
meta: import("
|
|
2507
|
-
state: import("
|
|
2506
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2507
|
+
state: import("../index.js").FieldState;
|
|
2508
2508
|
toZod: () => import("zod").ZodType<{
|
|
2509
2509
|
type: "existing";
|
|
2510
2510
|
_id: string;
|
|
@@ -2579,10 +2579,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2579
2579
|
}[] | undefined;
|
|
2580
2580
|
srcSet?: string | null | undefined;
|
|
2581
2581
|
} | undefined, unknown>>;
|
|
2582
|
-
getConfig: () => import("
|
|
2582
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2583
2583
|
getIsRequired: () => boolean;
|
|
2584
2584
|
getIsTranslatable: () => boolean;
|
|
2585
|
-
getVisibility: () => import("
|
|
2585
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2586
2586
|
getIsDynamic: () => boolean;
|
|
2587
2587
|
getDescription: () => string | undefined;
|
|
2588
2588
|
getCondition: () => {
|
|
@@ -2622,7 +2622,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2622
2622
|
lte?: number | undefined;
|
|
2623
2623
|
};
|
|
2624
2624
|
} | undefined;
|
|
2625
|
-
}, NextMediaType extends import("
|
|
2625
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
2626
2626
|
multiple: <TThis extends {
|
|
2627
2627
|
kind: "field";
|
|
2628
2628
|
readonly __fieldTypes?: {
|
|
@@ -2660,11 +2660,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2660
2660
|
}[] | undefined;
|
|
2661
2661
|
srcSet?: string | null | undefined;
|
|
2662
2662
|
};
|
|
2663
|
-
meta: import("
|
|
2664
|
-
state: import("
|
|
2663
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2664
|
+
state: import("../index.js").FieldState;
|
|
2665
2665
|
} | undefined;
|
|
2666
|
-
meta: import("
|
|
2667
|
-
state: import("
|
|
2666
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2667
|
+
state: import("../index.js").FieldState;
|
|
2668
2668
|
toZod: () => import("zod").ZodType<{
|
|
2669
2669
|
type: "existing";
|
|
2670
2670
|
_id: string;
|
|
@@ -2739,10 +2739,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2739
2739
|
}[] | undefined;
|
|
2740
2740
|
srcSet?: string | null | undefined;
|
|
2741
2741
|
} | undefined, unknown>>;
|
|
2742
|
-
getConfig: () => import("
|
|
2742
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2743
2743
|
getIsRequired: () => boolean;
|
|
2744
2744
|
getIsTranslatable: () => boolean;
|
|
2745
|
-
getVisibility: () => import("
|
|
2745
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2746
2746
|
getIsDynamic: () => boolean;
|
|
2747
2747
|
getDescription: () => string | undefined;
|
|
2748
2748
|
getCondition: () => {
|
|
@@ -2782,7 +2782,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2782
2782
|
lte?: number | undefined;
|
|
2783
2783
|
};
|
|
2784
2784
|
} | undefined;
|
|
2785
|
-
}>(this: TThis) => import("
|
|
2785
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
2786
2786
|
optimize: <TThis extends {
|
|
2787
2787
|
kind: "field";
|
|
2788
2788
|
readonly __fieldTypes?: {
|
|
@@ -2820,11 +2820,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2820
2820
|
}[] | undefined;
|
|
2821
2821
|
srcSet?: string | null | undefined;
|
|
2822
2822
|
};
|
|
2823
|
-
meta: import("
|
|
2824
|
-
state: import("
|
|
2823
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2824
|
+
state: import("../index.js").FieldState;
|
|
2825
2825
|
} | undefined;
|
|
2826
|
-
meta: import("
|
|
2827
|
-
state: import("
|
|
2826
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2827
|
+
state: import("../index.js").FieldState;
|
|
2828
2828
|
toZod: () => import("zod").ZodType<{
|
|
2829
2829
|
type: "existing";
|
|
2830
2830
|
_id: string;
|
|
@@ -2899,10 +2899,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2899
2899
|
}[] | undefined;
|
|
2900
2900
|
srcSet?: string | null | undefined;
|
|
2901
2901
|
} | undefined, unknown>>;
|
|
2902
|
-
getConfig: () => import("
|
|
2902
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2903
2903
|
getIsRequired: () => boolean;
|
|
2904
2904
|
getIsTranslatable: () => boolean;
|
|
2905
|
-
getVisibility: () => import("
|
|
2905
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2906
2906
|
getIsDynamic: () => boolean;
|
|
2907
2907
|
getDescription: () => string | undefined;
|
|
2908
2908
|
getCondition: () => {
|
|
@@ -2942,27 +2942,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2942
2942
|
lte?: number | undefined;
|
|
2943
2943
|
};
|
|
2944
2944
|
} | undefined;
|
|
2945
|
-
}>(this: TThis, options?: Partial<import("
|
|
2946
|
-
}, import("
|
|
2945
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
2946
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2947
2947
|
field: string;
|
|
2948
2948
|
equals: boolean;
|
|
2949
2949
|
}>>;
|
|
2950
|
-
openGraphImageAlt: import("
|
|
2950
|
+
openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
2951
2951
|
kind: "field";
|
|
2952
2952
|
readonly __fieldTypes?: {
|
|
2953
2953
|
input: string;
|
|
2954
2954
|
db: string;
|
|
2955
2955
|
output: string;
|
|
2956
|
-
meta: import("
|
|
2957
|
-
state: import("
|
|
2956
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2957
|
+
state: import("../index.js").DefaultFieldState;
|
|
2958
2958
|
} | undefined;
|
|
2959
|
-
meta: import("
|
|
2960
|
-
state: import("
|
|
2959
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2960
|
+
state: import("../index.js").DefaultFieldState;
|
|
2961
2961
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2962
2962
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2963
2963
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2964
2964
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2965
|
-
getConfig: () => import("
|
|
2965
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2966
2966
|
getIsRequired: () => false;
|
|
2967
2967
|
getIsTranslatable: () => false;
|
|
2968
2968
|
getVisibility: () => "all";
|
|
@@ -2976,19 +2976,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2976
2976
|
input: string;
|
|
2977
2977
|
db: string;
|
|
2978
2978
|
output: string;
|
|
2979
|
-
meta: import("
|
|
2980
|
-
state: import("
|
|
2979
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2980
|
+
state: import("../index.js").FieldState;
|
|
2981
2981
|
} | undefined;
|
|
2982
|
-
meta: import("
|
|
2983
|
-
state: import("
|
|
2982
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2983
|
+
state: import("../index.js").FieldState;
|
|
2984
2984
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2985
2985
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2986
2986
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2987
2987
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2988
|
-
getConfig: () => import("
|
|
2988
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2989
2989
|
getIsRequired: () => boolean;
|
|
2990
2990
|
getIsTranslatable: () => boolean;
|
|
2991
|
-
getVisibility: () => import("
|
|
2991
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2992
2992
|
getIsDynamic: () => boolean;
|
|
2993
2993
|
getDescription: () => string | undefined;
|
|
2994
2994
|
getCondition: () => {
|
|
@@ -3028,26 +3028,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3028
3028
|
lte?: number | undefined;
|
|
3029
3029
|
};
|
|
3030
3030
|
} | undefined;
|
|
3031
|
-
}, NextUi extends import("
|
|
3031
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3032
3032
|
min: <TThis extends {
|
|
3033
3033
|
kind: "field";
|
|
3034
3034
|
readonly __fieldTypes?: {
|
|
3035
3035
|
input: string;
|
|
3036
3036
|
db: string;
|
|
3037
3037
|
output: string;
|
|
3038
|
-
meta: import("
|
|
3039
|
-
state: import("
|
|
3038
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3039
|
+
state: import("../index.js").FieldState;
|
|
3040
3040
|
} | undefined;
|
|
3041
|
-
meta: import("
|
|
3042
|
-
state: import("
|
|
3041
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3042
|
+
state: import("../index.js").FieldState;
|
|
3043
3043
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3044
3044
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3045
3045
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3046
3046
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3047
|
-
getConfig: () => import("
|
|
3047
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3048
3048
|
getIsRequired: () => boolean;
|
|
3049
3049
|
getIsTranslatable: () => boolean;
|
|
3050
|
-
getVisibility: () => import("
|
|
3050
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3051
3051
|
getIsDynamic: () => boolean;
|
|
3052
3052
|
getDescription: () => string | undefined;
|
|
3053
3053
|
getCondition: () => {
|
|
@@ -3087,26 +3087,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3087
3087
|
lte?: number | undefined;
|
|
3088
3088
|
};
|
|
3089
3089
|
} | undefined;
|
|
3090
|
-
}>(this: TThis, length: number) => import("
|
|
3090
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3091
3091
|
max: <TThis extends {
|
|
3092
3092
|
kind: "field";
|
|
3093
3093
|
readonly __fieldTypes?: {
|
|
3094
3094
|
input: string;
|
|
3095
3095
|
db: string;
|
|
3096
3096
|
output: string;
|
|
3097
|
-
meta: import("
|
|
3098
|
-
state: import("
|
|
3097
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3098
|
+
state: import("../index.js").FieldState;
|
|
3099
3099
|
} | undefined;
|
|
3100
|
-
meta: import("
|
|
3101
|
-
state: import("
|
|
3100
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3101
|
+
state: import("../index.js").FieldState;
|
|
3102
3102
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3103
3103
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3104
3104
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3105
3105
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3106
|
-
getConfig: () => import("
|
|
3106
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3107
3107
|
getIsRequired: () => boolean;
|
|
3108
3108
|
getIsTranslatable: () => boolean;
|
|
3109
|
-
getVisibility: () => import("
|
|
3109
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3110
3110
|
getIsDynamic: () => boolean;
|
|
3111
3111
|
getDescription: () => string | undefined;
|
|
3112
3112
|
getCondition: () => {
|
|
@@ -3146,28 +3146,28 @@ export declare const SeoSettings: ContentType<{
|
|
|
3146
3146
|
lte?: number | undefined;
|
|
3147
3147
|
};
|
|
3148
3148
|
} | undefined;
|
|
3149
|
-
}>(this: TThis, length: number) => import("
|
|
3150
|
-
}, keyof import("
|
|
3149
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3150
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3151
3151
|
field: string;
|
|
3152
3152
|
equals: boolean;
|
|
3153
3153
|
}>>;
|
|
3154
|
-
customTwitter: import("
|
|
3155
|
-
twitterCard: import("
|
|
3154
|
+
customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
3155
|
+
twitterCard: import("../index.js").WithFieldState<{
|
|
3156
3156
|
kind: "field";
|
|
3157
3157
|
readonly __fieldTypes?: {
|
|
3158
3158
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
3159
3159
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
3160
3160
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
3161
|
-
meta: import("
|
|
3162
|
-
state: import("
|
|
3161
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3162
|
+
state: import("../index.js").DefaultFieldState;
|
|
3163
3163
|
} | undefined;
|
|
3164
|
-
meta: import("
|
|
3165
|
-
state: import("
|
|
3164
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3165
|
+
state: import("../index.js").DefaultFieldState;
|
|
3166
3166
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
3167
3167
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
3168
3168
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
3169
3169
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
3170
|
-
getConfig: () => import("
|
|
3170
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3171
3171
|
getIsRequired: () => false;
|
|
3172
3172
|
getIsTranslatable: () => false;
|
|
3173
3173
|
getVisibility: () => "all";
|
|
@@ -3181,19 +3181,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3181
3181
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
3182
3182
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
3183
3183
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
3184
|
-
meta: import("
|
|
3185
|
-
state: import("
|
|
3184
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3185
|
+
state: import("../index.js").FieldState;
|
|
3186
3186
|
} | undefined;
|
|
3187
|
-
meta: import("
|
|
3188
|
-
state: import("
|
|
3187
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3188
|
+
state: import("../index.js").FieldState;
|
|
3189
3189
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
3190
3190
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
3191
3191
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
3192
3192
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
3193
|
-
getConfig: () => import("
|
|
3193
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
3194
3194
|
getIsRequired: () => boolean;
|
|
3195
3195
|
getIsTranslatable: () => boolean;
|
|
3196
|
-
getVisibility: () => import("
|
|
3196
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3197
3197
|
getIsDynamic: () => boolean;
|
|
3198
3198
|
getDescription: () => string | undefined;
|
|
3199
3199
|
getCondition: () => {
|
|
@@ -3233,27 +3233,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3233
3233
|
lte?: number | undefined;
|
|
3234
3234
|
};
|
|
3235
3235
|
} | undefined;
|
|
3236
|
-
}>(this: TThis) => import("
|
|
3237
|
-
}, import("
|
|
3236
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
3237
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
3238
3238
|
field: string;
|
|
3239
3239
|
equals: boolean;
|
|
3240
3240
|
}>>;
|
|
3241
|
-
twitterTitle: import("
|
|
3241
|
+
twitterTitle: import("../index.js").WithFieldState<Omit<{
|
|
3242
3242
|
kind: "field";
|
|
3243
3243
|
readonly __fieldTypes?: {
|
|
3244
3244
|
input: string;
|
|
3245
3245
|
db: string;
|
|
3246
3246
|
output: string;
|
|
3247
|
-
meta: import("
|
|
3248
|
-
state: import("
|
|
3247
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3248
|
+
state: import("../index.js").DefaultFieldState;
|
|
3249
3249
|
} | undefined;
|
|
3250
|
-
meta: import("
|
|
3251
|
-
state: import("
|
|
3250
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3251
|
+
state: import("../index.js").DefaultFieldState;
|
|
3252
3252
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3253
3253
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3254
3254
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3255
3255
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3256
|
-
getConfig: () => import("
|
|
3256
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3257
3257
|
getIsRequired: () => false;
|
|
3258
3258
|
getIsTranslatable: () => false;
|
|
3259
3259
|
getVisibility: () => "all";
|
|
@@ -3267,19 +3267,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3267
3267
|
input: string;
|
|
3268
3268
|
db: string;
|
|
3269
3269
|
output: string;
|
|
3270
|
-
meta: import("
|
|
3271
|
-
state: import("
|
|
3270
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3271
|
+
state: import("../index.js").FieldState;
|
|
3272
3272
|
} | undefined;
|
|
3273
|
-
meta: import("
|
|
3274
|
-
state: import("
|
|
3273
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3274
|
+
state: import("../index.js").FieldState;
|
|
3275
3275
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3276
3276
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3277
3277
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3278
3278
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3279
|
-
getConfig: () => import("
|
|
3279
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3280
3280
|
getIsRequired: () => boolean;
|
|
3281
3281
|
getIsTranslatable: () => boolean;
|
|
3282
|
-
getVisibility: () => import("
|
|
3282
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3283
3283
|
getIsDynamic: () => boolean;
|
|
3284
3284
|
getDescription: () => string | undefined;
|
|
3285
3285
|
getCondition: () => {
|
|
@@ -3319,26 +3319,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3319
3319
|
lte?: number | undefined;
|
|
3320
3320
|
};
|
|
3321
3321
|
} | undefined;
|
|
3322
|
-
}, NextUi extends import("
|
|
3322
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3323
3323
|
min: <TThis extends {
|
|
3324
3324
|
kind: "field";
|
|
3325
3325
|
readonly __fieldTypes?: {
|
|
3326
3326
|
input: string;
|
|
3327
3327
|
db: string;
|
|
3328
3328
|
output: string;
|
|
3329
|
-
meta: import("
|
|
3330
|
-
state: import("
|
|
3329
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3330
|
+
state: import("../index.js").FieldState;
|
|
3331
3331
|
} | undefined;
|
|
3332
|
-
meta: import("
|
|
3333
|
-
state: import("
|
|
3332
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3333
|
+
state: import("../index.js").FieldState;
|
|
3334
3334
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3335
3335
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3336
3336
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3337
3337
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3338
|
-
getConfig: () => import("
|
|
3338
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3339
3339
|
getIsRequired: () => boolean;
|
|
3340
3340
|
getIsTranslatable: () => boolean;
|
|
3341
|
-
getVisibility: () => import("
|
|
3341
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3342
3342
|
getIsDynamic: () => boolean;
|
|
3343
3343
|
getDescription: () => string | undefined;
|
|
3344
3344
|
getCondition: () => {
|
|
@@ -3378,26 +3378,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3378
3378
|
lte?: number | undefined;
|
|
3379
3379
|
};
|
|
3380
3380
|
} | undefined;
|
|
3381
|
-
}>(this: TThis, length: number) => import("
|
|
3381
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3382
3382
|
max: <TThis extends {
|
|
3383
3383
|
kind: "field";
|
|
3384
3384
|
readonly __fieldTypes?: {
|
|
3385
3385
|
input: string;
|
|
3386
3386
|
db: string;
|
|
3387
3387
|
output: string;
|
|
3388
|
-
meta: import("
|
|
3389
|
-
state: import("
|
|
3388
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3389
|
+
state: import("../index.js").FieldState;
|
|
3390
3390
|
} | undefined;
|
|
3391
|
-
meta: import("
|
|
3392
|
-
state: import("
|
|
3391
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3392
|
+
state: import("../index.js").FieldState;
|
|
3393
3393
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3394
3394
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3395
3395
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3396
3396
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3397
|
-
getConfig: () => import("
|
|
3397
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3398
3398
|
getIsRequired: () => boolean;
|
|
3399
3399
|
getIsTranslatable: () => boolean;
|
|
3400
|
-
getVisibility: () => import("
|
|
3400
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3401
3401
|
getIsDynamic: () => boolean;
|
|
3402
3402
|
getDescription: () => string | undefined;
|
|
3403
3403
|
getCondition: () => {
|
|
@@ -3437,27 +3437,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3437
3437
|
lte?: number | undefined;
|
|
3438
3438
|
};
|
|
3439
3439
|
} | undefined;
|
|
3440
|
-
}>(this: TThis, length: number) => import("
|
|
3441
|
-
}, keyof import("
|
|
3440
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3441
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3442
3442
|
field: string;
|
|
3443
3443
|
equals: boolean;
|
|
3444
3444
|
}>>;
|
|
3445
|
-
twitterDescription: import("
|
|
3445
|
+
twitterDescription: import("../index.js").WithFieldState<Omit<{
|
|
3446
3446
|
kind: "field";
|
|
3447
3447
|
readonly __fieldTypes?: {
|
|
3448
3448
|
input: string;
|
|
3449
3449
|
db: string;
|
|
3450
3450
|
output: string;
|
|
3451
|
-
meta: import("
|
|
3452
|
-
state: import("
|
|
3451
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3452
|
+
state: import("../index.js").DefaultFieldState;
|
|
3453
3453
|
} | undefined;
|
|
3454
|
-
meta: import("
|
|
3455
|
-
state: import("
|
|
3454
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3455
|
+
state: import("../index.js").DefaultFieldState;
|
|
3456
3456
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3457
3457
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3458
3458
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3459
3459
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3460
|
-
getConfig: () => import("
|
|
3460
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3461
3461
|
getIsRequired: () => false;
|
|
3462
3462
|
getIsTranslatable: () => false;
|
|
3463
3463
|
getVisibility: () => "all";
|
|
@@ -3471,19 +3471,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3471
3471
|
input: string;
|
|
3472
3472
|
db: string;
|
|
3473
3473
|
output: string;
|
|
3474
|
-
meta: import("
|
|
3475
|
-
state: import("
|
|
3474
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3475
|
+
state: import("../index.js").FieldState;
|
|
3476
3476
|
} | undefined;
|
|
3477
|
-
meta: import("
|
|
3478
|
-
state: import("
|
|
3477
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3478
|
+
state: import("../index.js").FieldState;
|
|
3479
3479
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3480
3480
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3481
3481
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3482
3482
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3483
|
-
getConfig: () => import("
|
|
3483
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3484
3484
|
getIsRequired: () => boolean;
|
|
3485
3485
|
getIsTranslatable: () => boolean;
|
|
3486
|
-
getVisibility: () => import("
|
|
3486
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3487
3487
|
getIsDynamic: () => boolean;
|
|
3488
3488
|
getDescription: () => string | undefined;
|
|
3489
3489
|
getCondition: () => {
|
|
@@ -3523,26 +3523,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3523
3523
|
lte?: number | undefined;
|
|
3524
3524
|
};
|
|
3525
3525
|
} | undefined;
|
|
3526
|
-
}, NextUi extends import("
|
|
3526
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3527
3527
|
min: <TThis extends {
|
|
3528
3528
|
kind: "field";
|
|
3529
3529
|
readonly __fieldTypes?: {
|
|
3530
3530
|
input: string;
|
|
3531
3531
|
db: string;
|
|
3532
3532
|
output: string;
|
|
3533
|
-
meta: import("
|
|
3534
|
-
state: import("
|
|
3533
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3534
|
+
state: import("../index.js").FieldState;
|
|
3535
3535
|
} | undefined;
|
|
3536
|
-
meta: import("
|
|
3537
|
-
state: import("
|
|
3536
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3537
|
+
state: import("../index.js").FieldState;
|
|
3538
3538
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3539
3539
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3540
3540
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3541
3541
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3542
|
-
getConfig: () => import("
|
|
3542
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3543
3543
|
getIsRequired: () => boolean;
|
|
3544
3544
|
getIsTranslatable: () => boolean;
|
|
3545
|
-
getVisibility: () => import("
|
|
3545
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3546
3546
|
getIsDynamic: () => boolean;
|
|
3547
3547
|
getDescription: () => string | undefined;
|
|
3548
3548
|
getCondition: () => {
|
|
@@ -3582,26 +3582,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3582
3582
|
lte?: number | undefined;
|
|
3583
3583
|
};
|
|
3584
3584
|
} | undefined;
|
|
3585
|
-
}>(this: TThis, length: number) => import("
|
|
3585
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3586
3586
|
max: <TThis extends {
|
|
3587
3587
|
kind: "field";
|
|
3588
3588
|
readonly __fieldTypes?: {
|
|
3589
3589
|
input: string;
|
|
3590
3590
|
db: string;
|
|
3591
3591
|
output: string;
|
|
3592
|
-
meta: import("
|
|
3593
|
-
state: import("
|
|
3592
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3593
|
+
state: import("../index.js").FieldState;
|
|
3594
3594
|
} | undefined;
|
|
3595
|
-
meta: import("
|
|
3596
|
-
state: import("
|
|
3595
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3596
|
+
state: import("../index.js").FieldState;
|
|
3597
3597
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3598
3598
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3599
3599
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3600
3600
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3601
|
-
getConfig: () => import("
|
|
3601
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3602
3602
|
getIsRequired: () => boolean;
|
|
3603
3603
|
getIsTranslatable: () => boolean;
|
|
3604
|
-
getVisibility: () => import("
|
|
3604
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3605
3605
|
getIsDynamic: () => boolean;
|
|
3606
3606
|
getDescription: () => string | undefined;
|
|
3607
3607
|
getCondition: () => {
|
|
@@ -3641,12 +3641,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
3641
3641
|
lte?: number | undefined;
|
|
3642
3642
|
};
|
|
3643
3643
|
} | undefined;
|
|
3644
|
-
}>(this: TThis, length: number) => import("
|
|
3645
|
-
}, keyof import("
|
|
3644
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3645
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3646
3646
|
field: string;
|
|
3647
3647
|
equals: boolean;
|
|
3648
3648
|
}>>;
|
|
3649
|
-
twitterImage: import("
|
|
3649
|
+
twitterImage: import("../index.js").WithFieldState<{
|
|
3650
3650
|
kind: "field";
|
|
3651
3651
|
readonly __fieldTypes?: {
|
|
3652
3652
|
input: {
|
|
@@ -3683,11 +3683,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3683
3683
|
}[] | undefined;
|
|
3684
3684
|
srcSet?: string | null | undefined;
|
|
3685
3685
|
};
|
|
3686
|
-
meta: import("
|
|
3687
|
-
state: import("
|
|
3686
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3687
|
+
state: import("../index.js").DefaultFieldState;
|
|
3688
3688
|
} | undefined;
|
|
3689
|
-
meta: import("
|
|
3690
|
-
state: import("
|
|
3689
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3690
|
+
state: import("../index.js").DefaultFieldState;
|
|
3691
3691
|
toZod: () => import("zod").ZodType<{
|
|
3692
3692
|
type: "existing";
|
|
3693
3693
|
_id: string;
|
|
@@ -3762,14 +3762,14 @@ export declare const SeoSettings: ContentType<{
|
|
|
3762
3762
|
}[] | undefined;
|
|
3763
3763
|
srcSet?: string | null | undefined;
|
|
3764
3764
|
} | undefined, unknown>>;
|
|
3765
|
-
getConfig: () => import("
|
|
3765
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3766
3766
|
getIsRequired: () => false;
|
|
3767
3767
|
getIsTranslatable: () => false;
|
|
3768
3768
|
getVisibility: () => "all";
|
|
3769
3769
|
getIsDynamic: () => true;
|
|
3770
3770
|
getDescription: () => undefined;
|
|
3771
3771
|
getCondition: () => undefined;
|
|
3772
|
-
} & import("
|
|
3772
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
3773
3773
|
url: string;
|
|
3774
3774
|
previewUrl: string | null;
|
|
3775
3775
|
name: string;
|
|
@@ -3792,7 +3792,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3792
3792
|
size: number;
|
|
3793
3793
|
}[] | undefined;
|
|
3794
3794
|
srcSet?: string | null | undefined;
|
|
3795
|
-
}, import("
|
|
3795
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
3796
3796
|
type: <TThis extends {
|
|
3797
3797
|
kind: "field";
|
|
3798
3798
|
readonly __fieldTypes?: {
|
|
@@ -3830,11 +3830,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3830
3830
|
}[] | undefined;
|
|
3831
3831
|
srcSet?: string | null | undefined;
|
|
3832
3832
|
};
|
|
3833
|
-
meta: import("
|
|
3834
|
-
state: import("
|
|
3833
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3834
|
+
state: import("../index.js").FieldState;
|
|
3835
3835
|
} | undefined;
|
|
3836
|
-
meta: import("
|
|
3837
|
-
state: import("
|
|
3836
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3837
|
+
state: import("../index.js").FieldState;
|
|
3838
3838
|
toZod: () => import("zod").ZodType<{
|
|
3839
3839
|
type: "existing";
|
|
3840
3840
|
_id: string;
|
|
@@ -3909,10 +3909,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3909
3909
|
}[] | undefined;
|
|
3910
3910
|
srcSet?: string | null | undefined;
|
|
3911
3911
|
} | undefined, unknown>>;
|
|
3912
|
-
getConfig: () => import("
|
|
3912
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3913
3913
|
getIsRequired: () => boolean;
|
|
3914
3914
|
getIsTranslatable: () => boolean;
|
|
3915
|
-
getVisibility: () => import("
|
|
3915
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3916
3916
|
getIsDynamic: () => boolean;
|
|
3917
3917
|
getDescription: () => string | undefined;
|
|
3918
3918
|
getCondition: () => {
|
|
@@ -3952,7 +3952,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3952
3952
|
lte?: number | undefined;
|
|
3953
3953
|
};
|
|
3954
3954
|
} | undefined;
|
|
3955
|
-
}, NextMediaType extends import("
|
|
3955
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
3956
3956
|
multiple: <TThis extends {
|
|
3957
3957
|
kind: "field";
|
|
3958
3958
|
readonly __fieldTypes?: {
|
|
@@ -3990,11 +3990,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3990
3990
|
}[] | undefined;
|
|
3991
3991
|
srcSet?: string | null | undefined;
|
|
3992
3992
|
};
|
|
3993
|
-
meta: import("
|
|
3994
|
-
state: import("
|
|
3993
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3994
|
+
state: import("../index.js").FieldState;
|
|
3995
3995
|
} | undefined;
|
|
3996
|
-
meta: import("
|
|
3997
|
-
state: import("
|
|
3996
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3997
|
+
state: import("../index.js").FieldState;
|
|
3998
3998
|
toZod: () => import("zod").ZodType<{
|
|
3999
3999
|
type: "existing";
|
|
4000
4000
|
_id: string;
|
|
@@ -4069,10 +4069,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
4069
4069
|
}[] | undefined;
|
|
4070
4070
|
srcSet?: string | null | undefined;
|
|
4071
4071
|
} | undefined, unknown>>;
|
|
4072
|
-
getConfig: () => import("
|
|
4072
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
4073
4073
|
getIsRequired: () => boolean;
|
|
4074
4074
|
getIsTranslatable: () => boolean;
|
|
4075
|
-
getVisibility: () => import("
|
|
4075
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4076
4076
|
getIsDynamic: () => boolean;
|
|
4077
4077
|
getDescription: () => string | undefined;
|
|
4078
4078
|
getCondition: () => {
|
|
@@ -4112,7 +4112,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
4112
4112
|
lte?: number | undefined;
|
|
4113
4113
|
};
|
|
4114
4114
|
} | undefined;
|
|
4115
|
-
}>(this: TThis) => import("
|
|
4115
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
4116
4116
|
optimize: <TThis extends {
|
|
4117
4117
|
kind: "field";
|
|
4118
4118
|
readonly __fieldTypes?: {
|
|
@@ -4150,11 +4150,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
4150
4150
|
}[] | undefined;
|
|
4151
4151
|
srcSet?: string | null | undefined;
|
|
4152
4152
|
};
|
|
4153
|
-
meta: import("
|
|
4154
|
-
state: import("
|
|
4153
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
4154
|
+
state: import("../index.js").FieldState;
|
|
4155
4155
|
} | undefined;
|
|
4156
|
-
meta: import("
|
|
4157
|
-
state: import("
|
|
4156
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
4157
|
+
state: import("../index.js").FieldState;
|
|
4158
4158
|
toZod: () => import("zod").ZodType<{
|
|
4159
4159
|
type: "existing";
|
|
4160
4160
|
_id: string;
|
|
@@ -4229,10 +4229,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
4229
4229
|
}[] | undefined;
|
|
4230
4230
|
srcSet?: string | null | undefined;
|
|
4231
4231
|
} | undefined, unknown>>;
|
|
4232
|
-
getConfig: () => import("
|
|
4232
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
4233
4233
|
getIsRequired: () => boolean;
|
|
4234
4234
|
getIsTranslatable: () => boolean;
|
|
4235
|
-
getVisibility: () => import("
|
|
4235
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4236
4236
|
getIsDynamic: () => boolean;
|
|
4237
4237
|
getDescription: () => string | undefined;
|
|
4238
4238
|
getCondition: () => {
|
|
@@ -4272,27 +4272,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
4272
4272
|
lte?: number | undefined;
|
|
4273
4273
|
};
|
|
4274
4274
|
} | undefined;
|
|
4275
|
-
}>(this: TThis, options?: Partial<import("
|
|
4276
|
-
}, import("
|
|
4275
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
4276
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
4277
4277
|
field: string;
|
|
4278
4278
|
equals: boolean;
|
|
4279
4279
|
}>>;
|
|
4280
|
-
twitterImageAlt: import("
|
|
4280
|
+
twitterImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
4281
4281
|
kind: "field";
|
|
4282
4282
|
readonly __fieldTypes?: {
|
|
4283
4283
|
input: string;
|
|
4284
4284
|
db: string;
|
|
4285
4285
|
output: string;
|
|
4286
|
-
meta: import("
|
|
4287
|
-
state: import("
|
|
4286
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4287
|
+
state: import("../index.js").DefaultFieldState;
|
|
4288
4288
|
} | undefined;
|
|
4289
|
-
meta: import("
|
|
4290
|
-
state: import("
|
|
4289
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4290
|
+
state: import("../index.js").DefaultFieldState;
|
|
4291
4291
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4292
4292
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4293
4293
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4294
4294
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4295
|
-
getConfig: () => import("
|
|
4295
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4296
4296
|
getIsRequired: () => false;
|
|
4297
4297
|
getIsTranslatable: () => false;
|
|
4298
4298
|
getVisibility: () => "all";
|
|
@@ -4306,19 +4306,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
4306
4306
|
input: string;
|
|
4307
4307
|
db: string;
|
|
4308
4308
|
output: string;
|
|
4309
|
-
meta: import("
|
|
4310
|
-
state: import("
|
|
4309
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4310
|
+
state: import("../index.js").FieldState;
|
|
4311
4311
|
} | undefined;
|
|
4312
|
-
meta: import("
|
|
4313
|
-
state: import("
|
|
4312
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4313
|
+
state: import("../index.js").FieldState;
|
|
4314
4314
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4315
4315
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4316
4316
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4317
4317
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4318
|
-
getConfig: () => import("
|
|
4318
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4319
4319
|
getIsRequired: () => boolean;
|
|
4320
4320
|
getIsTranslatable: () => boolean;
|
|
4321
|
-
getVisibility: () => import("
|
|
4321
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4322
4322
|
getIsDynamic: () => boolean;
|
|
4323
4323
|
getDescription: () => string | undefined;
|
|
4324
4324
|
getCondition: () => {
|
|
@@ -4358,26 +4358,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
4358
4358
|
lte?: number | undefined;
|
|
4359
4359
|
};
|
|
4360
4360
|
} | undefined;
|
|
4361
|
-
}, NextUi extends import("
|
|
4361
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
4362
4362
|
min: <TThis extends {
|
|
4363
4363
|
kind: "field";
|
|
4364
4364
|
readonly __fieldTypes?: {
|
|
4365
4365
|
input: string;
|
|
4366
4366
|
db: string;
|
|
4367
4367
|
output: string;
|
|
4368
|
-
meta: import("
|
|
4369
|
-
state: import("
|
|
4368
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4369
|
+
state: import("../index.js").FieldState;
|
|
4370
4370
|
} | undefined;
|
|
4371
|
-
meta: import("
|
|
4372
|
-
state: import("
|
|
4371
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4372
|
+
state: import("../index.js").FieldState;
|
|
4373
4373
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4374
4374
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4375
4375
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4376
4376
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4377
|
-
getConfig: () => import("
|
|
4377
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4378
4378
|
getIsRequired: () => boolean;
|
|
4379
4379
|
getIsTranslatable: () => boolean;
|
|
4380
|
-
getVisibility: () => import("
|
|
4380
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4381
4381
|
getIsDynamic: () => boolean;
|
|
4382
4382
|
getDescription: () => string | undefined;
|
|
4383
4383
|
getCondition: () => {
|
|
@@ -4417,26 +4417,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
4417
4417
|
lte?: number | undefined;
|
|
4418
4418
|
};
|
|
4419
4419
|
} | undefined;
|
|
4420
|
-
}>(this: TThis, length: number) => import("
|
|
4420
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4421
4421
|
max: <TThis extends {
|
|
4422
4422
|
kind: "field";
|
|
4423
4423
|
readonly __fieldTypes?: {
|
|
4424
4424
|
input: string;
|
|
4425
4425
|
db: string;
|
|
4426
4426
|
output: string;
|
|
4427
|
-
meta: import("
|
|
4428
|
-
state: import("
|
|
4427
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4428
|
+
state: import("../index.js").FieldState;
|
|
4429
4429
|
} | undefined;
|
|
4430
|
-
meta: import("
|
|
4431
|
-
state: import("
|
|
4430
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4431
|
+
state: import("../index.js").FieldState;
|
|
4432
4432
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4433
4433
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4434
4434
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4435
4435
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4436
|
-
getConfig: () => import("
|
|
4436
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4437
4437
|
getIsRequired: () => boolean;
|
|
4438
4438
|
getIsTranslatable: () => boolean;
|
|
4439
|
-
getVisibility: () => import("
|
|
4439
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4440
4440
|
getIsDynamic: () => boolean;
|
|
4441
4441
|
getDescription: () => string | undefined;
|
|
4442
4442
|
getCondition: () => {
|
|
@@ -4476,12 +4476,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
4476
4476
|
lte?: number | undefined;
|
|
4477
4477
|
};
|
|
4478
4478
|
} | undefined;
|
|
4479
|
-
}>(this: TThis, length: number) => import("
|
|
4480
|
-
}, keyof import("
|
|
4479
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4480
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
4481
4481
|
field: string;
|
|
4482
4482
|
equals: boolean;
|
|
4483
4483
|
}>>;
|
|
4484
|
-
}, "Seo", undefined>, "new", import("
|
|
4484
|
+
}, "Seo", undefined>, "new", import("../index.js").DefaultFieldState>;
|
|
4485
4485
|
}, "SeoSettings", undefined>;
|
|
4486
4486
|
export type SeoSettings = typeof SeoSettings;
|
|
4487
4487
|
export type SeoSettingsSchema = DataFront<SeoSettings>;
|