@rakun-kit/core 1.3.7 → 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/manager/get.js +5 -0
- package/dist/cjs/api/routes/manager/get.js.map +1 -1
- package/dist/cjs/api/routes/manager/list.js +7 -1
- package/dist/cjs/api/routes/manager/list.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- package/dist/cjs/api/routes/web/page.js +6 -3
- package/dist/cjs/api/routes/web/page.js.map +1 -1
- package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
- package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
- package/dist/cjs/lib/fields/File.js +3 -0
- package/dist/cjs/lib/fields/File.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 +110 -92
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- 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 +37 -19
- package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +38 -20
- package/dist/esm/api/operations/web.d.ts.map +1 -1
- 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 +3 -18
- package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/get.js +11 -6
- package/dist/esm/api/routes/manager/get.js.map +1 -1
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/list.js +14 -8
- package/dist/esm/api/routes/manager/list.js.map +1 -1
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +13 -27
- package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
- 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.d.ts +2 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- 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 +15 -6
- package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
- 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 +9 -6
- package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
- 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 +1486 -1267
- package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
- 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 +1517 -1298
- package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
- 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 +508 -430
- package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
- package/dist/esm/internal-content-types/Seo.js +2 -2
- package/dist/esm/internal-content-types/SeoSettings.d.ts +569 -491
- package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
- 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 +7 -1
- package/dist/esm/lib/fields/File.d.ts.map +1 -1
- package/dist/esm/lib/fields/File.js +5 -2
- package/dist/esm/lib/fields/File.js.map +1 -1
- 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 +100 -28
- package/dist/esm/schemas/web/page.d.ts.map +1 -1
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +56 -20
- package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
- package/dist/esm/schemas/web/previewPage.js +1 -1
- package/dist/esm/translation/document.d.ts +3 -3
- package/dist/esm/translation/index.d.ts +4 -4
- package/dist/esm/translation/index.js +3 -3
- package/dist/esm/translation/translationService.d.ts +1 -1
- package/dist/esm/web/client.d.ts +1 -1
- package/dist/esm/web/client.js +1 -1
- package/dist/esm/web/index.d.ts +2 -2
- package/dist/esm/web/index.js +2 -2
- package/dist/esm/web/page.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import ContentType from "../lib/ContentType";
|
|
2
|
-
import type { DataFront, DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DataFront, DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const SeoSettings: ContentType<{
|
|
4
|
-
key: import("
|
|
4
|
+
key: import("../index.js").WithFieldState<{
|
|
5
5
|
kind: "field";
|
|
6
6
|
readonly __fieldTypes?: {
|
|
7
7
|
input: string;
|
|
8
8
|
db: string;
|
|
9
9
|
output: string;
|
|
10
|
-
meta: import("
|
|
11
|
-
state: import("
|
|
10
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
11
|
+
state: import("../index.js").DefaultFieldState;
|
|
12
12
|
} | undefined;
|
|
13
|
-
meta: import("
|
|
14
|
-
state: import("
|
|
13
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
14
|
+
state: import("../index.js").DefaultFieldState;
|
|
15
15
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
16
16
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
17
17
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
18
18
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
19
|
-
getConfig: () => import("
|
|
19
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
20
20
|
getIsRequired: () => false;
|
|
21
21
|
getIsTranslatable: () => false;
|
|
22
22
|
getVisibility: () => "all";
|
|
@@ -28,19 +28,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
28
28
|
input: string;
|
|
29
29
|
db: string;
|
|
30
30
|
output: string;
|
|
31
|
-
meta: import("
|
|
32
|
-
state: import("
|
|
31
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
32
|
+
state: import("../index.js").FieldState;
|
|
33
33
|
} | undefined;
|
|
34
|
-
meta: import("
|
|
35
|
-
state: import("
|
|
34
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
35
|
+
state: import("../index.js").FieldState;
|
|
36
36
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
37
37
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
38
38
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
39
39
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
40
|
-
getConfig: () => import("
|
|
40
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
41
41
|
getIsRequired: () => boolean;
|
|
42
42
|
getIsTranslatable: () => boolean;
|
|
43
|
-
getVisibility: () => import("
|
|
43
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
44
44
|
getCondition: () => {
|
|
45
45
|
field: string;
|
|
46
46
|
equals: unknown;
|
|
@@ -78,26 +78,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
78
78
|
lte?: number | undefined;
|
|
79
79
|
};
|
|
80
80
|
} | undefined;
|
|
81
|
-
}, NextUi extends import("
|
|
81
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
82
82
|
min: <TThis extends {
|
|
83
83
|
kind: "field";
|
|
84
84
|
readonly __fieldTypes?: {
|
|
85
85
|
input: string;
|
|
86
86
|
db: string;
|
|
87
87
|
output: string;
|
|
88
|
-
meta: import("
|
|
89
|
-
state: import("
|
|
88
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
89
|
+
state: import("../index.js").FieldState;
|
|
90
90
|
} | undefined;
|
|
91
|
-
meta: import("
|
|
92
|
-
state: import("
|
|
91
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
92
|
+
state: import("../index.js").FieldState;
|
|
93
93
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
94
94
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
95
95
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
96
96
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
97
|
-
getConfig: () => import("
|
|
97
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
98
98
|
getIsRequired: () => boolean;
|
|
99
99
|
getIsTranslatable: () => boolean;
|
|
100
|
-
getVisibility: () => import("
|
|
100
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
101
101
|
getCondition: () => {
|
|
102
102
|
field: string;
|
|
103
103
|
equals: unknown;
|
|
@@ -135,26 +135,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
135
135
|
lte?: number | undefined;
|
|
136
136
|
};
|
|
137
137
|
} | undefined;
|
|
138
|
-
}>(this: TThis, length: number) => import("
|
|
138
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
139
139
|
max: <TThis extends {
|
|
140
140
|
kind: "field";
|
|
141
141
|
readonly __fieldTypes?: {
|
|
142
142
|
input: string;
|
|
143
143
|
db: string;
|
|
144
144
|
output: string;
|
|
145
|
-
meta: import("
|
|
146
|
-
state: import("
|
|
145
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
146
|
+
state: import("../index.js").FieldState;
|
|
147
147
|
} | undefined;
|
|
148
|
-
meta: import("
|
|
149
|
-
state: import("
|
|
148
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
149
|
+
state: import("../index.js").FieldState;
|
|
150
150
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
151
151
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
152
152
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
153
153
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
154
|
-
getConfig: () => import("
|
|
154
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
155
155
|
getIsRequired: () => boolean;
|
|
156
156
|
getIsTranslatable: () => boolean;
|
|
157
|
-
getVisibility: () => import("
|
|
157
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
158
158
|
getCondition: () => {
|
|
159
159
|
field: string;
|
|
160
160
|
equals: unknown;
|
|
@@ -192,24 +192,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
192
192
|
lte?: number | undefined;
|
|
193
193
|
};
|
|
194
194
|
} | undefined;
|
|
195
|
-
}>(this: TThis, length: number) => import("
|
|
196
|
-
}, import("
|
|
197
|
-
siteName: import("
|
|
195
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
196
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
197
|
+
siteName: import("../index.js").WithFieldState<{
|
|
198
198
|
kind: "field";
|
|
199
199
|
readonly __fieldTypes?: {
|
|
200
200
|
input: string;
|
|
201
201
|
db: string;
|
|
202
202
|
output: string;
|
|
203
|
-
meta: import("
|
|
204
|
-
state: import("
|
|
203
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
204
|
+
state: import("../index.js").DefaultFieldState;
|
|
205
205
|
} | undefined;
|
|
206
|
-
meta: import("
|
|
207
|
-
state: import("
|
|
206
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
207
|
+
state: import("../index.js").DefaultFieldState;
|
|
208
208
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
209
209
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
210
210
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
211
211
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
212
|
-
getConfig: () => import("
|
|
212
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
213
213
|
getIsRequired: () => false;
|
|
214
214
|
getIsTranslatable: () => false;
|
|
215
215
|
getVisibility: () => "all";
|
|
@@ -221,19 +221,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
221
221
|
input: string;
|
|
222
222
|
db: string;
|
|
223
223
|
output: string;
|
|
224
|
-
meta: import("
|
|
225
|
-
state: import("
|
|
224
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
225
|
+
state: import("../index.js").FieldState;
|
|
226
226
|
} | undefined;
|
|
227
|
-
meta: import("
|
|
228
|
-
state: import("
|
|
227
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
228
|
+
state: import("../index.js").FieldState;
|
|
229
229
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
230
230
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
231
231
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
232
232
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
233
|
-
getConfig: () => import("
|
|
233
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
234
234
|
getIsRequired: () => boolean;
|
|
235
235
|
getIsTranslatable: () => boolean;
|
|
236
|
-
getVisibility: () => import("
|
|
236
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
237
237
|
getCondition: () => {
|
|
238
238
|
field: string;
|
|
239
239
|
equals: unknown;
|
|
@@ -271,26 +271,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
271
271
|
lte?: number | undefined;
|
|
272
272
|
};
|
|
273
273
|
} | undefined;
|
|
274
|
-
}, NextUi extends import("
|
|
274
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
275
275
|
min: <TThis extends {
|
|
276
276
|
kind: "field";
|
|
277
277
|
readonly __fieldTypes?: {
|
|
278
278
|
input: string;
|
|
279
279
|
db: string;
|
|
280
280
|
output: string;
|
|
281
|
-
meta: import("
|
|
282
|
-
state: import("
|
|
281
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
282
|
+
state: import("../index.js").FieldState;
|
|
283
283
|
} | undefined;
|
|
284
|
-
meta: import("
|
|
285
|
-
state: import("
|
|
284
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
285
|
+
state: import("../index.js").FieldState;
|
|
286
286
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
287
287
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
288
288
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
289
289
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
290
|
-
getConfig: () => import("
|
|
290
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
291
291
|
getIsRequired: () => boolean;
|
|
292
292
|
getIsTranslatable: () => boolean;
|
|
293
|
-
getVisibility: () => import("
|
|
293
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
294
294
|
getCondition: () => {
|
|
295
295
|
field: string;
|
|
296
296
|
equals: unknown;
|
|
@@ -328,26 +328,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
328
328
|
lte?: number | undefined;
|
|
329
329
|
};
|
|
330
330
|
} | undefined;
|
|
331
|
-
}>(this: TThis, length: number) => import("
|
|
331
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
332
332
|
max: <TThis extends {
|
|
333
333
|
kind: "field";
|
|
334
334
|
readonly __fieldTypes?: {
|
|
335
335
|
input: string;
|
|
336
336
|
db: string;
|
|
337
337
|
output: string;
|
|
338
|
-
meta: import("
|
|
339
|
-
state: import("
|
|
338
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
339
|
+
state: import("../index.js").FieldState;
|
|
340
340
|
} | undefined;
|
|
341
|
-
meta: import("
|
|
342
|
-
state: import("
|
|
341
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
342
|
+
state: import("../index.js").FieldState;
|
|
343
343
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
344
344
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
345
345
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
346
346
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
347
|
-
getConfig: () => import("
|
|
347
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
348
348
|
getIsRequired: () => boolean;
|
|
349
349
|
getIsTranslatable: () => boolean;
|
|
350
|
-
getVisibility: () => import("
|
|
350
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
351
351
|
getCondition: () => {
|
|
352
352
|
field: string;
|
|
353
353
|
equals: unknown;
|
|
@@ -385,28 +385,28 @@ export declare const SeoSettings: ContentType<{
|
|
|
385
385
|
lte?: number | undefined;
|
|
386
386
|
};
|
|
387
387
|
} | undefined;
|
|
388
|
-
}>(this: TThis, length: number) => import("
|
|
389
|
-
}, import("
|
|
390
|
-
siteUrl: import("
|
|
391
|
-
titleTemplate: import("
|
|
392
|
-
twitterSite: import("
|
|
393
|
-
defaultSeo: import("
|
|
394
|
-
title: import("
|
|
388
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
389
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
390
|
+
siteUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
391
|
+
titleTemplate: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
392
|
+
twitterSite: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
393
|
+
defaultSeo: import("../index.js").RelationField<ContentType<{
|
|
394
|
+
title: import("../index.js").WithFieldState<{
|
|
395
395
|
kind: "field";
|
|
396
396
|
readonly __fieldTypes?: {
|
|
397
397
|
input: string;
|
|
398
398
|
db: string;
|
|
399
399
|
output: string;
|
|
400
|
-
meta: import("
|
|
401
|
-
state: import("
|
|
400
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
401
|
+
state: import("../index.js").DefaultFieldState;
|
|
402
402
|
} | undefined;
|
|
403
|
-
meta: import("
|
|
404
|
-
state: import("
|
|
403
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
404
|
+
state: import("../index.js").DefaultFieldState;
|
|
405
405
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
406
406
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
407
407
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
408
408
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
409
|
-
getConfig: () => import("
|
|
409
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
410
410
|
getIsRequired: () => false;
|
|
411
411
|
getIsTranslatable: () => false;
|
|
412
412
|
getVisibility: () => "all";
|
|
@@ -418,19 +418,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
418
418
|
input: string;
|
|
419
419
|
db: string;
|
|
420
420
|
output: string;
|
|
421
|
-
meta: import("
|
|
422
|
-
state: import("
|
|
421
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
422
|
+
state: import("../index.js").FieldState;
|
|
423
423
|
} | undefined;
|
|
424
|
-
meta: import("
|
|
425
|
-
state: import("
|
|
424
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
425
|
+
state: import("../index.js").FieldState;
|
|
426
426
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
427
427
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
428
428
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
429
429
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
430
|
-
getConfig: () => import("
|
|
430
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
431
431
|
getIsRequired: () => boolean;
|
|
432
432
|
getIsTranslatable: () => boolean;
|
|
433
|
-
getVisibility: () => import("
|
|
433
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
434
434
|
getCondition: () => {
|
|
435
435
|
field: string;
|
|
436
436
|
equals: unknown;
|
|
@@ -468,26 +468,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
468
468
|
lte?: number | undefined;
|
|
469
469
|
};
|
|
470
470
|
} | undefined;
|
|
471
|
-
}, NextUi extends import("
|
|
471
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
472
472
|
min: <TThis extends {
|
|
473
473
|
kind: "field";
|
|
474
474
|
readonly __fieldTypes?: {
|
|
475
475
|
input: string;
|
|
476
476
|
db: string;
|
|
477
477
|
output: string;
|
|
478
|
-
meta: import("
|
|
479
|
-
state: import("
|
|
478
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
479
|
+
state: import("../index.js").FieldState;
|
|
480
480
|
} | undefined;
|
|
481
|
-
meta: import("
|
|
482
|
-
state: import("
|
|
481
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
482
|
+
state: import("../index.js").FieldState;
|
|
483
483
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
484
484
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
485
485
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
486
486
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
487
|
-
getConfig: () => import("
|
|
487
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
488
488
|
getIsRequired: () => boolean;
|
|
489
489
|
getIsTranslatable: () => boolean;
|
|
490
|
-
getVisibility: () => import("
|
|
490
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
491
491
|
getCondition: () => {
|
|
492
492
|
field: string;
|
|
493
493
|
equals: unknown;
|
|
@@ -525,26 +525,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
525
525
|
lte?: number | undefined;
|
|
526
526
|
};
|
|
527
527
|
} | undefined;
|
|
528
|
-
}>(this: TThis, length: number) => import("
|
|
528
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
529
529
|
max: <TThis extends {
|
|
530
530
|
kind: "field";
|
|
531
531
|
readonly __fieldTypes?: {
|
|
532
532
|
input: string;
|
|
533
533
|
db: string;
|
|
534
534
|
output: string;
|
|
535
|
-
meta: import("
|
|
536
|
-
state: import("
|
|
535
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
536
|
+
state: import("../index.js").FieldState;
|
|
537
537
|
} | undefined;
|
|
538
|
-
meta: import("
|
|
539
|
-
state: import("
|
|
538
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
539
|
+
state: import("../index.js").FieldState;
|
|
540
540
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
541
541
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
542
542
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
543
543
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
544
|
-
getConfig: () => import("
|
|
544
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
545
545
|
getIsRequired: () => boolean;
|
|
546
546
|
getIsTranslatable: () => boolean;
|
|
547
|
-
getVisibility: () => import("
|
|
547
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
548
548
|
getCondition: () => {
|
|
549
549
|
field: string;
|
|
550
550
|
equals: unknown;
|
|
@@ -582,24 +582,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
582
582
|
lte?: number | undefined;
|
|
583
583
|
};
|
|
584
584
|
} | undefined;
|
|
585
|
-
}>(this: TThis, length: number) => import("
|
|
586
|
-
}, import("
|
|
587
|
-
description: import("
|
|
585
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
586
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
587
|
+
description: import("../index.js").WithFieldState<{
|
|
588
588
|
kind: "field";
|
|
589
589
|
readonly __fieldTypes?: {
|
|
590
590
|
input: string;
|
|
591
591
|
db: string;
|
|
592
592
|
output: string;
|
|
593
|
-
meta: import("
|
|
594
|
-
state: import("
|
|
593
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
594
|
+
state: import("../index.js").DefaultFieldState;
|
|
595
595
|
} | undefined;
|
|
596
|
-
meta: import("
|
|
597
|
-
state: import("
|
|
596
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
597
|
+
state: import("../index.js").DefaultFieldState;
|
|
598
598
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
599
599
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
600
600
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
601
601
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
602
|
-
getConfig: () => import("
|
|
602
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
603
603
|
getIsRequired: () => false;
|
|
604
604
|
getIsTranslatable: () => false;
|
|
605
605
|
getVisibility: () => "all";
|
|
@@ -611,19 +611,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
611
611
|
input: string;
|
|
612
612
|
db: string;
|
|
613
613
|
output: string;
|
|
614
|
-
meta: import("
|
|
615
|
-
state: import("
|
|
614
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
615
|
+
state: import("../index.js").FieldState;
|
|
616
616
|
} | undefined;
|
|
617
|
-
meta: import("
|
|
618
|
-
state: import("
|
|
617
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
618
|
+
state: import("../index.js").FieldState;
|
|
619
619
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
620
620
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
621
621
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
622
622
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
623
|
-
getConfig: () => import("
|
|
623
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
624
624
|
getIsRequired: () => boolean;
|
|
625
625
|
getIsTranslatable: () => boolean;
|
|
626
|
-
getVisibility: () => import("
|
|
626
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
627
627
|
getCondition: () => {
|
|
628
628
|
field: string;
|
|
629
629
|
equals: unknown;
|
|
@@ -661,26 +661,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
661
661
|
lte?: number | undefined;
|
|
662
662
|
};
|
|
663
663
|
} | undefined;
|
|
664
|
-
}, NextUi extends import("
|
|
664
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
665
665
|
min: <TThis extends {
|
|
666
666
|
kind: "field";
|
|
667
667
|
readonly __fieldTypes?: {
|
|
668
668
|
input: string;
|
|
669
669
|
db: string;
|
|
670
670
|
output: string;
|
|
671
|
-
meta: import("
|
|
672
|
-
state: import("
|
|
671
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
672
|
+
state: import("../index.js").FieldState;
|
|
673
673
|
} | undefined;
|
|
674
|
-
meta: import("
|
|
675
|
-
state: import("
|
|
674
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
675
|
+
state: import("../index.js").FieldState;
|
|
676
676
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
677
677
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
678
678
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
679
679
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
680
|
-
getConfig: () => import("
|
|
680
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
681
681
|
getIsRequired: () => boolean;
|
|
682
682
|
getIsTranslatable: () => boolean;
|
|
683
|
-
getVisibility: () => import("
|
|
683
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
684
684
|
getCondition: () => {
|
|
685
685
|
field: string;
|
|
686
686
|
equals: unknown;
|
|
@@ -718,26 +718,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
718
718
|
lte?: number | undefined;
|
|
719
719
|
};
|
|
720
720
|
} | undefined;
|
|
721
|
-
}>(this: TThis, length: number) => import("
|
|
721
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
722
722
|
max: <TThis extends {
|
|
723
723
|
kind: "field";
|
|
724
724
|
readonly __fieldTypes?: {
|
|
725
725
|
input: string;
|
|
726
726
|
db: string;
|
|
727
727
|
output: string;
|
|
728
|
-
meta: import("
|
|
729
|
-
state: import("
|
|
728
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
729
|
+
state: import("../index.js").FieldState;
|
|
730
730
|
} | undefined;
|
|
731
|
-
meta: import("
|
|
732
|
-
state: import("
|
|
731
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
732
|
+
state: import("../index.js").FieldState;
|
|
733
733
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
734
734
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
735
735
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
736
736
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
737
|
-
getConfig: () => import("
|
|
737
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
738
738
|
getIsRequired: () => boolean;
|
|
739
739
|
getIsTranslatable: () => boolean;
|
|
740
|
-
getVisibility: () => import("
|
|
740
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
741
741
|
getCondition: () => {
|
|
742
742
|
field: string;
|
|
743
743
|
equals: unknown;
|
|
@@ -775,24 +775,24 @@ export declare const SeoSettings: ContentType<{
|
|
|
775
775
|
lte?: number | undefined;
|
|
776
776
|
};
|
|
777
777
|
} | undefined;
|
|
778
|
-
}>(this: TThis, length: number) => import("
|
|
779
|
-
}, import("
|
|
780
|
-
canonicalUrl: import("
|
|
778
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
779
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
780
|
+
canonicalUrl: import("../index.js").WithFieldState<{
|
|
781
781
|
kind: "field";
|
|
782
782
|
readonly __fieldTypes?: {
|
|
783
783
|
input: string;
|
|
784
784
|
db: string;
|
|
785
785
|
output: string;
|
|
786
|
-
meta: import("
|
|
787
|
-
state: import("
|
|
786
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
787
|
+
state: import("../index.js").DefaultFieldState;
|
|
788
788
|
} | undefined;
|
|
789
|
-
meta: import("
|
|
790
|
-
state: import("
|
|
789
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
790
|
+
state: import("../index.js").DefaultFieldState;
|
|
791
791
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
792
792
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
793
793
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
794
794
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
795
|
-
getConfig: () => import("
|
|
795
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
796
796
|
getIsRequired: () => false;
|
|
797
797
|
getIsTranslatable: () => false;
|
|
798
798
|
getVisibility: () => "all";
|
|
@@ -804,19 +804,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
804
804
|
input: string;
|
|
805
805
|
db: string;
|
|
806
806
|
output: string;
|
|
807
|
-
meta: import("
|
|
808
|
-
state: import("
|
|
807
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
808
|
+
state: import("../index.js").FieldState;
|
|
809
809
|
} | undefined;
|
|
810
|
-
meta: import("
|
|
811
|
-
state: import("
|
|
810
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
811
|
+
state: import("../index.js").FieldState;
|
|
812
812
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
813
813
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
814
814
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
815
815
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
816
|
-
getConfig: () => import("
|
|
816
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
817
817
|
getIsRequired: () => boolean;
|
|
818
818
|
getIsTranslatable: () => boolean;
|
|
819
|
-
getVisibility: () => import("
|
|
819
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
820
820
|
getCondition: () => {
|
|
821
821
|
field: string;
|
|
822
822
|
equals: unknown;
|
|
@@ -854,26 +854,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
854
854
|
lte?: number | undefined;
|
|
855
855
|
};
|
|
856
856
|
} | undefined;
|
|
857
|
-
}, NextUi extends import("
|
|
857
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
858
858
|
min: <TThis extends {
|
|
859
859
|
kind: "field";
|
|
860
860
|
readonly __fieldTypes?: {
|
|
861
861
|
input: string;
|
|
862
862
|
db: string;
|
|
863
863
|
output: string;
|
|
864
|
-
meta: import("
|
|
865
|
-
state: import("
|
|
864
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
865
|
+
state: import("../index.js").FieldState;
|
|
866
866
|
} | undefined;
|
|
867
|
-
meta: import("
|
|
868
|
-
state: import("
|
|
867
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
868
|
+
state: import("../index.js").FieldState;
|
|
869
869
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
870
870
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
871
871
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
872
872
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
873
|
-
getConfig: () => import("
|
|
873
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
874
874
|
getIsRequired: () => boolean;
|
|
875
875
|
getIsTranslatable: () => boolean;
|
|
876
|
-
getVisibility: () => import("
|
|
876
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
877
877
|
getCondition: () => {
|
|
878
878
|
field: string;
|
|
879
879
|
equals: unknown;
|
|
@@ -911,26 +911,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
911
911
|
lte?: number | undefined;
|
|
912
912
|
};
|
|
913
913
|
} | undefined;
|
|
914
|
-
}>(this: TThis, length: number) => import("
|
|
914
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
915
915
|
max: <TThis extends {
|
|
916
916
|
kind: "field";
|
|
917
917
|
readonly __fieldTypes?: {
|
|
918
918
|
input: string;
|
|
919
919
|
db: string;
|
|
920
920
|
output: string;
|
|
921
|
-
meta: import("
|
|
922
|
-
state: import("
|
|
921
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
922
|
+
state: import("../index.js").FieldState;
|
|
923
923
|
} | undefined;
|
|
924
|
-
meta: import("
|
|
925
|
-
state: import("
|
|
924
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
925
|
+
state: import("../index.js").FieldState;
|
|
926
926
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
927
927
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
928
928
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
929
929
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
930
|
-
getConfig: () => import("
|
|
930
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
931
931
|
getIsRequired: () => boolean;
|
|
932
932
|
getIsTranslatable: () => boolean;
|
|
933
|
-
getVisibility: () => import("
|
|
933
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
934
934
|
getCondition: () => {
|
|
935
935
|
field: string;
|
|
936
936
|
equals: unknown;
|
|
@@ -968,25 +968,25 @@ export declare const SeoSettings: ContentType<{
|
|
|
968
968
|
lte?: number | undefined;
|
|
969
969
|
};
|
|
970
970
|
} | undefined;
|
|
971
|
-
}>(this: TThis, length: number) => import("
|
|
972
|
-
}, import("
|
|
973
|
-
image: import("
|
|
974
|
-
imageAlt: import("
|
|
971
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
972
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
973
|
+
image: import("../index.js").FileField<"Image", false, import("../index.js").DefaultFieldState>;
|
|
974
|
+
imageAlt: import("../index.js").WithFieldState<{
|
|
975
975
|
kind: "field";
|
|
976
976
|
readonly __fieldTypes?: {
|
|
977
977
|
input: string;
|
|
978
978
|
db: string;
|
|
979
979
|
output: string;
|
|
980
|
-
meta: import("
|
|
981
|
-
state: import("
|
|
980
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
981
|
+
state: import("../index.js").DefaultFieldState;
|
|
982
982
|
} | undefined;
|
|
983
|
-
meta: import("
|
|
984
|
-
state: import("
|
|
983
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
984
|
+
state: import("../index.js").DefaultFieldState;
|
|
985
985
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
986
986
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
987
987
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
988
988
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
989
|
-
getConfig: () => import("
|
|
989
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
990
990
|
getIsRequired: () => false;
|
|
991
991
|
getIsTranslatable: () => false;
|
|
992
992
|
getVisibility: () => "all";
|
|
@@ -998,19 +998,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
998
998
|
input: string;
|
|
999
999
|
db: string;
|
|
1000
1000
|
output: string;
|
|
1001
|
-
meta: import("
|
|
1002
|
-
state: import("
|
|
1001
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1002
|
+
state: import("../index.js").FieldState;
|
|
1003
1003
|
} | undefined;
|
|
1004
|
-
meta: import("
|
|
1005
|
-
state: import("
|
|
1004
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1005
|
+
state: import("../index.js").FieldState;
|
|
1006
1006
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1007
1007
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1008
1008
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1009
1009
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1010
|
-
getConfig: () => import("
|
|
1010
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1011
1011
|
getIsRequired: () => boolean;
|
|
1012
1012
|
getIsTranslatable: () => boolean;
|
|
1013
|
-
getVisibility: () => import("
|
|
1013
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1014
1014
|
getCondition: () => {
|
|
1015
1015
|
field: string;
|
|
1016
1016
|
equals: unknown;
|
|
@@ -1048,26 +1048,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1048
1048
|
lte?: number | undefined;
|
|
1049
1049
|
};
|
|
1050
1050
|
} | undefined;
|
|
1051
|
-
}, NextUi extends import("
|
|
1051
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1052
1052
|
min: <TThis extends {
|
|
1053
1053
|
kind: "field";
|
|
1054
1054
|
readonly __fieldTypes?: {
|
|
1055
1055
|
input: string;
|
|
1056
1056
|
db: string;
|
|
1057
1057
|
output: string;
|
|
1058
|
-
meta: import("
|
|
1059
|
-
state: import("
|
|
1058
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1059
|
+
state: import("../index.js").FieldState;
|
|
1060
1060
|
} | undefined;
|
|
1061
|
-
meta: import("
|
|
1062
|
-
state: import("
|
|
1061
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1062
|
+
state: import("../index.js").FieldState;
|
|
1063
1063
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1064
1064
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1065
1065
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1066
1066
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1067
|
-
getConfig: () => import("
|
|
1067
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1068
1068
|
getIsRequired: () => boolean;
|
|
1069
1069
|
getIsTranslatable: () => boolean;
|
|
1070
|
-
getVisibility: () => import("
|
|
1070
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1071
1071
|
getCondition: () => {
|
|
1072
1072
|
field: string;
|
|
1073
1073
|
equals: unknown;
|
|
@@ -1105,26 +1105,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1105
1105
|
lte?: number | undefined;
|
|
1106
1106
|
};
|
|
1107
1107
|
} | undefined;
|
|
1108
|
-
}>(this: TThis, length: number) => import("
|
|
1108
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1109
1109
|
max: <TThis extends {
|
|
1110
1110
|
kind: "field";
|
|
1111
1111
|
readonly __fieldTypes?: {
|
|
1112
1112
|
input: string;
|
|
1113
1113
|
db: string;
|
|
1114
1114
|
output: string;
|
|
1115
|
-
meta: import("
|
|
1116
|
-
state: import("
|
|
1115
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1116
|
+
state: import("../index.js").FieldState;
|
|
1117
1117
|
} | undefined;
|
|
1118
|
-
meta: import("
|
|
1119
|
-
state: import("
|
|
1118
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1119
|
+
state: import("../index.js").FieldState;
|
|
1120
1120
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1121
1121
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1122
1122
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1123
1123
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1124
|
-
getConfig: () => import("
|
|
1124
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1125
1125
|
getIsRequired: () => boolean;
|
|
1126
1126
|
getIsTranslatable: () => boolean;
|
|
1127
|
-
getVisibility: () => import("
|
|
1127
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1128
1128
|
getCondition: () => {
|
|
1129
1129
|
field: string;
|
|
1130
1130
|
equals: unknown;
|
|
@@ -1162,26 +1162,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1162
1162
|
lte?: number | undefined;
|
|
1163
1163
|
};
|
|
1164
1164
|
} | undefined;
|
|
1165
|
-
}>(this: TThis, length: number) => import("
|
|
1166
|
-
}, import("
|
|
1167
|
-
noIndex: import("
|
|
1168
|
-
customOpenGraph: import("
|
|
1169
|
-
openGraphTitle: import("
|
|
1165
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1166
|
+
}, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>;
|
|
1167
|
+
noIndex: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1168
|
+
customOpenGraph: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1169
|
+
openGraphTitle: import("../index.js").WithFieldState<Omit<{
|
|
1170
1170
|
kind: "field";
|
|
1171
1171
|
readonly __fieldTypes?: {
|
|
1172
1172
|
input: string;
|
|
1173
1173
|
db: string;
|
|
1174
1174
|
output: string;
|
|
1175
|
-
meta: import("
|
|
1176
|
-
state: import("
|
|
1175
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1176
|
+
state: import("../index.js").DefaultFieldState;
|
|
1177
1177
|
} | undefined;
|
|
1178
|
-
meta: import("
|
|
1179
|
-
state: import("
|
|
1178
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1179
|
+
state: import("../index.js").DefaultFieldState;
|
|
1180
1180
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1181
1181
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1182
1182
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1183
1183
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1184
|
-
getConfig: () => import("
|
|
1184
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1185
1185
|
getIsRequired: () => false;
|
|
1186
1186
|
getIsTranslatable: () => false;
|
|
1187
1187
|
getVisibility: () => "all";
|
|
@@ -1193,19 +1193,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1193
1193
|
input: string;
|
|
1194
1194
|
db: string;
|
|
1195
1195
|
output: string;
|
|
1196
|
-
meta: import("
|
|
1197
|
-
state: import("
|
|
1196
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1197
|
+
state: import("../index.js").FieldState;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
meta: import("
|
|
1200
|
-
state: import("
|
|
1199
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1200
|
+
state: import("../index.js").FieldState;
|
|
1201
1201
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1202
1202
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1203
1203
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1204
1204
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1205
|
-
getConfig: () => import("
|
|
1205
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1206
1206
|
getIsRequired: () => boolean;
|
|
1207
1207
|
getIsTranslatable: () => boolean;
|
|
1208
|
-
getVisibility: () => import("
|
|
1208
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1209
1209
|
getCondition: () => {
|
|
1210
1210
|
field: string;
|
|
1211
1211
|
equals: unknown;
|
|
@@ -1243,26 +1243,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1243
1243
|
lte?: number | undefined;
|
|
1244
1244
|
};
|
|
1245
1245
|
} | undefined;
|
|
1246
|
-
}, NextUi extends import("
|
|
1246
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1247
1247
|
min: <TThis extends {
|
|
1248
1248
|
kind: "field";
|
|
1249
1249
|
readonly __fieldTypes?: {
|
|
1250
1250
|
input: string;
|
|
1251
1251
|
db: string;
|
|
1252
1252
|
output: string;
|
|
1253
|
-
meta: import("
|
|
1254
|
-
state: import("
|
|
1253
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1254
|
+
state: import("../index.js").FieldState;
|
|
1255
1255
|
} | undefined;
|
|
1256
|
-
meta: import("
|
|
1257
|
-
state: import("
|
|
1256
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1257
|
+
state: import("../index.js").FieldState;
|
|
1258
1258
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1259
1259
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1260
1260
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1261
1261
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1262
|
-
getConfig: () => import("
|
|
1262
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1263
1263
|
getIsRequired: () => boolean;
|
|
1264
1264
|
getIsTranslatable: () => boolean;
|
|
1265
|
-
getVisibility: () => import("
|
|
1265
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1266
1266
|
getCondition: () => {
|
|
1267
1267
|
field: string;
|
|
1268
1268
|
equals: unknown;
|
|
@@ -1300,26 +1300,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1300
1300
|
lte?: number | undefined;
|
|
1301
1301
|
};
|
|
1302
1302
|
} | undefined;
|
|
1303
|
-
}>(this: TThis, length: number) => import("
|
|
1303
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1304
1304
|
max: <TThis extends {
|
|
1305
1305
|
kind: "field";
|
|
1306
1306
|
readonly __fieldTypes?: {
|
|
1307
1307
|
input: string;
|
|
1308
1308
|
db: string;
|
|
1309
1309
|
output: string;
|
|
1310
|
-
meta: import("
|
|
1311
|
-
state: import("
|
|
1310
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1311
|
+
state: import("../index.js").FieldState;
|
|
1312
1312
|
} | undefined;
|
|
1313
|
-
meta: import("
|
|
1314
|
-
state: import("
|
|
1313
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1314
|
+
state: import("../index.js").FieldState;
|
|
1315
1315
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1316
1316
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1317
1317
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1318
1318
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1319
|
-
getConfig: () => import("
|
|
1319
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1320
1320
|
getIsRequired: () => boolean;
|
|
1321
1321
|
getIsTranslatable: () => boolean;
|
|
1322
|
-
getVisibility: () => import("
|
|
1322
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1323
1323
|
getCondition: () => {
|
|
1324
1324
|
field: string;
|
|
1325
1325
|
equals: unknown;
|
|
@@ -1357,27 +1357,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1357
1357
|
lte?: number | undefined;
|
|
1358
1358
|
};
|
|
1359
1359
|
} | undefined;
|
|
1360
|
-
}>(this: TThis, length: number) => import("
|
|
1361
|
-
}, keyof import("
|
|
1360
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1361
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1362
1362
|
field: string;
|
|
1363
1363
|
equals: boolean;
|
|
1364
1364
|
}>>;
|
|
1365
|
-
openGraphDescription: import("
|
|
1365
|
+
openGraphDescription: import("../index.js").WithFieldState<Omit<{
|
|
1366
1366
|
kind: "field";
|
|
1367
1367
|
readonly __fieldTypes?: {
|
|
1368
1368
|
input: string;
|
|
1369
1369
|
db: string;
|
|
1370
1370
|
output: string;
|
|
1371
|
-
meta: import("
|
|
1372
|
-
state: import("
|
|
1371
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1372
|
+
state: import("../index.js").DefaultFieldState;
|
|
1373
1373
|
} | undefined;
|
|
1374
|
-
meta: import("
|
|
1375
|
-
state: import("
|
|
1374
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1375
|
+
state: import("../index.js").DefaultFieldState;
|
|
1376
1376
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1377
1377
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1378
1378
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1379
1379
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1380
|
-
getConfig: () => import("
|
|
1380
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1381
1381
|
getIsRequired: () => false;
|
|
1382
1382
|
getIsTranslatable: () => false;
|
|
1383
1383
|
getVisibility: () => "all";
|
|
@@ -1389,19 +1389,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1389
1389
|
input: string;
|
|
1390
1390
|
db: string;
|
|
1391
1391
|
output: string;
|
|
1392
|
-
meta: import("
|
|
1393
|
-
state: import("
|
|
1392
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1393
|
+
state: import("../index.js").FieldState;
|
|
1394
1394
|
} | undefined;
|
|
1395
|
-
meta: import("
|
|
1396
|
-
state: import("
|
|
1395
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1396
|
+
state: import("../index.js").FieldState;
|
|
1397
1397
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1398
1398
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1399
1399
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1400
1400
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1401
|
-
getConfig: () => import("
|
|
1401
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1402
1402
|
getIsRequired: () => boolean;
|
|
1403
1403
|
getIsTranslatable: () => boolean;
|
|
1404
|
-
getVisibility: () => import("
|
|
1404
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1405
1405
|
getCondition: () => {
|
|
1406
1406
|
field: string;
|
|
1407
1407
|
equals: unknown;
|
|
@@ -1439,26 +1439,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1439
1439
|
lte?: number | undefined;
|
|
1440
1440
|
};
|
|
1441
1441
|
} | undefined;
|
|
1442
|
-
}, NextUi extends import("
|
|
1442
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1443
1443
|
min: <TThis extends {
|
|
1444
1444
|
kind: "field";
|
|
1445
1445
|
readonly __fieldTypes?: {
|
|
1446
1446
|
input: string;
|
|
1447
1447
|
db: string;
|
|
1448
1448
|
output: string;
|
|
1449
|
-
meta: import("
|
|
1450
|
-
state: import("
|
|
1449
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1450
|
+
state: import("../index.js").FieldState;
|
|
1451
1451
|
} | undefined;
|
|
1452
|
-
meta: import("
|
|
1453
|
-
state: import("
|
|
1452
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1453
|
+
state: import("../index.js").FieldState;
|
|
1454
1454
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1455
1455
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1456
1456
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1457
1457
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1458
|
-
getConfig: () => import("
|
|
1458
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1459
1459
|
getIsRequired: () => boolean;
|
|
1460
1460
|
getIsTranslatable: () => boolean;
|
|
1461
|
-
getVisibility: () => import("
|
|
1461
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1462
1462
|
getCondition: () => {
|
|
1463
1463
|
field: string;
|
|
1464
1464
|
equals: unknown;
|
|
@@ -1496,26 +1496,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1496
1496
|
lte?: number | undefined;
|
|
1497
1497
|
};
|
|
1498
1498
|
} | undefined;
|
|
1499
|
-
}>(this: TThis, length: number) => import("
|
|
1499
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1500
1500
|
max: <TThis extends {
|
|
1501
1501
|
kind: "field";
|
|
1502
1502
|
readonly __fieldTypes?: {
|
|
1503
1503
|
input: string;
|
|
1504
1504
|
db: string;
|
|
1505
1505
|
output: string;
|
|
1506
|
-
meta: import("
|
|
1507
|
-
state: import("
|
|
1506
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1507
|
+
state: import("../index.js").FieldState;
|
|
1508
1508
|
} | undefined;
|
|
1509
|
-
meta: import("
|
|
1510
|
-
state: import("
|
|
1509
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
1510
|
+
state: import("../index.js").FieldState;
|
|
1511
1511
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1512
1512
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1513
1513
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1514
1514
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1515
|
-
getConfig: () => import("
|
|
1515
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
1516
1516
|
getIsRequired: () => boolean;
|
|
1517
1517
|
getIsTranslatable: () => boolean;
|
|
1518
|
-
getVisibility: () => import("
|
|
1518
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1519
1519
|
getCondition: () => {
|
|
1520
1520
|
field: string;
|
|
1521
1521
|
equals: unknown;
|
|
@@ -1553,27 +1553,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1553
1553
|
lte?: number | undefined;
|
|
1554
1554
|
};
|
|
1555
1555
|
} | undefined;
|
|
1556
|
-
}>(this: TThis, length: number) => import("
|
|
1557
|
-
}, keyof import("
|
|
1556
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
1557
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1558
1558
|
field: string;
|
|
1559
1559
|
equals: boolean;
|
|
1560
1560
|
}>>;
|
|
1561
|
-
openGraphUrl: import("
|
|
1561
|
+
openGraphUrl: import("../index.js").WithFieldState<Omit<{
|
|
1562
1562
|
kind: "field";
|
|
1563
1563
|
readonly __fieldTypes?: {
|
|
1564
1564
|
input: string;
|
|
1565
1565
|
db: string;
|
|
1566
1566
|
output: string;
|
|
1567
|
-
meta: import("
|
|
1568
|
-
state: import("
|
|
1567
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1568
|
+
state: import("../index.js").DefaultFieldState;
|
|
1569
1569
|
} | undefined;
|
|
1570
|
-
meta: import("
|
|
1571
|
-
state: import("
|
|
1570
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1571
|
+
state: import("../index.js").DefaultFieldState;
|
|
1572
1572
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1573
1573
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1574
1574
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1575
1575
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1576
|
-
getConfig: () => import("
|
|
1576
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1577
1577
|
getIsRequired: () => false;
|
|
1578
1578
|
getIsTranslatable: () => false;
|
|
1579
1579
|
getVisibility: () => "all";
|
|
@@ -1585,19 +1585,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1585
1585
|
input: string;
|
|
1586
1586
|
db: string;
|
|
1587
1587
|
output: string;
|
|
1588
|
-
meta: import("
|
|
1589
|
-
state: import("
|
|
1588
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1589
|
+
state: import("../index.js").FieldState;
|
|
1590
1590
|
} | undefined;
|
|
1591
|
-
meta: import("
|
|
1592
|
-
state: import("
|
|
1591
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1592
|
+
state: import("../index.js").FieldState;
|
|
1593
1593
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1594
1594
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1595
1595
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1596
1596
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1597
|
-
getConfig: () => import("
|
|
1597
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1598
1598
|
getIsRequired: () => boolean;
|
|
1599
1599
|
getIsTranslatable: () => boolean;
|
|
1600
|
-
getVisibility: () => import("
|
|
1600
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1601
1601
|
getCondition: () => {
|
|
1602
1602
|
field: string;
|
|
1603
1603
|
equals: unknown;
|
|
@@ -1635,26 +1635,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1635
1635
|
lte?: number | undefined;
|
|
1636
1636
|
};
|
|
1637
1637
|
} | undefined;
|
|
1638
|
-
}, NextUi extends import("
|
|
1638
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1639
1639
|
min: <TThis extends {
|
|
1640
1640
|
kind: "field";
|
|
1641
1641
|
readonly __fieldTypes?: {
|
|
1642
1642
|
input: string;
|
|
1643
1643
|
db: string;
|
|
1644
1644
|
output: string;
|
|
1645
|
-
meta: import("
|
|
1646
|
-
state: import("
|
|
1645
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1646
|
+
state: import("../index.js").FieldState;
|
|
1647
1647
|
} | undefined;
|
|
1648
|
-
meta: import("
|
|
1649
|
-
state: import("
|
|
1648
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1649
|
+
state: import("../index.js").FieldState;
|
|
1650
1650
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1651
1651
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1652
1652
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1653
1653
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1654
|
-
getConfig: () => import("
|
|
1654
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1655
1655
|
getIsRequired: () => boolean;
|
|
1656
1656
|
getIsTranslatable: () => boolean;
|
|
1657
|
-
getVisibility: () => import("
|
|
1657
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1658
1658
|
getCondition: () => {
|
|
1659
1659
|
field: string;
|
|
1660
1660
|
equals: unknown;
|
|
@@ -1692,26 +1692,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1692
1692
|
lte?: number | undefined;
|
|
1693
1693
|
};
|
|
1694
1694
|
} | undefined;
|
|
1695
|
-
}>(this: TThis, length: number) => import("
|
|
1695
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1696
1696
|
max: <TThis extends {
|
|
1697
1697
|
kind: "field";
|
|
1698
1698
|
readonly __fieldTypes?: {
|
|
1699
1699
|
input: string;
|
|
1700
1700
|
db: string;
|
|
1701
1701
|
output: string;
|
|
1702
|
-
meta: import("
|
|
1703
|
-
state: import("
|
|
1702
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1703
|
+
state: import("../index.js").FieldState;
|
|
1704
1704
|
} | undefined;
|
|
1705
|
-
meta: import("
|
|
1706
|
-
state: import("
|
|
1705
|
+
meta: import("../index.js").StringMeta<"Url">;
|
|
1706
|
+
state: import("../index.js").FieldState;
|
|
1707
1707
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1708
1708
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1709
1709
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1710
1710
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1711
|
-
getConfig: () => import("
|
|
1711
|
+
getConfig: () => import("../index.js").StringMeta<"Url">;
|
|
1712
1712
|
getIsRequired: () => boolean;
|
|
1713
1713
|
getIsTranslatable: () => boolean;
|
|
1714
|
-
getVisibility: () => import("
|
|
1714
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1715
1715
|
getCondition: () => {
|
|
1716
1716
|
field: string;
|
|
1717
1717
|
equals: unknown;
|
|
@@ -1749,27 +1749,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1749
1749
|
lte?: number | undefined;
|
|
1750
1750
|
};
|
|
1751
1751
|
} | undefined;
|
|
1752
|
-
}>(this: TThis, length: number) => import("
|
|
1753
|
-
}, keyof import("
|
|
1752
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Url", import("../index.js").FieldStateOf<TThis>>;
|
|
1753
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Url">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1754
1754
|
field: string;
|
|
1755
1755
|
equals: boolean;
|
|
1756
1756
|
}>>;
|
|
1757
|
-
openGraphSiteName: import("
|
|
1757
|
+
openGraphSiteName: import("../index.js").WithFieldState<Omit<{
|
|
1758
1758
|
kind: "field";
|
|
1759
1759
|
readonly __fieldTypes?: {
|
|
1760
1760
|
input: string;
|
|
1761
1761
|
db: string;
|
|
1762
1762
|
output: string;
|
|
1763
|
-
meta: import("
|
|
1764
|
-
state: import("
|
|
1763
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1764
|
+
state: import("../index.js").DefaultFieldState;
|
|
1765
1765
|
} | undefined;
|
|
1766
|
-
meta: import("
|
|
1767
|
-
state: import("
|
|
1766
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1767
|
+
state: import("../index.js").DefaultFieldState;
|
|
1768
1768
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1769
1769
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1770
1770
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1771
1771
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1772
|
-
getConfig: () => import("
|
|
1772
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1773
1773
|
getIsRequired: () => false;
|
|
1774
1774
|
getIsTranslatable: () => false;
|
|
1775
1775
|
getVisibility: () => "all";
|
|
@@ -1781,19 +1781,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1781
1781
|
input: string;
|
|
1782
1782
|
db: string;
|
|
1783
1783
|
output: string;
|
|
1784
|
-
meta: import("
|
|
1785
|
-
state: import("
|
|
1784
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1785
|
+
state: import("../index.js").FieldState;
|
|
1786
1786
|
} | undefined;
|
|
1787
|
-
meta: import("
|
|
1788
|
-
state: import("
|
|
1787
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1788
|
+
state: import("../index.js").FieldState;
|
|
1789
1789
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1790
1790
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1791
1791
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1792
1792
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1793
|
-
getConfig: () => import("
|
|
1793
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1794
1794
|
getIsRequired: () => boolean;
|
|
1795
1795
|
getIsTranslatable: () => boolean;
|
|
1796
|
-
getVisibility: () => import("
|
|
1796
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1797
1797
|
getCondition: () => {
|
|
1798
1798
|
field: string;
|
|
1799
1799
|
equals: unknown;
|
|
@@ -1831,26 +1831,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1831
1831
|
lte?: number | undefined;
|
|
1832
1832
|
};
|
|
1833
1833
|
} | undefined;
|
|
1834
|
-
}, NextUi extends import("
|
|
1834
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1835
1835
|
min: <TThis extends {
|
|
1836
1836
|
kind: "field";
|
|
1837
1837
|
readonly __fieldTypes?: {
|
|
1838
1838
|
input: string;
|
|
1839
1839
|
db: string;
|
|
1840
1840
|
output: string;
|
|
1841
|
-
meta: import("
|
|
1842
|
-
state: import("
|
|
1841
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1842
|
+
state: import("../index.js").FieldState;
|
|
1843
1843
|
} | undefined;
|
|
1844
|
-
meta: import("
|
|
1845
|
-
state: import("
|
|
1844
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1845
|
+
state: import("../index.js").FieldState;
|
|
1846
1846
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1847
1847
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1848
1848
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1849
1849
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1850
|
-
getConfig: () => import("
|
|
1850
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1851
1851
|
getIsRequired: () => boolean;
|
|
1852
1852
|
getIsTranslatable: () => boolean;
|
|
1853
|
-
getVisibility: () => import("
|
|
1853
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1854
1854
|
getCondition: () => {
|
|
1855
1855
|
field: string;
|
|
1856
1856
|
equals: unknown;
|
|
@@ -1888,26 +1888,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
1888
1888
|
lte?: number | undefined;
|
|
1889
1889
|
};
|
|
1890
1890
|
} | undefined;
|
|
1891
|
-
}>(this: TThis, length: number) => import("
|
|
1891
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1892
1892
|
max: <TThis extends {
|
|
1893
1893
|
kind: "field";
|
|
1894
1894
|
readonly __fieldTypes?: {
|
|
1895
1895
|
input: string;
|
|
1896
1896
|
db: string;
|
|
1897
1897
|
output: string;
|
|
1898
|
-
meta: import("
|
|
1899
|
-
state: import("
|
|
1898
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1899
|
+
state: import("../index.js").FieldState;
|
|
1900
1900
|
} | undefined;
|
|
1901
|
-
meta: import("
|
|
1902
|
-
state: import("
|
|
1901
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1902
|
+
state: import("../index.js").FieldState;
|
|
1903
1903
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1904
1904
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1905
1905
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1906
1906
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1907
|
-
getConfig: () => import("
|
|
1907
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1908
1908
|
getIsRequired: () => boolean;
|
|
1909
1909
|
getIsTranslatable: () => boolean;
|
|
1910
|
-
getVisibility: () => import("
|
|
1910
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1911
1911
|
getCondition: () => {
|
|
1912
1912
|
field: string;
|
|
1913
1913
|
equals: unknown;
|
|
@@ -1945,27 +1945,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
1945
1945
|
lte?: number | undefined;
|
|
1946
1946
|
};
|
|
1947
1947
|
} | undefined;
|
|
1948
|
-
}>(this: TThis, length: number) => import("
|
|
1949
|
-
}, keyof import("
|
|
1948
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1949
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
1950
1950
|
field: string;
|
|
1951
1951
|
equals: boolean;
|
|
1952
1952
|
}>>;
|
|
1953
|
-
openGraphType: import("
|
|
1953
|
+
openGraphType: import("../index.js").WithFieldState<{
|
|
1954
1954
|
kind: "field";
|
|
1955
1955
|
readonly __fieldTypes?: {
|
|
1956
1956
|
input: "website" | "article" | "profile" | "book";
|
|
1957
1957
|
db: "website" | "article" | "profile" | "book";
|
|
1958
1958
|
output: "website" | "article" | "profile" | "book";
|
|
1959
|
-
meta: import("
|
|
1960
|
-
state: import("
|
|
1959
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1960
|
+
state: import("../index.js").DefaultFieldState;
|
|
1961
1961
|
} | undefined;
|
|
1962
|
-
meta: import("
|
|
1963
|
-
state: import("
|
|
1962
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1963
|
+
state: import("../index.js").DefaultFieldState;
|
|
1964
1964
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1965
1965
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1966
1966
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1967
1967
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1968
|
-
getConfig: () => import("
|
|
1968
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1969
1969
|
getIsRequired: () => false;
|
|
1970
1970
|
getIsTranslatable: () => false;
|
|
1971
1971
|
getVisibility: () => "all";
|
|
@@ -1977,19 +1977,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
1977
1977
|
input: "website" | "article" | "profile" | "book";
|
|
1978
1978
|
db: "website" | "article" | "profile" | "book";
|
|
1979
1979
|
output: "website" | "article" | "profile" | "book";
|
|
1980
|
-
meta: import("
|
|
1981
|
-
state: import("
|
|
1980
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1981
|
+
state: import("../index.js").FieldState;
|
|
1982
1982
|
} | undefined;
|
|
1983
|
-
meta: import("
|
|
1984
|
-
state: import("
|
|
1983
|
+
meta: import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1984
|
+
state: import("../index.js").FieldState;
|
|
1985
1985
|
toZod: () => import("zod").ZodType<"website" | "article" | "profile" | "book", unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book", unknown>>;
|
|
1986
1986
|
getInputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | null | undefined, unknown>>;
|
|
1987
1987
|
getSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1988
1988
|
getOutputSchema: () => import("zod").ZodType<"website" | "article" | "profile" | "book" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"website" | "article" | "profile" | "book" | undefined, unknown>>;
|
|
1989
|
-
getConfig: () => import("
|
|
1989
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["website", "article", "profile", "book"], false>;
|
|
1990
1990
|
getIsRequired: () => boolean;
|
|
1991
1991
|
getIsTranslatable: () => boolean;
|
|
1992
|
-
getVisibility: () => import("
|
|
1992
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1993
1993
|
getCondition: () => {
|
|
1994
1994
|
field: string;
|
|
1995
1995
|
equals: unknown;
|
|
@@ -2027,12 +2027,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
2027
2027
|
lte?: number | undefined;
|
|
2028
2028
|
};
|
|
2029
2029
|
} | undefined;
|
|
2030
|
-
}>(this: TThis) => import("
|
|
2031
|
-
}, import("
|
|
2030
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["website", "article", "profile", "book"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2031
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2032
2032
|
field: string;
|
|
2033
2033
|
equals: boolean;
|
|
2034
2034
|
}>>;
|
|
2035
|
-
openGraphImage: import("
|
|
2035
|
+
openGraphImage: import("../index.js").WithFieldState<{
|
|
2036
2036
|
kind: "field";
|
|
2037
2037
|
readonly __fieldTypes?: {
|
|
2038
2038
|
input: {
|
|
@@ -2054,6 +2054,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2054
2054
|
height: number | null;
|
|
2055
2055
|
size: number;
|
|
2056
2056
|
orientation: "portrait" | "landscape" | null;
|
|
2057
|
+
key?: string | undefined;
|
|
2058
|
+
access?: "public" | "private" | undefined;
|
|
2059
|
+
previewKey?: string | null | undefined;
|
|
2057
2060
|
title?: string | undefined;
|
|
2058
2061
|
alt?: string | null | undefined;
|
|
2059
2062
|
sizes?: {
|
|
@@ -2066,11 +2069,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2066
2069
|
}[] | undefined;
|
|
2067
2070
|
srcSet?: string | null | undefined;
|
|
2068
2071
|
};
|
|
2069
|
-
meta: import("
|
|
2070
|
-
state: import("
|
|
2072
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2073
|
+
state: import("../index.js").DefaultFieldState;
|
|
2071
2074
|
} | undefined;
|
|
2072
|
-
meta: import("
|
|
2073
|
-
state: import("
|
|
2075
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2076
|
+
state: import("../index.js").DefaultFieldState;
|
|
2074
2077
|
toZod: () => import("zod").ZodType<{
|
|
2075
2078
|
type: "existing";
|
|
2076
2079
|
_id: string;
|
|
@@ -2107,6 +2110,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2107
2110
|
height: number | null;
|
|
2108
2111
|
size: number;
|
|
2109
2112
|
orientation: "portrait" | "landscape" | null;
|
|
2113
|
+
key?: string | undefined;
|
|
2114
|
+
access?: "public" | "private" | undefined;
|
|
2115
|
+
previewKey?: string | null | undefined;
|
|
2110
2116
|
title?: string | undefined;
|
|
2111
2117
|
alt?: string | null | undefined;
|
|
2112
2118
|
sizes?: {
|
|
@@ -2127,6 +2133,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2127
2133
|
height: number | null;
|
|
2128
2134
|
size: number;
|
|
2129
2135
|
orientation: "portrait" | "landscape" | null;
|
|
2136
|
+
key?: string | undefined;
|
|
2137
|
+
access?: "public" | "private" | undefined;
|
|
2138
|
+
previewKey?: string | null | undefined;
|
|
2130
2139
|
title?: string | undefined;
|
|
2131
2140
|
alt?: string | null | undefined;
|
|
2132
2141
|
sizes?: {
|
|
@@ -2139,12 +2148,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
2139
2148
|
}[] | undefined;
|
|
2140
2149
|
srcSet?: string | null | undefined;
|
|
2141
2150
|
} | undefined, unknown>>;
|
|
2142
|
-
getConfig: () => import("
|
|
2151
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2143
2152
|
getIsRequired: () => false;
|
|
2144
2153
|
getIsTranslatable: () => false;
|
|
2145
2154
|
getVisibility: () => "all";
|
|
2146
2155
|
getCondition: () => undefined;
|
|
2147
|
-
} & import("
|
|
2156
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2148
2157
|
url: string;
|
|
2149
2158
|
previewUrl: string | null;
|
|
2150
2159
|
name: string;
|
|
@@ -2153,6 +2162,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2153
2162
|
height: number | null;
|
|
2154
2163
|
size: number;
|
|
2155
2164
|
orientation: "portrait" | "landscape" | null;
|
|
2165
|
+
key?: string | undefined;
|
|
2166
|
+
access?: "public" | "private" | undefined;
|
|
2167
|
+
previewKey?: string | null | undefined;
|
|
2156
2168
|
title?: string | undefined;
|
|
2157
2169
|
alt?: string | null | undefined;
|
|
2158
2170
|
sizes?: {
|
|
@@ -2164,7 +2176,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2164
2176
|
size: number;
|
|
2165
2177
|
}[] | undefined;
|
|
2166
2178
|
srcSet?: string | null | undefined;
|
|
2167
|
-
}, import("
|
|
2179
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2168
2180
|
type: <TThis extends {
|
|
2169
2181
|
kind: "field";
|
|
2170
2182
|
readonly __fieldTypes?: {
|
|
@@ -2187,6 +2199,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2187
2199
|
height: number | null;
|
|
2188
2200
|
size: number;
|
|
2189
2201
|
orientation: "portrait" | "landscape" | null;
|
|
2202
|
+
key?: string | undefined;
|
|
2203
|
+
access?: "public" | "private" | undefined;
|
|
2204
|
+
previewKey?: string | null | undefined;
|
|
2190
2205
|
title?: string | undefined;
|
|
2191
2206
|
alt?: string | null | undefined;
|
|
2192
2207
|
sizes?: {
|
|
@@ -2199,11 +2214,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2199
2214
|
}[] | undefined;
|
|
2200
2215
|
srcSet?: string | null | undefined;
|
|
2201
2216
|
};
|
|
2202
|
-
meta: import("
|
|
2203
|
-
state: import("
|
|
2217
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2218
|
+
state: import("../index.js").FieldState;
|
|
2204
2219
|
} | undefined;
|
|
2205
|
-
meta: import("
|
|
2206
|
-
state: import("
|
|
2220
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2221
|
+
state: import("../index.js").FieldState;
|
|
2207
2222
|
toZod: () => import("zod").ZodType<{
|
|
2208
2223
|
type: "existing";
|
|
2209
2224
|
_id: string;
|
|
@@ -2240,6 +2255,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2240
2255
|
height: number | null;
|
|
2241
2256
|
size: number;
|
|
2242
2257
|
orientation: "portrait" | "landscape" | null;
|
|
2258
|
+
key?: string | undefined;
|
|
2259
|
+
access?: "public" | "private" | undefined;
|
|
2260
|
+
previewKey?: string | null | undefined;
|
|
2243
2261
|
title?: string | undefined;
|
|
2244
2262
|
alt?: string | null | undefined;
|
|
2245
2263
|
sizes?: {
|
|
@@ -2260,6 +2278,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2260
2278
|
height: number | null;
|
|
2261
2279
|
size: number;
|
|
2262
2280
|
orientation: "portrait" | "landscape" | null;
|
|
2281
|
+
key?: string | undefined;
|
|
2282
|
+
access?: "public" | "private" | undefined;
|
|
2283
|
+
previewKey?: string | null | undefined;
|
|
2263
2284
|
title?: string | undefined;
|
|
2264
2285
|
alt?: string | null | undefined;
|
|
2265
2286
|
sizes?: {
|
|
@@ -2272,10 +2293,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2272
2293
|
}[] | undefined;
|
|
2273
2294
|
srcSet?: string | null | undefined;
|
|
2274
2295
|
} | undefined, unknown>>;
|
|
2275
|
-
getConfig: () => import("
|
|
2296
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2276
2297
|
getIsRequired: () => boolean;
|
|
2277
2298
|
getIsTranslatable: () => boolean;
|
|
2278
|
-
getVisibility: () => import("
|
|
2299
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2279
2300
|
getCondition: () => {
|
|
2280
2301
|
field: string;
|
|
2281
2302
|
equals: unknown;
|
|
@@ -2313,7 +2334,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2313
2334
|
lte?: number | undefined;
|
|
2314
2335
|
};
|
|
2315
2336
|
} | undefined;
|
|
2316
|
-
}, NextMediaType extends import("
|
|
2337
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
2317
2338
|
multiple: <TThis extends {
|
|
2318
2339
|
kind: "field";
|
|
2319
2340
|
readonly __fieldTypes?: {
|
|
@@ -2336,6 +2357,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2336
2357
|
height: number | null;
|
|
2337
2358
|
size: number;
|
|
2338
2359
|
orientation: "portrait" | "landscape" | null;
|
|
2360
|
+
key?: string | undefined;
|
|
2361
|
+
access?: "public" | "private" | undefined;
|
|
2362
|
+
previewKey?: string | null | undefined;
|
|
2339
2363
|
title?: string | undefined;
|
|
2340
2364
|
alt?: string | null | undefined;
|
|
2341
2365
|
sizes?: {
|
|
@@ -2348,11 +2372,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2348
2372
|
}[] | undefined;
|
|
2349
2373
|
srcSet?: string | null | undefined;
|
|
2350
2374
|
};
|
|
2351
|
-
meta: import("
|
|
2352
|
-
state: import("
|
|
2375
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2376
|
+
state: import("../index.js").FieldState;
|
|
2353
2377
|
} | undefined;
|
|
2354
|
-
meta: import("
|
|
2355
|
-
state: import("
|
|
2378
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2379
|
+
state: import("../index.js").FieldState;
|
|
2356
2380
|
toZod: () => import("zod").ZodType<{
|
|
2357
2381
|
type: "existing";
|
|
2358
2382
|
_id: string;
|
|
@@ -2389,6 +2413,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2389
2413
|
height: number | null;
|
|
2390
2414
|
size: number;
|
|
2391
2415
|
orientation: "portrait" | "landscape" | null;
|
|
2416
|
+
key?: string | undefined;
|
|
2417
|
+
access?: "public" | "private" | undefined;
|
|
2418
|
+
previewKey?: string | null | undefined;
|
|
2392
2419
|
title?: string | undefined;
|
|
2393
2420
|
alt?: string | null | undefined;
|
|
2394
2421
|
sizes?: {
|
|
@@ -2409,6 +2436,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2409
2436
|
height: number | null;
|
|
2410
2437
|
size: number;
|
|
2411
2438
|
orientation: "portrait" | "landscape" | null;
|
|
2439
|
+
key?: string | undefined;
|
|
2440
|
+
access?: "public" | "private" | undefined;
|
|
2441
|
+
previewKey?: string | null | undefined;
|
|
2412
2442
|
title?: string | undefined;
|
|
2413
2443
|
alt?: string | null | undefined;
|
|
2414
2444
|
sizes?: {
|
|
@@ -2421,10 +2451,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2421
2451
|
}[] | undefined;
|
|
2422
2452
|
srcSet?: string | null | undefined;
|
|
2423
2453
|
} | undefined, unknown>>;
|
|
2424
|
-
getConfig: () => import("
|
|
2454
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2425
2455
|
getIsRequired: () => boolean;
|
|
2426
2456
|
getIsTranslatable: () => boolean;
|
|
2427
|
-
getVisibility: () => import("
|
|
2457
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2428
2458
|
getCondition: () => {
|
|
2429
2459
|
field: string;
|
|
2430
2460
|
equals: unknown;
|
|
@@ -2462,7 +2492,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
2462
2492
|
lte?: number | undefined;
|
|
2463
2493
|
};
|
|
2464
2494
|
} | undefined;
|
|
2465
|
-
}>(this: TThis) => import("
|
|
2495
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
2466
2496
|
optimize: <TThis extends {
|
|
2467
2497
|
kind: "field";
|
|
2468
2498
|
readonly __fieldTypes?: {
|
|
@@ -2485,6 +2515,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2485
2515
|
height: number | null;
|
|
2486
2516
|
size: number;
|
|
2487
2517
|
orientation: "portrait" | "landscape" | null;
|
|
2518
|
+
key?: string | undefined;
|
|
2519
|
+
access?: "public" | "private" | undefined;
|
|
2520
|
+
previewKey?: string | null | undefined;
|
|
2488
2521
|
title?: string | undefined;
|
|
2489
2522
|
alt?: string | null | undefined;
|
|
2490
2523
|
sizes?: {
|
|
@@ -2497,11 +2530,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
2497
2530
|
}[] | undefined;
|
|
2498
2531
|
srcSet?: string | null | undefined;
|
|
2499
2532
|
};
|
|
2500
|
-
meta: import("
|
|
2501
|
-
state: import("
|
|
2533
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2534
|
+
state: import("../index.js").FieldState;
|
|
2502
2535
|
} | undefined;
|
|
2503
|
-
meta: import("
|
|
2504
|
-
state: import("
|
|
2536
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
2537
|
+
state: import("../index.js").FieldState;
|
|
2505
2538
|
toZod: () => import("zod").ZodType<{
|
|
2506
2539
|
type: "existing";
|
|
2507
2540
|
_id: string;
|
|
@@ -2538,6 +2571,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2538
2571
|
height: number | null;
|
|
2539
2572
|
size: number;
|
|
2540
2573
|
orientation: "portrait" | "landscape" | null;
|
|
2574
|
+
key?: string | undefined;
|
|
2575
|
+
access?: "public" | "private" | undefined;
|
|
2576
|
+
previewKey?: string | null | undefined;
|
|
2541
2577
|
title?: string | undefined;
|
|
2542
2578
|
alt?: string | null | undefined;
|
|
2543
2579
|
sizes?: {
|
|
@@ -2558,6 +2594,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
2558
2594
|
height: number | null;
|
|
2559
2595
|
size: number;
|
|
2560
2596
|
orientation: "portrait" | "landscape" | null;
|
|
2597
|
+
key?: string | undefined;
|
|
2598
|
+
access?: "public" | "private" | undefined;
|
|
2599
|
+
previewKey?: string | null | undefined;
|
|
2561
2600
|
title?: string | undefined;
|
|
2562
2601
|
alt?: string | null | undefined;
|
|
2563
2602
|
sizes?: {
|
|
@@ -2570,10 +2609,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
2570
2609
|
}[] | undefined;
|
|
2571
2610
|
srcSet?: string | null | undefined;
|
|
2572
2611
|
} | undefined, unknown>>;
|
|
2573
|
-
getConfig: () => import("
|
|
2612
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
2574
2613
|
getIsRequired: () => boolean;
|
|
2575
2614
|
getIsTranslatable: () => boolean;
|
|
2576
|
-
getVisibility: () => import("
|
|
2615
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2577
2616
|
getCondition: () => {
|
|
2578
2617
|
field: string;
|
|
2579
2618
|
equals: unknown;
|
|
@@ -2611,27 +2650,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2611
2650
|
lte?: number | undefined;
|
|
2612
2651
|
};
|
|
2613
2652
|
} | undefined;
|
|
2614
|
-
}>(this: TThis, options?: Partial<import("
|
|
2615
|
-
}, import("
|
|
2653
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
2654
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2616
2655
|
field: string;
|
|
2617
2656
|
equals: boolean;
|
|
2618
2657
|
}>>;
|
|
2619
|
-
openGraphImageAlt: import("
|
|
2658
|
+
openGraphImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
2620
2659
|
kind: "field";
|
|
2621
2660
|
readonly __fieldTypes?: {
|
|
2622
2661
|
input: string;
|
|
2623
2662
|
db: string;
|
|
2624
2663
|
output: string;
|
|
2625
|
-
meta: import("
|
|
2626
|
-
state: import("
|
|
2664
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2665
|
+
state: import("../index.js").DefaultFieldState;
|
|
2627
2666
|
} | undefined;
|
|
2628
|
-
meta: import("
|
|
2629
|
-
state: import("
|
|
2667
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2668
|
+
state: import("../index.js").DefaultFieldState;
|
|
2630
2669
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2631
2670
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2632
2671
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2633
2672
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2634
|
-
getConfig: () => import("
|
|
2673
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2635
2674
|
getIsRequired: () => false;
|
|
2636
2675
|
getIsTranslatable: () => false;
|
|
2637
2676
|
getVisibility: () => "all";
|
|
@@ -2643,19 +2682,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2643
2682
|
input: string;
|
|
2644
2683
|
db: string;
|
|
2645
2684
|
output: string;
|
|
2646
|
-
meta: import("
|
|
2647
|
-
state: import("
|
|
2685
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2686
|
+
state: import("../index.js").FieldState;
|
|
2648
2687
|
} | undefined;
|
|
2649
|
-
meta: import("
|
|
2650
|
-
state: import("
|
|
2688
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2689
|
+
state: import("../index.js").FieldState;
|
|
2651
2690
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2652
2691
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2653
2692
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2654
2693
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2655
|
-
getConfig: () => import("
|
|
2694
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2656
2695
|
getIsRequired: () => boolean;
|
|
2657
2696
|
getIsTranslatable: () => boolean;
|
|
2658
|
-
getVisibility: () => import("
|
|
2697
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2659
2698
|
getCondition: () => {
|
|
2660
2699
|
field: string;
|
|
2661
2700
|
equals: unknown;
|
|
@@ -2693,26 +2732,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2693
2732
|
lte?: number | undefined;
|
|
2694
2733
|
};
|
|
2695
2734
|
} | undefined;
|
|
2696
|
-
}, NextUi extends import("
|
|
2735
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2697
2736
|
min: <TThis extends {
|
|
2698
2737
|
kind: "field";
|
|
2699
2738
|
readonly __fieldTypes?: {
|
|
2700
2739
|
input: string;
|
|
2701
2740
|
db: string;
|
|
2702
2741
|
output: string;
|
|
2703
|
-
meta: import("
|
|
2704
|
-
state: import("
|
|
2742
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2743
|
+
state: import("../index.js").FieldState;
|
|
2705
2744
|
} | undefined;
|
|
2706
|
-
meta: import("
|
|
2707
|
-
state: import("
|
|
2745
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2746
|
+
state: import("../index.js").FieldState;
|
|
2708
2747
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2709
2748
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2710
2749
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2711
2750
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2712
|
-
getConfig: () => import("
|
|
2751
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2713
2752
|
getIsRequired: () => boolean;
|
|
2714
2753
|
getIsTranslatable: () => boolean;
|
|
2715
|
-
getVisibility: () => import("
|
|
2754
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2716
2755
|
getCondition: () => {
|
|
2717
2756
|
field: string;
|
|
2718
2757
|
equals: unknown;
|
|
@@ -2750,26 +2789,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2750
2789
|
lte?: number | undefined;
|
|
2751
2790
|
};
|
|
2752
2791
|
} | undefined;
|
|
2753
|
-
}>(this: TThis, length: number) => import("
|
|
2792
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2754
2793
|
max: <TThis extends {
|
|
2755
2794
|
kind: "field";
|
|
2756
2795
|
readonly __fieldTypes?: {
|
|
2757
2796
|
input: string;
|
|
2758
2797
|
db: string;
|
|
2759
2798
|
output: string;
|
|
2760
|
-
meta: import("
|
|
2761
|
-
state: import("
|
|
2799
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2800
|
+
state: import("../index.js").FieldState;
|
|
2762
2801
|
} | undefined;
|
|
2763
|
-
meta: import("
|
|
2764
|
-
state: import("
|
|
2802
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2803
|
+
state: import("../index.js").FieldState;
|
|
2765
2804
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2766
2805
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2767
2806
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2768
2807
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2769
|
-
getConfig: () => import("
|
|
2808
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2770
2809
|
getIsRequired: () => boolean;
|
|
2771
2810
|
getIsTranslatable: () => boolean;
|
|
2772
|
-
getVisibility: () => import("
|
|
2811
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2773
2812
|
getCondition: () => {
|
|
2774
2813
|
field: string;
|
|
2775
2814
|
equals: unknown;
|
|
@@ -2807,28 +2846,28 @@ export declare const SeoSettings: ContentType<{
|
|
|
2807
2846
|
lte?: number | undefined;
|
|
2808
2847
|
};
|
|
2809
2848
|
} | undefined;
|
|
2810
|
-
}>(this: TThis, length: number) => import("
|
|
2811
|
-
}, keyof import("
|
|
2849
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
2850
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
2812
2851
|
field: string;
|
|
2813
2852
|
equals: boolean;
|
|
2814
2853
|
}>>;
|
|
2815
|
-
customTwitter: import("
|
|
2816
|
-
twitterCard: import("
|
|
2854
|
+
customTwitter: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
2855
|
+
twitterCard: import("../index.js").WithFieldState<{
|
|
2817
2856
|
kind: "field";
|
|
2818
2857
|
readonly __fieldTypes?: {
|
|
2819
2858
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2820
2859
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2821
2860
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2822
|
-
meta: import("
|
|
2823
|
-
state: import("
|
|
2861
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2862
|
+
state: import("../index.js").DefaultFieldState;
|
|
2824
2863
|
} | undefined;
|
|
2825
|
-
meta: import("
|
|
2826
|
-
state: import("
|
|
2864
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2865
|
+
state: import("../index.js").DefaultFieldState;
|
|
2827
2866
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2828
2867
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2829
2868
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2830
2869
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2831
|
-
getConfig: () => import("
|
|
2870
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2832
2871
|
getIsRequired: () => false;
|
|
2833
2872
|
getIsTranslatable: () => false;
|
|
2834
2873
|
getVisibility: () => "all";
|
|
@@ -2840,19 +2879,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2840
2879
|
input: "summary" | "summary_large_image" | "app" | "player";
|
|
2841
2880
|
db: "summary" | "summary_large_image" | "app" | "player";
|
|
2842
2881
|
output: "summary" | "summary_large_image" | "app" | "player";
|
|
2843
|
-
meta: import("
|
|
2844
|
-
state: import("
|
|
2882
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2883
|
+
state: import("../index.js").FieldState;
|
|
2845
2884
|
} | undefined;
|
|
2846
|
-
meta: import("
|
|
2847
|
-
state: import("
|
|
2885
|
+
meta: import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2886
|
+
state: import("../index.js").FieldState;
|
|
2848
2887
|
toZod: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player", unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player", unknown>>;
|
|
2849
2888
|
getInputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | null | undefined, unknown>>;
|
|
2850
2889
|
getSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2851
2890
|
getOutputSchema: () => import("zod").ZodType<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"summary" | "summary_large_image" | "app" | "player" | undefined, unknown>>;
|
|
2852
|
-
getConfig: () => import("
|
|
2891
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["summary", "summary_large_image", "app", "player"], false>;
|
|
2853
2892
|
getIsRequired: () => boolean;
|
|
2854
2893
|
getIsTranslatable: () => boolean;
|
|
2855
|
-
getVisibility: () => import("
|
|
2894
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2856
2895
|
getCondition: () => {
|
|
2857
2896
|
field: string;
|
|
2858
2897
|
equals: unknown;
|
|
@@ -2890,27 +2929,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
2890
2929
|
lte?: number | undefined;
|
|
2891
2930
|
};
|
|
2892
2931
|
} | undefined;
|
|
2893
|
-
}>(this: TThis) => import("
|
|
2894
|
-
}, import("
|
|
2932
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["summary", "summary_large_image", "app", "player"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2933
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
2895
2934
|
field: string;
|
|
2896
2935
|
equals: boolean;
|
|
2897
2936
|
}>>;
|
|
2898
|
-
twitterTitle: import("
|
|
2937
|
+
twitterTitle: import("../index.js").WithFieldState<Omit<{
|
|
2899
2938
|
kind: "field";
|
|
2900
2939
|
readonly __fieldTypes?: {
|
|
2901
2940
|
input: string;
|
|
2902
2941
|
db: string;
|
|
2903
2942
|
output: string;
|
|
2904
|
-
meta: import("
|
|
2905
|
-
state: import("
|
|
2943
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2944
|
+
state: import("../index.js").DefaultFieldState;
|
|
2906
2945
|
} | undefined;
|
|
2907
|
-
meta: import("
|
|
2908
|
-
state: import("
|
|
2946
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2947
|
+
state: import("../index.js").DefaultFieldState;
|
|
2909
2948
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2910
2949
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2911
2950
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2912
2951
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2913
|
-
getConfig: () => import("
|
|
2952
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2914
2953
|
getIsRequired: () => false;
|
|
2915
2954
|
getIsTranslatable: () => false;
|
|
2916
2955
|
getVisibility: () => "all";
|
|
@@ -2922,19 +2961,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
2922
2961
|
input: string;
|
|
2923
2962
|
db: string;
|
|
2924
2963
|
output: string;
|
|
2925
|
-
meta: import("
|
|
2926
|
-
state: import("
|
|
2964
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2965
|
+
state: import("../index.js").FieldState;
|
|
2927
2966
|
} | undefined;
|
|
2928
|
-
meta: import("
|
|
2929
|
-
state: import("
|
|
2967
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2968
|
+
state: import("../index.js").FieldState;
|
|
2930
2969
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2931
2970
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2932
2971
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2933
2972
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2934
|
-
getConfig: () => import("
|
|
2973
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2935
2974
|
getIsRequired: () => boolean;
|
|
2936
2975
|
getIsTranslatable: () => boolean;
|
|
2937
|
-
getVisibility: () => import("
|
|
2976
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2938
2977
|
getCondition: () => {
|
|
2939
2978
|
field: string;
|
|
2940
2979
|
equals: unknown;
|
|
@@ -2972,26 +3011,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
2972
3011
|
lte?: number | undefined;
|
|
2973
3012
|
};
|
|
2974
3013
|
} | undefined;
|
|
2975
|
-
}, NextUi extends import("
|
|
3014
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
2976
3015
|
min: <TThis extends {
|
|
2977
3016
|
kind: "field";
|
|
2978
3017
|
readonly __fieldTypes?: {
|
|
2979
3018
|
input: string;
|
|
2980
3019
|
db: string;
|
|
2981
3020
|
output: string;
|
|
2982
|
-
meta: import("
|
|
2983
|
-
state: import("
|
|
3021
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3022
|
+
state: import("../index.js").FieldState;
|
|
2984
3023
|
} | undefined;
|
|
2985
|
-
meta: import("
|
|
2986
|
-
state: import("
|
|
3024
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3025
|
+
state: import("../index.js").FieldState;
|
|
2987
3026
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2988
3027
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2989
3028
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2990
3029
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2991
|
-
getConfig: () => import("
|
|
3030
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2992
3031
|
getIsRequired: () => boolean;
|
|
2993
3032
|
getIsTranslatable: () => boolean;
|
|
2994
|
-
getVisibility: () => import("
|
|
3033
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2995
3034
|
getCondition: () => {
|
|
2996
3035
|
field: string;
|
|
2997
3036
|
equals: unknown;
|
|
@@ -3029,26 +3068,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3029
3068
|
lte?: number | undefined;
|
|
3030
3069
|
};
|
|
3031
3070
|
} | undefined;
|
|
3032
|
-
}>(this: TThis, length: number) => import("
|
|
3071
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3033
3072
|
max: <TThis extends {
|
|
3034
3073
|
kind: "field";
|
|
3035
3074
|
readonly __fieldTypes?: {
|
|
3036
3075
|
input: string;
|
|
3037
3076
|
db: string;
|
|
3038
3077
|
output: string;
|
|
3039
|
-
meta: import("
|
|
3040
|
-
state: import("
|
|
3078
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3079
|
+
state: import("../index.js").FieldState;
|
|
3041
3080
|
} | undefined;
|
|
3042
|
-
meta: import("
|
|
3043
|
-
state: import("
|
|
3081
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3082
|
+
state: import("../index.js").FieldState;
|
|
3044
3083
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3045
3084
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3046
3085
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3047
3086
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3048
|
-
getConfig: () => import("
|
|
3087
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3049
3088
|
getIsRequired: () => boolean;
|
|
3050
3089
|
getIsTranslatable: () => boolean;
|
|
3051
|
-
getVisibility: () => import("
|
|
3090
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3052
3091
|
getCondition: () => {
|
|
3053
3092
|
field: string;
|
|
3054
3093
|
equals: unknown;
|
|
@@ -3086,27 +3125,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3086
3125
|
lte?: number | undefined;
|
|
3087
3126
|
};
|
|
3088
3127
|
} | undefined;
|
|
3089
|
-
}>(this: TThis, length: number) => import("
|
|
3090
|
-
}, keyof import("
|
|
3128
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3129
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3091
3130
|
field: string;
|
|
3092
3131
|
equals: boolean;
|
|
3093
3132
|
}>>;
|
|
3094
|
-
twitterDescription: import("
|
|
3133
|
+
twitterDescription: import("../index.js").WithFieldState<Omit<{
|
|
3095
3134
|
kind: "field";
|
|
3096
3135
|
readonly __fieldTypes?: {
|
|
3097
3136
|
input: string;
|
|
3098
3137
|
db: string;
|
|
3099
3138
|
output: string;
|
|
3100
|
-
meta: import("
|
|
3101
|
-
state: import("
|
|
3139
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3140
|
+
state: import("../index.js").DefaultFieldState;
|
|
3102
3141
|
} | undefined;
|
|
3103
|
-
meta: import("
|
|
3104
|
-
state: import("
|
|
3142
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3143
|
+
state: import("../index.js").DefaultFieldState;
|
|
3105
3144
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3106
3145
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3107
3146
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3108
3147
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3109
|
-
getConfig: () => import("
|
|
3148
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3110
3149
|
getIsRequired: () => false;
|
|
3111
3150
|
getIsTranslatable: () => false;
|
|
3112
3151
|
getVisibility: () => "all";
|
|
@@ -3118,19 +3157,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3118
3157
|
input: string;
|
|
3119
3158
|
db: string;
|
|
3120
3159
|
output: string;
|
|
3121
|
-
meta: import("
|
|
3122
|
-
state: import("
|
|
3160
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3161
|
+
state: import("../index.js").FieldState;
|
|
3123
3162
|
} | undefined;
|
|
3124
|
-
meta: import("
|
|
3125
|
-
state: import("
|
|
3163
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3164
|
+
state: import("../index.js").FieldState;
|
|
3126
3165
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3127
3166
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3128
3167
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3129
3168
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3130
|
-
getConfig: () => import("
|
|
3169
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3131
3170
|
getIsRequired: () => boolean;
|
|
3132
3171
|
getIsTranslatable: () => boolean;
|
|
3133
|
-
getVisibility: () => import("
|
|
3172
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3134
3173
|
getCondition: () => {
|
|
3135
3174
|
field: string;
|
|
3136
3175
|
equals: unknown;
|
|
@@ -3168,26 +3207,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3168
3207
|
lte?: number | undefined;
|
|
3169
3208
|
};
|
|
3170
3209
|
} | undefined;
|
|
3171
|
-
}, NextUi extends import("
|
|
3210
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3172
3211
|
min: <TThis extends {
|
|
3173
3212
|
kind: "field";
|
|
3174
3213
|
readonly __fieldTypes?: {
|
|
3175
3214
|
input: string;
|
|
3176
3215
|
db: string;
|
|
3177
3216
|
output: string;
|
|
3178
|
-
meta: import("
|
|
3179
|
-
state: import("
|
|
3217
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3218
|
+
state: import("../index.js").FieldState;
|
|
3180
3219
|
} | undefined;
|
|
3181
|
-
meta: import("
|
|
3182
|
-
state: import("
|
|
3220
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3221
|
+
state: import("../index.js").FieldState;
|
|
3183
3222
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3184
3223
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3185
3224
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3186
3225
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3187
|
-
getConfig: () => import("
|
|
3226
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3188
3227
|
getIsRequired: () => boolean;
|
|
3189
3228
|
getIsTranslatable: () => boolean;
|
|
3190
|
-
getVisibility: () => import("
|
|
3229
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3191
3230
|
getCondition: () => {
|
|
3192
3231
|
field: string;
|
|
3193
3232
|
equals: unknown;
|
|
@@ -3225,26 +3264,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3225
3264
|
lte?: number | undefined;
|
|
3226
3265
|
};
|
|
3227
3266
|
} | undefined;
|
|
3228
|
-
}>(this: TThis, length: number) => import("
|
|
3267
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3229
3268
|
max: <TThis extends {
|
|
3230
3269
|
kind: "field";
|
|
3231
3270
|
readonly __fieldTypes?: {
|
|
3232
3271
|
input: string;
|
|
3233
3272
|
db: string;
|
|
3234
3273
|
output: string;
|
|
3235
|
-
meta: import("
|
|
3236
|
-
state: import("
|
|
3274
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3275
|
+
state: import("../index.js").FieldState;
|
|
3237
3276
|
} | undefined;
|
|
3238
|
-
meta: import("
|
|
3239
|
-
state: import("
|
|
3277
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3278
|
+
state: import("../index.js").FieldState;
|
|
3240
3279
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3241
3280
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3242
3281
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3243
3282
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3244
|
-
getConfig: () => import("
|
|
3283
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3245
3284
|
getIsRequired: () => boolean;
|
|
3246
3285
|
getIsTranslatable: () => boolean;
|
|
3247
|
-
getVisibility: () => import("
|
|
3286
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3248
3287
|
getCondition: () => {
|
|
3249
3288
|
field: string;
|
|
3250
3289
|
equals: unknown;
|
|
@@ -3282,12 +3321,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
3282
3321
|
lte?: number | undefined;
|
|
3283
3322
|
};
|
|
3284
3323
|
} | undefined;
|
|
3285
|
-
}>(this: TThis, length: number) => import("
|
|
3286
|
-
}, keyof import("
|
|
3324
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3325
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Textarea">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
3287
3326
|
field: string;
|
|
3288
3327
|
equals: boolean;
|
|
3289
3328
|
}>>;
|
|
3290
|
-
twitterImage: import("
|
|
3329
|
+
twitterImage: import("../index.js").WithFieldState<{
|
|
3291
3330
|
kind: "field";
|
|
3292
3331
|
readonly __fieldTypes?: {
|
|
3293
3332
|
input: {
|
|
@@ -3309,6 +3348,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3309
3348
|
height: number | null;
|
|
3310
3349
|
size: number;
|
|
3311
3350
|
orientation: "portrait" | "landscape" | null;
|
|
3351
|
+
key?: string | undefined;
|
|
3352
|
+
access?: "public" | "private" | undefined;
|
|
3353
|
+
previewKey?: string | null | undefined;
|
|
3312
3354
|
title?: string | undefined;
|
|
3313
3355
|
alt?: string | null | undefined;
|
|
3314
3356
|
sizes?: {
|
|
@@ -3321,11 +3363,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3321
3363
|
}[] | undefined;
|
|
3322
3364
|
srcSet?: string | null | undefined;
|
|
3323
3365
|
};
|
|
3324
|
-
meta: import("
|
|
3325
|
-
state: import("
|
|
3366
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3367
|
+
state: import("../index.js").DefaultFieldState;
|
|
3326
3368
|
} | undefined;
|
|
3327
|
-
meta: import("
|
|
3328
|
-
state: import("
|
|
3369
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3370
|
+
state: import("../index.js").DefaultFieldState;
|
|
3329
3371
|
toZod: () => import("zod").ZodType<{
|
|
3330
3372
|
type: "existing";
|
|
3331
3373
|
_id: string;
|
|
@@ -3362,6 +3404,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3362
3404
|
height: number | null;
|
|
3363
3405
|
size: number;
|
|
3364
3406
|
orientation: "portrait" | "landscape" | null;
|
|
3407
|
+
key?: string | undefined;
|
|
3408
|
+
access?: "public" | "private" | undefined;
|
|
3409
|
+
previewKey?: string | null | undefined;
|
|
3365
3410
|
title?: string | undefined;
|
|
3366
3411
|
alt?: string | null | undefined;
|
|
3367
3412
|
sizes?: {
|
|
@@ -3382,6 +3427,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3382
3427
|
height: number | null;
|
|
3383
3428
|
size: number;
|
|
3384
3429
|
orientation: "portrait" | "landscape" | null;
|
|
3430
|
+
key?: string | undefined;
|
|
3431
|
+
access?: "public" | "private" | undefined;
|
|
3432
|
+
previewKey?: string | null | undefined;
|
|
3385
3433
|
title?: string | undefined;
|
|
3386
3434
|
alt?: string | null | undefined;
|
|
3387
3435
|
sizes?: {
|
|
@@ -3394,12 +3442,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
3394
3442
|
}[] | undefined;
|
|
3395
3443
|
srcSet?: string | null | undefined;
|
|
3396
3444
|
} | undefined, unknown>>;
|
|
3397
|
-
getConfig: () => import("
|
|
3445
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3398
3446
|
getIsRequired: () => false;
|
|
3399
3447
|
getIsTranslatable: () => false;
|
|
3400
3448
|
getVisibility: () => "all";
|
|
3401
3449
|
getCondition: () => undefined;
|
|
3402
|
-
} & import("
|
|
3450
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
3403
3451
|
url: string;
|
|
3404
3452
|
previewUrl: string | null;
|
|
3405
3453
|
name: string;
|
|
@@ -3408,6 +3456,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3408
3456
|
height: number | null;
|
|
3409
3457
|
size: number;
|
|
3410
3458
|
orientation: "portrait" | "landscape" | null;
|
|
3459
|
+
key?: string | undefined;
|
|
3460
|
+
access?: "public" | "private" | undefined;
|
|
3461
|
+
previewKey?: string | null | undefined;
|
|
3411
3462
|
title?: string | undefined;
|
|
3412
3463
|
alt?: string | null | undefined;
|
|
3413
3464
|
sizes?: {
|
|
@@ -3419,7 +3470,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3419
3470
|
size: number;
|
|
3420
3471
|
}[] | undefined;
|
|
3421
3472
|
srcSet?: string | null | undefined;
|
|
3422
|
-
}, import("
|
|
3473
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
3423
3474
|
type: <TThis extends {
|
|
3424
3475
|
kind: "field";
|
|
3425
3476
|
readonly __fieldTypes?: {
|
|
@@ -3442,6 +3493,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3442
3493
|
height: number | null;
|
|
3443
3494
|
size: number;
|
|
3444
3495
|
orientation: "portrait" | "landscape" | null;
|
|
3496
|
+
key?: string | undefined;
|
|
3497
|
+
access?: "public" | "private" | undefined;
|
|
3498
|
+
previewKey?: string | null | undefined;
|
|
3445
3499
|
title?: string | undefined;
|
|
3446
3500
|
alt?: string | null | undefined;
|
|
3447
3501
|
sizes?: {
|
|
@@ -3454,11 +3508,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3454
3508
|
}[] | undefined;
|
|
3455
3509
|
srcSet?: string | null | undefined;
|
|
3456
3510
|
};
|
|
3457
|
-
meta: import("
|
|
3458
|
-
state: import("
|
|
3511
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3512
|
+
state: import("../index.js").FieldState;
|
|
3459
3513
|
} | undefined;
|
|
3460
|
-
meta: import("
|
|
3461
|
-
state: import("
|
|
3514
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3515
|
+
state: import("../index.js").FieldState;
|
|
3462
3516
|
toZod: () => import("zod").ZodType<{
|
|
3463
3517
|
type: "existing";
|
|
3464
3518
|
_id: string;
|
|
@@ -3495,6 +3549,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3495
3549
|
height: number | null;
|
|
3496
3550
|
size: number;
|
|
3497
3551
|
orientation: "portrait" | "landscape" | null;
|
|
3552
|
+
key?: string | undefined;
|
|
3553
|
+
access?: "public" | "private" | undefined;
|
|
3554
|
+
previewKey?: string | null | undefined;
|
|
3498
3555
|
title?: string | undefined;
|
|
3499
3556
|
alt?: string | null | undefined;
|
|
3500
3557
|
sizes?: {
|
|
@@ -3515,6 +3572,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3515
3572
|
height: number | null;
|
|
3516
3573
|
size: number;
|
|
3517
3574
|
orientation: "portrait" | "landscape" | null;
|
|
3575
|
+
key?: string | undefined;
|
|
3576
|
+
access?: "public" | "private" | undefined;
|
|
3577
|
+
previewKey?: string | null | undefined;
|
|
3518
3578
|
title?: string | undefined;
|
|
3519
3579
|
alt?: string | null | undefined;
|
|
3520
3580
|
sizes?: {
|
|
@@ -3527,10 +3587,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3527
3587
|
}[] | undefined;
|
|
3528
3588
|
srcSet?: string | null | undefined;
|
|
3529
3589
|
} | undefined, unknown>>;
|
|
3530
|
-
getConfig: () => import("
|
|
3590
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3531
3591
|
getIsRequired: () => boolean;
|
|
3532
3592
|
getIsTranslatable: () => boolean;
|
|
3533
|
-
getVisibility: () => import("
|
|
3593
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3534
3594
|
getCondition: () => {
|
|
3535
3595
|
field: string;
|
|
3536
3596
|
equals: unknown;
|
|
@@ -3568,7 +3628,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3568
3628
|
lte?: number | undefined;
|
|
3569
3629
|
};
|
|
3570
3630
|
} | undefined;
|
|
3571
|
-
}, NextMediaType extends import("
|
|
3631
|
+
}, NextMediaType extends import("../index.js").FileMediaType>(this: TThis, mediaType: NextMediaType) => import("../index.js").FileField<NextMediaType, false, import("../index.js").FieldStateOf<TThis>>;
|
|
3572
3632
|
multiple: <TThis extends {
|
|
3573
3633
|
kind: "field";
|
|
3574
3634
|
readonly __fieldTypes?: {
|
|
@@ -3591,6 +3651,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3591
3651
|
height: number | null;
|
|
3592
3652
|
size: number;
|
|
3593
3653
|
orientation: "portrait" | "landscape" | null;
|
|
3654
|
+
key?: string | undefined;
|
|
3655
|
+
access?: "public" | "private" | undefined;
|
|
3656
|
+
previewKey?: string | null | undefined;
|
|
3594
3657
|
title?: string | undefined;
|
|
3595
3658
|
alt?: string | null | undefined;
|
|
3596
3659
|
sizes?: {
|
|
@@ -3603,11 +3666,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3603
3666
|
}[] | undefined;
|
|
3604
3667
|
srcSet?: string | null | undefined;
|
|
3605
3668
|
};
|
|
3606
|
-
meta: import("
|
|
3607
|
-
state: import("
|
|
3669
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3670
|
+
state: import("../index.js").FieldState;
|
|
3608
3671
|
} | undefined;
|
|
3609
|
-
meta: import("
|
|
3610
|
-
state: import("
|
|
3672
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3673
|
+
state: import("../index.js").FieldState;
|
|
3611
3674
|
toZod: () => import("zod").ZodType<{
|
|
3612
3675
|
type: "existing";
|
|
3613
3676
|
_id: string;
|
|
@@ -3644,6 +3707,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3644
3707
|
height: number | null;
|
|
3645
3708
|
size: number;
|
|
3646
3709
|
orientation: "portrait" | "landscape" | null;
|
|
3710
|
+
key?: string | undefined;
|
|
3711
|
+
access?: "public" | "private" | undefined;
|
|
3712
|
+
previewKey?: string | null | undefined;
|
|
3647
3713
|
title?: string | undefined;
|
|
3648
3714
|
alt?: string | null | undefined;
|
|
3649
3715
|
sizes?: {
|
|
@@ -3664,6 +3730,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3664
3730
|
height: number | null;
|
|
3665
3731
|
size: number;
|
|
3666
3732
|
orientation: "portrait" | "landscape" | null;
|
|
3733
|
+
key?: string | undefined;
|
|
3734
|
+
access?: "public" | "private" | undefined;
|
|
3735
|
+
previewKey?: string | null | undefined;
|
|
3667
3736
|
title?: string | undefined;
|
|
3668
3737
|
alt?: string | null | undefined;
|
|
3669
3738
|
sizes?: {
|
|
@@ -3676,10 +3745,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3676
3745
|
}[] | undefined;
|
|
3677
3746
|
srcSet?: string | null | undefined;
|
|
3678
3747
|
} | undefined, unknown>>;
|
|
3679
|
-
getConfig: () => import("
|
|
3748
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3680
3749
|
getIsRequired: () => boolean;
|
|
3681
3750
|
getIsTranslatable: () => boolean;
|
|
3682
|
-
getVisibility: () => import("
|
|
3751
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3683
3752
|
getCondition: () => {
|
|
3684
3753
|
field: string;
|
|
3685
3754
|
equals: unknown;
|
|
@@ -3717,7 +3786,7 @@ export declare const SeoSettings: ContentType<{
|
|
|
3717
3786
|
lte?: number | undefined;
|
|
3718
3787
|
};
|
|
3719
3788
|
} | undefined;
|
|
3720
|
-
}>(this: TThis) => import("
|
|
3789
|
+
}>(this: TThis) => import("../index.js").FileField<"Image", true, import("../index.js").FieldStateOf<TThis>>;
|
|
3721
3790
|
optimize: <TThis extends {
|
|
3722
3791
|
kind: "field";
|
|
3723
3792
|
readonly __fieldTypes?: {
|
|
@@ -3740,6 +3809,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3740
3809
|
height: number | null;
|
|
3741
3810
|
size: number;
|
|
3742
3811
|
orientation: "portrait" | "landscape" | null;
|
|
3812
|
+
key?: string | undefined;
|
|
3813
|
+
access?: "public" | "private" | undefined;
|
|
3814
|
+
previewKey?: string | null | undefined;
|
|
3743
3815
|
title?: string | undefined;
|
|
3744
3816
|
alt?: string | null | undefined;
|
|
3745
3817
|
sizes?: {
|
|
@@ -3752,11 +3824,11 @@ export declare const SeoSettings: ContentType<{
|
|
|
3752
3824
|
}[] | undefined;
|
|
3753
3825
|
srcSet?: string | null | undefined;
|
|
3754
3826
|
};
|
|
3755
|
-
meta: import("
|
|
3756
|
-
state: import("
|
|
3827
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3828
|
+
state: import("../index.js").FieldState;
|
|
3757
3829
|
} | undefined;
|
|
3758
|
-
meta: import("
|
|
3759
|
-
state: import("
|
|
3830
|
+
meta: import("../index.js").FileMeta<"Image", false>;
|
|
3831
|
+
state: import("../index.js").FieldState;
|
|
3760
3832
|
toZod: () => import("zod").ZodType<{
|
|
3761
3833
|
type: "existing";
|
|
3762
3834
|
_id: string;
|
|
@@ -3793,6 +3865,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3793
3865
|
height: number | null;
|
|
3794
3866
|
size: number;
|
|
3795
3867
|
orientation: "portrait" | "landscape" | null;
|
|
3868
|
+
key?: string | undefined;
|
|
3869
|
+
access?: "public" | "private" | undefined;
|
|
3870
|
+
previewKey?: string | null | undefined;
|
|
3796
3871
|
title?: string | undefined;
|
|
3797
3872
|
alt?: string | null | undefined;
|
|
3798
3873
|
sizes?: {
|
|
@@ -3813,6 +3888,9 @@ export declare const SeoSettings: ContentType<{
|
|
|
3813
3888
|
height: number | null;
|
|
3814
3889
|
size: number;
|
|
3815
3890
|
orientation: "portrait" | "landscape" | null;
|
|
3891
|
+
key?: string | undefined;
|
|
3892
|
+
access?: "public" | "private" | undefined;
|
|
3893
|
+
previewKey?: string | null | undefined;
|
|
3816
3894
|
title?: string | undefined;
|
|
3817
3895
|
alt?: string | null | undefined;
|
|
3818
3896
|
sizes?: {
|
|
@@ -3825,10 +3903,10 @@ export declare const SeoSettings: ContentType<{
|
|
|
3825
3903
|
}[] | undefined;
|
|
3826
3904
|
srcSet?: string | null | undefined;
|
|
3827
3905
|
} | undefined, unknown>>;
|
|
3828
|
-
getConfig: () => import("
|
|
3906
|
+
getConfig: () => import("../index.js").FileMeta<"Image", false>;
|
|
3829
3907
|
getIsRequired: () => boolean;
|
|
3830
3908
|
getIsTranslatable: () => boolean;
|
|
3831
|
-
getVisibility: () => import("
|
|
3909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3832
3910
|
getCondition: () => {
|
|
3833
3911
|
field: string;
|
|
3834
3912
|
equals: unknown;
|
|
@@ -3866,27 +3944,27 @@ export declare const SeoSettings: ContentType<{
|
|
|
3866
3944
|
lte?: number | undefined;
|
|
3867
3945
|
};
|
|
3868
3946
|
} | undefined;
|
|
3869
|
-
}>(this: TThis, options?: Partial<import("
|
|
3870
|
-
}, import("
|
|
3947
|
+
}>(this: TThis, options?: Partial<import("../index.js").FileOptimizeOptions>) => import("../index.js").FileField<"Image", false, import("../index.js").FieldStateOf<TThis>>;
|
|
3948
|
+
}, import("../index.js").SetCondition<import("../index.js").DefaultFieldState, {
|
|
3871
3949
|
field: string;
|
|
3872
3950
|
equals: boolean;
|
|
3873
3951
|
}>>;
|
|
3874
|
-
twitterImageAlt: import("
|
|
3952
|
+
twitterImageAlt: import("../index.js").WithFieldState<Omit<{
|
|
3875
3953
|
kind: "field";
|
|
3876
3954
|
readonly __fieldTypes?: {
|
|
3877
3955
|
input: string;
|
|
3878
3956
|
db: string;
|
|
3879
3957
|
output: string;
|
|
3880
|
-
meta: import("
|
|
3881
|
-
state: import("
|
|
3958
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3959
|
+
state: import("../index.js").DefaultFieldState;
|
|
3882
3960
|
} | undefined;
|
|
3883
|
-
meta: import("
|
|
3884
|
-
state: import("
|
|
3961
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3962
|
+
state: import("../index.js").DefaultFieldState;
|
|
3885
3963
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3886
3964
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3887
3965
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3888
3966
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3889
|
-
getConfig: () => import("
|
|
3967
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3890
3968
|
getIsRequired: () => false;
|
|
3891
3969
|
getIsTranslatable: () => false;
|
|
3892
3970
|
getVisibility: () => "all";
|
|
@@ -3898,19 +3976,19 @@ export declare const SeoSettings: ContentType<{
|
|
|
3898
3976
|
input: string;
|
|
3899
3977
|
db: string;
|
|
3900
3978
|
output: string;
|
|
3901
|
-
meta: import("
|
|
3902
|
-
state: import("
|
|
3979
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3980
|
+
state: import("../index.js").FieldState;
|
|
3903
3981
|
} | undefined;
|
|
3904
|
-
meta: import("
|
|
3905
|
-
state: import("
|
|
3982
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3983
|
+
state: import("../index.js").FieldState;
|
|
3906
3984
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3907
3985
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3908
3986
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3909
3987
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3910
|
-
getConfig: () => import("
|
|
3988
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3911
3989
|
getIsRequired: () => boolean;
|
|
3912
3990
|
getIsTranslatable: () => boolean;
|
|
3913
|
-
getVisibility: () => import("
|
|
3991
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3914
3992
|
getCondition: () => {
|
|
3915
3993
|
field: string;
|
|
3916
3994
|
equals: unknown;
|
|
@@ -3948,26 +4026,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
3948
4026
|
lte?: number | undefined;
|
|
3949
4027
|
};
|
|
3950
4028
|
} | undefined;
|
|
3951
|
-
}, NextUi extends import("
|
|
4029
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3952
4030
|
min: <TThis extends {
|
|
3953
4031
|
kind: "field";
|
|
3954
4032
|
readonly __fieldTypes?: {
|
|
3955
4033
|
input: string;
|
|
3956
4034
|
db: string;
|
|
3957
4035
|
output: string;
|
|
3958
|
-
meta: import("
|
|
3959
|
-
state: import("
|
|
4036
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4037
|
+
state: import("../index.js").FieldState;
|
|
3960
4038
|
} | undefined;
|
|
3961
|
-
meta: import("
|
|
3962
|
-
state: import("
|
|
4039
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4040
|
+
state: import("../index.js").FieldState;
|
|
3963
4041
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3964
4042
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3965
4043
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3966
4044
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3967
|
-
getConfig: () => import("
|
|
4045
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3968
4046
|
getIsRequired: () => boolean;
|
|
3969
4047
|
getIsTranslatable: () => boolean;
|
|
3970
|
-
getVisibility: () => import("
|
|
4048
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3971
4049
|
getCondition: () => {
|
|
3972
4050
|
field: string;
|
|
3973
4051
|
equals: unknown;
|
|
@@ -4005,26 +4083,26 @@ export declare const SeoSettings: ContentType<{
|
|
|
4005
4083
|
lte?: number | undefined;
|
|
4006
4084
|
};
|
|
4007
4085
|
} | undefined;
|
|
4008
|
-
}>(this: TThis, length: number) => import("
|
|
4086
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4009
4087
|
max: <TThis extends {
|
|
4010
4088
|
kind: "field";
|
|
4011
4089
|
readonly __fieldTypes?: {
|
|
4012
4090
|
input: string;
|
|
4013
4091
|
db: string;
|
|
4014
4092
|
output: string;
|
|
4015
|
-
meta: import("
|
|
4016
|
-
state: import("
|
|
4093
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4094
|
+
state: import("../index.js").FieldState;
|
|
4017
4095
|
} | undefined;
|
|
4018
|
-
meta: import("
|
|
4019
|
-
state: import("
|
|
4096
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4097
|
+
state: import("../index.js").FieldState;
|
|
4020
4098
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4021
4099
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4022
4100
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4023
4101
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4024
|
-
getConfig: () => import("
|
|
4102
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4025
4103
|
getIsRequired: () => boolean;
|
|
4026
4104
|
getIsTranslatable: () => boolean;
|
|
4027
|
-
getVisibility: () => import("
|
|
4105
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4028
4106
|
getCondition: () => {
|
|
4029
4107
|
field: string;
|
|
4030
4108
|
equals: unknown;
|
|
@@ -4062,12 +4140,12 @@ export declare const SeoSettings: ContentType<{
|
|
|
4062
4140
|
lte?: number | undefined;
|
|
4063
4141
|
};
|
|
4064
4142
|
} | undefined;
|
|
4065
|
-
}>(this: TThis, length: number) => import("
|
|
4066
|
-
}, keyof import("
|
|
4143
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4144
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Text">, import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>>, import("../index.js").SetCondition<import("../index.js").SetTranslatable<import("../index.js").DefaultFieldState>, {
|
|
4067
4145
|
field: string;
|
|
4068
4146
|
equals: boolean;
|
|
4069
4147
|
}>>;
|
|
4070
|
-
}, "Seo">, "new", import("
|
|
4148
|
+
}, "Seo">, "new", import("../index.js").DefaultFieldState>;
|
|
4071
4149
|
}, "SeoSettings">;
|
|
4072
4150
|
export type SeoSettings = typeof SeoSettings;
|
|
4073
4151
|
export type SeoSettingsSchema = DataFront<SeoSettings>;
|