@rakun-kit/core 1.3.8 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/routes/web/page.js +6 -3
- package/dist/cjs/api/routes/web/page.js.map +1 -1
- package/dist/esm/api/context.d.ts +1 -1
- package/dist/esm/api/context.js +3 -3
- package/dist/esm/api/operations/catalog.d.ts +2 -2
- package/dist/esm/api/operations/catalog.js +1 -1
- package/dist/esm/api/operations/custom.d.ts +1 -1
- package/dist/esm/api/operations/custom.js +1 -1
- package/dist/esm/api/operations/index.d.ts +92 -92
- package/dist/esm/api/operations/index.js +8 -8
- package/dist/esm/api/operations/manager-contract.d.ts +65 -65
- package/dist/esm/api/operations/manager-contract.js +5 -5
- package/dist/esm/api/operations/manager.d.ts +66 -66
- package/dist/esm/api/operations/manager.js +51 -51
- package/dist/esm/api/operations/tracing.d.ts +1 -1
- package/dist/esm/api/operations/tracing.js +1 -1
- package/dist/esm/api/operations/types.d.ts +1 -1
- package/dist/esm/api/operations/web-contract.d.ts +19 -19
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +20 -20
- package/dist/esm/api/operations/web.js +9 -9
- package/dist/esm/api/proxies/context.d.ts +2 -2
- package/dist/esm/api/proxies/index.d.ts +8 -8
- package/dist/esm/api/proxies/index.js +1 -1
- package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
- package/dist/esm/api/routes/manager/apiOperations.js +5 -5
- package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
- package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
- package/dist/esm/api/routes/manager/auth/getSession.d.ts +5 -5
- package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/login.js +4 -4
- package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/logout.js +3 -3
- package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +6 -6
- package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +3 -3
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
- package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
- package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/updatePassword.js +3 -3
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +4 -4
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
- package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/create.js +2 -2
- package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/list.js +2 -2
- package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/restore.js +3 -3
- package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
- package/dist/esm/api/routes/manager/contentTypes.js +1 -1
- package/dist/esm/api/routes/manager/create.d.ts +4 -4
- package/dist/esm/api/routes/manager/create.js +8 -8
- package/dist/esm/api/routes/manager/delete.d.ts +2 -2
- package/dist/esm/api/routes/manager/delete.js +8 -8
- package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
- package/dist/esm/api/routes/manager/duplicate.js +5 -5
- package/dist/esm/api/routes/manager/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.js +8 -8
- package/dist/esm/api/routes/manager/languages.d.ts +3 -3
- package/dist/esm/api/routes/manager/languages.js +1 -1
- package/dist/esm/api/routes/manager/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/list.js +9 -9
- package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/list.js +5 -5
- package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
- package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +10 -10
- package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
- package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
- package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.js +6 -6
- package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/migrations/list.js +2 -2
- package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
- package/dist/esm/api/routes/manager/permissions.js +2 -2
- package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/preview/create.js +13 -13
- package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
- package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.js +4 -4
- package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
- package/dist/esm/api/routes/manager/translateDocument.js +10 -10
- package/dist/esm/api/routes/manager/trash.d.ts +2 -2
- package/dist/esm/api/routes/manager/trash.js +6 -6
- package/dist/esm/api/routes/manager/update.d.ts +4 -4
- package/dist/esm/api/routes/manager/update.js +8 -8
- package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/get.js +2 -2
- package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/list.js +2 -2
- package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/restore.js +4 -4
- package/dist/esm/api/routes/web/page.d.ts +4 -4
- package/dist/esm/api/routes/web/page.d.ts.map +1 -1
- package/dist/esm/api/routes/web/page.js +20 -17
- package/dist/esm/api/routes/web/page.js.map +1 -1
- package/dist/esm/api/routes/web/previewPage.d.ts +6 -6
- package/dist/esm/api/routes/web/previewPage.js +8 -8
- package/dist/esm/api/routes/web/robots.d.ts +1 -1
- package/dist/esm/api/routes/web/robots.js +2 -2
- package/dist/esm/api/routes/web/seo.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.js +3 -3
- package/dist/esm/api/sessionCookie.d.ts +1 -1
- package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
- package/dist/esm/api/utils/checkFailureCase.js +1 -1
- package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
- package/dist/esm/api/utils/checkOwnership.js +4 -4
- package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
- package/dist/esm/api/utils/checkPermissions.js +3 -3
- package/dist/esm/api/utils/getLanguages.d.ts +3 -3
- package/dist/esm/api/utils/getLanguages.js +2 -2
- package/dist/esm/api/utils/getLink.d.ts +2 -2
- package/dist/esm/api/utils/getLink.js +4 -4
- package/dist/esm/api/utils/getUser.d.ts +5 -5
- package/dist/esm/api/utils/getUser.js +4 -4
- package/dist/esm/api/utils/index.d.ts +23 -23
- package/dist/esm/api/utils/index.js +23 -23
- package/dist/esm/api/utils/parseId.d.ts +1 -1
- package/dist/esm/api/utils/parseId.js +1 -1
- package/dist/esm/api/utils/passwords.js +1 -1
- package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateLinks.js +4 -4
- package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateRelations.js +6 -6
- package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
- package/dist/esm/api/utils/requireContentType.d.ts +1 -1
- package/dist/esm/api/utils/requireContentType.js +2 -2
- package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
- package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
- package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +5 -5
- package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
- package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
- package/dist/esm/api/utils/routes/updateRoutesMap.js +4 -4
- package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/api/utils/translate.d.ts +1 -1
- package/dist/esm/api/utils/translate.js +3 -3
- package/dist/esm/api/utils/validateModule.d.ts +1 -1
- package/dist/esm/api/utils/validateModule.js +2 -2
- package/dist/esm/bootstrapState.d.ts +9 -9
- package/dist/esm/client.d.ts +42 -42
- package/dist/esm/client.js +26 -26
- package/dist/esm/contracts.d.ts +38 -38
- package/dist/esm/contracts.js +38 -38
- package/dist/esm/index.d.ts +37 -37
- package/dist/esm/index.js +34 -34
- package/dist/esm/internal-content-types/Backup.d.ts +57 -57
- package/dist/esm/internal-content-types/Backup.js +2 -2
- package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
- package/dist/esm/internal-content-types/BackupDocument.js +2 -2
- package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
- package/dist/esm/internal-content-types/ContentVersion.js +2 -2
- package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
- package/dist/esm/internal-content-types/HelloWorld.js +2 -2
- package/dist/esm/internal-content-types/Language.d.ts +39 -39
- package/dist/esm/internal-content-types/Language.js +2 -2
- package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
- package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
- package/dist/esm/internal-content-types/ManagerRole.d.ts +31 -31
- package/dist/esm/internal-content-types/ManagerRole.js +3 -3
- package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
- package/dist/esm/internal-content-types/ManagerUser.js +3 -3
- package/dist/esm/internal-content-types/Media.d.ts +261 -261
- package/dist/esm/internal-content-types/Media.js +3 -3
- package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
- package/dist/esm/internal-content-types/MediaFolder.js +2 -2
- package/dist/esm/internal-content-types/MfaChallenge.d.ts +532 -532
- package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
- package/dist/esm/internal-content-types/Migration.d.ts +133 -133
- package/dist/esm/internal-content-types/Migration.js +2 -2
- package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
- package/dist/esm/internal-content-types/MigrationLock.js +2 -2
- package/dist/esm/internal-content-types/Page.d.ts +1267 -1267
- package/dist/esm/internal-content-types/Page.js +4 -4
- package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
- package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
- package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
- package/dist/esm/internal-content-types/Redirect.js +2 -2
- package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
- package/dist/esm/internal-content-types/RobotsRule.js +2 -2
- package/dist/esm/internal-content-types/Route.d.ts +151 -151
- package/dist/esm/internal-content-types/Route.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
- package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
- package/dist/esm/internal-content-types/RouteMap.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteMap.js +2 -2
- package/dist/esm/internal-content-types/RouteSettings.d.ts +1298 -1298
- package/dist/esm/internal-content-types/RouteSettings.js +3 -3
- package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
- package/dist/esm/internal-content-types/SchemaState.js +2 -2
- package/dist/esm/internal-content-types/Seo.d.ts +430 -430
- package/dist/esm/internal-content-types/Seo.js +2 -2
- package/dist/esm/internal-content-types/SeoSettings.d.ts +491 -491
- package/dist/esm/internal-content-types/SeoSettings.js +3 -3
- package/dist/esm/internal-content-types/Session.d.ts +495 -495
- package/dist/esm/internal-content-types/Session.js +3 -3
- package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
- package/dist/esm/internal-content-types/UserMfa.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
- package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
- package/dist/esm/internal-content-types/index.d.ts +29 -29
- package/dist/esm/internal-content-types/index.js +29 -29
- package/dist/esm/lib/ContentType.d.ts +2 -2
- package/dist/esm/lib/ContentType.js +1 -1
- package/dist/esm/lib/Permissions.d.ts +1 -1
- package/dist/esm/lib/Registry.d.ts +4 -4
- package/dist/esm/lib/Registry.js +1 -1
- package/dist/esm/lib/errors/AppError.d.ts +1 -1
- package/dist/esm/lib/errors/AppError.js +1 -1
- package/dist/esm/lib/errors/index.d.ts +4 -4
- package/dist/esm/lib/errors/index.js +3 -3
- package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
- package/dist/esm/lib/errors/throwAppError.js +3 -3
- package/dist/esm/lib/fields/Boolean.d.ts +1 -1
- package/dist/esm/lib/fields/Boolean.js +1 -1
- package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
- package/dist/esm/lib/fields/ContentReference.js +2 -2
- package/dist/esm/lib/fields/Date.d.ts +1 -1
- package/dist/esm/lib/fields/Date.js +1 -1
- package/dist/esm/lib/fields/Field.d.ts +12 -12
- package/dist/esm/lib/fields/Fields.d.ts +13 -13
- package/dist/esm/lib/fields/Fields.js +13 -13
- package/dist/esm/lib/fields/File.d.ts +1 -1
- package/dist/esm/lib/fields/File.js +2 -2
- package/dist/esm/lib/fields/Iterator.d.ts +2 -2
- package/dist/esm/lib/fields/Iterator.js +3 -3
- package/dist/esm/lib/fields/Link.d.ts +1 -1
- package/dist/esm/lib/fields/Link.js +2 -2
- package/dist/esm/lib/fields/List.d.ts +1 -1
- package/dist/esm/lib/fields/List.js +1 -1
- package/dist/esm/lib/fields/Number.d.ts +1 -1
- package/dist/esm/lib/fields/Number.js +1 -1
- package/dist/esm/lib/fields/Relation.d.ts +3 -3
- package/dist/esm/lib/fields/Relation.js +3 -3
- package/dist/esm/lib/fields/Select.d.ts +1 -1
- package/dist/esm/lib/fields/Select.js +1 -1
- package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
- package/dist/esm/lib/fields/SelfRelation.js +2 -2
- package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
- package/dist/esm/lib/fields/SimpleList.js +1 -1
- package/dist/esm/lib/fields/String.d.ts +1 -1
- package/dist/esm/lib/fields/String.js +3 -3
- package/dist/esm/lib/fields/index.d.ts +15 -15
- package/dist/esm/lib/fields/index.js +15 -15
- package/dist/esm/lib/types/index.d.ts +2 -2
- package/dist/esm/lib/utils/getListField.d.ts +1 -1
- package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
- package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
- package/dist/esm/lib/utils/getTranslation.js +1 -1
- package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
- package/dist/esm/lib/utils/translateObject.d.ts +2 -2
- package/dist/esm/lib/utils/translateObject.js +3 -3
- package/dist/esm/literals/definitions.d.ts +1 -1
- package/dist/esm/literals/definitions.js +1 -1
- package/dist/esm/literals/index.d.ts +3 -3
- package/dist/esm/literals/index.js +3 -3
- package/dist/esm/literals/manager.d.ts +1 -1
- package/dist/esm/literals/manager.js +1 -1
- package/dist/esm/manager.d.ts +264 -264
- package/dist/esm/manager.js +2 -2
- package/dist/esm/media/imageOptimization.d.ts +1 -1
- package/dist/esm/media/imageOptimization.js +2 -2
- package/dist/esm/media/index.d.ts +4 -4
- package/dist/esm/media/index.js +3 -3
- package/dist/esm/media/mediaService.d.ts +1 -1
- package/dist/esm/orm/backups.js +5 -5
- package/dist/esm/orm/createIndexes.js +2 -2
- package/dist/esm/orm/database.js +3 -3
- package/dist/esm/orm/dbService.d.ts +6 -6
- package/dist/esm/orm/index.d.ts +2 -2
- package/dist/esm/orm/index.js +16 -16
- package/dist/esm/orm/migrations.d.ts +1 -1
- package/dist/esm/orm/migrations.js +4 -4
- package/dist/esm/orm/mongodbPeer.js +1 -1
- package/dist/esm/orm/operations/clear.d.ts +1 -1
- package/dist/esm/orm/operations/clear.js +1 -1
- package/dist/esm/orm/operations/create.d.ts +3 -3
- package/dist/esm/orm/operations/create.js +5 -5
- package/dist/esm/orm/operations/delete.d.ts +3 -3
- package/dist/esm/orm/operations/delete.js +3 -3
- package/dist/esm/orm/operations/find.d.ts +2 -2
- package/dist/esm/orm/operations/find.js +3 -3
- package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
- package/dist/esm/orm/operations/findDependencies.js +4 -4
- package/dist/esm/orm/operations/get.d.ts +3 -3
- package/dist/esm/orm/operations/get.js +3 -3
- package/dist/esm/orm/operations/getAll.d.ts +2 -2
- package/dist/esm/orm/operations/getAll.js +2 -2
- package/dist/esm/orm/operations/list.d.ts +2 -2
- package/dist/esm/orm/operations/list.js +3 -3
- package/dist/esm/orm/operations/update.d.ts +4 -4
- package/dist/esm/orm/operations/update.js +6 -6
- package/dist/esm/orm/operations/updateMany.d.ts +3 -3
- package/dist/esm/orm/operations/updateMany.js +3 -3
- package/dist/esm/orm/operations/upsert.d.ts +3 -3
- package/dist/esm/orm/operations/upsert.js +4 -4
- package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
- package/dist/esm/orm/utils/parseId.d.ts +1 -1
- package/dist/esm/orm/utils/parseId.js +1 -1
- package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/orm/versions.d.ts +1 -1
- package/dist/esm/orm/versions.js +7 -7
- package/dist/esm/schemas/manager/literals/upsert.js +1 -1
- package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
- package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
- package/dist/esm/schemas/manager/media/listFolders.js +1 -1
- package/dist/esm/schemas/web/page.d.ts +28 -28
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +20 -20
- package/dist/esm/schemas/web/previewPage.js +1 -1
- package/dist/esm/translation/document.d.ts +3 -3
- package/dist/esm/translation/index.d.ts +4 -4
- package/dist/esm/translation/index.js +3 -3
- package/dist/esm/translation/translationService.d.ts +1 -1
- package/dist/esm/web/client.d.ts +1 -1
- package/dist/esm/web/client.js +1 -1
- package/dist/esm/web/index.d.ts +2 -2
- package/dist/esm/web/index.js +2 -2
- package/dist/esm/web/page.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import ContentType from "../lib/ContentType";
|
|
2
|
-
import type { DataFront, DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DataFront, DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const MfaChallenge: ContentType<{
|
|
4
|
-
token: import("
|
|
4
|
+
token: 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 MfaChallenge: 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 MfaChallenge: 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 MfaChallenge: 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,13 +192,13 @@ export declare const MfaChallenge: ContentType<{
|
|
|
192
192
|
lte?: number | undefined;
|
|
193
193
|
};
|
|
194
194
|
} | undefined;
|
|
195
|
-
}>(this: TThis, length: number) => import("
|
|
196
|
-
}, import("
|
|
197
|
-
user: 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
|
+
user: import("../index.js").WithFieldState<{
|
|
198
198
|
kind: "field";
|
|
199
199
|
readonly __fieldTypes?: {
|
|
200
|
-
input: import("
|
|
201
|
-
db: import("
|
|
200
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
201
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
202
202
|
output: {
|
|
203
203
|
user: string;
|
|
204
204
|
email: string;
|
|
@@ -208,8 +208,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
208
208
|
_type: "ManagerRole";
|
|
209
209
|
_id: string;
|
|
210
210
|
_schemaVersion?: number | undefined;
|
|
211
|
-
_visibility?: import("
|
|
212
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
211
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
212
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
213
213
|
_trashed?: boolean | undefined;
|
|
214
214
|
_revision?: number | undefined;
|
|
215
215
|
trashedAt?: Date | undefined;
|
|
@@ -228,22 +228,22 @@ export declare const MfaChallenge: ContentType<{
|
|
|
228
228
|
tutorialsPromptedAt?: Date | undefined;
|
|
229
229
|
seenTours?: (string | undefined)[] | undefined;
|
|
230
230
|
_schemaVersion?: number | undefined;
|
|
231
|
-
_visibility?: import("
|
|
232
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
231
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
232
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
233
233
|
_trashed?: boolean | undefined;
|
|
234
234
|
_revision?: number | undefined;
|
|
235
235
|
trashedAt?: Date | undefined;
|
|
236
236
|
createdAt?: Date | undefined;
|
|
237
237
|
updatedAt?: Date | undefined;
|
|
238
238
|
};
|
|
239
|
-
meta: import("
|
|
240
|
-
state: import("
|
|
239
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
240
|
+
state: import("../index.js").DefaultFieldState;
|
|
241
241
|
} | undefined;
|
|
242
|
-
meta: import("
|
|
243
|
-
state: import("
|
|
244
|
-
toZod: () => import("zod").ZodType<import("
|
|
245
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
246
|
-
getSchema: () => import("zod").ZodType<import("
|
|
242
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
243
|
+
state: import("../index.js").DefaultFieldState;
|
|
244
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
245
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
|
|
246
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
247
247
|
getOutputSchema: () => import("zod").ZodType<{
|
|
248
248
|
user: string;
|
|
249
249
|
email: string;
|
|
@@ -253,8 +253,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
253
253
|
_type: "ManagerRole";
|
|
254
254
|
_id: string;
|
|
255
255
|
_schemaVersion?: number | undefined;
|
|
256
|
-
_visibility?: import("
|
|
257
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
256
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
257
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
258
258
|
_trashed?: boolean | undefined;
|
|
259
259
|
_revision?: number | undefined;
|
|
260
260
|
trashedAt?: Date | undefined;
|
|
@@ -273,8 +273,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
273
273
|
tutorialsPromptedAt?: Date | undefined;
|
|
274
274
|
seenTours?: (string | undefined)[] | undefined;
|
|
275
275
|
_schemaVersion?: number | undefined;
|
|
276
|
-
_visibility?: import("
|
|
277
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
276
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
277
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
278
278
|
_trashed?: boolean | undefined;
|
|
279
279
|
_revision?: number | undefined;
|
|
280
280
|
trashedAt?: Date | undefined;
|
|
@@ -289,8 +289,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
289
289
|
_type: "ManagerRole";
|
|
290
290
|
_id: string;
|
|
291
291
|
_schemaVersion?: number | undefined;
|
|
292
|
-
_visibility?: import("
|
|
293
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
292
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
293
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
294
294
|
_trashed?: boolean | undefined;
|
|
295
295
|
_revision?: number | undefined;
|
|
296
296
|
trashedAt?: Date | undefined;
|
|
@@ -309,20 +309,20 @@ export declare const MfaChallenge: ContentType<{
|
|
|
309
309
|
tutorialsPromptedAt?: Date | undefined;
|
|
310
310
|
seenTours?: (string | undefined)[] | undefined;
|
|
311
311
|
_schemaVersion?: number | undefined;
|
|
312
|
-
_visibility?: import("
|
|
313
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
312
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
313
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
314
314
|
_trashed?: boolean | undefined;
|
|
315
315
|
_revision?: number | undefined;
|
|
316
316
|
trashedAt?: Date | undefined;
|
|
317
317
|
createdAt?: Date | undefined;
|
|
318
318
|
updatedAt?: Date | undefined;
|
|
319
319
|
} | undefined, unknown>>;
|
|
320
|
-
getConfig: () => import("
|
|
320
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
321
321
|
getIsRequired: () => false;
|
|
322
322
|
getIsTranslatable: () => false;
|
|
323
323
|
getVisibility: () => "all";
|
|
324
324
|
getCondition: () => undefined;
|
|
325
|
-
} & import("
|
|
325
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
326
326
|
user: string;
|
|
327
327
|
email: string;
|
|
328
328
|
password: string;
|
|
@@ -332,8 +332,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
332
332
|
_type: "ManagerRole";
|
|
333
333
|
_id: string;
|
|
334
334
|
_schemaVersion?: number | undefined;
|
|
335
|
-
_visibility?: import("
|
|
336
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
335
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
336
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
337
337
|
_trashed?: boolean | undefined;
|
|
338
338
|
_revision?: number | undefined;
|
|
339
339
|
trashedAt?: Date | undefined;
|
|
@@ -355,8 +355,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
355
355
|
tutorialsPromptedAt?: Date | undefined;
|
|
356
356
|
seenTours?: (string | undefined)[] | undefined;
|
|
357
357
|
_schemaVersion?: number | undefined;
|
|
358
|
-
_visibility?: import("
|
|
359
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
358
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
359
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
360
360
|
_trashed?: boolean | undefined;
|
|
361
361
|
_revision?: number | undefined;
|
|
362
362
|
trashedAt?: Date | undefined;
|
|
@@ -365,24 +365,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
365
365
|
updatedAt?: Date | undefined;
|
|
366
366
|
createdBy?: string | undefined;
|
|
367
367
|
updatedBy?: string | undefined;
|
|
368
|
-
}, import("
|
|
368
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
369
369
|
contentType: ContentType<{
|
|
370
|
-
user: import("
|
|
370
|
+
user: import("../index.js").WithFieldState<{
|
|
371
371
|
kind: "field";
|
|
372
372
|
readonly __fieldTypes?: {
|
|
373
373
|
input: string;
|
|
374
374
|
db: string;
|
|
375
375
|
output: string;
|
|
376
|
-
meta: import("
|
|
377
|
-
state: import("
|
|
376
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
377
|
+
state: import("../index.js").DefaultFieldState;
|
|
378
378
|
} | undefined;
|
|
379
|
-
meta: import("
|
|
380
|
-
state: import("
|
|
379
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
380
|
+
state: import("../index.js").DefaultFieldState;
|
|
381
381
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
382
382
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
383
383
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
384
384
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
385
|
-
getConfig: () => import("
|
|
385
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
386
386
|
getIsRequired: () => false;
|
|
387
387
|
getIsTranslatable: () => false;
|
|
388
388
|
getVisibility: () => "all";
|
|
@@ -394,19 +394,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
394
394
|
input: string;
|
|
395
395
|
db: string;
|
|
396
396
|
output: string;
|
|
397
|
-
meta: import("
|
|
398
|
-
state: import("
|
|
397
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
398
|
+
state: import("../index.js").FieldState;
|
|
399
399
|
} | undefined;
|
|
400
|
-
meta: import("
|
|
401
|
-
state: import("
|
|
400
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
401
|
+
state: import("../index.js").FieldState;
|
|
402
402
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
403
403
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
404
404
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
405
405
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
406
|
-
getConfig: () => import("
|
|
406
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
407
407
|
getIsRequired: () => boolean;
|
|
408
408
|
getIsTranslatable: () => boolean;
|
|
409
|
-
getVisibility: () => import("
|
|
409
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
410
410
|
getCondition: () => {
|
|
411
411
|
field: string;
|
|
412
412
|
equals: unknown;
|
|
@@ -444,26 +444,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
444
444
|
lte?: number | undefined;
|
|
445
445
|
};
|
|
446
446
|
} | undefined;
|
|
447
|
-
}, NextUi extends import("
|
|
447
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
448
448
|
min: <TThis extends {
|
|
449
449
|
kind: "field";
|
|
450
450
|
readonly __fieldTypes?: {
|
|
451
451
|
input: string;
|
|
452
452
|
db: string;
|
|
453
453
|
output: string;
|
|
454
|
-
meta: import("
|
|
455
|
-
state: import("
|
|
454
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
455
|
+
state: import("../index.js").FieldState;
|
|
456
456
|
} | undefined;
|
|
457
|
-
meta: import("
|
|
458
|
-
state: import("
|
|
457
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
458
|
+
state: import("../index.js").FieldState;
|
|
459
459
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
460
460
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
461
461
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
462
462
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
463
|
-
getConfig: () => import("
|
|
463
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
464
464
|
getIsRequired: () => boolean;
|
|
465
465
|
getIsTranslatable: () => boolean;
|
|
466
|
-
getVisibility: () => import("
|
|
466
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
467
467
|
getCondition: () => {
|
|
468
468
|
field: string;
|
|
469
469
|
equals: unknown;
|
|
@@ -501,26 +501,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
501
501
|
lte?: number | undefined;
|
|
502
502
|
};
|
|
503
503
|
} | undefined;
|
|
504
|
-
}>(this: TThis, length: number) => import("
|
|
504
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
505
505
|
max: <TThis extends {
|
|
506
506
|
kind: "field";
|
|
507
507
|
readonly __fieldTypes?: {
|
|
508
508
|
input: string;
|
|
509
509
|
db: string;
|
|
510
510
|
output: string;
|
|
511
|
-
meta: import("
|
|
512
|
-
state: import("
|
|
511
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
512
|
+
state: import("../index.js").FieldState;
|
|
513
513
|
} | undefined;
|
|
514
|
-
meta: import("
|
|
515
|
-
state: import("
|
|
514
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
515
|
+
state: import("../index.js").FieldState;
|
|
516
516
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
517
517
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
518
518
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
519
519
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
520
|
-
getConfig: () => import("
|
|
520
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
521
521
|
getIsRequired: () => boolean;
|
|
522
522
|
getIsTranslatable: () => boolean;
|
|
523
|
-
getVisibility: () => import("
|
|
523
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
524
524
|
getCondition: () => {
|
|
525
525
|
field: string;
|
|
526
526
|
equals: unknown;
|
|
@@ -558,24 +558,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
558
558
|
lte?: number | undefined;
|
|
559
559
|
};
|
|
560
560
|
} | undefined;
|
|
561
|
-
}>(this: TThis, length: number) => import("
|
|
562
|
-
}, import("
|
|
563
|
-
email: import("
|
|
561
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
562
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
563
|
+
email: import("../index.js").WithFieldState<{
|
|
564
564
|
kind: "field";
|
|
565
565
|
readonly __fieldTypes?: {
|
|
566
566
|
input: string;
|
|
567
567
|
db: string;
|
|
568
568
|
output: string;
|
|
569
|
-
meta: import("
|
|
570
|
-
state: import("
|
|
569
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
570
|
+
state: import("../index.js").DefaultFieldState;
|
|
571
571
|
} | undefined;
|
|
572
|
-
meta: import("
|
|
573
|
-
state: import("
|
|
572
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
573
|
+
state: import("../index.js").DefaultFieldState;
|
|
574
574
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
575
575
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
576
576
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
577
577
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
578
|
-
getConfig: () => import("
|
|
578
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
579
579
|
getIsRequired: () => false;
|
|
580
580
|
getIsTranslatable: () => false;
|
|
581
581
|
getVisibility: () => "all";
|
|
@@ -587,19 +587,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
587
587
|
input: string;
|
|
588
588
|
db: string;
|
|
589
589
|
output: string;
|
|
590
|
-
meta: import("
|
|
591
|
-
state: import("
|
|
590
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
591
|
+
state: import("../index.js").FieldState;
|
|
592
592
|
} | undefined;
|
|
593
|
-
meta: import("
|
|
594
|
-
state: import("
|
|
593
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
594
|
+
state: import("../index.js").FieldState;
|
|
595
595
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
596
596
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
597
597
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
598
598
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
599
|
-
getConfig: () => import("
|
|
599
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
600
600
|
getIsRequired: () => boolean;
|
|
601
601
|
getIsTranslatable: () => boolean;
|
|
602
|
-
getVisibility: () => import("
|
|
602
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
603
603
|
getCondition: () => {
|
|
604
604
|
field: string;
|
|
605
605
|
equals: unknown;
|
|
@@ -637,26 +637,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
637
637
|
lte?: number | undefined;
|
|
638
638
|
};
|
|
639
639
|
} | undefined;
|
|
640
|
-
}, NextUi extends import("
|
|
640
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
641
641
|
min: <TThis extends {
|
|
642
642
|
kind: "field";
|
|
643
643
|
readonly __fieldTypes?: {
|
|
644
644
|
input: string;
|
|
645
645
|
db: string;
|
|
646
646
|
output: string;
|
|
647
|
-
meta: import("
|
|
648
|
-
state: import("
|
|
647
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
648
|
+
state: import("../index.js").FieldState;
|
|
649
649
|
} | undefined;
|
|
650
|
-
meta: import("
|
|
651
|
-
state: import("
|
|
650
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
651
|
+
state: import("../index.js").FieldState;
|
|
652
652
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
653
653
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
654
654
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
655
655
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
656
|
-
getConfig: () => import("
|
|
656
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
657
657
|
getIsRequired: () => boolean;
|
|
658
658
|
getIsTranslatable: () => boolean;
|
|
659
|
-
getVisibility: () => import("
|
|
659
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
660
660
|
getCondition: () => {
|
|
661
661
|
field: string;
|
|
662
662
|
equals: unknown;
|
|
@@ -694,26 +694,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
694
694
|
lte?: number | undefined;
|
|
695
695
|
};
|
|
696
696
|
} | undefined;
|
|
697
|
-
}>(this: TThis, length: number) => import("
|
|
697
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
698
698
|
max: <TThis extends {
|
|
699
699
|
kind: "field";
|
|
700
700
|
readonly __fieldTypes?: {
|
|
701
701
|
input: string;
|
|
702
702
|
db: string;
|
|
703
703
|
output: string;
|
|
704
|
-
meta: import("
|
|
705
|
-
state: import("
|
|
704
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
705
|
+
state: import("../index.js").FieldState;
|
|
706
706
|
} | undefined;
|
|
707
|
-
meta: import("
|
|
708
|
-
state: import("
|
|
707
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
708
|
+
state: import("../index.js").FieldState;
|
|
709
709
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
710
710
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
711
711
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
712
712
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
713
|
-
getConfig: () => import("
|
|
713
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
714
714
|
getIsRequired: () => boolean;
|
|
715
715
|
getIsTranslatable: () => boolean;
|
|
716
|
-
getVisibility: () => import("
|
|
716
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
717
717
|
getCondition: () => {
|
|
718
718
|
field: string;
|
|
719
719
|
equals: unknown;
|
|
@@ -751,24 +751,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
751
751
|
lte?: number | undefined;
|
|
752
752
|
};
|
|
753
753
|
} | undefined;
|
|
754
|
-
}>(this: TThis, length: number) => import("
|
|
755
|
-
}, import("
|
|
756
|
-
password: import("
|
|
754
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
755
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
756
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
757
757
|
kind: "field";
|
|
758
758
|
readonly __fieldTypes?: {
|
|
759
759
|
input: string;
|
|
760
760
|
db: string;
|
|
761
761
|
output: string;
|
|
762
|
-
meta: import("
|
|
763
|
-
state: import("
|
|
762
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
763
|
+
state: import("../index.js").DefaultFieldState;
|
|
764
764
|
} | undefined;
|
|
765
|
-
meta: import("
|
|
766
|
-
state: import("
|
|
765
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
766
|
+
state: import("../index.js").DefaultFieldState;
|
|
767
767
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
768
768
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
769
769
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
770
770
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
771
|
-
getConfig: () => import("
|
|
771
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
772
772
|
getIsRequired: () => false;
|
|
773
773
|
getIsTranslatable: () => false;
|
|
774
774
|
getVisibility: () => "all";
|
|
@@ -780,19 +780,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
780
780
|
input: string;
|
|
781
781
|
db: string;
|
|
782
782
|
output: string;
|
|
783
|
-
meta: import("
|
|
784
|
-
state: import("
|
|
783
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
784
|
+
state: import("../index.js").FieldState;
|
|
785
785
|
} | undefined;
|
|
786
|
-
meta: import("
|
|
787
|
-
state: import("
|
|
786
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
787
|
+
state: import("../index.js").FieldState;
|
|
788
788
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
789
789
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
790
790
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
791
791
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
792
|
-
getConfig: () => import("
|
|
792
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
793
793
|
getIsRequired: () => boolean;
|
|
794
794
|
getIsTranslatable: () => boolean;
|
|
795
|
-
getVisibility: () => import("
|
|
795
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
796
796
|
getCondition: () => {
|
|
797
797
|
field: string;
|
|
798
798
|
equals: unknown;
|
|
@@ -830,26 +830,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
830
830
|
lte?: number | undefined;
|
|
831
831
|
};
|
|
832
832
|
} | undefined;
|
|
833
|
-
}, NextUi extends import("
|
|
833
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
834
834
|
min: <TThis extends {
|
|
835
835
|
kind: "field";
|
|
836
836
|
readonly __fieldTypes?: {
|
|
837
837
|
input: string;
|
|
838
838
|
db: string;
|
|
839
839
|
output: string;
|
|
840
|
-
meta: import("
|
|
841
|
-
state: import("
|
|
840
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
841
|
+
state: import("../index.js").FieldState;
|
|
842
842
|
} | undefined;
|
|
843
|
-
meta: import("
|
|
844
|
-
state: import("
|
|
843
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
844
|
+
state: import("../index.js").FieldState;
|
|
845
845
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
846
846
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
847
847
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
848
848
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
849
|
-
getConfig: () => import("
|
|
849
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
850
850
|
getIsRequired: () => boolean;
|
|
851
851
|
getIsTranslatable: () => boolean;
|
|
852
|
-
getVisibility: () => import("
|
|
852
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
853
853
|
getCondition: () => {
|
|
854
854
|
field: string;
|
|
855
855
|
equals: unknown;
|
|
@@ -887,26 +887,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
887
887
|
lte?: number | undefined;
|
|
888
888
|
};
|
|
889
889
|
} | undefined;
|
|
890
|
-
}>(this: TThis, length: number) => import("
|
|
890
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
891
891
|
max: <TThis extends {
|
|
892
892
|
kind: "field";
|
|
893
893
|
readonly __fieldTypes?: {
|
|
894
894
|
input: string;
|
|
895
895
|
db: string;
|
|
896
896
|
output: string;
|
|
897
|
-
meta: import("
|
|
898
|
-
state: import("
|
|
897
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
898
|
+
state: import("../index.js").FieldState;
|
|
899
899
|
} | undefined;
|
|
900
|
-
meta: import("
|
|
901
|
-
state: import("
|
|
900
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
901
|
+
state: import("../index.js").FieldState;
|
|
902
902
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
903
903
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
904
904
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
905
905
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
906
|
-
getConfig: () => import("
|
|
906
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
907
907
|
getIsRequired: () => boolean;
|
|
908
908
|
getIsTranslatable: () => boolean;
|
|
909
|
-
getVisibility: () => import("
|
|
909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
910
910
|
getCondition: () => {
|
|
911
911
|
field: string;
|
|
912
912
|
equals: unknown;
|
|
@@ -944,43 +944,43 @@ export declare const MfaChallenge: ContentType<{
|
|
|
944
944
|
lte?: number | undefined;
|
|
945
945
|
};
|
|
946
946
|
} | undefined;
|
|
947
|
-
}>(this: TThis, length: number) => import("
|
|
948
|
-
}, keyof import("
|
|
949
|
-
role: import("
|
|
947
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
948
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Password">, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").SetVisibility<import("../index.js").SetRequired<import("../index.js").DefaultFieldState>, "manager">>;
|
|
949
|
+
role: import("../index.js").WithFieldState<{
|
|
950
950
|
kind: "field";
|
|
951
951
|
readonly __fieldTypes?: {
|
|
952
|
-
input: import("
|
|
953
|
-
db: import("
|
|
952
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
953
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
954
954
|
output: {
|
|
955
955
|
name: string;
|
|
956
956
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
957
957
|
_type: "ManagerRole";
|
|
958
958
|
_id: string;
|
|
959
959
|
_schemaVersion?: number | undefined;
|
|
960
|
-
_visibility?: import("
|
|
961
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
960
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
961
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
962
962
|
_trashed?: boolean | undefined;
|
|
963
963
|
_revision?: number | undefined;
|
|
964
964
|
trashedAt?: Date | undefined;
|
|
965
965
|
createdAt?: Date | undefined;
|
|
966
966
|
updatedAt?: Date | undefined;
|
|
967
967
|
};
|
|
968
|
-
meta: import("
|
|
969
|
-
state: import("
|
|
968
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
969
|
+
state: import("../index.js").DefaultFieldState;
|
|
970
970
|
} | undefined;
|
|
971
|
-
meta: import("
|
|
972
|
-
state: import("
|
|
973
|
-
toZod: () => import("zod").ZodType<import("
|
|
974
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
975
|
-
getSchema: () => import("zod").ZodType<import("
|
|
971
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
972
|
+
state: import("../index.js").DefaultFieldState;
|
|
973
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
974
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
|
|
975
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
976
976
|
getOutputSchema: () => import("zod").ZodType<{
|
|
977
977
|
name: string;
|
|
978
978
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
979
979
|
_type: "ManagerRole";
|
|
980
980
|
_id: string;
|
|
981
981
|
_schemaVersion?: number | undefined;
|
|
982
|
-
_visibility?: import("
|
|
983
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
982
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
983
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
984
984
|
_trashed?: boolean | undefined;
|
|
985
985
|
_revision?: number | undefined;
|
|
986
986
|
trashedAt?: Date | undefined;
|
|
@@ -992,27 +992,27 @@ export declare const MfaChallenge: ContentType<{
|
|
|
992
992
|
_type: "ManagerRole";
|
|
993
993
|
_id: string;
|
|
994
994
|
_schemaVersion?: number | undefined;
|
|
995
|
-
_visibility?: import("
|
|
996
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
995
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
996
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
997
997
|
_trashed?: boolean | undefined;
|
|
998
998
|
_revision?: number | undefined;
|
|
999
999
|
trashedAt?: Date | undefined;
|
|
1000
1000
|
createdAt?: Date | undefined;
|
|
1001
1001
|
updatedAt?: Date | undefined;
|
|
1002
1002
|
} | undefined, unknown>>;
|
|
1003
|
-
getConfig: () => import("
|
|
1003
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1004
1004
|
getIsRequired: () => false;
|
|
1005
1005
|
getIsTranslatable: () => false;
|
|
1006
1006
|
getVisibility: () => "all";
|
|
1007
1007
|
getCondition: () => undefined;
|
|
1008
|
-
} & import("
|
|
1008
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
1009
1009
|
name: string;
|
|
1010
1010
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
1011
1011
|
_type: "ManagerRole";
|
|
1012
1012
|
_id: string;
|
|
1013
1013
|
_schemaVersion?: number | undefined;
|
|
1014
|
-
_visibility?: import("
|
|
1015
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1014
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1015
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1016
1016
|
_trashed?: boolean | undefined;
|
|
1017
1017
|
_revision?: number | undefined;
|
|
1018
1018
|
trashedAt?: Date | undefined;
|
|
@@ -1021,24 +1021,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1021
1021
|
updatedAt?: Date | undefined;
|
|
1022
1022
|
createdBy?: string | undefined;
|
|
1023
1023
|
updatedBy?: string | undefined;
|
|
1024
|
-
}, import("
|
|
1024
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
1025
1025
|
contentType: ContentType<{
|
|
1026
|
-
name: import("
|
|
1026
|
+
name: import("../index.js").WithFieldState<{
|
|
1027
1027
|
kind: "field";
|
|
1028
1028
|
readonly __fieldTypes?: {
|
|
1029
1029
|
input: string;
|
|
1030
1030
|
db: string;
|
|
1031
1031
|
output: string;
|
|
1032
|
-
meta: import("
|
|
1033
|
-
state: import("
|
|
1032
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1033
|
+
state: import("../index.js").DefaultFieldState;
|
|
1034
1034
|
} | undefined;
|
|
1035
|
-
meta: import("
|
|
1036
|
-
state: import("
|
|
1035
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1036
|
+
state: import("../index.js").DefaultFieldState;
|
|
1037
1037
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1038
1038
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1039
1039
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1040
1040
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1041
|
-
getConfig: () => import("
|
|
1041
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1042
1042
|
getIsRequired: () => false;
|
|
1043
1043
|
getIsTranslatable: () => false;
|
|
1044
1044
|
getVisibility: () => "all";
|
|
@@ -1050,19 +1050,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1050
1050
|
input: string;
|
|
1051
1051
|
db: string;
|
|
1052
1052
|
output: string;
|
|
1053
|
-
meta: import("
|
|
1054
|
-
state: import("
|
|
1053
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1054
|
+
state: import("../index.js").FieldState;
|
|
1055
1055
|
} | undefined;
|
|
1056
|
-
meta: import("
|
|
1057
|
-
state: import("
|
|
1056
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1057
|
+
state: import("../index.js").FieldState;
|
|
1058
1058
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1059
1059
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1060
1060
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1061
1061
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1062
|
-
getConfig: () => import("
|
|
1062
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1063
1063
|
getIsRequired: () => boolean;
|
|
1064
1064
|
getIsTranslatable: () => boolean;
|
|
1065
|
-
getVisibility: () => import("
|
|
1065
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1066
1066
|
getCondition: () => {
|
|
1067
1067
|
field: string;
|
|
1068
1068
|
equals: unknown;
|
|
@@ -1100,26 +1100,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1100
1100
|
lte?: number | undefined;
|
|
1101
1101
|
};
|
|
1102
1102
|
} | undefined;
|
|
1103
|
-
}, NextUi extends import("
|
|
1103
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1104
1104
|
min: <TThis extends {
|
|
1105
1105
|
kind: "field";
|
|
1106
1106
|
readonly __fieldTypes?: {
|
|
1107
1107
|
input: string;
|
|
1108
1108
|
db: string;
|
|
1109
1109
|
output: string;
|
|
1110
|
-
meta: import("
|
|
1111
|
-
state: import("
|
|
1110
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1111
|
+
state: import("../index.js").FieldState;
|
|
1112
1112
|
} | undefined;
|
|
1113
|
-
meta: import("
|
|
1114
|
-
state: import("
|
|
1113
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1114
|
+
state: import("../index.js").FieldState;
|
|
1115
1115
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1116
1116
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1117
1117
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1118
1118
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1119
|
-
getConfig: () => import("
|
|
1119
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1120
1120
|
getIsRequired: () => boolean;
|
|
1121
1121
|
getIsTranslatable: () => boolean;
|
|
1122
|
-
getVisibility: () => import("
|
|
1122
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1123
1123
|
getCondition: () => {
|
|
1124
1124
|
field: string;
|
|
1125
1125
|
equals: unknown;
|
|
@@ -1157,26 +1157,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1157
1157
|
lte?: number | undefined;
|
|
1158
1158
|
};
|
|
1159
1159
|
} | undefined;
|
|
1160
|
-
}>(this: TThis, length: number) => import("
|
|
1160
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1161
1161
|
max: <TThis extends {
|
|
1162
1162
|
kind: "field";
|
|
1163
1163
|
readonly __fieldTypes?: {
|
|
1164
1164
|
input: string;
|
|
1165
1165
|
db: string;
|
|
1166
1166
|
output: string;
|
|
1167
|
-
meta: import("
|
|
1168
|
-
state: import("
|
|
1167
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1168
|
+
state: import("../index.js").FieldState;
|
|
1169
1169
|
} | undefined;
|
|
1170
|
-
meta: import("
|
|
1171
|
-
state: import("
|
|
1170
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1171
|
+
state: import("../index.js").FieldState;
|
|
1172
1172
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1173
1173
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1174
1174
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1175
1175
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1176
|
-
getConfig: () => import("
|
|
1176
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1177
1177
|
getIsRequired: () => boolean;
|
|
1178
1178
|
getIsTranslatable: () => boolean;
|
|
1179
|
-
getVisibility: () => import("
|
|
1179
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1180
1180
|
getCondition: () => {
|
|
1181
1181
|
field: string;
|
|
1182
1182
|
equals: unknown;
|
|
@@ -1214,46 +1214,46 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1214
1214
|
lte?: number | undefined;
|
|
1215
1215
|
};
|
|
1216
1216
|
} | undefined;
|
|
1217
|
-
}>(this: TThis, length: number) => import("
|
|
1218
|
-
}, import("
|
|
1219
|
-
permissions: import("
|
|
1217
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1218
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1219
|
+
permissions: import("../index.js").SelectField<readonly ["manager.users.readAny", "manager.users.updateAny", "manager.users.deleteAny", "manager.roles.readAny", "manager.roles.updateAny", "manager.roles.deleteAny", "manager.routes.readAny", "manager.routes.updateAny", "manager.routes.deleteAny", "manager.languages.readAny", "manager.languages.updateAny", "manager.languages.deleteAny", "manager.seo.readAny", "manager.seo.updateAny", "manager.seo.deleteAny", "manager.permissions.readAny", "manager.backups.readAny", "manager.backups.updateAny", "manager.migrations.readAny", "manager.versions.readAny", "manager.versions.updateAny", "manager.apiOperations.readAny", "content.Media.readAny", "content.Media.own", "content.Media.updateAny", "content.Media.deleteAny", "content.Redirect.readAny", "content.Redirect.own", "content.Redirect.updateAny", "content.Redirect.deleteAny", "manager.literals.readAny", "manager.literals.updateAny"], true, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1220
1220
|
}, "ManagerRole">;
|
|
1221
1221
|
only?: undefined;
|
|
1222
1222
|
multiple: <TThis extends {
|
|
1223
1223
|
kind: "field";
|
|
1224
1224
|
readonly __fieldTypes?: {
|
|
1225
|
-
input: import("
|
|
1226
|
-
db: import("
|
|
1225
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1226
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1227
1227
|
output: {
|
|
1228
1228
|
name: string;
|
|
1229
1229
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
1230
1230
|
_type: "ManagerRole";
|
|
1231
1231
|
_id: string;
|
|
1232
1232
|
_schemaVersion?: number | undefined;
|
|
1233
|
-
_visibility?: import("
|
|
1234
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1233
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1234
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1235
1235
|
_trashed?: boolean | undefined;
|
|
1236
1236
|
_revision?: number | undefined;
|
|
1237
1237
|
trashedAt?: Date | undefined;
|
|
1238
1238
|
createdAt?: Date | undefined;
|
|
1239
1239
|
updatedAt?: Date | undefined;
|
|
1240
1240
|
};
|
|
1241
|
-
meta: import("
|
|
1242
|
-
state: import("
|
|
1241
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1242
|
+
state: import("../index.js").FieldState;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
meta: import("
|
|
1245
|
-
state: import("
|
|
1246
|
-
toZod: () => import("zod").ZodType<import("
|
|
1247
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1248
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1244
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1245
|
+
state: import("../index.js").FieldState;
|
|
1246
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1247
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
|
|
1248
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1249
1249
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1250
1250
|
name: string;
|
|
1251
1251
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
1252
1252
|
_type: "ManagerRole";
|
|
1253
1253
|
_id: string;
|
|
1254
1254
|
_schemaVersion?: number | undefined;
|
|
1255
|
-
_visibility?: import("
|
|
1256
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1255
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1256
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1257
1257
|
_trashed?: boolean | undefined;
|
|
1258
1258
|
_revision?: number | undefined;
|
|
1259
1259
|
trashedAt?: Date | undefined;
|
|
@@ -1265,18 +1265,18 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1265
1265
|
_type: "ManagerRole";
|
|
1266
1266
|
_id: string;
|
|
1267
1267
|
_schemaVersion?: number | undefined;
|
|
1268
|
-
_visibility?: import("
|
|
1269
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1268
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1269
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1270
1270
|
_trashed?: boolean | undefined;
|
|
1271
1271
|
_revision?: number | undefined;
|
|
1272
1272
|
trashedAt?: Date | undefined;
|
|
1273
1273
|
createdAt?: Date | undefined;
|
|
1274
1274
|
updatedAt?: Date | undefined;
|
|
1275
1275
|
} | undefined, unknown>>;
|
|
1276
|
-
getConfig: () => import("
|
|
1276
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1277
1277
|
getIsRequired: () => boolean;
|
|
1278
1278
|
getIsTranslatable: () => boolean;
|
|
1279
|
-
getVisibility: () => import("
|
|
1279
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1280
1280
|
getCondition: () => {
|
|
1281
1281
|
field: string;
|
|
1282
1282
|
equals: unknown;
|
|
@@ -1314,23 +1314,23 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1314
1314
|
lte?: number | undefined;
|
|
1315
1315
|
};
|
|
1316
1316
|
} | undefined;
|
|
1317
|
-
}>(this: TThis) => import("
|
|
1318
|
-
name: import("
|
|
1317
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1318
|
+
name: import("../index.js").WithFieldState<{
|
|
1319
1319
|
kind: "field";
|
|
1320
1320
|
readonly __fieldTypes?: {
|
|
1321
1321
|
input: string;
|
|
1322
1322
|
db: string;
|
|
1323
1323
|
output: string;
|
|
1324
|
-
meta: import("
|
|
1325
|
-
state: import("
|
|
1324
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1325
|
+
state: import("../index.js").DefaultFieldState;
|
|
1326
1326
|
} | undefined;
|
|
1327
|
-
meta: import("
|
|
1328
|
-
state: import("
|
|
1327
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1328
|
+
state: import("../index.js").DefaultFieldState;
|
|
1329
1329
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1330
1330
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1331
1331
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1332
1332
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1333
|
-
getConfig: () => import("
|
|
1333
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1334
1334
|
getIsRequired: () => false;
|
|
1335
1335
|
getIsTranslatable: () => false;
|
|
1336
1336
|
getVisibility: () => "all";
|
|
@@ -1342,19 +1342,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1342
1342
|
input: string;
|
|
1343
1343
|
db: string;
|
|
1344
1344
|
output: string;
|
|
1345
|
-
meta: import("
|
|
1346
|
-
state: import("
|
|
1345
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1346
|
+
state: import("../index.js").FieldState;
|
|
1347
1347
|
} | undefined;
|
|
1348
|
-
meta: import("
|
|
1349
|
-
state: import("
|
|
1348
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1349
|
+
state: import("../index.js").FieldState;
|
|
1350
1350
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1351
1351
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1352
1352
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1353
1353
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1354
|
-
getConfig: () => import("
|
|
1354
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1355
1355
|
getIsRequired: () => boolean;
|
|
1356
1356
|
getIsTranslatable: () => boolean;
|
|
1357
|
-
getVisibility: () => import("
|
|
1357
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1358
1358
|
getCondition: () => {
|
|
1359
1359
|
field: string;
|
|
1360
1360
|
equals: unknown;
|
|
@@ -1392,26 +1392,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1392
1392
|
lte?: number | undefined;
|
|
1393
1393
|
};
|
|
1394
1394
|
} | undefined;
|
|
1395
|
-
}, NextUi extends import("
|
|
1395
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1396
1396
|
min: <TThis_1 extends {
|
|
1397
1397
|
kind: "field";
|
|
1398
1398
|
readonly __fieldTypes?: {
|
|
1399
1399
|
input: string;
|
|
1400
1400
|
db: string;
|
|
1401
1401
|
output: string;
|
|
1402
|
-
meta: import("
|
|
1403
|
-
state: import("
|
|
1402
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1403
|
+
state: import("../index.js").FieldState;
|
|
1404
1404
|
} | undefined;
|
|
1405
|
-
meta: import("
|
|
1406
|
-
state: import("
|
|
1405
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1406
|
+
state: import("../index.js").FieldState;
|
|
1407
1407
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1408
1408
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1409
1409
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1410
1410
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1411
|
-
getConfig: () => import("
|
|
1411
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1412
1412
|
getIsRequired: () => boolean;
|
|
1413
1413
|
getIsTranslatable: () => boolean;
|
|
1414
|
-
getVisibility: () => import("
|
|
1414
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1415
1415
|
getCondition: () => {
|
|
1416
1416
|
field: string;
|
|
1417
1417
|
equals: unknown;
|
|
@@ -1449,26 +1449,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1449
1449
|
lte?: number | undefined;
|
|
1450
1450
|
};
|
|
1451
1451
|
} | undefined;
|
|
1452
|
-
}>(this: TThis_1, length: number) => import("
|
|
1452
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1453
1453
|
max: <TThis_1 extends {
|
|
1454
1454
|
kind: "field";
|
|
1455
1455
|
readonly __fieldTypes?: {
|
|
1456
1456
|
input: string;
|
|
1457
1457
|
db: string;
|
|
1458
1458
|
output: string;
|
|
1459
|
-
meta: import("
|
|
1460
|
-
state: import("
|
|
1459
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1460
|
+
state: import("../index.js").FieldState;
|
|
1461
1461
|
} | undefined;
|
|
1462
|
-
meta: import("
|
|
1463
|
-
state: import("
|
|
1462
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1463
|
+
state: import("../index.js").FieldState;
|
|
1464
1464
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1465
1465
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1466
1466
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1467
1467
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1468
|
-
getConfig: () => import("
|
|
1468
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1469
1469
|
getIsRequired: () => boolean;
|
|
1470
1470
|
getIsTranslatable: () => boolean;
|
|
1471
|
-
getVisibility: () => import("
|
|
1471
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1472
1472
|
getCondition: () => {
|
|
1473
1473
|
field: string;
|
|
1474
1474
|
equals: unknown;
|
|
@@ -1506,47 +1506,47 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1506
1506
|
lte?: number | undefined;
|
|
1507
1507
|
};
|
|
1508
1508
|
} | undefined;
|
|
1509
|
-
}>(this: TThis_1, length: number) => import("
|
|
1510
|
-
}, import("
|
|
1511
|
-
permissions: import("
|
|
1512
|
-
}, "ManagerRole">, undefined, import("
|
|
1513
|
-
}, import("
|
|
1514
|
-
avatarId: import("
|
|
1515
|
-
avatarKey: import("
|
|
1516
|
-
avatarAccess: import("
|
|
1517
|
-
avatarUrl: import("
|
|
1518
|
-
avatarPreviewUrl: import("
|
|
1519
|
-
tutorialsEnabled: import("
|
|
1520
|
-
tutorialsPromptedAt: import("
|
|
1521
|
-
seenTours: import("
|
|
1522
|
-
twoFactorEnabled: import("
|
|
1509
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1510
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1511
|
+
permissions: import("../index.js").SelectField<readonly ["manager.users.readAny", "manager.users.updateAny", "manager.users.deleteAny", "manager.roles.readAny", "manager.roles.updateAny", "manager.roles.deleteAny", "manager.routes.readAny", "manager.routes.updateAny", "manager.routes.deleteAny", "manager.languages.readAny", "manager.languages.updateAny", "manager.languages.deleteAny", "manager.seo.readAny", "manager.seo.updateAny", "manager.seo.deleteAny", "manager.permissions.readAny", "manager.backups.readAny", "manager.backups.updateAny", "manager.migrations.readAny", "manager.versions.readAny", "manager.versions.updateAny", "manager.apiOperations.readAny", "content.Media.readAny", "content.Media.own", "content.Media.updateAny", "content.Media.deleteAny", "content.Redirect.readAny", "content.Redirect.own", "content.Redirect.updateAny", "content.Redirect.deleteAny", "manager.literals.readAny", "manager.literals.updateAny"], true, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1512
|
+
}, "ManagerRole">, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
1513
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1514
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
1515
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1516
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
1517
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1518
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1519
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1520
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
1521
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
1522
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
1523
1523
|
kind: "field";
|
|
1524
1524
|
readonly __fieldTypes?: {
|
|
1525
1525
|
input: boolean;
|
|
1526
1526
|
db: boolean;
|
|
1527
1527
|
output: boolean;
|
|
1528
|
-
meta: import("
|
|
1529
|
-
state: import("
|
|
1528
|
+
meta: import("../index.js").BooleanMeta;
|
|
1529
|
+
state: import("../index.js").DefaultFieldState;
|
|
1530
1530
|
} | undefined;
|
|
1531
|
-
meta: import("
|
|
1532
|
-
state: import("
|
|
1531
|
+
meta: import("../index.js").BooleanMeta;
|
|
1532
|
+
state: import("../index.js").DefaultFieldState;
|
|
1533
1533
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
1534
1534
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
1535
1535
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1536
1536
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1537
|
-
getConfig: () => import("
|
|
1537
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
1538
1538
|
getIsRequired: () => false;
|
|
1539
1539
|
getIsTranslatable: () => false;
|
|
1540
1540
|
getVisibility: () => "all";
|
|
1541
1541
|
getCondition: () => undefined;
|
|
1542
|
-
}, import("
|
|
1542
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1543
1543
|
}, "ManagerUser">;
|
|
1544
1544
|
only?: undefined;
|
|
1545
1545
|
multiple: <TThis extends {
|
|
1546
1546
|
kind: "field";
|
|
1547
1547
|
readonly __fieldTypes?: {
|
|
1548
|
-
input: import("
|
|
1549
|
-
db: import("
|
|
1548
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1549
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1550
1550
|
output: {
|
|
1551
1551
|
user: string;
|
|
1552
1552
|
email: string;
|
|
@@ -1556,8 +1556,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1556
1556
|
_type: "ManagerRole";
|
|
1557
1557
|
_id: string;
|
|
1558
1558
|
_schemaVersion?: number | undefined;
|
|
1559
|
-
_visibility?: import("
|
|
1560
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1559
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1560
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1561
1561
|
_trashed?: boolean | undefined;
|
|
1562
1562
|
_revision?: number | undefined;
|
|
1563
1563
|
trashedAt?: Date | undefined;
|
|
@@ -1576,22 +1576,22 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1576
1576
|
tutorialsPromptedAt?: Date | undefined;
|
|
1577
1577
|
seenTours?: (string | undefined)[] | undefined;
|
|
1578
1578
|
_schemaVersion?: number | undefined;
|
|
1579
|
-
_visibility?: import("
|
|
1580
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1579
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1580
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1581
1581
|
_trashed?: boolean | undefined;
|
|
1582
1582
|
_revision?: number | undefined;
|
|
1583
1583
|
trashedAt?: Date | undefined;
|
|
1584
1584
|
createdAt?: Date | undefined;
|
|
1585
1585
|
updatedAt?: Date | undefined;
|
|
1586
1586
|
};
|
|
1587
|
-
meta: import("
|
|
1588
|
-
state: import("
|
|
1587
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1588
|
+
state: import("../index.js").FieldState;
|
|
1589
1589
|
} | undefined;
|
|
1590
|
-
meta: import("
|
|
1591
|
-
state: import("
|
|
1592
|
-
toZod: () => import("zod").ZodType<import("
|
|
1593
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1594
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1590
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1591
|
+
state: import("../index.js").FieldState;
|
|
1592
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
1593
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | null | undefined, unknown>>;
|
|
1594
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
1595
1595
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1596
1596
|
user: string;
|
|
1597
1597
|
email: string;
|
|
@@ -1601,8 +1601,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1601
1601
|
_type: "ManagerRole";
|
|
1602
1602
|
_id: string;
|
|
1603
1603
|
_schemaVersion?: number | undefined;
|
|
1604
|
-
_visibility?: import("
|
|
1605
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1604
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1605
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1606
1606
|
_trashed?: boolean | undefined;
|
|
1607
1607
|
_revision?: number | undefined;
|
|
1608
1608
|
trashedAt?: Date | undefined;
|
|
@@ -1621,8 +1621,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1621
1621
|
tutorialsPromptedAt?: Date | undefined;
|
|
1622
1622
|
seenTours?: (string | undefined)[] | undefined;
|
|
1623
1623
|
_schemaVersion?: number | undefined;
|
|
1624
|
-
_visibility?: import("
|
|
1625
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1624
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1625
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1626
1626
|
_trashed?: boolean | undefined;
|
|
1627
1627
|
_revision?: number | undefined;
|
|
1628
1628
|
trashedAt?: Date | undefined;
|
|
@@ -1637,8 +1637,8 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1637
1637
|
_type: "ManagerRole";
|
|
1638
1638
|
_id: string;
|
|
1639
1639
|
_schemaVersion?: number | undefined;
|
|
1640
|
-
_visibility?: import("
|
|
1641
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1640
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1641
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1642
1642
|
_trashed?: boolean | undefined;
|
|
1643
1643
|
_revision?: number | undefined;
|
|
1644
1644
|
trashedAt?: Date | undefined;
|
|
@@ -1657,18 +1657,18 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1657
1657
|
tutorialsPromptedAt?: Date | undefined;
|
|
1658
1658
|
seenTours?: (string | undefined)[] | undefined;
|
|
1659
1659
|
_schemaVersion?: number | undefined;
|
|
1660
|
-
_visibility?: import("
|
|
1661
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1660
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1661
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1662
1662
|
_trashed?: boolean | undefined;
|
|
1663
1663
|
_revision?: number | undefined;
|
|
1664
1664
|
trashedAt?: Date | undefined;
|
|
1665
1665
|
createdAt?: Date | undefined;
|
|
1666
1666
|
updatedAt?: Date | undefined;
|
|
1667
1667
|
} | undefined, unknown>>;
|
|
1668
|
-
getConfig: () => import("
|
|
1668
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1669
1669
|
getIsRequired: () => boolean;
|
|
1670
1670
|
getIsTranslatable: () => boolean;
|
|
1671
|
-
getVisibility: () => import("
|
|
1671
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1672
1672
|
getCondition: () => {
|
|
1673
1673
|
field: string;
|
|
1674
1674
|
equals: unknown;
|
|
@@ -1706,23 +1706,23 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1706
1706
|
lte?: number | undefined;
|
|
1707
1707
|
};
|
|
1708
1708
|
} | undefined;
|
|
1709
|
-
}>(this: TThis) => import("
|
|
1710
|
-
user: import("
|
|
1709
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1710
|
+
user: import("../index.js").WithFieldState<{
|
|
1711
1711
|
kind: "field";
|
|
1712
1712
|
readonly __fieldTypes?: {
|
|
1713
1713
|
input: string;
|
|
1714
1714
|
db: string;
|
|
1715
1715
|
output: string;
|
|
1716
|
-
meta: import("
|
|
1717
|
-
state: import("
|
|
1716
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1717
|
+
state: import("../index.js").DefaultFieldState;
|
|
1718
1718
|
} | undefined;
|
|
1719
|
-
meta: import("
|
|
1720
|
-
state: import("
|
|
1719
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1720
|
+
state: import("../index.js").DefaultFieldState;
|
|
1721
1721
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1722
1722
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1723
1723
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1724
1724
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1725
|
-
getConfig: () => import("
|
|
1725
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1726
1726
|
getIsRequired: () => false;
|
|
1727
1727
|
getIsTranslatable: () => false;
|
|
1728
1728
|
getVisibility: () => "all";
|
|
@@ -1734,19 +1734,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1734
1734
|
input: string;
|
|
1735
1735
|
db: string;
|
|
1736
1736
|
output: string;
|
|
1737
|
-
meta: import("
|
|
1738
|
-
state: import("
|
|
1737
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1738
|
+
state: import("../index.js").FieldState;
|
|
1739
1739
|
} | undefined;
|
|
1740
|
-
meta: import("
|
|
1741
|
-
state: import("
|
|
1740
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1741
|
+
state: import("../index.js").FieldState;
|
|
1742
1742
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1743
1743
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1744
1744
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1745
1745
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1746
|
-
getConfig: () => import("
|
|
1746
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1747
1747
|
getIsRequired: () => boolean;
|
|
1748
1748
|
getIsTranslatable: () => boolean;
|
|
1749
|
-
getVisibility: () => import("
|
|
1749
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1750
1750
|
getCondition: () => {
|
|
1751
1751
|
field: string;
|
|
1752
1752
|
equals: unknown;
|
|
@@ -1784,26 +1784,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1784
1784
|
lte?: number | undefined;
|
|
1785
1785
|
};
|
|
1786
1786
|
} | undefined;
|
|
1787
|
-
}, NextUi extends import("
|
|
1787
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1788
1788
|
min: <TThis_1 extends {
|
|
1789
1789
|
kind: "field";
|
|
1790
1790
|
readonly __fieldTypes?: {
|
|
1791
1791
|
input: string;
|
|
1792
1792
|
db: string;
|
|
1793
1793
|
output: string;
|
|
1794
|
-
meta: import("
|
|
1795
|
-
state: import("
|
|
1794
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1795
|
+
state: import("../index.js").FieldState;
|
|
1796
1796
|
} | undefined;
|
|
1797
|
-
meta: import("
|
|
1798
|
-
state: import("
|
|
1797
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1798
|
+
state: import("../index.js").FieldState;
|
|
1799
1799
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1800
1800
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1801
1801
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1802
1802
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1803
|
-
getConfig: () => import("
|
|
1803
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1804
1804
|
getIsRequired: () => boolean;
|
|
1805
1805
|
getIsTranslatable: () => boolean;
|
|
1806
|
-
getVisibility: () => import("
|
|
1806
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1807
1807
|
getCondition: () => {
|
|
1808
1808
|
field: string;
|
|
1809
1809
|
equals: unknown;
|
|
@@ -1841,26 +1841,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1841
1841
|
lte?: number | undefined;
|
|
1842
1842
|
};
|
|
1843
1843
|
} | undefined;
|
|
1844
|
-
}>(this: TThis_1, length: number) => import("
|
|
1844
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1845
1845
|
max: <TThis_1 extends {
|
|
1846
1846
|
kind: "field";
|
|
1847
1847
|
readonly __fieldTypes?: {
|
|
1848
1848
|
input: string;
|
|
1849
1849
|
db: string;
|
|
1850
1850
|
output: string;
|
|
1851
|
-
meta: import("
|
|
1852
|
-
state: import("
|
|
1851
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1852
|
+
state: import("../index.js").FieldState;
|
|
1853
1853
|
} | undefined;
|
|
1854
|
-
meta: import("
|
|
1855
|
-
state: import("
|
|
1854
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1855
|
+
state: import("../index.js").FieldState;
|
|
1856
1856
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1857
1857
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1858
1858
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1859
1859
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1860
|
-
getConfig: () => import("
|
|
1860
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1861
1861
|
getIsRequired: () => boolean;
|
|
1862
1862
|
getIsTranslatable: () => boolean;
|
|
1863
|
-
getVisibility: () => import("
|
|
1863
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1864
1864
|
getCondition: () => {
|
|
1865
1865
|
field: string;
|
|
1866
1866
|
equals: unknown;
|
|
@@ -1898,24 +1898,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1898
1898
|
lte?: number | undefined;
|
|
1899
1899
|
};
|
|
1900
1900
|
} | undefined;
|
|
1901
|
-
}>(this: TThis_1, length: number) => import("
|
|
1902
|
-
}, import("
|
|
1903
|
-
email: import("
|
|
1901
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1902
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1903
|
+
email: import("../index.js").WithFieldState<{
|
|
1904
1904
|
kind: "field";
|
|
1905
1905
|
readonly __fieldTypes?: {
|
|
1906
1906
|
input: string;
|
|
1907
1907
|
db: string;
|
|
1908
1908
|
output: string;
|
|
1909
|
-
meta: import("
|
|
1910
|
-
state: import("
|
|
1909
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1910
|
+
state: import("../index.js").DefaultFieldState;
|
|
1911
1911
|
} | undefined;
|
|
1912
|
-
meta: import("
|
|
1913
|
-
state: import("
|
|
1912
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1913
|
+
state: import("../index.js").DefaultFieldState;
|
|
1914
1914
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1915
1915
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1916
1916
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1917
1917
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1918
|
-
getConfig: () => import("
|
|
1918
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1919
1919
|
getIsRequired: () => false;
|
|
1920
1920
|
getIsTranslatable: () => false;
|
|
1921
1921
|
getVisibility: () => "all";
|
|
@@ -1927,19 +1927,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1927
1927
|
input: string;
|
|
1928
1928
|
db: string;
|
|
1929
1929
|
output: string;
|
|
1930
|
-
meta: import("
|
|
1931
|
-
state: import("
|
|
1930
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1931
|
+
state: import("../index.js").FieldState;
|
|
1932
1932
|
} | undefined;
|
|
1933
|
-
meta: import("
|
|
1934
|
-
state: import("
|
|
1933
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1934
|
+
state: import("../index.js").FieldState;
|
|
1935
1935
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1936
1936
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1937
1937
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1938
1938
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1939
|
-
getConfig: () => import("
|
|
1939
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1940
1940
|
getIsRequired: () => boolean;
|
|
1941
1941
|
getIsTranslatable: () => boolean;
|
|
1942
|
-
getVisibility: () => import("
|
|
1942
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1943
1943
|
getCondition: () => {
|
|
1944
1944
|
field: string;
|
|
1945
1945
|
equals: unknown;
|
|
@@ -1977,26 +1977,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
1977
1977
|
lte?: number | undefined;
|
|
1978
1978
|
};
|
|
1979
1979
|
} | undefined;
|
|
1980
|
-
}, NextUi extends import("
|
|
1980
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1981
1981
|
min: <TThis_1 extends {
|
|
1982
1982
|
kind: "field";
|
|
1983
1983
|
readonly __fieldTypes?: {
|
|
1984
1984
|
input: string;
|
|
1985
1985
|
db: string;
|
|
1986
1986
|
output: string;
|
|
1987
|
-
meta: import("
|
|
1988
|
-
state: import("
|
|
1987
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1988
|
+
state: import("../index.js").FieldState;
|
|
1989
1989
|
} | undefined;
|
|
1990
|
-
meta: import("
|
|
1991
|
-
state: import("
|
|
1990
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1991
|
+
state: import("../index.js").FieldState;
|
|
1992
1992
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1993
1993
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1994
1994
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1995
1995
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1996
|
-
getConfig: () => import("
|
|
1996
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1997
1997
|
getIsRequired: () => boolean;
|
|
1998
1998
|
getIsTranslatable: () => boolean;
|
|
1999
|
-
getVisibility: () => import("
|
|
1999
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2000
2000
|
getCondition: () => {
|
|
2001
2001
|
field: string;
|
|
2002
2002
|
equals: unknown;
|
|
@@ -2034,26 +2034,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2034
2034
|
lte?: number | undefined;
|
|
2035
2035
|
};
|
|
2036
2036
|
} | undefined;
|
|
2037
|
-
}>(this: TThis_1, length: number) => import("
|
|
2037
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2038
2038
|
max: <TThis_1 extends {
|
|
2039
2039
|
kind: "field";
|
|
2040
2040
|
readonly __fieldTypes?: {
|
|
2041
2041
|
input: string;
|
|
2042
2042
|
db: string;
|
|
2043
2043
|
output: string;
|
|
2044
|
-
meta: import("
|
|
2045
|
-
state: import("
|
|
2044
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
2045
|
+
state: import("../index.js").FieldState;
|
|
2046
2046
|
} | undefined;
|
|
2047
|
-
meta: import("
|
|
2048
|
-
state: import("
|
|
2047
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
2048
|
+
state: import("../index.js").FieldState;
|
|
2049
2049
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2050
2050
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2051
2051
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2052
2052
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2053
|
-
getConfig: () => import("
|
|
2053
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
2054
2054
|
getIsRequired: () => boolean;
|
|
2055
2055
|
getIsTranslatable: () => boolean;
|
|
2056
|
-
getVisibility: () => import("
|
|
2056
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2057
2057
|
getCondition: () => {
|
|
2058
2058
|
field: string;
|
|
2059
2059
|
equals: unknown;
|
|
@@ -2091,24 +2091,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2091
2091
|
lte?: number | undefined;
|
|
2092
2092
|
};
|
|
2093
2093
|
} | undefined;
|
|
2094
|
-
}>(this: TThis_1, length: number) => import("
|
|
2095
|
-
}, import("
|
|
2096
|
-
password: import("
|
|
2094
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2095
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2096
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
2097
2097
|
kind: "field";
|
|
2098
2098
|
readonly __fieldTypes?: {
|
|
2099
2099
|
input: string;
|
|
2100
2100
|
db: string;
|
|
2101
2101
|
output: string;
|
|
2102
|
-
meta: import("
|
|
2103
|
-
state: import("
|
|
2102
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2103
|
+
state: import("../index.js").DefaultFieldState;
|
|
2104
2104
|
} | undefined;
|
|
2105
|
-
meta: import("
|
|
2106
|
-
state: import("
|
|
2105
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2106
|
+
state: import("../index.js").DefaultFieldState;
|
|
2107
2107
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2108
2108
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2109
2109
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2110
2110
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2111
|
-
getConfig: () => import("
|
|
2111
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2112
2112
|
getIsRequired: () => false;
|
|
2113
2113
|
getIsTranslatable: () => false;
|
|
2114
2114
|
getVisibility: () => "all";
|
|
@@ -2120,19 +2120,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2120
2120
|
input: string;
|
|
2121
2121
|
db: string;
|
|
2122
2122
|
output: string;
|
|
2123
|
-
meta: import("
|
|
2124
|
-
state: import("
|
|
2123
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2124
|
+
state: import("../index.js").FieldState;
|
|
2125
2125
|
} | undefined;
|
|
2126
|
-
meta: import("
|
|
2127
|
-
state: import("
|
|
2126
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2127
|
+
state: import("../index.js").FieldState;
|
|
2128
2128
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2129
2129
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2130
2130
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2131
2131
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2132
|
-
getConfig: () => import("
|
|
2132
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2133
2133
|
getIsRequired: () => boolean;
|
|
2134
2134
|
getIsTranslatable: () => boolean;
|
|
2135
|
-
getVisibility: () => import("
|
|
2135
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2136
2136
|
getCondition: () => {
|
|
2137
2137
|
field: string;
|
|
2138
2138
|
equals: unknown;
|
|
@@ -2170,26 +2170,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2170
2170
|
lte?: number | undefined;
|
|
2171
2171
|
};
|
|
2172
2172
|
} | undefined;
|
|
2173
|
-
}, NextUi extends import("
|
|
2173
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2174
2174
|
min: <TThis_1 extends {
|
|
2175
2175
|
kind: "field";
|
|
2176
2176
|
readonly __fieldTypes?: {
|
|
2177
2177
|
input: string;
|
|
2178
2178
|
db: string;
|
|
2179
2179
|
output: string;
|
|
2180
|
-
meta: import("
|
|
2181
|
-
state: import("
|
|
2180
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2181
|
+
state: import("../index.js").FieldState;
|
|
2182
2182
|
} | undefined;
|
|
2183
|
-
meta: import("
|
|
2184
|
-
state: import("
|
|
2183
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2184
|
+
state: import("../index.js").FieldState;
|
|
2185
2185
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2186
2186
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2187
2187
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2188
2188
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2189
|
-
getConfig: () => import("
|
|
2189
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2190
2190
|
getIsRequired: () => boolean;
|
|
2191
2191
|
getIsTranslatable: () => boolean;
|
|
2192
|
-
getVisibility: () => import("
|
|
2192
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2193
2193
|
getCondition: () => {
|
|
2194
2194
|
field: string;
|
|
2195
2195
|
equals: unknown;
|
|
@@ -2227,26 +2227,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2227
2227
|
lte?: number | undefined;
|
|
2228
2228
|
};
|
|
2229
2229
|
} | undefined;
|
|
2230
|
-
}>(this: TThis_1, length: number) => import("
|
|
2230
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2231
2231
|
max: <TThis_1 extends {
|
|
2232
2232
|
kind: "field";
|
|
2233
2233
|
readonly __fieldTypes?: {
|
|
2234
2234
|
input: string;
|
|
2235
2235
|
db: string;
|
|
2236
2236
|
output: string;
|
|
2237
|
-
meta: import("
|
|
2238
|
-
state: import("
|
|
2237
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2238
|
+
state: import("../index.js").FieldState;
|
|
2239
2239
|
} | undefined;
|
|
2240
|
-
meta: import("
|
|
2241
|
-
state: import("
|
|
2240
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2241
|
+
state: import("../index.js").FieldState;
|
|
2242
2242
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2243
2243
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2244
2244
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2245
2245
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2246
|
-
getConfig: () => import("
|
|
2246
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2247
2247
|
getIsRequired: () => boolean;
|
|
2248
2248
|
getIsTranslatable: () => boolean;
|
|
2249
|
-
getVisibility: () => import("
|
|
2249
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2250
2250
|
getCondition: () => {
|
|
2251
2251
|
field: string;
|
|
2252
2252
|
equals: unknown;
|
|
@@ -2284,43 +2284,43 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2284
2284
|
lte?: number | undefined;
|
|
2285
2285
|
};
|
|
2286
2286
|
} | undefined;
|
|
2287
|
-
}>(this: TThis_1, length: number) => import("
|
|
2288
|
-
}, keyof import("
|
|
2289
|
-
role: import("
|
|
2287
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2288
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "apiOnly" | "managerOnly" | "getPopulatedSchema")> & import("../index.js").FieldLike<string, string, string, import("../index.js").StringMeta<"Password">, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").SetVisibility<import("../index.js").SetRequired<import("../index.js").DefaultFieldState>, "manager">>;
|
|
2289
|
+
role: import("../index.js").WithFieldState<{
|
|
2290
2290
|
kind: "field";
|
|
2291
2291
|
readonly __fieldTypes?: {
|
|
2292
|
-
input: import("
|
|
2293
|
-
db: import("
|
|
2292
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2293
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2294
2294
|
output: {
|
|
2295
2295
|
name: string;
|
|
2296
2296
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
2297
2297
|
_type: "ManagerRole";
|
|
2298
2298
|
_id: string;
|
|
2299
2299
|
_schemaVersion?: number | undefined;
|
|
2300
|
-
_visibility?: import("
|
|
2301
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2300
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2301
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2302
2302
|
_trashed?: boolean | undefined;
|
|
2303
2303
|
_revision?: number | undefined;
|
|
2304
2304
|
trashedAt?: Date | undefined;
|
|
2305
2305
|
createdAt?: Date | undefined;
|
|
2306
2306
|
updatedAt?: Date | undefined;
|
|
2307
2307
|
};
|
|
2308
|
-
meta: import("
|
|
2309
|
-
state: import("
|
|
2308
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2309
|
+
state: import("../index.js").DefaultFieldState;
|
|
2310
2310
|
} | undefined;
|
|
2311
|
-
meta: import("
|
|
2312
|
-
state: import("
|
|
2313
|
-
toZod: () => import("zod").ZodType<import("
|
|
2314
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2315
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2311
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2312
|
+
state: import("../index.js").DefaultFieldState;
|
|
2313
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2314
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
|
|
2315
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2316
2316
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2317
2317
|
name: string;
|
|
2318
2318
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
2319
2319
|
_type: "ManagerRole";
|
|
2320
2320
|
_id: string;
|
|
2321
2321
|
_schemaVersion?: number | undefined;
|
|
2322
|
-
_visibility?: import("
|
|
2323
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2322
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2323
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2324
2324
|
_trashed?: boolean | undefined;
|
|
2325
2325
|
_revision?: number | undefined;
|
|
2326
2326
|
trashedAt?: Date | undefined;
|
|
@@ -2332,27 +2332,27 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2332
2332
|
_type: "ManagerRole";
|
|
2333
2333
|
_id: string;
|
|
2334
2334
|
_schemaVersion?: number | undefined;
|
|
2335
|
-
_visibility?: import("
|
|
2336
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2335
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2336
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2337
2337
|
_trashed?: boolean | undefined;
|
|
2338
2338
|
_revision?: number | undefined;
|
|
2339
2339
|
trashedAt?: Date | undefined;
|
|
2340
2340
|
createdAt?: Date | undefined;
|
|
2341
2341
|
updatedAt?: Date | undefined;
|
|
2342
2342
|
} | undefined, unknown>>;
|
|
2343
|
-
getConfig: () => import("
|
|
2343
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2344
2344
|
getIsRequired: () => false;
|
|
2345
2345
|
getIsTranslatable: () => false;
|
|
2346
2346
|
getVisibility: () => "all";
|
|
2347
2347
|
getCondition: () => undefined;
|
|
2348
|
-
} & import("
|
|
2348
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2349
2349
|
name: string;
|
|
2350
2350
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
2351
2351
|
_type: "ManagerRole";
|
|
2352
2352
|
_id: string;
|
|
2353
2353
|
_schemaVersion?: number | undefined;
|
|
2354
|
-
_visibility?: import("
|
|
2355
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2354
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2355
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2356
2356
|
_trashed?: boolean | undefined;
|
|
2357
2357
|
_revision?: number | undefined;
|
|
2358
2358
|
trashedAt?: Date | undefined;
|
|
@@ -2361,24 +2361,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2361
2361
|
updatedAt?: Date | undefined;
|
|
2362
2362
|
createdBy?: string | undefined;
|
|
2363
2363
|
updatedBy?: string | undefined;
|
|
2364
|
-
}, import("
|
|
2364
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2365
2365
|
contentType: ContentType<{
|
|
2366
|
-
name: import("
|
|
2366
|
+
name: import("../index.js").WithFieldState<{
|
|
2367
2367
|
kind: "field";
|
|
2368
2368
|
readonly __fieldTypes?: {
|
|
2369
2369
|
input: string;
|
|
2370
2370
|
db: string;
|
|
2371
2371
|
output: string;
|
|
2372
|
-
meta: import("
|
|
2373
|
-
state: import("
|
|
2372
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2373
|
+
state: import("../index.js").DefaultFieldState;
|
|
2374
2374
|
} | undefined;
|
|
2375
|
-
meta: import("
|
|
2376
|
-
state: import("
|
|
2375
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2376
|
+
state: import("../index.js").DefaultFieldState;
|
|
2377
2377
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2378
2378
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2379
2379
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2380
2380
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2381
|
-
getConfig: () => import("
|
|
2381
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2382
2382
|
getIsRequired: () => false;
|
|
2383
2383
|
getIsTranslatable: () => false;
|
|
2384
2384
|
getVisibility: () => "all";
|
|
@@ -2390,19 +2390,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2390
2390
|
input: string;
|
|
2391
2391
|
db: string;
|
|
2392
2392
|
output: string;
|
|
2393
|
-
meta: import("
|
|
2394
|
-
state: import("
|
|
2393
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2394
|
+
state: import("../index.js").FieldState;
|
|
2395
2395
|
} | undefined;
|
|
2396
|
-
meta: import("
|
|
2397
|
-
state: import("
|
|
2396
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2397
|
+
state: import("../index.js").FieldState;
|
|
2398
2398
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2399
2399
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2400
2400
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2401
2401
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2402
|
-
getConfig: () => import("
|
|
2402
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2403
2403
|
getIsRequired: () => boolean;
|
|
2404
2404
|
getIsTranslatable: () => boolean;
|
|
2405
|
-
getVisibility: () => import("
|
|
2405
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2406
2406
|
getCondition: () => {
|
|
2407
2407
|
field: string;
|
|
2408
2408
|
equals: unknown;
|
|
@@ -2440,26 +2440,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2440
2440
|
lte?: number | undefined;
|
|
2441
2441
|
};
|
|
2442
2442
|
} | undefined;
|
|
2443
|
-
}, NextUi extends import("
|
|
2443
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2444
2444
|
min: <TThis_1 extends {
|
|
2445
2445
|
kind: "field";
|
|
2446
2446
|
readonly __fieldTypes?: {
|
|
2447
2447
|
input: string;
|
|
2448
2448
|
db: string;
|
|
2449
2449
|
output: string;
|
|
2450
|
-
meta: import("
|
|
2451
|
-
state: import("
|
|
2450
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2451
|
+
state: import("../index.js").FieldState;
|
|
2452
2452
|
} | undefined;
|
|
2453
|
-
meta: import("
|
|
2454
|
-
state: import("
|
|
2453
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2454
|
+
state: import("../index.js").FieldState;
|
|
2455
2455
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2456
2456
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2457
2457
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2458
2458
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2459
|
-
getConfig: () => import("
|
|
2459
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2460
2460
|
getIsRequired: () => boolean;
|
|
2461
2461
|
getIsTranslatable: () => boolean;
|
|
2462
|
-
getVisibility: () => import("
|
|
2462
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2463
2463
|
getCondition: () => {
|
|
2464
2464
|
field: string;
|
|
2465
2465
|
equals: unknown;
|
|
@@ -2497,26 +2497,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2497
2497
|
lte?: number | undefined;
|
|
2498
2498
|
};
|
|
2499
2499
|
} | undefined;
|
|
2500
|
-
}>(this: TThis_1, length: number) => import("
|
|
2500
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2501
2501
|
max: <TThis_1 extends {
|
|
2502
2502
|
kind: "field";
|
|
2503
2503
|
readonly __fieldTypes?: {
|
|
2504
2504
|
input: string;
|
|
2505
2505
|
db: string;
|
|
2506
2506
|
output: string;
|
|
2507
|
-
meta: import("
|
|
2508
|
-
state: import("
|
|
2507
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2508
|
+
state: import("../index.js").FieldState;
|
|
2509
2509
|
} | undefined;
|
|
2510
|
-
meta: import("
|
|
2511
|
-
state: import("
|
|
2510
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2511
|
+
state: import("../index.js").FieldState;
|
|
2512
2512
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2513
2513
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2514
2514
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2515
2515
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2516
|
-
getConfig: () => import("
|
|
2516
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2517
2517
|
getIsRequired: () => boolean;
|
|
2518
2518
|
getIsTranslatable: () => boolean;
|
|
2519
|
-
getVisibility: () => import("
|
|
2519
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2520
2520
|
getCondition: () => {
|
|
2521
2521
|
field: string;
|
|
2522
2522
|
equals: unknown;
|
|
@@ -2554,46 +2554,46 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2554
2554
|
lte?: number | undefined;
|
|
2555
2555
|
};
|
|
2556
2556
|
} | undefined;
|
|
2557
|
-
}>(this: TThis_1, length: number) => import("
|
|
2558
|
-
}, import("
|
|
2559
|
-
permissions: import("
|
|
2557
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2558
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2559
|
+
permissions: import("../index.js").SelectField<readonly ["manager.users.readAny", "manager.users.updateAny", "manager.users.deleteAny", "manager.roles.readAny", "manager.roles.updateAny", "manager.roles.deleteAny", "manager.routes.readAny", "manager.routes.updateAny", "manager.routes.deleteAny", "manager.languages.readAny", "manager.languages.updateAny", "manager.languages.deleteAny", "manager.seo.readAny", "manager.seo.updateAny", "manager.seo.deleteAny", "manager.permissions.readAny", "manager.backups.readAny", "manager.backups.updateAny", "manager.migrations.readAny", "manager.versions.readAny", "manager.versions.updateAny", "manager.apiOperations.readAny", "content.Media.readAny", "content.Media.own", "content.Media.updateAny", "content.Media.deleteAny", "content.Redirect.readAny", "content.Redirect.own", "content.Redirect.updateAny", "content.Redirect.deleteAny", "manager.literals.readAny", "manager.literals.updateAny"], true, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2560
2560
|
}, "ManagerRole">;
|
|
2561
2561
|
only?: undefined;
|
|
2562
2562
|
multiple: <TThis_1 extends {
|
|
2563
2563
|
kind: "field";
|
|
2564
2564
|
readonly __fieldTypes?: {
|
|
2565
|
-
input: import("
|
|
2566
|
-
db: import("
|
|
2565
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2566
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2567
2567
|
output: {
|
|
2568
2568
|
name: string;
|
|
2569
2569
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
2570
2570
|
_type: "ManagerRole";
|
|
2571
2571
|
_id: string;
|
|
2572
2572
|
_schemaVersion?: number | undefined;
|
|
2573
|
-
_visibility?: import("
|
|
2574
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2573
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2574
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2575
2575
|
_trashed?: boolean | undefined;
|
|
2576
2576
|
_revision?: number | undefined;
|
|
2577
2577
|
trashedAt?: Date | undefined;
|
|
2578
2578
|
createdAt?: Date | undefined;
|
|
2579
2579
|
updatedAt?: Date | undefined;
|
|
2580
2580
|
};
|
|
2581
|
-
meta: import("
|
|
2582
|
-
state: import("
|
|
2581
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2582
|
+
state: import("../index.js").FieldState;
|
|
2583
2583
|
} | undefined;
|
|
2584
|
-
meta: import("
|
|
2585
|
-
state: import("
|
|
2586
|
-
toZod: () => import("zod").ZodType<import("
|
|
2587
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2588
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2584
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2585
|
+
state: import("../index.js").FieldState;
|
|
2586
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2587
|
+
getInputSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | null | undefined, unknown>>;
|
|
2588
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2589
2589
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2590
2590
|
name: string;
|
|
2591
2591
|
permissions: ("manager.users.readAny" | "manager.users.updateAny" | "manager.users.deleteAny" | "manager.roles.readAny" | "manager.roles.updateAny" | "manager.roles.deleteAny" | "manager.routes.readAny" | "manager.routes.updateAny" | "manager.routes.deleteAny" | "manager.languages.readAny" | "manager.languages.updateAny" | "manager.languages.deleteAny" | "manager.seo.readAny" | "manager.seo.updateAny" | "manager.seo.deleteAny" | "manager.permissions.readAny" | "manager.backups.readAny" | "manager.backups.updateAny" | "manager.migrations.readAny" | "manager.versions.readAny" | "manager.versions.updateAny" | "manager.apiOperations.readAny" | "content.Media.readAny" | "content.Media.own" | "content.Media.updateAny" | "content.Media.deleteAny" | "content.Redirect.readAny" | "content.Redirect.own" | "content.Redirect.updateAny" | "content.Redirect.deleteAny" | "manager.literals.readAny" | "manager.literals.updateAny")[];
|
|
2592
2592
|
_type: "ManagerRole";
|
|
2593
2593
|
_id: string;
|
|
2594
2594
|
_schemaVersion?: number | undefined;
|
|
2595
|
-
_visibility?: import("
|
|
2596
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2595
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2596
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2597
2597
|
_trashed?: boolean | undefined;
|
|
2598
2598
|
_revision?: number | undefined;
|
|
2599
2599
|
trashedAt?: Date | undefined;
|
|
@@ -2605,18 +2605,18 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2605
2605
|
_type: "ManagerRole";
|
|
2606
2606
|
_id: string;
|
|
2607
2607
|
_schemaVersion?: number | undefined;
|
|
2608
|
-
_visibility?: import("
|
|
2609
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2608
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2609
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2610
2610
|
_trashed?: boolean | undefined;
|
|
2611
2611
|
_revision?: number | undefined;
|
|
2612
2612
|
trashedAt?: Date | undefined;
|
|
2613
2613
|
createdAt?: Date | undefined;
|
|
2614
2614
|
updatedAt?: Date | undefined;
|
|
2615
2615
|
} | undefined, unknown>>;
|
|
2616
|
-
getConfig: () => import("
|
|
2616
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2617
2617
|
getIsRequired: () => boolean;
|
|
2618
2618
|
getIsTranslatable: () => boolean;
|
|
2619
|
-
getVisibility: () => import("
|
|
2619
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2620
2620
|
getCondition: () => {
|
|
2621
2621
|
field: string;
|
|
2622
2622
|
equals: unknown;
|
|
@@ -2654,23 +2654,23 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2654
2654
|
lte?: number | undefined;
|
|
2655
2655
|
};
|
|
2656
2656
|
} | undefined;
|
|
2657
|
-
}>(this: TThis_1) => import("
|
|
2658
|
-
name: import("
|
|
2657
|
+
}>(this: TThis_1) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
2658
|
+
name: import("../index.js").WithFieldState<{
|
|
2659
2659
|
kind: "field";
|
|
2660
2660
|
readonly __fieldTypes?: {
|
|
2661
2661
|
input: string;
|
|
2662
2662
|
db: string;
|
|
2663
2663
|
output: string;
|
|
2664
|
-
meta: import("
|
|
2665
|
-
state: import("
|
|
2664
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2665
|
+
state: import("../index.js").DefaultFieldState;
|
|
2666
2666
|
} | undefined;
|
|
2667
|
-
meta: import("
|
|
2668
|
-
state: import("
|
|
2667
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2668
|
+
state: import("../index.js").DefaultFieldState;
|
|
2669
2669
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2670
2670
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2671
2671
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2672
2672
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2673
|
-
getConfig: () => import("
|
|
2673
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2674
2674
|
getIsRequired: () => false;
|
|
2675
2675
|
getIsTranslatable: () => false;
|
|
2676
2676
|
getVisibility: () => "all";
|
|
@@ -2682,19 +2682,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2682
2682
|
input: string;
|
|
2683
2683
|
db: string;
|
|
2684
2684
|
output: string;
|
|
2685
|
-
meta: import("
|
|
2686
|
-
state: import("
|
|
2685
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2686
|
+
state: import("../index.js").FieldState;
|
|
2687
2687
|
} | undefined;
|
|
2688
|
-
meta: import("
|
|
2689
|
-
state: import("
|
|
2688
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2689
|
+
state: import("../index.js").FieldState;
|
|
2690
2690
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2691
2691
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2692
2692
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2693
2693
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2694
|
-
getConfig: () => import("
|
|
2694
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2695
2695
|
getIsRequired: () => boolean;
|
|
2696
2696
|
getIsTranslatable: () => boolean;
|
|
2697
|
-
getVisibility: () => import("
|
|
2697
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2698
2698
|
getCondition: () => {
|
|
2699
2699
|
field: string;
|
|
2700
2700
|
equals: unknown;
|
|
@@ -2732,26 +2732,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2732
2732
|
lte?: number | undefined;
|
|
2733
2733
|
};
|
|
2734
2734
|
} | undefined;
|
|
2735
|
-
}, NextUi extends import("
|
|
2735
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_2, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_2>>;
|
|
2736
2736
|
min: <TThis_2 extends {
|
|
2737
2737
|
kind: "field";
|
|
2738
2738
|
readonly __fieldTypes?: {
|
|
2739
2739
|
input: string;
|
|
2740
2740
|
db: string;
|
|
2741
2741
|
output: string;
|
|
2742
|
-
meta: import("
|
|
2743
|
-
state: import("
|
|
2742
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2743
|
+
state: import("../index.js").FieldState;
|
|
2744
2744
|
} | undefined;
|
|
2745
|
-
meta: import("
|
|
2746
|
-
state: import("
|
|
2745
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2746
|
+
state: import("../index.js").FieldState;
|
|
2747
2747
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2748
2748
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2749
2749
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2750
2750
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2751
|
-
getConfig: () => import("
|
|
2751
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2752
2752
|
getIsRequired: () => boolean;
|
|
2753
2753
|
getIsTranslatable: () => boolean;
|
|
2754
|
-
getVisibility: () => import("
|
|
2754
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2755
2755
|
getCondition: () => {
|
|
2756
2756
|
field: string;
|
|
2757
2757
|
equals: unknown;
|
|
@@ -2789,26 +2789,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2789
2789
|
lte?: number | undefined;
|
|
2790
2790
|
};
|
|
2791
2791
|
} | undefined;
|
|
2792
|
-
}>(this: TThis_2, length: number) => import("
|
|
2792
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
2793
2793
|
max: <TThis_2 extends {
|
|
2794
2794
|
kind: "field";
|
|
2795
2795
|
readonly __fieldTypes?: {
|
|
2796
2796
|
input: string;
|
|
2797
2797
|
db: string;
|
|
2798
2798
|
output: string;
|
|
2799
|
-
meta: import("
|
|
2800
|
-
state: import("
|
|
2799
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2800
|
+
state: import("../index.js").FieldState;
|
|
2801
2801
|
} | undefined;
|
|
2802
|
-
meta: import("
|
|
2803
|
-
state: import("
|
|
2802
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2803
|
+
state: import("../index.js").FieldState;
|
|
2804
2804
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2805
2805
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2806
2806
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2807
2807
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2808
|
-
getConfig: () => import("
|
|
2808
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2809
2809
|
getIsRequired: () => boolean;
|
|
2810
2810
|
getIsTranslatable: () => boolean;
|
|
2811
|
-
getVisibility: () => import("
|
|
2811
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2812
2812
|
getCondition: () => {
|
|
2813
2813
|
field: string;
|
|
2814
2814
|
equals: unknown;
|
|
@@ -2846,58 +2846,58 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2846
2846
|
lte?: number | undefined;
|
|
2847
2847
|
};
|
|
2848
2848
|
} | undefined;
|
|
2849
|
-
}>(this: TThis_2, length: number) => import("
|
|
2850
|
-
}, import("
|
|
2851
|
-
permissions: import("
|
|
2852
|
-
}, "ManagerRole">, undefined, import("
|
|
2853
|
-
}, import("
|
|
2854
|
-
avatarId: import("
|
|
2855
|
-
avatarKey: import("
|
|
2856
|
-
avatarAccess: import("
|
|
2857
|
-
avatarUrl: import("
|
|
2858
|
-
avatarPreviewUrl: import("
|
|
2859
|
-
tutorialsEnabled: import("
|
|
2860
|
-
tutorialsPromptedAt: import("
|
|
2861
|
-
seenTours: import("
|
|
2862
|
-
twoFactorEnabled: import("
|
|
2849
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
2850
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2851
|
+
permissions: import("../index.js").SelectField<readonly ["manager.users.readAny", "manager.users.updateAny", "manager.users.deleteAny", "manager.roles.readAny", "manager.roles.updateAny", "manager.roles.deleteAny", "manager.routes.readAny", "manager.routes.updateAny", "manager.routes.deleteAny", "manager.languages.readAny", "manager.languages.updateAny", "manager.languages.deleteAny", "manager.seo.readAny", "manager.seo.updateAny", "manager.seo.deleteAny", "manager.permissions.readAny", "manager.backups.readAny", "manager.backups.updateAny", "manager.migrations.readAny", "manager.versions.readAny", "manager.versions.updateAny", "manager.apiOperations.readAny", "content.Media.readAny", "content.Media.own", "content.Media.updateAny", "content.Media.deleteAny", "content.Redirect.readAny", "content.Redirect.own", "content.Redirect.updateAny", "content.Redirect.deleteAny", "manager.literals.readAny", "manager.literals.updateAny"], true, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2852
|
+
}, "ManagerRole">, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2853
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2854
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
2855
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2856
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
2857
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
2858
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
2859
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
2860
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
2861
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
2862
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
2863
2863
|
kind: "field";
|
|
2864
2864
|
readonly __fieldTypes?: {
|
|
2865
2865
|
input: boolean;
|
|
2866
2866
|
db: boolean;
|
|
2867
2867
|
output: boolean;
|
|
2868
|
-
meta: import("
|
|
2869
|
-
state: import("
|
|
2868
|
+
meta: import("../index.js").BooleanMeta;
|
|
2869
|
+
state: import("../index.js").DefaultFieldState;
|
|
2870
2870
|
} | undefined;
|
|
2871
|
-
meta: import("
|
|
2872
|
-
state: import("
|
|
2871
|
+
meta: import("../index.js").BooleanMeta;
|
|
2872
|
+
state: import("../index.js").DefaultFieldState;
|
|
2873
2873
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
2874
2874
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
2875
2875
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2876
2876
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2877
|
-
getConfig: () => import("
|
|
2877
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
2878
2878
|
getIsRequired: () => false;
|
|
2879
2879
|
getIsTranslatable: () => false;
|
|
2880
2880
|
getVisibility: () => "all";
|
|
2881
2881
|
getCondition: () => undefined;
|
|
2882
|
-
}, import("
|
|
2883
|
-
}, "ManagerUser">, undefined, import("
|
|
2884
|
-
}, import("
|
|
2885
|
-
method: import("
|
|
2882
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2883
|
+
}, "ManagerUser">, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
2884
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2885
|
+
method: import("../index.js").WithFieldState<{
|
|
2886
2886
|
kind: "field";
|
|
2887
2887
|
readonly __fieldTypes?: {
|
|
2888
2888
|
input: "totp" | "webauthn";
|
|
2889
2889
|
db: "totp" | "webauthn";
|
|
2890
2890
|
output: "totp" | "webauthn";
|
|
2891
|
-
meta: import("
|
|
2892
|
-
state: import("
|
|
2891
|
+
meta: import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2892
|
+
state: import("../index.js").DefaultFieldState;
|
|
2893
2893
|
} | undefined;
|
|
2894
|
-
meta: import("
|
|
2895
|
-
state: import("
|
|
2894
|
+
meta: import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2895
|
+
state: import("../index.js").DefaultFieldState;
|
|
2896
2896
|
toZod: () => import("zod").ZodType<"totp" | "webauthn", unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn", unknown>>;
|
|
2897
2897
|
getInputSchema: () => import("zod").ZodType<"totp" | "webauthn" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | null | undefined, unknown>>;
|
|
2898
2898
|
getSchema: () => import("zod").ZodType<"totp" | "webauthn" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | undefined, unknown>>;
|
|
2899
2899
|
getOutputSchema: () => import("zod").ZodType<"totp" | "webauthn" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | undefined, unknown>>;
|
|
2900
|
-
getConfig: () => import("
|
|
2900
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2901
2901
|
getIsRequired: () => false;
|
|
2902
2902
|
getIsTranslatable: () => false;
|
|
2903
2903
|
getVisibility: () => "all";
|
|
@@ -2909,19 +2909,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2909
2909
|
input: "totp" | "webauthn";
|
|
2910
2910
|
db: "totp" | "webauthn";
|
|
2911
2911
|
output: "totp" | "webauthn";
|
|
2912
|
-
meta: import("
|
|
2913
|
-
state: import("
|
|
2912
|
+
meta: import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2913
|
+
state: import("../index.js").FieldState;
|
|
2914
2914
|
} | undefined;
|
|
2915
|
-
meta: import("
|
|
2916
|
-
state: import("
|
|
2915
|
+
meta: import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2916
|
+
state: import("../index.js").FieldState;
|
|
2917
2917
|
toZod: () => import("zod").ZodType<"totp" | "webauthn", unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn", unknown>>;
|
|
2918
2918
|
getInputSchema: () => import("zod").ZodType<"totp" | "webauthn" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | null | undefined, unknown>>;
|
|
2919
2919
|
getSchema: () => import("zod").ZodType<"totp" | "webauthn" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | undefined, unknown>>;
|
|
2920
2920
|
getOutputSchema: () => import("zod").ZodType<"totp" | "webauthn" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"totp" | "webauthn" | undefined, unknown>>;
|
|
2921
|
-
getConfig: () => import("
|
|
2921
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["totp", "webauthn"], false>;
|
|
2922
2922
|
getIsRequired: () => boolean;
|
|
2923
2923
|
getIsTranslatable: () => boolean;
|
|
2924
|
-
getVisibility: () => import("
|
|
2924
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2925
2925
|
getCondition: () => {
|
|
2926
2926
|
field: string;
|
|
2927
2927
|
equals: unknown;
|
|
@@ -2959,24 +2959,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2959
2959
|
lte?: number | undefined;
|
|
2960
2960
|
};
|
|
2961
2961
|
} | undefined;
|
|
2962
|
-
}>(this: TThis) => import("
|
|
2963
|
-
}, import("
|
|
2964
|
-
expiresAt: import("
|
|
2962
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["totp", "webauthn"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
2963
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2964
|
+
expiresAt: import("../index.js").WithFieldState<{
|
|
2965
2965
|
kind: "field";
|
|
2966
2966
|
readonly __fieldTypes?: {
|
|
2967
2967
|
input: Date;
|
|
2968
2968
|
db: Date;
|
|
2969
2969
|
output: Date;
|
|
2970
|
-
meta: import("
|
|
2971
|
-
state: import("
|
|
2970
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
2971
|
+
state: import("../index.js").DefaultFieldState;
|
|
2972
2972
|
} | undefined;
|
|
2973
|
-
meta: import("
|
|
2974
|
-
state: import("
|
|
2973
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
2974
|
+
state: import("../index.js").DefaultFieldState;
|
|
2975
2975
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
2976
2976
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
2977
2977
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
2978
2978
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
2979
|
-
getConfig: () => import("
|
|
2979
|
+
getConfig: () => import("../index.js").DateMeta<"Date">;
|
|
2980
2980
|
getIsRequired: () => false;
|
|
2981
2981
|
getIsTranslatable: () => false;
|
|
2982
2982
|
getVisibility: () => "all";
|
|
@@ -2988,19 +2988,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
2988
2988
|
input: Date;
|
|
2989
2989
|
db: Date;
|
|
2990
2990
|
output: Date;
|
|
2991
|
-
meta: import("
|
|
2992
|
-
state: import("
|
|
2991
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
2992
|
+
state: import("../index.js").FieldState;
|
|
2993
2993
|
} | undefined;
|
|
2994
|
-
meta: import("
|
|
2995
|
-
state: import("
|
|
2994
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
2995
|
+
state: import("../index.js").FieldState;
|
|
2996
2996
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
2997
2997
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
2998
2998
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
2999
2999
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
3000
|
-
getConfig: () => import("
|
|
3000
|
+
getConfig: () => import("../index.js").DateMeta<"Date">;
|
|
3001
3001
|
getIsRequired: () => boolean;
|
|
3002
3002
|
getIsTranslatable: () => boolean;
|
|
3003
|
-
getVisibility: () => import("
|
|
3003
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3004
3004
|
getCondition: () => {
|
|
3005
3005
|
field: string;
|
|
3006
3006
|
equals: unknown;
|
|
@@ -3038,24 +3038,24 @@ export declare const MfaChallenge: ContentType<{
|
|
|
3038
3038
|
lte?: number | undefined;
|
|
3039
3039
|
};
|
|
3040
3040
|
} | undefined;
|
|
3041
|
-
}, NextUi extends import("
|
|
3042
|
-
}, import("
|
|
3043
|
-
attempts: import("
|
|
3041
|
+
}, NextUi extends import("../index.js").DateUI>(this: TThis, ui: NextUi) => import("../index.js").DateField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3042
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3043
|
+
attempts: import("../index.js").WithFieldState<{
|
|
3044
3044
|
kind: "field";
|
|
3045
3045
|
readonly __fieldTypes?: {
|
|
3046
3046
|
input: number;
|
|
3047
3047
|
db: number;
|
|
3048
3048
|
output: number;
|
|
3049
|
-
meta: import("
|
|
3050
|
-
state: import("
|
|
3049
|
+
meta: import("../index.js").NumberMeta;
|
|
3050
|
+
state: import("../index.js").DefaultFieldState;
|
|
3051
3051
|
} | undefined;
|
|
3052
|
-
meta: import("
|
|
3053
|
-
state: import("
|
|
3052
|
+
meta: import("../index.js").NumberMeta;
|
|
3053
|
+
state: import("../index.js").DefaultFieldState;
|
|
3054
3054
|
toZod: () => import("zod").ZodType<number, unknown, import("zod/v4/core").$ZodTypeInternals<number, unknown>>;
|
|
3055
3055
|
getInputSchema: () => import("zod").ZodType<number | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | null | undefined, unknown>>;
|
|
3056
3056
|
getSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3057
3057
|
getOutputSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3058
|
-
getConfig: () => import("
|
|
3058
|
+
getConfig: () => import("../index.js").NumberMeta;
|
|
3059
3059
|
getIsRequired: () => false;
|
|
3060
3060
|
getIsTranslatable: () => false;
|
|
3061
3061
|
getVisibility: () => "all";
|
|
@@ -3067,19 +3067,19 @@ export declare const MfaChallenge: ContentType<{
|
|
|
3067
3067
|
input: number;
|
|
3068
3068
|
db: number;
|
|
3069
3069
|
output: number;
|
|
3070
|
-
meta: import("
|
|
3071
|
-
state: import("
|
|
3070
|
+
meta: import("../index.js").NumberMeta;
|
|
3071
|
+
state: import("../index.js").FieldState;
|
|
3072
3072
|
} | undefined;
|
|
3073
|
-
meta: import("
|
|
3074
|
-
state: import("
|
|
3073
|
+
meta: import("../index.js").NumberMeta;
|
|
3074
|
+
state: import("../index.js").FieldState;
|
|
3075
3075
|
toZod: () => import("zod").ZodType<number, unknown, import("zod/v4/core").$ZodTypeInternals<number, unknown>>;
|
|
3076
3076
|
getInputSchema: () => import("zod").ZodType<number | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | null | undefined, unknown>>;
|
|
3077
3077
|
getSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3078
3078
|
getOutputSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3079
|
-
getConfig: () => import("
|
|
3079
|
+
getConfig: () => import("../index.js").NumberMeta;
|
|
3080
3080
|
getIsRequired: () => boolean;
|
|
3081
3081
|
getIsTranslatable: () => boolean;
|
|
3082
|
-
getVisibility: () => import("
|
|
3082
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3083
3083
|
getCondition: () => {
|
|
3084
3084
|
field: string;
|
|
3085
3085
|
equals: unknown;
|
|
@@ -3117,26 +3117,26 @@ export declare const MfaChallenge: ContentType<{
|
|
|
3117
3117
|
lte?: number | undefined;
|
|
3118
3118
|
};
|
|
3119
3119
|
} | undefined;
|
|
3120
|
-
}>(this: TThis, value: number, message?: string) => import("
|
|
3120
|
+
}>(this: TThis, value: number, message?: string) => import("../index.js").NumberField<import("../index.js").FieldStateOf<TThis>>;
|
|
3121
3121
|
max: <TThis extends {
|
|
3122
3122
|
kind: "field";
|
|
3123
3123
|
readonly __fieldTypes?: {
|
|
3124
3124
|
input: number;
|
|
3125
3125
|
db: number;
|
|
3126
3126
|
output: number;
|
|
3127
|
-
meta: import("
|
|
3128
|
-
state: import("
|
|
3127
|
+
meta: import("../index.js").NumberMeta;
|
|
3128
|
+
state: import("../index.js").FieldState;
|
|
3129
3129
|
} | undefined;
|
|
3130
|
-
meta: import("
|
|
3131
|
-
state: import("
|
|
3130
|
+
meta: import("../index.js").NumberMeta;
|
|
3131
|
+
state: import("../index.js").FieldState;
|
|
3132
3132
|
toZod: () => import("zod").ZodType<number, unknown, import("zod/v4/core").$ZodTypeInternals<number, unknown>>;
|
|
3133
3133
|
getInputSchema: () => import("zod").ZodType<number | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | null | undefined, unknown>>;
|
|
3134
3134
|
getSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3135
3135
|
getOutputSchema: () => import("zod").ZodType<number | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<number | undefined, unknown>>;
|
|
3136
|
-
getConfig: () => import("
|
|
3136
|
+
getConfig: () => import("../index.js").NumberMeta;
|
|
3137
3137
|
getIsRequired: () => boolean;
|
|
3138
3138
|
getIsTranslatable: () => boolean;
|
|
3139
|
-
getVisibility: () => import("
|
|
3139
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3140
3140
|
getCondition: () => {
|
|
3141
3141
|
field: string;
|
|
3142
3142
|
equals: unknown;
|
|
@@ -3174,10 +3174,10 @@ export declare const MfaChallenge: ContentType<{
|
|
|
3174
3174
|
lte?: number | undefined;
|
|
3175
3175
|
};
|
|
3176
3176
|
} | undefined;
|
|
3177
|
-
}>(this: TThis, value: number, message?: string) => import("
|
|
3178
|
-
}, import("
|
|
3179
|
-
consumedAt: import("
|
|
3180
|
-
webAuthnChallenge: import("
|
|
3177
|
+
}>(this: TThis, value: number, message?: string) => import("../index.js").NumberField<import("../index.js").FieldStateOf<TThis>>;
|
|
3178
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3179
|
+
consumedAt: import("../index.js").DateField<"Date", import("../index.js").DefaultFieldState>;
|
|
3180
|
+
webAuthnChallenge: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3181
3181
|
}, "MfaChallenge">;
|
|
3182
3182
|
export type MfaChallenge = typeof MfaChallenge;
|
|
3183
3183
|
export type MfaChallengeSchema = DataFront<MfaChallenge>;
|