@rakun-kit/core 1.3.8 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/routes/web/page.js +6 -3
- package/dist/cjs/api/routes/web/page.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/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 +92 -92
- package/dist/esm/api/operations/index.js +8 -8
- package/dist/esm/api/operations/manager-contract.d.ts +65 -65
- package/dist/esm/api/operations/manager-contract.js +5 -5
- package/dist/esm/api/operations/manager.d.ts +66 -66
- package/dist/esm/api/operations/manager.js +51 -51
- 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 +19 -19
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +20 -20
- package/dist/esm/api/operations/web.js +9 -9
- package/dist/esm/api/proxies/context.d.ts +2 -2
- package/dist/esm/api/proxies/index.d.ts +8 -8
- package/dist/esm/api/proxies/index.js +1 -1
- 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 +5 -5
- package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/login.js +4 -4
- 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 +6 -6
- 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 +3 -3
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
- 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 +3 -3
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
- 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 +4 -4
- 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.js +3 -3
- package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
- package/dist/esm/api/routes/manager/contentTypes.js +1 -1
- package/dist/esm/api/routes/manager/create.d.ts +4 -4
- package/dist/esm/api/routes/manager/create.js +8 -8
- package/dist/esm/api/routes/manager/delete.d.ts +2 -2
- package/dist/esm/api/routes/manager/delete.js +8 -8
- package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
- package/dist/esm/api/routes/manager/duplicate.js +5 -5
- package/dist/esm/api/routes/manager/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.js +8 -8
- package/dist/esm/api/routes/manager/languages.d.ts +3 -3
- 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 +9 -9
- 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/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 +10 -10
- package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
- 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 +2 -2
- package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
- 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 +6 -6
- 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 +13 -13
- 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 +4 -4
- package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
- package/dist/esm/api/routes/manager/translateDocument.js +10 -10
- package/dist/esm/api/routes/manager/trash.d.ts +2 -2
- package/dist/esm/api/routes/manager/trash.js +6 -6
- package/dist/esm/api/routes/manager/update.d.ts +4 -4
- package/dist/esm/api/routes/manager/update.js +8 -8
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/web/page.js +20 -17
- package/dist/esm/api/routes/web/page.js.map +1 -1
- package/dist/esm/api/routes/web/previewPage.d.ts +6 -6
- 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/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 +4 -4
- package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
- package/dist/esm/api/utils/checkPermissions.js +3 -3
- package/dist/esm/api/utils/getLanguages.d.ts +3 -3
- 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 +4 -4
- package/dist/esm/api/utils/getUser.d.ts +5 -5
- package/dist/esm/api/utils/getUser.js +4 -4
- package/dist/esm/api/utils/index.d.ts +23 -23
- package/dist/esm/api/utils/index.js +23 -23
- 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 +5 -5
- package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
- 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 +4 -4
- 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 +42 -42
- package/dist/esm/client.js +26 -26
- package/dist/esm/contracts.d.ts +38 -38
- package/dist/esm/contracts.js +38 -38
- package/dist/esm/index.d.ts +37 -37
- package/dist/esm/index.js +34 -34
- 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/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/ManagerRole.d.ts +31 -31
- package/dist/esm/internal-content-types/ManagerRole.js +3 -3
- package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
- package/dist/esm/internal-content-types/ManagerUser.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 +532 -532
- 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 +1267 -1267
- package/dist/esm/internal-content-types/Page.js +4 -4
- 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 +151 -151
- 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/RouteMap.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteMap.js +2 -2
- package/dist/esm/internal-content-types/RouteSettings.d.ts +1298 -1298
- 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 +491 -491
- package/dist/esm/internal-content-types/SeoSettings.js +3 -3
- package/dist/esm/internal-content-types/Session.d.ts +495 -495
- package/dist/esm/internal-content-types/Session.js +3 -3
- package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
- package/dist/esm/internal-content-types/UserMfa.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
- package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
- package/dist/esm/internal-content-types/index.d.ts +29 -29
- package/dist/esm/internal-content-types/index.js +29 -29
- package/dist/esm/lib/ContentType.d.ts +2 -2
- package/dist/esm/lib/ContentType.js +1 -1
- package/dist/esm/lib/Permissions.d.ts +1 -1
- package/dist/esm/lib/Registry.d.ts +4 -4
- 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 +1 -1
- 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/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 +264 -264
- package/dist/esm/manager.js +2 -2
- 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 +2 -2
- 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 +16 -16
- 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 +1 -1
- package/dist/esm/orm/operations/clear.js +1 -1
- package/dist/esm/orm/operations/create.d.ts +3 -3
- package/dist/esm/orm/operations/create.js +5 -5
- package/dist/esm/orm/operations/delete.d.ts +3 -3
- package/dist/esm/orm/operations/delete.js +3 -3
- 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 +4 -4
- package/dist/esm/orm/operations/update.js +6 -6
- package/dist/esm/orm/operations/updateMany.d.ts +3 -3
- package/dist/esm/orm/operations/updateMany.js +3 -3
- 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/schemas/manager/literals/upsert.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 +28 -28
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +20 -20
- 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";
|
|
@@ -28,19 +28,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
28
28
|
input: string;
|
|
29
29
|
db: string;
|
|
30
30
|
output: string;
|
|
31
|
-
meta: import("
|
|
32
|
-
state: import("
|
|
31
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
32
|
+
state: import("../index.js").FieldState;
|
|
33
33
|
} | undefined;
|
|
34
|
-
meta: import("
|
|
35
|
-
state: import("
|
|
34
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
35
|
+
state: import("../index.js").FieldState;
|
|
36
36
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
37
37
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
38
38
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
39
39
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
40
|
-
getConfig: () => import("
|
|
40
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
41
41
|
getIsRequired: () => boolean;
|
|
42
42
|
getIsTranslatable: () => boolean;
|
|
43
|
-
getVisibility: () => import("
|
|
43
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
44
44
|
getCondition: () => {
|
|
45
45
|
field: string;
|
|
46
46
|
equals: unknown;
|
|
@@ -78,26 +78,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
78
78
|
lte?: number | undefined;
|
|
79
79
|
};
|
|
80
80
|
} | undefined;
|
|
81
|
-
}, NextUi extends import("
|
|
81
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
82
82
|
min: <TThis extends {
|
|
83
83
|
kind: "field";
|
|
84
84
|
readonly __fieldTypes?: {
|
|
85
85
|
input: string;
|
|
86
86
|
db: string;
|
|
87
87
|
output: string;
|
|
88
|
-
meta: import("
|
|
89
|
-
state: import("
|
|
88
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
89
|
+
state: import("../index.js").FieldState;
|
|
90
90
|
} | undefined;
|
|
91
|
-
meta: import("
|
|
92
|
-
state: import("
|
|
91
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
92
|
+
state: import("../index.js").FieldState;
|
|
93
93
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
94
94
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
95
95
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
96
96
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
97
|
-
getConfig: () => import("
|
|
97
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
98
98
|
getIsRequired: () => boolean;
|
|
99
99
|
getIsTranslatable: () => boolean;
|
|
100
|
-
getVisibility: () => import("
|
|
100
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
101
101
|
getCondition: () => {
|
|
102
102
|
field: string;
|
|
103
103
|
equals: unknown;
|
|
@@ -135,26 +135,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
135
135
|
lte?: number | undefined;
|
|
136
136
|
};
|
|
137
137
|
} | undefined;
|
|
138
|
-
}>(this: TThis, length: number) => import("
|
|
138
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
139
139
|
max: <TThis extends {
|
|
140
140
|
kind: "field";
|
|
141
141
|
readonly __fieldTypes?: {
|
|
142
142
|
input: string;
|
|
143
143
|
db: string;
|
|
144
144
|
output: string;
|
|
145
|
-
meta: import("
|
|
146
|
-
state: import("
|
|
145
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
146
|
+
state: import("../index.js").FieldState;
|
|
147
147
|
} | undefined;
|
|
148
|
-
meta: import("
|
|
149
|
-
state: import("
|
|
148
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
149
|
+
state: import("../index.js").FieldState;
|
|
150
150
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
151
151
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
152
152
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
153
153
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
154
|
-
getConfig: () => import("
|
|
154
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
155
155
|
getIsRequired: () => boolean;
|
|
156
156
|
getIsTranslatable: () => boolean;
|
|
157
|
-
getVisibility: () => import("
|
|
157
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
158
158
|
getCondition: () => {
|
|
159
159
|
field: string;
|
|
160
160
|
equals: unknown;
|
|
@@ -192,24 +192,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
192
192
|
lte?: number | undefined;
|
|
193
193
|
};
|
|
194
194
|
} | undefined;
|
|
195
|
-
}>(this: TThis, length: number) => import("
|
|
196
|
-
}, import("
|
|
197
|
-
siteName: import("
|
|
195
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
196
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
197
|
+
siteName: import("../index.js").WithFieldState<{
|
|
198
198
|
kind: "field";
|
|
199
199
|
readonly __fieldTypes?: {
|
|
200
200
|
input: string;
|
|
201
201
|
db: string;
|
|
202
202
|
output: string;
|
|
203
|
-
meta: import("
|
|
204
|
-
state: import("
|
|
203
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
204
|
+
state: import("../index.js").DefaultFieldState;
|
|
205
205
|
} | undefined;
|
|
206
|
-
meta: import("
|
|
207
|
-
state: import("
|
|
206
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
207
|
+
state: import("../index.js").DefaultFieldState;
|
|
208
208
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
209
209
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
210
210
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
211
211
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
212
|
-
getConfig: () => import("
|
|
212
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
213
213
|
getIsRequired: () => false;
|
|
214
214
|
getIsTranslatable: () => false;
|
|
215
215
|
getVisibility: () => "all";
|
|
@@ -221,19 +221,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
221
221
|
input: string;
|
|
222
222
|
db: string;
|
|
223
223
|
output: string;
|
|
224
|
-
meta: import("
|
|
225
|
-
state: import("
|
|
224
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
225
|
+
state: import("../index.js").FieldState;
|
|
226
226
|
} | undefined;
|
|
227
|
-
meta: import("
|
|
228
|
-
state: import("
|
|
227
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
228
|
+
state: import("../index.js").FieldState;
|
|
229
229
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
230
230
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
231
231
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
232
232
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
233
|
-
getConfig: () => import("
|
|
233
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
234
234
|
getIsRequired: () => boolean;
|
|
235
235
|
getIsTranslatable: () => boolean;
|
|
236
|
-
getVisibility: () => import("
|
|
236
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
237
237
|
getCondition: () => {
|
|
238
238
|
field: string;
|
|
239
239
|
equals: unknown;
|
|
@@ -271,26 +271,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
271
271
|
lte?: number | undefined;
|
|
272
272
|
};
|
|
273
273
|
} | undefined;
|
|
274
|
-
}, NextUi extends import("
|
|
274
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
275
275
|
min: <TThis extends {
|
|
276
276
|
kind: "field";
|
|
277
277
|
readonly __fieldTypes?: {
|
|
278
278
|
input: string;
|
|
279
279
|
db: string;
|
|
280
280
|
output: string;
|
|
281
|
-
meta: import("
|
|
282
|
-
state: import("
|
|
281
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
282
|
+
state: import("../index.js").FieldState;
|
|
283
283
|
} | undefined;
|
|
284
|
-
meta: import("
|
|
285
|
-
state: import("
|
|
284
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
285
|
+
state: import("../index.js").FieldState;
|
|
286
286
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
287
287
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
288
288
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
289
289
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
290
|
-
getConfig: () => import("
|
|
290
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
291
291
|
getIsRequired: () => boolean;
|
|
292
292
|
getIsTranslatable: () => boolean;
|
|
293
|
-
getVisibility: () => import("
|
|
293
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
294
294
|
getCondition: () => {
|
|
295
295
|
field: string;
|
|
296
296
|
equals: unknown;
|
|
@@ -328,26 +328,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
328
328
|
lte?: number | undefined;
|
|
329
329
|
};
|
|
330
330
|
} | undefined;
|
|
331
|
-
}>(this: TThis, length: number) => import("
|
|
331
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
332
332
|
max: <TThis extends {
|
|
333
333
|
kind: "field";
|
|
334
334
|
readonly __fieldTypes?: {
|
|
335
335
|
input: string;
|
|
336
336
|
db: string;
|
|
337
337
|
output: string;
|
|
338
|
-
meta: import("
|
|
339
|
-
state: import("
|
|
338
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
339
|
+
state: import("../index.js").FieldState;
|
|
340
340
|
} | undefined;
|
|
341
|
-
meta: import("
|
|
342
|
-
state: import("
|
|
341
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
342
|
+
state: import("../index.js").FieldState;
|
|
343
343
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
344
344
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
345
345
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
346
346
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
347
|
-
getConfig: () => import("
|
|
347
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
348
348
|
getIsRequired: () => boolean;
|
|
349
349
|
getIsTranslatable: () => boolean;
|
|
350
|
-
getVisibility: () => import("
|
|
350
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
351
351
|
getCondition: () => {
|
|
352
352
|
field: string;
|
|
353
353
|
equals: unknown;
|
|
@@ -385,28 +385,28 @@ export declare const SeoSettings: ContentType<{
|
|
|
385
385
|
lte?: number | undefined;
|
|
386
386
|
};
|
|
387
387
|
} | undefined;
|
|
388
|
-
}>(this: TThis, length: number) => import("
|
|
389
|
-
}, import("
|
|
390
|
-
siteUrl: import("
|
|
391
|
-
titleTemplate: import("
|
|
392
|
-
twitterSite: import("
|
|
393
|
-
defaultSeo: import("
|
|
394
|
-
title: import("
|
|
388
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
389
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
390
|
+
siteUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
391
|
+
titleTemplate: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
392
|
+
twitterSite: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
393
|
+
defaultSeo: import("../index.js").RelationField<ContentType<{
|
|
394
|
+
title: import("../index.js").WithFieldState<{
|
|
395
395
|
kind: "field";
|
|
396
396
|
readonly __fieldTypes?: {
|
|
397
397
|
input: string;
|
|
398
398
|
db: string;
|
|
399
399
|
output: string;
|
|
400
|
-
meta: import("
|
|
401
|
-
state: import("
|
|
400
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
401
|
+
state: import("../index.js").DefaultFieldState;
|
|
402
402
|
} | undefined;
|
|
403
|
-
meta: import("
|
|
404
|
-
state: import("
|
|
403
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
404
|
+
state: import("../index.js").DefaultFieldState;
|
|
405
405
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
406
406
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
407
407
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
408
408
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
409
|
-
getConfig: () => import("
|
|
409
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
410
410
|
getIsRequired: () => false;
|
|
411
411
|
getIsTranslatable: () => false;
|
|
412
412
|
getVisibility: () => "all";
|
|
@@ -418,19 +418,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
418
418
|
input: string;
|
|
419
419
|
db: string;
|
|
420
420
|
output: string;
|
|
421
|
-
meta: import("
|
|
422
|
-
state: import("
|
|
421
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
422
|
+
state: import("../index.js").FieldState;
|
|
423
423
|
} | undefined;
|
|
424
|
-
meta: import("
|
|
425
|
-
state: import("
|
|
424
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
425
|
+
state: import("../index.js").FieldState;
|
|
426
426
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
427
427
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
428
428
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
429
429
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
430
|
-
getConfig: () => import("
|
|
430
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
431
431
|
getIsRequired: () => boolean;
|
|
432
432
|
getIsTranslatable: () => boolean;
|
|
433
|
-
getVisibility: () => import("
|
|
433
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
434
434
|
getCondition: () => {
|
|
435
435
|
field: string;
|
|
436
436
|
equals: unknown;
|
|
@@ -468,26 +468,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
468
468
|
lte?: number | undefined;
|
|
469
469
|
};
|
|
470
470
|
} | undefined;
|
|
471
|
-
}, NextUi extends import("
|
|
471
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
472
472
|
min: <TThis extends {
|
|
473
473
|
kind: "field";
|
|
474
474
|
readonly __fieldTypes?: {
|
|
475
475
|
input: string;
|
|
476
476
|
db: string;
|
|
477
477
|
output: string;
|
|
478
|
-
meta: import("
|
|
479
|
-
state: import("
|
|
478
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
479
|
+
state: import("../index.js").FieldState;
|
|
480
480
|
} | undefined;
|
|
481
|
-
meta: import("
|
|
482
|
-
state: import("
|
|
481
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
482
|
+
state: import("../index.js").FieldState;
|
|
483
483
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
484
484
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
485
485
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
486
486
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
487
|
-
getConfig: () => import("
|
|
487
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
488
488
|
getIsRequired: () => boolean;
|
|
489
489
|
getIsTranslatable: () => boolean;
|
|
490
|
-
getVisibility: () => import("
|
|
490
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
491
491
|
getCondition: () => {
|
|
492
492
|
field: string;
|
|
493
493
|
equals: unknown;
|
|
@@ -525,26 +525,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
525
525
|
lte?: number | undefined;
|
|
526
526
|
};
|
|
527
527
|
} | undefined;
|
|
528
|
-
}>(this: TThis, length: number) => import("
|
|
528
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
529
529
|
max: <TThis extends {
|
|
530
530
|
kind: "field";
|
|
531
531
|
readonly __fieldTypes?: {
|
|
532
532
|
input: string;
|
|
533
533
|
db: string;
|
|
534
534
|
output: string;
|
|
535
|
-
meta: import("
|
|
536
|
-
state: import("
|
|
535
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
536
|
+
state: import("../index.js").FieldState;
|
|
537
537
|
} | undefined;
|
|
538
|
-
meta: import("
|
|
539
|
-
state: import("
|
|
538
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
539
|
+
state: import("../index.js").FieldState;
|
|
540
540
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
541
541
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
542
542
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
543
543
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
544
|
-
getConfig: () => import("
|
|
544
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
545
545
|
getIsRequired: () => boolean;
|
|
546
546
|
getIsTranslatable: () => boolean;
|
|
547
|
-
getVisibility: () => import("
|
|
547
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
548
548
|
getCondition: () => {
|
|
549
549
|
field: string;
|
|
550
550
|
equals: unknown;
|
|
@@ -582,24 +582,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
582
582
|
lte?: number | undefined;
|
|
583
583
|
};
|
|
584
584
|
} | undefined;
|
|
585
|
-
}>(this: TThis, length: number) => import("
|
|
586
|
-
}, import("
|
|
587
|
-
description: import("
|
|
585
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
586
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
587
|
+
description: import("../index.js").WithFieldState<{
|
|
588
588
|
kind: "field";
|
|
589
589
|
readonly __fieldTypes?: {
|
|
590
590
|
input: string;
|
|
591
591
|
db: string;
|
|
592
592
|
output: string;
|
|
593
|
-
meta: import("
|
|
594
|
-
state: import("
|
|
593
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
594
|
+
state: import("../index.js").DefaultFieldState;
|
|
595
595
|
} | undefined;
|
|
596
|
-
meta: import("
|
|
597
|
-
state: import("
|
|
596
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
597
|
+
state: import("../index.js").DefaultFieldState;
|
|
598
598
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
599
599
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
600
600
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
601
601
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
602
|
-
getConfig: () => import("
|
|
602
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
603
603
|
getIsRequired: () => false;
|
|
604
604
|
getIsTranslatable: () => false;
|
|
605
605
|
getVisibility: () => "all";
|
|
@@ -611,19 +611,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
611
611
|
input: string;
|
|
612
612
|
db: string;
|
|
613
613
|
output: string;
|
|
614
|
-
meta: import("
|
|
615
|
-
state: import("
|
|
614
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
615
|
+
state: import("../index.js").FieldState;
|
|
616
616
|
} | undefined;
|
|
617
|
-
meta: import("
|
|
618
|
-
state: import("
|
|
617
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
618
|
+
state: import("../index.js").FieldState;
|
|
619
619
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
620
620
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
621
621
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
622
622
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
623
|
-
getConfig: () => import("
|
|
623
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
624
624
|
getIsRequired: () => boolean;
|
|
625
625
|
getIsTranslatable: () => boolean;
|
|
626
|
-
getVisibility: () => import("
|
|
626
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
627
627
|
getCondition: () => {
|
|
628
628
|
field: string;
|
|
629
629
|
equals: unknown;
|
|
@@ -661,26 +661,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
661
661
|
lte?: number | undefined;
|
|
662
662
|
};
|
|
663
663
|
} | undefined;
|
|
664
|
-
}, NextUi extends import("
|
|
664
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
665
665
|
min: <TThis extends {
|
|
666
666
|
kind: "field";
|
|
667
667
|
readonly __fieldTypes?: {
|
|
668
668
|
input: string;
|
|
669
669
|
db: string;
|
|
670
670
|
output: string;
|
|
671
|
-
meta: import("
|
|
672
|
-
state: import("
|
|
671
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
672
|
+
state: import("../index.js").FieldState;
|
|
673
673
|
} | undefined;
|
|
674
|
-
meta: import("
|
|
675
|
-
state: import("
|
|
674
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
675
|
+
state: import("../index.js").FieldState;
|
|
676
676
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
677
677
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
678
678
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
679
679
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
680
|
-
getConfig: () => import("
|
|
680
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
681
681
|
getIsRequired: () => boolean;
|
|
682
682
|
getIsTranslatable: () => boolean;
|
|
683
|
-
getVisibility: () => import("
|
|
683
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
684
684
|
getCondition: () => {
|
|
685
685
|
field: string;
|
|
686
686
|
equals: unknown;
|
|
@@ -718,26 +718,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
718
718
|
lte?: number | undefined;
|
|
719
719
|
};
|
|
720
720
|
} | undefined;
|
|
721
|
-
}>(this: TThis, length: number) => import("
|
|
721
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
722
722
|
max: <TThis extends {
|
|
723
723
|
kind: "field";
|
|
724
724
|
readonly __fieldTypes?: {
|
|
725
725
|
input: string;
|
|
726
726
|
db: string;
|
|
727
727
|
output: string;
|
|
728
|
-
meta: import("
|
|
729
|
-
state: import("
|
|
728
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
729
|
+
state: import("../index.js").FieldState;
|
|
730
730
|
} | undefined;
|
|
731
|
-
meta: import("
|
|
732
|
-
state: import("
|
|
731
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
732
|
+
state: import("../index.js").FieldState;
|
|
733
733
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
734
734
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
735
735
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
736
736
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
737
|
-
getConfig: () => import("
|
|
737
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
738
738
|
getIsRequired: () => boolean;
|
|
739
739
|
getIsTranslatable: () => boolean;
|
|
740
|
-
getVisibility: () => import("
|
|
740
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
741
741
|
getCondition: () => {
|
|
742
742
|
field: string;
|
|
743
743
|
equals: unknown;
|
|
@@ -775,24 +775,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
775
775
|
lte?: number | undefined;
|
|
776
776
|
};
|
|
777
777
|
} | undefined;
|
|
778
|
-
}>(this: TThis, length: number) => import("
|
|
779
|
-
}, import("
|
|
780
|
-
canonicalUrl: import("
|
|
778
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
779
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
780
|
+
canonicalUrl: import("../index.js").WithFieldState<{
|
|
781
781
|
kind: "field";
|
|
782
782
|
readonly __fieldTypes?: {
|
|
783
783
|
input: string;
|
|
784
784
|
db: string;
|
|
785
785
|
output: string;
|
|
786
|
-
meta: import("
|
|
787
|
-
state: import("
|
|
786
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
787
|
+
state: import("../index.js").DefaultFieldState;
|
|
788
788
|
} | undefined;
|
|
789
|
-
meta: import("
|
|
790
|
-
state: import("
|
|
789
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
790
|
+
state: import("../index.js").DefaultFieldState;
|
|
791
791
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
792
792
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
793
793
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
794
794
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
795
|
-
getConfig: () => import("
|
|
795
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
796
796
|
getIsRequired: () => false;
|
|
797
797
|
getIsTranslatable: () => false;
|
|
798
798
|
getVisibility: () => "all";
|
|
@@ -804,19 +804,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
804
804
|
input: string;
|
|
805
805
|
db: string;
|
|
806
806
|
output: string;
|
|
807
|
-
meta: import("
|
|
808
|
-
state: import("
|
|
807
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
808
|
+
state: import("../index.js").FieldState;
|
|
809
809
|
} | undefined;
|
|
810
|
-
meta: import("
|
|
811
|
-
state: import("
|
|
810
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
811
|
+
state: import("../index.js").FieldState;
|
|
812
812
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
813
813
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
814
814
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
815
815
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
816
|
-
getConfig: () => import("
|
|
816
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
817
817
|
getIsRequired: () => boolean;
|
|
818
818
|
getIsTranslatable: () => boolean;
|
|
819
|
-
getVisibility: () => import("
|
|
819
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
820
820
|
getCondition: () => {
|
|
821
821
|
field: string;
|
|
822
822
|
equals: unknown;
|
|
@@ -854,26 +854,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
854
854
|
lte?: number | undefined;
|
|
855
855
|
};
|
|
856
856
|
} | undefined;
|
|
857
|
-
}, NextUi extends import("
|
|
857
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
858
858
|
min: <TThis extends {
|
|
859
859
|
kind: "field";
|
|
860
860
|
readonly __fieldTypes?: {
|
|
861
861
|
input: string;
|
|
862
862
|
db: string;
|
|
863
863
|
output: string;
|
|
864
|
-
meta: import("
|
|
865
|
-
state: import("
|
|
864
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
865
|
+
state: import("../index.js").FieldState;
|
|
866
866
|
} | undefined;
|
|
867
|
-
meta: import("
|
|
868
|
-
state: import("
|
|
867
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
868
|
+
state: import("../index.js").FieldState;
|
|
869
869
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
870
870
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
871
871
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
872
872
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
873
|
-
getConfig: () => import("
|
|
873
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
874
874
|
getIsRequired: () => boolean;
|
|
875
875
|
getIsTranslatable: () => boolean;
|
|
876
|
-
getVisibility: () => import("
|
|
876
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
877
877
|
getCondition: () => {
|
|
878
878
|
field: string;
|
|
879
879
|
equals: unknown;
|
|
@@ -911,26 +911,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
911
911
|
lte?: number | undefined;
|
|
912
912
|
};
|
|
913
913
|
} | undefined;
|
|
914
|
-
}>(this: TThis, length: number) => import("
|
|
914
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
915
915
|
max: <TThis extends {
|
|
916
916
|
kind: "field";
|
|
917
917
|
readonly __fieldTypes?: {
|
|
918
918
|
input: string;
|
|
919
919
|
db: string;
|
|
920
920
|
output: string;
|
|
921
|
-
meta: import("
|
|
922
|
-
state: import("
|
|
921
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
922
|
+
state: import("../index.js").FieldState;
|
|
923
923
|
} | undefined;
|
|
924
|
-
meta: import("
|
|
925
|
-
state: import("
|
|
924
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
925
|
+
state: import("../index.js").FieldState;
|
|
926
926
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
927
927
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
928
928
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
929
929
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
930
|
-
getConfig: () => import("
|
|
930
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
931
931
|
getIsRequired: () => boolean;
|
|
932
932
|
getIsTranslatable: () => boolean;
|
|
933
|
-
getVisibility: () => import("
|
|
933
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
934
934
|
getCondition: () => {
|
|
935
935
|
field: string;
|
|
936
936
|
equals: unknown;
|
|
@@ -968,25 +968,25 @@ export declare const SeoSettings: ContentType<{
|
|
|
968
968
|
lte?: number | undefined;
|
|
969
969
|
};
|
|
970
970
|
} | undefined;
|
|
971
|
-
}>(this: TThis, length: number) => import("
|
|
972
|
-
}, import("
|
|
973
|
-
image: import("
|
|
974
|
-
imageAlt: import("
|
|
971
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
972
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
973
|
+
image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
|
|
974
|
+
imageAlt: import("../index.js").WithFieldState<{
|
|
975
975
|
kind: "field";
|
|
976
976
|
readonly __fieldTypes?: {
|
|
977
977
|
input: string;
|
|
978
978
|
db: string;
|
|
979
979
|
output: string;
|
|
980
|
-
meta: import("
|
|
981
|
-
state: import("
|
|
980
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
981
|
+
state: import("../index.js").DefaultFieldState;
|
|
982
982
|
} | undefined;
|
|
983
|
-
meta: import("
|
|
984
|
-
state: import("
|
|
983
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
984
|
+
state: import("../index.js").DefaultFieldState;
|
|
985
985
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
986
986
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
987
987
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
988
988
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
989
|
-
getConfig: () => import("
|
|
989
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
990
990
|
getIsRequired: () => false;
|
|
991
991
|
getIsTranslatable: () => false;
|
|
992
992
|
getVisibility: () => "all";
|
|
@@ -998,19 +998,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
998
998
|
input: string;
|
|
999
999
|
db: string;
|
|
1000
1000
|
output: string;
|
|
1001
|
-
meta: import("
|
|
1002
|
-
state: import("
|
|
1001
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1002
|
+
state: import("../index.js").FieldState;
|
|
1003
1003
|
} | undefined;
|
|
1004
|
-
meta: import("
|
|
1005
|
-
state: import("
|
|
1004
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1005
|
+
state: import("../index.js").FieldState;
|
|
1006
1006
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1007
1007
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1008
1008
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1009
1009
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1010
|
-
getConfig: () => import("
|
|
1010
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1011
1011
|
getIsRequired: () => boolean;
|
|
1012
1012
|
getIsTranslatable: () => boolean;
|
|
1013
|
-
getVisibility: () => import("
|
|
1013
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1014
1014
|
getCondition: () => {
|
|
1015
1015
|
field: string;
|
|
1016
1016
|
equals: unknown;
|
|
@@ -1048,26 +1048,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1048
1048
|
lte?: number | undefined;
|
|
1049
1049
|
};
|
|
1050
1050
|
} | undefined;
|
|
1051
|
-
}, NextUi extends import("
|
|
1051
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1052
1052
|
min: <TThis extends {
|
|
1053
1053
|
kind: "field";
|
|
1054
1054
|
readonly __fieldTypes?: {
|
|
1055
1055
|
input: string;
|
|
1056
1056
|
db: string;
|
|
1057
1057
|
output: string;
|
|
1058
|
-
meta: import("
|
|
1059
|
-
state: import("
|
|
1058
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1059
|
+
state: import("../index.js").FieldState;
|
|
1060
1060
|
} | undefined;
|
|
1061
|
-
meta: import("
|
|
1062
|
-
state: import("
|
|
1061
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1062
|
+
state: import("../index.js").FieldState;
|
|
1063
1063
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1064
1064
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1065
1065
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1066
1066
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1067
|
-
getConfig: () => import("
|
|
1067
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1068
1068
|
getIsRequired: () => boolean;
|
|
1069
1069
|
getIsTranslatable: () => boolean;
|
|
1070
|
-
getVisibility: () => import("
|
|
1070
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1071
1071
|
getCondition: () => {
|
|
1072
1072
|
field: string;
|
|
1073
1073
|
equals: unknown;
|
|
@@ -1105,26 +1105,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1105
1105
|
lte?: number | undefined;
|
|
1106
1106
|
};
|
|
1107
1107
|
} | undefined;
|
|
1108
|
-
}>(this: TThis, length: number) => import("
|
|
1108
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1109
1109
|
max: <TThis extends {
|
|
1110
1110
|
kind: "field";
|
|
1111
1111
|
readonly __fieldTypes?: {
|
|
1112
1112
|
input: string;
|
|
1113
1113
|
db: string;
|
|
1114
1114
|
output: string;
|
|
1115
|
-
meta: import("
|
|
1116
|
-
state: import("
|
|
1115
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1116
|
+
state: import("../index.js").FieldState;
|
|
1117
1117
|
} | undefined;
|
|
1118
|
-
meta: import("
|
|
1119
|
-
state: import("
|
|
1118
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1119
|
+
state: import("../index.js").FieldState;
|
|
1120
1120
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1121
1121
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1122
1122
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1123
1123
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1124
|
-
getConfig: () => import("
|
|
1124
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1125
1125
|
getIsRequired: () => boolean;
|
|
1126
1126
|
getIsTranslatable: () => boolean;
|
|
1127
|
-
getVisibility: () => import("
|
|
1127
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1128
1128
|
getCondition: () => {
|
|
1129
1129
|
field: string;
|
|
1130
1130
|
equals: unknown;
|
|
@@ -1162,26 +1162,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1162
1162
|
lte?: number | undefined;
|
|
1163
1163
|
};
|
|
1164
1164
|
} | undefined;
|
|
1165
|
-
}>(this: TThis, length: number) => import("
|
|
1166
|
-
}, import("
|
|
1167
|
-
noIndex: import("
|
|
1168
|
-
customOpenGraph: import("
|
|
1169
|
-
openGraphTitle: import("
|
|
1165
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1166
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
1167
|
+
noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1168
|
+
customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1169
|
+
openGraphTitle: import("../index.js").WithFieldState<Omit<{
|
|
1170
1170
|
kind: "field";
|
|
1171
1171
|
readonly __fieldTypes?: {
|
|
1172
1172
|
input: string;
|
|
1173
1173
|
db: string;
|
|
1174
1174
|
output: string;
|
|
1175
|
-
meta: import("
|
|
1176
|
-
state: import("
|
|
1175
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1176
|
+
state: import("../index.js").DefaultFieldState;
|
|
1177
1177
|
} | undefined;
|
|
1178
|
-
meta: import("
|
|
1179
|
-
state: import("
|
|
1178
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1179
|
+
state: import("../index.js").DefaultFieldState;
|
|
1180
1180
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1181
1181
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1182
1182
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1183
1183
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1184
|
-
getConfig: () => import("
|
|
1184
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1185
1185
|
getIsRequired: () => false;
|
|
1186
1186
|
getIsTranslatable: () => false;
|
|
1187
1187
|
getVisibility: () => "all";
|
|
@@ -1193,19 +1193,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1193
1193
|
input: string;
|
|
1194
1194
|
db: string;
|
|
1195
1195
|
output: string;
|
|
1196
|
-
meta: import("
|
|
1197
|
-
state: import("
|
|
1196
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1197
|
+
state: import("../index.js").FieldState;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
meta: import("
|
|
1200
|
-
state: import("
|
|
1199
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1200
|
+
state: import("../index.js").FieldState;
|
|
1201
1201
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1202
1202
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1203
1203
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1204
1204
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1205
|
-
getConfig: () => import("
|
|
1205
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1206
1206
|
getIsRequired: () => boolean;
|
|
1207
1207
|
getIsTranslatable: () => boolean;
|
|
1208
|
-
getVisibility: () => import("
|
|
1208
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1209
1209
|
getCondition: () => {
|
|
1210
1210
|
field: string;
|
|
1211
1211
|
equals: unknown;
|
|
@@ -1243,26 +1243,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1243
1243
|
lte?: number | undefined;
|
|
1244
1244
|
};
|
|
1245
1245
|
} | undefined;
|
|
1246
|
-
}, NextUi extends import("
|
|
1246
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1247
1247
|
min: <TThis extends {
|
|
1248
1248
|
kind: "field";
|
|
1249
1249
|
readonly __fieldTypes?: {
|
|
1250
1250
|
input: string;
|
|
1251
1251
|
db: string;
|
|
1252
1252
|
output: string;
|
|
1253
|
-
meta: import("
|
|
1254
|
-
state: import("
|
|
1253
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1254
|
+
state: import("../index.js").FieldState;
|
|
1255
1255
|
} | undefined;
|
|
1256
|
-
meta: import("
|
|
1257
|
-
state: import("
|
|
1256
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1257
|
+
state: import("../index.js").FieldState;
|
|
1258
1258
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1259
1259
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1260
1260
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1261
1261
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1262
|
-
getConfig: () => import("
|
|
1262
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1263
1263
|
getIsRequired: () => boolean;
|
|
1264
1264
|
getIsTranslatable: () => boolean;
|
|
1265
|
-
getVisibility: () => import("
|
|
1265
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1266
1266
|
getCondition: () => {
|
|
1267
1267
|
field: string;
|
|
1268
1268
|
equals: unknown;
|
|
@@ -1300,26 +1300,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1300
1300
|
lte?: number | undefined;
|
|
1301
1301
|
};
|
|
1302
1302
|
} | undefined;
|
|
1303
|
-
}>(this: TThis, length: number) => import("
|
|
1303
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1304
1304
|
max: <TThis extends {
|
|
1305
1305
|
kind: "field";
|
|
1306
1306
|
readonly __fieldTypes?: {
|
|
1307
1307
|
input: string;
|
|
1308
1308
|
db: string;
|
|
1309
1309
|
output: string;
|
|
1310
|
-
meta: import("
|
|
1311
|
-
state: import("
|
|
1310
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1311
|
+
state: import("../index.js").FieldState;
|
|
1312
1312
|
} | undefined;
|
|
1313
|
-
meta: import("
|
|
1314
|
-
state: import("
|
|
1313
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1314
|
+
state: import("../index.js").FieldState;
|
|
1315
1315
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1316
1316
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1317
1317
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1318
1318
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1319
|
-
getConfig: () => import("
|
|
1319
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1320
1320
|
getIsRequired: () => boolean;
|
|
1321
1321
|
getIsTranslatable: () => boolean;
|
|
1322
|
-
getVisibility: () => import("
|
|
1322
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1323
1323
|
getCondition: () => {
|
|
1324
1324
|
field: string;
|
|
1325
1325
|
equals: unknown;
|
|
@@ -1357,27 +1357,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1357
1357
|
lte?: number | undefined;
|
|
1358
1358
|
};
|
|
1359
1359
|
} | undefined;
|
|
1360
|
-
}>(this: TThis, length: number) => import("
|
|
1361
|
-
}, keyof import("
|
|
1360
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1361
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1362
1362
|
field: string;
|
|
1363
1363
|
equals: boolean;
|
|
1364
1364
|
}>>;
|
|
1365
|
-
openGraphDescription: import("
|
|
1365
|
+
openGraphDescription: import("../index.js").WithFieldState<Omit<{
|
|
1366
1366
|
kind: "field";
|
|
1367
1367
|
readonly __fieldTypes?: {
|
|
1368
1368
|
input: string;
|
|
1369
1369
|
db: string;
|
|
1370
1370
|
output: string;
|
|
1371
|
-
meta: import("
|
|
1372
|
-
state: import("
|
|
1371
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1372
|
+
state: import("../index.js").DefaultFieldState;
|
|
1373
1373
|
} | undefined;
|
|
1374
|
-
meta: import("
|
|
1375
|
-
state: import("
|
|
1374
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1375
|
+
state: import("../index.js").DefaultFieldState;
|
|
1376
1376
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1377
1377
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1378
1378
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1379
1379
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1380
|
-
getConfig: () => import("
|
|
1380
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1381
1381
|
getIsRequired: () => false;
|
|
1382
1382
|
getIsTranslatable: () => false;
|
|
1383
1383
|
getVisibility: () => "all";
|
|
@@ -1389,19 +1389,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1389
1389
|
input: string;
|
|
1390
1390
|
db: string;
|
|
1391
1391
|
output: string;
|
|
1392
|
-
meta: import("
|
|
1393
|
-
state: import("
|
|
1392
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1393
|
+
state: import("../index.js").FieldState;
|
|
1394
1394
|
} | undefined;
|
|
1395
|
-
meta: import("
|
|
1396
|
-
state: import("
|
|
1395
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1396
|
+
state: import("../index.js").FieldState;
|
|
1397
1397
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1398
1398
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1399
1399
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1400
1400
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1401
|
-
getConfig: () => import("
|
|
1401
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1402
1402
|
getIsRequired: () => boolean;
|
|
1403
1403
|
getIsTranslatable: () => boolean;
|
|
1404
|
-
getVisibility: () => import("
|
|
1404
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1405
1405
|
getCondition: () => {
|
|
1406
1406
|
field: string;
|
|
1407
1407
|
equals: unknown;
|
|
@@ -1439,26 +1439,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1439
1439
|
lte?: number | undefined;
|
|
1440
1440
|
};
|
|
1441
1441
|
} | undefined;
|
|
1442
|
-
}, NextUi extends import("
|
|
1442
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1443
1443
|
min: <TThis extends {
|
|
1444
1444
|
kind: "field";
|
|
1445
1445
|
readonly __fieldTypes?: {
|
|
1446
1446
|
input: string;
|
|
1447
1447
|
db: string;
|
|
1448
1448
|
output: string;
|
|
1449
|
-
meta: import("
|
|
1450
|
-
state: import("
|
|
1449
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1450
|
+
state: import("../index.js").FieldState;
|
|
1451
1451
|
} | undefined;
|
|
1452
|
-
meta: import("
|
|
1453
|
-
state: import("
|
|
1452
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1453
|
+
state: import("../index.js").FieldState;
|
|
1454
1454
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1455
1455
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1456
1456
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1457
1457
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1458
|
-
getConfig: () => import("
|
|
1458
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1459
1459
|
getIsRequired: () => boolean;
|
|
1460
1460
|
getIsTranslatable: () => boolean;
|
|
1461
|
-
getVisibility: () => import("
|
|
1461
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1462
1462
|
getCondition: () => {
|
|
1463
1463
|
field: string;
|
|
1464
1464
|
equals: unknown;
|
|
@@ -1496,26 +1496,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1496
1496
|
lte?: number | undefined;
|
|
1497
1497
|
};
|
|
1498
1498
|
} | undefined;
|
|
1499
|
-
}>(this: TThis, length: number) => import("
|
|
1499
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1500
1500
|
max: <TThis extends {
|
|
1501
1501
|
kind: "field";
|
|
1502
1502
|
readonly __fieldTypes?: {
|
|
1503
1503
|
input: string;
|
|
1504
1504
|
db: string;
|
|
1505
1505
|
output: string;
|
|
1506
|
-
meta: import("
|
|
1507
|
-
state: import("
|
|
1506
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1507
|
+
state: import("../index.js").FieldState;
|
|
1508
1508
|
} | undefined;
|
|
1509
|
-
meta: import("
|
|
1510
|
-
state: import("
|
|
1509
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1510
|
+
state: import("../index.js").FieldState;
|
|
1511
1511
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1512
1512
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1513
1513
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1514
1514
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1515
|
-
getConfig: () => import("
|
|
1515
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1516
1516
|
getIsRequired: () => boolean;
|
|
1517
1517
|
getIsTranslatable: () => boolean;
|
|
1518
|
-
getVisibility: () => import("
|
|
1518
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1519
1519
|
getCondition: () => {
|
|
1520
1520
|
field: string;
|
|
1521
1521
|
equals: unknown;
|
|
@@ -1553,27 +1553,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1553
1553
|
lte?: number | undefined;
|
|
1554
1554
|
};
|
|
1555
1555
|
} | undefined;
|
|
1556
|
-
}>(this: TThis, length: number) => import("
|
|
1557
|
-
}, keyof import("
|
|
1556
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1557
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1558
1558
|
field: string;
|
|
1559
1559
|
equals: boolean;
|
|
1560
1560
|
}>>;
|
|
1561
|
-
openGraphUrl: import("
|
|
1561
|
+
openGraphUrl: import("../index.js").WithFieldState<Omit<{
|
|
1562
1562
|
kind: "field";
|
|
1563
1563
|
readonly __fieldTypes?: {
|
|
1564
1564
|
input: string;
|
|
1565
1565
|
db: string;
|
|
1566
1566
|
output: string;
|
|
1567
|
-
meta: import("
|
|
1568
|
-
state: import("
|
|
1567
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1568
|
+
state: import("../index.js").DefaultFieldState;
|
|
1569
1569
|
} | undefined;
|
|
1570
|
-
meta: import("
|
|
1571
|
-
state: import("
|
|
1570
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1571
|
+
state: import("../index.js").DefaultFieldState;
|
|
1572
1572
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1573
1573
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1574
1574
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1575
1575
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1576
|
-
getConfig: () => import("
|
|
1576
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1577
1577
|
getIsRequired: () => false;
|
|
1578
1578
|
getIsTranslatable: () => false;
|
|
1579
1579
|
getVisibility: () => "all";
|
|
@@ -1585,19 +1585,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1585
1585
|
input: string;
|
|
1586
1586
|
db: string;
|
|
1587
1587
|
output: string;
|
|
1588
|
-
meta: import("
|
|
1589
|
-
state: import("
|
|
1588
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1589
|
+
state: import("../index.js").FieldState;
|
|
1590
1590
|
} | undefined;
|
|
1591
|
-
meta: import("
|
|
1592
|
-
state: import("
|
|
1591
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1592
|
+
state: import("../index.js").FieldState;
|
|
1593
1593
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1594
1594
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1595
1595
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1596
1596
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1597
|
-
getConfig: () => import("
|
|
1597
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1598
1598
|
getIsRequired: () => boolean;
|
|
1599
1599
|
getIsTranslatable: () => boolean;
|
|
1600
|
-
getVisibility: () => import("
|
|
1600
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1601
1601
|
getCondition: () => {
|
|
1602
1602
|
field: string;
|
|
1603
1603
|
equals: unknown;
|
|
@@ -1635,26 +1635,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1635
1635
|
lte?: number | undefined;
|
|
1636
1636
|
};
|
|
1637
1637
|
} | undefined;
|
|
1638
|
-
}, NextUi extends import("
|
|
1638
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1639
1639
|
min: <TThis extends {
|
|
1640
1640
|
kind: "field";
|
|
1641
1641
|
readonly __fieldTypes?: {
|
|
1642
1642
|
input: string;
|
|
1643
1643
|
db: string;
|
|
1644
1644
|
output: string;
|
|
1645
|
-
meta: import("
|
|
1646
|
-
state: import("
|
|
1645
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1646
|
+
state: import("../index.js").FieldState;
|
|
1647
1647
|
} | undefined;
|
|
1648
|
-
meta: import("
|
|
1649
|
-
state: import("
|
|
1648
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1649
|
+
state: import("../index.js").FieldState;
|
|
1650
1650
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1651
1651
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1652
1652
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1653
1653
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1654
|
-
getConfig: () => import("
|
|
1654
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1655
1655
|
getIsRequired: () => boolean;
|
|
1656
1656
|
getIsTranslatable: () => boolean;
|
|
1657
|
-
getVisibility: () => import("
|
|
1657
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1658
1658
|
getCondition: () => {
|
|
1659
1659
|
field: string;
|
|
1660
1660
|
equals: unknown;
|
|
@@ -1692,26 +1692,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1692
1692
|
lte?: number | undefined;
|
|
1693
1693
|
};
|
|
1694
1694
|
} | undefined;
|
|
1695
|
-
}>(this: TThis, length: number) => import("
|
|
1695
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1696
1696
|
max: <TThis extends {
|
|
1697
1697
|
kind: "field";
|
|
1698
1698
|
readonly __fieldTypes?: {
|
|
1699
1699
|
input: string;
|
|
1700
1700
|
db: string;
|
|
1701
1701
|
output: string;
|
|
1702
|
-
meta: import("
|
|
1703
|
-
state: import("
|
|
1702
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1703
|
+
state: import("../index.js").FieldState;
|
|
1704
1704
|
} | undefined;
|
|
1705
|
-
meta: import("
|
|
1706
|
-
state: import("
|
|
1705
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1706
|
+
state: import("../index.js").FieldState;
|
|
1707
1707
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1708
1708
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1709
1709
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1710
1710
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1711
|
-
getConfig: () => import("
|
|
1711
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1712
1712
|
getIsRequired: () => boolean;
|
|
1713
1713
|
getIsTranslatable: () => boolean;
|
|
1714
|
-
getVisibility: () => import("
|
|
1714
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1715
1715
|
getCondition: () => {
|
|
1716
1716
|
field: string;
|
|
1717
1717
|
equals: unknown;
|
|
@@ -1749,27 +1749,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1749
1749
|
lte?: number | undefined;
|
|
1750
1750
|
};
|
|
1751
1751
|
} | undefined;
|
|
1752
|
-
}>(this: TThis, length: number) => import("
|
|
1753
|
-
}, keyof import("
|
|
1752
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1753
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1754
1754
|
field: string;
|
|
1755
1755
|
equals: boolean;
|
|
1756
1756
|
}>>;
|
|
1757
|
-
openGraphSiteName: import("
|
|
1757
|
+
openGraphSiteName: import("../index.js").WithFieldState<Omit<{
|
|
1758
1758
|
kind: "field";
|
|
1759
1759
|
readonly __fieldTypes?: {
|
|
1760
1760
|
input: string;
|
|
1761
1761
|
db: string;
|
|
1762
1762
|
output: string;
|
|
1763
|
-
meta: import("
|
|
1764
|
-
state: import("
|
|
1763
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1764
|
+
state: import("../index.js").DefaultFieldState;
|
|
1765
1765
|
} | undefined;
|
|
1766
|
-
meta: import("
|
|
1767
|
-
state: import("
|
|
1766
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1767
|
+
state: import("../index.js").DefaultFieldState;
|
|
1768
1768
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1769
1769
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1770
1770
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1771
1771
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1772
|
-
getConfig: () => import("
|
|
1772
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1773
1773
|
getIsRequired: () => false;
|
|
1774
1774
|
getIsTranslatable: () => false;
|
|
1775
1775
|
getVisibility: () => "all";
|
|
@@ -1781,19 +1781,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1781
1781
|
input: string;
|
|
1782
1782
|
db: string;
|
|
1783
1783
|
output: string;
|
|
1784
|
-
meta: import("
|
|
1785
|
-
state: import("
|
|
1784
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1785
|
+
state: import("../index.js").FieldState;
|
|
1786
1786
|
} | undefined;
|
|
1787
|
-
meta: import("
|
|
1788
|
-
state: import("
|
|
1787
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1788
|
+
state: import("../index.js").FieldState;
|
|
1789
1789
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1790
1790
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1791
1791
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1792
1792
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1793
|
-
getConfig: () => import("
|
|
1793
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1794
1794
|
getIsRequired: () => boolean;
|
|
1795
1795
|
getIsTranslatable: () => boolean;
|
|
1796
|
-
getVisibility: () => import("
|
|
1796
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1797
1797
|
getCondition: () => {
|
|
1798
1798
|
field: string;
|
|
1799
1799
|
equals: unknown;
|
|
@@ -1831,26 +1831,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1831
1831
|
lte?: number | undefined;
|
|
1832
1832
|
};
|
|
1833
1833
|
} | undefined;
|
|
1834
|
-
}, NextUi extends import("
|
|
1834
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1835
1835
|
min: <TThis extends {
|
|
1836
1836
|
kind: "field";
|
|
1837
1837
|
readonly __fieldTypes?: {
|
|
1838
1838
|
input: string;
|
|
1839
1839
|
db: string;
|
|
1840
1840
|
output: string;
|
|
1841
|
-
meta: import("
|
|
1842
|
-
state: import("
|
|
1841
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1842
|
+
state: import("../index.js").FieldState;
|
|
1843
1843
|
} | undefined;
|
|
1844
|
-
meta: import("
|
|
1845
|
-
state: import("
|
|
1844
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1845
|
+
state: import("../index.js").FieldState;
|
|
1846
1846
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1847
1847
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1848
1848
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1849
1849
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1850
|
-
getConfig: () => import("
|
|
1850
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1851
1851
|
getIsRequired: () => boolean;
|
|
1852
1852
|
getIsTranslatable: () => boolean;
|
|
1853
|
-
getVisibility: () => import("
|
|
1853
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1854
1854
|
getCondition: () => {
|
|
1855
1855
|
field: string;
|
|
1856
1856
|
equals: unknown;
|
|
@@ -1888,26 +1888,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1888
1888
|
lte?: number | undefined;
|
|
1889
1889
|
};
|
|
1890
1890
|
} | undefined;
|
|
1891
|
-
}>(this: TThis, length: number) => import("
|
|
1891
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1892
1892
|
max: <TThis extends {
|
|
1893
1893
|
kind: "field";
|
|
1894
1894
|
readonly __fieldTypes?: {
|
|
1895
1895
|
input: string;
|
|
1896
1896
|
db: string;
|
|
1897
1897
|
output: string;
|
|
1898
|
-
meta: import("
|
|
1899
|
-
state: import("
|
|
1898
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1899
|
+
state: import("../index.js").FieldState;
|
|
1900
1900
|
} | undefined;
|
|
1901
|
-
meta: import("
|
|
1902
|
-
state: import("
|
|
1901
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1902
|
+
state: import("../index.js").FieldState;
|
|
1903
1903
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1904
1904
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1905
1905
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1906
1906
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1907
|
-
getConfig: () => import("
|
|
1907
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1908
1908
|
getIsRequired: () => boolean;
|
|
1909
1909
|
getIsTranslatable: () => boolean;
|
|
1910
|
-
getVisibility: () => import("
|
|
1910
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1911
1911
|
getCondition: () => {
|
|
1912
1912
|
field: string;
|
|
1913
1913
|
equals: unknown;
|
|
@@ -1945,27 +1945,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1945
1945
|
lte?: number | undefined;
|
|
1946
1946
|
};
|
|
1947
1947
|
} | undefined;
|
|
1948
|
-
}>(this: TThis, length: number) => import("
|
|
1949
|
-
}, keyof import("
|
|
1948
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1949
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1950
1950
|
field: string;
|
|
1951
1951
|
equals: boolean;
|
|
1952
1952
|
}>>;
|
|
1953
|
-
openGraphType: import("
|
|
1953
|
+
openGraphType: import("../index.js").WithFieldState<{
|
|
1954
1954
|
kind: "field";
|
|
1955
1955
|
readonly __fieldTypes?: {
|
|
1956
1956
|
input: "website" | "article" | "profile" | "book";
|
|
1957
1957
|
db: "website" | "article" | "profile" | "book";
|
|
1958
1958
|
output: "website" | "article" | "profile" | "book";
|
|
1959
|
-
meta: import("
|
|
1960
|
-
state: import("
|
|
1959
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1960
|
+
state: import("../index.js").DefaultFieldState;
|
|
1961
1961
|
} | undefined;
|
|
1962
|
-
meta: import("
|
|
1963
|
-
state: import("
|
|
1962
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1963
|
+
state: import("../index.js").DefaultFieldState;
|
|
1964
1964
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1965
1965
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1966
1966
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1967
1967
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1968
|
-
getConfig: () => import("
|
|
1968
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1969
1969
|
getIsRequired: () => false;
|
|
1970
1970
|
getIsTranslatable: () => false;
|
|
1971
1971
|
getVisibility: () => "all";
|
|
@@ -1977,19 +1977,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1977
1977
|
input: "website" | "article" | "profile" | "book";
|
|
1978
1978
|
db: "website" | "article" | "profile" | "book";
|
|
1979
1979
|
output: "website" | "article" | "profile" | "book";
|
|
1980
|
-
meta: import("
|
|
1981
|
-
state: import("
|
|
1980
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1981
|
+
state: import("../index.js").FieldState;
|
|
1982
1982
|
} | undefined;
|
|
1983
|
-
meta: import("
|
|
1984
|
-
state: import("
|
|
1983
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1984
|
+
state: import("../index.js").FieldState;
|
|
1985
1985
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1986
1986
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1987
1987
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1988
1988
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1989
|
-
getConfig: () => import("
|
|
1989
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1990
1990
|
getIsRequired: () => boolean;
|
|
1991
1991
|
getIsTranslatable: () => boolean;
|
|
1992
|
-
getVisibility: () => import("
|
|
1992
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1993
1993
|
getCondition: () => {
|
|
1994
1994
|
field: string;
|
|
1995
1995
|
equals: unknown;
|
|
@@ -2027,12 +2027,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
2027
2027
|
lte?: number | undefined;
|
|
2028
2028
|
};
|
|
2029
2029
|
} | undefined;
|
|
2030
|
-
}>(this: TThis) => import("
|
|
2031
|
-
}, import("
|
|
2030
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2031
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2032
2032
|
field: string;
|
|
2033
2033
|
equals: boolean;
|
|
2034
2034
|
}>>;
|
|
2035
|
-
openGraphImage: import("
|
|
2035
|
+
openGraphImage: import("../index.js").WithFieldState<{
|
|
2036
2036
|
kind: "field";
|
|
2037
2037
|
readonly __fieldTypes?: {
|
|
2038
2038
|
input: {
|
|
@@ -2069,11 +2069,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2069
2069
|
}[] | undefined;
|
|
2070
2070
|
srcSet?: string | null | undefined;
|
|
2071
2071
|
};
|
|
2072
|
-
meta: import("
|
|
2073
|
-
state: import("
|
|
2072
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2073
|
+
state: import("../index.js").DefaultFieldState;
|
|
2074
2074
|
} | undefined;
|
|
2075
|
-
meta: import("
|
|
2076
|
-
state: import("
|
|
2075
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2076
|
+
state: import("../index.js").DefaultFieldState;
|
|
2077
2077
|
toZod: () => import("zod").ZodType<{
|
|
2078
2078
|
type: "existing";
|
|
2079
2079
|
_id: string;
|
|
@@ -2148,12 +2148,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
2148
2148
|
}[] | undefined;
|
|
2149
2149
|
srcSet?: string | null | undefined;
|
|
2150
2150
|
} | undefined, unknown>>;
|
|
2151
|
-
getConfig: () => import("
|
|
2151
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2152
2152
|
getIsRequired: () => false;
|
|
2153
2153
|
getIsTranslatable: () => false;
|
|
2154
2154
|
getVisibility: () => "all";
|
|
2155
2155
|
getCondition: () => undefined;
|
|
2156
|
-
} & import("
|
|
2156
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2157
2157
|
url: string;
|
|
2158
2158
|
previewUrl: string | null;
|
|
2159
2159
|
name: string;
|
|
@@ -2176,7 +2176,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2176
2176
|
size: number;
|
|
2177
2177
|
}[] | undefined;
|
|
2178
2178
|
srcSet?: string | null | undefined;
|
|
2179
|
-
}, import("
|
|
2179
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2180
2180
|
type: <TThis extends {
|
|
2181
2181
|
kind: "field";
|
|
2182
2182
|
readonly __fieldTypes?: {
|
|
@@ -2214,11 +2214,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2214
2214
|
}[] | undefined;
|
|
2215
2215
|
srcSet?: string | null | undefined;
|
|
2216
2216
|
};
|
|
2217
|
-
meta: import("
|
|
2218
|
-
state: import("
|
|
2217
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2218
|
+
state: import("../index.js").FieldState;
|
|
2219
2219
|
} | undefined;
|
|
2220
|
-
meta: import("
|
|
2221
|
-
state: import("
|
|
2220
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2221
|
+
state: import("../index.js").FieldState;
|
|
2222
2222
|
toZod: () => import("zod").ZodType<{
|
|
2223
2223
|
type: "existing";
|
|
2224
2224
|
_id: string;
|
|
@@ -2293,10 +2293,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2293
2293
|
}[] | undefined;
|
|
2294
2294
|
srcSet?: string | null | undefined;
|
|
2295
2295
|
} | undefined, unknown>>;
|
|
2296
|
-
getConfig: () => import("
|
|
2296
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2297
2297
|
getIsRequired: () => boolean;
|
|
2298
2298
|
getIsTranslatable: () => boolean;
|
|
2299
|
-
getVisibility: () => import("
|
|
2299
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2300
2300
|
getCondition: () => {
|
|
2301
2301
|
field: string;
|
|
2302
2302
|
equals: unknown;
|
|
@@ -2334,7 +2334,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2334
2334
|
lte?: number | undefined;
|
|
2335
2335
|
};
|
|
2336
2336
|
} | undefined;
|
|
2337
|
-
}, NextMediaType extends import("
|
|
2337
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
2338
2338
|
multiple: <TThis extends {
|
|
2339
2339
|
kind: "field";
|
|
2340
2340
|
readonly __fieldTypes?: {
|
|
@@ -2372,11 +2372,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2372
2372
|
}[] | undefined;
|
|
2373
2373
|
srcSet?: string | null | undefined;
|
|
2374
2374
|
};
|
|
2375
|
-
meta: import("
|
|
2376
|
-
state: import("
|
|
2375
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2376
|
+
state: import("../index.js").FieldState;
|
|
2377
2377
|
} | undefined;
|
|
2378
|
-
meta: import("
|
|
2379
|
-
state: import("
|
|
2378
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2379
|
+
state: import("../index.js").FieldState;
|
|
2380
2380
|
toZod: () => import("zod").ZodType<{
|
|
2381
2381
|
type: "existing";
|
|
2382
2382
|
_id: string;
|
|
@@ -2451,10 +2451,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2451
2451
|
}[] | undefined;
|
|
2452
2452
|
srcSet?: string | null | undefined;
|
|
2453
2453
|
} | undefined, unknown>>;
|
|
2454
|
-
getConfig: () => import("
|
|
2454
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2455
2455
|
getIsRequired: () => boolean;
|
|
2456
2456
|
getIsTranslatable: () => boolean;
|
|
2457
|
-
getVisibility: () => import("
|
|
2457
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2458
2458
|
getCondition: () => {
|
|
2459
2459
|
field: string;
|
|
2460
2460
|
equals: unknown;
|
|
@@ -2492,7 +2492,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2492
2492
|
lte?: number | undefined;
|
|
2493
2493
|
};
|
|
2494
2494
|
} | undefined;
|
|
2495
|
-
}>(this: TThis) => import("
|
|
2495
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
2496
2496
|
optimize: <TThis extends {
|
|
2497
2497
|
kind: "field";
|
|
2498
2498
|
readonly __fieldTypes?: {
|
|
@@ -2530,11 +2530,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
srcSet?: string | null | undefined;
|
|
2532
2532
|
};
|
|
2533
|
-
meta: import("
|
|
2534
|
-
state: import("
|
|
2533
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2534
|
+
state: import("../index.js").FieldState;
|
|
2535
2535
|
} | undefined;
|
|
2536
|
-
meta: import("
|
|
2537
|
-
state: import("
|
|
2536
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2537
|
+
state: import("../index.js").FieldState;
|
|
2538
2538
|
toZod: () => import("zod").ZodType<{
|
|
2539
2539
|
type: "existing";
|
|
2540
2540
|
_id: string;
|
|
@@ -2609,10 +2609,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2609
2609
|
}[] | undefined;
|
|
2610
2610
|
srcSet?: string | null | undefined;
|
|
2611
2611
|
} | undefined, unknown>>;
|
|
2612
|
-
getConfig: () => import("
|
|
2612
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2613
2613
|
getIsRequired: () => boolean;
|
|
2614
2614
|
getIsTranslatable: () => boolean;
|
|
2615
|
-
getVisibility: () => import("
|
|
2615
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2616
2616
|
getCondition: () => {
|
|
2617
2617
|
field: string;
|
|
2618
2618
|
equals: unknown;
|
|
@@ -2650,27 +2650,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2650
2650
|
lte?: number | undefined;
|
|
2651
2651
|
};
|
|
2652
2652
|
} | undefined;
|
|
2653
|
-
}>(this: TThis, options?: Partial<import("
|
|
2654
|
-
}, import("
|
|
2653
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
2654
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2655
2655
|
field: string;
|
|
2656
2656
|
equals: boolean;
|
|
2657
2657
|
}>>;
|
|
2658
|
-
openGraphImageAlt: import("
|
|
2658
|
+
openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
2659
2659
|
kind: "field";
|
|
2660
2660
|
readonly __fieldTypes?: {
|
|
2661
2661
|
input: string;
|
|
2662
2662
|
db: string;
|
|
2663
2663
|
output: string;
|
|
2664
|
-
meta: import("
|
|
2665
|
-
state: import("
|
|
2664
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2665
|
+
state: import("../index.js").DefaultFieldState;
|
|
2666
2666
|
} | undefined;
|
|
2667
|
-
meta: import("
|
|
2668
|
-
state: import("
|
|
2667
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2668
|
+
state: import("../index.js").DefaultFieldState;
|
|
2669
2669
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2670
2670
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2671
2671
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2672
2672
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2673
|
-
getConfig: () => import("
|
|
2673
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2674
2674
|
getIsRequired: () => false;
|
|
2675
2675
|
getIsTranslatable: () => false;
|
|
2676
2676
|
getVisibility: () => "all";
|
|
@@ -2682,19 +2682,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2682
2682
|
input: string;
|
|
2683
2683
|
db: string;
|
|
2684
2684
|
output: string;
|
|
2685
|
-
meta: import("
|
|
2686
|
-
state: import("
|
|
2685
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2686
|
+
state: import("../index.js").FieldState;
|
|
2687
2687
|
} | undefined;
|
|
2688
|
-
meta: import("
|
|
2689
|
-
state: import("
|
|
2688
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2689
|
+
state: import("../index.js").FieldState;
|
|
2690
2690
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2691
2691
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2692
2692
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2693
2693
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2694
|
-
getConfig: () => import("
|
|
2694
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2695
2695
|
getIsRequired: () => boolean;
|
|
2696
2696
|
getIsTranslatable: () => boolean;
|
|
2697
|
-
getVisibility: () => import("
|
|
2697
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2698
2698
|
getCondition: () => {
|
|
2699
2699
|
field: string;
|
|
2700
2700
|
equals: unknown;
|
|
@@ -2732,26 +2732,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2732
2732
|
lte?: number | undefined;
|
|
2733
2733
|
};
|
|
2734
2734
|
} | undefined;
|
|
2735
|
-
}, NextUi extends import("
|
|
2735
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2736
2736
|
min: <TThis extends {
|
|
2737
2737
|
kind: "field";
|
|
2738
2738
|
readonly __fieldTypes?: {
|
|
2739
2739
|
input: string;
|
|
2740
2740
|
db: string;
|
|
2741
2741
|
output: string;
|
|
2742
|
-
meta: import("
|
|
2743
|
-
state: import("
|
|
2742
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2743
|
+
state: import("../index.js").FieldState;
|
|
2744
2744
|
} | undefined;
|
|
2745
|
-
meta: import("
|
|
2746
|
-
state: import("
|
|
2745
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2746
|
+
state: import("../index.js").FieldState;
|
|
2747
2747
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2748
2748
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2749
2749
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2750
2750
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2751
|
-
getConfig: () => import("
|
|
2751
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2752
2752
|
getIsRequired: () => boolean;
|
|
2753
2753
|
getIsTranslatable: () => boolean;
|
|
2754
|
-
getVisibility: () => import("
|
|
2754
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2755
2755
|
getCondition: () => {
|
|
2756
2756
|
field: string;
|
|
2757
2757
|
equals: unknown;
|
|
@@ -2789,26 +2789,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2789
2789
|
lte?: number | undefined;
|
|
2790
2790
|
};
|
|
2791
2791
|
} | undefined;
|
|
2792
|
-
}>(this: TThis, length: number) => import("
|
|
2792
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2793
2793
|
max: <TThis extends {
|
|
2794
2794
|
kind: "field";
|
|
2795
2795
|
readonly __fieldTypes?: {
|
|
2796
2796
|
input: string;
|
|
2797
2797
|
db: string;
|
|
2798
2798
|
output: string;
|
|
2799
|
-
meta: import("
|
|
2800
|
-
state: import("
|
|
2799
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2800
|
+
state: import("../index.js").FieldState;
|
|
2801
2801
|
} | undefined;
|
|
2802
|
-
meta: import("
|
|
2803
|
-
state: import("
|
|
2802
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2803
|
+
state: import("../index.js").FieldState;
|
|
2804
2804
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2805
2805
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2806
2806
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2807
2807
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2808
|
-
getConfig: () => import("
|
|
2808
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2809
2809
|
getIsRequired: () => boolean;
|
|
2810
2810
|
getIsTranslatable: () => boolean;
|
|
2811
|
-
getVisibility: () => import("
|
|
2811
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2812
2812
|
getCondition: () => {
|
|
2813
2813
|
field: string;
|
|
2814
2814
|
equals: unknown;
|
|
@@ -2846,28 +2846,28 @@ export declare const SeoSettings: ContentType<{
|
|
|
2846
2846
|
lte?: number | undefined;
|
|
2847
2847
|
};
|
|
2848
2848
|
} | undefined;
|
|
2849
|
-
}>(this: TThis, length: number) => import("
|
|
2850
|
-
}, keyof import("
|
|
2849
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2850
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2851
2851
|
field: string;
|
|
2852
2852
|
equals: boolean;
|
|
2853
2853
|
}>>;
|
|
2854
|
-
customTwitter: import("
|
|
2855
|
-
twitterCard: import("
|
|
2854
|
+
customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
2855
|
+
twitterCard: import("../index.js").WithFieldState<{
|
|
2856
2856
|
kind: "field";
|
|
2857
2857
|
readonly __fieldTypes?: {
|
|
2858
2858
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2859
2859
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2860
2860
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2861
|
-
meta: import("
|
|
2862
|
-
state: import("
|
|
2861
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2862
|
+
state: import("../index.js").DefaultFieldState;
|
|
2863
2863
|
} | undefined;
|
|
2864
|
-
meta: import("
|
|
2865
|
-
state: import("
|
|
2864
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2865
|
+
state: import("../index.js").DefaultFieldState;
|
|
2866
2866
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2867
2867
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2868
2868
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2869
2869
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2870
|
-
getConfig: () => import("
|
|
2870
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2871
2871
|
getIsRequired: () => false;
|
|
2872
2872
|
getIsTranslatable: () => false;
|
|
2873
2873
|
getVisibility: () => "all";
|
|
@@ -2879,19 +2879,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2879
2879
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2880
2880
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2881
2881
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2882
|
-
meta: import("
|
|
2883
|
-
state: import("
|
|
2882
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2883
|
+
state: import("../index.js").FieldState;
|
|
2884
2884
|
} | undefined;
|
|
2885
|
-
meta: import("
|
|
2886
|
-
state: import("
|
|
2885
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2886
|
+
state: import("../index.js").FieldState;
|
|
2887
2887
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2888
2888
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2889
2889
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2890
2890
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2891
|
-
getConfig: () => import("
|
|
2891
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2892
2892
|
getIsRequired: () => boolean;
|
|
2893
2893
|
getIsTranslatable: () => boolean;
|
|
2894
|
-
getVisibility: () => import("
|
|
2894
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2895
2895
|
getCondition: () => {
|
|
2896
2896
|
field: string;
|
|
2897
2897
|
equals: unknown;
|
|
@@ -2929,27 +2929,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2929
2929
|
lte?: number | undefined;
|
|
2930
2930
|
};
|
|
2931
2931
|
} | undefined;
|
|
2932
|
-
}>(this: TThis) => import("
|
|
2933
|
-
}, import("
|
|
2932
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2933
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2934
2934
|
field: string;
|
|
2935
2935
|
equals: boolean;
|
|
2936
2936
|
}>>;
|
|
2937
|
-
twitterTitle: import("
|
|
2937
|
+
twitterTitle: import("../index.js").WithFieldState<Omit<{
|
|
2938
2938
|
kind: "field";
|
|
2939
2939
|
readonly __fieldTypes?: {
|
|
2940
2940
|
input: string;
|
|
2941
2941
|
db: string;
|
|
2942
2942
|
output: string;
|
|
2943
|
-
meta: import("
|
|
2944
|
-
state: import("
|
|
2943
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2944
|
+
state: import("../index.js").DefaultFieldState;
|
|
2945
2945
|
} | undefined;
|
|
2946
|
-
meta: import("
|
|
2947
|
-
state: import("
|
|
2946
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2947
|
+
state: import("../index.js").DefaultFieldState;
|
|
2948
2948
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2949
2949
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2950
2950
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2951
2951
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2952
|
-
getConfig: () => import("
|
|
2952
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2953
2953
|
getIsRequired: () => false;
|
|
2954
2954
|
getIsTranslatable: () => false;
|
|
2955
2955
|
getVisibility: () => "all";
|
|
@@ -2961,19 +2961,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2961
2961
|
input: string;
|
|
2962
2962
|
db: string;
|
|
2963
2963
|
output: string;
|
|
2964
|
-
meta: import("
|
|
2965
|
-
state: import("
|
|
2964
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2965
|
+
state: import("../index.js").FieldState;
|
|
2966
2966
|
} | undefined;
|
|
2967
|
-
meta: import("
|
|
2968
|
-
state: import("
|
|
2967
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2968
|
+
state: import("../index.js").FieldState;
|
|
2969
2969
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2970
2970
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2971
2971
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2972
2972
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2973
|
-
getConfig: () => import("
|
|
2973
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2974
2974
|
getIsRequired: () => boolean;
|
|
2975
2975
|
getIsTranslatable: () => boolean;
|
|
2976
|
-
getVisibility: () => import("
|
|
2976
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2977
2977
|
getCondition: () => {
|
|
2978
2978
|
field: string;
|
|
2979
2979
|
equals: unknown;
|
|
@@ -3011,26 +3011,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3011
3011
|
lte?: number | undefined;
|
|
3012
3012
|
};
|
|
3013
3013
|
} | undefined;
|
|
3014
|
-
}, NextUi extends import("
|
|
3014
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3015
3015
|
min: <TThis extends {
|
|
3016
3016
|
kind: "field";
|
|
3017
3017
|
readonly __fieldTypes?: {
|
|
3018
3018
|
input: string;
|
|
3019
3019
|
db: string;
|
|
3020
3020
|
output: string;
|
|
3021
|
-
meta: import("
|
|
3022
|
-
state: import("
|
|
3021
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3022
|
+
state: import("../index.js").FieldState;
|
|
3023
3023
|
} | undefined;
|
|
3024
|
-
meta: import("
|
|
3025
|
-
state: import("
|
|
3024
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3025
|
+
state: import("../index.js").FieldState;
|
|
3026
3026
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3027
3027
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3028
3028
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3029
3029
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3030
|
-
getConfig: () => import("
|
|
3030
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3031
3031
|
getIsRequired: () => boolean;
|
|
3032
3032
|
getIsTranslatable: () => boolean;
|
|
3033
|
-
getVisibility: () => import("
|
|
3033
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3034
3034
|
getCondition: () => {
|
|
3035
3035
|
field: string;
|
|
3036
3036
|
equals: unknown;
|
|
@@ -3068,26 +3068,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3068
3068
|
lte?: number | undefined;
|
|
3069
3069
|
};
|
|
3070
3070
|
} | undefined;
|
|
3071
|
-
}>(this: TThis, length: number) => import("
|
|
3071
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3072
3072
|
max: <TThis extends {
|
|
3073
3073
|
kind: "field";
|
|
3074
3074
|
readonly __fieldTypes?: {
|
|
3075
3075
|
input: string;
|
|
3076
3076
|
db: string;
|
|
3077
3077
|
output: string;
|
|
3078
|
-
meta: import("
|
|
3079
|
-
state: import("
|
|
3078
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3079
|
+
state: import("../index.js").FieldState;
|
|
3080
3080
|
} | undefined;
|
|
3081
|
-
meta: import("
|
|
3082
|
-
state: import("
|
|
3081
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3082
|
+
state: import("../index.js").FieldState;
|
|
3083
3083
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3084
3084
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3085
3085
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3086
3086
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3087
|
-
getConfig: () => import("
|
|
3087
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3088
3088
|
getIsRequired: () => boolean;
|
|
3089
3089
|
getIsTranslatable: () => boolean;
|
|
3090
|
-
getVisibility: () => import("
|
|
3090
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3091
3091
|
getCondition: () => {
|
|
3092
3092
|
field: string;
|
|
3093
3093
|
equals: unknown;
|
|
@@ -3125,27 +3125,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3125
3125
|
lte?: number | undefined;
|
|
3126
3126
|
};
|
|
3127
3127
|
} | undefined;
|
|
3128
|
-
}>(this: TThis, length: number) => import("
|
|
3129
|
-
}, keyof import("
|
|
3128
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3129
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3130
3130
|
field: string;
|
|
3131
3131
|
equals: boolean;
|
|
3132
3132
|
}>>;
|
|
3133
|
-
twitterDescription: import("
|
|
3133
|
+
twitterDescription: import("../index.js").WithFieldState<Omit<{
|
|
3134
3134
|
kind: "field";
|
|
3135
3135
|
readonly __fieldTypes?: {
|
|
3136
3136
|
input: string;
|
|
3137
3137
|
db: string;
|
|
3138
3138
|
output: string;
|
|
3139
|
-
meta: import("
|
|
3140
|
-
state: import("
|
|
3139
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3140
|
+
state: import("../index.js").DefaultFieldState;
|
|
3141
3141
|
} | undefined;
|
|
3142
|
-
meta: import("
|
|
3143
|
-
state: import("
|
|
3142
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3143
|
+
state: import("../index.js").DefaultFieldState;
|
|
3144
3144
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3145
3145
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3146
3146
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3147
3147
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3148
|
-
getConfig: () => import("
|
|
3148
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3149
3149
|
getIsRequired: () => false;
|
|
3150
3150
|
getIsTranslatable: () => false;
|
|
3151
3151
|
getVisibility: () => "all";
|
|
@@ -3157,19 +3157,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3157
3157
|
input: string;
|
|
3158
3158
|
db: string;
|
|
3159
3159
|
output: string;
|
|
3160
|
-
meta: import("
|
|
3161
|
-
state: import("
|
|
3160
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3161
|
+
state: import("../index.js").FieldState;
|
|
3162
3162
|
} | undefined;
|
|
3163
|
-
meta: import("
|
|
3164
|
-
state: import("
|
|
3163
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3164
|
+
state: import("../index.js").FieldState;
|
|
3165
3165
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3166
3166
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3167
3167
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3168
3168
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3169
|
-
getConfig: () => import("
|
|
3169
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3170
3170
|
getIsRequired: () => boolean;
|
|
3171
3171
|
getIsTranslatable: () => boolean;
|
|
3172
|
-
getVisibility: () => import("
|
|
3172
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3173
3173
|
getCondition: () => {
|
|
3174
3174
|
field: string;
|
|
3175
3175
|
equals: unknown;
|
|
@@ -3207,26 +3207,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3207
3207
|
lte?: number | undefined;
|
|
3208
3208
|
};
|
|
3209
3209
|
} | undefined;
|
|
3210
|
-
}, NextUi extends import("
|
|
3210
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3211
3211
|
min: <TThis extends {
|
|
3212
3212
|
kind: "field";
|
|
3213
3213
|
readonly __fieldTypes?: {
|
|
3214
3214
|
input: string;
|
|
3215
3215
|
db: string;
|
|
3216
3216
|
output: string;
|
|
3217
|
-
meta: import("
|
|
3218
|
-
state: import("
|
|
3217
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3218
|
+
state: import("../index.js").FieldState;
|
|
3219
3219
|
} | undefined;
|
|
3220
|
-
meta: import("
|
|
3221
|
-
state: import("
|
|
3220
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3221
|
+
state: import("../index.js").FieldState;
|
|
3222
3222
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3223
3223
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3224
3224
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3225
3225
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3226
|
-
getConfig: () => import("
|
|
3226
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3227
3227
|
getIsRequired: () => boolean;
|
|
3228
3228
|
getIsTranslatable: () => boolean;
|
|
3229
|
-
getVisibility: () => import("
|
|
3229
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3230
3230
|
getCondition: () => {
|
|
3231
3231
|
field: string;
|
|
3232
3232
|
equals: unknown;
|
|
@@ -3264,26 +3264,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3264
3264
|
lte?: number | undefined;
|
|
3265
3265
|
};
|
|
3266
3266
|
} | undefined;
|
|
3267
|
-
}>(this: TThis, length: number) => import("
|
|
3267
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3268
3268
|
max: <TThis extends {
|
|
3269
3269
|
kind: "field";
|
|
3270
3270
|
readonly __fieldTypes?: {
|
|
3271
3271
|
input: string;
|
|
3272
3272
|
db: string;
|
|
3273
3273
|
output: string;
|
|
3274
|
-
meta: import("
|
|
3275
|
-
state: import("
|
|
3274
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3275
|
+
state: import("../index.js").FieldState;
|
|
3276
3276
|
} | undefined;
|
|
3277
|
-
meta: import("
|
|
3278
|
-
state: import("
|
|
3277
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3278
|
+
state: import("../index.js").FieldState;
|
|
3279
3279
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3280
3280
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3281
3281
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3282
3282
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3283
|
-
getConfig: () => import("
|
|
3283
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3284
3284
|
getIsRequired: () => boolean;
|
|
3285
3285
|
getIsTranslatable: () => boolean;
|
|
3286
|
-
getVisibility: () => import("
|
|
3286
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3287
3287
|
getCondition: () => {
|
|
3288
3288
|
field: string;
|
|
3289
3289
|
equals: unknown;
|
|
@@ -3321,12 +3321,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
3321
3321
|
lte?: number | undefined;
|
|
3322
3322
|
};
|
|
3323
3323
|
} | undefined;
|
|
3324
|
-
}>(this: TThis, length: number) => import("
|
|
3325
|
-
}, keyof import("
|
|
3324
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3325
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3326
3326
|
field: string;
|
|
3327
3327
|
equals: boolean;
|
|
3328
3328
|
}>>;
|
|
3329
|
-
twitterImage: import("
|
|
3329
|
+
twitterImage: import("../index.js").WithFieldState<{
|
|
3330
3330
|
kind: "field";
|
|
3331
3331
|
readonly __fieldTypes?: {
|
|
3332
3332
|
input: {
|
|
@@ -3363,11 +3363,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3363
3363
|
}[] | undefined;
|
|
3364
3364
|
srcSet?: string | null | undefined;
|
|
3365
3365
|
};
|
|
3366
|
-
meta: import("
|
|
3367
|
-
state: import("
|
|
3366
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3367
|
+
state: import("../index.js").DefaultFieldState;
|
|
3368
3368
|
} | undefined;
|
|
3369
|
-
meta: import("
|
|
3370
|
-
state: import("
|
|
3369
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3370
|
+
state: import("../index.js").DefaultFieldState;
|
|
3371
3371
|
toZod: () => import("zod").ZodType<{
|
|
3372
3372
|
type: "existing";
|
|
3373
3373
|
_id: string;
|
|
@@ -3442,12 +3442,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
3442
3442
|
}[] | undefined;
|
|
3443
3443
|
srcSet?: string | null | undefined;
|
|
3444
3444
|
} | undefined, unknown>>;
|
|
3445
|
-
getConfig: () => import("
|
|
3445
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3446
3446
|
getIsRequired: () => false;
|
|
3447
3447
|
getIsTranslatable: () => false;
|
|
3448
3448
|
getVisibility: () => "all";
|
|
3449
3449
|
getCondition: () => undefined;
|
|
3450
|
-
} & import("
|
|
3450
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
3451
3451
|
url: string;
|
|
3452
3452
|
previewUrl: string | null;
|
|
3453
3453
|
name: string;
|
|
@@ -3470,7 +3470,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3470
3470
|
size: number;
|
|
3471
3471
|
}[] | undefined;
|
|
3472
3472
|
srcSet?: string | null | undefined;
|
|
3473
|
-
}, import("
|
|
3473
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
3474
3474
|
type: <TThis extends {
|
|
3475
3475
|
kind: "field";
|
|
3476
3476
|
readonly __fieldTypes?: {
|
|
@@ -3508,11 +3508,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3508
3508
|
}[] | undefined;
|
|
3509
3509
|
srcSet?: string | null | undefined;
|
|
3510
3510
|
};
|
|
3511
|
-
meta: import("
|
|
3512
|
-
state: import("
|
|
3511
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3512
|
+
state: import("../index.js").FieldState;
|
|
3513
3513
|
} | undefined;
|
|
3514
|
-
meta: import("
|
|
3515
|
-
state: import("
|
|
3514
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3515
|
+
state: import("../index.js").FieldState;
|
|
3516
3516
|
toZod: () => import("zod").ZodType<{
|
|
3517
3517
|
type: "existing";
|
|
3518
3518
|
_id: string;
|
|
@@ -3587,10 +3587,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3587
3587
|
}[] | undefined;
|
|
3588
3588
|
srcSet?: string | null | undefined;
|
|
3589
3589
|
} | undefined, unknown>>;
|
|
3590
|
-
getConfig: () => import("
|
|
3590
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3591
3591
|
getIsRequired: () => boolean;
|
|
3592
3592
|
getIsTranslatable: () => boolean;
|
|
3593
|
-
getVisibility: () => import("
|
|
3593
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3594
3594
|
getCondition: () => {
|
|
3595
3595
|
field: string;
|
|
3596
3596
|
equals: unknown;
|
|
@@ -3628,7 +3628,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3628
3628
|
lte?: number | undefined;
|
|
3629
3629
|
};
|
|
3630
3630
|
} | undefined;
|
|
3631
|
-
}, NextMediaType extends import("
|
|
3631
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
3632
3632
|
multiple: <TThis extends {
|
|
3633
3633
|
kind: "field";
|
|
3634
3634
|
readonly __fieldTypes?: {
|
|
@@ -3666,11 +3666,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3666
3666
|
}[] | undefined;
|
|
3667
3667
|
srcSet?: string | null | undefined;
|
|
3668
3668
|
};
|
|
3669
|
-
meta: import("
|
|
3670
|
-
state: import("
|
|
3669
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3670
|
+
state: import("../index.js").FieldState;
|
|
3671
3671
|
} | undefined;
|
|
3672
|
-
meta: import("
|
|
3673
|
-
state: import("
|
|
3672
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3673
|
+
state: import("../index.js").FieldState;
|
|
3674
3674
|
toZod: () => import("zod").ZodType<{
|
|
3675
3675
|
type: "existing";
|
|
3676
3676
|
_id: string;
|
|
@@ -3745,10 +3745,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3745
3745
|
}[] | undefined;
|
|
3746
3746
|
srcSet?: string | null | undefined;
|
|
3747
3747
|
} | undefined, unknown>>;
|
|
3748
|
-
getConfig: () => import("
|
|
3748
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3749
3749
|
getIsRequired: () => boolean;
|
|
3750
3750
|
getIsTranslatable: () => boolean;
|
|
3751
|
-
getVisibility: () => import("
|
|
3751
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3752
3752
|
getCondition: () => {
|
|
3753
3753
|
field: string;
|
|
3754
3754
|
equals: unknown;
|
|
@@ -3786,7 +3786,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3786
3786
|
lte?: number | undefined;
|
|
3787
3787
|
};
|
|
3788
3788
|
} | undefined;
|
|
3789
|
-
}>(this: TThis) => import("
|
|
3789
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
3790
3790
|
optimize: <TThis extends {
|
|
3791
3791
|
kind: "field";
|
|
3792
3792
|
readonly __fieldTypes?: {
|
|
@@ -3824,11 +3824,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3824
3824
|
}[] | undefined;
|
|
3825
3825
|
srcSet?: string | null | undefined;
|
|
3826
3826
|
};
|
|
3827
|
-
meta: import("
|
|
3828
|
-
state: import("
|
|
3827
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3828
|
+
state: import("../index.js").FieldState;
|
|
3829
3829
|
} | undefined;
|
|
3830
|
-
meta: import("
|
|
3831
|
-
state: import("
|
|
3830
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3831
|
+
state: import("../index.js").FieldState;
|
|
3832
3832
|
toZod: () => import("zod").ZodType<{
|
|
3833
3833
|
type: "existing";
|
|
3834
3834
|
_id: string;
|
|
@@ -3903,10 +3903,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3903
3903
|
}[] | undefined;
|
|
3904
3904
|
srcSet?: string | null | undefined;
|
|
3905
3905
|
} | undefined, unknown>>;
|
|
3906
|
-
getConfig: () => import("
|
|
3906
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3907
3907
|
getIsRequired: () => boolean;
|
|
3908
3908
|
getIsTranslatable: () => boolean;
|
|
3909
|
-
getVisibility: () => import("
|
|
3909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3910
3910
|
getCondition: () => {
|
|
3911
3911
|
field: string;
|
|
3912
3912
|
equals: unknown;
|
|
@@ -3944,27 +3944,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3944
3944
|
lte?: number | undefined;
|
|
3945
3945
|
};
|
|
3946
3946
|
} | undefined;
|
|
3947
|
-
}>(this: TThis, options?: Partial<import("
|
|
3948
|
-
}, import("
|
|
3947
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
3948
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
3949
3949
|
field: string;
|
|
3950
3950
|
equals: boolean;
|
|
3951
3951
|
}>>;
|
|
3952
|
-
twitterImageAlt: import("
|
|
3952
|
+
twitterImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
3953
3953
|
kind: "field";
|
|
3954
3954
|
readonly __fieldTypes?: {
|
|
3955
3955
|
input: string;
|
|
3956
3956
|
db: string;
|
|
3957
3957
|
output: string;
|
|
3958
|
-
meta: import("
|
|
3959
|
-
state: import("
|
|
3958
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3959
|
+
state: import("../index.js").DefaultFieldState;
|
|
3960
3960
|
} | undefined;
|
|
3961
|
-
meta: import("
|
|
3962
|
-
state: import("
|
|
3961
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3962
|
+
state: import("../index.js").DefaultFieldState;
|
|
3963
3963
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3964
3964
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3965
3965
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3966
3966
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3967
|
-
getConfig: () => import("
|
|
3967
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3968
3968
|
getIsRequired: () => false;
|
|
3969
3969
|
getIsTranslatable: () => false;
|
|
3970
3970
|
getVisibility: () => "all";
|
|
@@ -3976,19 +3976,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3976
3976
|
input: string;
|
|
3977
3977
|
db: string;
|
|
3978
3978
|
output: string;
|
|
3979
|
-
meta: import("
|
|
3980
|
-
state: import("
|
|
3979
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3980
|
+
state: import("../index.js").FieldState;
|
|
3981
3981
|
} | undefined;
|
|
3982
|
-
meta: import("
|
|
3983
|
-
state: import("
|
|
3982
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3983
|
+
state: import("../index.js").FieldState;
|
|
3984
3984
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3985
3985
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3986
3986
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3987
3987
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3988
|
-
getConfig: () => import("
|
|
3988
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3989
3989
|
getIsRequired: () => boolean;
|
|
3990
3990
|
getIsTranslatable: () => boolean;
|
|
3991
|
-
getVisibility: () => import("
|
|
3991
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3992
3992
|
getCondition: () => {
|
|
3993
3993
|
field: string;
|
|
3994
3994
|
equals: unknown;
|
|
@@ -4026,26 +4026,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
4026
4026
|
lte?: number | undefined;
|
|
4027
4027
|
};
|
|
4028
4028
|
} | undefined;
|
|
4029
|
-
}, NextUi extends import("
|
|
4029
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
4030
4030
|
min: <TThis extends {
|
|
4031
4031
|
kind: "field";
|
|
4032
4032
|
readonly __fieldTypes?: {
|
|
4033
4033
|
input: string;
|
|
4034
4034
|
db: string;
|
|
4035
4035
|
output: string;
|
|
4036
|
-
meta: import("
|
|
4037
|
-
state: import("
|
|
4036
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4037
|
+
state: import("../index.js").FieldState;
|
|
4038
4038
|
} | undefined;
|
|
4039
|
-
meta: import("
|
|
4040
|
-
state: import("
|
|
4039
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4040
|
+
state: import("../index.js").FieldState;
|
|
4041
4041
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4042
4042
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4043
4043
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4044
4044
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4045
|
-
getConfig: () => import("
|
|
4045
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4046
4046
|
getIsRequired: () => boolean;
|
|
4047
4047
|
getIsTranslatable: () => boolean;
|
|
4048
|
-
getVisibility: () => import("
|
|
4048
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4049
4049
|
getCondition: () => {
|
|
4050
4050
|
field: string;
|
|
4051
4051
|
equals: unknown;
|
|
@@ -4083,26 +4083,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
4083
4083
|
lte?: number | undefined;
|
|
4084
4084
|
};
|
|
4085
4085
|
} | undefined;
|
|
4086
|
-
}>(this: TThis, length: number) => import("
|
|
4086
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4087
4087
|
max: <TThis extends {
|
|
4088
4088
|
kind: "field";
|
|
4089
4089
|
readonly __fieldTypes?: {
|
|
4090
4090
|
input: string;
|
|
4091
4091
|
db: string;
|
|
4092
4092
|
output: string;
|
|
4093
|
-
meta: import("
|
|
4094
|
-
state: import("
|
|
4093
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4094
|
+
state: import("../index.js").FieldState;
|
|
4095
4095
|
} | undefined;
|
|
4096
|
-
meta: import("
|
|
4097
|
-
state: import("
|
|
4096
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4097
|
+
state: import("../index.js").FieldState;
|
|
4098
4098
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4099
4099
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4100
4100
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4101
4101
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4102
|
-
getConfig: () => import("
|
|
4102
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4103
4103
|
getIsRequired: () => boolean;
|
|
4104
4104
|
getIsTranslatable: () => boolean;
|
|
4105
|
-
getVisibility: () => import("
|
|
4105
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4106
4106
|
getCondition: () => {
|
|
4107
4107
|
field: string;
|
|
4108
4108
|
equals: unknown;
|
|
@@ -4140,12 +4140,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
4140
4140
|
lte?: number | undefined;
|
|
4141
4141
|
};
|
|
4142
4142
|
} | undefined;
|
|
4143
|
-
}>(this: TThis, length: number) => import("
|
|
4144
|
-
}, keyof import("
|
|
4143
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4144
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
4145
4145
|
field: string;
|
|
4146
4146
|
equals: boolean;
|
|
4147
4147
|
}>>;
|
|
4148
|
-
}, "Seo">, "new", import("
|
|
4148
|
+
}, "Seo">, "new", import("../index.js").DefaultFieldState>;
|
|
4149
4149
|
}, "SeoSettings">;
|
|
4150
4150
|
export type SeoSettings = typeof SeoSettings;
|
|
4151
4151
|
export type SeoSettingsSchema = DataFront<SeoSettings>;
|