@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 Seo: ContentType<{
|
|
4
|
-
title: import("
|
|
4
|
+
title: import("../index.js").WithFieldState<{
|
|
5
5
|
kind: "field";
|
|
6
6
|
readonly __fieldTypes?: {
|
|
7
7
|
input: string;
|
|
8
8
|
db: string;
|
|
9
9
|
output: string;
|
|
10
|
-
meta: import("
|
|
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 Seo: 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 Seo: 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 Seo: 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 Seo: ContentType<{
|
|
|
192
192
|
lte?: number | undefined;
|
|
193
193
|
};
|
|
194
194
|
} | undefined;
|
|
195
|
-
}>(this: TThis, length: number) => import("
|
|
196
|
-
}, import("
|
|
197
|
-
description: import("
|
|
195
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
196
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
197
|
+
description: import("../index.js").WithFieldState<{
|
|
198
198
|
kind: "field";
|
|
199
199
|
readonly __fieldTypes?: {
|
|
200
200
|
input: string;
|
|
201
201
|
db: string;
|
|
202
202
|
output: string;
|
|
203
|
-
meta: import("
|
|
204
|
-
state: import("
|
|
203
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
204
|
+
state: import("../index.js").DefaultFieldState;
|
|
205
205
|
} | undefined;
|
|
206
|
-
meta: import("
|
|
207
|
-
state: import("
|
|
206
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
207
|
+
state: import("../index.js").DefaultFieldState;
|
|
208
208
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
209
209
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
210
210
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
211
211
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
212
|
-
getConfig: () => import("
|
|
212
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
213
213
|
getIsRequired: () => false;
|
|
214
214
|
getIsTranslatable: () => false;
|
|
215
215
|
getVisibility: () => "all";
|
|
@@ -221,19 +221,19 @@ export declare const Seo: ContentType<{
|
|
|
221
221
|
input: string;
|
|
222
222
|
db: string;
|
|
223
223
|
output: string;
|
|
224
|
-
meta: import("
|
|
225
|
-
state: import("
|
|
224
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
225
|
+
state: import("../index.js").FieldState;
|
|
226
226
|
} | undefined;
|
|
227
|
-
meta: import("
|
|
228
|
-
state: import("
|
|
227
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
228
|
+
state: import("../index.js").FieldState;
|
|
229
229
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
230
230
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
231
231
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
232
232
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
233
|
-
getConfig: () => import("
|
|
233
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
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 Seo: 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<"Textarea">;
|
|
282
|
+
state: import("../index.js").FieldState;
|
|
283
283
|
} | undefined;
|
|
284
|
-
meta: import("
|
|
285
|
-
state: import("
|
|
284
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
285
|
+
state: import("../index.js").FieldState;
|
|
286
286
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
287
287
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
288
288
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
289
289
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
290
|
-
getConfig: () => import("
|
|
290
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
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 Seo: 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<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
332
332
|
max: <TThis extends {
|
|
333
333
|
kind: "field";
|
|
334
334
|
readonly __fieldTypes?: {
|
|
335
335
|
input: string;
|
|
336
336
|
db: string;
|
|
337
337
|
output: string;
|
|
338
|
-
meta: import("
|
|
339
|
-
state: import("
|
|
338
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
339
|
+
state: import("../index.js").FieldState;
|
|
340
340
|
} | undefined;
|
|
341
|
-
meta: import("
|
|
342
|
-
state: import("
|
|
341
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
342
|
+
state: import("../index.js").FieldState;
|
|
343
343
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
344
344
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
345
345
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
346
346
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
347
|
-
getConfig: () => import("
|
|
347
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
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,24 +385,24 @@ export declare const Seo: ContentType<{
|
|
|
385
385
|
lte?: number | undefined;
|
|
386
386
|
};
|
|
387
387
|
} | undefined;
|
|
388
|
-
}>(this: TThis, length: number) => import("
|
|
389
|
-
}, import("
|
|
390
|
-
canonicalUrl: import("
|
|
388
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
389
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
390
|
+
canonicalUrl: import("../index.js").WithFieldState<{
|
|
391
391
|
kind: "field";
|
|
392
392
|
readonly __fieldTypes?: {
|
|
393
393
|
input: string;
|
|
394
394
|
db: string;
|
|
395
395
|
output: string;
|
|
396
|
-
meta: import("
|
|
397
|
-
state: import("
|
|
396
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
397
|
+
state: import("../index.js").DefaultFieldState;
|
|
398
398
|
} | undefined;
|
|
399
|
-
meta: import("
|
|
400
|
-
state: import("
|
|
399
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
400
|
+
state: import("../index.js").DefaultFieldState;
|
|
401
401
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
402
402
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
403
403
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
404
404
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
405
|
-
getConfig: () => import("
|
|
405
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
406
406
|
getIsRequired: () => false;
|
|
407
407
|
getIsTranslatable: () => false;
|
|
408
408
|
getVisibility: () => "all";
|
|
@@ -414,19 +414,19 @@ export declare const Seo: ContentType<{
|
|
|
414
414
|
input: string;
|
|
415
415
|
db: string;
|
|
416
416
|
output: string;
|
|
417
|
-
meta: import("
|
|
418
|
-
state: import("
|
|
417
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
418
|
+
state: import("../index.js").FieldState;
|
|
419
419
|
} | undefined;
|
|
420
|
-
meta: import("
|
|
421
|
-
state: import("
|
|
420
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
421
|
+
state: import("../index.js").FieldState;
|
|
422
422
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
423
423
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
424
424
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
425
425
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
426
|
-
getConfig: () => import("
|
|
426
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
427
427
|
getIsRequired: () => boolean;
|
|
428
428
|
getIsTranslatable: () => boolean;
|
|
429
|
-
getVisibility: () => import("
|
|
429
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
430
430
|
getCondition: () => {
|
|
431
431
|
field: string;
|
|
432
432
|
equals: unknown;
|
|
@@ -464,26 +464,26 @@ export declare const Seo: ContentType<{
|
|
|
464
464
|
lte?: number | undefined;
|
|
465
465
|
};
|
|
466
466
|
} | undefined;
|
|
467
|
-
}, NextUi extends import("
|
|
467
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
468
468
|
min: <TThis extends {
|
|
469
469
|
kind: "field";
|
|
470
470
|
readonly __fieldTypes?: {
|
|
471
471
|
input: string;
|
|
472
472
|
db: string;
|
|
473
473
|
output: string;
|
|
474
|
-
meta: import("
|
|
475
|
-
state: import("
|
|
474
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
475
|
+
state: import("../index.js").FieldState;
|
|
476
476
|
} | undefined;
|
|
477
|
-
meta: import("
|
|
478
|
-
state: import("
|
|
477
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
478
|
+
state: import("../index.js").FieldState;
|
|
479
479
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
480
480
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
481
481
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
482
482
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
483
|
-
getConfig: () => import("
|
|
483
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
484
484
|
getIsRequired: () => boolean;
|
|
485
485
|
getIsTranslatable: () => boolean;
|
|
486
|
-
getVisibility: () => import("
|
|
486
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
487
487
|
getCondition: () => {
|
|
488
488
|
field: string;
|
|
489
489
|
equals: unknown;
|
|
@@ -521,26 +521,26 @@ export declare const Seo: ContentType<{
|
|
|
521
521
|
lte?: number | undefined;
|
|
522
522
|
};
|
|
523
523
|
} | undefined;
|
|
524
|
-
}>(this: TThis, length: number) => import("
|
|
524
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
525
525
|
max: <TThis extends {
|
|
526
526
|
kind: "field";
|
|
527
527
|
readonly __fieldTypes?: {
|
|
528
528
|
input: string;
|
|
529
529
|
db: string;
|
|
530
530
|
output: string;
|
|
531
|
-
meta: import("
|
|
532
|
-
state: import("
|
|
531
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
532
|
+
state: import("../index.js").FieldState;
|
|
533
533
|
} | undefined;
|
|
534
|
-
meta: import("
|
|
535
|
-
state: import("
|
|
534
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
535
|
+
state: import("../index.js").FieldState;
|
|
536
536
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
537
537
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
538
538
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
539
539
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
540
|
-
getConfig: () => import("
|
|
540
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
541
541
|
getIsRequired: () => boolean;
|
|
542
542
|
getIsTranslatable: () => boolean;
|
|
543
|
-
getVisibility: () => import("
|
|
543
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
544
544
|
getCondition: () => {
|
|
545
545
|
field: string;
|
|
546
546
|
equals: unknown;
|
|
@@ -578,25 +578,25 @@ export declare const Seo: ContentType<{
|
|
|
578
578
|
lte?: number | undefined;
|
|
579
579
|
};
|
|
580
580
|
} | undefined;
|
|
581
|
-
}>(this: TThis, length: number) => import("
|
|
582
|
-
}, import("
|
|
583
|
-
image: import("
|
|
584
|
-
imageAlt: import("
|
|
581
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
582
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
583
|
+
image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
|
|
584
|
+
imageAlt: import("../index.js").WithFieldState<{
|
|
585
585
|
kind: "field";
|
|
586
586
|
readonly __fieldTypes?: {
|
|
587
587
|
input: string;
|
|
588
588
|
db: string;
|
|
589
589
|
output: string;
|
|
590
|
-
meta: import("
|
|
591
|
-
state: import("
|
|
590
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
591
|
+
state: import("../index.js").DefaultFieldState;
|
|
592
592
|
} | undefined;
|
|
593
|
-
meta: import("
|
|
594
|
-
state: import("
|
|
593
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
594
|
+
state: import("../index.js").DefaultFieldState;
|
|
595
595
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
596
596
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
597
597
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
598
598
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
599
|
-
getConfig: () => import("
|
|
599
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
600
600
|
getIsRequired: () => false;
|
|
601
601
|
getIsTranslatable: () => false;
|
|
602
602
|
getVisibility: () => "all";
|
|
@@ -608,19 +608,19 @@ export declare const Seo: ContentType<{
|
|
|
608
608
|
input: string;
|
|
609
609
|
db: string;
|
|
610
610
|
output: string;
|
|
611
|
-
meta: import("
|
|
612
|
-
state: import("
|
|
611
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
612
|
+
state: import("../index.js").FieldState;
|
|
613
613
|
} | undefined;
|
|
614
|
-
meta: import("
|
|
615
|
-
state: import("
|
|
614
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
615
|
+
state: import("../index.js").FieldState;
|
|
616
616
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
617
617
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
618
618
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
619
619
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
620
|
-
getConfig: () => import("
|
|
620
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
621
621
|
getIsRequired: () => boolean;
|
|
622
622
|
getIsTranslatable: () => boolean;
|
|
623
|
-
getVisibility: () => import("
|
|
623
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
624
624
|
getCondition: () => {
|
|
625
625
|
field: string;
|
|
626
626
|
equals: unknown;
|
|
@@ -658,26 +658,26 @@ export declare const Seo: ContentType<{
|
|
|
658
658
|
lte?: number | undefined;
|
|
659
659
|
};
|
|
660
660
|
} | undefined;
|
|
661
|
-
}, NextUi extends import("
|
|
661
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
662
662
|
min: <TThis extends {
|
|
663
663
|
kind: "field";
|
|
664
664
|
readonly __fieldTypes?: {
|
|
665
665
|
input: string;
|
|
666
666
|
db: string;
|
|
667
667
|
output: string;
|
|
668
|
-
meta: import("
|
|
669
|
-
state: import("
|
|
668
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
669
|
+
state: import("../index.js").FieldState;
|
|
670
670
|
} | undefined;
|
|
671
|
-
meta: import("
|
|
672
|
-
state: import("
|
|
671
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
672
|
+
state: import("../index.js").FieldState;
|
|
673
673
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
674
674
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
675
675
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
676
676
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
677
|
-
getConfig: () => import("
|
|
677
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
678
678
|
getIsRequired: () => boolean;
|
|
679
679
|
getIsTranslatable: () => boolean;
|
|
680
|
-
getVisibility: () => import("
|
|
680
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
681
681
|
getCondition: () => {
|
|
682
682
|
field: string;
|
|
683
683
|
equals: unknown;
|
|
@@ -715,26 +715,26 @@ export declare const Seo: ContentType<{
|
|
|
715
715
|
lte?: number | undefined;
|
|
716
716
|
};
|
|
717
717
|
} | undefined;
|
|
718
|
-
}>(this: TThis, length: number) => import("
|
|
718
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
719
719
|
max: <TThis extends {
|
|
720
720
|
kind: "field";
|
|
721
721
|
readonly __fieldTypes?: {
|
|
722
722
|
input: string;
|
|
723
723
|
db: string;
|
|
724
724
|
output: string;
|
|
725
|
-
meta: import("
|
|
726
|
-
state: import("
|
|
725
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
726
|
+
state: import("../index.js").FieldState;
|
|
727
727
|
} | undefined;
|
|
728
|
-
meta: import("
|
|
729
|
-
state: import("
|
|
728
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
729
|
+
state: import("../index.js").FieldState;
|
|
730
730
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
731
731
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
732
732
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
733
733
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
734
|
-
getConfig: () => import("
|
|
734
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
735
735
|
getIsRequired: () => boolean;
|
|
736
736
|
getIsTranslatable: () => boolean;
|
|
737
|
-
getVisibility: () => import("
|
|
737
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
738
738
|
getCondition: () => {
|
|
739
739
|
field: string;
|
|
740
740
|
equals: unknown;
|
|
@@ -772,26 +772,26 @@ export declare const Seo: ContentType<{
|
|
|
772
772
|
lte?: number | undefined;
|
|
773
773
|
};
|
|
774
774
|
} | undefined;
|
|
775
|
-
}>(this: TThis, length: number) => import("
|
|
776
|
-
}, import("
|
|
777
|
-
noIndex: import("
|
|
778
|
-
customOpenGraph: import("
|
|
779
|
-
openGraphTitle: import("
|
|
775
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
776
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
777
|
+
noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
778
|
+
customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
779
|
+
openGraphTitle: import("../index.js").WithFieldState<Omit<{
|
|
780
780
|
kind: "field";
|
|
781
781
|
readonly __fieldTypes?: {
|
|
782
782
|
input: string;
|
|
783
783
|
db: string;
|
|
784
784
|
output: string;
|
|
785
|
-
meta: import("
|
|
786
|
-
state: import("
|
|
785
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
786
|
+
state: import("../index.js").DefaultFieldState;
|
|
787
787
|
} | undefined;
|
|
788
|
-
meta: import("
|
|
789
|
-
state: import("
|
|
788
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
789
|
+
state: import("../index.js").DefaultFieldState;
|
|
790
790
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
791
791
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
792
792
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
793
793
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
794
|
-
getConfig: () => import("
|
|
794
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
795
795
|
getIsRequired: () => false;
|
|
796
796
|
getIsTranslatable: () => false;
|
|
797
797
|
getVisibility: () => "all";
|
|
@@ -803,19 +803,19 @@ export declare const Seo: ContentType<{
|
|
|
803
803
|
input: string;
|
|
804
804
|
db: string;
|
|
805
805
|
output: string;
|
|
806
|
-
meta: import("
|
|
807
|
-
state: import("
|
|
806
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
807
|
+
state: import("../index.js").FieldState;
|
|
808
808
|
} | undefined;
|
|
809
|
-
meta: import("
|
|
810
|
-
state: import("
|
|
809
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
810
|
+
state: import("../index.js").FieldState;
|
|
811
811
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
812
812
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
813
813
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
814
814
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
815
|
-
getConfig: () => import("
|
|
815
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
816
816
|
getIsRequired: () => boolean;
|
|
817
817
|
getIsTranslatable: () => boolean;
|
|
818
|
-
getVisibility: () => import("
|
|
818
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
819
819
|
getCondition: () => {
|
|
820
820
|
field: string;
|
|
821
821
|
equals: unknown;
|
|
@@ -853,26 +853,26 @@ export declare const Seo: ContentType<{
|
|
|
853
853
|
lte?: number | undefined;
|
|
854
854
|
};
|
|
855
855
|
} | undefined;
|
|
856
|
-
}, NextUi extends import("
|
|
856
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
857
857
|
min: <TThis extends {
|
|
858
858
|
kind: "field";
|
|
859
859
|
readonly __fieldTypes?: {
|
|
860
860
|
input: string;
|
|
861
861
|
db: string;
|
|
862
862
|
output: string;
|
|
863
|
-
meta: import("
|
|
864
|
-
state: import("
|
|
863
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
864
|
+
state: import("../index.js").FieldState;
|
|
865
865
|
} | undefined;
|
|
866
|
-
meta: import("
|
|
867
|
-
state: import("
|
|
866
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
867
|
+
state: import("../index.js").FieldState;
|
|
868
868
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
869
869
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
870
870
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
871
871
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
872
|
-
getConfig: () => import("
|
|
872
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
873
873
|
getIsRequired: () => boolean;
|
|
874
874
|
getIsTranslatable: () => boolean;
|
|
875
|
-
getVisibility: () => import("
|
|
875
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
876
876
|
getCondition: () => {
|
|
877
877
|
field: string;
|
|
878
878
|
equals: unknown;
|
|
@@ -910,26 +910,26 @@ export declare const Seo: ContentType<{
|
|
|
910
910
|
lte?: number | undefined;
|
|
911
911
|
};
|
|
912
912
|
} | undefined;
|
|
913
|
-
}>(this: TThis, length: number) => import("
|
|
913
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
914
914
|
max: <TThis extends {
|
|
915
915
|
kind: "field";
|
|
916
916
|
readonly __fieldTypes?: {
|
|
917
917
|
input: string;
|
|
918
918
|
db: string;
|
|
919
919
|
output: string;
|
|
920
|
-
meta: import("
|
|
921
|
-
state: import("
|
|
920
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
921
|
+
state: import("../index.js").FieldState;
|
|
922
922
|
} | undefined;
|
|
923
|
-
meta: import("
|
|
924
|
-
state: import("
|
|
923
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
924
|
+
state: import("../index.js").FieldState;
|
|
925
925
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
926
926
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
927
927
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
928
928
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
929
|
-
getConfig: () => import("
|
|
929
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
930
930
|
getIsRequired: () => boolean;
|
|
931
931
|
getIsTranslatable: () => boolean;
|
|
932
|
-
getVisibility: () => import("
|
|
932
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
933
933
|
getCondition: () => {
|
|
934
934
|
field: string;
|
|
935
935
|
equals: unknown;
|
|
@@ -967,27 +967,27 @@ export declare const Seo: ContentType<{
|
|
|
967
967
|
lte?: number | undefined;
|
|
968
968
|
};
|
|
969
969
|
} | undefined;
|
|
970
|
-
}>(this: TThis, length: number) => import("
|
|
971
|
-
}, keyof import("
|
|
970
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
971
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
972
972
|
field: string;
|
|
973
973
|
equals: boolean;
|
|
974
974
|
}>>;
|
|
975
|
-
openGraphDescription: import("
|
|
975
|
+
openGraphDescription: import("../index.js").WithFieldState<Omit<{
|
|
976
976
|
kind: "field";
|
|
977
977
|
readonly __fieldTypes?: {
|
|
978
978
|
input: string;
|
|
979
979
|
db: string;
|
|
980
980
|
output: string;
|
|
981
|
-
meta: import("
|
|
982
|
-
state: import("
|
|
981
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
982
|
+
state: import("../index.js").DefaultFieldState;
|
|
983
983
|
} | undefined;
|
|
984
|
-
meta: import("
|
|
985
|
-
state: import("
|
|
984
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
985
|
+
state: import("../index.js").DefaultFieldState;
|
|
986
986
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
987
987
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
988
988
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
989
989
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
990
|
-
getConfig: () => import("
|
|
990
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
991
991
|
getIsRequired: () => false;
|
|
992
992
|
getIsTranslatable: () => false;
|
|
993
993
|
getVisibility: () => "all";
|
|
@@ -999,19 +999,19 @@ export declare const Seo: ContentType<{
|
|
|
999
999
|
input: string;
|
|
1000
1000
|
db: string;
|
|
1001
1001
|
output: string;
|
|
1002
|
-
meta: import("
|
|
1003
|
-
state: import("
|
|
1002
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1003
|
+
state: import("../index.js").FieldState;
|
|
1004
1004
|
} | undefined;
|
|
1005
|
-
meta: import("
|
|
1006
|
-
state: import("
|
|
1005
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1006
|
+
state: import("../index.js").FieldState;
|
|
1007
1007
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1008
1008
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1009
1009
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1010
1010
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1011
|
-
getConfig: () => import("
|
|
1011
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1012
1012
|
getIsRequired: () => boolean;
|
|
1013
1013
|
getIsTranslatable: () => boolean;
|
|
1014
|
-
getVisibility: () => import("
|
|
1014
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1015
1015
|
getCondition: () => {
|
|
1016
1016
|
field: string;
|
|
1017
1017
|
equals: unknown;
|
|
@@ -1049,26 +1049,26 @@ export declare const Seo: ContentType<{
|
|
|
1049
1049
|
lte?: number | undefined;
|
|
1050
1050
|
};
|
|
1051
1051
|
} | undefined;
|
|
1052
|
-
}, NextUi extends import("
|
|
1052
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1053
1053
|
min: <TThis extends {
|
|
1054
1054
|
kind: "field";
|
|
1055
1055
|
readonly __fieldTypes?: {
|
|
1056
1056
|
input: string;
|
|
1057
1057
|
db: string;
|
|
1058
1058
|
output: string;
|
|
1059
|
-
meta: import("
|
|
1060
|
-
state: import("
|
|
1059
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1060
|
+
state: import("../index.js").FieldState;
|
|
1061
1061
|
} | undefined;
|
|
1062
|
-
meta: import("
|
|
1063
|
-
state: import("
|
|
1062
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1063
|
+
state: import("../index.js").FieldState;
|
|
1064
1064
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1065
1065
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1066
1066
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1067
1067
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1068
|
-
getConfig: () => import("
|
|
1068
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1069
1069
|
getIsRequired: () => boolean;
|
|
1070
1070
|
getIsTranslatable: () => boolean;
|
|
1071
|
-
getVisibility: () => import("
|
|
1071
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1072
1072
|
getCondition: () => {
|
|
1073
1073
|
field: string;
|
|
1074
1074
|
equals: unknown;
|
|
@@ -1106,26 +1106,26 @@ export declare const Seo: ContentType<{
|
|
|
1106
1106
|
lte?: number | undefined;
|
|
1107
1107
|
};
|
|
1108
1108
|
} | undefined;
|
|
1109
|
-
}>(this: TThis, length: number) => import("
|
|
1109
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1110
1110
|
max: <TThis extends {
|
|
1111
1111
|
kind: "field";
|
|
1112
1112
|
readonly __fieldTypes?: {
|
|
1113
1113
|
input: string;
|
|
1114
1114
|
db: string;
|
|
1115
1115
|
output: string;
|
|
1116
|
-
meta: import("
|
|
1117
|
-
state: import("
|
|
1116
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1117
|
+
state: import("../index.js").FieldState;
|
|
1118
1118
|
} | undefined;
|
|
1119
|
-
meta: import("
|
|
1120
|
-
state: import("
|
|
1119
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1120
|
+
state: import("../index.js").FieldState;
|
|
1121
1121
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1122
1122
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1123
1123
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1124
1124
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1125
|
-
getConfig: () => import("
|
|
1125
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1126
1126
|
getIsRequired: () => boolean;
|
|
1127
1127
|
getIsTranslatable: () => boolean;
|
|
1128
|
-
getVisibility: () => import("
|
|
1128
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1129
1129
|
getCondition: () => {
|
|
1130
1130
|
field: string;
|
|
1131
1131
|
equals: unknown;
|
|
@@ -1163,27 +1163,27 @@ export declare const Seo: ContentType<{
|
|
|
1163
1163
|
lte?: number | undefined;
|
|
1164
1164
|
};
|
|
1165
1165
|
} | undefined;
|
|
1166
|
-
}>(this: TThis, length: number) => import("
|
|
1167
|
-
}, keyof import("
|
|
1166
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1167
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1168
1168
|
field: string;
|
|
1169
1169
|
equals: boolean;
|
|
1170
1170
|
}>>;
|
|
1171
|
-
openGraphUrl: import("
|
|
1171
|
+
openGraphUrl: import("../index.js").WithFieldState<Omit<{
|
|
1172
1172
|
kind: "field";
|
|
1173
1173
|
readonly __fieldTypes?: {
|
|
1174
1174
|
input: string;
|
|
1175
1175
|
db: string;
|
|
1176
1176
|
output: string;
|
|
1177
|
-
meta: import("
|
|
1178
|
-
state: import("
|
|
1177
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1178
|
+
state: import("../index.js").DefaultFieldState;
|
|
1179
1179
|
} | undefined;
|
|
1180
|
-
meta: import("
|
|
1181
|
-
state: import("
|
|
1180
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1181
|
+
state: import("../index.js").DefaultFieldState;
|
|
1182
1182
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1183
1183
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1184
1184
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1185
1185
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1186
|
-
getConfig: () => import("
|
|
1186
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1187
1187
|
getIsRequired: () => false;
|
|
1188
1188
|
getIsTranslatable: () => false;
|
|
1189
1189
|
getVisibility: () => "all";
|
|
@@ -1195,19 +1195,19 @@ export declare const Seo: ContentType<{
|
|
|
1195
1195
|
input: string;
|
|
1196
1196
|
db: string;
|
|
1197
1197
|
output: string;
|
|
1198
|
-
meta: import("
|
|
1199
|
-
state: import("
|
|
1198
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1199
|
+
state: import("../index.js").FieldState;
|
|
1200
1200
|
} | undefined;
|
|
1201
|
-
meta: import("
|
|
1202
|
-
state: import("
|
|
1201
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1202
|
+
state: import("../index.js").FieldState;
|
|
1203
1203
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1204
1204
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1205
1205
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1206
1206
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1207
|
-
getConfig: () => import("
|
|
1207
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1208
1208
|
getIsRequired: () => boolean;
|
|
1209
1209
|
getIsTranslatable: () => boolean;
|
|
1210
|
-
getVisibility: () => import("
|
|
1210
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1211
1211
|
getCondition: () => {
|
|
1212
1212
|
field: string;
|
|
1213
1213
|
equals: unknown;
|
|
@@ -1245,26 +1245,26 @@ export declare const Seo: ContentType<{
|
|
|
1245
1245
|
lte?: number | undefined;
|
|
1246
1246
|
};
|
|
1247
1247
|
} | undefined;
|
|
1248
|
-
}, NextUi extends import("
|
|
1248
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1249
1249
|
min: <TThis extends {
|
|
1250
1250
|
kind: "field";
|
|
1251
1251
|
readonly __fieldTypes?: {
|
|
1252
1252
|
input: string;
|
|
1253
1253
|
db: string;
|
|
1254
1254
|
output: string;
|
|
1255
|
-
meta: import("
|
|
1256
|
-
state: import("
|
|
1255
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1256
|
+
state: import("../index.js").FieldState;
|
|
1257
1257
|
} | undefined;
|
|
1258
|
-
meta: import("
|
|
1259
|
-
state: import("
|
|
1258
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1259
|
+
state: import("../index.js").FieldState;
|
|
1260
1260
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1261
1261
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1262
1262
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1263
1263
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1264
|
-
getConfig: () => import("
|
|
1264
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1265
1265
|
getIsRequired: () => boolean;
|
|
1266
1266
|
getIsTranslatable: () => boolean;
|
|
1267
|
-
getVisibility: () => import("
|
|
1267
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1268
1268
|
getCondition: () => {
|
|
1269
1269
|
field: string;
|
|
1270
1270
|
equals: unknown;
|
|
@@ -1302,26 +1302,26 @@ export declare const Seo: ContentType<{
|
|
|
1302
1302
|
lte?: number | undefined;
|
|
1303
1303
|
};
|
|
1304
1304
|
} | undefined;
|
|
1305
|
-
}>(this: TThis, length: number) => import("
|
|
1305
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1306
1306
|
max: <TThis extends {
|
|
1307
1307
|
kind: "field";
|
|
1308
1308
|
readonly __fieldTypes?: {
|
|
1309
1309
|
input: string;
|
|
1310
1310
|
db: string;
|
|
1311
1311
|
output: string;
|
|
1312
|
-
meta: import("
|
|
1313
|
-
state: import("
|
|
1312
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1313
|
+
state: import("../index.js").FieldState;
|
|
1314
1314
|
} | undefined;
|
|
1315
|
-
meta: import("
|
|
1316
|
-
state: import("
|
|
1315
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1316
|
+
state: import("../index.js").FieldState;
|
|
1317
1317
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1318
1318
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1319
1319
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1320
1320
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1321
|
-
getConfig: () => import("
|
|
1321
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1322
1322
|
getIsRequired: () => boolean;
|
|
1323
1323
|
getIsTranslatable: () => boolean;
|
|
1324
|
-
getVisibility: () => import("
|
|
1324
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1325
1325
|
getCondition: () => {
|
|
1326
1326
|
field: string;
|
|
1327
1327
|
equals: unknown;
|
|
@@ -1359,27 +1359,27 @@ export declare const Seo: ContentType<{
|
|
|
1359
1359
|
lte?: number | undefined;
|
|
1360
1360
|
};
|
|
1361
1361
|
} | undefined;
|
|
1362
|
-
}>(this: TThis, length: number) => import("
|
|
1363
|
-
}, keyof import("
|
|
1362
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1363
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1364
1364
|
field: string;
|
|
1365
1365
|
equals: boolean;
|
|
1366
1366
|
}>>;
|
|
1367
|
-
openGraphSiteName: import("
|
|
1367
|
+
openGraphSiteName: import("../index.js").WithFieldState<Omit<{
|
|
1368
1368
|
kind: "field";
|
|
1369
1369
|
readonly __fieldTypes?: {
|
|
1370
1370
|
input: string;
|
|
1371
1371
|
db: string;
|
|
1372
1372
|
output: string;
|
|
1373
|
-
meta: import("
|
|
1374
|
-
state: import("
|
|
1373
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1374
|
+
state: import("../index.js").DefaultFieldState;
|
|
1375
1375
|
} | undefined;
|
|
1376
|
-
meta: import("
|
|
1377
|
-
state: import("
|
|
1376
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1377
|
+
state: import("../index.js").DefaultFieldState;
|
|
1378
1378
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1379
1379
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1380
1380
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1381
1381
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1382
|
-
getConfig: () => import("
|
|
1382
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1383
1383
|
getIsRequired: () => false;
|
|
1384
1384
|
getIsTranslatable: () => false;
|
|
1385
1385
|
getVisibility: () => "all";
|
|
@@ -1391,19 +1391,19 @@ export declare const Seo: ContentType<{
|
|
|
1391
1391
|
input: string;
|
|
1392
1392
|
db: string;
|
|
1393
1393
|
output: string;
|
|
1394
|
-
meta: import("
|
|
1395
|
-
state: import("
|
|
1394
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1395
|
+
state: import("../index.js").FieldState;
|
|
1396
1396
|
} | undefined;
|
|
1397
|
-
meta: import("
|
|
1398
|
-
state: import("
|
|
1397
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1398
|
+
state: import("../index.js").FieldState;
|
|
1399
1399
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1400
1400
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1401
1401
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1402
1402
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1403
|
-
getConfig: () => import("
|
|
1403
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1404
1404
|
getIsRequired: () => boolean;
|
|
1405
1405
|
getIsTranslatable: () => boolean;
|
|
1406
|
-
getVisibility: () => import("
|
|
1406
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1407
1407
|
getCondition: () => {
|
|
1408
1408
|
field: string;
|
|
1409
1409
|
equals: unknown;
|
|
@@ -1441,26 +1441,26 @@ export declare const Seo: ContentType<{
|
|
|
1441
1441
|
lte?: number | undefined;
|
|
1442
1442
|
};
|
|
1443
1443
|
} | undefined;
|
|
1444
|
-
}, NextUi extends import("
|
|
1444
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1445
1445
|
min: <TThis extends {
|
|
1446
1446
|
kind: "field";
|
|
1447
1447
|
readonly __fieldTypes?: {
|
|
1448
1448
|
input: string;
|
|
1449
1449
|
db: string;
|
|
1450
1450
|
output: string;
|
|
1451
|
-
meta: import("
|
|
1452
|
-
state: import("
|
|
1451
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1452
|
+
state: import("../index.js").FieldState;
|
|
1453
1453
|
} | undefined;
|
|
1454
|
-
meta: import("
|
|
1455
|
-
state: import("
|
|
1454
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1455
|
+
state: import("../index.js").FieldState;
|
|
1456
1456
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1457
1457
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1458
1458
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1459
1459
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1460
|
-
getConfig: () => import("
|
|
1460
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1461
1461
|
getIsRequired: () => boolean;
|
|
1462
1462
|
getIsTranslatable: () => boolean;
|
|
1463
|
-
getVisibility: () => import("
|
|
1463
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1464
1464
|
getCondition: () => {
|
|
1465
1465
|
field: string;
|
|
1466
1466
|
equals: unknown;
|
|
@@ -1498,26 +1498,26 @@ export declare const Seo: ContentType<{
|
|
|
1498
1498
|
lte?: number | undefined;
|
|
1499
1499
|
};
|
|
1500
1500
|
} | undefined;
|
|
1501
|
-
}>(this: TThis, length: number) => import("
|
|
1501
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1502
1502
|
max: <TThis extends {
|
|
1503
1503
|
kind: "field";
|
|
1504
1504
|
readonly __fieldTypes?: {
|
|
1505
1505
|
input: string;
|
|
1506
1506
|
db: string;
|
|
1507
1507
|
output: string;
|
|
1508
|
-
meta: import("
|
|
1509
|
-
state: import("
|
|
1508
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1509
|
+
state: import("../index.js").FieldState;
|
|
1510
1510
|
} | undefined;
|
|
1511
|
-
meta: import("
|
|
1512
|
-
state: import("
|
|
1511
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1512
|
+
state: import("../index.js").FieldState;
|
|
1513
1513
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1514
1514
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1515
1515
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1516
1516
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1517
|
-
getConfig: () => import("
|
|
1517
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1518
1518
|
getIsRequired: () => boolean;
|
|
1519
1519
|
getIsTranslatable: () => boolean;
|
|
1520
|
-
getVisibility: () => import("
|
|
1520
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1521
1521
|
getCondition: () => {
|
|
1522
1522
|
field: string;
|
|
1523
1523
|
equals: unknown;
|
|
@@ -1555,27 +1555,27 @@ export declare const Seo: ContentType<{
|
|
|
1555
1555
|
lte?: number | undefined;
|
|
1556
1556
|
};
|
|
1557
1557
|
} | undefined;
|
|
1558
|
-
}>(this: TThis, length: number) => import("
|
|
1559
|
-
}, keyof import("
|
|
1558
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1559
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1560
1560
|
field: string;
|
|
1561
1561
|
equals: boolean;
|
|
1562
1562
|
}>>;
|
|
1563
|
-
openGraphType: import("
|
|
1563
|
+
openGraphType: import("../index.js").WithFieldState<{
|
|
1564
1564
|
kind: "field";
|
|
1565
1565
|
readonly __fieldTypes?: {
|
|
1566
1566
|
input: "website" | "article" | "profile" | "book";
|
|
1567
1567
|
db: "website" | "article" | "profile" | "book";
|
|
1568
1568
|
output: "website" | "article" | "profile" | "book";
|
|
1569
|
-
meta: import("
|
|
1570
|
-
state: import("
|
|
1569
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1570
|
+
state: import("../index.js").DefaultFieldState;
|
|
1571
1571
|
} | undefined;
|
|
1572
|
-
meta: import("
|
|
1573
|
-
state: import("
|
|
1572
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1573
|
+
state: import("../index.js").DefaultFieldState;
|
|
1574
1574
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1575
1575
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1576
1576
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1577
1577
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1578
|
-
getConfig: () => import("
|
|
1578
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1579
1579
|
getIsRequired: () => false;
|
|
1580
1580
|
getIsTranslatable: () => false;
|
|
1581
1581
|
getVisibility: () => "all";
|
|
@@ -1587,19 +1587,19 @@ export declare const Seo: ContentType<{
|
|
|
1587
1587
|
input: "website" | "article" | "profile" | "book";
|
|
1588
1588
|
db: "website" | "article" | "profile" | "book";
|
|
1589
1589
|
output: "website" | "article" | "profile" | "book";
|
|
1590
|
-
meta: import("
|
|
1591
|
-
state: import("
|
|
1590
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1591
|
+
state: import("../index.js").FieldState;
|
|
1592
1592
|
} | undefined;
|
|
1593
|
-
meta: import("
|
|
1594
|
-
state: import("
|
|
1593
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1594
|
+
state: import("../index.js").FieldState;
|
|
1595
1595
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1596
1596
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1597
1597
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1598
1598
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1599
|
-
getConfig: () => import("
|
|
1599
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1600
1600
|
getIsRequired: () => boolean;
|
|
1601
1601
|
getIsTranslatable: () => boolean;
|
|
1602
|
-
getVisibility: () => import("
|
|
1602
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1603
1603
|
getCondition: () => {
|
|
1604
1604
|
field: string;
|
|
1605
1605
|
equals: unknown;
|
|
@@ -1637,12 +1637,12 @@ export declare const Seo: ContentType<{
|
|
|
1637
1637
|
lte?: number | undefined;
|
|
1638
1638
|
};
|
|
1639
1639
|
} | undefined;
|
|
1640
|
-
}>(this: TThis) => import("
|
|
1641
|
-
}, import("
|
|
1640
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
1641
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
1642
1642
|
field: string;
|
|
1643
1643
|
equals: boolean;
|
|
1644
1644
|
}>>;
|
|
1645
|
-
openGraphImage: import("
|
|
1645
|
+
openGraphImage: import("../index.js").WithFieldState<{
|
|
1646
1646
|
kind: "field";
|
|
1647
1647
|
readonly __fieldTypes?: {
|
|
1648
1648
|
input: {
|
|
@@ -1679,11 +1679,11 @@ export declare const Seo: ContentType<{
|
|
|
1679
1679
|
}[] | undefined;
|
|
1680
1680
|
srcSet?: string | null | undefined;
|
|
1681
1681
|
};
|
|
1682
|
-
meta: import("
|
|
1683
|
-
state: import("
|
|
1682
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1683
|
+
state: import("../index.js").DefaultFieldState;
|
|
1684
1684
|
} | undefined;
|
|
1685
|
-
meta: import("
|
|
1686
|
-
state: import("
|
|
1685
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1686
|
+
state: import("../index.js").DefaultFieldState;
|
|
1687
1687
|
toZod: () => import("zod").ZodType<{
|
|
1688
1688
|
type: "existing";
|
|
1689
1689
|
_id: string;
|
|
@@ -1758,12 +1758,12 @@ export declare const Seo: ContentType<{
|
|
|
1758
1758
|
}[] | undefined;
|
|
1759
1759
|
srcSet?: string | null | undefined;
|
|
1760
1760
|
} | undefined, unknown>>;
|
|
1761
|
-
getConfig: () => import("
|
|
1761
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
1762
1762
|
getIsRequired: () => false;
|
|
1763
1763
|
getIsTranslatable: () => false;
|
|
1764
1764
|
getVisibility: () => "all";
|
|
1765
1765
|
getCondition: () => undefined;
|
|
1766
|
-
} & import("
|
|
1766
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
1767
1767
|
url: string;
|
|
1768
1768
|
previewUrl: string | null;
|
|
1769
1769
|
name: string;
|
|
@@ -1786,7 +1786,7 @@ export declare const Seo: ContentType<{
|
|
|
1786
1786
|
size: number;
|
|
1787
1787
|
}[] | undefined;
|
|
1788
1788
|
srcSet?: string | null | undefined;
|
|
1789
|
-
}, import("
|
|
1789
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
1790
1790
|
type: <TThis extends {
|
|
1791
1791
|
kind: "field";
|
|
1792
1792
|
readonly __fieldTypes?: {
|
|
@@ -1824,11 +1824,11 @@ export declare const Seo: ContentType<{
|
|
|
1824
1824
|
}[] | undefined;
|
|
1825
1825
|
srcSet?: string | null | undefined;
|
|
1826
1826
|
};
|
|
1827
|
-
meta: import("
|
|
1828
|
-
state: import("
|
|
1827
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1828
|
+
state: import("../index.js").FieldState;
|
|
1829
1829
|
} | undefined;
|
|
1830
|
-
meta: import("
|
|
1831
|
-
state: import("
|
|
1830
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1831
|
+
state: import("../index.js").FieldState;
|
|
1832
1832
|
toZod: () => import("zod").ZodType<{
|
|
1833
1833
|
type: "existing";
|
|
1834
1834
|
_id: string;
|
|
@@ -1903,10 +1903,10 @@ export declare const Seo: ContentType<{
|
|
|
1903
1903
|
}[] | undefined;
|
|
1904
1904
|
srcSet?: string | null | undefined;
|
|
1905
1905
|
} | undefined, unknown>>;
|
|
1906
|
-
getConfig: () => import("
|
|
1906
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
1907
1907
|
getIsRequired: () => boolean;
|
|
1908
1908
|
getIsTranslatable: () => boolean;
|
|
1909
|
-
getVisibility: () => import("
|
|
1909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1910
1910
|
getCondition: () => {
|
|
1911
1911
|
field: string;
|
|
1912
1912
|
equals: unknown;
|
|
@@ -1944,7 +1944,7 @@ export declare const Seo: ContentType<{
|
|
|
1944
1944
|
lte?: number | undefined;
|
|
1945
1945
|
};
|
|
1946
1946
|
} | undefined;
|
|
1947
|
-
}, NextMediaType extends import("
|
|
1947
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
1948
1948
|
multiple: <TThis extends {
|
|
1949
1949
|
kind: "field";
|
|
1950
1950
|
readonly __fieldTypes?: {
|
|
@@ -1982,11 +1982,11 @@ export declare const Seo: ContentType<{
|
|
|
1982
1982
|
}[] | undefined;
|
|
1983
1983
|
srcSet?: string | null | undefined;
|
|
1984
1984
|
};
|
|
1985
|
-
meta: import("
|
|
1986
|
-
state: import("
|
|
1985
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1986
|
+
state: import("../index.js").FieldState;
|
|
1987
1987
|
} | undefined;
|
|
1988
|
-
meta: import("
|
|
1989
|
-
state: import("
|
|
1988
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
1989
|
+
state: import("../index.js").FieldState;
|
|
1990
1990
|
toZod: () => import("zod").ZodType<{
|
|
1991
1991
|
type: "existing";
|
|
1992
1992
|
_id: string;
|
|
@@ -2061,10 +2061,10 @@ export declare const Seo: ContentType<{
|
|
|
2061
2061
|
}[] | undefined;
|
|
2062
2062
|
srcSet?: string | null | undefined;
|
|
2063
2063
|
} | undefined, unknown>>;
|
|
2064
|
-
getConfig: () => import("
|
|
2064
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2065
2065
|
getIsRequired: () => boolean;
|
|
2066
2066
|
getIsTranslatable: () => boolean;
|
|
2067
|
-
getVisibility: () => import("
|
|
2067
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2068
2068
|
getCondition: () => {
|
|
2069
2069
|
field: string;
|
|
2070
2070
|
equals: unknown;
|
|
@@ -2102,7 +2102,7 @@ export declare const Seo: ContentType<{
|
|
|
2102
2102
|
lte?: number | undefined;
|
|
2103
2103
|
};
|
|
2104
2104
|
} | undefined;
|
|
2105
|
-
}>(this: TThis) => import("
|
|
2105
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
2106
2106
|
optimize: <TThis extends {
|
|
2107
2107
|
kind: "field";
|
|
2108
2108
|
readonly __fieldTypes?: {
|
|
@@ -2140,11 +2140,11 @@ export declare const Seo: ContentType<{
|
|
|
2140
2140
|
}[] | undefined;
|
|
2141
2141
|
srcSet?: string | null | undefined;
|
|
2142
2142
|
};
|
|
2143
|
-
meta: import("
|
|
2144
|
-
state: import("
|
|
2143
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2144
|
+
state: import("../index.js").FieldState;
|
|
2145
2145
|
} | undefined;
|
|
2146
|
-
meta: import("
|
|
2147
|
-
state: import("
|
|
2146
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2147
|
+
state: import("../index.js").FieldState;
|
|
2148
2148
|
toZod: () => import("zod").ZodType<{
|
|
2149
2149
|
type: "existing";
|
|
2150
2150
|
_id: string;
|
|
@@ -2219,10 +2219,10 @@ export declare const Seo: ContentType<{
|
|
|
2219
2219
|
}[] | undefined;
|
|
2220
2220
|
srcSet?: string | null | undefined;
|
|
2221
2221
|
} | undefined, unknown>>;
|
|
2222
|
-
getConfig: () => import("
|
|
2222
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2223
2223
|
getIsRequired: () => boolean;
|
|
2224
2224
|
getIsTranslatable: () => boolean;
|
|
2225
|
-
getVisibility: () => import("
|
|
2225
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2226
2226
|
getCondition: () => {
|
|
2227
2227
|
field: string;
|
|
2228
2228
|
equals: unknown;
|
|
@@ -2260,27 +2260,27 @@ export declare const Seo: ContentType<{
|
|
|
2260
2260
|
lte?: number | undefined;
|
|
2261
2261
|
};
|
|
2262
2262
|
} | undefined;
|
|
2263
|
-
}>(this: TThis, options?: Partial<import("
|
|
2264
|
-
}, import("
|
|
2263
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
2264
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2265
2265
|
field: string;
|
|
2266
2266
|
equals: boolean;
|
|
2267
2267
|
}>>;
|
|
2268
|
-
openGraphImageAlt: import("
|
|
2268
|
+
openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
2269
2269
|
kind: "field";
|
|
2270
2270
|
readonly __fieldTypes?: {
|
|
2271
2271
|
input: string;
|
|
2272
2272
|
db: string;
|
|
2273
2273
|
output: string;
|
|
2274
|
-
meta: import("
|
|
2275
|
-
state: import("
|
|
2274
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2275
|
+
state: import("../index.js").DefaultFieldState;
|
|
2276
2276
|
} | undefined;
|
|
2277
|
-
meta: import("
|
|
2278
|
-
state: import("
|
|
2277
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2278
|
+
state: import("../index.js").DefaultFieldState;
|
|
2279
2279
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2280
2280
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2281
2281
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2282
2282
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2283
|
-
getConfig: () => import("
|
|
2283
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2284
2284
|
getIsRequired: () => false;
|
|
2285
2285
|
getIsTranslatable: () => false;
|
|
2286
2286
|
getVisibility: () => "all";
|
|
@@ -2292,19 +2292,19 @@ export declare const Seo: ContentType<{
|
|
|
2292
2292
|
input: string;
|
|
2293
2293
|
db: string;
|
|
2294
2294
|
output: string;
|
|
2295
|
-
meta: import("
|
|
2296
|
-
state: import("
|
|
2295
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2296
|
+
state: import("../index.js").FieldState;
|
|
2297
2297
|
} | undefined;
|
|
2298
|
-
meta: import("
|
|
2299
|
-
state: import("
|
|
2298
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2299
|
+
state: import("../index.js").FieldState;
|
|
2300
2300
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2301
2301
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2302
2302
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2303
2303
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2304
|
-
getConfig: () => import("
|
|
2304
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2305
2305
|
getIsRequired: () => boolean;
|
|
2306
2306
|
getIsTranslatable: () => boolean;
|
|
2307
|
-
getVisibility: () => import("
|
|
2307
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2308
2308
|
getCondition: () => {
|
|
2309
2309
|
field: string;
|
|
2310
2310
|
equals: unknown;
|
|
@@ -2342,26 +2342,26 @@ export declare const Seo: ContentType<{
|
|
|
2342
2342
|
lte?: number | undefined;
|
|
2343
2343
|
};
|
|
2344
2344
|
} | undefined;
|
|
2345
|
-
}, NextUi extends import("
|
|
2345
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2346
2346
|
min: <TThis extends {
|
|
2347
2347
|
kind: "field";
|
|
2348
2348
|
readonly __fieldTypes?: {
|
|
2349
2349
|
input: string;
|
|
2350
2350
|
db: string;
|
|
2351
2351
|
output: string;
|
|
2352
|
-
meta: import("
|
|
2353
|
-
state: import("
|
|
2352
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2353
|
+
state: import("../index.js").FieldState;
|
|
2354
2354
|
} | undefined;
|
|
2355
|
-
meta: import("
|
|
2356
|
-
state: import("
|
|
2355
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2356
|
+
state: import("../index.js").FieldState;
|
|
2357
2357
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2358
2358
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2359
2359
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2360
2360
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2361
|
-
getConfig: () => import("
|
|
2361
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2362
2362
|
getIsRequired: () => boolean;
|
|
2363
2363
|
getIsTranslatable: () => boolean;
|
|
2364
|
-
getVisibility: () => import("
|
|
2364
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2365
2365
|
getCondition: () => {
|
|
2366
2366
|
field: string;
|
|
2367
2367
|
equals: unknown;
|
|
@@ -2399,26 +2399,26 @@ export declare const Seo: ContentType<{
|
|
|
2399
2399
|
lte?: number | undefined;
|
|
2400
2400
|
};
|
|
2401
2401
|
} | undefined;
|
|
2402
|
-
}>(this: TThis, length: number) => import("
|
|
2402
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2403
2403
|
max: <TThis extends {
|
|
2404
2404
|
kind: "field";
|
|
2405
2405
|
readonly __fieldTypes?: {
|
|
2406
2406
|
input: string;
|
|
2407
2407
|
db: string;
|
|
2408
2408
|
output: string;
|
|
2409
|
-
meta: import("
|
|
2410
|
-
state: import("
|
|
2409
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2410
|
+
state: import("../index.js").FieldState;
|
|
2411
2411
|
} | undefined;
|
|
2412
|
-
meta: import("
|
|
2413
|
-
state: import("
|
|
2412
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2413
|
+
state: import("../index.js").FieldState;
|
|
2414
2414
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2415
2415
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2416
2416
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2417
2417
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2418
|
-
getConfig: () => import("
|
|
2418
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2419
2419
|
getIsRequired: () => boolean;
|
|
2420
2420
|
getIsTranslatable: () => boolean;
|
|
2421
|
-
getVisibility: () => import("
|
|
2421
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2422
2422
|
getCondition: () => {
|
|
2423
2423
|
field: string;
|
|
2424
2424
|
equals: unknown;
|
|
@@ -2456,28 +2456,28 @@ export declare const Seo: ContentType<{
|
|
|
2456
2456
|
lte?: number | undefined;
|
|
2457
2457
|
};
|
|
2458
2458
|
} | undefined;
|
|
2459
|
-
}>(this: TThis, length: number) => import("
|
|
2460
|
-
}, keyof import("
|
|
2459
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2460
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2461
2461
|
field: string;
|
|
2462
2462
|
equals: boolean;
|
|
2463
2463
|
}>>;
|
|
2464
|
-
customTwitter: import("
|
|
2465
|
-
twitterCard: import("
|
|
2464
|
+
customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
2465
|
+
twitterCard: import("../index.js").WithFieldState<{
|
|
2466
2466
|
kind: "field";
|
|
2467
2467
|
readonly __fieldTypes?: {
|
|
2468
2468
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2469
2469
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2470
2470
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2471
|
-
meta: import("
|
|
2472
|
-
state: import("
|
|
2471
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2472
|
+
state: import("../index.js").DefaultFieldState;
|
|
2473
2473
|
} | undefined;
|
|
2474
|
-
meta: import("
|
|
2475
|
-
state: import("
|
|
2474
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2475
|
+
state: import("../index.js").DefaultFieldState;
|
|
2476
2476
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2477
2477
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2478
2478
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2479
2479
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2480
|
-
getConfig: () => import("
|
|
2480
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2481
2481
|
getIsRequired: () => false;
|
|
2482
2482
|
getIsTranslatable: () => false;
|
|
2483
2483
|
getVisibility: () => "all";
|
|
@@ -2489,19 +2489,19 @@ export declare const Seo: ContentType<{
|
|
|
2489
2489
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2490
2490
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2491
2491
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2492
|
-
meta: import("
|
|
2493
|
-
state: import("
|
|
2492
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2493
|
+
state: import("../index.js").FieldState;
|
|
2494
2494
|
} | undefined;
|
|
2495
|
-
meta: import("
|
|
2496
|
-
state: import("
|
|
2495
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2496
|
+
state: import("../index.js").FieldState;
|
|
2497
2497
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2498
2498
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2499
2499
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2500
2500
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2501
|
-
getConfig: () => import("
|
|
2501
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2502
2502
|
getIsRequired: () => boolean;
|
|
2503
2503
|
getIsTranslatable: () => boolean;
|
|
2504
|
-
getVisibility: () => import("
|
|
2504
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2505
2505
|
getCondition: () => {
|
|
2506
2506
|
field: string;
|
|
2507
2507
|
equals: unknown;
|
|
@@ -2539,27 +2539,27 @@ export declare const Seo: ContentType<{
|
|
|
2539
2539
|
lte?: number | undefined;
|
|
2540
2540
|
};
|
|
2541
2541
|
} | undefined;
|
|
2542
|
-
}>(this: TThis) => import("
|
|
2543
|
-
}, import("
|
|
2542
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2543
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2544
2544
|
field: string;
|
|
2545
2545
|
equals: boolean;
|
|
2546
2546
|
}>>;
|
|
2547
|
-
twitterTitle: import("
|
|
2547
|
+
twitterTitle: import("../index.js").WithFieldState<Omit<{
|
|
2548
2548
|
kind: "field";
|
|
2549
2549
|
readonly __fieldTypes?: {
|
|
2550
2550
|
input: string;
|
|
2551
2551
|
db: string;
|
|
2552
2552
|
output: string;
|
|
2553
|
-
meta: import("
|
|
2554
|
-
state: import("
|
|
2553
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2554
|
+
state: import("../index.js").DefaultFieldState;
|
|
2555
2555
|
} | undefined;
|
|
2556
|
-
meta: import("
|
|
2557
|
-
state: import("
|
|
2556
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2557
|
+
state: import("../index.js").DefaultFieldState;
|
|
2558
2558
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2559
2559
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2560
2560
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2561
2561
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2562
|
-
getConfig: () => import("
|
|
2562
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2563
2563
|
getIsRequired: () => false;
|
|
2564
2564
|
getIsTranslatable: () => false;
|
|
2565
2565
|
getVisibility: () => "all";
|
|
@@ -2571,19 +2571,19 @@ export declare const Seo: ContentType<{
|
|
|
2571
2571
|
input: string;
|
|
2572
2572
|
db: string;
|
|
2573
2573
|
output: string;
|
|
2574
|
-
meta: import("
|
|
2575
|
-
state: import("
|
|
2574
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2575
|
+
state: import("../index.js").FieldState;
|
|
2576
2576
|
} | undefined;
|
|
2577
|
-
meta: import("
|
|
2578
|
-
state: import("
|
|
2577
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2578
|
+
state: import("../index.js").FieldState;
|
|
2579
2579
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2580
2580
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2581
2581
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2582
2582
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2583
|
-
getConfig: () => import("
|
|
2583
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2584
2584
|
getIsRequired: () => boolean;
|
|
2585
2585
|
getIsTranslatable: () => boolean;
|
|
2586
|
-
getVisibility: () => import("
|
|
2586
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2587
2587
|
getCondition: () => {
|
|
2588
2588
|
field: string;
|
|
2589
2589
|
equals: unknown;
|
|
@@ -2621,26 +2621,26 @@ export declare const Seo: ContentType<{
|
|
|
2621
2621
|
lte?: number | undefined;
|
|
2622
2622
|
};
|
|
2623
2623
|
} | undefined;
|
|
2624
|
-
}, NextUi extends import("
|
|
2624
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2625
2625
|
min: <TThis extends {
|
|
2626
2626
|
kind: "field";
|
|
2627
2627
|
readonly __fieldTypes?: {
|
|
2628
2628
|
input: string;
|
|
2629
2629
|
db: string;
|
|
2630
2630
|
output: string;
|
|
2631
|
-
meta: import("
|
|
2632
|
-
state: import("
|
|
2631
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2632
|
+
state: import("../index.js").FieldState;
|
|
2633
2633
|
} | undefined;
|
|
2634
|
-
meta: import("
|
|
2635
|
-
state: import("
|
|
2634
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2635
|
+
state: import("../index.js").FieldState;
|
|
2636
2636
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2637
2637
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2638
2638
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2639
2639
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2640
|
-
getConfig: () => import("
|
|
2640
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2641
2641
|
getIsRequired: () => boolean;
|
|
2642
2642
|
getIsTranslatable: () => boolean;
|
|
2643
|
-
getVisibility: () => import("
|
|
2643
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2644
2644
|
getCondition: () => {
|
|
2645
2645
|
field: string;
|
|
2646
2646
|
equals: unknown;
|
|
@@ -2678,26 +2678,26 @@ export declare const Seo: ContentType<{
|
|
|
2678
2678
|
lte?: number | undefined;
|
|
2679
2679
|
};
|
|
2680
2680
|
} | undefined;
|
|
2681
|
-
}>(this: TThis, length: number) => import("
|
|
2681
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2682
2682
|
max: <TThis extends {
|
|
2683
2683
|
kind: "field";
|
|
2684
2684
|
readonly __fieldTypes?: {
|
|
2685
2685
|
input: string;
|
|
2686
2686
|
db: string;
|
|
2687
2687
|
output: string;
|
|
2688
|
-
meta: import("
|
|
2689
|
-
state: import("
|
|
2688
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2689
|
+
state: import("../index.js").FieldState;
|
|
2690
2690
|
} | undefined;
|
|
2691
|
-
meta: import("
|
|
2692
|
-
state: import("
|
|
2691
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2692
|
+
state: import("../index.js").FieldState;
|
|
2693
2693
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2694
2694
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2695
2695
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2696
2696
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2697
|
-
getConfig: () => import("
|
|
2697
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2698
2698
|
getIsRequired: () => boolean;
|
|
2699
2699
|
getIsTranslatable: () => boolean;
|
|
2700
|
-
getVisibility: () => import("
|
|
2700
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2701
2701
|
getCondition: () => {
|
|
2702
2702
|
field: string;
|
|
2703
2703
|
equals: unknown;
|
|
@@ -2735,27 +2735,27 @@ export declare const Seo: ContentType<{
|
|
|
2735
2735
|
lte?: number | undefined;
|
|
2736
2736
|
};
|
|
2737
2737
|
} | undefined;
|
|
2738
|
-
}>(this: TThis, length: number) => import("
|
|
2739
|
-
}, keyof import("
|
|
2738
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2739
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2740
2740
|
field: string;
|
|
2741
2741
|
equals: boolean;
|
|
2742
2742
|
}>>;
|
|
2743
|
-
twitterDescription: import("
|
|
2743
|
+
twitterDescription: import("../index.js").WithFieldState<Omit<{
|
|
2744
2744
|
kind: "field";
|
|
2745
2745
|
readonly __fieldTypes?: {
|
|
2746
2746
|
input: string;
|
|
2747
2747
|
db: string;
|
|
2748
2748
|
output: string;
|
|
2749
|
-
meta: import("
|
|
2750
|
-
state: import("
|
|
2749
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2750
|
+
state: import("../index.js").DefaultFieldState;
|
|
2751
2751
|
} | undefined;
|
|
2752
|
-
meta: import("
|
|
2753
|
-
state: import("
|
|
2752
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2753
|
+
state: import("../index.js").DefaultFieldState;
|
|
2754
2754
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2755
2755
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2756
2756
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2757
2757
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2758
|
-
getConfig: () => import("
|
|
2758
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
2759
2759
|
getIsRequired: () => false;
|
|
2760
2760
|
getIsTranslatable: () => false;
|
|
2761
2761
|
getVisibility: () => "all";
|
|
@@ -2767,19 +2767,19 @@ export declare const Seo: ContentType<{
|
|
|
2767
2767
|
input: string;
|
|
2768
2768
|
db: string;
|
|
2769
2769
|
output: string;
|
|
2770
|
-
meta: import("
|
|
2771
|
-
state: import("
|
|
2770
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2771
|
+
state: import("../index.js").FieldState;
|
|
2772
2772
|
} | undefined;
|
|
2773
|
-
meta: import("
|
|
2774
|
-
state: import("
|
|
2773
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2774
|
+
state: import("../index.js").FieldState;
|
|
2775
2775
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2776
2776
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2777
2777
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2778
2778
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2779
|
-
getConfig: () => import("
|
|
2779
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
2780
2780
|
getIsRequired: () => boolean;
|
|
2781
2781
|
getIsTranslatable: () => boolean;
|
|
2782
|
-
getVisibility: () => import("
|
|
2782
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2783
2783
|
getCondition: () => {
|
|
2784
2784
|
field: string;
|
|
2785
2785
|
equals: unknown;
|
|
@@ -2817,26 +2817,26 @@ export declare const Seo: ContentType<{
|
|
|
2817
2817
|
lte?: number | undefined;
|
|
2818
2818
|
};
|
|
2819
2819
|
} | undefined;
|
|
2820
|
-
}, NextUi extends import("
|
|
2820
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2821
2821
|
min: <TThis extends {
|
|
2822
2822
|
kind: "field";
|
|
2823
2823
|
readonly __fieldTypes?: {
|
|
2824
2824
|
input: string;
|
|
2825
2825
|
db: string;
|
|
2826
2826
|
output: string;
|
|
2827
|
-
meta: import("
|
|
2828
|
-
state: import("
|
|
2827
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2828
|
+
state: import("../index.js").FieldState;
|
|
2829
2829
|
} | undefined;
|
|
2830
|
-
meta: import("
|
|
2831
|
-
state: import("
|
|
2830
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2831
|
+
state: import("../index.js").FieldState;
|
|
2832
2832
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2833
2833
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2834
2834
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2835
2835
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2836
|
-
getConfig: () => import("
|
|
2836
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
2837
2837
|
getIsRequired: () => boolean;
|
|
2838
2838
|
getIsTranslatable: () => boolean;
|
|
2839
|
-
getVisibility: () => import("
|
|
2839
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2840
2840
|
getCondition: () => {
|
|
2841
2841
|
field: string;
|
|
2842
2842
|
equals: unknown;
|
|
@@ -2874,26 +2874,26 @@ export declare const Seo: ContentType<{
|
|
|
2874
2874
|
lte?: number | undefined;
|
|
2875
2875
|
};
|
|
2876
2876
|
} | undefined;
|
|
2877
|
-
}>(this: TThis, length: number) => import("
|
|
2877
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
2878
2878
|
max: <TThis extends {
|
|
2879
2879
|
kind: "field";
|
|
2880
2880
|
readonly __fieldTypes?: {
|
|
2881
2881
|
input: string;
|
|
2882
2882
|
db: string;
|
|
2883
2883
|
output: string;
|
|
2884
|
-
meta: import("
|
|
2885
|
-
state: import("
|
|
2884
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2885
|
+
state: import("../index.js").FieldState;
|
|
2886
2886
|
} | undefined;
|
|
2887
|
-
meta: import("
|
|
2888
|
-
state: import("
|
|
2887
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
2888
|
+
state: import("../index.js").FieldState;
|
|
2889
2889
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2890
2890
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2891
2891
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2892
2892
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2893
|
-
getConfig: () => import("
|
|
2893
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
2894
2894
|
getIsRequired: () => boolean;
|
|
2895
2895
|
getIsTranslatable: () => boolean;
|
|
2896
|
-
getVisibility: () => import("
|
|
2896
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2897
2897
|
getCondition: () => {
|
|
2898
2898
|
field: string;
|
|
2899
2899
|
equals: unknown;
|
|
@@ -2931,12 +2931,12 @@ export declare const Seo: ContentType<{
|
|
|
2931
2931
|
lte?: number | undefined;
|
|
2932
2932
|
};
|
|
2933
2933
|
} | undefined;
|
|
2934
|
-
}>(this: TThis, length: number) => import("
|
|
2935
|
-
}, keyof import("
|
|
2934
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
2935
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2936
2936
|
field: string;
|
|
2937
2937
|
equals: boolean;
|
|
2938
2938
|
}>>;
|
|
2939
|
-
twitterImage: import("
|
|
2939
|
+
twitterImage: import("../index.js").WithFieldState<{
|
|
2940
2940
|
kind: "field";
|
|
2941
2941
|
readonly __fieldTypes?: {
|
|
2942
2942
|
input: {
|
|
@@ -2973,11 +2973,11 @@ export declare const Seo: ContentType<{
|
|
|
2973
2973
|
}[] | undefined;
|
|
2974
2974
|
srcSet?: string | null | undefined;
|
|
2975
2975
|
};
|
|
2976
|
-
meta: import("
|
|
2977
|
-
state: import("
|
|
2976
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2977
|
+
state: import("../index.js").DefaultFieldState;
|
|
2978
2978
|
} | undefined;
|
|
2979
|
-
meta: import("
|
|
2980
|
-
state: import("
|
|
2979
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2980
|
+
state: import("../index.js").DefaultFieldState;
|
|
2981
2981
|
toZod: () => import("zod").ZodType<{
|
|
2982
2982
|
type: "existing";
|
|
2983
2983
|
_id: string;
|
|
@@ -3052,12 +3052,12 @@ export declare const Seo: ContentType<{
|
|
|
3052
3052
|
}[] | undefined;
|
|
3053
3053
|
srcSet?: string | null | undefined;
|
|
3054
3054
|
} | undefined, unknown>>;
|
|
3055
|
-
getConfig: () => import("
|
|
3055
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3056
3056
|
getIsRequired: () => false;
|
|
3057
3057
|
getIsTranslatable: () => false;
|
|
3058
3058
|
getVisibility: () => "all";
|
|
3059
3059
|
getCondition: () => undefined;
|
|
3060
|
-
} & import("
|
|
3060
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
3061
3061
|
url: string;
|
|
3062
3062
|
previewUrl: string | null;
|
|
3063
3063
|
name: string;
|
|
@@ -3080,7 +3080,7 @@ export declare const Seo: ContentType<{
|
|
|
3080
3080
|
size: number;
|
|
3081
3081
|
}[] | undefined;
|
|
3082
3082
|
srcSet?: string | null | undefined;
|
|
3083
|
-
}, import("
|
|
3083
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
3084
3084
|
type: <TThis extends {
|
|
3085
3085
|
kind: "field";
|
|
3086
3086
|
readonly __fieldTypes?: {
|
|
@@ -3118,11 +3118,11 @@ export declare const Seo: ContentType<{
|
|
|
3118
3118
|
}[] | undefined;
|
|
3119
3119
|
srcSet?: string | null | undefined;
|
|
3120
3120
|
};
|
|
3121
|
-
meta: import("
|
|
3122
|
-
state: import("
|
|
3121
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3122
|
+
state: import("../index.js").FieldState;
|
|
3123
3123
|
} | undefined;
|
|
3124
|
-
meta: import("
|
|
3125
|
-
state: import("
|
|
3124
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3125
|
+
state: import("../index.js").FieldState;
|
|
3126
3126
|
toZod: () => import("zod").ZodType<{
|
|
3127
3127
|
type: "existing";
|
|
3128
3128
|
_id: string;
|
|
@@ -3197,10 +3197,10 @@ export declare const Seo: ContentType<{
|
|
|
3197
3197
|
}[] | undefined;
|
|
3198
3198
|
srcSet?: string | null | undefined;
|
|
3199
3199
|
} | undefined, unknown>>;
|
|
3200
|
-
getConfig: () => import("
|
|
3200
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3201
3201
|
getIsRequired: () => boolean;
|
|
3202
3202
|
getIsTranslatable: () => boolean;
|
|
3203
|
-
getVisibility: () => import("
|
|
3203
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3204
3204
|
getCondition: () => {
|
|
3205
3205
|
field: string;
|
|
3206
3206
|
equals: unknown;
|
|
@@ -3238,7 +3238,7 @@ export declare const Seo: ContentType<{
|
|
|
3238
3238
|
lte?: number | undefined;
|
|
3239
3239
|
};
|
|
3240
3240
|
} | undefined;
|
|
3241
|
-
}, NextMediaType extends import("
|
|
3241
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
3242
3242
|
multiple: <TThis extends {
|
|
3243
3243
|
kind: "field";
|
|
3244
3244
|
readonly __fieldTypes?: {
|
|
@@ -3276,11 +3276,11 @@ export declare const Seo: ContentType<{
|
|
|
3276
3276
|
}[] | undefined;
|
|
3277
3277
|
srcSet?: string | null | undefined;
|
|
3278
3278
|
};
|
|
3279
|
-
meta: import("
|
|
3280
|
-
state: import("
|
|
3279
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3280
|
+
state: import("../index.js").FieldState;
|
|
3281
3281
|
} | undefined;
|
|
3282
|
-
meta: import("
|
|
3283
|
-
state: import("
|
|
3282
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3283
|
+
state: import("../index.js").FieldState;
|
|
3284
3284
|
toZod: () => import("zod").ZodType<{
|
|
3285
3285
|
type: "existing";
|
|
3286
3286
|
_id: string;
|
|
@@ -3355,10 +3355,10 @@ export declare const Seo: ContentType<{
|
|
|
3355
3355
|
}[] | undefined;
|
|
3356
3356
|
srcSet?: string | null | undefined;
|
|
3357
3357
|
} | undefined, unknown>>;
|
|
3358
|
-
getConfig: () => import("
|
|
3358
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3359
3359
|
getIsRequired: () => boolean;
|
|
3360
3360
|
getIsTranslatable: () => boolean;
|
|
3361
|
-
getVisibility: () => import("
|
|
3361
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3362
3362
|
getCondition: () => {
|
|
3363
3363
|
field: string;
|
|
3364
3364
|
equals: unknown;
|
|
@@ -3396,7 +3396,7 @@ export declare const Seo: ContentType<{
|
|
|
3396
3396
|
lte?: number | undefined;
|
|
3397
3397
|
};
|
|
3398
3398
|
} | undefined;
|
|
3399
|
-
}>(this: TThis) => import("
|
|
3399
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
3400
3400
|
optimize: <TThis extends {
|
|
3401
3401
|
kind: "field";
|
|
3402
3402
|
readonly __fieldTypes?: {
|
|
@@ -3434,11 +3434,11 @@ export declare const Seo: ContentType<{
|
|
|
3434
3434
|
}[] | undefined;
|
|
3435
3435
|
srcSet?: string | null | undefined;
|
|
3436
3436
|
};
|
|
3437
|
-
meta: import("
|
|
3438
|
-
state: import("
|
|
3437
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3438
|
+
state: import("../index.js").FieldState;
|
|
3439
3439
|
} | undefined;
|
|
3440
|
-
meta: import("
|
|
3441
|
-
state: import("
|
|
3440
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3441
|
+
state: import("../index.js").FieldState;
|
|
3442
3442
|
toZod: () => import("zod").ZodType<{
|
|
3443
3443
|
type: "existing";
|
|
3444
3444
|
_id: string;
|
|
@@ -3513,10 +3513,10 @@ export declare const Seo: ContentType<{
|
|
|
3513
3513
|
}[] | undefined;
|
|
3514
3514
|
srcSet?: string | null | undefined;
|
|
3515
3515
|
} | undefined, unknown>>;
|
|
3516
|
-
getConfig: () => import("
|
|
3516
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3517
3517
|
getIsRequired: () => boolean;
|
|
3518
3518
|
getIsTranslatable: () => boolean;
|
|
3519
|
-
getVisibility: () => import("
|
|
3519
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3520
3520
|
getCondition: () => {
|
|
3521
3521
|
field: string;
|
|
3522
3522
|
equals: unknown;
|
|
@@ -3554,27 +3554,27 @@ export declare const Seo: ContentType<{
|
|
|
3554
3554
|
lte?: number | undefined;
|
|
3555
3555
|
};
|
|
3556
3556
|
} | undefined;
|
|
3557
|
-
}>(this: TThis, options?: Partial<import("
|
|
3558
|
-
}, import("
|
|
3557
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
3558
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
3559
3559
|
field: string;
|
|
3560
3560
|
equals: boolean;
|
|
3561
3561
|
}>>;
|
|
3562
|
-
twitterImageAlt: import("
|
|
3562
|
+
twitterImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
3563
3563
|
kind: "field";
|
|
3564
3564
|
readonly __fieldTypes?: {
|
|
3565
3565
|
input: string;
|
|
3566
3566
|
db: string;
|
|
3567
3567
|
output: string;
|
|
3568
|
-
meta: import("
|
|
3569
|
-
state: import("
|
|
3568
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3569
|
+
state: import("../index.js").DefaultFieldState;
|
|
3570
3570
|
} | undefined;
|
|
3571
|
-
meta: import("
|
|
3572
|
-
state: import("
|
|
3571
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3572
|
+
state: import("../index.js").DefaultFieldState;
|
|
3573
3573
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3574
3574
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3575
3575
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3576
3576
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3577
|
-
getConfig: () => import("
|
|
3577
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3578
3578
|
getIsRequired: () => false;
|
|
3579
3579
|
getIsTranslatable: () => false;
|
|
3580
3580
|
getVisibility: () => "all";
|
|
@@ -3586,19 +3586,19 @@ export declare const Seo: ContentType<{
|
|
|
3586
3586
|
input: string;
|
|
3587
3587
|
db: string;
|
|
3588
3588
|
output: string;
|
|
3589
|
-
meta: import("
|
|
3590
|
-
state: import("
|
|
3589
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3590
|
+
state: import("../index.js").FieldState;
|
|
3591
3591
|
} | undefined;
|
|
3592
|
-
meta: import("
|
|
3593
|
-
state: import("
|
|
3592
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3593
|
+
state: import("../index.js").FieldState;
|
|
3594
3594
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3595
3595
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3596
3596
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3597
3597
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3598
|
-
getConfig: () => import("
|
|
3598
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3599
3599
|
getIsRequired: () => boolean;
|
|
3600
3600
|
getIsTranslatable: () => boolean;
|
|
3601
|
-
getVisibility: () => import("
|
|
3601
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3602
3602
|
getCondition: () => {
|
|
3603
3603
|
field: string;
|
|
3604
3604
|
equals: unknown;
|
|
@@ -3636,26 +3636,26 @@ export declare const Seo: ContentType<{
|
|
|
3636
3636
|
lte?: number | undefined;
|
|
3637
3637
|
};
|
|
3638
3638
|
} | undefined;
|
|
3639
|
-
}, NextUi extends import("
|
|
3639
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3640
3640
|
min: <TThis extends {
|
|
3641
3641
|
kind: "field";
|
|
3642
3642
|
readonly __fieldTypes?: {
|
|
3643
3643
|
input: string;
|
|
3644
3644
|
db: string;
|
|
3645
3645
|
output: string;
|
|
3646
|
-
meta: import("
|
|
3647
|
-
state: import("
|
|
3646
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3647
|
+
state: import("../index.js").FieldState;
|
|
3648
3648
|
} | undefined;
|
|
3649
|
-
meta: import("
|
|
3650
|
-
state: import("
|
|
3649
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3650
|
+
state: import("../index.js").FieldState;
|
|
3651
3651
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3652
3652
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3653
3653
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3654
3654
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3655
|
-
getConfig: () => import("
|
|
3655
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3656
3656
|
getIsRequired: () => boolean;
|
|
3657
3657
|
getIsTranslatable: () => boolean;
|
|
3658
|
-
getVisibility: () => import("
|
|
3658
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3659
3659
|
getCondition: () => {
|
|
3660
3660
|
field: string;
|
|
3661
3661
|
equals: unknown;
|
|
@@ -3693,26 +3693,26 @@ export declare const Seo: ContentType<{
|
|
|
3693
3693
|
lte?: number | undefined;
|
|
3694
3694
|
};
|
|
3695
3695
|
} | undefined;
|
|
3696
|
-
}>(this: TThis, length: number) => import("
|
|
3696
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3697
3697
|
max: <TThis extends {
|
|
3698
3698
|
kind: "field";
|
|
3699
3699
|
readonly __fieldTypes?: {
|
|
3700
3700
|
input: string;
|
|
3701
3701
|
db: string;
|
|
3702
3702
|
output: string;
|
|
3703
|
-
meta: import("
|
|
3704
|
-
state: import("
|
|
3703
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3704
|
+
state: import("../index.js").FieldState;
|
|
3705
3705
|
} | undefined;
|
|
3706
|
-
meta: import("
|
|
3707
|
-
state: import("
|
|
3706
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3707
|
+
state: import("../index.js").FieldState;
|
|
3708
3708
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3709
3709
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3710
3710
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3711
3711
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3712
|
-
getConfig: () => import("
|
|
3712
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3713
3713
|
getIsRequired: () => boolean;
|
|
3714
3714
|
getIsTranslatable: () => boolean;
|
|
3715
|
-
getVisibility: () => import("
|
|
3715
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3716
3716
|
getCondition: () => {
|
|
3717
3717
|
field: string;
|
|
3718
3718
|
equals: unknown;
|
|
@@ -3750,8 +3750,8 @@ export declare const Seo: ContentType<{
|
|
|
3750
3750
|
lte?: number | undefined;
|
|
3751
3751
|
};
|
|
3752
3752
|
} | undefined;
|
|
3753
|
-
}>(this: TThis, length: number) => import("
|
|
3754
|
-
}, keyof import("
|
|
3753
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3754
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3755
3755
|
field: string;
|
|
3756
3756
|
equals: boolean;
|
|
3757
3757
|
}>>;
|